@kl1/contracts 1.2.50-uat → 1.2.52-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.
- package/dist/api-contracts/src/activity-log/index.d.ts +3 -3
- package/dist/api-contracts/src/attribute/index.d.ts +21 -21
- package/dist/api-contracts/src/auth/index.d.ts +67 -307
- package/dist/api-contracts/src/auth/index.d.ts.map +1 -1
- package/dist/api-contracts/src/automation-queue/index.d.ts +21 -21
- package/dist/api-contracts/src/base-contract.d.ts +3 -3
- package/dist/api-contracts/src/category/index.d.ts +18 -18
- package/dist/api-contracts/src/channel/index.d.ts +66 -66
- package/dist/api-contracts/src/chat/index.d.ts +60 -60
- package/dist/api-contracts/src/comment/index.d.ts +16 -16
- package/dist/api-contracts/src/company/index.d.ts +5 -5
- package/dist/api-contracts/src/contact/index.d.ts +56 -56
- package/dist/api-contracts/src/contract.d.ts +783 -1022
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-intelligence/index.d.ts +9 -9
- package/dist/api-contracts/src/cx-log/index.d.ts +9 -9
- package/dist/api-contracts/src/dashboard/index.d.ts +54 -54
- package/dist/api-contracts/src/extension/index.d.ts +21 -21
- package/dist/api-contracts/src/mail/account-contract.d.ts +33 -33
- package/dist/api-contracts/src/mail/mail-contract.d.ts +33 -33
- package/dist/api-contracts/src/permission/index.d.ts +3 -3
- package/dist/api-contracts/src/presence-status/index.d.ts +15 -15
- package/dist/api-contracts/src/role/index.d.ts +15 -15
- package/dist/api-contracts/src/tag/index.d.ts +12 -12
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +9 -9
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +42 -42
- package/dist/api-contracts/src/telephony-extension/index.d.ts +3 -3
- package/dist/api-contracts/src/ticket/index.d.ts +76 -76
- package/dist/api-contracts/src/upload/index.d.ts +6 -6
- package/dist/api-contracts/src/user/index.d.ts +18 -18
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts +6 -6
- package/dist/api-contracts/src/widget/index.d.ts +27 -27
- package/dist/api-contracts/src/wrap-up-form/index.d.ts +18 -18
- package/dist/index.js +2488 -2549
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2488 -2549
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -770,17 +770,17 @@ export declare const channelContract: {
|
|
|
770
770
|
path: "channel/";
|
|
771
771
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
772
772
|
'x-tenant': z.ZodString;
|
|
773
|
-
|
|
773
|
+
'x-service-token': z.ZodString;
|
|
774
774
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
775
775
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
776
776
|
}, "strip", z.ZodTypeAny, {
|
|
777
777
|
'x-tenant': string;
|
|
778
|
-
|
|
778
|
+
'x-service-token': string;
|
|
779
779
|
'x-client-timezone': string;
|
|
780
780
|
'x-code'?: string | undefined;
|
|
781
781
|
}, {
|
|
782
782
|
'x-tenant': string;
|
|
783
|
-
|
|
783
|
+
'x-service-token': string;
|
|
784
784
|
'x-code'?: string | undefined;
|
|
785
785
|
'x-client-timezone'?: string | undefined;
|
|
786
786
|
}>>>;
|
|
@@ -1180,17 +1180,17 @@ export declare const channelContract: {
|
|
|
1180
1180
|
path: "channel/disconnect/:channelId";
|
|
1181
1181
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1182
1182
|
'x-tenant': z.ZodString;
|
|
1183
|
-
|
|
1183
|
+
'x-service-token': z.ZodString;
|
|
1184
1184
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
1185
1185
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
1186
1186
|
}, "strip", z.ZodTypeAny, {
|
|
1187
1187
|
'x-tenant': string;
|
|
1188
|
-
|
|
1188
|
+
'x-service-token': string;
|
|
1189
1189
|
'x-client-timezone': string;
|
|
1190
1190
|
'x-code'?: string | undefined;
|
|
1191
1191
|
}, {
|
|
1192
1192
|
'x-tenant': string;
|
|
1193
|
-
|
|
1193
|
+
'x-service-token': string;
|
|
1194
1194
|
'x-code'?: string | undefined;
|
|
1195
1195
|
'x-client-timezone'?: string | undefined;
|
|
1196
1196
|
}>>>;
|
|
@@ -1965,17 +1965,17 @@ export declare const channelContract: {
|
|
|
1965
1965
|
path: "channel/delete/:channelId";
|
|
1966
1966
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1967
1967
|
'x-tenant': z.ZodString;
|
|
1968
|
-
|
|
1968
|
+
'x-service-token': z.ZodString;
|
|
1969
1969
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
1970
1970
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
1971
1971
|
}, "strip", z.ZodTypeAny, {
|
|
1972
1972
|
'x-tenant': string;
|
|
1973
|
-
|
|
1973
|
+
'x-service-token': string;
|
|
1974
1974
|
'x-client-timezone': string;
|
|
1975
1975
|
'x-code'?: string | undefined;
|
|
1976
1976
|
}, {
|
|
1977
1977
|
'x-tenant': string;
|
|
1978
|
-
|
|
1978
|
+
'x-service-token': string;
|
|
1979
1979
|
'x-code'?: string | undefined;
|
|
1980
1980
|
'x-client-timezone'?: string | undefined;
|
|
1981
1981
|
}>>>;
|
|
@@ -2756,17 +2756,17 @@ export declare const channelContract: {
|
|
|
2756
2756
|
path: "channel/rename/:channelId";
|
|
2757
2757
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
2758
2758
|
'x-tenant': z.ZodString;
|
|
2759
|
-
|
|
2759
|
+
'x-service-token': z.ZodString;
|
|
2760
2760
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
2761
2761
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
2762
2762
|
}, "strip", z.ZodTypeAny, {
|
|
2763
2763
|
'x-tenant': string;
|
|
2764
|
-
|
|
2764
|
+
'x-service-token': string;
|
|
2765
2765
|
'x-client-timezone': string;
|
|
2766
2766
|
'x-code'?: string | undefined;
|
|
2767
2767
|
}, {
|
|
2768
2768
|
'x-tenant': string;
|
|
2769
|
-
|
|
2769
|
+
'x-service-token': string;
|
|
2770
2770
|
'x-code'?: string | undefined;
|
|
2771
2771
|
'x-client-timezone'?: string | undefined;
|
|
2772
2772
|
}>>>;
|
|
@@ -3541,17 +3541,17 @@ export declare const channelContract: {
|
|
|
3541
3541
|
path: "channel/reconnect/:channelId";
|
|
3542
3542
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
3543
3543
|
'x-tenant': z.ZodString;
|
|
3544
|
-
|
|
3544
|
+
'x-service-token': z.ZodString;
|
|
3545
3545
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
3546
3546
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
3547
3547
|
}, "strip", z.ZodTypeAny, {
|
|
3548
3548
|
'x-tenant': string;
|
|
3549
|
-
|
|
3549
|
+
'x-service-token': string;
|
|
3550
3550
|
'x-client-timezone': string;
|
|
3551
3551
|
'x-code'?: string | undefined;
|
|
3552
3552
|
}, {
|
|
3553
3553
|
'x-tenant': string;
|
|
3554
|
-
|
|
3554
|
+
'x-service-token': string;
|
|
3555
3555
|
'x-code'?: string | undefined;
|
|
3556
3556
|
'x-client-timezone'?: string | undefined;
|
|
3557
3557
|
}>>>;
|
|
@@ -4519,17 +4519,17 @@ export declare const channelContract: {
|
|
|
4519
4519
|
path: "channel/relogin";
|
|
4520
4520
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
4521
4521
|
'x-tenant': z.ZodString;
|
|
4522
|
-
|
|
4522
|
+
'x-service-token': z.ZodString;
|
|
4523
4523
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
4524
4524
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
4525
4525
|
}, "strip", z.ZodTypeAny, {
|
|
4526
4526
|
'x-tenant': string;
|
|
4527
|
-
|
|
4527
|
+
'x-service-token': string;
|
|
4528
4528
|
'x-client-timezone': string;
|
|
4529
4529
|
'x-code'?: string | undefined;
|
|
4530
4530
|
}, {
|
|
4531
4531
|
'x-tenant': string;
|
|
4532
|
-
|
|
4532
|
+
'x-service-token': string;
|
|
4533
4533
|
'x-code'?: string | undefined;
|
|
4534
4534
|
'x-client-timezone'?: string | undefined;
|
|
4535
4535
|
}>>>;
|
|
@@ -4577,17 +4577,17 @@ export declare const channelContract: {
|
|
|
4577
4577
|
path: "channel/check-new-tenant";
|
|
4578
4578
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
4579
4579
|
'x-tenant': z.ZodString;
|
|
4580
|
-
|
|
4580
|
+
'x-service-token': z.ZodString;
|
|
4581
4581
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
4582
4582
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
4583
4583
|
}, "strip", z.ZodTypeAny, {
|
|
4584
4584
|
'x-tenant': string;
|
|
4585
|
-
|
|
4585
|
+
'x-service-token': string;
|
|
4586
4586
|
'x-client-timezone': string;
|
|
4587
4587
|
'x-code'?: string | undefined;
|
|
4588
4588
|
}, {
|
|
4589
4589
|
'x-tenant': string;
|
|
4590
|
-
|
|
4590
|
+
'x-service-token': string;
|
|
4591
4591
|
'x-code'?: string | undefined;
|
|
4592
4592
|
'x-client-timezone'?: string | undefined;
|
|
4593
4593
|
}>>>;
|
|
@@ -4630,17 +4630,17 @@ export declare const channelContract: {
|
|
|
4630
4630
|
path: "channel/update-new-tenant";
|
|
4631
4631
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
4632
4632
|
'x-tenant': z.ZodString;
|
|
4633
|
-
|
|
4633
|
+
'x-service-token': z.ZodString;
|
|
4634
4634
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
4635
4635
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
4636
4636
|
}, "strip", z.ZodTypeAny, {
|
|
4637
4637
|
'x-tenant': string;
|
|
4638
|
-
|
|
4638
|
+
'x-service-token': string;
|
|
4639
4639
|
'x-client-timezone': string;
|
|
4640
4640
|
'x-code'?: string | undefined;
|
|
4641
4641
|
}, {
|
|
4642
4642
|
'x-tenant': string;
|
|
4643
|
-
|
|
4643
|
+
'x-service-token': string;
|
|
4644
4644
|
'x-code'?: string | undefined;
|
|
4645
4645
|
'x-client-timezone'?: string | undefined;
|
|
4646
4646
|
}>>>;
|
|
@@ -4862,17 +4862,17 @@ export declare const channelContract: {
|
|
|
4862
4862
|
path: "channel/messenger/pages";
|
|
4863
4863
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
4864
4864
|
'x-tenant': z.ZodString;
|
|
4865
|
-
|
|
4865
|
+
'x-service-token': z.ZodString;
|
|
4866
4866
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
4867
4867
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
4868
4868
|
}, "strip", z.ZodTypeAny, {
|
|
4869
4869
|
'x-tenant': string;
|
|
4870
|
-
|
|
4870
|
+
'x-service-token': string;
|
|
4871
4871
|
'x-client-timezone': string;
|
|
4872
4872
|
'x-code'?: string | undefined;
|
|
4873
4873
|
}, {
|
|
4874
4874
|
'x-tenant': string;
|
|
4875
|
-
|
|
4875
|
+
'x-service-token': string;
|
|
4876
4876
|
'x-code'?: string | undefined;
|
|
4877
4877
|
'x-client-timezone'?: string | undefined;
|
|
4878
4878
|
}>>>;
|
|
@@ -5158,17 +5158,17 @@ export declare const channelContract: {
|
|
|
5158
5158
|
path: "channel/messenger/facebook-businesses";
|
|
5159
5159
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
5160
5160
|
'x-tenant': z.ZodString;
|
|
5161
|
-
|
|
5161
|
+
'x-service-token': z.ZodString;
|
|
5162
5162
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
5163
5163
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
5164
5164
|
}, "strip", z.ZodTypeAny, {
|
|
5165
5165
|
'x-tenant': string;
|
|
5166
|
-
|
|
5166
|
+
'x-service-token': string;
|
|
5167
5167
|
'x-client-timezone': string;
|
|
5168
5168
|
'x-code'?: string | undefined;
|
|
5169
5169
|
}, {
|
|
5170
5170
|
'x-tenant': string;
|
|
5171
|
-
|
|
5171
|
+
'x-service-token': string;
|
|
5172
5172
|
'x-code'?: string | undefined;
|
|
5173
5173
|
'x-client-timezone'?: string | undefined;
|
|
5174
5174
|
}>>>;
|
|
@@ -5454,17 +5454,17 @@ export declare const channelContract: {
|
|
|
5454
5454
|
path: "channel/messenger/facebook-business-pages";
|
|
5455
5455
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
5456
5456
|
'x-tenant': z.ZodString;
|
|
5457
|
-
|
|
5457
|
+
'x-service-token': z.ZodString;
|
|
5458
5458
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
5459
5459
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
5460
5460
|
}, "strip", z.ZodTypeAny, {
|
|
5461
5461
|
'x-tenant': string;
|
|
5462
|
-
|
|
5462
|
+
'x-service-token': string;
|
|
5463
5463
|
'x-client-timezone': string;
|
|
5464
5464
|
'x-code'?: string | undefined;
|
|
5465
5465
|
}, {
|
|
5466
5466
|
'x-tenant': string;
|
|
5467
|
-
|
|
5467
|
+
'x-service-token': string;
|
|
5468
5468
|
'x-code'?: string | undefined;
|
|
5469
5469
|
'x-client-timezone'?: string | undefined;
|
|
5470
5470
|
}>>>;
|
|
@@ -6432,17 +6432,17 @@ export declare const channelContract: {
|
|
|
6432
6432
|
path: "channel/messenger/connect";
|
|
6433
6433
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
6434
6434
|
'x-tenant': z.ZodString;
|
|
6435
|
-
|
|
6435
|
+
'x-service-token': z.ZodString;
|
|
6436
6436
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
6437
6437
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
6438
6438
|
}, "strip", z.ZodTypeAny, {
|
|
6439
6439
|
'x-tenant': string;
|
|
6440
|
-
|
|
6440
|
+
'x-service-token': string;
|
|
6441
6441
|
'x-client-timezone': string;
|
|
6442
6442
|
'x-code'?: string | undefined;
|
|
6443
6443
|
}, {
|
|
6444
6444
|
'x-tenant': string;
|
|
6445
|
-
|
|
6445
|
+
'x-service-token': string;
|
|
6446
6446
|
'x-code'?: string | undefined;
|
|
6447
6447
|
'x-client-timezone'?: string | undefined;
|
|
6448
6448
|
}>>>;
|
|
@@ -6493,17 +6493,17 @@ export declare const channelContract: {
|
|
|
6493
6493
|
path: "channel/line/connect";
|
|
6494
6494
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
6495
6495
|
'x-tenant': z.ZodString;
|
|
6496
|
-
|
|
6496
|
+
'x-service-token': z.ZodString;
|
|
6497
6497
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
6498
6498
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
6499
6499
|
}, "strip", z.ZodTypeAny, {
|
|
6500
6500
|
'x-tenant': string;
|
|
6501
|
-
|
|
6501
|
+
'x-service-token': string;
|
|
6502
6502
|
'x-client-timezone': string;
|
|
6503
6503
|
'x-code'?: string | undefined;
|
|
6504
6504
|
}, {
|
|
6505
6505
|
'x-tenant': string;
|
|
6506
|
-
|
|
6506
|
+
'x-service-token': string;
|
|
6507
6507
|
'x-code'?: string | undefined;
|
|
6508
6508
|
'x-client-timezone'?: string | undefined;
|
|
6509
6509
|
}>>>;
|
|
@@ -6683,17 +6683,17 @@ export declare const channelContract: {
|
|
|
6683
6683
|
path: "channel/instagram/pages";
|
|
6684
6684
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
6685
6685
|
'x-tenant': z.ZodString;
|
|
6686
|
-
|
|
6686
|
+
'x-service-token': z.ZodString;
|
|
6687
6687
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
6688
6688
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
6689
6689
|
}, "strip", z.ZodTypeAny, {
|
|
6690
6690
|
'x-tenant': string;
|
|
6691
|
-
|
|
6691
|
+
'x-service-token': string;
|
|
6692
6692
|
'x-client-timezone': string;
|
|
6693
6693
|
'x-code'?: string | undefined;
|
|
6694
6694
|
}, {
|
|
6695
6695
|
'x-tenant': string;
|
|
6696
|
-
|
|
6696
|
+
'x-service-token': string;
|
|
6697
6697
|
'x-code'?: string | undefined;
|
|
6698
6698
|
'x-client-timezone'?: string | undefined;
|
|
6699
6699
|
}>>>;
|
|
@@ -7661,17 +7661,17 @@ export declare const channelContract: {
|
|
|
7661
7661
|
path: "channel/instagram/connect";
|
|
7662
7662
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
7663
7663
|
'x-tenant': z.ZodString;
|
|
7664
|
-
|
|
7664
|
+
'x-service-token': z.ZodString;
|
|
7665
7665
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
7666
7666
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
7667
7667
|
}, "strip", z.ZodTypeAny, {
|
|
7668
7668
|
'x-tenant': string;
|
|
7669
|
-
|
|
7669
|
+
'x-service-token': string;
|
|
7670
7670
|
'x-client-timezone': string;
|
|
7671
7671
|
'x-code'?: string | undefined;
|
|
7672
7672
|
}, {
|
|
7673
7673
|
'x-tenant': string;
|
|
7674
|
-
|
|
7674
|
+
'x-service-token': string;
|
|
7675
7675
|
'x-code'?: string | undefined;
|
|
7676
7676
|
'x-client-timezone'?: string | undefined;
|
|
7677
7677
|
}>>>;
|
|
@@ -8460,17 +8460,17 @@ export declare const channelContract: {
|
|
|
8460
8460
|
path: "channel/viber/connect";
|
|
8461
8461
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
8462
8462
|
'x-tenant': z.ZodString;
|
|
8463
|
-
|
|
8463
|
+
'x-service-token': z.ZodString;
|
|
8464
8464
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
8465
8465
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
8466
8466
|
}, "strip", z.ZodTypeAny, {
|
|
8467
8467
|
'x-tenant': string;
|
|
8468
|
-
|
|
8468
|
+
'x-service-token': string;
|
|
8469
8469
|
'x-client-timezone': string;
|
|
8470
8470
|
'x-code'?: string | undefined;
|
|
8471
8471
|
}, {
|
|
8472
8472
|
'x-tenant': string;
|
|
8473
|
-
|
|
8473
|
+
'x-service-token': string;
|
|
8474
8474
|
'x-code'?: string | undefined;
|
|
8475
8475
|
'x-client-timezone'?: string | undefined;
|
|
8476
8476
|
}>>>;
|
|
@@ -9259,17 +9259,17 @@ export declare const channelContract: {
|
|
|
9259
9259
|
path: "channel/telegram/connect";
|
|
9260
9260
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
9261
9261
|
'x-tenant': z.ZodString;
|
|
9262
|
-
|
|
9262
|
+
'x-service-token': z.ZodString;
|
|
9263
9263
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
9264
9264
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
9265
9265
|
}, "strip", z.ZodTypeAny, {
|
|
9266
9266
|
'x-tenant': string;
|
|
9267
|
-
|
|
9267
|
+
'x-service-token': string;
|
|
9268
9268
|
'x-client-timezone': string;
|
|
9269
9269
|
'x-code'?: string | undefined;
|
|
9270
9270
|
}, {
|
|
9271
9271
|
'x-tenant': string;
|
|
9272
|
-
|
|
9272
|
+
'x-service-token': string;
|
|
9273
9273
|
'x-code'?: string | undefined;
|
|
9274
9274
|
'x-client-timezone'?: string | undefined;
|
|
9275
9275
|
}>>>;
|
|
@@ -10108,17 +10108,17 @@ export declare const channelContract: {
|
|
|
10108
10108
|
path: "channel/webchat/connect";
|
|
10109
10109
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
10110
10110
|
'x-tenant': z.ZodString;
|
|
10111
|
-
|
|
10111
|
+
'x-service-token': z.ZodString;
|
|
10112
10112
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
10113
10113
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
10114
10114
|
}, "strip", z.ZodTypeAny, {
|
|
10115
10115
|
'x-tenant': string;
|
|
10116
|
-
|
|
10116
|
+
'x-service-token': string;
|
|
10117
10117
|
'x-client-timezone': string;
|
|
10118
10118
|
'x-code'?: string | undefined;
|
|
10119
10119
|
}, {
|
|
10120
10120
|
'x-tenant': string;
|
|
10121
|
-
|
|
10121
|
+
'x-service-token': string;
|
|
10122
10122
|
'x-code'?: string | undefined;
|
|
10123
10123
|
'x-client-timezone'?: string | undefined;
|
|
10124
10124
|
}>>>;
|
|
@@ -11082,17 +11082,17 @@ export declare const channelContract: {
|
|
|
11082
11082
|
path: "channel/whatsapp/connect";
|
|
11083
11083
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
11084
11084
|
'x-tenant': z.ZodString;
|
|
11085
|
-
|
|
11085
|
+
'x-service-token': z.ZodString;
|
|
11086
11086
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
11087
11087
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
11088
11088
|
}, "strip", z.ZodTypeAny, {
|
|
11089
11089
|
'x-tenant': string;
|
|
11090
|
-
|
|
11090
|
+
'x-service-token': string;
|
|
11091
11091
|
'x-client-timezone': string;
|
|
11092
11092
|
'x-code'?: string | undefined;
|
|
11093
11093
|
}, {
|
|
11094
11094
|
'x-tenant': string;
|
|
11095
|
-
|
|
11095
|
+
'x-service-token': string;
|
|
11096
11096
|
'x-code'?: string | undefined;
|
|
11097
11097
|
'x-client-timezone'?: string | undefined;
|
|
11098
11098
|
}>>>;
|
|
@@ -11166,17 +11166,17 @@ export declare const channelContract: {
|
|
|
11166
11166
|
path: "channel/whatsapp/templates";
|
|
11167
11167
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
11168
11168
|
'x-tenant': z.ZodString;
|
|
11169
|
-
|
|
11169
|
+
'x-service-token': z.ZodString;
|
|
11170
11170
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
11171
11171
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
11172
11172
|
}, "strip", z.ZodTypeAny, {
|
|
11173
11173
|
'x-tenant': string;
|
|
11174
|
-
|
|
11174
|
+
'x-service-token': string;
|
|
11175
11175
|
'x-client-timezone': string;
|
|
11176
11176
|
'x-code'?: string | undefined;
|
|
11177
11177
|
}, {
|
|
11178
11178
|
'x-tenant': string;
|
|
11179
|
-
|
|
11179
|
+
'x-service-token': string;
|
|
11180
11180
|
'x-code'?: string | undefined;
|
|
11181
11181
|
'x-client-timezone'?: string | undefined;
|
|
11182
11182
|
}>>>;
|
|
@@ -11229,17 +11229,17 @@ export declare const channelContract: {
|
|
|
11229
11229
|
path: "channel/whatsapp/waapi";
|
|
11230
11230
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
11231
11231
|
'x-tenant': z.ZodString;
|
|
11232
|
-
|
|
11232
|
+
'x-service-token': z.ZodString;
|
|
11233
11233
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
11234
11234
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
11235
11235
|
}, "strip", z.ZodTypeAny, {
|
|
11236
11236
|
'x-tenant': string;
|
|
11237
|
-
|
|
11237
|
+
'x-service-token': string;
|
|
11238
11238
|
'x-client-timezone': string;
|
|
11239
11239
|
'x-code'?: string | undefined;
|
|
11240
11240
|
}, {
|
|
11241
11241
|
'x-tenant': string;
|
|
11242
|
-
|
|
11242
|
+
'x-service-token': string;
|
|
11243
11243
|
'x-code'?: string | undefined;
|
|
11244
11244
|
'x-client-timezone'?: string | undefined;
|
|
11245
11245
|
}>>>;
|
|
@@ -11303,17 +11303,17 @@ export declare const channelContract: {
|
|
|
11303
11303
|
path: "channel/whatsapp/waapi/qr";
|
|
11304
11304
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
11305
11305
|
'x-tenant': z.ZodString;
|
|
11306
|
-
|
|
11306
|
+
'x-service-token': z.ZodString;
|
|
11307
11307
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
11308
11308
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
11309
11309
|
}, "strip", z.ZodTypeAny, {
|
|
11310
11310
|
'x-tenant': string;
|
|
11311
|
-
|
|
11311
|
+
'x-service-token': string;
|
|
11312
11312
|
'x-client-timezone': string;
|
|
11313
11313
|
'x-code'?: string | undefined;
|
|
11314
11314
|
}, {
|
|
11315
11315
|
'x-tenant': string;
|
|
11316
|
-
|
|
11316
|
+
'x-service-token': string;
|
|
11317
11317
|
'x-code'?: string | undefined;
|
|
11318
11318
|
'x-client-timezone'?: string | undefined;
|
|
11319
11319
|
}>>>;
|