@kl1/contracts 1.2.60-uat → 1.2.62-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/channel/index.d.ts +2629 -2687
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +10 -0
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +189 -285
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +45 -70
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +72 -72
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +3632 -4224
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/index.d.ts +1 -290
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/schema.d.ts +0 -71
- package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +43 -59
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +3 -3
- package/dist/api-contracts/src/instagram/index.d.ts +33 -49
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/index.d.ts +40 -56
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/validation.d.ts +5 -5
- package/dist/api-contracts/src/messenger/index.d.ts +33 -49
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/index.d.ts +5 -5
- package/dist/api-contracts/src/telegram/index.d.ts +33 -49
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +33 -49
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/index.d.ts +33 -49
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/index.d.ts +39 -96
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/validation.d.ts +3 -3
- package/dist/api-contracts/src/workflow-rule/index.d.ts +12 -29
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/entities/src/enums/chat.d.ts +0 -12
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +39 -137
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +39 -137
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -515,7 +515,7 @@ export declare const lineContract: {
|
|
|
515
515
|
message: z.ZodObject<{
|
|
516
516
|
message: z.ZodOptional<z.ZodString>;
|
|
517
517
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
518
|
-
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", "
|
|
518
|
+
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", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
519
519
|
readAt: z.ZodOptional<z.ZodDate>;
|
|
520
520
|
metadata: z.ZodOptional<z.ZodAny>;
|
|
521
521
|
platformId: z.ZodOptional<z.ZodString>;
|
|
@@ -559,7 +559,7 @@ export declare const lineContract: {
|
|
|
559
559
|
phone: string | null;
|
|
560
560
|
}>;
|
|
561
561
|
}, "strip", z.ZodTypeAny, {
|
|
562
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
|
562
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
563
563
|
direction: "incoming" | "outgoing" | "system";
|
|
564
564
|
sender: {
|
|
565
565
|
name: string;
|
|
@@ -585,7 +585,7 @@ export declare const lineContract: {
|
|
|
585
585
|
fileSize: number;
|
|
586
586
|
} | undefined;
|
|
587
587
|
}, {
|
|
588
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
|
588
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
589
589
|
direction: "incoming" | "outgoing" | "system";
|
|
590
590
|
sender: {
|
|
591
591
|
name: string;
|
|
@@ -613,7 +613,7 @@ export declare const lineContract: {
|
|
|
613
613
|
}>;
|
|
614
614
|
}, "strip", z.ZodTypeAny, {
|
|
615
615
|
message: {
|
|
616
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
|
616
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
617
617
|
direction: "incoming" | "outgoing" | "system";
|
|
618
618
|
sender: {
|
|
619
619
|
name: string;
|
|
@@ -723,7 +723,7 @@ export declare const lineContract: {
|
|
|
723
723
|
stickerId: number;
|
|
724
724
|
}, {
|
|
725
725
|
message: {
|
|
726
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
|
726
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
727
727
|
direction: "incoming" | "outgoing" | "system";
|
|
728
728
|
sender: {
|
|
729
729
|
name: string;
|
|
@@ -1847,7 +1847,7 @@ export declare const lineContract: {
|
|
|
1847
1847
|
id: z.ZodOptional<z.ZodString>;
|
|
1848
1848
|
message: z.ZodOptional<z.ZodString>;
|
|
1849
1849
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
1850
|
-
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", "
|
|
1850
|
+
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", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
1851
1851
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
|
1852
1852
|
metadata: z.ZodOptional<z.ZodAny>;
|
|
1853
1853
|
platformId: z.ZodOptional<z.ZodString>;
|
|
@@ -1903,7 +1903,7 @@ export declare const lineContract: {
|
|
|
1903
1903
|
editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
|
1904
1904
|
label: z.ZodOptional<z.ZodString>;
|
|
1905
1905
|
}, "strip", z.ZodTypeAny, {
|
|
1906
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
|
1906
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
1907
1907
|
direction: "incoming" | "outgoing" | "system";
|
|
1908
1908
|
id?: string | undefined;
|
|
1909
1909
|
message?: string | undefined;
|
|
@@ -1938,7 +1938,7 @@ export declare const lineContract: {
|
|
|
1938
1938
|
editedAt?: string | Date | null | undefined;
|
|
1939
1939
|
label?: string | undefined;
|
|
1940
1940
|
}, {
|
|
1941
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
|
1941
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
1942
1942
|
direction: "incoming" | "outgoing" | "system";
|
|
1943
1943
|
id?: string | undefined;
|
|
1944
1944
|
message?: string | undefined;
|
|
@@ -1975,7 +1975,7 @@ export declare const lineContract: {
|
|
|
1975
1975
|
}>;
|
|
1976
1976
|
}, "strip", z.ZodTypeAny, {
|
|
1977
1977
|
message: {
|
|
1978
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
|
1978
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
1979
1979
|
direction: "incoming" | "outgoing" | "system";
|
|
1980
1980
|
id?: string | undefined;
|
|
1981
1981
|
message?: string | undefined;
|
|
@@ -2105,7 +2105,7 @@ export declare const lineContract: {
|
|
|
2105
2105
|
isBot: boolean | null;
|
|
2106
2106
|
}, {
|
|
2107
2107
|
message: {
|
|
2108
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
|
2108
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
2109
2109
|
direction: "incoming" | "outgoing" | "system";
|
|
2110
2110
|
id?: string | undefined;
|
|
2111
2111
|
message?: string | undefined;
|
|
@@ -2236,10 +2236,10 @@ export declare const lineContract: {
|
|
|
2236
2236
|
}>;
|
|
2237
2237
|
method: "POST";
|
|
2238
2238
|
responses: {
|
|
2239
|
-
200: z.
|
|
2239
|
+
200: z.ZodObject<{
|
|
2240
2240
|
requestId: z.ZodString;
|
|
2241
2241
|
data: z.ZodObject<{
|
|
2242
|
-
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", "
|
|
2242
|
+
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", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
2243
2243
|
message: z.ZodString;
|
|
2244
2244
|
id: z.ZodString;
|
|
2245
2245
|
url: z.ZodString;
|
|
@@ -3756,7 +3756,6 @@ export declare const lineContract: {
|
|
|
3756
3756
|
channelId: string;
|
|
3757
3757
|
socialPlatformId: string;
|
|
3758
3758
|
}>;
|
|
3759
|
-
csatStatus: z.ZodNullable<z.ZodString>;
|
|
3760
3759
|
actor: z.ZodObject<{
|
|
3761
3760
|
id: z.ZodString;
|
|
3762
3761
|
createdAt: z.ZodDate;
|
|
@@ -5599,7 +5598,6 @@ export declare const lineContract: {
|
|
|
5599
5598
|
closedAt: Date;
|
|
5600
5599
|
lastMessageAt: Date | null;
|
|
5601
5600
|
isBotRoom: boolean;
|
|
5602
|
-
csatStatus: string | null;
|
|
5603
5601
|
cxlog: {
|
|
5604
5602
|
id: string;
|
|
5605
5603
|
channel: string | null;
|
|
@@ -6027,7 +6025,6 @@ export declare const lineContract: {
|
|
|
6027
6025
|
closedAt: Date;
|
|
6028
6026
|
lastMessageAt: Date | null;
|
|
6029
6027
|
isBotRoom: boolean;
|
|
6030
|
-
csatStatus: string | null;
|
|
6031
6028
|
cxlog: {
|
|
6032
6029
|
id: string;
|
|
6033
6030
|
channel: string | null;
|
|
@@ -6168,7 +6165,7 @@ export declare const lineContract: {
|
|
|
6168
6165
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
6169
6166
|
message: z.ZodString;
|
|
6170
6167
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
6171
|
-
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", "
|
|
6168
|
+
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", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
6172
6169
|
readAt: z.ZodDate;
|
|
6173
6170
|
metadata: z.ZodAny;
|
|
6174
6171
|
platformId: z.ZodString;
|
|
@@ -6826,7 +6823,7 @@ export declare const lineContract: {
|
|
|
6826
6823
|
};
|
|
6827
6824
|
}>;
|
|
6828
6825
|
}, "strip", z.ZodTypeAny, {
|
|
6829
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
|
6826
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
6830
6827
|
message: string;
|
|
6831
6828
|
id: string;
|
|
6832
6829
|
url: string;
|
|
@@ -6988,7 +6985,7 @@ export declare const lineContract: {
|
|
|
6988
6985
|
metadata?: any;
|
|
6989
6986
|
template?: any;
|
|
6990
6987
|
}, {
|
|
6991
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
|
6988
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
6992
6989
|
message: string;
|
|
6993
6990
|
id: string;
|
|
6994
6991
|
url: string;
|
|
@@ -7362,7 +7359,7 @@ export declare const lineContract: {
|
|
|
7362
7359
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
7363
7360
|
message: z.ZodString;
|
|
7364
7361
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
7365
|
-
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", "
|
|
7362
|
+
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", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
7366
7363
|
readAt: z.ZodDate;
|
|
7367
7364
|
metadata: z.ZodAny;
|
|
7368
7365
|
platformId: z.ZodString;
|
|
@@ -8436,7 +8433,6 @@ export declare const lineContract: {
|
|
|
8436
8433
|
channelId: string;
|
|
8437
8434
|
socialPlatformId: string;
|
|
8438
8435
|
}>;
|
|
8439
|
-
csatStatus: z.ZodNullable<z.ZodString>;
|
|
8440
8436
|
actor: z.ZodObject<{
|
|
8441
8437
|
id: z.ZodString;
|
|
8442
8438
|
createdAt: z.ZodDate;
|
|
@@ -10279,7 +10275,6 @@ export declare const lineContract: {
|
|
|
10279
10275
|
closedAt: Date;
|
|
10280
10276
|
lastMessageAt: Date | null;
|
|
10281
10277
|
isBotRoom: boolean;
|
|
10282
|
-
csatStatus: string | null;
|
|
10283
10278
|
cxlog: {
|
|
10284
10279
|
id: string;
|
|
10285
10280
|
channel: string | null;
|
|
@@ -10707,7 +10702,6 @@ export declare const lineContract: {
|
|
|
10707
10702
|
closedAt: Date;
|
|
10708
10703
|
lastMessageAt: Date | null;
|
|
10709
10704
|
isBotRoom: boolean;
|
|
10710
|
-
csatStatus: string | null;
|
|
10711
10705
|
cxlog: {
|
|
10712
10706
|
id: string;
|
|
10713
10707
|
channel: string | null;
|
|
@@ -10851,7 +10845,7 @@ export declare const lineContract: {
|
|
|
10851
10845
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
10852
10846
|
message: z.ZodString;
|
|
10853
10847
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
10854
|
-
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", "
|
|
10848
|
+
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", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
10855
10849
|
readAt: z.ZodDate;
|
|
10856
10850
|
metadata: z.ZodAny;
|
|
10857
10851
|
platformId: z.ZodString;
|
|
@@ -11509,7 +11503,7 @@ export declare const lineContract: {
|
|
|
11509
11503
|
};
|
|
11510
11504
|
}>;
|
|
11511
11505
|
}, "strip", z.ZodTypeAny, {
|
|
11512
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
|
11506
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
11513
11507
|
message: string;
|
|
11514
11508
|
id: string;
|
|
11515
11509
|
url: string;
|
|
@@ -11671,7 +11665,7 @@ export declare const lineContract: {
|
|
|
11671
11665
|
metadata?: any;
|
|
11672
11666
|
template?: any;
|
|
11673
11667
|
}, {
|
|
11674
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
|
11668
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
11675
11669
|
message: string;
|
|
11676
11670
|
id: string;
|
|
11677
11671
|
url: string;
|
|
@@ -12473,7 +12467,7 @@ export declare const lineContract: {
|
|
|
12473
12467
|
editedMessageid: z.ZodString;
|
|
12474
12468
|
label: z.ZodOptional<z.ZodString>;
|
|
12475
12469
|
}, "strip", z.ZodTypeAny, {
|
|
12476
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
|
12470
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
12477
12471
|
message: string;
|
|
12478
12472
|
id: string;
|
|
12479
12473
|
url: string;
|
|
@@ -12908,7 +12902,6 @@ export declare const lineContract: {
|
|
|
12908
12902
|
closedAt: Date;
|
|
12909
12903
|
lastMessageAt: Date | null;
|
|
12910
12904
|
isBotRoom: boolean;
|
|
12911
|
-
csatStatus: string | null;
|
|
12912
12905
|
cxlog: {
|
|
12913
12906
|
id: string;
|
|
12914
12907
|
channel: string | null;
|
|
@@ -13027,7 +13020,7 @@ export declare const lineContract: {
|
|
|
13027
13020
|
previewUrl: string;
|
|
13028
13021
|
imageSetId: string;
|
|
13029
13022
|
repliedMessage: {
|
|
13030
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
|
13023
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
13031
13024
|
message: string;
|
|
13032
13025
|
id: string;
|
|
13033
13026
|
url: string;
|
|
@@ -13238,7 +13231,7 @@ export declare const lineContract: {
|
|
|
13238
13231
|
template?: any;
|
|
13239
13232
|
label?: string | undefined;
|
|
13240
13233
|
}, {
|
|
13241
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
|
13234
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
13242
13235
|
message: string;
|
|
13243
13236
|
id: string;
|
|
13244
13237
|
url: string;
|
|
@@ -13673,7 +13666,6 @@ export declare const lineContract: {
|
|
|
13673
13666
|
closedAt: Date;
|
|
13674
13667
|
lastMessageAt: Date | null;
|
|
13675
13668
|
isBotRoom: boolean;
|
|
13676
|
-
csatStatus: string | null;
|
|
13677
13669
|
cxlog: {
|
|
13678
13670
|
id: string;
|
|
13679
13671
|
channel: string | null;
|
|
@@ -13792,7 +13784,7 @@ export declare const lineContract: {
|
|
|
13792
13784
|
previewUrl: string;
|
|
13793
13785
|
imageSetId: string;
|
|
13794
13786
|
repliedMessage: {
|
|
13795
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
|
13787
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
13796
13788
|
message: string;
|
|
13797
13789
|
id: string;
|
|
13798
13790
|
url: string;
|
|
@@ -14004,7 +13996,7 @@ export declare const lineContract: {
|
|
|
14004
13996
|
label?: string | undefined;
|
|
14005
13997
|
}>>>;
|
|
14006
13998
|
}, "strip", z.ZodTypeAny, {
|
|
14007
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
|
13999
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
14008
14000
|
message: string;
|
|
14009
14001
|
id: string;
|
|
14010
14002
|
url: string;
|
|
@@ -14439,7 +14431,6 @@ export declare const lineContract: {
|
|
|
14439
14431
|
closedAt: Date;
|
|
14440
14432
|
lastMessageAt: Date | null;
|
|
14441
14433
|
isBotRoom: boolean;
|
|
14442
|
-
csatStatus: string | null;
|
|
14443
14434
|
cxlog: {
|
|
14444
14435
|
id: string;
|
|
14445
14436
|
channel: string | null;
|
|
@@ -14558,7 +14549,7 @@ export declare const lineContract: {
|
|
|
14558
14549
|
previewUrl: string;
|
|
14559
14550
|
imageSetId: string;
|
|
14560
14551
|
repliedMessage: {
|
|
14561
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
|
14552
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
14562
14553
|
message: string;
|
|
14563
14554
|
id: string;
|
|
14564
14555
|
url: string;
|
|
@@ -14769,7 +14760,7 @@ export declare const lineContract: {
|
|
|
14769
14760
|
template?: any;
|
|
14770
14761
|
metadata?: any;
|
|
14771
14762
|
fromMessage?: {
|
|
14772
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
|
14763
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
14773
14764
|
message: string;
|
|
14774
14765
|
id: string;
|
|
14775
14766
|
url: string;
|
|
@@ -15204,7 +15195,6 @@ export declare const lineContract: {
|
|
|
15204
15195
|
closedAt: Date;
|
|
15205
15196
|
lastMessageAt: Date | null;
|
|
15206
15197
|
isBotRoom: boolean;
|
|
15207
|
-
csatStatus: string | null;
|
|
15208
15198
|
cxlog: {
|
|
15209
15199
|
id: string;
|
|
15210
15200
|
channel: string | null;
|
|
@@ -15323,7 +15313,7 @@ export declare const lineContract: {
|
|
|
15323
15313
|
previewUrl: string;
|
|
15324
15314
|
imageSetId: string;
|
|
15325
15315
|
repliedMessage: {
|
|
15326
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
|
15316
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
15327
15317
|
message: string;
|
|
15328
15318
|
id: string;
|
|
15329
15319
|
url: string;
|
|
@@ -15535,7 +15525,7 @@ export declare const lineContract: {
|
|
|
15535
15525
|
label?: string | undefined;
|
|
15536
15526
|
} | null | undefined;
|
|
15537
15527
|
}, {
|
|
15538
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
|
15528
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
15539
15529
|
message: string;
|
|
15540
15530
|
id: string;
|
|
15541
15531
|
url: string;
|
|
@@ -15970,7 +15960,6 @@ export declare const lineContract: {
|
|
|
15970
15960
|
closedAt: Date;
|
|
15971
15961
|
lastMessageAt: Date | null;
|
|
15972
15962
|
isBotRoom: boolean;
|
|
15973
|
-
csatStatus: string | null;
|
|
15974
15963
|
cxlog: {
|
|
15975
15964
|
id: string;
|
|
15976
15965
|
channel: string | null;
|
|
@@ -16089,7 +16078,7 @@ export declare const lineContract: {
|
|
|
16089
16078
|
previewUrl: string;
|
|
16090
16079
|
imageSetId: string;
|
|
16091
16080
|
repliedMessage: {
|
|
16092
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
|
16081
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
16093
16082
|
message: string;
|
|
16094
16083
|
id: string;
|
|
16095
16084
|
url: string;
|
|
@@ -16300,7 +16289,7 @@ export declare const lineContract: {
|
|
|
16300
16289
|
template?: any;
|
|
16301
16290
|
metadata?: any;
|
|
16302
16291
|
fromMessage?: {
|
|
16303
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
|
16292
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
16304
16293
|
message: string;
|
|
16305
16294
|
id: string;
|
|
16306
16295
|
url: string;
|
|
@@ -16735,7 +16724,6 @@ export declare const lineContract: {
|
|
|
16735
16724
|
closedAt: Date;
|
|
16736
16725
|
lastMessageAt: Date | null;
|
|
16737
16726
|
isBotRoom: boolean;
|
|
16738
|
-
csatStatus: string | null;
|
|
16739
16727
|
cxlog: {
|
|
16740
16728
|
id: string;
|
|
16741
16729
|
channel: string | null;
|
|
@@ -16854,7 +16842,7 @@ export declare const lineContract: {
|
|
|
16854
16842
|
previewUrl: string;
|
|
16855
16843
|
imageSetId: string;
|
|
16856
16844
|
repliedMessage: {
|
|
16857
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
|
16845
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
16858
16846
|
message: string;
|
|
16859
16847
|
id: string;
|
|
16860
16848
|
url: string;
|
|
@@ -17068,7 +17056,7 @@ export declare const lineContract: {
|
|
|
17068
17056
|
}>;
|
|
17069
17057
|
}, "strip", z.ZodTypeAny, {
|
|
17070
17058
|
data: {
|
|
17071
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
|
17059
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
17072
17060
|
message: string;
|
|
17073
17061
|
id: string;
|
|
17074
17062
|
url: string;
|
|
@@ -17503,7 +17491,6 @@ export declare const lineContract: {
|
|
|
17503
17491
|
closedAt: Date;
|
|
17504
17492
|
lastMessageAt: Date | null;
|
|
17505
17493
|
isBotRoom: boolean;
|
|
17506
|
-
csatStatus: string | null;
|
|
17507
17494
|
cxlog: {
|
|
17508
17495
|
id: string;
|
|
17509
17496
|
channel: string | null;
|
|
@@ -17622,7 +17609,7 @@ export declare const lineContract: {
|
|
|
17622
17609
|
previewUrl: string;
|
|
17623
17610
|
imageSetId: string;
|
|
17624
17611
|
repliedMessage: {
|
|
17625
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
|
17612
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
17626
17613
|
message: string;
|
|
17627
17614
|
id: string;
|
|
17628
17615
|
url: string;
|
|
@@ -17833,7 +17820,7 @@ export declare const lineContract: {
|
|
|
17833
17820
|
template?: any;
|
|
17834
17821
|
metadata?: any;
|
|
17835
17822
|
fromMessage?: {
|
|
17836
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
|
17823
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
17837
17824
|
message: string;
|
|
17838
17825
|
id: string;
|
|
17839
17826
|
url: string;
|
|
@@ -18268,7 +18255,6 @@ export declare const lineContract: {
|
|
|
18268
18255
|
closedAt: Date;
|
|
18269
18256
|
lastMessageAt: Date | null;
|
|
18270
18257
|
isBotRoom: boolean;
|
|
18271
|
-
csatStatus: string | null;
|
|
18272
18258
|
cxlog: {
|
|
18273
18259
|
id: string;
|
|
18274
18260
|
channel: string | null;
|
|
@@ -18387,7 +18373,7 @@ export declare const lineContract: {
|
|
|
18387
18373
|
previewUrl: string;
|
|
18388
18374
|
imageSetId: string;
|
|
18389
18375
|
repliedMessage: {
|
|
18390
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
|
18376
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
18391
18377
|
message: string;
|
|
18392
18378
|
id: string;
|
|
18393
18379
|
url: string;
|
|
@@ -18602,7 +18588,7 @@ export declare const lineContract: {
|
|
|
18602
18588
|
requestId: string;
|
|
18603
18589
|
}, {
|
|
18604
18590
|
data: {
|
|
18605
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
|
18591
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
18606
18592
|
message: string;
|
|
18607
18593
|
id: string;
|
|
18608
18594
|
url: string;
|
|
@@ -19037,7 +19023,6 @@ export declare const lineContract: {
|
|
|
19037
19023
|
closedAt: Date;
|
|
19038
19024
|
lastMessageAt: Date | null;
|
|
19039
19025
|
isBotRoom: boolean;
|
|
19040
|
-
csatStatus: string | null;
|
|
19041
19026
|
cxlog: {
|
|
19042
19027
|
id: string;
|
|
19043
19028
|
channel: string | null;
|
|
@@ -19156,7 +19141,7 @@ export declare const lineContract: {
|
|
|
19156
19141
|
previewUrl: string;
|
|
19157
19142
|
imageSetId: string;
|
|
19158
19143
|
repliedMessage: {
|
|
19159
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
|
19144
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
19160
19145
|
message: string;
|
|
19161
19146
|
id: string;
|
|
19162
19147
|
url: string;
|
|
@@ -19367,7 +19352,7 @@ export declare const lineContract: {
|
|
|
19367
19352
|
template?: any;
|
|
19368
19353
|
metadata?: any;
|
|
19369
19354
|
fromMessage?: {
|
|
19370
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
|
19355
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
19371
19356
|
message: string;
|
|
19372
19357
|
id: string;
|
|
19373
19358
|
url: string;
|
|
@@ -19802,7 +19787,6 @@ export declare const lineContract: {
|
|
|
19802
19787
|
closedAt: Date;
|
|
19803
19788
|
lastMessageAt: Date | null;
|
|
19804
19789
|
isBotRoom: boolean;
|
|
19805
|
-
csatStatus: string | null;
|
|
19806
19790
|
cxlog: {
|
|
19807
19791
|
id: string;
|
|
19808
19792
|
channel: string | null;
|
|
@@ -19921,7 +19905,7 @@ export declare const lineContract: {
|
|
|
19921
19905
|
previewUrl: string;
|
|
19922
19906
|
imageSetId: string;
|
|
19923
19907
|
repliedMessage: {
|
|
19924
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
|
19908
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
19925
19909
|
message: string;
|
|
19926
19910
|
id: string;
|
|
19927
19911
|
url: string;
|
|
@@ -20134,7 +20118,7 @@ export declare const lineContract: {
|
|
|
20134
20118
|
} | null | undefined;
|
|
20135
20119
|
};
|
|
20136
20120
|
requestId: string;
|
|
20137
|
-
}
|
|
20121
|
+
}>;
|
|
20138
20122
|
500: z.ZodObject<{
|
|
20139
20123
|
message: z.ZodString;
|
|
20140
20124
|
error: z.ZodAny;
|