@sokol111/ecommerce-catalog-service-api 1.0.7 → 1.0.8
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.js +1 -1
- package/dist/api.schemas.d.ts +1 -1
- package/dist/api.schemas.js +1 -1
- package/package.json +1 -1
package/dist/api.js
CHANGED
|
@@ -9,7 +9,7 @@ This service combines:
|
|
|
9
9
|
- **Categories** - Product categories with attribute assignments
|
|
10
10
|
- **Products** - Products with attribute values
|
|
11
11
|
|
|
12
|
-
* OpenAPI spec version: 1.0.
|
|
12
|
+
* OpenAPI spec version: 1.0.8
|
|
13
13
|
*/
|
|
14
14
|
import axios from 'axios';
|
|
15
15
|
export const getCatalogAPI = () => {
|
package/dist/api.schemas.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ This service combines:
|
|
|
9
9
|
- **Categories** - Product categories with attribute assignments
|
|
10
10
|
- **Products** - Products with attribute values
|
|
11
11
|
|
|
12
|
-
* OpenAPI spec version: 1.0.
|
|
12
|
+
* OpenAPI spec version: 1.0.8
|
|
13
13
|
*/
|
|
14
14
|
export type GetAttributeListParams = {
|
|
15
15
|
/**
|
package/dist/api.schemas.js
CHANGED
|
@@ -9,7 +9,7 @@ This service combines:
|
|
|
9
9
|
- **Categories** - Product categories with attribute assignments
|
|
10
10
|
- **Products** - Products with attribute values
|
|
11
11
|
|
|
12
|
-
* OpenAPI spec version: 1.0.
|
|
12
|
+
* OpenAPI spec version: 1.0.8
|
|
13
13
|
*/
|
|
14
14
|
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
|
15
15
|
export const GetAttributeListType = {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sokol111/ecommerce-catalog-service-api",
|
|
3
3
|
"description": "Generated TypeScript Axios client from OpenAPI for ecommerce-catalog-service-api",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.8",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"module": "dist/index.js",
|