@sokol111/ecommerce-image-service-api 1.0.5 → 1.0.6

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.5
5
+ * The version of the OpenAPI document: 1.0.6
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -99,31 +99,31 @@ export interface Image {
99
99
  * @type {string}
100
100
  * @memberof Image
101
101
  */
102
- 'id'?: string;
102
+ 'id': string;
103
103
  /**
104
104
  *
105
105
  * @type {OwnerType}
106
106
  * @memberof Image
107
107
  */
108
- 'ownerType'?: OwnerType;
108
+ 'ownerType': OwnerType;
109
109
  /**
110
110
  *
111
111
  * @type {string}
112
112
  * @memberof Image
113
113
  */
114
- 'ownerId'?: string;
114
+ 'ownerId': string;
115
115
  /**
116
116
  *
117
117
  * @type {ImageRole}
118
118
  * @memberof Image
119
119
  */
120
- 'role'?: ImageRole;
120
+ 'role': ImageRole;
121
121
  /**
122
122
  * S3 key of the original image
123
123
  * @type {string}
124
124
  * @memberof Image
125
125
  */
126
- 'key'?: string;
126
+ 'key': string;
127
127
  /**
128
128
  * Optional — direct URL if public or via proxy
129
129
  * @type {string}
@@ -135,19 +135,19 @@ export interface Image {
135
135
  * @type {string}
136
136
  * @memberof Image
137
137
  */
138
- 'alt'?: string;
138
+ 'alt': string;
139
139
  /**
140
140
  *
141
141
  * @type {string}
142
142
  * @memberof Image
143
143
  */
144
- 'mime'?: string;
144
+ 'mime': string;
145
145
  /**
146
146
  *
147
147
  * @type {number}
148
148
  * @memberof Image
149
149
  */
150
- 'size'?: number;
150
+ 'size': number;
151
151
  /**
152
152
  *
153
153
  * @type {string}
@@ -159,7 +159,7 @@ export interface Image {
159
159
  * @type {ImageStatus}
160
160
  * @memberof Image
161
161
  */
162
- 'status'?: ImageStatus;
162
+ 'status': ImageStatus;
163
163
  /**
164
164
  *
165
165
  * @type {Array<Variant>}
@@ -171,13 +171,13 @@ export interface Image {
171
171
  * @type {string}
172
172
  * @memberof Image
173
173
  */
174
- 'createdAt'?: string;
174
+ 'createdAt': string;
175
175
  /**
176
176
  *
177
177
  * @type {string}
178
178
  * @memberof Image
179
179
  */
180
- 'updatedAt'?: string;
180
+ 'updatedAt': string;
181
181
  }
182
182
  /**
183
183
  *
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.5
7
+ * The version of the OpenAPI document: 1.0.6
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
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.5
5
+ * The version of the OpenAPI document: 1.0.6
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.5
7
+ * The version of the OpenAPI document: 1.0.6
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.5
5
+ * The version of the OpenAPI document: 1.0.6
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.5
7
+ * The version of the OpenAPI document: 1.0.6
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.5
5
+ * The version of the OpenAPI document: 1.0.6
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -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.5
7
+ * The version of the OpenAPI document: 1.0.6
8
8
  *
9
9
  *
10
10
  * 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.5
5
+ * The version of the OpenAPI document: 1.0.6
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.5
7
+ * The version of the OpenAPI document: 1.0.6
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": "v1.0.5",
4
+ "version": "v1.0.6",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "module": "dist/index.js",