@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
@@ -5,7 +5,7 @@ export declare const FeedPostSchema: z.ZodObject<{
|
|
5
5
|
updatedAt: z.ZodDate;
|
6
6
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
7
7
|
message: z.ZodNullable<z.ZodString>;
|
8
|
-
type: z.ZodUnion<[z.ZodEnum<["text", "added_photos", "shared_story", "mobile_status_update"]>, 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"]>]>;
|
8
|
+
type: z.ZodUnion<[z.ZodEnum<["text", "added_photos", "shared_story", "mobile_status_update"]>, 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"]>]>;
|
9
9
|
metadata: z.ZodAny;
|
10
10
|
platformId: z.ZodString;
|
11
11
|
platformMessageId: z.ZodString;
|
@@ -1589,7 +1589,7 @@ export declare const FeedPostSchema: z.ZodObject<{
|
|
1589
1589
|
imageURL: z.ZodString;
|
1590
1590
|
permalinkURL: z.ZodString;
|
1591
1591
|
}, "strip", z.ZodTypeAny, {
|
1592
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
1592
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
1593
1593
|
message: string | null;
|
1594
1594
|
id: string;
|
1595
1595
|
channel: {
|
@@ -1838,7 +1838,7 @@ export declare const FeedPostSchema: z.ZodObject<{
|
|
1838
1838
|
permalinkURL: string;
|
1839
1839
|
metadata?: any;
|
1840
1840
|
}, {
|
1841
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
1841
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
1842
1842
|
message: string | null;
|
1843
1843
|
id: string;
|
1844
1844
|
channel: {
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import { HoldLabelSchema } from './schema';
|
2
2
|
import z from 'zod';
|
3
|
-
import {
|
3
|
+
import { UpdatePositionSchema } from './validation';
|
4
4
|
export type HoldLabel = z.infer<typeof HoldLabelSchema>;
|
5
|
-
export type UpdateHoldLabelPositionRequest = z.infer<typeof
|
5
|
+
export type UpdateHoldLabelPositionRequest = z.infer<typeof UpdatePositionSchema>;
|
6
6
|
export declare const holdLabelContract: {
|
7
7
|
createHoldLabel: {
|
8
8
|
body: z.ZodObject<{
|
@@ -113,6 +113,79 @@ export declare const holdLabelContract: {
|
|
113
113
|
};
|
114
114
|
path: "hold-label";
|
115
115
|
};
|
116
|
+
updateHoldLabelPosition: {
|
117
|
+
body: z.ZodObject<{
|
118
|
+
holdLabels: z.ZodArray<z.ZodObject<{
|
119
|
+
id: z.ZodString;
|
120
|
+
position: z.ZodNumber;
|
121
|
+
}, "strip", z.ZodTypeAny, {
|
122
|
+
id: string;
|
123
|
+
position: number;
|
124
|
+
}, {
|
125
|
+
id: string;
|
126
|
+
position: number;
|
127
|
+
}>, "many">;
|
128
|
+
}, "strip", z.ZodTypeAny, {
|
129
|
+
holdLabels: {
|
130
|
+
id: string;
|
131
|
+
position: number;
|
132
|
+
}[];
|
133
|
+
}, {
|
134
|
+
holdLabels: {
|
135
|
+
id: string;
|
136
|
+
position: number;
|
137
|
+
}[];
|
138
|
+
}>;
|
139
|
+
method: "POST";
|
140
|
+
responses: {
|
141
|
+
200: z.ZodObject<{
|
142
|
+
requestId: z.ZodString;
|
143
|
+
holdLabel: z.ZodObject<{
|
144
|
+
id: z.ZodString;
|
145
|
+
createdAt: z.ZodDate;
|
146
|
+
updatedAt: z.ZodDate;
|
147
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
148
|
+
name: z.ZodString;
|
149
|
+
position: z.ZodNumber;
|
150
|
+
}, "strip", z.ZodTypeAny, {
|
151
|
+
id: string;
|
152
|
+
name: string;
|
153
|
+
position: number;
|
154
|
+
createdAt: Date;
|
155
|
+
updatedAt: Date;
|
156
|
+
deletedAt: Date | null;
|
157
|
+
}, {
|
158
|
+
id: string;
|
159
|
+
name: string;
|
160
|
+
position: number;
|
161
|
+
createdAt: Date;
|
162
|
+
updatedAt: Date;
|
163
|
+
deletedAt: Date | null;
|
164
|
+
}>;
|
165
|
+
}, "strip", z.ZodTypeAny, {
|
166
|
+
requestId: string;
|
167
|
+
holdLabel: {
|
168
|
+
id: string;
|
169
|
+
name: string;
|
170
|
+
position: number;
|
171
|
+
createdAt: Date;
|
172
|
+
updatedAt: Date;
|
173
|
+
deletedAt: Date | null;
|
174
|
+
};
|
175
|
+
}, {
|
176
|
+
requestId: string;
|
177
|
+
holdLabel: {
|
178
|
+
id: string;
|
179
|
+
name: string;
|
180
|
+
position: number;
|
181
|
+
createdAt: Date;
|
182
|
+
updatedAt: Date;
|
183
|
+
deletedAt: Date | null;
|
184
|
+
};
|
185
|
+
}>;
|
186
|
+
};
|
187
|
+
path: "hold-label/position";
|
188
|
+
};
|
116
189
|
updateHoldLabel: {
|
117
190
|
body: z.ZodObject<{
|
118
191
|
name: z.ZodString;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/hold-label/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAC3C,OAAO,CAAC,MAAM,KAAK,CAAC;AACpB,OAAO,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAC;AAEpD,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AACxD,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAClD,OAAO,oBAAoB,CAC5B,CAAC;AAEF,eAAO,MAAM,iBAAiB
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/hold-label/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAC3C,OAAO,CAAC,MAAM,KAAK,CAAC;AACpB,OAAO,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAC;AAEpD,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AACxD,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAClD,OAAO,oBAAoB,CAC5B,CAAC;AAEF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyE7B,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAE3B,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AACjD,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,OAAO,CAAC;AACtB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAE3B,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AACjD,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,OAAO,CAAC;AACtB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC"}
|
@@ -416,7 +416,7 @@ export declare const instagramContract: {
|
|
416
416
|
id: z.ZodOptional<z.ZodString>;
|
417
417
|
message: z.ZodOptional<z.ZodString>;
|
418
418
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
419
|
-
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"]>;
|
419
|
+
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"]>;
|
420
420
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
421
421
|
metadata: z.ZodOptional<z.ZodAny>;
|
422
422
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -471,7 +471,7 @@ export declare const instagramContract: {
|
|
471
471
|
isEdited: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
472
472
|
editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
473
473
|
}, "strip", z.ZodTypeAny, {
|
474
|
-
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";
|
474
|
+
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";
|
475
475
|
direction: "incoming" | "outgoing" | "system";
|
476
476
|
id?: string | undefined;
|
477
477
|
message?: string | undefined;
|
@@ -505,7 +505,7 @@ export declare const instagramContract: {
|
|
505
505
|
isEdited?: boolean | null | undefined;
|
506
506
|
editedAt?: string | Date | null | undefined;
|
507
507
|
}, {
|
508
|
-
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";
|
508
|
+
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";
|
509
509
|
direction: "incoming" | "outgoing" | "system";
|
510
510
|
id?: string | undefined;
|
511
511
|
message?: string | undefined;
|
@@ -541,7 +541,7 @@ export declare const instagramContract: {
|
|
541
541
|
}>;
|
542
542
|
}, "strip", z.ZodTypeAny, {
|
543
543
|
message: {
|
544
|
-
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";
|
544
|
+
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";
|
545
545
|
direction: "incoming" | "outgoing" | "system";
|
546
546
|
id?: string | undefined;
|
547
547
|
message?: string | undefined;
|
@@ -652,7 +652,7 @@ export declare const instagramContract: {
|
|
652
652
|
isBot: boolean | null;
|
653
653
|
}, {
|
654
654
|
message: {
|
655
|
-
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";
|
655
|
+
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";
|
656
656
|
direction: "incoming" | "outgoing" | "system";
|
657
657
|
id?: string | undefined;
|
658
658
|
message?: string | undefined;
|
@@ -767,7 +767,7 @@ export declare const instagramContract: {
|
|
767
767
|
200: z.ZodObject<{
|
768
768
|
requestId: z.ZodString;
|
769
769
|
data: z.ZodObject<{
|
770
|
-
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"]>;
|
770
|
+
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"]>;
|
771
771
|
message: z.ZodString;
|
772
772
|
id: z.ZodString;
|
773
773
|
url: z.ZodString;
|
@@ -4241,7 +4241,7 @@ export declare const instagramContract: {
|
|
4241
4241
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
4242
4242
|
message: z.ZodString;
|
4243
4243
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
4244
|
-
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"]>;
|
4244
|
+
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"]>;
|
4245
4245
|
readAt: z.ZodDate;
|
4246
4246
|
metadata: z.ZodAny;
|
4247
4247
|
platformId: z.ZodString;
|
@@ -4899,7 +4899,7 @@ export declare const instagramContract: {
|
|
4899
4899
|
};
|
4900
4900
|
}>;
|
4901
4901
|
}, "strip", z.ZodTypeAny, {
|
4902
|
-
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";
|
4902
|
+
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";
|
4903
4903
|
message: string;
|
4904
4904
|
id: string;
|
4905
4905
|
url: string;
|
@@ -5061,7 +5061,7 @@ export declare const instagramContract: {
|
|
5061
5061
|
metadata?: any;
|
5062
5062
|
template?: any;
|
5063
5063
|
}, {
|
5064
|
-
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";
|
5064
|
+
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";
|
5065
5065
|
message: string;
|
5066
5066
|
id: string;
|
5067
5067
|
url: string;
|
@@ -5435,7 +5435,7 @@ export declare const instagramContract: {
|
|
5435
5435
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
5436
5436
|
message: z.ZodString;
|
5437
5437
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
5438
|
-
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"]>;
|
5438
|
+
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"]>;
|
5439
5439
|
readAt: z.ZodDate;
|
5440
5440
|
metadata: z.ZodAny;
|
5441
5441
|
platformId: z.ZodString;
|
@@ -8470,7 +8470,7 @@ export declare const instagramContract: {
|
|
8470
8470
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
8471
8471
|
message: z.ZodString;
|
8472
8472
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
8473
|
-
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"]>;
|
8473
|
+
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"]>;
|
8474
8474
|
readAt: z.ZodDate;
|
8475
8475
|
metadata: z.ZodAny;
|
8476
8476
|
platformId: z.ZodString;
|
@@ -9128,7 +9128,7 @@ export declare const instagramContract: {
|
|
9128
9128
|
};
|
9129
9129
|
}>;
|
9130
9130
|
}, "strip", z.ZodTypeAny, {
|
9131
|
-
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";
|
9131
|
+
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";
|
9132
9132
|
message: string;
|
9133
9133
|
id: string;
|
9134
9134
|
url: string;
|
@@ -9290,7 +9290,7 @@ export declare const instagramContract: {
|
|
9290
9290
|
metadata?: any;
|
9291
9291
|
template?: any;
|
9292
9292
|
}, {
|
9293
|
-
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";
|
9293
|
+
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";
|
9294
9294
|
message: string;
|
9295
9295
|
id: string;
|
9296
9296
|
url: string;
|
@@ -10091,7 +10091,7 @@ export declare const instagramContract: {
|
|
10091
10091
|
}>;
|
10092
10092
|
editedMessageid: z.ZodString;
|
10093
10093
|
}, "strip", z.ZodTypeAny, {
|
10094
|
-
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";
|
10094
|
+
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";
|
10095
10095
|
message: string;
|
10096
10096
|
id: string;
|
10097
10097
|
url: string;
|
@@ -10589,7 +10589,7 @@ export declare const instagramContract: {
|
|
10589
10589
|
previewUrl: string;
|
10590
10590
|
imageSetId: string;
|
10591
10591
|
repliedMessage: {
|
10592
|
-
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";
|
10592
|
+
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";
|
10593
10593
|
message: string;
|
10594
10594
|
id: string;
|
10595
10595
|
url: string;
|
@@ -10799,7 +10799,7 @@ export declare const instagramContract: {
|
|
10799
10799
|
metadata?: any;
|
10800
10800
|
template?: any;
|
10801
10801
|
}, {
|
10802
|
-
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";
|
10802
|
+
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";
|
10803
10803
|
message: string;
|
10804
10804
|
id: string;
|
10805
10805
|
url: string;
|
@@ -11297,7 +11297,7 @@ export declare const instagramContract: {
|
|
11297
11297
|
previewUrl: string;
|
11298
11298
|
imageSetId: string;
|
11299
11299
|
repliedMessage: {
|
11300
|
-
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";
|
11300
|
+
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";
|
11301
11301
|
message: string;
|
11302
11302
|
id: string;
|
11303
11303
|
url: string;
|
@@ -11508,7 +11508,7 @@ export declare const instagramContract: {
|
|
11508
11508
|
template?: any;
|
11509
11509
|
}>>>;
|
11510
11510
|
}, "strip", z.ZodTypeAny, {
|
11511
|
-
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";
|
11511
|
+
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";
|
11512
11512
|
message: string;
|
11513
11513
|
id: string;
|
11514
11514
|
url: string;
|
@@ -12006,7 +12006,7 @@ export declare const instagramContract: {
|
|
12006
12006
|
previewUrl: string;
|
12007
12007
|
imageSetId: string;
|
12008
12008
|
repliedMessage: {
|
12009
|
-
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";
|
12009
|
+
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";
|
12010
12010
|
message: string;
|
12011
12011
|
id: string;
|
12012
12012
|
url: string;
|
@@ -12216,7 +12216,7 @@ export declare const instagramContract: {
|
|
12216
12216
|
template?: any;
|
12217
12217
|
metadata?: any;
|
12218
12218
|
fromMessage?: {
|
12219
|
-
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";
|
12219
|
+
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";
|
12220
12220
|
message: string;
|
12221
12221
|
id: string;
|
12222
12222
|
url: string;
|
@@ -12714,7 +12714,7 @@ export declare const instagramContract: {
|
|
12714
12714
|
previewUrl: string;
|
12715
12715
|
imageSetId: string;
|
12716
12716
|
repliedMessage: {
|
12717
|
-
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";
|
12717
|
+
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";
|
12718
12718
|
message: string;
|
12719
12719
|
id: string;
|
12720
12720
|
url: string;
|
@@ -12925,7 +12925,7 @@ export declare const instagramContract: {
|
|
12925
12925
|
template?: any;
|
12926
12926
|
} | null | undefined;
|
12927
12927
|
}, {
|
12928
|
-
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";
|
12928
|
+
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";
|
12929
12929
|
message: string;
|
12930
12930
|
id: string;
|
12931
12931
|
url: string;
|
@@ -13423,7 +13423,7 @@ export declare const instagramContract: {
|
|
13423
13423
|
previewUrl: string;
|
13424
13424
|
imageSetId: string;
|
13425
13425
|
repliedMessage: {
|
13426
|
-
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";
|
13426
|
+
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";
|
13427
13427
|
message: string;
|
13428
13428
|
id: string;
|
13429
13429
|
url: string;
|
@@ -13633,7 +13633,7 @@ export declare const instagramContract: {
|
|
13633
13633
|
template?: any;
|
13634
13634
|
metadata?: any;
|
13635
13635
|
fromMessage?: {
|
13636
|
-
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";
|
13636
|
+
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";
|
13637
13637
|
message: string;
|
13638
13638
|
id: string;
|
13639
13639
|
url: string;
|
@@ -14131,7 +14131,7 @@ export declare const instagramContract: {
|
|
14131
14131
|
previewUrl: string;
|
14132
14132
|
imageSetId: string;
|
14133
14133
|
repliedMessage: {
|
14134
|
-
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";
|
14134
|
+
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";
|
14135
14135
|
message: string;
|
14136
14136
|
id: string;
|
14137
14137
|
url: string;
|
@@ -14344,7 +14344,7 @@ export declare const instagramContract: {
|
|
14344
14344
|
}>;
|
14345
14345
|
}, "strip", z.ZodTypeAny, {
|
14346
14346
|
data: {
|
14347
|
-
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";
|
14347
|
+
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";
|
14348
14348
|
message: string;
|
14349
14349
|
id: string;
|
14350
14350
|
url: string;
|
@@ -14842,7 +14842,7 @@ export declare const instagramContract: {
|
|
14842
14842
|
previewUrl: string;
|
14843
14843
|
imageSetId: string;
|
14844
14844
|
repliedMessage: {
|
14845
|
-
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";
|
14845
|
+
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";
|
14846
14846
|
message: string;
|
14847
14847
|
id: string;
|
14848
14848
|
url: string;
|
@@ -15052,7 +15052,7 @@ export declare const instagramContract: {
|
|
15052
15052
|
template?: any;
|
15053
15053
|
metadata?: any;
|
15054
15054
|
fromMessage?: {
|
15055
|
-
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";
|
15055
|
+
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";
|
15056
15056
|
message: string;
|
15057
15057
|
id: string;
|
15058
15058
|
url: string;
|
@@ -15550,7 +15550,7 @@ export declare const instagramContract: {
|
|
15550
15550
|
previewUrl: string;
|
15551
15551
|
imageSetId: string;
|
15552
15552
|
repliedMessage: {
|
15553
|
-
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";
|
15553
|
+
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";
|
15554
15554
|
message: string;
|
15555
15555
|
id: string;
|
15556
15556
|
url: string;
|
@@ -15764,7 +15764,7 @@ export declare const instagramContract: {
|
|
15764
15764
|
requestId: string;
|
15765
15765
|
}, {
|
15766
15766
|
data: {
|
15767
|
-
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";
|
15767
|
+
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";
|
15768
15768
|
message: string;
|
15769
15769
|
id: string;
|
15770
15770
|
url: string;
|
@@ -16262,7 +16262,7 @@ export declare const instagramContract: {
|
|
16262
16262
|
previewUrl: string;
|
16263
16263
|
imageSetId: string;
|
16264
16264
|
repliedMessage: {
|
16265
|
-
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";
|
16265
|
+
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";
|
16266
16266
|
message: string;
|
16267
16267
|
id: string;
|
16268
16268
|
url: string;
|
@@ -16472,7 +16472,7 @@ export declare const instagramContract: {
|
|
16472
16472
|
template?: any;
|
16473
16473
|
metadata?: any;
|
16474
16474
|
fromMessage?: {
|
16475
|
-
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";
|
16475
|
+
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";
|
16476
16476
|
message: string;
|
16477
16477
|
id: string;
|
16478
16478
|
url: string;
|
@@ -16970,7 +16970,7 @@ export declare const instagramContract: {
|
|
16970
16970
|
previewUrl: string;
|
16971
16971
|
imageSetId: string;
|
16972
16972
|
repliedMessage: {
|
16973
|
-
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";
|
16973
|
+
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";
|
16974
16974
|
message: string;
|
16975
16975
|
id: string;
|
16976
16976
|
url: string;
|