@kl1/contracts 1.4.39 → 1.4.40
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.
@@ -813,7 +813,7 @@ export declare const channelContract: {
|
|
813
813
|
requestId: string;
|
814
814
|
}>;
|
815
815
|
};
|
816
|
-
path: "
|
816
|
+
path: "channel";
|
817
817
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
818
818
|
'x-tenant': z.ZodString;
|
819
819
|
'x-service-token': z.ZodString;
|
@@ -800,7 +800,7 @@ export declare const apiContract: {
|
|
800
800
|
requestId: string;
|
801
801
|
}>;
|
802
802
|
};
|
803
|
-
path: "ms/
|
803
|
+
path: "ms/channel";
|
804
804
|
headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
805
805
|
'x-tenant': import("zod").ZodString;
|
806
806
|
'x-service-token': import("zod").ZodString;
|
@@ -312513,7 +312513,7 @@ export declare const channelSettingContract: {
|
|
312513
312513
|
requestId: string;
|
312514
312514
|
}>;
|
312515
312515
|
};
|
312516
|
-
path: "ms/settings/
|
312516
|
+
path: "ms/settings/channel";
|
312517
312517
|
headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
312518
312518
|
'x-tenant': import("zod").ZodString;
|
312519
312519
|
'x-service-token': import("zod").ZodString;
|
package/dist/index.js
CHANGED
@@ -2688,7 +2688,7 @@ var channelContract = (0, import_core7.initContract)().router(
|
|
2688
2688
|
{
|
2689
2689
|
getChannels: {
|
2690
2690
|
method: "GET",
|
2691
|
-
path: "
|
2691
|
+
path: "channel",
|
2692
2692
|
responses: {
|
2693
2693
|
200: DefaultSuccessResponseSchema.extend({
|
2694
2694
|
data: ChannelSchema.array()
|