@sokol111/ecommerce-image-service-api 1.0.28 → 1.0.29

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 CHANGED
@@ -3,7 +3,7 @@
3
3
  * Do not edit manually.
4
4
  * Image Service API
5
5
  * API for managing images
6
- * OpenAPI spec version: 1.0.28
6
+ * OpenAPI spec version: 1.0.29
7
7
  */
8
8
  import axios from 'axios';
9
9
  export const getImageServiceAPI = () => {
@@ -3,7 +3,7 @@
3
3
  * Do not edit manually.
4
4
  * Image Service API
5
5
  * API for managing images
6
- * OpenAPI spec version: 1.0.28
6
+ * OpenAPI spec version: 1.0.29
7
7
  */
8
8
  export type OwnerType = typeof OwnerType[keyof typeof OwnerType];
9
9
  export declare const OwnerType: {
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.28",
4
+ "version": "1.0.29",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "module": "dist/index.js",