@kl1/contracts 1.2.80-uat → 1.2.82-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.
|
@@ -5476,7 +5476,7 @@ export declare const channelContract: {
|
|
|
5476
5476
|
error?: any;
|
|
5477
5477
|
}>;
|
|
5478
5478
|
};
|
|
5479
|
-
path: "
|
|
5479
|
+
path: "csat/:channelId";
|
|
5480
5480
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
5481
5481
|
'x-tenant': z.ZodString;
|
|
5482
5482
|
'x-service-token': z.ZodString;
|
|
@@ -13059,7 +13059,7 @@ export declare const channelContract: {
|
|
|
13059
13059
|
error?: any;
|
|
13060
13060
|
}>;
|
|
13061
13061
|
};
|
|
13062
|
-
path: "
|
|
13062
|
+
path: "lazada/connect";
|
|
13063
13063
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
13064
13064
|
'x-tenant': z.ZodString;
|
|
13065
13065
|
'x-service-token': z.ZodString;
|
|
@@ -5464,7 +5464,7 @@ export declare const apiContract: {
|
|
|
5464
5464
|
error?: any;
|
|
5465
5465
|
}>;
|
|
5466
5466
|
};
|
|
5467
|
-
path: "ms
|
|
5467
|
+
path: "ms/csat/:channelId";
|
|
5468
5468
|
headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
5469
5469
|
'x-tenant': import("zod").ZodString;
|
|
5470
5470
|
'x-service-token': import("zod").ZodString;
|
|
@@ -13047,7 +13047,7 @@ export declare const apiContract: {
|
|
|
13047
13047
|
error?: any;
|
|
13048
13048
|
}>;
|
|
13049
13049
|
};
|
|
13050
|
-
path: "ms
|
|
13050
|
+
path: "ms/lazada/connect";
|
|
13051
13051
|
headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
13052
13052
|
'x-tenant': import("zod").ZodString;
|
|
13053
13053
|
'x-service-token': import("zod").ZodString;
|
|
@@ -315756,7 +315756,7 @@ export declare const channelSettingContract: {
|
|
|
315756
315756
|
error?: any;
|
|
315757
315757
|
}>;
|
|
315758
315758
|
};
|
|
315759
|
-
path: "ms/settings
|
|
315759
|
+
path: "ms/settings/csat/:channelId";
|
|
315760
315760
|
headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
315761
315761
|
'x-tenant': import("zod").ZodString;
|
|
315762
315762
|
'x-service-token': import("zod").ZodString;
|
|
@@ -323339,7 +323339,7 @@ export declare const channelSettingContract: {
|
|
|
323339
323339
|
error?: any;
|
|
323340
323340
|
}>;
|
|
323341
323341
|
};
|
|
323342
|
-
path: "ms/settings
|
|
323342
|
+
path: "ms/settings/lazada/connect";
|
|
323343
323343
|
headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
323344
323344
|
'x-tenant': import("zod").ZodString;
|
|
323345
323345
|
'x-service-token': import("zod").ZodString;
|
package/dist/index.js
CHANGED
|
@@ -2637,7 +2637,7 @@ var lazada = (0, import_core7.initContract)().router(
|
|
|
2637
2637
|
}
|
|
2638
2638
|
},
|
|
2639
2639
|
{
|
|
2640
|
-
pathPrefix: "
|
|
2640
|
+
pathPrefix: "lazada"
|
|
2641
2641
|
}
|
|
2642
2642
|
);
|
|
2643
2643
|
var channelContract = (0, import_core7.initContract)().router(
|
|
@@ -2755,7 +2755,7 @@ var channelContract = (0, import_core7.initContract)().router(
|
|
|
2755
2755
|
},
|
|
2756
2756
|
updateChannelCsatPreference: {
|
|
2757
2757
|
method: "POST",
|
|
2758
|
-
path: "
|
|
2758
|
+
path: "csat/:channelId",
|
|
2759
2759
|
pathParams: import_zod41.default.object({
|
|
2760
2760
|
channelId: import_zod41.default.string().uuid()
|
|
2761
2761
|
}),
|