@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.
package/dist/index.mjs
CHANGED
|
@@ -2530,7 +2530,7 @@ var lazada = initContract7().router(
|
|
|
2530
2530
|
}
|
|
2531
2531
|
},
|
|
2532
2532
|
{
|
|
2533
|
-
pathPrefix: "
|
|
2533
|
+
pathPrefix: "lazada"
|
|
2534
2534
|
}
|
|
2535
2535
|
);
|
|
2536
2536
|
var channelContract = initContract7().router(
|
|
@@ -2648,7 +2648,7 @@ var channelContract = initContract7().router(
|
|
|
2648
2648
|
},
|
|
2649
2649
|
updateChannelCsatPreference: {
|
|
2650
2650
|
method: "POST",
|
|
2651
|
-
path: "
|
|
2651
|
+
path: "csat/:channelId",
|
|
2652
2652
|
pathParams: z41.object({
|
|
2653
2653
|
channelId: z41.string().uuid()
|
|
2654
2654
|
}),
|