@channel.io/app-sdk-core 0.24.0 → 0.24.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/extensions/hook.d.ts +4 -65
- package/dist/extensions/hook.d.ts.map +1 -1
- package/dist/extensions/hook.js +2 -16
- package/dist/extensions/hook.js.map +1 -1
- package/dist/extensions/index.d.ts +1 -1
- package/dist/extensions/index.d.ts.map +1 -1
- package/dist/extensions/index.js +1 -1
- package/dist/extensions/index.js.map +1 -1
- package/dist/gen/channel/app/sdk/v1/common.zod.d.ts +4 -4
- package/dist/gen/channel/app/sdk/v1/extension.d.ts +3 -12
- package/dist/gen/channel/app/sdk/v1/extension.d.ts.map +1 -1
- package/dist/gen/channel/app/sdk/v1/extension.zod.d.ts +23 -84
- package/dist/gen/channel/app/sdk/v1/extension.zod.d.ts.map +1 -1
- package/dist/gen/channel/app/sdk/v1/extension.zod.js +1 -12
- package/dist/gen/channel/app/sdk/v1/extension.zod.js.map +1 -1
- package/package.json +1 -1
|
@@ -26138,7 +26138,6 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
26138
26138
|
form?: Record<string, any> | undefined;
|
|
26139
26139
|
blocks?: Record<string, any>[] | undefined;
|
|
26140
26140
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
26141
|
-
plainText?: string | undefined;
|
|
26142
26141
|
createdAt?: string | undefined;
|
|
26143
26142
|
alf?: {
|
|
26144
26143
|
type?: "ALF_MESSAGE_TYPE_UNSPECIFIED" | "ALF_MESSAGE_TYPE_COMPLETE" | "ALF_MESSAGE_TYPE_RAG" | "ALF_MESSAGE_TYPE_INCOMPLETE" | "ALF_MESSAGE_TYPE_IMPOSSIBLE" | "ALF_MESSAGE_TYPE_COMMAND" | "ALF_MESSAGE_TYPE_FAQ" | "ALF_MESSAGE_TYPE_FAILED" | "ALF_MESSAGE_TYPE_RATE_LIMITED" | "ALF_MESSAGE_TYPE_OPEN_USER_CHAT" | "ALF_MESSAGE_TYPE_SYSTEM" | undefined;
|
|
@@ -26179,6 +26178,7 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
26179
26178
|
chatType?: string | undefined;
|
|
26180
26179
|
personId?: string | undefined;
|
|
26181
26180
|
marketing?: Record<string, any> | undefined;
|
|
26181
|
+
plainText?: string | undefined;
|
|
26182
26182
|
reactions?: Record<string, any>[] | undefined;
|
|
26183
26183
|
alertLevel?: "MESSAGE_ALERT_LEVEL_UNSPECIFIED" | "MESSAGE_ALERT_LEVEL_ALERT" | "MESSAGE_ALERT_LEVEL_UNREAD" | "MESSAGE_ALERT_LEVEL_NONE" | undefined;
|
|
26184
26184
|
personType?: string | undefined;
|
|
@@ -26201,7 +26201,6 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
26201
26201
|
form?: Record<string, any> | undefined;
|
|
26202
26202
|
blocks?: Record<string, any>[] | undefined;
|
|
26203
26203
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
26204
|
-
plainText?: string | undefined;
|
|
26205
26204
|
createdAt?: string | undefined;
|
|
26206
26205
|
alf?: {
|
|
26207
26206
|
type?: "ALF_MESSAGE_TYPE_UNSPECIFIED" | "ALF_MESSAGE_TYPE_COMPLETE" | "ALF_MESSAGE_TYPE_RAG" | "ALF_MESSAGE_TYPE_INCOMPLETE" | "ALF_MESSAGE_TYPE_IMPOSSIBLE" | "ALF_MESSAGE_TYPE_COMMAND" | "ALF_MESSAGE_TYPE_FAQ" | "ALF_MESSAGE_TYPE_FAILED" | "ALF_MESSAGE_TYPE_RATE_LIMITED" | "ALF_MESSAGE_TYPE_OPEN_USER_CHAT" | "ALF_MESSAGE_TYPE_SYSTEM" | undefined;
|
|
@@ -26242,6 +26241,7 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
26242
26241
|
chatType?: string | undefined;
|
|
26243
26242
|
personId?: string | undefined;
|
|
26244
26243
|
marketing?: Record<string, any> | undefined;
|
|
26244
|
+
plainText?: string | undefined;
|
|
26245
26245
|
reactions?: Record<string, any>[] | undefined;
|
|
26246
26246
|
alertLevel?: "MESSAGE_ALERT_LEVEL_UNSPECIFIED" | "MESSAGE_ALERT_LEVEL_ALERT" | "MESSAGE_ALERT_LEVEL_UNREAD" | "MESSAGE_ALERT_LEVEL_NONE" | undefined;
|
|
26247
26247
|
personType?: string | undefined;
|
|
@@ -26328,7 +26328,6 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
26328
26328
|
form?: Record<string, any> | undefined;
|
|
26329
26329
|
blocks?: Record<string, any>[] | undefined;
|
|
26330
26330
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
26331
|
-
plainText?: string | undefined;
|
|
26332
26331
|
createdAt?: string | undefined;
|
|
26333
26332
|
alf?: {
|
|
26334
26333
|
type?: "ALF_MESSAGE_TYPE_UNSPECIFIED" | "ALF_MESSAGE_TYPE_COMPLETE" | "ALF_MESSAGE_TYPE_RAG" | "ALF_MESSAGE_TYPE_INCOMPLETE" | "ALF_MESSAGE_TYPE_IMPOSSIBLE" | "ALF_MESSAGE_TYPE_COMMAND" | "ALF_MESSAGE_TYPE_FAQ" | "ALF_MESSAGE_TYPE_FAILED" | "ALF_MESSAGE_TYPE_RATE_LIMITED" | "ALF_MESSAGE_TYPE_OPEN_USER_CHAT" | "ALF_MESSAGE_TYPE_SYSTEM" | undefined;
|
|
@@ -26369,6 +26368,7 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
26369
26368
|
chatType?: string | undefined;
|
|
26370
26369
|
personId?: string | undefined;
|
|
26371
26370
|
marketing?: Record<string, any> | undefined;
|
|
26371
|
+
plainText?: string | undefined;
|
|
26372
26372
|
reactions?: Record<string, any>[] | undefined;
|
|
26373
26373
|
alertLevel?: "MESSAGE_ALERT_LEVEL_UNSPECIFIED" | "MESSAGE_ALERT_LEVEL_ALERT" | "MESSAGE_ALERT_LEVEL_UNREAD" | "MESSAGE_ALERT_LEVEL_NONE" | undefined;
|
|
26374
26374
|
personType?: string | undefined;
|
|
@@ -26455,7 +26455,6 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
26455
26455
|
form?: Record<string, any> | undefined;
|
|
26456
26456
|
blocks?: Record<string, any>[] | undefined;
|
|
26457
26457
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
26458
|
-
plainText?: string | undefined;
|
|
26459
26458
|
createdAt?: string | undefined;
|
|
26460
26459
|
alf?: {
|
|
26461
26460
|
type?: "ALF_MESSAGE_TYPE_UNSPECIFIED" | "ALF_MESSAGE_TYPE_COMPLETE" | "ALF_MESSAGE_TYPE_RAG" | "ALF_MESSAGE_TYPE_INCOMPLETE" | "ALF_MESSAGE_TYPE_IMPOSSIBLE" | "ALF_MESSAGE_TYPE_COMMAND" | "ALF_MESSAGE_TYPE_FAQ" | "ALF_MESSAGE_TYPE_FAILED" | "ALF_MESSAGE_TYPE_RATE_LIMITED" | "ALF_MESSAGE_TYPE_OPEN_USER_CHAT" | "ALF_MESSAGE_TYPE_SYSTEM" | undefined;
|
|
@@ -26496,6 +26495,7 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
26496
26495
|
chatType?: string | undefined;
|
|
26497
26496
|
personId?: string | undefined;
|
|
26498
26497
|
marketing?: Record<string, any> | undefined;
|
|
26498
|
+
plainText?: string | undefined;
|
|
26499
26499
|
reactions?: Record<string, any>[] | undefined;
|
|
26500
26500
|
alertLevel?: "MESSAGE_ALERT_LEVEL_UNSPECIFIED" | "MESSAGE_ALERT_LEVEL_ALERT" | "MESSAGE_ALERT_LEVEL_UNREAD" | "MESSAGE_ALERT_LEVEL_NONE" | undefined;
|
|
26501
26501
|
personType?: string | undefined;
|
|
@@ -27747,7 +27747,6 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
27747
27747
|
form?: Record<string, any> | undefined;
|
|
27748
27748
|
blocks?: Record<string, any>[] | undefined;
|
|
27749
27749
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
27750
|
-
plainText?: string | undefined;
|
|
27751
27750
|
createdAt?: string | undefined;
|
|
27752
27751
|
alf?: {
|
|
27753
27752
|
type?: "ALF_MESSAGE_TYPE_UNSPECIFIED" | "ALF_MESSAGE_TYPE_COMPLETE" | "ALF_MESSAGE_TYPE_RAG" | "ALF_MESSAGE_TYPE_INCOMPLETE" | "ALF_MESSAGE_TYPE_IMPOSSIBLE" | "ALF_MESSAGE_TYPE_COMMAND" | "ALF_MESSAGE_TYPE_FAQ" | "ALF_MESSAGE_TYPE_FAILED" | "ALF_MESSAGE_TYPE_RATE_LIMITED" | "ALF_MESSAGE_TYPE_OPEN_USER_CHAT" | "ALF_MESSAGE_TYPE_SYSTEM" | undefined;
|
|
@@ -27788,6 +27787,7 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
27788
27787
|
chatType?: string | undefined;
|
|
27789
27788
|
personId?: string | undefined;
|
|
27790
27789
|
marketing?: Record<string, any> | undefined;
|
|
27790
|
+
plainText?: string | undefined;
|
|
27791
27791
|
reactions?: Record<string, any>[] | undefined;
|
|
27792
27792
|
alertLevel?: "MESSAGE_ALERT_LEVEL_UNSPECIFIED" | "MESSAGE_ALERT_LEVEL_ALERT" | "MESSAGE_ALERT_LEVEL_UNREAD" | "MESSAGE_ALERT_LEVEL_NONE" | undefined;
|
|
27793
27793
|
personType?: string | undefined;
|
|
@@ -27810,7 +27810,6 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
27810
27810
|
form?: Record<string, any> | undefined;
|
|
27811
27811
|
blocks?: Record<string, any>[] | undefined;
|
|
27812
27812
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
27813
|
-
plainText?: string | undefined;
|
|
27814
27813
|
createdAt?: string | undefined;
|
|
27815
27814
|
alf?: {
|
|
27816
27815
|
type?: "ALF_MESSAGE_TYPE_UNSPECIFIED" | "ALF_MESSAGE_TYPE_COMPLETE" | "ALF_MESSAGE_TYPE_RAG" | "ALF_MESSAGE_TYPE_INCOMPLETE" | "ALF_MESSAGE_TYPE_IMPOSSIBLE" | "ALF_MESSAGE_TYPE_COMMAND" | "ALF_MESSAGE_TYPE_FAQ" | "ALF_MESSAGE_TYPE_FAILED" | "ALF_MESSAGE_TYPE_RATE_LIMITED" | "ALF_MESSAGE_TYPE_OPEN_USER_CHAT" | "ALF_MESSAGE_TYPE_SYSTEM" | undefined;
|
|
@@ -27851,6 +27850,7 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
27851
27850
|
chatType?: string | undefined;
|
|
27852
27851
|
personId?: string | undefined;
|
|
27853
27852
|
marketing?: Record<string, any> | undefined;
|
|
27853
|
+
plainText?: string | undefined;
|
|
27854
27854
|
reactions?: Record<string, any>[] | undefined;
|
|
27855
27855
|
alertLevel?: "MESSAGE_ALERT_LEVEL_UNSPECIFIED" | "MESSAGE_ALERT_LEVEL_ALERT" | "MESSAGE_ALERT_LEVEL_UNREAD" | "MESSAGE_ALERT_LEVEL_NONE" | undefined;
|
|
27856
27856
|
personType?: string | undefined;
|
|
@@ -27973,7 +27973,6 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
27973
27973
|
form?: Record<string, any> | undefined;
|
|
27974
27974
|
blocks?: Record<string, any>[] | undefined;
|
|
27975
27975
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
27976
|
-
plainText?: string | undefined;
|
|
27977
27976
|
createdAt?: string | undefined;
|
|
27978
27977
|
alf?: {
|
|
27979
27978
|
type?: "ALF_MESSAGE_TYPE_UNSPECIFIED" | "ALF_MESSAGE_TYPE_COMPLETE" | "ALF_MESSAGE_TYPE_RAG" | "ALF_MESSAGE_TYPE_INCOMPLETE" | "ALF_MESSAGE_TYPE_IMPOSSIBLE" | "ALF_MESSAGE_TYPE_COMMAND" | "ALF_MESSAGE_TYPE_FAQ" | "ALF_MESSAGE_TYPE_FAILED" | "ALF_MESSAGE_TYPE_RATE_LIMITED" | "ALF_MESSAGE_TYPE_OPEN_USER_CHAT" | "ALF_MESSAGE_TYPE_SYSTEM" | undefined;
|
|
@@ -28014,6 +28013,7 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
28014
28013
|
chatType?: string | undefined;
|
|
28015
28014
|
personId?: string | undefined;
|
|
28016
28015
|
marketing?: Record<string, any> | undefined;
|
|
28016
|
+
plainText?: string | undefined;
|
|
28017
28017
|
reactions?: Record<string, any>[] | undefined;
|
|
28018
28018
|
alertLevel?: "MESSAGE_ALERT_LEVEL_UNSPECIFIED" | "MESSAGE_ALERT_LEVEL_ALERT" | "MESSAGE_ALERT_LEVEL_UNREAD" | "MESSAGE_ALERT_LEVEL_NONE" | undefined;
|
|
28019
28019
|
personType?: string | undefined;
|
|
@@ -28139,7 +28139,6 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
28139
28139
|
form?: Record<string, any> | undefined;
|
|
28140
28140
|
blocks?: Record<string, any>[] | undefined;
|
|
28141
28141
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
28142
|
-
plainText?: string | undefined;
|
|
28143
28142
|
createdAt?: string | undefined;
|
|
28144
28143
|
alf?: {
|
|
28145
28144
|
type?: "ALF_MESSAGE_TYPE_UNSPECIFIED" | "ALF_MESSAGE_TYPE_COMPLETE" | "ALF_MESSAGE_TYPE_RAG" | "ALF_MESSAGE_TYPE_INCOMPLETE" | "ALF_MESSAGE_TYPE_IMPOSSIBLE" | "ALF_MESSAGE_TYPE_COMMAND" | "ALF_MESSAGE_TYPE_FAQ" | "ALF_MESSAGE_TYPE_FAILED" | "ALF_MESSAGE_TYPE_RATE_LIMITED" | "ALF_MESSAGE_TYPE_OPEN_USER_CHAT" | "ALF_MESSAGE_TYPE_SYSTEM" | undefined;
|
|
@@ -28180,6 +28179,7 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
28180
28179
|
chatType?: string | undefined;
|
|
28181
28180
|
personId?: string | undefined;
|
|
28182
28181
|
marketing?: Record<string, any> | undefined;
|
|
28182
|
+
plainText?: string | undefined;
|
|
28183
28183
|
reactions?: Record<string, any>[] | undefined;
|
|
28184
28184
|
alertLevel?: "MESSAGE_ALERT_LEVEL_UNSPECIFIED" | "MESSAGE_ALERT_LEVEL_ALERT" | "MESSAGE_ALERT_LEVEL_UNREAD" | "MESSAGE_ALERT_LEVEL_NONE" | undefined;
|
|
28185
28185
|
personType?: string | undefined;
|
|
@@ -28701,7 +28701,6 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
28701
28701
|
form?: Record<string, any> | undefined;
|
|
28702
28702
|
blocks?: Record<string, any>[] | undefined;
|
|
28703
28703
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
28704
|
-
plainText?: string | undefined;
|
|
28705
28704
|
createdAt?: string | undefined;
|
|
28706
28705
|
alf?: {
|
|
28707
28706
|
type?: "ALF_MESSAGE_TYPE_UNSPECIFIED" | "ALF_MESSAGE_TYPE_COMPLETE" | "ALF_MESSAGE_TYPE_RAG" | "ALF_MESSAGE_TYPE_INCOMPLETE" | "ALF_MESSAGE_TYPE_IMPOSSIBLE" | "ALF_MESSAGE_TYPE_COMMAND" | "ALF_MESSAGE_TYPE_FAQ" | "ALF_MESSAGE_TYPE_FAILED" | "ALF_MESSAGE_TYPE_RATE_LIMITED" | "ALF_MESSAGE_TYPE_OPEN_USER_CHAT" | "ALF_MESSAGE_TYPE_SYSTEM" | undefined;
|
|
@@ -28742,6 +28741,7 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
28742
28741
|
chatType?: string | undefined;
|
|
28743
28742
|
personId?: string | undefined;
|
|
28744
28743
|
marketing?: Record<string, any> | undefined;
|
|
28744
|
+
plainText?: string | undefined;
|
|
28745
28745
|
reactions?: Record<string, any>[] | undefined;
|
|
28746
28746
|
alertLevel?: "MESSAGE_ALERT_LEVEL_UNSPECIFIED" | "MESSAGE_ALERT_LEVEL_ALERT" | "MESSAGE_ALERT_LEVEL_UNREAD" | "MESSAGE_ALERT_LEVEL_NONE" | undefined;
|
|
28747
28747
|
personType?: string | undefined;
|
|
@@ -28764,7 +28764,6 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
28764
28764
|
form?: Record<string, any> | undefined;
|
|
28765
28765
|
blocks?: Record<string, any>[] | undefined;
|
|
28766
28766
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
28767
|
-
plainText?: string | undefined;
|
|
28768
28767
|
createdAt?: string | undefined;
|
|
28769
28768
|
alf?: {
|
|
28770
28769
|
type?: "ALF_MESSAGE_TYPE_UNSPECIFIED" | "ALF_MESSAGE_TYPE_COMPLETE" | "ALF_MESSAGE_TYPE_RAG" | "ALF_MESSAGE_TYPE_INCOMPLETE" | "ALF_MESSAGE_TYPE_IMPOSSIBLE" | "ALF_MESSAGE_TYPE_COMMAND" | "ALF_MESSAGE_TYPE_FAQ" | "ALF_MESSAGE_TYPE_FAILED" | "ALF_MESSAGE_TYPE_RATE_LIMITED" | "ALF_MESSAGE_TYPE_OPEN_USER_CHAT" | "ALF_MESSAGE_TYPE_SYSTEM" | undefined;
|
|
@@ -28805,6 +28804,7 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
28805
28804
|
chatType?: string | undefined;
|
|
28806
28805
|
personId?: string | undefined;
|
|
28807
28806
|
marketing?: Record<string, any> | undefined;
|
|
28807
|
+
plainText?: string | undefined;
|
|
28808
28808
|
reactions?: Record<string, any>[] | undefined;
|
|
28809
28809
|
alertLevel?: "MESSAGE_ALERT_LEVEL_UNSPECIFIED" | "MESSAGE_ALERT_LEVEL_ALERT" | "MESSAGE_ALERT_LEVEL_UNREAD" | "MESSAGE_ALERT_LEVEL_NONE" | undefined;
|
|
28810
28810
|
personType?: string | undefined;
|
|
@@ -28891,7 +28891,6 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
28891
28891
|
form?: Record<string, any> | undefined;
|
|
28892
28892
|
blocks?: Record<string, any>[] | undefined;
|
|
28893
28893
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
28894
|
-
plainText?: string | undefined;
|
|
28895
28894
|
createdAt?: string | undefined;
|
|
28896
28895
|
alf?: {
|
|
28897
28896
|
type?: "ALF_MESSAGE_TYPE_UNSPECIFIED" | "ALF_MESSAGE_TYPE_COMPLETE" | "ALF_MESSAGE_TYPE_RAG" | "ALF_MESSAGE_TYPE_INCOMPLETE" | "ALF_MESSAGE_TYPE_IMPOSSIBLE" | "ALF_MESSAGE_TYPE_COMMAND" | "ALF_MESSAGE_TYPE_FAQ" | "ALF_MESSAGE_TYPE_FAILED" | "ALF_MESSAGE_TYPE_RATE_LIMITED" | "ALF_MESSAGE_TYPE_OPEN_USER_CHAT" | "ALF_MESSAGE_TYPE_SYSTEM" | undefined;
|
|
@@ -28932,6 +28931,7 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
28932
28931
|
chatType?: string | undefined;
|
|
28933
28932
|
personId?: string | undefined;
|
|
28934
28933
|
marketing?: Record<string, any> | undefined;
|
|
28934
|
+
plainText?: string | undefined;
|
|
28935
28935
|
reactions?: Record<string, any>[] | undefined;
|
|
28936
28936
|
alertLevel?: "MESSAGE_ALERT_LEVEL_UNSPECIFIED" | "MESSAGE_ALERT_LEVEL_ALERT" | "MESSAGE_ALERT_LEVEL_UNREAD" | "MESSAGE_ALERT_LEVEL_NONE" | undefined;
|
|
28937
28937
|
personType?: string | undefined;
|
|
@@ -29018,7 +29018,6 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
29018
29018
|
form?: Record<string, any> | undefined;
|
|
29019
29019
|
blocks?: Record<string, any>[] | undefined;
|
|
29020
29020
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
29021
|
-
plainText?: string | undefined;
|
|
29022
29021
|
createdAt?: string | undefined;
|
|
29023
29022
|
alf?: {
|
|
29024
29023
|
type?: "ALF_MESSAGE_TYPE_UNSPECIFIED" | "ALF_MESSAGE_TYPE_COMPLETE" | "ALF_MESSAGE_TYPE_RAG" | "ALF_MESSAGE_TYPE_INCOMPLETE" | "ALF_MESSAGE_TYPE_IMPOSSIBLE" | "ALF_MESSAGE_TYPE_COMMAND" | "ALF_MESSAGE_TYPE_FAQ" | "ALF_MESSAGE_TYPE_FAILED" | "ALF_MESSAGE_TYPE_RATE_LIMITED" | "ALF_MESSAGE_TYPE_OPEN_USER_CHAT" | "ALF_MESSAGE_TYPE_SYSTEM" | undefined;
|
|
@@ -29059,6 +29058,7 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
29059
29058
|
chatType?: string | undefined;
|
|
29060
29059
|
personId?: string | undefined;
|
|
29061
29060
|
marketing?: Record<string, any> | undefined;
|
|
29061
|
+
plainText?: string | undefined;
|
|
29062
29062
|
reactions?: Record<string, any>[] | undefined;
|
|
29063
29063
|
alertLevel?: "MESSAGE_ALERT_LEVEL_UNSPECIFIED" | "MESSAGE_ALERT_LEVEL_ALERT" | "MESSAGE_ALERT_LEVEL_UNREAD" | "MESSAGE_ALERT_LEVEL_NONE" | undefined;
|
|
29064
29064
|
personType?: string | undefined;
|
|
@@ -29268,7 +29268,6 @@ export declare const MessagingPrebuiltValidateEntityInputProtoSchema: z.ZodObjec
|
|
|
29268
29268
|
version?: string | undefined;
|
|
29269
29269
|
updatedAt?: string | undefined;
|
|
29270
29270
|
blocks?: Record<string, any>[] | undefined;
|
|
29271
|
-
plainText?: string | undefined;
|
|
29272
29271
|
createdAt?: string | undefined;
|
|
29273
29272
|
files?: {
|
|
29274
29273
|
url?: string | undefined;
|
|
@@ -29279,6 +29278,7 @@ export declare const MessagingPrebuiltValidateEntityInputProtoSchema: z.ZodObjec
|
|
|
29279
29278
|
buttons?: Record<string, any>[] | undefined;
|
|
29280
29279
|
chatType?: string | undefined;
|
|
29281
29280
|
personId?: string | undefined;
|
|
29281
|
+
plainText?: string | undefined;
|
|
29282
29282
|
personType?: string | undefined;
|
|
29283
29283
|
writingType?: "WRITING_TYPE_UNSPECIFIED" | "WRITING_TYPE_STANDARD" | "WRITING_TYPE_CUSTOM" | "WRITING_TYPE_EMAIL" | undefined;
|
|
29284
29284
|
customPayload?: {
|
|
@@ -29293,7 +29293,6 @@ export declare const MessagingPrebuiltValidateEntityInputProtoSchema: z.ZodObjec
|
|
|
29293
29293
|
version?: string | undefined;
|
|
29294
29294
|
updatedAt?: string | undefined;
|
|
29295
29295
|
blocks?: Record<string, any>[] | undefined;
|
|
29296
|
-
plainText?: string | undefined;
|
|
29297
29296
|
createdAt?: string | undefined;
|
|
29298
29297
|
files?: {
|
|
29299
29298
|
url?: string | undefined;
|
|
@@ -29304,6 +29303,7 @@ export declare const MessagingPrebuiltValidateEntityInputProtoSchema: z.ZodObjec
|
|
|
29304
29303
|
buttons?: Record<string, any>[] | undefined;
|
|
29305
29304
|
chatType?: string | undefined;
|
|
29306
29305
|
personId?: string | undefined;
|
|
29306
|
+
plainText?: string | undefined;
|
|
29307
29307
|
personType?: string | undefined;
|
|
29308
29308
|
writingType?: "WRITING_TYPE_UNSPECIFIED" | "WRITING_TYPE_STANDARD" | "WRITING_TYPE_CUSTOM" | "WRITING_TYPE_EMAIL" | undefined;
|
|
29309
29309
|
customPayload?: {
|
|
@@ -29324,7 +29324,6 @@ export declare const MessagingPrebuiltValidateEntityInputProtoSchema: z.ZodObjec
|
|
|
29324
29324
|
version?: string | undefined;
|
|
29325
29325
|
updatedAt?: string | undefined;
|
|
29326
29326
|
blocks?: Record<string, any>[] | undefined;
|
|
29327
|
-
plainText?: string | undefined;
|
|
29328
29327
|
createdAt?: string | undefined;
|
|
29329
29328
|
files?: {
|
|
29330
29329
|
url?: string | undefined;
|
|
@@ -29335,6 +29334,7 @@ export declare const MessagingPrebuiltValidateEntityInputProtoSchema: z.ZodObjec
|
|
|
29335
29334
|
buttons?: Record<string, any>[] | undefined;
|
|
29336
29335
|
chatType?: string | undefined;
|
|
29337
29336
|
personId?: string | undefined;
|
|
29337
|
+
plainText?: string | undefined;
|
|
29338
29338
|
personType?: string | undefined;
|
|
29339
29339
|
writingType?: "WRITING_TYPE_UNSPECIFIED" | "WRITING_TYPE_STANDARD" | "WRITING_TYPE_CUSTOM" | "WRITING_TYPE_EMAIL" | undefined;
|
|
29340
29340
|
customPayload?: {
|
|
@@ -29355,7 +29355,6 @@ export declare const MessagingPrebuiltValidateEntityInputProtoSchema: z.ZodObjec
|
|
|
29355
29355
|
version?: string | undefined;
|
|
29356
29356
|
updatedAt?: string | undefined;
|
|
29357
29357
|
blocks?: Record<string, any>[] | undefined;
|
|
29358
|
-
plainText?: string | undefined;
|
|
29359
29358
|
createdAt?: string | undefined;
|
|
29360
29359
|
files?: {
|
|
29361
29360
|
url?: string | undefined;
|
|
@@ -29366,6 +29365,7 @@ export declare const MessagingPrebuiltValidateEntityInputProtoSchema: z.ZodObjec
|
|
|
29366
29365
|
buttons?: Record<string, any>[] | undefined;
|
|
29367
29366
|
chatType?: string | undefined;
|
|
29368
29367
|
personId?: string | undefined;
|
|
29368
|
+
plainText?: string | undefined;
|
|
29369
29369
|
personType?: string | undefined;
|
|
29370
29370
|
writingType?: "WRITING_TYPE_UNSPECIFIED" | "WRITING_TYPE_STANDARD" | "WRITING_TYPE_CUSTOM" | "WRITING_TYPE_EMAIL" | undefined;
|
|
29371
29371
|
customPayload?: {
|
|
@@ -29465,7 +29465,6 @@ export declare const MessagingPrebuiltGetCustomEditorWamInputProtoSchema: z.ZodO
|
|
|
29465
29465
|
version?: string | undefined;
|
|
29466
29466
|
updatedAt?: string | undefined;
|
|
29467
29467
|
blocks?: Record<string, any>[] | undefined;
|
|
29468
|
-
plainText?: string | undefined;
|
|
29469
29468
|
createdAt?: string | undefined;
|
|
29470
29469
|
files?: {
|
|
29471
29470
|
url?: string | undefined;
|
|
@@ -29476,6 +29475,7 @@ export declare const MessagingPrebuiltGetCustomEditorWamInputProtoSchema: z.ZodO
|
|
|
29476
29475
|
buttons?: Record<string, any>[] | undefined;
|
|
29477
29476
|
chatType?: string | undefined;
|
|
29478
29477
|
personId?: string | undefined;
|
|
29478
|
+
plainText?: string | undefined;
|
|
29479
29479
|
personType?: string | undefined;
|
|
29480
29480
|
writingType?: "WRITING_TYPE_UNSPECIFIED" | "WRITING_TYPE_STANDARD" | "WRITING_TYPE_CUSTOM" | "WRITING_TYPE_EMAIL" | undefined;
|
|
29481
29481
|
customPayload?: {
|
|
@@ -29490,7 +29490,6 @@ export declare const MessagingPrebuiltGetCustomEditorWamInputProtoSchema: z.ZodO
|
|
|
29490
29490
|
version?: string | undefined;
|
|
29491
29491
|
updatedAt?: string | undefined;
|
|
29492
29492
|
blocks?: Record<string, any>[] | undefined;
|
|
29493
|
-
plainText?: string | undefined;
|
|
29494
29493
|
createdAt?: string | undefined;
|
|
29495
29494
|
files?: {
|
|
29496
29495
|
url?: string | undefined;
|
|
@@ -29501,6 +29500,7 @@ export declare const MessagingPrebuiltGetCustomEditorWamInputProtoSchema: z.ZodO
|
|
|
29501
29500
|
buttons?: Record<string, any>[] | undefined;
|
|
29502
29501
|
chatType?: string | undefined;
|
|
29503
29502
|
personId?: string | undefined;
|
|
29503
|
+
plainText?: string | undefined;
|
|
29504
29504
|
personType?: string | undefined;
|
|
29505
29505
|
writingType?: "WRITING_TYPE_UNSPECIFIED" | "WRITING_TYPE_STANDARD" | "WRITING_TYPE_CUSTOM" | "WRITING_TYPE_EMAIL" | undefined;
|
|
29506
29506
|
customPayload?: {
|
|
@@ -29519,7 +29519,6 @@ export declare const MessagingPrebuiltGetCustomEditorWamInputProtoSchema: z.ZodO
|
|
|
29519
29519
|
version?: string | undefined;
|
|
29520
29520
|
updatedAt?: string | undefined;
|
|
29521
29521
|
blocks?: Record<string, any>[] | undefined;
|
|
29522
|
-
plainText?: string | undefined;
|
|
29523
29522
|
createdAt?: string | undefined;
|
|
29524
29523
|
files?: {
|
|
29525
29524
|
url?: string | undefined;
|
|
@@ -29530,6 +29529,7 @@ export declare const MessagingPrebuiltGetCustomEditorWamInputProtoSchema: z.ZodO
|
|
|
29530
29529
|
buttons?: Record<string, any>[] | undefined;
|
|
29531
29530
|
chatType?: string | undefined;
|
|
29532
29531
|
personId?: string | undefined;
|
|
29532
|
+
plainText?: string | undefined;
|
|
29533
29533
|
personType?: string | undefined;
|
|
29534
29534
|
writingType?: "WRITING_TYPE_UNSPECIFIED" | "WRITING_TYPE_STANDARD" | "WRITING_TYPE_CUSTOM" | "WRITING_TYPE_EMAIL" | undefined;
|
|
29535
29535
|
customPayload?: {
|
|
@@ -29552,7 +29552,6 @@ export declare const MessagingPrebuiltGetCustomEditorWamInputProtoSchema: z.ZodO
|
|
|
29552
29552
|
version?: string | undefined;
|
|
29553
29553
|
updatedAt?: string | undefined;
|
|
29554
29554
|
blocks?: Record<string, any>[] | undefined;
|
|
29555
|
-
plainText?: string | undefined;
|
|
29556
29555
|
createdAt?: string | undefined;
|
|
29557
29556
|
files?: {
|
|
29558
29557
|
url?: string | undefined;
|
|
@@ -29563,6 +29562,7 @@ export declare const MessagingPrebuiltGetCustomEditorWamInputProtoSchema: z.ZodO
|
|
|
29563
29562
|
buttons?: Record<string, any>[] | undefined;
|
|
29564
29563
|
chatType?: string | undefined;
|
|
29565
29564
|
personId?: string | undefined;
|
|
29565
|
+
plainText?: string | undefined;
|
|
29566
29566
|
personType?: string | undefined;
|
|
29567
29567
|
writingType?: "WRITING_TYPE_UNSPECIFIED" | "WRITING_TYPE_STANDARD" | "WRITING_TYPE_CUSTOM" | "WRITING_TYPE_EMAIL" | undefined;
|
|
29568
29568
|
customPayload?: {
|
|
@@ -30295,91 +30295,30 @@ export declare const HookUserChatOpenedResultProtoSchema: z.ZodObject<{
|
|
|
30295
30295
|
terminal?: boolean | undefined;
|
|
30296
30296
|
}>;
|
|
30297
30297
|
export type HookUserChatOpenedResultProto = z.infer<typeof HookUserChatOpenedResultProtoSchema>;
|
|
30298
|
-
export declare const HookTeamChatMessageCreatedWriterProtoSchema: z.ZodObject<{
|
|
30299
|
-
type: z.ZodOptional<z.ZodString>;
|
|
30300
|
-
id: z.ZodOptional<z.ZodString>;
|
|
30301
|
-
}, "strip", z.ZodTypeAny, {
|
|
30302
|
-
type?: string | undefined;
|
|
30303
|
-
id?: string | undefined;
|
|
30304
|
-
}, {
|
|
30305
|
-
type?: string | undefined;
|
|
30306
|
-
id?: string | undefined;
|
|
30307
|
-
}>;
|
|
30308
|
-
export type HookTeamChatMessageCreatedWriterProto = z.infer<typeof HookTeamChatMessageCreatedWriterProtoSchema>;
|
|
30309
|
-
export declare const HookTeamChatMessageCreatedLinkProtoSchema: z.ZodObject<{
|
|
30310
|
-
url: z.ZodOptional<z.ZodString>;
|
|
30311
|
-
title: z.ZodOptional<z.ZodString>;
|
|
30312
|
-
}, "strip", z.ZodTypeAny, {
|
|
30313
|
-
title?: string | undefined;
|
|
30314
|
-
url?: string | undefined;
|
|
30315
|
-
}, {
|
|
30316
|
-
title?: string | undefined;
|
|
30317
|
-
url?: string | undefined;
|
|
30318
|
-
}>;
|
|
30319
|
-
export type HookTeamChatMessageCreatedLinkProto = z.infer<typeof HookTeamChatMessageCreatedLinkProtoSchema>;
|
|
30320
30298
|
export declare const HookTeamChatMessageCreatedInputProtoSchema: z.ZodObject<{
|
|
30321
30299
|
eventId: z.ZodOptional<z.ZodString>;
|
|
30322
30300
|
channelId: z.ZodOptional<z.ZodString>;
|
|
30323
30301
|
groupId: z.ZodOptional<z.ZodString>;
|
|
30324
|
-
rootMessageId: z.ZodOptional<z.ZodString>;
|
|
30325
30302
|
messageId: z.ZodOptional<z.ZodString>;
|
|
30326
30303
|
occurredAt: z.ZodOptional<z.ZodString>;
|
|
30327
30304
|
sourceAppId: z.ZodOptional<z.ZodString>;
|
|
30328
|
-
|
|
30329
|
-
type: z.ZodOptional<z.ZodString>;
|
|
30330
|
-
id: z.ZodOptional<z.ZodString>;
|
|
30331
|
-
}, "strip", z.ZodTypeAny, {
|
|
30332
|
-
type?: string | undefined;
|
|
30333
|
-
id?: string | undefined;
|
|
30334
|
-
}, {
|
|
30335
|
-
type?: string | undefined;
|
|
30336
|
-
id?: string | undefined;
|
|
30337
|
-
}>>>;
|
|
30338
|
-
plainText: z.ZodOptional<z.ZodString>;
|
|
30339
|
-
links: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
30340
|
-
url: z.ZodOptional<z.ZodString>;
|
|
30341
|
-
title: z.ZodOptional<z.ZodString>;
|
|
30342
|
-
}, "strip", z.ZodTypeAny, {
|
|
30343
|
-
title?: string | undefined;
|
|
30344
|
-
url?: string | undefined;
|
|
30345
|
-
}, {
|
|
30346
|
-
title?: string | undefined;
|
|
30347
|
-
url?: string | undefined;
|
|
30348
|
-
}>>, "many">>;
|
|
30305
|
+
snapshot: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
30349
30306
|
}, "strip", z.ZodTypeAny, {
|
|
30350
30307
|
channelId?: string | undefined;
|
|
30351
30308
|
messageId?: string | undefined;
|
|
30352
|
-
links?: {
|
|
30353
|
-
title?: string | undefined;
|
|
30354
|
-
url?: string | undefined;
|
|
30355
|
-
}[] | undefined;
|
|
30356
30309
|
eventId?: string | undefined;
|
|
30357
30310
|
occurredAt?: string | undefined;
|
|
30358
30311
|
groupId?: string | undefined;
|
|
30359
|
-
rootMessageId?: string | undefined;
|
|
30360
30312
|
sourceAppId?: string | undefined;
|
|
30361
|
-
|
|
30362
|
-
type?: string | undefined;
|
|
30363
|
-
id?: string | undefined;
|
|
30364
|
-
} | undefined;
|
|
30365
|
-
plainText?: string | undefined;
|
|
30313
|
+
snapshot?: Record<string, any> | undefined;
|
|
30366
30314
|
}, {
|
|
30367
30315
|
channelId?: string | undefined;
|
|
30368
30316
|
messageId?: string | undefined;
|
|
30369
|
-
links?: {
|
|
30370
|
-
title?: string | undefined;
|
|
30371
|
-
url?: string | undefined;
|
|
30372
|
-
}[] | undefined;
|
|
30373
30317
|
eventId?: string | undefined;
|
|
30374
30318
|
occurredAt?: string | undefined;
|
|
30375
30319
|
groupId?: string | undefined;
|
|
30376
|
-
rootMessageId?: string | undefined;
|
|
30377
30320
|
sourceAppId?: string | undefined;
|
|
30378
|
-
|
|
30379
|
-
type?: string | undefined;
|
|
30380
|
-
id?: string | undefined;
|
|
30381
|
-
} | undefined;
|
|
30382
|
-
plainText?: string | undefined;
|
|
30321
|
+
snapshot?: Record<string, any> | undefined;
|
|
30383
30322
|
}>;
|
|
30384
30323
|
export type HookTeamChatMessageCreatedInputProto = z.infer<typeof HookTeamChatMessageCreatedInputProtoSchema>;
|
|
30385
30324
|
export declare const HookTeamChatMessageCreatedResultProtoSchema: z.ZodObject<{
|