@kl1/contracts 1.1.79-uat → 1.1.81-uat
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api-contracts/src/automation-queue/index.d.ts +3410 -0
- package/dist/api-contracts/src/automation-queue/index.d.ts.map +1 -0
- package/dist/api-contracts/src/automation-queue/schema.d.ts +618 -0
- package/dist/api-contracts/src/automation-queue/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/automation-queue/validation.d.ts +52 -0
- package/dist/api-contracts/src/automation-queue/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/chat/index.d.ts +196 -145
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +78 -76
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +78 -51
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/comment/index.d.ts +1 -1
- package/dist/api-contracts/src/comment/validation.d.ts +1 -1
- package/dist/api-contracts/src/contract.d.ts +379 -229
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/index.d.ts +8 -8
- package/dist/api-contracts/src/dashboard/schema.d.ts +8 -8
- package/dist/api-contracts/src/facebook-feed/index.d.ts +60 -43
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +3 -3
- package/dist/api-contracts/src/index.d.ts +1 -0
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +50 -33
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/index.d.ts +55 -38
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/validation.d.ts +5 -5
- package/dist/api-contracts/src/messenger/index.d.ts +50 -33
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/role/index.d.ts +25 -1
- package/dist/api-contracts/src/role/index.d.ts.map +1 -1
- package/dist/api-contracts/src/role/schema.d.ts +26 -0
- package/dist/api-contracts/src/role/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/index.d.ts +10 -5
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +50 -33
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/index.d.ts +50 -33
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/entities/src/enums/chat.d.ts +2 -0
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +505 -391
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +504 -391
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -262,7 +262,7 @@ export declare const ActionMessageSchema: z.ZodObject<{
|
|
262
262
|
}>;
|
263
263
|
export declare const SendMessageSchema: z.ZodObject<{
|
264
264
|
roomId: z.ZodString;
|
265
|
-
messageType: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
265
|
+
messageType: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
266
266
|
message: z.ZodOptional<z.ZodString>;
|
267
267
|
messageAttachments: z.ZodOptional<z.ZodObject<{
|
268
268
|
bucketName: z.ZodString;
|
@@ -521,7 +521,7 @@ export declare const SendMessageSchema: z.ZodObject<{
|
|
521
521
|
mentions?: string[] | undefined;
|
522
522
|
}>>;
|
523
523
|
}, "strip", z.ZodTypeAny, {
|
524
|
-
messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
524
|
+
messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
525
525
|
roomId: string;
|
526
526
|
message?: string | undefined;
|
527
527
|
id?: string | undefined;
|
@@ -593,7 +593,7 @@ export declare const SendMessageSchema: z.ZodObject<{
|
|
593
593
|
} | undefined;
|
594
594
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
595
595
|
}, {
|
596
|
-
messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
596
|
+
messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
597
597
|
roomId: string;
|
598
598
|
message?: string | undefined;
|
599
599
|
id?: string | undefined;
|
@@ -1221,7 +1221,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
|
|
1221
1221
|
id: z.ZodOptional<z.ZodString>;
|
1222
1222
|
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
1223
1223
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
1224
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
1224
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
1225
1225
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
1226
1226
|
metadata: z.ZodOptional<z.ZodAny>;
|
1227
1227
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -1273,7 +1273,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
|
|
1273
1273
|
parentMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
1274
1274
|
feedPostId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
1275
1275
|
}, "strip", z.ZodTypeAny, {
|
1276
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
1276
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
1277
1277
|
direction: "incoming" | "outgoing" | "system";
|
1278
1278
|
message?: string | null | undefined;
|
1279
1279
|
id?: string | undefined;
|
@@ -1304,7 +1304,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
|
|
1304
1304
|
parentMessageId?: string | null | undefined;
|
1305
1305
|
feedPostId?: string | null | undefined;
|
1306
1306
|
}, {
|
1307
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
1307
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
1308
1308
|
direction: "incoming" | "outgoing" | "system";
|
1309
1309
|
message?: string | null | undefined;
|
1310
1310
|
id?: string | undefined;
|
@@ -1337,7 +1337,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
|
|
1337
1337
|
}>;
|
1338
1338
|
}, "strip", z.ZodTypeAny, {
|
1339
1339
|
message: {
|
1340
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
1340
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
1341
1341
|
direction: "incoming" | "outgoing" | "system";
|
1342
1342
|
message?: string | null | undefined;
|
1343
1343
|
id?: string | undefined;
|
@@ -1404,7 +1404,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
|
|
1404
1404
|
};
|
1405
1405
|
}, {
|
1406
1406
|
message: {
|
1407
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
1407
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
1408
1408
|
direction: "incoming" | "outgoing" | "system";
|
1409
1409
|
message?: string | null | undefined;
|
1410
1410
|
id?: string | undefined;
|
@@ -1882,7 +1882,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
|
|
1882
1882
|
id: z.ZodOptional<z.ZodString>;
|
1883
1883
|
message: z.ZodOptional<z.ZodString>;
|
1884
1884
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
1885
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
1885
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
1886
1886
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
1887
1887
|
metadata: z.ZodOptional<z.ZodAny>;
|
1888
1888
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -1936,12 +1936,14 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
|
|
1936
1936
|
editedMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
1937
1937
|
isEdited: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
1938
1938
|
editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
1939
|
+
label: z.ZodOptional<z.ZodString>;
|
1939
1940
|
}, "strip", z.ZodTypeAny, {
|
1940
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
1941
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
1941
1942
|
direction: "incoming" | "outgoing" | "system";
|
1942
1943
|
message?: string | undefined;
|
1943
1944
|
id?: string | undefined;
|
1944
1945
|
url?: string | undefined;
|
1946
|
+
label?: string | undefined;
|
1945
1947
|
template?: any;
|
1946
1948
|
metadata?: any;
|
1947
1949
|
upload?: {
|
@@ -1971,11 +1973,12 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
|
|
1971
1973
|
isEdited?: boolean | null | undefined;
|
1972
1974
|
editedAt?: string | Date | null | undefined;
|
1973
1975
|
}, {
|
1974
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
1976
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
1975
1977
|
direction: "incoming" | "outgoing" | "system";
|
1976
1978
|
message?: string | undefined;
|
1977
1979
|
id?: string | undefined;
|
1978
1980
|
url?: string | undefined;
|
1981
|
+
label?: string | undefined;
|
1979
1982
|
template?: any;
|
1980
1983
|
metadata?: any;
|
1981
1984
|
upload?: {
|
@@ -2007,11 +2010,12 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
|
|
2007
2010
|
}>;
|
2008
2011
|
}, "strip", z.ZodTypeAny, {
|
2009
2012
|
message: {
|
2010
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
2013
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
2011
2014
|
direction: "incoming" | "outgoing" | "system";
|
2012
2015
|
message?: string | undefined;
|
2013
2016
|
id?: string | undefined;
|
2014
2017
|
url?: string | undefined;
|
2018
|
+
label?: string | undefined;
|
2015
2019
|
template?: any;
|
2016
2020
|
metadata?: any;
|
2017
2021
|
upload?: {
|
@@ -2118,11 +2122,12 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
|
|
2118
2122
|
isBot: boolean | null;
|
2119
2123
|
}, {
|
2120
2124
|
message: {
|
2121
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
2125
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
2122
2126
|
direction: "incoming" | "outgoing" | "system";
|
2123
2127
|
message?: string | undefined;
|
2124
2128
|
id?: string | undefined;
|
2125
2129
|
url?: string | undefined;
|
2130
|
+
label?: string | undefined;
|
2126
2131
|
template?: any;
|
2127
2132
|
metadata?: any;
|
2128
2133
|
upload?: {
|
@@ -2640,7 +2645,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<z.objectUtil.e
|
|
2640
2645
|
id: z.ZodOptional<z.ZodString>;
|
2641
2646
|
message: z.ZodOptional<z.ZodString>;
|
2642
2647
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
2643
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
2648
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
2644
2649
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
2645
2650
|
metadata: z.ZodOptional<z.ZodAny>;
|
2646
2651
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -2694,12 +2699,14 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<z.objectUtil.e
|
|
2694
2699
|
editedMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
2695
2700
|
isEdited: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
2696
2701
|
editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
2702
|
+
label: z.ZodOptional<z.ZodString>;
|
2697
2703
|
}, "strip", z.ZodTypeAny, {
|
2698
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
2704
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
2699
2705
|
direction: "incoming" | "outgoing" | "system";
|
2700
2706
|
message?: string | undefined;
|
2701
2707
|
id?: string | undefined;
|
2702
2708
|
url?: string | undefined;
|
2709
|
+
label?: string | undefined;
|
2703
2710
|
template?: any;
|
2704
2711
|
metadata?: any;
|
2705
2712
|
upload?: {
|
@@ -2729,11 +2736,12 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<z.objectUtil.e
|
|
2729
2736
|
isEdited?: boolean | null | undefined;
|
2730
2737
|
editedAt?: string | Date | null | undefined;
|
2731
2738
|
}, {
|
2732
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
2739
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
2733
2740
|
direction: "incoming" | "outgoing" | "system";
|
2734
2741
|
message?: string | undefined;
|
2735
2742
|
id?: string | undefined;
|
2736
2743
|
url?: string | undefined;
|
2744
|
+
label?: string | undefined;
|
2737
2745
|
template?: any;
|
2738
2746
|
metadata?: any;
|
2739
2747
|
upload?: {
|
@@ -2776,11 +2784,12 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<z.objectUtil.e
|
|
2776
2784
|
}>>;
|
2777
2785
|
}>, "strip", z.ZodTypeAny, {
|
2778
2786
|
message: {
|
2779
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
2787
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
2780
2788
|
direction: "incoming" | "outgoing" | "system";
|
2781
2789
|
message?: string | undefined;
|
2782
2790
|
id?: string | undefined;
|
2783
2791
|
url?: string | undefined;
|
2792
|
+
label?: string | undefined;
|
2784
2793
|
template?: any;
|
2785
2794
|
metadata?: any;
|
2786
2795
|
upload?: {
|
@@ -2891,11 +2900,12 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<z.objectUtil.e
|
|
2891
2900
|
} | undefined;
|
2892
2901
|
}, {
|
2893
2902
|
message: {
|
2894
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
2903
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
2895
2904
|
direction: "incoming" | "outgoing" | "system";
|
2896
2905
|
message?: string | undefined;
|
2897
2906
|
id?: string | undefined;
|
2898
2907
|
url?: string | undefined;
|
2908
|
+
label?: string | undefined;
|
2899
2909
|
template?: any;
|
2900
2910
|
metadata?: any;
|
2901
2911
|
upload?: {
|
@@ -3016,7 +3026,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
3016
3026
|
}, {
|
3017
3027
|
message: z.ZodString;
|
3018
3028
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
3019
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
3029
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
3020
3030
|
readAt: z.ZodDate;
|
3021
3031
|
metadata: z.ZodAny;
|
3022
3032
|
platformId: z.ZodString;
|
@@ -6069,7 +6079,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
6069
6079
|
}, {
|
6070
6080
|
message: z.ZodString;
|
6071
6081
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
6072
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
6082
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
6073
6083
|
readAt: z.ZodDate;
|
6074
6084
|
metadata: z.ZodAny;
|
6075
6085
|
platformId: z.ZodString;
|
@@ -6728,7 +6738,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
6728
6738
|
};
|
6729
6739
|
}>;
|
6730
6740
|
}>, "strip", z.ZodTypeAny, {
|
6731
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
6741
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
6732
6742
|
message: string;
|
6733
6743
|
id: string;
|
6734
6744
|
url: string;
|
@@ -6890,7 +6900,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
6890
6900
|
template?: any;
|
6891
6901
|
metadata?: any;
|
6892
6902
|
}, {
|
6893
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
6903
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
6894
6904
|
message: string;
|
6895
6905
|
id: string;
|
6896
6906
|
url: string;
|
@@ -7691,6 +7701,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
7691
7701
|
isActive: boolean;
|
7692
7702
|
}>;
|
7693
7703
|
editedMessageid: z.ZodString;
|
7704
|
+
label: z.ZodOptional<z.ZodString>;
|
7694
7705
|
}>, {
|
7695
7706
|
fromMessage: z.ZodOptional<z.ZodNullable<z.ZodObject<z.objectUtil.extendShape<{
|
7696
7707
|
id: z.ZodString;
|
@@ -7700,7 +7711,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
7700
7711
|
}, {
|
7701
7712
|
message: z.ZodString;
|
7702
7713
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
7703
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
7714
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
7704
7715
|
readAt: z.ZodDate;
|
7705
7716
|
metadata: z.ZodAny;
|
7706
7717
|
platformId: z.ZodString;
|
@@ -10753,7 +10764,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
10753
10764
|
}, {
|
10754
10765
|
message: z.ZodString;
|
10755
10766
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
10756
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
10767
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
10757
10768
|
readAt: z.ZodDate;
|
10758
10769
|
metadata: z.ZodAny;
|
10759
10770
|
platformId: z.ZodString;
|
@@ -11412,7 +11423,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
11412
11423
|
};
|
11413
11424
|
}>;
|
11414
11425
|
}>, "strip", z.ZodTypeAny, {
|
11415
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
11426
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
11416
11427
|
message: string;
|
11417
11428
|
id: string;
|
11418
11429
|
url: string;
|
@@ -11574,7 +11585,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
11574
11585
|
template?: any;
|
11575
11586
|
metadata?: any;
|
11576
11587
|
}, {
|
11577
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
11588
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
11578
11589
|
message: string;
|
11579
11590
|
id: string;
|
11580
11591
|
url: string;
|
@@ -12375,8 +12386,9 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
12375
12386
|
isActive: boolean;
|
12376
12387
|
}>;
|
12377
12388
|
editedMessageid: z.ZodString;
|
12389
|
+
label: z.ZodOptional<z.ZodString>;
|
12378
12390
|
}>, "strip", z.ZodTypeAny, {
|
12379
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
12391
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
12380
12392
|
message: string;
|
12381
12393
|
id: string;
|
12382
12394
|
url: string;
|
@@ -12874,7 +12886,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
12874
12886
|
previewUrl: string;
|
12875
12887
|
imageSetId: string;
|
12876
12888
|
repliedMessage: {
|
12877
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
12889
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
12878
12890
|
message: string;
|
12879
12891
|
id: string;
|
12880
12892
|
url: string;
|
@@ -13081,10 +13093,11 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
13081
13093
|
};
|
13082
13094
|
};
|
13083
13095
|
editedMessageid: string;
|
13096
|
+
label?: string | undefined;
|
13084
13097
|
template?: any;
|
13085
13098
|
metadata?: any;
|
13086
13099
|
}, {
|
13087
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
13100
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
13088
13101
|
message: string;
|
13089
13102
|
id: string;
|
13090
13103
|
url: string;
|
@@ -13582,7 +13595,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
13582
13595
|
previewUrl: string;
|
13583
13596
|
imageSetId: string;
|
13584
13597
|
repliedMessage: {
|
13585
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
13598
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
13586
13599
|
message: string;
|
13587
13600
|
id: string;
|
13588
13601
|
url: string;
|
@@ -13789,11 +13802,12 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
13789
13802
|
};
|
13790
13803
|
};
|
13791
13804
|
editedMessageid: string;
|
13805
|
+
label?: string | undefined;
|
13792
13806
|
template?: any;
|
13793
13807
|
metadata?: any;
|
13794
13808
|
}>>>;
|
13795
13809
|
}>, "strip", z.ZodTypeAny, {
|
13796
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
13810
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
13797
13811
|
message: string;
|
13798
13812
|
id: string;
|
13799
13813
|
url: string;
|
@@ -14291,7 +14305,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
14291
14305
|
previewUrl: string;
|
14292
14306
|
imageSetId: string;
|
14293
14307
|
repliedMessage: {
|
14294
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
14308
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
14295
14309
|
message: string;
|
14296
14310
|
id: string;
|
14297
14311
|
url: string;
|
@@ -14498,10 +14512,11 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
14498
14512
|
};
|
14499
14513
|
};
|
14500
14514
|
editedMessageid: string;
|
14515
|
+
label?: string | undefined;
|
14501
14516
|
template?: any;
|
14502
14517
|
metadata?: any;
|
14503
14518
|
fromMessage?: {
|
14504
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
14519
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
14505
14520
|
message: string;
|
14506
14521
|
id: string;
|
14507
14522
|
url: string;
|
@@ -14999,7 +15014,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
14999
15014
|
previewUrl: string;
|
15000
15015
|
imageSetId: string;
|
15001
15016
|
repliedMessage: {
|
15002
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
15017
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
15003
15018
|
message: string;
|
15004
15019
|
id: string;
|
15005
15020
|
url: string;
|
@@ -15206,11 +15221,12 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
15206
15221
|
};
|
15207
15222
|
};
|
15208
15223
|
editedMessageid: string;
|
15224
|
+
label?: string | undefined;
|
15209
15225
|
template?: any;
|
15210
15226
|
metadata?: any;
|
15211
15227
|
} | null | undefined;
|
15212
15228
|
}, {
|
15213
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
15229
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
15214
15230
|
message: string;
|
15215
15231
|
id: string;
|
15216
15232
|
url: string;
|
@@ -15708,7 +15724,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
15708
15724
|
previewUrl: string;
|
15709
15725
|
imageSetId: string;
|
15710
15726
|
repliedMessage: {
|
15711
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
15727
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
15712
15728
|
message: string;
|
15713
15729
|
id: string;
|
15714
15730
|
url: string;
|
@@ -15915,10 +15931,11 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
15915
15931
|
};
|
15916
15932
|
};
|
15917
15933
|
editedMessageid: string;
|
15934
|
+
label?: string | undefined;
|
15918
15935
|
template?: any;
|
15919
15936
|
metadata?: any;
|
15920
15937
|
fromMessage?: {
|
15921
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
15938
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
15922
15939
|
message: string;
|
15923
15940
|
id: string;
|
15924
15941
|
url: string;
|
@@ -16416,7 +16433,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
16416
16433
|
previewUrl: string;
|
16417
16434
|
imageSetId: string;
|
16418
16435
|
repliedMessage: {
|
16419
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
16436
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
16420
16437
|
message: string;
|
16421
16438
|
id: string;
|
16422
16439
|
url: string;
|
@@ -16623,13 +16640,14 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
16623
16640
|
};
|
16624
16641
|
};
|
16625
16642
|
editedMessageid: string;
|
16643
|
+
label?: string | undefined;
|
16626
16644
|
template?: any;
|
16627
16645
|
metadata?: any;
|
16628
16646
|
} | null | undefined;
|
16629
16647
|
}>;
|
16630
16648
|
}>, "strip", z.ZodTypeAny, {
|
16631
16649
|
data: {
|
16632
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
16650
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
16633
16651
|
message: string;
|
16634
16652
|
id: string;
|
16635
16653
|
url: string;
|
@@ -17127,7 +17145,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
17127
17145
|
previewUrl: string;
|
17128
17146
|
imageSetId: string;
|
17129
17147
|
repliedMessage: {
|
17130
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
17148
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
17131
17149
|
message: string;
|
17132
17150
|
id: string;
|
17133
17151
|
url: string;
|
@@ -17334,10 +17352,11 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
17334
17352
|
};
|
17335
17353
|
};
|
17336
17354
|
editedMessageid: string;
|
17355
|
+
label?: string | undefined;
|
17337
17356
|
template?: any;
|
17338
17357
|
metadata?: any;
|
17339
17358
|
fromMessage?: {
|
17340
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
17359
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
17341
17360
|
message: string;
|
17342
17361
|
id: string;
|
17343
17362
|
url: string;
|
@@ -17835,7 +17854,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
17835
17854
|
previewUrl: string;
|
17836
17855
|
imageSetId: string;
|
17837
17856
|
repliedMessage: {
|
17838
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
17857
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
17839
17858
|
message: string;
|
17840
17859
|
id: string;
|
17841
17860
|
url: string;
|
@@ -18042,6 +18061,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
18042
18061
|
};
|
18043
18062
|
};
|
18044
18063
|
editedMessageid: string;
|
18064
|
+
label?: string | undefined;
|
18045
18065
|
template?: any;
|
18046
18066
|
metadata?: any;
|
18047
18067
|
} | null | undefined;
|
@@ -18049,7 +18069,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
18049
18069
|
requestId: string;
|
18050
18070
|
}, {
|
18051
18071
|
data: {
|
18052
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
18072
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
18053
18073
|
message: string;
|
18054
18074
|
id: string;
|
18055
18075
|
url: string;
|
@@ -18547,7 +18567,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
18547
18567
|
previewUrl: string;
|
18548
18568
|
imageSetId: string;
|
18549
18569
|
repliedMessage: {
|
18550
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
18570
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
18551
18571
|
message: string;
|
18552
18572
|
id: string;
|
18553
18573
|
url: string;
|
@@ -18754,10 +18774,11 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
18754
18774
|
};
|
18755
18775
|
};
|
18756
18776
|
editedMessageid: string;
|
18777
|
+
label?: string | undefined;
|
18757
18778
|
template?: any;
|
18758
18779
|
metadata?: any;
|
18759
18780
|
fromMessage?: {
|
18760
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
18781
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
18761
18782
|
message: string;
|
18762
18783
|
id: string;
|
18763
18784
|
url: string;
|
@@ -19255,7 +19276,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
19255
19276
|
previewUrl: string;
|
19256
19277
|
imageSetId: string;
|
19257
19278
|
repliedMessage: {
|
19258
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
19279
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
19259
19280
|
message: string;
|
19260
19281
|
id: string;
|
19261
19282
|
url: string;
|
@@ -19462,6 +19483,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
19462
19483
|
};
|
19463
19484
|
};
|
19464
19485
|
editedMessageid: string;
|
19486
|
+
label?: string | undefined;
|
19465
19487
|
template?: any;
|
19466
19488
|
metadata?: any;
|
19467
19489
|
} | null | undefined;
|
@@ -19681,7 +19703,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
|
|
19681
19703
|
deletedAt: z.ZodNullable<z.ZodString>;
|
19682
19704
|
message: z.ZodOptional<z.ZodString>;
|
19683
19705
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
19684
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
19706
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
19685
19707
|
metadata: z.ZodAny;
|
19686
19708
|
platformId: z.ZodString;
|
19687
19709
|
platformMessageId: z.ZodString;
|
@@ -22887,8 +22909,9 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
|
|
22887
22909
|
telephonySignature: string | null;
|
22888
22910
|
};
|
22889
22911
|
}>>>;
|
22912
|
+
label: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
22890
22913
|
}, "strip", z.ZodTypeAny, {
|
22891
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
22914
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
22892
22915
|
id: string;
|
22893
22916
|
direction: "incoming" | "outgoing" | "system";
|
22894
22917
|
createdAt: string;
|
@@ -23214,6 +23237,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
|
|
23214
23237
|
locale: "" | "th" | "mm" | "en" | null;
|
23215
23238
|
message?: string | undefined;
|
23216
23239
|
url?: string | undefined;
|
23240
|
+
label?: string | null | undefined;
|
23217
23241
|
template?: any;
|
23218
23242
|
metadata?: any;
|
23219
23243
|
actor?: {
|
@@ -23363,7 +23387,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
|
|
23363
23387
|
};
|
23364
23388
|
} | null | undefined;
|
23365
23389
|
}, {
|
23366
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
23390
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
23367
23391
|
id: string;
|
23368
23392
|
direction: "incoming" | "outgoing" | "system";
|
23369
23393
|
createdAt: string;
|
@@ -23689,6 +23713,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
|
|
23689
23713
|
locale: "" | "th" | "mm" | "en" | null;
|
23690
23714
|
message?: string | undefined;
|
23691
23715
|
url?: string | undefined;
|
23716
|
+
label?: string | null | undefined;
|
23692
23717
|
template?: any;
|
23693
23718
|
metadata?: any;
|
23694
23719
|
actor?: {
|
@@ -23840,7 +23865,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
|
|
23840
23865
|
}>;
|
23841
23866
|
}, "strip", z.ZodTypeAny, {
|
23842
23867
|
message: {
|
23843
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
23868
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
23844
23869
|
id: string;
|
23845
23870
|
direction: "incoming" | "outgoing" | "system";
|
23846
23871
|
createdAt: string;
|
@@ -24166,6 +24191,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
|
|
24166
24191
|
locale: "" | "th" | "mm" | "en" | null;
|
24167
24192
|
message?: string | undefined;
|
24168
24193
|
url?: string | undefined;
|
24194
|
+
label?: string | null | undefined;
|
24169
24195
|
template?: any;
|
24170
24196
|
metadata?: any;
|
24171
24197
|
actor?: {
|
@@ -24317,7 +24343,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
|
|
24317
24343
|
};
|
24318
24344
|
}, {
|
24319
24345
|
message: {
|
24320
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
24346
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
24321
24347
|
id: string;
|
24322
24348
|
direction: "incoming" | "outgoing" | "system";
|
24323
24349
|
createdAt: string;
|
@@ -24643,6 +24669,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
|
|
24643
24669
|
locale: "" | "th" | "mm" | "en" | null;
|
24644
24670
|
message?: string | undefined;
|
24645
24671
|
url?: string | undefined;
|
24672
|
+
label?: string | null | undefined;
|
24646
24673
|
template?: any;
|
24647
24674
|
metadata?: any;
|
24648
24675
|
actor?: {
|