@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.
Files changed (38) 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 +67 -307
  4. package/dist/api-contracts/src/auth/index.d.ts.map +1 -1
  5. package/dist/api-contracts/src/automation-queue/index.d.ts +21 -21
  6. package/dist/api-contracts/src/base-contract.d.ts +3 -3
  7. package/dist/api-contracts/src/category/index.d.ts +18 -18
  8. package/dist/api-contracts/src/channel/index.d.ts +66 -66
  9. package/dist/api-contracts/src/chat/index.d.ts +60 -60
  10. package/dist/api-contracts/src/comment/index.d.ts +16 -16
  11. package/dist/api-contracts/src/company/index.d.ts +5 -5
  12. package/dist/api-contracts/src/contact/index.d.ts +56 -56
  13. package/dist/api-contracts/src/contract.d.ts +783 -1022
  14. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  15. package/dist/api-contracts/src/cx-intelligence/index.d.ts +9 -9
  16. package/dist/api-contracts/src/cx-log/index.d.ts +9 -9
  17. package/dist/api-contracts/src/dashboard/index.d.ts +54 -54
  18. package/dist/api-contracts/src/extension/index.d.ts +21 -21
  19. package/dist/api-contracts/src/mail/account-contract.d.ts +33 -33
  20. package/dist/api-contracts/src/mail/mail-contract.d.ts +33 -33
  21. package/dist/api-contracts/src/permission/index.d.ts +3 -3
  22. package/dist/api-contracts/src/presence-status/index.d.ts +15 -15
  23. package/dist/api-contracts/src/role/index.d.ts +15 -15
  24. package/dist/api-contracts/src/tag/index.d.ts +12 -12
  25. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +9 -9
  26. package/dist/api-contracts/src/telephony-cdr/index.d.ts +42 -42
  27. package/dist/api-contracts/src/telephony-extension/index.d.ts +3 -3
  28. package/dist/api-contracts/src/ticket/index.d.ts +76 -76
  29. package/dist/api-contracts/src/upload/index.d.ts +6 -6
  30. package/dist/api-contracts/src/user/index.d.ts +18 -18
  31. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +6 -6
  32. package/dist/api-contracts/src/widget/index.d.ts +27 -27
  33. package/dist/api-contracts/src/wrap-up-form/index.d.ts +18 -18
  34. package/dist/index.js +2488 -2549
  35. package/dist/index.js.map +1 -1
  36. package/dist/index.mjs +2488 -2549
  37. package/dist/index.mjs.map +1 -1
  38. package/package.json +1 -1
@@ -35,17 +35,17 @@ export declare const cxIntelligenceContract: {
35
35
  path: "cx-intelligence/toggle";
36
36
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
37
37
  'x-tenant': z.ZodString;
38
- authorization: z.ZodString;
38
+ 'x-service-token': z.ZodString;
39
39
  'x-code': z.ZodOptional<z.ZodString>;
40
40
  'x-client-timezone': z.ZodDefault<z.ZodString>;
41
41
  }, "strip", z.ZodTypeAny, {
42
42
  'x-tenant': string;
43
- authorization: string;
43
+ 'x-service-token': string;
44
44
  'x-client-timezone': string;
45
45
  'x-code'?: string | undefined;
46
46
  }, {
47
47
  'x-tenant': string;
48
- authorization: string;
48
+ 'x-service-token': string;
49
49
  'x-code'?: string | undefined;
50
50
  'x-client-timezone'?: string | undefined;
51
51
  }>>>;
@@ -122,17 +122,17 @@ export declare const cxIntelligenceContract: {
122
122
  path: "cx-intelligence/cx-logs/:id/transcribe";
123
123
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
124
124
  'x-tenant': z.ZodString;
125
- authorization: z.ZodString;
125
+ 'x-service-token': z.ZodString;
126
126
  'x-code': z.ZodOptional<z.ZodString>;
127
127
  'x-client-timezone': z.ZodDefault<z.ZodString>;
128
128
  }, "strip", z.ZodTypeAny, {
129
129
  'x-tenant': string;
130
- authorization: string;
130
+ 'x-service-token': string;
131
131
  'x-client-timezone': string;
132
132
  'x-code'?: string | undefined;
133
133
  }, {
134
134
  'x-tenant': string;
135
- authorization: string;
135
+ 'x-service-token': string;
136
136
  'x-code'?: string | undefined;
137
137
  'x-client-timezone'?: string | undefined;
138
138
  }>>>;
@@ -183,17 +183,17 @@ export declare const settingCxIntelligenceContract: {
183
183
  path: "settings/cx-intelligence/status";
184
184
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
185
185
  'x-tenant': z.ZodString;
186
- authorization: z.ZodString;
186
+ 'x-service-token': z.ZodString;
187
187
  'x-code': z.ZodOptional<z.ZodString>;
188
188
  'x-client-timezone': z.ZodDefault<z.ZodString>;
189
189
  }, "strip", z.ZodTypeAny, {
190
190
  'x-tenant': string;
191
- authorization: string;
191
+ 'x-service-token': string;
192
192
  'x-client-timezone': string;
193
193
  'x-code'?: string | undefined;
194
194
  }, {
195
195
  'x-tenant': string;
196
- authorization: string;
196
+ 'x-service-token': string;
197
197
  'x-code'?: string | undefined;
198
198
  'x-client-timezone'?: string | undefined;
199
199
  }>>>;
@@ -10524,17 +10524,17 @@ export declare const cxLogContract: {
10524
10524
  path: "/cx-logs";
10525
10525
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
10526
10526
  'x-tenant': z.ZodString;
10527
- authorization: z.ZodString;
10527
+ 'x-service-token': z.ZodString;
10528
10528
  'x-code': z.ZodOptional<z.ZodString>;
10529
10529
  'x-client-timezone': z.ZodDefault<z.ZodString>;
10530
10530
  }, "strip", z.ZodTypeAny, {
10531
10531
  'x-tenant': string;
10532
- authorization: string;
10532
+ 'x-service-token': string;
10533
10533
  'x-client-timezone': string;
10534
10534
  'x-code'?: string | undefined;
10535
10535
  }, {
10536
10536
  'x-tenant': string;
10537
- authorization: string;
10537
+ 'x-service-token': string;
10538
10538
  'x-code'?: string | undefined;
10539
10539
  'x-client-timezone'?: string | undefined;
10540
10540
  }>>>;
@@ -10654,17 +10654,17 @@ export declare const cxLogContract: {
10654
10654
  path: "/cx-logs/export";
10655
10655
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
10656
10656
  'x-tenant': z.ZodString;
10657
- authorization: z.ZodString;
10657
+ 'x-service-token': z.ZodString;
10658
10658
  'x-code': z.ZodOptional<z.ZodString>;
10659
10659
  'x-client-timezone': z.ZodDefault<z.ZodString>;
10660
10660
  }, "strip", z.ZodTypeAny, {
10661
10661
  'x-tenant': string;
10662
- authorization: string;
10662
+ 'x-service-token': string;
10663
10663
  'x-client-timezone': string;
10664
10664
  'x-code'?: string | undefined;
10665
10665
  }, {
10666
10666
  'x-tenant': string;
10667
- authorization: string;
10667
+ 'x-service-token': string;
10668
10668
  'x-code'?: string | undefined;
10669
10669
  'x-client-timezone'?: string | undefined;
10670
10670
  }>>>;
@@ -10699,17 +10699,17 @@ export declare const cxLogContract: {
10699
10699
  path: "/cx-logs/sync-sla";
10700
10700
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
10701
10701
  'x-tenant': z.ZodString;
10702
- authorization: z.ZodString;
10702
+ 'x-service-token': z.ZodString;
10703
10703
  'x-code': z.ZodOptional<z.ZodString>;
10704
10704
  'x-client-timezone': z.ZodDefault<z.ZodString>;
10705
10705
  }, "strip", z.ZodTypeAny, {
10706
10706
  'x-tenant': string;
10707
- authorization: string;
10707
+ 'x-service-token': string;
10708
10708
  'x-client-timezone': string;
10709
10709
  'x-code'?: string | undefined;
10710
10710
  }, {
10711
10711
  'x-tenant': string;
10712
- authorization: string;
10712
+ 'x-service-token': string;
10713
10713
  'x-code'?: string | undefined;
10714
10714
  'x-client-timezone'?: string | undefined;
10715
10715
  }>>>;
@@ -227,17 +227,17 @@ export declare const dashboardContract: {
227
227
  path: "dashboard";
228
228
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
229
229
  'x-tenant': z.ZodString;
230
- authorization: z.ZodString;
230
+ 'x-service-token': z.ZodString;
231
231
  'x-code': z.ZodOptional<z.ZodString>;
232
232
  'x-client-timezone': z.ZodDefault<z.ZodString>;
233
233
  }, "strip", z.ZodTypeAny, {
234
234
  'x-tenant': string;
235
- authorization: string;
235
+ 'x-service-token': string;
236
236
  'x-client-timezone': string;
237
237
  'x-code'?: string | undefined;
238
238
  }, {
239
239
  'x-tenant': string;
240
- authorization: string;
240
+ 'x-service-token': string;
241
241
  'x-code'?: string | undefined;
242
242
  'x-client-timezone'?: string | undefined;
243
243
  }>>>;
@@ -506,17 +506,17 @@ export declare const dashboardContract: {
506
506
  path: "dashboard/queue_call_dashboard";
507
507
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
508
508
  'x-tenant': z.ZodString;
509
- authorization: z.ZodString;
509
+ 'x-service-token': z.ZodString;
510
510
  'x-code': z.ZodOptional<z.ZodString>;
511
511
  'x-client-timezone': z.ZodDefault<z.ZodString>;
512
512
  }, "strip", z.ZodTypeAny, {
513
513
  'x-tenant': string;
514
- authorization: string;
514
+ 'x-service-token': string;
515
515
  'x-client-timezone': string;
516
516
  'x-code'?: string | undefined;
517
517
  }, {
518
518
  'x-tenant': string;
519
- authorization: string;
519
+ 'x-service-token': string;
520
520
  'x-code'?: string | undefined;
521
521
  'x-client-timezone'?: string | undefined;
522
522
  }>>>;
@@ -614,17 +614,17 @@ export declare const dashboardContract: {
614
614
  path: "dashboard/queue_live_call_count_list";
615
615
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
616
616
  'x-tenant': z.ZodString;
617
- authorization: z.ZodString;
617
+ 'x-service-token': z.ZodString;
618
618
  'x-code': z.ZodOptional<z.ZodString>;
619
619
  'x-client-timezone': z.ZodDefault<z.ZodString>;
620
620
  }, "strip", z.ZodTypeAny, {
621
621
  'x-tenant': string;
622
- authorization: string;
622
+ 'x-service-token': string;
623
623
  'x-client-timezone': string;
624
624
  'x-code'?: string | undefined;
625
625
  }, {
626
626
  'x-tenant': string;
627
- authorization: string;
627
+ 'x-service-token': string;
628
628
  'x-code'?: string | undefined;
629
629
  'x-client-timezone'?: string | undefined;
630
630
  }>>>;
@@ -804,17 +804,17 @@ export declare const dashboardContract: {
804
804
  path: "dashboard/query-calls";
805
805
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
806
806
  'x-tenant': z.ZodString;
807
- authorization: z.ZodString;
807
+ 'x-service-token': z.ZodString;
808
808
  'x-code': z.ZodOptional<z.ZodString>;
809
809
  'x-client-timezone': z.ZodDefault<z.ZodString>;
810
810
  }, "strip", z.ZodTypeAny, {
811
811
  'x-tenant': string;
812
- authorization: string;
812
+ 'x-service-token': string;
813
813
  'x-client-timezone': string;
814
814
  'x-code'?: string | undefined;
815
815
  }, {
816
816
  'x-tenant': string;
817
- authorization: string;
817
+ 'x-service-token': string;
818
818
  'x-code'?: string | undefined;
819
819
  'x-client-timezone'?: string | undefined;
820
820
  }>>>;
@@ -926,17 +926,17 @@ export declare const dashboardContract: {
926
926
  path: "dashboard/ticket";
927
927
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
928
928
  'x-tenant': z.ZodString;
929
- authorization: z.ZodString;
929
+ 'x-service-token': z.ZodString;
930
930
  'x-code': z.ZodOptional<z.ZodString>;
931
931
  'x-client-timezone': z.ZodDefault<z.ZodString>;
932
932
  }, "strip", z.ZodTypeAny, {
933
933
  'x-tenant': string;
934
- authorization: string;
934
+ 'x-service-token': string;
935
935
  'x-client-timezone': string;
936
936
  'x-code'?: string | undefined;
937
937
  }, {
938
938
  'x-tenant': string;
939
- authorization: string;
939
+ 'x-service-token': string;
940
940
  'x-code'?: string | undefined;
941
941
  'x-client-timezone'?: string | undefined;
942
942
  }>>>;
@@ -1000,17 +1000,17 @@ export declare const dashboardContract: {
1000
1000
  path: "dashboard/ticket/expired";
1001
1001
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1002
1002
  'x-tenant': z.ZodString;
1003
- authorization: z.ZodString;
1003
+ 'x-service-token': z.ZodString;
1004
1004
  'x-code': z.ZodOptional<z.ZodString>;
1005
1005
  'x-client-timezone': z.ZodDefault<z.ZodString>;
1006
1006
  }, "strip", z.ZodTypeAny, {
1007
1007
  'x-tenant': string;
1008
- authorization: string;
1008
+ 'x-service-token': string;
1009
1009
  'x-client-timezone': string;
1010
1010
  'x-code'?: string | undefined;
1011
1011
  }, {
1012
1012
  'x-tenant': string;
1013
- authorization: string;
1013
+ 'x-service-token': string;
1014
1014
  'x-code'?: string | undefined;
1015
1015
  'x-client-timezone'?: string | undefined;
1016
1016
  }>>>;
@@ -1073,17 +1073,17 @@ export declare const dashboardContract: {
1073
1073
  path: "dashboard/ticket/tag";
1074
1074
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1075
1075
  'x-tenant': z.ZodString;
1076
- authorization: z.ZodString;
1076
+ 'x-service-token': z.ZodString;
1077
1077
  'x-code': z.ZodOptional<z.ZodString>;
1078
1078
  'x-client-timezone': z.ZodDefault<z.ZodString>;
1079
1079
  }, "strip", z.ZodTypeAny, {
1080
1080
  'x-tenant': string;
1081
- authorization: string;
1081
+ 'x-service-token': string;
1082
1082
  'x-client-timezone': string;
1083
1083
  'x-code'?: string | undefined;
1084
1084
  }, {
1085
1085
  'x-tenant': string;
1086
- authorization: string;
1086
+ 'x-service-token': string;
1087
1087
  'x-code'?: string | undefined;
1088
1088
  'x-client-timezone'?: string | undefined;
1089
1089
  }>>>;
@@ -1144,17 +1144,17 @@ export declare const dashboardContract: {
1144
1144
  path: "dashboard/message/channel";
1145
1145
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1146
1146
  'x-tenant': z.ZodString;
1147
- authorization: z.ZodString;
1147
+ 'x-service-token': z.ZodString;
1148
1148
  'x-code': z.ZodOptional<z.ZodString>;
1149
1149
  'x-client-timezone': z.ZodDefault<z.ZodString>;
1150
1150
  }, "strip", z.ZodTypeAny, {
1151
1151
  'x-tenant': string;
1152
- authorization: string;
1152
+ 'x-service-token': string;
1153
1153
  'x-client-timezone': string;
1154
1154
  'x-code'?: string | undefined;
1155
1155
  }, {
1156
1156
  'x-tenant': string;
1157
- authorization: string;
1157
+ 'x-service-token': string;
1158
1158
  'x-code'?: string | undefined;
1159
1159
  'x-client-timezone'?: string | undefined;
1160
1160
  }>>>;
@@ -1220,17 +1220,17 @@ export declare const dashboardContract: {
1220
1220
  path: "dashboard/message/tag";
1221
1221
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1222
1222
  'x-tenant': z.ZodString;
1223
- authorization: z.ZodString;
1223
+ 'x-service-token': z.ZodString;
1224
1224
  'x-code': z.ZodOptional<z.ZodString>;
1225
1225
  'x-client-timezone': z.ZodDefault<z.ZodString>;
1226
1226
  }, "strip", z.ZodTypeAny, {
1227
1227
  'x-tenant': string;
1228
- authorization: string;
1228
+ 'x-service-token': string;
1229
1229
  'x-client-timezone': string;
1230
1230
  'x-code'?: string | undefined;
1231
1231
  }, {
1232
1232
  'x-tenant': string;
1233
- authorization: string;
1233
+ 'x-service-token': string;
1234
1234
  'x-code'?: string | undefined;
1235
1235
  'x-client-timezone'?: string | undefined;
1236
1236
  }>>>;
@@ -1296,17 +1296,17 @@ export declare const dashboardContract: {
1296
1296
  path: "dashboard/call/tag";
1297
1297
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1298
1298
  'x-tenant': z.ZodString;
1299
- authorization: z.ZodString;
1299
+ 'x-service-token': z.ZodString;
1300
1300
  'x-code': z.ZodOptional<z.ZodString>;
1301
1301
  'x-client-timezone': z.ZodDefault<z.ZodString>;
1302
1302
  }, "strip", z.ZodTypeAny, {
1303
1303
  'x-tenant': string;
1304
- authorization: string;
1304
+ 'x-service-token': string;
1305
1305
  'x-client-timezone': string;
1306
1306
  'x-code'?: string | undefined;
1307
1307
  }, {
1308
1308
  'x-tenant': string;
1309
- authorization: string;
1309
+ 'x-service-token': string;
1310
1310
  'x-code'?: string | undefined;
1311
1311
  'x-client-timezone'?: string | undefined;
1312
1312
  }>>>;
@@ -1367,17 +1367,17 @@ export declare const dashboardContract: {
1367
1367
  path: "dashboard/call/result";
1368
1368
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1369
1369
  'x-tenant': z.ZodString;
1370
- authorization: z.ZodString;
1370
+ 'x-service-token': z.ZodString;
1371
1371
  'x-code': z.ZodOptional<z.ZodString>;
1372
1372
  'x-client-timezone': z.ZodDefault<z.ZodString>;
1373
1373
  }, "strip", z.ZodTypeAny, {
1374
1374
  'x-tenant': string;
1375
- authorization: string;
1375
+ 'x-service-token': string;
1376
1376
  'x-client-timezone': string;
1377
1377
  'x-code'?: string | undefined;
1378
1378
  }, {
1379
1379
  'x-tenant': string;
1380
- authorization: string;
1380
+ 'x-service-token': string;
1381
1381
  'x-code'?: string | undefined;
1382
1382
  'x-client-timezone'?: string | undefined;
1383
1383
  }>>>;
@@ -1438,17 +1438,17 @@ export declare const dashboardContract: {
1438
1438
  path: "dashboard/message/conversation-activities";
1439
1439
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1440
1440
  'x-tenant': z.ZodString;
1441
- authorization: z.ZodString;
1441
+ 'x-service-token': z.ZodString;
1442
1442
  'x-code': z.ZodOptional<z.ZodString>;
1443
1443
  'x-client-timezone': z.ZodDefault<z.ZodString>;
1444
1444
  }, "strip", z.ZodTypeAny, {
1445
1445
  'x-tenant': string;
1446
- authorization: string;
1446
+ 'x-service-token': string;
1447
1447
  'x-client-timezone': string;
1448
1448
  'x-code'?: string | undefined;
1449
1449
  }, {
1450
1450
  'x-tenant': string;
1451
- authorization: string;
1451
+ 'x-service-token': string;
1452
1452
  'x-code'?: string | undefined;
1453
1453
  'x-client-timezone'?: string | undefined;
1454
1454
  }>>>;
@@ -1519,17 +1519,17 @@ export declare const dashboardContract: {
1519
1519
  path: "dashboard/message/status";
1520
1520
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1521
1521
  'x-tenant': z.ZodString;
1522
- authorization: z.ZodString;
1522
+ 'x-service-token': z.ZodString;
1523
1523
  'x-code': z.ZodOptional<z.ZodString>;
1524
1524
  'x-client-timezone': z.ZodDefault<z.ZodString>;
1525
1525
  }, "strip", z.ZodTypeAny, {
1526
1526
  'x-tenant': string;
1527
- authorization: string;
1527
+ 'x-service-token': string;
1528
1528
  'x-client-timezone': string;
1529
1529
  'x-code'?: string | undefined;
1530
1530
  }, {
1531
1531
  'x-tenant': string;
1532
- authorization: string;
1532
+ 'x-service-token': string;
1533
1533
  'x-code'?: string | undefined;
1534
1534
  'x-client-timezone'?: string | undefined;
1535
1535
  }>>>;
@@ -1665,17 +1665,17 @@ export declare const dashboardContract: {
1665
1665
  path: "dashboard/message/average";
1666
1666
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1667
1667
  'x-tenant': z.ZodString;
1668
- authorization: z.ZodString;
1668
+ 'x-service-token': z.ZodString;
1669
1669
  'x-code': z.ZodOptional<z.ZodString>;
1670
1670
  'x-client-timezone': z.ZodDefault<z.ZodString>;
1671
1671
  }, "strip", z.ZodTypeAny, {
1672
1672
  'x-tenant': string;
1673
- authorization: string;
1673
+ 'x-service-token': string;
1674
1674
  'x-client-timezone': string;
1675
1675
  'x-code'?: string | undefined;
1676
1676
  }, {
1677
1677
  'x-tenant': string;
1678
- authorization: string;
1678
+ 'x-service-token': string;
1679
1679
  'x-code'?: string | undefined;
1680
1680
  'x-client-timezone'?: string | undefined;
1681
1681
  }>>>;
@@ -1741,17 +1741,17 @@ export declare const dashboardContract: {
1741
1741
  path: "dashboard/message/platform";
1742
1742
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1743
1743
  'x-tenant': z.ZodString;
1744
- authorization: z.ZodString;
1744
+ 'x-service-token': z.ZodString;
1745
1745
  'x-code': z.ZodOptional<z.ZodString>;
1746
1746
  'x-client-timezone': z.ZodDefault<z.ZodString>;
1747
1747
  }, "strip", z.ZodTypeAny, {
1748
1748
  'x-tenant': string;
1749
- authorization: string;
1749
+ 'x-service-token': string;
1750
1750
  'x-client-timezone': string;
1751
1751
  'x-code'?: string | undefined;
1752
1752
  }, {
1753
1753
  'x-tenant': string;
1754
- authorization: string;
1754
+ 'x-service-token': string;
1755
1755
  'x-code'?: string | undefined;
1756
1756
  'x-client-timezone'?: string | undefined;
1757
1757
  }>>>;
@@ -1812,17 +1812,17 @@ export declare const dashboardContract: {
1812
1812
  path: "dashboard/message/disposition";
1813
1813
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1814
1814
  'x-tenant': z.ZodString;
1815
- authorization: z.ZodString;
1815
+ 'x-service-token': z.ZodString;
1816
1816
  'x-code': z.ZodOptional<z.ZodString>;
1817
1817
  'x-client-timezone': z.ZodDefault<z.ZodString>;
1818
1818
  }, "strip", z.ZodTypeAny, {
1819
1819
  'x-tenant': string;
1820
- authorization: string;
1820
+ 'x-service-token': string;
1821
1821
  'x-client-timezone': string;
1822
1822
  'x-code'?: string | undefined;
1823
1823
  }, {
1824
1824
  'x-tenant': string;
1825
- authorization: string;
1825
+ 'x-service-token': string;
1826
1826
  'x-code'?: string | undefined;
1827
1827
  'x-client-timezone'?: string | undefined;
1828
1828
  }>>>;
@@ -1888,17 +1888,17 @@ export declare const dashboardContract: {
1888
1888
  path: "dashboard/message/incoming";
1889
1889
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1890
1890
  'x-tenant': z.ZodString;
1891
- authorization: z.ZodString;
1891
+ 'x-service-token': z.ZodString;
1892
1892
  'x-code': z.ZodOptional<z.ZodString>;
1893
1893
  'x-client-timezone': z.ZodDefault<z.ZodString>;
1894
1894
  }, "strip", z.ZodTypeAny, {
1895
1895
  'x-tenant': string;
1896
- authorization: string;
1896
+ 'x-service-token': string;
1897
1897
  'x-client-timezone': string;
1898
1898
  'x-code'?: string | undefined;
1899
1899
  }, {
1900
1900
  'x-tenant': string;
1901
- authorization: string;
1901
+ 'x-service-token': string;
1902
1902
  'x-code'?: string | undefined;
1903
1903
  'x-client-timezone'?: string | undefined;
1904
1904
  }>>>;
@@ -1959,17 +1959,17 @@ export declare const dashboardContract: {
1959
1959
  path: "dashboard/message/total-incoming";
1960
1960
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1961
1961
  'x-tenant': z.ZodString;
1962
- authorization: z.ZodString;
1962
+ 'x-service-token': z.ZodString;
1963
1963
  'x-code': z.ZodOptional<z.ZodString>;
1964
1964
  'x-client-timezone': z.ZodDefault<z.ZodString>;
1965
1965
  }, "strip", z.ZodTypeAny, {
1966
1966
  'x-tenant': string;
1967
- authorization: string;
1967
+ 'x-service-token': string;
1968
1968
  'x-client-timezone': string;
1969
1969
  'x-code'?: string | undefined;
1970
1970
  }, {
1971
1971
  'x-tenant': string;
1972
- authorization: string;
1972
+ 'x-service-token': string;
1973
1973
  'x-code'?: string | undefined;
1974
1974
  'x-client-timezone'?: string | undefined;
1975
1975
  }>>>;
@@ -155,17 +155,17 @@ export declare const extensionContract: {
155
155
  path: "extension";
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
  }>>>;
@@ -357,17 +357,17 @@ export declare const extensionContract: {
357
357
  path: "extension";
358
358
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
359
359
  'x-tenant': z.ZodString;
360
- authorization: z.ZodString;
360
+ 'x-service-token': z.ZodString;
361
361
  'x-code': z.ZodOptional<z.ZodString>;
362
362
  'x-client-timezone': z.ZodDefault<z.ZodString>;
363
363
  }, "strip", z.ZodTypeAny, {
364
364
  'x-tenant': string;
365
- authorization: string;
365
+ 'x-service-token': string;
366
366
  'x-client-timezone': string;
367
367
  'x-code'?: string | undefined;
368
368
  }, {
369
369
  'x-tenant': string;
370
- authorization: string;
370
+ 'x-service-token': string;
371
371
  'x-code'?: string | undefined;
372
372
  'x-client-timezone'?: string | undefined;
373
373
  }>>>;
@@ -471,17 +471,17 @@ export declare const extensionContract: {
471
471
  path: "extension/user/:userId";
472
472
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
473
473
  'x-tenant': z.ZodString;
474
- authorization: z.ZodString;
474
+ 'x-service-token': z.ZodString;
475
475
  'x-code': z.ZodOptional<z.ZodString>;
476
476
  'x-client-timezone': z.ZodDefault<z.ZodString>;
477
477
  }, "strip", z.ZodTypeAny, {
478
478
  'x-tenant': string;
479
- authorization: string;
479
+ 'x-service-token': string;
480
480
  'x-client-timezone': string;
481
481
  'x-code'?: string | undefined;
482
482
  }, {
483
483
  'x-tenant': string;
484
- authorization: string;
484
+ 'x-service-token': string;
485
485
  'x-code'?: string | undefined;
486
486
  'x-client-timezone'?: string | undefined;
487
487
  }>>>;
@@ -621,17 +621,17 @@ export declare const extensionContract: {
621
621
  path: "extension/dialpad";
622
622
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
623
623
  'x-tenant': z.ZodString;
624
- authorization: z.ZodString;
624
+ 'x-service-token': z.ZodString;
625
625
  'x-code': z.ZodOptional<z.ZodString>;
626
626
  'x-client-timezone': z.ZodDefault<z.ZodString>;
627
627
  }, "strip", z.ZodTypeAny, {
628
628
  'x-tenant': string;
629
- authorization: string;
629
+ 'x-service-token': string;
630
630
  'x-client-timezone': string;
631
631
  'x-code'?: string | undefined;
632
632
  }, {
633
633
  'x-tenant': string;
634
- authorization: string;
634
+ 'x-service-token': string;
635
635
  'x-code'?: string | undefined;
636
636
  'x-client-timezone'?: string | undefined;
637
637
  }>>>;
@@ -793,17 +793,17 @@ export declare const extensionContract: {
793
793
  path: "extension/:id";
794
794
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
795
795
  'x-tenant': z.ZodString;
796
- authorization: z.ZodString;
796
+ 'x-service-token': z.ZodString;
797
797
  'x-code': z.ZodOptional<z.ZodString>;
798
798
  'x-client-timezone': z.ZodDefault<z.ZodString>;
799
799
  }, "strip", z.ZodTypeAny, {
800
800
  'x-tenant': string;
801
- authorization: string;
801
+ 'x-service-token': string;
802
802
  'x-client-timezone': string;
803
803
  'x-code'?: string | undefined;
804
804
  }, {
805
805
  'x-tenant': string;
806
- authorization: string;
806
+ 'x-service-token': string;
807
807
  'x-code'?: string | undefined;
808
808
  'x-client-timezone'?: string | undefined;
809
809
  }>>>;
@@ -881,17 +881,17 @@ export declare const extensionContract: {
881
881
  path: "extension/:id";
882
882
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
883
883
  'x-tenant': z.ZodString;
884
- authorization: z.ZodString;
884
+ 'x-service-token': z.ZodString;
885
885
  'x-code': z.ZodOptional<z.ZodString>;
886
886
  'x-client-timezone': z.ZodDefault<z.ZodString>;
887
887
  }, "strip", z.ZodTypeAny, {
888
888
  'x-tenant': string;
889
- authorization: string;
889
+ 'x-service-token': string;
890
890
  'x-client-timezone': string;
891
891
  'x-code'?: string | undefined;
892
892
  }, {
893
893
  'x-tenant': string;
894
- authorization: string;
894
+ 'x-service-token': string;
895
895
  'x-code'?: string | undefined;
896
896
  'x-client-timezone'?: string | undefined;
897
897
  }>>>;
@@ -962,17 +962,17 @@ export declare const extensionContract: {
962
962
  path: "extension/request-new-extension";
963
963
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
964
964
  'x-tenant': z.ZodString;
965
- authorization: z.ZodString;
965
+ 'x-service-token': z.ZodString;
966
966
  'x-code': z.ZodOptional<z.ZodString>;
967
967
  'x-client-timezone': z.ZodDefault<z.ZodString>;
968
968
  }, "strip", z.ZodTypeAny, {
969
969
  'x-tenant': string;
970
- authorization: string;
970
+ 'x-service-token': string;
971
971
  'x-client-timezone': string;
972
972
  'x-code'?: string | undefined;
973
973
  }, {
974
974
  'x-tenant': string;
975
- authorization: string;
975
+ 'x-service-token': string;
976
976
  'x-code'?: string | undefined;
977
977
  'x-client-timezone'?: string | undefined;
978
978
  }>>>;