@kl1/contracts 1.1.74-uat → 1.1.75-uat

Sign up to get free protection for your applications and to get access to all the features.
Files changed (80) hide show
  1. package/dist/api-contracts/src/contract.d.ts +91 -0
  2. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  3. package/dist/api-contracts/src/dashboard/index.d.ts +18 -0
  4. package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
  5. package/dist/api-contracts/src/dashboard/validation.d.ts +9 -0
  6. package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
  7. package/dist/api-contracts/src/hold-label/index.d.ts +75 -2
  8. package/dist/api-contracts/src/hold-label/index.d.ts.map +1 -1
  9. package/dist/api-contracts/src/hold-label/validation.d.ts +1 -1
  10. package/dist/index.js +393 -371
  11. package/dist/index.js.map +1 -1
  12. package/dist/index.mjs +393 -371
  13. package/dist/index.mjs.map +1 -1
  14. package/dist/src/channel/index.d.ts +652 -620
  15. package/dist/src/channel/index.d.ts.map +1 -1
  16. package/dist/src/chat/index.d.ts +551 -4289
  17. package/dist/src/chat/index.d.ts.map +1 -1
  18. package/dist/src/chat/schema.d.ts +218 -200
  19. package/dist/src/chat/schema.d.ts.map +1 -1
  20. package/dist/src/chat/validation.d.ts +134 -160
  21. package/dist/src/chat/validation.d.ts.map +1 -1
  22. package/dist/src/comment/index.d.ts +68 -68
  23. package/dist/src/comment/schema.d.ts +20 -20
  24. package/dist/src/contact/index.d.ts +79 -79
  25. package/dist/src/contact/schema.d.ts +12 -12
  26. package/dist/src/contact/validation.d.ts +49 -49
  27. package/dist/src/contract.d.ts +5733 -23901
  28. package/dist/src/contract.d.ts.map +1 -1
  29. package/dist/src/cx-log/index.d.ts +48 -93
  30. package/dist/src/cx-log/index.d.ts.map +1 -1
  31. package/dist/src/cx-log/schema.d.ts +40 -40
  32. package/dist/src/dashboard/index.d.ts +231 -233
  33. package/dist/src/dashboard/index.d.ts.map +1 -1
  34. package/dist/src/dashboard/schema.d.ts +260 -217
  35. package/dist/src/dashboard/schema.d.ts.map +1 -1
  36. package/dist/src/dashboard/validation.d.ts +0 -26
  37. package/dist/src/dashboard/validation.d.ts.map +1 -1
  38. package/dist/src/facebook-feed/index.d.ts +122 -122
  39. package/dist/src/facebook-feed/schema.d.ts +14 -14
  40. package/dist/src/facebook-feed/validation.d.ts +11 -11
  41. package/dist/src/index.d.ts +0 -1
  42. package/dist/src/index.d.ts.map +1 -1
  43. package/dist/src/instagram/index.d.ts +101 -101
  44. package/dist/src/line/index.d.ts +106 -106
  45. package/dist/src/line/validation.d.ts +5 -5
  46. package/dist/src/mail/account-contract.d.ts +8 -8
  47. package/dist/src/mail/mail-contract.d.ts +5993 -28466
  48. package/dist/src/mail/mail-contract.d.ts.map +1 -1
  49. package/dist/src/mail/mail-server-contract.d.ts +5 -5
  50. package/dist/src/mail/message-contract.d.ts +63 -6423
  51. package/dist/src/mail/message-contract.d.ts.map +1 -1
  52. package/dist/src/mail/room-contract.d.ts +1583 -17698
  53. package/dist/src/mail/room-contract.d.ts.map +1 -1
  54. package/dist/src/mail/schemas/message-validation.schema.d.ts +4 -7
  55. package/dist/src/mail/schemas/message-validation.schema.d.ts.map +1 -1
  56. package/dist/src/mail/schemas/message.schema.d.ts +40 -762
  57. package/dist/src/mail/schemas/message.schema.d.ts.map +1 -1
  58. package/dist/src/mail/schemas/room-validation.schema.d.ts +376 -5668
  59. package/dist/src/mail/schemas/room-validation.schema.d.ts.map +1 -1
  60. package/dist/src/mail/schemas/room.schema.d.ts +486 -5817
  61. package/dist/src/mail/schemas/room.schema.d.ts.map +1 -1
  62. package/dist/src/messenger/index.d.ts +101 -101
  63. package/dist/src/messenger/validation.d.ts +11 -11
  64. package/dist/src/public-api/index.d.ts +59 -59
  65. package/dist/src/public-api/schema.d.ts +12 -12
  66. package/dist/src/public-api/validation.d.ts +19 -19
  67. package/dist/src/role/index.d.ts +0 -125
  68. package/dist/src/role/index.d.ts.map +1 -1
  69. package/dist/src/snippet/index.d.ts +105 -105
  70. package/dist/src/snippet/schema.d.ts +40 -40
  71. package/dist/src/telephony-cdr/index.d.ts +54 -54
  72. package/dist/src/telephony-cdr/index.d.ts.map +1 -1
  73. package/dist/src/telephony-cdr/schema.d.ts +14 -14
  74. package/dist/src/ticket/index.d.ts +111 -111
  75. package/dist/src/ticket/schema.d.ts +21 -21
  76. package/dist/src/upload/schema.d.ts +3 -3
  77. package/dist/src/viber/index.d.ts +101 -101
  78. package/dist/src/webchat/index.d.ts +101 -101
  79. package/dist/src/workflow-rule/index.d.ts +26 -26
  80. package/package.json +1 -1
@@ -1578,7 +1578,7 @@ export declare const viberContract: {
1578
1578
  id: z.ZodOptional<z.ZodString>;
1579
1579
  message: z.ZodOptional<z.ZodString>;
1580
1580
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
1581
- 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", "unsupported"]>;
1581
+ 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"]>;
1582
1582
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
1583
1583
  metadata: z.ZodOptional<z.ZodAny>;
1584
1584
  platformId: z.ZodOptional<z.ZodString>;
@@ -1630,7 +1630,7 @@ export declare const viberContract: {
1630
1630
  parentMessageId: z.ZodOptional<z.ZodString>;
1631
1631
  feedPostId: z.ZodOptional<z.ZodString>;
1632
1632
  }, "strip", z.ZodTypeAny, {
1633
- 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";
1633
+ 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";
1634
1634
  direction: "incoming" | "outgoing" | "system";
1635
1635
  id?: string | undefined;
1636
1636
  message?: string | undefined;
@@ -1661,7 +1661,7 @@ export declare const viberContract: {
1661
1661
  parentMessageId?: string | undefined;
1662
1662
  feedPostId?: string | undefined;
1663
1663
  }, {
1664
- 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";
1664
+ 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";
1665
1665
  direction: "incoming" | "outgoing" | "system";
1666
1666
  id?: string | undefined;
1667
1667
  message?: string | undefined;
@@ -1694,7 +1694,7 @@ export declare const viberContract: {
1694
1694
  }>;
1695
1695
  }, "strip", z.ZodTypeAny, {
1696
1696
  message: {
1697
- 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";
1697
+ 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";
1698
1698
  direction: "incoming" | "outgoing" | "system";
1699
1699
  id?: string | undefined;
1700
1700
  message?: string | undefined;
@@ -1797,7 +1797,7 @@ export declare const viberContract: {
1797
1797
  isBot: boolean | null;
1798
1798
  }, {
1799
1799
  message: {
1800
- 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";
1800
+ 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";
1801
1801
  direction: "incoming" | "outgoing" | "system";
1802
1802
  id?: string | undefined;
1803
1803
  message?: string | undefined;
@@ -1904,7 +1904,7 @@ export declare const viberContract: {
1904
1904
  200: z.ZodObject<{
1905
1905
  requestId: z.ZodString;
1906
1906
  data: z.ZodObject<{
1907
- 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", "unsupported"]>;
1907
+ 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"]>;
1908
1908
  message: z.ZodString;
1909
1909
  id: z.ZodString;
1910
1910
  url: z.ZodString;
@@ -2128,10 +2128,9 @@ export declare const viberContract: {
2128
2128
  fileSize: z.ZodNumber;
2129
2129
  fileKey: z.ZodString;
2130
2130
  fileUrl: z.ZodNullable<z.ZodString>;
2131
- status: z.ZodNullable<z.ZodString>;
2131
+ status: z.ZodOptional<z.ZodString>;
2132
2132
  }, "strip", z.ZodTypeAny, {
2133
2133
  id: string;
2134
- status: string | null;
2135
2134
  createdAt: Date;
2136
2135
  updatedAt: Date;
2137
2136
  deletedAt: Date | null;
@@ -2140,9 +2139,9 @@ export declare const viberContract: {
2140
2139
  bucketName: string;
2141
2140
  fileSize: number;
2142
2141
  fileUrl: string | null;
2142
+ status?: string | undefined;
2143
2143
  }, {
2144
2144
  id: string;
2145
- status: string | null;
2146
2145
  createdAt: Date;
2147
2146
  updatedAt: Date;
2148
2147
  deletedAt: Date | null;
@@ -2151,6 +2150,7 @@ export declare const viberContract: {
2151
2150
  bucketName: string;
2152
2151
  fileSize: number;
2153
2152
  fileUrl: string | null;
2153
+ status?: string | undefined;
2154
2154
  }>;
2155
2155
  assignee: z.ZodObject<{
2156
2156
  id: z.ZodString;
@@ -2692,10 +2692,9 @@ export declare const viberContract: {
2692
2692
  fileSize: z.ZodNumber;
2693
2693
  fileKey: z.ZodString;
2694
2694
  fileUrl: z.ZodNullable<z.ZodString>;
2695
- status: z.ZodNullable<z.ZodString>;
2695
+ status: z.ZodOptional<z.ZodString>;
2696
2696
  }, "strip", z.ZodTypeAny, {
2697
2697
  id: string;
2698
- status: string | null;
2699
2698
  createdAt: Date;
2700
2699
  updatedAt: Date;
2701
2700
  deletedAt: Date | null;
@@ -2704,9 +2703,9 @@ export declare const viberContract: {
2704
2703
  bucketName: string;
2705
2704
  fileSize: number;
2706
2705
  fileUrl: string | null;
2706
+ status?: string | undefined;
2707
2707
  }, {
2708
2708
  id: string;
2709
- status: string | null;
2710
2709
  createdAt: Date;
2711
2710
  updatedAt: Date;
2712
2711
  deletedAt: Date | null;
@@ -2715,6 +2714,7 @@ export declare const viberContract: {
2715
2714
  bucketName: string;
2716
2715
  fileSize: number;
2717
2716
  fileUrl: string | null;
2717
+ status?: string | undefined;
2718
2718
  }>, "many">;
2719
2719
  }, "strip", z.ZodTypeAny, {
2720
2720
  id: string;
@@ -2741,7 +2741,6 @@ export declare const viberContract: {
2741
2741
  dateValue: Date | null;
2742
2742
  uploads: {
2743
2743
  id: string;
2744
- status: string | null;
2745
2744
  createdAt: Date;
2746
2745
  updatedAt: Date;
2747
2746
  deletedAt: Date | null;
@@ -2750,6 +2749,7 @@ export declare const viberContract: {
2750
2749
  bucketName: string;
2751
2750
  fileSize: number;
2752
2751
  fileUrl: string | null;
2752
+ status?: string | undefined;
2753
2753
  }[];
2754
2754
  }, {
2755
2755
  id: string;
@@ -2776,7 +2776,6 @@ export declare const viberContract: {
2776
2776
  dateValue: Date | null;
2777
2777
  uploads: {
2778
2778
  id: string;
2779
- status: string | null;
2780
2779
  createdAt: Date;
2781
2780
  updatedAt: Date;
2782
2781
  deletedAt: Date | null;
@@ -2785,6 +2784,7 @@ export declare const viberContract: {
2785
2784
  bucketName: string;
2786
2785
  fileSize: number;
2787
2786
  fileUrl: string | null;
2787
+ status?: string | undefined;
2788
2788
  }[];
2789
2789
  }>, "many">;
2790
2790
  contactEmails: z.ZodArray<z.ZodObject<{
@@ -2924,7 +2924,6 @@ export declare const viberContract: {
2924
2924
  dateValue: Date | null;
2925
2925
  uploads: {
2926
2926
  id: string;
2927
- status: string | null;
2928
2927
  createdAt: Date;
2929
2928
  updatedAt: Date;
2930
2929
  deletedAt: Date | null;
@@ -2933,6 +2932,7 @@ export declare const viberContract: {
2933
2932
  bucketName: string;
2934
2933
  fileSize: number;
2935
2934
  fileUrl: string | null;
2935
+ status?: string | undefined;
2936
2936
  }[];
2937
2937
  }[];
2938
2938
  company: {
@@ -3020,7 +3020,6 @@ export declare const viberContract: {
3020
3020
  dateValue: Date | null;
3021
3021
  uploads: {
3022
3022
  id: string;
3023
- status: string | null;
3024
3023
  createdAt: Date;
3025
3024
  updatedAt: Date;
3026
3025
  deletedAt: Date | null;
@@ -3029,6 +3028,7 @@ export declare const viberContract: {
3029
3028
  bucketName: string;
3030
3029
  fileSize: number;
3031
3030
  fileUrl: string | null;
3031
+ status?: string | undefined;
3032
3032
  }[];
3033
3033
  }[];
3034
3034
  company: {
@@ -3129,7 +3129,6 @@ export declare const viberContract: {
3129
3129
  dateValue: Date | null;
3130
3130
  uploads: {
3131
3131
  id: string;
3132
- status: string | null;
3133
3132
  createdAt: Date;
3134
3133
  updatedAt: Date;
3135
3134
  deletedAt: Date | null;
@@ -3138,6 +3137,7 @@ export declare const viberContract: {
3138
3137
  bucketName: string;
3139
3138
  fileSize: number;
3140
3139
  fileUrl: string | null;
3140
+ status?: string | undefined;
3141
3141
  }[];
3142
3142
  }[];
3143
3143
  company: {
@@ -3240,7 +3240,6 @@ export declare const viberContract: {
3240
3240
  dateValue: Date | null;
3241
3241
  uploads: {
3242
3242
  id: string;
3243
- status: string | null;
3244
3243
  createdAt: Date;
3245
3244
  updatedAt: Date;
3246
3245
  deletedAt: Date | null;
@@ -3249,6 +3248,7 @@ export declare const viberContract: {
3249
3248
  bucketName: string;
3250
3249
  fileSize: number;
3251
3250
  fileUrl: string | null;
3251
+ status?: string | undefined;
3252
3252
  }[];
3253
3253
  }[];
3254
3254
  company: {
@@ -4737,7 +4737,6 @@ export declare const viberContract: {
4737
4737
  dateValue: Date | null;
4738
4738
  uploads: {
4739
4739
  id: string;
4740
- status: string | null;
4741
4740
  createdAt: Date;
4742
4741
  updatedAt: Date;
4743
4742
  deletedAt: Date | null;
@@ -4746,6 +4745,7 @@ export declare const viberContract: {
4746
4745
  bucketName: string;
4747
4746
  fileSize: number;
4748
4747
  fileUrl: string | null;
4748
+ status?: string | undefined;
4749
4749
  }[];
4750
4750
  }[];
4751
4751
  company: {
@@ -5104,7 +5104,6 @@ export declare const viberContract: {
5104
5104
  dateValue: Date | null;
5105
5105
  uploads: {
5106
5106
  id: string;
5107
- status: string | null;
5108
5107
  createdAt: Date;
5109
5108
  updatedAt: Date;
5110
5109
  deletedAt: Date | null;
@@ -5113,6 +5112,7 @@ export declare const viberContract: {
5113
5112
  bucketName: string;
5114
5113
  fileSize: number;
5115
5114
  fileUrl: string | null;
5115
+ status?: string | undefined;
5116
5116
  }[];
5117
5117
  }[];
5118
5118
  company: {
@@ -5335,7 +5335,7 @@ export declare const viberContract: {
5335
5335
  deletedAt: z.ZodNullable<z.ZodDate>;
5336
5336
  message: z.ZodString;
5337
5337
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
5338
- 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", "unsupported"]>;
5338
+ 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"]>;
5339
5339
  readAt: z.ZodDate;
5340
5340
  metadata: z.ZodAny;
5341
5341
  platformId: z.ZodString;
@@ -5356,10 +5356,9 @@ export declare const viberContract: {
5356
5356
  fileSize: z.ZodNumber;
5357
5357
  fileKey: z.ZodString;
5358
5358
  fileUrl: z.ZodNullable<z.ZodString>;
5359
- status: z.ZodNullable<z.ZodString>;
5359
+ status: z.ZodOptional<z.ZodString>;
5360
5360
  }, "strip", z.ZodTypeAny, {
5361
5361
  id: string;
5362
- status: string | null;
5363
5362
  createdAt: Date;
5364
5363
  updatedAt: Date;
5365
5364
  deletedAt: Date | null;
@@ -5368,9 +5367,9 @@ export declare const viberContract: {
5368
5367
  bucketName: string;
5369
5368
  fileSize: number;
5370
5369
  fileUrl: string | null;
5370
+ status?: string | undefined;
5371
5371
  }, {
5372
5372
  id: string;
5373
- status: string | null;
5374
5373
  createdAt: Date;
5375
5374
  updatedAt: Date;
5376
5375
  deletedAt: Date | null;
@@ -5379,6 +5378,7 @@ export declare const viberContract: {
5379
5378
  bucketName: string;
5380
5379
  fileSize: number;
5381
5380
  fileUrl: string | null;
5381
+ status?: string | undefined;
5382
5382
  }>;
5383
5383
  actor: z.ZodObject<{
5384
5384
  id: z.ZodString;
@@ -5993,7 +5993,7 @@ export declare const viberContract: {
5993
5993
  };
5994
5994
  }>;
5995
5995
  }, "strip", z.ZodTypeAny, {
5996
- 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";
5996
+ 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";
5997
5997
  message: string;
5998
5998
  id: string;
5999
5999
  url: string;
@@ -6047,7 +6047,6 @@ export declare const viberContract: {
6047
6047
  };
6048
6048
  upload: {
6049
6049
  id: string;
6050
- status: string | null;
6051
6050
  createdAt: Date;
6052
6051
  updatedAt: Date;
6053
6052
  deletedAt: Date | null;
@@ -6056,6 +6055,7 @@ export declare const viberContract: {
6056
6055
  bucketName: string;
6057
6056
  fileSize: number;
6058
6057
  fileUrl: string | null;
6058
+ status?: string | undefined;
6059
6059
  };
6060
6060
  assignee: {
6061
6061
  id: string;
@@ -6155,7 +6155,7 @@ export declare const viberContract: {
6155
6155
  metadata?: any;
6156
6156
  template?: any;
6157
6157
  }, {
6158
- 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";
6158
+ 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";
6159
6159
  message: string;
6160
6160
  id: string;
6161
6161
  url: string;
@@ -6209,7 +6209,6 @@ export declare const viberContract: {
6209
6209
  };
6210
6210
  upload: {
6211
6211
  id: string;
6212
- status: string | null;
6213
6212
  createdAt: Date;
6214
6213
  updatedAt: Date;
6215
6214
  deletedAt: Date | null;
@@ -6218,6 +6217,7 @@ export declare const viberContract: {
6218
6217
  bucketName: string;
6219
6218
  fileSize: number;
6220
6219
  fileUrl: string | null;
6220
+ status?: string | undefined;
6221
6221
  };
6222
6222
  assignee: {
6223
6223
  id: string;
@@ -6528,7 +6528,7 @@ export declare const viberContract: {
6528
6528
  deletedAt: z.ZodNullable<z.ZodDate>;
6529
6529
  message: z.ZodString;
6530
6530
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
6531
- 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", "unsupported"]>;
6531
+ 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"]>;
6532
6532
  readAt: z.ZodDate;
6533
6533
  metadata: z.ZodAny;
6534
6534
  platformId: z.ZodString;
@@ -6874,10 +6874,9 @@ export declare const viberContract: {
6874
6874
  fileSize: z.ZodNumber;
6875
6875
  fileKey: z.ZodString;
6876
6876
  fileUrl: z.ZodNullable<z.ZodString>;
6877
- status: z.ZodNullable<z.ZodString>;
6877
+ status: z.ZodOptional<z.ZodString>;
6878
6878
  }, "strip", z.ZodTypeAny, {
6879
6879
  id: string;
6880
- status: string | null;
6881
6880
  createdAt: Date;
6882
6881
  updatedAt: Date;
6883
6882
  deletedAt: Date | null;
@@ -6886,9 +6885,9 @@ export declare const viberContract: {
6886
6885
  bucketName: string;
6887
6886
  fileSize: number;
6888
6887
  fileUrl: string | null;
6888
+ status?: string | undefined;
6889
6889
  }, {
6890
6890
  id: string;
6891
- status: string | null;
6892
6891
  createdAt: Date;
6893
6892
  updatedAt: Date;
6894
6893
  deletedAt: Date | null;
@@ -6897,6 +6896,7 @@ export declare const viberContract: {
6897
6896
  bucketName: string;
6898
6897
  fileSize: number;
6899
6898
  fileUrl: string | null;
6899
+ status?: string | undefined;
6900
6900
  }>, "many">;
6901
6901
  }, "strip", z.ZodTypeAny, {
6902
6902
  id: string;
@@ -6923,7 +6923,6 @@ export declare const viberContract: {
6923
6923
  dateValue: Date | null;
6924
6924
  uploads: {
6925
6925
  id: string;
6926
- status: string | null;
6927
6926
  createdAt: Date;
6928
6927
  updatedAt: Date;
6929
6928
  deletedAt: Date | null;
@@ -6932,6 +6931,7 @@ export declare const viberContract: {
6932
6931
  bucketName: string;
6933
6932
  fileSize: number;
6934
6933
  fileUrl: string | null;
6934
+ status?: string | undefined;
6935
6935
  }[];
6936
6936
  }, {
6937
6937
  id: string;
@@ -6958,7 +6958,6 @@ export declare const viberContract: {
6958
6958
  dateValue: Date | null;
6959
6959
  uploads: {
6960
6960
  id: string;
6961
- status: string | null;
6962
6961
  createdAt: Date;
6963
6962
  updatedAt: Date;
6964
6963
  deletedAt: Date | null;
@@ -6967,6 +6966,7 @@ export declare const viberContract: {
6967
6966
  bucketName: string;
6968
6967
  fileSize: number;
6969
6968
  fileUrl: string | null;
6969
+ status?: string | undefined;
6970
6970
  }[];
6971
6971
  }>, "many">;
6972
6972
  contactEmails: z.ZodArray<z.ZodObject<{
@@ -7106,7 +7106,6 @@ export declare const viberContract: {
7106
7106
  dateValue: Date | null;
7107
7107
  uploads: {
7108
7108
  id: string;
7109
- status: string | null;
7110
7109
  createdAt: Date;
7111
7110
  updatedAt: Date;
7112
7111
  deletedAt: Date | null;
@@ -7115,6 +7114,7 @@ export declare const viberContract: {
7115
7114
  bucketName: string;
7116
7115
  fileSize: number;
7117
7116
  fileUrl: string | null;
7117
+ status?: string | undefined;
7118
7118
  }[];
7119
7119
  }[];
7120
7120
  company: {
@@ -7202,7 +7202,6 @@ export declare const viberContract: {
7202
7202
  dateValue: Date | null;
7203
7203
  uploads: {
7204
7204
  id: string;
7205
- status: string | null;
7206
7205
  createdAt: Date;
7207
7206
  updatedAt: Date;
7208
7207
  deletedAt: Date | null;
@@ -7211,6 +7210,7 @@ export declare const viberContract: {
7211
7210
  bucketName: string;
7212
7211
  fileSize: number;
7213
7212
  fileUrl: string | null;
7213
+ status?: string | undefined;
7214
7214
  }[];
7215
7215
  }[];
7216
7216
  company: {
@@ -7311,7 +7311,6 @@ export declare const viberContract: {
7311
7311
  dateValue: Date | null;
7312
7312
  uploads: {
7313
7313
  id: string;
7314
- status: string | null;
7315
7314
  createdAt: Date;
7316
7315
  updatedAt: Date;
7317
7316
  deletedAt: Date | null;
@@ -7320,6 +7319,7 @@ export declare const viberContract: {
7320
7319
  bucketName: string;
7321
7320
  fileSize: number;
7322
7321
  fileUrl: string | null;
7322
+ status?: string | undefined;
7323
7323
  }[];
7324
7324
  }[];
7325
7325
  company: {
@@ -7422,7 +7422,6 @@ export declare const viberContract: {
7422
7422
  dateValue: Date | null;
7423
7423
  uploads: {
7424
7424
  id: string;
7425
- status: string | null;
7426
7425
  createdAt: Date;
7427
7426
  updatedAt: Date;
7428
7427
  deletedAt: Date | null;
@@ -7431,6 +7430,7 @@ export declare const viberContract: {
7431
7430
  bucketName: string;
7432
7431
  fileSize: number;
7433
7432
  fileUrl: string | null;
7433
+ status?: string | undefined;
7434
7434
  }[];
7435
7435
  }[];
7436
7436
  company: {
@@ -8919,7 +8919,6 @@ export declare const viberContract: {
8919
8919
  dateValue: Date | null;
8920
8920
  uploads: {
8921
8921
  id: string;
8922
- status: string | null;
8923
8922
  createdAt: Date;
8924
8923
  updatedAt: Date;
8925
8924
  deletedAt: Date | null;
@@ -8928,6 +8927,7 @@ export declare const viberContract: {
8928
8927
  bucketName: string;
8929
8928
  fileSize: number;
8930
8929
  fileUrl: string | null;
8930
+ status?: string | undefined;
8931
8931
  }[];
8932
8932
  }[];
8933
8933
  company: {
@@ -9286,7 +9286,6 @@ export declare const viberContract: {
9286
9286
  dateValue: Date | null;
9287
9287
  uploads: {
9288
9288
  id: string;
9289
- status: string | null;
9290
9289
  createdAt: Date;
9291
9290
  updatedAt: Date;
9292
9291
  deletedAt: Date | null;
@@ -9295,6 +9294,7 @@ export declare const viberContract: {
9295
9294
  bucketName: string;
9296
9295
  fileSize: number;
9297
9296
  fileUrl: string | null;
9297
+ status?: string | undefined;
9298
9298
  }[];
9299
9299
  }[];
9300
9300
  company: {
@@ -9489,10 +9489,9 @@ export declare const viberContract: {
9489
9489
  fileSize: z.ZodNumber;
9490
9490
  fileKey: z.ZodString;
9491
9491
  fileUrl: z.ZodNullable<z.ZodString>;
9492
- status: z.ZodNullable<z.ZodString>;
9492
+ status: z.ZodOptional<z.ZodString>;
9493
9493
  }, "strip", z.ZodTypeAny, {
9494
9494
  id: string;
9495
- status: string | null;
9496
9495
  createdAt: Date;
9497
9496
  updatedAt: Date;
9498
9497
  deletedAt: Date | null;
@@ -9501,9 +9500,9 @@ export declare const viberContract: {
9501
9500
  bucketName: string;
9502
9501
  fileSize: number;
9503
9502
  fileUrl: string | null;
9503
+ status?: string | undefined;
9504
9504
  }, {
9505
9505
  id: string;
9506
- status: string | null;
9507
9506
  createdAt: Date;
9508
9507
  updatedAt: Date;
9509
9508
  deletedAt: Date | null;
@@ -9512,6 +9511,7 @@ export declare const viberContract: {
9512
9511
  bucketName: string;
9513
9512
  fileSize: number;
9514
9513
  fileUrl: string | null;
9514
+ status?: string | undefined;
9515
9515
  }>;
9516
9516
  repliedMessage: z.ZodLazy<z.ZodObject<{
9517
9517
  id: z.ZodString;
@@ -9520,7 +9520,7 @@ export declare const viberContract: {
9520
9520
  deletedAt: z.ZodNullable<z.ZodDate>;
9521
9521
  message: z.ZodString;
9522
9522
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
9523
- 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", "unsupported"]>;
9523
+ 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"]>;
9524
9524
  readAt: z.ZodDate;
9525
9525
  metadata: z.ZodAny;
9526
9526
  platformId: z.ZodString;
@@ -9541,10 +9541,9 @@ export declare const viberContract: {
9541
9541
  fileSize: z.ZodNumber;
9542
9542
  fileKey: z.ZodString;
9543
9543
  fileUrl: z.ZodNullable<z.ZodString>;
9544
- status: z.ZodNullable<z.ZodString>;
9544
+ status: z.ZodOptional<z.ZodString>;
9545
9545
  }, "strip", z.ZodTypeAny, {
9546
9546
  id: string;
9547
- status: string | null;
9548
9547
  createdAt: Date;
9549
9548
  updatedAt: Date;
9550
9549
  deletedAt: Date | null;
@@ -9553,9 +9552,9 @@ export declare const viberContract: {
9553
9552
  bucketName: string;
9554
9553
  fileSize: number;
9555
9554
  fileUrl: string | null;
9555
+ status?: string | undefined;
9556
9556
  }, {
9557
9557
  id: string;
9558
- status: string | null;
9559
9558
  createdAt: Date;
9560
9559
  updatedAt: Date;
9561
9560
  deletedAt: Date | null;
@@ -9564,6 +9563,7 @@ export declare const viberContract: {
9564
9563
  bucketName: string;
9565
9564
  fileSize: number;
9566
9565
  fileUrl: string | null;
9566
+ status?: string | undefined;
9567
9567
  }>;
9568
9568
  actor: z.ZodObject<{
9569
9569
  id: z.ZodString;
@@ -10178,7 +10178,7 @@ export declare const viberContract: {
10178
10178
  };
10179
10179
  }>;
10180
10180
  }, "strip", z.ZodTypeAny, {
10181
- 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";
10181
+ 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";
10182
10182
  message: string;
10183
10183
  id: string;
10184
10184
  url: string;
@@ -10232,7 +10232,6 @@ export declare const viberContract: {
10232
10232
  };
10233
10233
  upload: {
10234
10234
  id: string;
10235
- status: string | null;
10236
10235
  createdAt: Date;
10237
10236
  updatedAt: Date;
10238
10237
  deletedAt: Date | null;
@@ -10241,6 +10240,7 @@ export declare const viberContract: {
10241
10240
  bucketName: string;
10242
10241
  fileSize: number;
10243
10242
  fileUrl: string | null;
10243
+ status?: string | undefined;
10244
10244
  };
10245
10245
  assignee: {
10246
10246
  id: string;
@@ -10340,7 +10340,7 @@ export declare const viberContract: {
10340
10340
  metadata?: any;
10341
10341
  template?: any;
10342
10342
  }, {
10343
- 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";
10343
+ 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";
10344
10344
  message: string;
10345
10345
  id: string;
10346
10346
  url: string;
@@ -10394,7 +10394,6 @@ export declare const viberContract: {
10394
10394
  };
10395
10395
  upload: {
10396
10396
  id: string;
10397
- status: string | null;
10398
10397
  createdAt: Date;
10399
10398
  updatedAt: Date;
10400
10399
  deletedAt: Date | null;
@@ -10403,6 +10402,7 @@ export declare const viberContract: {
10403
10402
  bucketName: string;
10404
10403
  fileSize: number;
10405
10404
  fileUrl: string | null;
10405
+ status?: string | undefined;
10406
10406
  };
10407
10407
  assignee: {
10408
10408
  id: string;
@@ -11140,7 +11140,7 @@ export declare const viberContract: {
11140
11140
  isActive: boolean;
11141
11141
  }>;
11142
11142
  }, "strip", z.ZodTypeAny, {
11143
- 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";
11143
+ 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";
11144
11144
  message: string;
11145
11145
  id: string;
11146
11146
  url: string;
@@ -11194,7 +11194,6 @@ export declare const viberContract: {
11194
11194
  };
11195
11195
  upload: {
11196
11196
  id: string;
11197
- status: string | null;
11198
11197
  createdAt: Date;
11199
11198
  updatedAt: Date;
11200
11199
  deletedAt: Date | null;
@@ -11203,6 +11202,7 @@ export declare const viberContract: {
11203
11202
  bucketName: string;
11204
11203
  fileSize: number;
11205
11204
  fileUrl: string | null;
11205
+ status?: string | undefined;
11206
11206
  };
11207
11207
  assignee: {
11208
11208
  id: string;
@@ -11424,7 +11424,6 @@ export declare const viberContract: {
11424
11424
  dateValue: Date | null;
11425
11425
  uploads: {
11426
11426
  id: string;
11427
- status: string | null;
11428
11427
  createdAt: Date;
11429
11428
  updatedAt: Date;
11430
11429
  deletedAt: Date | null;
@@ -11433,6 +11432,7 @@ export declare const viberContract: {
11433
11432
  bucketName: string;
11434
11433
  fileSize: number;
11435
11434
  fileUrl: string | null;
11435
+ status?: string | undefined;
11436
11436
  }[];
11437
11437
  }[];
11438
11438
  company: {
@@ -11633,7 +11633,7 @@ export declare const viberContract: {
11633
11633
  previewUrl: string;
11634
11634
  imageSetId: string;
11635
11635
  repliedMessage: {
11636
- 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";
11636
+ 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";
11637
11637
  message: string;
11638
11638
  id: string;
11639
11639
  url: string;
@@ -11687,7 +11687,6 @@ export declare const viberContract: {
11687
11687
  };
11688
11688
  upload: {
11689
11689
  id: string;
11690
- status: string | null;
11691
11690
  createdAt: Date;
11692
11691
  updatedAt: Date;
11693
11692
  deletedAt: Date | null;
@@ -11696,6 +11695,7 @@ export declare const viberContract: {
11696
11695
  bucketName: string;
11697
11696
  fileSize: number;
11698
11697
  fileUrl: string | null;
11698
+ status?: string | undefined;
11699
11699
  };
11700
11700
  assignee: {
11701
11701
  id: string;
@@ -11842,7 +11842,7 @@ export declare const viberContract: {
11842
11842
  metadata?: any;
11843
11843
  template?: any;
11844
11844
  }, {
11845
- 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";
11845
+ 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";
11846
11846
  message: string;
11847
11847
  id: string;
11848
11848
  url: string;
@@ -11896,7 +11896,6 @@ export declare const viberContract: {
11896
11896
  };
11897
11897
  upload: {
11898
11898
  id: string;
11899
- status: string | null;
11900
11899
  createdAt: Date;
11901
11900
  updatedAt: Date;
11902
11901
  deletedAt: Date | null;
@@ -11905,6 +11904,7 @@ export declare const viberContract: {
11905
11904
  bucketName: string;
11906
11905
  fileSize: number;
11907
11906
  fileUrl: string | null;
11907
+ status?: string | undefined;
11908
11908
  };
11909
11909
  assignee: {
11910
11910
  id: string;
@@ -12126,7 +12126,6 @@ export declare const viberContract: {
12126
12126
  dateValue: Date | null;
12127
12127
  uploads: {
12128
12128
  id: string;
12129
- status: string | null;
12130
12129
  createdAt: Date;
12131
12130
  updatedAt: Date;
12132
12131
  deletedAt: Date | null;
@@ -12135,6 +12134,7 @@ export declare const viberContract: {
12135
12134
  bucketName: string;
12136
12135
  fileSize: number;
12137
12136
  fileUrl: string | null;
12137
+ status?: string | undefined;
12138
12138
  }[];
12139
12139
  }[];
12140
12140
  company: {
@@ -12335,7 +12335,7 @@ export declare const viberContract: {
12335
12335
  previewUrl: string;
12336
12336
  imageSetId: string;
12337
12337
  repliedMessage: {
12338
- 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";
12338
+ 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";
12339
12339
  message: string;
12340
12340
  id: string;
12341
12341
  url: string;
@@ -12389,7 +12389,6 @@ export declare const viberContract: {
12389
12389
  };
12390
12390
  upload: {
12391
12391
  id: string;
12392
- status: string | null;
12393
12392
  createdAt: Date;
12394
12393
  updatedAt: Date;
12395
12394
  deletedAt: Date | null;
@@ -12398,6 +12397,7 @@ export declare const viberContract: {
12398
12397
  bucketName: string;
12399
12398
  fileSize: number;
12400
12399
  fileUrl: string | null;
12400
+ status?: string | undefined;
12401
12401
  };
12402
12402
  assignee: {
12403
12403
  id: string;
@@ -12545,7 +12545,7 @@ export declare const viberContract: {
12545
12545
  template?: any;
12546
12546
  }>>>;
12547
12547
  }, "strip", z.ZodTypeAny, {
12548
- 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";
12548
+ 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";
12549
12549
  message: string;
12550
12550
  id: string;
12551
12551
  url: string;
@@ -12599,7 +12599,6 @@ export declare const viberContract: {
12599
12599
  };
12600
12600
  upload: {
12601
12601
  id: string;
12602
- status: string | null;
12603
12602
  createdAt: Date;
12604
12603
  updatedAt: Date;
12605
12604
  deletedAt: Date | null;
@@ -12608,6 +12607,7 @@ export declare const viberContract: {
12608
12607
  bucketName: string;
12609
12608
  fileSize: number;
12610
12609
  fileUrl: string | null;
12610
+ status?: string | undefined;
12611
12611
  };
12612
12612
  assignee: {
12613
12613
  id: string;
@@ -12829,7 +12829,6 @@ export declare const viberContract: {
12829
12829
  dateValue: Date | null;
12830
12830
  uploads: {
12831
12831
  id: string;
12832
- status: string | null;
12833
12832
  createdAt: Date;
12834
12833
  updatedAt: Date;
12835
12834
  deletedAt: Date | null;
@@ -12838,6 +12837,7 @@ export declare const viberContract: {
12838
12837
  bucketName: string;
12839
12838
  fileSize: number;
12840
12839
  fileUrl: string | null;
12840
+ status?: string | undefined;
12841
12841
  }[];
12842
12842
  }[];
12843
12843
  company: {
@@ -13038,7 +13038,7 @@ export declare const viberContract: {
13038
13038
  previewUrl: string;
13039
13039
  imageSetId: string;
13040
13040
  repliedMessage: {
13041
- 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";
13041
+ 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";
13042
13042
  message: string;
13043
13043
  id: string;
13044
13044
  url: string;
@@ -13092,7 +13092,6 @@ export declare const viberContract: {
13092
13092
  };
13093
13093
  upload: {
13094
13094
  id: string;
13095
- status: string | null;
13096
13095
  createdAt: Date;
13097
13096
  updatedAt: Date;
13098
13097
  deletedAt: Date | null;
@@ -13101,6 +13100,7 @@ export declare const viberContract: {
13101
13100
  bucketName: string;
13102
13101
  fileSize: number;
13103
13102
  fileUrl: string | null;
13103
+ status?: string | undefined;
13104
13104
  };
13105
13105
  assignee: {
13106
13106
  id: string;
@@ -13247,7 +13247,7 @@ export declare const viberContract: {
13247
13247
  template?: any;
13248
13248
  metadata?: any;
13249
13249
  fromMessage?: {
13250
- 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";
13250
+ 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";
13251
13251
  message: string;
13252
13252
  id: string;
13253
13253
  url: string;
@@ -13301,7 +13301,6 @@ export declare const viberContract: {
13301
13301
  };
13302
13302
  upload: {
13303
13303
  id: string;
13304
- status: string | null;
13305
13304
  createdAt: Date;
13306
13305
  updatedAt: Date;
13307
13306
  deletedAt: Date | null;
@@ -13310,6 +13309,7 @@ export declare const viberContract: {
13310
13309
  bucketName: string;
13311
13310
  fileSize: number;
13312
13311
  fileUrl: string | null;
13312
+ status?: string | undefined;
13313
13313
  };
13314
13314
  assignee: {
13315
13315
  id: string;
@@ -13531,7 +13531,6 @@ export declare const viberContract: {
13531
13531
  dateValue: Date | null;
13532
13532
  uploads: {
13533
13533
  id: string;
13534
- status: string | null;
13535
13534
  createdAt: Date;
13536
13535
  updatedAt: Date;
13537
13536
  deletedAt: Date | null;
@@ -13540,6 +13539,7 @@ export declare const viberContract: {
13540
13539
  bucketName: string;
13541
13540
  fileSize: number;
13542
13541
  fileUrl: string | null;
13542
+ status?: string | undefined;
13543
13543
  }[];
13544
13544
  }[];
13545
13545
  company: {
@@ -13740,7 +13740,7 @@ export declare const viberContract: {
13740
13740
  previewUrl: string;
13741
13741
  imageSetId: string;
13742
13742
  repliedMessage: {
13743
- 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";
13743
+ 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";
13744
13744
  message: string;
13745
13745
  id: string;
13746
13746
  url: string;
@@ -13794,7 +13794,6 @@ export declare const viberContract: {
13794
13794
  };
13795
13795
  upload: {
13796
13796
  id: string;
13797
- status: string | null;
13798
13797
  createdAt: Date;
13799
13798
  updatedAt: Date;
13800
13799
  deletedAt: Date | null;
@@ -13803,6 +13802,7 @@ export declare const viberContract: {
13803
13802
  bucketName: string;
13804
13803
  fileSize: number;
13805
13804
  fileUrl: string | null;
13805
+ status?: string | undefined;
13806
13806
  };
13807
13807
  assignee: {
13808
13808
  id: string;
@@ -13950,7 +13950,7 @@ export declare const viberContract: {
13950
13950
  template?: any;
13951
13951
  } | null | undefined;
13952
13952
  }, {
13953
- 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";
13953
+ 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";
13954
13954
  message: string;
13955
13955
  id: string;
13956
13956
  url: string;
@@ -14004,7 +14004,6 @@ export declare const viberContract: {
14004
14004
  };
14005
14005
  upload: {
14006
14006
  id: string;
14007
- status: string | null;
14008
14007
  createdAt: Date;
14009
14008
  updatedAt: Date;
14010
14009
  deletedAt: Date | null;
@@ -14013,6 +14012,7 @@ export declare const viberContract: {
14013
14012
  bucketName: string;
14014
14013
  fileSize: number;
14015
14014
  fileUrl: string | null;
14015
+ status?: string | undefined;
14016
14016
  };
14017
14017
  assignee: {
14018
14018
  id: string;
@@ -14234,7 +14234,6 @@ export declare const viberContract: {
14234
14234
  dateValue: Date | null;
14235
14235
  uploads: {
14236
14236
  id: string;
14237
- status: string | null;
14238
14237
  createdAt: Date;
14239
14238
  updatedAt: Date;
14240
14239
  deletedAt: Date | null;
@@ -14243,6 +14242,7 @@ export declare const viberContract: {
14243
14242
  bucketName: string;
14244
14243
  fileSize: number;
14245
14244
  fileUrl: string | null;
14245
+ status?: string | undefined;
14246
14246
  }[];
14247
14247
  }[];
14248
14248
  company: {
@@ -14443,7 +14443,7 @@ export declare const viberContract: {
14443
14443
  previewUrl: string;
14444
14444
  imageSetId: string;
14445
14445
  repliedMessage: {
14446
- 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";
14446
+ 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";
14447
14447
  message: string;
14448
14448
  id: string;
14449
14449
  url: string;
@@ -14497,7 +14497,6 @@ export declare const viberContract: {
14497
14497
  };
14498
14498
  upload: {
14499
14499
  id: string;
14500
- status: string | null;
14501
14500
  createdAt: Date;
14502
14501
  updatedAt: Date;
14503
14502
  deletedAt: Date | null;
@@ -14506,6 +14505,7 @@ export declare const viberContract: {
14506
14505
  bucketName: string;
14507
14506
  fileSize: number;
14508
14507
  fileUrl: string | null;
14508
+ status?: string | undefined;
14509
14509
  };
14510
14510
  assignee: {
14511
14511
  id: string;
@@ -14652,7 +14652,7 @@ export declare const viberContract: {
14652
14652
  template?: any;
14653
14653
  metadata?: any;
14654
14654
  fromMessage?: {
14655
- 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";
14655
+ 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";
14656
14656
  message: string;
14657
14657
  id: string;
14658
14658
  url: string;
@@ -14706,7 +14706,6 @@ export declare const viberContract: {
14706
14706
  };
14707
14707
  upload: {
14708
14708
  id: string;
14709
- status: string | null;
14710
14709
  createdAt: Date;
14711
14710
  updatedAt: Date;
14712
14711
  deletedAt: Date | null;
@@ -14715,6 +14714,7 @@ export declare const viberContract: {
14715
14714
  bucketName: string;
14716
14715
  fileSize: number;
14717
14716
  fileUrl: string | null;
14717
+ status?: string | undefined;
14718
14718
  };
14719
14719
  assignee: {
14720
14720
  id: string;
@@ -14936,7 +14936,6 @@ export declare const viberContract: {
14936
14936
  dateValue: Date | null;
14937
14937
  uploads: {
14938
14938
  id: string;
14939
- status: string | null;
14940
14939
  createdAt: Date;
14941
14940
  updatedAt: Date;
14942
14941
  deletedAt: Date | null;
@@ -14945,6 +14944,7 @@ export declare const viberContract: {
14945
14944
  bucketName: string;
14946
14945
  fileSize: number;
14947
14946
  fileUrl: string | null;
14947
+ status?: string | undefined;
14948
14948
  }[];
14949
14949
  }[];
14950
14950
  company: {
@@ -15145,7 +15145,7 @@ export declare const viberContract: {
15145
15145
  previewUrl: string;
15146
15146
  imageSetId: string;
15147
15147
  repliedMessage: {
15148
- 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";
15148
+ 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";
15149
15149
  message: string;
15150
15150
  id: string;
15151
15151
  url: string;
@@ -15199,7 +15199,6 @@ export declare const viberContract: {
15199
15199
  };
15200
15200
  upload: {
15201
15201
  id: string;
15202
- status: string | null;
15203
15202
  createdAt: Date;
15204
15203
  updatedAt: Date;
15205
15204
  deletedAt: Date | null;
@@ -15208,6 +15207,7 @@ export declare const viberContract: {
15208
15207
  bucketName: string;
15209
15208
  fileSize: number;
15210
15209
  fileUrl: string | null;
15210
+ status?: string | undefined;
15211
15211
  };
15212
15212
  assignee: {
15213
15213
  id: string;
@@ -15357,7 +15357,7 @@ export declare const viberContract: {
15357
15357
  }>;
15358
15358
  }, "strip", z.ZodTypeAny, {
15359
15359
  data: {
15360
- 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";
15360
+ 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";
15361
15361
  message: string;
15362
15362
  id: string;
15363
15363
  url: string;
@@ -15411,7 +15411,6 @@ export declare const viberContract: {
15411
15411
  };
15412
15412
  upload: {
15413
15413
  id: string;
15414
- status: string | null;
15415
15414
  createdAt: Date;
15416
15415
  updatedAt: Date;
15417
15416
  deletedAt: Date | null;
@@ -15420,6 +15419,7 @@ export declare const viberContract: {
15420
15419
  bucketName: string;
15421
15420
  fileSize: number;
15422
15421
  fileUrl: string | null;
15422
+ status?: string | undefined;
15423
15423
  };
15424
15424
  assignee: {
15425
15425
  id: string;
@@ -15641,7 +15641,6 @@ export declare const viberContract: {
15641
15641
  dateValue: Date | null;
15642
15642
  uploads: {
15643
15643
  id: string;
15644
- status: string | null;
15645
15644
  createdAt: Date;
15646
15645
  updatedAt: Date;
15647
15646
  deletedAt: Date | null;
@@ -15650,6 +15649,7 @@ export declare const viberContract: {
15650
15649
  bucketName: string;
15651
15650
  fileSize: number;
15652
15651
  fileUrl: string | null;
15652
+ status?: string | undefined;
15653
15653
  }[];
15654
15654
  }[];
15655
15655
  company: {
@@ -15850,7 +15850,7 @@ export declare const viberContract: {
15850
15850
  previewUrl: string;
15851
15851
  imageSetId: string;
15852
15852
  repliedMessage: {
15853
- 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";
15853
+ 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";
15854
15854
  message: string;
15855
15855
  id: string;
15856
15856
  url: string;
@@ -15904,7 +15904,6 @@ export declare const viberContract: {
15904
15904
  };
15905
15905
  upload: {
15906
15906
  id: string;
15907
- status: string | null;
15908
15907
  createdAt: Date;
15909
15908
  updatedAt: Date;
15910
15909
  deletedAt: Date | null;
@@ -15913,6 +15912,7 @@ export declare const viberContract: {
15913
15912
  bucketName: string;
15914
15913
  fileSize: number;
15915
15914
  fileUrl: string | null;
15915
+ status?: string | undefined;
15916
15916
  };
15917
15917
  assignee: {
15918
15918
  id: string;
@@ -16059,7 +16059,7 @@ export declare const viberContract: {
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" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
16062
+ 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";
16063
16063
  message: string;
16064
16064
  id: string;
16065
16065
  url: string;
@@ -16113,7 +16113,6 @@ export declare const viberContract: {
16113
16113
  };
16114
16114
  upload: {
16115
16115
  id: string;
16116
- status: string | null;
16117
16116
  createdAt: Date;
16118
16117
  updatedAt: Date;
16119
16118
  deletedAt: Date | null;
@@ -16122,6 +16121,7 @@ export declare const viberContract: {
16122
16121
  bucketName: string;
16123
16122
  fileSize: number;
16124
16123
  fileUrl: string | null;
16124
+ status?: string | undefined;
16125
16125
  };
16126
16126
  assignee: {
16127
16127
  id: string;
@@ -16343,7 +16343,6 @@ export declare const viberContract: {
16343
16343
  dateValue: Date | null;
16344
16344
  uploads: {
16345
16345
  id: string;
16346
- status: string | null;
16347
16346
  createdAt: Date;
16348
16347
  updatedAt: Date;
16349
16348
  deletedAt: Date | null;
@@ -16352,6 +16351,7 @@ export declare const viberContract: {
16352
16351
  bucketName: string;
16353
16352
  fileSize: number;
16354
16353
  fileUrl: string | null;
16354
+ status?: string | undefined;
16355
16355
  }[];
16356
16356
  }[];
16357
16357
  company: {
@@ -16552,7 +16552,7 @@ export declare const viberContract: {
16552
16552
  previewUrl: string;
16553
16553
  imageSetId: string;
16554
16554
  repliedMessage: {
16555
- 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";
16555
+ 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";
16556
16556
  message: string;
16557
16557
  id: string;
16558
16558
  url: string;
@@ -16606,7 +16606,6 @@ export declare const viberContract: {
16606
16606
  };
16607
16607
  upload: {
16608
16608
  id: string;
16609
- status: string | null;
16610
16609
  createdAt: Date;
16611
16610
  updatedAt: Date;
16612
16611
  deletedAt: Date | null;
@@ -16615,6 +16614,7 @@ export declare const viberContract: {
16615
16614
  bucketName: string;
16616
16615
  fileSize: number;
16617
16616
  fileUrl: string | null;
16617
+ status?: string | undefined;
16618
16618
  };
16619
16619
  assignee: {
16620
16620
  id: string;
@@ -16765,7 +16765,7 @@ export declare const viberContract: {
16765
16765
  requestId: string;
16766
16766
  }, {
16767
16767
  data: {
16768
- 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";
16768
+ 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";
16769
16769
  message: string;
16770
16770
  id: string;
16771
16771
  url: string;
@@ -16819,7 +16819,6 @@ export declare const viberContract: {
16819
16819
  };
16820
16820
  upload: {
16821
16821
  id: string;
16822
- status: string | null;
16823
16822
  createdAt: Date;
16824
16823
  updatedAt: Date;
16825
16824
  deletedAt: Date | null;
@@ -16828,6 +16827,7 @@ export declare const viberContract: {
16828
16827
  bucketName: string;
16829
16828
  fileSize: number;
16830
16829
  fileUrl: string | null;
16830
+ status?: string | undefined;
16831
16831
  };
16832
16832
  assignee: {
16833
16833
  id: string;
@@ -17049,7 +17049,6 @@ export declare const viberContract: {
17049
17049
  dateValue: Date | null;
17050
17050
  uploads: {
17051
17051
  id: string;
17052
- status: string | null;
17053
17052
  createdAt: Date;
17054
17053
  updatedAt: Date;
17055
17054
  deletedAt: Date | null;
@@ -17058,6 +17057,7 @@ export declare const viberContract: {
17058
17057
  bucketName: string;
17059
17058
  fileSize: number;
17060
17059
  fileUrl: string | null;
17060
+ status?: string | undefined;
17061
17061
  }[];
17062
17062
  }[];
17063
17063
  company: {
@@ -17258,7 +17258,7 @@ export declare const viberContract: {
17258
17258
  previewUrl: string;
17259
17259
  imageSetId: string;
17260
17260
  repliedMessage: {
17261
- 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";
17261
+ 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";
17262
17262
  message: string;
17263
17263
  id: string;
17264
17264
  url: string;
@@ -17312,7 +17312,6 @@ export declare const viberContract: {
17312
17312
  };
17313
17313
  upload: {
17314
17314
  id: string;
17315
- status: string | null;
17316
17315
  createdAt: Date;
17317
17316
  updatedAt: Date;
17318
17317
  deletedAt: Date | null;
@@ -17321,6 +17320,7 @@ export declare const viberContract: {
17321
17320
  bucketName: string;
17322
17321
  fileSize: number;
17323
17322
  fileUrl: string | null;
17323
+ status?: string | undefined;
17324
17324
  };
17325
17325
  assignee: {
17326
17326
  id: string;
@@ -17467,7 +17467,7 @@ export declare const viberContract: {
17467
17467
  template?: any;
17468
17468
  metadata?: any;
17469
17469
  fromMessage?: {
17470
- 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";
17470
+ 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";
17471
17471
  message: string;
17472
17472
  id: string;
17473
17473
  url: string;
@@ -17521,7 +17521,6 @@ export declare const viberContract: {
17521
17521
  };
17522
17522
  upload: {
17523
17523
  id: string;
17524
- status: string | null;
17525
17524
  createdAt: Date;
17526
17525
  updatedAt: Date;
17527
17526
  deletedAt: Date | null;
@@ -17530,6 +17529,7 @@ export declare const viberContract: {
17530
17529
  bucketName: string;
17531
17530
  fileSize: number;
17532
17531
  fileUrl: string | null;
17532
+ status?: string | undefined;
17533
17533
  };
17534
17534
  assignee: {
17535
17535
  id: string;
@@ -17751,7 +17751,6 @@ export declare const viberContract: {
17751
17751
  dateValue: Date | null;
17752
17752
  uploads: {
17753
17753
  id: string;
17754
- status: string | null;
17755
17754
  createdAt: Date;
17756
17755
  updatedAt: Date;
17757
17756
  deletedAt: Date | null;
@@ -17760,6 +17759,7 @@ export declare const viberContract: {
17760
17759
  bucketName: string;
17761
17760
  fileSize: number;
17762
17761
  fileUrl: string | null;
17762
+ status?: string | undefined;
17763
17763
  }[];
17764
17764
  }[];
17765
17765
  company: {
@@ -17960,7 +17960,7 @@ export declare const viberContract: {
17960
17960
  previewUrl: string;
17961
17961
  imageSetId: string;
17962
17962
  repliedMessage: {
17963
- 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";
17963
+ 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";
17964
17964
  message: string;
17965
17965
  id: string;
17966
17966
  url: string;
@@ -18014,7 +18014,6 @@ export declare const viberContract: {
18014
18014
  };
18015
18015
  upload: {
18016
18016
  id: string;
18017
- status: string | null;
18018
18017
  createdAt: Date;
18019
18018
  updatedAt: Date;
18020
18019
  deletedAt: Date | null;
@@ -18023,6 +18022,7 @@ export declare const viberContract: {
18023
18022
  bucketName: string;
18024
18023
  fileSize: number;
18025
18024
  fileUrl: string | null;
18025
+ status?: string | undefined;
18026
18026
  };
18027
18027
  assignee: {
18028
18028
  id: string;