@sokol111/ecommerce-category-query-service-api 1.0.8 → 1.0.9

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/api.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Category API
3
3
  * API for querying categories
4
4
  *
5
- * The version of the OpenAPI document: 1.0.8
5
+ * The version of the OpenAPI document: 1.0.9
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/api.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Category API
5
5
  * API for querying categories
6
6
  *
7
- * The version of the OpenAPI document: 1.0.8
7
+ * The version of the OpenAPI document: 1.0.9
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -38,7 +38,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
38
38
  * @throws {RequiredError}
39
39
  */
40
40
  getAllActiveCategories: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
41
- const localVarPath = `/category/list-active-categories`;
41
+ const localVarPath = `/v1/category/list-active-categories`;
42
42
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
43
43
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
44
44
  let baseOptions;
package/dist/base.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Category API
3
3
  * API for querying categories
4
4
  *
5
- * The version of the OpenAPI document: 1.0.8
5
+ * The version of the OpenAPI document: 1.0.9
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/base.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Category API
5
5
  * API for querying categories
6
6
  *
7
- * The version of the OpenAPI document: 1.0.8
7
+ * The version of the OpenAPI document: 1.0.9
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/common.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Category API
3
3
  * API for querying categories
4
4
  *
5
- * The version of the OpenAPI document: 1.0.8
5
+ * The version of the OpenAPI document: 1.0.9
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/common.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Category API
5
5
  * API for querying categories
6
6
  *
7
- * The version of the OpenAPI document: 1.0.8
7
+ * The version of the OpenAPI document: 1.0.9
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Category API
3
3
  * API for querying categories
4
4
  *
5
- * The version of the OpenAPI document: 1.0.8
5
+ * The version of the OpenAPI document: 1.0.9
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,7 +3,7 @@
3
3
  * Category API
4
4
  * API for querying categories
5
5
  *
6
- * The version of the OpenAPI document: 1.0.8
6
+ * The version of the OpenAPI document: 1.0.9
7
7
  *
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Category API
3
3
  * API for querying categories
4
4
  *
5
- * The version of the OpenAPI document: 1.0.8
5
+ * The version of the OpenAPI document: 1.0.9
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Category API
5
5
  * API for querying categories
6
6
  *
7
- * The version of the OpenAPI document: 1.0.8
7
+ * The version of the OpenAPI document: 1.0.9
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sokol111/ecommerce-category-query-service-api",
3
3
  "description": "Generated TypeScript Axios client from OpenAPI for ecommerce-category-query-service-api",
4
- "version": "1.0.8",
4
+ "version": "1.0.9",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "module": "dist/index.js",