@kl1/contracts 1.2.38-uat → 1.2.39-uat

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/dist/api-contracts/src/channel/index.d.ts +2349 -2560
  2. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  3. package/dist/api-contracts/src/channel/schema.d.ts +75 -87
  4. package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
  5. package/dist/api-contracts/src/channel/validation.d.ts +84 -98
  6. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  7. package/dist/api-contracts/src/chat/index.d.ts +6954 -2629
  8. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  9. package/dist/api-contracts/src/chat/schema.d.ts +1675 -721
  10. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  11. package/dist/api-contracts/src/chat/validation.d.ts +1512 -818
  12. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  13. package/dist/api-contracts/src/comment/index.d.ts +68 -68
  14. package/dist/api-contracts/src/comment/schema.d.ts +20 -20
  15. package/dist/api-contracts/src/contact/index.d.ts +97 -97
  16. package/dist/api-contracts/src/contact/schema.d.ts +12 -12
  17. package/dist/api-contracts/src/contact/validation.d.ts +56 -56
  18. package/dist/api-contracts/src/contract.d.ts +13847 -11876
  19. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  20. package/dist/api-contracts/src/cx-intelligence/index.d.ts +87 -0
  21. package/dist/api-contracts/src/cx-intelligence/index.d.ts.map +1 -1
  22. package/dist/api-contracts/src/cx-log/index.d.ts +190 -143
  23. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  24. package/dist/api-contracts/src/cx-log/schema.d.ts +233 -119
  25. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  26. package/dist/api-contracts/src/dashboard/index.d.ts +77 -99
  27. package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
  28. package/dist/api-contracts/src/dashboard/schema.d.ts +12 -55
  29. package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
  30. package/dist/api-contracts/src/dashboard/validation.d.ts +26 -0
  31. package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
  32. package/dist/api-contracts/src/extension/index.d.ts +81 -0
  33. package/dist/api-contracts/src/extension/index.d.ts.map +1 -1
  34. package/dist/api-contracts/src/facebook-feed/index.d.ts +1466 -1060
  35. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  36. package/dist/api-contracts/src/facebook-feed/schema.d.ts +68 -77
  37. package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
  38. package/dist/api-contracts/src/facebook-feed/validation.d.ts +53 -60
  39. package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
  40. package/dist/api-contracts/src/index.d.ts +5 -0
  41. package/dist/api-contracts/src/index.d.ts.map +1 -1
  42. package/dist/api-contracts/src/instagram/index.d.ts +1271 -836
  43. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  44. package/dist/api-contracts/src/line/index.d.ts +1204 -757
  45. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  46. package/dist/api-contracts/src/line/validation.d.ts +71 -82
  47. package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
  48. package/dist/api-contracts/src/mail/mail-contract.d.ts +619 -7
  49. package/dist/api-contracts/src/mail/mail-contract.d.ts.map +1 -1
  50. package/dist/api-contracts/src/mail/room-contract.d.ts +619 -7
  51. package/dist/api-contracts/src/mail/room-contract.d.ts.map +1 -1
  52. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +204 -0
  53. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts.map +1 -1
  54. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +165 -5
  55. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts.map +1 -1
  56. package/dist/api-contracts/src/messenger/index.d.ts +1271 -836
  57. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  58. package/dist/api-contracts/src/messenger/validation.d.ts +53 -60
  59. package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
  60. package/dist/api-contracts/src/public-api/index.d.ts +59 -59
  61. package/dist/api-contracts/src/public-api/schema.d.ts +12 -12
  62. package/dist/api-contracts/src/public-api/validation.d.ts +19 -19
  63. package/dist/api-contracts/src/sms/index.d.ts +180 -146
  64. package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
  65. package/dist/api-contracts/src/sms/schema.d.ts +22 -0
  66. package/dist/api-contracts/src/sms/schema.d.ts.map +1 -1
  67. package/dist/api-contracts/src/snippet/index.d.ts +105 -105
  68. package/dist/api-contracts/src/snippet/schema.d.ts +40 -40
  69. package/dist/api-contracts/src/telegram/index.d.ts +1091 -626
  70. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  71. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +34 -89
  72. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
  73. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +10 -27
  74. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
  75. package/dist/api-contracts/src/telephony-cdr/index.d.ts +54 -54
  76. package/dist/api-contracts/src/telephony-cdr/index.d.ts.map +1 -1
  77. package/dist/api-contracts/src/telephony-cdr/schema.d.ts +14 -14
  78. package/dist/api-contracts/src/ticket/index.d.ts +111 -111
  79. package/dist/api-contracts/src/ticket/schema.d.ts +21 -21
  80. package/dist/api-contracts/src/upload/schema.d.ts +3 -3
  81. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +16 -8
  82. package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
  83. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +20 -10
  84. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
  85. package/dist/api-contracts/src/viber/index.d.ts +1091 -626
  86. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  87. package/dist/api-contracts/src/webchat/index.d.ts +1091 -626
  88. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  89. package/dist/api-contracts/src/whatsapp/index.d.ts +1175 -724
  90. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  91. package/dist/api-contracts/src/workflow-rule/index.d.ts +569 -183
  92. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  93. package/dist/entities/src/enums/chat.d.ts +3 -0
  94. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  95. package/dist/index.js +4837 -4272
  96. package/dist/index.js.map +1 -1
  97. package/dist/index.mjs +4830 -4272
  98. package/dist/index.mjs.map +1 -1
  99. package/package.json +7 -3
@@ -66,38 +66,35 @@ export declare const viberContract: {
66
66
  additionalCredentials: z.ZodOptional<z.ZodAny>;
67
67
  senderId: z.ZodOptional<z.ZodString>;
68
68
  whatsapp: z.ZodOptional<z.ZodObject<{
69
- wabaBusinessId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
70
- wabaExternalId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
71
- phoneNumberId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
72
- email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
73
- clientId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
74
- channelId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
69
+ wabaBusinessId: z.ZodOptional<z.ZodString>;
70
+ wabaExternalId: z.ZodString;
71
+ phoneNumberId: z.ZodString;
72
+ email: z.ZodString;
73
+ clientId: z.ZodOptional<z.ZodString>;
74
+ channelId: z.ZodOptional<z.ZodString>;
75
75
  status: z.ZodOptional<z.ZodEnum<["pending", "active"]>>;
76
76
  apiKey: z.ZodOptional<z.ZodString>;
77
77
  tier: z.ZodOptional<z.ZodEnum<["basic", "regular", "premium"]>>;
78
- integrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"meta">, z.ZodLiteral<"360dialog">]>>;
79
78
  }, "strip", z.ZodTypeAny, {
80
- wabaBusinessId?: string | null | undefined;
81
- wabaExternalId?: string | null | undefined;
82
- phoneNumberId?: string | null | undefined;
83
- email?: string | null | undefined;
84
- clientId?: string | null | undefined;
85
- channelId?: string | null | undefined;
79
+ email: string;
80
+ wabaExternalId: string;
81
+ phoneNumberId: string;
82
+ wabaBusinessId?: string | undefined;
83
+ clientId?: string | undefined;
84
+ channelId?: string | undefined;
86
85
  status?: "active" | "pending" | undefined;
87
86
  apiKey?: string | undefined;
88
87
  tier?: "basic" | "regular" | "premium" | undefined;
89
- integrationType?: "meta" | "360dialog" | undefined;
90
88
  }, {
91
- wabaBusinessId?: string | null | undefined;
92
- wabaExternalId?: string | null | undefined;
93
- phoneNumberId?: string | null | undefined;
94
- email?: string | null | undefined;
95
- clientId?: string | null | undefined;
96
- channelId?: string | null | undefined;
89
+ email: string;
90
+ wabaExternalId: string;
91
+ phoneNumberId: string;
92
+ wabaBusinessId?: string | undefined;
93
+ clientId?: string | undefined;
94
+ channelId?: string | undefined;
97
95
  status?: "active" | "pending" | undefined;
98
96
  apiKey?: string | undefined;
99
97
  tier?: "basic" | "regular" | "premium" | undefined;
100
- integrationType?: "meta" | "360dialog" | undefined;
101
98
  }>>;
102
99
  vonageCredentials: z.ZodOptional<z.ZodObject<{
103
100
  mobileNumber: z.ZodString;
@@ -122,16 +119,15 @@ export declare const viberContract: {
122
119
  additionalCredentials?: any;
123
120
  senderId?: string | undefined;
124
121
  whatsapp?: {
125
- wabaBusinessId?: string | null | undefined;
126
- wabaExternalId?: string | null | undefined;
127
- phoneNumberId?: string | null | undefined;
128
- email?: string | null | undefined;
129
- clientId?: string | null | undefined;
130
- channelId?: string | null | undefined;
122
+ email: string;
123
+ wabaExternalId: string;
124
+ phoneNumberId: string;
125
+ wabaBusinessId?: string | undefined;
126
+ clientId?: string | undefined;
127
+ channelId?: string | undefined;
131
128
  status?: "active" | "pending" | undefined;
132
129
  apiKey?: string | undefined;
133
130
  tier?: "basic" | "regular" | "premium" | undefined;
134
- integrationType?: "meta" | "360dialog" | undefined;
135
131
  } | undefined;
136
132
  vonageCredentials?: {
137
133
  apiKey: string;
@@ -148,16 +144,15 @@ export declare const viberContract: {
148
144
  additionalCredentials?: any;
149
145
  senderId?: string | undefined;
150
146
  whatsapp?: {
151
- wabaBusinessId?: string | null | undefined;
152
- wabaExternalId?: string | null | undefined;
153
- phoneNumberId?: string | null | undefined;
154
- email?: string | null | undefined;
155
- clientId?: string | null | undefined;
156
- channelId?: string | null | undefined;
147
+ email: string;
148
+ wabaExternalId: string;
149
+ phoneNumberId: string;
150
+ wabaBusinessId?: string | undefined;
151
+ clientId?: string | undefined;
152
+ channelId?: string | undefined;
157
153
  status?: "active" | "pending" | undefined;
158
154
  apiKey?: string | undefined;
159
155
  tier?: "basic" | "regular" | "premium" | undefined;
160
- integrationType?: "meta" | "360dialog" | undefined;
161
156
  } | undefined;
162
157
  vonageCredentials?: {
163
158
  apiKey: string;
@@ -408,16 +403,15 @@ export declare const viberContract: {
408
403
  additionalCredentials?: any;
409
404
  senderId?: string | undefined;
410
405
  whatsapp?: {
411
- wabaBusinessId?: string | null | undefined;
412
- wabaExternalId?: string | null | undefined;
413
- phoneNumberId?: string | null | undefined;
414
- email?: string | null | undefined;
415
- clientId?: string | null | undefined;
416
- channelId?: string | null | undefined;
406
+ email: string;
407
+ wabaExternalId: string;
408
+ phoneNumberId: string;
409
+ wabaBusinessId?: string | undefined;
410
+ clientId?: string | undefined;
411
+ channelId?: string | undefined;
417
412
  status?: "active" | "pending" | undefined;
418
413
  apiKey?: string | undefined;
419
414
  tier?: "basic" | "regular" | "premium" | undefined;
420
- integrationType?: "meta" | "360dialog" | undefined;
421
415
  } | undefined;
422
416
  vonageCredentials?: {
423
417
  apiKey: string;
@@ -499,16 +493,15 @@ export declare const viberContract: {
499
493
  additionalCredentials?: any;
500
494
  senderId?: string | undefined;
501
495
  whatsapp?: {
502
- wabaBusinessId?: string | null | undefined;
503
- wabaExternalId?: string | null | undefined;
504
- phoneNumberId?: string | null | undefined;
505
- email?: string | null | undefined;
506
- clientId?: string | null | undefined;
507
- channelId?: string | null | undefined;
496
+ email: string;
497
+ wabaExternalId: string;
498
+ phoneNumberId: string;
499
+ wabaBusinessId?: string | undefined;
500
+ clientId?: string | undefined;
501
+ channelId?: string | undefined;
508
502
  status?: "active" | "pending" | undefined;
509
503
  apiKey?: string | undefined;
510
504
  tier?: "basic" | "regular" | "premium" | undefined;
511
- integrationType?: "meta" | "360dialog" | undefined;
512
505
  } | undefined;
513
506
  vonageCredentials?: {
514
507
  apiKey: string;
@@ -592,16 +585,15 @@ export declare const viberContract: {
592
585
  additionalCredentials?: any;
593
586
  senderId?: string | undefined;
594
587
  whatsapp?: {
595
- wabaBusinessId?: string | null | undefined;
596
- wabaExternalId?: string | null | undefined;
597
- phoneNumberId?: string | null | undefined;
598
- email?: string | null | undefined;
599
- clientId?: string | null | undefined;
600
- channelId?: string | null | undefined;
588
+ email: string;
589
+ wabaExternalId: string;
590
+ phoneNumberId: string;
591
+ wabaBusinessId?: string | undefined;
592
+ clientId?: string | undefined;
593
+ channelId?: string | undefined;
601
594
  status?: "active" | "pending" | undefined;
602
595
  apiKey?: string | undefined;
603
596
  tier?: "basic" | "regular" | "premium" | undefined;
604
- integrationType?: "meta" | "360dialog" | undefined;
605
597
  } | undefined;
606
598
  vonageCredentials?: {
607
599
  apiKey: string;
@@ -686,16 +678,15 @@ export declare const viberContract: {
686
678
  additionalCredentials?: any;
687
679
  senderId?: string | undefined;
688
680
  whatsapp?: {
689
- wabaBusinessId?: string | null | undefined;
690
- wabaExternalId?: string | null | undefined;
691
- phoneNumberId?: string | null | undefined;
692
- email?: string | null | undefined;
693
- clientId?: string | null | undefined;
694
- channelId?: string | null | undefined;
681
+ email: string;
682
+ wabaExternalId: string;
683
+ phoneNumberId: string;
684
+ wabaBusinessId?: string | undefined;
685
+ clientId?: string | undefined;
686
+ channelId?: string | undefined;
695
687
  status?: "active" | "pending" | undefined;
696
688
  apiKey?: string | undefined;
697
689
  tier?: "basic" | "regular" | "premium" | undefined;
698
- integrationType?: "meta" | "360dialog" | undefined;
699
690
  } | undefined;
700
691
  vonageCredentials?: {
701
692
  apiKey: string;
@@ -819,38 +810,35 @@ export declare const viberContract: {
819
810
  additionalCredentials: z.ZodOptional<z.ZodAny>;
820
811
  senderId: z.ZodOptional<z.ZodString>;
821
812
  whatsapp: z.ZodOptional<z.ZodObject<{
822
- wabaBusinessId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
823
- wabaExternalId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
824
- phoneNumberId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
825
- email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
826
- clientId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
827
- channelId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
813
+ wabaBusinessId: z.ZodOptional<z.ZodString>;
814
+ wabaExternalId: z.ZodString;
815
+ phoneNumberId: z.ZodString;
816
+ email: z.ZodString;
817
+ clientId: z.ZodOptional<z.ZodString>;
818
+ channelId: z.ZodOptional<z.ZodString>;
828
819
  status: z.ZodOptional<z.ZodEnum<["pending", "active"]>>;
829
820
  apiKey: z.ZodOptional<z.ZodString>;
830
821
  tier: z.ZodOptional<z.ZodEnum<["basic", "regular", "premium"]>>;
831
- integrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"meta">, z.ZodLiteral<"360dialog">]>>;
832
822
  }, "strip", z.ZodTypeAny, {
833
- wabaBusinessId?: string | null | undefined;
834
- wabaExternalId?: string | null | undefined;
835
- phoneNumberId?: string | null | undefined;
836
- email?: string | null | undefined;
837
- clientId?: string | null | undefined;
838
- channelId?: string | null | undefined;
823
+ email: string;
824
+ wabaExternalId: string;
825
+ phoneNumberId: string;
826
+ wabaBusinessId?: string | undefined;
827
+ clientId?: string | undefined;
828
+ channelId?: string | undefined;
839
829
  status?: "active" | "pending" | undefined;
840
830
  apiKey?: string | undefined;
841
831
  tier?: "basic" | "regular" | "premium" | undefined;
842
- integrationType?: "meta" | "360dialog" | undefined;
843
832
  }, {
844
- wabaBusinessId?: string | null | undefined;
845
- wabaExternalId?: string | null | undefined;
846
- phoneNumberId?: string | null | undefined;
847
- email?: string | null | undefined;
848
- clientId?: string | null | undefined;
849
- channelId?: string | null | undefined;
833
+ email: string;
834
+ wabaExternalId: string;
835
+ phoneNumberId: string;
836
+ wabaBusinessId?: string | undefined;
837
+ clientId?: string | undefined;
838
+ channelId?: string | undefined;
850
839
  status?: "active" | "pending" | undefined;
851
840
  apiKey?: string | undefined;
852
841
  tier?: "basic" | "regular" | "premium" | undefined;
853
- integrationType?: "meta" | "360dialog" | undefined;
854
842
  }>>;
855
843
  vonageCredentials: z.ZodOptional<z.ZodObject<{
856
844
  mobileNumber: z.ZodString;
@@ -875,16 +863,15 @@ export declare const viberContract: {
875
863
  additionalCredentials?: any;
876
864
  senderId?: string | undefined;
877
865
  whatsapp?: {
878
- wabaBusinessId?: string | null | undefined;
879
- wabaExternalId?: string | null | undefined;
880
- phoneNumberId?: string | null | undefined;
881
- email?: string | null | undefined;
882
- clientId?: string | null | undefined;
883
- channelId?: string | null | undefined;
866
+ email: string;
867
+ wabaExternalId: string;
868
+ phoneNumberId: string;
869
+ wabaBusinessId?: string | undefined;
870
+ clientId?: string | undefined;
871
+ channelId?: string | undefined;
884
872
  status?: "active" | "pending" | undefined;
885
873
  apiKey?: string | undefined;
886
874
  tier?: "basic" | "regular" | "premium" | undefined;
887
- integrationType?: "meta" | "360dialog" | undefined;
888
875
  } | undefined;
889
876
  vonageCredentials?: {
890
877
  apiKey: string;
@@ -901,16 +888,15 @@ export declare const viberContract: {
901
888
  additionalCredentials?: any;
902
889
  senderId?: string | undefined;
903
890
  whatsapp?: {
904
- wabaBusinessId?: string | null | undefined;
905
- wabaExternalId?: string | null | undefined;
906
- phoneNumberId?: string | null | undefined;
907
- email?: string | null | undefined;
908
- clientId?: string | null | undefined;
909
- channelId?: string | null | undefined;
891
+ email: string;
892
+ wabaExternalId: string;
893
+ phoneNumberId: string;
894
+ wabaBusinessId?: string | undefined;
895
+ clientId?: string | undefined;
896
+ channelId?: string | undefined;
910
897
  status?: "active" | "pending" | undefined;
911
898
  apiKey?: string | undefined;
912
899
  tier?: "basic" | "regular" | "premium" | undefined;
913
- integrationType?: "meta" | "360dialog" | undefined;
914
900
  } | undefined;
915
901
  vonageCredentials?: {
916
902
  apiKey: string;
@@ -1161,16 +1147,15 @@ export declare const viberContract: {
1161
1147
  additionalCredentials?: any;
1162
1148
  senderId?: string | undefined;
1163
1149
  whatsapp?: {
1164
- wabaBusinessId?: string | null | undefined;
1165
- wabaExternalId?: string | null | undefined;
1166
- phoneNumberId?: string | null | undefined;
1167
- email?: string | null | undefined;
1168
- clientId?: string | null | undefined;
1169
- channelId?: string | null | undefined;
1150
+ email: string;
1151
+ wabaExternalId: string;
1152
+ phoneNumberId: string;
1153
+ wabaBusinessId?: string | undefined;
1154
+ clientId?: string | undefined;
1155
+ channelId?: string | undefined;
1170
1156
  status?: "active" | "pending" | undefined;
1171
1157
  apiKey?: string | undefined;
1172
1158
  tier?: "basic" | "regular" | "premium" | undefined;
1173
- integrationType?: "meta" | "360dialog" | undefined;
1174
1159
  } | undefined;
1175
1160
  vonageCredentials?: {
1176
1161
  apiKey: string;
@@ -1252,16 +1237,15 @@ export declare const viberContract: {
1252
1237
  additionalCredentials?: any;
1253
1238
  senderId?: string | undefined;
1254
1239
  whatsapp?: {
1255
- wabaBusinessId?: string | null | undefined;
1256
- wabaExternalId?: string | null | undefined;
1257
- phoneNumberId?: string | null | undefined;
1258
- email?: string | null | undefined;
1259
- clientId?: string | null | undefined;
1260
- channelId?: string | null | undefined;
1240
+ email: string;
1241
+ wabaExternalId: string;
1242
+ phoneNumberId: string;
1243
+ wabaBusinessId?: string | undefined;
1244
+ clientId?: string | undefined;
1245
+ channelId?: string | undefined;
1261
1246
  status?: "active" | "pending" | undefined;
1262
1247
  apiKey?: string | undefined;
1263
1248
  tier?: "basic" | "regular" | "premium" | undefined;
1264
- integrationType?: "meta" | "360dialog" | undefined;
1265
1249
  } | undefined;
1266
1250
  vonageCredentials?: {
1267
1251
  apiKey: string;
@@ -1345,16 +1329,15 @@ export declare const viberContract: {
1345
1329
  additionalCredentials?: any;
1346
1330
  senderId?: string | undefined;
1347
1331
  whatsapp?: {
1348
- wabaBusinessId?: string | null | undefined;
1349
- wabaExternalId?: string | null | undefined;
1350
- phoneNumberId?: string | null | undefined;
1351
- email?: string | null | undefined;
1352
- clientId?: string | null | undefined;
1353
- channelId?: string | null | undefined;
1332
+ email: string;
1333
+ wabaExternalId: string;
1334
+ phoneNumberId: string;
1335
+ wabaBusinessId?: string | undefined;
1336
+ clientId?: string | undefined;
1337
+ channelId?: string | undefined;
1354
1338
  status?: "active" | "pending" | undefined;
1355
1339
  apiKey?: string | undefined;
1356
1340
  tier?: "basic" | "regular" | "premium" | undefined;
1357
- integrationType?: "meta" | "360dialog" | undefined;
1358
1341
  } | undefined;
1359
1342
  vonageCredentials?: {
1360
1343
  apiKey: string;
@@ -1439,16 +1422,15 @@ export declare const viberContract: {
1439
1422
  additionalCredentials?: any;
1440
1423
  senderId?: string | undefined;
1441
1424
  whatsapp?: {
1442
- wabaBusinessId?: string | null | undefined;
1443
- wabaExternalId?: string | null | undefined;
1444
- phoneNumberId?: string | null | undefined;
1445
- email?: string | null | undefined;
1446
- clientId?: string | null | undefined;
1447
- channelId?: string | null | undefined;
1425
+ email: string;
1426
+ wabaExternalId: string;
1427
+ phoneNumberId: string;
1428
+ wabaBusinessId?: string | undefined;
1429
+ clientId?: string | undefined;
1430
+ channelId?: string | undefined;
1448
1431
  status?: "active" | "pending" | undefined;
1449
1432
  apiKey?: string | undefined;
1450
1433
  tier?: "basic" | "regular" | "premium" | undefined;
1451
- integrationType?: "meta" | "360dialog" | undefined;
1452
1434
  } | undefined;
1453
1435
  vonageCredentials?: {
1454
1436
  apiKey: string;
@@ -1672,38 +1654,35 @@ export declare const viberContract: {
1672
1654
  additionalCredentials: z.ZodOptional<z.ZodAny>;
1673
1655
  senderId: z.ZodOptional<z.ZodString>;
1674
1656
  whatsapp: z.ZodOptional<z.ZodObject<{
1675
- wabaBusinessId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1676
- wabaExternalId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1677
- phoneNumberId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1678
- email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1679
- clientId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1680
- channelId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1657
+ wabaBusinessId: z.ZodOptional<z.ZodString>;
1658
+ wabaExternalId: z.ZodString;
1659
+ phoneNumberId: z.ZodString;
1660
+ email: z.ZodString;
1661
+ clientId: z.ZodOptional<z.ZodString>;
1662
+ channelId: z.ZodOptional<z.ZodString>;
1681
1663
  status: z.ZodOptional<z.ZodEnum<["pending", "active"]>>;
1682
1664
  apiKey: z.ZodOptional<z.ZodString>;
1683
1665
  tier: z.ZodOptional<z.ZodEnum<["basic", "regular", "premium"]>>;
1684
- integrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"meta">, z.ZodLiteral<"360dialog">]>>;
1685
1666
  }, "strip", z.ZodTypeAny, {
1686
- wabaBusinessId?: string | null | undefined;
1687
- wabaExternalId?: string | null | undefined;
1688
- phoneNumberId?: string | null | undefined;
1689
- email?: string | null | undefined;
1690
- clientId?: string | null | undefined;
1691
- channelId?: string | null | undefined;
1667
+ email: string;
1668
+ wabaExternalId: string;
1669
+ phoneNumberId: string;
1670
+ wabaBusinessId?: string | undefined;
1671
+ clientId?: string | undefined;
1672
+ channelId?: string | undefined;
1692
1673
  status?: "active" | "pending" | undefined;
1693
1674
  apiKey?: string | undefined;
1694
1675
  tier?: "basic" | "regular" | "premium" | undefined;
1695
- integrationType?: "meta" | "360dialog" | undefined;
1696
1676
  }, {
1697
- wabaBusinessId?: string | null | undefined;
1698
- wabaExternalId?: string | null | undefined;
1699
- phoneNumberId?: string | null | undefined;
1700
- email?: string | null | undefined;
1701
- clientId?: string | null | undefined;
1702
- channelId?: string | null | undefined;
1677
+ email: string;
1678
+ wabaExternalId: string;
1679
+ phoneNumberId: string;
1680
+ wabaBusinessId?: string | undefined;
1681
+ clientId?: string | undefined;
1682
+ channelId?: string | undefined;
1703
1683
  status?: "active" | "pending" | undefined;
1704
1684
  apiKey?: string | undefined;
1705
1685
  tier?: "basic" | "regular" | "premium" | undefined;
1706
- integrationType?: "meta" | "360dialog" | undefined;
1707
1686
  }>>;
1708
1687
  vonageCredentials: z.ZodOptional<z.ZodObject<{
1709
1688
  mobileNumber: z.ZodString;
@@ -1728,16 +1707,15 @@ export declare const viberContract: {
1728
1707
  additionalCredentials?: any;
1729
1708
  senderId?: string | undefined;
1730
1709
  whatsapp?: {
1731
- wabaBusinessId?: string | null | undefined;
1732
- wabaExternalId?: string | null | undefined;
1733
- phoneNumberId?: string | null | undefined;
1734
- email?: string | null | undefined;
1735
- clientId?: string | null | undefined;
1736
- channelId?: string | null | undefined;
1710
+ email: string;
1711
+ wabaExternalId: string;
1712
+ phoneNumberId: string;
1713
+ wabaBusinessId?: string | undefined;
1714
+ clientId?: string | undefined;
1715
+ channelId?: string | undefined;
1737
1716
  status?: "active" | "pending" | undefined;
1738
1717
  apiKey?: string | undefined;
1739
1718
  tier?: "basic" | "regular" | "premium" | undefined;
1740
- integrationType?: "meta" | "360dialog" | undefined;
1741
1719
  } | undefined;
1742
1720
  vonageCredentials?: {
1743
1721
  apiKey: string;
@@ -1754,16 +1732,15 @@ export declare const viberContract: {
1754
1732
  additionalCredentials?: any;
1755
1733
  senderId?: string | undefined;
1756
1734
  whatsapp?: {
1757
- wabaBusinessId?: string | null | undefined;
1758
- wabaExternalId?: string | null | undefined;
1759
- phoneNumberId?: string | null | undefined;
1760
- email?: string | null | undefined;
1761
- clientId?: string | null | undefined;
1762
- channelId?: string | null | undefined;
1735
+ email: string;
1736
+ wabaExternalId: string;
1737
+ phoneNumberId: string;
1738
+ wabaBusinessId?: string | undefined;
1739
+ clientId?: string | undefined;
1740
+ channelId?: string | undefined;
1763
1741
  status?: "active" | "pending" | undefined;
1764
1742
  apiKey?: string | undefined;
1765
1743
  tier?: "basic" | "regular" | "premium" | undefined;
1766
- integrationType?: "meta" | "360dialog" | undefined;
1767
1744
  } | undefined;
1768
1745
  vonageCredentials?: {
1769
1746
  apiKey: string;
@@ -1810,16 +1787,15 @@ export declare const viberContract: {
1810
1787
  additionalCredentials?: any;
1811
1788
  senderId?: string | undefined;
1812
1789
  whatsapp?: {
1813
- wabaBusinessId?: string | null | undefined;
1814
- wabaExternalId?: string | null | undefined;
1815
- phoneNumberId?: string | null | undefined;
1816
- email?: string | null | undefined;
1817
- clientId?: string | null | undefined;
1818
- channelId?: string | null | undefined;
1790
+ email: string;
1791
+ wabaExternalId: string;
1792
+ phoneNumberId: string;
1793
+ wabaBusinessId?: string | undefined;
1794
+ clientId?: string | undefined;
1795
+ channelId?: string | undefined;
1819
1796
  status?: "active" | "pending" | undefined;
1820
1797
  apiKey?: string | undefined;
1821
1798
  tier?: "basic" | "regular" | "premium" | undefined;
1822
- integrationType?: "meta" | "360dialog" | undefined;
1823
1799
  } | undefined;
1824
1800
  vonageCredentials?: {
1825
1801
  apiKey: string;
@@ -1854,16 +1830,15 @@ export declare const viberContract: {
1854
1830
  additionalCredentials?: any;
1855
1831
  senderId?: string | undefined;
1856
1832
  whatsapp?: {
1857
- wabaBusinessId?: string | null | undefined;
1858
- wabaExternalId?: string | null | undefined;
1859
- phoneNumberId?: string | null | undefined;
1860
- email?: string | null | undefined;
1861
- clientId?: string | null | undefined;
1862
- channelId?: string | null | undefined;
1833
+ email: string;
1834
+ wabaExternalId: string;
1835
+ phoneNumberId: string;
1836
+ wabaBusinessId?: string | undefined;
1837
+ clientId?: string | undefined;
1838
+ channelId?: string | undefined;
1863
1839
  status?: "active" | "pending" | undefined;
1864
1840
  apiKey?: string | undefined;
1865
1841
  tier?: "basic" | "regular" | "premium" | undefined;
1866
- integrationType?: "meta" | "360dialog" | undefined;
1867
1842
  } | undefined;
1868
1843
  vonageCredentials?: {
1869
1844
  apiKey: string;
@@ -1903,16 +1878,15 @@ export declare const viberContract: {
1903
1878
  additionalCredentials?: any;
1904
1879
  senderId?: string | undefined;
1905
1880
  whatsapp?: {
1906
- wabaBusinessId?: string | null | undefined;
1907
- wabaExternalId?: string | null | undefined;
1908
- phoneNumberId?: string | null | undefined;
1909
- email?: string | null | undefined;
1910
- clientId?: string | null | undefined;
1911
- channelId?: string | null | undefined;
1881
+ email: string;
1882
+ wabaExternalId: string;
1883
+ phoneNumberId: string;
1884
+ wabaBusinessId?: string | undefined;
1885
+ clientId?: string | undefined;
1886
+ channelId?: string | undefined;
1912
1887
  status?: "active" | "pending" | undefined;
1913
1888
  apiKey?: string | undefined;
1914
1889
  tier?: "basic" | "regular" | "premium" | undefined;
1915
- integrationType?: "meta" | "360dialog" | undefined;
1916
1890
  } | undefined;
1917
1891
  vonageCredentials?: {
1918
1892
  apiKey: string;
@@ -1991,16 +1965,15 @@ export declare const viberContract: {
1991
1965
  additionalCredentials?: any;
1992
1966
  senderId?: string | undefined;
1993
1967
  whatsapp?: {
1994
- wabaBusinessId?: string | null | undefined;
1995
- wabaExternalId?: string | null | undefined;
1996
- phoneNumberId?: string | null | undefined;
1997
- email?: string | null | undefined;
1998
- clientId?: string | null | undefined;
1999
- channelId?: string | null | undefined;
1968
+ email: string;
1969
+ wabaExternalId: string;
1970
+ phoneNumberId: string;
1971
+ wabaBusinessId?: string | undefined;
1972
+ clientId?: string | undefined;
1973
+ channelId?: string | undefined;
2000
1974
  status?: "active" | "pending" | undefined;
2001
1975
  apiKey?: string | undefined;
2002
1976
  tier?: "basic" | "regular" | "premium" | undefined;
2003
- integrationType?: "meta" | "360dialog" | undefined;
2004
1977
  } | undefined;
2005
1978
  vonageCredentials?: {
2006
1979
  apiKey: string;
@@ -2070,7 +2043,7 @@ export declare const viberContract: {
2070
2043
  id: z.ZodOptional<z.ZodString>;
2071
2044
  message: z.ZodOptional<z.ZodString>;
2072
2045
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
2073
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
2046
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
2074
2047
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
2075
2048
  metadata: z.ZodOptional<z.ZodAny>;
2076
2049
  platformId: z.ZodOptional<z.ZodString>;
@@ -2126,7 +2099,7 @@ export declare const viberContract: {
2126
2099
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
2127
2100
  label: z.ZodOptional<z.ZodString>;
2128
2101
  }, "strip", z.ZodTypeAny, {
2129
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "contacts" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
2102
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2130
2103
  direction: "incoming" | "outgoing" | "system";
2131
2104
  id?: string | undefined;
2132
2105
  message?: string | undefined;
@@ -2161,7 +2134,7 @@ export declare const viberContract: {
2161
2134
  editedAt?: string | Date | null | undefined;
2162
2135
  label?: string | undefined;
2163
2136
  }, {
2164
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "contacts" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
2137
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2165
2138
  direction: "incoming" | "outgoing" | "system";
2166
2139
  id?: string | undefined;
2167
2140
  message?: string | undefined;
@@ -2198,7 +2171,7 @@ export declare const viberContract: {
2198
2171
  }>;
2199
2172
  }, "strip", z.ZodTypeAny, {
2200
2173
  message: {
2201
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "contacts" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
2174
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2202
2175
  direction: "incoming" | "outgoing" | "system";
2203
2176
  id?: string | undefined;
2204
2177
  message?: string | undefined;
@@ -2247,16 +2220,15 @@ export declare const viberContract: {
2247
2220
  additionalCredentials?: any;
2248
2221
  senderId?: string | undefined;
2249
2222
  whatsapp?: {
2250
- wabaBusinessId?: string | null | undefined;
2251
- wabaExternalId?: string | null | undefined;
2252
- phoneNumberId?: string | null | undefined;
2253
- email?: string | null | undefined;
2254
- clientId?: string | null | undefined;
2255
- channelId?: string | null | undefined;
2223
+ email: string;
2224
+ wabaExternalId: string;
2225
+ phoneNumberId: string;
2226
+ wabaBusinessId?: string | undefined;
2227
+ clientId?: string | undefined;
2228
+ channelId?: string | undefined;
2256
2229
  status?: "active" | "pending" | undefined;
2257
2230
  apiKey?: string | undefined;
2258
2231
  tier?: "basic" | "regular" | "premium" | undefined;
2259
- integrationType?: "meta" | "360dialog" | undefined;
2260
2232
  } | undefined;
2261
2233
  vonageCredentials?: {
2262
2234
  apiKey: string;
@@ -2325,7 +2297,7 @@ export declare const viberContract: {
2325
2297
  isBot: boolean | null;
2326
2298
  }, {
2327
2299
  message: {
2328
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "contacts" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
2300
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2329
2301
  direction: "incoming" | "outgoing" | "system";
2330
2302
  id?: string | undefined;
2331
2303
  message?: string | undefined;
@@ -2374,16 +2346,15 @@ export declare const viberContract: {
2374
2346
  additionalCredentials?: any;
2375
2347
  senderId?: string | undefined;
2376
2348
  whatsapp?: {
2377
- wabaBusinessId?: string | null | undefined;
2378
- wabaExternalId?: string | null | undefined;
2379
- phoneNumberId?: string | null | undefined;
2380
- email?: string | null | undefined;
2381
- clientId?: string | null | undefined;
2382
- channelId?: string | null | undefined;
2349
+ email: string;
2350
+ wabaExternalId: string;
2351
+ phoneNumberId: string;
2352
+ wabaBusinessId?: string | undefined;
2353
+ clientId?: string | undefined;
2354
+ channelId?: string | undefined;
2383
2355
  status?: "active" | "pending" | undefined;
2384
2356
  apiKey?: string | undefined;
2385
2357
  tier?: "basic" | "regular" | "premium" | undefined;
2386
- integrationType?: "meta" | "360dialog" | undefined;
2387
2358
  } | undefined;
2388
2359
  vonageCredentials?: {
2389
2360
  apiKey: string;
@@ -2456,7 +2427,7 @@ export declare const viberContract: {
2456
2427
  200: z.ZodObject<{
2457
2428
  requestId: z.ZodString;
2458
2429
  data: z.ZodObject<{
2459
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
2430
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
2460
2431
  message: z.ZodString;
2461
2432
  id: z.ZodString;
2462
2433
  url: z.ZodString;
@@ -2681,9 +2652,10 @@ export declare const viberContract: {
2681
2652
  fileSize: z.ZodNumber;
2682
2653
  fileKey: z.ZodString;
2683
2654
  fileUrl: z.ZodNullable<z.ZodString>;
2684
- status: z.ZodOptional<z.ZodString>;
2655
+ status: z.ZodNullable<z.ZodString>;
2685
2656
  }, "strip", z.ZodTypeAny, {
2686
2657
  id: string;
2658
+ status: string | null;
2687
2659
  createdAt: Date;
2688
2660
  updatedAt: Date;
2689
2661
  deletedAt: Date | null;
@@ -2692,9 +2664,9 @@ export declare const viberContract: {
2692
2664
  bucketName: string;
2693
2665
  fileSize: number;
2694
2666
  fileUrl: string | null;
2695
- status?: string | undefined;
2696
2667
  }, {
2697
2668
  id: string;
2669
+ status: string | null;
2698
2670
  createdAt: Date;
2699
2671
  updatedAt: Date;
2700
2672
  deletedAt: Date | null;
@@ -2703,7 +2675,6 @@ export declare const viberContract: {
2703
2675
  bucketName: string;
2704
2676
  fileSize: number;
2705
2677
  fileUrl: string | null;
2706
- status?: string | undefined;
2707
2678
  }>;
2708
2679
  assignee: z.ZodObject<{
2709
2680
  id: z.ZodString;
@@ -3298,9 +3269,10 @@ export declare const viberContract: {
3298
3269
  fileSize: z.ZodNumber;
3299
3270
  fileKey: z.ZodString;
3300
3271
  fileUrl: z.ZodNullable<z.ZodString>;
3301
- status: z.ZodOptional<z.ZodString>;
3272
+ status: z.ZodNullable<z.ZodString>;
3302
3273
  }, "strip", z.ZodTypeAny, {
3303
3274
  id: string;
3275
+ status: string | null;
3304
3276
  createdAt: Date;
3305
3277
  updatedAt: Date;
3306
3278
  deletedAt: Date | null;
@@ -3309,9 +3281,9 @@ export declare const viberContract: {
3309
3281
  bucketName: string;
3310
3282
  fileSize: number;
3311
3283
  fileUrl: string | null;
3312
- status?: string | undefined;
3313
3284
  }, {
3314
3285
  id: string;
3286
+ status: string | null;
3315
3287
  createdAt: Date;
3316
3288
  updatedAt: Date;
3317
3289
  deletedAt: Date | null;
@@ -3320,7 +3292,6 @@ export declare const viberContract: {
3320
3292
  bucketName: string;
3321
3293
  fileSize: number;
3322
3294
  fileUrl: string | null;
3323
- status?: string | undefined;
3324
3295
  }>, "many">;
3325
3296
  }, "strip", z.ZodTypeAny, {
3326
3297
  id: string;
@@ -3347,6 +3318,7 @@ export declare const viberContract: {
3347
3318
  dateValue: Date | null;
3348
3319
  uploads: {
3349
3320
  id: string;
3321
+ status: string | null;
3350
3322
  createdAt: Date;
3351
3323
  updatedAt: Date;
3352
3324
  deletedAt: Date | null;
@@ -3355,7 +3327,6 @@ export declare const viberContract: {
3355
3327
  bucketName: string;
3356
3328
  fileSize: number;
3357
3329
  fileUrl: string | null;
3358
- status?: string | undefined;
3359
3330
  }[];
3360
3331
  }, {
3361
3332
  id: string;
@@ -3382,6 +3353,7 @@ export declare const viberContract: {
3382
3353
  dateValue: Date | null;
3383
3354
  uploads: {
3384
3355
  id: string;
3356
+ status: string | null;
3385
3357
  createdAt: Date;
3386
3358
  updatedAt: Date;
3387
3359
  deletedAt: Date | null;
@@ -3390,7 +3362,6 @@ export declare const viberContract: {
3390
3362
  bucketName: string;
3391
3363
  fileSize: number;
3392
3364
  fileUrl: string | null;
3393
- status?: string | undefined;
3394
3365
  }[];
3395
3366
  }>, "many">;
3396
3367
  contactEmails: z.ZodArray<z.ZodObject<{
@@ -3530,6 +3501,7 @@ export declare const viberContract: {
3530
3501
  dateValue: Date | null;
3531
3502
  uploads: {
3532
3503
  id: string;
3504
+ status: string | null;
3533
3505
  createdAt: Date;
3534
3506
  updatedAt: Date;
3535
3507
  deletedAt: Date | null;
@@ -3538,7 +3510,6 @@ export declare const viberContract: {
3538
3510
  bucketName: string;
3539
3511
  fileSize: number;
3540
3512
  fileUrl: string | null;
3541
- status?: string | undefined;
3542
3513
  }[];
3543
3514
  }[];
3544
3515
  company: {
@@ -3641,6 +3612,7 @@ export declare const viberContract: {
3641
3612
  dateValue: Date | null;
3642
3613
  uploads: {
3643
3614
  id: string;
3615
+ status: string | null;
3644
3616
  createdAt: Date;
3645
3617
  updatedAt: Date;
3646
3618
  deletedAt: Date | null;
@@ -3649,7 +3621,6 @@ export declare const viberContract: {
3649
3621
  bucketName: string;
3650
3622
  fileSize: number;
3651
3623
  fileUrl: string | null;
3652
- status?: string | undefined;
3653
3624
  }[];
3654
3625
  }[];
3655
3626
  company: {
@@ -3765,6 +3736,7 @@ export declare const viberContract: {
3765
3736
  dateValue: Date | null;
3766
3737
  uploads: {
3767
3738
  id: string;
3739
+ status: string | null;
3768
3740
  createdAt: Date;
3769
3741
  updatedAt: Date;
3770
3742
  deletedAt: Date | null;
@@ -3773,7 +3745,6 @@ export declare const viberContract: {
3773
3745
  bucketName: string;
3774
3746
  fileSize: number;
3775
3747
  fileUrl: string | null;
3776
- status?: string | undefined;
3777
3748
  }[];
3778
3749
  }[];
3779
3750
  company: {
@@ -3891,6 +3862,7 @@ export declare const viberContract: {
3891
3862
  dateValue: Date | null;
3892
3863
  uploads: {
3893
3864
  id: string;
3865
+ status: string | null;
3894
3866
  createdAt: Date;
3895
3867
  updatedAt: Date;
3896
3868
  deletedAt: Date | null;
@@ -3899,7 +3871,6 @@ export declare const viberContract: {
3899
3871
  bucketName: string;
3900
3872
  fileSize: number;
3901
3873
  fileUrl: string | null;
3902
- status?: string | undefined;
3903
3874
  }[];
3904
3875
  }[];
3905
3876
  company: {
@@ -4396,38 +4367,35 @@ export declare const viberContract: {
4396
4367
  additionalCredentials: z.ZodOptional<z.ZodAny>;
4397
4368
  senderId: z.ZodOptional<z.ZodString>;
4398
4369
  whatsapp: z.ZodOptional<z.ZodObject<{
4399
- wabaBusinessId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4400
- wabaExternalId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4401
- phoneNumberId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4402
- email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4403
- clientId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4404
- channelId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4370
+ wabaBusinessId: z.ZodOptional<z.ZodString>;
4371
+ wabaExternalId: z.ZodString;
4372
+ phoneNumberId: z.ZodString;
4373
+ email: z.ZodString;
4374
+ clientId: z.ZodOptional<z.ZodString>;
4375
+ channelId: z.ZodOptional<z.ZodString>;
4405
4376
  status: z.ZodOptional<z.ZodEnum<["pending", "active"]>>;
4406
4377
  apiKey: z.ZodOptional<z.ZodString>;
4407
4378
  tier: z.ZodOptional<z.ZodEnum<["basic", "regular", "premium"]>>;
4408
- integrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"meta">, z.ZodLiteral<"360dialog">]>>;
4409
4379
  }, "strip", z.ZodTypeAny, {
4410
- wabaBusinessId?: string | null | undefined;
4411
- wabaExternalId?: string | null | undefined;
4412
- phoneNumberId?: string | null | undefined;
4413
- email?: string | null | undefined;
4414
- clientId?: string | null | undefined;
4415
- channelId?: string | null | undefined;
4380
+ email: string;
4381
+ wabaExternalId: string;
4382
+ phoneNumberId: string;
4383
+ wabaBusinessId?: string | undefined;
4384
+ clientId?: string | undefined;
4385
+ channelId?: string | undefined;
4416
4386
  status?: "active" | "pending" | undefined;
4417
4387
  apiKey?: string | undefined;
4418
4388
  tier?: "basic" | "regular" | "premium" | undefined;
4419
- integrationType?: "meta" | "360dialog" | undefined;
4420
4389
  }, {
4421
- wabaBusinessId?: string | null | undefined;
4422
- wabaExternalId?: string | null | undefined;
4423
- phoneNumberId?: string | null | undefined;
4424
- email?: string | null | undefined;
4425
- clientId?: string | null | undefined;
4426
- channelId?: string | null | undefined;
4390
+ email: string;
4391
+ wabaExternalId: string;
4392
+ phoneNumberId: string;
4393
+ wabaBusinessId?: string | undefined;
4394
+ clientId?: string | undefined;
4395
+ channelId?: string | undefined;
4427
4396
  status?: "active" | "pending" | undefined;
4428
4397
  apiKey?: string | undefined;
4429
4398
  tier?: "basic" | "regular" | "premium" | undefined;
4430
- integrationType?: "meta" | "360dialog" | undefined;
4431
4399
  }>>;
4432
4400
  vonageCredentials: z.ZodOptional<z.ZodObject<{
4433
4401
  mobileNumber: z.ZodString;
@@ -4452,16 +4420,15 @@ export declare const viberContract: {
4452
4420
  additionalCredentials?: any;
4453
4421
  senderId?: string | undefined;
4454
4422
  whatsapp?: {
4455
- wabaBusinessId?: string | null | undefined;
4456
- wabaExternalId?: string | null | undefined;
4457
- phoneNumberId?: string | null | undefined;
4458
- email?: string | null | undefined;
4459
- clientId?: string | null | undefined;
4460
- channelId?: string | null | undefined;
4423
+ email: string;
4424
+ wabaExternalId: string;
4425
+ phoneNumberId: string;
4426
+ wabaBusinessId?: string | undefined;
4427
+ clientId?: string | undefined;
4428
+ channelId?: string | undefined;
4461
4429
  status?: "active" | "pending" | undefined;
4462
4430
  apiKey?: string | undefined;
4463
4431
  tier?: "basic" | "regular" | "premium" | undefined;
4464
- integrationType?: "meta" | "360dialog" | undefined;
4465
4432
  } | undefined;
4466
4433
  vonageCredentials?: {
4467
4434
  apiKey: string;
@@ -4478,16 +4445,15 @@ export declare const viberContract: {
4478
4445
  additionalCredentials?: any;
4479
4446
  senderId?: string | undefined;
4480
4447
  whatsapp?: {
4481
- wabaBusinessId?: string | null | undefined;
4482
- wabaExternalId?: string | null | undefined;
4483
- phoneNumberId?: string | null | undefined;
4484
- email?: string | null | undefined;
4485
- clientId?: string | null | undefined;
4486
- channelId?: string | null | undefined;
4448
+ email: string;
4449
+ wabaExternalId: string;
4450
+ phoneNumberId: string;
4451
+ wabaBusinessId?: string | undefined;
4452
+ clientId?: string | undefined;
4453
+ channelId?: string | undefined;
4487
4454
  status?: "active" | "pending" | undefined;
4488
4455
  apiKey?: string | undefined;
4489
4456
  tier?: "basic" | "regular" | "premium" | undefined;
4490
- integrationType?: "meta" | "360dialog" | undefined;
4491
4457
  } | undefined;
4492
4458
  vonageCredentials?: {
4493
4459
  apiKey: string;
@@ -4738,16 +4704,15 @@ export declare const viberContract: {
4738
4704
  additionalCredentials?: any;
4739
4705
  senderId?: string | undefined;
4740
4706
  whatsapp?: {
4741
- wabaBusinessId?: string | null | undefined;
4742
- wabaExternalId?: string | null | undefined;
4743
- phoneNumberId?: string | null | undefined;
4744
- email?: string | null | undefined;
4745
- clientId?: string | null | undefined;
4746
- channelId?: string | null | undefined;
4707
+ email: string;
4708
+ wabaExternalId: string;
4709
+ phoneNumberId: string;
4710
+ wabaBusinessId?: string | undefined;
4711
+ clientId?: string | undefined;
4712
+ channelId?: string | undefined;
4747
4713
  status?: "active" | "pending" | undefined;
4748
4714
  apiKey?: string | undefined;
4749
4715
  tier?: "basic" | "regular" | "premium" | undefined;
4750
- integrationType?: "meta" | "360dialog" | undefined;
4751
4716
  } | undefined;
4752
4717
  vonageCredentials?: {
4753
4718
  apiKey: string;
@@ -4829,16 +4794,15 @@ export declare const viberContract: {
4829
4794
  additionalCredentials?: any;
4830
4795
  senderId?: string | undefined;
4831
4796
  whatsapp?: {
4832
- wabaBusinessId?: string | null | undefined;
4833
- wabaExternalId?: string | null | undefined;
4834
- phoneNumberId?: string | null | undefined;
4835
- email?: string | null | undefined;
4836
- clientId?: string | null | undefined;
4837
- channelId?: string | null | undefined;
4797
+ email: string;
4798
+ wabaExternalId: string;
4799
+ phoneNumberId: string;
4800
+ wabaBusinessId?: string | undefined;
4801
+ clientId?: string | undefined;
4802
+ channelId?: string | undefined;
4838
4803
  status?: "active" | "pending" | undefined;
4839
4804
  apiKey?: string | undefined;
4840
4805
  tier?: "basic" | "regular" | "premium" | undefined;
4841
- integrationType?: "meta" | "360dialog" | undefined;
4842
4806
  } | undefined;
4843
4807
  vonageCredentials?: {
4844
4808
  apiKey: string;
@@ -4923,8 +4887,12 @@ export declare const viberContract: {
4923
4887
  agentId: z.ZodNullable<z.ZodString>;
4924
4888
  direction: z.ZodNullable<z.ZodString>;
4925
4889
  startedDate: z.ZodNullable<z.ZodDate>;
4890
+ totalHoldDuration: z.ZodNullable<z.ZodNumber>;
4926
4891
  handledTime: z.ZodNullable<z.ZodNumber>;
4892
+ fullHandledTime: z.ZodNullable<z.ZodNumber>;
4927
4893
  firstResponseTime: z.ZodNullable<z.ZodNumber>;
4894
+ resolutionTime: z.ZodNullable<z.ZodNumber>;
4895
+ fullResolutionTime: z.ZodNullable<z.ZodNumber>;
4928
4896
  wrapUpForm: z.ZodNullable<z.ZodObject<{
4929
4897
  id: z.ZodString;
4930
4898
  createdAt: z.ZodDate;
@@ -5191,6 +5159,74 @@ export declare const viberContract: {
5191
5159
  dateValue: Date | null;
5192
5160
  }[] | null | undefined;
5193
5161
  }>>;
5162
+ holdLogs: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
5163
+ id: z.ZodString;
5164
+ createdAt: z.ZodDate;
5165
+ updatedAt: z.ZodDate;
5166
+ deletedAt: z.ZodNullable<z.ZodDate>;
5167
+ startedAt: z.ZodString;
5168
+ endedAt: z.ZodNullable<z.ZodString>;
5169
+ duration: z.ZodNullable<z.ZodNumber>;
5170
+ holdLabel: z.ZodOptional<z.ZodNullable<z.ZodObject<{
5171
+ id: z.ZodString;
5172
+ createdAt: z.ZodDate;
5173
+ updatedAt: z.ZodDate;
5174
+ deletedAt: z.ZodNullable<z.ZodDate>;
5175
+ name: z.ZodString;
5176
+ position: z.ZodNumber;
5177
+ isDefault: z.ZodDefault<z.ZodBoolean>;
5178
+ }, "strip", z.ZodTypeAny, {
5179
+ name: string;
5180
+ id: string;
5181
+ position: number;
5182
+ createdAt: Date;
5183
+ updatedAt: Date;
5184
+ deletedAt: Date | null;
5185
+ isDefault: boolean;
5186
+ }, {
5187
+ name: string;
5188
+ id: string;
5189
+ position: number;
5190
+ createdAt: Date;
5191
+ updatedAt: Date;
5192
+ deletedAt: Date | null;
5193
+ isDefault?: boolean | undefined;
5194
+ }>>>;
5195
+ }, "strip", z.ZodTypeAny, {
5196
+ id: string;
5197
+ createdAt: Date;
5198
+ updatedAt: Date;
5199
+ deletedAt: Date | null;
5200
+ startedAt: string;
5201
+ endedAt: string | null;
5202
+ duration: number | null;
5203
+ holdLabel?: {
5204
+ name: string;
5205
+ id: string;
5206
+ position: number;
5207
+ createdAt: Date;
5208
+ updatedAt: Date;
5209
+ deletedAt: Date | null;
5210
+ isDefault: boolean;
5211
+ } | null | undefined;
5212
+ }, {
5213
+ id: string;
5214
+ createdAt: Date;
5215
+ updatedAt: Date;
5216
+ deletedAt: Date | null;
5217
+ startedAt: string;
5218
+ endedAt: string | null;
5219
+ duration: number | null;
5220
+ holdLabel?: {
5221
+ name: string;
5222
+ id: string;
5223
+ position: number;
5224
+ createdAt: Date;
5225
+ updatedAt: Date;
5226
+ deletedAt: Date | null;
5227
+ isDefault?: boolean | undefined;
5228
+ } | null | undefined;
5229
+ }>, "many">>>;
5194
5230
  }, "strip", z.ZodTypeAny, {
5195
5231
  id: string;
5196
5232
  channel: string | null;
@@ -5205,8 +5241,12 @@ export declare const viberContract: {
5205
5241
  entityName: string;
5206
5242
  agentId: string | null;
5207
5243
  startedDate: Date | null;
5244
+ totalHoldDuration: number | null;
5208
5245
  handledTime: number | null;
5246
+ fullHandledTime: number | null;
5209
5247
  firstResponseTime: number | null;
5248
+ resolutionTime: number | null;
5249
+ fullResolutionTime: number | null;
5210
5250
  wrapUpForm: {
5211
5251
  type: string;
5212
5252
  id: string;
@@ -5259,6 +5299,24 @@ export declare const viberContract: {
5259
5299
  dateValue: Date | null;
5260
5300
  }[] | null | undefined;
5261
5301
  } | null;
5302
+ holdLogs?: {
5303
+ id: string;
5304
+ createdAt: Date;
5305
+ updatedAt: Date;
5306
+ deletedAt: Date | null;
5307
+ startedAt: string;
5308
+ endedAt: string | null;
5309
+ duration: number | null;
5310
+ holdLabel?: {
5311
+ name: string;
5312
+ id: string;
5313
+ position: number;
5314
+ createdAt: Date;
5315
+ updatedAt: Date;
5316
+ deletedAt: Date | null;
5317
+ isDefault: boolean;
5318
+ } | null | undefined;
5319
+ }[] | null | undefined;
5262
5320
  }, {
5263
5321
  id: string;
5264
5322
  channel: string | null;
@@ -5273,8 +5331,12 @@ export declare const viberContract: {
5273
5331
  entityName: string;
5274
5332
  agentId: string | null;
5275
5333
  startedDate: Date | null;
5334
+ totalHoldDuration: number | null;
5276
5335
  handledTime: number | null;
5336
+ fullHandledTime: number | null;
5277
5337
  firstResponseTime: number | null;
5338
+ resolutionTime: number | null;
5339
+ fullResolutionTime: number | null;
5278
5340
  wrapUpForm: {
5279
5341
  type: string;
5280
5342
  id: string;
@@ -5327,6 +5389,24 @@ export declare const viberContract: {
5327
5389
  dateValue: Date | null;
5328
5390
  }[] | null | undefined;
5329
5391
  } | null;
5392
+ holdLogs?: {
5393
+ id: string;
5394
+ createdAt: Date;
5395
+ updatedAt: Date;
5396
+ deletedAt: Date | null;
5397
+ startedAt: string;
5398
+ endedAt: string | null;
5399
+ duration: number | null;
5400
+ holdLabel?: {
5401
+ name: string;
5402
+ id: string;
5403
+ position: number;
5404
+ createdAt: Date;
5405
+ updatedAt: Date;
5406
+ deletedAt: Date | null;
5407
+ isDefault?: boolean | undefined;
5408
+ } | null | undefined;
5409
+ }[] | null | undefined;
5330
5410
  }>;
5331
5411
  workflowRule: z.ZodObject<{
5332
5412
  id: z.ZodString;
@@ -5368,16 +5448,15 @@ export declare const viberContract: {
5368
5448
  additionalCredentials?: any;
5369
5449
  senderId?: string | undefined;
5370
5450
  whatsapp?: {
5371
- wabaBusinessId?: string | null | undefined;
5372
- wabaExternalId?: string | null | undefined;
5373
- phoneNumberId?: string | null | undefined;
5374
- email?: string | null | undefined;
5375
- clientId?: string | null | undefined;
5376
- channelId?: string | null | undefined;
5451
+ email: string;
5452
+ wabaExternalId: string;
5453
+ phoneNumberId: string;
5454
+ wabaBusinessId?: string | undefined;
5455
+ clientId?: string | undefined;
5456
+ channelId?: string | undefined;
5377
5457
  status?: "active" | "pending" | undefined;
5378
5458
  apiKey?: string | undefined;
5379
5459
  tier?: "basic" | "regular" | "premium" | undefined;
5380
- integrationType?: "meta" | "360dialog" | undefined;
5381
5460
  } | undefined;
5382
5461
  vonageCredentials?: {
5383
5462
  apiKey: string;
@@ -5548,6 +5627,7 @@ export declare const viberContract: {
5548
5627
  dateValue: Date | null;
5549
5628
  uploads: {
5550
5629
  id: string;
5630
+ status: string | null;
5551
5631
  createdAt: Date;
5552
5632
  updatedAt: Date;
5553
5633
  deletedAt: Date | null;
@@ -5556,7 +5636,6 @@ export declare const viberContract: {
5556
5636
  bucketName: string;
5557
5637
  fileSize: number;
5558
5638
  fileUrl: string | null;
5559
- status?: string | undefined;
5560
5639
  }[];
5561
5640
  }[];
5562
5641
  company: {
@@ -5691,8 +5770,12 @@ export declare const viberContract: {
5691
5770
  entityName: string;
5692
5771
  agentId: string | null;
5693
5772
  startedDate: Date | null;
5773
+ totalHoldDuration: number | null;
5694
5774
  handledTime: number | null;
5775
+ fullHandledTime: number | null;
5695
5776
  firstResponseTime: number | null;
5777
+ resolutionTime: number | null;
5778
+ fullResolutionTime: number | null;
5696
5779
  wrapUpForm: {
5697
5780
  type: string;
5698
5781
  id: string;
@@ -5745,6 +5828,24 @@ export declare const viberContract: {
5745
5828
  dateValue: Date | null;
5746
5829
  }[] | null | undefined;
5747
5830
  } | null;
5831
+ holdLogs?: {
5832
+ id: string;
5833
+ createdAt: Date;
5834
+ updatedAt: Date;
5835
+ deletedAt: Date | null;
5836
+ startedAt: string;
5837
+ endedAt: string | null;
5838
+ duration: number | null;
5839
+ holdLabel?: {
5840
+ name: string;
5841
+ id: string;
5842
+ position: number;
5843
+ createdAt: Date;
5844
+ updatedAt: Date;
5845
+ deletedAt: Date | null;
5846
+ isDefault: boolean;
5847
+ } | null | undefined;
5848
+ }[] | null | undefined;
5748
5849
  };
5749
5850
  workflowRule: {
5750
5851
  name: string;
@@ -5770,16 +5871,15 @@ export declare const viberContract: {
5770
5871
  additionalCredentials?: any;
5771
5872
  senderId?: string | undefined;
5772
5873
  whatsapp?: {
5773
- wabaBusinessId?: string | null | undefined;
5774
- wabaExternalId?: string | null | undefined;
5775
- phoneNumberId?: string | null | undefined;
5776
- email?: string | null | undefined;
5777
- clientId?: string | null | undefined;
5778
- channelId?: string | null | undefined;
5874
+ email: string;
5875
+ wabaExternalId: string;
5876
+ phoneNumberId: string;
5877
+ wabaBusinessId?: string | undefined;
5878
+ clientId?: string | undefined;
5879
+ channelId?: string | undefined;
5779
5880
  status?: "active" | "pending" | undefined;
5780
5881
  apiKey?: string | undefined;
5781
5882
  tier?: "basic" | "regular" | "premium" | undefined;
5782
- integrationType?: "meta" | "360dialog" | undefined;
5783
5883
  } | undefined;
5784
5884
  vonageCredentials?: {
5785
5885
  apiKey: string;
@@ -5950,6 +6050,7 @@ export declare const viberContract: {
5950
6050
  dateValue: Date | null;
5951
6051
  uploads: {
5952
6052
  id: string;
6053
+ status: string | null;
5953
6054
  createdAt: Date;
5954
6055
  updatedAt: Date;
5955
6056
  deletedAt: Date | null;
@@ -5958,7 +6059,6 @@ export declare const viberContract: {
5958
6059
  bucketName: string;
5959
6060
  fileSize: number;
5960
6061
  fileUrl: string | null;
5961
- status?: string | undefined;
5962
6062
  }[];
5963
6063
  }[];
5964
6064
  company: {
@@ -6093,8 +6193,12 @@ export declare const viberContract: {
6093
6193
  entityName: string;
6094
6194
  agentId: string | null;
6095
6195
  startedDate: Date | null;
6196
+ totalHoldDuration: number | null;
6096
6197
  handledTime: number | null;
6198
+ fullHandledTime: number | null;
6097
6199
  firstResponseTime: number | null;
6200
+ resolutionTime: number | null;
6201
+ fullResolutionTime: number | null;
6098
6202
  wrapUpForm: {
6099
6203
  type: string;
6100
6204
  id: string;
@@ -6147,6 +6251,24 @@ export declare const viberContract: {
6147
6251
  dateValue: Date | null;
6148
6252
  }[] | null | undefined;
6149
6253
  } | null;
6254
+ holdLogs?: {
6255
+ id: string;
6256
+ createdAt: Date;
6257
+ updatedAt: Date;
6258
+ deletedAt: Date | null;
6259
+ startedAt: string;
6260
+ endedAt: string | null;
6261
+ duration: number | null;
6262
+ holdLabel?: {
6263
+ name: string;
6264
+ id: string;
6265
+ position: number;
6266
+ createdAt: Date;
6267
+ updatedAt: Date;
6268
+ deletedAt: Date | null;
6269
+ isDefault?: boolean | undefined;
6270
+ } | null | undefined;
6271
+ }[] | null | undefined;
6150
6272
  };
6151
6273
  workflowRule: {
6152
6274
  name: string;
@@ -6197,7 +6319,7 @@ export declare const viberContract: {
6197
6319
  deletedAt: z.ZodNullable<z.ZodDate>;
6198
6320
  message: z.ZodString;
6199
6321
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
6200
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
6322
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
6201
6323
  readAt: z.ZodDate;
6202
6324
  metadata: z.ZodAny;
6203
6325
  platformId: z.ZodString;
@@ -6218,9 +6340,10 @@ export declare const viberContract: {
6218
6340
  fileSize: z.ZodNumber;
6219
6341
  fileKey: z.ZodString;
6220
6342
  fileUrl: z.ZodNullable<z.ZodString>;
6221
- status: z.ZodOptional<z.ZodString>;
6343
+ status: z.ZodNullable<z.ZodString>;
6222
6344
  }, "strip", z.ZodTypeAny, {
6223
6345
  id: string;
6346
+ status: string | null;
6224
6347
  createdAt: Date;
6225
6348
  updatedAt: Date;
6226
6349
  deletedAt: Date | null;
@@ -6229,9 +6352,9 @@ export declare const viberContract: {
6229
6352
  bucketName: string;
6230
6353
  fileSize: number;
6231
6354
  fileUrl: string | null;
6232
- status?: string | undefined;
6233
6355
  }, {
6234
6356
  id: string;
6357
+ status: string | null;
6235
6358
  createdAt: Date;
6236
6359
  updatedAt: Date;
6237
6360
  deletedAt: Date | null;
@@ -6240,7 +6363,6 @@ export declare const viberContract: {
6240
6363
  bucketName: string;
6241
6364
  fileSize: number;
6242
6365
  fileUrl: string | null;
6243
- status?: string | undefined;
6244
6366
  }>;
6245
6367
  actor: z.ZodObject<{
6246
6368
  id: z.ZodString;
@@ -6855,7 +6977,7 @@ export declare const viberContract: {
6855
6977
  };
6856
6978
  }>;
6857
6979
  }, "strip", z.ZodTypeAny, {
6858
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "contacts" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
6980
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
6859
6981
  message: string;
6860
6982
  id: string;
6861
6983
  url: string;
@@ -6909,6 +7031,7 @@ export declare const viberContract: {
6909
7031
  };
6910
7032
  upload: {
6911
7033
  id: string;
7034
+ status: string | null;
6912
7035
  createdAt: Date;
6913
7036
  updatedAt: Date;
6914
7037
  deletedAt: Date | null;
@@ -6917,7 +7040,6 @@ export declare const viberContract: {
6917
7040
  bucketName: string;
6918
7041
  fileSize: number;
6919
7042
  fileUrl: string | null;
6920
- status?: string | undefined;
6921
7043
  };
6922
7044
  assignee: {
6923
7045
  name: string;
@@ -7017,7 +7139,7 @@ export declare const viberContract: {
7017
7139
  metadata?: any;
7018
7140
  template?: any;
7019
7141
  }, {
7020
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "contacts" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
7142
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
7021
7143
  message: string;
7022
7144
  id: string;
7023
7145
  url: string;
@@ -7071,6 +7193,7 @@ export declare const viberContract: {
7071
7193
  };
7072
7194
  upload: {
7073
7195
  id: string;
7196
+ status: string | null;
7074
7197
  createdAt: Date;
7075
7198
  updatedAt: Date;
7076
7199
  deletedAt: Date | null;
@@ -7079,7 +7202,6 @@ export declare const viberContract: {
7079
7202
  bucketName: string;
7080
7203
  fileSize: number;
7081
7204
  fileUrl: string | null;
7082
- status?: string | undefined;
7083
7205
  };
7084
7206
  assignee: {
7085
7207
  name: string;
@@ -7391,7 +7513,7 @@ export declare const viberContract: {
7391
7513
  deletedAt: z.ZodNullable<z.ZodDate>;
7392
7514
  message: z.ZodString;
7393
7515
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
7394
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
7516
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
7395
7517
  readAt: z.ZodDate;
7396
7518
  metadata: z.ZodAny;
7397
7519
  platformId: z.ZodString;
@@ -7790,9 +7912,10 @@ export declare const viberContract: {
7790
7912
  fileSize: z.ZodNumber;
7791
7913
  fileKey: z.ZodString;
7792
7914
  fileUrl: z.ZodNullable<z.ZodString>;
7793
- status: z.ZodOptional<z.ZodString>;
7915
+ status: z.ZodNullable<z.ZodString>;
7794
7916
  }, "strip", z.ZodTypeAny, {
7795
7917
  id: string;
7918
+ status: string | null;
7796
7919
  createdAt: Date;
7797
7920
  updatedAt: Date;
7798
7921
  deletedAt: Date | null;
@@ -7801,9 +7924,9 @@ export declare const viberContract: {
7801
7924
  bucketName: string;
7802
7925
  fileSize: number;
7803
7926
  fileUrl: string | null;
7804
- status?: string | undefined;
7805
7927
  }, {
7806
7928
  id: string;
7929
+ status: string | null;
7807
7930
  createdAt: Date;
7808
7931
  updatedAt: Date;
7809
7932
  deletedAt: Date | null;
@@ -7812,7 +7935,6 @@ export declare const viberContract: {
7812
7935
  bucketName: string;
7813
7936
  fileSize: number;
7814
7937
  fileUrl: string | null;
7815
- status?: string | undefined;
7816
7938
  }>, "many">;
7817
7939
  }, "strip", z.ZodTypeAny, {
7818
7940
  id: string;
@@ -7839,6 +7961,7 @@ export declare const viberContract: {
7839
7961
  dateValue: Date | null;
7840
7962
  uploads: {
7841
7963
  id: string;
7964
+ status: string | null;
7842
7965
  createdAt: Date;
7843
7966
  updatedAt: Date;
7844
7967
  deletedAt: Date | null;
@@ -7847,7 +7970,6 @@ export declare const viberContract: {
7847
7970
  bucketName: string;
7848
7971
  fileSize: number;
7849
7972
  fileUrl: string | null;
7850
- status?: string | undefined;
7851
7973
  }[];
7852
7974
  }, {
7853
7975
  id: string;
@@ -7874,6 +7996,7 @@ export declare const viberContract: {
7874
7996
  dateValue: Date | null;
7875
7997
  uploads: {
7876
7998
  id: string;
7999
+ status: string | null;
7877
8000
  createdAt: Date;
7878
8001
  updatedAt: Date;
7879
8002
  deletedAt: Date | null;
@@ -7882,7 +8005,6 @@ export declare const viberContract: {
7882
8005
  bucketName: string;
7883
8006
  fileSize: number;
7884
8007
  fileUrl: string | null;
7885
- status?: string | undefined;
7886
8008
  }[];
7887
8009
  }>, "many">;
7888
8010
  contactEmails: z.ZodArray<z.ZodObject<{
@@ -8022,6 +8144,7 @@ export declare const viberContract: {
8022
8144
  dateValue: Date | null;
8023
8145
  uploads: {
8024
8146
  id: string;
8147
+ status: string | null;
8025
8148
  createdAt: Date;
8026
8149
  updatedAt: Date;
8027
8150
  deletedAt: Date | null;
@@ -8030,7 +8153,6 @@ export declare const viberContract: {
8030
8153
  bucketName: string;
8031
8154
  fileSize: number;
8032
8155
  fileUrl: string | null;
8033
- status?: string | undefined;
8034
8156
  }[];
8035
8157
  }[];
8036
8158
  company: {
@@ -8133,6 +8255,7 @@ export declare const viberContract: {
8133
8255
  dateValue: Date | null;
8134
8256
  uploads: {
8135
8257
  id: string;
8258
+ status: string | null;
8136
8259
  createdAt: Date;
8137
8260
  updatedAt: Date;
8138
8261
  deletedAt: Date | null;
@@ -8141,7 +8264,6 @@ export declare const viberContract: {
8141
8264
  bucketName: string;
8142
8265
  fileSize: number;
8143
8266
  fileUrl: string | null;
8144
- status?: string | undefined;
8145
8267
  }[];
8146
8268
  }[];
8147
8269
  company: {
@@ -8257,6 +8379,7 @@ export declare const viberContract: {
8257
8379
  dateValue: Date | null;
8258
8380
  uploads: {
8259
8381
  id: string;
8382
+ status: string | null;
8260
8383
  createdAt: Date;
8261
8384
  updatedAt: Date;
8262
8385
  deletedAt: Date | null;
@@ -8265,7 +8388,6 @@ export declare const viberContract: {
8265
8388
  bucketName: string;
8266
8389
  fileSize: number;
8267
8390
  fileUrl: string | null;
8268
- status?: string | undefined;
8269
8391
  }[];
8270
8392
  }[];
8271
8393
  company: {
@@ -8383,6 +8505,7 @@ export declare const viberContract: {
8383
8505
  dateValue: Date | null;
8384
8506
  uploads: {
8385
8507
  id: string;
8508
+ status: string | null;
8386
8509
  createdAt: Date;
8387
8510
  updatedAt: Date;
8388
8511
  deletedAt: Date | null;
@@ -8391,7 +8514,6 @@ export declare const viberContract: {
8391
8514
  bucketName: string;
8392
8515
  fileSize: number;
8393
8516
  fileUrl: string | null;
8394
- status?: string | undefined;
8395
8517
  }[];
8396
8518
  }[];
8397
8519
  company: {
@@ -8888,38 +9010,35 @@ export declare const viberContract: {
8888
9010
  additionalCredentials: z.ZodOptional<z.ZodAny>;
8889
9011
  senderId: z.ZodOptional<z.ZodString>;
8890
9012
  whatsapp: z.ZodOptional<z.ZodObject<{
8891
- wabaBusinessId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8892
- wabaExternalId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8893
- phoneNumberId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8894
- email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8895
- clientId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8896
- channelId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9013
+ wabaBusinessId: z.ZodOptional<z.ZodString>;
9014
+ wabaExternalId: z.ZodString;
9015
+ phoneNumberId: z.ZodString;
9016
+ email: z.ZodString;
9017
+ clientId: z.ZodOptional<z.ZodString>;
9018
+ channelId: z.ZodOptional<z.ZodString>;
8897
9019
  status: z.ZodOptional<z.ZodEnum<["pending", "active"]>>;
8898
9020
  apiKey: z.ZodOptional<z.ZodString>;
8899
9021
  tier: z.ZodOptional<z.ZodEnum<["basic", "regular", "premium"]>>;
8900
- integrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"meta">, z.ZodLiteral<"360dialog">]>>;
8901
9022
  }, "strip", z.ZodTypeAny, {
8902
- wabaBusinessId?: string | null | undefined;
8903
- wabaExternalId?: string | null | undefined;
8904
- phoneNumberId?: string | null | undefined;
8905
- email?: string | null | undefined;
8906
- clientId?: string | null | undefined;
8907
- channelId?: string | null | undefined;
9023
+ email: string;
9024
+ wabaExternalId: string;
9025
+ phoneNumberId: string;
9026
+ wabaBusinessId?: string | undefined;
9027
+ clientId?: string | undefined;
9028
+ channelId?: string | undefined;
8908
9029
  status?: "active" | "pending" | undefined;
8909
9030
  apiKey?: string | undefined;
8910
9031
  tier?: "basic" | "regular" | "premium" | undefined;
8911
- integrationType?: "meta" | "360dialog" | undefined;
8912
9032
  }, {
8913
- wabaBusinessId?: string | null | undefined;
8914
- wabaExternalId?: string | null | undefined;
8915
- phoneNumberId?: string | null | undefined;
8916
- email?: string | null | undefined;
8917
- clientId?: string | null | undefined;
8918
- channelId?: string | null | undefined;
9033
+ email: string;
9034
+ wabaExternalId: string;
9035
+ phoneNumberId: string;
9036
+ wabaBusinessId?: string | undefined;
9037
+ clientId?: string | undefined;
9038
+ channelId?: string | undefined;
8919
9039
  status?: "active" | "pending" | undefined;
8920
9040
  apiKey?: string | undefined;
8921
9041
  tier?: "basic" | "regular" | "premium" | undefined;
8922
- integrationType?: "meta" | "360dialog" | undefined;
8923
9042
  }>>;
8924
9043
  vonageCredentials: z.ZodOptional<z.ZodObject<{
8925
9044
  mobileNumber: z.ZodString;
@@ -8944,16 +9063,15 @@ export declare const viberContract: {
8944
9063
  additionalCredentials?: any;
8945
9064
  senderId?: string | undefined;
8946
9065
  whatsapp?: {
8947
- wabaBusinessId?: string | null | undefined;
8948
- wabaExternalId?: string | null | undefined;
8949
- phoneNumberId?: string | null | undefined;
8950
- email?: string | null | undefined;
8951
- clientId?: string | null | undefined;
8952
- channelId?: string | null | undefined;
9066
+ email: string;
9067
+ wabaExternalId: string;
9068
+ phoneNumberId: string;
9069
+ wabaBusinessId?: string | undefined;
9070
+ clientId?: string | undefined;
9071
+ channelId?: string | undefined;
8953
9072
  status?: "active" | "pending" | undefined;
8954
9073
  apiKey?: string | undefined;
8955
9074
  tier?: "basic" | "regular" | "premium" | undefined;
8956
- integrationType?: "meta" | "360dialog" | undefined;
8957
9075
  } | undefined;
8958
9076
  vonageCredentials?: {
8959
9077
  apiKey: string;
@@ -8970,16 +9088,15 @@ export declare const viberContract: {
8970
9088
  additionalCredentials?: any;
8971
9089
  senderId?: string | undefined;
8972
9090
  whatsapp?: {
8973
- wabaBusinessId?: string | null | undefined;
8974
- wabaExternalId?: string | null | undefined;
8975
- phoneNumberId?: string | null | undefined;
8976
- email?: string | null | undefined;
8977
- clientId?: string | null | undefined;
8978
- channelId?: string | null | undefined;
9091
+ email: string;
9092
+ wabaExternalId: string;
9093
+ phoneNumberId: string;
9094
+ wabaBusinessId?: string | undefined;
9095
+ clientId?: string | undefined;
9096
+ channelId?: string | undefined;
8979
9097
  status?: "active" | "pending" | undefined;
8980
9098
  apiKey?: string | undefined;
8981
9099
  tier?: "basic" | "regular" | "premium" | undefined;
8982
- integrationType?: "meta" | "360dialog" | undefined;
8983
9100
  } | undefined;
8984
9101
  vonageCredentials?: {
8985
9102
  apiKey: string;
@@ -9230,16 +9347,15 @@ export declare const viberContract: {
9230
9347
  additionalCredentials?: any;
9231
9348
  senderId?: string | undefined;
9232
9349
  whatsapp?: {
9233
- wabaBusinessId?: string | null | undefined;
9234
- wabaExternalId?: string | null | undefined;
9235
- phoneNumberId?: string | null | undefined;
9236
- email?: string | null | undefined;
9237
- clientId?: string | null | undefined;
9238
- channelId?: string | null | undefined;
9350
+ email: string;
9351
+ wabaExternalId: string;
9352
+ phoneNumberId: string;
9353
+ wabaBusinessId?: string | undefined;
9354
+ clientId?: string | undefined;
9355
+ channelId?: string | undefined;
9239
9356
  status?: "active" | "pending" | undefined;
9240
9357
  apiKey?: string | undefined;
9241
9358
  tier?: "basic" | "regular" | "premium" | undefined;
9242
- integrationType?: "meta" | "360dialog" | undefined;
9243
9359
  } | undefined;
9244
9360
  vonageCredentials?: {
9245
9361
  apiKey: string;
@@ -9321,16 +9437,15 @@ export declare const viberContract: {
9321
9437
  additionalCredentials?: any;
9322
9438
  senderId?: string | undefined;
9323
9439
  whatsapp?: {
9324
- wabaBusinessId?: string | null | undefined;
9325
- wabaExternalId?: string | null | undefined;
9326
- phoneNumberId?: string | null | undefined;
9327
- email?: string | null | undefined;
9328
- clientId?: string | null | undefined;
9329
- channelId?: string | null | undefined;
9440
+ email: string;
9441
+ wabaExternalId: string;
9442
+ phoneNumberId: string;
9443
+ wabaBusinessId?: string | undefined;
9444
+ clientId?: string | undefined;
9445
+ channelId?: string | undefined;
9330
9446
  status?: "active" | "pending" | undefined;
9331
9447
  apiKey?: string | undefined;
9332
9448
  tier?: "basic" | "regular" | "premium" | undefined;
9333
- integrationType?: "meta" | "360dialog" | undefined;
9334
9449
  } | undefined;
9335
9450
  vonageCredentials?: {
9336
9451
  apiKey: string;
@@ -9415,8 +9530,12 @@ export declare const viberContract: {
9415
9530
  agentId: z.ZodNullable<z.ZodString>;
9416
9531
  direction: z.ZodNullable<z.ZodString>;
9417
9532
  startedDate: z.ZodNullable<z.ZodDate>;
9533
+ totalHoldDuration: z.ZodNullable<z.ZodNumber>;
9418
9534
  handledTime: z.ZodNullable<z.ZodNumber>;
9535
+ fullHandledTime: z.ZodNullable<z.ZodNumber>;
9419
9536
  firstResponseTime: z.ZodNullable<z.ZodNumber>;
9537
+ resolutionTime: z.ZodNullable<z.ZodNumber>;
9538
+ fullResolutionTime: z.ZodNullable<z.ZodNumber>;
9420
9539
  wrapUpForm: z.ZodNullable<z.ZodObject<{
9421
9540
  id: z.ZodString;
9422
9541
  createdAt: z.ZodDate;
@@ -9683,6 +9802,74 @@ export declare const viberContract: {
9683
9802
  dateValue: Date | null;
9684
9803
  }[] | null | undefined;
9685
9804
  }>>;
9805
+ holdLogs: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
9806
+ id: z.ZodString;
9807
+ createdAt: z.ZodDate;
9808
+ updatedAt: z.ZodDate;
9809
+ deletedAt: z.ZodNullable<z.ZodDate>;
9810
+ startedAt: z.ZodString;
9811
+ endedAt: z.ZodNullable<z.ZodString>;
9812
+ duration: z.ZodNullable<z.ZodNumber>;
9813
+ holdLabel: z.ZodOptional<z.ZodNullable<z.ZodObject<{
9814
+ id: z.ZodString;
9815
+ createdAt: z.ZodDate;
9816
+ updatedAt: z.ZodDate;
9817
+ deletedAt: z.ZodNullable<z.ZodDate>;
9818
+ name: z.ZodString;
9819
+ position: z.ZodNumber;
9820
+ isDefault: z.ZodDefault<z.ZodBoolean>;
9821
+ }, "strip", z.ZodTypeAny, {
9822
+ name: string;
9823
+ id: string;
9824
+ position: number;
9825
+ createdAt: Date;
9826
+ updatedAt: Date;
9827
+ deletedAt: Date | null;
9828
+ isDefault: boolean;
9829
+ }, {
9830
+ name: string;
9831
+ id: string;
9832
+ position: number;
9833
+ createdAt: Date;
9834
+ updatedAt: Date;
9835
+ deletedAt: Date | null;
9836
+ isDefault?: boolean | undefined;
9837
+ }>>>;
9838
+ }, "strip", z.ZodTypeAny, {
9839
+ id: string;
9840
+ createdAt: Date;
9841
+ updatedAt: Date;
9842
+ deletedAt: Date | null;
9843
+ startedAt: string;
9844
+ endedAt: string | null;
9845
+ duration: number | null;
9846
+ holdLabel?: {
9847
+ name: string;
9848
+ id: string;
9849
+ position: number;
9850
+ createdAt: Date;
9851
+ updatedAt: Date;
9852
+ deletedAt: Date | null;
9853
+ isDefault: boolean;
9854
+ } | null | undefined;
9855
+ }, {
9856
+ id: string;
9857
+ createdAt: Date;
9858
+ updatedAt: Date;
9859
+ deletedAt: Date | null;
9860
+ startedAt: string;
9861
+ endedAt: string | null;
9862
+ duration: number | null;
9863
+ holdLabel?: {
9864
+ name: string;
9865
+ id: string;
9866
+ position: number;
9867
+ createdAt: Date;
9868
+ updatedAt: Date;
9869
+ deletedAt: Date | null;
9870
+ isDefault?: boolean | undefined;
9871
+ } | null | undefined;
9872
+ }>, "many">>>;
9686
9873
  }, "strip", z.ZodTypeAny, {
9687
9874
  id: string;
9688
9875
  channel: string | null;
@@ -9697,8 +9884,12 @@ export declare const viberContract: {
9697
9884
  entityName: string;
9698
9885
  agentId: string | null;
9699
9886
  startedDate: Date | null;
9887
+ totalHoldDuration: number | null;
9700
9888
  handledTime: number | null;
9889
+ fullHandledTime: number | null;
9701
9890
  firstResponseTime: number | null;
9891
+ resolutionTime: number | null;
9892
+ fullResolutionTime: number | null;
9702
9893
  wrapUpForm: {
9703
9894
  type: string;
9704
9895
  id: string;
@@ -9751,6 +9942,24 @@ export declare const viberContract: {
9751
9942
  dateValue: Date | null;
9752
9943
  }[] | null | undefined;
9753
9944
  } | null;
9945
+ holdLogs?: {
9946
+ id: string;
9947
+ createdAt: Date;
9948
+ updatedAt: Date;
9949
+ deletedAt: Date | null;
9950
+ startedAt: string;
9951
+ endedAt: string | null;
9952
+ duration: number | null;
9953
+ holdLabel?: {
9954
+ name: string;
9955
+ id: string;
9956
+ position: number;
9957
+ createdAt: Date;
9958
+ updatedAt: Date;
9959
+ deletedAt: Date | null;
9960
+ isDefault: boolean;
9961
+ } | null | undefined;
9962
+ }[] | null | undefined;
9754
9963
  }, {
9755
9964
  id: string;
9756
9965
  channel: string | null;
@@ -9765,8 +9974,12 @@ export declare const viberContract: {
9765
9974
  entityName: string;
9766
9975
  agentId: string | null;
9767
9976
  startedDate: Date | null;
9977
+ totalHoldDuration: number | null;
9768
9978
  handledTime: number | null;
9979
+ fullHandledTime: number | null;
9769
9980
  firstResponseTime: number | null;
9981
+ resolutionTime: number | null;
9982
+ fullResolutionTime: number | null;
9770
9983
  wrapUpForm: {
9771
9984
  type: string;
9772
9985
  id: string;
@@ -9819,6 +10032,24 @@ export declare const viberContract: {
9819
10032
  dateValue: Date | null;
9820
10033
  }[] | null | undefined;
9821
10034
  } | null;
10035
+ holdLogs?: {
10036
+ id: string;
10037
+ createdAt: Date;
10038
+ updatedAt: Date;
10039
+ deletedAt: Date | null;
10040
+ startedAt: string;
10041
+ endedAt: string | null;
10042
+ duration: number | null;
10043
+ holdLabel?: {
10044
+ name: string;
10045
+ id: string;
10046
+ position: number;
10047
+ createdAt: Date;
10048
+ updatedAt: Date;
10049
+ deletedAt: Date | null;
10050
+ isDefault?: boolean | undefined;
10051
+ } | null | undefined;
10052
+ }[] | null | undefined;
9822
10053
  }>;
9823
10054
  workflowRule: z.ZodObject<{
9824
10055
  id: z.ZodString;
@@ -9860,16 +10091,15 @@ export declare const viberContract: {
9860
10091
  additionalCredentials?: any;
9861
10092
  senderId?: string | undefined;
9862
10093
  whatsapp?: {
9863
- wabaBusinessId?: string | null | undefined;
9864
- wabaExternalId?: string | null | undefined;
9865
- phoneNumberId?: string | null | undefined;
9866
- email?: string | null | undefined;
9867
- clientId?: string | null | undefined;
9868
- channelId?: string | null | undefined;
10094
+ email: string;
10095
+ wabaExternalId: string;
10096
+ phoneNumberId: string;
10097
+ wabaBusinessId?: string | undefined;
10098
+ clientId?: string | undefined;
10099
+ channelId?: string | undefined;
9869
10100
  status?: "active" | "pending" | undefined;
9870
10101
  apiKey?: string | undefined;
9871
10102
  tier?: "basic" | "regular" | "premium" | undefined;
9872
- integrationType?: "meta" | "360dialog" | undefined;
9873
10103
  } | undefined;
9874
10104
  vonageCredentials?: {
9875
10105
  apiKey: string;
@@ -10040,6 +10270,7 @@ export declare const viberContract: {
10040
10270
  dateValue: Date | null;
10041
10271
  uploads: {
10042
10272
  id: string;
10273
+ status: string | null;
10043
10274
  createdAt: Date;
10044
10275
  updatedAt: Date;
10045
10276
  deletedAt: Date | null;
@@ -10048,7 +10279,6 @@ export declare const viberContract: {
10048
10279
  bucketName: string;
10049
10280
  fileSize: number;
10050
10281
  fileUrl: string | null;
10051
- status?: string | undefined;
10052
10282
  }[];
10053
10283
  }[];
10054
10284
  company: {
@@ -10183,8 +10413,12 @@ export declare const viberContract: {
10183
10413
  entityName: string;
10184
10414
  agentId: string | null;
10185
10415
  startedDate: Date | null;
10416
+ totalHoldDuration: number | null;
10186
10417
  handledTime: number | null;
10418
+ fullHandledTime: number | null;
10187
10419
  firstResponseTime: number | null;
10420
+ resolutionTime: number | null;
10421
+ fullResolutionTime: number | null;
10188
10422
  wrapUpForm: {
10189
10423
  type: string;
10190
10424
  id: string;
@@ -10237,6 +10471,24 @@ export declare const viberContract: {
10237
10471
  dateValue: Date | null;
10238
10472
  }[] | null | undefined;
10239
10473
  } | null;
10474
+ holdLogs?: {
10475
+ id: string;
10476
+ createdAt: Date;
10477
+ updatedAt: Date;
10478
+ deletedAt: Date | null;
10479
+ startedAt: string;
10480
+ endedAt: string | null;
10481
+ duration: number | null;
10482
+ holdLabel?: {
10483
+ name: string;
10484
+ id: string;
10485
+ position: number;
10486
+ createdAt: Date;
10487
+ updatedAt: Date;
10488
+ deletedAt: Date | null;
10489
+ isDefault: boolean;
10490
+ } | null | undefined;
10491
+ }[] | null | undefined;
10240
10492
  };
10241
10493
  workflowRule: {
10242
10494
  name: string;
@@ -10262,16 +10514,15 @@ export declare const viberContract: {
10262
10514
  additionalCredentials?: any;
10263
10515
  senderId?: string | undefined;
10264
10516
  whatsapp?: {
10265
- wabaBusinessId?: string | null | undefined;
10266
- wabaExternalId?: string | null | undefined;
10267
- phoneNumberId?: string | null | undefined;
10268
- email?: string | null | undefined;
10269
- clientId?: string | null | undefined;
10270
- channelId?: string | null | undefined;
10517
+ email: string;
10518
+ wabaExternalId: string;
10519
+ phoneNumberId: string;
10520
+ wabaBusinessId?: string | undefined;
10521
+ clientId?: string | undefined;
10522
+ channelId?: string | undefined;
10271
10523
  status?: "active" | "pending" | undefined;
10272
10524
  apiKey?: string | undefined;
10273
10525
  tier?: "basic" | "regular" | "premium" | undefined;
10274
- integrationType?: "meta" | "360dialog" | undefined;
10275
10526
  } | undefined;
10276
10527
  vonageCredentials?: {
10277
10528
  apiKey: string;
@@ -10442,6 +10693,7 @@ export declare const viberContract: {
10442
10693
  dateValue: Date | null;
10443
10694
  uploads: {
10444
10695
  id: string;
10696
+ status: string | null;
10445
10697
  createdAt: Date;
10446
10698
  updatedAt: Date;
10447
10699
  deletedAt: Date | null;
@@ -10450,7 +10702,6 @@ export declare const viberContract: {
10450
10702
  bucketName: string;
10451
10703
  fileSize: number;
10452
10704
  fileUrl: string | null;
10453
- status?: string | undefined;
10454
10705
  }[];
10455
10706
  }[];
10456
10707
  company: {
@@ -10585,8 +10836,12 @@ export declare const viberContract: {
10585
10836
  entityName: string;
10586
10837
  agentId: string | null;
10587
10838
  startedDate: Date | null;
10839
+ totalHoldDuration: number | null;
10588
10840
  handledTime: number | null;
10841
+ fullHandledTime: number | null;
10589
10842
  firstResponseTime: number | null;
10843
+ resolutionTime: number | null;
10844
+ fullResolutionTime: number | null;
10590
10845
  wrapUpForm: {
10591
10846
  type: string;
10592
10847
  id: string;
@@ -10639,6 +10894,24 @@ export declare const viberContract: {
10639
10894
  dateValue: Date | null;
10640
10895
  }[] | null | undefined;
10641
10896
  } | null;
10897
+ holdLogs?: {
10898
+ id: string;
10899
+ createdAt: Date;
10900
+ updatedAt: Date;
10901
+ deletedAt: Date | null;
10902
+ startedAt: string;
10903
+ endedAt: string | null;
10904
+ duration: number | null;
10905
+ holdLabel?: {
10906
+ name: string;
10907
+ id: string;
10908
+ position: number;
10909
+ createdAt: Date;
10910
+ updatedAt: Date;
10911
+ deletedAt: Date | null;
10912
+ isDefault?: boolean | undefined;
10913
+ } | null | undefined;
10914
+ }[] | null | undefined;
10642
10915
  };
10643
10916
  workflowRule: {
10644
10917
  name: string;
@@ -10661,9 +10934,10 @@ export declare const viberContract: {
10661
10934
  fileSize: z.ZodNumber;
10662
10935
  fileKey: z.ZodString;
10663
10936
  fileUrl: z.ZodNullable<z.ZodString>;
10664
- status: z.ZodOptional<z.ZodString>;
10937
+ status: z.ZodNullable<z.ZodString>;
10665
10938
  }, "strip", z.ZodTypeAny, {
10666
10939
  id: string;
10940
+ status: string | null;
10667
10941
  createdAt: Date;
10668
10942
  updatedAt: Date;
10669
10943
  deletedAt: Date | null;
@@ -10672,9 +10946,9 @@ export declare const viberContract: {
10672
10946
  bucketName: string;
10673
10947
  fileSize: number;
10674
10948
  fileUrl: string | null;
10675
- status?: string | undefined;
10676
10949
  }, {
10677
10950
  id: string;
10951
+ status: string | null;
10678
10952
  createdAt: Date;
10679
10953
  updatedAt: Date;
10680
10954
  deletedAt: Date | null;
@@ -10683,7 +10957,6 @@ export declare const viberContract: {
10683
10957
  bucketName: string;
10684
10958
  fileSize: number;
10685
10959
  fileUrl: string | null;
10686
- status?: string | undefined;
10687
10960
  }>;
10688
10961
  repliedMessage: z.ZodLazy<z.ZodObject<{
10689
10962
  id: z.ZodString;
@@ -10692,7 +10965,7 @@ export declare const viberContract: {
10692
10965
  deletedAt: z.ZodNullable<z.ZodDate>;
10693
10966
  message: z.ZodString;
10694
10967
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
10695
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
10968
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
10696
10969
  readAt: z.ZodDate;
10697
10970
  metadata: z.ZodAny;
10698
10971
  platformId: z.ZodString;
@@ -10713,9 +10986,10 @@ export declare const viberContract: {
10713
10986
  fileSize: z.ZodNumber;
10714
10987
  fileKey: z.ZodString;
10715
10988
  fileUrl: z.ZodNullable<z.ZodString>;
10716
- status: z.ZodOptional<z.ZodString>;
10989
+ status: z.ZodNullable<z.ZodString>;
10717
10990
  }, "strip", z.ZodTypeAny, {
10718
10991
  id: string;
10992
+ status: string | null;
10719
10993
  createdAt: Date;
10720
10994
  updatedAt: Date;
10721
10995
  deletedAt: Date | null;
@@ -10724,9 +10998,9 @@ export declare const viberContract: {
10724
10998
  bucketName: string;
10725
10999
  fileSize: number;
10726
11000
  fileUrl: string | null;
10727
- status?: string | undefined;
10728
11001
  }, {
10729
11002
  id: string;
11003
+ status: string | null;
10730
11004
  createdAt: Date;
10731
11005
  updatedAt: Date;
10732
11006
  deletedAt: Date | null;
@@ -10735,7 +11009,6 @@ export declare const viberContract: {
10735
11009
  bucketName: string;
10736
11010
  fileSize: number;
10737
11011
  fileUrl: string | null;
10738
- status?: string | undefined;
10739
11012
  }>;
10740
11013
  actor: z.ZodObject<{
10741
11014
  id: z.ZodString;
@@ -11350,7 +11623,7 @@ export declare const viberContract: {
11350
11623
  };
11351
11624
  }>;
11352
11625
  }, "strip", z.ZodTypeAny, {
11353
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "contacts" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
11626
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11354
11627
  message: string;
11355
11628
  id: string;
11356
11629
  url: string;
@@ -11404,6 +11677,7 @@ export declare const viberContract: {
11404
11677
  };
11405
11678
  upload: {
11406
11679
  id: string;
11680
+ status: string | null;
11407
11681
  createdAt: Date;
11408
11682
  updatedAt: Date;
11409
11683
  deletedAt: Date | null;
@@ -11412,7 +11686,6 @@ export declare const viberContract: {
11412
11686
  bucketName: string;
11413
11687
  fileSize: number;
11414
11688
  fileUrl: string | null;
11415
- status?: string | undefined;
11416
11689
  };
11417
11690
  assignee: {
11418
11691
  name: string;
@@ -11512,7 +11785,7 @@ export declare const viberContract: {
11512
11785
  metadata?: any;
11513
11786
  template?: any;
11514
11787
  }, {
11515
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "contacts" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
11788
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11516
11789
  message: string;
11517
11790
  id: string;
11518
11791
  url: string;
@@ -11566,6 +11839,7 @@ export declare const viberContract: {
11566
11839
  };
11567
11840
  upload: {
11568
11841
  id: string;
11842
+ status: string | null;
11569
11843
  createdAt: Date;
11570
11844
  updatedAt: Date;
11571
11845
  deletedAt: Date | null;
@@ -11574,7 +11848,6 @@ export declare const viberContract: {
11574
11848
  bucketName: string;
11575
11849
  fileSize: number;
11576
11850
  fileUrl: string | null;
11577
- status?: string | undefined;
11578
11851
  };
11579
11852
  assignee: {
11580
11853
  name: string;
@@ -12314,7 +12587,7 @@ export declare const viberContract: {
12314
12587
  editedMessageid: z.ZodString;
12315
12588
  label: z.ZodOptional<z.ZodString>;
12316
12589
  }, "strip", z.ZodTypeAny, {
12317
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "contacts" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
12590
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
12318
12591
  message: string;
12319
12592
  id: string;
12320
12593
  url: string;
@@ -12368,6 +12641,7 @@ export declare const viberContract: {
12368
12641
  };
12369
12642
  upload: {
12370
12643
  id: string;
12644
+ status: string | null;
12371
12645
  createdAt: Date;
12372
12646
  updatedAt: Date;
12373
12647
  deletedAt: Date | null;
@@ -12376,7 +12650,6 @@ export declare const viberContract: {
12376
12650
  bucketName: string;
12377
12651
  fileSize: number;
12378
12652
  fileUrl: string | null;
12379
- status?: string | undefined;
12380
12653
  };
12381
12654
  assignee: {
12382
12655
  name: string;
@@ -12437,16 +12710,15 @@ export declare const viberContract: {
12437
12710
  additionalCredentials?: any;
12438
12711
  senderId?: string | undefined;
12439
12712
  whatsapp?: {
12440
- wabaBusinessId?: string | null | undefined;
12441
- wabaExternalId?: string | null | undefined;
12442
- phoneNumberId?: string | null | undefined;
12443
- email?: string | null | undefined;
12444
- clientId?: string | null | undefined;
12445
- channelId?: string | null | undefined;
12713
+ email: string;
12714
+ wabaExternalId: string;
12715
+ phoneNumberId: string;
12716
+ wabaBusinessId?: string | undefined;
12717
+ clientId?: string | undefined;
12718
+ channelId?: string | undefined;
12446
12719
  status?: "active" | "pending" | undefined;
12447
12720
  apiKey?: string | undefined;
12448
12721
  tier?: "basic" | "regular" | "premium" | undefined;
12449
- integrationType?: "meta" | "360dialog" | undefined;
12450
12722
  } | undefined;
12451
12723
  vonageCredentials?: {
12452
12724
  apiKey: string;
@@ -12617,6 +12889,7 @@ export declare const viberContract: {
12617
12889
  dateValue: Date | null;
12618
12890
  uploads: {
12619
12891
  id: string;
12892
+ status: string | null;
12620
12893
  createdAt: Date;
12621
12894
  updatedAt: Date;
12622
12895
  deletedAt: Date | null;
@@ -12625,7 +12898,6 @@ export declare const viberContract: {
12625
12898
  bucketName: string;
12626
12899
  fileSize: number;
12627
12900
  fileUrl: string | null;
12628
- status?: string | undefined;
12629
12901
  }[];
12630
12902
  }[];
12631
12903
  company: {
@@ -12760,8 +13032,12 @@ export declare const viberContract: {
12760
13032
  entityName: string;
12761
13033
  agentId: string | null;
12762
13034
  startedDate: Date | null;
13035
+ totalHoldDuration: number | null;
12763
13036
  handledTime: number | null;
13037
+ fullHandledTime: number | null;
12764
13038
  firstResponseTime: number | null;
13039
+ resolutionTime: number | null;
13040
+ fullResolutionTime: number | null;
12765
13041
  wrapUpForm: {
12766
13042
  type: string;
12767
13043
  id: string;
@@ -12814,6 +13090,24 @@ export declare const viberContract: {
12814
13090
  dateValue: Date | null;
12815
13091
  }[] | null | undefined;
12816
13092
  } | null;
13093
+ holdLogs?: {
13094
+ id: string;
13095
+ createdAt: Date;
13096
+ updatedAt: Date;
13097
+ deletedAt: Date | null;
13098
+ startedAt: string;
13099
+ endedAt: string | null;
13100
+ duration: number | null;
13101
+ holdLabel?: {
13102
+ name: string;
13103
+ id: string;
13104
+ position: number;
13105
+ createdAt: Date;
13106
+ updatedAt: Date;
13107
+ deletedAt: Date | null;
13108
+ isDefault: boolean;
13109
+ } | null | undefined;
13110
+ }[] | null | undefined;
12817
13111
  };
12818
13112
  workflowRule: {
12819
13113
  name: string;
@@ -12842,7 +13136,7 @@ export declare const viberContract: {
12842
13136
  previewUrl: string;
12843
13137
  imageSetId: string;
12844
13138
  repliedMessage: {
12845
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "contacts" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
13139
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
12846
13140
  message: string;
12847
13141
  id: string;
12848
13142
  url: string;
@@ -12896,6 +13190,7 @@ export declare const viberContract: {
12896
13190
  };
12897
13191
  upload: {
12898
13192
  id: string;
13193
+ status: string | null;
12899
13194
  createdAt: Date;
12900
13195
  updatedAt: Date;
12901
13196
  deletedAt: Date | null;
@@ -12904,7 +13199,6 @@ export declare const viberContract: {
12904
13199
  bucketName: string;
12905
13200
  fileSize: number;
12906
13201
  fileUrl: string | null;
12907
- status?: string | undefined;
12908
13202
  };
12909
13203
  assignee: {
12910
13204
  name: string;
@@ -13053,7 +13347,7 @@ export declare const viberContract: {
13053
13347
  template?: any;
13054
13348
  label?: string | undefined;
13055
13349
  }, {
13056
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "contacts" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
13350
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13057
13351
  message: string;
13058
13352
  id: string;
13059
13353
  url: string;
@@ -13107,6 +13401,7 @@ export declare const viberContract: {
13107
13401
  };
13108
13402
  upload: {
13109
13403
  id: string;
13404
+ status: string | null;
13110
13405
  createdAt: Date;
13111
13406
  updatedAt: Date;
13112
13407
  deletedAt: Date | null;
@@ -13115,7 +13410,6 @@ export declare const viberContract: {
13115
13410
  bucketName: string;
13116
13411
  fileSize: number;
13117
13412
  fileUrl: string | null;
13118
- status?: string | undefined;
13119
13413
  };
13120
13414
  assignee: {
13121
13415
  name: string;
@@ -13176,16 +13470,15 @@ export declare const viberContract: {
13176
13470
  additionalCredentials?: any;
13177
13471
  senderId?: string | undefined;
13178
13472
  whatsapp?: {
13179
- wabaBusinessId?: string | null | undefined;
13180
- wabaExternalId?: string | null | undefined;
13181
- phoneNumberId?: string | null | undefined;
13182
- email?: string | null | undefined;
13183
- clientId?: string | null | undefined;
13184
- channelId?: string | null | undefined;
13473
+ email: string;
13474
+ wabaExternalId: string;
13475
+ phoneNumberId: string;
13476
+ wabaBusinessId?: string | undefined;
13477
+ clientId?: string | undefined;
13478
+ channelId?: string | undefined;
13185
13479
  status?: "active" | "pending" | undefined;
13186
13480
  apiKey?: string | undefined;
13187
13481
  tier?: "basic" | "regular" | "premium" | undefined;
13188
- integrationType?: "meta" | "360dialog" | undefined;
13189
13482
  } | undefined;
13190
13483
  vonageCredentials?: {
13191
13484
  apiKey: string;
@@ -13356,6 +13649,7 @@ export declare const viberContract: {
13356
13649
  dateValue: Date | null;
13357
13650
  uploads: {
13358
13651
  id: string;
13652
+ status: string | null;
13359
13653
  createdAt: Date;
13360
13654
  updatedAt: Date;
13361
13655
  deletedAt: Date | null;
@@ -13364,7 +13658,6 @@ export declare const viberContract: {
13364
13658
  bucketName: string;
13365
13659
  fileSize: number;
13366
13660
  fileUrl: string | null;
13367
- status?: string | undefined;
13368
13661
  }[];
13369
13662
  }[];
13370
13663
  company: {
@@ -13499,8 +13792,12 @@ export declare const viberContract: {
13499
13792
  entityName: string;
13500
13793
  agentId: string | null;
13501
13794
  startedDate: Date | null;
13795
+ totalHoldDuration: number | null;
13502
13796
  handledTime: number | null;
13797
+ fullHandledTime: number | null;
13503
13798
  firstResponseTime: number | null;
13799
+ resolutionTime: number | null;
13800
+ fullResolutionTime: number | null;
13504
13801
  wrapUpForm: {
13505
13802
  type: string;
13506
13803
  id: string;
@@ -13553,6 +13850,24 @@ export declare const viberContract: {
13553
13850
  dateValue: Date | null;
13554
13851
  }[] | null | undefined;
13555
13852
  } | null;
13853
+ holdLogs?: {
13854
+ id: string;
13855
+ createdAt: Date;
13856
+ updatedAt: Date;
13857
+ deletedAt: Date | null;
13858
+ startedAt: string;
13859
+ endedAt: string | null;
13860
+ duration: number | null;
13861
+ holdLabel?: {
13862
+ name: string;
13863
+ id: string;
13864
+ position: number;
13865
+ createdAt: Date;
13866
+ updatedAt: Date;
13867
+ deletedAt: Date | null;
13868
+ isDefault?: boolean | undefined;
13869
+ } | null | undefined;
13870
+ }[] | null | undefined;
13556
13871
  };
13557
13872
  workflowRule: {
13558
13873
  name: string;
@@ -13581,7 +13896,7 @@ export declare const viberContract: {
13581
13896
  previewUrl: string;
13582
13897
  imageSetId: string;
13583
13898
  repliedMessage: {
13584
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "contacts" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
13899
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13585
13900
  message: string;
13586
13901
  id: string;
13587
13902
  url: string;
@@ -13635,6 +13950,7 @@ export declare const viberContract: {
13635
13950
  };
13636
13951
  upload: {
13637
13952
  id: string;
13953
+ status: string | null;
13638
13954
  createdAt: Date;
13639
13955
  updatedAt: Date;
13640
13956
  deletedAt: Date | null;
@@ -13643,7 +13959,6 @@ export declare const viberContract: {
13643
13959
  bucketName: string;
13644
13960
  fileSize: number;
13645
13961
  fileUrl: string | null;
13646
- status?: string | undefined;
13647
13962
  };
13648
13963
  assignee: {
13649
13964
  name: string;
@@ -13793,7 +14108,7 @@ export declare const viberContract: {
13793
14108
  label?: string | undefined;
13794
14109
  }>>>;
13795
14110
  }, "strip", z.ZodTypeAny, {
13796
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "contacts" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
14111
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13797
14112
  message: string;
13798
14113
  id: string;
13799
14114
  url: string;
@@ -13847,6 +14162,7 @@ export declare const viberContract: {
13847
14162
  };
13848
14163
  upload: {
13849
14164
  id: string;
14165
+ status: string | null;
13850
14166
  createdAt: Date;
13851
14167
  updatedAt: Date;
13852
14168
  deletedAt: Date | null;
@@ -13855,7 +14171,6 @@ export declare const viberContract: {
13855
14171
  bucketName: string;
13856
14172
  fileSize: number;
13857
14173
  fileUrl: string | null;
13858
- status?: string | undefined;
13859
14174
  };
13860
14175
  assignee: {
13861
14176
  name: string;
@@ -13916,16 +14231,15 @@ export declare const viberContract: {
13916
14231
  additionalCredentials?: any;
13917
14232
  senderId?: string | undefined;
13918
14233
  whatsapp?: {
13919
- wabaBusinessId?: string | null | undefined;
13920
- wabaExternalId?: string | null | undefined;
13921
- phoneNumberId?: string | null | undefined;
13922
- email?: string | null | undefined;
13923
- clientId?: string | null | undefined;
13924
- channelId?: string | null | undefined;
14234
+ email: string;
14235
+ wabaExternalId: string;
14236
+ phoneNumberId: string;
14237
+ wabaBusinessId?: string | undefined;
14238
+ clientId?: string | undefined;
14239
+ channelId?: string | undefined;
13925
14240
  status?: "active" | "pending" | undefined;
13926
14241
  apiKey?: string | undefined;
13927
14242
  tier?: "basic" | "regular" | "premium" | undefined;
13928
- integrationType?: "meta" | "360dialog" | undefined;
13929
14243
  } | undefined;
13930
14244
  vonageCredentials?: {
13931
14245
  apiKey: string;
@@ -14096,6 +14410,7 @@ export declare const viberContract: {
14096
14410
  dateValue: Date | null;
14097
14411
  uploads: {
14098
14412
  id: string;
14413
+ status: string | null;
14099
14414
  createdAt: Date;
14100
14415
  updatedAt: Date;
14101
14416
  deletedAt: Date | null;
@@ -14104,7 +14419,6 @@ export declare const viberContract: {
14104
14419
  bucketName: string;
14105
14420
  fileSize: number;
14106
14421
  fileUrl: string | null;
14107
- status?: string | undefined;
14108
14422
  }[];
14109
14423
  }[];
14110
14424
  company: {
@@ -14239,8 +14553,12 @@ export declare const viberContract: {
14239
14553
  entityName: string;
14240
14554
  agentId: string | null;
14241
14555
  startedDate: Date | null;
14556
+ totalHoldDuration: number | null;
14242
14557
  handledTime: number | null;
14558
+ fullHandledTime: number | null;
14243
14559
  firstResponseTime: number | null;
14560
+ resolutionTime: number | null;
14561
+ fullResolutionTime: number | null;
14244
14562
  wrapUpForm: {
14245
14563
  type: string;
14246
14564
  id: string;
@@ -14293,6 +14611,24 @@ export declare const viberContract: {
14293
14611
  dateValue: Date | null;
14294
14612
  }[] | null | undefined;
14295
14613
  } | null;
14614
+ holdLogs?: {
14615
+ id: string;
14616
+ createdAt: Date;
14617
+ updatedAt: Date;
14618
+ deletedAt: Date | null;
14619
+ startedAt: string;
14620
+ endedAt: string | null;
14621
+ duration: number | null;
14622
+ holdLabel?: {
14623
+ name: string;
14624
+ id: string;
14625
+ position: number;
14626
+ createdAt: Date;
14627
+ updatedAt: Date;
14628
+ deletedAt: Date | null;
14629
+ isDefault: boolean;
14630
+ } | null | undefined;
14631
+ }[] | null | undefined;
14296
14632
  };
14297
14633
  workflowRule: {
14298
14634
  name: string;
@@ -14321,7 +14657,7 @@ export declare const viberContract: {
14321
14657
  previewUrl: string;
14322
14658
  imageSetId: string;
14323
14659
  repliedMessage: {
14324
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "contacts" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
14660
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14325
14661
  message: string;
14326
14662
  id: string;
14327
14663
  url: string;
@@ -14375,6 +14711,7 @@ export declare const viberContract: {
14375
14711
  };
14376
14712
  upload: {
14377
14713
  id: string;
14714
+ status: string | null;
14378
14715
  createdAt: Date;
14379
14716
  updatedAt: Date;
14380
14717
  deletedAt: Date | null;
@@ -14383,7 +14720,6 @@ export declare const viberContract: {
14383
14720
  bucketName: string;
14384
14721
  fileSize: number;
14385
14722
  fileUrl: string | null;
14386
- status?: string | undefined;
14387
14723
  };
14388
14724
  assignee: {
14389
14725
  name: string;
@@ -14532,7 +14868,7 @@ export declare const viberContract: {
14532
14868
  template?: any;
14533
14869
  metadata?: any;
14534
14870
  fromMessage?: {
14535
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "contacts" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
14871
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14536
14872
  message: string;
14537
14873
  id: string;
14538
14874
  url: string;
@@ -14586,6 +14922,7 @@ export declare const viberContract: {
14586
14922
  };
14587
14923
  upload: {
14588
14924
  id: string;
14925
+ status: string | null;
14589
14926
  createdAt: Date;
14590
14927
  updatedAt: Date;
14591
14928
  deletedAt: Date | null;
@@ -14594,7 +14931,6 @@ export declare const viberContract: {
14594
14931
  bucketName: string;
14595
14932
  fileSize: number;
14596
14933
  fileUrl: string | null;
14597
- status?: string | undefined;
14598
14934
  };
14599
14935
  assignee: {
14600
14936
  name: string;
@@ -14655,16 +14991,15 @@ export declare const viberContract: {
14655
14991
  additionalCredentials?: any;
14656
14992
  senderId?: string | undefined;
14657
14993
  whatsapp?: {
14658
- wabaBusinessId?: string | null | undefined;
14659
- wabaExternalId?: string | null | undefined;
14660
- phoneNumberId?: string | null | undefined;
14661
- email?: string | null | undefined;
14662
- clientId?: string | null | undefined;
14663
- channelId?: string | null | undefined;
14994
+ email: string;
14995
+ wabaExternalId: string;
14996
+ phoneNumberId: string;
14997
+ wabaBusinessId?: string | undefined;
14998
+ clientId?: string | undefined;
14999
+ channelId?: string | undefined;
14664
15000
  status?: "active" | "pending" | undefined;
14665
15001
  apiKey?: string | undefined;
14666
15002
  tier?: "basic" | "regular" | "premium" | undefined;
14667
- integrationType?: "meta" | "360dialog" | undefined;
14668
15003
  } | undefined;
14669
15004
  vonageCredentials?: {
14670
15005
  apiKey: string;
@@ -14835,6 +15170,7 @@ export declare const viberContract: {
14835
15170
  dateValue: Date | null;
14836
15171
  uploads: {
14837
15172
  id: string;
15173
+ status: string | null;
14838
15174
  createdAt: Date;
14839
15175
  updatedAt: Date;
14840
15176
  deletedAt: Date | null;
@@ -14843,7 +15179,6 @@ export declare const viberContract: {
14843
15179
  bucketName: string;
14844
15180
  fileSize: number;
14845
15181
  fileUrl: string | null;
14846
- status?: string | undefined;
14847
15182
  }[];
14848
15183
  }[];
14849
15184
  company: {
@@ -14978,8 +15313,12 @@ export declare const viberContract: {
14978
15313
  entityName: string;
14979
15314
  agentId: string | null;
14980
15315
  startedDate: Date | null;
15316
+ totalHoldDuration: number | null;
14981
15317
  handledTime: number | null;
15318
+ fullHandledTime: number | null;
14982
15319
  firstResponseTime: number | null;
15320
+ resolutionTime: number | null;
15321
+ fullResolutionTime: number | null;
14983
15322
  wrapUpForm: {
14984
15323
  type: string;
14985
15324
  id: string;
@@ -15032,6 +15371,24 @@ export declare const viberContract: {
15032
15371
  dateValue: Date | null;
15033
15372
  }[] | null | undefined;
15034
15373
  } | null;
15374
+ holdLogs?: {
15375
+ id: string;
15376
+ createdAt: Date;
15377
+ updatedAt: Date;
15378
+ deletedAt: Date | null;
15379
+ startedAt: string;
15380
+ endedAt: string | null;
15381
+ duration: number | null;
15382
+ holdLabel?: {
15383
+ name: string;
15384
+ id: string;
15385
+ position: number;
15386
+ createdAt: Date;
15387
+ updatedAt: Date;
15388
+ deletedAt: Date | null;
15389
+ isDefault: boolean;
15390
+ } | null | undefined;
15391
+ }[] | null | undefined;
15035
15392
  };
15036
15393
  workflowRule: {
15037
15394
  name: string;
@@ -15060,7 +15417,7 @@ export declare const viberContract: {
15060
15417
  previewUrl: string;
15061
15418
  imageSetId: string;
15062
15419
  repliedMessage: {
15063
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "contacts" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
15420
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15064
15421
  message: string;
15065
15422
  id: string;
15066
15423
  url: string;
@@ -15114,6 +15471,7 @@ export declare const viberContract: {
15114
15471
  };
15115
15472
  upload: {
15116
15473
  id: string;
15474
+ status: string | null;
15117
15475
  createdAt: Date;
15118
15476
  updatedAt: Date;
15119
15477
  deletedAt: Date | null;
@@ -15122,7 +15480,6 @@ export declare const viberContract: {
15122
15480
  bucketName: string;
15123
15481
  fileSize: number;
15124
15482
  fileUrl: string | null;
15125
- status?: string | undefined;
15126
15483
  };
15127
15484
  assignee: {
15128
15485
  name: string;
@@ -15272,7 +15629,7 @@ export declare const viberContract: {
15272
15629
  label?: string | undefined;
15273
15630
  } | null | undefined;
15274
15631
  }, {
15275
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "contacts" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
15632
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15276
15633
  message: string;
15277
15634
  id: string;
15278
15635
  url: string;
@@ -15326,6 +15683,7 @@ export declare const viberContract: {
15326
15683
  };
15327
15684
  upload: {
15328
15685
  id: string;
15686
+ status: string | null;
15329
15687
  createdAt: Date;
15330
15688
  updatedAt: Date;
15331
15689
  deletedAt: Date | null;
@@ -15334,7 +15692,6 @@ export declare const viberContract: {
15334
15692
  bucketName: string;
15335
15693
  fileSize: number;
15336
15694
  fileUrl: string | null;
15337
- status?: string | undefined;
15338
15695
  };
15339
15696
  assignee: {
15340
15697
  name: string;
@@ -15395,16 +15752,15 @@ export declare const viberContract: {
15395
15752
  additionalCredentials?: any;
15396
15753
  senderId?: string | undefined;
15397
15754
  whatsapp?: {
15398
- wabaBusinessId?: string | null | undefined;
15399
- wabaExternalId?: string | null | undefined;
15400
- phoneNumberId?: string | null | undefined;
15401
- email?: string | null | undefined;
15402
- clientId?: string | null | undefined;
15403
- channelId?: string | null | undefined;
15755
+ email: string;
15756
+ wabaExternalId: string;
15757
+ phoneNumberId: string;
15758
+ wabaBusinessId?: string | undefined;
15759
+ clientId?: string | undefined;
15760
+ channelId?: string | undefined;
15404
15761
  status?: "active" | "pending" | undefined;
15405
15762
  apiKey?: string | undefined;
15406
15763
  tier?: "basic" | "regular" | "premium" | undefined;
15407
- integrationType?: "meta" | "360dialog" | undefined;
15408
15764
  } | undefined;
15409
15765
  vonageCredentials?: {
15410
15766
  apiKey: string;
@@ -15575,6 +15931,7 @@ export declare const viberContract: {
15575
15931
  dateValue: Date | null;
15576
15932
  uploads: {
15577
15933
  id: string;
15934
+ status: string | null;
15578
15935
  createdAt: Date;
15579
15936
  updatedAt: Date;
15580
15937
  deletedAt: Date | null;
@@ -15583,7 +15940,6 @@ export declare const viberContract: {
15583
15940
  bucketName: string;
15584
15941
  fileSize: number;
15585
15942
  fileUrl: string | null;
15586
- status?: string | undefined;
15587
15943
  }[];
15588
15944
  }[];
15589
15945
  company: {
@@ -15718,8 +16074,12 @@ export declare const viberContract: {
15718
16074
  entityName: string;
15719
16075
  agentId: string | null;
15720
16076
  startedDate: Date | null;
16077
+ totalHoldDuration: number | null;
15721
16078
  handledTime: number | null;
16079
+ fullHandledTime: number | null;
15722
16080
  firstResponseTime: number | null;
16081
+ resolutionTime: number | null;
16082
+ fullResolutionTime: number | null;
15723
16083
  wrapUpForm: {
15724
16084
  type: string;
15725
16085
  id: string;
@@ -15772,6 +16132,24 @@ export declare const viberContract: {
15772
16132
  dateValue: Date | null;
15773
16133
  }[] | null | undefined;
15774
16134
  } | null;
16135
+ holdLogs?: {
16136
+ id: string;
16137
+ createdAt: Date;
16138
+ updatedAt: Date;
16139
+ deletedAt: Date | null;
16140
+ startedAt: string;
16141
+ endedAt: string | null;
16142
+ duration: number | null;
16143
+ holdLabel?: {
16144
+ name: string;
16145
+ id: string;
16146
+ position: number;
16147
+ createdAt: Date;
16148
+ updatedAt: Date;
16149
+ deletedAt: Date | null;
16150
+ isDefault?: boolean | undefined;
16151
+ } | null | undefined;
16152
+ }[] | null | undefined;
15775
16153
  };
15776
16154
  workflowRule: {
15777
16155
  name: string;
@@ -15800,7 +16178,7 @@ export declare const viberContract: {
15800
16178
  previewUrl: string;
15801
16179
  imageSetId: string;
15802
16180
  repliedMessage: {
15803
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "contacts" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
16181
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15804
16182
  message: string;
15805
16183
  id: string;
15806
16184
  url: string;
@@ -15854,6 +16232,7 @@ export declare const viberContract: {
15854
16232
  };
15855
16233
  upload: {
15856
16234
  id: string;
16235
+ status: string | null;
15857
16236
  createdAt: Date;
15858
16237
  updatedAt: Date;
15859
16238
  deletedAt: Date | null;
@@ -15862,7 +16241,6 @@ export declare const viberContract: {
15862
16241
  bucketName: string;
15863
16242
  fileSize: number;
15864
16243
  fileUrl: string | null;
15865
- status?: string | undefined;
15866
16244
  };
15867
16245
  assignee: {
15868
16246
  name: string;
@@ -16011,7 +16389,7 @@ export declare const viberContract: {
16011
16389
  template?: any;
16012
16390
  metadata?: any;
16013
16391
  fromMessage?: {
16014
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "contacts" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
16392
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16015
16393
  message: string;
16016
16394
  id: string;
16017
16395
  url: string;
@@ -16065,6 +16443,7 @@ export declare const viberContract: {
16065
16443
  };
16066
16444
  upload: {
16067
16445
  id: string;
16446
+ status: string | null;
16068
16447
  createdAt: Date;
16069
16448
  updatedAt: Date;
16070
16449
  deletedAt: Date | null;
@@ -16073,7 +16452,6 @@ export declare const viberContract: {
16073
16452
  bucketName: string;
16074
16453
  fileSize: number;
16075
16454
  fileUrl: string | null;
16076
- status?: string | undefined;
16077
16455
  };
16078
16456
  assignee: {
16079
16457
  name: string;
@@ -16134,16 +16512,15 @@ export declare const viberContract: {
16134
16512
  additionalCredentials?: any;
16135
16513
  senderId?: string | undefined;
16136
16514
  whatsapp?: {
16137
- wabaBusinessId?: string | null | undefined;
16138
- wabaExternalId?: string | null | undefined;
16139
- phoneNumberId?: string | null | undefined;
16140
- email?: string | null | undefined;
16141
- clientId?: string | null | undefined;
16142
- channelId?: string | null | undefined;
16515
+ email: string;
16516
+ wabaExternalId: string;
16517
+ phoneNumberId: string;
16518
+ wabaBusinessId?: string | undefined;
16519
+ clientId?: string | undefined;
16520
+ channelId?: string | undefined;
16143
16521
  status?: "active" | "pending" | undefined;
16144
16522
  apiKey?: string | undefined;
16145
16523
  tier?: "basic" | "regular" | "premium" | undefined;
16146
- integrationType?: "meta" | "360dialog" | undefined;
16147
16524
  } | undefined;
16148
16525
  vonageCredentials?: {
16149
16526
  apiKey: string;
@@ -16314,6 +16691,7 @@ export declare const viberContract: {
16314
16691
  dateValue: Date | null;
16315
16692
  uploads: {
16316
16693
  id: string;
16694
+ status: string | null;
16317
16695
  createdAt: Date;
16318
16696
  updatedAt: Date;
16319
16697
  deletedAt: Date | null;
@@ -16322,7 +16700,6 @@ export declare const viberContract: {
16322
16700
  bucketName: string;
16323
16701
  fileSize: number;
16324
16702
  fileUrl: string | null;
16325
- status?: string | undefined;
16326
16703
  }[];
16327
16704
  }[];
16328
16705
  company: {
@@ -16457,8 +16834,12 @@ export declare const viberContract: {
16457
16834
  entityName: string;
16458
16835
  agentId: string | null;
16459
16836
  startedDate: Date | null;
16837
+ totalHoldDuration: number | null;
16460
16838
  handledTime: number | null;
16839
+ fullHandledTime: number | null;
16461
16840
  firstResponseTime: number | null;
16841
+ resolutionTime: number | null;
16842
+ fullResolutionTime: number | null;
16462
16843
  wrapUpForm: {
16463
16844
  type: string;
16464
16845
  id: string;
@@ -16511,6 +16892,24 @@ export declare const viberContract: {
16511
16892
  dateValue: Date | null;
16512
16893
  }[] | null | undefined;
16513
16894
  } | null;
16895
+ holdLogs?: {
16896
+ id: string;
16897
+ createdAt: Date;
16898
+ updatedAt: Date;
16899
+ deletedAt: Date | null;
16900
+ startedAt: string;
16901
+ endedAt: string | null;
16902
+ duration: number | null;
16903
+ holdLabel?: {
16904
+ name: string;
16905
+ id: string;
16906
+ position: number;
16907
+ createdAt: Date;
16908
+ updatedAt: Date;
16909
+ deletedAt: Date | null;
16910
+ isDefault?: boolean | undefined;
16911
+ } | null | undefined;
16912
+ }[] | null | undefined;
16514
16913
  };
16515
16914
  workflowRule: {
16516
16915
  name: string;
@@ -16539,7 +16938,7 @@ export declare const viberContract: {
16539
16938
  previewUrl: string;
16540
16939
  imageSetId: string;
16541
16940
  repliedMessage: {
16542
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "contacts" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
16941
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16543
16942
  message: string;
16544
16943
  id: string;
16545
16944
  url: string;
@@ -16593,6 +16992,7 @@ export declare const viberContract: {
16593
16992
  };
16594
16993
  upload: {
16595
16994
  id: string;
16995
+ status: string | null;
16596
16996
  createdAt: Date;
16597
16997
  updatedAt: Date;
16598
16998
  deletedAt: Date | null;
@@ -16601,7 +17001,6 @@ export declare const viberContract: {
16601
17001
  bucketName: string;
16602
17002
  fileSize: number;
16603
17003
  fileUrl: string | null;
16604
- status?: string | undefined;
16605
17004
  };
16606
17005
  assignee: {
16607
17006
  name: string;
@@ -16753,7 +17152,7 @@ export declare const viberContract: {
16753
17152
  }>;
16754
17153
  }, "strip", z.ZodTypeAny, {
16755
17154
  data: {
16756
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "contacts" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
17155
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16757
17156
  message: string;
16758
17157
  id: string;
16759
17158
  url: string;
@@ -16807,6 +17206,7 @@ export declare const viberContract: {
16807
17206
  };
16808
17207
  upload: {
16809
17208
  id: string;
17209
+ status: string | null;
16810
17210
  createdAt: Date;
16811
17211
  updatedAt: Date;
16812
17212
  deletedAt: Date | null;
@@ -16815,7 +17215,6 @@ export declare const viberContract: {
16815
17215
  bucketName: string;
16816
17216
  fileSize: number;
16817
17217
  fileUrl: string | null;
16818
- status?: string | undefined;
16819
17218
  };
16820
17219
  assignee: {
16821
17220
  name: string;
@@ -16876,16 +17275,15 @@ export declare const viberContract: {
16876
17275
  additionalCredentials?: any;
16877
17276
  senderId?: string | undefined;
16878
17277
  whatsapp?: {
16879
- wabaBusinessId?: string | null | undefined;
16880
- wabaExternalId?: string | null | undefined;
16881
- phoneNumberId?: string | null | undefined;
16882
- email?: string | null | undefined;
16883
- clientId?: string | null | undefined;
16884
- channelId?: string | null | undefined;
17278
+ email: string;
17279
+ wabaExternalId: string;
17280
+ phoneNumberId: string;
17281
+ wabaBusinessId?: string | undefined;
17282
+ clientId?: string | undefined;
17283
+ channelId?: string | undefined;
16885
17284
  status?: "active" | "pending" | undefined;
16886
17285
  apiKey?: string | undefined;
16887
17286
  tier?: "basic" | "regular" | "premium" | undefined;
16888
- integrationType?: "meta" | "360dialog" | undefined;
16889
17287
  } | undefined;
16890
17288
  vonageCredentials?: {
16891
17289
  apiKey: string;
@@ -17056,6 +17454,7 @@ export declare const viberContract: {
17056
17454
  dateValue: Date | null;
17057
17455
  uploads: {
17058
17456
  id: string;
17457
+ status: string | null;
17059
17458
  createdAt: Date;
17060
17459
  updatedAt: Date;
17061
17460
  deletedAt: Date | null;
@@ -17064,7 +17463,6 @@ export declare const viberContract: {
17064
17463
  bucketName: string;
17065
17464
  fileSize: number;
17066
17465
  fileUrl: string | null;
17067
- status?: string | undefined;
17068
17466
  }[];
17069
17467
  }[];
17070
17468
  company: {
@@ -17199,8 +17597,12 @@ export declare const viberContract: {
17199
17597
  entityName: string;
17200
17598
  agentId: string | null;
17201
17599
  startedDate: Date | null;
17600
+ totalHoldDuration: number | null;
17202
17601
  handledTime: number | null;
17602
+ fullHandledTime: number | null;
17203
17603
  firstResponseTime: number | null;
17604
+ resolutionTime: number | null;
17605
+ fullResolutionTime: number | null;
17204
17606
  wrapUpForm: {
17205
17607
  type: string;
17206
17608
  id: string;
@@ -17253,6 +17655,24 @@ export declare const viberContract: {
17253
17655
  dateValue: Date | null;
17254
17656
  }[] | null | undefined;
17255
17657
  } | null;
17658
+ holdLogs?: {
17659
+ id: string;
17660
+ createdAt: Date;
17661
+ updatedAt: Date;
17662
+ deletedAt: Date | null;
17663
+ startedAt: string;
17664
+ endedAt: string | null;
17665
+ duration: number | null;
17666
+ holdLabel?: {
17667
+ name: string;
17668
+ id: string;
17669
+ position: number;
17670
+ createdAt: Date;
17671
+ updatedAt: Date;
17672
+ deletedAt: Date | null;
17673
+ isDefault: boolean;
17674
+ } | null | undefined;
17675
+ }[] | null | undefined;
17256
17676
  };
17257
17677
  workflowRule: {
17258
17678
  name: string;
@@ -17281,7 +17701,7 @@ export declare const viberContract: {
17281
17701
  previewUrl: string;
17282
17702
  imageSetId: string;
17283
17703
  repliedMessage: {
17284
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "contacts" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
17704
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17285
17705
  message: string;
17286
17706
  id: string;
17287
17707
  url: string;
@@ -17335,6 +17755,7 @@ export declare const viberContract: {
17335
17755
  };
17336
17756
  upload: {
17337
17757
  id: string;
17758
+ status: string | null;
17338
17759
  createdAt: Date;
17339
17760
  updatedAt: Date;
17340
17761
  deletedAt: Date | null;
@@ -17343,7 +17764,6 @@ export declare const viberContract: {
17343
17764
  bucketName: string;
17344
17765
  fileSize: number;
17345
17766
  fileUrl: string | null;
17346
- status?: string | undefined;
17347
17767
  };
17348
17768
  assignee: {
17349
17769
  name: string;
@@ -17492,7 +17912,7 @@ export declare const viberContract: {
17492
17912
  template?: any;
17493
17913
  metadata?: any;
17494
17914
  fromMessage?: {
17495
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "contacts" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
17915
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17496
17916
  message: string;
17497
17917
  id: string;
17498
17918
  url: string;
@@ -17546,6 +17966,7 @@ export declare const viberContract: {
17546
17966
  };
17547
17967
  upload: {
17548
17968
  id: string;
17969
+ status: string | null;
17549
17970
  createdAt: Date;
17550
17971
  updatedAt: Date;
17551
17972
  deletedAt: Date | null;
@@ -17554,7 +17975,6 @@ export declare const viberContract: {
17554
17975
  bucketName: string;
17555
17976
  fileSize: number;
17556
17977
  fileUrl: string | null;
17557
- status?: string | undefined;
17558
17978
  };
17559
17979
  assignee: {
17560
17980
  name: string;
@@ -17615,16 +18035,15 @@ export declare const viberContract: {
17615
18035
  additionalCredentials?: any;
17616
18036
  senderId?: string | undefined;
17617
18037
  whatsapp?: {
17618
- wabaBusinessId?: string | null | undefined;
17619
- wabaExternalId?: string | null | undefined;
17620
- phoneNumberId?: string | null | undefined;
17621
- email?: string | null | undefined;
17622
- clientId?: string | null | undefined;
17623
- channelId?: string | null | undefined;
18038
+ email: string;
18039
+ wabaExternalId: string;
18040
+ phoneNumberId: string;
18041
+ wabaBusinessId?: string | undefined;
18042
+ clientId?: string | undefined;
18043
+ channelId?: string | undefined;
17624
18044
  status?: "active" | "pending" | undefined;
17625
18045
  apiKey?: string | undefined;
17626
18046
  tier?: "basic" | "regular" | "premium" | undefined;
17627
- integrationType?: "meta" | "360dialog" | undefined;
17628
18047
  } | undefined;
17629
18048
  vonageCredentials?: {
17630
18049
  apiKey: string;
@@ -17795,6 +18214,7 @@ export declare const viberContract: {
17795
18214
  dateValue: Date | null;
17796
18215
  uploads: {
17797
18216
  id: string;
18217
+ status: string | null;
17798
18218
  createdAt: Date;
17799
18219
  updatedAt: Date;
17800
18220
  deletedAt: Date | null;
@@ -17803,7 +18223,6 @@ export declare const viberContract: {
17803
18223
  bucketName: string;
17804
18224
  fileSize: number;
17805
18225
  fileUrl: string | null;
17806
- status?: string | undefined;
17807
18226
  }[];
17808
18227
  }[];
17809
18228
  company: {
@@ -17938,8 +18357,12 @@ export declare const viberContract: {
17938
18357
  entityName: string;
17939
18358
  agentId: string | null;
17940
18359
  startedDate: Date | null;
18360
+ totalHoldDuration: number | null;
17941
18361
  handledTime: number | null;
18362
+ fullHandledTime: number | null;
17942
18363
  firstResponseTime: number | null;
18364
+ resolutionTime: number | null;
18365
+ fullResolutionTime: number | null;
17943
18366
  wrapUpForm: {
17944
18367
  type: string;
17945
18368
  id: string;
@@ -17992,6 +18415,24 @@ export declare const viberContract: {
17992
18415
  dateValue: Date | null;
17993
18416
  }[] | null | undefined;
17994
18417
  } | null;
18418
+ holdLogs?: {
18419
+ id: string;
18420
+ createdAt: Date;
18421
+ updatedAt: Date;
18422
+ deletedAt: Date | null;
18423
+ startedAt: string;
18424
+ endedAt: string | null;
18425
+ duration: number | null;
18426
+ holdLabel?: {
18427
+ name: string;
18428
+ id: string;
18429
+ position: number;
18430
+ createdAt: Date;
18431
+ updatedAt: Date;
18432
+ deletedAt: Date | null;
18433
+ isDefault: boolean;
18434
+ } | null | undefined;
18435
+ }[] | null | undefined;
17995
18436
  };
17996
18437
  workflowRule: {
17997
18438
  name: string;
@@ -18020,7 +18461,7 @@ export declare const viberContract: {
18020
18461
  previewUrl: string;
18021
18462
  imageSetId: string;
18022
18463
  repliedMessage: {
18023
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "contacts" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
18464
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18024
18465
  message: string;
18025
18466
  id: string;
18026
18467
  url: string;
@@ -18074,6 +18515,7 @@ export declare const viberContract: {
18074
18515
  };
18075
18516
  upload: {
18076
18517
  id: string;
18518
+ status: string | null;
18077
18519
  createdAt: Date;
18078
18520
  updatedAt: Date;
18079
18521
  deletedAt: Date | null;
@@ -18082,7 +18524,6 @@ export declare const viberContract: {
18082
18524
  bucketName: string;
18083
18525
  fileSize: number;
18084
18526
  fileUrl: string | null;
18085
- status?: string | undefined;
18086
18527
  };
18087
18528
  assignee: {
18088
18529
  name: string;
@@ -18235,7 +18676,7 @@ export declare const viberContract: {
18235
18676
  requestId: string;
18236
18677
  }, {
18237
18678
  data: {
18238
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "contacts" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
18679
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18239
18680
  message: string;
18240
18681
  id: string;
18241
18682
  url: string;
@@ -18289,6 +18730,7 @@ export declare const viberContract: {
18289
18730
  };
18290
18731
  upload: {
18291
18732
  id: string;
18733
+ status: string | null;
18292
18734
  createdAt: Date;
18293
18735
  updatedAt: Date;
18294
18736
  deletedAt: Date | null;
@@ -18297,7 +18739,6 @@ export declare const viberContract: {
18297
18739
  bucketName: string;
18298
18740
  fileSize: number;
18299
18741
  fileUrl: string | null;
18300
- status?: string | undefined;
18301
18742
  };
18302
18743
  assignee: {
18303
18744
  name: string;
@@ -18358,16 +18799,15 @@ export declare const viberContract: {
18358
18799
  additionalCredentials?: any;
18359
18800
  senderId?: string | undefined;
18360
18801
  whatsapp?: {
18361
- wabaBusinessId?: string | null | undefined;
18362
- wabaExternalId?: string | null | undefined;
18363
- phoneNumberId?: string | null | undefined;
18364
- email?: string | null | undefined;
18365
- clientId?: string | null | undefined;
18366
- channelId?: string | null | undefined;
18802
+ email: string;
18803
+ wabaExternalId: string;
18804
+ phoneNumberId: string;
18805
+ wabaBusinessId?: string | undefined;
18806
+ clientId?: string | undefined;
18807
+ channelId?: string | undefined;
18367
18808
  status?: "active" | "pending" | undefined;
18368
18809
  apiKey?: string | undefined;
18369
18810
  tier?: "basic" | "regular" | "premium" | undefined;
18370
- integrationType?: "meta" | "360dialog" | undefined;
18371
18811
  } | undefined;
18372
18812
  vonageCredentials?: {
18373
18813
  apiKey: string;
@@ -18538,6 +18978,7 @@ export declare const viberContract: {
18538
18978
  dateValue: Date | null;
18539
18979
  uploads: {
18540
18980
  id: string;
18981
+ status: string | null;
18541
18982
  createdAt: Date;
18542
18983
  updatedAt: Date;
18543
18984
  deletedAt: Date | null;
@@ -18546,7 +18987,6 @@ export declare const viberContract: {
18546
18987
  bucketName: string;
18547
18988
  fileSize: number;
18548
18989
  fileUrl: string | null;
18549
- status?: string | undefined;
18550
18990
  }[];
18551
18991
  }[];
18552
18992
  company: {
@@ -18681,8 +19121,12 @@ export declare const viberContract: {
18681
19121
  entityName: string;
18682
19122
  agentId: string | null;
18683
19123
  startedDate: Date | null;
19124
+ totalHoldDuration: number | null;
18684
19125
  handledTime: number | null;
19126
+ fullHandledTime: number | null;
18685
19127
  firstResponseTime: number | null;
19128
+ resolutionTime: number | null;
19129
+ fullResolutionTime: number | null;
18686
19130
  wrapUpForm: {
18687
19131
  type: string;
18688
19132
  id: string;
@@ -18735,6 +19179,24 @@ export declare const viberContract: {
18735
19179
  dateValue: Date | null;
18736
19180
  }[] | null | undefined;
18737
19181
  } | null;
19182
+ holdLogs?: {
19183
+ id: string;
19184
+ createdAt: Date;
19185
+ updatedAt: Date;
19186
+ deletedAt: Date | null;
19187
+ startedAt: string;
19188
+ endedAt: string | null;
19189
+ duration: number | null;
19190
+ holdLabel?: {
19191
+ name: string;
19192
+ id: string;
19193
+ position: number;
19194
+ createdAt: Date;
19195
+ updatedAt: Date;
19196
+ deletedAt: Date | null;
19197
+ isDefault?: boolean | undefined;
19198
+ } | null | undefined;
19199
+ }[] | null | undefined;
18738
19200
  };
18739
19201
  workflowRule: {
18740
19202
  name: string;
@@ -18763,7 +19225,7 @@ export declare const viberContract: {
18763
19225
  previewUrl: string;
18764
19226
  imageSetId: string;
18765
19227
  repliedMessage: {
18766
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "contacts" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
19228
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18767
19229
  message: string;
18768
19230
  id: string;
18769
19231
  url: string;
@@ -18817,6 +19279,7 @@ export declare const viberContract: {
18817
19279
  };
18818
19280
  upload: {
18819
19281
  id: string;
19282
+ status: string | null;
18820
19283
  createdAt: Date;
18821
19284
  updatedAt: Date;
18822
19285
  deletedAt: Date | null;
@@ -18825,7 +19288,6 @@ export declare const viberContract: {
18825
19288
  bucketName: string;
18826
19289
  fileSize: number;
18827
19290
  fileUrl: string | null;
18828
- status?: string | undefined;
18829
19291
  };
18830
19292
  assignee: {
18831
19293
  name: string;
@@ -18974,7 +19436,7 @@ export declare const viberContract: {
18974
19436
  template?: any;
18975
19437
  metadata?: any;
18976
19438
  fromMessage?: {
18977
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "contacts" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
19439
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18978
19440
  message: string;
18979
19441
  id: string;
18980
19442
  url: string;
@@ -19028,6 +19490,7 @@ export declare const viberContract: {
19028
19490
  };
19029
19491
  upload: {
19030
19492
  id: string;
19493
+ status: string | null;
19031
19494
  createdAt: Date;
19032
19495
  updatedAt: Date;
19033
19496
  deletedAt: Date | null;
@@ -19036,7 +19499,6 @@ export declare const viberContract: {
19036
19499
  bucketName: string;
19037
19500
  fileSize: number;
19038
19501
  fileUrl: string | null;
19039
- status?: string | undefined;
19040
19502
  };
19041
19503
  assignee: {
19042
19504
  name: string;
@@ -19097,16 +19559,15 @@ export declare const viberContract: {
19097
19559
  additionalCredentials?: any;
19098
19560
  senderId?: string | undefined;
19099
19561
  whatsapp?: {
19100
- wabaBusinessId?: string | null | undefined;
19101
- wabaExternalId?: string | null | undefined;
19102
- phoneNumberId?: string | null | undefined;
19103
- email?: string | null | undefined;
19104
- clientId?: string | null | undefined;
19105
- channelId?: string | null | undefined;
19562
+ email: string;
19563
+ wabaExternalId: string;
19564
+ phoneNumberId: string;
19565
+ wabaBusinessId?: string | undefined;
19566
+ clientId?: string | undefined;
19567
+ channelId?: string | undefined;
19106
19568
  status?: "active" | "pending" | undefined;
19107
19569
  apiKey?: string | undefined;
19108
19570
  tier?: "basic" | "regular" | "premium" | undefined;
19109
- integrationType?: "meta" | "360dialog" | undefined;
19110
19571
  } | undefined;
19111
19572
  vonageCredentials?: {
19112
19573
  apiKey: string;
@@ -19277,6 +19738,7 @@ export declare const viberContract: {
19277
19738
  dateValue: Date | null;
19278
19739
  uploads: {
19279
19740
  id: string;
19741
+ status: string | null;
19280
19742
  createdAt: Date;
19281
19743
  updatedAt: Date;
19282
19744
  deletedAt: Date | null;
@@ -19285,7 +19747,6 @@ export declare const viberContract: {
19285
19747
  bucketName: string;
19286
19748
  fileSize: number;
19287
19749
  fileUrl: string | null;
19288
- status?: string | undefined;
19289
19750
  }[];
19290
19751
  }[];
19291
19752
  company: {
@@ -19420,8 +19881,12 @@ export declare const viberContract: {
19420
19881
  entityName: string;
19421
19882
  agentId: string | null;
19422
19883
  startedDate: Date | null;
19884
+ totalHoldDuration: number | null;
19423
19885
  handledTime: number | null;
19886
+ fullHandledTime: number | null;
19424
19887
  firstResponseTime: number | null;
19888
+ resolutionTime: number | null;
19889
+ fullResolutionTime: number | null;
19425
19890
  wrapUpForm: {
19426
19891
  type: string;
19427
19892
  id: string;
@@ -19474,6 +19939,24 @@ export declare const viberContract: {
19474
19939
  dateValue: Date | null;
19475
19940
  }[] | null | undefined;
19476
19941
  } | null;
19942
+ holdLogs?: {
19943
+ id: string;
19944
+ createdAt: Date;
19945
+ updatedAt: Date;
19946
+ deletedAt: Date | null;
19947
+ startedAt: string;
19948
+ endedAt: string | null;
19949
+ duration: number | null;
19950
+ holdLabel?: {
19951
+ name: string;
19952
+ id: string;
19953
+ position: number;
19954
+ createdAt: Date;
19955
+ updatedAt: Date;
19956
+ deletedAt: Date | null;
19957
+ isDefault?: boolean | undefined;
19958
+ } | null | undefined;
19959
+ }[] | null | undefined;
19477
19960
  };
19478
19961
  workflowRule: {
19479
19962
  name: string;
@@ -19502,7 +19985,7 @@ export declare const viberContract: {
19502
19985
  previewUrl: string;
19503
19986
  imageSetId: string;
19504
19987
  repliedMessage: {
19505
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "contacts" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
19988
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19506
19989
  message: string;
19507
19990
  id: string;
19508
19991
  url: string;
@@ -19556,6 +20039,7 @@ export declare const viberContract: {
19556
20039
  };
19557
20040
  upload: {
19558
20041
  id: string;
20042
+ status: string | null;
19559
20043
  createdAt: Date;
19560
20044
  updatedAt: Date;
19561
20045
  deletedAt: Date | null;
@@ -19564,7 +20048,6 @@ export declare const viberContract: {
19564
20048
  bucketName: string;
19565
20049
  fileSize: number;
19566
20050
  fileUrl: string | null;
19567
- status?: string | undefined;
19568
20051
  };
19569
20052
  assignee: {
19570
20053
  name: string;
@@ -19758,38 +20241,35 @@ export declare const viberContract: {
19758
20241
  additionalCredentials: z.ZodOptional<z.ZodAny>;
19759
20242
  senderId: z.ZodOptional<z.ZodString>;
19760
20243
  whatsapp: z.ZodOptional<z.ZodObject<{
19761
- wabaBusinessId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19762
- wabaExternalId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19763
- phoneNumberId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19764
- email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19765
- clientId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19766
- channelId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20244
+ wabaBusinessId: z.ZodOptional<z.ZodString>;
20245
+ wabaExternalId: z.ZodString;
20246
+ phoneNumberId: z.ZodString;
20247
+ email: z.ZodString;
20248
+ clientId: z.ZodOptional<z.ZodString>;
20249
+ channelId: z.ZodOptional<z.ZodString>;
19767
20250
  status: z.ZodOptional<z.ZodEnum<["pending", "active"]>>;
19768
20251
  apiKey: z.ZodOptional<z.ZodString>;
19769
20252
  tier: z.ZodOptional<z.ZodEnum<["basic", "regular", "premium"]>>;
19770
- integrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"meta">, z.ZodLiteral<"360dialog">]>>;
19771
20253
  }, "strip", z.ZodTypeAny, {
19772
- wabaBusinessId?: string | null | undefined;
19773
- wabaExternalId?: string | null | undefined;
19774
- phoneNumberId?: string | null | undefined;
19775
- email?: string | null | undefined;
19776
- clientId?: string | null | undefined;
19777
- channelId?: string | null | undefined;
20254
+ email: string;
20255
+ wabaExternalId: string;
20256
+ phoneNumberId: string;
20257
+ wabaBusinessId?: string | undefined;
20258
+ clientId?: string | undefined;
20259
+ channelId?: string | undefined;
19778
20260
  status?: "active" | "pending" | undefined;
19779
20261
  apiKey?: string | undefined;
19780
20262
  tier?: "basic" | "regular" | "premium" | undefined;
19781
- integrationType?: "meta" | "360dialog" | undefined;
19782
20263
  }, {
19783
- wabaBusinessId?: string | null | undefined;
19784
- wabaExternalId?: string | null | undefined;
19785
- phoneNumberId?: string | null | undefined;
19786
- email?: string | null | undefined;
19787
- clientId?: string | null | undefined;
19788
- channelId?: string | null | undefined;
20264
+ email: string;
20265
+ wabaExternalId: string;
20266
+ phoneNumberId: string;
20267
+ wabaBusinessId?: string | undefined;
20268
+ clientId?: string | undefined;
20269
+ channelId?: string | undefined;
19789
20270
  status?: "active" | "pending" | undefined;
19790
20271
  apiKey?: string | undefined;
19791
20272
  tier?: "basic" | "regular" | "premium" | undefined;
19792
- integrationType?: "meta" | "360dialog" | undefined;
19793
20273
  }>>;
19794
20274
  vonageCredentials: z.ZodOptional<z.ZodObject<{
19795
20275
  mobileNumber: z.ZodString;
@@ -19814,16 +20294,15 @@ export declare const viberContract: {
19814
20294
  additionalCredentials?: any;
19815
20295
  senderId?: string | undefined;
19816
20296
  whatsapp?: {
19817
- wabaBusinessId?: string | null | undefined;
19818
- wabaExternalId?: string | null | undefined;
19819
- phoneNumberId?: string | null | undefined;
19820
- email?: string | null | undefined;
19821
- clientId?: string | null | undefined;
19822
- channelId?: string | null | undefined;
20297
+ email: string;
20298
+ wabaExternalId: string;
20299
+ phoneNumberId: string;
20300
+ wabaBusinessId?: string | undefined;
20301
+ clientId?: string | undefined;
20302
+ channelId?: string | undefined;
19823
20303
  status?: "active" | "pending" | undefined;
19824
20304
  apiKey?: string | undefined;
19825
20305
  tier?: "basic" | "regular" | "premium" | undefined;
19826
- integrationType?: "meta" | "360dialog" | undefined;
19827
20306
  } | undefined;
19828
20307
  vonageCredentials?: {
19829
20308
  apiKey: string;
@@ -19840,16 +20319,15 @@ export declare const viberContract: {
19840
20319
  additionalCredentials?: any;
19841
20320
  senderId?: string | undefined;
19842
20321
  whatsapp?: {
19843
- wabaBusinessId?: string | null | undefined;
19844
- wabaExternalId?: string | null | undefined;
19845
- phoneNumberId?: string | null | undefined;
19846
- email?: string | null | undefined;
19847
- clientId?: string | null | undefined;
19848
- channelId?: string | null | undefined;
20322
+ email: string;
20323
+ wabaExternalId: string;
20324
+ phoneNumberId: string;
20325
+ wabaBusinessId?: string | undefined;
20326
+ clientId?: string | undefined;
20327
+ channelId?: string | undefined;
19849
20328
  status?: "active" | "pending" | undefined;
19850
20329
  apiKey?: string | undefined;
19851
20330
  tier?: "basic" | "regular" | "premium" | undefined;
19852
- integrationType?: "meta" | "360dialog" | undefined;
19853
20331
  } | undefined;
19854
20332
  vonageCredentials?: {
19855
20333
  apiKey: string;
@@ -20100,16 +20578,15 @@ export declare const viberContract: {
20100
20578
  additionalCredentials?: any;
20101
20579
  senderId?: string | undefined;
20102
20580
  whatsapp?: {
20103
- wabaBusinessId?: string | null | undefined;
20104
- wabaExternalId?: string | null | undefined;
20105
- phoneNumberId?: string | null | undefined;
20106
- email?: string | null | undefined;
20107
- clientId?: string | null | undefined;
20108
- channelId?: string | null | undefined;
20581
+ email: string;
20582
+ wabaExternalId: string;
20583
+ phoneNumberId: string;
20584
+ wabaBusinessId?: string | undefined;
20585
+ clientId?: string | undefined;
20586
+ channelId?: string | undefined;
20109
20587
  status?: "active" | "pending" | undefined;
20110
20588
  apiKey?: string | undefined;
20111
20589
  tier?: "basic" | "regular" | "premium" | undefined;
20112
- integrationType?: "meta" | "360dialog" | undefined;
20113
20590
  } | undefined;
20114
20591
  vonageCredentials?: {
20115
20592
  apiKey: string;
@@ -20191,16 +20668,15 @@ export declare const viberContract: {
20191
20668
  additionalCredentials?: any;
20192
20669
  senderId?: string | undefined;
20193
20670
  whatsapp?: {
20194
- wabaBusinessId?: string | null | undefined;
20195
- wabaExternalId?: string | null | undefined;
20196
- phoneNumberId?: string | null | undefined;
20197
- email?: string | null | undefined;
20198
- clientId?: string | null | undefined;
20199
- channelId?: string | null | undefined;
20671
+ email: string;
20672
+ wabaExternalId: string;
20673
+ phoneNumberId: string;
20674
+ wabaBusinessId?: string | undefined;
20675
+ clientId?: string | undefined;
20676
+ channelId?: string | undefined;
20200
20677
  status?: "active" | "pending" | undefined;
20201
20678
  apiKey?: string | undefined;
20202
20679
  tier?: "basic" | "regular" | "premium" | undefined;
20203
- integrationType?: "meta" | "360dialog" | undefined;
20204
20680
  } | undefined;
20205
20681
  vonageCredentials?: {
20206
20682
  apiKey: string;
@@ -20284,16 +20760,15 @@ export declare const viberContract: {
20284
20760
  additionalCredentials?: any;
20285
20761
  senderId?: string | undefined;
20286
20762
  whatsapp?: {
20287
- wabaBusinessId?: string | null | undefined;
20288
- wabaExternalId?: string | null | undefined;
20289
- phoneNumberId?: string | null | undefined;
20290
- email?: string | null | undefined;
20291
- clientId?: string | null | undefined;
20292
- channelId?: string | null | undefined;
20763
+ email: string;
20764
+ wabaExternalId: string;
20765
+ phoneNumberId: string;
20766
+ wabaBusinessId?: string | undefined;
20767
+ clientId?: string | undefined;
20768
+ channelId?: string | undefined;
20293
20769
  status?: "active" | "pending" | undefined;
20294
20770
  apiKey?: string | undefined;
20295
20771
  tier?: "basic" | "regular" | "premium" | undefined;
20296
- integrationType?: "meta" | "360dialog" | undefined;
20297
20772
  } | undefined;
20298
20773
  vonageCredentials?: {
20299
20774
  apiKey: string;
@@ -20378,16 +20853,15 @@ export declare const viberContract: {
20378
20853
  additionalCredentials?: any;
20379
20854
  senderId?: string | undefined;
20380
20855
  whatsapp?: {
20381
- wabaBusinessId?: string | null | undefined;
20382
- wabaExternalId?: string | null | undefined;
20383
- phoneNumberId?: string | null | undefined;
20384
- email?: string | null | undefined;
20385
- clientId?: string | null | undefined;
20386
- channelId?: string | null | undefined;
20856
+ email: string;
20857
+ wabaExternalId: string;
20858
+ phoneNumberId: string;
20859
+ wabaBusinessId?: string | undefined;
20860
+ clientId?: string | undefined;
20861
+ channelId?: string | undefined;
20387
20862
  status?: "active" | "pending" | undefined;
20388
20863
  apiKey?: string | undefined;
20389
20864
  tier?: "basic" | "regular" | "premium" | undefined;
20390
- integrationType?: "meta" | "360dialog" | undefined;
20391
20865
  } | undefined;
20392
20866
  vonageCredentials?: {
20393
20867
  apiKey: string;
@@ -20508,38 +20982,35 @@ export declare const viberContract: {
20508
20982
  additionalCredentials: z.ZodOptional<z.ZodAny>;
20509
20983
  senderId: z.ZodOptional<z.ZodString>;
20510
20984
  whatsapp: z.ZodOptional<z.ZodObject<{
20511
- wabaBusinessId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20512
- wabaExternalId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20513
- phoneNumberId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20514
- email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20515
- clientId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20516
- channelId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20985
+ wabaBusinessId: z.ZodOptional<z.ZodString>;
20986
+ wabaExternalId: z.ZodString;
20987
+ phoneNumberId: z.ZodString;
20988
+ email: z.ZodString;
20989
+ clientId: z.ZodOptional<z.ZodString>;
20990
+ channelId: z.ZodOptional<z.ZodString>;
20517
20991
  status: z.ZodOptional<z.ZodEnum<["pending", "active"]>>;
20518
20992
  apiKey: z.ZodOptional<z.ZodString>;
20519
20993
  tier: z.ZodOptional<z.ZodEnum<["basic", "regular", "premium"]>>;
20520
- integrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"meta">, z.ZodLiteral<"360dialog">]>>;
20521
20994
  }, "strip", z.ZodTypeAny, {
20522
- wabaBusinessId?: string | null | undefined;
20523
- wabaExternalId?: string | null | undefined;
20524
- phoneNumberId?: string | null | undefined;
20525
- email?: string | null | undefined;
20526
- clientId?: string | null | undefined;
20527
- channelId?: string | null | undefined;
20995
+ email: string;
20996
+ wabaExternalId: string;
20997
+ phoneNumberId: string;
20998
+ wabaBusinessId?: string | undefined;
20999
+ clientId?: string | undefined;
21000
+ channelId?: string | undefined;
20528
21001
  status?: "active" | "pending" | undefined;
20529
21002
  apiKey?: string | undefined;
20530
21003
  tier?: "basic" | "regular" | "premium" | undefined;
20531
- integrationType?: "meta" | "360dialog" | undefined;
20532
21004
  }, {
20533
- wabaBusinessId?: string | null | undefined;
20534
- wabaExternalId?: string | null | undefined;
20535
- phoneNumberId?: string | null | undefined;
20536
- email?: string | null | undefined;
20537
- clientId?: string | null | undefined;
20538
- channelId?: string | null | undefined;
21005
+ email: string;
21006
+ wabaExternalId: string;
21007
+ phoneNumberId: string;
21008
+ wabaBusinessId?: string | undefined;
21009
+ clientId?: string | undefined;
21010
+ channelId?: string | undefined;
20539
21011
  status?: "active" | "pending" | undefined;
20540
21012
  apiKey?: string | undefined;
20541
21013
  tier?: "basic" | "regular" | "premium" | undefined;
20542
- integrationType?: "meta" | "360dialog" | undefined;
20543
21014
  }>>;
20544
21015
  vonageCredentials: z.ZodOptional<z.ZodObject<{
20545
21016
  mobileNumber: z.ZodString;
@@ -20564,16 +21035,15 @@ export declare const viberContract: {
20564
21035
  additionalCredentials?: any;
20565
21036
  senderId?: string | undefined;
20566
21037
  whatsapp?: {
20567
- wabaBusinessId?: string | null | undefined;
20568
- wabaExternalId?: string | null | undefined;
20569
- phoneNumberId?: string | null | undefined;
20570
- email?: string | null | undefined;
20571
- clientId?: string | null | undefined;
20572
- channelId?: string | null | undefined;
21038
+ email: string;
21039
+ wabaExternalId: string;
21040
+ phoneNumberId: string;
21041
+ wabaBusinessId?: string | undefined;
21042
+ clientId?: string | undefined;
21043
+ channelId?: string | undefined;
20573
21044
  status?: "active" | "pending" | undefined;
20574
21045
  apiKey?: string | undefined;
20575
21046
  tier?: "basic" | "regular" | "premium" | undefined;
20576
- integrationType?: "meta" | "360dialog" | undefined;
20577
21047
  } | undefined;
20578
21048
  vonageCredentials?: {
20579
21049
  apiKey: string;
@@ -20590,16 +21060,15 @@ export declare const viberContract: {
20590
21060
  additionalCredentials?: any;
20591
21061
  senderId?: string | undefined;
20592
21062
  whatsapp?: {
20593
- wabaBusinessId?: string | null | undefined;
20594
- wabaExternalId?: string | null | undefined;
20595
- phoneNumberId?: string | null | undefined;
20596
- email?: string | null | undefined;
20597
- clientId?: string | null | undefined;
20598
- channelId?: string | null | undefined;
21063
+ email: string;
21064
+ wabaExternalId: string;
21065
+ phoneNumberId: string;
21066
+ wabaBusinessId?: string | undefined;
21067
+ clientId?: string | undefined;
21068
+ channelId?: string | undefined;
20599
21069
  status?: "active" | "pending" | undefined;
20600
21070
  apiKey?: string | undefined;
20601
21071
  tier?: "basic" | "regular" | "premium" | undefined;
20602
- integrationType?: "meta" | "360dialog" | undefined;
20603
21072
  } | undefined;
20604
21073
  vonageCredentials?: {
20605
21074
  apiKey: string;
@@ -20646,16 +21115,15 @@ export declare const viberContract: {
20646
21115
  additionalCredentials?: any;
20647
21116
  senderId?: string | undefined;
20648
21117
  whatsapp?: {
20649
- wabaBusinessId?: string | null | undefined;
20650
- wabaExternalId?: string | null | undefined;
20651
- phoneNumberId?: string | null | undefined;
20652
- email?: string | null | undefined;
20653
- clientId?: string | null | undefined;
20654
- channelId?: string | null | undefined;
21118
+ email: string;
21119
+ wabaExternalId: string;
21120
+ phoneNumberId: string;
21121
+ wabaBusinessId?: string | undefined;
21122
+ clientId?: string | undefined;
21123
+ channelId?: string | undefined;
20655
21124
  status?: "active" | "pending" | undefined;
20656
21125
  apiKey?: string | undefined;
20657
21126
  tier?: "basic" | "regular" | "premium" | undefined;
20658
- integrationType?: "meta" | "360dialog" | undefined;
20659
21127
  } | undefined;
20660
21128
  vonageCredentials?: {
20661
21129
  apiKey: string;
@@ -20690,16 +21158,15 @@ export declare const viberContract: {
20690
21158
  additionalCredentials?: any;
20691
21159
  senderId?: string | undefined;
20692
21160
  whatsapp?: {
20693
- wabaBusinessId?: string | null | undefined;
20694
- wabaExternalId?: string | null | undefined;
20695
- phoneNumberId?: string | null | undefined;
20696
- email?: string | null | undefined;
20697
- clientId?: string | null | undefined;
20698
- channelId?: string | null | undefined;
21161
+ email: string;
21162
+ wabaExternalId: string;
21163
+ phoneNumberId: string;
21164
+ wabaBusinessId?: string | undefined;
21165
+ clientId?: string | undefined;
21166
+ channelId?: string | undefined;
20699
21167
  status?: "active" | "pending" | undefined;
20700
21168
  apiKey?: string | undefined;
20701
21169
  tier?: "basic" | "regular" | "premium" | undefined;
20702
- integrationType?: "meta" | "360dialog" | undefined;
20703
21170
  } | undefined;
20704
21171
  vonageCredentials?: {
20705
21172
  apiKey: string;
@@ -20736,16 +21203,15 @@ export declare const viberContract: {
20736
21203
  additionalCredentials?: any;
20737
21204
  senderId?: string | undefined;
20738
21205
  whatsapp?: {
20739
- wabaBusinessId?: string | null | undefined;
20740
- wabaExternalId?: string | null | undefined;
20741
- phoneNumberId?: string | null | undefined;
20742
- email?: string | null | undefined;
20743
- clientId?: string | null | undefined;
20744
- channelId?: string | null | undefined;
21206
+ email: string;
21207
+ wabaExternalId: string;
21208
+ phoneNumberId: string;
21209
+ wabaBusinessId?: string | undefined;
21210
+ clientId?: string | undefined;
21211
+ channelId?: string | undefined;
20745
21212
  status?: "active" | "pending" | undefined;
20746
21213
  apiKey?: string | undefined;
20747
21214
  tier?: "basic" | "regular" | "premium" | undefined;
20748
- integrationType?: "meta" | "360dialog" | undefined;
20749
21215
  } | undefined;
20750
21216
  vonageCredentials?: {
20751
21217
  apiKey: string;
@@ -20783,16 +21249,15 @@ export declare const viberContract: {
20783
21249
  additionalCredentials?: any;
20784
21250
  senderId?: string | undefined;
20785
21251
  whatsapp?: {
20786
- wabaBusinessId?: string | null | undefined;
20787
- wabaExternalId?: string | null | undefined;
20788
- phoneNumberId?: string | null | undefined;
20789
- email?: string | null | undefined;
20790
- clientId?: string | null | undefined;
20791
- channelId?: string | null | undefined;
21252
+ email: string;
21253
+ wabaExternalId: string;
21254
+ phoneNumberId: string;
21255
+ wabaBusinessId?: string | undefined;
21256
+ clientId?: string | undefined;
21257
+ channelId?: string | undefined;
20792
21258
  status?: "active" | "pending" | undefined;
20793
21259
  apiKey?: string | undefined;
20794
21260
  tier?: "basic" | "regular" | "premium" | undefined;
20795
- integrationType?: "meta" | "360dialog" | undefined;
20796
21261
  } | undefined;
20797
21262
  vonageCredentials?: {
20798
21263
  apiKey: string;