mezon-js 2.10.83 → 2.10.84
Sign up to get free protection for your applications and to get access to all the features.
- package/api.gen.ts +1 -1
- package/dist/mezon-js.cjs.js +1 -1
- package/dist/mezon-js.esm.mjs +1 -1
- package/package.json +1 -1
package/api.gen.ts
CHANGED
@@ -8309,7 +8309,7 @@ export class MezonApi {
|
|
8309
8309
|
"'body' is a required parameter but is null or undefined."
|
8310
8310
|
);
|
8311
8311
|
}
|
8312
|
-
const urlPath = "/v2/
|
8312
|
+
const urlPath = "/v2/channel/category/{newCategoryId}".replace(
|
8313
8313
|
"{newCategoryId}",
|
8314
8314
|
encodeURIComponent(String(newCategoryId))
|
8315
8315
|
);
|
package/dist/mezon-js.cjs.js
CHANGED
@@ -4978,7 +4978,7 @@ var MezonApi = class {
|
|
4978
4978
|
"'body' is a required parameter but is null or undefined."
|
4979
4979
|
);
|
4980
4980
|
}
|
4981
|
-
const urlPath = "/v2/
|
4981
|
+
const urlPath = "/v2/channel/category/{newCategoryId}".replace(
|
4982
4982
|
"{newCategoryId}",
|
4983
4983
|
encodeURIComponent(String(newCategoryId))
|
4984
4984
|
);
|
package/dist/mezon-js.esm.mjs
CHANGED
@@ -4944,7 +4944,7 @@ var MezonApi = class {
|
|
4944
4944
|
"'body' is a required parameter but is null or undefined."
|
4945
4945
|
);
|
4946
4946
|
}
|
4947
|
-
const urlPath = "/v2/
|
4947
|
+
const urlPath = "/v2/channel/category/{newCategoryId}".replace(
|
4948
4948
|
"{newCategoryId}",
|
4949
4949
|
encodeURIComponent(String(newCategoryId))
|
4950
4950
|
);
|