@kl1/contracts 1.2.65-uat → 1.2.66-uat
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-contracts/src/automation-queue/index.d.ts +3 -0
- package/dist/api-contracts/src/automation-queue/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/index.d.ts +4 -798
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +3 -10
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +169 -189
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +45 -45
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +56 -72
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +1393 -2868
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/index.d.ts +118 -5
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/schema.d.ts +63 -0
- package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts +13 -0
- package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +43 -43
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +3 -3
- package/dist/api-contracts/src/instagram/index.d.ts +33 -33
- package/dist/api-contracts/src/line/index.d.ts +38 -38
- package/dist/api-contracts/src/line/validation.d.ts +5 -5
- package/dist/api-contracts/src/messenger/index.d.ts +33 -33
- package/dist/api-contracts/src/sms/index.d.ts +5 -5
- package/dist/api-contracts/src/telegram/index.d.ts +33 -33
- package/dist/api-contracts/src/viber/index.d.ts +33 -33
- package/dist/api-contracts/src/webchat/index.d.ts +33 -33
- package/dist/api-contracts/src/whatsapp/index.d.ts +33 -33
- package/dist/api-contracts/src/workflow-rule/index.d.ts +12 -12
- package/dist/index.js +45 -44
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +45 -44
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -522,7 +522,7 @@ export declare const lineContract: {
|
|
|
522
522
|
message: z.ZodObject<{
|
|
523
523
|
message: z.ZodOptional<z.ZodString>;
|
|
524
524
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
525
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"
|
|
525
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
526
526
|
readAt: z.ZodOptional<z.ZodDate>;
|
|
527
527
|
metadata: z.ZodOptional<z.ZodAny>;
|
|
528
528
|
platformId: z.ZodOptional<z.ZodString>;
|
|
@@ -566,7 +566,7 @@ export declare const lineContract: {
|
|
|
566
566
|
phone: string | null;
|
|
567
567
|
}>;
|
|
568
568
|
}, "strip", z.ZodTypeAny, {
|
|
569
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
569
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
570
570
|
direction: "incoming" | "outgoing" | "system";
|
|
571
571
|
sender: {
|
|
572
572
|
name: string;
|
|
@@ -592,7 +592,7 @@ export declare const lineContract: {
|
|
|
592
592
|
fileSize: number;
|
|
593
593
|
} | undefined;
|
|
594
594
|
}, {
|
|
595
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
595
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
596
596
|
direction: "incoming" | "outgoing" | "system";
|
|
597
597
|
sender: {
|
|
598
598
|
name: string;
|
|
@@ -620,7 +620,7 @@ export declare const lineContract: {
|
|
|
620
620
|
}>;
|
|
621
621
|
}, "strip", z.ZodTypeAny, {
|
|
622
622
|
message: {
|
|
623
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
623
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
624
624
|
direction: "incoming" | "outgoing" | "system";
|
|
625
625
|
sender: {
|
|
626
626
|
name: string;
|
|
@@ -731,7 +731,7 @@ export declare const lineContract: {
|
|
|
731
731
|
stickerId: number;
|
|
732
732
|
}, {
|
|
733
733
|
message: {
|
|
734
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
734
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
735
735
|
direction: "incoming" | "outgoing" | "system";
|
|
736
736
|
sender: {
|
|
737
737
|
name: string;
|
|
@@ -1870,7 +1870,7 @@ export declare const lineContract: {
|
|
|
1870
1870
|
id: z.ZodOptional<z.ZodString>;
|
|
1871
1871
|
message: z.ZodOptional<z.ZodString>;
|
|
1872
1872
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
1873
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"
|
|
1873
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
1874
1874
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
|
1875
1875
|
metadata: z.ZodOptional<z.ZodAny>;
|
|
1876
1876
|
platformId: z.ZodOptional<z.ZodString>;
|
|
@@ -1926,7 +1926,7 @@ export declare const lineContract: {
|
|
|
1926
1926
|
editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
|
1927
1927
|
label: z.ZodOptional<z.ZodString>;
|
|
1928
1928
|
}, "strip", z.ZodTypeAny, {
|
|
1929
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
1929
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
1930
1930
|
direction: "incoming" | "outgoing" | "system";
|
|
1931
1931
|
id?: string | undefined;
|
|
1932
1932
|
message?: string | undefined;
|
|
@@ -1961,7 +1961,7 @@ export declare const lineContract: {
|
|
|
1961
1961
|
editedAt?: string | Date | null | undefined;
|
|
1962
1962
|
label?: string | undefined;
|
|
1963
1963
|
}, {
|
|
1964
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
1964
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
1965
1965
|
direction: "incoming" | "outgoing" | "system";
|
|
1966
1966
|
id?: string | undefined;
|
|
1967
1967
|
message?: string | undefined;
|
|
@@ -1998,7 +1998,7 @@ export declare const lineContract: {
|
|
|
1998
1998
|
}>;
|
|
1999
1999
|
}, "strip", z.ZodTypeAny, {
|
|
2000
2000
|
message: {
|
|
2001
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
2001
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
2002
2002
|
direction: "incoming" | "outgoing" | "system";
|
|
2003
2003
|
id?: string | undefined;
|
|
2004
2004
|
message?: string | undefined;
|
|
@@ -2129,7 +2129,7 @@ export declare const lineContract: {
|
|
|
2129
2129
|
isBot: boolean | null;
|
|
2130
2130
|
}, {
|
|
2131
2131
|
message: {
|
|
2132
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
2132
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
2133
2133
|
direction: "incoming" | "outgoing" | "system";
|
|
2134
2134
|
id?: string | undefined;
|
|
2135
2135
|
message?: string | undefined;
|
|
@@ -2264,7 +2264,7 @@ export declare const lineContract: {
|
|
|
2264
2264
|
200: z.ZodUnion<[z.ZodObject<{
|
|
2265
2265
|
requestId: z.ZodString;
|
|
2266
2266
|
data: z.ZodObject<{
|
|
2267
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"
|
|
2267
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
2268
2268
|
message: z.ZodString;
|
|
2269
2269
|
id: z.ZodString;
|
|
2270
2270
|
url: z.ZodString;
|
|
@@ -6200,7 +6200,7 @@ export declare const lineContract: {
|
|
|
6200
6200
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
6201
6201
|
message: z.ZodString;
|
|
6202
6202
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
6203
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"
|
|
6203
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
6204
6204
|
readAt: z.ZodDate;
|
|
6205
6205
|
metadata: z.ZodAny;
|
|
6206
6206
|
platformId: z.ZodString;
|
|
@@ -6858,7 +6858,7 @@ export declare const lineContract: {
|
|
|
6858
6858
|
};
|
|
6859
6859
|
}>;
|
|
6860
6860
|
}, "strip", z.ZodTypeAny, {
|
|
6861
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
6861
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
6862
6862
|
message: string;
|
|
6863
6863
|
id: string;
|
|
6864
6864
|
url: string;
|
|
@@ -7020,7 +7020,7 @@ export declare const lineContract: {
|
|
|
7020
7020
|
metadata?: any;
|
|
7021
7021
|
template?: any;
|
|
7022
7022
|
}, {
|
|
7023
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
7023
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
7024
7024
|
message: string;
|
|
7025
7025
|
id: string;
|
|
7026
7026
|
url: string;
|
|
@@ -7394,7 +7394,7 @@ export declare const lineContract: {
|
|
|
7394
7394
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
7395
7395
|
message: z.ZodString;
|
|
7396
7396
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
7397
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"
|
|
7397
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
7398
7398
|
readAt: z.ZodDate;
|
|
7399
7399
|
metadata: z.ZodAny;
|
|
7400
7400
|
platformId: z.ZodString;
|
|
@@ -10890,7 +10890,7 @@ export declare const lineContract: {
|
|
|
10890
10890
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
10891
10891
|
message: z.ZodString;
|
|
10892
10892
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
10893
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"
|
|
10893
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
10894
10894
|
readAt: z.ZodDate;
|
|
10895
10895
|
metadata: z.ZodAny;
|
|
10896
10896
|
platformId: z.ZodString;
|
|
@@ -11548,7 +11548,7 @@ export declare const lineContract: {
|
|
|
11548
11548
|
};
|
|
11549
11549
|
}>;
|
|
11550
11550
|
}, "strip", z.ZodTypeAny, {
|
|
11551
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
11551
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
11552
11552
|
message: string;
|
|
11553
11553
|
id: string;
|
|
11554
11554
|
url: string;
|
|
@@ -11710,7 +11710,7 @@ export declare const lineContract: {
|
|
|
11710
11710
|
metadata?: any;
|
|
11711
11711
|
template?: any;
|
|
11712
11712
|
}, {
|
|
11713
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
11713
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
11714
11714
|
message: string;
|
|
11715
11715
|
id: string;
|
|
11716
11716
|
url: string;
|
|
@@ -12512,7 +12512,7 @@ export declare const lineContract: {
|
|
|
12512
12512
|
editedMessageid: z.ZodString;
|
|
12513
12513
|
label: z.ZodOptional<z.ZodString>;
|
|
12514
12514
|
}, "strip", z.ZodTypeAny, {
|
|
12515
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
12515
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
12516
12516
|
message: string;
|
|
12517
12517
|
id: string;
|
|
12518
12518
|
url: string;
|
|
@@ -13067,7 +13067,7 @@ export declare const lineContract: {
|
|
|
13067
13067
|
previewUrl: string;
|
|
13068
13068
|
imageSetId: string;
|
|
13069
13069
|
repliedMessage: {
|
|
13070
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
13070
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
13071
13071
|
message: string;
|
|
13072
13072
|
id: string;
|
|
13073
13073
|
url: string;
|
|
@@ -13278,7 +13278,7 @@ export declare const lineContract: {
|
|
|
13278
13278
|
template?: any;
|
|
13279
13279
|
label?: string | undefined;
|
|
13280
13280
|
}, {
|
|
13281
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
13281
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
13282
13282
|
message: string;
|
|
13283
13283
|
id: string;
|
|
13284
13284
|
url: string;
|
|
@@ -13833,7 +13833,7 @@ export declare const lineContract: {
|
|
|
13833
13833
|
previewUrl: string;
|
|
13834
13834
|
imageSetId: string;
|
|
13835
13835
|
repliedMessage: {
|
|
13836
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
13836
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
13837
13837
|
message: string;
|
|
13838
13838
|
id: string;
|
|
13839
13839
|
url: string;
|
|
@@ -14045,7 +14045,7 @@ export declare const lineContract: {
|
|
|
14045
14045
|
label?: string | undefined;
|
|
14046
14046
|
}>>>;
|
|
14047
14047
|
}, "strip", z.ZodTypeAny, {
|
|
14048
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
14048
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
14049
14049
|
message: string;
|
|
14050
14050
|
id: string;
|
|
14051
14051
|
url: string;
|
|
@@ -14600,7 +14600,7 @@ export declare const lineContract: {
|
|
|
14600
14600
|
previewUrl: string;
|
|
14601
14601
|
imageSetId: string;
|
|
14602
14602
|
repliedMessage: {
|
|
14603
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
14603
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
14604
14604
|
message: string;
|
|
14605
14605
|
id: string;
|
|
14606
14606
|
url: string;
|
|
@@ -14811,7 +14811,7 @@ export declare const lineContract: {
|
|
|
14811
14811
|
template?: any;
|
|
14812
14812
|
metadata?: any;
|
|
14813
14813
|
fromMessage?: {
|
|
14814
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
14814
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
14815
14815
|
message: string;
|
|
14816
14816
|
id: string;
|
|
14817
14817
|
url: string;
|
|
@@ -15366,7 +15366,7 @@ export declare const lineContract: {
|
|
|
15366
15366
|
previewUrl: string;
|
|
15367
15367
|
imageSetId: string;
|
|
15368
15368
|
repliedMessage: {
|
|
15369
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
15369
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
15370
15370
|
message: string;
|
|
15371
15371
|
id: string;
|
|
15372
15372
|
url: string;
|
|
@@ -15578,7 +15578,7 @@ export declare const lineContract: {
|
|
|
15578
15578
|
label?: string | undefined;
|
|
15579
15579
|
} | null | undefined;
|
|
15580
15580
|
}, {
|
|
15581
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
15581
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
15582
15582
|
message: string;
|
|
15583
15583
|
id: string;
|
|
15584
15584
|
url: string;
|
|
@@ -16133,7 +16133,7 @@ export declare const lineContract: {
|
|
|
16133
16133
|
previewUrl: string;
|
|
16134
16134
|
imageSetId: string;
|
|
16135
16135
|
repliedMessage: {
|
|
16136
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
16136
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
16137
16137
|
message: string;
|
|
16138
16138
|
id: string;
|
|
16139
16139
|
url: string;
|
|
@@ -16344,7 +16344,7 @@ export declare const lineContract: {
|
|
|
16344
16344
|
template?: any;
|
|
16345
16345
|
metadata?: any;
|
|
16346
16346
|
fromMessage?: {
|
|
16347
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
16347
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
16348
16348
|
message: string;
|
|
16349
16349
|
id: string;
|
|
16350
16350
|
url: string;
|
|
@@ -16899,7 +16899,7 @@ export declare const lineContract: {
|
|
|
16899
16899
|
previewUrl: string;
|
|
16900
16900
|
imageSetId: string;
|
|
16901
16901
|
repliedMessage: {
|
|
16902
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
16902
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
16903
16903
|
message: string;
|
|
16904
16904
|
id: string;
|
|
16905
16905
|
url: string;
|
|
@@ -17113,7 +17113,7 @@ export declare const lineContract: {
|
|
|
17113
17113
|
}>;
|
|
17114
17114
|
}, "strip", z.ZodTypeAny, {
|
|
17115
17115
|
data: {
|
|
17116
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
17116
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
17117
17117
|
message: string;
|
|
17118
17118
|
id: string;
|
|
17119
17119
|
url: string;
|
|
@@ -17668,7 +17668,7 @@ export declare const lineContract: {
|
|
|
17668
17668
|
previewUrl: string;
|
|
17669
17669
|
imageSetId: string;
|
|
17670
17670
|
repliedMessage: {
|
|
17671
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
17671
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
17672
17672
|
message: string;
|
|
17673
17673
|
id: string;
|
|
17674
17674
|
url: string;
|
|
@@ -17879,7 +17879,7 @@ export declare const lineContract: {
|
|
|
17879
17879
|
template?: any;
|
|
17880
17880
|
metadata?: any;
|
|
17881
17881
|
fromMessage?: {
|
|
17882
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
17882
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
17883
17883
|
message: string;
|
|
17884
17884
|
id: string;
|
|
17885
17885
|
url: string;
|
|
@@ -18434,7 +18434,7 @@ export declare const lineContract: {
|
|
|
18434
18434
|
previewUrl: string;
|
|
18435
18435
|
imageSetId: string;
|
|
18436
18436
|
repliedMessage: {
|
|
18437
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
18437
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
18438
18438
|
message: string;
|
|
18439
18439
|
id: string;
|
|
18440
18440
|
url: string;
|
|
@@ -18649,7 +18649,7 @@ export declare const lineContract: {
|
|
|
18649
18649
|
requestId: string;
|
|
18650
18650
|
}, {
|
|
18651
18651
|
data: {
|
|
18652
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
18652
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
18653
18653
|
message: string;
|
|
18654
18654
|
id: string;
|
|
18655
18655
|
url: string;
|
|
@@ -19204,7 +19204,7 @@ export declare const lineContract: {
|
|
|
19204
19204
|
previewUrl: string;
|
|
19205
19205
|
imageSetId: string;
|
|
19206
19206
|
repliedMessage: {
|
|
19207
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
19207
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
19208
19208
|
message: string;
|
|
19209
19209
|
id: string;
|
|
19210
19210
|
url: string;
|
|
@@ -19415,7 +19415,7 @@ export declare const lineContract: {
|
|
|
19415
19415
|
template?: any;
|
|
19416
19416
|
metadata?: any;
|
|
19417
19417
|
fromMessage?: {
|
|
19418
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
19418
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
19419
19419
|
message: string;
|
|
19420
19420
|
id: string;
|
|
19421
19421
|
url: string;
|
|
@@ -19970,7 +19970,7 @@ export declare const lineContract: {
|
|
|
19970
19970
|
previewUrl: string;
|
|
19971
19971
|
imageSetId: string;
|
|
19972
19972
|
repliedMessage: {
|
|
19973
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
19973
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
19974
19974
|
message: string;
|
|
19975
19975
|
id: string;
|
|
19976
19976
|
url: string;
|
|
@@ -518,7 +518,7 @@ export declare const SendLineStickerSchema: z.ZodObject<{
|
|
|
518
518
|
message: z.ZodObject<{
|
|
519
519
|
message: z.ZodOptional<z.ZodString>;
|
|
520
520
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
521
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"
|
|
521
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
522
522
|
readAt: z.ZodOptional<z.ZodDate>;
|
|
523
523
|
metadata: z.ZodOptional<z.ZodAny>;
|
|
524
524
|
platformId: z.ZodOptional<z.ZodString>;
|
|
@@ -562,7 +562,7 @@ export declare const SendLineStickerSchema: z.ZodObject<{
|
|
|
562
562
|
phone: string | null;
|
|
563
563
|
}>;
|
|
564
564
|
}, "strip", z.ZodTypeAny, {
|
|
565
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
565
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
566
566
|
direction: "incoming" | "outgoing" | "system";
|
|
567
567
|
sender: {
|
|
568
568
|
name: string;
|
|
@@ -588,7 +588,7 @@ export declare const SendLineStickerSchema: z.ZodObject<{
|
|
|
588
588
|
fileSize: number;
|
|
589
589
|
} | undefined;
|
|
590
590
|
}, {
|
|
591
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
591
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
592
592
|
direction: "incoming" | "outgoing" | "system";
|
|
593
593
|
sender: {
|
|
594
594
|
name: string;
|
|
@@ -616,7 +616,7 @@ export declare const SendLineStickerSchema: z.ZodObject<{
|
|
|
616
616
|
}>;
|
|
617
617
|
}, "strip", z.ZodTypeAny, {
|
|
618
618
|
message: {
|
|
619
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
619
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
620
620
|
direction: "incoming" | "outgoing" | "system";
|
|
621
621
|
sender: {
|
|
622
622
|
name: string;
|
|
@@ -727,7 +727,7 @@ export declare const SendLineStickerSchema: z.ZodObject<{
|
|
|
727
727
|
stickerId: number;
|
|
728
728
|
}, {
|
|
729
729
|
message: {
|
|
730
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "
|
|
730
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
731
731
|
direction: "incoming" | "outgoing" | "system";
|
|
732
732
|
sender: {
|
|
733
733
|
name: string;
|