@kl1/contracts 1.1.73-uat → 1.1.75-uat

Sign up to get free protection for your applications and to get access to all the features.
Files changed (97) hide show
  1. package/dist/api-contracts/src/chat/index.d.ts +145 -145
  2. package/dist/api-contracts/src/chat/schema.d.ts +69 -45
  3. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  4. package/dist/api-contracts/src/chat/validation.d.ts +51 -51
  5. package/dist/api-contracts/src/contract.d.ts +547 -218
  6. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  7. package/dist/api-contracts/src/dashboard/index.d.ts +18 -0
  8. package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
  9. package/dist/api-contracts/src/dashboard/validation.d.ts +9 -0
  10. package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
  11. package/dist/api-contracts/src/facebook-feed/index.d.ts +43 -43
  12. package/dist/api-contracts/src/facebook-feed/schema.d.ts +3 -3
  13. package/dist/api-contracts/src/hold-label/index.d.ts +75 -2
  14. package/dist/api-contracts/src/hold-label/index.d.ts.map +1 -1
  15. package/dist/api-contracts/src/hold-label/validation.d.ts +1 -1
  16. package/dist/api-contracts/src/index.d.ts +0 -1
  17. package/dist/api-contracts/src/index.d.ts.map +1 -1
  18. package/dist/api-contracts/src/instagram/index.d.ts +33 -33
  19. package/dist/api-contracts/src/line/index.d.ts +38 -38
  20. package/dist/api-contracts/src/line/validation.d.ts +5 -5
  21. package/dist/api-contracts/src/messenger/index.d.ts +33 -33
  22. package/dist/api-contracts/src/sms/index.d.ts +5 -5
  23. package/dist/api-contracts/src/viber/index.d.ts +33 -33
  24. package/dist/api-contracts/src/webchat/index.d.ts +33 -33
  25. package/dist/entities/src/enums/chat.d.ts +1 -0
  26. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  27. package/dist/index.js +522 -495
  28. package/dist/index.js.map +1 -1
  29. package/dist/index.mjs +522 -495
  30. package/dist/index.mjs.map +1 -1
  31. package/dist/src/channel/index.d.ts +652 -620
  32. package/dist/src/channel/index.d.ts.map +1 -1
  33. package/dist/src/chat/index.d.ts +551 -4289
  34. package/dist/src/chat/index.d.ts.map +1 -1
  35. package/dist/src/chat/schema.d.ts +218 -200
  36. package/dist/src/chat/schema.d.ts.map +1 -1
  37. package/dist/src/chat/validation.d.ts +134 -160
  38. package/dist/src/chat/validation.d.ts.map +1 -1
  39. package/dist/src/comment/index.d.ts +68 -68
  40. package/dist/src/comment/schema.d.ts +20 -20
  41. package/dist/src/contact/index.d.ts +79 -79
  42. package/dist/src/contact/schema.d.ts +12 -12
  43. package/dist/src/contact/validation.d.ts +49 -49
  44. package/dist/src/contract.d.ts +5733 -23901
  45. package/dist/src/contract.d.ts.map +1 -1
  46. package/dist/src/cx-log/index.d.ts +48 -93
  47. package/dist/src/cx-log/index.d.ts.map +1 -1
  48. package/dist/src/cx-log/schema.d.ts +40 -40
  49. package/dist/src/dashboard/index.d.ts +231 -233
  50. package/dist/src/dashboard/index.d.ts.map +1 -1
  51. package/dist/src/dashboard/schema.d.ts +260 -217
  52. package/dist/src/dashboard/schema.d.ts.map +1 -1
  53. package/dist/src/dashboard/validation.d.ts +0 -26
  54. package/dist/src/dashboard/validation.d.ts.map +1 -1
  55. package/dist/src/facebook-feed/index.d.ts +122 -122
  56. package/dist/src/facebook-feed/schema.d.ts +14 -14
  57. package/dist/src/facebook-feed/validation.d.ts +11 -11
  58. package/dist/src/index.d.ts +0 -1
  59. package/dist/src/index.d.ts.map +1 -1
  60. package/dist/src/instagram/index.d.ts +101 -101
  61. package/dist/src/line/index.d.ts +106 -106
  62. package/dist/src/line/validation.d.ts +5 -5
  63. package/dist/src/mail/account-contract.d.ts +8 -8
  64. package/dist/src/mail/mail-contract.d.ts +5993 -28466
  65. package/dist/src/mail/mail-contract.d.ts.map +1 -1
  66. package/dist/src/mail/mail-server-contract.d.ts +5 -5
  67. package/dist/src/mail/message-contract.d.ts +63 -6423
  68. package/dist/src/mail/message-contract.d.ts.map +1 -1
  69. package/dist/src/mail/room-contract.d.ts +1583 -17698
  70. package/dist/src/mail/room-contract.d.ts.map +1 -1
  71. package/dist/src/mail/schemas/message-validation.schema.d.ts +4 -7
  72. package/dist/src/mail/schemas/message-validation.schema.d.ts.map +1 -1
  73. package/dist/src/mail/schemas/message.schema.d.ts +40 -762
  74. package/dist/src/mail/schemas/message.schema.d.ts.map +1 -1
  75. package/dist/src/mail/schemas/room-validation.schema.d.ts +376 -5668
  76. package/dist/src/mail/schemas/room-validation.schema.d.ts.map +1 -1
  77. package/dist/src/mail/schemas/room.schema.d.ts +486 -5817
  78. package/dist/src/mail/schemas/room.schema.d.ts.map +1 -1
  79. package/dist/src/messenger/index.d.ts +101 -101
  80. package/dist/src/messenger/validation.d.ts +11 -11
  81. package/dist/src/public-api/index.d.ts +59 -59
  82. package/dist/src/public-api/schema.d.ts +12 -12
  83. package/dist/src/public-api/validation.d.ts +19 -19
  84. package/dist/src/role/index.d.ts +0 -125
  85. package/dist/src/role/index.d.ts.map +1 -1
  86. package/dist/src/snippet/index.d.ts +105 -105
  87. package/dist/src/snippet/schema.d.ts +40 -40
  88. package/dist/src/telephony-cdr/index.d.ts +54 -54
  89. package/dist/src/telephony-cdr/index.d.ts.map +1 -1
  90. package/dist/src/telephony-cdr/schema.d.ts +14 -14
  91. package/dist/src/ticket/index.d.ts +111 -111
  92. package/dist/src/ticket/schema.d.ts +21 -21
  93. package/dist/src/upload/schema.d.ts +3 -3
  94. package/dist/src/viber/index.d.ts +101 -101
  95. package/dist/src/webchat/index.d.ts +101 -101
  96. package/dist/src/workflow-rule/index.d.ts +26 -26
  97. 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", "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", "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" | "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" | "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
  fileSize: number;
441
441
  } | undefined;
442
442
  }, {
443
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "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" | "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" | "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" | "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" | "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" | "unsupported";
565
565
  direction: "incoming" | "outgoing" | "system";
566
566
  sender: {
567
567
  address: string | null;
@@ -1375,7 +1375,7 @@ export declare const lineContract: {
1375
1375
  id: z.ZodOptional<z.ZodString>;
1376
1376
  message: z.ZodOptional<z.ZodString>;
1377
1377
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
1378
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
1378
+ 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"]>;
1379
1379
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
1380
1380
  metadata: z.ZodOptional<z.ZodAny>;
1381
1381
  platformId: z.ZodOptional<z.ZodString>;
@@ -1430,7 +1430,7 @@ export declare const lineContract: {
1430
1430
  isEdited: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1431
1431
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
1432
1432
  }, "strip", z.ZodTypeAny, {
1433
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
1433
+ 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";
1434
1434
  direction: "incoming" | "outgoing" | "system";
1435
1435
  id?: string | undefined;
1436
1436
  message?: string | undefined;
@@ -1464,7 +1464,7 @@ export declare const lineContract: {
1464
1464
  isEdited?: boolean | null | undefined;
1465
1465
  editedAt?: string | Date | null | undefined;
1466
1466
  }, {
1467
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
1467
+ 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";
1468
1468
  direction: "incoming" | "outgoing" | "system";
1469
1469
  id?: string | undefined;
1470
1470
  message?: string | undefined;
@@ -1500,7 +1500,7 @@ export declare const lineContract: {
1500
1500
  }>;
1501
1501
  }, "strip", z.ZodTypeAny, {
1502
1502
  message: {
1503
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
1503
+ 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";
1504
1504
  direction: "incoming" | "outgoing" | "system";
1505
1505
  id?: string | undefined;
1506
1506
  message?: string | undefined;
@@ -1611,7 +1611,7 @@ export declare const lineContract: {
1611
1611
  isBot: boolean | null;
1612
1612
  }, {
1613
1613
  message: {
1614
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
1614
+ 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";
1615
1615
  direction: "incoming" | "outgoing" | "system";
1616
1616
  id?: string | undefined;
1617
1617
  message?: string | undefined;
@@ -1726,7 +1726,7 @@ export declare const lineContract: {
1726
1726
  200: z.ZodObject<{
1727
1727
  requestId: z.ZodString;
1728
1728
  data: z.ZodObject<{
1729
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
1729
+ 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"]>;
1730
1730
  message: z.ZodString;
1731
1731
  id: z.ZodString;
1732
1732
  url: z.ZodString;
@@ -5200,7 +5200,7 @@ export declare const lineContract: {
5200
5200
  deletedAt: z.ZodNullable<z.ZodDate>;
5201
5201
  message: z.ZodString;
5202
5202
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
5203
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
5203
+ 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"]>;
5204
5204
  readAt: z.ZodDate;
5205
5205
  metadata: z.ZodAny;
5206
5206
  platformId: z.ZodString;
@@ -5858,7 +5858,7 @@ export declare const lineContract: {
5858
5858
  };
5859
5859
  }>;
5860
5860
  }, "strip", z.ZodTypeAny, {
5861
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
5861
+ 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";
5862
5862
  message: string;
5863
5863
  id: string;
5864
5864
  url: string;
@@ -6020,7 +6020,7 @@ export declare const lineContract: {
6020
6020
  metadata?: any;
6021
6021
  template?: any;
6022
6022
  }, {
6023
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
6023
+ 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";
6024
6024
  message: string;
6025
6025
  id: string;
6026
6026
  url: string;
@@ -6394,7 +6394,7 @@ export declare const lineContract: {
6394
6394
  deletedAt: z.ZodNullable<z.ZodDate>;
6395
6395
  message: z.ZodString;
6396
6396
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
6397
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
6397
+ 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"]>;
6398
6398
  readAt: z.ZodDate;
6399
6399
  metadata: z.ZodAny;
6400
6400
  platformId: z.ZodString;
@@ -9429,7 +9429,7 @@ export declare const lineContract: {
9429
9429
  deletedAt: z.ZodNullable<z.ZodDate>;
9430
9430
  message: z.ZodString;
9431
9431
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
9432
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
9432
+ 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"]>;
9433
9433
  readAt: z.ZodDate;
9434
9434
  metadata: z.ZodAny;
9435
9435
  platformId: z.ZodString;
@@ -10087,7 +10087,7 @@ export declare const lineContract: {
10087
10087
  };
10088
10088
  }>;
10089
10089
  }, "strip", z.ZodTypeAny, {
10090
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
10090
+ 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";
10091
10091
  message: string;
10092
10092
  id: string;
10093
10093
  url: string;
@@ -10249,7 +10249,7 @@ export declare const lineContract: {
10249
10249
  metadata?: any;
10250
10250
  template?: any;
10251
10251
  }, {
10252
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
10252
+ 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";
10253
10253
  message: string;
10254
10254
  id: string;
10255
10255
  url: string;
@@ -11050,7 +11050,7 @@ export declare const lineContract: {
11050
11050
  }>;
11051
11051
  editedMessageid: z.ZodString;
11052
11052
  }, "strip", z.ZodTypeAny, {
11053
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
11053
+ 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";
11054
11054
  message: string;
11055
11055
  id: string;
11056
11056
  url: string;
@@ -11548,7 +11548,7 @@ export declare const lineContract: {
11548
11548
  previewUrl: string;
11549
11549
  imageSetId: string;
11550
11550
  repliedMessage: {
11551
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
11551
+ 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";
11552
11552
  message: string;
11553
11553
  id: string;
11554
11554
  url: string;
@@ -11758,7 +11758,7 @@ export declare const lineContract: {
11758
11758
  metadata?: any;
11759
11759
  template?: any;
11760
11760
  }, {
11761
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
11761
+ 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";
11762
11762
  message: string;
11763
11763
  id: string;
11764
11764
  url: string;
@@ -12256,7 +12256,7 @@ export declare const lineContract: {
12256
12256
  previewUrl: string;
12257
12257
  imageSetId: string;
12258
12258
  repliedMessage: {
12259
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
12259
+ 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";
12260
12260
  message: string;
12261
12261
  id: string;
12262
12262
  url: string;
@@ -12467,7 +12467,7 @@ export declare const lineContract: {
12467
12467
  template?: any;
12468
12468
  }>>>;
12469
12469
  }, "strip", z.ZodTypeAny, {
12470
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
12470
+ 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";
12471
12471
  message: string;
12472
12472
  id: string;
12473
12473
  url: string;
@@ -12965,7 +12965,7 @@ export declare const lineContract: {
12965
12965
  previewUrl: string;
12966
12966
  imageSetId: string;
12967
12967
  repliedMessage: {
12968
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
12968
+ 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";
12969
12969
  message: string;
12970
12970
  id: string;
12971
12971
  url: string;
@@ -13175,7 +13175,7 @@ export declare const lineContract: {
13175
13175
  template?: any;
13176
13176
  metadata?: any;
13177
13177
  fromMessage?: {
13178
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
13178
+ 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";
13179
13179
  message: string;
13180
13180
  id: string;
13181
13181
  url: string;
@@ -13673,7 +13673,7 @@ export declare const lineContract: {
13673
13673
  previewUrl: string;
13674
13674
  imageSetId: string;
13675
13675
  repliedMessage: {
13676
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
13676
+ 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";
13677
13677
  message: string;
13678
13678
  id: string;
13679
13679
  url: string;
@@ -13884,7 +13884,7 @@ export declare const lineContract: {
13884
13884
  template?: any;
13885
13885
  } | null | undefined;
13886
13886
  }, {
13887
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
13887
+ 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";
13888
13888
  message: string;
13889
13889
  id: string;
13890
13890
  url: string;
@@ -14382,7 +14382,7 @@ export declare const lineContract: {
14382
14382
  previewUrl: string;
14383
14383
  imageSetId: string;
14384
14384
  repliedMessage: {
14385
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
14385
+ 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";
14386
14386
  message: string;
14387
14387
  id: string;
14388
14388
  url: string;
@@ -14592,7 +14592,7 @@ export declare const lineContract: {
14592
14592
  template?: any;
14593
14593
  metadata?: any;
14594
14594
  fromMessage?: {
14595
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
14595
+ 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";
14596
14596
  message: string;
14597
14597
  id: string;
14598
14598
  url: string;
@@ -15090,7 +15090,7 @@ export declare const lineContract: {
15090
15090
  previewUrl: string;
15091
15091
  imageSetId: string;
15092
15092
  repliedMessage: {
15093
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
15093
+ 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";
15094
15094
  message: string;
15095
15095
  id: string;
15096
15096
  url: string;
@@ -15303,7 +15303,7 @@ export declare const lineContract: {
15303
15303
  }>;
15304
15304
  }, "strip", z.ZodTypeAny, {
15305
15305
  data: {
15306
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
15306
+ 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";
15307
15307
  message: string;
15308
15308
  id: string;
15309
15309
  url: string;
@@ -15801,7 +15801,7 @@ export declare const lineContract: {
15801
15801
  previewUrl: string;
15802
15802
  imageSetId: string;
15803
15803
  repliedMessage: {
15804
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
15804
+ 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";
15805
15805
  message: string;
15806
15806
  id: string;
15807
15807
  url: string;
@@ -16011,7 +16011,7 @@ export declare const lineContract: {
16011
16011
  template?: any;
16012
16012
  metadata?: any;
16013
16013
  fromMessage?: {
16014
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
16014
+ 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";
16015
16015
  message: string;
16016
16016
  id: string;
16017
16017
  url: string;
@@ -16509,7 +16509,7 @@ export declare const lineContract: {
16509
16509
  previewUrl: string;
16510
16510
  imageSetId: string;
16511
16511
  repliedMessage: {
16512
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
16512
+ 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";
16513
16513
  message: string;
16514
16514
  id: string;
16515
16515
  url: string;
@@ -16723,7 +16723,7 @@ export declare const lineContract: {
16723
16723
  requestId: string;
16724
16724
  }, {
16725
16725
  data: {
16726
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
16726
+ 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";
16727
16727
  message: string;
16728
16728
  id: string;
16729
16729
  url: string;
@@ -17221,7 +17221,7 @@ export declare const lineContract: {
17221
17221
  previewUrl: string;
17222
17222
  imageSetId: string;
17223
17223
  repliedMessage: {
17224
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
17224
+ 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";
17225
17225
  message: string;
17226
17226
  id: string;
17227
17227
  url: string;
@@ -17431,7 +17431,7 @@ export declare const lineContract: {
17431
17431
  template?: any;
17432
17432
  metadata?: any;
17433
17433
  fromMessage?: {
17434
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
17434
+ 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";
17435
17435
  message: string;
17436
17436
  id: string;
17437
17437
  url: string;
@@ -17929,7 +17929,7 @@ export declare const lineContract: {
17929
17929
  previewUrl: string;
17930
17930
  imageSetId: string;
17931
17931
  repliedMessage: {
17932
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
17932
+ 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";
17933
17933
  message: string;
17934
17934
  id: string;
17935
17935
  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", "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", "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" | "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" | "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
  fileSize: number;
437
437
  } | undefined;
438
438
  }, {
439
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "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" | "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" | "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" | "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" | "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" | "unsupported";
561
561
  direction: "incoming" | "outgoing" | "system";
562
562
  sender: {
563
563
  address: string | null;