@kl1/contracts 1.1.73-uat → 1.1.75-uat
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api-contracts/src/chat/index.d.ts +145 -145
- package/dist/api-contracts/src/chat/schema.d.ts +69 -45
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +51 -51
- package/dist/api-contracts/src/contract.d.ts +547 -218
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/index.d.ts +18 -0
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts +9 -0
- package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +43 -43
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +3 -3
- package/dist/api-contracts/src/hold-label/index.d.ts +75 -2
- package/dist/api-contracts/src/hold-label/index.d.ts.map +1 -1
- package/dist/api-contracts/src/hold-label/validation.d.ts +1 -1
- package/dist/api-contracts/src/index.d.ts +0 -1
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +33 -33
- package/dist/api-contracts/src/line/index.d.ts +38 -38
- package/dist/api-contracts/src/line/validation.d.ts +5 -5
- package/dist/api-contracts/src/messenger/index.d.ts +33 -33
- package/dist/api-contracts/src/sms/index.d.ts +5 -5
- package/dist/api-contracts/src/viber/index.d.ts +33 -33
- package/dist/api-contracts/src/webchat/index.d.ts +33 -33
- package/dist/entities/src/enums/chat.d.ts +1 -0
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +522 -495
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +522 -495
- package/dist/index.mjs.map +1 -1
- package/dist/src/channel/index.d.ts +652 -620
- package/dist/src/channel/index.d.ts.map +1 -1
- package/dist/src/chat/index.d.ts +551 -4289
- package/dist/src/chat/index.d.ts.map +1 -1
- package/dist/src/chat/schema.d.ts +218 -200
- package/dist/src/chat/schema.d.ts.map +1 -1
- package/dist/src/chat/validation.d.ts +134 -160
- package/dist/src/chat/validation.d.ts.map +1 -1
- package/dist/src/comment/index.d.ts +68 -68
- package/dist/src/comment/schema.d.ts +20 -20
- package/dist/src/contact/index.d.ts +79 -79
- package/dist/src/contact/schema.d.ts +12 -12
- package/dist/src/contact/validation.d.ts +49 -49
- package/dist/src/contract.d.ts +5733 -23901
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/cx-log/index.d.ts +48 -93
- package/dist/src/cx-log/index.d.ts.map +1 -1
- package/dist/src/cx-log/schema.d.ts +40 -40
- package/dist/src/dashboard/index.d.ts +231 -233
- package/dist/src/dashboard/index.d.ts.map +1 -1
- package/dist/src/dashboard/schema.d.ts +260 -217
- package/dist/src/dashboard/schema.d.ts.map +1 -1
- package/dist/src/dashboard/validation.d.ts +0 -26
- package/dist/src/dashboard/validation.d.ts.map +1 -1
- package/dist/src/facebook-feed/index.d.ts +122 -122
- package/dist/src/facebook-feed/schema.d.ts +14 -14
- package/dist/src/facebook-feed/validation.d.ts +11 -11
- package/dist/src/index.d.ts +0 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/instagram/index.d.ts +101 -101
- package/dist/src/line/index.d.ts +106 -106
- package/dist/src/line/validation.d.ts +5 -5
- package/dist/src/mail/account-contract.d.ts +8 -8
- package/dist/src/mail/mail-contract.d.ts +5993 -28466
- package/dist/src/mail/mail-contract.d.ts.map +1 -1
- package/dist/src/mail/mail-server-contract.d.ts +5 -5
- package/dist/src/mail/message-contract.d.ts +63 -6423
- package/dist/src/mail/message-contract.d.ts.map +1 -1
- package/dist/src/mail/room-contract.d.ts +1583 -17698
- package/dist/src/mail/room-contract.d.ts.map +1 -1
- package/dist/src/mail/schemas/message-validation.schema.d.ts +4 -7
- package/dist/src/mail/schemas/message-validation.schema.d.ts.map +1 -1
- package/dist/src/mail/schemas/message.schema.d.ts +40 -762
- package/dist/src/mail/schemas/message.schema.d.ts.map +1 -1
- package/dist/src/mail/schemas/room-validation.schema.d.ts +376 -5668
- package/dist/src/mail/schemas/room-validation.schema.d.ts.map +1 -1
- package/dist/src/mail/schemas/room.schema.d.ts +486 -5817
- package/dist/src/mail/schemas/room.schema.d.ts.map +1 -1
- package/dist/src/messenger/index.d.ts +101 -101
- package/dist/src/messenger/validation.d.ts +11 -11
- package/dist/src/public-api/index.d.ts +59 -59
- package/dist/src/public-api/schema.d.ts +12 -12
- package/dist/src/public-api/validation.d.ts +19 -19
- package/dist/src/role/index.d.ts +0 -125
- package/dist/src/role/index.d.ts.map +1 -1
- package/dist/src/snippet/index.d.ts +105 -105
- package/dist/src/snippet/schema.d.ts +40 -40
- package/dist/src/telephony-cdr/index.d.ts +54 -54
- package/dist/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/src/telephony-cdr/schema.d.ts +14 -14
- package/dist/src/ticket/index.d.ts +111 -111
- package/dist/src/ticket/schema.d.ts +21 -21
- package/dist/src/upload/schema.d.ts +3 -3
- package/dist/src/viber/index.d.ts +101 -101
- package/dist/src/webchat/index.d.ts +101 -101
- package/dist/src/workflow-rule/index.d.ts +26 -26
- package/package.json +1 -1
@@ -37,12 +37,15 @@ export declare const dashboardContract: {
|
|
37
37
|
method: "GET";
|
38
38
|
query: z.ZodOptional<z.ZodObject<{
|
39
39
|
selectedDate: z.ZodString;
|
40
|
+
channelIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
40
41
|
agentId: z.ZodOptional<z.ZodString>;
|
41
42
|
}, "strip", z.ZodTypeAny, {
|
42
43
|
selectedDate: string;
|
44
|
+
channelIds?: string[] | undefined;
|
43
45
|
agentId?: string | undefined;
|
44
46
|
}, {
|
45
47
|
selectedDate: string;
|
48
|
+
channelIds?: string[] | undefined;
|
46
49
|
agentId?: string | undefined;
|
47
50
|
}>>;
|
48
51
|
responses: {
|
@@ -242,11 +245,14 @@ export declare const dashboardContract: {
|
|
242
245
|
summary: "Get queue call dashboard";
|
243
246
|
method: "GET";
|
244
247
|
query: z.ZodObject<{
|
248
|
+
channelIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
245
249
|
selectedDate: z.ZodString;
|
246
250
|
}, "strip", z.ZodTypeAny, {
|
247
251
|
selectedDate: string;
|
252
|
+
channelIds?: string[] | undefined;
|
248
253
|
}, {
|
249
254
|
selectedDate: string;
|
255
|
+
channelIds?: string[] | undefined;
|
250
256
|
}>;
|
251
257
|
responses: {
|
252
258
|
200: z.ZodObject<{
|
@@ -817,12 +823,15 @@ export declare const dashboardContract: {
|
|
817
823
|
method: "GET";
|
818
824
|
query: z.ZodOptional<z.ZodObject<{
|
819
825
|
selectedDate: z.ZodString;
|
826
|
+
channelIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
820
827
|
agentId: z.ZodOptional<z.ZodString>;
|
821
828
|
}, "strip", z.ZodTypeAny, {
|
822
829
|
selectedDate: string;
|
830
|
+
channelIds?: string[] | undefined;
|
823
831
|
agentId?: string | undefined;
|
824
832
|
}, {
|
825
833
|
selectedDate: string;
|
834
|
+
channelIds?: string[] | undefined;
|
826
835
|
agentId?: string | undefined;
|
827
836
|
}>>;
|
828
837
|
responses: {
|
@@ -1009,11 +1018,14 @@ export declare const dashboardContract: {
|
|
1009
1018
|
summary: "Get ticket tag data";
|
1010
1019
|
method: "GET";
|
1011
1020
|
query: z.ZodObject<{
|
1021
|
+
channelIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
1012
1022
|
selectedDate: z.ZodString;
|
1013
1023
|
}, "strip", z.ZodTypeAny, {
|
1014
1024
|
selectedDate: string;
|
1025
|
+
channelIds?: string[] | undefined;
|
1015
1026
|
}, {
|
1016
1027
|
selectedDate: string;
|
1028
|
+
channelIds?: string[] | undefined;
|
1017
1029
|
}>;
|
1018
1030
|
responses: {
|
1019
1031
|
200: z.ZodObject<{
|
@@ -1227,12 +1239,15 @@ export declare const dashboardContract: {
|
|
1227
1239
|
method: "GET";
|
1228
1240
|
query: z.ZodObject<{
|
1229
1241
|
selectedDate: z.ZodString;
|
1242
|
+
channelIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
1230
1243
|
direction: z.ZodOptional<z.ZodString>;
|
1231
1244
|
}, "strip", z.ZodTypeAny, {
|
1232
1245
|
selectedDate: string;
|
1246
|
+
channelIds?: string[] | undefined;
|
1233
1247
|
direction?: string | undefined;
|
1234
1248
|
}, {
|
1235
1249
|
selectedDate: string;
|
1250
|
+
channelIds?: string[] | undefined;
|
1236
1251
|
direction?: string | undefined;
|
1237
1252
|
}>;
|
1238
1253
|
responses: {
|
@@ -1300,12 +1315,15 @@ export declare const dashboardContract: {
|
|
1300
1315
|
method: "GET";
|
1301
1316
|
query: z.ZodOptional<z.ZodObject<{
|
1302
1317
|
selectedDate: z.ZodString;
|
1318
|
+
channelIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
1303
1319
|
agentId: z.ZodOptional<z.ZodString>;
|
1304
1320
|
}, "strip", z.ZodTypeAny, {
|
1305
1321
|
selectedDate: string;
|
1322
|
+
channelIds?: string[] | undefined;
|
1306
1323
|
agentId?: string | undefined;
|
1307
1324
|
}, {
|
1308
1325
|
selectedDate: string;
|
1326
|
+
channelIds?: string[] | undefined;
|
1309
1327
|
agentId?: string | undefined;
|
1310
1328
|
}>>;
|
1311
1329
|
responses: {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/dashboard/index.ts"],"names":[],"mappings":"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
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/dashboard/index.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8P7B,CAAC"}
|
@@ -1,10 +1,13 @@
|
|
1
1
|
import z from 'zod';
|
2
2
|
export declare const GetDashboardQueryParamsSchema: z.ZodObject<{
|
3
|
+
channelIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
3
4
|
selectedDate: z.ZodString;
|
4
5
|
}, "strip", z.ZodTypeAny, {
|
5
6
|
selectedDate: string;
|
7
|
+
channelIds?: string[] | undefined;
|
6
8
|
}, {
|
7
9
|
selectedDate: string;
|
10
|
+
channelIds?: string[] | undefined;
|
8
11
|
}>;
|
9
12
|
export declare const GetMessageChannelQueryParamsSchema: z.ZodObject<{
|
10
13
|
selectedDate: z.ZodString;
|
@@ -34,22 +37,28 @@ export declare const DashboardQueryparamsSchema: z.ZodObject<{
|
|
34
37
|
}>;
|
35
38
|
export declare const GetDashboardQueryDetailParamsSchema: z.ZodOptional<z.ZodObject<{
|
36
39
|
selectedDate: z.ZodString;
|
40
|
+
channelIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
37
41
|
agentId: z.ZodOptional<z.ZodString>;
|
38
42
|
}, "strip", z.ZodTypeAny, {
|
39
43
|
selectedDate: string;
|
44
|
+
channelIds?: string[] | undefined;
|
40
45
|
agentId?: string | undefined;
|
41
46
|
}, {
|
42
47
|
selectedDate: string;
|
48
|
+
channelIds?: string[] | undefined;
|
43
49
|
agentId?: string | undefined;
|
44
50
|
}>>;
|
45
51
|
export declare const GetDashboardInOutQueryParamsSchema: z.ZodObject<{
|
46
52
|
selectedDate: z.ZodString;
|
53
|
+
channelIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
47
54
|
direction: z.ZodOptional<z.ZodString>;
|
48
55
|
}, "strip", z.ZodTypeAny, {
|
49
56
|
selectedDate: string;
|
57
|
+
channelIds?: string[] | undefined;
|
50
58
|
direction?: string | undefined;
|
51
59
|
}, {
|
52
60
|
selectedDate: string;
|
61
|
+
channelIds?: string[] | undefined;
|
53
62
|
direction?: string | undefined;
|
54
63
|
}>;
|
55
64
|
//# sourceMappingURL=validation.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../../src/dashboard/validation.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAEpB,eAAO,MAAM,6BAA6B
|
1
|
+
{"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../../src/dashboard/validation.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAEpB,eAAO,MAAM,6BAA6B;;;;;;;;;EAGxC,CAAC;AAEH,eAAO,MAAM,kCAAkC;;;;;;;;;;;;EAI3C,CAAC;AACL,eAAO,MAAM,0BAA0B;;;;;;;;;;;;EAKtC,CAAC;AAEF,eAAO,MAAM,mCAAmC;;;;;;;;;;;;GAKlC,CAAC;AAEf,eAAO,MAAM,kCAAkC;;;;;;;;;;;;EAK5C,CAAC"}
|
@@ -3308,7 +3308,7 @@ export declare const facebookFeedContract: {
|
|
3308
3308
|
id: z.ZodOptional<z.ZodString>;
|
3309
3309
|
message: z.ZodOptional<z.ZodString>;
|
3310
3310
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
3311
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
3311
|
+
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"]>;
|
3312
3312
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
3313
3313
|
metadata: z.ZodOptional<z.ZodAny>;
|
3314
3314
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -3363,7 +3363,7 @@ export declare const facebookFeedContract: {
|
|
3363
3363
|
isEdited: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
3364
3364
|
editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
3365
3365
|
}, "strip", z.ZodTypeAny, {
|
3366
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
3366
|
+
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";
|
3367
3367
|
direction: "incoming" | "outgoing" | "system";
|
3368
3368
|
id?: string | undefined;
|
3369
3369
|
message?: string | undefined;
|
@@ -3397,7 +3397,7 @@ export declare const facebookFeedContract: {
|
|
3397
3397
|
isEdited?: boolean | null | undefined;
|
3398
3398
|
editedAt?: string | Date | null | undefined;
|
3399
3399
|
}, {
|
3400
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
3400
|
+
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";
|
3401
3401
|
direction: "incoming" | "outgoing" | "system";
|
3402
3402
|
id?: string | undefined;
|
3403
3403
|
message?: string | undefined;
|
@@ -3850,7 +3850,7 @@ export declare const facebookFeedContract: {
|
|
3850
3850
|
}>>;
|
3851
3851
|
}, "strip", z.ZodTypeAny, {
|
3852
3852
|
message: {
|
3853
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
3853
|
+
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";
|
3854
3854
|
direction: "incoming" | "outgoing" | "system";
|
3855
3855
|
id?: string | undefined;
|
3856
3856
|
message?: string | undefined;
|
@@ -3965,7 +3965,7 @@ export declare const facebookFeedContract: {
|
|
3965
3965
|
} | undefined;
|
3966
3966
|
}, {
|
3967
3967
|
message: {
|
3968
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
3968
|
+
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";
|
3969
3969
|
direction: "incoming" | "outgoing" | "system";
|
3970
3970
|
id?: string | undefined;
|
3971
3971
|
message?: string | undefined;
|
@@ -4084,7 +4084,7 @@ export declare const facebookFeedContract: {
|
|
4084
4084
|
200: z.ZodObject<{
|
4085
4085
|
requestId: z.ZodString;
|
4086
4086
|
data: z.ZodObject<{
|
4087
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
4087
|
+
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"]>;
|
4088
4088
|
message: z.ZodString;
|
4089
4089
|
id: z.ZodString;
|
4090
4090
|
url: z.ZodString;
|
@@ -7558,7 +7558,7 @@ export declare const facebookFeedContract: {
|
|
7558
7558
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
7559
7559
|
message: z.ZodString;
|
7560
7560
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
7561
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
7561
|
+
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"]>;
|
7562
7562
|
readAt: z.ZodDate;
|
7563
7563
|
metadata: z.ZodAny;
|
7564
7564
|
platformId: z.ZodString;
|
@@ -8216,7 +8216,7 @@ export declare const facebookFeedContract: {
|
|
8216
8216
|
};
|
8217
8217
|
}>;
|
8218
8218
|
}, "strip", z.ZodTypeAny, {
|
8219
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
8219
|
+
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";
|
8220
8220
|
message: string;
|
8221
8221
|
id: string;
|
8222
8222
|
url: string;
|
@@ -8378,7 +8378,7 @@ export declare const facebookFeedContract: {
|
|
8378
8378
|
metadata?: any;
|
8379
8379
|
template?: any;
|
8380
8380
|
}, {
|
8381
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
8381
|
+
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";
|
8382
8382
|
message: string;
|
8383
8383
|
id: string;
|
8384
8384
|
url: string;
|
@@ -8752,7 +8752,7 @@ export declare const facebookFeedContract: {
|
|
8752
8752
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
8753
8753
|
message: z.ZodString;
|
8754
8754
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
8755
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
8755
|
+
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"]>;
|
8756
8756
|
readAt: z.ZodDate;
|
8757
8757
|
metadata: z.ZodAny;
|
8758
8758
|
platformId: z.ZodString;
|
@@ -11787,7 +11787,7 @@ export declare const facebookFeedContract: {
|
|
11787
11787
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
11788
11788
|
message: z.ZodString;
|
11789
11789
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
11790
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
11790
|
+
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"]>;
|
11791
11791
|
readAt: z.ZodDate;
|
11792
11792
|
metadata: z.ZodAny;
|
11793
11793
|
platformId: z.ZodString;
|
@@ -12445,7 +12445,7 @@ export declare const facebookFeedContract: {
|
|
12445
12445
|
};
|
12446
12446
|
}>;
|
12447
12447
|
}, "strip", z.ZodTypeAny, {
|
12448
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
12448
|
+
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";
|
12449
12449
|
message: string;
|
12450
12450
|
id: string;
|
12451
12451
|
url: string;
|
@@ -12607,7 +12607,7 @@ export declare const facebookFeedContract: {
|
|
12607
12607
|
metadata?: any;
|
12608
12608
|
template?: any;
|
12609
12609
|
}, {
|
12610
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
12610
|
+
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";
|
12611
12611
|
message: string;
|
12612
12612
|
id: string;
|
12613
12613
|
url: string;
|
@@ -13408,7 +13408,7 @@ export declare const facebookFeedContract: {
|
|
13408
13408
|
}>;
|
13409
13409
|
editedMessageid: z.ZodString;
|
13410
13410
|
}, "strip", z.ZodTypeAny, {
|
13411
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
13411
|
+
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";
|
13412
13412
|
message: string;
|
13413
13413
|
id: string;
|
13414
13414
|
url: string;
|
@@ -13906,7 +13906,7 @@ export declare const facebookFeedContract: {
|
|
13906
13906
|
previewUrl: string;
|
13907
13907
|
imageSetId: string;
|
13908
13908
|
repliedMessage: {
|
13909
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
13909
|
+
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";
|
13910
13910
|
message: string;
|
13911
13911
|
id: string;
|
13912
13912
|
url: string;
|
@@ -14116,7 +14116,7 @@ export declare const facebookFeedContract: {
|
|
14116
14116
|
metadata?: any;
|
14117
14117
|
template?: any;
|
14118
14118
|
}, {
|
14119
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
14119
|
+
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";
|
14120
14120
|
message: string;
|
14121
14121
|
id: string;
|
14122
14122
|
url: string;
|
@@ -14614,7 +14614,7 @@ export declare const facebookFeedContract: {
|
|
14614
14614
|
previewUrl: string;
|
14615
14615
|
imageSetId: string;
|
14616
14616
|
repliedMessage: {
|
14617
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
14617
|
+
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";
|
14618
14618
|
message: string;
|
14619
14619
|
id: string;
|
14620
14620
|
url: string;
|
@@ -14825,7 +14825,7 @@ export declare const facebookFeedContract: {
|
|
14825
14825
|
template?: any;
|
14826
14826
|
}>>>;
|
14827
14827
|
}, "strip", z.ZodTypeAny, {
|
14828
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
14828
|
+
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";
|
14829
14829
|
message: string;
|
14830
14830
|
id: string;
|
14831
14831
|
url: string;
|
@@ -15323,7 +15323,7 @@ export declare const facebookFeedContract: {
|
|
15323
15323
|
previewUrl: string;
|
15324
15324
|
imageSetId: string;
|
15325
15325
|
repliedMessage: {
|
15326
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
15326
|
+
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";
|
15327
15327
|
message: string;
|
15328
15328
|
id: string;
|
15329
15329
|
url: string;
|
@@ -15533,7 +15533,7 @@ export declare const facebookFeedContract: {
|
|
15533
15533
|
template?: any;
|
15534
15534
|
metadata?: any;
|
15535
15535
|
fromMessage?: {
|
15536
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
15536
|
+
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";
|
15537
15537
|
message: string;
|
15538
15538
|
id: string;
|
15539
15539
|
url: string;
|
@@ -16031,7 +16031,7 @@ export declare const facebookFeedContract: {
|
|
16031
16031
|
previewUrl: string;
|
16032
16032
|
imageSetId: string;
|
16033
16033
|
repliedMessage: {
|
16034
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
16034
|
+
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";
|
16035
16035
|
message: string;
|
16036
16036
|
id: string;
|
16037
16037
|
url: string;
|
@@ -16242,7 +16242,7 @@ export declare const facebookFeedContract: {
|
|
16242
16242
|
template?: any;
|
16243
16243
|
} | null | undefined;
|
16244
16244
|
}, {
|
16245
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
16245
|
+
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";
|
16246
16246
|
message: string;
|
16247
16247
|
id: string;
|
16248
16248
|
url: string;
|
@@ -16740,7 +16740,7 @@ export declare const facebookFeedContract: {
|
|
16740
16740
|
previewUrl: string;
|
16741
16741
|
imageSetId: string;
|
16742
16742
|
repliedMessage: {
|
16743
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
16743
|
+
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";
|
16744
16744
|
message: string;
|
16745
16745
|
id: string;
|
16746
16746
|
url: string;
|
@@ -16950,7 +16950,7 @@ export declare const facebookFeedContract: {
|
|
16950
16950
|
template?: any;
|
16951
16951
|
metadata?: any;
|
16952
16952
|
fromMessage?: {
|
16953
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
16953
|
+
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";
|
16954
16954
|
message: string;
|
16955
16955
|
id: string;
|
16956
16956
|
url: string;
|
@@ -17448,7 +17448,7 @@ export declare const facebookFeedContract: {
|
|
17448
17448
|
previewUrl: string;
|
17449
17449
|
imageSetId: string;
|
17450
17450
|
repliedMessage: {
|
17451
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
17451
|
+
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";
|
17452
17452
|
message: string;
|
17453
17453
|
id: string;
|
17454
17454
|
url: string;
|
@@ -17661,7 +17661,7 @@ export declare const facebookFeedContract: {
|
|
17661
17661
|
}>;
|
17662
17662
|
}, "strip", z.ZodTypeAny, {
|
17663
17663
|
data: {
|
17664
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
17664
|
+
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";
|
17665
17665
|
message: string;
|
17666
17666
|
id: string;
|
17667
17667
|
url: string;
|
@@ -18159,7 +18159,7 @@ export declare const facebookFeedContract: {
|
|
18159
18159
|
previewUrl: string;
|
18160
18160
|
imageSetId: string;
|
18161
18161
|
repliedMessage: {
|
18162
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
18162
|
+
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";
|
18163
18163
|
message: string;
|
18164
18164
|
id: string;
|
18165
18165
|
url: string;
|
@@ -18369,7 +18369,7 @@ export declare const facebookFeedContract: {
|
|
18369
18369
|
template?: any;
|
18370
18370
|
metadata?: any;
|
18371
18371
|
fromMessage?: {
|
18372
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
18372
|
+
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";
|
18373
18373
|
message: string;
|
18374
18374
|
id: string;
|
18375
18375
|
url: string;
|
@@ -18867,7 +18867,7 @@ export declare const facebookFeedContract: {
|
|
18867
18867
|
previewUrl: string;
|
18868
18868
|
imageSetId: string;
|
18869
18869
|
repliedMessage: {
|
18870
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
18870
|
+
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";
|
18871
18871
|
message: string;
|
18872
18872
|
id: string;
|
18873
18873
|
url: string;
|
@@ -19081,7 +19081,7 @@ export declare const facebookFeedContract: {
|
|
19081
19081
|
requestId: string;
|
19082
19082
|
}, {
|
19083
19083
|
data: {
|
19084
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
19084
|
+
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";
|
19085
19085
|
message: string;
|
19086
19086
|
id: string;
|
19087
19087
|
url: string;
|
@@ -19579,7 +19579,7 @@ export declare const facebookFeedContract: {
|
|
19579
19579
|
previewUrl: string;
|
19580
19580
|
imageSetId: string;
|
19581
19581
|
repliedMessage: {
|
19582
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
19582
|
+
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";
|
19583
19583
|
message: string;
|
19584
19584
|
id: string;
|
19585
19585
|
url: string;
|
@@ -19789,7 +19789,7 @@ export declare const facebookFeedContract: {
|
|
19789
19789
|
template?: any;
|
19790
19790
|
metadata?: any;
|
19791
19791
|
fromMessage?: {
|
19792
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
19792
|
+
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";
|
19793
19793
|
message: string;
|
19794
19794
|
id: string;
|
19795
19795
|
url: string;
|
@@ -20287,7 +20287,7 @@ export declare const facebookFeedContract: {
|
|
20287
20287
|
previewUrl: string;
|
20288
20288
|
imageSetId: string;
|
20289
20289
|
repliedMessage: {
|
20290
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
20290
|
+
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";
|
20291
20291
|
message: string;
|
20292
20292
|
id: string;
|
20293
20293
|
url: string;
|
@@ -20733,7 +20733,7 @@ export declare const facebookFeedContract: {
|
|
20733
20733
|
id: z.ZodOptional<z.ZodString>;
|
20734
20734
|
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
20735
20735
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
20736
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
20736
|
+
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"]>;
|
20737
20737
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
20738
20738
|
metadata: z.ZodOptional<z.ZodAny>;
|
20739
20739
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -20785,7 +20785,7 @@ export declare const facebookFeedContract: {
|
|
20785
20785
|
parentMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
20786
20786
|
feedPostId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
20787
20787
|
}, "strip", z.ZodTypeAny, {
|
20788
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
20788
|
+
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";
|
20789
20789
|
direction: "incoming" | "outgoing" | "system";
|
20790
20790
|
id?: string | undefined;
|
20791
20791
|
message?: string | null | undefined;
|
@@ -20816,7 +20816,7 @@ export declare const facebookFeedContract: {
|
|
20816
20816
|
parentMessageId?: string | null | undefined;
|
20817
20817
|
feedPostId?: string | null | undefined;
|
20818
20818
|
}, {
|
20819
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
20819
|
+
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";
|
20820
20820
|
direction: "incoming" | "outgoing" | "system";
|
20821
20821
|
id?: string | undefined;
|
20822
20822
|
message?: string | null | undefined;
|
@@ -20849,7 +20849,7 @@ export declare const facebookFeedContract: {
|
|
20849
20849
|
}>;
|
20850
20850
|
}, "strip", z.ZodTypeAny, {
|
20851
20851
|
message: {
|
20852
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
20852
|
+
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";
|
20853
20853
|
direction: "incoming" | "outgoing" | "system";
|
20854
20854
|
id?: string | undefined;
|
20855
20855
|
message?: string | null | undefined;
|
@@ -20916,7 +20916,7 @@ export declare const facebookFeedContract: {
|
|
20916
20916
|
};
|
20917
20917
|
}, {
|
20918
20918
|
message: {
|
20919
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
20919
|
+
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";
|
20920
20920
|
direction: "incoming" | "outgoing" | "system";
|
20921
20921
|
id?: string | undefined;
|
20922
20922
|
message?: string | null | undefined;
|
@@ -21193,7 +21193,7 @@ export declare const facebookFeedContract: {
|
|
21193
21193
|
id: z.ZodOptional<z.ZodString>;
|
21194
21194
|
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
21195
21195
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
21196
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
21196
|
+
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"]>;
|
21197
21197
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
21198
21198
|
metadata: z.ZodOptional<z.ZodAny>;
|
21199
21199
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -21245,7 +21245,7 @@ export declare const facebookFeedContract: {
|
|
21245
21245
|
parentMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
21246
21246
|
feedPostId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
21247
21247
|
}, "strip", z.ZodTypeAny, {
|
21248
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
21248
|
+
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";
|
21249
21249
|
direction: "incoming" | "outgoing" | "system";
|
21250
21250
|
id?: string | undefined;
|
21251
21251
|
message?: string | null | undefined;
|
@@ -21276,7 +21276,7 @@ export declare const facebookFeedContract: {
|
|
21276
21276
|
parentMessageId?: string | null | undefined;
|
21277
21277
|
feedPostId?: string | null | undefined;
|
21278
21278
|
}, {
|
21279
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
21279
|
+
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";
|
21280
21280
|
direction: "incoming" | "outgoing" | "system";
|
21281
21281
|
id?: string | undefined;
|
21282
21282
|
message?: string | null | undefined;
|
@@ -21309,7 +21309,7 @@ export declare const facebookFeedContract: {
|
|
21309
21309
|
}>;
|
21310
21310
|
}, "strip", z.ZodTypeAny, {
|
21311
21311
|
message: {
|
21312
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
21312
|
+
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";
|
21313
21313
|
direction: "incoming" | "outgoing" | "system";
|
21314
21314
|
id?: string | undefined;
|
21315
21315
|
message?: string | null | undefined;
|
@@ -21376,7 +21376,7 @@ export declare const facebookFeedContract: {
|
|
21376
21376
|
};
|
21377
21377
|
}, {
|
21378
21378
|
message: {
|
21379
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
21379
|
+
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";
|
21380
21380
|
direction: "incoming" | "outgoing" | "system";
|
21381
21381
|
id?: string | undefined;
|
21382
21382
|
message?: string | null | undefined;
|