@kl1/contracts 1.1.74-uat → 1.1.76-uat
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api-contracts/src/contract.d.ts +18 -238
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/index.d.ts +18 -0
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts +9 -0
- package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/hold-label/index.d.ts +77 -4
- package/dist/api-contracts/src/hold-label/index.d.ts.map +1 -1
- package/dist/api-contracts/src/hold-label/validation.d.ts +1 -1
- package/dist/api-contracts/src/index.d.ts +1 -0
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/index.js +516 -497
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +516 -497
- package/dist/index.mjs.map +1 -1
- package/dist/src/channel/index.d.ts +652 -620
- package/dist/src/channel/index.d.ts.map +1 -1
- package/dist/src/chat/index.d.ts +551 -4289
- package/dist/src/chat/index.d.ts.map +1 -1
- package/dist/src/chat/schema.d.ts +218 -200
- package/dist/src/chat/schema.d.ts.map +1 -1
- package/dist/src/chat/validation.d.ts +134 -160
- package/dist/src/chat/validation.d.ts.map +1 -1
- package/dist/src/comment/index.d.ts +68 -68
- package/dist/src/comment/schema.d.ts +20 -20
- package/dist/src/contact/index.d.ts +79 -79
- package/dist/src/contact/schema.d.ts +12 -12
- package/dist/src/contact/validation.d.ts +49 -49
- package/dist/src/contract.d.ts +5733 -23901
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/cx-log/index.d.ts +48 -93
- package/dist/src/cx-log/index.d.ts.map +1 -1
- package/dist/src/cx-log/schema.d.ts +40 -40
- package/dist/src/dashboard/index.d.ts +231 -233
- package/dist/src/dashboard/index.d.ts.map +1 -1
- package/dist/src/dashboard/schema.d.ts +260 -217
- package/dist/src/dashboard/schema.d.ts.map +1 -1
- package/dist/src/dashboard/validation.d.ts +0 -26
- package/dist/src/dashboard/validation.d.ts.map +1 -1
- package/dist/src/facebook-feed/index.d.ts +122 -122
- package/dist/src/facebook-feed/schema.d.ts +14 -14
- package/dist/src/facebook-feed/validation.d.ts +11 -11
- package/dist/src/index.d.ts +0 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/instagram/index.d.ts +101 -101
- package/dist/src/line/index.d.ts +106 -106
- package/dist/src/line/validation.d.ts +5 -5
- package/dist/src/mail/account-contract.d.ts +8 -8
- package/dist/src/mail/mail-contract.d.ts +5993 -28466
- package/dist/src/mail/mail-contract.d.ts.map +1 -1
- package/dist/src/mail/mail-server-contract.d.ts +5 -5
- package/dist/src/mail/message-contract.d.ts +63 -6423
- package/dist/src/mail/message-contract.d.ts.map +1 -1
- package/dist/src/mail/room-contract.d.ts +1583 -17698
- package/dist/src/mail/room-contract.d.ts.map +1 -1
- package/dist/src/mail/schemas/message-validation.schema.d.ts +4 -7
- package/dist/src/mail/schemas/message-validation.schema.d.ts.map +1 -1
- package/dist/src/mail/schemas/message.schema.d.ts +40 -762
- package/dist/src/mail/schemas/message.schema.d.ts.map +1 -1
- package/dist/src/mail/schemas/room-validation.schema.d.ts +376 -5668
- package/dist/src/mail/schemas/room-validation.schema.d.ts.map +1 -1
- package/dist/src/mail/schemas/room.schema.d.ts +486 -5817
- package/dist/src/mail/schemas/room.schema.d.ts.map +1 -1
- package/dist/src/messenger/index.d.ts +101 -101
- package/dist/src/messenger/validation.d.ts +11 -11
- package/dist/src/public-api/index.d.ts +59 -59
- package/dist/src/public-api/schema.d.ts +12 -12
- package/dist/src/public-api/validation.d.ts +19 -19
- package/dist/src/role/index.d.ts +0 -125
- package/dist/src/role/index.d.ts.map +1 -1
- package/dist/src/snippet/index.d.ts +105 -105
- package/dist/src/snippet/schema.d.ts +40 -40
- package/dist/src/telephony-cdr/index.d.ts +54 -54
- package/dist/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/src/telephony-cdr/schema.d.ts +14 -14
- package/dist/src/ticket/index.d.ts +111 -111
- package/dist/src/ticket/schema.d.ts +21 -21
- package/dist/src/upload/schema.d.ts +3 -3
- package/dist/src/viber/index.d.ts +101 -101
- package/dist/src/webchat/index.d.ts +101 -101
- package/dist/src/workflow-rule/index.d.ts +26 -26
- package/package.json +1 -1
package/dist/src/line/index.d.ts
CHANGED
@@ -327,7 +327,7 @@ export declare const lineContract: {
|
|
327
327
|
message: z.ZodObject<{
|
328
328
|
message: z.ZodOptional<z.ZodString>;
|
329
329
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
330
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
330
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
331
331
|
readAt: z.ZodOptional<z.ZodDate>;
|
332
332
|
metadata: z.ZodOptional<z.ZodAny>;
|
333
333
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -371,7 +371,7 @@ export declare const lineContract: {
|
|
371
371
|
phone: string | null;
|
372
372
|
}>;
|
373
373
|
}, "strip", z.ZodTypeAny, {
|
374
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
374
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
375
375
|
direction: "incoming" | "outgoing" | "system";
|
376
376
|
sender: {
|
377
377
|
address: string | null;
|
@@ -397,7 +397,7 @@ export declare const lineContract: {
|
|
397
397
|
fileSize: number;
|
398
398
|
} | undefined;
|
399
399
|
}, {
|
400
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
400
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
401
401
|
direction: "incoming" | "outgoing" | "system";
|
402
402
|
sender: {
|
403
403
|
address: string | null;
|
@@ -425,7 +425,7 @@ export declare const lineContract: {
|
|
425
425
|
}>;
|
426
426
|
}, "strip", z.ZodTypeAny, {
|
427
427
|
message: {
|
428
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
428
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
429
429
|
direction: "incoming" | "outgoing" | "system";
|
430
430
|
sender: {
|
431
431
|
address: string | null;
|
@@ -513,7 +513,7 @@ export declare const lineContract: {
|
|
513
513
|
stickerId: number;
|
514
514
|
}, {
|
515
515
|
message: {
|
516
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
516
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
517
517
|
direction: "incoming" | "outgoing" | "system";
|
518
518
|
sender: {
|
519
519
|
address: string | null;
|
@@ -1236,7 +1236,7 @@ export declare const lineContract: {
|
|
1236
1236
|
id: z.ZodOptional<z.ZodString>;
|
1237
1237
|
message: z.ZodOptional<z.ZodString>;
|
1238
1238
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
1239
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
1239
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
1240
1240
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
1241
1241
|
metadata: z.ZodOptional<z.ZodAny>;
|
1242
1242
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -1288,7 +1288,7 @@ export declare const lineContract: {
|
|
1288
1288
|
parentMessageId: z.ZodOptional<z.ZodString>;
|
1289
1289
|
feedPostId: z.ZodOptional<z.ZodString>;
|
1290
1290
|
}, "strip", z.ZodTypeAny, {
|
1291
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
1291
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
1292
1292
|
direction: "incoming" | "outgoing" | "system";
|
1293
1293
|
id?: string | undefined;
|
1294
1294
|
message?: string | undefined;
|
@@ -1319,7 +1319,7 @@ export declare const lineContract: {
|
|
1319
1319
|
parentMessageId?: string | undefined;
|
1320
1320
|
feedPostId?: string | undefined;
|
1321
1321
|
}, {
|
1322
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
1322
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
1323
1323
|
direction: "incoming" | "outgoing" | "system";
|
1324
1324
|
id?: string | undefined;
|
1325
1325
|
message?: string | undefined;
|
@@ -1352,7 +1352,7 @@ export declare const lineContract: {
|
|
1352
1352
|
}>;
|
1353
1353
|
}, "strip", z.ZodTypeAny, {
|
1354
1354
|
message: {
|
1355
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
1355
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
1356
1356
|
direction: "incoming" | "outgoing" | "system";
|
1357
1357
|
id?: string | undefined;
|
1358
1358
|
message?: string | undefined;
|
@@ -1455,7 +1455,7 @@ export declare const lineContract: {
|
|
1455
1455
|
isBot: boolean | null;
|
1456
1456
|
}, {
|
1457
1457
|
message: {
|
1458
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
1458
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
1459
1459
|
direction: "incoming" | "outgoing" | "system";
|
1460
1460
|
id?: string | undefined;
|
1461
1461
|
message?: string | undefined;
|
@@ -1562,7 +1562,7 @@ export declare const lineContract: {
|
|
1562
1562
|
200: z.ZodObject<{
|
1563
1563
|
requestId: z.ZodString;
|
1564
1564
|
data: z.ZodObject<{
|
1565
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
1565
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
1566
1566
|
message: z.ZodString;
|
1567
1567
|
id: z.ZodString;
|
1568
1568
|
url: z.ZodString;
|
@@ -1786,10 +1786,9 @@ export declare const lineContract: {
|
|
1786
1786
|
fileSize: z.ZodNumber;
|
1787
1787
|
fileKey: z.ZodString;
|
1788
1788
|
fileUrl: z.ZodNullable<z.ZodString>;
|
1789
|
-
status: z.
|
1789
|
+
status: z.ZodOptional<z.ZodString>;
|
1790
1790
|
}, "strip", z.ZodTypeAny, {
|
1791
1791
|
id: string;
|
1792
|
-
status: string | null;
|
1793
1792
|
createdAt: Date;
|
1794
1793
|
updatedAt: Date;
|
1795
1794
|
deletedAt: Date | null;
|
@@ -1798,9 +1797,9 @@ export declare const lineContract: {
|
|
1798
1797
|
bucketName: string;
|
1799
1798
|
fileSize: number;
|
1800
1799
|
fileUrl: string | null;
|
1800
|
+
status?: string | undefined;
|
1801
1801
|
}, {
|
1802
1802
|
id: string;
|
1803
|
-
status: string | null;
|
1804
1803
|
createdAt: Date;
|
1805
1804
|
updatedAt: Date;
|
1806
1805
|
deletedAt: Date | null;
|
@@ -1809,6 +1808,7 @@ export declare const lineContract: {
|
|
1809
1808
|
bucketName: string;
|
1810
1809
|
fileSize: number;
|
1811
1810
|
fileUrl: string | null;
|
1811
|
+
status?: string | undefined;
|
1812
1812
|
}>;
|
1813
1813
|
assignee: z.ZodObject<{
|
1814
1814
|
id: z.ZodString;
|
@@ -2350,10 +2350,9 @@ export declare const lineContract: {
|
|
2350
2350
|
fileSize: z.ZodNumber;
|
2351
2351
|
fileKey: z.ZodString;
|
2352
2352
|
fileUrl: z.ZodNullable<z.ZodString>;
|
2353
|
-
status: z.
|
2353
|
+
status: z.ZodOptional<z.ZodString>;
|
2354
2354
|
}, "strip", z.ZodTypeAny, {
|
2355
2355
|
id: string;
|
2356
|
-
status: string | null;
|
2357
2356
|
createdAt: Date;
|
2358
2357
|
updatedAt: Date;
|
2359
2358
|
deletedAt: Date | null;
|
@@ -2362,9 +2361,9 @@ export declare const lineContract: {
|
|
2362
2361
|
bucketName: string;
|
2363
2362
|
fileSize: number;
|
2364
2363
|
fileUrl: string | null;
|
2364
|
+
status?: string | undefined;
|
2365
2365
|
}, {
|
2366
2366
|
id: string;
|
2367
|
-
status: string | null;
|
2368
2367
|
createdAt: Date;
|
2369
2368
|
updatedAt: Date;
|
2370
2369
|
deletedAt: Date | null;
|
@@ -2373,6 +2372,7 @@ export declare const lineContract: {
|
|
2373
2372
|
bucketName: string;
|
2374
2373
|
fileSize: number;
|
2375
2374
|
fileUrl: string | null;
|
2375
|
+
status?: string | undefined;
|
2376
2376
|
}>, "many">;
|
2377
2377
|
}, "strip", z.ZodTypeAny, {
|
2378
2378
|
id: string;
|
@@ -2399,7 +2399,6 @@ export declare const lineContract: {
|
|
2399
2399
|
dateValue: Date | null;
|
2400
2400
|
uploads: {
|
2401
2401
|
id: string;
|
2402
|
-
status: string | null;
|
2403
2402
|
createdAt: Date;
|
2404
2403
|
updatedAt: Date;
|
2405
2404
|
deletedAt: Date | null;
|
@@ -2408,6 +2407,7 @@ export declare const lineContract: {
|
|
2408
2407
|
bucketName: string;
|
2409
2408
|
fileSize: number;
|
2410
2409
|
fileUrl: string | null;
|
2410
|
+
status?: string | undefined;
|
2411
2411
|
}[];
|
2412
2412
|
}, {
|
2413
2413
|
id: string;
|
@@ -2434,7 +2434,6 @@ export declare const lineContract: {
|
|
2434
2434
|
dateValue: Date | null;
|
2435
2435
|
uploads: {
|
2436
2436
|
id: string;
|
2437
|
-
status: string | null;
|
2438
2437
|
createdAt: Date;
|
2439
2438
|
updatedAt: Date;
|
2440
2439
|
deletedAt: Date | null;
|
@@ -2443,6 +2442,7 @@ export declare const lineContract: {
|
|
2443
2442
|
bucketName: string;
|
2444
2443
|
fileSize: number;
|
2445
2444
|
fileUrl: string | null;
|
2445
|
+
status?: string | undefined;
|
2446
2446
|
}[];
|
2447
2447
|
}>, "many">;
|
2448
2448
|
contactEmails: z.ZodArray<z.ZodObject<{
|
@@ -2582,7 +2582,6 @@ export declare const lineContract: {
|
|
2582
2582
|
dateValue: Date | null;
|
2583
2583
|
uploads: {
|
2584
2584
|
id: string;
|
2585
|
-
status: string | null;
|
2586
2585
|
createdAt: Date;
|
2587
2586
|
updatedAt: Date;
|
2588
2587
|
deletedAt: Date | null;
|
@@ -2591,6 +2590,7 @@ export declare const lineContract: {
|
|
2591
2590
|
bucketName: string;
|
2592
2591
|
fileSize: number;
|
2593
2592
|
fileUrl: string | null;
|
2593
|
+
status?: string | undefined;
|
2594
2594
|
}[];
|
2595
2595
|
}[];
|
2596
2596
|
company: {
|
@@ -2678,7 +2678,6 @@ export declare const lineContract: {
|
|
2678
2678
|
dateValue: Date | null;
|
2679
2679
|
uploads: {
|
2680
2680
|
id: string;
|
2681
|
-
status: string | null;
|
2682
2681
|
createdAt: Date;
|
2683
2682
|
updatedAt: Date;
|
2684
2683
|
deletedAt: Date | null;
|
@@ -2687,6 +2686,7 @@ export declare const lineContract: {
|
|
2687
2686
|
bucketName: string;
|
2688
2687
|
fileSize: number;
|
2689
2688
|
fileUrl: string | null;
|
2689
|
+
status?: string | undefined;
|
2690
2690
|
}[];
|
2691
2691
|
}[];
|
2692
2692
|
company: {
|
@@ -2787,7 +2787,6 @@ export declare const lineContract: {
|
|
2787
2787
|
dateValue: Date | null;
|
2788
2788
|
uploads: {
|
2789
2789
|
id: string;
|
2790
|
-
status: string | null;
|
2791
2790
|
createdAt: Date;
|
2792
2791
|
updatedAt: Date;
|
2793
2792
|
deletedAt: Date | null;
|
@@ -2796,6 +2795,7 @@ export declare const lineContract: {
|
|
2796
2795
|
bucketName: string;
|
2797
2796
|
fileSize: number;
|
2798
2797
|
fileUrl: string | null;
|
2798
|
+
status?: string | undefined;
|
2799
2799
|
}[];
|
2800
2800
|
}[];
|
2801
2801
|
company: {
|
@@ -2898,7 +2898,6 @@ export declare const lineContract: {
|
|
2898
2898
|
dateValue: Date | null;
|
2899
2899
|
uploads: {
|
2900
2900
|
id: string;
|
2901
|
-
status: string | null;
|
2902
2901
|
createdAt: Date;
|
2903
2902
|
updatedAt: Date;
|
2904
2903
|
deletedAt: Date | null;
|
@@ -2907,6 +2906,7 @@ export declare const lineContract: {
|
|
2907
2906
|
bucketName: string;
|
2908
2907
|
fileSize: number;
|
2909
2908
|
fileUrl: string | null;
|
2909
|
+
status?: string | undefined;
|
2910
2910
|
}[];
|
2911
2911
|
}[];
|
2912
2912
|
company: {
|
@@ -4395,7 +4395,6 @@ export declare const lineContract: {
|
|
4395
4395
|
dateValue: Date | null;
|
4396
4396
|
uploads: {
|
4397
4397
|
id: string;
|
4398
|
-
status: string | null;
|
4399
4398
|
createdAt: Date;
|
4400
4399
|
updatedAt: Date;
|
4401
4400
|
deletedAt: Date | null;
|
@@ -4404,6 +4403,7 @@ export declare const lineContract: {
|
|
4404
4403
|
bucketName: string;
|
4405
4404
|
fileSize: number;
|
4406
4405
|
fileUrl: string | null;
|
4406
|
+
status?: string | undefined;
|
4407
4407
|
}[];
|
4408
4408
|
}[];
|
4409
4409
|
company: {
|
@@ -4762,7 +4762,6 @@ export declare const lineContract: {
|
|
4762
4762
|
dateValue: Date | null;
|
4763
4763
|
uploads: {
|
4764
4764
|
id: string;
|
4765
|
-
status: string | null;
|
4766
4765
|
createdAt: Date;
|
4767
4766
|
updatedAt: Date;
|
4768
4767
|
deletedAt: Date | null;
|
@@ -4771,6 +4770,7 @@ export declare const lineContract: {
|
|
4771
4770
|
bucketName: string;
|
4772
4771
|
fileSize: number;
|
4773
4772
|
fileUrl: string | null;
|
4773
|
+
status?: string | undefined;
|
4774
4774
|
}[];
|
4775
4775
|
}[];
|
4776
4776
|
company: {
|
@@ -4993,7 +4993,7 @@ export declare const lineContract: {
|
|
4993
4993
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
4994
4994
|
message: z.ZodString;
|
4995
4995
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
4996
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
4996
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
4997
4997
|
readAt: z.ZodDate;
|
4998
4998
|
metadata: z.ZodAny;
|
4999
4999
|
platformId: z.ZodString;
|
@@ -5014,10 +5014,9 @@ export declare const lineContract: {
|
|
5014
5014
|
fileSize: z.ZodNumber;
|
5015
5015
|
fileKey: z.ZodString;
|
5016
5016
|
fileUrl: z.ZodNullable<z.ZodString>;
|
5017
|
-
status: z.
|
5017
|
+
status: z.ZodOptional<z.ZodString>;
|
5018
5018
|
}, "strip", z.ZodTypeAny, {
|
5019
5019
|
id: string;
|
5020
|
-
status: string | null;
|
5021
5020
|
createdAt: Date;
|
5022
5021
|
updatedAt: Date;
|
5023
5022
|
deletedAt: Date | null;
|
@@ -5026,9 +5025,9 @@ export declare const lineContract: {
|
|
5026
5025
|
bucketName: string;
|
5027
5026
|
fileSize: number;
|
5028
5027
|
fileUrl: string | null;
|
5028
|
+
status?: string | undefined;
|
5029
5029
|
}, {
|
5030
5030
|
id: string;
|
5031
|
-
status: string | null;
|
5032
5031
|
createdAt: Date;
|
5033
5032
|
updatedAt: Date;
|
5034
5033
|
deletedAt: Date | null;
|
@@ -5037,6 +5036,7 @@ export declare const lineContract: {
|
|
5037
5036
|
bucketName: string;
|
5038
5037
|
fileSize: number;
|
5039
5038
|
fileUrl: string | null;
|
5039
|
+
status?: string | undefined;
|
5040
5040
|
}>;
|
5041
5041
|
actor: z.ZodObject<{
|
5042
5042
|
id: z.ZodString;
|
@@ -5651,7 +5651,7 @@ export declare const lineContract: {
|
|
5651
5651
|
};
|
5652
5652
|
}>;
|
5653
5653
|
}, "strip", z.ZodTypeAny, {
|
5654
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
5654
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
5655
5655
|
message: string;
|
5656
5656
|
id: string;
|
5657
5657
|
url: string;
|
@@ -5705,7 +5705,6 @@ export declare const lineContract: {
|
|
5705
5705
|
};
|
5706
5706
|
upload: {
|
5707
5707
|
id: string;
|
5708
|
-
status: string | null;
|
5709
5708
|
createdAt: Date;
|
5710
5709
|
updatedAt: Date;
|
5711
5710
|
deletedAt: Date | null;
|
@@ -5714,6 +5713,7 @@ export declare const lineContract: {
|
|
5714
5713
|
bucketName: string;
|
5715
5714
|
fileSize: number;
|
5716
5715
|
fileUrl: string | null;
|
5716
|
+
status?: string | undefined;
|
5717
5717
|
};
|
5718
5718
|
assignee: {
|
5719
5719
|
id: string;
|
@@ -5813,7 +5813,7 @@ export declare const lineContract: {
|
|
5813
5813
|
metadata?: any;
|
5814
5814
|
template?: any;
|
5815
5815
|
}, {
|
5816
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
5816
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
5817
5817
|
message: string;
|
5818
5818
|
id: string;
|
5819
5819
|
url: string;
|
@@ -5867,7 +5867,6 @@ export declare const lineContract: {
|
|
5867
5867
|
};
|
5868
5868
|
upload: {
|
5869
5869
|
id: string;
|
5870
|
-
status: string | null;
|
5871
5870
|
createdAt: Date;
|
5872
5871
|
updatedAt: Date;
|
5873
5872
|
deletedAt: Date | null;
|
@@ -5876,6 +5875,7 @@ export declare const lineContract: {
|
|
5876
5875
|
bucketName: string;
|
5877
5876
|
fileSize: number;
|
5878
5877
|
fileUrl: string | null;
|
5878
|
+
status?: string | undefined;
|
5879
5879
|
};
|
5880
5880
|
assignee: {
|
5881
5881
|
id: string;
|
@@ -6186,7 +6186,7 @@ export declare const lineContract: {
|
|
6186
6186
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6187
6187
|
message: z.ZodString;
|
6188
6188
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
6189
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
6189
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
6190
6190
|
readAt: z.ZodDate;
|
6191
6191
|
metadata: z.ZodAny;
|
6192
6192
|
platformId: z.ZodString;
|
@@ -6532,10 +6532,9 @@ export declare const lineContract: {
|
|
6532
6532
|
fileSize: z.ZodNumber;
|
6533
6533
|
fileKey: z.ZodString;
|
6534
6534
|
fileUrl: z.ZodNullable<z.ZodString>;
|
6535
|
-
status: z.
|
6535
|
+
status: z.ZodOptional<z.ZodString>;
|
6536
6536
|
}, "strip", z.ZodTypeAny, {
|
6537
6537
|
id: string;
|
6538
|
-
status: string | null;
|
6539
6538
|
createdAt: Date;
|
6540
6539
|
updatedAt: Date;
|
6541
6540
|
deletedAt: Date | null;
|
@@ -6544,9 +6543,9 @@ export declare const lineContract: {
|
|
6544
6543
|
bucketName: string;
|
6545
6544
|
fileSize: number;
|
6546
6545
|
fileUrl: string | null;
|
6546
|
+
status?: string | undefined;
|
6547
6547
|
}, {
|
6548
6548
|
id: string;
|
6549
|
-
status: string | null;
|
6550
6549
|
createdAt: Date;
|
6551
6550
|
updatedAt: Date;
|
6552
6551
|
deletedAt: Date | null;
|
@@ -6555,6 +6554,7 @@ export declare const lineContract: {
|
|
6555
6554
|
bucketName: string;
|
6556
6555
|
fileSize: number;
|
6557
6556
|
fileUrl: string | null;
|
6557
|
+
status?: string | undefined;
|
6558
6558
|
}>, "many">;
|
6559
6559
|
}, "strip", z.ZodTypeAny, {
|
6560
6560
|
id: string;
|
@@ -6581,7 +6581,6 @@ export declare const lineContract: {
|
|
6581
6581
|
dateValue: Date | null;
|
6582
6582
|
uploads: {
|
6583
6583
|
id: string;
|
6584
|
-
status: string | null;
|
6585
6584
|
createdAt: Date;
|
6586
6585
|
updatedAt: Date;
|
6587
6586
|
deletedAt: Date | null;
|
@@ -6590,6 +6589,7 @@ export declare const lineContract: {
|
|
6590
6589
|
bucketName: string;
|
6591
6590
|
fileSize: number;
|
6592
6591
|
fileUrl: string | null;
|
6592
|
+
status?: string | undefined;
|
6593
6593
|
}[];
|
6594
6594
|
}, {
|
6595
6595
|
id: string;
|
@@ -6616,7 +6616,6 @@ export declare const lineContract: {
|
|
6616
6616
|
dateValue: Date | null;
|
6617
6617
|
uploads: {
|
6618
6618
|
id: string;
|
6619
|
-
status: string | null;
|
6620
6619
|
createdAt: Date;
|
6621
6620
|
updatedAt: Date;
|
6622
6621
|
deletedAt: Date | null;
|
@@ -6625,6 +6624,7 @@ export declare const lineContract: {
|
|
6625
6624
|
bucketName: string;
|
6626
6625
|
fileSize: number;
|
6627
6626
|
fileUrl: string | null;
|
6627
|
+
status?: string | undefined;
|
6628
6628
|
}[];
|
6629
6629
|
}>, "many">;
|
6630
6630
|
contactEmails: z.ZodArray<z.ZodObject<{
|
@@ -6764,7 +6764,6 @@ export declare const lineContract: {
|
|
6764
6764
|
dateValue: Date | null;
|
6765
6765
|
uploads: {
|
6766
6766
|
id: string;
|
6767
|
-
status: string | null;
|
6768
6767
|
createdAt: Date;
|
6769
6768
|
updatedAt: Date;
|
6770
6769
|
deletedAt: Date | null;
|
@@ -6773,6 +6772,7 @@ export declare const lineContract: {
|
|
6773
6772
|
bucketName: string;
|
6774
6773
|
fileSize: number;
|
6775
6774
|
fileUrl: string | null;
|
6775
|
+
status?: string | undefined;
|
6776
6776
|
}[];
|
6777
6777
|
}[];
|
6778
6778
|
company: {
|
@@ -6860,7 +6860,6 @@ export declare const lineContract: {
|
|
6860
6860
|
dateValue: Date | null;
|
6861
6861
|
uploads: {
|
6862
6862
|
id: string;
|
6863
|
-
status: string | null;
|
6864
6863
|
createdAt: Date;
|
6865
6864
|
updatedAt: Date;
|
6866
6865
|
deletedAt: Date | null;
|
@@ -6869,6 +6868,7 @@ export declare const lineContract: {
|
|
6869
6868
|
bucketName: string;
|
6870
6869
|
fileSize: number;
|
6871
6870
|
fileUrl: string | null;
|
6871
|
+
status?: string | undefined;
|
6872
6872
|
}[];
|
6873
6873
|
}[];
|
6874
6874
|
company: {
|
@@ -6969,7 +6969,6 @@ export declare const lineContract: {
|
|
6969
6969
|
dateValue: Date | null;
|
6970
6970
|
uploads: {
|
6971
6971
|
id: string;
|
6972
|
-
status: string | null;
|
6973
6972
|
createdAt: Date;
|
6974
6973
|
updatedAt: Date;
|
6975
6974
|
deletedAt: Date | null;
|
@@ -6978,6 +6977,7 @@ export declare const lineContract: {
|
|
6978
6977
|
bucketName: string;
|
6979
6978
|
fileSize: number;
|
6980
6979
|
fileUrl: string | null;
|
6980
|
+
status?: string | undefined;
|
6981
6981
|
}[];
|
6982
6982
|
}[];
|
6983
6983
|
company: {
|
@@ -7080,7 +7080,6 @@ export declare const lineContract: {
|
|
7080
7080
|
dateValue: Date | null;
|
7081
7081
|
uploads: {
|
7082
7082
|
id: string;
|
7083
|
-
status: string | null;
|
7084
7083
|
createdAt: Date;
|
7085
7084
|
updatedAt: Date;
|
7086
7085
|
deletedAt: Date | null;
|
@@ -7089,6 +7088,7 @@ export declare const lineContract: {
|
|
7089
7088
|
bucketName: string;
|
7090
7089
|
fileSize: number;
|
7091
7090
|
fileUrl: string | null;
|
7091
|
+
status?: string | undefined;
|
7092
7092
|
}[];
|
7093
7093
|
}[];
|
7094
7094
|
company: {
|
@@ -8577,7 +8577,6 @@ export declare const lineContract: {
|
|
8577
8577
|
dateValue: Date | null;
|
8578
8578
|
uploads: {
|
8579
8579
|
id: string;
|
8580
|
-
status: string | null;
|
8581
8580
|
createdAt: Date;
|
8582
8581
|
updatedAt: Date;
|
8583
8582
|
deletedAt: Date | null;
|
@@ -8586,6 +8585,7 @@ export declare const lineContract: {
|
|
8586
8585
|
bucketName: string;
|
8587
8586
|
fileSize: number;
|
8588
8587
|
fileUrl: string | null;
|
8588
|
+
status?: string | undefined;
|
8589
8589
|
}[];
|
8590
8590
|
}[];
|
8591
8591
|
company: {
|
@@ -8944,7 +8944,6 @@ export declare const lineContract: {
|
|
8944
8944
|
dateValue: Date | null;
|
8945
8945
|
uploads: {
|
8946
8946
|
id: string;
|
8947
|
-
status: string | null;
|
8948
8947
|
createdAt: Date;
|
8949
8948
|
updatedAt: Date;
|
8950
8949
|
deletedAt: Date | null;
|
@@ -8953,6 +8952,7 @@ export declare const lineContract: {
|
|
8953
8952
|
bucketName: string;
|
8954
8953
|
fileSize: number;
|
8955
8954
|
fileUrl: string | null;
|
8955
|
+
status?: string | undefined;
|
8956
8956
|
}[];
|
8957
8957
|
}[];
|
8958
8958
|
company: {
|
@@ -9147,10 +9147,9 @@ export declare const lineContract: {
|
|
9147
9147
|
fileSize: z.ZodNumber;
|
9148
9148
|
fileKey: z.ZodString;
|
9149
9149
|
fileUrl: z.ZodNullable<z.ZodString>;
|
9150
|
-
status: z.
|
9150
|
+
status: z.ZodOptional<z.ZodString>;
|
9151
9151
|
}, "strip", z.ZodTypeAny, {
|
9152
9152
|
id: string;
|
9153
|
-
status: string | null;
|
9154
9153
|
createdAt: Date;
|
9155
9154
|
updatedAt: Date;
|
9156
9155
|
deletedAt: Date | null;
|
@@ -9159,9 +9158,9 @@ export declare const lineContract: {
|
|
9159
9158
|
bucketName: string;
|
9160
9159
|
fileSize: number;
|
9161
9160
|
fileUrl: string | null;
|
9161
|
+
status?: string | undefined;
|
9162
9162
|
}, {
|
9163
9163
|
id: string;
|
9164
|
-
status: string | null;
|
9165
9164
|
createdAt: Date;
|
9166
9165
|
updatedAt: Date;
|
9167
9166
|
deletedAt: Date | null;
|
@@ -9170,6 +9169,7 @@ export declare const lineContract: {
|
|
9170
9169
|
bucketName: string;
|
9171
9170
|
fileSize: number;
|
9172
9171
|
fileUrl: string | null;
|
9172
|
+
status?: string | undefined;
|
9173
9173
|
}>;
|
9174
9174
|
repliedMessage: z.ZodLazy<z.ZodObject<{
|
9175
9175
|
id: z.ZodString;
|
@@ -9178,7 +9178,7 @@ export declare const lineContract: {
|
|
9178
9178
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
9179
9179
|
message: z.ZodString;
|
9180
9180
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
9181
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
9181
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
9182
9182
|
readAt: z.ZodDate;
|
9183
9183
|
metadata: z.ZodAny;
|
9184
9184
|
platformId: z.ZodString;
|
@@ -9199,10 +9199,9 @@ export declare const lineContract: {
|
|
9199
9199
|
fileSize: z.ZodNumber;
|
9200
9200
|
fileKey: z.ZodString;
|
9201
9201
|
fileUrl: z.ZodNullable<z.ZodString>;
|
9202
|
-
status: z.
|
9202
|
+
status: z.ZodOptional<z.ZodString>;
|
9203
9203
|
}, "strip", z.ZodTypeAny, {
|
9204
9204
|
id: string;
|
9205
|
-
status: string | null;
|
9206
9205
|
createdAt: Date;
|
9207
9206
|
updatedAt: Date;
|
9208
9207
|
deletedAt: Date | null;
|
@@ -9211,9 +9210,9 @@ export declare const lineContract: {
|
|
9211
9210
|
bucketName: string;
|
9212
9211
|
fileSize: number;
|
9213
9212
|
fileUrl: string | null;
|
9213
|
+
status?: string | undefined;
|
9214
9214
|
}, {
|
9215
9215
|
id: string;
|
9216
|
-
status: string | null;
|
9217
9216
|
createdAt: Date;
|
9218
9217
|
updatedAt: Date;
|
9219
9218
|
deletedAt: Date | null;
|
@@ -9222,6 +9221,7 @@ export declare const lineContract: {
|
|
9222
9221
|
bucketName: string;
|
9223
9222
|
fileSize: number;
|
9224
9223
|
fileUrl: string | null;
|
9224
|
+
status?: string | undefined;
|
9225
9225
|
}>;
|
9226
9226
|
actor: z.ZodObject<{
|
9227
9227
|
id: z.ZodString;
|
@@ -9836,7 +9836,7 @@ export declare const lineContract: {
|
|
9836
9836
|
};
|
9837
9837
|
}>;
|
9838
9838
|
}, "strip", z.ZodTypeAny, {
|
9839
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
9839
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
9840
9840
|
message: string;
|
9841
9841
|
id: string;
|
9842
9842
|
url: string;
|
@@ -9890,7 +9890,6 @@ export declare const lineContract: {
|
|
9890
9890
|
};
|
9891
9891
|
upload: {
|
9892
9892
|
id: string;
|
9893
|
-
status: string | null;
|
9894
9893
|
createdAt: Date;
|
9895
9894
|
updatedAt: Date;
|
9896
9895
|
deletedAt: Date | null;
|
@@ -9899,6 +9898,7 @@ export declare const lineContract: {
|
|
9899
9898
|
bucketName: string;
|
9900
9899
|
fileSize: number;
|
9901
9900
|
fileUrl: string | null;
|
9901
|
+
status?: string | undefined;
|
9902
9902
|
};
|
9903
9903
|
assignee: {
|
9904
9904
|
id: string;
|
@@ -9998,7 +9998,7 @@ export declare const lineContract: {
|
|
9998
9998
|
metadata?: any;
|
9999
9999
|
template?: any;
|
10000
10000
|
}, {
|
10001
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
10001
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
10002
10002
|
message: string;
|
10003
10003
|
id: string;
|
10004
10004
|
url: string;
|
@@ -10052,7 +10052,6 @@ export declare const lineContract: {
|
|
10052
10052
|
};
|
10053
10053
|
upload: {
|
10054
10054
|
id: string;
|
10055
|
-
status: string | null;
|
10056
10055
|
createdAt: Date;
|
10057
10056
|
updatedAt: Date;
|
10058
10057
|
deletedAt: Date | null;
|
@@ -10061,6 +10060,7 @@ export declare const lineContract: {
|
|
10061
10060
|
bucketName: string;
|
10062
10061
|
fileSize: number;
|
10063
10062
|
fileUrl: string | null;
|
10063
|
+
status?: string | undefined;
|
10064
10064
|
};
|
10065
10065
|
assignee: {
|
10066
10066
|
id: string;
|
@@ -10798,7 +10798,7 @@ export declare const lineContract: {
|
|
10798
10798
|
isActive: boolean;
|
10799
10799
|
}>;
|
10800
10800
|
}, "strip", z.ZodTypeAny, {
|
10801
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
10801
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
10802
10802
|
message: string;
|
10803
10803
|
id: string;
|
10804
10804
|
url: string;
|
@@ -10852,7 +10852,6 @@ export declare const lineContract: {
|
|
10852
10852
|
};
|
10853
10853
|
upload: {
|
10854
10854
|
id: string;
|
10855
|
-
status: string | null;
|
10856
10855
|
createdAt: Date;
|
10857
10856
|
updatedAt: Date;
|
10858
10857
|
deletedAt: Date | null;
|
@@ -10861,6 +10860,7 @@ export declare const lineContract: {
|
|
10861
10860
|
bucketName: string;
|
10862
10861
|
fileSize: number;
|
10863
10862
|
fileUrl: string | null;
|
10863
|
+
status?: string | undefined;
|
10864
10864
|
};
|
10865
10865
|
assignee: {
|
10866
10866
|
id: string;
|
@@ -11082,7 +11082,6 @@ export declare const lineContract: {
|
|
11082
11082
|
dateValue: Date | null;
|
11083
11083
|
uploads: {
|
11084
11084
|
id: string;
|
11085
|
-
status: string | null;
|
11086
11085
|
createdAt: Date;
|
11087
11086
|
updatedAt: Date;
|
11088
11087
|
deletedAt: Date | null;
|
@@ -11091,6 +11090,7 @@ export declare const lineContract: {
|
|
11091
11090
|
bucketName: string;
|
11092
11091
|
fileSize: number;
|
11093
11092
|
fileUrl: string | null;
|
11093
|
+
status?: string | undefined;
|
11094
11094
|
}[];
|
11095
11095
|
}[];
|
11096
11096
|
company: {
|
@@ -11291,7 +11291,7 @@ export declare const lineContract: {
|
|
11291
11291
|
previewUrl: string;
|
11292
11292
|
imageSetId: string;
|
11293
11293
|
repliedMessage: {
|
11294
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
11294
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
11295
11295
|
message: string;
|
11296
11296
|
id: string;
|
11297
11297
|
url: string;
|
@@ -11345,7 +11345,6 @@ export declare const lineContract: {
|
|
11345
11345
|
};
|
11346
11346
|
upload: {
|
11347
11347
|
id: string;
|
11348
|
-
status: string | null;
|
11349
11348
|
createdAt: Date;
|
11350
11349
|
updatedAt: Date;
|
11351
11350
|
deletedAt: Date | null;
|
@@ -11354,6 +11353,7 @@ export declare const lineContract: {
|
|
11354
11353
|
bucketName: string;
|
11355
11354
|
fileSize: number;
|
11356
11355
|
fileUrl: string | null;
|
11356
|
+
status?: string | undefined;
|
11357
11357
|
};
|
11358
11358
|
assignee: {
|
11359
11359
|
id: string;
|
@@ -11500,7 +11500,7 @@ export declare const lineContract: {
|
|
11500
11500
|
metadata?: any;
|
11501
11501
|
template?: any;
|
11502
11502
|
}, {
|
11503
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
11503
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
11504
11504
|
message: string;
|
11505
11505
|
id: string;
|
11506
11506
|
url: string;
|
@@ -11554,7 +11554,6 @@ export declare const lineContract: {
|
|
11554
11554
|
};
|
11555
11555
|
upload: {
|
11556
11556
|
id: string;
|
11557
|
-
status: string | null;
|
11558
11557
|
createdAt: Date;
|
11559
11558
|
updatedAt: Date;
|
11560
11559
|
deletedAt: Date | null;
|
@@ -11563,6 +11562,7 @@ export declare const lineContract: {
|
|
11563
11562
|
bucketName: string;
|
11564
11563
|
fileSize: number;
|
11565
11564
|
fileUrl: string | null;
|
11565
|
+
status?: string | undefined;
|
11566
11566
|
};
|
11567
11567
|
assignee: {
|
11568
11568
|
id: string;
|
@@ -11784,7 +11784,6 @@ export declare const lineContract: {
|
|
11784
11784
|
dateValue: Date | null;
|
11785
11785
|
uploads: {
|
11786
11786
|
id: string;
|
11787
|
-
status: string | null;
|
11788
11787
|
createdAt: Date;
|
11789
11788
|
updatedAt: Date;
|
11790
11789
|
deletedAt: Date | null;
|
@@ -11793,6 +11792,7 @@ export declare const lineContract: {
|
|
11793
11792
|
bucketName: string;
|
11794
11793
|
fileSize: number;
|
11795
11794
|
fileUrl: string | null;
|
11795
|
+
status?: string | undefined;
|
11796
11796
|
}[];
|
11797
11797
|
}[];
|
11798
11798
|
company: {
|
@@ -11993,7 +11993,7 @@ export declare const lineContract: {
|
|
11993
11993
|
previewUrl: string;
|
11994
11994
|
imageSetId: string;
|
11995
11995
|
repliedMessage: {
|
11996
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
11996
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
11997
11997
|
message: string;
|
11998
11998
|
id: string;
|
11999
11999
|
url: string;
|
@@ -12047,7 +12047,6 @@ export declare const lineContract: {
|
|
12047
12047
|
};
|
12048
12048
|
upload: {
|
12049
12049
|
id: string;
|
12050
|
-
status: string | null;
|
12051
12050
|
createdAt: Date;
|
12052
12051
|
updatedAt: Date;
|
12053
12052
|
deletedAt: Date | null;
|
@@ -12056,6 +12055,7 @@ export declare const lineContract: {
|
|
12056
12055
|
bucketName: string;
|
12057
12056
|
fileSize: number;
|
12058
12057
|
fileUrl: string | null;
|
12058
|
+
status?: string | undefined;
|
12059
12059
|
};
|
12060
12060
|
assignee: {
|
12061
12061
|
id: string;
|
@@ -12203,7 +12203,7 @@ export declare const lineContract: {
|
|
12203
12203
|
template?: any;
|
12204
12204
|
}>>>;
|
12205
12205
|
}, "strip", z.ZodTypeAny, {
|
12206
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
12206
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
12207
12207
|
message: string;
|
12208
12208
|
id: string;
|
12209
12209
|
url: string;
|
@@ -12257,7 +12257,6 @@ export declare const lineContract: {
|
|
12257
12257
|
};
|
12258
12258
|
upload: {
|
12259
12259
|
id: string;
|
12260
|
-
status: string | null;
|
12261
12260
|
createdAt: Date;
|
12262
12261
|
updatedAt: Date;
|
12263
12262
|
deletedAt: Date | null;
|
@@ -12266,6 +12265,7 @@ export declare const lineContract: {
|
|
12266
12265
|
bucketName: string;
|
12267
12266
|
fileSize: number;
|
12268
12267
|
fileUrl: string | null;
|
12268
|
+
status?: string | undefined;
|
12269
12269
|
};
|
12270
12270
|
assignee: {
|
12271
12271
|
id: string;
|
@@ -12487,7 +12487,6 @@ export declare const lineContract: {
|
|
12487
12487
|
dateValue: Date | null;
|
12488
12488
|
uploads: {
|
12489
12489
|
id: string;
|
12490
|
-
status: string | null;
|
12491
12490
|
createdAt: Date;
|
12492
12491
|
updatedAt: Date;
|
12493
12492
|
deletedAt: Date | null;
|
@@ -12496,6 +12495,7 @@ export declare const lineContract: {
|
|
12496
12495
|
bucketName: string;
|
12497
12496
|
fileSize: number;
|
12498
12497
|
fileUrl: string | null;
|
12498
|
+
status?: string | undefined;
|
12499
12499
|
}[];
|
12500
12500
|
}[];
|
12501
12501
|
company: {
|
@@ -12696,7 +12696,7 @@ export declare const lineContract: {
|
|
12696
12696
|
previewUrl: string;
|
12697
12697
|
imageSetId: string;
|
12698
12698
|
repliedMessage: {
|
12699
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
12699
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
12700
12700
|
message: string;
|
12701
12701
|
id: string;
|
12702
12702
|
url: string;
|
@@ -12750,7 +12750,6 @@ export declare const lineContract: {
|
|
12750
12750
|
};
|
12751
12751
|
upload: {
|
12752
12752
|
id: string;
|
12753
|
-
status: string | null;
|
12754
12753
|
createdAt: Date;
|
12755
12754
|
updatedAt: Date;
|
12756
12755
|
deletedAt: Date | null;
|
@@ -12759,6 +12758,7 @@ export declare const lineContract: {
|
|
12759
12758
|
bucketName: string;
|
12760
12759
|
fileSize: number;
|
12761
12760
|
fileUrl: string | null;
|
12761
|
+
status?: string | undefined;
|
12762
12762
|
};
|
12763
12763
|
assignee: {
|
12764
12764
|
id: string;
|
@@ -12905,7 +12905,7 @@ export declare const lineContract: {
|
|
12905
12905
|
template?: any;
|
12906
12906
|
metadata?: any;
|
12907
12907
|
fromMessage?: {
|
12908
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
12908
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
12909
12909
|
message: string;
|
12910
12910
|
id: string;
|
12911
12911
|
url: string;
|
@@ -12959,7 +12959,6 @@ export declare const lineContract: {
|
|
12959
12959
|
};
|
12960
12960
|
upload: {
|
12961
12961
|
id: string;
|
12962
|
-
status: string | null;
|
12963
12962
|
createdAt: Date;
|
12964
12963
|
updatedAt: Date;
|
12965
12964
|
deletedAt: Date | null;
|
@@ -12968,6 +12967,7 @@ export declare const lineContract: {
|
|
12968
12967
|
bucketName: string;
|
12969
12968
|
fileSize: number;
|
12970
12969
|
fileUrl: string | null;
|
12970
|
+
status?: string | undefined;
|
12971
12971
|
};
|
12972
12972
|
assignee: {
|
12973
12973
|
id: string;
|
@@ -13189,7 +13189,6 @@ export declare const lineContract: {
|
|
13189
13189
|
dateValue: Date | null;
|
13190
13190
|
uploads: {
|
13191
13191
|
id: string;
|
13192
|
-
status: string | null;
|
13193
13192
|
createdAt: Date;
|
13194
13193
|
updatedAt: Date;
|
13195
13194
|
deletedAt: Date | null;
|
@@ -13198,6 +13197,7 @@ export declare const lineContract: {
|
|
13198
13197
|
bucketName: string;
|
13199
13198
|
fileSize: number;
|
13200
13199
|
fileUrl: string | null;
|
13200
|
+
status?: string | undefined;
|
13201
13201
|
}[];
|
13202
13202
|
}[];
|
13203
13203
|
company: {
|
@@ -13398,7 +13398,7 @@ export declare const lineContract: {
|
|
13398
13398
|
previewUrl: string;
|
13399
13399
|
imageSetId: string;
|
13400
13400
|
repliedMessage: {
|
13401
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
13401
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
13402
13402
|
message: string;
|
13403
13403
|
id: string;
|
13404
13404
|
url: string;
|
@@ -13452,7 +13452,6 @@ export declare const lineContract: {
|
|
13452
13452
|
};
|
13453
13453
|
upload: {
|
13454
13454
|
id: string;
|
13455
|
-
status: string | null;
|
13456
13455
|
createdAt: Date;
|
13457
13456
|
updatedAt: Date;
|
13458
13457
|
deletedAt: Date | null;
|
@@ -13461,6 +13460,7 @@ export declare const lineContract: {
|
|
13461
13460
|
bucketName: string;
|
13462
13461
|
fileSize: number;
|
13463
13462
|
fileUrl: string | null;
|
13463
|
+
status?: string | undefined;
|
13464
13464
|
};
|
13465
13465
|
assignee: {
|
13466
13466
|
id: string;
|
@@ -13608,7 +13608,7 @@ export declare const lineContract: {
|
|
13608
13608
|
template?: any;
|
13609
13609
|
} | null | undefined;
|
13610
13610
|
}, {
|
13611
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
13611
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
13612
13612
|
message: string;
|
13613
13613
|
id: string;
|
13614
13614
|
url: string;
|
@@ -13662,7 +13662,6 @@ export declare const lineContract: {
|
|
13662
13662
|
};
|
13663
13663
|
upload: {
|
13664
13664
|
id: string;
|
13665
|
-
status: string | null;
|
13666
13665
|
createdAt: Date;
|
13667
13666
|
updatedAt: Date;
|
13668
13667
|
deletedAt: Date | null;
|
@@ -13671,6 +13670,7 @@ export declare const lineContract: {
|
|
13671
13670
|
bucketName: string;
|
13672
13671
|
fileSize: number;
|
13673
13672
|
fileUrl: string | null;
|
13673
|
+
status?: string | undefined;
|
13674
13674
|
};
|
13675
13675
|
assignee: {
|
13676
13676
|
id: string;
|
@@ -13892,7 +13892,6 @@ export declare const lineContract: {
|
|
13892
13892
|
dateValue: Date | null;
|
13893
13893
|
uploads: {
|
13894
13894
|
id: string;
|
13895
|
-
status: string | null;
|
13896
13895
|
createdAt: Date;
|
13897
13896
|
updatedAt: Date;
|
13898
13897
|
deletedAt: Date | null;
|
@@ -13901,6 +13900,7 @@ export declare const lineContract: {
|
|
13901
13900
|
bucketName: string;
|
13902
13901
|
fileSize: number;
|
13903
13902
|
fileUrl: string | null;
|
13903
|
+
status?: string | undefined;
|
13904
13904
|
}[];
|
13905
13905
|
}[];
|
13906
13906
|
company: {
|
@@ -14101,7 +14101,7 @@ export declare const lineContract: {
|
|
14101
14101
|
previewUrl: string;
|
14102
14102
|
imageSetId: string;
|
14103
14103
|
repliedMessage: {
|
14104
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
14104
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
14105
14105
|
message: string;
|
14106
14106
|
id: string;
|
14107
14107
|
url: string;
|
@@ -14155,7 +14155,6 @@ export declare const lineContract: {
|
|
14155
14155
|
};
|
14156
14156
|
upload: {
|
14157
14157
|
id: string;
|
14158
|
-
status: string | null;
|
14159
14158
|
createdAt: Date;
|
14160
14159
|
updatedAt: Date;
|
14161
14160
|
deletedAt: Date | null;
|
@@ -14164,6 +14163,7 @@ export declare const lineContract: {
|
|
14164
14163
|
bucketName: string;
|
14165
14164
|
fileSize: number;
|
14166
14165
|
fileUrl: string | null;
|
14166
|
+
status?: string | undefined;
|
14167
14167
|
};
|
14168
14168
|
assignee: {
|
14169
14169
|
id: string;
|
@@ -14310,7 +14310,7 @@ export declare const lineContract: {
|
|
14310
14310
|
template?: any;
|
14311
14311
|
metadata?: any;
|
14312
14312
|
fromMessage?: {
|
14313
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
14313
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
14314
14314
|
message: string;
|
14315
14315
|
id: string;
|
14316
14316
|
url: string;
|
@@ -14364,7 +14364,6 @@ export declare const lineContract: {
|
|
14364
14364
|
};
|
14365
14365
|
upload: {
|
14366
14366
|
id: string;
|
14367
|
-
status: string | null;
|
14368
14367
|
createdAt: Date;
|
14369
14368
|
updatedAt: Date;
|
14370
14369
|
deletedAt: Date | null;
|
@@ -14373,6 +14372,7 @@ export declare const lineContract: {
|
|
14373
14372
|
bucketName: string;
|
14374
14373
|
fileSize: number;
|
14375
14374
|
fileUrl: string | null;
|
14375
|
+
status?: string | undefined;
|
14376
14376
|
};
|
14377
14377
|
assignee: {
|
14378
14378
|
id: string;
|
@@ -14594,7 +14594,6 @@ export declare const lineContract: {
|
|
14594
14594
|
dateValue: Date | null;
|
14595
14595
|
uploads: {
|
14596
14596
|
id: string;
|
14597
|
-
status: string | null;
|
14598
14597
|
createdAt: Date;
|
14599
14598
|
updatedAt: Date;
|
14600
14599
|
deletedAt: Date | null;
|
@@ -14603,6 +14602,7 @@ export declare const lineContract: {
|
|
14603
14602
|
bucketName: string;
|
14604
14603
|
fileSize: number;
|
14605
14604
|
fileUrl: string | null;
|
14605
|
+
status?: string | undefined;
|
14606
14606
|
}[];
|
14607
14607
|
}[];
|
14608
14608
|
company: {
|
@@ -14803,7 +14803,7 @@ export declare const lineContract: {
|
|
14803
14803
|
previewUrl: string;
|
14804
14804
|
imageSetId: string;
|
14805
14805
|
repliedMessage: {
|
14806
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
14806
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
14807
14807
|
message: string;
|
14808
14808
|
id: string;
|
14809
14809
|
url: string;
|
@@ -14857,7 +14857,6 @@ export declare const lineContract: {
|
|
14857
14857
|
};
|
14858
14858
|
upload: {
|
14859
14859
|
id: string;
|
14860
|
-
status: string | null;
|
14861
14860
|
createdAt: Date;
|
14862
14861
|
updatedAt: Date;
|
14863
14862
|
deletedAt: Date | null;
|
@@ -14866,6 +14865,7 @@ export declare const lineContract: {
|
|
14866
14865
|
bucketName: string;
|
14867
14866
|
fileSize: number;
|
14868
14867
|
fileUrl: string | null;
|
14868
|
+
status?: string | undefined;
|
14869
14869
|
};
|
14870
14870
|
assignee: {
|
14871
14871
|
id: string;
|
@@ -15015,7 +15015,7 @@ export declare const lineContract: {
|
|
15015
15015
|
}>;
|
15016
15016
|
}, "strip", z.ZodTypeAny, {
|
15017
15017
|
data: {
|
15018
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
15018
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
15019
15019
|
message: string;
|
15020
15020
|
id: string;
|
15021
15021
|
url: string;
|
@@ -15069,7 +15069,6 @@ export declare const lineContract: {
|
|
15069
15069
|
};
|
15070
15070
|
upload: {
|
15071
15071
|
id: string;
|
15072
|
-
status: string | null;
|
15073
15072
|
createdAt: Date;
|
15074
15073
|
updatedAt: Date;
|
15075
15074
|
deletedAt: Date | null;
|
@@ -15078,6 +15077,7 @@ export declare const lineContract: {
|
|
15078
15077
|
bucketName: string;
|
15079
15078
|
fileSize: number;
|
15080
15079
|
fileUrl: string | null;
|
15080
|
+
status?: string | undefined;
|
15081
15081
|
};
|
15082
15082
|
assignee: {
|
15083
15083
|
id: string;
|
@@ -15299,7 +15299,6 @@ export declare const lineContract: {
|
|
15299
15299
|
dateValue: Date | null;
|
15300
15300
|
uploads: {
|
15301
15301
|
id: string;
|
15302
|
-
status: string | null;
|
15303
15302
|
createdAt: Date;
|
15304
15303
|
updatedAt: Date;
|
15305
15304
|
deletedAt: Date | null;
|
@@ -15308,6 +15307,7 @@ export declare const lineContract: {
|
|
15308
15307
|
bucketName: string;
|
15309
15308
|
fileSize: number;
|
15310
15309
|
fileUrl: string | null;
|
15310
|
+
status?: string | undefined;
|
15311
15311
|
}[];
|
15312
15312
|
}[];
|
15313
15313
|
company: {
|
@@ -15508,7 +15508,7 @@ export declare const lineContract: {
|
|
15508
15508
|
previewUrl: string;
|
15509
15509
|
imageSetId: string;
|
15510
15510
|
repliedMessage: {
|
15511
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
15511
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
15512
15512
|
message: string;
|
15513
15513
|
id: string;
|
15514
15514
|
url: string;
|
@@ -15562,7 +15562,6 @@ export declare const lineContract: {
|
|
15562
15562
|
};
|
15563
15563
|
upload: {
|
15564
15564
|
id: string;
|
15565
|
-
status: string | null;
|
15566
15565
|
createdAt: Date;
|
15567
15566
|
updatedAt: Date;
|
15568
15567
|
deletedAt: Date | null;
|
@@ -15571,6 +15570,7 @@ export declare const lineContract: {
|
|
15571
15570
|
bucketName: string;
|
15572
15571
|
fileSize: number;
|
15573
15572
|
fileUrl: string | null;
|
15573
|
+
status?: string | undefined;
|
15574
15574
|
};
|
15575
15575
|
assignee: {
|
15576
15576
|
id: string;
|
@@ -15717,7 +15717,7 @@ export declare const lineContract: {
|
|
15717
15717
|
template?: any;
|
15718
15718
|
metadata?: any;
|
15719
15719
|
fromMessage?: {
|
15720
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
15720
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
15721
15721
|
message: string;
|
15722
15722
|
id: string;
|
15723
15723
|
url: string;
|
@@ -15771,7 +15771,6 @@ export declare const lineContract: {
|
|
15771
15771
|
};
|
15772
15772
|
upload: {
|
15773
15773
|
id: string;
|
15774
|
-
status: string | null;
|
15775
15774
|
createdAt: Date;
|
15776
15775
|
updatedAt: Date;
|
15777
15776
|
deletedAt: Date | null;
|
@@ -15780,6 +15779,7 @@ export declare const lineContract: {
|
|
15780
15779
|
bucketName: string;
|
15781
15780
|
fileSize: number;
|
15782
15781
|
fileUrl: string | null;
|
15782
|
+
status?: string | undefined;
|
15783
15783
|
};
|
15784
15784
|
assignee: {
|
15785
15785
|
id: string;
|
@@ -16001,7 +16001,6 @@ export declare const lineContract: {
|
|
16001
16001
|
dateValue: Date | null;
|
16002
16002
|
uploads: {
|
16003
16003
|
id: string;
|
16004
|
-
status: string | null;
|
16005
16004
|
createdAt: Date;
|
16006
16005
|
updatedAt: Date;
|
16007
16006
|
deletedAt: Date | null;
|
@@ -16010,6 +16009,7 @@ export declare const lineContract: {
|
|
16010
16009
|
bucketName: string;
|
16011
16010
|
fileSize: number;
|
16012
16011
|
fileUrl: string | null;
|
16012
|
+
status?: string | undefined;
|
16013
16013
|
}[];
|
16014
16014
|
}[];
|
16015
16015
|
company: {
|
@@ -16210,7 +16210,7 @@ export declare const lineContract: {
|
|
16210
16210
|
previewUrl: string;
|
16211
16211
|
imageSetId: string;
|
16212
16212
|
repliedMessage: {
|
16213
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
16213
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
16214
16214
|
message: string;
|
16215
16215
|
id: string;
|
16216
16216
|
url: string;
|
@@ -16264,7 +16264,6 @@ export declare const lineContract: {
|
|
16264
16264
|
};
|
16265
16265
|
upload: {
|
16266
16266
|
id: string;
|
16267
|
-
status: string | null;
|
16268
16267
|
createdAt: Date;
|
16269
16268
|
updatedAt: Date;
|
16270
16269
|
deletedAt: Date | null;
|
@@ -16273,6 +16272,7 @@ export declare const lineContract: {
|
|
16273
16272
|
bucketName: string;
|
16274
16273
|
fileSize: number;
|
16275
16274
|
fileUrl: string | null;
|
16275
|
+
status?: string | undefined;
|
16276
16276
|
};
|
16277
16277
|
assignee: {
|
16278
16278
|
id: string;
|
@@ -16423,7 +16423,7 @@ export declare const lineContract: {
|
|
16423
16423
|
requestId: string;
|
16424
16424
|
}, {
|
16425
16425
|
data: {
|
16426
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
16426
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
16427
16427
|
message: string;
|
16428
16428
|
id: string;
|
16429
16429
|
url: string;
|
@@ -16477,7 +16477,6 @@ export declare const lineContract: {
|
|
16477
16477
|
};
|
16478
16478
|
upload: {
|
16479
16479
|
id: string;
|
16480
|
-
status: string | null;
|
16481
16480
|
createdAt: Date;
|
16482
16481
|
updatedAt: Date;
|
16483
16482
|
deletedAt: Date | null;
|
@@ -16486,6 +16485,7 @@ export declare const lineContract: {
|
|
16486
16485
|
bucketName: string;
|
16487
16486
|
fileSize: number;
|
16488
16487
|
fileUrl: string | null;
|
16488
|
+
status?: string | undefined;
|
16489
16489
|
};
|
16490
16490
|
assignee: {
|
16491
16491
|
id: string;
|
@@ -16707,7 +16707,6 @@ export declare const lineContract: {
|
|
16707
16707
|
dateValue: Date | null;
|
16708
16708
|
uploads: {
|
16709
16709
|
id: string;
|
16710
|
-
status: string | null;
|
16711
16710
|
createdAt: Date;
|
16712
16711
|
updatedAt: Date;
|
16713
16712
|
deletedAt: Date | null;
|
@@ -16716,6 +16715,7 @@ export declare const lineContract: {
|
|
16716
16715
|
bucketName: string;
|
16717
16716
|
fileSize: number;
|
16718
16717
|
fileUrl: string | null;
|
16718
|
+
status?: string | undefined;
|
16719
16719
|
}[];
|
16720
16720
|
}[];
|
16721
16721
|
company: {
|
@@ -16916,7 +16916,7 @@ export declare const lineContract: {
|
|
16916
16916
|
previewUrl: string;
|
16917
16917
|
imageSetId: string;
|
16918
16918
|
repliedMessage: {
|
16919
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
16919
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
16920
16920
|
message: string;
|
16921
16921
|
id: string;
|
16922
16922
|
url: string;
|
@@ -16970,7 +16970,6 @@ export declare const lineContract: {
|
|
16970
16970
|
};
|
16971
16971
|
upload: {
|
16972
16972
|
id: string;
|
16973
|
-
status: string | null;
|
16974
16973
|
createdAt: Date;
|
16975
16974
|
updatedAt: Date;
|
16976
16975
|
deletedAt: Date | null;
|
@@ -16979,6 +16978,7 @@ export declare const lineContract: {
|
|
16979
16978
|
bucketName: string;
|
16980
16979
|
fileSize: number;
|
16981
16980
|
fileUrl: string | null;
|
16981
|
+
status?: string | undefined;
|
16982
16982
|
};
|
16983
16983
|
assignee: {
|
16984
16984
|
id: string;
|
@@ -17125,7 +17125,7 @@ export declare const lineContract: {
|
|
17125
17125
|
template?: any;
|
17126
17126
|
metadata?: any;
|
17127
17127
|
fromMessage?: {
|
17128
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
17128
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
17129
17129
|
message: string;
|
17130
17130
|
id: string;
|
17131
17131
|
url: string;
|
@@ -17179,7 +17179,6 @@ export declare const lineContract: {
|
|
17179
17179
|
};
|
17180
17180
|
upload: {
|
17181
17181
|
id: string;
|
17182
|
-
status: string | null;
|
17183
17182
|
createdAt: Date;
|
17184
17183
|
updatedAt: Date;
|
17185
17184
|
deletedAt: Date | null;
|
@@ -17188,6 +17187,7 @@ export declare const lineContract: {
|
|
17188
17187
|
bucketName: string;
|
17189
17188
|
fileSize: number;
|
17190
17189
|
fileUrl: string | null;
|
17190
|
+
status?: string | undefined;
|
17191
17191
|
};
|
17192
17192
|
assignee: {
|
17193
17193
|
id: string;
|
@@ -17409,7 +17409,6 @@ export declare const lineContract: {
|
|
17409
17409
|
dateValue: Date | null;
|
17410
17410
|
uploads: {
|
17411
17411
|
id: string;
|
17412
|
-
status: string | null;
|
17413
17412
|
createdAt: Date;
|
17414
17413
|
updatedAt: Date;
|
17415
17414
|
deletedAt: Date | null;
|
@@ -17418,6 +17417,7 @@ export declare const lineContract: {
|
|
17418
17417
|
bucketName: string;
|
17419
17418
|
fileSize: number;
|
17420
17419
|
fileUrl: string | null;
|
17420
|
+
status?: string | undefined;
|
17421
17421
|
}[];
|
17422
17422
|
}[];
|
17423
17423
|
company: {
|
@@ -17618,7 +17618,7 @@ export declare const lineContract: {
|
|
17618
17618
|
previewUrl: string;
|
17619
17619
|
imageSetId: string;
|
17620
17620
|
repliedMessage: {
|
17621
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
17621
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
17622
17622
|
message: string;
|
17623
17623
|
id: string;
|
17624
17624
|
url: string;
|
@@ -17672,7 +17672,6 @@ export declare const lineContract: {
|
|
17672
17672
|
};
|
17673
17673
|
upload: {
|
17674
17674
|
id: string;
|
17675
|
-
status: string | null;
|
17676
17675
|
createdAt: Date;
|
17677
17676
|
updatedAt: Date;
|
17678
17677
|
deletedAt: Date | null;
|
@@ -17681,6 +17680,7 @@ export declare const lineContract: {
|
|
17681
17680
|
bucketName: string;
|
17682
17681
|
fileSize: number;
|
17683
17682
|
fileUrl: string | null;
|
17683
|
+
status?: string | undefined;
|
17684
17684
|
};
|
17685
17685
|
assignee: {
|
17686
17686
|
id: string;
|