@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
@@ -1187,20 +1187,20 @@ export declare const contactContract: {
1187
1187
  error?: any;
1188
1188
  }>;
1189
1189
  };
1190
- path: "contact-service/contact";
1190
+ path: "cs/contact";
1191
1191
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1192
1192
  'x-tenant': z.ZodString;
1193
- authorization: z.ZodString;
1193
+ 'x-service-token': z.ZodString;
1194
1194
  'x-code': z.ZodOptional<z.ZodString>;
1195
1195
  'x-client-timezone': z.ZodDefault<z.ZodString>;
1196
1196
  }, "strip", z.ZodTypeAny, {
1197
1197
  'x-tenant': string;
1198
- authorization: string;
1198
+ 'x-service-token': string;
1199
1199
  'x-client-timezone': string;
1200
1200
  'x-code'?: string | undefined;
1201
1201
  }, {
1202
1202
  'x-tenant': string;
1203
- authorization: string;
1203
+ 'x-service-token': string;
1204
1204
  'x-code'?: string | undefined;
1205
1205
  'x-client-timezone'?: string | undefined;
1206
1206
  }>>>;
@@ -2337,20 +2337,20 @@ export declare const contactContract: {
2337
2337
  error?: any;
2338
2338
  }>;
2339
2339
  };
2340
- path: "contact-service/contact";
2340
+ path: "cs/contact";
2341
2341
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
2342
2342
  'x-tenant': z.ZodString;
2343
- authorization: z.ZodString;
2343
+ 'x-service-token': z.ZodString;
2344
2344
  'x-code': z.ZodOptional<z.ZodString>;
2345
2345
  'x-client-timezone': z.ZodDefault<z.ZodString>;
2346
2346
  }, "strip", z.ZodTypeAny, {
2347
2347
  'x-tenant': string;
2348
- authorization: string;
2348
+ 'x-service-token': string;
2349
2349
  'x-client-timezone': string;
2350
2350
  'x-code'?: string | undefined;
2351
2351
  }, {
2352
2352
  'x-tenant': string;
2353
- authorization: string;
2353
+ 'x-service-token': string;
2354
2354
  'x-code'?: string | undefined;
2355
2355
  'x-client-timezone'?: string | undefined;
2356
2356
  }>>>;
@@ -3449,20 +3449,20 @@ export declare const contactContract: {
3449
3449
  error?: any;
3450
3450
  }>;
3451
3451
  };
3452
- path: "contact-service/contact/filter/list";
3452
+ path: "cs/contact/filter/list";
3453
3453
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
3454
3454
  'x-tenant': z.ZodString;
3455
- authorization: z.ZodString;
3455
+ 'x-service-token': z.ZodString;
3456
3456
  'x-code': z.ZodOptional<z.ZodString>;
3457
3457
  'x-client-timezone': z.ZodDefault<z.ZodString>;
3458
3458
  }, "strip", z.ZodTypeAny, {
3459
3459
  'x-tenant': string;
3460
- authorization: string;
3460
+ 'x-service-token': string;
3461
3461
  'x-client-timezone': string;
3462
3462
  'x-code'?: string | undefined;
3463
3463
  }, {
3464
3464
  'x-tenant': string;
3465
- authorization: string;
3465
+ 'x-service-token': string;
3466
3466
  'x-code'?: string | undefined;
3467
3467
  'x-client-timezone'?: string | undefined;
3468
3468
  }>>>;
@@ -4640,20 +4640,20 @@ export declare const contactContract: {
4640
4640
  error?: any;
4641
4641
  }>;
4642
4642
  };
4643
- path: "contact-service/contact/:id";
4643
+ path: "cs/contact/:id";
4644
4644
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
4645
4645
  'x-tenant': z.ZodString;
4646
- authorization: z.ZodString;
4646
+ 'x-service-token': z.ZodString;
4647
4647
  'x-code': z.ZodOptional<z.ZodString>;
4648
4648
  'x-client-timezone': z.ZodDefault<z.ZodString>;
4649
4649
  }, "strip", z.ZodTypeAny, {
4650
4650
  'x-tenant': string;
4651
- authorization: string;
4651
+ 'x-service-token': string;
4652
4652
  'x-client-timezone': string;
4653
4653
  'x-code'?: string | undefined;
4654
4654
  }, {
4655
4655
  'x-tenant': string;
4656
- authorization: string;
4656
+ 'x-service-token': string;
4657
4657
  'x-code'?: string | undefined;
4658
4658
  'x-client-timezone'?: string | undefined;
4659
4659
  }>>>;
@@ -4732,20 +4732,20 @@ export declare const contactContract: {
4732
4732
  error?: any;
4733
4733
  }>;
4734
4734
  };
4735
- path: "contact-service/contact/:id";
4735
+ path: "cs/contact/:id";
4736
4736
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
4737
4737
  'x-tenant': z.ZodString;
4738
- authorization: z.ZodString;
4738
+ 'x-service-token': z.ZodString;
4739
4739
  'x-code': z.ZodOptional<z.ZodString>;
4740
4740
  'x-client-timezone': z.ZodDefault<z.ZodString>;
4741
4741
  }, "strip", z.ZodTypeAny, {
4742
4742
  'x-tenant': string;
4743
- authorization: string;
4743
+ 'x-service-token': string;
4744
4744
  'x-client-timezone': string;
4745
4745
  'x-code'?: string | undefined;
4746
4746
  }, {
4747
4747
  'x-tenant': string;
4748
- authorization: string;
4748
+ 'x-service-token': string;
4749
4749
  'x-code'?: string | undefined;
4750
4750
  'x-client-timezone'?: string | undefined;
4751
4751
  }>>>;
@@ -5814,20 +5814,20 @@ export declare const contactContract: {
5814
5814
  error?: any;
5815
5815
  }>;
5816
5816
  };
5817
- path: "contact-service/contact/phone";
5817
+ path: "cs/contact/phone";
5818
5818
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
5819
5819
  'x-tenant': z.ZodString;
5820
- authorization: z.ZodString;
5820
+ 'x-service-token': z.ZodString;
5821
5821
  'x-code': z.ZodOptional<z.ZodString>;
5822
5822
  'x-client-timezone': z.ZodDefault<z.ZodString>;
5823
5823
  }, "strip", z.ZodTypeAny, {
5824
5824
  'x-tenant': string;
5825
- authorization: string;
5825
+ 'x-service-token': string;
5826
5826
  'x-client-timezone': string;
5827
5827
  'x-code'?: string | undefined;
5828
5828
  }, {
5829
5829
  'x-tenant': string;
5830
- authorization: string;
5830
+ 'x-service-token': string;
5831
5831
  'x-code'?: string | undefined;
5832
5832
  'x-client-timezone'?: string | undefined;
5833
5833
  }>>>;
@@ -7906,20 +7906,20 @@ export declare const contactContract: {
7906
7906
  error?: any;
7907
7907
  }>;
7908
7908
  };
7909
- path: "contact-service/contact/platform-contact";
7909
+ path: "cs/contact/platform-contact";
7910
7910
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
7911
7911
  'x-tenant': z.ZodString;
7912
- authorization: z.ZodString;
7912
+ 'x-service-token': z.ZodString;
7913
7913
  'x-code': z.ZodOptional<z.ZodString>;
7914
7914
  'x-client-timezone': z.ZodDefault<z.ZodString>;
7915
7915
  }, "strip", z.ZodTypeAny, {
7916
7916
  'x-tenant': string;
7917
- authorization: string;
7917
+ 'x-service-token': string;
7918
7918
  'x-client-timezone': string;
7919
7919
  'x-code'?: string | undefined;
7920
7920
  }, {
7921
7921
  'x-tenant': string;
7922
- authorization: string;
7922
+ 'x-service-token': string;
7923
7923
  'x-code'?: string | undefined;
7924
7924
  'x-client-timezone'?: string | undefined;
7925
7925
  }>>>;
@@ -8991,20 +8991,20 @@ export declare const contactContract: {
8991
8991
  error?: any;
8992
8992
  }>;
8993
8993
  };
8994
- path: "contact-service/contact/:id/ongoing";
8994
+ path: "cs/contact/:id/ongoing";
8995
8995
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
8996
8996
  'x-tenant': z.ZodString;
8997
- authorization: z.ZodString;
8997
+ 'x-service-token': z.ZodString;
8998
8998
  'x-code': z.ZodOptional<z.ZodString>;
8999
8999
  'x-client-timezone': z.ZodDefault<z.ZodString>;
9000
9000
  }, "strip", z.ZodTypeAny, {
9001
9001
  'x-tenant': string;
9002
- authorization: string;
9002
+ 'x-service-token': string;
9003
9003
  'x-client-timezone': string;
9004
9004
  'x-code'?: string | undefined;
9005
9005
  }, {
9006
9006
  'x-tenant': string;
9007
- authorization: string;
9007
+ 'x-service-token': string;
9008
9008
  'x-code'?: string | undefined;
9009
9009
  'x-client-timezone'?: string | undefined;
9010
9010
  }>>>;
@@ -10138,20 +10138,20 @@ export declare const contactContract: {
10138
10138
  error?: any;
10139
10139
  }>;
10140
10140
  };
10141
- path: "contact-service/contact/merge";
10141
+ path: "cs/contact/merge";
10142
10142
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
10143
10143
  'x-tenant': z.ZodString;
10144
- authorization: z.ZodString;
10144
+ 'x-service-token': z.ZodString;
10145
10145
  'x-code': z.ZodOptional<z.ZodString>;
10146
10146
  'x-client-timezone': z.ZodDefault<z.ZodString>;
10147
10147
  }, "strip", z.ZodTypeAny, {
10148
10148
  'x-tenant': string;
10149
- authorization: string;
10149
+ 'x-service-token': string;
10150
10150
  'x-client-timezone': string;
10151
10151
  'x-code'?: string | undefined;
10152
10152
  }, {
10153
10153
  'x-tenant': string;
10154
- authorization: string;
10154
+ 'x-service-token': string;
10155
10155
  'x-code'?: string | undefined;
10156
10156
  'x-client-timezone'?: string | undefined;
10157
10157
  }>>>;
@@ -10232,20 +10232,20 @@ export declare const contactContract: {
10232
10232
  error?: any;
10233
10233
  }>;
10234
10234
  };
10235
- path: "contact-service/contact/check/phone";
10235
+ path: "cs/contact/check/phone";
10236
10236
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
10237
10237
  'x-tenant': z.ZodString;
10238
- authorization: z.ZodString;
10238
+ 'x-service-token': z.ZodString;
10239
10239
  'x-code': z.ZodOptional<z.ZodString>;
10240
10240
  'x-client-timezone': z.ZodDefault<z.ZodString>;
10241
10241
  }, "strip", z.ZodTypeAny, {
10242
10242
  'x-tenant': string;
10243
- authorization: string;
10243
+ 'x-service-token': string;
10244
10244
  'x-client-timezone': string;
10245
10245
  'x-code'?: string | undefined;
10246
10246
  }, {
10247
10247
  'x-tenant': string;
10248
- authorization: string;
10248
+ 'x-service-token': string;
10249
10249
  'x-code'?: string | undefined;
10250
10250
  'x-client-timezone'?: string | undefined;
10251
10251
  }>>>;
@@ -10326,20 +10326,20 @@ export declare const contactContract: {
10326
10326
  error?: any;
10327
10327
  }>;
10328
10328
  };
10329
- path: "contact-service/contact/check/email";
10329
+ path: "cs/contact/check/email";
10330
10330
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
10331
10331
  'x-tenant': z.ZodString;
10332
- authorization: z.ZodString;
10332
+ 'x-service-token': z.ZodString;
10333
10333
  'x-code': z.ZodOptional<z.ZodString>;
10334
10334
  'x-client-timezone': z.ZodDefault<z.ZodString>;
10335
10335
  }, "strip", z.ZodTypeAny, {
10336
10336
  'x-tenant': string;
10337
- authorization: string;
10337
+ 'x-service-token': string;
10338
10338
  'x-client-timezone': string;
10339
10339
  'x-code'?: string | undefined;
10340
10340
  }, {
10341
10341
  'x-tenant': string;
10342
- authorization: string;
10342
+ 'x-service-token': string;
10343
10343
  'x-code'?: string | undefined;
10344
10344
  'x-client-timezone'?: string | undefined;
10345
10345
  }>>>;
@@ -10717,20 +10717,20 @@ export declare const contactContract: {
10717
10717
  error?: any;
10718
10718
  }>;
10719
10719
  };
10720
- path: "contact-service/contact/attachments";
10720
+ path: "cs/contact/attachments";
10721
10721
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
10722
10722
  'x-tenant': z.ZodString;
10723
- authorization: z.ZodString;
10723
+ 'x-service-token': z.ZodString;
10724
10724
  'x-code': z.ZodOptional<z.ZodString>;
10725
10725
  'x-client-timezone': z.ZodDefault<z.ZodString>;
10726
10726
  }, "strip", z.ZodTypeAny, {
10727
10727
  'x-tenant': string;
10728
- authorization: string;
10728
+ 'x-service-token': string;
10729
10729
  'x-client-timezone': string;
10730
10730
  'x-code'?: string | undefined;
10731
10731
  }, {
10732
10732
  'x-tenant': string;
10733
- authorization: string;
10733
+ 'x-service-token': string;
10734
10734
  'x-code'?: string | undefined;
10735
10735
  'x-client-timezone'?: string | undefined;
10736
10736
  }>>>;
@@ -11799,20 +11799,20 @@ export declare const contactContract: {
11799
11799
  error?: any;
11800
11800
  }>;
11801
11801
  };
11802
- path: "contact-service/contact/:id";
11802
+ path: "cs/contact/:id";
11803
11803
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
11804
11804
  'x-tenant': z.ZodString;
11805
- authorization: z.ZodString;
11805
+ 'x-service-token': z.ZodString;
11806
11806
  'x-code': z.ZodOptional<z.ZodString>;
11807
11807
  'x-client-timezone': z.ZodDefault<z.ZodString>;
11808
11808
  }, "strip", z.ZodTypeAny, {
11809
11809
  'x-tenant': string;
11810
- authorization: string;
11810
+ 'x-service-token': string;
11811
11811
  'x-client-timezone': string;
11812
11812
  'x-code'?: string | undefined;
11813
11813
  }, {
11814
11814
  'x-tenant': string;
11815
- authorization: string;
11815
+ 'x-service-token': string;
11816
11816
  'x-code'?: string | undefined;
11817
11817
  'x-client-timezone'?: string | undefined;
11818
11818
  }>>>;
@@ -11912,20 +11912,20 @@ export declare const contactContract: {
11912
11912
  error?: any;
11913
11913
  }>;
11914
11914
  };
11915
- path: "contact-service/contact/export";
11915
+ path: "cs/contact/export";
11916
11916
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
11917
11917
  'x-tenant': z.ZodString;
11918
- authorization: z.ZodString;
11918
+ 'x-service-token': z.ZodString;
11919
11919
  'x-code': z.ZodOptional<z.ZodString>;
11920
11920
  'x-client-timezone': z.ZodDefault<z.ZodString>;
11921
11921
  }, "strip", z.ZodTypeAny, {
11922
11922
  'x-tenant': string;
11923
- authorization: string;
11923
+ 'x-service-token': string;
11924
11924
  'x-client-timezone': string;
11925
11925
  'x-code'?: string | undefined;
11926
11926
  }, {
11927
11927
  'x-tenant': string;
11928
- authorization: string;
11928
+ 'x-service-token': string;
11929
11929
  'x-code'?: string | undefined;
11930
11930
  'x-client-timezone'?: string | undefined;
11931
11931
  }>>>;