@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
@@ -238,17 +238,17 @@ export declare const accountContract: {
238
238
  path: "email-service/mail/account";
239
239
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
240
240
  'x-tenant': z.ZodString;
241
- authorization: z.ZodString;
241
+ 'x-service-token': z.ZodString;
242
242
  'x-code': z.ZodOptional<z.ZodString>;
243
243
  'x-client-timezone': z.ZodDefault<z.ZodString>;
244
244
  }, "strip", z.ZodTypeAny, {
245
245
  'x-tenant': string;
246
- authorization: string;
246
+ 'x-service-token': string;
247
247
  'x-client-timezone': string;
248
248
  'x-code'?: string | undefined;
249
249
  }, {
250
250
  'x-tenant': string;
251
- authorization: string;
251
+ 'x-service-token': string;
252
252
  'x-code'?: string | undefined;
253
253
  'x-client-timezone'?: string | undefined;
254
254
  }>>>;
@@ -347,17 +347,17 @@ export declare const accountContract: {
347
347
  path: "email-service/mail/account/oauth2_authentication_form_link";
348
348
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
349
349
  'x-tenant': z.ZodString;
350
- authorization: z.ZodString;
350
+ 'x-service-token': z.ZodString;
351
351
  'x-code': z.ZodOptional<z.ZodString>;
352
352
  'x-client-timezone': z.ZodDefault<z.ZodString>;
353
353
  }, "strip", z.ZodTypeAny, {
354
354
  'x-tenant': string;
355
- authorization: string;
355
+ 'x-service-token': string;
356
356
  'x-client-timezone': string;
357
357
  'x-code'?: string | undefined;
358
358
  }, {
359
359
  'x-tenant': string;
360
- authorization: string;
360
+ 'x-service-token': string;
361
361
  'x-code'?: string | undefined;
362
362
  'x-client-timezone'?: string | undefined;
363
363
  }>>>;
@@ -410,17 +410,17 @@ export declare const accountContract: {
410
410
  path: "email-service/mail/account/sync";
411
411
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
412
412
  'x-tenant': z.ZodString;
413
- authorization: z.ZodString;
413
+ 'x-service-token': z.ZodString;
414
414
  'x-code': z.ZodOptional<z.ZodString>;
415
415
  'x-client-timezone': z.ZodDefault<z.ZodString>;
416
416
  }, "strip", z.ZodTypeAny, {
417
417
  'x-tenant': string;
418
- authorization: string;
418
+ 'x-service-token': string;
419
419
  'x-client-timezone': string;
420
420
  'x-code'?: string | undefined;
421
421
  }, {
422
422
  'x-tenant': string;
423
- authorization: string;
423
+ 'x-service-token': string;
424
424
  'x-code'?: string | undefined;
425
425
  'x-client-timezone'?: string | undefined;
426
426
  }>>>;
@@ -633,17 +633,17 @@ export declare const accountContract: {
633
633
  path: "email-service/mail/account/:id";
634
634
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
635
635
  'x-tenant': z.ZodString;
636
- authorization: z.ZodString;
636
+ 'x-service-token': z.ZodString;
637
637
  'x-code': z.ZodOptional<z.ZodString>;
638
638
  'x-client-timezone': z.ZodDefault<z.ZodString>;
639
639
  }, "strip", z.ZodTypeAny, {
640
640
  'x-tenant': string;
641
- authorization: string;
641
+ 'x-service-token': string;
642
642
  'x-client-timezone': string;
643
643
  'x-code'?: string | undefined;
644
644
  }, {
645
645
  'x-tenant': string;
646
- authorization: string;
646
+ 'x-service-token': string;
647
647
  'x-code'?: string | undefined;
648
648
  'x-client-timezone'?: string | undefined;
649
649
  }>>>;
@@ -859,17 +859,17 @@ export declare const accountContract: {
859
859
  path: "email-service/mail/account";
860
860
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
861
861
  'x-tenant': z.ZodString;
862
- authorization: z.ZodString;
862
+ 'x-service-token': z.ZodString;
863
863
  'x-code': z.ZodOptional<z.ZodString>;
864
864
  'x-client-timezone': z.ZodDefault<z.ZodString>;
865
865
  }, "strip", z.ZodTypeAny, {
866
866
  'x-tenant': string;
867
- authorization: string;
867
+ 'x-service-token': string;
868
868
  'x-client-timezone': string;
869
869
  'x-code'?: string | undefined;
870
870
  }, {
871
871
  'x-tenant': string;
872
- authorization: string;
872
+ 'x-service-token': string;
873
873
  'x-code'?: string | undefined;
874
874
  'x-client-timezone'?: string | undefined;
875
875
  }>>>;
@@ -1186,17 +1186,17 @@ export declare const accountContract: {
1186
1186
  path: "email-service/mail/account/:id";
1187
1187
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1188
1188
  'x-tenant': z.ZodString;
1189
- authorization: z.ZodString;
1189
+ 'x-service-token': z.ZodString;
1190
1190
  'x-code': z.ZodOptional<z.ZodString>;
1191
1191
  'x-client-timezone': z.ZodDefault<z.ZodString>;
1192
1192
  }, "strip", z.ZodTypeAny, {
1193
1193
  'x-tenant': string;
1194
- authorization: string;
1194
+ 'x-service-token': string;
1195
1195
  'x-client-timezone': string;
1196
1196
  'x-code'?: string | undefined;
1197
1197
  }, {
1198
1198
  'x-tenant': string;
1199
- authorization: string;
1199
+ 'x-service-token': string;
1200
1200
  'x-code'?: string | undefined;
1201
1201
  'x-client-timezone'?: string | undefined;
1202
1202
  }>>>;
@@ -1410,17 +1410,17 @@ export declare const accountContract: {
1410
1410
  path: "email-service/mail/account/:id/disconnect";
1411
1411
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1412
1412
  'x-tenant': z.ZodString;
1413
- authorization: z.ZodString;
1413
+ 'x-service-token': z.ZodString;
1414
1414
  'x-code': z.ZodOptional<z.ZodString>;
1415
1415
  'x-client-timezone': z.ZodDefault<z.ZodString>;
1416
1416
  }, "strip", z.ZodTypeAny, {
1417
1417
  'x-tenant': string;
1418
- authorization: string;
1418
+ 'x-service-token': string;
1419
1419
  'x-client-timezone': string;
1420
1420
  'x-code'?: string | undefined;
1421
1421
  }, {
1422
1422
  'x-tenant': string;
1423
- authorization: string;
1423
+ 'x-service-token': string;
1424
1424
  'x-code'?: string | undefined;
1425
1425
  'x-client-timezone'?: string | undefined;
1426
1426
  }>>>;
@@ -1634,17 +1634,17 @@ export declare const accountContract: {
1634
1634
  path: "email-service/mail/account/:id/reconnect";
1635
1635
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1636
1636
  'x-tenant': z.ZodString;
1637
- authorization: z.ZodString;
1637
+ 'x-service-token': z.ZodString;
1638
1638
  'x-code': z.ZodOptional<z.ZodString>;
1639
1639
  'x-client-timezone': z.ZodDefault<z.ZodString>;
1640
1640
  }, "strip", z.ZodTypeAny, {
1641
1641
  'x-tenant': string;
1642
- authorization: string;
1642
+ 'x-service-token': string;
1643
1643
  'x-client-timezone': string;
1644
1644
  'x-code'?: string | undefined;
1645
1645
  }, {
1646
1646
  'x-tenant': string;
1647
- authorization: string;
1647
+ 'x-service-token': string;
1648
1648
  'x-code'?: string | undefined;
1649
1649
  'x-client-timezone'?: string | undefined;
1650
1650
  }>>>;
@@ -1705,17 +1705,17 @@ export declare const accountContract: {
1705
1705
  path: "email-service/mail/account/:id";
1706
1706
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1707
1707
  'x-tenant': z.ZodString;
1708
- authorization: z.ZodString;
1708
+ 'x-service-token': z.ZodString;
1709
1709
  'x-code': z.ZodOptional<z.ZodString>;
1710
1710
  'x-client-timezone': z.ZodDefault<z.ZodString>;
1711
1711
  }, "strip", z.ZodTypeAny, {
1712
1712
  'x-tenant': string;
1713
- authorization: string;
1713
+ 'x-service-token': string;
1714
1714
  'x-client-timezone': string;
1715
1715
  'x-code'?: string | undefined;
1716
1716
  }, {
1717
1717
  'x-tenant': string;
1718
- authorization: string;
1718
+ 'x-service-token': string;
1719
1719
  'x-code'?: string | undefined;
1720
1720
  'x-client-timezone'?: string | undefined;
1721
1721
  }>>>;
@@ -1776,17 +1776,17 @@ export declare const accountContract: {
1776
1776
  path: "email-service/mail/account/email-engine/:account";
1777
1777
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1778
1778
  'x-tenant': z.ZodString;
1779
- authorization: z.ZodString;
1779
+ 'x-service-token': z.ZodString;
1780
1780
  'x-code': z.ZodOptional<z.ZodString>;
1781
1781
  'x-client-timezone': z.ZodDefault<z.ZodString>;
1782
1782
  }, "strip", z.ZodTypeAny, {
1783
1783
  'x-tenant': string;
1784
- authorization: string;
1784
+ 'x-service-token': string;
1785
1785
  'x-client-timezone': string;
1786
1786
  'x-code'?: string | undefined;
1787
1787
  }, {
1788
1788
  'x-tenant': string;
1789
- authorization: string;
1789
+ 'x-service-token': string;
1790
1790
  'x-code'?: string | undefined;
1791
1791
  'x-client-timezone'?: string | undefined;
1792
1792
  }>>>;
@@ -1943,17 +1943,17 @@ export declare const accountContract: {
1943
1943
  path: "email-service/mail/account/oauth2";
1944
1944
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1945
1945
  'x-tenant': z.ZodString;
1946
- authorization: z.ZodString;
1946
+ 'x-service-token': z.ZodString;
1947
1947
  'x-code': z.ZodOptional<z.ZodString>;
1948
1948
  'x-client-timezone': z.ZodDefault<z.ZodString>;
1949
1949
  }, "strip", z.ZodTypeAny, {
1950
1950
  'x-tenant': string;
1951
- authorization: string;
1951
+ 'x-service-token': string;
1952
1952
  'x-client-timezone': string;
1953
1953
  'x-code'?: string | undefined;
1954
1954
  }, {
1955
1955
  'x-tenant': string;
1956
- authorization: string;
1956
+ 'x-service-token': string;
1957
1957
  'x-code'?: string | undefined;
1958
1958
  'x-client-timezone'?: string | undefined;
1959
1959
  }>>>;
@@ -35979,17 +35979,17 @@ export declare const mailContract: {
35979
35979
  path: "email-service/mail/account";
35980
35980
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
35981
35981
  'x-tenant': import("zod").ZodString;
35982
- authorization: import("zod").ZodString;
35982
+ 'x-service-token': import("zod").ZodString;
35983
35983
  'x-code': import("zod").ZodOptional<import("zod").ZodString>;
35984
35984
  'x-client-timezone': import("zod").ZodDefault<import("zod").ZodString>;
35985
35985
  }, "strip", import("zod").ZodTypeAny, {
35986
35986
  'x-tenant': string;
35987
- authorization: string;
35987
+ 'x-service-token': string;
35988
35988
  'x-client-timezone': string;
35989
35989
  'x-code'?: string | undefined;
35990
35990
  }, {
35991
35991
  'x-tenant': string;
35992
- authorization: string;
35992
+ 'x-service-token': string;
35993
35993
  'x-code'?: string | undefined;
35994
35994
  'x-client-timezone'?: string | undefined;
35995
35995
  }>>>;
@@ -36088,17 +36088,17 @@ export declare const mailContract: {
36088
36088
  path: "email-service/mail/account/oauth2_authentication_form_link";
36089
36089
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
36090
36090
  'x-tenant': import("zod").ZodString;
36091
- authorization: import("zod").ZodString;
36091
+ 'x-service-token': import("zod").ZodString;
36092
36092
  'x-code': import("zod").ZodOptional<import("zod").ZodString>;
36093
36093
  'x-client-timezone': import("zod").ZodDefault<import("zod").ZodString>;
36094
36094
  }, "strip", import("zod").ZodTypeAny, {
36095
36095
  'x-tenant': string;
36096
- authorization: string;
36096
+ 'x-service-token': string;
36097
36097
  'x-client-timezone': string;
36098
36098
  'x-code'?: string | undefined;
36099
36099
  }, {
36100
36100
  'x-tenant': string;
36101
- authorization: string;
36101
+ 'x-service-token': string;
36102
36102
  'x-code'?: string | undefined;
36103
36103
  'x-client-timezone'?: string | undefined;
36104
36104
  }>>>;
@@ -36151,17 +36151,17 @@ export declare const mailContract: {
36151
36151
  path: "email-service/mail/account/sync";
36152
36152
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
36153
36153
  'x-tenant': import("zod").ZodString;
36154
- authorization: import("zod").ZodString;
36154
+ 'x-service-token': import("zod").ZodString;
36155
36155
  'x-code': import("zod").ZodOptional<import("zod").ZodString>;
36156
36156
  'x-client-timezone': import("zod").ZodDefault<import("zod").ZodString>;
36157
36157
  }, "strip", import("zod").ZodTypeAny, {
36158
36158
  'x-tenant': string;
36159
- authorization: string;
36159
+ 'x-service-token': string;
36160
36160
  'x-client-timezone': string;
36161
36161
  'x-code'?: string | undefined;
36162
36162
  }, {
36163
36163
  'x-tenant': string;
36164
- authorization: string;
36164
+ 'x-service-token': string;
36165
36165
  'x-code'?: string | undefined;
36166
36166
  'x-client-timezone'?: string | undefined;
36167
36167
  }>>>;
@@ -36374,17 +36374,17 @@ export declare const mailContract: {
36374
36374
  path: "email-service/mail/account/:id";
36375
36375
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
36376
36376
  'x-tenant': import("zod").ZodString;
36377
- authorization: import("zod").ZodString;
36377
+ 'x-service-token': import("zod").ZodString;
36378
36378
  'x-code': import("zod").ZodOptional<import("zod").ZodString>;
36379
36379
  'x-client-timezone': import("zod").ZodDefault<import("zod").ZodString>;
36380
36380
  }, "strip", import("zod").ZodTypeAny, {
36381
36381
  'x-tenant': string;
36382
- authorization: string;
36382
+ 'x-service-token': string;
36383
36383
  'x-client-timezone': string;
36384
36384
  'x-code'?: string | undefined;
36385
36385
  }, {
36386
36386
  'x-tenant': string;
36387
- authorization: string;
36387
+ 'x-service-token': string;
36388
36388
  'x-code'?: string | undefined;
36389
36389
  'x-client-timezone'?: string | undefined;
36390
36390
  }>>>;
@@ -36600,17 +36600,17 @@ export declare const mailContract: {
36600
36600
  path: "email-service/mail/account";
36601
36601
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
36602
36602
  'x-tenant': import("zod").ZodString;
36603
- authorization: import("zod").ZodString;
36603
+ 'x-service-token': import("zod").ZodString;
36604
36604
  'x-code': import("zod").ZodOptional<import("zod").ZodString>;
36605
36605
  'x-client-timezone': import("zod").ZodDefault<import("zod").ZodString>;
36606
36606
  }, "strip", import("zod").ZodTypeAny, {
36607
36607
  'x-tenant': string;
36608
- authorization: string;
36608
+ 'x-service-token': string;
36609
36609
  'x-client-timezone': string;
36610
36610
  'x-code'?: string | undefined;
36611
36611
  }, {
36612
36612
  'x-tenant': string;
36613
- authorization: string;
36613
+ 'x-service-token': string;
36614
36614
  'x-code'?: string | undefined;
36615
36615
  'x-client-timezone'?: string | undefined;
36616
36616
  }>>>;
@@ -36927,17 +36927,17 @@ export declare const mailContract: {
36927
36927
  path: "email-service/mail/account/:id";
36928
36928
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
36929
36929
  'x-tenant': import("zod").ZodString;
36930
- authorization: import("zod").ZodString;
36930
+ 'x-service-token': import("zod").ZodString;
36931
36931
  'x-code': import("zod").ZodOptional<import("zod").ZodString>;
36932
36932
  'x-client-timezone': import("zod").ZodDefault<import("zod").ZodString>;
36933
36933
  }, "strip", import("zod").ZodTypeAny, {
36934
36934
  'x-tenant': string;
36935
- authorization: string;
36935
+ 'x-service-token': string;
36936
36936
  'x-client-timezone': string;
36937
36937
  'x-code'?: string | undefined;
36938
36938
  }, {
36939
36939
  'x-tenant': string;
36940
- authorization: string;
36940
+ 'x-service-token': string;
36941
36941
  'x-code'?: string | undefined;
36942
36942
  'x-client-timezone'?: string | undefined;
36943
36943
  }>>>;
@@ -37151,17 +37151,17 @@ export declare const mailContract: {
37151
37151
  path: "email-service/mail/account/:id/disconnect";
37152
37152
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
37153
37153
  'x-tenant': import("zod").ZodString;
37154
- authorization: import("zod").ZodString;
37154
+ 'x-service-token': import("zod").ZodString;
37155
37155
  'x-code': import("zod").ZodOptional<import("zod").ZodString>;
37156
37156
  'x-client-timezone': import("zod").ZodDefault<import("zod").ZodString>;
37157
37157
  }, "strip", import("zod").ZodTypeAny, {
37158
37158
  'x-tenant': string;
37159
- authorization: string;
37159
+ 'x-service-token': string;
37160
37160
  'x-client-timezone': string;
37161
37161
  'x-code'?: string | undefined;
37162
37162
  }, {
37163
37163
  'x-tenant': string;
37164
- authorization: string;
37164
+ 'x-service-token': string;
37165
37165
  'x-code'?: string | undefined;
37166
37166
  'x-client-timezone'?: string | undefined;
37167
37167
  }>>>;
@@ -37375,17 +37375,17 @@ export declare const mailContract: {
37375
37375
  path: "email-service/mail/account/:id/reconnect";
37376
37376
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
37377
37377
  'x-tenant': import("zod").ZodString;
37378
- authorization: import("zod").ZodString;
37378
+ 'x-service-token': import("zod").ZodString;
37379
37379
  'x-code': import("zod").ZodOptional<import("zod").ZodString>;
37380
37380
  'x-client-timezone': import("zod").ZodDefault<import("zod").ZodString>;
37381
37381
  }, "strip", import("zod").ZodTypeAny, {
37382
37382
  'x-tenant': string;
37383
- authorization: string;
37383
+ 'x-service-token': string;
37384
37384
  'x-client-timezone': string;
37385
37385
  'x-code'?: string | undefined;
37386
37386
  }, {
37387
37387
  'x-tenant': string;
37388
- authorization: string;
37388
+ 'x-service-token': string;
37389
37389
  'x-code'?: string | undefined;
37390
37390
  'x-client-timezone'?: string | undefined;
37391
37391
  }>>>;
@@ -37446,17 +37446,17 @@ export declare const mailContract: {
37446
37446
  path: "email-service/mail/account/:id";
37447
37447
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
37448
37448
  'x-tenant': import("zod").ZodString;
37449
- authorization: import("zod").ZodString;
37449
+ 'x-service-token': import("zod").ZodString;
37450
37450
  'x-code': import("zod").ZodOptional<import("zod").ZodString>;
37451
37451
  'x-client-timezone': import("zod").ZodDefault<import("zod").ZodString>;
37452
37452
  }, "strip", import("zod").ZodTypeAny, {
37453
37453
  'x-tenant': string;
37454
- authorization: string;
37454
+ 'x-service-token': string;
37455
37455
  'x-client-timezone': string;
37456
37456
  'x-code'?: string | undefined;
37457
37457
  }, {
37458
37458
  'x-tenant': string;
37459
- authorization: string;
37459
+ 'x-service-token': string;
37460
37460
  'x-code'?: string | undefined;
37461
37461
  'x-client-timezone'?: string | undefined;
37462
37462
  }>>>;
@@ -37517,17 +37517,17 @@ export declare const mailContract: {
37517
37517
  path: "email-service/mail/account/email-engine/:account";
37518
37518
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
37519
37519
  'x-tenant': import("zod").ZodString;
37520
- authorization: import("zod").ZodString;
37520
+ 'x-service-token': import("zod").ZodString;
37521
37521
  'x-code': import("zod").ZodOptional<import("zod").ZodString>;
37522
37522
  'x-client-timezone': import("zod").ZodDefault<import("zod").ZodString>;
37523
37523
  }, "strip", import("zod").ZodTypeAny, {
37524
37524
  'x-tenant': string;
37525
- authorization: string;
37525
+ 'x-service-token': string;
37526
37526
  'x-client-timezone': string;
37527
37527
  'x-code'?: string | undefined;
37528
37528
  }, {
37529
37529
  'x-tenant': string;
37530
- authorization: string;
37530
+ 'x-service-token': string;
37531
37531
  'x-code'?: string | undefined;
37532
37532
  'x-client-timezone'?: string | undefined;
37533
37533
  }>>>;
@@ -37684,17 +37684,17 @@ export declare const mailContract: {
37684
37684
  path: "email-service/mail/account/oauth2";
37685
37685
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
37686
37686
  'x-tenant': import("zod").ZodString;
37687
- authorization: import("zod").ZodString;
37687
+ 'x-service-token': import("zod").ZodString;
37688
37688
  'x-code': import("zod").ZodOptional<import("zod").ZodString>;
37689
37689
  'x-client-timezone': import("zod").ZodDefault<import("zod").ZodString>;
37690
37690
  }, "strip", import("zod").ZodTypeAny, {
37691
37691
  'x-tenant': string;
37692
- authorization: string;
37692
+ 'x-service-token': string;
37693
37693
  'x-client-timezone': string;
37694
37694
  'x-code'?: string | undefined;
37695
37695
  }, {
37696
37696
  'x-tenant': string;
37697
- authorization: string;
37697
+ 'x-service-token': string;
37698
37698
  'x-code'?: string | undefined;
37699
37699
  'x-client-timezone'?: string | undefined;
37700
37700
  }>>>;
@@ -84,17 +84,17 @@ export declare const permissionContract: {
84
84
  path: "permission";
85
85
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
86
86
  'x-tenant': z.ZodString;
87
- authorization: z.ZodString;
87
+ 'x-service-token': z.ZodString;
88
88
  'x-code': z.ZodOptional<z.ZodString>;
89
89
  'x-client-timezone': z.ZodDefault<z.ZodString>;
90
90
  }, "strip", z.ZodTypeAny, {
91
91
  'x-tenant': string;
92
- authorization: string;
92
+ 'x-service-token': string;
93
93
  'x-client-timezone': string;
94
94
  'x-code'?: string | undefined;
95
95
  }, {
96
96
  'x-tenant': string;
97
- authorization: string;
97
+ 'x-service-token': string;
98
98
  'x-code'?: string | undefined;
99
99
  'x-client-timezone'?: string | undefined;
100
100
  }>>>;
@@ -91,17 +91,17 @@ export declare const presenceStatusContract: {
91
91
  path: "presence_status";
92
92
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
93
93
  'x-tenant': z.ZodString;
94
- authorization: z.ZodString;
94
+ 'x-service-token': z.ZodString;
95
95
  'x-code': z.ZodOptional<z.ZodString>;
96
96
  'x-client-timezone': z.ZodDefault<z.ZodString>;
97
97
  }, "strip", z.ZodTypeAny, {
98
98
  'x-tenant': string;
99
- authorization: string;
99
+ 'x-service-token': string;
100
100
  'x-client-timezone': string;
101
101
  'x-code'?: string | undefined;
102
102
  }, {
103
103
  'x-tenant': string;
104
- authorization: string;
104
+ 'x-service-token': string;
105
105
  'x-code'?: string | undefined;
106
106
  'x-client-timezone'?: string | undefined;
107
107
  }>>>;
@@ -224,17 +224,17 @@ export declare const presenceStatusContract: {
224
224
  path: "presence_status";
225
225
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
226
226
  'x-tenant': z.ZodString;
227
- authorization: z.ZodString;
227
+ 'x-service-token': z.ZodString;
228
228
  'x-code': z.ZodOptional<z.ZodString>;
229
229
  'x-client-timezone': z.ZodDefault<z.ZodString>;
230
230
  }, "strip", z.ZodTypeAny, {
231
231
  'x-tenant': string;
232
- authorization: string;
232
+ 'x-service-token': string;
233
233
  'x-client-timezone': string;
234
234
  'x-code'?: string | undefined;
235
235
  }, {
236
236
  'x-tenant': string;
237
- authorization: string;
237
+ 'x-service-token': string;
238
238
  'x-code'?: string | undefined;
239
239
  'x-client-timezone'?: string | undefined;
240
240
  }>>>;
@@ -326,17 +326,17 @@ export declare const presenceStatusContract: {
326
326
  path: "presence_status/:id";
327
327
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
328
328
  'x-tenant': z.ZodString;
329
- authorization: z.ZodString;
329
+ 'x-service-token': z.ZodString;
330
330
  'x-code': z.ZodOptional<z.ZodString>;
331
331
  'x-client-timezone': z.ZodDefault<z.ZodString>;
332
332
  }, "strip", z.ZodTypeAny, {
333
333
  'x-tenant': string;
334
- authorization: string;
334
+ 'x-service-token': string;
335
335
  'x-client-timezone': string;
336
336
  'x-code'?: string | undefined;
337
337
  }, {
338
338
  'x-tenant': string;
339
- authorization: string;
339
+ 'x-service-token': string;
340
340
  'x-code'?: string | undefined;
341
341
  'x-client-timezone'?: string | undefined;
342
342
  }>>>;
@@ -466,17 +466,17 @@ export declare const presenceStatusContract: {
466
466
  path: "presence_status/:id";
467
467
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
468
468
  'x-tenant': z.ZodString;
469
- authorization: z.ZodString;
469
+ 'x-service-token': z.ZodString;
470
470
  'x-code': z.ZodOptional<z.ZodString>;
471
471
  'x-client-timezone': z.ZodDefault<z.ZodString>;
472
472
  }, "strip", z.ZodTypeAny, {
473
473
  'x-tenant': string;
474
- authorization: string;
474
+ 'x-service-token': string;
475
475
  'x-client-timezone': string;
476
476
  'x-code'?: string | undefined;
477
477
  }, {
478
478
  'x-tenant': string;
479
- authorization: string;
479
+ 'x-service-token': string;
480
480
  'x-code'?: string | undefined;
481
481
  'x-client-timezone'?: string | undefined;
482
482
  }>>>;
@@ -537,17 +537,17 @@ export declare const presenceStatusContract: {
537
537
  path: "presence_status/:id";
538
538
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
539
539
  'x-tenant': z.ZodString;
540
- authorization: z.ZodString;
540
+ 'x-service-token': z.ZodString;
541
541
  'x-code': z.ZodOptional<z.ZodString>;
542
542
  'x-client-timezone': z.ZodDefault<z.ZodString>;
543
543
  }, "strip", z.ZodTypeAny, {
544
544
  'x-tenant': string;
545
- authorization: string;
545
+ 'x-service-token': string;
546
546
  'x-client-timezone': string;
547
547
  'x-code'?: string | undefined;
548
548
  }, {
549
549
  'x-tenant': string;
550
- authorization: string;
550
+ 'x-service-token': string;
551
551
  'x-code'?: string | undefined;
552
552
  'x-client-timezone'?: string | undefined;
553
553
  }>>>;