@kl1/contracts 1.2.49-uat → 1.2.51-uat

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) 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/subscription/index.d.ts +55 -76
  23. package/dist/api-contracts/src/subscription/index.d.ts.map +1 -1
  24. package/dist/api-contracts/src/subscription/schema.d.ts +0 -53
  25. package/dist/api-contracts/src/subscription/schema.d.ts.map +1 -1
  26. package/dist/api-contracts/src/tag/index.d.ts +12 -12
  27. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +9 -9
  28. package/dist/api-contracts/src/telephony-cdr/index.d.ts +42 -42
  29. package/dist/api-contracts/src/telephony-extension/index.d.ts +3 -3
  30. package/dist/api-contracts/src/ticket/index.d.ts +76 -76
  31. package/dist/api-contracts/src/upload/index.d.ts +6 -6
  32. package/dist/api-contracts/src/user/index.d.ts +18 -18
  33. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +6 -6
  34. package/dist/api-contracts/src/widget/index.d.ts +27 -27
  35. package/dist/api-contracts/src/wrap-up-form/index.d.ts +18 -18
  36. package/dist/index.js +7 -7
  37. package/dist/index.js.map +1 -1
  38. package/dist/index.mjs +7 -7
  39. package/dist/index.mjs.map +1 -1
  40. package/package.json +1 -1
@@ -8595,17 +8595,17 @@ export declare const mainFeedContract: {
8595
8595
  path: "/feed-post/:id";
8596
8596
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
8597
8597
  'x-tenant': z.ZodString;
8598
- authorization: z.ZodString;
8598
+ 'x-service-token': z.ZodString;
8599
8599
  'x-code': z.ZodOptional<z.ZodString>;
8600
8600
  'x-client-timezone': z.ZodDefault<z.ZodString>;
8601
8601
  }, "strip", z.ZodTypeAny, {
8602
8602
  'x-tenant': string;
8603
- authorization: string;
8603
+ 'x-service-token': string;
8604
8604
  'x-client-timezone': string;
8605
8605
  'x-code'?: string | undefined;
8606
8606
  }, {
8607
8607
  'x-tenant': string;
8608
- authorization: string;
8608
+ 'x-service-token': string;
8609
8609
  'x-code'?: string | undefined;
8610
8610
  'x-client-timezone'?: string | undefined;
8611
8611
  }>>>;
@@ -28082,17 +28082,17 @@ export declare const mainFeedContract: {
28082
28082
  path: "/feed-post/message/:parentId/relevance";
28083
28083
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
28084
28084
  'x-tenant': z.ZodString;
28085
- authorization: z.ZodString;
28085
+ 'x-service-token': z.ZodString;
28086
28086
  'x-code': z.ZodOptional<z.ZodString>;
28087
28087
  'x-client-timezone': z.ZodDefault<z.ZodString>;
28088
28088
  }, "strip", z.ZodTypeAny, {
28089
28089
  'x-tenant': string;
28090
- authorization: string;
28090
+ 'x-service-token': string;
28091
28091
  'x-client-timezone': string;
28092
28092
  'x-code'?: string | undefined;
28093
28093
  }, {
28094
28094
  'x-tenant': string;
28095
- authorization: string;
28095
+ 'x-service-token': string;
28096
28096
  'x-code'?: string | undefined;
28097
28097
  'x-client-timezone'?: string | undefined;
28098
28098
  }>>>;
@@ -32575,17 +32575,17 @@ export declare const mainChatRoomContract: {
32575
32575
  path: "chat/rooms";
32576
32576
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
32577
32577
  'x-tenant': z.ZodString;
32578
- authorization: z.ZodString;
32578
+ 'x-service-token': z.ZodString;
32579
32579
  'x-code': z.ZodOptional<z.ZodString>;
32580
32580
  'x-client-timezone': z.ZodDefault<z.ZodString>;
32581
32581
  }, "strip", z.ZodTypeAny, {
32582
32582
  'x-tenant': string;
32583
- authorization: string;
32583
+ 'x-service-token': string;
32584
32584
  'x-client-timezone': string;
32585
32585
  'x-code'?: string | undefined;
32586
32586
  }, {
32587
32587
  'x-tenant': string;
32588
- authorization: string;
32588
+ 'x-service-token': string;
32589
32589
  'x-code'?: string | undefined;
32590
32590
  'x-client-timezone'?: string | undefined;
32591
32591
  }>>>;
@@ -37982,17 +37982,17 @@ export declare const mainChatRoomContract: {
37982
37982
  path: "chat/room/:roomId";
37983
37983
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
37984
37984
  'x-tenant': z.ZodString;
37985
- authorization: z.ZodString;
37985
+ 'x-service-token': z.ZodString;
37986
37986
  'x-code': z.ZodOptional<z.ZodString>;
37987
37987
  'x-client-timezone': z.ZodDefault<z.ZodString>;
37988
37988
  }, "strip", z.ZodTypeAny, {
37989
37989
  'x-tenant': string;
37990
- authorization: string;
37990
+ 'x-service-token': string;
37991
37991
  'x-client-timezone': string;
37992
37992
  'x-code'?: string | undefined;
37993
37993
  }, {
37994
37994
  'x-tenant': string;
37995
- authorization: string;
37995
+ 'x-service-token': string;
37996
37996
  'x-code'?: string | undefined;
37997
37997
  'x-client-timezone'?: string | undefined;
37998
37998
  }>>>;
@@ -42327,17 +42327,17 @@ export declare const mainChatRoomContract: {
42327
42327
  path: "chat/room/solve";
42328
42328
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
42329
42329
  'x-tenant': z.ZodString;
42330
- authorization: z.ZodString;
42330
+ 'x-service-token': z.ZodString;
42331
42331
  'x-code': z.ZodOptional<z.ZodString>;
42332
42332
  'x-client-timezone': z.ZodDefault<z.ZodString>;
42333
42333
  }, "strip", z.ZodTypeAny, {
42334
42334
  'x-tenant': string;
42335
- authorization: string;
42335
+ 'x-service-token': string;
42336
42336
  'x-client-timezone': string;
42337
42337
  'x-code'?: string | undefined;
42338
42338
  }, {
42339
42339
  'x-tenant': string;
42340
- authorization: string;
42340
+ 'x-service-token': string;
42341
42341
  'x-code'?: string | undefined;
42342
42342
  'x-client-timezone'?: string | undefined;
42343
42343
  }>>>;
@@ -47878,17 +47878,17 @@ export declare const mainChatRoomContract: {
47878
47878
  path: "chat/room/create/:platformContactId";
47879
47879
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
47880
47880
  'x-tenant': z.ZodString;
47881
- authorization: z.ZodString;
47881
+ 'x-service-token': z.ZodString;
47882
47882
  'x-code': z.ZodOptional<z.ZodString>;
47883
47883
  'x-client-timezone': z.ZodDefault<z.ZodString>;
47884
47884
  }, "strip", z.ZodTypeAny, {
47885
47885
  'x-tenant': string;
47886
- authorization: string;
47886
+ 'x-service-token': string;
47887
47887
  'x-client-timezone': string;
47888
47888
  'x-code'?: string | undefined;
47889
47889
  }, {
47890
47890
  'x-tenant': string;
47891
- authorization: string;
47891
+ 'x-service-token': string;
47892
47892
  'x-code'?: string | undefined;
47893
47893
  'x-client-timezone'?: string | undefined;
47894
47894
  }>>>;
@@ -52211,17 +52211,17 @@ export declare const mainChatRoomContract: {
52211
52211
  path: "chat/room/read/:roomId";
52212
52212
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
52213
52213
  'x-tenant': z.ZodString;
52214
- authorization: z.ZodString;
52214
+ 'x-service-token': z.ZodString;
52215
52215
  'x-code': z.ZodOptional<z.ZodString>;
52216
52216
  'x-client-timezone': z.ZodDefault<z.ZodString>;
52217
52217
  }, "strip", z.ZodTypeAny, {
52218
52218
  'x-tenant': string;
52219
- authorization: string;
52219
+ 'x-service-token': string;
52220
52220
  'x-client-timezone': string;
52221
52221
  'x-code'?: string | undefined;
52222
52222
  }, {
52223
52223
  'x-tenant': string;
52224
- authorization: string;
52224
+ 'x-service-token': string;
52225
52225
  'x-code'?: string | undefined;
52226
52226
  'x-client-timezone'?: string | undefined;
52227
52227
  }>>>;
@@ -56559,17 +56559,17 @@ export declare const mainChatRoomContract: {
56559
56559
  path: "chat/search";
56560
56560
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
56561
56561
  'x-tenant': z.ZodString;
56562
- authorization: z.ZodString;
56562
+ 'x-service-token': z.ZodString;
56563
56563
  'x-code': z.ZodOptional<z.ZodString>;
56564
56564
  'x-client-timezone': z.ZodDefault<z.ZodString>;
56565
56565
  }, "strip", z.ZodTypeAny, {
56566
56566
  'x-tenant': string;
56567
- authorization: string;
56567
+ 'x-service-token': string;
56568
56568
  'x-client-timezone': string;
56569
56569
  'x-code'?: string | undefined;
56570
56570
  }, {
56571
56571
  'x-tenant': string;
56572
- authorization: string;
56572
+ 'x-service-token': string;
56573
56573
  'x-code'?: string | undefined;
56574
56574
  'x-client-timezone'?: string | undefined;
56575
56575
  }>>>;
@@ -74902,17 +74902,17 @@ export declare const mainChatContract: {
74902
74902
  path: "chat/message";
74903
74903
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
74904
74904
  'x-tenant': z.ZodString;
74905
- authorization: z.ZodString;
74905
+ 'x-service-token': z.ZodString;
74906
74906
  'x-code': z.ZodOptional<z.ZodString>;
74907
74907
  'x-client-timezone': z.ZodDefault<z.ZodString>;
74908
74908
  }, "strip", z.ZodTypeAny, {
74909
74909
  'x-tenant': string;
74910
- authorization: string;
74910
+ 'x-service-token': string;
74911
74911
  'x-client-timezone': string;
74912
74912
  'x-code'?: string | undefined;
74913
74913
  }, {
74914
74914
  'x-tenant': string;
74915
- authorization: string;
74915
+ 'x-service-token': string;
74916
74916
  'x-code'?: string | undefined;
74917
74917
  'x-client-timezone'?: string | undefined;
74918
74918
  }>>>;
@@ -74949,17 +74949,17 @@ export declare const mainChatContract: {
74949
74949
  path: "chat/rooms/unread-count";
74950
74950
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
74951
74951
  'x-tenant': z.ZodString;
74952
- authorization: z.ZodString;
74952
+ 'x-service-token': z.ZodString;
74953
74953
  'x-code': z.ZodOptional<z.ZodString>;
74954
74954
  'x-client-timezone': z.ZodDefault<z.ZodString>;
74955
74955
  }, "strip", z.ZodTypeAny, {
74956
74956
  'x-tenant': string;
74957
- authorization: string;
74957
+ 'x-service-token': string;
74958
74958
  'x-client-timezone': string;
74959
74959
  'x-code'?: string | undefined;
74960
74960
  }, {
74961
74961
  'x-tenant': string;
74962
- authorization: string;
74962
+ 'x-service-token': string;
74963
74963
  'x-code'?: string | undefined;
74964
74964
  'x-client-timezone'?: string | undefined;
74965
74965
  }>>>;
@@ -75001,17 +75001,17 @@ export declare const mainChatContract: {
75001
75001
  path: "chat/rooms/:platformContactId";
75002
75002
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
75003
75003
  'x-tenant': z.ZodString;
75004
- authorization: z.ZodString;
75004
+ 'x-service-token': z.ZodString;
75005
75005
  'x-code': z.ZodOptional<z.ZodString>;
75006
75006
  'x-client-timezone': z.ZodDefault<z.ZodString>;
75007
75007
  }, "strip", z.ZodTypeAny, {
75008
75008
  'x-tenant': string;
75009
- authorization: string;
75009
+ 'x-service-token': string;
75010
75010
  'x-client-timezone': string;
75011
75011
  'x-code'?: string | undefined;
75012
75012
  }, {
75013
75013
  'x-tenant': string;
75014
- authorization: string;
75014
+ 'x-service-token': string;
75015
75015
  'x-code'?: string | undefined;
75016
75016
  'x-client-timezone'?: string | undefined;
75017
75017
  }>>>;
@@ -86752,17 +86752,17 @@ export declare const mainChatContract: {
86752
86752
  path: "chat/message/:roomId";
86753
86753
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
86754
86754
  'x-tenant': z.ZodString;
86755
- authorization: z.ZodString;
86755
+ 'x-service-token': z.ZodString;
86756
86756
  'x-code': z.ZodOptional<z.ZodString>;
86757
86757
  'x-client-timezone': z.ZodDefault<z.ZodString>;
86758
86758
  }, "strip", z.ZodTypeAny, {
86759
86759
  'x-tenant': string;
86760
- authorization: string;
86760
+ 'x-service-token': string;
86761
86761
  'x-client-timezone': string;
86762
86762
  'x-code'?: string | undefined;
86763
86763
  }, {
86764
86764
  'x-tenant': string;
86765
- authorization: string;
86765
+ 'x-service-token': string;
86766
86766
  'x-code'?: string | undefined;
86767
86767
  'x-client-timezone'?: string | undefined;
86768
86768
  }>>>;
@@ -91095,17 +91095,17 @@ export declare const mainChatContract: {
91095
91095
  path: "chat/rooms/assignee/update_rooms";
91096
91096
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
91097
91097
  'x-tenant': z.ZodString;
91098
- authorization: z.ZodString;
91098
+ 'x-service-token': z.ZodString;
91099
91099
  'x-code': z.ZodOptional<z.ZodString>;
91100
91100
  'x-client-timezone': z.ZodDefault<z.ZodString>;
91101
91101
  }, "strip", z.ZodTypeAny, {
91102
91102
  'x-tenant': string;
91103
- authorization: string;
91103
+ 'x-service-token': string;
91104
91104
  'x-client-timezone': string;
91105
91105
  'x-code'?: string | undefined;
91106
91106
  }, {
91107
91107
  'x-tenant': string;
91108
- authorization: string;
91108
+ 'x-service-token': string;
91109
91109
  'x-code'?: string | undefined;
91110
91110
  'x-client-timezone'?: string | undefined;
91111
91111
  }>>>;
@@ -95438,17 +95438,17 @@ export declare const mainChatContract: {
95438
95438
  path: "chat/room/assignee/update";
95439
95439
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
95440
95440
  'x-tenant': z.ZodString;
95441
- authorization: z.ZodString;
95441
+ 'x-service-token': z.ZodString;
95442
95442
  'x-code': z.ZodOptional<z.ZodString>;
95443
95443
  'x-client-timezone': z.ZodDefault<z.ZodString>;
95444
95444
  }, "strip", z.ZodTypeAny, {
95445
95445
  'x-tenant': string;
95446
- authorization: string;
95446
+ 'x-service-token': string;
95447
95447
  'x-client-timezone': string;
95448
95448
  'x-code'?: string | undefined;
95449
95449
  }, {
95450
95450
  'x-tenant': string;
95451
- authorization: string;
95451
+ 'x-service-token': string;
95452
95452
  'x-code'?: string | undefined;
95453
95453
  'x-client-timezone'?: string | undefined;
95454
95454
  }>>>;
@@ -96469,17 +96469,17 @@ export declare const mainChatContract: {
96469
96469
  path: "chat/contact/:contactId";
96470
96470
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
96471
96471
  'x-tenant': z.ZodString;
96472
- authorization: z.ZodString;
96472
+ 'x-service-token': z.ZodString;
96473
96473
  'x-code': z.ZodOptional<z.ZodString>;
96474
96474
  'x-client-timezone': z.ZodDefault<z.ZodString>;
96475
96475
  }, "strip", z.ZodTypeAny, {
96476
96476
  'x-tenant': string;
96477
- authorization: string;
96477
+ 'x-service-token': string;
96478
96478
  'x-client-timezone': string;
96479
96479
  'x-code'?: string | undefined;
96480
96480
  }, {
96481
96481
  'x-tenant': string;
96482
- authorization: string;
96482
+ 'x-service-token': string;
96483
96483
  'x-code'?: string | undefined;
96484
96484
  'x-client-timezone'?: string | undefined;
96485
96485
  }>>>;
@@ -100832,17 +100832,17 @@ export declare const mainChatContract: {
100832
100832
  path: "chat/room";
100833
100833
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
100834
100834
  'x-tenant': z.ZodString;
100835
- authorization: z.ZodString;
100835
+ 'x-service-token': z.ZodString;
100836
100836
  'x-code': z.ZodOptional<z.ZodString>;
100837
100837
  'x-client-timezone': z.ZodDefault<z.ZodString>;
100838
100838
  }, "strip", z.ZodTypeAny, {
100839
100839
  'x-tenant': string;
100840
- authorization: string;
100840
+ 'x-service-token': string;
100841
100841
  'x-client-timezone': string;
100842
100842
  'x-code'?: string | undefined;
100843
100843
  }, {
100844
100844
  'x-tenant': string;
100845
- authorization: string;
100845
+ 'x-service-token': string;
100846
100846
  'x-code'?: string | undefined;
100847
100847
  'x-client-timezone'?: string | undefined;
100848
100848
  }>>>;
@@ -109087,17 +109087,17 @@ export declare const initiateMessageContract: {
109087
109087
  path: "chat/initiate-message";
109088
109088
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
109089
109089
  'x-tenant': z.ZodString;
109090
- authorization: z.ZodString;
109090
+ 'x-service-token': z.ZodString;
109091
109091
  'x-code': z.ZodOptional<z.ZodString>;
109092
109092
  'x-client-timezone': z.ZodDefault<z.ZodString>;
109093
109093
  }, "strip", z.ZodTypeAny, {
109094
109094
  'x-tenant': string;
109095
- authorization: string;
109095
+ 'x-service-token': string;
109096
109096
  'x-client-timezone': string;
109097
109097
  'x-code'?: string | undefined;
109098
109098
  }, {
109099
109099
  'x-tenant': string;
109100
- authorization: string;
109100
+ 'x-service-token': string;
109101
109101
  'x-code'?: string | undefined;
109102
109102
  'x-client-timezone'?: string | undefined;
109103
109103
  }>>>;
@@ -127430,17 +127430,17 @@ export declare const mainChatMessageContract: {
127430
127430
  path: "chat/message";
127431
127431
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
127432
127432
  'x-tenant': z.ZodString;
127433
- authorization: z.ZodString;
127433
+ 'x-service-token': z.ZodString;
127434
127434
  'x-code': z.ZodOptional<z.ZodString>;
127435
127435
  'x-client-timezone': z.ZodDefault<z.ZodString>;
127436
127436
  }, "strip", z.ZodTypeAny, {
127437
127437
  'x-tenant': string;
127438
- authorization: string;
127438
+ 'x-service-token': string;
127439
127439
  'x-client-timezone': string;
127440
127440
  'x-code'?: string | undefined;
127441
127441
  }, {
127442
127442
  'x-tenant': string;
127443
- authorization: string;
127443
+ 'x-service-token': string;
127444
127444
  'x-code'?: string | undefined;
127445
127445
  'x-client-timezone'?: string | undefined;
127446
127446
  }>>>;
@@ -128287,17 +128287,17 @@ export declare const mainChatMessageContract: {
128287
128287
  path: "chat/message";
128288
128288
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
128289
128289
  'x-tenant': z.ZodString;
128290
- authorization: z.ZodString;
128290
+ 'x-service-token': z.ZodString;
128291
128291
  'x-code': z.ZodOptional<z.ZodString>;
128292
128292
  'x-client-timezone': z.ZodDefault<z.ZodString>;
128293
128293
  }, "strip", z.ZodTypeAny, {
128294
128294
  'x-tenant': string;
128295
- authorization: string;
128295
+ 'x-service-token': string;
128296
128296
  'x-client-timezone': string;
128297
128297
  'x-code'?: string | undefined;
128298
128298
  }, {
128299
128299
  'x-tenant': string;
128300
- authorization: string;
128300
+ 'x-service-token': string;
128301
128301
  'x-code'?: string | undefined;
128302
128302
  'x-client-timezone'?: string | undefined;
128303
128303
  }>>>;
@@ -136496,17 +136496,17 @@ export declare const mainChatMessageContract: {
136496
136496
  path: "chat/edited-messages/:messageId";
136497
136497
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
136498
136498
  'x-tenant': z.ZodString;
136499
- authorization: z.ZodString;
136499
+ 'x-service-token': z.ZodString;
136500
136500
  'x-code': z.ZodOptional<z.ZodString>;
136501
136501
  'x-client-timezone': z.ZodDefault<z.ZodString>;
136502
136502
  }, "strip", z.ZodTypeAny, {
136503
136503
  'x-tenant': string;
136504
- authorization: string;
136504
+ 'x-service-token': string;
136505
136505
  'x-client-timezone': string;
136506
136506
  'x-code'?: string | undefined;
136507
136507
  }, {
136508
136508
  'x-tenant': string;
136509
- authorization: string;
136509
+ 'x-service-token': string;
136510
136510
  'x-code'?: string | undefined;
136511
136511
  'x-client-timezone'?: string | undefined;
136512
136512
  }>>>;
@@ -4979,20 +4979,20 @@ export declare const commentContract: {
4979
4979
  error?: any;
4980
4980
  }>;
4981
4981
  };
4982
- path: "ticket-service/comment";
4982
+ path: "ts/comment";
4983
4983
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
4984
4984
  'x-tenant': z.ZodString;
4985
- authorization: z.ZodString;
4985
+ 'x-service-token': z.ZodString;
4986
4986
  'x-code': z.ZodOptional<z.ZodString>;
4987
4987
  'x-client-timezone': z.ZodDefault<z.ZodString>;
4988
4988
  }, "strip", z.ZodTypeAny, {
4989
4989
  'x-tenant': string;
4990
- authorization: string;
4990
+ 'x-service-token': string;
4991
4991
  'x-client-timezone': string;
4992
4992
  'x-code'?: string | undefined;
4993
4993
  }, {
4994
4994
  'x-tenant': string;
4995
- authorization: string;
4995
+ 'x-service-token': string;
4996
4996
  'x-code'?: string | undefined;
4997
4997
  'x-client-timezone'?: string | undefined;
4998
4998
  }>>>;
@@ -9052,20 +9052,20 @@ export declare const commentContract: {
9052
9052
  error?: any;
9053
9053
  }>;
9054
9054
  };
9055
- path: "ticket-service/comment";
9055
+ path: "ts/comment";
9056
9056
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
9057
9057
  'x-tenant': z.ZodString;
9058
- authorization: z.ZodString;
9058
+ 'x-service-token': z.ZodString;
9059
9059
  'x-code': z.ZodOptional<z.ZodString>;
9060
9060
  'x-client-timezone': z.ZodDefault<z.ZodString>;
9061
9061
  }, "strip", z.ZodTypeAny, {
9062
9062
  'x-tenant': string;
9063
- authorization: string;
9063
+ 'x-service-token': string;
9064
9064
  'x-client-timezone': string;
9065
9065
  'x-code'?: string | undefined;
9066
9066
  }, {
9067
9067
  'x-tenant': string;
9068
- authorization: string;
9068
+ 'x-service-token': string;
9069
9069
  'x-code'?: string | undefined;
9070
9070
  'x-client-timezone'?: string | undefined;
9071
9071
  }>>>;
@@ -14033,20 +14033,20 @@ export declare const commentContract: {
14033
14033
  error?: any;
14034
14034
  }>;
14035
14035
  };
14036
- path: "ticket-service/comment/:id";
14036
+ path: "ts/comment/:id";
14037
14037
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
14038
14038
  'x-tenant': z.ZodString;
14039
- authorization: z.ZodString;
14039
+ 'x-service-token': z.ZodString;
14040
14040
  'x-code': z.ZodOptional<z.ZodString>;
14041
14041
  'x-client-timezone': z.ZodDefault<z.ZodString>;
14042
14042
  }, "strip", z.ZodTypeAny, {
14043
14043
  'x-tenant': string;
14044
- authorization: string;
14044
+ 'x-service-token': string;
14045
14045
  'x-client-timezone': string;
14046
14046
  'x-code'?: string | undefined;
14047
14047
  }, {
14048
14048
  'x-tenant': string;
14049
- authorization: string;
14049
+ 'x-service-token': string;
14050
14050
  'x-code'?: string | undefined;
14051
14051
  'x-client-timezone'?: string | undefined;
14052
14052
  }>>>;
@@ -14084,20 +14084,20 @@ export declare const commentContract: {
14084
14084
  error?: any;
14085
14085
  }>;
14086
14086
  };
14087
- path: "ticket-service/comment/:id";
14087
+ path: "ts/comment/:id";
14088
14088
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
14089
14089
  'x-tenant': z.ZodString;
14090
- authorization: z.ZodString;
14090
+ 'x-service-token': z.ZodString;
14091
14091
  'x-code': z.ZodOptional<z.ZodString>;
14092
14092
  'x-client-timezone': z.ZodDefault<z.ZodString>;
14093
14093
  }, "strip", z.ZodTypeAny, {
14094
14094
  'x-tenant': string;
14095
- authorization: string;
14095
+ 'x-service-token': string;
14096
14096
  'x-client-timezone': string;
14097
14097
  'x-code'?: string | undefined;
14098
14098
  }, {
14099
14099
  'x-tenant': string;
14100
- authorization: string;
14100
+ 'x-service-token': string;
14101
14101
  'x-code'?: string | undefined;
14102
14102
  'x-client-timezone'?: string | undefined;
14103
14103
  }>>>;
@@ -440,7 +440,7 @@ export declare const companyContract: {
440
440
  error?: any;
441
441
  }>;
442
442
  };
443
- path: "contact-service/companies";
443
+ path: "cs/companies";
444
444
  };
445
445
  update: {
446
446
  body: z.ZodObject<{
@@ -882,7 +882,7 @@ export declare const companyContract: {
882
882
  error?: any;
883
883
  }>;
884
884
  };
885
- path: "contact-service/companies/:id";
885
+ path: "cs/companies/:id";
886
886
  };
887
887
  delete: {
888
888
  body: null;
@@ -958,7 +958,7 @@ export declare const companyContract: {
958
958
  error?: any;
959
959
  }>;
960
960
  };
961
- path: "contact-service/companies/:id";
961
+ path: "cs/companies/:id";
962
962
  };
963
963
  getById: {
964
964
  summary: "Get a company by id";
@@ -1311,7 +1311,7 @@ export declare const companyContract: {
1311
1311
  error?: any;
1312
1312
  }>;
1313
1313
  };
1314
- path: "contact-service/companies/:id";
1314
+ path: "cs/companies/:id";
1315
1315
  };
1316
1316
  getAll: {
1317
1317
  summary: "Get all companies";
@@ -1720,7 +1720,7 @@ export declare const companyContract: {
1720
1720
  error?: any;
1721
1721
  }>;
1722
1722
  };
1723
- path: "contact-service/companies";
1723
+ path: "cs/companies";
1724
1724
  };
1725
1725
  };
1726
1726
  //# sourceMappingURL=index.d.ts.map