@kl1/contracts 1.3.32 → 1.3.33

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.
@@ -1191,7 +1191,7 @@ export declare const channelContract: {
1191
1191
  error?: any;
1192
1192
  }>;
1193
1193
  };
1194
- path: "ms/channel/disconnect/:channelId";
1194
+ path: "channel/disconnect/:channelId";
1195
1195
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1196
1196
  'x-tenant': z.ZodString;
1197
1197
  'x-service-token': z.ZodString;
@@ -1983,7 +1983,7 @@ export declare const channelContract: {
1983
1983
  error?: any;
1984
1984
  }>;
1985
1985
  };
1986
- path: "ms/channel/delete/:channelId";
1986
+ path: "channel/delete/:channelId";
1987
1987
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1988
1988
  'x-tenant': z.ZodString;
1989
1989
  'x-service-token': z.ZodString;
@@ -2781,7 +2781,7 @@ export declare const channelContract: {
2781
2781
  error?: any;
2782
2782
  }>;
2783
2783
  };
2784
- path: "ms/channel/rename/:channelId";
2784
+ path: "channel/rename/:channelId";
2785
2785
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
2786
2786
  'x-tenant': z.ZodString;
2787
2787
  'x-service-token': z.ZodString;
@@ -3579,7 +3579,7 @@ export declare const channelContract: {
3579
3579
  error?: any;
3580
3580
  }>;
3581
3581
  };
3582
- path: "ms/channel/reconnect/:channelId";
3582
+ path: "channel/reconnect/:channelId";
3583
3583
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
3584
3584
  'x-tenant': z.ZodString;
3585
3585
  'x-service-token': z.ZodString;
@@ -4569,7 +4569,7 @@ export declare const channelContract: {
4569
4569
  error?: any;
4570
4570
  }>;
4571
4571
  };
4572
- path: "ms/channel/relogin";
4572
+ path: "channel/relogin";
4573
4573
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
4574
4574
  'x-tenant': z.ZodString;
4575
4575
  'x-service-token': z.ZodString;
@@ -4627,7 +4627,7 @@ export declare const channelContract: {
4627
4627
  error?: any;
4628
4628
  }>;
4629
4629
  };
4630
- path: "ms/channel/check-new-tenant";
4630
+ path: "channel/check-new-tenant";
4631
4631
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
4632
4632
  'x-tenant': z.ZodString;
4633
4633
  'x-service-token': z.ZodString;
@@ -4680,7 +4680,7 @@ export declare const channelContract: {
4680
4680
  error?: any;
4681
4681
  }>;
4682
4682
  };
4683
- path: "ms/channel/update-new-tenant";
4683
+ path: "channel/update-new-tenant";
4684
4684
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
4685
4685
  'x-tenant': z.ZodString;
4686
4686
  'x-service-token': z.ZodString;
@@ -1180,7 +1180,7 @@ export declare const apiContract: {
1180
1180
  error?: any;
1181
1181
  }>;
1182
1182
  };
1183
- path: "ms/ms/channel/disconnect/:channelId";
1183
+ path: "ms/channel/disconnect/:channelId";
1184
1184
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
1185
1185
  'x-tenant': import("zod").ZodString;
1186
1186
  'x-service-token': import("zod").ZodString;
@@ -1972,7 +1972,7 @@ export declare const apiContract: {
1972
1972
  error?: any;
1973
1973
  }>;
1974
1974
  };
1975
- path: "ms/ms/channel/delete/:channelId";
1975
+ path: "ms/channel/delete/:channelId";
1976
1976
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
1977
1977
  'x-tenant': import("zod").ZodString;
1978
1978
  'x-service-token': import("zod").ZodString;
@@ -2770,7 +2770,7 @@ export declare const apiContract: {
2770
2770
  error?: any;
2771
2771
  }>;
2772
2772
  };
2773
- path: "ms/ms/channel/rename/:channelId";
2773
+ path: "ms/channel/rename/:channelId";
2774
2774
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
2775
2775
  'x-tenant': import("zod").ZodString;
2776
2776
  'x-service-token': import("zod").ZodString;
@@ -3568,7 +3568,7 @@ export declare const apiContract: {
3568
3568
  error?: any;
3569
3569
  }>;
3570
3570
  };
3571
- path: "ms/ms/channel/reconnect/:channelId";
3571
+ path: "ms/channel/reconnect/:channelId";
3572
3572
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
3573
3573
  'x-tenant': import("zod").ZodString;
3574
3574
  'x-service-token': import("zod").ZodString;
@@ -4558,7 +4558,7 @@ export declare const apiContract: {
4558
4558
  error?: any;
4559
4559
  }>;
4560
4560
  };
4561
- path: "ms/ms/channel/relogin";
4561
+ path: "ms/channel/relogin";
4562
4562
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
4563
4563
  'x-tenant': import("zod").ZodString;
4564
4564
  'x-service-token': import("zod").ZodString;
@@ -4616,7 +4616,7 @@ export declare const apiContract: {
4616
4616
  error?: any;
4617
4617
  }>;
4618
4618
  };
4619
- path: "ms/ms/channel/check-new-tenant";
4619
+ path: "ms/channel/check-new-tenant";
4620
4620
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
4621
4621
  'x-tenant': import("zod").ZodString;
4622
4622
  'x-service-token': import("zod").ZodString;
@@ -4669,7 +4669,7 @@ export declare const apiContract: {
4669
4669
  error?: any;
4670
4670
  }>;
4671
4671
  };
4672
- path: "ms/ms/channel/update-new-tenant";
4672
+ path: "ms/channel/update-new-tenant";
4673
4673
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
4674
4674
  'x-tenant': import("zod").ZodString;
4675
4675
  'x-service-token': import("zod").ZodString;
@@ -311172,7 +311172,7 @@ export declare const channelSettingContract: {
311172
311172
  error?: any;
311173
311173
  }>;
311174
311174
  };
311175
- path: "ms/settings/ms/channel/disconnect/:channelId";
311175
+ path: "ms/settings/channel/disconnect/:channelId";
311176
311176
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
311177
311177
  'x-tenant': import("zod").ZodString;
311178
311178
  'x-service-token': import("zod").ZodString;
@@ -311964,7 +311964,7 @@ export declare const channelSettingContract: {
311964
311964
  error?: any;
311965
311965
  }>;
311966
311966
  };
311967
- path: "ms/settings/ms/channel/delete/:channelId";
311967
+ path: "ms/settings/channel/delete/:channelId";
311968
311968
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
311969
311969
  'x-tenant': import("zod").ZodString;
311970
311970
  'x-service-token': import("zod").ZodString;
@@ -312762,7 +312762,7 @@ export declare const channelSettingContract: {
312762
312762
  error?: any;
312763
312763
  }>;
312764
312764
  };
312765
- path: "ms/settings/ms/channel/rename/:channelId";
312765
+ path: "ms/settings/channel/rename/:channelId";
312766
312766
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
312767
312767
  'x-tenant': import("zod").ZodString;
312768
312768
  'x-service-token': import("zod").ZodString;
@@ -313560,7 +313560,7 @@ export declare const channelSettingContract: {
313560
313560
  error?: any;
313561
313561
  }>;
313562
313562
  };
313563
- path: "ms/settings/ms/channel/reconnect/:channelId";
313563
+ path: "ms/settings/channel/reconnect/:channelId";
313564
313564
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
313565
313565
  'x-tenant': import("zod").ZodString;
313566
313566
  'x-service-token': import("zod").ZodString;
@@ -314550,7 +314550,7 @@ export declare const channelSettingContract: {
314550
314550
  error?: any;
314551
314551
  }>;
314552
314552
  };
314553
- path: "ms/settings/ms/channel/relogin";
314553
+ path: "ms/settings/channel/relogin";
314554
314554
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
314555
314555
  'x-tenant': import("zod").ZodString;
314556
314556
  'x-service-token': import("zod").ZodString;
@@ -314608,7 +314608,7 @@ export declare const channelSettingContract: {
314608
314608
  error?: any;
314609
314609
  }>;
314610
314610
  };
314611
- path: "ms/settings/ms/channel/check-new-tenant";
314611
+ path: "ms/settings/channel/check-new-tenant";
314612
314612
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
314613
314613
  'x-tenant': import("zod").ZodString;
314614
314614
  'x-service-token': import("zod").ZodString;
@@ -314661,7 +314661,7 @@ export declare const channelSettingContract: {
314661
314661
  error?: any;
314662
314662
  }>;
314663
314663
  };
314664
- path: "ms/settings/ms/channel/update-new-tenant";
314664
+ path: "ms/settings/channel/update-new-tenant";
314665
314665
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
314666
314666
  'x-tenant': import("zod").ZodString;
314667
314667
  'x-service-token': import("zod").ZodString;
package/dist/index.js CHANGED
@@ -2631,7 +2631,7 @@ var channelContract = (0, import_core7.initContract)().router(
2631
2631
  },
2632
2632
  disconnect: {
2633
2633
  method: "POST",
2634
- path: "ms/channel/disconnect/:channelId",
2634
+ path: "channel/disconnect/:channelId",
2635
2635
  pathParams: import_zod41.default.object({
2636
2636
  channelId: import_zod41.default.string().uuid()
2637
2637
  }),
@@ -2646,7 +2646,7 @@ var channelContract = (0, import_core7.initContract)().router(
2646
2646
  },
2647
2647
  delete: {
2648
2648
  method: "DELETE",
2649
- path: "ms/channel/delete/:channelId",
2649
+ path: "channel/delete/:channelId",
2650
2650
  pathParams: import_zod41.default.object({
2651
2651
  channelId: import_zod41.default.string().uuid()
2652
2652
  }),
@@ -2661,7 +2661,7 @@ var channelContract = (0, import_core7.initContract)().router(
2661
2661
  },
2662
2662
  rename: {
2663
2663
  method: "POST",
2664
- path: "ms/channel/rename/:channelId",
2664
+ path: "channel/rename/:channelId",
2665
2665
  pathParams: import_zod41.default.object({
2666
2666
  channelId: import_zod41.default.string().uuid()
2667
2667
  }),
@@ -2678,7 +2678,7 @@ var channelContract = (0, import_core7.initContract)().router(
2678
2678
  },
2679
2679
  reconnect: {
2680
2680
  method: "POST",
2681
- path: "ms/channel/reconnect/:channelId",
2681
+ path: "channel/reconnect/:channelId",
2682
2682
  pathParams: import_zod41.default.object({
2683
2683
  channelId: import_zod41.default.string().uuid()
2684
2684
  }),
@@ -2695,7 +2695,7 @@ var channelContract = (0, import_core7.initContract)().router(
2695
2695
  },
2696
2696
  relogin: {
2697
2697
  method: "POST",
2698
- path: "ms/channel/relogin",
2698
+ path: "channel/relogin",
2699
2699
  responses: {
2700
2700
  200: DefaultSuccessResponseSchema.extend({
2701
2701
  channel: ChannelSchema
@@ -2707,7 +2707,7 @@ var channelContract = (0, import_core7.initContract)().router(
2707
2707
  },
2708
2708
  checknewTenant: {
2709
2709
  method: "GET",
2710
- path: "ms/channel/check-new-tenant",
2710
+ path: "channel/check-new-tenant",
2711
2711
  responses: {
2712
2712
  200: DefaultSuccessResponseSchema.extend({
2713
2713
  data: tenantCheckedSchema
@@ -2718,7 +2718,7 @@ var channelContract = (0, import_core7.initContract)().router(
2718
2718
  },
2719
2719
  updateNewTenant: {
2720
2720
  method: "PATCH",
2721
- path: "ms/channel/update-new-tenant",
2721
+ path: "channel/update-new-tenant",
2722
2722
  responses: {
2723
2723
  200: DefaultSuccessResponseSchema.extend({
2724
2724
  message: import_zod41.default.string()