@kl1/contracts 1.2.76-uat → 1.2.77-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.
@@ -1195,7 +1195,7 @@ export declare const channelContract: {
1195
1195
  error?: any;
1196
1196
  }>;
1197
1197
  };
1198
- path: "channel/disconnect/:channelId";
1198
+ path: "channelms/disconnect/:channelId";
1199
1199
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1200
1200
  'x-tenant': z.ZodString;
1201
1201
  'x-service-token': z.ZodString;
@@ -1987,7 +1987,7 @@ export declare const channelContract: {
1987
1987
  error?: any;
1988
1988
  }>;
1989
1989
  };
1990
- path: "channel/delete/:channelId";
1990
+ path: "channelms/delete/:channelId";
1991
1991
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1992
1992
  'x-tenant': z.ZodString;
1993
1993
  'x-service-token': z.ZodString;
@@ -2785,7 +2785,7 @@ export declare const channelContract: {
2785
2785
  error?: any;
2786
2786
  }>;
2787
2787
  };
2788
- path: "channel/rename/:channelId";
2788
+ path: "channelms/rename/:channelId";
2789
2789
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
2790
2790
  'x-tenant': z.ZodString;
2791
2791
  'x-service-token': z.ZodString;
@@ -3577,7 +3577,7 @@ export declare const channelContract: {
3577
3577
  error?: any;
3578
3578
  }>;
3579
3579
  };
3580
- path: "channel/reconnect/:channelId";
3580
+ path: "channelms/reconnect/:channelId";
3581
3581
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
3582
3582
  'x-tenant': z.ZodString;
3583
3583
  'x-service-token': z.ZodString;
@@ -4567,7 +4567,7 @@ export declare const channelContract: {
4567
4567
  error?: any;
4568
4568
  }>;
4569
4569
  };
4570
- path: "channel/relogin";
4570
+ path: "channelms/relogin";
4571
4571
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
4572
4572
  'x-tenant': z.ZodString;
4573
4573
  'x-service-token': z.ZodString;
@@ -4625,7 +4625,7 @@ export declare const channelContract: {
4625
4625
  error?: any;
4626
4626
  }>;
4627
4627
  };
4628
- path: "channel/check-new-tenant";
4628
+ path: "channelms/check-new-tenant";
4629
4629
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
4630
4630
  'x-tenant': z.ZodString;
4631
4631
  'x-service-token': z.ZodString;
@@ -4678,7 +4678,7 @@ export declare const channelContract: {
4678
4678
  error?: any;
4679
4679
  }>;
4680
4680
  };
4681
- path: "channel/update-new-tenant";
4681
+ path: "channelms/update-new-tenant";
4682
4682
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
4683
4683
  'x-tenant': z.ZodString;
4684
4684
  'x-service-token': z.ZodString;
@@ -22777,7 +22777,7 @@ export declare const apiContract: {
22777
22777
  error?: any;
22778
22778
  }>;
22779
22779
  };
22780
- path: "channel/disconnect/:channelId";
22780
+ path: "channelms/disconnect/:channelId";
22781
22781
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
22782
22782
  'x-tenant': import("zod").ZodString;
22783
22783
  'x-service-token': import("zod").ZodString;
@@ -23569,7 +23569,7 @@ export declare const apiContract: {
23569
23569
  error?: any;
23570
23570
  }>;
23571
23571
  };
23572
- path: "channel/delete/:channelId";
23572
+ path: "channelms/delete/:channelId";
23573
23573
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
23574
23574
  'x-tenant': import("zod").ZodString;
23575
23575
  'x-service-token': import("zod").ZodString;
@@ -24367,7 +24367,7 @@ export declare const apiContract: {
24367
24367
  error?: any;
24368
24368
  }>;
24369
24369
  };
24370
- path: "channel/rename/:channelId";
24370
+ path: "channelms/rename/:channelId";
24371
24371
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
24372
24372
  'x-tenant': import("zod").ZodString;
24373
24373
  'x-service-token': import("zod").ZodString;
@@ -25159,7 +25159,7 @@ export declare const apiContract: {
25159
25159
  error?: any;
25160
25160
  }>;
25161
25161
  };
25162
- path: "channel/reconnect/:channelId";
25162
+ path: "channelms/reconnect/:channelId";
25163
25163
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
25164
25164
  'x-tenant': import("zod").ZodString;
25165
25165
  'x-service-token': import("zod").ZodString;
@@ -26149,7 +26149,7 @@ export declare const apiContract: {
26149
26149
  error?: any;
26150
26150
  }>;
26151
26151
  };
26152
- path: "channel/relogin";
26152
+ path: "channelms/relogin";
26153
26153
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
26154
26154
  'x-tenant': import("zod").ZodString;
26155
26155
  'x-service-token': import("zod").ZodString;
@@ -26207,7 +26207,7 @@ export declare const apiContract: {
26207
26207
  error?: any;
26208
26208
  }>;
26209
26209
  };
26210
- path: "channel/check-new-tenant";
26210
+ path: "channelms/check-new-tenant";
26211
26211
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
26212
26212
  'x-tenant': import("zod").ZodString;
26213
26213
  'x-service-token': import("zod").ZodString;
@@ -26260,7 +26260,7 @@ export declare const apiContract: {
26260
26260
  error?: any;
26261
26261
  }>;
26262
26262
  };
26263
- path: "channel/update-new-tenant";
26263
+ path: "channelms/update-new-tenant";
26264
26264
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
26265
26265
  'x-tenant': import("zod").ZodString;
26266
26266
  'x-service-token': import("zod").ZodString;
@@ -311449,7 +311449,7 @@ export declare const channelSettingContract: {
311449
311449
  error?: any;
311450
311450
  }>;
311451
311451
  };
311452
- path: "ms/settings/channel/disconnect/:channelId";
311452
+ path: "ms/settings/channelms/disconnect/:channelId";
311453
311453
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
311454
311454
  'x-tenant': import("zod").ZodString;
311455
311455
  'x-service-token': import("zod").ZodString;
@@ -312241,7 +312241,7 @@ export declare const channelSettingContract: {
312241
312241
  error?: any;
312242
312242
  }>;
312243
312243
  };
312244
- path: "ms/settings/channel/delete/:channelId";
312244
+ path: "ms/settings/channelms/delete/:channelId";
312245
312245
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
312246
312246
  'x-tenant': import("zod").ZodString;
312247
312247
  'x-service-token': import("zod").ZodString;
@@ -313039,7 +313039,7 @@ export declare const channelSettingContract: {
313039
313039
  error?: any;
313040
313040
  }>;
313041
313041
  };
313042
- path: "ms/settings/channel/rename/:channelId";
313042
+ path: "ms/settings/channelms/rename/:channelId";
313043
313043
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
313044
313044
  'x-tenant': import("zod").ZodString;
313045
313045
  'x-service-token': import("zod").ZodString;
@@ -313831,7 +313831,7 @@ export declare const channelSettingContract: {
313831
313831
  error?: any;
313832
313832
  }>;
313833
313833
  };
313834
- path: "ms/settings/channel/reconnect/:channelId";
313834
+ path: "ms/settings/channelms/reconnect/:channelId";
313835
313835
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
313836
313836
  'x-tenant': import("zod").ZodString;
313837
313837
  'x-service-token': import("zod").ZodString;
@@ -314821,7 +314821,7 @@ export declare const channelSettingContract: {
314821
314821
  error?: any;
314822
314822
  }>;
314823
314823
  };
314824
- path: "ms/settings/channel/relogin";
314824
+ path: "ms/settings/channelms/relogin";
314825
314825
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
314826
314826
  'x-tenant': import("zod").ZodString;
314827
314827
  'x-service-token': import("zod").ZodString;
@@ -314879,7 +314879,7 @@ export declare const channelSettingContract: {
314879
314879
  error?: any;
314880
314880
  }>;
314881
314881
  };
314882
- path: "ms/settings/channel/check-new-tenant";
314882
+ path: "ms/settings/channelms/check-new-tenant";
314883
314883
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
314884
314884
  'x-tenant': import("zod").ZodString;
314885
314885
  'x-service-token': import("zod").ZodString;
@@ -314932,7 +314932,7 @@ export declare const channelSettingContract: {
314932
314932
  error?: any;
314933
314933
  }>;
314934
314934
  };
314935
- path: "ms/settings/channel/update-new-tenant";
314935
+ path: "ms/settings/channelms/update-new-tenant";
314936
314936
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
314937
314937
  'x-tenant': import("zod").ZodString;
314938
314938
  'x-service-token': import("zod").ZodString;
package/dist/index.js CHANGED
@@ -2645,7 +2645,7 @@ var channelContract = (0, import_core7.initContract)().router(
2645
2645
  },
2646
2646
  disconnect: {
2647
2647
  method: "POST",
2648
- path: "/disconnect/:channelId",
2648
+ path: "ms/disconnect/:channelId",
2649
2649
  pathParams: import_zod41.default.object({
2650
2650
  channelId: import_zod41.default.string().uuid()
2651
2651
  }),
@@ -2660,7 +2660,7 @@ var channelContract = (0, import_core7.initContract)().router(
2660
2660
  },
2661
2661
  delete: {
2662
2662
  method: "DELETE",
2663
- path: "/delete/:channelId",
2663
+ path: "ms/delete/:channelId",
2664
2664
  pathParams: import_zod41.default.object({
2665
2665
  channelId: import_zod41.default.string().uuid()
2666
2666
  }),
@@ -2675,7 +2675,7 @@ var channelContract = (0, import_core7.initContract)().router(
2675
2675
  },
2676
2676
  rename: {
2677
2677
  method: "POST",
2678
- path: "/rename/:channelId",
2678
+ path: "ms/rename/:channelId",
2679
2679
  pathParams: import_zod41.default.object({
2680
2680
  channelId: import_zod41.default.string().uuid()
2681
2681
  }),
@@ -2692,7 +2692,7 @@ var channelContract = (0, import_core7.initContract)().router(
2692
2692
  },
2693
2693
  reconnect: {
2694
2694
  method: "POST",
2695
- path: "/reconnect/:channelId",
2695
+ path: "ms/reconnect/:channelId",
2696
2696
  pathParams: import_zod41.default.object({
2697
2697
  channelId: import_zod41.default.string().uuid()
2698
2698
  }),
@@ -2707,7 +2707,7 @@ var channelContract = (0, import_core7.initContract)().router(
2707
2707
  },
2708
2708
  relogin: {
2709
2709
  method: "POST",
2710
- path: "/relogin",
2710
+ path: "ms/relogin",
2711
2711
  responses: {
2712
2712
  200: DefaultSuccessResponseSchema.extend({
2713
2713
  channel: ChannelSchema
@@ -2719,7 +2719,7 @@ var channelContract = (0, import_core7.initContract)().router(
2719
2719
  },
2720
2720
  checknewTenant: {
2721
2721
  method: "GET",
2722
- path: "/check-new-tenant",
2722
+ path: "ms/check-new-tenant",
2723
2723
  responses: {
2724
2724
  200: DefaultSuccessResponseSchema.extend({
2725
2725
  data: tenantCheckedSchema
@@ -2730,7 +2730,7 @@ var channelContract = (0, import_core7.initContract)().router(
2730
2730
  },
2731
2731
  updateNewTenant: {
2732
2732
  method: "PATCH",
2733
- path: "/update-new-tenant",
2733
+ path: "ms/update-new-tenant",
2734
2734
  responses: {
2735
2735
  200: DefaultSuccessResponseSchema.extend({
2736
2736
  message: import_zod41.default.string()