@kl1/contracts 1.0.87 → 1.0.88
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/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -1
- package/dist/index.mjs.map +1 -1
- package/dist/src/app/index.d.ts +17 -0
- package/dist/src/app/index.d.ts.map +1 -0
- package/dist/src/chat/index.d.ts +32 -32
- package/dist/src/chat/schema.d.ts +30 -18
- package/dist/src/chat/schema.d.ts.map +1 -1
- package/dist/src/chat/validation.d.ts +35 -25
- package/dist/src/chat/validation.d.ts.map +1 -1
- package/dist/src/chatwoot/index.d.ts +7527 -0
- package/dist/src/chatwoot/index.d.ts.map +1 -0
- package/dist/src/chatwoot/schema.d.ts +79 -0
- package/dist/src/chatwoot/schema.d.ts.map +1 -0
- package/dist/src/chatwoot/validation.d.ts +53 -0
- package/dist/src/chatwoot/validation.d.ts.map +1 -0
- package/dist/src/contract.d.ts +140 -100
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/instagram/index.d.ts +27 -17
- package/dist/src/instagram/index.d.ts.map +1 -1
- package/dist/src/line/index.d.ts +32 -22
- package/dist/src/line/index.d.ts.map +1 -1
- package/dist/src/line/validation.d.ts +5 -5
- package/dist/src/mail/mail-server.d.ts +216 -0
- package/dist/src/mail/mail-server.d.ts.map +1 -0
- package/dist/src/messenger/index.d.ts +27 -17
- package/dist/src/messenger/index.d.ts.map +1 -1
- package/dist/src/platform-contact/schema.d.ts +30 -0
- package/dist/src/platform-contact/schema.d.ts.map +1 -0
- package/dist/src/viber/index.d.ts +27 -17
- package/dist/src/viber/index.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/src/contract.d.ts
CHANGED
@@ -81997,7 +81997,7 @@ export declare const platformContract: {
|
|
81997
81997
|
message: import("zod").ZodObject<{
|
81998
81998
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
81999
81999
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
82000
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started"]>;
|
82000
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
82001
82001
|
readAt: import("zod").ZodOptional<import("zod").ZodDate>;
|
82002
82002
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
82003
82003
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -82041,7 +82041,7 @@ export declare const platformContract: {
|
|
82041
82041
|
phone: string | null;
|
82042
82042
|
}>;
|
82043
82043
|
}, "strip", import("zod").ZodTypeAny, {
|
82044
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
82044
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
82045
82045
|
direction: "incoming" | "outgoing" | "system";
|
82046
82046
|
sender: {
|
82047
82047
|
address: string | null;
|
@@ -82067,7 +82067,7 @@ export declare const platformContract: {
|
|
82067
82067
|
fileSize: number;
|
82068
82068
|
} | undefined;
|
82069
82069
|
}, {
|
82070
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
82070
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
82071
82071
|
direction: "incoming" | "outgoing" | "system";
|
82072
82072
|
sender: {
|
82073
82073
|
address: string | null;
|
@@ -82095,7 +82095,7 @@ export declare const platformContract: {
|
|
82095
82095
|
}>;
|
82096
82096
|
}, "strip", import("zod").ZodTypeAny, {
|
82097
82097
|
message: {
|
82098
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
82098
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
82099
82099
|
direction: "incoming" | "outgoing" | "system";
|
82100
82100
|
sender: {
|
82101
82101
|
address: string | null;
|
@@ -82181,7 +82181,7 @@ export declare const platformContract: {
|
|
82181
82181
|
stickerId: number;
|
82182
82182
|
}, {
|
82183
82183
|
message: {
|
82184
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
82184
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
82185
82185
|
direction: "incoming" | "outgoing" | "system";
|
82186
82186
|
sender: {
|
82187
82187
|
address: string | null;
|
@@ -82528,6 +82528,8 @@ export declare const platformContract: {
|
|
82528
82528
|
handleTime: import("zod").ZodOptional<import("zod").ZodNumber>;
|
82529
82529
|
isLatest: import("zod").ZodBoolean;
|
82530
82530
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
82531
|
+
createdAt: import("zod").ZodString;
|
82532
|
+
updatedAt: import("zod").ZodString;
|
82531
82533
|
platformContact: import("zod").ZodObject<{
|
82532
82534
|
channelId: import("zod").ZodString;
|
82533
82535
|
socialPlatformId: import("zod").ZodNullable<import("zod").ZodString>;
|
@@ -82744,6 +82746,8 @@ export declare const platformContract: {
|
|
82744
82746
|
} | undefined;
|
82745
82747
|
};
|
82746
82748
|
direction: "incoming" | "outgoing" | "system";
|
82749
|
+
createdAt: string;
|
82750
|
+
updatedAt: string;
|
82747
82751
|
actor: {
|
82748
82752
|
address: string | null;
|
82749
82753
|
name: string;
|
@@ -82799,6 +82803,8 @@ export declare const platformContract: {
|
|
82799
82803
|
} | undefined;
|
82800
82804
|
};
|
82801
82805
|
direction: "incoming" | "outgoing" | "system";
|
82806
|
+
createdAt: string;
|
82807
|
+
updatedAt: string;
|
82802
82808
|
actor: {
|
82803
82809
|
address: string | null;
|
82804
82810
|
name: string;
|
@@ -82831,7 +82837,7 @@ export declare const platformContract: {
|
|
82831
82837
|
message: import("zod").ZodObject<{
|
82832
82838
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
82833
82839
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
82834
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started"]>;
|
82840
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
82835
82841
|
readAt: import("zod").ZodOptional<import("zod").ZodDate>;
|
82836
82842
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
82837
82843
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -82878,7 +82884,7 @@ export declare const platformContract: {
|
|
82878
82884
|
phone: string | null;
|
82879
82885
|
}>;
|
82880
82886
|
}, "strip", import("zod").ZodTypeAny, {
|
82881
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
82887
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
82882
82888
|
direction: "incoming" | "outgoing" | "system";
|
82883
82889
|
sender: {
|
82884
82890
|
id: string;
|
@@ -82905,7 +82911,7 @@ export declare const platformContract: {
|
|
82905
82911
|
fileSize: number;
|
82906
82912
|
} | undefined;
|
82907
82913
|
}, {
|
82908
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
82914
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
82909
82915
|
direction: "incoming" | "outgoing" | "system";
|
82910
82916
|
sender: {
|
82911
82917
|
id: string;
|
@@ -82934,7 +82940,7 @@ export declare const platformContract: {
|
|
82934
82940
|
}>;
|
82935
82941
|
}, "strip", import("zod").ZodTypeAny, {
|
82936
82942
|
message: {
|
82937
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
82943
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
82938
82944
|
direction: "incoming" | "outgoing" | "system";
|
82939
82945
|
sender: {
|
82940
82946
|
id: string;
|
@@ -82988,6 +82994,8 @@ export declare const platformContract: {
|
|
82988
82994
|
} | undefined;
|
82989
82995
|
};
|
82990
82996
|
direction: "incoming" | "outgoing" | "system";
|
82997
|
+
createdAt: string;
|
82998
|
+
updatedAt: string;
|
82991
82999
|
actor: {
|
82992
83000
|
address: string | null;
|
82993
83001
|
name: string;
|
@@ -83019,7 +83027,7 @@ export declare const platformContract: {
|
|
83019
83027
|
};
|
83020
83028
|
}, {
|
83021
83029
|
message: {
|
83022
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
83030
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
83023
83031
|
direction: "incoming" | "outgoing" | "system";
|
83024
83032
|
sender: {
|
83025
83033
|
id: string;
|
@@ -83073,6 +83081,8 @@ export declare const platformContract: {
|
|
83073
83081
|
} | undefined;
|
83074
83082
|
};
|
83075
83083
|
direction: "incoming" | "outgoing" | "system";
|
83084
|
+
createdAt: string;
|
83085
|
+
updatedAt: string;
|
83076
83086
|
actor: {
|
83077
83087
|
address: string | null;
|
83078
83088
|
name: string;
|
@@ -83114,7 +83124,7 @@ export declare const platformContract: {
|
|
83114
83124
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
83115
83125
|
message: import("zod").ZodString;
|
83116
83126
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
83117
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started"]>;
|
83127
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
83118
83128
|
readAt: import("zod").ZodDate;
|
83119
83129
|
metadata: import("zod").ZodAny;
|
83120
83130
|
platformId: import("zod").ZodString;
|
@@ -85655,7 +85665,7 @@ export declare const platformContract: {
|
|
85655
85665
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
85656
85666
|
message: import("zod").ZodString;
|
85657
85667
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
85658
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started"]>;
|
85668
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
85659
85669
|
readAt: import("zod").ZodDate;
|
85660
85670
|
metadata: import("zod").ZodAny;
|
85661
85671
|
platformId: import("zod").ZodString;
|
@@ -86313,7 +86323,7 @@ export declare const platformContract: {
|
|
86313
86323
|
};
|
86314
86324
|
}>;
|
86315
86325
|
}, "strip", import("zod").ZodTypeAny, {
|
86316
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
86326
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
86317
86327
|
message: string;
|
86318
86328
|
id: string;
|
86319
86329
|
url: string;
|
@@ -86475,7 +86485,7 @@ export declare const platformContract: {
|
|
86475
86485
|
metadata?: any;
|
86476
86486
|
template?: any;
|
86477
86487
|
}, {
|
86478
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
86488
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
86479
86489
|
message: string;
|
86480
86490
|
id: string;
|
86481
86491
|
url: string;
|
@@ -87250,7 +87260,7 @@ export declare const platformContract: {
|
|
87250
87260
|
};
|
87251
87261
|
}>;
|
87252
87262
|
}, "strip", import("zod").ZodTypeAny, {
|
87253
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
87263
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
87254
87264
|
message: string;
|
87255
87265
|
id: string;
|
87256
87266
|
url: string;
|
@@ -87679,7 +87689,7 @@ export declare const platformContract: {
|
|
87679
87689
|
previewUrl: string;
|
87680
87690
|
imageSetId: string;
|
87681
87691
|
repliedMessage: {
|
87682
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
87692
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
87683
87693
|
message: string;
|
87684
87694
|
id: string;
|
87685
87695
|
url: string;
|
@@ -87888,7 +87898,7 @@ export declare const platformContract: {
|
|
87888
87898
|
metadata?: any;
|
87889
87899
|
template?: any;
|
87890
87900
|
}, {
|
87891
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
87901
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
87892
87902
|
message: string;
|
87893
87903
|
id: string;
|
87894
87904
|
url: string;
|
@@ -88317,7 +88327,7 @@ export declare const platformContract: {
|
|
88317
88327
|
previewUrl: string;
|
88318
88328
|
imageSetId: string;
|
88319
88329
|
repliedMessage: {
|
88320
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
88330
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
88321
88331
|
message: string;
|
88322
88332
|
id: string;
|
88323
88333
|
url: string;
|
@@ -88528,7 +88538,7 @@ export declare const platformContract: {
|
|
88528
88538
|
}>;
|
88529
88539
|
}, "strip", import("zod").ZodTypeAny, {
|
88530
88540
|
data: {
|
88531
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
88541
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
88532
88542
|
message: string;
|
88533
88543
|
id: string;
|
88534
88544
|
url: string;
|
@@ -88957,7 +88967,7 @@ export declare const platformContract: {
|
|
88957
88967
|
previewUrl: string;
|
88958
88968
|
imageSetId: string;
|
88959
88969
|
repliedMessage: {
|
88960
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
88970
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
88961
88971
|
message: string;
|
88962
88972
|
id: string;
|
88963
88973
|
url: string;
|
@@ -89169,7 +89179,7 @@ export declare const platformContract: {
|
|
89169
89179
|
requestId: string;
|
89170
89180
|
}, {
|
89171
89181
|
data: {
|
89172
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
89182
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
89173
89183
|
message: string;
|
89174
89184
|
id: string;
|
89175
89185
|
url: string;
|
@@ -89598,7 +89608,7 @@ export declare const platformContract: {
|
|
89598
89608
|
previewUrl: string;
|
89599
89609
|
imageSetId: string;
|
89600
89610
|
repliedMessage: {
|
89601
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
89611
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
89602
89612
|
message: string;
|
89603
89613
|
id: string;
|
89604
89614
|
url: string;
|
@@ -90467,6 +90477,8 @@ export declare const platformContract: {
|
|
90467
90477
|
handleTime: import("zod").ZodOptional<import("zod").ZodNumber>;
|
90468
90478
|
isLatest: import("zod").ZodBoolean;
|
90469
90479
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
90480
|
+
createdAt: import("zod").ZodString;
|
90481
|
+
updatedAt: import("zod").ZodString;
|
90470
90482
|
platformContact: import("zod").ZodObject<{
|
90471
90483
|
channelId: import("zod").ZodString;
|
90472
90484
|
socialPlatformId: import("zod").ZodNullable<import("zod").ZodString>;
|
@@ -90683,6 +90695,8 @@ export declare const platformContract: {
|
|
90683
90695
|
} | undefined;
|
90684
90696
|
};
|
90685
90697
|
direction: "incoming" | "outgoing" | "system";
|
90698
|
+
createdAt: string;
|
90699
|
+
updatedAt: string;
|
90686
90700
|
actor: {
|
90687
90701
|
address: string | null;
|
90688
90702
|
name: string;
|
@@ -90738,6 +90752,8 @@ export declare const platformContract: {
|
|
90738
90752
|
} | undefined;
|
90739
90753
|
};
|
90740
90754
|
direction: "incoming" | "outgoing" | "system";
|
90755
|
+
createdAt: string;
|
90756
|
+
updatedAt: string;
|
90741
90757
|
actor: {
|
90742
90758
|
address: string | null;
|
90743
90759
|
name: string;
|
@@ -90770,7 +90786,7 @@ export declare const platformContract: {
|
|
90770
90786
|
message: import("zod").ZodObject<{
|
90771
90787
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
90772
90788
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
90773
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started"]>;
|
90789
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
90774
90790
|
readAt: import("zod").ZodOptional<import("zod").ZodDate>;
|
90775
90791
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
90776
90792
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -90817,7 +90833,7 @@ export declare const platformContract: {
|
|
90817
90833
|
phone: string | null;
|
90818
90834
|
}>;
|
90819
90835
|
}, "strip", import("zod").ZodTypeAny, {
|
90820
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
90836
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
90821
90837
|
direction: "incoming" | "outgoing" | "system";
|
90822
90838
|
sender: {
|
90823
90839
|
id: string;
|
@@ -90844,7 +90860,7 @@ export declare const platformContract: {
|
|
90844
90860
|
fileSize: number;
|
90845
90861
|
} | undefined;
|
90846
90862
|
}, {
|
90847
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
90863
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
90848
90864
|
direction: "incoming" | "outgoing" | "system";
|
90849
90865
|
sender: {
|
90850
90866
|
id: string;
|
@@ -90873,7 +90889,7 @@ export declare const platformContract: {
|
|
90873
90889
|
}>;
|
90874
90890
|
}, "strip", import("zod").ZodTypeAny, {
|
90875
90891
|
message: {
|
90876
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
90892
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
90877
90893
|
direction: "incoming" | "outgoing" | "system";
|
90878
90894
|
sender: {
|
90879
90895
|
id: string;
|
@@ -90927,6 +90943,8 @@ export declare const platformContract: {
|
|
90927
90943
|
} | undefined;
|
90928
90944
|
};
|
90929
90945
|
direction: "incoming" | "outgoing" | "system";
|
90946
|
+
createdAt: string;
|
90947
|
+
updatedAt: string;
|
90930
90948
|
actor: {
|
90931
90949
|
address: string | null;
|
90932
90950
|
name: string;
|
@@ -90958,7 +90976,7 @@ export declare const platformContract: {
|
|
90958
90976
|
};
|
90959
90977
|
}, {
|
90960
90978
|
message: {
|
90961
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
90979
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
90962
90980
|
direction: "incoming" | "outgoing" | "system";
|
90963
90981
|
sender: {
|
90964
90982
|
id: string;
|
@@ -91012,6 +91030,8 @@ export declare const platformContract: {
|
|
91012
91030
|
} | undefined;
|
91013
91031
|
};
|
91014
91032
|
direction: "incoming" | "outgoing" | "system";
|
91033
|
+
createdAt: string;
|
91034
|
+
updatedAt: string;
|
91015
91035
|
actor: {
|
91016
91036
|
address: string | null;
|
91017
91037
|
name: string;
|
@@ -91053,7 +91073,7 @@ export declare const platformContract: {
|
|
91053
91073
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
91054
91074
|
message: import("zod").ZodString;
|
91055
91075
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
91056
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started"]>;
|
91076
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
91057
91077
|
readAt: import("zod").ZodDate;
|
91058
91078
|
metadata: import("zod").ZodAny;
|
91059
91079
|
platformId: import("zod").ZodString;
|
@@ -93594,7 +93614,7 @@ export declare const platformContract: {
|
|
93594
93614
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
93595
93615
|
message: import("zod").ZodString;
|
93596
93616
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
93597
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started"]>;
|
93617
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
93598
93618
|
readAt: import("zod").ZodDate;
|
93599
93619
|
metadata: import("zod").ZodAny;
|
93600
93620
|
platformId: import("zod").ZodString;
|
@@ -94252,7 +94272,7 @@ export declare const platformContract: {
|
|
94252
94272
|
};
|
94253
94273
|
}>;
|
94254
94274
|
}, "strip", import("zod").ZodTypeAny, {
|
94255
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
94275
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
94256
94276
|
message: string;
|
94257
94277
|
id: string;
|
94258
94278
|
url: string;
|
@@ -94414,7 +94434,7 @@ export declare const platformContract: {
|
|
94414
94434
|
metadata?: any;
|
94415
94435
|
template?: any;
|
94416
94436
|
}, {
|
94417
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
94437
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
94418
94438
|
message: string;
|
94419
94439
|
id: string;
|
94420
94440
|
url: string;
|
@@ -95189,7 +95209,7 @@ export declare const platformContract: {
|
|
95189
95209
|
};
|
95190
95210
|
}>;
|
95191
95211
|
}, "strip", import("zod").ZodTypeAny, {
|
95192
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
95212
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
95193
95213
|
message: string;
|
95194
95214
|
id: string;
|
95195
95215
|
url: string;
|
@@ -95618,7 +95638,7 @@ export declare const platformContract: {
|
|
95618
95638
|
previewUrl: string;
|
95619
95639
|
imageSetId: string;
|
95620
95640
|
repliedMessage: {
|
95621
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
95641
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
95622
95642
|
message: string;
|
95623
95643
|
id: string;
|
95624
95644
|
url: string;
|
@@ -95827,7 +95847,7 @@ export declare const platformContract: {
|
|
95827
95847
|
metadata?: any;
|
95828
95848
|
template?: any;
|
95829
95849
|
}, {
|
95830
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
95850
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
95831
95851
|
message: string;
|
95832
95852
|
id: string;
|
95833
95853
|
url: string;
|
@@ -96256,7 +96276,7 @@ export declare const platformContract: {
|
|
96256
96276
|
previewUrl: string;
|
96257
96277
|
imageSetId: string;
|
96258
96278
|
repliedMessage: {
|
96259
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
96279
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
96260
96280
|
message: string;
|
96261
96281
|
id: string;
|
96262
96282
|
url: string;
|
@@ -96467,7 +96487,7 @@ export declare const platformContract: {
|
|
96467
96487
|
}>;
|
96468
96488
|
}, "strip", import("zod").ZodTypeAny, {
|
96469
96489
|
data: {
|
96470
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
96490
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
96471
96491
|
message: string;
|
96472
96492
|
id: string;
|
96473
96493
|
url: string;
|
@@ -96896,7 +96916,7 @@ export declare const platformContract: {
|
|
96896
96916
|
previewUrl: string;
|
96897
96917
|
imageSetId: string;
|
96898
96918
|
repliedMessage: {
|
96899
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
96919
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
96900
96920
|
message: string;
|
96901
96921
|
id: string;
|
96902
96922
|
url: string;
|
@@ -97108,7 +97128,7 @@ export declare const platformContract: {
|
|
97108
97128
|
requestId: string;
|
97109
97129
|
}, {
|
97110
97130
|
data: {
|
97111
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
97131
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
97112
97132
|
message: string;
|
97113
97133
|
id: string;
|
97114
97134
|
url: string;
|
@@ -97537,7 +97557,7 @@ export declare const platformContract: {
|
|
97537
97557
|
previewUrl: string;
|
97538
97558
|
imageSetId: string;
|
97539
97559
|
repliedMessage: {
|
97540
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
97560
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
97541
97561
|
message: string;
|
97542
97562
|
id: string;
|
97543
97563
|
url: string;
|
@@ -99073,6 +99093,8 @@ export declare const platformContract: {
|
|
99073
99093
|
handleTime: import("zod").ZodOptional<import("zod").ZodNumber>;
|
99074
99094
|
isLatest: import("zod").ZodBoolean;
|
99075
99095
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
99096
|
+
createdAt: import("zod").ZodString;
|
99097
|
+
updatedAt: import("zod").ZodString;
|
99076
99098
|
platformContact: import("zod").ZodObject<{
|
99077
99099
|
channelId: import("zod").ZodString;
|
99078
99100
|
socialPlatformId: import("zod").ZodNullable<import("zod").ZodString>;
|
@@ -99289,6 +99311,8 @@ export declare const platformContract: {
|
|
99289
99311
|
} | undefined;
|
99290
99312
|
};
|
99291
99313
|
direction: "incoming" | "outgoing" | "system";
|
99314
|
+
createdAt: string;
|
99315
|
+
updatedAt: string;
|
99292
99316
|
actor: {
|
99293
99317
|
address: string | null;
|
99294
99318
|
name: string;
|
@@ -99344,6 +99368,8 @@ export declare const platformContract: {
|
|
99344
99368
|
} | undefined;
|
99345
99369
|
};
|
99346
99370
|
direction: "incoming" | "outgoing" | "system";
|
99371
|
+
createdAt: string;
|
99372
|
+
updatedAt: string;
|
99347
99373
|
actor: {
|
99348
99374
|
address: string | null;
|
99349
99375
|
name: string;
|
@@ -99376,7 +99402,7 @@ export declare const platformContract: {
|
|
99376
99402
|
message: import("zod").ZodObject<{
|
99377
99403
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
99378
99404
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
99379
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started"]>;
|
99405
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
99380
99406
|
readAt: import("zod").ZodOptional<import("zod").ZodDate>;
|
99381
99407
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
99382
99408
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -99423,7 +99449,7 @@ export declare const platformContract: {
|
|
99423
99449
|
phone: string | null;
|
99424
99450
|
}>;
|
99425
99451
|
}, "strip", import("zod").ZodTypeAny, {
|
99426
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
99452
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
99427
99453
|
direction: "incoming" | "outgoing" | "system";
|
99428
99454
|
sender: {
|
99429
99455
|
id: string;
|
@@ -99450,7 +99476,7 @@ export declare const platformContract: {
|
|
99450
99476
|
fileSize: number;
|
99451
99477
|
} | undefined;
|
99452
99478
|
}, {
|
99453
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
99479
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
99454
99480
|
direction: "incoming" | "outgoing" | "system";
|
99455
99481
|
sender: {
|
99456
99482
|
id: string;
|
@@ -99479,7 +99505,7 @@ export declare const platformContract: {
|
|
99479
99505
|
}>;
|
99480
99506
|
}, "strip", import("zod").ZodTypeAny, {
|
99481
99507
|
message: {
|
99482
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
99508
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
99483
99509
|
direction: "incoming" | "outgoing" | "system";
|
99484
99510
|
sender: {
|
99485
99511
|
id: string;
|
@@ -99533,6 +99559,8 @@ export declare const platformContract: {
|
|
99533
99559
|
} | undefined;
|
99534
99560
|
};
|
99535
99561
|
direction: "incoming" | "outgoing" | "system";
|
99562
|
+
createdAt: string;
|
99563
|
+
updatedAt: string;
|
99536
99564
|
actor: {
|
99537
99565
|
address: string | null;
|
99538
99566
|
name: string;
|
@@ -99564,7 +99592,7 @@ export declare const platformContract: {
|
|
99564
99592
|
};
|
99565
99593
|
}, {
|
99566
99594
|
message: {
|
99567
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
99595
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
99568
99596
|
direction: "incoming" | "outgoing" | "system";
|
99569
99597
|
sender: {
|
99570
99598
|
id: string;
|
@@ -99618,6 +99646,8 @@ export declare const platformContract: {
|
|
99618
99646
|
} | undefined;
|
99619
99647
|
};
|
99620
99648
|
direction: "incoming" | "outgoing" | "system";
|
99649
|
+
createdAt: string;
|
99650
|
+
updatedAt: string;
|
99621
99651
|
actor: {
|
99622
99652
|
address: string | null;
|
99623
99653
|
name: string;
|
@@ -99659,7 +99689,7 @@ export declare const platformContract: {
|
|
99659
99689
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
99660
99690
|
message: import("zod").ZodString;
|
99661
99691
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
99662
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started"]>;
|
99692
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
99663
99693
|
readAt: import("zod").ZodDate;
|
99664
99694
|
metadata: import("zod").ZodAny;
|
99665
99695
|
platformId: import("zod").ZodString;
|
@@ -102200,7 +102230,7 @@ export declare const platformContract: {
|
|
102200
102230
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
102201
102231
|
message: import("zod").ZodString;
|
102202
102232
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
102203
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started"]>;
|
102233
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
102204
102234
|
readAt: import("zod").ZodDate;
|
102205
102235
|
metadata: import("zod").ZodAny;
|
102206
102236
|
platformId: import("zod").ZodString;
|
@@ -102858,7 +102888,7 @@ export declare const platformContract: {
|
|
102858
102888
|
};
|
102859
102889
|
}>;
|
102860
102890
|
}, "strip", import("zod").ZodTypeAny, {
|
102861
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
102891
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
102862
102892
|
message: string;
|
102863
102893
|
id: string;
|
102864
102894
|
url: string;
|
@@ -103020,7 +103050,7 @@ export declare const platformContract: {
|
|
103020
103050
|
metadata?: any;
|
103021
103051
|
template?: any;
|
103022
103052
|
}, {
|
103023
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
103053
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
103024
103054
|
message: string;
|
103025
103055
|
id: string;
|
103026
103056
|
url: string;
|
@@ -103795,7 +103825,7 @@ export declare const platformContract: {
|
|
103795
103825
|
};
|
103796
103826
|
}>;
|
103797
103827
|
}, "strip", import("zod").ZodTypeAny, {
|
103798
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
103828
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
103799
103829
|
message: string;
|
103800
103830
|
id: string;
|
103801
103831
|
url: string;
|
@@ -104224,7 +104254,7 @@ export declare const platformContract: {
|
|
104224
104254
|
previewUrl: string;
|
104225
104255
|
imageSetId: string;
|
104226
104256
|
repliedMessage: {
|
104227
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
104257
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
104228
104258
|
message: string;
|
104229
104259
|
id: string;
|
104230
104260
|
url: string;
|
@@ -104433,7 +104463,7 @@ export declare const platformContract: {
|
|
104433
104463
|
metadata?: any;
|
104434
104464
|
template?: any;
|
104435
104465
|
}, {
|
104436
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
104466
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
104437
104467
|
message: string;
|
104438
104468
|
id: string;
|
104439
104469
|
url: string;
|
@@ -104862,7 +104892,7 @@ export declare const platformContract: {
|
|
104862
104892
|
previewUrl: string;
|
104863
104893
|
imageSetId: string;
|
104864
104894
|
repliedMessage: {
|
104865
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
104895
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
104866
104896
|
message: string;
|
104867
104897
|
id: string;
|
104868
104898
|
url: string;
|
@@ -105073,7 +105103,7 @@ export declare const platformContract: {
|
|
105073
105103
|
}>;
|
105074
105104
|
}, "strip", import("zod").ZodTypeAny, {
|
105075
105105
|
data: {
|
105076
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
105106
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
105077
105107
|
message: string;
|
105078
105108
|
id: string;
|
105079
105109
|
url: string;
|
@@ -105502,7 +105532,7 @@ export declare const platformContract: {
|
|
105502
105532
|
previewUrl: string;
|
105503
105533
|
imageSetId: string;
|
105504
105534
|
repliedMessage: {
|
105505
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
105535
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
105506
105536
|
message: string;
|
105507
105537
|
id: string;
|
105508
105538
|
url: string;
|
@@ -105714,7 +105744,7 @@ export declare const platformContract: {
|
|
105714
105744
|
requestId: string;
|
105715
105745
|
}, {
|
105716
105746
|
data: {
|
105717
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
105747
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
105718
105748
|
message: string;
|
105719
105749
|
id: string;
|
105720
105750
|
url: string;
|
@@ -106143,7 +106173,7 @@ export declare const platformContract: {
|
|
106143
106173
|
previewUrl: string;
|
106144
106174
|
imageSetId: string;
|
106145
106175
|
repliedMessage: {
|
106146
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
106176
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
106147
106177
|
message: string;
|
106148
106178
|
id: string;
|
106149
106179
|
url: string;
|
@@ -108778,6 +108808,8 @@ export declare const platformContract: {
|
|
108778
108808
|
handleTime: import("zod").ZodOptional<import("zod").ZodNumber>;
|
108779
108809
|
isLatest: import("zod").ZodBoolean;
|
108780
108810
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
108811
|
+
createdAt: import("zod").ZodString;
|
108812
|
+
updatedAt: import("zod").ZodString;
|
108781
108813
|
platformContact: import("zod").ZodObject<{
|
108782
108814
|
channelId: import("zod").ZodString;
|
108783
108815
|
socialPlatformId: import("zod").ZodNullable<import("zod").ZodString>;
|
@@ -108994,6 +109026,8 @@ export declare const platformContract: {
|
|
108994
109026
|
} | undefined;
|
108995
109027
|
};
|
108996
109028
|
direction: "incoming" | "outgoing" | "system";
|
109029
|
+
createdAt: string;
|
109030
|
+
updatedAt: string;
|
108997
109031
|
actor: {
|
108998
109032
|
address: string | null;
|
108999
109033
|
name: string;
|
@@ -109049,6 +109083,8 @@ export declare const platformContract: {
|
|
109049
109083
|
} | undefined;
|
109050
109084
|
};
|
109051
109085
|
direction: "incoming" | "outgoing" | "system";
|
109086
|
+
createdAt: string;
|
109087
|
+
updatedAt: string;
|
109052
109088
|
actor: {
|
109053
109089
|
address: string | null;
|
109054
109090
|
name: string;
|
@@ -109081,7 +109117,7 @@ export declare const platformContract: {
|
|
109081
109117
|
message: import("zod").ZodObject<{
|
109082
109118
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
109083
109119
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
109084
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started"]>;
|
109120
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
109085
109121
|
readAt: import("zod").ZodOptional<import("zod").ZodDate>;
|
109086
109122
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
109087
109123
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -109128,7 +109164,7 @@ export declare const platformContract: {
|
|
109128
109164
|
phone: string | null;
|
109129
109165
|
}>;
|
109130
109166
|
}, "strip", import("zod").ZodTypeAny, {
|
109131
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
109167
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
109132
109168
|
direction: "incoming" | "outgoing" | "system";
|
109133
109169
|
sender: {
|
109134
109170
|
id: string;
|
@@ -109155,7 +109191,7 @@ export declare const platformContract: {
|
|
109155
109191
|
fileSize: number;
|
109156
109192
|
} | undefined;
|
109157
109193
|
}, {
|
109158
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
109194
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
109159
109195
|
direction: "incoming" | "outgoing" | "system";
|
109160
109196
|
sender: {
|
109161
109197
|
id: string;
|
@@ -109184,7 +109220,7 @@ export declare const platformContract: {
|
|
109184
109220
|
}>;
|
109185
109221
|
}, "strip", import("zod").ZodTypeAny, {
|
109186
109222
|
message: {
|
109187
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
109223
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
109188
109224
|
direction: "incoming" | "outgoing" | "system";
|
109189
109225
|
sender: {
|
109190
109226
|
id: string;
|
@@ -109238,6 +109274,8 @@ export declare const platformContract: {
|
|
109238
109274
|
} | undefined;
|
109239
109275
|
};
|
109240
109276
|
direction: "incoming" | "outgoing" | "system";
|
109277
|
+
createdAt: string;
|
109278
|
+
updatedAt: string;
|
109241
109279
|
actor: {
|
109242
109280
|
address: string | null;
|
109243
109281
|
name: string;
|
@@ -109269,7 +109307,7 @@ export declare const platformContract: {
|
|
109269
109307
|
};
|
109270
109308
|
}, {
|
109271
109309
|
message: {
|
109272
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
109310
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
109273
109311
|
direction: "incoming" | "outgoing" | "system";
|
109274
109312
|
sender: {
|
109275
109313
|
id: string;
|
@@ -109323,6 +109361,8 @@ export declare const platformContract: {
|
|
109323
109361
|
} | undefined;
|
109324
109362
|
};
|
109325
109363
|
direction: "incoming" | "outgoing" | "system";
|
109364
|
+
createdAt: string;
|
109365
|
+
updatedAt: string;
|
109326
109366
|
actor: {
|
109327
109367
|
address: string | null;
|
109328
109368
|
name: string;
|
@@ -109364,7 +109404,7 @@ export declare const platformContract: {
|
|
109364
109404
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
109365
109405
|
message: import("zod").ZodString;
|
109366
109406
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
109367
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started"]>;
|
109407
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
109368
109408
|
readAt: import("zod").ZodDate;
|
109369
109409
|
metadata: import("zod").ZodAny;
|
109370
109410
|
platformId: import("zod").ZodString;
|
@@ -111905,7 +111945,7 @@ export declare const platformContract: {
|
|
111905
111945
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
111906
111946
|
message: import("zod").ZodString;
|
111907
111947
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
111908
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started"]>;
|
111948
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
111909
111949
|
readAt: import("zod").ZodDate;
|
111910
111950
|
metadata: import("zod").ZodAny;
|
111911
111951
|
platformId: import("zod").ZodString;
|
@@ -112563,7 +112603,7 @@ export declare const platformContract: {
|
|
112563
112603
|
};
|
112564
112604
|
}>;
|
112565
112605
|
}, "strip", import("zod").ZodTypeAny, {
|
112566
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
112606
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
112567
112607
|
message: string;
|
112568
112608
|
id: string;
|
112569
112609
|
url: string;
|
@@ -112725,7 +112765,7 @@ export declare const platformContract: {
|
|
112725
112765
|
metadata?: any;
|
112726
112766
|
template?: any;
|
112727
112767
|
}, {
|
112728
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
112768
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
112729
112769
|
message: string;
|
112730
112770
|
id: string;
|
112731
112771
|
url: string;
|
@@ -113500,7 +113540,7 @@ export declare const platformContract: {
|
|
113500
113540
|
};
|
113501
113541
|
}>;
|
113502
113542
|
}, "strip", import("zod").ZodTypeAny, {
|
113503
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
113543
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
113504
113544
|
message: string;
|
113505
113545
|
id: string;
|
113506
113546
|
url: string;
|
@@ -113929,7 +113969,7 @@ export declare const platformContract: {
|
|
113929
113969
|
previewUrl: string;
|
113930
113970
|
imageSetId: string;
|
113931
113971
|
repliedMessage: {
|
113932
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
113972
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
113933
113973
|
message: string;
|
113934
113974
|
id: string;
|
113935
113975
|
url: string;
|
@@ -114138,7 +114178,7 @@ export declare const platformContract: {
|
|
114138
114178
|
metadata?: any;
|
114139
114179
|
template?: any;
|
114140
114180
|
}, {
|
114141
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
114181
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
114142
114182
|
message: string;
|
114143
114183
|
id: string;
|
114144
114184
|
url: string;
|
@@ -114567,7 +114607,7 @@ export declare const platformContract: {
|
|
114567
114607
|
previewUrl: string;
|
114568
114608
|
imageSetId: string;
|
114569
114609
|
repliedMessage: {
|
114570
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
114610
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
114571
114611
|
message: string;
|
114572
114612
|
id: string;
|
114573
114613
|
url: string;
|
@@ -114778,7 +114818,7 @@ export declare const platformContract: {
|
|
114778
114818
|
}>;
|
114779
114819
|
}, "strip", import("zod").ZodTypeAny, {
|
114780
114820
|
data: {
|
114781
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
114821
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
114782
114822
|
message: string;
|
114783
114823
|
id: string;
|
114784
114824
|
url: string;
|
@@ -115207,7 +115247,7 @@ export declare const platformContract: {
|
|
115207
115247
|
previewUrl: string;
|
115208
115248
|
imageSetId: string;
|
115209
115249
|
repliedMessage: {
|
115210
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
115250
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
115211
115251
|
message: string;
|
115212
115252
|
id: string;
|
115213
115253
|
url: string;
|
@@ -115419,7 +115459,7 @@ export declare const platformContract: {
|
|
115419
115459
|
requestId: string;
|
115420
115460
|
}, {
|
115421
115461
|
data: {
|
115422
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
115462
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
115423
115463
|
message: string;
|
115424
115464
|
id: string;
|
115425
115465
|
url: string;
|
@@ -115848,7 +115888,7 @@ export declare const platformContract: {
|
|
115848
115888
|
previewUrl: string;
|
115849
115889
|
imageSetId: string;
|
115850
115890
|
repliedMessage: {
|
115851
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
115891
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
115852
115892
|
message: string;
|
115853
115893
|
id: string;
|
115854
115894
|
url: string;
|
@@ -124209,7 +124249,7 @@ export declare const chatContract: {
|
|
124209
124249
|
sendMessage: {
|
124210
124250
|
body: import("zod").ZodObject<{
|
124211
124251
|
roomId: import("zod").ZodString;
|
124212
|
-
messageType: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started"]>;
|
124252
|
+
messageType: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
124213
124253
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
124214
124254
|
messageAttachments: import("zod").ZodOptional<import("zod").ZodObject<{
|
124215
124255
|
bucketName: import("zod").ZodString;
|
@@ -124452,7 +124492,7 @@ export declare const chatContract: {
|
|
124452
124492
|
}>>;
|
124453
124493
|
file: import("zod").ZodOptional<import("zod").ZodType<File, import("zod").ZodTypeDef, File>>;
|
124454
124494
|
}, "strip", import("zod").ZodTypeAny, {
|
124455
|
-
messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
124495
|
+
messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
124456
124496
|
roomId: string;
|
124457
124497
|
message?: string | undefined;
|
124458
124498
|
messageAttachments?: {
|
@@ -124514,7 +124554,7 @@ export declare const chatContract: {
|
|
124514
124554
|
} | undefined;
|
124515
124555
|
file?: File | undefined;
|
124516
124556
|
}, {
|
124517
|
-
messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
124557
|
+
messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
124518
124558
|
roomId: string;
|
124519
124559
|
message?: string | undefined;
|
124520
124560
|
messageAttachments?: {
|
@@ -124588,7 +124628,7 @@ export declare const chatContract: {
|
|
124588
124628
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
124589
124629
|
message: import("zod").ZodString;
|
124590
124630
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
124591
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started"]>;
|
124631
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
124592
124632
|
readAt: import("zod").ZodDate;
|
124593
124633
|
metadata: import("zod").ZodAny;
|
124594
124634
|
platformId: import("zod").ZodString;
|
@@ -127129,7 +127169,7 @@ export declare const chatContract: {
|
|
127129
127169
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
127130
127170
|
message: import("zod").ZodString;
|
127131
127171
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
127132
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started"]>;
|
127172
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
127133
127173
|
readAt: import("zod").ZodDate;
|
127134
127174
|
metadata: import("zod").ZodAny;
|
127135
127175
|
platformId: import("zod").ZodString;
|
@@ -127787,7 +127827,7 @@ export declare const chatContract: {
|
|
127787
127827
|
};
|
127788
127828
|
}>;
|
127789
127829
|
}, "strip", import("zod").ZodTypeAny, {
|
127790
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
127830
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
127791
127831
|
message: string;
|
127792
127832
|
id: string;
|
127793
127833
|
url: string;
|
@@ -127949,7 +127989,7 @@ export declare const chatContract: {
|
|
127949
127989
|
metadata?: any;
|
127950
127990
|
template?: any;
|
127951
127991
|
}, {
|
127952
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
127992
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
127953
127993
|
message: string;
|
127954
127994
|
id: string;
|
127955
127995
|
url: string;
|
@@ -128724,7 +128764,7 @@ export declare const chatContract: {
|
|
128724
128764
|
};
|
128725
128765
|
}>;
|
128726
128766
|
}, "strip", import("zod").ZodTypeAny, {
|
128727
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
128767
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
128728
128768
|
message: string;
|
128729
128769
|
id: string;
|
128730
128770
|
url: string;
|
@@ -129153,7 +129193,7 @@ export declare const chatContract: {
|
|
129153
129193
|
previewUrl: string;
|
129154
129194
|
imageSetId: string;
|
129155
129195
|
repliedMessage: {
|
129156
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
129196
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
129157
129197
|
message: string;
|
129158
129198
|
id: string;
|
129159
129199
|
url: string;
|
@@ -129362,7 +129402,7 @@ export declare const chatContract: {
|
|
129362
129402
|
metadata?: any;
|
129363
129403
|
template?: any;
|
129364
129404
|
}, {
|
129365
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
129405
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
129366
129406
|
message: string;
|
129367
129407
|
id: string;
|
129368
129408
|
url: string;
|
@@ -129791,7 +129831,7 @@ export declare const chatContract: {
|
|
129791
129831
|
previewUrl: string;
|
129792
129832
|
imageSetId: string;
|
129793
129833
|
repliedMessage: {
|
129794
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
129834
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
129795
129835
|
message: string;
|
129796
129836
|
id: string;
|
129797
129837
|
url: string;
|
@@ -130002,7 +130042,7 @@ export declare const chatContract: {
|
|
130002
130042
|
}>;
|
130003
130043
|
}, "strip", import("zod").ZodTypeAny, {
|
130004
130044
|
data: {
|
130005
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
130045
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
130006
130046
|
message: string;
|
130007
130047
|
id: string;
|
130008
130048
|
url: string;
|
@@ -130431,7 +130471,7 @@ export declare const chatContract: {
|
|
130431
130471
|
previewUrl: string;
|
130432
130472
|
imageSetId: string;
|
130433
130473
|
repliedMessage: {
|
130434
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
130474
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
130435
130475
|
message: string;
|
130436
130476
|
id: string;
|
130437
130477
|
url: string;
|
@@ -130643,7 +130683,7 @@ export declare const chatContract: {
|
|
130643
130683
|
requestId: string;
|
130644
130684
|
}, {
|
130645
130685
|
data: {
|
130646
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
130686
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
130647
130687
|
message: string;
|
130648
130688
|
id: string;
|
130649
130689
|
url: string;
|
@@ -131072,7 +131112,7 @@ export declare const chatContract: {
|
|
131072
131112
|
previewUrl: string;
|
131073
131113
|
imageSetId: string;
|
131074
131114
|
repliedMessage: {
|
131075
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
131115
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
131076
131116
|
message: string;
|
131077
131117
|
id: string;
|
131078
131118
|
url: string;
|
@@ -131407,7 +131447,7 @@ export declare const chatContract: {
|
|
131407
131447
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
131408
131448
|
message: import("zod").ZodString;
|
131409
131449
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
131410
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started"]>;
|
131450
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
131411
131451
|
readAt: import("zod").ZodDate;
|
131412
131452
|
metadata: import("zod").ZodAny;
|
131413
131453
|
platformId: import("zod").ZodString;
|
@@ -133948,7 +133988,7 @@ export declare const chatContract: {
|
|
133948
133988
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
133949
133989
|
message: import("zod").ZodString;
|
133950
133990
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
133951
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started"]>;
|
133991
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
133952
133992
|
readAt: import("zod").ZodDate;
|
133953
133993
|
metadata: import("zod").ZodAny;
|
133954
133994
|
platformId: import("zod").ZodString;
|
@@ -134606,7 +134646,7 @@ export declare const chatContract: {
|
|
134606
134646
|
};
|
134607
134647
|
}>;
|
134608
134648
|
}, "strip", import("zod").ZodTypeAny, {
|
134609
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
134649
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
134610
134650
|
message: string;
|
134611
134651
|
id: string;
|
134612
134652
|
url: string;
|
@@ -134768,7 +134808,7 @@ export declare const chatContract: {
|
|
134768
134808
|
metadata?: any;
|
134769
134809
|
template?: any;
|
134770
134810
|
}, {
|
134771
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
134811
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
134772
134812
|
message: string;
|
134773
134813
|
id: string;
|
134774
134814
|
url: string;
|
@@ -135543,7 +135583,7 @@ export declare const chatContract: {
|
|
135543
135583
|
};
|
135544
135584
|
}>;
|
135545
135585
|
}, "strip", import("zod").ZodTypeAny, {
|
135546
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
135586
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
135547
135587
|
message: string;
|
135548
135588
|
id: string;
|
135549
135589
|
url: string;
|
@@ -135972,7 +136012,7 @@ export declare const chatContract: {
|
|
135972
136012
|
previewUrl: string;
|
135973
136013
|
imageSetId: string;
|
135974
136014
|
repliedMessage: {
|
135975
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
136015
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
135976
136016
|
message: string;
|
135977
136017
|
id: string;
|
135978
136018
|
url: string;
|
@@ -136181,7 +136221,7 @@ export declare const chatContract: {
|
|
136181
136221
|
metadata?: any;
|
136182
136222
|
template?: any;
|
136183
136223
|
}, {
|
136184
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
136224
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
136185
136225
|
message: string;
|
136186
136226
|
id: string;
|
136187
136227
|
url: string;
|
@@ -136610,7 +136650,7 @@ export declare const chatContract: {
|
|
136610
136650
|
previewUrl: string;
|
136611
136651
|
imageSetId: string;
|
136612
136652
|
repliedMessage: {
|
136613
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
136653
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
136614
136654
|
message: string;
|
136615
136655
|
id: string;
|
136616
136656
|
url: string;
|
@@ -136821,7 +136861,7 @@ export declare const chatContract: {
|
|
136821
136861
|
}>, "many">;
|
136822
136862
|
}, "strip", import("zod").ZodTypeAny, {
|
136823
136863
|
data: {
|
136824
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
136864
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
136825
136865
|
message: string;
|
136826
136866
|
id: string;
|
136827
136867
|
url: string;
|
@@ -137250,7 +137290,7 @@ export declare const chatContract: {
|
|
137250
137290
|
previewUrl: string;
|
137251
137291
|
imageSetId: string;
|
137252
137292
|
repliedMessage: {
|
137253
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
137293
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
137254
137294
|
message: string;
|
137255
137295
|
id: string;
|
137256
137296
|
url: string;
|
@@ -137465,7 +137505,7 @@ export declare const chatContract: {
|
|
137465
137505
|
requestId: string;
|
137466
137506
|
}, {
|
137467
137507
|
data: {
|
137468
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
137508
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
137469
137509
|
message: string;
|
137470
137510
|
id: string;
|
137471
137511
|
url: string;
|
@@ -137894,7 +137934,7 @@ export declare const chatContract: {
|
|
137894
137934
|
previewUrl: string;
|
137895
137935
|
imageSetId: string;
|
137896
137936
|
repliedMessage: {
|
137897
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
137937
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
137898
137938
|
message: string;
|
137899
137939
|
id: string;
|
137900
137940
|
url: string;
|