Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
EdamAme-x committed Sep 8, 2024
1 parent b50ffaf commit 068b56a
Showing 1 changed file with 40 additions and 80 deletions.
120 changes: 40 additions & 80 deletions packages/client/libs/thrift/line_types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,7 @@ export enum ErrorCode {
INTERNAL_ERROR = 20,
_NO_SUCH_IDENTITY_IDENFIER = "NO_SUCH_IDENTITY_IDENFIER",
NO_SUCH_IDENTITY_IDENFIER = 21,
_DEACTIVATED_ACCOUNT_BOUND_TO_THIS_IDENTITY =
"DEACTIVATED_ACCOUNT_BOUND_TO_THIS_IDENTITY",
_DEACTIVATED_ACCOUNT_BOUND_TO_THIS_IDENTITY = "DEACTIVATED_ACCOUNT_BOUND_TO_THIS_IDENTITY",
DEACTIVATED_ACCOUNT_BOUND_TO_THIS_IDENTITY = 22,
_ILLEGAL_IDENTITY_CREDENTIAL = "ILLEGAL_IDENTITY_CREDENTIAL",
ILLEGAL_IDENTITY_CREDENTIAL = 23,
Expand Down Expand Up @@ -391,16 +390,13 @@ export enum ErrorCode {
NO_CALLER_ID_LIMIT_EXCEEDED = 61,
_CALLER_ID_VERIFICATION_REQUIRED = "CALLER_ID_VERIFICATION_REQUIRED",
CALLER_ID_VERIFICATION_REQUIRED = 62,
_NO_CALLER_ID_LIMIT_EXCEEDED_AND_VERIFICATION_REQUIRED =
"NO_CALLER_ID_LIMIT_EXCEEDED_AND_VERIFICATION_REQUIRED",
_NO_CALLER_ID_LIMIT_EXCEEDED_AND_VERIFICATION_REQUIRED = "NO_CALLER_ID_LIMIT_EXCEEDED_AND_VERIFICATION_REQUIRED",
NO_CALLER_ID_LIMIT_EXCEEDED_AND_VERIFICATION_REQUIRED = 63,
_MESSAGE_NOT_FOUND = "MESSAGE_NOT_FOUND",
MESSAGE_NOT_FOUND = 64,
_INVALID_ACCOUNT_MIGRATION_PINCODE_FORMAT =
"INVALID_ACCOUNT_MIGRATION_PINCODE_FORMAT",
_INVALID_ACCOUNT_MIGRATION_PINCODE_FORMAT = "INVALID_ACCOUNT_MIGRATION_PINCODE_FORMAT",
INVALID_ACCOUNT_MIGRATION_PINCODE_FORMAT = 65,
_ACCOUNT_MIGRATION_PINCODE_NOT_MATCHED =
"ACCOUNT_MIGRATION_PINCODE_NOT_MATCHED",
_ACCOUNT_MIGRATION_PINCODE_NOT_MATCHED = "ACCOUNT_MIGRATION_PINCODE_NOT_MATCHED",
ACCOUNT_MIGRATION_PINCODE_NOT_MATCHED = 66,
_ACCOUNT_MIGRATION_PINCODE_BLOCKED = "ACCOUNT_MIGRATION_PINCODE_BLOCKED",
ACCOUNT_MIGRATION_PINCODE_BLOCKED = 67,
Expand All @@ -414,11 +410,9 @@ export enum ErrorCode {
PAID_CALL_REDEEM_FAILED = 72,
_PREVENTED_JOIN_BY_TICKET = "PREVENTED_JOIN_BY_TICKET",
PREVENTED_JOIN_BY_TICKET = 73,
_SEND_MESSAGE_NOT_PERMITTED_FROM_LINE_AT =
"SEND_MESSAGE_NOT_PERMITTED_FROM_LINE_AT",
_SEND_MESSAGE_NOT_PERMITTED_FROM_LINE_AT = "SEND_MESSAGE_NOT_PERMITTED_FROM_LINE_AT",
SEND_MESSAGE_NOT_PERMITTED_FROM_LINE_AT = 75,
_SEND_MESSAGE_NOT_PERMITTED_WHILE_AUTO_REPLY =
"SEND_MESSAGE_NOT_PERMITTED_WHILE_AUTO_REPLY",
_SEND_MESSAGE_NOT_PERMITTED_WHILE_AUTO_REPLY = "SEND_MESSAGE_NOT_PERMITTED_WHILE_AUTO_REPLY",
SEND_MESSAGE_NOT_PERMITTED_WHILE_AUTO_REPLY = 76,
_SECURITY_CENTER_NOT_VERIFIED = "SECURITY_CENTER_NOT_VERIFIED",
SECURITY_CENTER_NOT_VERIFIED = 77,
Expand Down Expand Up @@ -686,8 +680,7 @@ export enum PwlessCredentialErrorCode {
NOT_SUPPORTED = 101,
_FORBIDDEN = "FORBIDDEN",
FORBIDDEN = 102,
_FIDO_RETRY_WITH_ANOTHER_AUTHENTICATOR =
"FIDO_RETRY_WITH_ANOTHER_AUTHENTICATOR",
_FIDO_RETRY_WITH_ANOTHER_AUTHENTICATOR = "FIDO_RETRY_WITH_ANOTHER_AUTHENTICATOR",
FIDO_RETRY_WITH_ANOTHER_AUTHENTICATOR = 201,
}

Expand Down Expand Up @@ -746,8 +739,7 @@ export enum SecondaryPwlessLoginErrorCode {
FORBIDDEN = 103,
_FIDO_UNKNOWN_CREDENTIAL_ID = "FIDO_UNKNOWN_CREDENTIAL_ID",
FIDO_UNKNOWN_CREDENTIAL_ID = 200,
_FIDO_RETRY_WITH_ANOTHER_AUTHENTICATOR =
"FIDO_RETRY_WITH_ANOTHER_AUTHENTICATOR",
_FIDO_RETRY_WITH_ANOTHER_AUTHENTICATOR = "FIDO_RETRY_WITH_ANOTHER_AUTHENTICATOR",
FIDO_RETRY_WITH_ANOTHER_AUTHENTICATOR = 201,
_FIDO_UNACCEPTABLE_CONTENT = "FIDO_UNACCEPTABLE_CONTENT",
FIDO_UNACCEPTABLE_CONTENT = 202,
Expand Down Expand Up @@ -1709,11 +1701,9 @@ export enum VerificationMethod {
}

export enum ContactSetting {
_CONTACT_SETTING_NOTIFICATION_DISABLE =
"CONTACT_SETTING_NOTIFICATION_DISABLE",
_CONTACT_SETTING_NOTIFICATION_DISABLE = "CONTACT_SETTING_NOTIFICATION_DISABLE",
CONTACT_SETTING_NOTIFICATION_DISABLE = 1,
_CONTACT_SETTING_DISPLAY_NAME_OVERRIDE =
"CONTACT_SETTING_DISPLAY_NAME_OVERRIDE",
_CONTACT_SETTING_DISPLAY_NAME_OVERRIDE = "CONTACT_SETTING_DISPLAY_NAME_OVERRIDE",
CONTACT_SETTING_DISPLAY_NAME_OVERRIDE = 2,
_CONTACT_SETTING_CONTACT_HIDE = "CONTACT_SETTING_CONTACT_HIDE",
CONTACT_SETTING_CONTACT_HIDE = 4,
Expand Down Expand Up @@ -2108,26 +2098,21 @@ export enum SquareEventType {
NOTIFIED_DESTROY_MESSAGE = 5,
_NOTIFIED_MARK_AS_READ = "NOTIFIED_MARK_AS_READ",
NOTIFIED_MARK_AS_READ = 6,
_NOTIFIED_UPDATE_SQUARE_MEMBER_PROFILE =
"NOTIFIED_UPDATE_SQUARE_MEMBER_PROFILE",
_NOTIFIED_UPDATE_SQUARE_MEMBER_PROFILE = "NOTIFIED_UPDATE_SQUARE_MEMBER_PROFILE",
NOTIFIED_UPDATE_SQUARE_MEMBER_PROFILE = 7,
_NOTIFIED_KICKOUT_FROM_SQUARE = "NOTIFIED_KICKOUT_FROM_SQUARE",
NOTIFIED_KICKOUT_FROM_SQUARE = 19,
_NOTIFIED_SHUTDOWN_SQUARE = "NOTIFIED_SHUTDOWN_SQUARE",
NOTIFIED_SHUTDOWN_SQUARE = 18,
_NOTIFIED_DELETE_SQUARE_CHAT = "NOTIFIED_DELETE_SQUARE_CHAT",
NOTIFIED_DELETE_SQUARE_CHAT = 20,
_NOTIFIED_UPDATE_SQUARE_CHAT_PROFILE_NAME =
"NOTIFIED_UPDATE_SQUARE_CHAT_PROFILE_NAME",
_NOTIFIED_UPDATE_SQUARE_CHAT_PROFILE_NAME = "NOTIFIED_UPDATE_SQUARE_CHAT_PROFILE_NAME",
NOTIFIED_UPDATE_SQUARE_CHAT_PROFILE_NAME = 30,
_NOTIFIED_UPDATE_SQUARE_CHAT_PROFILE_IMAGE =
"NOTIFIED_UPDATE_SQUARE_CHAT_PROFILE_IMAGE",
_NOTIFIED_UPDATE_SQUARE_CHAT_PROFILE_IMAGE = "NOTIFIED_UPDATE_SQUARE_CHAT_PROFILE_IMAGE",
NOTIFIED_UPDATE_SQUARE_CHAT_PROFILE_IMAGE = 31,
_NOTIFIED_UPDATE_SQUARE_CHAT_MAX_MEMBER_COUNT =
"NOTIFIED_UPDATE_SQUARE_CHAT_MAX_MEMBER_COUNT",
_NOTIFIED_UPDATE_SQUARE_CHAT_MAX_MEMBER_COUNT = "NOTIFIED_UPDATE_SQUARE_CHAT_MAX_MEMBER_COUNT",
NOTIFIED_UPDATE_SQUARE_CHAT_MAX_MEMBER_COUNT = 38,
_NOTIFIED_UPDATE_SQUARE_CHAT_ANNOUNCEMENT =
"NOTIFIED_UPDATE_SQUARE_CHAT_ANNOUNCEMENT",
_NOTIFIED_UPDATE_SQUARE_CHAT_ANNOUNCEMENT = "NOTIFIED_UPDATE_SQUARE_CHAT_ANNOUNCEMENT",
NOTIFIED_UPDATE_SQUARE_CHAT_ANNOUNCEMENT = 37,
_NOTIFIED_ADD_BOT = "NOTIFIED_ADD_BOT",
NOTIFIED_ADD_BOT = 33,
Expand Down Expand Up @@ -2159,13 +2144,11 @@ export enum SquareEventType {
NOTIFIED_CREATE_SQUARE_MEMBER = 15,
_NOTIFIED_CREATE_SQUARE_CHAT_MEMBER = "NOTIFIED_CREATE_SQUARE_CHAT_MEMBER",
NOTIFIED_CREATE_SQUARE_CHAT_MEMBER = 16,
_NOTIFIED_UPDATE_SQUARE_MEMBER_RELATION =
"NOTIFIED_UPDATE_SQUARE_MEMBER_RELATION",
_NOTIFIED_UPDATE_SQUARE_MEMBER_RELATION = "NOTIFIED_UPDATE_SQUARE_MEMBER_RELATION",
NOTIFIED_UPDATE_SQUARE_MEMBER_RELATION = 17,
_NOTIFIED_UPDATE_SQUARE_FEATURE_SET = "NOTIFIED_UPDATE_SQUARE_FEATURE_SET",
NOTIFIED_UPDATE_SQUARE_FEATURE_SET = 32,
_NOTIFIED_UPDATE_SQUARE_CHAT_FEATURE_SET =
"NOTIFIED_UPDATE_SQUARE_CHAT_FEATURE_SET",
_NOTIFIED_UPDATE_SQUARE_CHAT_FEATURE_SET = "NOTIFIED_UPDATE_SQUARE_CHAT_FEATURE_SET",
NOTIFIED_UPDATE_SQUARE_CHAT_FEATURE_SET = 50,
_NOTIFIED_UPDATE_SQUARE_NOTE_STATUS = "NOTIFIED_UPDATE_SQUARE_NOTE_STATUS",
NOTIFIED_UPDATE_SQUARE_NOTE_STATUS = 36,
Expand Down Expand Up @@ -2360,16 +2343,13 @@ export enum SquareChatThreadeMembershipState {
export enum LiveTalkEventType {
_NOTIFIED_UPDATE_LIVE_TALK_TITLE = "NOTIFIED_UPDATE_LIVE_TALK_TITLE",
NOTIFIED_UPDATE_LIVE_TALK_TITLE = 1,
_NOTIFIED_UPDATE_LIVE_TALK_SPEAKER_SETTING =
"NOTIFIED_UPDATE_LIVE_TALK_SPEAKER_SETTING",
_NOTIFIED_UPDATE_LIVE_TALK_SPEAKER_SETTING = "NOTIFIED_UPDATE_LIVE_TALK_SPEAKER_SETTING",
NOTIFIED_UPDATE_LIVE_TALK_SPEAKER_SETTING = 2,
_NOTIFIED_UPDATE_LIVE_TALK_ANNOUNCEMENT =
"NOTIFIED_UPDATE_LIVE_TALK_ANNOUNCEMENT",
_NOTIFIED_UPDATE_LIVE_TALK_ANNOUNCEMENT = "NOTIFIED_UPDATE_LIVE_TALK_ANNOUNCEMENT",
NOTIFIED_UPDATE_LIVE_TALK_ANNOUNCEMENT = 3,
_NOTIFIED_UPDATE_SQUARE_MEMBER_ROLE = "NOTIFIED_UPDATE_SQUARE_MEMBER_ROLE",
NOTIFIED_UPDATE_SQUARE_MEMBER_ROLE = 4,
_NOTIFIED_UPDATE_LIVE_TALK_ALLOW_REQUEST_TO_SPEAK =
"NOTIFIED_UPDATE_LIVE_TALK_ALLOW_REQUEST_TO_SPEAK",
_NOTIFIED_UPDATE_LIVE_TALK_ALLOW_REQUEST_TO_SPEAK = "NOTIFIED_UPDATE_LIVE_TALK_ALLOW_REQUEST_TO_SPEAK",
NOTIFIED_UPDATE_LIVE_TALK_ALLOW_REQUEST_TO_SPEAK = 5,
}

Expand Down Expand Up @@ -5428,8 +5408,7 @@ export declare class SquareEventPayload {
notifiedLeaveSquareChat: SquareEventNotifiedLeaveSquareChat;
notifiedDestroyMessage: SquareEventNotifiedDestroyMessage;
notifiedMarkAsRead: SquareEventNotifiedMarkAsRead;
notifiedUpdateSquareMemberProfile:
SquareEventNotifiedUpdateSquareMemberProfile;
notifiedUpdateSquareMemberProfile: SquareEventNotifiedUpdateSquareMemberProfile;
notifiedUpdateSquare: SquareEventNotifiedUpdateSquare;
notifiedUpdateSquareMember: SquareEventNotifiedUpdateSquareMember;
notifiedUpdateSquareChat: SquareEventNotifiedUpdateSquareChat;
Expand All @@ -5439,8 +5418,7 @@ export declare class SquareEventPayload {
notifiedUpdateSquareChatStatus: SquareEventNotifiedUpdateSquareChatStatus;
notifiedCreateSquareMember: SquareEventNotifiedCreateSquareMember;
notifiedCreateSquareChatMember: SquareEventNotifiedCreateSquareChatMember;
notifiedUpdateSquareMemberRelation:
SquareEventNotifiedUpdateSquareMemberRelation;
notifiedUpdateSquareMemberRelation: SquareEventNotifiedUpdateSquareMemberRelation;
notifiedShutdownSquare: SquareEventNotifiedShutdownSquare;
notifiedKickoutFromSquare: SquareEventNotifiedKickoutFromSquare;
notifiedDeleteSquareChat: SquareEventNotifiedDeleteSquareChat;
Expand All @@ -5453,18 +5431,14 @@ export declare class SquareEventPayload {
notificationSquareDelete: SquareEventNotificationSquareDelete;
notificationSquareChatDelete: SquareEventNotificationSquareChatDelete;
notificationMessage: SquareEventNotificationMessage;
notifiedUpdateSquareChatProfileName:
SquareEventNotifiedUpdateSquareChatProfileName;
notifiedUpdateSquareChatProfileImage:
SquareEventNotifiedUpdateSquareChatProfileImage;
notifiedUpdateSquareChatProfileName: SquareEventNotifiedUpdateSquareChatProfileName;
notifiedUpdateSquareChatProfileImage: SquareEventNotifiedUpdateSquareChatProfileImage;
notifiedUpdateSquareFeatureSet: SquareEventNotifiedUpdateSquareFeatureSet;
notifiedAddBot: SquareEventNotifiedAddBot;
notifiedRemoveBot: SquareEventNotifiedRemoveBot;
notifiedUpdateSquareNoteStatus: SquareEventNotifiedUpdateSquareNoteStatus;
notifiedUpdateSquareChatAnnouncement:
SquareEventNotifiedUpdateSquareChatAnnouncement;
notifiedUpdateSquareChatMaxMemberCount:
SquareEventNotifiedUpdateSquareChatMaxMemberCount;
notifiedUpdateSquareChatAnnouncement: SquareEventNotifiedUpdateSquareChatAnnouncement;
notifiedUpdateSquareChatMaxMemberCount: SquareEventNotifiedUpdateSquareChatMaxMemberCount;
notificationPostAnnouncement: SquareEventNotificationPostAnnouncement;
notificationPost: SquareEventNotificationPost;
mutateMessage: SquareEventMutateMessage;
Expand All @@ -5474,8 +5448,7 @@ export declare class SquareEventPayload {
notificationMessageReaction: SquareEventNotificationMessageReaction;
chatPopup: SquareEventChatPopup;
notifiedSystemMessage: SquareEventNotifiedSystemMessage;
notifiedUpdateSquareChatFeatureSet:
SquareEventNotifiedUpdateSquareChatFeatureSet;
notifiedUpdateSquareChatFeatureSet: SquareEventNotifiedUpdateSquareChatFeatureSet;

constructor(args?: {
receiveMessage: SquareEventReceiveMessage;
Expand All @@ -5485,8 +5458,7 @@ export declare class SquareEventPayload {
notifiedLeaveSquareChat: SquareEventNotifiedLeaveSquareChat;
notifiedDestroyMessage: SquareEventNotifiedDestroyMessage;
notifiedMarkAsRead: SquareEventNotifiedMarkAsRead;
notifiedUpdateSquareMemberProfile:
SquareEventNotifiedUpdateSquareMemberProfile;
notifiedUpdateSquareMemberProfile: SquareEventNotifiedUpdateSquareMemberProfile;
notifiedUpdateSquare: SquareEventNotifiedUpdateSquare;
notifiedUpdateSquareMember: SquareEventNotifiedUpdateSquareMember;
notifiedUpdateSquareChat: SquareEventNotifiedUpdateSquareChat;
Expand All @@ -5496,8 +5468,7 @@ export declare class SquareEventPayload {
notifiedUpdateSquareChatStatus: SquareEventNotifiedUpdateSquareChatStatus;
notifiedCreateSquareMember: SquareEventNotifiedCreateSquareMember;
notifiedCreateSquareChatMember: SquareEventNotifiedCreateSquareChatMember;
notifiedUpdateSquareMemberRelation:
SquareEventNotifiedUpdateSquareMemberRelation;
notifiedUpdateSquareMemberRelation: SquareEventNotifiedUpdateSquareMemberRelation;
notifiedShutdownSquare: SquareEventNotifiedShutdownSquare;
notifiedKickoutFromSquare: SquareEventNotifiedKickoutFromSquare;
notifiedDeleteSquareChat: SquareEventNotifiedDeleteSquareChat;
Expand All @@ -5510,18 +5481,14 @@ export declare class SquareEventPayload {
notificationSquareDelete: SquareEventNotificationSquareDelete;
notificationSquareChatDelete: SquareEventNotificationSquareChatDelete;
notificationMessage: SquareEventNotificationMessage;
notifiedUpdateSquareChatProfileName:
SquareEventNotifiedUpdateSquareChatProfileName;
notifiedUpdateSquareChatProfileImage:
SquareEventNotifiedUpdateSquareChatProfileImage;
notifiedUpdateSquareChatProfileName: SquareEventNotifiedUpdateSquareChatProfileName;
notifiedUpdateSquareChatProfileImage: SquareEventNotifiedUpdateSquareChatProfileImage;
notifiedUpdateSquareFeatureSet: SquareEventNotifiedUpdateSquareFeatureSet;
notifiedAddBot: SquareEventNotifiedAddBot;
notifiedRemoveBot: SquareEventNotifiedRemoveBot;
notifiedUpdateSquareNoteStatus: SquareEventNotifiedUpdateSquareNoteStatus;
notifiedUpdateSquareChatAnnouncement:
SquareEventNotifiedUpdateSquareChatAnnouncement;
notifiedUpdateSquareChatMaxMemberCount:
SquareEventNotifiedUpdateSquareChatMaxMemberCount;
notifiedUpdateSquareChatAnnouncement: SquareEventNotifiedUpdateSquareChatAnnouncement;
notifiedUpdateSquareChatMaxMemberCount: SquareEventNotifiedUpdateSquareChatMaxMemberCount;
notificationPostAnnouncement: SquareEventNotificationPostAnnouncement;
notificationPost: SquareEventNotificationPost;
mutateMessage: SquareEventMutateMessage;
Expand All @@ -5531,8 +5498,7 @@ export declare class SquareEventPayload {
notificationMessageReaction: SquareEventNotificationMessageReaction;
chatPopup: SquareEventChatPopup;
notifiedSystemMessage: SquareEventNotifiedSystemMessage;
notifiedUpdateSquareChatFeatureSet:
SquareEventNotifiedUpdateSquareChatFeatureSet;
notifiedUpdateSquareChatFeatureSet: SquareEventNotifiedUpdateSquareChatFeatureSet;
});
}

Expand Down Expand Up @@ -5912,23 +5878,17 @@ export declare class LiveTalkEventNotifiedUpdateLiveTalkAllowRequestToSpeak {

export declare class LiveTalkEventPayload {
notifiedUpdateLiveTalkTitle: LiveTalkEventNotifiedUpdateLiveTalkTitle;
notifiedUpdateLiveTalkSpeakerSetting:
LiveTalkEventNotifiedUpdateLiveTalkSpeakerSetting;
notifiedUpdateLiveTalkAnnouncement:
LiveTalkEventNotifiedUpdateLiveTalkAnnouncement;
notifiedUpdateLiveTalkSpeakerSetting: LiveTalkEventNotifiedUpdateLiveTalkSpeakerSetting;
notifiedUpdateLiveTalkAnnouncement: LiveTalkEventNotifiedUpdateLiveTalkAnnouncement;
notifiedUpdateSquareMemberRole: LiveTalkEventNotifiedUpdateSquareMemberRole;
notifiedUpdateLiveTalkAllowRequestToSpeak:
LiveTalkEventNotifiedUpdateLiveTalkAllowRequestToSpeak;
notifiedUpdateLiveTalkAllowRequestToSpeak: LiveTalkEventNotifiedUpdateLiveTalkAllowRequestToSpeak;

constructor(args?: {
notifiedUpdateLiveTalkTitle: LiveTalkEventNotifiedUpdateLiveTalkTitle;
notifiedUpdateLiveTalkSpeakerSetting:
LiveTalkEventNotifiedUpdateLiveTalkSpeakerSetting;
notifiedUpdateLiveTalkAnnouncement:
LiveTalkEventNotifiedUpdateLiveTalkAnnouncement;
notifiedUpdateLiveTalkSpeakerSetting: LiveTalkEventNotifiedUpdateLiveTalkSpeakerSetting;
notifiedUpdateLiveTalkAnnouncement: LiveTalkEventNotifiedUpdateLiveTalkAnnouncement;
notifiedUpdateSquareMemberRole: LiveTalkEventNotifiedUpdateSquareMemberRole;
notifiedUpdateLiveTalkAllowRequestToSpeak:
LiveTalkEventNotifiedUpdateLiveTalkAllowRequestToSpeak;
notifiedUpdateLiveTalkAllowRequestToSpeak: LiveTalkEventNotifiedUpdateLiveTalkAllowRequestToSpeak;
});
}

Expand Down

0 comments on commit 068b56a

Please sign in to comment.