@infisale-client/api 1.2.84 → 1.2.85
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
|
@@ -6528,7 +6528,7 @@ export interface IProductPostRequest {
|
|
|
6528
6528
|
* @type {{ [key: string]: StockTypeValue; }}
|
|
6529
6529
|
* @memberof IProductPostRequest
|
|
6530
6530
|
*/
|
|
6531
|
-
'stock'
|
|
6531
|
+
'stock'?: {
|
|
6532
6532
|
[key: string]: StockTypeValue;
|
|
6533
6533
|
};
|
|
6534
6534
|
/**
|
|
@@ -6681,7 +6681,7 @@ export interface IProductResponse {
|
|
|
6681
6681
|
* @type {{ [key: string]: StockTypeValue; }}
|
|
6682
6682
|
* @memberof IProductResponse
|
|
6683
6683
|
*/
|
|
6684
|
-
'stock'
|
|
6684
|
+
'stock'?: {
|
|
6685
6685
|
[key: string]: StockTypeValue;
|
|
6686
6686
|
};
|
|
6687
6687
|
/**
|
|
@@ -10176,7 +10176,7 @@ export interface PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttr
|
|
|
10176
10176
|
* @type {{ [key: string]: StockTypeValue; }}
|
|
10177
10177
|
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
|
|
10178
10178
|
*/
|
|
10179
|
-
'stock'
|
|
10179
|
+
'stock'?: {
|
|
10180
10180
|
[key: string]: StockTypeValue;
|
|
10181
10181
|
};
|
|
10182
10182
|
/**
|
|
@@ -10304,7 +10304,7 @@ export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPo
|
|
|
10304
10304
|
* @type {{ [key: string]: StockTypeValue; }}
|
|
10305
10305
|
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
10306
10306
|
*/
|
|
10307
|
-
'stock'
|
|
10307
|
+
'stock'?: {
|
|
10308
10308
|
[key: string]: StockTypeValue;
|
|
10309
10309
|
};
|
|
10310
10310
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.85",
|
|
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": "96c00b15179c70d7ab7f224addd78142ce581607"
|
|
41
41
|
}
|