@sokol111/ecommerce-image-service-api 1.0.23 → 1.0.25

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
  * Image Service API
3
3
  * API for managing images
4
4
  *
5
- * The version of the OpenAPI document: 1.0.23
5
+ * The version of the OpenAPI document: 1.0.25
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@ export interface ConfirmRequest {
27
27
  }
28
28
  export interface GetDeliveryUrl200Response {
29
29
  'url': string;
30
- 'expiresAt': string;
30
+ 'expiresAt'?: string;
31
31
  }
32
32
  export interface Image {
33
33
  'id': string;
package/dist/api.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Image Service API
5
5
  * API for managing images
6
6
  *
7
- * The version of the OpenAPI document: 1.0.23
7
+ * The version of the OpenAPI document: 1.0.25
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -65,7 +65,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
65
65
  confirmUpload: (confirmRequest_1, ...args_1) => __awaiter(this, [confirmRequest_1, ...args_1], void 0, function* (confirmRequest, options = {}) {
66
66
  // verify required parameter 'confirmRequest' is not null or undefined
67
67
  assertParamExists('confirmUpload', 'confirmRequest', confirmRequest);
68
- const localVarPath = `/images/confirm`;
68
+ const localVarPath = `/v1/images/confirm`;
69
69
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
70
70
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
71
71
  let baseOptions;
@@ -95,7 +95,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
95
95
  createPresign: (presignRequest_1, ...args_1) => __awaiter(this, [presignRequest_1, ...args_1], void 0, function* (presignRequest, options = {}) {
96
96
  // verify required parameter 'presignRequest' is not null or undefined
97
97
  assertParamExists('createPresign', 'presignRequest', presignRequest);
98
- const localVarPath = `/images/presign`;
98
+ const localVarPath = `/v1/images/presign`;
99
99
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
100
100
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
101
101
  let baseOptions;
@@ -126,7 +126,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
126
126
  deleteImage: (id_1, hard_1, ...args_1) => __awaiter(this, [id_1, hard_1, ...args_1], void 0, function* (id, hard, options = {}) {
127
127
  // verify required parameter 'id' is not null or undefined
128
128
  assertParamExists('deleteImage', 'id', id);
129
- const localVarPath = `/images/{id}`
129
+ const localVarPath = `/v1/images/{id}`
130
130
  .replace(`{${"id"}}`, encodeURIComponent(String(id)));
131
131
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
132
132
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -166,7 +166,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
166
166
  getDeliveryUrl: (id_1, variant_1, w_1, h_1, fit_1, format_1, quality_1, dpr_1, ttlSeconds_1, ...args_1) => __awaiter(this, [id_1, variant_1, w_1, h_1, fit_1, format_1, quality_1, dpr_1, ttlSeconds_1, ...args_1], void 0, function* (id, variant, w, h, fit, format, quality, dpr, ttlSeconds, options = {}) {
167
167
  // verify required parameter 'id' is not null or undefined
168
168
  assertParamExists('getDeliveryUrl', 'id', id);
169
- const localVarPath = `/images/{id}/url`
169
+ const localVarPath = `/v1/images/{id}/url`
170
170
  .replace(`{${"id"}}`, encodeURIComponent(String(id)));
171
171
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
172
172
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -219,7 +219,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
219
219
  getImage: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
220
220
  // verify required parameter 'id' is not null or undefined
221
221
  assertParamExists('getImage', 'id', id);
222
- const localVarPath = `/images/{id}`
222
+ const localVarPath = `/v1/images/{id}`
223
223
  .replace(`{${"id"}}`, encodeURIComponent(String(id)));
224
224
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
225
225
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -250,7 +250,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
250
250
  * @throws {RequiredError}
251
251
  */
252
252
  listImages: (ownerType_1, ownerId_1, status_1, page_1, pageSize_1, ...args_1) => __awaiter(this, [ownerType_1, ownerId_1, status_1, page_1, pageSize_1, ...args_1], void 0, function* (ownerType, ownerId, status, page, pageSize, options = {}) {
253
- const localVarPath = `/images`;
253
+ const localVarPath = `/v1/images`;
254
254
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
255
255
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
256
256
  let baseOptions;
@@ -293,7 +293,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
293
293
  processImage: (processImageRequest_1, ...args_1) => __awaiter(this, [processImageRequest_1, ...args_1], void 0, function* (processImageRequest, options = {}) {
294
294
  // verify required parameter 'processImageRequest' is not null or undefined
295
295
  assertParamExists('processImage', 'processImageRequest', processImageRequest);
296
- const localVarPath = `/internal/images/process`;
296
+ const localVarPath = `/v1/internal/images/process`;
297
297
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
298
298
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
299
299
  let baseOptions;
@@ -323,7 +323,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
323
323
  promoteImages: (promoteRequest_1, ...args_1) => __awaiter(this, [promoteRequest_1, ...args_1], void 0, function* (promoteRequest, options = {}) {
324
324
  // verify required parameter 'promoteRequest' is not null or undefined
325
325
  assertParamExists('promoteImages', 'promoteRequest', promoteRequest);
326
- const localVarPath = `/images/promote`;
326
+ const localVarPath = `/v1/images/promote`;
327
327
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
328
328
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
329
329
  let baseOptions;
@@ -356,7 +356,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
356
356
  assertParamExists('updateImage', 'id', id);
357
357
  // verify required parameter 'imagePatch' is not null or undefined
358
358
  assertParamExists('updateImage', 'imagePatch', imagePatch);
359
- const localVarPath = `/images/{id}`
359
+ const localVarPath = `/v1/images/{id}`
360
360
  .replace(`{${"id"}}`, encodeURIComponent(String(id)));
361
361
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
362
362
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
package/dist/base.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.23
5
+ * The version of the OpenAPI document: 1.0.25
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
  * Image Service API
5
5
  * API for managing images
6
6
  *
7
- * The version of the OpenAPI document: 1.0.23
7
+ * The version of the OpenAPI document: 1.0.25
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
  * Image Service API
3
3
  * API for managing images
4
4
  *
5
- * The version of the OpenAPI document: 1.0.23
5
+ * The version of the OpenAPI document: 1.0.25
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
  * Image Service API
5
5
  * API for managing images
6
6
  *
7
- * The version of the OpenAPI document: 1.0.23
7
+ * The version of the OpenAPI document: 1.0.25
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
  * Image Service API
3
3
  * API for managing images
4
4
  *
5
- * The version of the OpenAPI document: 1.0.23
5
+ * The version of the OpenAPI document: 1.0.25
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
  * Image Service API
4
4
  * API for managing images
5
5
  *
6
- * The version of the OpenAPI document: 1.0.23
6
+ * The version of the OpenAPI document: 1.0.25
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
  * Image Service API
3
3
  * API for managing images
4
4
  *
5
- * The version of the OpenAPI document: 1.0.23
5
+ * The version of the OpenAPI document: 1.0.25
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
  * Image Service API
5
5
  * API for managing images
6
6
  *
7
- * The version of the OpenAPI document: 1.0.23
7
+ * The version of the OpenAPI document: 1.0.25
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-image-service-api",
3
3
  "description": "Generated TypeScript Axios client from OpenAPI for ecommerce-image-service-api",
4
- "version": "1.0.23",
4
+ "version": "1.0.25",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "module": "dist/index.js",