@infisale-client/api 1.2.49 → 1.2.50
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/api.d.ts +4 -4
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -6154,7 +6154,7 @@ export interface IProductPostRequest {
|
|
|
6154
6154
|
* @type {{ [key: string]: Array<IImage>; }}
|
|
6155
6155
|
* @memberof IProductPostRequest
|
|
6156
6156
|
*/
|
|
6157
|
-
'mainVariantsPhotos'
|
|
6157
|
+
'mainVariantsPhotos'?: {
|
|
6158
6158
|
[key: string]: Array<IImage>;
|
|
6159
6159
|
};
|
|
6160
6160
|
/**
|
|
@@ -6307,7 +6307,7 @@ export interface IProductResponse {
|
|
|
6307
6307
|
* @type {{ [key: string]: Array<IImage>; }}
|
|
6308
6308
|
* @memberof IProductResponse
|
|
6309
6309
|
*/
|
|
6310
|
-
'mainVariantsPhotos'
|
|
6310
|
+
'mainVariantsPhotos'?: {
|
|
6311
6311
|
[key: string]: Array<IImage>;
|
|
6312
6312
|
};
|
|
6313
6313
|
/**
|
|
@@ -9056,7 +9056,7 @@ export interface PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate {
|
|
|
9056
9056
|
* @type {{ [key: string]: Array<IImage>; }}
|
|
9057
9057
|
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
9058
9058
|
*/
|
|
9059
|
-
'mainVariantsPhotos'
|
|
9059
|
+
'mainVariantsPhotos'?: {
|
|
9060
9060
|
[key: string]: Array<IImage>;
|
|
9061
9061
|
};
|
|
9062
9062
|
/**
|
|
@@ -9178,7 +9178,7 @@ export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPo
|
|
|
9178
9178
|
* @type {{ [key: string]: Array<IImage>; }}
|
|
9179
9179
|
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
9180
9180
|
*/
|
|
9181
|
-
'mainVariantsPhotos'
|
|
9181
|
+
'mainVariantsPhotos'?: {
|
|
9182
9182
|
[key: string]: Array<IImage>;
|
|
9183
9183
|
};
|
|
9184
9184
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.50",
|
|
4
4
|
"description": "api-sdk",
|
|
5
5
|
"author": "Muhammet KÖKLÜ <105980019+byhipernova@users.noreply.github.com>",
|
|
6
6
|
"homepage": "https://github.com/infisale/infisale-client#readme",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"bugs": {
|
|
38
38
|
"url": "https://github.com/infisale/infisale-client/issues"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "0072b11b1e90d258e74ca184a9d0ab8b5f550635"
|
|
41
41
|
}
|