@kl1/contracts 1.1.78-uat → 1.1.80-uat

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. package/dist/api-contracts/src/automation-queue/index.d.ts +3410 -0
  2. package/dist/api-contracts/src/automation-queue/index.d.ts.map +1 -0
  3. package/dist/api-contracts/src/automation-queue/schema.d.ts +618 -0
  4. package/dist/api-contracts/src/automation-queue/schema.d.ts.map +1 -0
  5. package/dist/api-contracts/src/automation-queue/validation.d.ts +52 -0
  6. package/dist/api-contracts/src/automation-queue/validation.d.ts.map +1 -0
  7. package/dist/api-contracts/src/chat/index.d.ts +145 -145
  8. package/dist/api-contracts/src/chat/schema.d.ts +64 -76
  9. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  10. package/dist/api-contracts/src/chat/validation.d.ts +51 -51
  11. package/dist/api-contracts/src/comment/index.d.ts +1 -1
  12. package/dist/api-contracts/src/comment/validation.d.ts +1 -1
  13. package/dist/api-contracts/src/contract.d.ts +219 -219
  14. package/dist/api-contracts/src/facebook-feed/index.d.ts +43 -43
  15. package/dist/api-contracts/src/facebook-feed/schema.d.ts +3 -3
  16. package/dist/api-contracts/src/hold-label/index.d.ts +1 -1
  17. package/dist/api-contracts/src/index.d.ts +1 -0
  18. package/dist/api-contracts/src/index.d.ts.map +1 -1
  19. package/dist/api-contracts/src/instagram/index.d.ts +33 -33
  20. package/dist/api-contracts/src/line/index.d.ts +38 -38
  21. package/dist/api-contracts/src/line/validation.d.ts +5 -5
  22. package/dist/api-contracts/src/messenger/index.d.ts +33 -33
  23. package/dist/api-contracts/src/sms/index.d.ts +5 -5
  24. package/dist/api-contracts/src/viber/index.d.ts +33 -33
  25. package/dist/api-contracts/src/webchat/index.d.ts +33 -33
  26. package/dist/entities/src/enums/chat.d.ts +2 -0
  27. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  28. package/dist/index.js +491 -388
  29. package/dist/index.js.map +1 -1
  30. package/dist/index.mjs +490 -388
  31. package/dist/index.mjs.map +1 -1
  32. package/package.json +1 -1
@@ -370,7 +370,7 @@ export declare const lineContract: {
370
370
  message: z.ZodObject<{
371
371
  message: z.ZodOptional<z.ZodString>;
372
372
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
373
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
373
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
374
374
  readAt: z.ZodOptional<z.ZodDate>;
375
375
  metadata: z.ZodOptional<z.ZodAny>;
376
376
  platformId: z.ZodOptional<z.ZodString>;
@@ -414,7 +414,7 @@ export declare const lineContract: {
414
414
  phone: string | null;
415
415
  }>;
416
416
  }, "strip", z.ZodTypeAny, {
417
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
417
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
418
418
  direction: "incoming" | "outgoing" | "system";
419
419
  sender: {
420
420
  address: string | null;
@@ -440,7 +440,7 @@ export declare const lineContract: {
440
440
  previewUrl?: string | undefined;
441
441
  imageSetId?: string | undefined;
442
442
  }, {
443
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
443
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
444
444
  direction: "incoming" | "outgoing" | "system";
445
445
  sender: {
446
446
  address: string | null;
@@ -468,7 +468,7 @@ export declare const lineContract: {
468
468
  }>;
469
469
  }, "strip", z.ZodTypeAny, {
470
470
  message: {
471
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
471
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
472
472
  direction: "incoming" | "outgoing" | "system";
473
473
  sender: {
474
474
  address: string | null;
@@ -561,7 +561,7 @@ export declare const lineContract: {
561
561
  stickerId: number;
562
562
  }, {
563
563
  message: {
564
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
564
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
565
565
  direction: "incoming" | "outgoing" | "system";
566
566
  sender: {
567
567
  address: string | null;
@@ -1378,7 +1378,7 @@ export declare const lineContract: {
1378
1378
  id: z.ZodOptional<z.ZodString>;
1379
1379
  message: z.ZodOptional<z.ZodString>;
1380
1380
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
1381
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
1381
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
1382
1382
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
1383
1383
  metadata: z.ZodOptional<z.ZodAny>;
1384
1384
  platformId: z.ZodOptional<z.ZodString>;
@@ -1433,7 +1433,7 @@ export declare const lineContract: {
1433
1433
  isEdited: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1434
1434
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
1435
1435
  }, "strip", z.ZodTypeAny, {
1436
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
1436
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
1437
1437
  direction: "incoming" | "outgoing" | "system";
1438
1438
  message?: string | undefined;
1439
1439
  id?: string | undefined;
@@ -1467,7 +1467,7 @@ export declare const lineContract: {
1467
1467
  isEdited?: boolean | null | undefined;
1468
1468
  editedAt?: string | Date | null | undefined;
1469
1469
  }, {
1470
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
1470
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
1471
1471
  direction: "incoming" | "outgoing" | "system";
1472
1472
  message?: string | undefined;
1473
1473
  id?: string | undefined;
@@ -1503,7 +1503,7 @@ export declare const lineContract: {
1503
1503
  }>;
1504
1504
  }, "strip", z.ZodTypeAny, {
1505
1505
  message: {
1506
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
1506
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
1507
1507
  direction: "incoming" | "outgoing" | "system";
1508
1508
  message?: string | undefined;
1509
1509
  id?: string | undefined;
@@ -1614,7 +1614,7 @@ export declare const lineContract: {
1614
1614
  isBot: boolean | null;
1615
1615
  }, {
1616
1616
  message: {
1617
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
1617
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
1618
1618
  direction: "incoming" | "outgoing" | "system";
1619
1619
  message?: string | undefined;
1620
1620
  id?: string | undefined;
@@ -1738,7 +1738,7 @@ export declare const lineContract: {
1738
1738
  }, {
1739
1739
  message: z.ZodString;
1740
1740
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
1741
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
1741
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
1742
1742
  readAt: z.ZodDate;
1743
1743
  metadata: z.ZodAny;
1744
1744
  platformId: z.ZodString;
@@ -4791,7 +4791,7 @@ export declare const lineContract: {
4791
4791
  }, {
4792
4792
  message: z.ZodString;
4793
4793
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
4794
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
4794
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
4795
4795
  readAt: z.ZodDate;
4796
4796
  metadata: z.ZodAny;
4797
4797
  platformId: z.ZodString;
@@ -5450,7 +5450,7 @@ export declare const lineContract: {
5450
5450
  };
5451
5451
  }>;
5452
5452
  }>, "strip", z.ZodTypeAny, {
5453
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
5453
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
5454
5454
  message: string;
5455
5455
  id: string;
5456
5456
  url: string;
@@ -5612,7 +5612,7 @@ export declare const lineContract: {
5612
5612
  template?: any;
5613
5613
  metadata?: any;
5614
5614
  }, {
5615
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
5615
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
5616
5616
  message: string;
5617
5617
  id: string;
5618
5618
  url: string;
@@ -6422,7 +6422,7 @@ export declare const lineContract: {
6422
6422
  }, {
6423
6423
  message: z.ZodString;
6424
6424
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
6425
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
6425
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
6426
6426
  readAt: z.ZodDate;
6427
6427
  metadata: z.ZodAny;
6428
6428
  platformId: z.ZodString;
@@ -9475,7 +9475,7 @@ export declare const lineContract: {
9475
9475
  }, {
9476
9476
  message: z.ZodString;
9477
9477
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
9478
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
9478
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
9479
9479
  readAt: z.ZodDate;
9480
9480
  metadata: z.ZodAny;
9481
9481
  platformId: z.ZodString;
@@ -10134,7 +10134,7 @@ export declare const lineContract: {
10134
10134
  };
10135
10135
  }>;
10136
10136
  }>, "strip", z.ZodTypeAny, {
10137
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
10137
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
10138
10138
  message: string;
10139
10139
  id: string;
10140
10140
  url: string;
@@ -10296,7 +10296,7 @@ export declare const lineContract: {
10296
10296
  template?: any;
10297
10297
  metadata?: any;
10298
10298
  }, {
10299
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
10299
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
10300
10300
  message: string;
10301
10301
  id: string;
10302
10302
  url: string;
@@ -11098,7 +11098,7 @@ export declare const lineContract: {
11098
11098
  }>;
11099
11099
  editedMessageid: z.ZodString;
11100
11100
  }>, "strip", z.ZodTypeAny, {
11101
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
11101
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
11102
11102
  message: string;
11103
11103
  id: string;
11104
11104
  url: string;
@@ -11596,7 +11596,7 @@ export declare const lineContract: {
11596
11596
  previewUrl: string;
11597
11597
  imageSetId: string;
11598
11598
  repliedMessage: {
11599
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
11599
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
11600
11600
  message: string;
11601
11601
  id: string;
11602
11602
  url: string;
@@ -11806,7 +11806,7 @@ export declare const lineContract: {
11806
11806
  template?: any;
11807
11807
  metadata?: any;
11808
11808
  }, {
11809
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
11809
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
11810
11810
  message: string;
11811
11811
  id: string;
11812
11812
  url: string;
@@ -12304,7 +12304,7 @@ export declare const lineContract: {
12304
12304
  previewUrl: string;
12305
12305
  imageSetId: string;
12306
12306
  repliedMessage: {
12307
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
12307
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
12308
12308
  message: string;
12309
12309
  id: string;
12310
12310
  url: string;
@@ -12515,7 +12515,7 @@ export declare const lineContract: {
12515
12515
  metadata?: any;
12516
12516
  }>>>;
12517
12517
  }>, "strip", z.ZodTypeAny, {
12518
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
12518
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
12519
12519
  message: string;
12520
12520
  id: string;
12521
12521
  url: string;
@@ -13013,7 +13013,7 @@ export declare const lineContract: {
13013
13013
  previewUrl: string;
13014
13014
  imageSetId: string;
13015
13015
  repliedMessage: {
13016
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
13016
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
13017
13017
  message: string;
13018
13018
  id: string;
13019
13019
  url: string;
@@ -13223,7 +13223,7 @@ export declare const lineContract: {
13223
13223
  template?: any;
13224
13224
  metadata?: any;
13225
13225
  fromMessage?: {
13226
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
13226
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
13227
13227
  message: string;
13228
13228
  id: string;
13229
13229
  url: string;
@@ -13721,7 +13721,7 @@ export declare const lineContract: {
13721
13721
  previewUrl: string;
13722
13722
  imageSetId: string;
13723
13723
  repliedMessage: {
13724
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
13724
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
13725
13725
  message: string;
13726
13726
  id: string;
13727
13727
  url: string;
@@ -13932,7 +13932,7 @@ export declare const lineContract: {
13932
13932
  metadata?: any;
13933
13933
  } | null | undefined;
13934
13934
  }, {
13935
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
13935
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
13936
13936
  message: string;
13937
13937
  id: string;
13938
13938
  url: string;
@@ -14430,7 +14430,7 @@ export declare const lineContract: {
14430
14430
  previewUrl: string;
14431
14431
  imageSetId: string;
14432
14432
  repliedMessage: {
14433
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
14433
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
14434
14434
  message: string;
14435
14435
  id: string;
14436
14436
  url: string;
@@ -14640,7 +14640,7 @@ export declare const lineContract: {
14640
14640
  template?: any;
14641
14641
  metadata?: any;
14642
14642
  fromMessage?: {
14643
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
14643
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
14644
14644
  message: string;
14645
14645
  id: string;
14646
14646
  url: string;
@@ -15138,7 +15138,7 @@ export declare const lineContract: {
15138
15138
  previewUrl: string;
15139
15139
  imageSetId: string;
15140
15140
  repliedMessage: {
15141
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
15141
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
15142
15142
  message: string;
15143
15143
  id: string;
15144
15144
  url: string;
@@ -15351,7 +15351,7 @@ export declare const lineContract: {
15351
15351
  }>;
15352
15352
  }>, "strip", z.ZodTypeAny, {
15353
15353
  data: {
15354
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
15354
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
15355
15355
  message: string;
15356
15356
  id: string;
15357
15357
  url: string;
@@ -15849,7 +15849,7 @@ export declare const lineContract: {
15849
15849
  previewUrl: string;
15850
15850
  imageSetId: string;
15851
15851
  repliedMessage: {
15852
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
15852
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
15853
15853
  message: string;
15854
15854
  id: string;
15855
15855
  url: string;
@@ -16059,7 +16059,7 @@ export declare const lineContract: {
16059
16059
  template?: any;
16060
16060
  metadata?: any;
16061
16061
  fromMessage?: {
16062
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
16062
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
16063
16063
  message: string;
16064
16064
  id: string;
16065
16065
  url: string;
@@ -16557,7 +16557,7 @@ export declare const lineContract: {
16557
16557
  previewUrl: string;
16558
16558
  imageSetId: string;
16559
16559
  repliedMessage: {
16560
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
16560
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
16561
16561
  message: string;
16562
16562
  id: string;
16563
16563
  url: string;
@@ -16771,7 +16771,7 @@ export declare const lineContract: {
16771
16771
  requestId: string;
16772
16772
  }, {
16773
16773
  data: {
16774
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
16774
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
16775
16775
  message: string;
16776
16776
  id: string;
16777
16777
  url: string;
@@ -17269,7 +17269,7 @@ export declare const lineContract: {
17269
17269
  previewUrl: string;
17270
17270
  imageSetId: string;
17271
17271
  repliedMessage: {
17272
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
17272
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
17273
17273
  message: string;
17274
17274
  id: string;
17275
17275
  url: string;
@@ -17479,7 +17479,7 @@ export declare const lineContract: {
17479
17479
  template?: any;
17480
17480
  metadata?: any;
17481
17481
  fromMessage?: {
17482
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
17482
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
17483
17483
  message: string;
17484
17484
  id: string;
17485
17485
  url: string;
@@ -17977,7 +17977,7 @@ export declare const lineContract: {
17977
17977
  previewUrl: string;
17978
17978
  imageSetId: string;
17979
17979
  repliedMessage: {
17980
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
17980
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
17981
17981
  message: string;
17982
17982
  id: string;
17983
17983
  url: string;
@@ -366,7 +366,7 @@ export declare const SendLineStickerSchema: z.ZodObject<{
366
366
  message: z.ZodObject<{
367
367
  message: z.ZodOptional<z.ZodString>;
368
368
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
369
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
369
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
370
370
  readAt: z.ZodOptional<z.ZodDate>;
371
371
  metadata: z.ZodOptional<z.ZodAny>;
372
372
  platformId: z.ZodOptional<z.ZodString>;
@@ -410,7 +410,7 @@ export declare const SendLineStickerSchema: z.ZodObject<{
410
410
  phone: string | null;
411
411
  }>;
412
412
  }, "strip", z.ZodTypeAny, {
413
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
413
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
414
414
  direction: "incoming" | "outgoing" | "system";
415
415
  sender: {
416
416
  address: string | null;
@@ -436,7 +436,7 @@ export declare const SendLineStickerSchema: z.ZodObject<{
436
436
  previewUrl?: string | undefined;
437
437
  imageSetId?: string | undefined;
438
438
  }, {
439
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
439
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
440
440
  direction: "incoming" | "outgoing" | "system";
441
441
  sender: {
442
442
  address: string | null;
@@ -464,7 +464,7 @@ export declare const SendLineStickerSchema: z.ZodObject<{
464
464
  }>;
465
465
  }, "strip", z.ZodTypeAny, {
466
466
  message: {
467
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
467
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
468
468
  direction: "incoming" | "outgoing" | "system";
469
469
  sender: {
470
470
  address: string | null;
@@ -557,7 +557,7 @@ export declare const SendLineStickerSchema: z.ZodObject<{
557
557
  stickerId: number;
558
558
  }, {
559
559
  message: {
560
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
560
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
561
561
  direction: "incoming" | "outgoing" | "system";
562
562
  sender: {
563
563
  address: string | null;