@kl1/contracts 1.2.46-uat → 1.2.48-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 (100) hide show
  1. package/dist/api-contracts/src/channel/index.d.ts +1985 -1268
  2. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  3. package/dist/api-contracts/src/channel/schema.d.ts +123 -93
  4. package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
  5. package/dist/api-contracts/src/channel/validation.d.ts +140 -98
  6. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  7. package/dist/api-contracts/src/chat/index.d.ts +3403 -2580
  8. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  9. package/dist/api-contracts/src/chat/schema.d.ts +861 -662
  10. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  11. package/dist/api-contracts/src/chat/validation.d.ts +1109 -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 +75766 -60354
  19. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  20. package/dist/api-contracts/src/cx-log/index.d.ts +291 -139
  21. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  22. package/dist/api-contracts/src/cx-log/schema.d.ts +198 -117
  23. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  24. package/dist/api-contracts/src/dashboard/index.d.ts +73 -95
  25. package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
  26. package/dist/api-contracts/src/dashboard/schema.d.ts +10 -53
  27. package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
  28. package/dist/api-contracts/src/dashboard/validation.d.ts +26 -0
  29. package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
  30. package/dist/api-contracts/src/extension/index.d.ts +81 -0
  31. package/dist/api-contracts/src/extension/index.d.ts.map +1 -1
  32. package/dist/api-contracts/src/facebook-feed/index.d.ts +1462 -1060
  33. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  34. package/dist/api-contracts/src/facebook-feed/schema.d.ts +104 -77
  35. package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
  36. package/dist/api-contracts/src/facebook-feed/validation.d.ts +81 -60
  37. package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
  38. package/dist/api-contracts/src/index.d.ts +5 -0
  39. package/dist/api-contracts/src/index.d.ts.map +1 -1
  40. package/dist/api-contracts/src/instagram/index.d.ts +1151 -836
  41. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  42. package/dist/api-contracts/src/line/index.d.ts +1036 -757
  43. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  44. package/dist/api-contracts/src/line/validation.d.ts +115 -82
  45. package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
  46. package/dist/api-contracts/src/mail/mail-contract.d.ts +13 -13
  47. package/dist/api-contracts/src/mail/mail-server-contract.d.ts +6 -6
  48. package/dist/api-contracts/src/mail/room-contract.d.ts +7 -7
  49. package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +2 -2
  50. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +5 -5
  51. package/dist/api-contracts/src/messenger/index.d.ts +1151 -836
  52. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  53. package/dist/api-contracts/src/messenger/validation.d.ts +81 -60
  54. package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
  55. package/dist/api-contracts/src/public-api/index.d.ts +59 -59
  56. package/dist/api-contracts/src/public-api/schema.d.ts +12 -12
  57. package/dist/api-contracts/src/public-api/validation.d.ts +19 -19
  58. package/dist/api-contracts/src/sms/index.d.ts +3133 -146
  59. package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
  60. package/dist/api-contracts/src/sms/schema.d.ts +22 -0
  61. package/dist/api-contracts/src/sms/schema.d.ts.map +1 -1
  62. package/dist/api-contracts/src/snippet/index.d.ts +105 -105
  63. package/dist/api-contracts/src/snippet/schema.d.ts +40 -40
  64. package/dist/api-contracts/src/subscription/index.d.ts +20 -1
  65. package/dist/api-contracts/src/subscription/index.d.ts.map +1 -1
  66. package/dist/api-contracts/src/subscription/validation.d.ts +10 -0
  67. package/dist/api-contracts/src/subscription/validation.d.ts.map +1 -1
  68. package/dist/api-contracts/src/telegram/index.d.ts +851 -626
  69. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  70. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +34 -89
  71. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
  72. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +10 -27
  73. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
  74. package/dist/api-contracts/src/telephony-cdr/index.d.ts +54 -54
  75. package/dist/api-contracts/src/telephony-cdr/index.d.ts.map +1 -1
  76. package/dist/api-contracts/src/telephony-cdr/schema.d.ts +14 -14
  77. package/dist/api-contracts/src/ticket/index.d.ts +111 -111
  78. package/dist/api-contracts/src/ticket/schema.d.ts +21 -21
  79. package/dist/api-contracts/src/upload/schema.d.ts +3 -3
  80. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +16 -8
  81. package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
  82. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +20 -10
  83. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
  84. package/dist/api-contracts/src/viber/index.d.ts +851 -626
  85. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  86. package/dist/api-contracts/src/webchat/index.d.ts +851 -626
  87. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  88. package/dist/api-contracts/src/whatsapp/index.d.ts +1155 -725
  89. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  90. package/dist/api-contracts/src/whatsapp/validation.d.ts +79 -0
  91. package/dist/api-contracts/src/whatsapp/validation.d.ts.map +1 -1
  92. package/dist/api-contracts/src/workflow-rule/index.d.ts +8659 -373
  93. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  94. package/dist/entities/src/enums/chat.d.ts +1 -0
  95. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  96. package/dist/index.js +4853 -4291
  97. package/dist/index.js.map +1 -1
  98. package/dist/index.mjs +4842 -4285
  99. package/dist/index.mjs.map +1 -1
  100. package/package.json +7 -3
@@ -66,35 +66,44 @@ 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.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
- status: z.ZodOptional<z.ZodEnum<["pending", "active"]>>;
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>>;
75
+ waapiInstanceId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
76
+ qr: z.ZodNullable<z.ZodOptional<z.ZodString>>;
77
+ status: z.ZodOptional<z.ZodEnum<["waapi-qr", "pending", "active"]>>;
76
78
  apiKey: z.ZodOptional<z.ZodString>;
77
79
  tier: z.ZodOptional<z.ZodEnum<["basic", "regular", "premium"]>>;
80
+ integrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"meta">, z.ZodLiteral<"360dialog">, z.ZodLiteral<"waapi">]>>;
78
81
  }, "strip", z.ZodTypeAny, {
79
- email: string;
80
- wabaExternalId: string;
81
- phoneNumberId: string;
82
- wabaBusinessId?: string | undefined;
83
- clientId?: string | undefined;
84
- channelId?: string | undefined;
85
- status?: "active" | "pending" | undefined;
82
+ wabaBusinessId?: string | null | undefined;
83
+ wabaExternalId?: string | null | undefined;
84
+ phoneNumberId?: string | null | undefined;
85
+ email?: string | null | undefined;
86
+ clientId?: string | null | undefined;
87
+ channelId?: string | null | undefined;
88
+ waapiInstanceId?: string | null | undefined;
89
+ qr?: string | null | undefined;
90
+ status?: "active" | "pending" | "waapi-qr" | undefined;
86
91
  apiKey?: string | undefined;
87
92
  tier?: "basic" | "regular" | "premium" | undefined;
93
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
88
94
  }, {
89
- email: string;
90
- wabaExternalId: string;
91
- phoneNumberId: string;
92
- wabaBusinessId?: string | undefined;
93
- clientId?: string | undefined;
94
- channelId?: string | undefined;
95
- status?: "active" | "pending" | undefined;
95
+ wabaBusinessId?: string | null | undefined;
96
+ wabaExternalId?: string | null | undefined;
97
+ phoneNumberId?: string | null | undefined;
98
+ email?: string | null | undefined;
99
+ clientId?: string | null | undefined;
100
+ channelId?: string | null | undefined;
101
+ waapiInstanceId?: string | null | undefined;
102
+ qr?: string | null | undefined;
103
+ status?: "active" | "pending" | "waapi-qr" | undefined;
96
104
  apiKey?: string | undefined;
97
105
  tier?: "basic" | "regular" | "premium" | undefined;
106
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
98
107
  }>>;
99
108
  vonageCredentials: z.ZodOptional<z.ZodObject<{
100
109
  mobileNumber: z.ZodString;
@@ -120,15 +129,18 @@ export declare const viberContract: {
120
129
  additionalCredentials?: any;
121
130
  senderId?: string | undefined;
122
131
  whatsapp?: {
123
- email: string;
124
- wabaExternalId: string;
125
- phoneNumberId: string;
126
- wabaBusinessId?: string | undefined;
127
- clientId?: string | undefined;
128
- channelId?: string | undefined;
129
- status?: "active" | "pending" | undefined;
132
+ wabaBusinessId?: string | null | undefined;
133
+ wabaExternalId?: string | null | undefined;
134
+ phoneNumberId?: string | null | undefined;
135
+ email?: string | null | undefined;
136
+ clientId?: string | null | undefined;
137
+ channelId?: string | null | undefined;
138
+ waapiInstanceId?: string | null | undefined;
139
+ qr?: string | null | undefined;
140
+ status?: "active" | "pending" | "waapi-qr" | undefined;
130
141
  apiKey?: string | undefined;
131
142
  tier?: "basic" | "regular" | "premium" | undefined;
143
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
132
144
  } | undefined;
133
145
  vonageCredentials?: {
134
146
  apiKey: string;
@@ -146,15 +158,18 @@ export declare const viberContract: {
146
158
  additionalCredentials?: any;
147
159
  senderId?: string | undefined;
148
160
  whatsapp?: {
149
- email: string;
150
- wabaExternalId: string;
151
- phoneNumberId: string;
152
- wabaBusinessId?: string | undefined;
153
- clientId?: string | undefined;
154
- channelId?: string | undefined;
155
- status?: "active" | "pending" | undefined;
161
+ wabaBusinessId?: string | null | undefined;
162
+ wabaExternalId?: string | null | undefined;
163
+ phoneNumberId?: string | null | undefined;
164
+ email?: string | null | undefined;
165
+ clientId?: string | null | undefined;
166
+ channelId?: string | null | undefined;
167
+ waapiInstanceId?: string | null | undefined;
168
+ qr?: string | null | undefined;
169
+ status?: "active" | "pending" | "waapi-qr" | undefined;
156
170
  apiKey?: string | undefined;
157
171
  tier?: "basic" | "regular" | "premium" | undefined;
172
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
158
173
  } | undefined;
159
174
  vonageCredentials?: {
160
175
  apiKey: string;
@@ -406,15 +421,18 @@ export declare const viberContract: {
406
421
  additionalCredentials?: any;
407
422
  senderId?: string | undefined;
408
423
  whatsapp?: {
409
- email: string;
410
- wabaExternalId: string;
411
- phoneNumberId: string;
412
- wabaBusinessId?: string | undefined;
413
- clientId?: string | undefined;
414
- channelId?: string | undefined;
415
- status?: "active" | "pending" | undefined;
424
+ wabaBusinessId?: string | null | undefined;
425
+ wabaExternalId?: string | null | undefined;
426
+ phoneNumberId?: string | null | undefined;
427
+ email?: string | null | undefined;
428
+ clientId?: string | null | undefined;
429
+ channelId?: string | null | undefined;
430
+ waapiInstanceId?: string | null | undefined;
431
+ qr?: string | null | undefined;
432
+ status?: "active" | "pending" | "waapi-qr" | undefined;
416
433
  apiKey?: string | undefined;
417
434
  tier?: "basic" | "regular" | "premium" | undefined;
435
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
418
436
  } | undefined;
419
437
  vonageCredentials?: {
420
438
  apiKey: string;
@@ -497,15 +515,18 @@ export declare const viberContract: {
497
515
  additionalCredentials?: any;
498
516
  senderId?: string | undefined;
499
517
  whatsapp?: {
500
- email: string;
501
- wabaExternalId: string;
502
- phoneNumberId: string;
503
- wabaBusinessId?: string | undefined;
504
- clientId?: string | undefined;
505
- channelId?: string | undefined;
506
- status?: "active" | "pending" | undefined;
518
+ wabaBusinessId?: string | null | undefined;
519
+ wabaExternalId?: string | null | undefined;
520
+ phoneNumberId?: string | null | undefined;
521
+ email?: string | null | undefined;
522
+ clientId?: string | null | undefined;
523
+ channelId?: string | null | undefined;
524
+ waapiInstanceId?: string | null | undefined;
525
+ qr?: string | null | undefined;
526
+ status?: "active" | "pending" | "waapi-qr" | undefined;
507
527
  apiKey?: string | undefined;
508
528
  tier?: "basic" | "regular" | "premium" | undefined;
529
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
509
530
  } | undefined;
510
531
  vonageCredentials?: {
511
532
  apiKey: string;
@@ -590,15 +611,18 @@ export declare const viberContract: {
590
611
  additionalCredentials?: any;
591
612
  senderId?: string | undefined;
592
613
  whatsapp?: {
593
- email: string;
594
- wabaExternalId: string;
595
- phoneNumberId: string;
596
- wabaBusinessId?: string | undefined;
597
- clientId?: string | undefined;
598
- channelId?: string | undefined;
599
- status?: "active" | "pending" | undefined;
614
+ wabaBusinessId?: string | null | undefined;
615
+ wabaExternalId?: string | null | undefined;
616
+ phoneNumberId?: string | null | undefined;
617
+ email?: string | null | undefined;
618
+ clientId?: string | null | undefined;
619
+ channelId?: string | null | undefined;
620
+ waapiInstanceId?: string | null | undefined;
621
+ qr?: string | null | undefined;
622
+ status?: "active" | "pending" | "waapi-qr" | undefined;
600
623
  apiKey?: string | undefined;
601
624
  tier?: "basic" | "regular" | "premium" | undefined;
625
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
602
626
  } | undefined;
603
627
  vonageCredentials?: {
604
628
  apiKey: string;
@@ -684,15 +708,18 @@ export declare const viberContract: {
684
708
  additionalCredentials?: any;
685
709
  senderId?: string | undefined;
686
710
  whatsapp?: {
687
- email: string;
688
- wabaExternalId: string;
689
- phoneNumberId: string;
690
- wabaBusinessId?: string | undefined;
691
- clientId?: string | undefined;
692
- channelId?: string | undefined;
693
- status?: "active" | "pending" | undefined;
711
+ wabaBusinessId?: string | null | undefined;
712
+ wabaExternalId?: string | null | undefined;
713
+ phoneNumberId?: string | null | undefined;
714
+ email?: string | null | undefined;
715
+ clientId?: string | null | undefined;
716
+ channelId?: string | null | undefined;
717
+ waapiInstanceId?: string | null | undefined;
718
+ qr?: string | null | undefined;
719
+ status?: "active" | "pending" | "waapi-qr" | undefined;
694
720
  apiKey?: string | undefined;
695
721
  tier?: "basic" | "regular" | "premium" | undefined;
722
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
696
723
  } | undefined;
697
724
  vonageCredentials?: {
698
725
  apiKey: string;
@@ -817,35 +844,44 @@ export declare const viberContract: {
817
844
  additionalCredentials: z.ZodOptional<z.ZodAny>;
818
845
  senderId: z.ZodOptional<z.ZodString>;
819
846
  whatsapp: z.ZodOptional<z.ZodObject<{
820
- wabaBusinessId: z.ZodOptional<z.ZodString>;
821
- wabaExternalId: z.ZodString;
822
- phoneNumberId: z.ZodString;
823
- email: z.ZodString;
824
- clientId: z.ZodOptional<z.ZodString>;
825
- channelId: z.ZodOptional<z.ZodString>;
826
- status: z.ZodOptional<z.ZodEnum<["pending", "active"]>>;
847
+ wabaBusinessId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
848
+ wabaExternalId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
849
+ phoneNumberId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
850
+ email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
851
+ clientId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
852
+ channelId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
853
+ waapiInstanceId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
854
+ qr: z.ZodNullable<z.ZodOptional<z.ZodString>>;
855
+ status: z.ZodOptional<z.ZodEnum<["waapi-qr", "pending", "active"]>>;
827
856
  apiKey: z.ZodOptional<z.ZodString>;
828
857
  tier: z.ZodOptional<z.ZodEnum<["basic", "regular", "premium"]>>;
858
+ integrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"meta">, z.ZodLiteral<"360dialog">, z.ZodLiteral<"waapi">]>>;
829
859
  }, "strip", z.ZodTypeAny, {
830
- email: string;
831
- wabaExternalId: string;
832
- phoneNumberId: string;
833
- wabaBusinessId?: string | undefined;
834
- clientId?: string | undefined;
835
- channelId?: string | undefined;
836
- status?: "active" | "pending" | undefined;
860
+ wabaBusinessId?: string | null | undefined;
861
+ wabaExternalId?: string | null | undefined;
862
+ phoneNumberId?: string | null | undefined;
863
+ email?: string | null | undefined;
864
+ clientId?: string | null | undefined;
865
+ channelId?: string | null | undefined;
866
+ waapiInstanceId?: string | null | undefined;
867
+ qr?: string | null | undefined;
868
+ status?: "active" | "pending" | "waapi-qr" | undefined;
837
869
  apiKey?: string | undefined;
838
870
  tier?: "basic" | "regular" | "premium" | undefined;
871
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
839
872
  }, {
840
- email: string;
841
- wabaExternalId: string;
842
- phoneNumberId: string;
843
- wabaBusinessId?: string | undefined;
844
- clientId?: string | undefined;
845
- channelId?: string | undefined;
846
- status?: "active" | "pending" | undefined;
873
+ wabaBusinessId?: string | null | undefined;
874
+ wabaExternalId?: string | null | undefined;
875
+ phoneNumberId?: string | null | undefined;
876
+ email?: string | null | undefined;
877
+ clientId?: string | null | undefined;
878
+ channelId?: string | null | undefined;
879
+ waapiInstanceId?: string | null | undefined;
880
+ qr?: string | null | undefined;
881
+ status?: "active" | "pending" | "waapi-qr" | undefined;
847
882
  apiKey?: string | undefined;
848
883
  tier?: "basic" | "regular" | "premium" | undefined;
884
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
849
885
  }>>;
850
886
  vonageCredentials: z.ZodOptional<z.ZodObject<{
851
887
  mobileNumber: z.ZodString;
@@ -871,15 +907,18 @@ export declare const viberContract: {
871
907
  additionalCredentials?: any;
872
908
  senderId?: string | undefined;
873
909
  whatsapp?: {
874
- email: string;
875
- wabaExternalId: string;
876
- phoneNumberId: string;
877
- wabaBusinessId?: string | undefined;
878
- clientId?: string | undefined;
879
- channelId?: string | undefined;
880
- status?: "active" | "pending" | undefined;
910
+ wabaBusinessId?: string | null | undefined;
911
+ wabaExternalId?: string | null | undefined;
912
+ phoneNumberId?: string | null | undefined;
913
+ email?: string | null | undefined;
914
+ clientId?: string | null | undefined;
915
+ channelId?: string | null | undefined;
916
+ waapiInstanceId?: string | null | undefined;
917
+ qr?: string | null | undefined;
918
+ status?: "active" | "pending" | "waapi-qr" | undefined;
881
919
  apiKey?: string | undefined;
882
920
  tier?: "basic" | "regular" | "premium" | undefined;
921
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
883
922
  } | undefined;
884
923
  vonageCredentials?: {
885
924
  apiKey: string;
@@ -897,15 +936,18 @@ export declare const viberContract: {
897
936
  additionalCredentials?: any;
898
937
  senderId?: string | undefined;
899
938
  whatsapp?: {
900
- email: string;
901
- wabaExternalId: string;
902
- phoneNumberId: string;
903
- wabaBusinessId?: string | undefined;
904
- clientId?: string | undefined;
905
- channelId?: string | undefined;
906
- status?: "active" | "pending" | undefined;
939
+ wabaBusinessId?: string | null | undefined;
940
+ wabaExternalId?: string | null | undefined;
941
+ phoneNumberId?: string | null | undefined;
942
+ email?: string | null | undefined;
943
+ clientId?: string | null | undefined;
944
+ channelId?: string | null | undefined;
945
+ waapiInstanceId?: string | null | undefined;
946
+ qr?: string | null | undefined;
947
+ status?: "active" | "pending" | "waapi-qr" | undefined;
907
948
  apiKey?: string | undefined;
908
949
  tier?: "basic" | "regular" | "premium" | undefined;
950
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
909
951
  } | undefined;
910
952
  vonageCredentials?: {
911
953
  apiKey: string;
@@ -1157,15 +1199,18 @@ export declare const viberContract: {
1157
1199
  additionalCredentials?: any;
1158
1200
  senderId?: string | undefined;
1159
1201
  whatsapp?: {
1160
- email: string;
1161
- wabaExternalId: string;
1162
- phoneNumberId: string;
1163
- wabaBusinessId?: string | undefined;
1164
- clientId?: string | undefined;
1165
- channelId?: string | undefined;
1166
- status?: "active" | "pending" | undefined;
1202
+ wabaBusinessId?: string | null | undefined;
1203
+ wabaExternalId?: string | null | undefined;
1204
+ phoneNumberId?: string | null | undefined;
1205
+ email?: string | null | undefined;
1206
+ clientId?: string | null | undefined;
1207
+ channelId?: string | null | undefined;
1208
+ waapiInstanceId?: string | null | undefined;
1209
+ qr?: string | null | undefined;
1210
+ status?: "active" | "pending" | "waapi-qr" | undefined;
1167
1211
  apiKey?: string | undefined;
1168
1212
  tier?: "basic" | "regular" | "premium" | undefined;
1213
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
1169
1214
  } | undefined;
1170
1215
  vonageCredentials?: {
1171
1216
  apiKey: string;
@@ -1248,15 +1293,18 @@ export declare const viberContract: {
1248
1293
  additionalCredentials?: any;
1249
1294
  senderId?: string | undefined;
1250
1295
  whatsapp?: {
1251
- email: string;
1252
- wabaExternalId: string;
1253
- phoneNumberId: string;
1254
- wabaBusinessId?: string | undefined;
1255
- clientId?: string | undefined;
1256
- channelId?: string | undefined;
1257
- status?: "active" | "pending" | undefined;
1296
+ wabaBusinessId?: string | null | undefined;
1297
+ wabaExternalId?: string | null | undefined;
1298
+ phoneNumberId?: string | null | undefined;
1299
+ email?: string | null | undefined;
1300
+ clientId?: string | null | undefined;
1301
+ channelId?: string | null | undefined;
1302
+ waapiInstanceId?: string | null | undefined;
1303
+ qr?: string | null | undefined;
1304
+ status?: "active" | "pending" | "waapi-qr" | undefined;
1258
1305
  apiKey?: string | undefined;
1259
1306
  tier?: "basic" | "regular" | "premium" | undefined;
1307
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
1260
1308
  } | undefined;
1261
1309
  vonageCredentials?: {
1262
1310
  apiKey: string;
@@ -1341,15 +1389,18 @@ export declare const viberContract: {
1341
1389
  additionalCredentials?: any;
1342
1390
  senderId?: string | undefined;
1343
1391
  whatsapp?: {
1344
- email: string;
1345
- wabaExternalId: string;
1346
- phoneNumberId: string;
1347
- wabaBusinessId?: string | undefined;
1348
- clientId?: string | undefined;
1349
- channelId?: string | undefined;
1350
- status?: "active" | "pending" | undefined;
1392
+ wabaBusinessId?: string | null | undefined;
1393
+ wabaExternalId?: string | null | undefined;
1394
+ phoneNumberId?: string | null | undefined;
1395
+ email?: string | null | undefined;
1396
+ clientId?: string | null | undefined;
1397
+ channelId?: string | null | undefined;
1398
+ waapiInstanceId?: string | null | undefined;
1399
+ qr?: string | null | undefined;
1400
+ status?: "active" | "pending" | "waapi-qr" | undefined;
1351
1401
  apiKey?: string | undefined;
1352
1402
  tier?: "basic" | "regular" | "premium" | undefined;
1403
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
1353
1404
  } | undefined;
1354
1405
  vonageCredentials?: {
1355
1406
  apiKey: string;
@@ -1435,15 +1486,18 @@ export declare const viberContract: {
1435
1486
  additionalCredentials?: any;
1436
1487
  senderId?: string | undefined;
1437
1488
  whatsapp?: {
1438
- email: string;
1439
- wabaExternalId: string;
1440
- phoneNumberId: string;
1441
- wabaBusinessId?: string | undefined;
1442
- clientId?: string | undefined;
1443
- channelId?: string | undefined;
1444
- status?: "active" | "pending" | undefined;
1489
+ wabaBusinessId?: string | null | undefined;
1490
+ wabaExternalId?: string | null | undefined;
1491
+ phoneNumberId?: string | null | undefined;
1492
+ email?: string | null | undefined;
1493
+ clientId?: string | null | undefined;
1494
+ channelId?: string | null | undefined;
1495
+ waapiInstanceId?: string | null | undefined;
1496
+ qr?: string | null | undefined;
1497
+ status?: "active" | "pending" | "waapi-qr" | undefined;
1445
1498
  apiKey?: string | undefined;
1446
1499
  tier?: "basic" | "regular" | "premium" | undefined;
1500
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
1447
1501
  } | undefined;
1448
1502
  vonageCredentials?: {
1449
1503
  apiKey: string;
@@ -1668,35 +1722,44 @@ export declare const viberContract: {
1668
1722
  additionalCredentials: z.ZodOptional<z.ZodAny>;
1669
1723
  senderId: z.ZodOptional<z.ZodString>;
1670
1724
  whatsapp: z.ZodOptional<z.ZodObject<{
1671
- wabaBusinessId: z.ZodOptional<z.ZodString>;
1672
- wabaExternalId: z.ZodString;
1673
- phoneNumberId: z.ZodString;
1674
- email: z.ZodString;
1675
- clientId: z.ZodOptional<z.ZodString>;
1676
- channelId: z.ZodOptional<z.ZodString>;
1677
- status: z.ZodOptional<z.ZodEnum<["pending", "active"]>>;
1725
+ wabaBusinessId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1726
+ wabaExternalId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1727
+ phoneNumberId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1728
+ email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1729
+ clientId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1730
+ channelId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1731
+ waapiInstanceId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1732
+ qr: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1733
+ status: z.ZodOptional<z.ZodEnum<["waapi-qr", "pending", "active"]>>;
1678
1734
  apiKey: z.ZodOptional<z.ZodString>;
1679
1735
  tier: z.ZodOptional<z.ZodEnum<["basic", "regular", "premium"]>>;
1736
+ integrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"meta">, z.ZodLiteral<"360dialog">, z.ZodLiteral<"waapi">]>>;
1680
1737
  }, "strip", z.ZodTypeAny, {
1681
- email: string;
1682
- wabaExternalId: string;
1683
- phoneNumberId: string;
1684
- wabaBusinessId?: string | undefined;
1685
- clientId?: string | undefined;
1686
- channelId?: string | undefined;
1687
- status?: "active" | "pending" | undefined;
1738
+ wabaBusinessId?: string | null | undefined;
1739
+ wabaExternalId?: string | null | undefined;
1740
+ phoneNumberId?: string | null | undefined;
1741
+ email?: string | null | undefined;
1742
+ clientId?: string | null | undefined;
1743
+ channelId?: string | null | undefined;
1744
+ waapiInstanceId?: string | null | undefined;
1745
+ qr?: string | null | undefined;
1746
+ status?: "active" | "pending" | "waapi-qr" | undefined;
1688
1747
  apiKey?: string | undefined;
1689
1748
  tier?: "basic" | "regular" | "premium" | undefined;
1749
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
1690
1750
  }, {
1691
- email: string;
1692
- wabaExternalId: string;
1693
- phoneNumberId: string;
1694
- wabaBusinessId?: string | undefined;
1695
- clientId?: string | undefined;
1696
- channelId?: string | undefined;
1697
- status?: "active" | "pending" | undefined;
1751
+ wabaBusinessId?: string | null | undefined;
1752
+ wabaExternalId?: string | null | undefined;
1753
+ phoneNumberId?: string | null | undefined;
1754
+ email?: string | null | undefined;
1755
+ clientId?: string | null | undefined;
1756
+ channelId?: string | null | undefined;
1757
+ waapiInstanceId?: string | null | undefined;
1758
+ qr?: string | null | undefined;
1759
+ status?: "active" | "pending" | "waapi-qr" | undefined;
1698
1760
  apiKey?: string | undefined;
1699
1761
  tier?: "basic" | "regular" | "premium" | undefined;
1762
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
1700
1763
  }>>;
1701
1764
  vonageCredentials: z.ZodOptional<z.ZodObject<{
1702
1765
  mobileNumber: z.ZodString;
@@ -1722,15 +1785,18 @@ export declare const viberContract: {
1722
1785
  additionalCredentials?: any;
1723
1786
  senderId?: string | undefined;
1724
1787
  whatsapp?: {
1725
- email: string;
1726
- wabaExternalId: string;
1727
- phoneNumberId: string;
1728
- wabaBusinessId?: string | undefined;
1729
- clientId?: string | undefined;
1730
- channelId?: string | undefined;
1731
- status?: "active" | "pending" | undefined;
1788
+ wabaBusinessId?: string | null | undefined;
1789
+ wabaExternalId?: string | null | undefined;
1790
+ phoneNumberId?: string | null | undefined;
1791
+ email?: string | null | undefined;
1792
+ clientId?: string | null | undefined;
1793
+ channelId?: string | null | undefined;
1794
+ waapiInstanceId?: string | null | undefined;
1795
+ qr?: string | null | undefined;
1796
+ status?: "active" | "pending" | "waapi-qr" | undefined;
1732
1797
  apiKey?: string | undefined;
1733
1798
  tier?: "basic" | "regular" | "premium" | undefined;
1799
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
1734
1800
  } | undefined;
1735
1801
  vonageCredentials?: {
1736
1802
  apiKey: string;
@@ -1748,15 +1814,18 @@ export declare const viberContract: {
1748
1814
  additionalCredentials?: any;
1749
1815
  senderId?: string | undefined;
1750
1816
  whatsapp?: {
1751
- email: string;
1752
- wabaExternalId: string;
1753
- phoneNumberId: string;
1754
- wabaBusinessId?: string | undefined;
1755
- clientId?: string | undefined;
1756
- channelId?: string | undefined;
1757
- status?: "active" | "pending" | undefined;
1817
+ wabaBusinessId?: string | null | undefined;
1818
+ wabaExternalId?: string | null | undefined;
1819
+ phoneNumberId?: string | null | undefined;
1820
+ email?: string | null | undefined;
1821
+ clientId?: string | null | undefined;
1822
+ channelId?: string | null | undefined;
1823
+ waapiInstanceId?: string | null | undefined;
1824
+ qr?: string | null | undefined;
1825
+ status?: "active" | "pending" | "waapi-qr" | undefined;
1758
1826
  apiKey?: string | undefined;
1759
1827
  tier?: "basic" | "regular" | "premium" | undefined;
1828
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
1760
1829
  } | undefined;
1761
1830
  vonageCredentials?: {
1762
1831
  apiKey: string;
@@ -1804,15 +1873,18 @@ export declare const viberContract: {
1804
1873
  additionalCredentials?: any;
1805
1874
  senderId?: string | undefined;
1806
1875
  whatsapp?: {
1807
- email: string;
1808
- wabaExternalId: string;
1809
- phoneNumberId: string;
1810
- wabaBusinessId?: string | undefined;
1811
- clientId?: string | undefined;
1812
- channelId?: string | undefined;
1813
- status?: "active" | "pending" | undefined;
1876
+ wabaBusinessId?: string | null | undefined;
1877
+ wabaExternalId?: string | null | undefined;
1878
+ phoneNumberId?: string | null | undefined;
1879
+ email?: string | null | undefined;
1880
+ clientId?: string | null | undefined;
1881
+ channelId?: string | null | undefined;
1882
+ waapiInstanceId?: string | null | undefined;
1883
+ qr?: string | null | undefined;
1884
+ status?: "active" | "pending" | "waapi-qr" | undefined;
1814
1885
  apiKey?: string | undefined;
1815
1886
  tier?: "basic" | "regular" | "premium" | undefined;
1887
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
1816
1888
  } | undefined;
1817
1889
  vonageCredentials?: {
1818
1890
  apiKey: string;
@@ -1848,15 +1920,18 @@ export declare const viberContract: {
1848
1920
  additionalCredentials?: any;
1849
1921
  senderId?: string | undefined;
1850
1922
  whatsapp?: {
1851
- email: string;
1852
- wabaExternalId: string;
1853
- phoneNumberId: string;
1854
- wabaBusinessId?: string | undefined;
1855
- clientId?: string | undefined;
1856
- channelId?: string | undefined;
1857
- status?: "active" | "pending" | undefined;
1923
+ wabaBusinessId?: string | null | undefined;
1924
+ wabaExternalId?: string | null | undefined;
1925
+ phoneNumberId?: string | null | undefined;
1926
+ email?: string | null | undefined;
1927
+ clientId?: string | null | undefined;
1928
+ channelId?: string | null | undefined;
1929
+ waapiInstanceId?: string | null | undefined;
1930
+ qr?: string | null | undefined;
1931
+ status?: "active" | "pending" | "waapi-qr" | undefined;
1858
1932
  apiKey?: string | undefined;
1859
1933
  tier?: "basic" | "regular" | "premium" | undefined;
1934
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
1860
1935
  } | undefined;
1861
1936
  vonageCredentials?: {
1862
1937
  apiKey: string;
@@ -1897,15 +1972,18 @@ export declare const viberContract: {
1897
1972
  additionalCredentials?: any;
1898
1973
  senderId?: string | undefined;
1899
1974
  whatsapp?: {
1900
- email: string;
1901
- wabaExternalId: string;
1902
- phoneNumberId: string;
1903
- wabaBusinessId?: string | undefined;
1904
- clientId?: string | undefined;
1905
- channelId?: string | undefined;
1906
- status?: "active" | "pending" | undefined;
1975
+ wabaBusinessId?: string | null | undefined;
1976
+ wabaExternalId?: string | null | undefined;
1977
+ phoneNumberId?: string | null | undefined;
1978
+ email?: string | null | undefined;
1979
+ clientId?: string | null | undefined;
1980
+ channelId?: string | null | undefined;
1981
+ waapiInstanceId?: string | null | undefined;
1982
+ qr?: string | null | undefined;
1983
+ status?: "active" | "pending" | "waapi-qr" | undefined;
1907
1984
  apiKey?: string | undefined;
1908
1985
  tier?: "basic" | "regular" | "premium" | undefined;
1986
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
1909
1987
  } | undefined;
1910
1988
  vonageCredentials?: {
1911
1989
  apiKey: string;
@@ -1985,15 +2063,18 @@ export declare const viberContract: {
1985
2063
  additionalCredentials?: any;
1986
2064
  senderId?: string | undefined;
1987
2065
  whatsapp?: {
1988
- email: string;
1989
- wabaExternalId: string;
1990
- phoneNumberId: string;
1991
- wabaBusinessId?: string | undefined;
1992
- clientId?: string | undefined;
1993
- channelId?: string | undefined;
1994
- status?: "active" | "pending" | undefined;
2066
+ wabaBusinessId?: string | null | undefined;
2067
+ wabaExternalId?: string | null | undefined;
2068
+ phoneNumberId?: string | null | undefined;
2069
+ email?: string | null | undefined;
2070
+ clientId?: string | null | undefined;
2071
+ channelId?: string | null | undefined;
2072
+ waapiInstanceId?: string | null | undefined;
2073
+ qr?: string | null | undefined;
2074
+ status?: "active" | "pending" | "waapi-qr" | undefined;
1995
2075
  apiKey?: string | undefined;
1996
2076
  tier?: "basic" | "regular" | "premium" | undefined;
2077
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
1997
2078
  } | undefined;
1998
2079
  vonageCredentials?: {
1999
2080
  apiKey: string;
@@ -2064,7 +2145,7 @@ export declare const viberContract: {
2064
2145
  id: z.ZodOptional<z.ZodString>;
2065
2146
  message: z.ZodOptional<z.ZodString>;
2066
2147
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
2067
- 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", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
2148
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "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"]>;
2068
2149
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
2069
2150
  metadata: z.ZodOptional<z.ZodAny>;
2070
2151
  platformId: z.ZodOptional<z.ZodString>;
@@ -2120,7 +2201,7 @@ export declare const viberContract: {
2120
2201
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
2121
2202
  label: z.ZodOptional<z.ZodString>;
2122
2203
  }, "strip", z.ZodTypeAny, {
2123
- 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" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2204
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "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";
2124
2205
  direction: "incoming" | "outgoing" | "system";
2125
2206
  id?: string | undefined;
2126
2207
  message?: string | undefined;
@@ -2155,7 +2236,7 @@ export declare const viberContract: {
2155
2236
  editedAt?: string | Date | null | undefined;
2156
2237
  label?: string | undefined;
2157
2238
  }, {
2158
- 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" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2239
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "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";
2159
2240
  direction: "incoming" | "outgoing" | "system";
2160
2241
  id?: string | undefined;
2161
2242
  message?: string | undefined;
@@ -2192,7 +2273,7 @@ export declare const viberContract: {
2192
2273
  }>;
2193
2274
  }, "strip", z.ZodTypeAny, {
2194
2275
  message: {
2195
- 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" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2276
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "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";
2196
2277
  direction: "incoming" | "outgoing" | "system";
2197
2278
  id?: string | undefined;
2198
2279
  message?: string | undefined;
@@ -2241,15 +2322,18 @@ export declare const viberContract: {
2241
2322
  additionalCredentials?: any;
2242
2323
  senderId?: string | undefined;
2243
2324
  whatsapp?: {
2244
- email: string;
2245
- wabaExternalId: string;
2246
- phoneNumberId: string;
2247
- wabaBusinessId?: string | undefined;
2248
- clientId?: string | undefined;
2249
- channelId?: string | undefined;
2250
- status?: "active" | "pending" | undefined;
2325
+ wabaBusinessId?: string | null | undefined;
2326
+ wabaExternalId?: string | null | undefined;
2327
+ phoneNumberId?: string | null | undefined;
2328
+ email?: string | null | undefined;
2329
+ clientId?: string | null | undefined;
2330
+ channelId?: string | null | undefined;
2331
+ waapiInstanceId?: string | null | undefined;
2332
+ qr?: string | null | undefined;
2333
+ status?: "active" | "pending" | "waapi-qr" | undefined;
2251
2334
  apiKey?: string | undefined;
2252
2335
  tier?: "basic" | "regular" | "premium" | undefined;
2336
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
2253
2337
  } | undefined;
2254
2338
  vonageCredentials?: {
2255
2339
  apiKey: string;
@@ -2319,7 +2403,7 @@ export declare const viberContract: {
2319
2403
  isBot: boolean | null;
2320
2404
  }, {
2321
2405
  message: {
2322
- 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" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2406
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "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";
2323
2407
  direction: "incoming" | "outgoing" | "system";
2324
2408
  id?: string | undefined;
2325
2409
  message?: string | undefined;
@@ -2368,15 +2452,18 @@ export declare const viberContract: {
2368
2452
  additionalCredentials?: any;
2369
2453
  senderId?: string | undefined;
2370
2454
  whatsapp?: {
2371
- email: string;
2372
- wabaExternalId: string;
2373
- phoneNumberId: string;
2374
- wabaBusinessId?: string | undefined;
2375
- clientId?: string | undefined;
2376
- channelId?: string | undefined;
2377
- status?: "active" | "pending" | undefined;
2455
+ wabaBusinessId?: string | null | undefined;
2456
+ wabaExternalId?: string | null | undefined;
2457
+ phoneNumberId?: string | null | undefined;
2458
+ email?: string | null | undefined;
2459
+ clientId?: string | null | undefined;
2460
+ channelId?: string | null | undefined;
2461
+ waapiInstanceId?: string | null | undefined;
2462
+ qr?: string | null | undefined;
2463
+ status?: "active" | "pending" | "waapi-qr" | undefined;
2378
2464
  apiKey?: string | undefined;
2379
2465
  tier?: "basic" | "regular" | "premium" | undefined;
2466
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
2380
2467
  } | undefined;
2381
2468
  vonageCredentials?: {
2382
2469
  apiKey: string;
@@ -2450,7 +2537,7 @@ export declare const viberContract: {
2450
2537
  200: z.ZodObject<{
2451
2538
  requestId: z.ZodString;
2452
2539
  data: z.ZodObject<{
2453
- 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", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
2540
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "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"]>;
2454
2541
  message: z.ZodString;
2455
2542
  id: z.ZodString;
2456
2543
  url: z.ZodString;
@@ -2675,9 +2762,10 @@ export declare const viberContract: {
2675
2762
  fileSize: z.ZodNumber;
2676
2763
  fileKey: z.ZodString;
2677
2764
  fileUrl: z.ZodNullable<z.ZodString>;
2678
- status: z.ZodOptional<z.ZodString>;
2765
+ status: z.ZodNullable<z.ZodString>;
2679
2766
  }, "strip", z.ZodTypeAny, {
2680
2767
  id: string;
2768
+ status: string | null;
2681
2769
  createdAt: Date;
2682
2770
  updatedAt: Date;
2683
2771
  deletedAt: Date | null;
@@ -2686,9 +2774,9 @@ export declare const viberContract: {
2686
2774
  bucketName: string;
2687
2775
  fileSize: number;
2688
2776
  fileUrl: string | null;
2689
- status?: string | undefined;
2690
2777
  }, {
2691
2778
  id: string;
2779
+ status: string | null;
2692
2780
  createdAt: Date;
2693
2781
  updatedAt: Date;
2694
2782
  deletedAt: Date | null;
@@ -2697,7 +2785,6 @@ export declare const viberContract: {
2697
2785
  bucketName: string;
2698
2786
  fileSize: number;
2699
2787
  fileUrl: string | null;
2700
- status?: string | undefined;
2701
2788
  }>;
2702
2789
  assignee: z.ZodObject<{
2703
2790
  id: z.ZodString;
@@ -3292,9 +3379,10 @@ export declare const viberContract: {
3292
3379
  fileSize: z.ZodNumber;
3293
3380
  fileKey: z.ZodString;
3294
3381
  fileUrl: z.ZodNullable<z.ZodString>;
3295
- status: z.ZodOptional<z.ZodString>;
3382
+ status: z.ZodNullable<z.ZodString>;
3296
3383
  }, "strip", z.ZodTypeAny, {
3297
3384
  id: string;
3385
+ status: string | null;
3298
3386
  createdAt: Date;
3299
3387
  updatedAt: Date;
3300
3388
  deletedAt: Date | null;
@@ -3303,9 +3391,9 @@ export declare const viberContract: {
3303
3391
  bucketName: string;
3304
3392
  fileSize: number;
3305
3393
  fileUrl: string | null;
3306
- status?: string | undefined;
3307
3394
  }, {
3308
3395
  id: string;
3396
+ status: string | null;
3309
3397
  createdAt: Date;
3310
3398
  updatedAt: Date;
3311
3399
  deletedAt: Date | null;
@@ -3314,7 +3402,6 @@ export declare const viberContract: {
3314
3402
  bucketName: string;
3315
3403
  fileSize: number;
3316
3404
  fileUrl: string | null;
3317
- status?: string | undefined;
3318
3405
  }>, "many">;
3319
3406
  }, "strip", z.ZodTypeAny, {
3320
3407
  id: string;
@@ -3341,6 +3428,7 @@ export declare const viberContract: {
3341
3428
  dateValue: Date | null;
3342
3429
  uploads: {
3343
3430
  id: string;
3431
+ status: string | null;
3344
3432
  createdAt: Date;
3345
3433
  updatedAt: Date;
3346
3434
  deletedAt: Date | null;
@@ -3349,7 +3437,6 @@ export declare const viberContract: {
3349
3437
  bucketName: string;
3350
3438
  fileSize: number;
3351
3439
  fileUrl: string | null;
3352
- status?: string | undefined;
3353
3440
  }[];
3354
3441
  }, {
3355
3442
  id: string;
@@ -3376,6 +3463,7 @@ export declare const viberContract: {
3376
3463
  dateValue: Date | null;
3377
3464
  uploads: {
3378
3465
  id: string;
3466
+ status: string | null;
3379
3467
  createdAt: Date;
3380
3468
  updatedAt: Date;
3381
3469
  deletedAt: Date | null;
@@ -3384,7 +3472,6 @@ export declare const viberContract: {
3384
3472
  bucketName: string;
3385
3473
  fileSize: number;
3386
3474
  fileUrl: string | null;
3387
- status?: string | undefined;
3388
3475
  }[];
3389
3476
  }>, "many">;
3390
3477
  contactEmails: z.ZodArray<z.ZodObject<{
@@ -3524,6 +3611,7 @@ export declare const viberContract: {
3524
3611
  dateValue: Date | null;
3525
3612
  uploads: {
3526
3613
  id: string;
3614
+ status: string | null;
3527
3615
  createdAt: Date;
3528
3616
  updatedAt: Date;
3529
3617
  deletedAt: Date | null;
@@ -3532,7 +3620,6 @@ export declare const viberContract: {
3532
3620
  bucketName: string;
3533
3621
  fileSize: number;
3534
3622
  fileUrl: string | null;
3535
- status?: string | undefined;
3536
3623
  }[];
3537
3624
  }[];
3538
3625
  company: {
@@ -3635,6 +3722,7 @@ export declare const viberContract: {
3635
3722
  dateValue: Date | null;
3636
3723
  uploads: {
3637
3724
  id: string;
3725
+ status: string | null;
3638
3726
  createdAt: Date;
3639
3727
  updatedAt: Date;
3640
3728
  deletedAt: Date | null;
@@ -3643,7 +3731,6 @@ export declare const viberContract: {
3643
3731
  bucketName: string;
3644
3732
  fileSize: number;
3645
3733
  fileUrl: string | null;
3646
- status?: string | undefined;
3647
3734
  }[];
3648
3735
  }[];
3649
3736
  company: {
@@ -3759,6 +3846,7 @@ export declare const viberContract: {
3759
3846
  dateValue: Date | null;
3760
3847
  uploads: {
3761
3848
  id: string;
3849
+ status: string | null;
3762
3850
  createdAt: Date;
3763
3851
  updatedAt: Date;
3764
3852
  deletedAt: Date | null;
@@ -3767,7 +3855,6 @@ export declare const viberContract: {
3767
3855
  bucketName: string;
3768
3856
  fileSize: number;
3769
3857
  fileUrl: string | null;
3770
- status?: string | undefined;
3771
3858
  }[];
3772
3859
  }[];
3773
3860
  company: {
@@ -3885,6 +3972,7 @@ export declare const viberContract: {
3885
3972
  dateValue: Date | null;
3886
3973
  uploads: {
3887
3974
  id: string;
3975
+ status: string | null;
3888
3976
  createdAt: Date;
3889
3977
  updatedAt: Date;
3890
3978
  deletedAt: Date | null;
@@ -3893,7 +3981,6 @@ export declare const viberContract: {
3893
3981
  bucketName: string;
3894
3982
  fileSize: number;
3895
3983
  fileUrl: string | null;
3896
- status?: string | undefined;
3897
3984
  }[];
3898
3985
  }[];
3899
3986
  company: {
@@ -4390,35 +4477,44 @@ export declare const viberContract: {
4390
4477
  additionalCredentials: z.ZodOptional<z.ZodAny>;
4391
4478
  senderId: z.ZodOptional<z.ZodString>;
4392
4479
  whatsapp: z.ZodOptional<z.ZodObject<{
4393
- wabaBusinessId: z.ZodOptional<z.ZodString>;
4394
- wabaExternalId: z.ZodString;
4395
- phoneNumberId: z.ZodString;
4396
- email: z.ZodString;
4397
- clientId: z.ZodOptional<z.ZodString>;
4398
- channelId: z.ZodOptional<z.ZodString>;
4399
- status: z.ZodOptional<z.ZodEnum<["pending", "active"]>>;
4480
+ wabaBusinessId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4481
+ wabaExternalId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4482
+ phoneNumberId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4483
+ email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4484
+ clientId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4485
+ channelId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4486
+ waapiInstanceId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4487
+ qr: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4488
+ status: z.ZodOptional<z.ZodEnum<["waapi-qr", "pending", "active"]>>;
4400
4489
  apiKey: z.ZodOptional<z.ZodString>;
4401
4490
  tier: z.ZodOptional<z.ZodEnum<["basic", "regular", "premium"]>>;
4491
+ integrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"meta">, z.ZodLiteral<"360dialog">, z.ZodLiteral<"waapi">]>>;
4402
4492
  }, "strip", z.ZodTypeAny, {
4403
- email: string;
4404
- wabaExternalId: string;
4405
- phoneNumberId: string;
4406
- wabaBusinessId?: string | undefined;
4407
- clientId?: string | undefined;
4408
- channelId?: string | undefined;
4409
- status?: "active" | "pending" | undefined;
4493
+ wabaBusinessId?: string | null | undefined;
4494
+ wabaExternalId?: string | null | undefined;
4495
+ phoneNumberId?: string | null | undefined;
4496
+ email?: string | null | undefined;
4497
+ clientId?: string | null | undefined;
4498
+ channelId?: string | null | undefined;
4499
+ waapiInstanceId?: string | null | undefined;
4500
+ qr?: string | null | undefined;
4501
+ status?: "active" | "pending" | "waapi-qr" | undefined;
4410
4502
  apiKey?: string | undefined;
4411
4503
  tier?: "basic" | "regular" | "premium" | undefined;
4504
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
4412
4505
  }, {
4413
- email: string;
4414
- wabaExternalId: string;
4415
- phoneNumberId: string;
4416
- wabaBusinessId?: string | undefined;
4417
- clientId?: string | undefined;
4418
- channelId?: string | undefined;
4419
- status?: "active" | "pending" | undefined;
4506
+ wabaBusinessId?: string | null | undefined;
4507
+ wabaExternalId?: string | null | undefined;
4508
+ phoneNumberId?: string | null | undefined;
4509
+ email?: string | null | undefined;
4510
+ clientId?: string | null | undefined;
4511
+ channelId?: string | null | undefined;
4512
+ waapiInstanceId?: string | null | undefined;
4513
+ qr?: string | null | undefined;
4514
+ status?: "active" | "pending" | "waapi-qr" | undefined;
4420
4515
  apiKey?: string | undefined;
4421
4516
  tier?: "basic" | "regular" | "premium" | undefined;
4517
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
4422
4518
  }>>;
4423
4519
  vonageCredentials: z.ZodOptional<z.ZodObject<{
4424
4520
  mobileNumber: z.ZodString;
@@ -4444,15 +4540,18 @@ export declare const viberContract: {
4444
4540
  additionalCredentials?: any;
4445
4541
  senderId?: string | undefined;
4446
4542
  whatsapp?: {
4447
- email: string;
4448
- wabaExternalId: string;
4449
- phoneNumberId: string;
4450
- wabaBusinessId?: string | undefined;
4451
- clientId?: string | undefined;
4452
- channelId?: string | undefined;
4453
- status?: "active" | "pending" | undefined;
4543
+ wabaBusinessId?: string | null | undefined;
4544
+ wabaExternalId?: string | null | undefined;
4545
+ phoneNumberId?: string | null | undefined;
4546
+ email?: string | null | undefined;
4547
+ clientId?: string | null | undefined;
4548
+ channelId?: string | null | undefined;
4549
+ waapiInstanceId?: string | null | undefined;
4550
+ qr?: string | null | undefined;
4551
+ status?: "active" | "pending" | "waapi-qr" | undefined;
4454
4552
  apiKey?: string | undefined;
4455
4553
  tier?: "basic" | "regular" | "premium" | undefined;
4554
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
4456
4555
  } | undefined;
4457
4556
  vonageCredentials?: {
4458
4557
  apiKey: string;
@@ -4470,15 +4569,18 @@ export declare const viberContract: {
4470
4569
  additionalCredentials?: any;
4471
4570
  senderId?: string | undefined;
4472
4571
  whatsapp?: {
4473
- email: string;
4474
- wabaExternalId: string;
4475
- phoneNumberId: string;
4476
- wabaBusinessId?: string | undefined;
4477
- clientId?: string | undefined;
4478
- channelId?: string | undefined;
4479
- status?: "active" | "pending" | undefined;
4572
+ wabaBusinessId?: string | null | undefined;
4573
+ wabaExternalId?: string | null | undefined;
4574
+ phoneNumberId?: string | null | undefined;
4575
+ email?: string | null | undefined;
4576
+ clientId?: string | null | undefined;
4577
+ channelId?: string | null | undefined;
4578
+ waapiInstanceId?: string | null | undefined;
4579
+ qr?: string | null | undefined;
4580
+ status?: "active" | "pending" | "waapi-qr" | undefined;
4480
4581
  apiKey?: string | undefined;
4481
4582
  tier?: "basic" | "regular" | "premium" | undefined;
4583
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
4482
4584
  } | undefined;
4483
4585
  vonageCredentials?: {
4484
4586
  apiKey: string;
@@ -4730,15 +4832,18 @@ export declare const viberContract: {
4730
4832
  additionalCredentials?: any;
4731
4833
  senderId?: string | undefined;
4732
4834
  whatsapp?: {
4733
- email: string;
4734
- wabaExternalId: string;
4735
- phoneNumberId: string;
4736
- wabaBusinessId?: string | undefined;
4737
- clientId?: string | undefined;
4738
- channelId?: string | undefined;
4739
- status?: "active" | "pending" | undefined;
4835
+ wabaBusinessId?: string | null | undefined;
4836
+ wabaExternalId?: string | null | undefined;
4837
+ phoneNumberId?: string | null | undefined;
4838
+ email?: string | null | undefined;
4839
+ clientId?: string | null | undefined;
4840
+ channelId?: string | null | undefined;
4841
+ waapiInstanceId?: string | null | undefined;
4842
+ qr?: string | null | undefined;
4843
+ status?: "active" | "pending" | "waapi-qr" | undefined;
4740
4844
  apiKey?: string | undefined;
4741
4845
  tier?: "basic" | "regular" | "premium" | undefined;
4846
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
4742
4847
  } | undefined;
4743
4848
  vonageCredentials?: {
4744
4849
  apiKey: string;
@@ -4821,15 +4926,18 @@ export declare const viberContract: {
4821
4926
  additionalCredentials?: any;
4822
4927
  senderId?: string | undefined;
4823
4928
  whatsapp?: {
4824
- email: string;
4825
- wabaExternalId: string;
4826
- phoneNumberId: string;
4827
- wabaBusinessId?: string | undefined;
4828
- clientId?: string | undefined;
4829
- channelId?: string | undefined;
4830
- status?: "active" | "pending" | undefined;
4929
+ wabaBusinessId?: string | null | undefined;
4930
+ wabaExternalId?: string | null | undefined;
4931
+ phoneNumberId?: string | null | undefined;
4932
+ email?: string | null | undefined;
4933
+ clientId?: string | null | undefined;
4934
+ channelId?: string | null | undefined;
4935
+ waapiInstanceId?: string | null | undefined;
4936
+ qr?: string | null | undefined;
4937
+ status?: "active" | "pending" | "waapi-qr" | undefined;
4831
4938
  apiKey?: string | undefined;
4832
4939
  tier?: "basic" | "regular" | "premium" | undefined;
4940
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
4833
4941
  } | undefined;
4834
4942
  vonageCredentials?: {
4835
4943
  apiKey: string;
@@ -5476,15 +5584,18 @@ export declare const viberContract: {
5476
5584
  additionalCredentials?: any;
5477
5585
  senderId?: string | undefined;
5478
5586
  whatsapp?: {
5479
- email: string;
5480
- wabaExternalId: string;
5481
- phoneNumberId: string;
5482
- wabaBusinessId?: string | undefined;
5483
- clientId?: string | undefined;
5484
- channelId?: string | undefined;
5485
- status?: "active" | "pending" | undefined;
5587
+ wabaBusinessId?: string | null | undefined;
5588
+ wabaExternalId?: string | null | undefined;
5589
+ phoneNumberId?: string | null | undefined;
5590
+ email?: string | null | undefined;
5591
+ clientId?: string | null | undefined;
5592
+ channelId?: string | null | undefined;
5593
+ waapiInstanceId?: string | null | undefined;
5594
+ qr?: string | null | undefined;
5595
+ status?: "active" | "pending" | "waapi-qr" | undefined;
5486
5596
  apiKey?: string | undefined;
5487
5597
  tier?: "basic" | "regular" | "premium" | undefined;
5598
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
5488
5599
  } | undefined;
5489
5600
  vonageCredentials?: {
5490
5601
  apiKey: string;
@@ -5656,6 +5767,7 @@ export declare const viberContract: {
5656
5767
  dateValue: Date | null;
5657
5768
  uploads: {
5658
5769
  id: string;
5770
+ status: string | null;
5659
5771
  createdAt: Date;
5660
5772
  updatedAt: Date;
5661
5773
  deletedAt: Date | null;
@@ -5664,7 +5776,6 @@ export declare const viberContract: {
5664
5776
  bucketName: string;
5665
5777
  fileSize: number;
5666
5778
  fileUrl: string | null;
5667
- status?: string | undefined;
5668
5779
  }[];
5669
5780
  }[];
5670
5781
  company: {
@@ -5900,15 +6011,18 @@ export declare const viberContract: {
5900
6011
  additionalCredentials?: any;
5901
6012
  senderId?: string | undefined;
5902
6013
  whatsapp?: {
5903
- email: string;
5904
- wabaExternalId: string;
5905
- phoneNumberId: string;
5906
- wabaBusinessId?: string | undefined;
5907
- clientId?: string | undefined;
5908
- channelId?: string | undefined;
5909
- status?: "active" | "pending" | undefined;
6014
+ wabaBusinessId?: string | null | undefined;
6015
+ wabaExternalId?: string | null | undefined;
6016
+ phoneNumberId?: string | null | undefined;
6017
+ email?: string | null | undefined;
6018
+ clientId?: string | null | undefined;
6019
+ channelId?: string | null | undefined;
6020
+ waapiInstanceId?: string | null | undefined;
6021
+ qr?: string | null | undefined;
6022
+ status?: "active" | "pending" | "waapi-qr" | undefined;
5910
6023
  apiKey?: string | undefined;
5911
6024
  tier?: "basic" | "regular" | "premium" | undefined;
6025
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
5912
6026
  } | undefined;
5913
6027
  vonageCredentials?: {
5914
6028
  apiKey: string;
@@ -6080,6 +6194,7 @@ export declare const viberContract: {
6080
6194
  dateValue: Date | null;
6081
6195
  uploads: {
6082
6196
  id: string;
6197
+ status: string | null;
6083
6198
  createdAt: Date;
6084
6199
  updatedAt: Date;
6085
6200
  deletedAt: Date | null;
@@ -6088,7 +6203,6 @@ export declare const viberContract: {
6088
6203
  bucketName: string;
6089
6204
  fileSize: number;
6090
6205
  fileUrl: string | null;
6091
- status?: string | undefined;
6092
6206
  }[];
6093
6207
  }[];
6094
6208
  company: {
@@ -6349,7 +6463,7 @@ export declare const viberContract: {
6349
6463
  deletedAt: z.ZodNullable<z.ZodDate>;
6350
6464
  message: z.ZodString;
6351
6465
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
6352
- 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", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
6466
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "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"]>;
6353
6467
  readAt: z.ZodDate;
6354
6468
  metadata: z.ZodAny;
6355
6469
  platformId: z.ZodString;
@@ -6370,9 +6484,10 @@ export declare const viberContract: {
6370
6484
  fileSize: z.ZodNumber;
6371
6485
  fileKey: z.ZodString;
6372
6486
  fileUrl: z.ZodNullable<z.ZodString>;
6373
- status: z.ZodOptional<z.ZodString>;
6487
+ status: z.ZodNullable<z.ZodString>;
6374
6488
  }, "strip", z.ZodTypeAny, {
6375
6489
  id: string;
6490
+ status: string | null;
6376
6491
  createdAt: Date;
6377
6492
  updatedAt: Date;
6378
6493
  deletedAt: Date | null;
@@ -6381,9 +6496,9 @@ export declare const viberContract: {
6381
6496
  bucketName: string;
6382
6497
  fileSize: number;
6383
6498
  fileUrl: string | null;
6384
- status?: string | undefined;
6385
6499
  }, {
6386
6500
  id: string;
6501
+ status: string | null;
6387
6502
  createdAt: Date;
6388
6503
  updatedAt: Date;
6389
6504
  deletedAt: Date | null;
@@ -6392,7 +6507,6 @@ export declare const viberContract: {
6392
6507
  bucketName: string;
6393
6508
  fileSize: number;
6394
6509
  fileUrl: string | null;
6395
- status?: string | undefined;
6396
6510
  }>;
6397
6511
  actor: z.ZodObject<{
6398
6512
  id: z.ZodString;
@@ -7007,7 +7121,7 @@ export declare const viberContract: {
7007
7121
  };
7008
7122
  }>;
7009
7123
  }, "strip", z.ZodTypeAny, {
7010
- 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" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
7124
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "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";
7011
7125
  message: string;
7012
7126
  id: string;
7013
7127
  url: string;
@@ -7061,6 +7175,7 @@ export declare const viberContract: {
7061
7175
  };
7062
7176
  upload: {
7063
7177
  id: string;
7178
+ status: string | null;
7064
7179
  createdAt: Date;
7065
7180
  updatedAt: Date;
7066
7181
  deletedAt: Date | null;
@@ -7069,7 +7184,6 @@ export declare const viberContract: {
7069
7184
  bucketName: string;
7070
7185
  fileSize: number;
7071
7186
  fileUrl: string | null;
7072
- status?: string | undefined;
7073
7187
  };
7074
7188
  assignee: {
7075
7189
  id: string;
@@ -7169,7 +7283,7 @@ export declare const viberContract: {
7169
7283
  metadata?: any;
7170
7284
  template?: any;
7171
7285
  }, {
7172
- 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" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
7286
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "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";
7173
7287
  message: string;
7174
7288
  id: string;
7175
7289
  url: string;
@@ -7223,6 +7337,7 @@ export declare const viberContract: {
7223
7337
  };
7224
7338
  upload: {
7225
7339
  id: string;
7340
+ status: string | null;
7226
7341
  createdAt: Date;
7227
7342
  updatedAt: Date;
7228
7343
  deletedAt: Date | null;
@@ -7231,7 +7346,6 @@ export declare const viberContract: {
7231
7346
  bucketName: string;
7232
7347
  fileSize: number;
7233
7348
  fileUrl: string | null;
7234
- status?: string | undefined;
7235
7349
  };
7236
7350
  assignee: {
7237
7351
  id: string;
@@ -7543,7 +7657,7 @@ export declare const viberContract: {
7543
7657
  deletedAt: z.ZodNullable<z.ZodDate>;
7544
7658
  message: z.ZodString;
7545
7659
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
7546
- 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", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
7660
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "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"]>;
7547
7661
  readAt: z.ZodDate;
7548
7662
  metadata: z.ZodAny;
7549
7663
  platformId: z.ZodString;
@@ -7942,9 +8056,10 @@ export declare const viberContract: {
7942
8056
  fileSize: z.ZodNumber;
7943
8057
  fileKey: z.ZodString;
7944
8058
  fileUrl: z.ZodNullable<z.ZodString>;
7945
- status: z.ZodOptional<z.ZodString>;
8059
+ status: z.ZodNullable<z.ZodString>;
7946
8060
  }, "strip", z.ZodTypeAny, {
7947
8061
  id: string;
8062
+ status: string | null;
7948
8063
  createdAt: Date;
7949
8064
  updatedAt: Date;
7950
8065
  deletedAt: Date | null;
@@ -7953,9 +8068,9 @@ export declare const viberContract: {
7953
8068
  bucketName: string;
7954
8069
  fileSize: number;
7955
8070
  fileUrl: string | null;
7956
- status?: string | undefined;
7957
8071
  }, {
7958
8072
  id: string;
8073
+ status: string | null;
7959
8074
  createdAt: Date;
7960
8075
  updatedAt: Date;
7961
8076
  deletedAt: Date | null;
@@ -7964,7 +8079,6 @@ export declare const viberContract: {
7964
8079
  bucketName: string;
7965
8080
  fileSize: number;
7966
8081
  fileUrl: string | null;
7967
- status?: string | undefined;
7968
8082
  }>, "many">;
7969
8083
  }, "strip", z.ZodTypeAny, {
7970
8084
  id: string;
@@ -7991,6 +8105,7 @@ export declare const viberContract: {
7991
8105
  dateValue: Date | null;
7992
8106
  uploads: {
7993
8107
  id: string;
8108
+ status: string | null;
7994
8109
  createdAt: Date;
7995
8110
  updatedAt: Date;
7996
8111
  deletedAt: Date | null;
@@ -7999,7 +8114,6 @@ export declare const viberContract: {
7999
8114
  bucketName: string;
8000
8115
  fileSize: number;
8001
8116
  fileUrl: string | null;
8002
- status?: string | undefined;
8003
8117
  }[];
8004
8118
  }, {
8005
8119
  id: string;
@@ -8026,6 +8140,7 @@ export declare const viberContract: {
8026
8140
  dateValue: Date | null;
8027
8141
  uploads: {
8028
8142
  id: string;
8143
+ status: string | null;
8029
8144
  createdAt: Date;
8030
8145
  updatedAt: Date;
8031
8146
  deletedAt: Date | null;
@@ -8034,7 +8149,6 @@ export declare const viberContract: {
8034
8149
  bucketName: string;
8035
8150
  fileSize: number;
8036
8151
  fileUrl: string | null;
8037
- status?: string | undefined;
8038
8152
  }[];
8039
8153
  }>, "many">;
8040
8154
  contactEmails: z.ZodArray<z.ZodObject<{
@@ -8174,6 +8288,7 @@ export declare const viberContract: {
8174
8288
  dateValue: Date | null;
8175
8289
  uploads: {
8176
8290
  id: string;
8291
+ status: string | null;
8177
8292
  createdAt: Date;
8178
8293
  updatedAt: Date;
8179
8294
  deletedAt: Date | null;
@@ -8182,7 +8297,6 @@ export declare const viberContract: {
8182
8297
  bucketName: string;
8183
8298
  fileSize: number;
8184
8299
  fileUrl: string | null;
8185
- status?: string | undefined;
8186
8300
  }[];
8187
8301
  }[];
8188
8302
  company: {
@@ -8285,6 +8399,7 @@ export declare const viberContract: {
8285
8399
  dateValue: Date | null;
8286
8400
  uploads: {
8287
8401
  id: string;
8402
+ status: string | null;
8288
8403
  createdAt: Date;
8289
8404
  updatedAt: Date;
8290
8405
  deletedAt: Date | null;
@@ -8293,7 +8408,6 @@ export declare const viberContract: {
8293
8408
  bucketName: string;
8294
8409
  fileSize: number;
8295
8410
  fileUrl: string | null;
8296
- status?: string | undefined;
8297
8411
  }[];
8298
8412
  }[];
8299
8413
  company: {
@@ -8409,6 +8523,7 @@ export declare const viberContract: {
8409
8523
  dateValue: Date | null;
8410
8524
  uploads: {
8411
8525
  id: string;
8526
+ status: string | null;
8412
8527
  createdAt: Date;
8413
8528
  updatedAt: Date;
8414
8529
  deletedAt: Date | null;
@@ -8417,7 +8532,6 @@ export declare const viberContract: {
8417
8532
  bucketName: string;
8418
8533
  fileSize: number;
8419
8534
  fileUrl: string | null;
8420
- status?: string | undefined;
8421
8535
  }[];
8422
8536
  }[];
8423
8537
  company: {
@@ -8535,6 +8649,7 @@ export declare const viberContract: {
8535
8649
  dateValue: Date | null;
8536
8650
  uploads: {
8537
8651
  id: string;
8652
+ status: string | null;
8538
8653
  createdAt: Date;
8539
8654
  updatedAt: Date;
8540
8655
  deletedAt: Date | null;
@@ -8543,7 +8658,6 @@ export declare const viberContract: {
8543
8658
  bucketName: string;
8544
8659
  fileSize: number;
8545
8660
  fileUrl: string | null;
8546
- status?: string | undefined;
8547
8661
  }[];
8548
8662
  }[];
8549
8663
  company: {
@@ -9040,35 +9154,44 @@ export declare const viberContract: {
9040
9154
  additionalCredentials: z.ZodOptional<z.ZodAny>;
9041
9155
  senderId: z.ZodOptional<z.ZodString>;
9042
9156
  whatsapp: z.ZodOptional<z.ZodObject<{
9043
- wabaBusinessId: z.ZodOptional<z.ZodString>;
9044
- wabaExternalId: z.ZodString;
9045
- phoneNumberId: z.ZodString;
9046
- email: z.ZodString;
9047
- clientId: z.ZodOptional<z.ZodString>;
9048
- channelId: z.ZodOptional<z.ZodString>;
9049
- status: z.ZodOptional<z.ZodEnum<["pending", "active"]>>;
9157
+ wabaBusinessId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9158
+ wabaExternalId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9159
+ phoneNumberId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9160
+ email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9161
+ clientId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9162
+ channelId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9163
+ waapiInstanceId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9164
+ qr: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9165
+ status: z.ZodOptional<z.ZodEnum<["waapi-qr", "pending", "active"]>>;
9050
9166
  apiKey: z.ZodOptional<z.ZodString>;
9051
9167
  tier: z.ZodOptional<z.ZodEnum<["basic", "regular", "premium"]>>;
9168
+ integrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"meta">, z.ZodLiteral<"360dialog">, z.ZodLiteral<"waapi">]>>;
9052
9169
  }, "strip", z.ZodTypeAny, {
9053
- email: string;
9054
- wabaExternalId: string;
9055
- phoneNumberId: string;
9056
- wabaBusinessId?: string | undefined;
9057
- clientId?: string | undefined;
9058
- channelId?: string | undefined;
9059
- status?: "active" | "pending" | undefined;
9170
+ wabaBusinessId?: string | null | undefined;
9171
+ wabaExternalId?: string | null | undefined;
9172
+ phoneNumberId?: string | null | undefined;
9173
+ email?: string | null | undefined;
9174
+ clientId?: string | null | undefined;
9175
+ channelId?: string | null | undefined;
9176
+ waapiInstanceId?: string | null | undefined;
9177
+ qr?: string | null | undefined;
9178
+ status?: "active" | "pending" | "waapi-qr" | undefined;
9060
9179
  apiKey?: string | undefined;
9061
9180
  tier?: "basic" | "regular" | "premium" | undefined;
9181
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
9062
9182
  }, {
9063
- email: string;
9064
- wabaExternalId: string;
9065
- phoneNumberId: string;
9066
- wabaBusinessId?: string | undefined;
9067
- clientId?: string | undefined;
9068
- channelId?: string | undefined;
9069
- status?: "active" | "pending" | undefined;
9183
+ wabaBusinessId?: string | null | undefined;
9184
+ wabaExternalId?: string | null | undefined;
9185
+ phoneNumberId?: string | null | undefined;
9186
+ email?: string | null | undefined;
9187
+ clientId?: string | null | undefined;
9188
+ channelId?: string | null | undefined;
9189
+ waapiInstanceId?: string | null | undefined;
9190
+ qr?: string | null | undefined;
9191
+ status?: "active" | "pending" | "waapi-qr" | undefined;
9070
9192
  apiKey?: string | undefined;
9071
9193
  tier?: "basic" | "regular" | "premium" | undefined;
9194
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
9072
9195
  }>>;
9073
9196
  vonageCredentials: z.ZodOptional<z.ZodObject<{
9074
9197
  mobileNumber: z.ZodString;
@@ -9094,15 +9217,18 @@ export declare const viberContract: {
9094
9217
  additionalCredentials?: any;
9095
9218
  senderId?: string | undefined;
9096
9219
  whatsapp?: {
9097
- email: string;
9098
- wabaExternalId: string;
9099
- phoneNumberId: string;
9100
- wabaBusinessId?: string | undefined;
9101
- clientId?: string | undefined;
9102
- channelId?: string | undefined;
9103
- status?: "active" | "pending" | undefined;
9220
+ wabaBusinessId?: string | null | undefined;
9221
+ wabaExternalId?: string | null | undefined;
9222
+ phoneNumberId?: string | null | undefined;
9223
+ email?: string | null | undefined;
9224
+ clientId?: string | null | undefined;
9225
+ channelId?: string | null | undefined;
9226
+ waapiInstanceId?: string | null | undefined;
9227
+ qr?: string | null | undefined;
9228
+ status?: "active" | "pending" | "waapi-qr" | undefined;
9104
9229
  apiKey?: string | undefined;
9105
9230
  tier?: "basic" | "regular" | "premium" | undefined;
9231
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
9106
9232
  } | undefined;
9107
9233
  vonageCredentials?: {
9108
9234
  apiKey: string;
@@ -9120,15 +9246,18 @@ export declare const viberContract: {
9120
9246
  additionalCredentials?: any;
9121
9247
  senderId?: string | undefined;
9122
9248
  whatsapp?: {
9123
- email: string;
9124
- wabaExternalId: string;
9125
- phoneNumberId: string;
9126
- wabaBusinessId?: string | undefined;
9127
- clientId?: string | undefined;
9128
- channelId?: string | undefined;
9129
- status?: "active" | "pending" | undefined;
9249
+ wabaBusinessId?: string | null | undefined;
9250
+ wabaExternalId?: string | null | undefined;
9251
+ phoneNumberId?: string | null | undefined;
9252
+ email?: string | null | undefined;
9253
+ clientId?: string | null | undefined;
9254
+ channelId?: string | null | undefined;
9255
+ waapiInstanceId?: string | null | undefined;
9256
+ qr?: string | null | undefined;
9257
+ status?: "active" | "pending" | "waapi-qr" | undefined;
9130
9258
  apiKey?: string | undefined;
9131
9259
  tier?: "basic" | "regular" | "premium" | undefined;
9260
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
9132
9261
  } | undefined;
9133
9262
  vonageCredentials?: {
9134
9263
  apiKey: string;
@@ -9380,15 +9509,18 @@ export declare const viberContract: {
9380
9509
  additionalCredentials?: any;
9381
9510
  senderId?: string | undefined;
9382
9511
  whatsapp?: {
9383
- email: string;
9384
- wabaExternalId: string;
9385
- phoneNumberId: string;
9386
- wabaBusinessId?: string | undefined;
9387
- clientId?: string | undefined;
9388
- channelId?: string | undefined;
9389
- status?: "active" | "pending" | undefined;
9512
+ wabaBusinessId?: string | null | undefined;
9513
+ wabaExternalId?: string | null | undefined;
9514
+ phoneNumberId?: string | null | undefined;
9515
+ email?: string | null | undefined;
9516
+ clientId?: string | null | undefined;
9517
+ channelId?: string | null | undefined;
9518
+ waapiInstanceId?: string | null | undefined;
9519
+ qr?: string | null | undefined;
9520
+ status?: "active" | "pending" | "waapi-qr" | undefined;
9390
9521
  apiKey?: string | undefined;
9391
9522
  tier?: "basic" | "regular" | "premium" | undefined;
9523
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
9392
9524
  } | undefined;
9393
9525
  vonageCredentials?: {
9394
9526
  apiKey: string;
@@ -9471,15 +9603,18 @@ export declare const viberContract: {
9471
9603
  additionalCredentials?: any;
9472
9604
  senderId?: string | undefined;
9473
9605
  whatsapp?: {
9474
- email: string;
9475
- wabaExternalId: string;
9476
- phoneNumberId: string;
9477
- wabaBusinessId?: string | undefined;
9478
- clientId?: string | undefined;
9479
- channelId?: string | undefined;
9480
- status?: "active" | "pending" | undefined;
9606
+ wabaBusinessId?: string | null | undefined;
9607
+ wabaExternalId?: string | null | undefined;
9608
+ phoneNumberId?: string | null | undefined;
9609
+ email?: string | null | undefined;
9610
+ clientId?: string | null | undefined;
9611
+ channelId?: string | null | undefined;
9612
+ waapiInstanceId?: string | null | undefined;
9613
+ qr?: string | null | undefined;
9614
+ status?: "active" | "pending" | "waapi-qr" | undefined;
9481
9615
  apiKey?: string | undefined;
9482
9616
  tier?: "basic" | "regular" | "premium" | undefined;
9617
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
9483
9618
  } | undefined;
9484
9619
  vonageCredentials?: {
9485
9620
  apiKey: string;
@@ -10126,15 +10261,18 @@ export declare const viberContract: {
10126
10261
  additionalCredentials?: any;
10127
10262
  senderId?: string | undefined;
10128
10263
  whatsapp?: {
10129
- email: string;
10130
- wabaExternalId: string;
10131
- phoneNumberId: string;
10132
- wabaBusinessId?: string | undefined;
10133
- clientId?: string | undefined;
10134
- channelId?: string | undefined;
10135
- status?: "active" | "pending" | undefined;
10264
+ wabaBusinessId?: string | null | undefined;
10265
+ wabaExternalId?: string | null | undefined;
10266
+ phoneNumberId?: string | null | undefined;
10267
+ email?: string | null | undefined;
10268
+ clientId?: string | null | undefined;
10269
+ channelId?: string | null | undefined;
10270
+ waapiInstanceId?: string | null | undefined;
10271
+ qr?: string | null | undefined;
10272
+ status?: "active" | "pending" | "waapi-qr" | undefined;
10136
10273
  apiKey?: string | undefined;
10137
10274
  tier?: "basic" | "regular" | "premium" | undefined;
10275
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
10138
10276
  } | undefined;
10139
10277
  vonageCredentials?: {
10140
10278
  apiKey: string;
@@ -10306,6 +10444,7 @@ export declare const viberContract: {
10306
10444
  dateValue: Date | null;
10307
10445
  uploads: {
10308
10446
  id: string;
10447
+ status: string | null;
10309
10448
  createdAt: Date;
10310
10449
  updatedAt: Date;
10311
10450
  deletedAt: Date | null;
@@ -10314,7 +10453,6 @@ export declare const viberContract: {
10314
10453
  bucketName: string;
10315
10454
  fileSize: number;
10316
10455
  fileUrl: string | null;
10317
- status?: string | undefined;
10318
10456
  }[];
10319
10457
  }[];
10320
10458
  company: {
@@ -10550,15 +10688,18 @@ export declare const viberContract: {
10550
10688
  additionalCredentials?: any;
10551
10689
  senderId?: string | undefined;
10552
10690
  whatsapp?: {
10553
- email: string;
10554
- wabaExternalId: string;
10555
- phoneNumberId: string;
10556
- wabaBusinessId?: string | undefined;
10557
- clientId?: string | undefined;
10558
- channelId?: string | undefined;
10559
- status?: "active" | "pending" | undefined;
10691
+ wabaBusinessId?: string | null | undefined;
10692
+ wabaExternalId?: string | null | undefined;
10693
+ phoneNumberId?: string | null | undefined;
10694
+ email?: string | null | undefined;
10695
+ clientId?: string | null | undefined;
10696
+ channelId?: string | null | undefined;
10697
+ waapiInstanceId?: string | null | undefined;
10698
+ qr?: string | null | undefined;
10699
+ status?: "active" | "pending" | "waapi-qr" | undefined;
10560
10700
  apiKey?: string | undefined;
10561
10701
  tier?: "basic" | "regular" | "premium" | undefined;
10702
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
10562
10703
  } | undefined;
10563
10704
  vonageCredentials?: {
10564
10705
  apiKey: string;
@@ -10730,6 +10871,7 @@ export declare const viberContract: {
10730
10871
  dateValue: Date | null;
10731
10872
  uploads: {
10732
10873
  id: string;
10874
+ status: string | null;
10733
10875
  createdAt: Date;
10734
10876
  updatedAt: Date;
10735
10877
  deletedAt: Date | null;
@@ -10738,7 +10880,6 @@ export declare const viberContract: {
10738
10880
  bucketName: string;
10739
10881
  fileSize: number;
10740
10882
  fileUrl: string | null;
10741
- status?: string | undefined;
10742
10883
  }[];
10743
10884
  }[];
10744
10885
  company: {
@@ -10971,9 +11112,10 @@ export declare const viberContract: {
10971
11112
  fileSize: z.ZodNumber;
10972
11113
  fileKey: z.ZodString;
10973
11114
  fileUrl: z.ZodNullable<z.ZodString>;
10974
- status: z.ZodOptional<z.ZodString>;
11115
+ status: z.ZodNullable<z.ZodString>;
10975
11116
  }, "strip", z.ZodTypeAny, {
10976
11117
  id: string;
11118
+ status: string | null;
10977
11119
  createdAt: Date;
10978
11120
  updatedAt: Date;
10979
11121
  deletedAt: Date | null;
@@ -10982,9 +11124,9 @@ export declare const viberContract: {
10982
11124
  bucketName: string;
10983
11125
  fileSize: number;
10984
11126
  fileUrl: string | null;
10985
- status?: string | undefined;
10986
11127
  }, {
10987
11128
  id: string;
11129
+ status: string | null;
10988
11130
  createdAt: Date;
10989
11131
  updatedAt: Date;
10990
11132
  deletedAt: Date | null;
@@ -10993,7 +11135,6 @@ export declare const viberContract: {
10993
11135
  bucketName: string;
10994
11136
  fileSize: number;
10995
11137
  fileUrl: string | null;
10996
- status?: string | undefined;
10997
11138
  }>;
10998
11139
  repliedMessage: z.ZodLazy<z.ZodObject<{
10999
11140
  id: z.ZodString;
@@ -11002,7 +11143,7 @@ export declare const viberContract: {
11002
11143
  deletedAt: z.ZodNullable<z.ZodDate>;
11003
11144
  message: z.ZodString;
11004
11145
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
11005
- 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", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
11146
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "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"]>;
11006
11147
  readAt: z.ZodDate;
11007
11148
  metadata: z.ZodAny;
11008
11149
  platformId: z.ZodString;
@@ -11023,9 +11164,10 @@ export declare const viberContract: {
11023
11164
  fileSize: z.ZodNumber;
11024
11165
  fileKey: z.ZodString;
11025
11166
  fileUrl: z.ZodNullable<z.ZodString>;
11026
- status: z.ZodOptional<z.ZodString>;
11167
+ status: z.ZodNullable<z.ZodString>;
11027
11168
  }, "strip", z.ZodTypeAny, {
11028
11169
  id: string;
11170
+ status: string | null;
11029
11171
  createdAt: Date;
11030
11172
  updatedAt: Date;
11031
11173
  deletedAt: Date | null;
@@ -11034,9 +11176,9 @@ export declare const viberContract: {
11034
11176
  bucketName: string;
11035
11177
  fileSize: number;
11036
11178
  fileUrl: string | null;
11037
- status?: string | undefined;
11038
11179
  }, {
11039
11180
  id: string;
11181
+ status: string | null;
11040
11182
  createdAt: Date;
11041
11183
  updatedAt: Date;
11042
11184
  deletedAt: Date | null;
@@ -11045,7 +11187,6 @@ export declare const viberContract: {
11045
11187
  bucketName: string;
11046
11188
  fileSize: number;
11047
11189
  fileUrl: string | null;
11048
- status?: string | undefined;
11049
11190
  }>;
11050
11191
  actor: z.ZodObject<{
11051
11192
  id: z.ZodString;
@@ -11660,7 +11801,7 @@ export declare const viberContract: {
11660
11801
  };
11661
11802
  }>;
11662
11803
  }, "strip", z.ZodTypeAny, {
11663
- 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" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11804
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "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";
11664
11805
  message: string;
11665
11806
  id: string;
11666
11807
  url: string;
@@ -11714,6 +11855,7 @@ export declare const viberContract: {
11714
11855
  };
11715
11856
  upload: {
11716
11857
  id: string;
11858
+ status: string | null;
11717
11859
  createdAt: Date;
11718
11860
  updatedAt: Date;
11719
11861
  deletedAt: Date | null;
@@ -11722,7 +11864,6 @@ export declare const viberContract: {
11722
11864
  bucketName: string;
11723
11865
  fileSize: number;
11724
11866
  fileUrl: string | null;
11725
- status?: string | undefined;
11726
11867
  };
11727
11868
  assignee: {
11728
11869
  id: string;
@@ -11822,7 +11963,7 @@ export declare const viberContract: {
11822
11963
  metadata?: any;
11823
11964
  template?: any;
11824
11965
  }, {
11825
- 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" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11966
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "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";
11826
11967
  message: string;
11827
11968
  id: string;
11828
11969
  url: string;
@@ -11876,6 +12017,7 @@ export declare const viberContract: {
11876
12017
  };
11877
12018
  upload: {
11878
12019
  id: string;
12020
+ status: string | null;
11879
12021
  createdAt: Date;
11880
12022
  updatedAt: Date;
11881
12023
  deletedAt: Date | null;
@@ -11884,7 +12026,6 @@ export declare const viberContract: {
11884
12026
  bucketName: string;
11885
12027
  fileSize: number;
11886
12028
  fileUrl: string | null;
11887
- status?: string | undefined;
11888
12029
  };
11889
12030
  assignee: {
11890
12031
  id: string;
@@ -12624,7 +12765,7 @@ export declare const viberContract: {
12624
12765
  editedMessageid: z.ZodString;
12625
12766
  label: z.ZodOptional<z.ZodString>;
12626
12767
  }, "strip", z.ZodTypeAny, {
12627
- 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" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
12768
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "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";
12628
12769
  message: string;
12629
12770
  id: string;
12630
12771
  url: string;
@@ -12678,6 +12819,7 @@ export declare const viberContract: {
12678
12819
  };
12679
12820
  upload: {
12680
12821
  id: string;
12822
+ status: string | null;
12681
12823
  createdAt: Date;
12682
12824
  updatedAt: Date;
12683
12825
  deletedAt: Date | null;
@@ -12686,7 +12828,6 @@ export declare const viberContract: {
12686
12828
  bucketName: string;
12687
12829
  fileSize: number;
12688
12830
  fileUrl: string | null;
12689
- status?: string | undefined;
12690
12831
  };
12691
12832
  assignee: {
12692
12833
  id: string;
@@ -12747,15 +12888,18 @@ export declare const viberContract: {
12747
12888
  additionalCredentials?: any;
12748
12889
  senderId?: string | undefined;
12749
12890
  whatsapp?: {
12750
- email: string;
12751
- wabaExternalId: string;
12752
- phoneNumberId: string;
12753
- wabaBusinessId?: string | undefined;
12754
- clientId?: string | undefined;
12755
- channelId?: string | undefined;
12756
- status?: "active" | "pending" | undefined;
12891
+ wabaBusinessId?: string | null | undefined;
12892
+ wabaExternalId?: string | null | undefined;
12893
+ phoneNumberId?: string | null | undefined;
12894
+ email?: string | null | undefined;
12895
+ clientId?: string | null | undefined;
12896
+ channelId?: string | null | undefined;
12897
+ waapiInstanceId?: string | null | undefined;
12898
+ qr?: string | null | undefined;
12899
+ status?: "active" | "pending" | "waapi-qr" | undefined;
12757
12900
  apiKey?: string | undefined;
12758
12901
  tier?: "basic" | "regular" | "premium" | undefined;
12902
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
12759
12903
  } | undefined;
12760
12904
  vonageCredentials?: {
12761
12905
  apiKey: string;
@@ -12927,6 +13071,7 @@ export declare const viberContract: {
12927
13071
  dateValue: Date | null;
12928
13072
  uploads: {
12929
13073
  id: string;
13074
+ status: string | null;
12930
13075
  createdAt: Date;
12931
13076
  updatedAt: Date;
12932
13077
  deletedAt: Date | null;
@@ -12935,7 +13080,6 @@ export declare const viberContract: {
12935
13080
  bucketName: string;
12936
13081
  fileSize: number;
12937
13082
  fileUrl: string | null;
12938
- status?: string | undefined;
12939
13083
  }[];
12940
13084
  }[];
12941
13085
  company: {
@@ -13174,7 +13318,7 @@ export declare const viberContract: {
13174
13318
  previewUrl: string;
13175
13319
  imageSetId: string;
13176
13320
  repliedMessage: {
13177
- 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" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13321
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "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";
13178
13322
  message: string;
13179
13323
  id: string;
13180
13324
  url: string;
@@ -13228,6 +13372,7 @@ export declare const viberContract: {
13228
13372
  };
13229
13373
  upload: {
13230
13374
  id: string;
13375
+ status: string | null;
13231
13376
  createdAt: Date;
13232
13377
  updatedAt: Date;
13233
13378
  deletedAt: Date | null;
@@ -13236,7 +13381,6 @@ export declare const viberContract: {
13236
13381
  bucketName: string;
13237
13382
  fileSize: number;
13238
13383
  fileUrl: string | null;
13239
- status?: string | undefined;
13240
13384
  };
13241
13385
  assignee: {
13242
13386
  id: string;
@@ -13385,7 +13529,7 @@ export declare const viberContract: {
13385
13529
  template?: any;
13386
13530
  label?: string | undefined;
13387
13531
  }, {
13388
- 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" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13532
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "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";
13389
13533
  message: string;
13390
13534
  id: string;
13391
13535
  url: string;
@@ -13439,6 +13583,7 @@ export declare const viberContract: {
13439
13583
  };
13440
13584
  upload: {
13441
13585
  id: string;
13586
+ status: string | null;
13442
13587
  createdAt: Date;
13443
13588
  updatedAt: Date;
13444
13589
  deletedAt: Date | null;
@@ -13447,7 +13592,6 @@ export declare const viberContract: {
13447
13592
  bucketName: string;
13448
13593
  fileSize: number;
13449
13594
  fileUrl: string | null;
13450
- status?: string | undefined;
13451
13595
  };
13452
13596
  assignee: {
13453
13597
  id: string;
@@ -13508,15 +13652,18 @@ export declare const viberContract: {
13508
13652
  additionalCredentials?: any;
13509
13653
  senderId?: string | undefined;
13510
13654
  whatsapp?: {
13511
- email: string;
13512
- wabaExternalId: string;
13513
- phoneNumberId: string;
13514
- wabaBusinessId?: string | undefined;
13515
- clientId?: string | undefined;
13516
- channelId?: string | undefined;
13517
- status?: "active" | "pending" | undefined;
13655
+ wabaBusinessId?: string | null | undefined;
13656
+ wabaExternalId?: string | null | undefined;
13657
+ phoneNumberId?: string | null | undefined;
13658
+ email?: string | null | undefined;
13659
+ clientId?: string | null | undefined;
13660
+ channelId?: string | null | undefined;
13661
+ waapiInstanceId?: string | null | undefined;
13662
+ qr?: string | null | undefined;
13663
+ status?: "active" | "pending" | "waapi-qr" | undefined;
13518
13664
  apiKey?: string | undefined;
13519
13665
  tier?: "basic" | "regular" | "premium" | undefined;
13666
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
13520
13667
  } | undefined;
13521
13668
  vonageCredentials?: {
13522
13669
  apiKey: string;
@@ -13688,6 +13835,7 @@ export declare const viberContract: {
13688
13835
  dateValue: Date | null;
13689
13836
  uploads: {
13690
13837
  id: string;
13838
+ status: string | null;
13691
13839
  createdAt: Date;
13692
13840
  updatedAt: Date;
13693
13841
  deletedAt: Date | null;
@@ -13696,7 +13844,6 @@ export declare const viberContract: {
13696
13844
  bucketName: string;
13697
13845
  fileSize: number;
13698
13846
  fileUrl: string | null;
13699
- status?: string | undefined;
13700
13847
  }[];
13701
13848
  }[];
13702
13849
  company: {
@@ -13935,7 +14082,7 @@ export declare const viberContract: {
13935
14082
  previewUrl: string;
13936
14083
  imageSetId: string;
13937
14084
  repliedMessage: {
13938
- 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" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14085
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "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";
13939
14086
  message: string;
13940
14087
  id: string;
13941
14088
  url: string;
@@ -13989,6 +14136,7 @@ export declare const viberContract: {
13989
14136
  };
13990
14137
  upload: {
13991
14138
  id: string;
14139
+ status: string | null;
13992
14140
  createdAt: Date;
13993
14141
  updatedAt: Date;
13994
14142
  deletedAt: Date | null;
@@ -13997,7 +14145,6 @@ export declare const viberContract: {
13997
14145
  bucketName: string;
13998
14146
  fileSize: number;
13999
14147
  fileUrl: string | null;
14000
- status?: string | undefined;
14001
14148
  };
14002
14149
  assignee: {
14003
14150
  id: string;
@@ -14147,7 +14294,7 @@ export declare const viberContract: {
14147
14294
  label?: string | undefined;
14148
14295
  }>>>;
14149
14296
  }, "strip", z.ZodTypeAny, {
14150
- 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" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14297
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "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";
14151
14298
  message: string;
14152
14299
  id: string;
14153
14300
  url: string;
@@ -14201,6 +14348,7 @@ export declare const viberContract: {
14201
14348
  };
14202
14349
  upload: {
14203
14350
  id: string;
14351
+ status: string | null;
14204
14352
  createdAt: Date;
14205
14353
  updatedAt: Date;
14206
14354
  deletedAt: Date | null;
@@ -14209,7 +14357,6 @@ export declare const viberContract: {
14209
14357
  bucketName: string;
14210
14358
  fileSize: number;
14211
14359
  fileUrl: string | null;
14212
- status?: string | undefined;
14213
14360
  };
14214
14361
  assignee: {
14215
14362
  id: string;
@@ -14270,15 +14417,18 @@ export declare const viberContract: {
14270
14417
  additionalCredentials?: any;
14271
14418
  senderId?: string | undefined;
14272
14419
  whatsapp?: {
14273
- email: string;
14274
- wabaExternalId: string;
14275
- phoneNumberId: string;
14276
- wabaBusinessId?: string | undefined;
14277
- clientId?: string | undefined;
14278
- channelId?: string | undefined;
14279
- status?: "active" | "pending" | undefined;
14420
+ wabaBusinessId?: string | null | undefined;
14421
+ wabaExternalId?: string | null | undefined;
14422
+ phoneNumberId?: string | null | undefined;
14423
+ email?: string | null | undefined;
14424
+ clientId?: string | null | undefined;
14425
+ channelId?: string | null | undefined;
14426
+ waapiInstanceId?: string | null | undefined;
14427
+ qr?: string | null | undefined;
14428
+ status?: "active" | "pending" | "waapi-qr" | undefined;
14280
14429
  apiKey?: string | undefined;
14281
14430
  tier?: "basic" | "regular" | "premium" | undefined;
14431
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
14282
14432
  } | undefined;
14283
14433
  vonageCredentials?: {
14284
14434
  apiKey: string;
@@ -14450,6 +14600,7 @@ export declare const viberContract: {
14450
14600
  dateValue: Date | null;
14451
14601
  uploads: {
14452
14602
  id: string;
14603
+ status: string | null;
14453
14604
  createdAt: Date;
14454
14605
  updatedAt: Date;
14455
14606
  deletedAt: Date | null;
@@ -14458,7 +14609,6 @@ export declare const viberContract: {
14458
14609
  bucketName: string;
14459
14610
  fileSize: number;
14460
14611
  fileUrl: string | null;
14461
- status?: string | undefined;
14462
14612
  }[];
14463
14613
  }[];
14464
14614
  company: {
@@ -14697,7 +14847,7 @@ export declare const viberContract: {
14697
14847
  previewUrl: string;
14698
14848
  imageSetId: string;
14699
14849
  repliedMessage: {
14700
- 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" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14850
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "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";
14701
14851
  message: string;
14702
14852
  id: string;
14703
14853
  url: string;
@@ -14751,6 +14901,7 @@ export declare const viberContract: {
14751
14901
  };
14752
14902
  upload: {
14753
14903
  id: string;
14904
+ status: string | null;
14754
14905
  createdAt: Date;
14755
14906
  updatedAt: Date;
14756
14907
  deletedAt: Date | null;
@@ -14759,7 +14910,6 @@ export declare const viberContract: {
14759
14910
  bucketName: string;
14760
14911
  fileSize: number;
14761
14912
  fileUrl: string | null;
14762
- status?: string | undefined;
14763
14913
  };
14764
14914
  assignee: {
14765
14915
  id: string;
@@ -14908,7 +15058,7 @@ export declare const viberContract: {
14908
15058
  template?: any;
14909
15059
  metadata?: any;
14910
15060
  fromMessage?: {
14911
- 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" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15061
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "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";
14912
15062
  message: string;
14913
15063
  id: string;
14914
15064
  url: string;
@@ -14962,6 +15112,7 @@ export declare const viberContract: {
14962
15112
  };
14963
15113
  upload: {
14964
15114
  id: string;
15115
+ status: string | null;
14965
15116
  createdAt: Date;
14966
15117
  updatedAt: Date;
14967
15118
  deletedAt: Date | null;
@@ -14970,7 +15121,6 @@ export declare const viberContract: {
14970
15121
  bucketName: string;
14971
15122
  fileSize: number;
14972
15123
  fileUrl: string | null;
14973
- status?: string | undefined;
14974
15124
  };
14975
15125
  assignee: {
14976
15126
  id: string;
@@ -15031,15 +15181,18 @@ export declare const viberContract: {
15031
15181
  additionalCredentials?: any;
15032
15182
  senderId?: string | undefined;
15033
15183
  whatsapp?: {
15034
- email: string;
15035
- wabaExternalId: string;
15036
- phoneNumberId: string;
15037
- wabaBusinessId?: string | undefined;
15038
- clientId?: string | undefined;
15039
- channelId?: string | undefined;
15040
- status?: "active" | "pending" | undefined;
15184
+ wabaBusinessId?: string | null | undefined;
15185
+ wabaExternalId?: string | null | undefined;
15186
+ phoneNumberId?: string | null | undefined;
15187
+ email?: string | null | undefined;
15188
+ clientId?: string | null | undefined;
15189
+ channelId?: string | null | undefined;
15190
+ waapiInstanceId?: string | null | undefined;
15191
+ qr?: string | null | undefined;
15192
+ status?: "active" | "pending" | "waapi-qr" | undefined;
15041
15193
  apiKey?: string | undefined;
15042
15194
  tier?: "basic" | "regular" | "premium" | undefined;
15195
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
15043
15196
  } | undefined;
15044
15197
  vonageCredentials?: {
15045
15198
  apiKey: string;
@@ -15211,6 +15364,7 @@ export declare const viberContract: {
15211
15364
  dateValue: Date | null;
15212
15365
  uploads: {
15213
15366
  id: string;
15367
+ status: string | null;
15214
15368
  createdAt: Date;
15215
15369
  updatedAt: Date;
15216
15370
  deletedAt: Date | null;
@@ -15219,7 +15373,6 @@ export declare const viberContract: {
15219
15373
  bucketName: string;
15220
15374
  fileSize: number;
15221
15375
  fileUrl: string | null;
15222
- status?: string | undefined;
15223
15376
  }[];
15224
15377
  }[];
15225
15378
  company: {
@@ -15458,7 +15611,7 @@ export declare const viberContract: {
15458
15611
  previewUrl: string;
15459
15612
  imageSetId: string;
15460
15613
  repliedMessage: {
15461
- 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" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15614
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "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";
15462
15615
  message: string;
15463
15616
  id: string;
15464
15617
  url: string;
@@ -15512,6 +15665,7 @@ export declare const viberContract: {
15512
15665
  };
15513
15666
  upload: {
15514
15667
  id: string;
15668
+ status: string | null;
15515
15669
  createdAt: Date;
15516
15670
  updatedAt: Date;
15517
15671
  deletedAt: Date | null;
@@ -15520,7 +15674,6 @@ export declare const viberContract: {
15520
15674
  bucketName: string;
15521
15675
  fileSize: number;
15522
15676
  fileUrl: string | null;
15523
- status?: string | undefined;
15524
15677
  };
15525
15678
  assignee: {
15526
15679
  id: string;
@@ -15670,7 +15823,7 @@ export declare const viberContract: {
15670
15823
  label?: string | undefined;
15671
15824
  } | null | undefined;
15672
15825
  }, {
15673
- 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" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15826
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "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";
15674
15827
  message: string;
15675
15828
  id: string;
15676
15829
  url: string;
@@ -15724,6 +15877,7 @@ export declare const viberContract: {
15724
15877
  };
15725
15878
  upload: {
15726
15879
  id: string;
15880
+ status: string | null;
15727
15881
  createdAt: Date;
15728
15882
  updatedAt: Date;
15729
15883
  deletedAt: Date | null;
@@ -15732,7 +15886,6 @@ export declare const viberContract: {
15732
15886
  bucketName: string;
15733
15887
  fileSize: number;
15734
15888
  fileUrl: string | null;
15735
- status?: string | undefined;
15736
15889
  };
15737
15890
  assignee: {
15738
15891
  id: string;
@@ -15793,15 +15946,18 @@ export declare const viberContract: {
15793
15946
  additionalCredentials?: any;
15794
15947
  senderId?: string | undefined;
15795
15948
  whatsapp?: {
15796
- email: string;
15797
- wabaExternalId: string;
15798
- phoneNumberId: string;
15799
- wabaBusinessId?: string | undefined;
15800
- clientId?: string | undefined;
15801
- channelId?: string | undefined;
15802
- status?: "active" | "pending" | undefined;
15949
+ wabaBusinessId?: string | null | undefined;
15950
+ wabaExternalId?: string | null | undefined;
15951
+ phoneNumberId?: string | null | undefined;
15952
+ email?: string | null | undefined;
15953
+ clientId?: string | null | undefined;
15954
+ channelId?: string | null | undefined;
15955
+ waapiInstanceId?: string | null | undefined;
15956
+ qr?: string | null | undefined;
15957
+ status?: "active" | "pending" | "waapi-qr" | undefined;
15803
15958
  apiKey?: string | undefined;
15804
15959
  tier?: "basic" | "regular" | "premium" | undefined;
15960
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
15805
15961
  } | undefined;
15806
15962
  vonageCredentials?: {
15807
15963
  apiKey: string;
@@ -15973,6 +16129,7 @@ export declare const viberContract: {
15973
16129
  dateValue: Date | null;
15974
16130
  uploads: {
15975
16131
  id: string;
16132
+ status: string | null;
15976
16133
  createdAt: Date;
15977
16134
  updatedAt: Date;
15978
16135
  deletedAt: Date | null;
@@ -15981,7 +16138,6 @@ export declare const viberContract: {
15981
16138
  bucketName: string;
15982
16139
  fileSize: number;
15983
16140
  fileUrl: string | null;
15984
- status?: string | undefined;
15985
16141
  }[];
15986
16142
  }[];
15987
16143
  company: {
@@ -16220,7 +16376,7 @@ export declare const viberContract: {
16220
16376
  previewUrl: string;
16221
16377
  imageSetId: string;
16222
16378
  repliedMessage: {
16223
- 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" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16379
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "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";
16224
16380
  message: string;
16225
16381
  id: string;
16226
16382
  url: string;
@@ -16274,6 +16430,7 @@ export declare const viberContract: {
16274
16430
  };
16275
16431
  upload: {
16276
16432
  id: string;
16433
+ status: string | null;
16277
16434
  createdAt: Date;
16278
16435
  updatedAt: Date;
16279
16436
  deletedAt: Date | null;
@@ -16282,7 +16439,6 @@ export declare const viberContract: {
16282
16439
  bucketName: string;
16283
16440
  fileSize: number;
16284
16441
  fileUrl: string | null;
16285
- status?: string | undefined;
16286
16442
  };
16287
16443
  assignee: {
16288
16444
  id: string;
@@ -16431,7 +16587,7 @@ export declare const viberContract: {
16431
16587
  template?: any;
16432
16588
  metadata?: any;
16433
16589
  fromMessage?: {
16434
- 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" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16590
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "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";
16435
16591
  message: string;
16436
16592
  id: string;
16437
16593
  url: string;
@@ -16485,6 +16641,7 @@ export declare const viberContract: {
16485
16641
  };
16486
16642
  upload: {
16487
16643
  id: string;
16644
+ status: string | null;
16488
16645
  createdAt: Date;
16489
16646
  updatedAt: Date;
16490
16647
  deletedAt: Date | null;
@@ -16493,7 +16650,6 @@ export declare const viberContract: {
16493
16650
  bucketName: string;
16494
16651
  fileSize: number;
16495
16652
  fileUrl: string | null;
16496
- status?: string | undefined;
16497
16653
  };
16498
16654
  assignee: {
16499
16655
  id: string;
@@ -16554,15 +16710,18 @@ export declare const viberContract: {
16554
16710
  additionalCredentials?: any;
16555
16711
  senderId?: string | undefined;
16556
16712
  whatsapp?: {
16557
- email: string;
16558
- wabaExternalId: string;
16559
- phoneNumberId: string;
16560
- wabaBusinessId?: string | undefined;
16561
- clientId?: string | undefined;
16562
- channelId?: string | undefined;
16563
- status?: "active" | "pending" | undefined;
16713
+ wabaBusinessId?: string | null | undefined;
16714
+ wabaExternalId?: string | null | undefined;
16715
+ phoneNumberId?: string | null | undefined;
16716
+ email?: string | null | undefined;
16717
+ clientId?: string | null | undefined;
16718
+ channelId?: string | null | undefined;
16719
+ waapiInstanceId?: string | null | undefined;
16720
+ qr?: string | null | undefined;
16721
+ status?: "active" | "pending" | "waapi-qr" | undefined;
16564
16722
  apiKey?: string | undefined;
16565
16723
  tier?: "basic" | "regular" | "premium" | undefined;
16724
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
16566
16725
  } | undefined;
16567
16726
  vonageCredentials?: {
16568
16727
  apiKey: string;
@@ -16734,6 +16893,7 @@ export declare const viberContract: {
16734
16893
  dateValue: Date | null;
16735
16894
  uploads: {
16736
16895
  id: string;
16896
+ status: string | null;
16737
16897
  createdAt: Date;
16738
16898
  updatedAt: Date;
16739
16899
  deletedAt: Date | null;
@@ -16742,7 +16902,6 @@ export declare const viberContract: {
16742
16902
  bucketName: string;
16743
16903
  fileSize: number;
16744
16904
  fileUrl: string | null;
16745
- status?: string | undefined;
16746
16905
  }[];
16747
16906
  }[];
16748
16907
  company: {
@@ -16981,7 +17140,7 @@ export declare const viberContract: {
16981
17140
  previewUrl: string;
16982
17141
  imageSetId: string;
16983
17142
  repliedMessage: {
16984
- 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" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17143
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "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";
16985
17144
  message: string;
16986
17145
  id: string;
16987
17146
  url: string;
@@ -17035,6 +17194,7 @@ export declare const viberContract: {
17035
17194
  };
17036
17195
  upload: {
17037
17196
  id: string;
17197
+ status: string | null;
17038
17198
  createdAt: Date;
17039
17199
  updatedAt: Date;
17040
17200
  deletedAt: Date | null;
@@ -17043,7 +17203,6 @@ export declare const viberContract: {
17043
17203
  bucketName: string;
17044
17204
  fileSize: number;
17045
17205
  fileUrl: string | null;
17046
- status?: string | undefined;
17047
17206
  };
17048
17207
  assignee: {
17049
17208
  id: string;
@@ -17195,7 +17354,7 @@ export declare const viberContract: {
17195
17354
  }>;
17196
17355
  }, "strip", z.ZodTypeAny, {
17197
17356
  data: {
17198
- 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" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17357
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "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";
17199
17358
  message: string;
17200
17359
  id: string;
17201
17360
  url: string;
@@ -17249,6 +17408,7 @@ export declare const viberContract: {
17249
17408
  };
17250
17409
  upload: {
17251
17410
  id: string;
17411
+ status: string | null;
17252
17412
  createdAt: Date;
17253
17413
  updatedAt: Date;
17254
17414
  deletedAt: Date | null;
@@ -17257,7 +17417,6 @@ export declare const viberContract: {
17257
17417
  bucketName: string;
17258
17418
  fileSize: number;
17259
17419
  fileUrl: string | null;
17260
- status?: string | undefined;
17261
17420
  };
17262
17421
  assignee: {
17263
17422
  id: string;
@@ -17318,15 +17477,18 @@ export declare const viberContract: {
17318
17477
  additionalCredentials?: any;
17319
17478
  senderId?: string | undefined;
17320
17479
  whatsapp?: {
17321
- email: string;
17322
- wabaExternalId: string;
17323
- phoneNumberId: string;
17324
- wabaBusinessId?: string | undefined;
17325
- clientId?: string | undefined;
17326
- channelId?: string | undefined;
17327
- status?: "active" | "pending" | undefined;
17480
+ wabaBusinessId?: string | null | undefined;
17481
+ wabaExternalId?: string | null | undefined;
17482
+ phoneNumberId?: string | null | undefined;
17483
+ email?: string | null | undefined;
17484
+ clientId?: string | null | undefined;
17485
+ channelId?: string | null | undefined;
17486
+ waapiInstanceId?: string | null | undefined;
17487
+ qr?: string | null | undefined;
17488
+ status?: "active" | "pending" | "waapi-qr" | undefined;
17328
17489
  apiKey?: string | undefined;
17329
17490
  tier?: "basic" | "regular" | "premium" | undefined;
17491
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
17330
17492
  } | undefined;
17331
17493
  vonageCredentials?: {
17332
17494
  apiKey: string;
@@ -17498,6 +17660,7 @@ export declare const viberContract: {
17498
17660
  dateValue: Date | null;
17499
17661
  uploads: {
17500
17662
  id: string;
17663
+ status: string | null;
17501
17664
  createdAt: Date;
17502
17665
  updatedAt: Date;
17503
17666
  deletedAt: Date | null;
@@ -17506,7 +17669,6 @@ export declare const viberContract: {
17506
17669
  bucketName: string;
17507
17670
  fileSize: number;
17508
17671
  fileUrl: string | null;
17509
- status?: string | undefined;
17510
17672
  }[];
17511
17673
  }[];
17512
17674
  company: {
@@ -17745,7 +17907,7 @@ export declare const viberContract: {
17745
17907
  previewUrl: string;
17746
17908
  imageSetId: string;
17747
17909
  repliedMessage: {
17748
- 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" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17910
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "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";
17749
17911
  message: string;
17750
17912
  id: string;
17751
17913
  url: string;
@@ -17799,6 +17961,7 @@ export declare const viberContract: {
17799
17961
  };
17800
17962
  upload: {
17801
17963
  id: string;
17964
+ status: string | null;
17802
17965
  createdAt: Date;
17803
17966
  updatedAt: Date;
17804
17967
  deletedAt: Date | null;
@@ -17807,7 +17970,6 @@ export declare const viberContract: {
17807
17970
  bucketName: string;
17808
17971
  fileSize: number;
17809
17972
  fileUrl: string | null;
17810
- status?: string | undefined;
17811
17973
  };
17812
17974
  assignee: {
17813
17975
  id: string;
@@ -17956,7 +18118,7 @@ export declare const viberContract: {
17956
18118
  template?: any;
17957
18119
  metadata?: any;
17958
18120
  fromMessage?: {
17959
- 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" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18121
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "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";
17960
18122
  message: string;
17961
18123
  id: string;
17962
18124
  url: string;
@@ -18010,6 +18172,7 @@ export declare const viberContract: {
18010
18172
  };
18011
18173
  upload: {
18012
18174
  id: string;
18175
+ status: string | null;
18013
18176
  createdAt: Date;
18014
18177
  updatedAt: Date;
18015
18178
  deletedAt: Date | null;
@@ -18018,7 +18181,6 @@ export declare const viberContract: {
18018
18181
  bucketName: string;
18019
18182
  fileSize: number;
18020
18183
  fileUrl: string | null;
18021
- status?: string | undefined;
18022
18184
  };
18023
18185
  assignee: {
18024
18186
  id: string;
@@ -18079,15 +18241,18 @@ export declare const viberContract: {
18079
18241
  additionalCredentials?: any;
18080
18242
  senderId?: string | undefined;
18081
18243
  whatsapp?: {
18082
- email: string;
18083
- wabaExternalId: string;
18084
- phoneNumberId: string;
18085
- wabaBusinessId?: string | undefined;
18086
- clientId?: string | undefined;
18087
- channelId?: string | undefined;
18088
- status?: "active" | "pending" | undefined;
18244
+ wabaBusinessId?: string | null | undefined;
18245
+ wabaExternalId?: string | null | undefined;
18246
+ phoneNumberId?: string | null | undefined;
18247
+ email?: string | null | undefined;
18248
+ clientId?: string | null | undefined;
18249
+ channelId?: string | null | undefined;
18250
+ waapiInstanceId?: string | null | undefined;
18251
+ qr?: string | null | undefined;
18252
+ status?: "active" | "pending" | "waapi-qr" | undefined;
18089
18253
  apiKey?: string | undefined;
18090
18254
  tier?: "basic" | "regular" | "premium" | undefined;
18255
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
18091
18256
  } | undefined;
18092
18257
  vonageCredentials?: {
18093
18258
  apiKey: string;
@@ -18259,6 +18424,7 @@ export declare const viberContract: {
18259
18424
  dateValue: Date | null;
18260
18425
  uploads: {
18261
18426
  id: string;
18427
+ status: string | null;
18262
18428
  createdAt: Date;
18263
18429
  updatedAt: Date;
18264
18430
  deletedAt: Date | null;
@@ -18267,7 +18433,6 @@ export declare const viberContract: {
18267
18433
  bucketName: string;
18268
18434
  fileSize: number;
18269
18435
  fileUrl: string | null;
18270
- status?: string | undefined;
18271
18436
  }[];
18272
18437
  }[];
18273
18438
  company: {
@@ -18506,7 +18671,7 @@ export declare const viberContract: {
18506
18671
  previewUrl: string;
18507
18672
  imageSetId: string;
18508
18673
  repliedMessage: {
18509
- 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" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18674
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "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";
18510
18675
  message: string;
18511
18676
  id: string;
18512
18677
  url: string;
@@ -18560,6 +18725,7 @@ export declare const viberContract: {
18560
18725
  };
18561
18726
  upload: {
18562
18727
  id: string;
18728
+ status: string | null;
18563
18729
  createdAt: Date;
18564
18730
  updatedAt: Date;
18565
18731
  deletedAt: Date | null;
@@ -18568,7 +18734,6 @@ export declare const viberContract: {
18568
18734
  bucketName: string;
18569
18735
  fileSize: number;
18570
18736
  fileUrl: string | null;
18571
- status?: string | undefined;
18572
18737
  };
18573
18738
  assignee: {
18574
18739
  id: string;
@@ -18721,7 +18886,7 @@ export declare const viberContract: {
18721
18886
  requestId: string;
18722
18887
  }, {
18723
18888
  data: {
18724
- 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" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18889
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "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";
18725
18890
  message: string;
18726
18891
  id: string;
18727
18892
  url: string;
@@ -18775,6 +18940,7 @@ export declare const viberContract: {
18775
18940
  };
18776
18941
  upload: {
18777
18942
  id: string;
18943
+ status: string | null;
18778
18944
  createdAt: Date;
18779
18945
  updatedAt: Date;
18780
18946
  deletedAt: Date | null;
@@ -18783,7 +18949,6 @@ export declare const viberContract: {
18783
18949
  bucketName: string;
18784
18950
  fileSize: number;
18785
18951
  fileUrl: string | null;
18786
- status?: string | undefined;
18787
18952
  };
18788
18953
  assignee: {
18789
18954
  id: string;
@@ -18844,15 +19009,18 @@ export declare const viberContract: {
18844
19009
  additionalCredentials?: any;
18845
19010
  senderId?: string | undefined;
18846
19011
  whatsapp?: {
18847
- email: string;
18848
- wabaExternalId: string;
18849
- phoneNumberId: string;
18850
- wabaBusinessId?: string | undefined;
18851
- clientId?: string | undefined;
18852
- channelId?: string | undefined;
18853
- status?: "active" | "pending" | undefined;
19012
+ wabaBusinessId?: string | null | undefined;
19013
+ wabaExternalId?: string | null | undefined;
19014
+ phoneNumberId?: string | null | undefined;
19015
+ email?: string | null | undefined;
19016
+ clientId?: string | null | undefined;
19017
+ channelId?: string | null | undefined;
19018
+ waapiInstanceId?: string | null | undefined;
19019
+ qr?: string | null | undefined;
19020
+ status?: "active" | "pending" | "waapi-qr" | undefined;
18854
19021
  apiKey?: string | undefined;
18855
19022
  tier?: "basic" | "regular" | "premium" | undefined;
19023
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
18856
19024
  } | undefined;
18857
19025
  vonageCredentials?: {
18858
19026
  apiKey: string;
@@ -19024,6 +19192,7 @@ export declare const viberContract: {
19024
19192
  dateValue: Date | null;
19025
19193
  uploads: {
19026
19194
  id: string;
19195
+ status: string | null;
19027
19196
  createdAt: Date;
19028
19197
  updatedAt: Date;
19029
19198
  deletedAt: Date | null;
@@ -19032,7 +19201,6 @@ export declare const viberContract: {
19032
19201
  bucketName: string;
19033
19202
  fileSize: number;
19034
19203
  fileUrl: string | null;
19035
- status?: string | undefined;
19036
19204
  }[];
19037
19205
  }[];
19038
19206
  company: {
@@ -19271,7 +19439,7 @@ export declare const viberContract: {
19271
19439
  previewUrl: string;
19272
19440
  imageSetId: string;
19273
19441
  repliedMessage: {
19274
- 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" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19442
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "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";
19275
19443
  message: string;
19276
19444
  id: string;
19277
19445
  url: string;
@@ -19325,6 +19493,7 @@ export declare const viberContract: {
19325
19493
  };
19326
19494
  upload: {
19327
19495
  id: string;
19496
+ status: string | null;
19328
19497
  createdAt: Date;
19329
19498
  updatedAt: Date;
19330
19499
  deletedAt: Date | null;
@@ -19333,7 +19502,6 @@ export declare const viberContract: {
19333
19502
  bucketName: string;
19334
19503
  fileSize: number;
19335
19504
  fileUrl: string | null;
19336
- status?: string | undefined;
19337
19505
  };
19338
19506
  assignee: {
19339
19507
  id: string;
@@ -19482,7 +19650,7 @@ export declare const viberContract: {
19482
19650
  template?: any;
19483
19651
  metadata?: any;
19484
19652
  fromMessage?: {
19485
- 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" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19653
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "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";
19486
19654
  message: string;
19487
19655
  id: string;
19488
19656
  url: string;
@@ -19536,6 +19704,7 @@ export declare const viberContract: {
19536
19704
  };
19537
19705
  upload: {
19538
19706
  id: string;
19707
+ status: string | null;
19539
19708
  createdAt: Date;
19540
19709
  updatedAt: Date;
19541
19710
  deletedAt: Date | null;
@@ -19544,7 +19713,6 @@ export declare const viberContract: {
19544
19713
  bucketName: string;
19545
19714
  fileSize: number;
19546
19715
  fileUrl: string | null;
19547
- status?: string | undefined;
19548
19716
  };
19549
19717
  assignee: {
19550
19718
  id: string;
@@ -19605,15 +19773,18 @@ export declare const viberContract: {
19605
19773
  additionalCredentials?: any;
19606
19774
  senderId?: string | undefined;
19607
19775
  whatsapp?: {
19608
- email: string;
19609
- wabaExternalId: string;
19610
- phoneNumberId: string;
19611
- wabaBusinessId?: string | undefined;
19612
- clientId?: string | undefined;
19613
- channelId?: string | undefined;
19614
- status?: "active" | "pending" | undefined;
19776
+ wabaBusinessId?: string | null | undefined;
19777
+ wabaExternalId?: string | null | undefined;
19778
+ phoneNumberId?: string | null | undefined;
19779
+ email?: string | null | undefined;
19780
+ clientId?: string | null | undefined;
19781
+ channelId?: string | null | undefined;
19782
+ waapiInstanceId?: string | null | undefined;
19783
+ qr?: string | null | undefined;
19784
+ status?: "active" | "pending" | "waapi-qr" | undefined;
19615
19785
  apiKey?: string | undefined;
19616
19786
  tier?: "basic" | "regular" | "premium" | undefined;
19787
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
19617
19788
  } | undefined;
19618
19789
  vonageCredentials?: {
19619
19790
  apiKey: string;
@@ -19785,6 +19956,7 @@ export declare const viberContract: {
19785
19956
  dateValue: Date | null;
19786
19957
  uploads: {
19787
19958
  id: string;
19959
+ status: string | null;
19788
19960
  createdAt: Date;
19789
19961
  updatedAt: Date;
19790
19962
  deletedAt: Date | null;
@@ -19793,7 +19965,6 @@ export declare const viberContract: {
19793
19965
  bucketName: string;
19794
19966
  fileSize: number;
19795
19967
  fileUrl: string | null;
19796
- status?: string | undefined;
19797
19968
  }[];
19798
19969
  }[];
19799
19970
  company: {
@@ -20032,7 +20203,7 @@ export declare const viberContract: {
20032
20203
  previewUrl: string;
20033
20204
  imageSetId: string;
20034
20205
  repliedMessage: {
20035
- 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" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
20206
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "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";
20036
20207
  message: string;
20037
20208
  id: string;
20038
20209
  url: string;
@@ -20086,6 +20257,7 @@ export declare const viberContract: {
20086
20257
  };
20087
20258
  upload: {
20088
20259
  id: string;
20260
+ status: string | null;
20089
20261
  createdAt: Date;
20090
20262
  updatedAt: Date;
20091
20263
  deletedAt: Date | null;
@@ -20094,7 +20266,6 @@ export declare const viberContract: {
20094
20266
  bucketName: string;
20095
20267
  fileSize: number;
20096
20268
  fileUrl: string | null;
20097
- status?: string | undefined;
20098
20269
  };
20099
20270
  assignee: {
20100
20271
  id: string;
@@ -20288,35 +20459,44 @@ export declare const viberContract: {
20288
20459
  additionalCredentials: z.ZodOptional<z.ZodAny>;
20289
20460
  senderId: z.ZodOptional<z.ZodString>;
20290
20461
  whatsapp: z.ZodOptional<z.ZodObject<{
20291
- wabaBusinessId: z.ZodOptional<z.ZodString>;
20292
- wabaExternalId: z.ZodString;
20293
- phoneNumberId: z.ZodString;
20294
- email: z.ZodString;
20295
- clientId: z.ZodOptional<z.ZodString>;
20296
- channelId: z.ZodOptional<z.ZodString>;
20297
- status: z.ZodOptional<z.ZodEnum<["pending", "active"]>>;
20462
+ wabaBusinessId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20463
+ wabaExternalId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20464
+ phoneNumberId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20465
+ email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20466
+ clientId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20467
+ channelId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20468
+ waapiInstanceId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20469
+ qr: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20470
+ status: z.ZodOptional<z.ZodEnum<["waapi-qr", "pending", "active"]>>;
20298
20471
  apiKey: z.ZodOptional<z.ZodString>;
20299
20472
  tier: z.ZodOptional<z.ZodEnum<["basic", "regular", "premium"]>>;
20473
+ integrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"meta">, z.ZodLiteral<"360dialog">, z.ZodLiteral<"waapi">]>>;
20300
20474
  }, "strip", z.ZodTypeAny, {
20301
- email: string;
20302
- wabaExternalId: string;
20303
- phoneNumberId: string;
20304
- wabaBusinessId?: string | undefined;
20305
- clientId?: string | undefined;
20306
- channelId?: string | undefined;
20307
- status?: "active" | "pending" | undefined;
20475
+ wabaBusinessId?: string | null | undefined;
20476
+ wabaExternalId?: string | null | undefined;
20477
+ phoneNumberId?: string | null | undefined;
20478
+ email?: string | null | undefined;
20479
+ clientId?: string | null | undefined;
20480
+ channelId?: string | null | undefined;
20481
+ waapiInstanceId?: string | null | undefined;
20482
+ qr?: string | null | undefined;
20483
+ status?: "active" | "pending" | "waapi-qr" | undefined;
20308
20484
  apiKey?: string | undefined;
20309
20485
  tier?: "basic" | "regular" | "premium" | undefined;
20486
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
20310
20487
  }, {
20311
- email: string;
20312
- wabaExternalId: string;
20313
- phoneNumberId: string;
20314
- wabaBusinessId?: string | undefined;
20315
- clientId?: string | undefined;
20316
- channelId?: string | undefined;
20317
- status?: "active" | "pending" | undefined;
20488
+ wabaBusinessId?: string | null | undefined;
20489
+ wabaExternalId?: string | null | undefined;
20490
+ phoneNumberId?: string | null | undefined;
20491
+ email?: string | null | undefined;
20492
+ clientId?: string | null | undefined;
20493
+ channelId?: string | null | undefined;
20494
+ waapiInstanceId?: string | null | undefined;
20495
+ qr?: string | null | undefined;
20496
+ status?: "active" | "pending" | "waapi-qr" | undefined;
20318
20497
  apiKey?: string | undefined;
20319
20498
  tier?: "basic" | "regular" | "premium" | undefined;
20499
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
20320
20500
  }>>;
20321
20501
  vonageCredentials: z.ZodOptional<z.ZodObject<{
20322
20502
  mobileNumber: z.ZodString;
@@ -20342,15 +20522,18 @@ export declare const viberContract: {
20342
20522
  additionalCredentials?: any;
20343
20523
  senderId?: string | undefined;
20344
20524
  whatsapp?: {
20345
- email: string;
20346
- wabaExternalId: string;
20347
- phoneNumberId: string;
20348
- wabaBusinessId?: string | undefined;
20349
- clientId?: string | undefined;
20350
- channelId?: string | undefined;
20351
- status?: "active" | "pending" | undefined;
20525
+ wabaBusinessId?: string | null | undefined;
20526
+ wabaExternalId?: string | null | undefined;
20527
+ phoneNumberId?: string | null | undefined;
20528
+ email?: string | null | undefined;
20529
+ clientId?: string | null | undefined;
20530
+ channelId?: string | null | undefined;
20531
+ waapiInstanceId?: string | null | undefined;
20532
+ qr?: string | null | undefined;
20533
+ status?: "active" | "pending" | "waapi-qr" | undefined;
20352
20534
  apiKey?: string | undefined;
20353
20535
  tier?: "basic" | "regular" | "premium" | undefined;
20536
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
20354
20537
  } | undefined;
20355
20538
  vonageCredentials?: {
20356
20539
  apiKey: string;
@@ -20368,15 +20551,18 @@ export declare const viberContract: {
20368
20551
  additionalCredentials?: any;
20369
20552
  senderId?: string | undefined;
20370
20553
  whatsapp?: {
20371
- email: string;
20372
- wabaExternalId: string;
20373
- phoneNumberId: string;
20374
- wabaBusinessId?: string | undefined;
20375
- clientId?: string | undefined;
20376
- channelId?: string | undefined;
20377
- status?: "active" | "pending" | undefined;
20554
+ wabaBusinessId?: string | null | undefined;
20555
+ wabaExternalId?: string | null | undefined;
20556
+ phoneNumberId?: string | null | undefined;
20557
+ email?: string | null | undefined;
20558
+ clientId?: string | null | undefined;
20559
+ channelId?: string | null | undefined;
20560
+ waapiInstanceId?: string | null | undefined;
20561
+ qr?: string | null | undefined;
20562
+ status?: "active" | "pending" | "waapi-qr" | undefined;
20378
20563
  apiKey?: string | undefined;
20379
20564
  tier?: "basic" | "regular" | "premium" | undefined;
20565
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
20380
20566
  } | undefined;
20381
20567
  vonageCredentials?: {
20382
20568
  apiKey: string;
@@ -20628,15 +20814,18 @@ export declare const viberContract: {
20628
20814
  additionalCredentials?: any;
20629
20815
  senderId?: string | undefined;
20630
20816
  whatsapp?: {
20631
- email: string;
20632
- wabaExternalId: string;
20633
- phoneNumberId: string;
20634
- wabaBusinessId?: string | undefined;
20635
- clientId?: string | undefined;
20636
- channelId?: string | undefined;
20637
- status?: "active" | "pending" | undefined;
20817
+ wabaBusinessId?: string | null | undefined;
20818
+ wabaExternalId?: string | null | undefined;
20819
+ phoneNumberId?: string | null | undefined;
20820
+ email?: string | null | undefined;
20821
+ clientId?: string | null | undefined;
20822
+ channelId?: string | null | undefined;
20823
+ waapiInstanceId?: string | null | undefined;
20824
+ qr?: string | null | undefined;
20825
+ status?: "active" | "pending" | "waapi-qr" | undefined;
20638
20826
  apiKey?: string | undefined;
20639
20827
  tier?: "basic" | "regular" | "premium" | undefined;
20828
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
20640
20829
  } | undefined;
20641
20830
  vonageCredentials?: {
20642
20831
  apiKey: string;
@@ -20719,15 +20908,18 @@ export declare const viberContract: {
20719
20908
  additionalCredentials?: any;
20720
20909
  senderId?: string | undefined;
20721
20910
  whatsapp?: {
20722
- email: string;
20723
- wabaExternalId: string;
20724
- phoneNumberId: string;
20725
- wabaBusinessId?: string | undefined;
20726
- clientId?: string | undefined;
20727
- channelId?: string | undefined;
20728
- status?: "active" | "pending" | undefined;
20911
+ wabaBusinessId?: string | null | undefined;
20912
+ wabaExternalId?: string | null | undefined;
20913
+ phoneNumberId?: string | null | undefined;
20914
+ email?: string | null | undefined;
20915
+ clientId?: string | null | undefined;
20916
+ channelId?: string | null | undefined;
20917
+ waapiInstanceId?: string | null | undefined;
20918
+ qr?: string | null | undefined;
20919
+ status?: "active" | "pending" | "waapi-qr" | undefined;
20729
20920
  apiKey?: string | undefined;
20730
20921
  tier?: "basic" | "regular" | "premium" | undefined;
20922
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
20731
20923
  } | undefined;
20732
20924
  vonageCredentials?: {
20733
20925
  apiKey: string;
@@ -20812,15 +21004,18 @@ export declare const viberContract: {
20812
21004
  additionalCredentials?: any;
20813
21005
  senderId?: string | undefined;
20814
21006
  whatsapp?: {
20815
- email: string;
20816
- wabaExternalId: string;
20817
- phoneNumberId: string;
20818
- wabaBusinessId?: string | undefined;
20819
- clientId?: string | undefined;
20820
- channelId?: string | undefined;
20821
- status?: "active" | "pending" | undefined;
21007
+ wabaBusinessId?: string | null | undefined;
21008
+ wabaExternalId?: string | null | undefined;
21009
+ phoneNumberId?: string | null | undefined;
21010
+ email?: string | null | undefined;
21011
+ clientId?: string | null | undefined;
21012
+ channelId?: string | null | undefined;
21013
+ waapiInstanceId?: string | null | undefined;
21014
+ qr?: string | null | undefined;
21015
+ status?: "active" | "pending" | "waapi-qr" | undefined;
20822
21016
  apiKey?: string | undefined;
20823
21017
  tier?: "basic" | "regular" | "premium" | undefined;
21018
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
20824
21019
  } | undefined;
20825
21020
  vonageCredentials?: {
20826
21021
  apiKey: string;
@@ -20906,15 +21101,18 @@ export declare const viberContract: {
20906
21101
  additionalCredentials?: any;
20907
21102
  senderId?: string | undefined;
20908
21103
  whatsapp?: {
20909
- email: string;
20910
- wabaExternalId: string;
20911
- phoneNumberId: string;
20912
- wabaBusinessId?: string | undefined;
20913
- clientId?: string | undefined;
20914
- channelId?: string | undefined;
20915
- status?: "active" | "pending" | undefined;
21104
+ wabaBusinessId?: string | null | undefined;
21105
+ wabaExternalId?: string | null | undefined;
21106
+ phoneNumberId?: string | null | undefined;
21107
+ email?: string | null | undefined;
21108
+ clientId?: string | null | undefined;
21109
+ channelId?: string | null | undefined;
21110
+ waapiInstanceId?: string | null | undefined;
21111
+ qr?: string | null | undefined;
21112
+ status?: "active" | "pending" | "waapi-qr" | undefined;
20916
21113
  apiKey?: string | undefined;
20917
21114
  tier?: "basic" | "regular" | "premium" | undefined;
21115
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
20918
21116
  } | undefined;
20919
21117
  vonageCredentials?: {
20920
21118
  apiKey: string;
@@ -21036,35 +21234,44 @@ export declare const viberContract: {
21036
21234
  additionalCredentials: z.ZodOptional<z.ZodAny>;
21037
21235
  senderId: z.ZodOptional<z.ZodString>;
21038
21236
  whatsapp: z.ZodOptional<z.ZodObject<{
21039
- wabaBusinessId: z.ZodOptional<z.ZodString>;
21040
- wabaExternalId: z.ZodString;
21041
- phoneNumberId: z.ZodString;
21042
- email: z.ZodString;
21043
- clientId: z.ZodOptional<z.ZodString>;
21044
- channelId: z.ZodOptional<z.ZodString>;
21045
- status: z.ZodOptional<z.ZodEnum<["pending", "active"]>>;
21237
+ wabaBusinessId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
21238
+ wabaExternalId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
21239
+ phoneNumberId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
21240
+ email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
21241
+ clientId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
21242
+ channelId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
21243
+ waapiInstanceId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
21244
+ qr: z.ZodNullable<z.ZodOptional<z.ZodString>>;
21245
+ status: z.ZodOptional<z.ZodEnum<["waapi-qr", "pending", "active"]>>;
21046
21246
  apiKey: z.ZodOptional<z.ZodString>;
21047
21247
  tier: z.ZodOptional<z.ZodEnum<["basic", "regular", "premium"]>>;
21248
+ integrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"meta">, z.ZodLiteral<"360dialog">, z.ZodLiteral<"waapi">]>>;
21048
21249
  }, "strip", z.ZodTypeAny, {
21049
- email: string;
21050
- wabaExternalId: string;
21051
- phoneNumberId: string;
21052
- wabaBusinessId?: string | undefined;
21053
- clientId?: string | undefined;
21054
- channelId?: string | undefined;
21055
- status?: "active" | "pending" | undefined;
21250
+ wabaBusinessId?: string | null | undefined;
21251
+ wabaExternalId?: string | null | undefined;
21252
+ phoneNumberId?: string | null | undefined;
21253
+ email?: string | null | undefined;
21254
+ clientId?: string | null | undefined;
21255
+ channelId?: string | null | undefined;
21256
+ waapiInstanceId?: string | null | undefined;
21257
+ qr?: string | null | undefined;
21258
+ status?: "active" | "pending" | "waapi-qr" | undefined;
21056
21259
  apiKey?: string | undefined;
21057
21260
  tier?: "basic" | "regular" | "premium" | undefined;
21261
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
21058
21262
  }, {
21059
- email: string;
21060
- wabaExternalId: string;
21061
- phoneNumberId: string;
21062
- wabaBusinessId?: string | undefined;
21063
- clientId?: string | undefined;
21064
- channelId?: string | undefined;
21065
- status?: "active" | "pending" | undefined;
21263
+ wabaBusinessId?: string | null | undefined;
21264
+ wabaExternalId?: string | null | undefined;
21265
+ phoneNumberId?: string | null | undefined;
21266
+ email?: string | null | undefined;
21267
+ clientId?: string | null | undefined;
21268
+ channelId?: string | null | undefined;
21269
+ waapiInstanceId?: string | null | undefined;
21270
+ qr?: string | null | undefined;
21271
+ status?: "active" | "pending" | "waapi-qr" | undefined;
21066
21272
  apiKey?: string | undefined;
21067
21273
  tier?: "basic" | "regular" | "premium" | undefined;
21274
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
21068
21275
  }>>;
21069
21276
  vonageCredentials: z.ZodOptional<z.ZodObject<{
21070
21277
  mobileNumber: z.ZodString;
@@ -21090,15 +21297,18 @@ export declare const viberContract: {
21090
21297
  additionalCredentials?: any;
21091
21298
  senderId?: string | undefined;
21092
21299
  whatsapp?: {
21093
- email: string;
21094
- wabaExternalId: string;
21095
- phoneNumberId: string;
21096
- wabaBusinessId?: string | undefined;
21097
- clientId?: string | undefined;
21098
- channelId?: string | undefined;
21099
- status?: "active" | "pending" | undefined;
21300
+ wabaBusinessId?: string | null | undefined;
21301
+ wabaExternalId?: string | null | undefined;
21302
+ phoneNumberId?: string | null | undefined;
21303
+ email?: string | null | undefined;
21304
+ clientId?: string | null | undefined;
21305
+ channelId?: string | null | undefined;
21306
+ waapiInstanceId?: string | null | undefined;
21307
+ qr?: string | null | undefined;
21308
+ status?: "active" | "pending" | "waapi-qr" | undefined;
21100
21309
  apiKey?: string | undefined;
21101
21310
  tier?: "basic" | "regular" | "premium" | undefined;
21311
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
21102
21312
  } | undefined;
21103
21313
  vonageCredentials?: {
21104
21314
  apiKey: string;
@@ -21116,15 +21326,18 @@ export declare const viberContract: {
21116
21326
  additionalCredentials?: any;
21117
21327
  senderId?: string | undefined;
21118
21328
  whatsapp?: {
21119
- email: string;
21120
- wabaExternalId: string;
21121
- phoneNumberId: string;
21122
- wabaBusinessId?: string | undefined;
21123
- clientId?: string | undefined;
21124
- channelId?: string | undefined;
21125
- status?: "active" | "pending" | undefined;
21329
+ wabaBusinessId?: string | null | undefined;
21330
+ wabaExternalId?: string | null | undefined;
21331
+ phoneNumberId?: string | null | undefined;
21332
+ email?: string | null | undefined;
21333
+ clientId?: string | null | undefined;
21334
+ channelId?: string | null | undefined;
21335
+ waapiInstanceId?: string | null | undefined;
21336
+ qr?: string | null | undefined;
21337
+ status?: "active" | "pending" | "waapi-qr" | undefined;
21126
21338
  apiKey?: string | undefined;
21127
21339
  tier?: "basic" | "regular" | "premium" | undefined;
21340
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
21128
21341
  } | undefined;
21129
21342
  vonageCredentials?: {
21130
21343
  apiKey: string;
@@ -21172,15 +21385,18 @@ export declare const viberContract: {
21172
21385
  additionalCredentials?: any;
21173
21386
  senderId?: string | undefined;
21174
21387
  whatsapp?: {
21175
- email: string;
21176
- wabaExternalId: string;
21177
- phoneNumberId: string;
21178
- wabaBusinessId?: string | undefined;
21179
- clientId?: string | undefined;
21180
- channelId?: string | undefined;
21181
- status?: "active" | "pending" | undefined;
21388
+ wabaBusinessId?: string | null | undefined;
21389
+ wabaExternalId?: string | null | undefined;
21390
+ phoneNumberId?: string | null | undefined;
21391
+ email?: string | null | undefined;
21392
+ clientId?: string | null | undefined;
21393
+ channelId?: string | null | undefined;
21394
+ waapiInstanceId?: string | null | undefined;
21395
+ qr?: string | null | undefined;
21396
+ status?: "active" | "pending" | "waapi-qr" | undefined;
21182
21397
  apiKey?: string | undefined;
21183
21398
  tier?: "basic" | "regular" | "premium" | undefined;
21399
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
21184
21400
  } | undefined;
21185
21401
  vonageCredentials?: {
21186
21402
  apiKey: string;
@@ -21216,15 +21432,18 @@ export declare const viberContract: {
21216
21432
  additionalCredentials?: any;
21217
21433
  senderId?: string | undefined;
21218
21434
  whatsapp?: {
21219
- email: string;
21220
- wabaExternalId: string;
21221
- phoneNumberId: string;
21222
- wabaBusinessId?: string | undefined;
21223
- clientId?: string | undefined;
21224
- channelId?: string | undefined;
21225
- status?: "active" | "pending" | undefined;
21435
+ wabaBusinessId?: string | null | undefined;
21436
+ wabaExternalId?: string | null | undefined;
21437
+ phoneNumberId?: string | null | undefined;
21438
+ email?: string | null | undefined;
21439
+ clientId?: string | null | undefined;
21440
+ channelId?: string | null | undefined;
21441
+ waapiInstanceId?: string | null | undefined;
21442
+ qr?: string | null | undefined;
21443
+ status?: "active" | "pending" | "waapi-qr" | undefined;
21226
21444
  apiKey?: string | undefined;
21227
21445
  tier?: "basic" | "regular" | "premium" | undefined;
21446
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
21228
21447
  } | undefined;
21229
21448
  vonageCredentials?: {
21230
21449
  apiKey: string;
@@ -21262,15 +21481,18 @@ export declare const viberContract: {
21262
21481
  additionalCredentials?: any;
21263
21482
  senderId?: string | undefined;
21264
21483
  whatsapp?: {
21265
- email: string;
21266
- wabaExternalId: string;
21267
- phoneNumberId: string;
21268
- wabaBusinessId?: string | undefined;
21269
- clientId?: string | undefined;
21270
- channelId?: string | undefined;
21271
- status?: "active" | "pending" | undefined;
21484
+ wabaBusinessId?: string | null | undefined;
21485
+ wabaExternalId?: string | null | undefined;
21486
+ phoneNumberId?: string | null | undefined;
21487
+ email?: string | null | undefined;
21488
+ clientId?: string | null | undefined;
21489
+ channelId?: string | null | undefined;
21490
+ waapiInstanceId?: string | null | undefined;
21491
+ qr?: string | null | undefined;
21492
+ status?: "active" | "pending" | "waapi-qr" | undefined;
21272
21493
  apiKey?: string | undefined;
21273
21494
  tier?: "basic" | "regular" | "premium" | undefined;
21495
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
21274
21496
  } | undefined;
21275
21497
  vonageCredentials?: {
21276
21498
  apiKey: string;
@@ -21309,15 +21531,18 @@ export declare const viberContract: {
21309
21531
  additionalCredentials?: any;
21310
21532
  senderId?: string | undefined;
21311
21533
  whatsapp?: {
21312
- email: string;
21313
- wabaExternalId: string;
21314
- phoneNumberId: string;
21315
- wabaBusinessId?: string | undefined;
21316
- clientId?: string | undefined;
21317
- channelId?: string | undefined;
21318
- status?: "active" | "pending" | undefined;
21534
+ wabaBusinessId?: string | null | undefined;
21535
+ wabaExternalId?: string | null | undefined;
21536
+ phoneNumberId?: string | null | undefined;
21537
+ email?: string | null | undefined;
21538
+ clientId?: string | null | undefined;
21539
+ channelId?: string | null | undefined;
21540
+ waapiInstanceId?: string | null | undefined;
21541
+ qr?: string | null | undefined;
21542
+ status?: "active" | "pending" | "waapi-qr" | undefined;
21319
21543
  apiKey?: string | undefined;
21320
21544
  tier?: "basic" | "regular" | "premium" | undefined;
21545
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
21321
21546
  } | undefined;
21322
21547
  vonageCredentials?: {
21323
21548
  apiKey: string;