@kl1/contracts 1.2.65-uat → 1.2.66-uat
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-contracts/src/automation-queue/index.d.ts +3 -0
- package/dist/api-contracts/src/automation-queue/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/index.d.ts +4 -798
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +3 -10
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +169 -189
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +45 -45
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +56 -72
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +1393 -2868
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/index.d.ts +118 -5
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/schema.d.ts +63 -0
- package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts +13 -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/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/telegram/index.d.ts +33 -33
- package/dist/api-contracts/src/viber/index.d.ts +33 -33
- package/dist/api-contracts/src/webchat/index.d.ts +33 -33
- package/dist/api-contracts/src/whatsapp/index.d.ts +33 -33
- package/dist/api-contracts/src/workflow-rule/index.d.ts +12 -12
- package/dist/index.js +45 -44
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +45 -44
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1781,7 +1781,7 @@ export declare const telegramContract: {
|
|
|
1781
1781
|
id: z.ZodOptional<z.ZodString>;
|
|
1782
1782
|
message: z.ZodOptional<z.ZodString>;
|
|
1783
1783
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
1784
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"
|
|
1784
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
1785
1785
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
|
1786
1786
|
metadata: z.ZodOptional<z.ZodAny>;
|
|
1787
1787
|
platformId: z.ZodOptional<z.ZodString>;
|
|
@@ -1837,7 +1837,7 @@ export declare const telegramContract: {
|
|
|
1837
1837
|
editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
|
1838
1838
|
label: z.ZodOptional<z.ZodString>;
|
|
1839
1839
|
}, "strip", z.ZodTypeAny, {
|
|
1840
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
1840
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
1841
1841
|
direction: "incoming" | "outgoing" | "system";
|
|
1842
1842
|
id?: string | undefined;
|
|
1843
1843
|
message?: string | undefined;
|
|
@@ -1872,7 +1872,7 @@ export declare const telegramContract: {
|
|
|
1872
1872
|
editedAt?: string | Date | null | undefined;
|
|
1873
1873
|
label?: string | undefined;
|
|
1874
1874
|
}, {
|
|
1875
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
1875
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
1876
1876
|
direction: "incoming" | "outgoing" | "system";
|
|
1877
1877
|
id?: string | undefined;
|
|
1878
1878
|
message?: string | undefined;
|
|
@@ -1909,7 +1909,7 @@ export declare const telegramContract: {
|
|
|
1909
1909
|
}>;
|
|
1910
1910
|
}, "strip", z.ZodTypeAny, {
|
|
1911
1911
|
message: {
|
|
1912
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
1912
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
1913
1913
|
direction: "incoming" | "outgoing" | "system";
|
|
1914
1914
|
id?: string | undefined;
|
|
1915
1915
|
message?: string | undefined;
|
|
@@ -2040,7 +2040,7 @@ export declare const telegramContract: {
|
|
|
2040
2040
|
isBot: boolean | null;
|
|
2041
2041
|
}, {
|
|
2042
2042
|
message: {
|
|
2043
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
2043
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
2044
2044
|
direction: "incoming" | "outgoing" | "system";
|
|
2045
2045
|
id?: string | undefined;
|
|
2046
2046
|
message?: string | undefined;
|
|
@@ -2175,7 +2175,7 @@ export declare const telegramContract: {
|
|
|
2175
2175
|
200: z.ZodObject<{
|
|
2176
2176
|
requestId: z.ZodString;
|
|
2177
2177
|
data: z.ZodObject<{
|
|
2178
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"
|
|
2178
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
2179
2179
|
message: z.ZodString;
|
|
2180
2180
|
id: z.ZodString;
|
|
2181
2181
|
url: z.ZodString;
|
|
@@ -6111,7 +6111,7 @@ export declare const telegramContract: {
|
|
|
6111
6111
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
6112
6112
|
message: z.ZodString;
|
|
6113
6113
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
6114
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"
|
|
6114
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
6115
6115
|
readAt: z.ZodDate;
|
|
6116
6116
|
metadata: z.ZodAny;
|
|
6117
6117
|
platformId: z.ZodString;
|
|
@@ -6769,7 +6769,7 @@ export declare const telegramContract: {
|
|
|
6769
6769
|
};
|
|
6770
6770
|
}>;
|
|
6771
6771
|
}, "strip", z.ZodTypeAny, {
|
|
6772
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
6772
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
6773
6773
|
message: string;
|
|
6774
6774
|
id: string;
|
|
6775
6775
|
url: string;
|
|
@@ -6931,7 +6931,7 @@ export declare const telegramContract: {
|
|
|
6931
6931
|
metadata?: any;
|
|
6932
6932
|
template?: any;
|
|
6933
6933
|
}, {
|
|
6934
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
6934
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
6935
6935
|
message: string;
|
|
6936
6936
|
id: string;
|
|
6937
6937
|
url: string;
|
|
@@ -7305,7 +7305,7 @@ export declare const telegramContract: {
|
|
|
7305
7305
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
7306
7306
|
message: z.ZodString;
|
|
7307
7307
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
7308
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"
|
|
7308
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
7309
7309
|
readAt: z.ZodDate;
|
|
7310
7310
|
metadata: z.ZodAny;
|
|
7311
7311
|
platformId: z.ZodString;
|
|
@@ -10801,7 +10801,7 @@ export declare const telegramContract: {
|
|
|
10801
10801
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
10802
10802
|
message: z.ZodString;
|
|
10803
10803
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
10804
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"
|
|
10804
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
10805
10805
|
readAt: z.ZodDate;
|
|
10806
10806
|
metadata: z.ZodAny;
|
|
10807
10807
|
platformId: z.ZodString;
|
|
@@ -11459,7 +11459,7 @@ export declare const telegramContract: {
|
|
|
11459
11459
|
};
|
|
11460
11460
|
}>;
|
|
11461
11461
|
}, "strip", z.ZodTypeAny, {
|
|
11462
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
11462
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
11463
11463
|
message: string;
|
|
11464
11464
|
id: string;
|
|
11465
11465
|
url: string;
|
|
@@ -11621,7 +11621,7 @@ export declare const telegramContract: {
|
|
|
11621
11621
|
metadata?: any;
|
|
11622
11622
|
template?: any;
|
|
11623
11623
|
}, {
|
|
11624
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
11624
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
11625
11625
|
message: string;
|
|
11626
11626
|
id: string;
|
|
11627
11627
|
url: string;
|
|
@@ -12423,7 +12423,7 @@ export declare const telegramContract: {
|
|
|
12423
12423
|
editedMessageid: z.ZodString;
|
|
12424
12424
|
label: z.ZodOptional<z.ZodString>;
|
|
12425
12425
|
}, "strip", z.ZodTypeAny, {
|
|
12426
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
12426
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
12427
12427
|
message: string;
|
|
12428
12428
|
id: string;
|
|
12429
12429
|
url: string;
|
|
@@ -12978,7 +12978,7 @@ export declare const telegramContract: {
|
|
|
12978
12978
|
previewUrl: string;
|
|
12979
12979
|
imageSetId: string;
|
|
12980
12980
|
repliedMessage: {
|
|
12981
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
12981
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
12982
12982
|
message: string;
|
|
12983
12983
|
id: string;
|
|
12984
12984
|
url: string;
|
|
@@ -13189,7 +13189,7 @@ export declare const telegramContract: {
|
|
|
13189
13189
|
template?: any;
|
|
13190
13190
|
label?: string | undefined;
|
|
13191
13191
|
}, {
|
|
13192
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
13192
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
13193
13193
|
message: string;
|
|
13194
13194
|
id: string;
|
|
13195
13195
|
url: string;
|
|
@@ -13744,7 +13744,7 @@ export declare const telegramContract: {
|
|
|
13744
13744
|
previewUrl: string;
|
|
13745
13745
|
imageSetId: string;
|
|
13746
13746
|
repliedMessage: {
|
|
13747
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
13747
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
13748
13748
|
message: string;
|
|
13749
13749
|
id: string;
|
|
13750
13750
|
url: string;
|
|
@@ -13956,7 +13956,7 @@ export declare const telegramContract: {
|
|
|
13956
13956
|
label?: string | undefined;
|
|
13957
13957
|
}>>>;
|
|
13958
13958
|
}, "strip", z.ZodTypeAny, {
|
|
13959
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
13959
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
13960
13960
|
message: string;
|
|
13961
13961
|
id: string;
|
|
13962
13962
|
url: string;
|
|
@@ -14511,7 +14511,7 @@ export declare const telegramContract: {
|
|
|
14511
14511
|
previewUrl: string;
|
|
14512
14512
|
imageSetId: string;
|
|
14513
14513
|
repliedMessage: {
|
|
14514
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
14514
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
14515
14515
|
message: string;
|
|
14516
14516
|
id: string;
|
|
14517
14517
|
url: string;
|
|
@@ -14722,7 +14722,7 @@ export declare const telegramContract: {
|
|
|
14722
14722
|
template?: any;
|
|
14723
14723
|
metadata?: any;
|
|
14724
14724
|
fromMessage?: {
|
|
14725
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
14725
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
14726
14726
|
message: string;
|
|
14727
14727
|
id: string;
|
|
14728
14728
|
url: string;
|
|
@@ -15277,7 +15277,7 @@ export declare const telegramContract: {
|
|
|
15277
15277
|
previewUrl: string;
|
|
15278
15278
|
imageSetId: string;
|
|
15279
15279
|
repliedMessage: {
|
|
15280
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
15280
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
15281
15281
|
message: string;
|
|
15282
15282
|
id: string;
|
|
15283
15283
|
url: string;
|
|
@@ -15489,7 +15489,7 @@ export declare const telegramContract: {
|
|
|
15489
15489
|
label?: string | undefined;
|
|
15490
15490
|
} | null | undefined;
|
|
15491
15491
|
}, {
|
|
15492
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
15492
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
15493
15493
|
message: string;
|
|
15494
15494
|
id: string;
|
|
15495
15495
|
url: string;
|
|
@@ -16044,7 +16044,7 @@ export declare const telegramContract: {
|
|
|
16044
16044
|
previewUrl: string;
|
|
16045
16045
|
imageSetId: string;
|
|
16046
16046
|
repliedMessage: {
|
|
16047
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
16047
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
16048
16048
|
message: string;
|
|
16049
16049
|
id: string;
|
|
16050
16050
|
url: string;
|
|
@@ -16255,7 +16255,7 @@ export declare const telegramContract: {
|
|
|
16255
16255
|
template?: any;
|
|
16256
16256
|
metadata?: any;
|
|
16257
16257
|
fromMessage?: {
|
|
16258
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
16258
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
16259
16259
|
message: string;
|
|
16260
16260
|
id: string;
|
|
16261
16261
|
url: string;
|
|
@@ -16810,7 +16810,7 @@ export declare const telegramContract: {
|
|
|
16810
16810
|
previewUrl: string;
|
|
16811
16811
|
imageSetId: string;
|
|
16812
16812
|
repliedMessage: {
|
|
16813
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
16813
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
16814
16814
|
message: string;
|
|
16815
16815
|
id: string;
|
|
16816
16816
|
url: string;
|
|
@@ -17024,7 +17024,7 @@ export declare const telegramContract: {
|
|
|
17024
17024
|
}>;
|
|
17025
17025
|
}, "strip", z.ZodTypeAny, {
|
|
17026
17026
|
data: {
|
|
17027
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
17027
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
17028
17028
|
message: string;
|
|
17029
17029
|
id: string;
|
|
17030
17030
|
url: string;
|
|
@@ -17579,7 +17579,7 @@ export declare const telegramContract: {
|
|
|
17579
17579
|
previewUrl: string;
|
|
17580
17580
|
imageSetId: string;
|
|
17581
17581
|
repliedMessage: {
|
|
17582
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
17582
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
17583
17583
|
message: string;
|
|
17584
17584
|
id: string;
|
|
17585
17585
|
url: string;
|
|
@@ -17790,7 +17790,7 @@ export declare const telegramContract: {
|
|
|
17790
17790
|
template?: any;
|
|
17791
17791
|
metadata?: any;
|
|
17792
17792
|
fromMessage?: {
|
|
17793
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
17793
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
17794
17794
|
message: string;
|
|
17795
17795
|
id: string;
|
|
17796
17796
|
url: string;
|
|
@@ -18345,7 +18345,7 @@ export declare const telegramContract: {
|
|
|
18345
18345
|
previewUrl: string;
|
|
18346
18346
|
imageSetId: string;
|
|
18347
18347
|
repliedMessage: {
|
|
18348
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
18348
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
18349
18349
|
message: string;
|
|
18350
18350
|
id: string;
|
|
18351
18351
|
url: string;
|
|
@@ -18560,7 +18560,7 @@ export declare const telegramContract: {
|
|
|
18560
18560
|
requestId: string;
|
|
18561
18561
|
}, {
|
|
18562
18562
|
data: {
|
|
18563
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
18563
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
18564
18564
|
message: string;
|
|
18565
18565
|
id: string;
|
|
18566
18566
|
url: string;
|
|
@@ -19115,7 +19115,7 @@ export declare const telegramContract: {
|
|
|
19115
19115
|
previewUrl: string;
|
|
19116
19116
|
imageSetId: string;
|
|
19117
19117
|
repliedMessage: {
|
|
19118
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
19118
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
19119
19119
|
message: string;
|
|
19120
19120
|
id: string;
|
|
19121
19121
|
url: string;
|
|
@@ -19326,7 +19326,7 @@ export declare const telegramContract: {
|
|
|
19326
19326
|
template?: any;
|
|
19327
19327
|
metadata?: any;
|
|
19328
19328
|
fromMessage?: {
|
|
19329
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
19329
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
19330
19330
|
message: string;
|
|
19331
19331
|
id: string;
|
|
19332
19332
|
url: string;
|
|
@@ -19881,7 +19881,7 @@ export declare const telegramContract: {
|
|
|
19881
19881
|
previewUrl: string;
|
|
19882
19882
|
imageSetId: string;
|
|
19883
19883
|
repliedMessage: {
|
|
19884
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
19884
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
19885
19885
|
message: string;
|
|
19886
19886
|
id: string;
|
|
19887
19887
|
url: string;
|