@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
@@ -1865,10 +1865,9 @@ export declare const facebookFeedContract: {
|
|
1865
1865
|
fileSize: z.ZodNumber;
|
1866
1866
|
fileKey: z.ZodString;
|
1867
1867
|
fileUrl: z.ZodNullable<z.ZodString>;
|
1868
|
-
status: z.
|
1868
|
+
status: z.ZodOptional<z.ZodString>;
|
1869
1869
|
}, "strip", z.ZodTypeAny, {
|
1870
1870
|
id: string;
|
1871
|
-
status: string | null;
|
1872
1871
|
createdAt: Date;
|
1873
1872
|
updatedAt: Date;
|
1874
1873
|
deletedAt: Date | null;
|
@@ -1877,9 +1876,9 @@ export declare const facebookFeedContract: {
|
|
1877
1876
|
bucketName: string;
|
1878
1877
|
fileSize: number;
|
1879
1878
|
fileUrl: string | null;
|
1879
|
+
status?: string | undefined;
|
1880
1880
|
}, {
|
1881
1881
|
id: string;
|
1882
|
-
status: string | null;
|
1883
1882
|
createdAt: Date;
|
1884
1883
|
updatedAt: Date;
|
1885
1884
|
deletedAt: Date | null;
|
@@ -1888,6 +1887,7 @@ export declare const facebookFeedContract: {
|
|
1888
1887
|
bucketName: string;
|
1889
1888
|
fileSize: number;
|
1890
1889
|
fileUrl: string | null;
|
1890
|
+
status?: string | undefined;
|
1891
1891
|
}>, "many">;
|
1892
1892
|
}, "strip", z.ZodTypeAny, {
|
1893
1893
|
id: string;
|
@@ -1914,7 +1914,6 @@ export declare const facebookFeedContract: {
|
|
1914
1914
|
dateValue: Date | null;
|
1915
1915
|
uploads: {
|
1916
1916
|
id: string;
|
1917
|
-
status: string | null;
|
1918
1917
|
createdAt: Date;
|
1919
1918
|
updatedAt: Date;
|
1920
1919
|
deletedAt: Date | null;
|
@@ -1923,6 +1922,7 @@ export declare const facebookFeedContract: {
|
|
1923
1922
|
bucketName: string;
|
1924
1923
|
fileSize: number;
|
1925
1924
|
fileUrl: string | null;
|
1925
|
+
status?: string | undefined;
|
1926
1926
|
}[];
|
1927
1927
|
}, {
|
1928
1928
|
id: string;
|
@@ -1949,7 +1949,6 @@ export declare const facebookFeedContract: {
|
|
1949
1949
|
dateValue: Date | null;
|
1950
1950
|
uploads: {
|
1951
1951
|
id: string;
|
1952
|
-
status: string | null;
|
1953
1952
|
createdAt: Date;
|
1954
1953
|
updatedAt: Date;
|
1955
1954
|
deletedAt: Date | null;
|
@@ -1958,6 +1957,7 @@ export declare const facebookFeedContract: {
|
|
1958
1957
|
bucketName: string;
|
1959
1958
|
fileSize: number;
|
1960
1959
|
fileUrl: string | null;
|
1960
|
+
status?: string | undefined;
|
1961
1961
|
}[];
|
1962
1962
|
}>, "many">;
|
1963
1963
|
contactEmails: z.ZodArray<z.ZodObject<{
|
@@ -2097,7 +2097,6 @@ export declare const facebookFeedContract: {
|
|
2097
2097
|
dateValue: Date | null;
|
2098
2098
|
uploads: {
|
2099
2099
|
id: string;
|
2100
|
-
status: string | null;
|
2101
2100
|
createdAt: Date;
|
2102
2101
|
updatedAt: Date;
|
2103
2102
|
deletedAt: Date | null;
|
@@ -2106,6 +2105,7 @@ export declare const facebookFeedContract: {
|
|
2106
2105
|
bucketName: string;
|
2107
2106
|
fileSize: number;
|
2108
2107
|
fileUrl: string | null;
|
2108
|
+
status?: string | undefined;
|
2109
2109
|
}[];
|
2110
2110
|
}[];
|
2111
2111
|
company: {
|
@@ -2193,7 +2193,6 @@ export declare const facebookFeedContract: {
|
|
2193
2193
|
dateValue: Date | null;
|
2194
2194
|
uploads: {
|
2195
2195
|
id: string;
|
2196
|
-
status: string | null;
|
2197
2196
|
createdAt: Date;
|
2198
2197
|
updatedAt: Date;
|
2199
2198
|
deletedAt: Date | null;
|
@@ -2202,6 +2201,7 @@ export declare const facebookFeedContract: {
|
|
2202
2201
|
bucketName: string;
|
2203
2202
|
fileSize: number;
|
2204
2203
|
fileUrl: string | null;
|
2204
|
+
status?: string | undefined;
|
2205
2205
|
}[];
|
2206
2206
|
}[];
|
2207
2207
|
company: {
|
@@ -2302,7 +2302,6 @@ export declare const facebookFeedContract: {
|
|
2302
2302
|
dateValue: Date | null;
|
2303
2303
|
uploads: {
|
2304
2304
|
id: string;
|
2305
|
-
status: string | null;
|
2306
2305
|
createdAt: Date;
|
2307
2306
|
updatedAt: Date;
|
2308
2307
|
deletedAt: Date | null;
|
@@ -2311,6 +2310,7 @@ export declare const facebookFeedContract: {
|
|
2311
2310
|
bucketName: string;
|
2312
2311
|
fileSize: number;
|
2313
2312
|
fileUrl: string | null;
|
2313
|
+
status?: string | undefined;
|
2314
2314
|
}[];
|
2315
2315
|
}[];
|
2316
2316
|
company: {
|
@@ -2413,7 +2413,6 @@ export declare const facebookFeedContract: {
|
|
2413
2413
|
dateValue: Date | null;
|
2414
2414
|
uploads: {
|
2415
2415
|
id: string;
|
2416
|
-
status: string | null;
|
2417
2416
|
createdAt: Date;
|
2418
2417
|
updatedAt: Date;
|
2419
2418
|
deletedAt: Date | null;
|
@@ -2422,6 +2421,7 @@ export declare const facebookFeedContract: {
|
|
2422
2421
|
bucketName: string;
|
2423
2422
|
fileSize: number;
|
2424
2423
|
fileUrl: string | null;
|
2424
|
+
status?: string | undefined;
|
2425
2425
|
}[];
|
2426
2426
|
}[];
|
2427
2427
|
company: {
|
@@ -2667,7 +2667,6 @@ export declare const facebookFeedContract: {
|
|
2667
2667
|
dateValue: Date | null;
|
2668
2668
|
uploads: {
|
2669
2669
|
id: string;
|
2670
|
-
status: string | null;
|
2671
2670
|
createdAt: Date;
|
2672
2671
|
updatedAt: Date;
|
2673
2672
|
deletedAt: Date | null;
|
@@ -2676,6 +2675,7 @@ export declare const facebookFeedContract: {
|
|
2676
2675
|
bucketName: string;
|
2677
2676
|
fileSize: number;
|
2678
2677
|
fileUrl: string | null;
|
2678
|
+
status?: string | undefined;
|
2679
2679
|
}[];
|
2680
2680
|
}[];
|
2681
2681
|
company: {
|
@@ -2868,7 +2868,6 @@ export declare const facebookFeedContract: {
|
|
2868
2868
|
dateValue: Date | null;
|
2869
2869
|
uploads: {
|
2870
2870
|
id: string;
|
2871
|
-
status: string | null;
|
2872
2871
|
createdAt: Date;
|
2873
2872
|
updatedAt: Date;
|
2874
2873
|
deletedAt: Date | null;
|
@@ -2877,6 +2876,7 @@ export declare const facebookFeedContract: {
|
|
2877
2876
|
bucketName: string;
|
2878
2877
|
fileSize: number;
|
2879
2878
|
fileUrl: string | null;
|
2879
|
+
status?: string | undefined;
|
2880
2880
|
}[];
|
2881
2881
|
}[];
|
2882
2882
|
company: {
|
@@ -2961,7 +2961,7 @@ export declare const facebookFeedContract: {
|
|
2961
2961
|
id: z.ZodOptional<z.ZodString>;
|
2962
2962
|
message: z.ZodOptional<z.ZodString>;
|
2963
2963
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
2964
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
2964
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
2965
2965
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
2966
2966
|
metadata: z.ZodOptional<z.ZodAny>;
|
2967
2967
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -3013,7 +3013,7 @@ export declare const facebookFeedContract: {
|
|
3013
3013
|
parentMessageId: z.ZodOptional<z.ZodString>;
|
3014
3014
|
feedPostId: z.ZodOptional<z.ZodString>;
|
3015
3015
|
}, "strip", z.ZodTypeAny, {
|
3016
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
3016
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
3017
3017
|
direction: "incoming" | "outgoing" | "system";
|
3018
3018
|
id?: string | undefined;
|
3019
3019
|
message?: string | undefined;
|
@@ -3044,7 +3044,7 @@ export declare const facebookFeedContract: {
|
|
3044
3044
|
parentMessageId?: string | undefined;
|
3045
3045
|
feedPostId?: string | undefined;
|
3046
3046
|
}, {
|
3047
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
3047
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
3048
3048
|
direction: "incoming" | "outgoing" | "system";
|
3049
3049
|
id?: string | undefined;
|
3050
3050
|
message?: string | undefined;
|
@@ -3451,7 +3451,7 @@ export declare const facebookFeedContract: {
|
|
3451
3451
|
}>>;
|
3452
3452
|
}, "strip", z.ZodTypeAny, {
|
3453
3453
|
message: {
|
3454
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
3454
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
3455
3455
|
direction: "incoming" | "outgoing" | "system";
|
3456
3456
|
id?: string | undefined;
|
3457
3457
|
message?: string | undefined;
|
@@ -3558,7 +3558,7 @@ export declare const facebookFeedContract: {
|
|
3558
3558
|
} | undefined;
|
3559
3559
|
}, {
|
3560
3560
|
message: {
|
3561
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
3561
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
3562
3562
|
direction: "incoming" | "outgoing" | "system";
|
3563
3563
|
id?: string | undefined;
|
3564
3564
|
message?: string | undefined;
|
@@ -3669,7 +3669,7 @@ export declare const facebookFeedContract: {
|
|
3669
3669
|
200: z.ZodObject<{
|
3670
3670
|
requestId: z.ZodString;
|
3671
3671
|
data: z.ZodObject<{
|
3672
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
3672
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
3673
3673
|
message: z.ZodString;
|
3674
3674
|
id: z.ZodString;
|
3675
3675
|
url: z.ZodString;
|
@@ -3893,10 +3893,9 @@ export declare const facebookFeedContract: {
|
|
3893
3893
|
fileSize: z.ZodNumber;
|
3894
3894
|
fileKey: z.ZodString;
|
3895
3895
|
fileUrl: z.ZodNullable<z.ZodString>;
|
3896
|
-
status: z.
|
3896
|
+
status: z.ZodOptional<z.ZodString>;
|
3897
3897
|
}, "strip", z.ZodTypeAny, {
|
3898
3898
|
id: string;
|
3899
|
-
status: string | null;
|
3900
3899
|
createdAt: Date;
|
3901
3900
|
updatedAt: Date;
|
3902
3901
|
deletedAt: Date | null;
|
@@ -3905,9 +3904,9 @@ export declare const facebookFeedContract: {
|
|
3905
3904
|
bucketName: string;
|
3906
3905
|
fileSize: number;
|
3907
3906
|
fileUrl: string | null;
|
3907
|
+
status?: string | undefined;
|
3908
3908
|
}, {
|
3909
3909
|
id: string;
|
3910
|
-
status: string | null;
|
3911
3910
|
createdAt: Date;
|
3912
3911
|
updatedAt: Date;
|
3913
3912
|
deletedAt: Date | null;
|
@@ -3916,6 +3915,7 @@ export declare const facebookFeedContract: {
|
|
3916
3915
|
bucketName: string;
|
3917
3916
|
fileSize: number;
|
3918
3917
|
fileUrl: string | null;
|
3918
|
+
status?: string | undefined;
|
3919
3919
|
}>;
|
3920
3920
|
assignee: z.ZodObject<{
|
3921
3921
|
id: z.ZodString;
|
@@ -4457,10 +4457,9 @@ export declare const facebookFeedContract: {
|
|
4457
4457
|
fileSize: z.ZodNumber;
|
4458
4458
|
fileKey: z.ZodString;
|
4459
4459
|
fileUrl: z.ZodNullable<z.ZodString>;
|
4460
|
-
status: z.
|
4460
|
+
status: z.ZodOptional<z.ZodString>;
|
4461
4461
|
}, "strip", z.ZodTypeAny, {
|
4462
4462
|
id: string;
|
4463
|
-
status: string | null;
|
4464
4463
|
createdAt: Date;
|
4465
4464
|
updatedAt: Date;
|
4466
4465
|
deletedAt: Date | null;
|
@@ -4469,9 +4468,9 @@ export declare const facebookFeedContract: {
|
|
4469
4468
|
bucketName: string;
|
4470
4469
|
fileSize: number;
|
4471
4470
|
fileUrl: string | null;
|
4471
|
+
status?: string | undefined;
|
4472
4472
|
}, {
|
4473
4473
|
id: string;
|
4474
|
-
status: string | null;
|
4475
4474
|
createdAt: Date;
|
4476
4475
|
updatedAt: Date;
|
4477
4476
|
deletedAt: Date | null;
|
@@ -4480,6 +4479,7 @@ export declare const facebookFeedContract: {
|
|
4480
4479
|
bucketName: string;
|
4481
4480
|
fileSize: number;
|
4482
4481
|
fileUrl: string | null;
|
4482
|
+
status?: string | undefined;
|
4483
4483
|
}>, "many">;
|
4484
4484
|
}, "strip", z.ZodTypeAny, {
|
4485
4485
|
id: string;
|
@@ -4506,7 +4506,6 @@ export declare const facebookFeedContract: {
|
|
4506
4506
|
dateValue: Date | null;
|
4507
4507
|
uploads: {
|
4508
4508
|
id: string;
|
4509
|
-
status: string | null;
|
4510
4509
|
createdAt: Date;
|
4511
4510
|
updatedAt: Date;
|
4512
4511
|
deletedAt: Date | null;
|
@@ -4515,6 +4514,7 @@ export declare const facebookFeedContract: {
|
|
4515
4514
|
bucketName: string;
|
4516
4515
|
fileSize: number;
|
4517
4516
|
fileUrl: string | null;
|
4517
|
+
status?: string | undefined;
|
4518
4518
|
}[];
|
4519
4519
|
}, {
|
4520
4520
|
id: string;
|
@@ -4541,7 +4541,6 @@ export declare const facebookFeedContract: {
|
|
4541
4541
|
dateValue: Date | null;
|
4542
4542
|
uploads: {
|
4543
4543
|
id: string;
|
4544
|
-
status: string | null;
|
4545
4544
|
createdAt: Date;
|
4546
4545
|
updatedAt: Date;
|
4547
4546
|
deletedAt: Date | null;
|
@@ -4550,6 +4549,7 @@ export declare const facebookFeedContract: {
|
|
4550
4549
|
bucketName: string;
|
4551
4550
|
fileSize: number;
|
4552
4551
|
fileUrl: string | null;
|
4552
|
+
status?: string | undefined;
|
4553
4553
|
}[];
|
4554
4554
|
}>, "many">;
|
4555
4555
|
contactEmails: z.ZodArray<z.ZodObject<{
|
@@ -4689,7 +4689,6 @@ export declare const facebookFeedContract: {
|
|
4689
4689
|
dateValue: Date | null;
|
4690
4690
|
uploads: {
|
4691
4691
|
id: string;
|
4692
|
-
status: string | null;
|
4693
4692
|
createdAt: Date;
|
4694
4693
|
updatedAt: Date;
|
4695
4694
|
deletedAt: Date | null;
|
@@ -4698,6 +4697,7 @@ export declare const facebookFeedContract: {
|
|
4698
4697
|
bucketName: string;
|
4699
4698
|
fileSize: number;
|
4700
4699
|
fileUrl: string | null;
|
4700
|
+
status?: string | undefined;
|
4701
4701
|
}[];
|
4702
4702
|
}[];
|
4703
4703
|
company: {
|
@@ -4785,7 +4785,6 @@ export declare const facebookFeedContract: {
|
|
4785
4785
|
dateValue: Date | null;
|
4786
4786
|
uploads: {
|
4787
4787
|
id: string;
|
4788
|
-
status: string | null;
|
4789
4788
|
createdAt: Date;
|
4790
4789
|
updatedAt: Date;
|
4791
4790
|
deletedAt: Date | null;
|
@@ -4794,6 +4793,7 @@ export declare const facebookFeedContract: {
|
|
4794
4793
|
bucketName: string;
|
4795
4794
|
fileSize: number;
|
4796
4795
|
fileUrl: string | null;
|
4796
|
+
status?: string | undefined;
|
4797
4797
|
}[];
|
4798
4798
|
}[];
|
4799
4799
|
company: {
|
@@ -4894,7 +4894,6 @@ export declare const facebookFeedContract: {
|
|
4894
4894
|
dateValue: Date | null;
|
4895
4895
|
uploads: {
|
4896
4896
|
id: string;
|
4897
|
-
status: string | null;
|
4898
4897
|
createdAt: Date;
|
4899
4898
|
updatedAt: Date;
|
4900
4899
|
deletedAt: Date | null;
|
@@ -4903,6 +4902,7 @@ export declare const facebookFeedContract: {
|
|
4903
4902
|
bucketName: string;
|
4904
4903
|
fileSize: number;
|
4905
4904
|
fileUrl: string | null;
|
4905
|
+
status?: string | undefined;
|
4906
4906
|
}[];
|
4907
4907
|
}[];
|
4908
4908
|
company: {
|
@@ -5005,7 +5005,6 @@ export declare const facebookFeedContract: {
|
|
5005
5005
|
dateValue: Date | null;
|
5006
5006
|
uploads: {
|
5007
5007
|
id: string;
|
5008
|
-
status: string | null;
|
5009
5008
|
createdAt: Date;
|
5010
5009
|
updatedAt: Date;
|
5011
5010
|
deletedAt: Date | null;
|
@@ -5014,6 +5013,7 @@ export declare const facebookFeedContract: {
|
|
5014
5013
|
bucketName: string;
|
5015
5014
|
fileSize: number;
|
5016
5015
|
fileUrl: string | null;
|
5016
|
+
status?: string | undefined;
|
5017
5017
|
}[];
|
5018
5018
|
}[];
|
5019
5019
|
company: {
|
@@ -6502,7 +6502,6 @@ export declare const facebookFeedContract: {
|
|
6502
6502
|
dateValue: Date | null;
|
6503
6503
|
uploads: {
|
6504
6504
|
id: string;
|
6505
|
-
status: string | null;
|
6506
6505
|
createdAt: Date;
|
6507
6506
|
updatedAt: Date;
|
6508
6507
|
deletedAt: Date | null;
|
@@ -6511,6 +6510,7 @@ export declare const facebookFeedContract: {
|
|
6511
6510
|
bucketName: string;
|
6512
6511
|
fileSize: number;
|
6513
6512
|
fileUrl: string | null;
|
6513
|
+
status?: string | undefined;
|
6514
6514
|
}[];
|
6515
6515
|
}[];
|
6516
6516
|
company: {
|
@@ -6869,7 +6869,6 @@ export declare const facebookFeedContract: {
|
|
6869
6869
|
dateValue: Date | null;
|
6870
6870
|
uploads: {
|
6871
6871
|
id: string;
|
6872
|
-
status: string | null;
|
6873
6872
|
createdAt: Date;
|
6874
6873
|
updatedAt: Date;
|
6875
6874
|
deletedAt: Date | null;
|
@@ -6878,6 +6877,7 @@ export declare const facebookFeedContract: {
|
|
6878
6877
|
bucketName: string;
|
6879
6878
|
fileSize: number;
|
6880
6879
|
fileUrl: string | null;
|
6880
|
+
status?: string | undefined;
|
6881
6881
|
}[];
|
6882
6882
|
}[];
|
6883
6883
|
company: {
|
@@ -7100,7 +7100,7 @@ export declare const facebookFeedContract: {
|
|
7100
7100
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
7101
7101
|
message: z.ZodString;
|
7102
7102
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
7103
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
7103
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
7104
7104
|
readAt: z.ZodDate;
|
7105
7105
|
metadata: z.ZodAny;
|
7106
7106
|
platformId: z.ZodString;
|
@@ -7121,10 +7121,9 @@ export declare const facebookFeedContract: {
|
|
7121
7121
|
fileSize: z.ZodNumber;
|
7122
7122
|
fileKey: z.ZodString;
|
7123
7123
|
fileUrl: z.ZodNullable<z.ZodString>;
|
7124
|
-
status: z.
|
7124
|
+
status: z.ZodOptional<z.ZodString>;
|
7125
7125
|
}, "strip", z.ZodTypeAny, {
|
7126
7126
|
id: string;
|
7127
|
-
status: string | null;
|
7128
7127
|
createdAt: Date;
|
7129
7128
|
updatedAt: Date;
|
7130
7129
|
deletedAt: Date | null;
|
@@ -7133,9 +7132,9 @@ export declare const facebookFeedContract: {
|
|
7133
7132
|
bucketName: string;
|
7134
7133
|
fileSize: number;
|
7135
7134
|
fileUrl: string | null;
|
7135
|
+
status?: string | undefined;
|
7136
7136
|
}, {
|
7137
7137
|
id: string;
|
7138
|
-
status: string | null;
|
7139
7138
|
createdAt: Date;
|
7140
7139
|
updatedAt: Date;
|
7141
7140
|
deletedAt: Date | null;
|
@@ -7144,6 +7143,7 @@ export declare const facebookFeedContract: {
|
|
7144
7143
|
bucketName: string;
|
7145
7144
|
fileSize: number;
|
7146
7145
|
fileUrl: string | null;
|
7146
|
+
status?: string | undefined;
|
7147
7147
|
}>;
|
7148
7148
|
actor: z.ZodObject<{
|
7149
7149
|
id: z.ZodString;
|
@@ -7758,7 +7758,7 @@ export declare const facebookFeedContract: {
|
|
7758
7758
|
};
|
7759
7759
|
}>;
|
7760
7760
|
}, "strip", z.ZodTypeAny, {
|
7761
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
7761
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
7762
7762
|
message: string;
|
7763
7763
|
id: string;
|
7764
7764
|
url: string;
|
@@ -7812,7 +7812,6 @@ export declare const facebookFeedContract: {
|
|
7812
7812
|
};
|
7813
7813
|
upload: {
|
7814
7814
|
id: string;
|
7815
|
-
status: string | null;
|
7816
7815
|
createdAt: Date;
|
7817
7816
|
updatedAt: Date;
|
7818
7817
|
deletedAt: Date | null;
|
@@ -7821,6 +7820,7 @@ export declare const facebookFeedContract: {
|
|
7821
7820
|
bucketName: string;
|
7822
7821
|
fileSize: number;
|
7823
7822
|
fileUrl: string | null;
|
7823
|
+
status?: string | undefined;
|
7824
7824
|
};
|
7825
7825
|
assignee: {
|
7826
7826
|
id: string;
|
@@ -7920,7 +7920,7 @@ export declare const facebookFeedContract: {
|
|
7920
7920
|
metadata?: any;
|
7921
7921
|
template?: any;
|
7922
7922
|
}, {
|
7923
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
7923
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
7924
7924
|
message: string;
|
7925
7925
|
id: string;
|
7926
7926
|
url: string;
|
@@ -7974,7 +7974,6 @@ export declare const facebookFeedContract: {
|
|
7974
7974
|
};
|
7975
7975
|
upload: {
|
7976
7976
|
id: string;
|
7977
|
-
status: string | null;
|
7978
7977
|
createdAt: Date;
|
7979
7978
|
updatedAt: Date;
|
7980
7979
|
deletedAt: Date | null;
|
@@ -7983,6 +7982,7 @@ export declare const facebookFeedContract: {
|
|
7983
7982
|
bucketName: string;
|
7984
7983
|
fileSize: number;
|
7985
7984
|
fileUrl: string | null;
|
7985
|
+
status?: string | undefined;
|
7986
7986
|
};
|
7987
7987
|
assignee: {
|
7988
7988
|
id: string;
|
@@ -8293,7 +8293,7 @@ export declare const facebookFeedContract: {
|
|
8293
8293
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
8294
8294
|
message: z.ZodString;
|
8295
8295
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
8296
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
8296
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
8297
8297
|
readAt: z.ZodDate;
|
8298
8298
|
metadata: z.ZodAny;
|
8299
8299
|
platformId: z.ZodString;
|
@@ -8639,10 +8639,9 @@ export declare const facebookFeedContract: {
|
|
8639
8639
|
fileSize: z.ZodNumber;
|
8640
8640
|
fileKey: z.ZodString;
|
8641
8641
|
fileUrl: z.ZodNullable<z.ZodString>;
|
8642
|
-
status: z.
|
8642
|
+
status: z.ZodOptional<z.ZodString>;
|
8643
8643
|
}, "strip", z.ZodTypeAny, {
|
8644
8644
|
id: string;
|
8645
|
-
status: string | null;
|
8646
8645
|
createdAt: Date;
|
8647
8646
|
updatedAt: Date;
|
8648
8647
|
deletedAt: Date | null;
|
@@ -8651,9 +8650,9 @@ export declare const facebookFeedContract: {
|
|
8651
8650
|
bucketName: string;
|
8652
8651
|
fileSize: number;
|
8653
8652
|
fileUrl: string | null;
|
8653
|
+
status?: string | undefined;
|
8654
8654
|
}, {
|
8655
8655
|
id: string;
|
8656
|
-
status: string | null;
|
8657
8656
|
createdAt: Date;
|
8658
8657
|
updatedAt: Date;
|
8659
8658
|
deletedAt: Date | null;
|
@@ -8662,6 +8661,7 @@ export declare const facebookFeedContract: {
|
|
8662
8661
|
bucketName: string;
|
8663
8662
|
fileSize: number;
|
8664
8663
|
fileUrl: string | null;
|
8664
|
+
status?: string | undefined;
|
8665
8665
|
}>, "many">;
|
8666
8666
|
}, "strip", z.ZodTypeAny, {
|
8667
8667
|
id: string;
|
@@ -8688,7 +8688,6 @@ export declare const facebookFeedContract: {
|
|
8688
8688
|
dateValue: Date | null;
|
8689
8689
|
uploads: {
|
8690
8690
|
id: string;
|
8691
|
-
status: string | null;
|
8692
8691
|
createdAt: Date;
|
8693
8692
|
updatedAt: Date;
|
8694
8693
|
deletedAt: Date | null;
|
@@ -8697,6 +8696,7 @@ export declare const facebookFeedContract: {
|
|
8697
8696
|
bucketName: string;
|
8698
8697
|
fileSize: number;
|
8699
8698
|
fileUrl: string | null;
|
8699
|
+
status?: string | undefined;
|
8700
8700
|
}[];
|
8701
8701
|
}, {
|
8702
8702
|
id: string;
|
@@ -8723,7 +8723,6 @@ export declare const facebookFeedContract: {
|
|
8723
8723
|
dateValue: Date | null;
|
8724
8724
|
uploads: {
|
8725
8725
|
id: string;
|
8726
|
-
status: string | null;
|
8727
8726
|
createdAt: Date;
|
8728
8727
|
updatedAt: Date;
|
8729
8728
|
deletedAt: Date | null;
|
@@ -8732,6 +8731,7 @@ export declare const facebookFeedContract: {
|
|
8732
8731
|
bucketName: string;
|
8733
8732
|
fileSize: number;
|
8734
8733
|
fileUrl: string | null;
|
8734
|
+
status?: string | undefined;
|
8735
8735
|
}[];
|
8736
8736
|
}>, "many">;
|
8737
8737
|
contactEmails: z.ZodArray<z.ZodObject<{
|
@@ -8871,7 +8871,6 @@ export declare const facebookFeedContract: {
|
|
8871
8871
|
dateValue: Date | null;
|
8872
8872
|
uploads: {
|
8873
8873
|
id: string;
|
8874
|
-
status: string | null;
|
8875
8874
|
createdAt: Date;
|
8876
8875
|
updatedAt: Date;
|
8877
8876
|
deletedAt: Date | null;
|
@@ -8880,6 +8879,7 @@ export declare const facebookFeedContract: {
|
|
8880
8879
|
bucketName: string;
|
8881
8880
|
fileSize: number;
|
8882
8881
|
fileUrl: string | null;
|
8882
|
+
status?: string | undefined;
|
8883
8883
|
}[];
|
8884
8884
|
}[];
|
8885
8885
|
company: {
|
@@ -8967,7 +8967,6 @@ export declare const facebookFeedContract: {
|
|
8967
8967
|
dateValue: Date | null;
|
8968
8968
|
uploads: {
|
8969
8969
|
id: string;
|
8970
|
-
status: string | null;
|
8971
8970
|
createdAt: Date;
|
8972
8971
|
updatedAt: Date;
|
8973
8972
|
deletedAt: Date | null;
|
@@ -8976,6 +8975,7 @@ export declare const facebookFeedContract: {
|
|
8976
8975
|
bucketName: string;
|
8977
8976
|
fileSize: number;
|
8978
8977
|
fileUrl: string | null;
|
8978
|
+
status?: string | undefined;
|
8979
8979
|
}[];
|
8980
8980
|
}[];
|
8981
8981
|
company: {
|
@@ -9076,7 +9076,6 @@ export declare const facebookFeedContract: {
|
|
9076
9076
|
dateValue: Date | null;
|
9077
9077
|
uploads: {
|
9078
9078
|
id: string;
|
9079
|
-
status: string | null;
|
9080
9079
|
createdAt: Date;
|
9081
9080
|
updatedAt: Date;
|
9082
9081
|
deletedAt: Date | null;
|
@@ -9085,6 +9084,7 @@ export declare const facebookFeedContract: {
|
|
9085
9084
|
bucketName: string;
|
9086
9085
|
fileSize: number;
|
9087
9086
|
fileUrl: string | null;
|
9087
|
+
status?: string | undefined;
|
9088
9088
|
}[];
|
9089
9089
|
}[];
|
9090
9090
|
company: {
|
@@ -9187,7 +9187,6 @@ export declare const facebookFeedContract: {
|
|
9187
9187
|
dateValue: Date | null;
|
9188
9188
|
uploads: {
|
9189
9189
|
id: string;
|
9190
|
-
status: string | null;
|
9191
9190
|
createdAt: Date;
|
9192
9191
|
updatedAt: Date;
|
9193
9192
|
deletedAt: Date | null;
|
@@ -9196,6 +9195,7 @@ export declare const facebookFeedContract: {
|
|
9196
9195
|
bucketName: string;
|
9197
9196
|
fileSize: number;
|
9198
9197
|
fileUrl: string | null;
|
9198
|
+
status?: string | undefined;
|
9199
9199
|
}[];
|
9200
9200
|
}[];
|
9201
9201
|
company: {
|
@@ -10684,7 +10684,6 @@ export declare const facebookFeedContract: {
|
|
10684
10684
|
dateValue: Date | null;
|
10685
10685
|
uploads: {
|
10686
10686
|
id: string;
|
10687
|
-
status: string | null;
|
10688
10687
|
createdAt: Date;
|
10689
10688
|
updatedAt: Date;
|
10690
10689
|
deletedAt: Date | null;
|
@@ -10693,6 +10692,7 @@ export declare const facebookFeedContract: {
|
|
10693
10692
|
bucketName: string;
|
10694
10693
|
fileSize: number;
|
10695
10694
|
fileUrl: string | null;
|
10695
|
+
status?: string | undefined;
|
10696
10696
|
}[];
|
10697
10697
|
}[];
|
10698
10698
|
company: {
|
@@ -11051,7 +11051,6 @@ export declare const facebookFeedContract: {
|
|
11051
11051
|
dateValue: Date | null;
|
11052
11052
|
uploads: {
|
11053
11053
|
id: string;
|
11054
|
-
status: string | null;
|
11055
11054
|
createdAt: Date;
|
11056
11055
|
updatedAt: Date;
|
11057
11056
|
deletedAt: Date | null;
|
@@ -11060,6 +11059,7 @@ export declare const facebookFeedContract: {
|
|
11060
11059
|
bucketName: string;
|
11061
11060
|
fileSize: number;
|
11062
11061
|
fileUrl: string | null;
|
11062
|
+
status?: string | undefined;
|
11063
11063
|
}[];
|
11064
11064
|
}[];
|
11065
11065
|
company: {
|
@@ -11254,10 +11254,9 @@ export declare const facebookFeedContract: {
|
|
11254
11254
|
fileSize: z.ZodNumber;
|
11255
11255
|
fileKey: z.ZodString;
|
11256
11256
|
fileUrl: z.ZodNullable<z.ZodString>;
|
11257
|
-
status: z.
|
11257
|
+
status: z.ZodOptional<z.ZodString>;
|
11258
11258
|
}, "strip", z.ZodTypeAny, {
|
11259
11259
|
id: string;
|
11260
|
-
status: string | null;
|
11261
11260
|
createdAt: Date;
|
11262
11261
|
updatedAt: Date;
|
11263
11262
|
deletedAt: Date | null;
|
@@ -11266,9 +11265,9 @@ export declare const facebookFeedContract: {
|
|
11266
11265
|
bucketName: string;
|
11267
11266
|
fileSize: number;
|
11268
11267
|
fileUrl: string | null;
|
11268
|
+
status?: string | undefined;
|
11269
11269
|
}, {
|
11270
11270
|
id: string;
|
11271
|
-
status: string | null;
|
11272
11271
|
createdAt: Date;
|
11273
11272
|
updatedAt: Date;
|
11274
11273
|
deletedAt: Date | null;
|
@@ -11277,6 +11276,7 @@ export declare const facebookFeedContract: {
|
|
11277
11276
|
bucketName: string;
|
11278
11277
|
fileSize: number;
|
11279
11278
|
fileUrl: string | null;
|
11279
|
+
status?: string | undefined;
|
11280
11280
|
}>;
|
11281
11281
|
repliedMessage: z.ZodLazy<z.ZodObject<{
|
11282
11282
|
id: z.ZodString;
|
@@ -11285,7 +11285,7 @@ export declare const facebookFeedContract: {
|
|
11285
11285
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
11286
11286
|
message: z.ZodString;
|
11287
11287
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
11288
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
11288
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
11289
11289
|
readAt: z.ZodDate;
|
11290
11290
|
metadata: z.ZodAny;
|
11291
11291
|
platformId: z.ZodString;
|
@@ -11306,10 +11306,9 @@ export declare const facebookFeedContract: {
|
|
11306
11306
|
fileSize: z.ZodNumber;
|
11307
11307
|
fileKey: z.ZodString;
|
11308
11308
|
fileUrl: z.ZodNullable<z.ZodString>;
|
11309
|
-
status: z.
|
11309
|
+
status: z.ZodOptional<z.ZodString>;
|
11310
11310
|
}, "strip", z.ZodTypeAny, {
|
11311
11311
|
id: string;
|
11312
|
-
status: string | null;
|
11313
11312
|
createdAt: Date;
|
11314
11313
|
updatedAt: Date;
|
11315
11314
|
deletedAt: Date | null;
|
@@ -11318,9 +11317,9 @@ export declare const facebookFeedContract: {
|
|
11318
11317
|
bucketName: string;
|
11319
11318
|
fileSize: number;
|
11320
11319
|
fileUrl: string | null;
|
11320
|
+
status?: string | undefined;
|
11321
11321
|
}, {
|
11322
11322
|
id: string;
|
11323
|
-
status: string | null;
|
11324
11323
|
createdAt: Date;
|
11325
11324
|
updatedAt: Date;
|
11326
11325
|
deletedAt: Date | null;
|
@@ -11329,6 +11328,7 @@ export declare const facebookFeedContract: {
|
|
11329
11328
|
bucketName: string;
|
11330
11329
|
fileSize: number;
|
11331
11330
|
fileUrl: string | null;
|
11331
|
+
status?: string | undefined;
|
11332
11332
|
}>;
|
11333
11333
|
actor: z.ZodObject<{
|
11334
11334
|
id: z.ZodString;
|
@@ -11943,7 +11943,7 @@ export declare const facebookFeedContract: {
|
|
11943
11943
|
};
|
11944
11944
|
}>;
|
11945
11945
|
}, "strip", z.ZodTypeAny, {
|
11946
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
11946
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
11947
11947
|
message: string;
|
11948
11948
|
id: string;
|
11949
11949
|
url: string;
|
@@ -11997,7 +11997,6 @@ export declare const facebookFeedContract: {
|
|
11997
11997
|
};
|
11998
11998
|
upload: {
|
11999
11999
|
id: string;
|
12000
|
-
status: string | null;
|
12001
12000
|
createdAt: Date;
|
12002
12001
|
updatedAt: Date;
|
12003
12002
|
deletedAt: Date | null;
|
@@ -12006,6 +12005,7 @@ export declare const facebookFeedContract: {
|
|
12006
12005
|
bucketName: string;
|
12007
12006
|
fileSize: number;
|
12008
12007
|
fileUrl: string | null;
|
12008
|
+
status?: string | undefined;
|
12009
12009
|
};
|
12010
12010
|
assignee: {
|
12011
12011
|
id: string;
|
@@ -12105,7 +12105,7 @@ export declare const facebookFeedContract: {
|
|
12105
12105
|
metadata?: any;
|
12106
12106
|
template?: any;
|
12107
12107
|
}, {
|
12108
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
12108
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
12109
12109
|
message: string;
|
12110
12110
|
id: string;
|
12111
12111
|
url: string;
|
@@ -12159,7 +12159,6 @@ export declare const facebookFeedContract: {
|
|
12159
12159
|
};
|
12160
12160
|
upload: {
|
12161
12161
|
id: string;
|
12162
|
-
status: string | null;
|
12163
12162
|
createdAt: Date;
|
12164
12163
|
updatedAt: Date;
|
12165
12164
|
deletedAt: Date | null;
|
@@ -12168,6 +12167,7 @@ export declare const facebookFeedContract: {
|
|
12168
12167
|
bucketName: string;
|
12169
12168
|
fileSize: number;
|
12170
12169
|
fileUrl: string | null;
|
12170
|
+
status?: string | undefined;
|
12171
12171
|
};
|
12172
12172
|
assignee: {
|
12173
12173
|
id: string;
|
@@ -12905,7 +12905,7 @@ export declare const facebookFeedContract: {
|
|
12905
12905
|
isActive: boolean;
|
12906
12906
|
}>;
|
12907
12907
|
}, "strip", z.ZodTypeAny, {
|
12908
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
12908
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
12909
12909
|
message: string;
|
12910
12910
|
id: string;
|
12911
12911
|
url: string;
|
@@ -12959,7 +12959,6 @@ export declare const facebookFeedContract: {
|
|
12959
12959
|
};
|
12960
12960
|
upload: {
|
12961
12961
|
id: string;
|
12962
|
-
status: string | null;
|
12963
12962
|
createdAt: Date;
|
12964
12963
|
updatedAt: Date;
|
12965
12964
|
deletedAt: Date | null;
|
@@ -12968,6 +12967,7 @@ export declare const facebookFeedContract: {
|
|
12968
12967
|
bucketName: string;
|
12969
12968
|
fileSize: number;
|
12970
12969
|
fileUrl: string | null;
|
12970
|
+
status?: string | undefined;
|
12971
12971
|
};
|
12972
12972
|
assignee: {
|
12973
12973
|
id: string;
|
@@ -13189,7 +13189,6 @@ export declare const facebookFeedContract: {
|
|
13189
13189
|
dateValue: Date | null;
|
13190
13190
|
uploads: {
|
13191
13191
|
id: string;
|
13192
|
-
status: string | null;
|
13193
13192
|
createdAt: Date;
|
13194
13193
|
updatedAt: Date;
|
13195
13194
|
deletedAt: Date | null;
|
@@ -13198,6 +13197,7 @@ export declare const facebookFeedContract: {
|
|
13198
13197
|
bucketName: string;
|
13199
13198
|
fileSize: number;
|
13200
13199
|
fileUrl: string | null;
|
13200
|
+
status?: string | undefined;
|
13201
13201
|
}[];
|
13202
13202
|
}[];
|
13203
13203
|
company: {
|
@@ -13398,7 +13398,7 @@ export declare const facebookFeedContract: {
|
|
13398
13398
|
previewUrl: string;
|
13399
13399
|
imageSetId: string;
|
13400
13400
|
repliedMessage: {
|
13401
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
13401
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
13402
13402
|
message: string;
|
13403
13403
|
id: string;
|
13404
13404
|
url: string;
|
@@ -13452,7 +13452,6 @@ export declare const facebookFeedContract: {
|
|
13452
13452
|
};
|
13453
13453
|
upload: {
|
13454
13454
|
id: string;
|
13455
|
-
status: string | null;
|
13456
13455
|
createdAt: Date;
|
13457
13456
|
updatedAt: Date;
|
13458
13457
|
deletedAt: Date | null;
|
@@ -13461,6 +13460,7 @@ export declare const facebookFeedContract: {
|
|
13461
13460
|
bucketName: string;
|
13462
13461
|
fileSize: number;
|
13463
13462
|
fileUrl: string | null;
|
13463
|
+
status?: string | undefined;
|
13464
13464
|
};
|
13465
13465
|
assignee: {
|
13466
13466
|
id: string;
|
@@ -13607,7 +13607,7 @@ export declare const facebookFeedContract: {
|
|
13607
13607
|
metadata?: any;
|
13608
13608
|
template?: any;
|
13609
13609
|
}, {
|
13610
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
13610
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
13611
13611
|
message: string;
|
13612
13612
|
id: string;
|
13613
13613
|
url: string;
|
@@ -13661,7 +13661,6 @@ export declare const facebookFeedContract: {
|
|
13661
13661
|
};
|
13662
13662
|
upload: {
|
13663
13663
|
id: string;
|
13664
|
-
status: string | null;
|
13665
13664
|
createdAt: Date;
|
13666
13665
|
updatedAt: Date;
|
13667
13666
|
deletedAt: Date | null;
|
@@ -13670,6 +13669,7 @@ export declare const facebookFeedContract: {
|
|
13670
13669
|
bucketName: string;
|
13671
13670
|
fileSize: number;
|
13672
13671
|
fileUrl: string | null;
|
13672
|
+
status?: string | undefined;
|
13673
13673
|
};
|
13674
13674
|
assignee: {
|
13675
13675
|
id: string;
|
@@ -13891,7 +13891,6 @@ export declare const facebookFeedContract: {
|
|
13891
13891
|
dateValue: Date | null;
|
13892
13892
|
uploads: {
|
13893
13893
|
id: string;
|
13894
|
-
status: string | null;
|
13895
13894
|
createdAt: Date;
|
13896
13895
|
updatedAt: Date;
|
13897
13896
|
deletedAt: Date | null;
|
@@ -13900,6 +13899,7 @@ export declare const facebookFeedContract: {
|
|
13900
13899
|
bucketName: string;
|
13901
13900
|
fileSize: number;
|
13902
13901
|
fileUrl: string | null;
|
13902
|
+
status?: string | undefined;
|
13903
13903
|
}[];
|
13904
13904
|
}[];
|
13905
13905
|
company: {
|
@@ -14100,7 +14100,7 @@ export declare const facebookFeedContract: {
|
|
14100
14100
|
previewUrl: string;
|
14101
14101
|
imageSetId: string;
|
14102
14102
|
repliedMessage: {
|
14103
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
14103
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
14104
14104
|
message: string;
|
14105
14105
|
id: string;
|
14106
14106
|
url: string;
|
@@ -14154,7 +14154,6 @@ export declare const facebookFeedContract: {
|
|
14154
14154
|
};
|
14155
14155
|
upload: {
|
14156
14156
|
id: string;
|
14157
|
-
status: string | null;
|
14158
14157
|
createdAt: Date;
|
14159
14158
|
updatedAt: Date;
|
14160
14159
|
deletedAt: Date | null;
|
@@ -14163,6 +14162,7 @@ export declare const facebookFeedContract: {
|
|
14163
14162
|
bucketName: string;
|
14164
14163
|
fileSize: number;
|
14165
14164
|
fileUrl: string | null;
|
14165
|
+
status?: string | undefined;
|
14166
14166
|
};
|
14167
14167
|
assignee: {
|
14168
14168
|
id: string;
|
@@ -14310,7 +14310,7 @@ export declare const facebookFeedContract: {
|
|
14310
14310
|
template?: any;
|
14311
14311
|
}>>>;
|
14312
14312
|
}, "strip", z.ZodTypeAny, {
|
14313
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
14313
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
14314
14314
|
message: string;
|
14315
14315
|
id: string;
|
14316
14316
|
url: string;
|
@@ -14364,7 +14364,6 @@ export declare const facebookFeedContract: {
|
|
14364
14364
|
};
|
14365
14365
|
upload: {
|
14366
14366
|
id: string;
|
14367
|
-
status: string | null;
|
14368
14367
|
createdAt: Date;
|
14369
14368
|
updatedAt: Date;
|
14370
14369
|
deletedAt: Date | null;
|
@@ -14373,6 +14372,7 @@ export declare const facebookFeedContract: {
|
|
14373
14372
|
bucketName: string;
|
14374
14373
|
fileSize: number;
|
14375
14374
|
fileUrl: string | null;
|
14375
|
+
status?: string | undefined;
|
14376
14376
|
};
|
14377
14377
|
assignee: {
|
14378
14378
|
id: string;
|
@@ -14594,7 +14594,6 @@ export declare const facebookFeedContract: {
|
|
14594
14594
|
dateValue: Date | null;
|
14595
14595
|
uploads: {
|
14596
14596
|
id: string;
|
14597
|
-
status: string | null;
|
14598
14597
|
createdAt: Date;
|
14599
14598
|
updatedAt: Date;
|
14600
14599
|
deletedAt: Date | null;
|
@@ -14603,6 +14602,7 @@ export declare const facebookFeedContract: {
|
|
14603
14602
|
bucketName: string;
|
14604
14603
|
fileSize: number;
|
14605
14604
|
fileUrl: string | null;
|
14605
|
+
status?: string | undefined;
|
14606
14606
|
}[];
|
14607
14607
|
}[];
|
14608
14608
|
company: {
|
@@ -14803,7 +14803,7 @@ export declare const facebookFeedContract: {
|
|
14803
14803
|
previewUrl: string;
|
14804
14804
|
imageSetId: string;
|
14805
14805
|
repliedMessage: {
|
14806
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
14806
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
14807
14807
|
message: string;
|
14808
14808
|
id: string;
|
14809
14809
|
url: string;
|
@@ -14857,7 +14857,6 @@ export declare const facebookFeedContract: {
|
|
14857
14857
|
};
|
14858
14858
|
upload: {
|
14859
14859
|
id: string;
|
14860
|
-
status: string | null;
|
14861
14860
|
createdAt: Date;
|
14862
14861
|
updatedAt: Date;
|
14863
14862
|
deletedAt: Date | null;
|
@@ -14866,6 +14865,7 @@ export declare const facebookFeedContract: {
|
|
14866
14865
|
bucketName: string;
|
14867
14866
|
fileSize: number;
|
14868
14867
|
fileUrl: string | null;
|
14868
|
+
status?: string | undefined;
|
14869
14869
|
};
|
14870
14870
|
assignee: {
|
14871
14871
|
id: string;
|
@@ -15012,7 +15012,7 @@ export declare const facebookFeedContract: {
|
|
15012
15012
|
template?: any;
|
15013
15013
|
metadata?: any;
|
15014
15014
|
fromMessage?: {
|
15015
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
15015
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
15016
15016
|
message: string;
|
15017
15017
|
id: string;
|
15018
15018
|
url: string;
|
@@ -15066,7 +15066,6 @@ export declare const facebookFeedContract: {
|
|
15066
15066
|
};
|
15067
15067
|
upload: {
|
15068
15068
|
id: string;
|
15069
|
-
status: string | null;
|
15070
15069
|
createdAt: Date;
|
15071
15070
|
updatedAt: Date;
|
15072
15071
|
deletedAt: Date | null;
|
@@ -15075,6 +15074,7 @@ export declare const facebookFeedContract: {
|
|
15075
15074
|
bucketName: string;
|
15076
15075
|
fileSize: number;
|
15077
15076
|
fileUrl: string | null;
|
15077
|
+
status?: string | undefined;
|
15078
15078
|
};
|
15079
15079
|
assignee: {
|
15080
15080
|
id: string;
|
@@ -15296,7 +15296,6 @@ export declare const facebookFeedContract: {
|
|
15296
15296
|
dateValue: Date | null;
|
15297
15297
|
uploads: {
|
15298
15298
|
id: string;
|
15299
|
-
status: string | null;
|
15300
15299
|
createdAt: Date;
|
15301
15300
|
updatedAt: Date;
|
15302
15301
|
deletedAt: Date | null;
|
@@ -15305,6 +15304,7 @@ export declare const facebookFeedContract: {
|
|
15305
15304
|
bucketName: string;
|
15306
15305
|
fileSize: number;
|
15307
15306
|
fileUrl: string | null;
|
15307
|
+
status?: string | undefined;
|
15308
15308
|
}[];
|
15309
15309
|
}[];
|
15310
15310
|
company: {
|
@@ -15505,7 +15505,7 @@ export declare const facebookFeedContract: {
|
|
15505
15505
|
previewUrl: string;
|
15506
15506
|
imageSetId: string;
|
15507
15507
|
repliedMessage: {
|
15508
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
15508
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
15509
15509
|
message: string;
|
15510
15510
|
id: string;
|
15511
15511
|
url: string;
|
@@ -15559,7 +15559,6 @@ export declare const facebookFeedContract: {
|
|
15559
15559
|
};
|
15560
15560
|
upload: {
|
15561
15561
|
id: string;
|
15562
|
-
status: string | null;
|
15563
15562
|
createdAt: Date;
|
15564
15563
|
updatedAt: Date;
|
15565
15564
|
deletedAt: Date | null;
|
@@ -15568,6 +15567,7 @@ export declare const facebookFeedContract: {
|
|
15568
15567
|
bucketName: string;
|
15569
15568
|
fileSize: number;
|
15570
15569
|
fileUrl: string | null;
|
15570
|
+
status?: string | undefined;
|
15571
15571
|
};
|
15572
15572
|
assignee: {
|
15573
15573
|
id: string;
|
@@ -15715,7 +15715,7 @@ export declare const facebookFeedContract: {
|
|
15715
15715
|
template?: any;
|
15716
15716
|
} | null | undefined;
|
15717
15717
|
}, {
|
15718
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
15718
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
15719
15719
|
message: string;
|
15720
15720
|
id: string;
|
15721
15721
|
url: string;
|
@@ -15769,7 +15769,6 @@ export declare const facebookFeedContract: {
|
|
15769
15769
|
};
|
15770
15770
|
upload: {
|
15771
15771
|
id: string;
|
15772
|
-
status: string | null;
|
15773
15772
|
createdAt: Date;
|
15774
15773
|
updatedAt: Date;
|
15775
15774
|
deletedAt: Date | null;
|
@@ -15778,6 +15777,7 @@ export declare const facebookFeedContract: {
|
|
15778
15777
|
bucketName: string;
|
15779
15778
|
fileSize: number;
|
15780
15779
|
fileUrl: string | null;
|
15780
|
+
status?: string | undefined;
|
15781
15781
|
};
|
15782
15782
|
assignee: {
|
15783
15783
|
id: string;
|
@@ -15999,7 +15999,6 @@ export declare const facebookFeedContract: {
|
|
15999
15999
|
dateValue: Date | null;
|
16000
16000
|
uploads: {
|
16001
16001
|
id: string;
|
16002
|
-
status: string | null;
|
16003
16002
|
createdAt: Date;
|
16004
16003
|
updatedAt: Date;
|
16005
16004
|
deletedAt: Date | null;
|
@@ -16008,6 +16007,7 @@ export declare const facebookFeedContract: {
|
|
16008
16007
|
bucketName: string;
|
16009
16008
|
fileSize: number;
|
16010
16009
|
fileUrl: string | null;
|
16010
|
+
status?: string | undefined;
|
16011
16011
|
}[];
|
16012
16012
|
}[];
|
16013
16013
|
company: {
|
@@ -16208,7 +16208,7 @@ export declare const facebookFeedContract: {
|
|
16208
16208
|
previewUrl: string;
|
16209
16209
|
imageSetId: string;
|
16210
16210
|
repliedMessage: {
|
16211
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
16211
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
16212
16212
|
message: string;
|
16213
16213
|
id: string;
|
16214
16214
|
url: string;
|
@@ -16262,7 +16262,6 @@ export declare const facebookFeedContract: {
|
|
16262
16262
|
};
|
16263
16263
|
upload: {
|
16264
16264
|
id: string;
|
16265
|
-
status: string | null;
|
16266
16265
|
createdAt: Date;
|
16267
16266
|
updatedAt: Date;
|
16268
16267
|
deletedAt: Date | null;
|
@@ -16271,6 +16270,7 @@ export declare const facebookFeedContract: {
|
|
16271
16270
|
bucketName: string;
|
16272
16271
|
fileSize: number;
|
16273
16272
|
fileUrl: string | null;
|
16273
|
+
status?: string | undefined;
|
16274
16274
|
};
|
16275
16275
|
assignee: {
|
16276
16276
|
id: string;
|
@@ -16417,7 +16417,7 @@ export declare const facebookFeedContract: {
|
|
16417
16417
|
template?: any;
|
16418
16418
|
metadata?: any;
|
16419
16419
|
fromMessage?: {
|
16420
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
16420
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
16421
16421
|
message: string;
|
16422
16422
|
id: string;
|
16423
16423
|
url: string;
|
@@ -16471,7 +16471,6 @@ export declare const facebookFeedContract: {
|
|
16471
16471
|
};
|
16472
16472
|
upload: {
|
16473
16473
|
id: string;
|
16474
|
-
status: string | null;
|
16475
16474
|
createdAt: Date;
|
16476
16475
|
updatedAt: Date;
|
16477
16476
|
deletedAt: Date | null;
|
@@ -16480,6 +16479,7 @@ export declare const facebookFeedContract: {
|
|
16480
16479
|
bucketName: string;
|
16481
16480
|
fileSize: number;
|
16482
16481
|
fileUrl: string | null;
|
16482
|
+
status?: string | undefined;
|
16483
16483
|
};
|
16484
16484
|
assignee: {
|
16485
16485
|
id: string;
|
@@ -16701,7 +16701,6 @@ export declare const facebookFeedContract: {
|
|
16701
16701
|
dateValue: Date | null;
|
16702
16702
|
uploads: {
|
16703
16703
|
id: string;
|
16704
|
-
status: string | null;
|
16705
16704
|
createdAt: Date;
|
16706
16705
|
updatedAt: Date;
|
16707
16706
|
deletedAt: Date | null;
|
@@ -16710,6 +16709,7 @@ export declare const facebookFeedContract: {
|
|
16710
16709
|
bucketName: string;
|
16711
16710
|
fileSize: number;
|
16712
16711
|
fileUrl: string | null;
|
16712
|
+
status?: string | undefined;
|
16713
16713
|
}[];
|
16714
16714
|
}[];
|
16715
16715
|
company: {
|
@@ -16910,7 +16910,7 @@ export declare const facebookFeedContract: {
|
|
16910
16910
|
previewUrl: string;
|
16911
16911
|
imageSetId: string;
|
16912
16912
|
repliedMessage: {
|
16913
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
16913
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
16914
16914
|
message: string;
|
16915
16915
|
id: string;
|
16916
16916
|
url: string;
|
@@ -16964,7 +16964,6 @@ export declare const facebookFeedContract: {
|
|
16964
16964
|
};
|
16965
16965
|
upload: {
|
16966
16966
|
id: string;
|
16967
|
-
status: string | null;
|
16968
16967
|
createdAt: Date;
|
16969
16968
|
updatedAt: Date;
|
16970
16969
|
deletedAt: Date | null;
|
@@ -16973,6 +16972,7 @@ export declare const facebookFeedContract: {
|
|
16973
16972
|
bucketName: string;
|
16974
16973
|
fileSize: number;
|
16975
16974
|
fileUrl: string | null;
|
16975
|
+
status?: string | undefined;
|
16976
16976
|
};
|
16977
16977
|
assignee: {
|
16978
16978
|
id: string;
|
@@ -17122,7 +17122,7 @@ export declare const facebookFeedContract: {
|
|
17122
17122
|
}>;
|
17123
17123
|
}, "strip", z.ZodTypeAny, {
|
17124
17124
|
data: {
|
17125
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
17125
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
17126
17126
|
message: string;
|
17127
17127
|
id: string;
|
17128
17128
|
url: string;
|
@@ -17176,7 +17176,6 @@ export declare const facebookFeedContract: {
|
|
17176
17176
|
};
|
17177
17177
|
upload: {
|
17178
17178
|
id: string;
|
17179
|
-
status: string | null;
|
17180
17179
|
createdAt: Date;
|
17181
17180
|
updatedAt: Date;
|
17182
17181
|
deletedAt: Date | null;
|
@@ -17185,6 +17184,7 @@ export declare const facebookFeedContract: {
|
|
17185
17184
|
bucketName: string;
|
17186
17185
|
fileSize: number;
|
17187
17186
|
fileUrl: string | null;
|
17187
|
+
status?: string | undefined;
|
17188
17188
|
};
|
17189
17189
|
assignee: {
|
17190
17190
|
id: string;
|
@@ -17406,7 +17406,6 @@ export declare const facebookFeedContract: {
|
|
17406
17406
|
dateValue: Date | null;
|
17407
17407
|
uploads: {
|
17408
17408
|
id: string;
|
17409
|
-
status: string | null;
|
17410
17409
|
createdAt: Date;
|
17411
17410
|
updatedAt: Date;
|
17412
17411
|
deletedAt: Date | null;
|
@@ -17415,6 +17414,7 @@ export declare const facebookFeedContract: {
|
|
17415
17414
|
bucketName: string;
|
17416
17415
|
fileSize: number;
|
17417
17416
|
fileUrl: string | null;
|
17417
|
+
status?: string | undefined;
|
17418
17418
|
}[];
|
17419
17419
|
}[];
|
17420
17420
|
company: {
|
@@ -17615,7 +17615,7 @@ export declare const facebookFeedContract: {
|
|
17615
17615
|
previewUrl: string;
|
17616
17616
|
imageSetId: string;
|
17617
17617
|
repliedMessage: {
|
17618
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
17618
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
17619
17619
|
message: string;
|
17620
17620
|
id: string;
|
17621
17621
|
url: string;
|
@@ -17669,7 +17669,6 @@ export declare const facebookFeedContract: {
|
|
17669
17669
|
};
|
17670
17670
|
upload: {
|
17671
17671
|
id: string;
|
17672
|
-
status: string | null;
|
17673
17672
|
createdAt: Date;
|
17674
17673
|
updatedAt: Date;
|
17675
17674
|
deletedAt: Date | null;
|
@@ -17678,6 +17677,7 @@ export declare const facebookFeedContract: {
|
|
17678
17677
|
bucketName: string;
|
17679
17678
|
fileSize: number;
|
17680
17679
|
fileUrl: string | null;
|
17680
|
+
status?: string | undefined;
|
17681
17681
|
};
|
17682
17682
|
assignee: {
|
17683
17683
|
id: string;
|
@@ -17824,7 +17824,7 @@ export declare const facebookFeedContract: {
|
|
17824
17824
|
template?: any;
|
17825
17825
|
metadata?: any;
|
17826
17826
|
fromMessage?: {
|
17827
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
17827
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
17828
17828
|
message: string;
|
17829
17829
|
id: string;
|
17830
17830
|
url: string;
|
@@ -17878,7 +17878,6 @@ export declare const facebookFeedContract: {
|
|
17878
17878
|
};
|
17879
17879
|
upload: {
|
17880
17880
|
id: string;
|
17881
|
-
status: string | null;
|
17882
17881
|
createdAt: Date;
|
17883
17882
|
updatedAt: Date;
|
17884
17883
|
deletedAt: Date | null;
|
@@ -17887,6 +17886,7 @@ export declare const facebookFeedContract: {
|
|
17887
17886
|
bucketName: string;
|
17888
17887
|
fileSize: number;
|
17889
17888
|
fileUrl: string | null;
|
17889
|
+
status?: string | undefined;
|
17890
17890
|
};
|
17891
17891
|
assignee: {
|
17892
17892
|
id: string;
|
@@ -18108,7 +18108,6 @@ export declare const facebookFeedContract: {
|
|
18108
18108
|
dateValue: Date | null;
|
18109
18109
|
uploads: {
|
18110
18110
|
id: string;
|
18111
|
-
status: string | null;
|
18112
18111
|
createdAt: Date;
|
18113
18112
|
updatedAt: Date;
|
18114
18113
|
deletedAt: Date | null;
|
@@ -18117,6 +18116,7 @@ export declare const facebookFeedContract: {
|
|
18117
18116
|
bucketName: string;
|
18118
18117
|
fileSize: number;
|
18119
18118
|
fileUrl: string | null;
|
18119
|
+
status?: string | undefined;
|
18120
18120
|
}[];
|
18121
18121
|
}[];
|
18122
18122
|
company: {
|
@@ -18317,7 +18317,7 @@ export declare const facebookFeedContract: {
|
|
18317
18317
|
previewUrl: string;
|
18318
18318
|
imageSetId: string;
|
18319
18319
|
repliedMessage: {
|
18320
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
18320
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
18321
18321
|
message: string;
|
18322
18322
|
id: string;
|
18323
18323
|
url: string;
|
@@ -18371,7 +18371,6 @@ export declare const facebookFeedContract: {
|
|
18371
18371
|
};
|
18372
18372
|
upload: {
|
18373
18373
|
id: string;
|
18374
|
-
status: string | null;
|
18375
18374
|
createdAt: Date;
|
18376
18375
|
updatedAt: Date;
|
18377
18376
|
deletedAt: Date | null;
|
@@ -18380,6 +18379,7 @@ export declare const facebookFeedContract: {
|
|
18380
18379
|
bucketName: string;
|
18381
18380
|
fileSize: number;
|
18382
18381
|
fileUrl: string | null;
|
18382
|
+
status?: string | undefined;
|
18383
18383
|
};
|
18384
18384
|
assignee: {
|
18385
18385
|
id: string;
|
@@ -18530,7 +18530,7 @@ export declare const facebookFeedContract: {
|
|
18530
18530
|
requestId: string;
|
18531
18531
|
}, {
|
18532
18532
|
data: {
|
18533
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
18533
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
18534
18534
|
message: string;
|
18535
18535
|
id: string;
|
18536
18536
|
url: string;
|
@@ -18584,7 +18584,6 @@ export declare const facebookFeedContract: {
|
|
18584
18584
|
};
|
18585
18585
|
upload: {
|
18586
18586
|
id: string;
|
18587
|
-
status: string | null;
|
18588
18587
|
createdAt: Date;
|
18589
18588
|
updatedAt: Date;
|
18590
18589
|
deletedAt: Date | null;
|
@@ -18593,6 +18592,7 @@ export declare const facebookFeedContract: {
|
|
18593
18592
|
bucketName: string;
|
18594
18593
|
fileSize: number;
|
18595
18594
|
fileUrl: string | null;
|
18595
|
+
status?: string | undefined;
|
18596
18596
|
};
|
18597
18597
|
assignee: {
|
18598
18598
|
id: string;
|
@@ -18814,7 +18814,6 @@ export declare const facebookFeedContract: {
|
|
18814
18814
|
dateValue: Date | null;
|
18815
18815
|
uploads: {
|
18816
18816
|
id: string;
|
18817
|
-
status: string | null;
|
18818
18817
|
createdAt: Date;
|
18819
18818
|
updatedAt: Date;
|
18820
18819
|
deletedAt: Date | null;
|
@@ -18823,6 +18822,7 @@ export declare const facebookFeedContract: {
|
|
18823
18822
|
bucketName: string;
|
18824
18823
|
fileSize: number;
|
18825
18824
|
fileUrl: string | null;
|
18825
|
+
status?: string | undefined;
|
18826
18826
|
}[];
|
18827
18827
|
}[];
|
18828
18828
|
company: {
|
@@ -19023,7 +19023,7 @@ export declare const facebookFeedContract: {
|
|
19023
19023
|
previewUrl: string;
|
19024
19024
|
imageSetId: string;
|
19025
19025
|
repliedMessage: {
|
19026
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
19026
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
19027
19027
|
message: string;
|
19028
19028
|
id: string;
|
19029
19029
|
url: string;
|
@@ -19077,7 +19077,6 @@ export declare const facebookFeedContract: {
|
|
19077
19077
|
};
|
19078
19078
|
upload: {
|
19079
19079
|
id: string;
|
19080
|
-
status: string | null;
|
19081
19080
|
createdAt: Date;
|
19082
19081
|
updatedAt: Date;
|
19083
19082
|
deletedAt: Date | null;
|
@@ -19086,6 +19085,7 @@ export declare const facebookFeedContract: {
|
|
19086
19085
|
bucketName: string;
|
19087
19086
|
fileSize: number;
|
19088
19087
|
fileUrl: string | null;
|
19088
|
+
status?: string | undefined;
|
19089
19089
|
};
|
19090
19090
|
assignee: {
|
19091
19091
|
id: string;
|
@@ -19232,7 +19232,7 @@ export declare const facebookFeedContract: {
|
|
19232
19232
|
template?: any;
|
19233
19233
|
metadata?: any;
|
19234
19234
|
fromMessage?: {
|
19235
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
19235
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
19236
19236
|
message: string;
|
19237
19237
|
id: string;
|
19238
19238
|
url: string;
|
@@ -19286,7 +19286,6 @@ export declare const facebookFeedContract: {
|
|
19286
19286
|
};
|
19287
19287
|
upload: {
|
19288
19288
|
id: string;
|
19289
|
-
status: string | null;
|
19290
19289
|
createdAt: Date;
|
19291
19290
|
updatedAt: Date;
|
19292
19291
|
deletedAt: Date | null;
|
@@ -19295,6 +19294,7 @@ export declare const facebookFeedContract: {
|
|
19295
19294
|
bucketName: string;
|
19296
19295
|
fileSize: number;
|
19297
19296
|
fileUrl: string | null;
|
19297
|
+
status?: string | undefined;
|
19298
19298
|
};
|
19299
19299
|
assignee: {
|
19300
19300
|
id: string;
|
@@ -19516,7 +19516,6 @@ export declare const facebookFeedContract: {
|
|
19516
19516
|
dateValue: Date | null;
|
19517
19517
|
uploads: {
|
19518
19518
|
id: string;
|
19519
|
-
status: string | null;
|
19520
19519
|
createdAt: Date;
|
19521
19520
|
updatedAt: Date;
|
19522
19521
|
deletedAt: Date | null;
|
@@ -19525,6 +19524,7 @@ export declare const facebookFeedContract: {
|
|
19525
19524
|
bucketName: string;
|
19526
19525
|
fileSize: number;
|
19527
19526
|
fileUrl: string | null;
|
19527
|
+
status?: string | undefined;
|
19528
19528
|
}[];
|
19529
19529
|
}[];
|
19530
19530
|
company: {
|
@@ -19725,7 +19725,7 @@ export declare const facebookFeedContract: {
|
|
19725
19725
|
previewUrl: string;
|
19726
19726
|
imageSetId: string;
|
19727
19727
|
repliedMessage: {
|
19728
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
19728
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
19729
19729
|
message: string;
|
19730
19730
|
id: string;
|
19731
19731
|
url: string;
|
@@ -19779,7 +19779,6 @@ export declare const facebookFeedContract: {
|
|
19779
19779
|
};
|
19780
19780
|
upload: {
|
19781
19781
|
id: string;
|
19782
|
-
status: string | null;
|
19783
19782
|
createdAt: Date;
|
19784
19783
|
updatedAt: Date;
|
19785
19784
|
deletedAt: Date | null;
|
@@ -19788,6 +19787,7 @@ export declare const facebookFeedContract: {
|
|
19788
19787
|
bucketName: string;
|
19789
19788
|
fileSize: number;
|
19790
19789
|
fileUrl: string | null;
|
19790
|
+
status?: string | undefined;
|
19791
19791
|
};
|
19792
19792
|
assignee: {
|
19793
19793
|
id: string;
|
@@ -20127,7 +20127,7 @@ export declare const facebookFeedContract: {
|
|
20127
20127
|
id: z.ZodOptional<z.ZodString>;
|
20128
20128
|
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
20129
20129
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
20130
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
20130
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
20131
20131
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
20132
20132
|
metadata: z.ZodOptional<z.ZodAny>;
|
20133
20133
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -20179,7 +20179,7 @@ export declare const facebookFeedContract: {
|
|
20179
20179
|
parentMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
20180
20180
|
feedPostId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
20181
20181
|
}, "strip", z.ZodTypeAny, {
|
20182
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
20182
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
20183
20183
|
direction: "incoming" | "outgoing" | "system";
|
20184
20184
|
id?: string | undefined;
|
20185
20185
|
message?: string | null | undefined;
|
@@ -20210,7 +20210,7 @@ export declare const facebookFeedContract: {
|
|
20210
20210
|
parentMessageId?: string | null | undefined;
|
20211
20211
|
feedPostId?: string | null | undefined;
|
20212
20212
|
}, {
|
20213
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
20213
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
20214
20214
|
direction: "incoming" | "outgoing" | "system";
|
20215
20215
|
id?: string | undefined;
|
20216
20216
|
message?: string | null | undefined;
|
@@ -20243,7 +20243,7 @@ export declare const facebookFeedContract: {
|
|
20243
20243
|
}>;
|
20244
20244
|
}, "strip", z.ZodTypeAny, {
|
20245
20245
|
message: {
|
20246
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
20246
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
20247
20247
|
direction: "incoming" | "outgoing" | "system";
|
20248
20248
|
id?: string | undefined;
|
20249
20249
|
message?: string | null | undefined;
|
@@ -20305,7 +20305,7 @@ export declare const facebookFeedContract: {
|
|
20305
20305
|
};
|
20306
20306
|
}, {
|
20307
20307
|
message: {
|
20308
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
20308
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
20309
20309
|
direction: "incoming" | "outgoing" | "system";
|
20310
20310
|
id?: string | undefined;
|
20311
20311
|
message?: string | null | undefined;
|
@@ -20534,7 +20534,7 @@ export declare const facebookFeedContract: {
|
|
20534
20534
|
id: z.ZodOptional<z.ZodString>;
|
20535
20535
|
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
20536
20536
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
20537
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
20537
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
20538
20538
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
20539
20539
|
metadata: z.ZodOptional<z.ZodAny>;
|
20540
20540
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -20586,7 +20586,7 @@ export declare const facebookFeedContract: {
|
|
20586
20586
|
parentMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
20587
20587
|
feedPostId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
20588
20588
|
}, "strip", z.ZodTypeAny, {
|
20589
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
20589
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
20590
20590
|
direction: "incoming" | "outgoing" | "system";
|
20591
20591
|
id?: string | undefined;
|
20592
20592
|
message?: string | null | undefined;
|
@@ -20617,7 +20617,7 @@ export declare const facebookFeedContract: {
|
|
20617
20617
|
parentMessageId?: string | null | undefined;
|
20618
20618
|
feedPostId?: string | null | undefined;
|
20619
20619
|
}, {
|
20620
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
20620
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
20621
20621
|
direction: "incoming" | "outgoing" | "system";
|
20622
20622
|
id?: string | undefined;
|
20623
20623
|
message?: string | null | undefined;
|
@@ -20650,7 +20650,7 @@ export declare const facebookFeedContract: {
|
|
20650
20650
|
}>;
|
20651
20651
|
}, "strip", z.ZodTypeAny, {
|
20652
20652
|
message: {
|
20653
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
20653
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
20654
20654
|
direction: "incoming" | "outgoing" | "system";
|
20655
20655
|
id?: string | undefined;
|
20656
20656
|
message?: string | null | undefined;
|
@@ -20712,7 +20712,7 @@ export declare const facebookFeedContract: {
|
|
20712
20712
|
};
|
20713
20713
|
}, {
|
20714
20714
|
message: {
|
20715
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
20715
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
20716
20716
|
direction: "incoming" | "outgoing" | "system";
|
20717
20717
|
id?: string | undefined;
|
20718
20718
|
message?: string | null | undefined;
|