@kl1/contracts 1.2.50-uat → 1.2.51-uat

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. package/dist/api-contracts/src/activity-log/index.d.ts +3 -3
  2. package/dist/api-contracts/src/attribute/index.d.ts +21 -21
  3. package/dist/api-contracts/src/auth/index.d.ts +15 -15
  4. package/dist/api-contracts/src/automation-queue/index.d.ts +21 -21
  5. package/dist/api-contracts/src/base-contract.d.ts +3 -3
  6. package/dist/api-contracts/src/category/index.d.ts +18 -18
  7. package/dist/api-contracts/src/channel/index.d.ts +66 -66
  8. package/dist/api-contracts/src/chat/index.d.ts +60 -60
  9. package/dist/api-contracts/src/comment/index.d.ts +16 -16
  10. package/dist/api-contracts/src/company/index.d.ts +5 -5
  11. package/dist/api-contracts/src/contact/index.d.ts +56 -56
  12. package/dist/api-contracts/src/contract.d.ts +795 -795
  13. package/dist/api-contracts/src/cx-intelligence/index.d.ts +9 -9
  14. package/dist/api-contracts/src/cx-log/index.d.ts +9 -9
  15. package/dist/api-contracts/src/dashboard/index.d.ts +54 -54
  16. package/dist/api-contracts/src/extension/index.d.ts +21 -21
  17. package/dist/api-contracts/src/mail/account-contract.d.ts +33 -33
  18. package/dist/api-contracts/src/mail/mail-contract.d.ts +33 -33
  19. package/dist/api-contracts/src/permission/index.d.ts +3 -3
  20. package/dist/api-contracts/src/presence-status/index.d.ts +15 -15
  21. package/dist/api-contracts/src/role/index.d.ts +15 -15
  22. package/dist/api-contracts/src/tag/index.d.ts +12 -12
  23. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +9 -9
  24. package/dist/api-contracts/src/telephony-cdr/index.d.ts +42 -42
  25. package/dist/api-contracts/src/telephony-extension/index.d.ts +3 -3
  26. package/dist/api-contracts/src/ticket/index.d.ts +76 -76
  27. package/dist/api-contracts/src/upload/index.d.ts +6 -6
  28. package/dist/api-contracts/src/user/index.d.ts +18 -18
  29. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +6 -6
  30. package/dist/api-contracts/src/widget/index.d.ts +27 -27
  31. package/dist/api-contracts/src/wrap-up-form/index.d.ts +18 -18
  32. package/dist/index.js +5 -5
  33. package/dist/index.js.map +1 -1
  34. package/dist/index.mjs +5 -5
  35. package/dist/index.mjs.map +1 -1
  36. package/package.json +1 -1
@@ -165,17 +165,17 @@ export declare const roleContract: {
165
165
  path: "role";
166
166
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
167
167
  'x-tenant': z.ZodString;
168
- authorization: z.ZodString;
168
+ 'x-service-token': z.ZodString;
169
169
  'x-code': z.ZodOptional<z.ZodString>;
170
170
  'x-client-timezone': z.ZodDefault<z.ZodString>;
171
171
  }, "strip", z.ZodTypeAny, {
172
172
  'x-tenant': string;
173
- authorization: string;
173
+ 'x-service-token': string;
174
174
  'x-client-timezone': string;
175
175
  'x-code'?: string | undefined;
176
176
  }, {
177
177
  'x-tenant': string;
178
- authorization: string;
178
+ 'x-service-token': string;
179
179
  'x-code'?: string | undefined;
180
180
  'x-client-timezone'?: string | undefined;
181
181
  }>>>;
@@ -335,17 +335,17 @@ export declare const roleContract: {
335
335
  path: "role";
336
336
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
337
337
  'x-tenant': z.ZodString;
338
- authorization: z.ZodString;
338
+ 'x-service-token': z.ZodString;
339
339
  'x-code': z.ZodOptional<z.ZodString>;
340
340
  'x-client-timezone': z.ZodDefault<z.ZodString>;
341
341
  }, "strip", z.ZodTypeAny, {
342
342
  'x-tenant': string;
343
- authorization: string;
343
+ 'x-service-token': string;
344
344
  'x-client-timezone': string;
345
345
  'x-code'?: string | undefined;
346
346
  }, {
347
347
  'x-tenant': string;
348
- authorization: string;
348
+ 'x-service-token': string;
349
349
  'x-code'?: string | undefined;
350
350
  'x-client-timezone'?: string | undefined;
351
351
  }>>>;
@@ -519,17 +519,17 @@ export declare const roleContract: {
519
519
  path: "role/:id";
520
520
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
521
521
  'x-tenant': z.ZodString;
522
- authorization: z.ZodString;
522
+ 'x-service-token': z.ZodString;
523
523
  'x-code': z.ZodOptional<z.ZodString>;
524
524
  'x-client-timezone': z.ZodDefault<z.ZodString>;
525
525
  }, "strip", z.ZodTypeAny, {
526
526
  'x-tenant': string;
527
- authorization: string;
527
+ 'x-service-token': string;
528
528
  'x-client-timezone': string;
529
529
  'x-code'?: string | undefined;
530
530
  }, {
531
531
  'x-tenant': string;
532
- authorization: string;
532
+ 'x-service-token': string;
533
533
  'x-code'?: string | undefined;
534
534
  'x-client-timezone'?: string | undefined;
535
535
  }>>>;
@@ -570,17 +570,17 @@ export declare const roleContract: {
570
570
  path: "role/:id";
571
571
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
572
572
  'x-tenant': z.ZodString;
573
- authorization: z.ZodString;
573
+ 'x-service-token': z.ZodString;
574
574
  'x-code': z.ZodOptional<z.ZodString>;
575
575
  'x-client-timezone': z.ZodDefault<z.ZodString>;
576
576
  }, "strip", z.ZodTypeAny, {
577
577
  'x-tenant': string;
578
- authorization: string;
578
+ 'x-service-token': string;
579
579
  'x-client-timezone': string;
580
580
  'x-code'?: string | undefined;
581
581
  }, {
582
582
  'x-tenant': string;
583
- authorization: string;
583
+ 'x-service-token': string;
584
584
  'x-code'?: string | undefined;
585
585
  'x-client-timezone'?: string | undefined;
586
586
  }>>>;
@@ -695,17 +695,17 @@ export declare const roleContract: {
695
695
  path: "role/:id";
696
696
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
697
697
  'x-tenant': z.ZodString;
698
- authorization: z.ZodString;
698
+ 'x-service-token': z.ZodString;
699
699
  'x-code': z.ZodOptional<z.ZodString>;
700
700
  'x-client-timezone': z.ZodDefault<z.ZodString>;
701
701
  }, "strip", z.ZodTypeAny, {
702
702
  'x-tenant': string;
703
- authorization: string;
703
+ 'x-service-token': string;
704
704
  'x-client-timezone': string;
705
705
  'x-code'?: string | undefined;
706
706
  }, {
707
707
  'x-tenant': string;
708
- authorization: string;
708
+ 'x-service-token': string;
709
709
  'x-code'?: string | undefined;
710
710
  'x-client-timezone'?: string | undefined;
711
711
  }>>>;
@@ -73,17 +73,17 @@ export declare const tagContract: {
73
73
  path: "tags";
74
74
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
75
75
  'x-tenant': z.ZodString;
76
- authorization: z.ZodString;
76
+ 'x-service-token': z.ZodString;
77
77
  'x-code': z.ZodOptional<z.ZodString>;
78
78
  'x-client-timezone': z.ZodDefault<z.ZodString>;
79
79
  }, "strip", z.ZodTypeAny, {
80
80
  'x-tenant': string;
81
- authorization: string;
81
+ 'x-service-token': string;
82
82
  'x-client-timezone': string;
83
83
  'x-code'?: string | undefined;
84
84
  }, {
85
85
  'x-tenant': string;
86
- authorization: string;
86
+ 'x-service-token': string;
87
87
  'x-code'?: string | undefined;
88
88
  'x-client-timezone'?: string | undefined;
89
89
  }>>>;
@@ -155,17 +155,17 @@ export declare const tagContract: {
155
155
  path: "tags";
156
156
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
157
157
  'x-tenant': z.ZodString;
158
- authorization: z.ZodString;
158
+ 'x-service-token': z.ZodString;
159
159
  'x-code': z.ZodOptional<z.ZodString>;
160
160
  'x-client-timezone': z.ZodDefault<z.ZodString>;
161
161
  }, "strip", z.ZodTypeAny, {
162
162
  'x-tenant': string;
163
- authorization: string;
163
+ 'x-service-token': string;
164
164
  'x-client-timezone': string;
165
165
  'x-code'?: string | undefined;
166
166
  }, {
167
167
  'x-tenant': string;
168
- authorization: string;
168
+ 'x-service-token': string;
169
169
  'x-code'?: string | undefined;
170
170
  'x-client-timezone'?: string | undefined;
171
171
  }>>>;
@@ -241,17 +241,17 @@ export declare const tagContract: {
241
241
  path: "tags/:id";
242
242
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
243
243
  'x-tenant': z.ZodString;
244
- authorization: z.ZodString;
244
+ 'x-service-token': z.ZodString;
245
245
  'x-code': z.ZodOptional<z.ZodString>;
246
246
  'x-client-timezone': z.ZodDefault<z.ZodString>;
247
247
  }, "strip", z.ZodTypeAny, {
248
248
  'x-tenant': string;
249
- authorization: string;
249
+ 'x-service-token': string;
250
250
  'x-client-timezone': string;
251
251
  'x-code'?: string | undefined;
252
252
  }, {
253
253
  'x-tenant': string;
254
- authorization: string;
254
+ 'x-service-token': string;
255
255
  'x-code'?: string | undefined;
256
256
  'x-client-timezone'?: string | undefined;
257
257
  }>>>;
@@ -291,17 +291,17 @@ export declare const tagContract: {
291
291
  path: "tags/:id";
292
292
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
293
293
  'x-tenant': z.ZodString;
294
- authorization: z.ZodString;
294
+ 'x-service-token': z.ZodString;
295
295
  'x-code': z.ZodOptional<z.ZodString>;
296
296
  'x-client-timezone': z.ZodDefault<z.ZodString>;
297
297
  }, "strip", z.ZodTypeAny, {
298
298
  'x-tenant': string;
299
- authorization: string;
299
+ 'x-service-token': string;
300
300
  'x-client-timezone': string;
301
301
  'x-code'?: string | undefined;
302
302
  }, {
303
303
  'x-tenant': string;
304
- authorization: string;
304
+ 'x-service-token': string;
305
305
  'x-code'?: string | undefined;
306
306
  'x-client-timezone'?: string | undefined;
307
307
  }>>>;
@@ -391,17 +391,17 @@ export declare const telephonyAgentPresenceStatusContract: {
391
391
  path: "telephony/agents/presence_status";
392
392
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
393
393
  'x-tenant': z.ZodString;
394
- authorization: z.ZodString;
394
+ 'x-service-token': z.ZodString;
395
395
  'x-code': z.ZodOptional<z.ZodString>;
396
396
  'x-client-timezone': z.ZodDefault<z.ZodString>;
397
397
  }, "strip", z.ZodTypeAny, {
398
398
  'x-tenant': string;
399
- authorization: string;
399
+ 'x-service-token': string;
400
400
  'x-client-timezone': string;
401
401
  'x-code'?: string | undefined;
402
402
  }, {
403
403
  'x-tenant': string;
404
- authorization: string;
404
+ 'x-service-token': string;
405
405
  'x-code'?: string | undefined;
406
406
  'x-client-timezone'?: string | undefined;
407
407
  }>>>;
@@ -802,17 +802,17 @@ export declare const telephonyAgentPresenceStatusContract: {
802
802
  path: "telephony/presence_status/check_update/:userId";
803
803
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
804
804
  'x-tenant': z.ZodString;
805
- authorization: z.ZodString;
805
+ 'x-service-token': z.ZodString;
806
806
  'x-code': z.ZodOptional<z.ZodString>;
807
807
  'x-client-timezone': z.ZodDefault<z.ZodString>;
808
808
  }, "strip", z.ZodTypeAny, {
809
809
  'x-tenant': string;
810
- authorization: string;
810
+ 'x-service-token': string;
811
811
  'x-client-timezone': string;
812
812
  'x-code'?: string | undefined;
813
813
  }, {
814
814
  'x-tenant': string;
815
- authorization: string;
815
+ 'x-service-token': string;
816
816
  'x-code'?: string | undefined;
817
817
  'x-client-timezone'?: string | undefined;
818
818
  }>>>;
@@ -1349,17 +1349,17 @@ export declare const telephonyAgentPresenceStatusContract: {
1349
1349
  path: "telephony/presence_status/user";
1350
1350
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1351
1351
  'x-tenant': z.ZodString;
1352
- authorization: z.ZodString;
1352
+ 'x-service-token': z.ZodString;
1353
1353
  'x-code': z.ZodOptional<z.ZodString>;
1354
1354
  'x-client-timezone': z.ZodDefault<z.ZodString>;
1355
1355
  }, "strip", z.ZodTypeAny, {
1356
1356
  'x-tenant': string;
1357
- authorization: string;
1357
+ 'x-service-token': string;
1358
1358
  'x-client-timezone': string;
1359
1359
  'x-code'?: string | undefined;
1360
1360
  }, {
1361
1361
  'x-tenant': string;
1362
- authorization: string;
1362
+ 'x-service-token': string;
1363
1363
  'x-code'?: string | undefined;
1364
1364
  'x-client-timezone'?: string | undefined;
1365
1365
  }>>>;
@@ -2891,17 +2891,17 @@ export declare const telephonyCdrContract: {
2891
2891
  path: "telephony-cdr/";
2892
2892
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
2893
2893
  'x-tenant': z.ZodString;
2894
- authorization: z.ZodString;
2894
+ 'x-service-token': z.ZodString;
2895
2895
  'x-code': z.ZodOptional<z.ZodString>;
2896
2896
  'x-client-timezone': z.ZodDefault<z.ZodString>;
2897
2897
  }, "strip", z.ZodTypeAny, {
2898
2898
  'x-tenant': string;
2899
- authorization: string;
2899
+ 'x-service-token': string;
2900
2900
  'x-client-timezone': string;
2901
2901
  'x-code'?: string | undefined;
2902
2902
  }, {
2903
2903
  'x-tenant': string;
2904
- authorization: string;
2904
+ 'x-service-token': string;
2905
2905
  'x-code'?: string | undefined;
2906
2906
  'x-client-timezone'?: string | undefined;
2907
2907
  }>>>;
@@ -5770,17 +5770,17 @@ export declare const telephonyCdrContract: {
5770
5770
  path: "telephony-cdr/recordings";
5771
5771
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
5772
5772
  'x-tenant': z.ZodString;
5773
- authorization: z.ZodString;
5773
+ 'x-service-token': z.ZodString;
5774
5774
  'x-code': z.ZodOptional<z.ZodString>;
5775
5775
  'x-client-timezone': z.ZodDefault<z.ZodString>;
5776
5776
  }, "strip", z.ZodTypeAny, {
5777
5777
  'x-tenant': string;
5778
- authorization: string;
5778
+ 'x-service-token': string;
5779
5779
  'x-client-timezone': string;
5780
5780
  'x-code'?: string | undefined;
5781
5781
  }, {
5782
5782
  'x-tenant': string;
5783
- authorization: string;
5783
+ 'x-service-token': string;
5784
5784
  'x-code'?: string | undefined;
5785
5785
  'x-client-timezone'?: string | undefined;
5786
5786
  }>>>;
@@ -8652,17 +8652,17 @@ export declare const telephonyCdrContract: {
8652
8652
  path: "telephony-cdr/recent-calls";
8653
8653
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
8654
8654
  'x-tenant': z.ZodString;
8655
- authorization: z.ZodString;
8655
+ 'x-service-token': z.ZodString;
8656
8656
  'x-code': z.ZodOptional<z.ZodString>;
8657
8657
  'x-client-timezone': z.ZodDefault<z.ZodString>;
8658
8658
  }, "strip", z.ZodTypeAny, {
8659
8659
  'x-tenant': string;
8660
- authorization: string;
8660
+ 'x-service-token': string;
8661
8661
  'x-client-timezone': string;
8662
8662
  'x-code'?: string | undefined;
8663
8663
  }, {
8664
8664
  'x-tenant': string;
8665
- authorization: string;
8665
+ 'x-service-token': string;
8666
8666
  'x-code'?: string | undefined;
8667
8667
  'x-client-timezone'?: string | undefined;
8668
8668
  }>>>;
@@ -8742,17 +8742,17 @@ export declare const telephonyCdrContract: {
8742
8742
  path: "telephony-cdr/export";
8743
8743
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
8744
8744
  'x-tenant': z.ZodString;
8745
- authorization: z.ZodString;
8745
+ 'x-service-token': z.ZodString;
8746
8746
  'x-code': z.ZodOptional<z.ZodString>;
8747
8747
  'x-client-timezone': z.ZodDefault<z.ZodString>;
8748
8748
  }, "strip", z.ZodTypeAny, {
8749
8749
  'x-tenant': string;
8750
- authorization: string;
8750
+ 'x-service-token': string;
8751
8751
  'x-client-timezone': string;
8752
8752
  'x-code'?: string | undefined;
8753
8753
  }, {
8754
8754
  'x-tenant': string;
8755
- authorization: string;
8755
+ 'x-service-token': string;
8756
8756
  'x-code'?: string | undefined;
8757
8757
  'x-client-timezone'?: string | undefined;
8758
8758
  }>>>;
@@ -8832,17 +8832,17 @@ export declare const telephonyCdrContract: {
8832
8832
  path: "telephony-cdr/yeastar_call_report";
8833
8833
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
8834
8834
  'x-tenant': z.ZodString;
8835
- authorization: z.ZodString;
8835
+ 'x-service-token': z.ZodString;
8836
8836
  'x-code': z.ZodOptional<z.ZodString>;
8837
8837
  'x-client-timezone': z.ZodDefault<z.ZodString>;
8838
8838
  }, "strip", z.ZodTypeAny, {
8839
8839
  'x-tenant': string;
8840
- authorization: string;
8840
+ 'x-service-token': string;
8841
8841
  'x-client-timezone': string;
8842
8842
  'x-code'?: string | undefined;
8843
8843
  }, {
8844
8844
  'x-tenant': string;
8845
- authorization: string;
8845
+ 'x-service-token': string;
8846
8846
  'x-code'?: string | undefined;
8847
8847
  'x-client-timezone'?: string | undefined;
8848
8848
  }>>>;
@@ -8922,17 +8922,17 @@ export declare const telephonyCdrContract: {
8922
8922
  path: "telephony-cdr/yeastar_call_report/export";
8923
8923
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
8924
8924
  'x-tenant': z.ZodString;
8925
- authorization: z.ZodString;
8925
+ 'x-service-token': z.ZodString;
8926
8926
  'x-code': z.ZodOptional<z.ZodString>;
8927
8927
  'x-client-timezone': z.ZodDefault<z.ZodString>;
8928
8928
  }, "strip", z.ZodTypeAny, {
8929
8929
  'x-tenant': string;
8930
- authorization: string;
8930
+ 'x-service-token': string;
8931
8931
  'x-client-timezone': string;
8932
8932
  'x-code'?: string | undefined;
8933
8933
  }, {
8934
8934
  'x-tenant': string;
8935
- authorization: string;
8935
+ 'x-service-token': string;
8936
8936
  'x-code'?: string | undefined;
8937
8937
  'x-client-timezone'?: string | undefined;
8938
8938
  }>>>;
@@ -9000,17 +9000,17 @@ export declare const telephonyCdrContract: {
9000
9000
  path: "telephony-cdr/trunks";
9001
9001
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
9002
9002
  'x-tenant': z.ZodString;
9003
- authorization: z.ZodString;
9003
+ 'x-service-token': z.ZodString;
9004
9004
  'x-code': z.ZodOptional<z.ZodString>;
9005
9005
  'x-client-timezone': z.ZodDefault<z.ZodString>;
9006
9006
  }, "strip", z.ZodTypeAny, {
9007
9007
  'x-tenant': string;
9008
- authorization: string;
9008
+ 'x-service-token': string;
9009
9009
  'x-client-timezone': string;
9010
9010
  'x-code'?: string | undefined;
9011
9011
  }, {
9012
9012
  'x-tenant': string;
9013
- authorization: string;
9013
+ 'x-service-token': string;
9014
9014
  'x-code'?: string | undefined;
9015
9015
  'x-client-timezone'?: string | undefined;
9016
9016
  }>>>;
@@ -9088,17 +9088,17 @@ export declare const telephonyCdrContract: {
9088
9088
  path: "telephony-cdr/queues";
9089
9089
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
9090
9090
  'x-tenant': z.ZodString;
9091
- authorization: z.ZodString;
9091
+ 'x-service-token': z.ZodString;
9092
9092
  'x-code': z.ZodOptional<z.ZodString>;
9093
9093
  'x-client-timezone': z.ZodDefault<z.ZodString>;
9094
9094
  }, "strip", z.ZodTypeAny, {
9095
9095
  'x-tenant': string;
9096
- authorization: string;
9096
+ 'x-service-token': string;
9097
9097
  'x-client-timezone': string;
9098
9098
  'x-code'?: string | undefined;
9099
9099
  }, {
9100
9100
  'x-tenant': string;
9101
- authorization: string;
9101
+ 'x-service-token': string;
9102
9102
  'x-code'?: string | undefined;
9103
9103
  'x-client-timezone'?: string | undefined;
9104
9104
  }>>>;
@@ -9493,17 +9493,17 @@ export declare const telephonyCdrContract: {
9493
9493
  path: "telephony-cdr/extensions";
9494
9494
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
9495
9495
  'x-tenant': z.ZodString;
9496
- authorization: z.ZodString;
9496
+ 'x-service-token': z.ZodString;
9497
9497
  'x-code': z.ZodOptional<z.ZodString>;
9498
9498
  'x-client-timezone': z.ZodDefault<z.ZodString>;
9499
9499
  }, "strip", z.ZodTypeAny, {
9500
9500
  'x-tenant': string;
9501
- authorization: string;
9501
+ 'x-service-token': string;
9502
9502
  'x-client-timezone': string;
9503
9503
  'x-code'?: string | undefined;
9504
9504
  }, {
9505
9505
  'x-tenant': string;
9506
- authorization: string;
9506
+ 'x-service-token': string;
9507
9507
  'x-code'?: string | undefined;
9508
9508
  'x-client-timezone'?: string | undefined;
9509
9509
  }>>>;
@@ -9557,17 +9557,17 @@ export declare const telephonyCdrContract: {
9557
9557
  path: "telephony-cdr/dropdown";
9558
9558
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
9559
9559
  'x-tenant': z.ZodString;
9560
- authorization: z.ZodString;
9560
+ 'x-service-token': z.ZodString;
9561
9561
  'x-code': z.ZodOptional<z.ZodString>;
9562
9562
  'x-client-timezone': z.ZodDefault<z.ZodString>;
9563
9563
  }, "strip", z.ZodTypeAny, {
9564
9564
  'x-tenant': string;
9565
- authorization: string;
9565
+ 'x-service-token': string;
9566
9566
  'x-client-timezone': string;
9567
9567
  'x-code'?: string | undefined;
9568
9568
  }, {
9569
9569
  'x-tenant': string;
9570
- authorization: string;
9570
+ 'x-service-token': string;
9571
9571
  'x-code'?: string | undefined;
9572
9572
  'x-client-timezone'?: string | undefined;
9573
9573
  }>>>;
@@ -9616,17 +9616,17 @@ export declare const telephonyCdrContract: {
9616
9616
  path: "telephony-cdr/call-redirect-setting";
9617
9617
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
9618
9618
  'x-tenant': z.ZodString;
9619
- authorization: z.ZodString;
9619
+ 'x-service-token': z.ZodString;
9620
9620
  'x-code': z.ZodOptional<z.ZodString>;
9621
9621
  'x-client-timezone': z.ZodDefault<z.ZodString>;
9622
9622
  }, "strip", z.ZodTypeAny, {
9623
9623
  'x-tenant': string;
9624
- authorization: string;
9624
+ 'x-service-token': string;
9625
9625
  'x-client-timezone': string;
9626
9626
  'x-code'?: string | undefined;
9627
9627
  }, {
9628
9628
  'x-tenant': string;
9629
- authorization: string;
9629
+ 'x-service-token': string;
9630
9630
  'x-code'?: string | undefined;
9631
9631
  'x-client-timezone'?: string | undefined;
9632
9632
  }>>>;
@@ -9682,17 +9682,17 @@ export declare const telephonyCdrContract: {
9682
9682
  path: "telephony-cdr/call-redirect-setting";
9683
9683
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
9684
9684
  'x-tenant': z.ZodString;
9685
- authorization: z.ZodString;
9685
+ 'x-service-token': z.ZodString;
9686
9686
  'x-code': z.ZodOptional<z.ZodString>;
9687
9687
  'x-client-timezone': z.ZodDefault<z.ZodString>;
9688
9688
  }, "strip", z.ZodTypeAny, {
9689
9689
  'x-tenant': string;
9690
- authorization: string;
9690
+ 'x-service-token': string;
9691
9691
  'x-client-timezone': string;
9692
9692
  'x-code'?: string | undefined;
9693
9693
  }, {
9694
9694
  'x-tenant': string;
9695
- authorization: string;
9695
+ 'x-service-token': string;
9696
9696
  'x-code'?: string | undefined;
9697
9697
  'x-client-timezone'?: string | undefined;
9698
9698
  }>>>;
@@ -9744,17 +9744,17 @@ export declare const telephonyCdrContract: {
9744
9744
  path: "telephony-cdr/call-setting";
9745
9745
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
9746
9746
  'x-tenant': z.ZodString;
9747
- authorization: z.ZodString;
9747
+ 'x-service-token': z.ZodString;
9748
9748
  'x-code': z.ZodOptional<z.ZodString>;
9749
9749
  'x-client-timezone': z.ZodDefault<z.ZodString>;
9750
9750
  }, "strip", z.ZodTypeAny, {
9751
9751
  'x-tenant': string;
9752
- authorization: string;
9752
+ 'x-service-token': string;
9753
9753
  'x-client-timezone': string;
9754
9754
  'x-code'?: string | undefined;
9755
9755
  }, {
9756
9756
  'x-tenant': string;
9757
- authorization: string;
9757
+ 'x-service-token': string;
9758
9758
  'x-code'?: string | undefined;
9759
9759
  'x-client-timezone'?: string | undefined;
9760
9760
  }>>>;
@@ -9816,17 +9816,17 @@ export declare const telephonyCdrContract: {
9816
9816
  path: "telephony-cdr/call-setting";
9817
9817
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
9818
9818
  'x-tenant': z.ZodString;
9819
- authorization: z.ZodString;
9819
+ 'x-service-token': z.ZodString;
9820
9820
  'x-code': z.ZodOptional<z.ZodString>;
9821
9821
  'x-client-timezone': z.ZodDefault<z.ZodString>;
9822
9822
  }, "strip", z.ZodTypeAny, {
9823
9823
  'x-tenant': string;
9824
- authorization: string;
9824
+ 'x-service-token': string;
9825
9825
  'x-client-timezone': string;
9826
9826
  'x-code'?: string | undefined;
9827
9827
  }, {
9828
9828
  'x-tenant': string;
9829
- authorization: string;
9829
+ 'x-service-token': string;
9830
9830
  'x-code'?: string | undefined;
9831
9831
  'x-client-timezone'?: string | undefined;
9832
9832
  }>>>;
@@ -244,17 +244,17 @@ export declare const telephonyExtensionContract: {
244
244
  path: "telephony/extension_list";
245
245
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
246
246
  'x-tenant': z.ZodString;
247
- authorization: z.ZodString;
247
+ 'x-service-token': z.ZodString;
248
248
  'x-code': z.ZodOptional<z.ZodString>;
249
249
  'x-client-timezone': z.ZodDefault<z.ZodString>;
250
250
  }, "strip", z.ZodTypeAny, {
251
251
  'x-tenant': string;
252
- authorization: string;
252
+ 'x-service-token': string;
253
253
  'x-client-timezone': string;
254
254
  'x-code'?: string | undefined;
255
255
  }, {
256
256
  'x-tenant': string;
257
- authorization: string;
257
+ 'x-service-token': string;
258
258
  'x-code'?: string | undefined;
259
259
  'x-client-timezone'?: string | undefined;
260
260
  }>>>;