@sokol111/ecommerce-image-service-api 1.0.7 → 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 +4 -4
- package/dist/api.js +1 -1
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Image Service API
|
|
3
3
|
* API for managing images
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.
|
|
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).
|
|
@@ -440,19 +440,19 @@ export interface PromoteRequest {
|
|
|
440
440
|
* @type {string}
|
|
441
441
|
* @memberof PromoteRequest
|
|
442
442
|
*/
|
|
443
|
-
'
|
|
443
|
+
'draftId': string;
|
|
444
444
|
/**
|
|
445
445
|
*
|
|
446
446
|
* @type {string}
|
|
447
447
|
* @memberof PromoteRequest
|
|
448
448
|
*/
|
|
449
|
-
'
|
|
449
|
+
'productId': string;
|
|
450
450
|
/**
|
|
451
451
|
* If true — copy to products/{productId}/... and remove old objects
|
|
452
452
|
* @type {boolean}
|
|
453
453
|
* @memberof PromoteRequest
|
|
454
454
|
*/
|
|
455
|
-
'move'
|
|
455
|
+
'move': boolean;
|
|
456
456
|
/**
|
|
457
457
|
* If omitted — promote all images of the draft
|
|
458
458
|
* @type {Array<string>}
|
package/dist/api.js
CHANGED
package/dist/base.d.ts
CHANGED
package/dist/base.js
CHANGED
package/dist/common.d.ts
CHANGED
package/dist/common.js
CHANGED
package/dist/configuration.d.ts
CHANGED
package/dist/configuration.js
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sokol111/ecommerce-image-service-api",
|
|
3
3
|
"description": "Generated TypeScript Axios client from OpenAPI for ecommerce-image-service-api",
|
|
4
|
-
"version": "v1.0.
|
|
4
|
+
"version": "v1.0.9",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"module": "dist/index.js",
|