@infisale-client/api 1.2.48 → 1.2.49
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
|
@@ -6148,7 +6148,7 @@ export interface IProductPostRequest {
|
|
|
6148
6148
|
* @type {Array<VariantType>}
|
|
6149
6149
|
* @memberof IProductPostRequest
|
|
6150
6150
|
*/
|
|
6151
|
-
'variants'
|
|
6151
|
+
'variants'?: Array<VariantType>;
|
|
6152
6152
|
/**
|
|
6153
6153
|
* Construct a type with a set of properties K of type T
|
|
6154
6154
|
* @type {{ [key: string]: Array<IImage>; }}
|
|
@@ -6301,7 +6301,7 @@ export interface IProductResponse {
|
|
|
6301
6301
|
* @type {Array<VariantType>}
|
|
6302
6302
|
* @memberof IProductResponse
|
|
6303
6303
|
*/
|
|
6304
|
-
'variants'
|
|
6304
|
+
'variants'?: Array<VariantType>;
|
|
6305
6305
|
/**
|
|
6306
6306
|
* Construct a type with a set of properties K of type T
|
|
6307
6307
|
* @type {{ [key: string]: Array<IImage>; }}
|
|
@@ -9050,7 +9050,7 @@ export interface PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate {
|
|
|
9050
9050
|
* @type {Array<VariantType>}
|
|
9051
9051
|
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
9052
9052
|
*/
|
|
9053
|
-
'variants'
|
|
9053
|
+
'variants'?: Array<VariantType>;
|
|
9054
9054
|
/**
|
|
9055
9055
|
* Construct a type with a set of properties K of type T
|
|
9056
9056
|
* @type {{ [key: string]: Array<IImage>; }}
|
|
@@ -9172,7 +9172,7 @@ export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPo
|
|
|
9172
9172
|
* @type {Array<VariantType>}
|
|
9173
9173
|
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
9174
9174
|
*/
|
|
9175
|
-
'variants'
|
|
9175
|
+
'variants'?: Array<VariantType>;
|
|
9176
9176
|
/**
|
|
9177
9177
|
* Construct a type with a set of properties K of type T
|
|
9178
9178
|
* @type {{ [key: string]: Array<IImage>; }}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.49",
|
|
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": "6b6b67c7e3479641a6ddb26b969efe00643f4561"
|
|
41
41
|
}
|