@infisale-client/api 1.2.79 → 1.2.82
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 +8 -8
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -6451,7 +6451,7 @@ export interface IProductPatchRequest {
|
|
|
6451
6451
|
* @type {boolean}
|
|
6452
6452
|
* @memberof IProductPatchRequest
|
|
6453
6453
|
*/
|
|
6454
|
-
'
|
|
6454
|
+
'unlimitedStock'?: boolean;
|
|
6455
6455
|
/**
|
|
6456
6456
|
*
|
|
6457
6457
|
* @type {PriceType}
|
|
@@ -6542,7 +6542,7 @@ export interface IProductPostRequest {
|
|
|
6542
6542
|
* @type {boolean}
|
|
6543
6543
|
* @memberof IProductPostRequest
|
|
6544
6544
|
*/
|
|
6545
|
-
'
|
|
6545
|
+
'unlimitedStock'?: boolean;
|
|
6546
6546
|
/**
|
|
6547
6547
|
*
|
|
6548
6548
|
* @type {PriceType}
|
|
@@ -6701,7 +6701,7 @@ export interface IProductResponse {
|
|
|
6701
6701
|
* @type {boolean}
|
|
6702
6702
|
* @memberof IProductResponse
|
|
6703
6703
|
*/
|
|
6704
|
-
'
|
|
6704
|
+
'unlimitedStock'?: boolean;
|
|
6705
6705
|
/**
|
|
6706
6706
|
*
|
|
6707
6707
|
* @type {PriceType}
|
|
@@ -7654,13 +7654,13 @@ export interface ITemplateResponseComponentsInnerConfig {
|
|
|
7654
7654
|
* @type {number}
|
|
7655
7655
|
* @memberof ITemplateResponseComponentsInnerConfig
|
|
7656
7656
|
*/
|
|
7657
|
-
'
|
|
7657
|
+
'contentMobileMaxWidth'?: number;
|
|
7658
7658
|
/**
|
|
7659
7659
|
*
|
|
7660
7660
|
* @type {number}
|
|
7661
7661
|
* @memberof ITemplateResponseComponentsInnerConfig
|
|
7662
7662
|
*/
|
|
7663
|
-
'
|
|
7663
|
+
'contentMaxWidth'?: number;
|
|
7664
7664
|
/**
|
|
7665
7665
|
*
|
|
7666
7666
|
* @type {number}
|
|
@@ -10215,7 +10215,7 @@ export interface PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttr
|
|
|
10215
10215
|
* @type {boolean}
|
|
10216
10216
|
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
|
|
10217
10217
|
*/
|
|
10218
|
-
'
|
|
10218
|
+
'unlimitedStock'?: boolean;
|
|
10219
10219
|
/**
|
|
10220
10220
|
*
|
|
10221
10221
|
* @type {PriceType}
|
|
@@ -10349,7 +10349,7 @@ export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPo
|
|
|
10349
10349
|
* @type {boolean}
|
|
10350
10350
|
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
10351
10351
|
*/
|
|
10352
|
-
'
|
|
10352
|
+
'unlimitedStock'?: boolean;
|
|
10353
10353
|
/**
|
|
10354
10354
|
*
|
|
10355
10355
|
* @type {PriceType}
|
|
@@ -11575,7 +11575,7 @@ export interface VariantType {
|
|
|
11575
11575
|
* @type {boolean}
|
|
11576
11576
|
* @memberof VariantType
|
|
11577
11577
|
*/
|
|
11578
|
-
'
|
|
11578
|
+
'unlimitedStock'?: boolean;
|
|
11579
11579
|
/**
|
|
11580
11580
|
*
|
|
11581
11581
|
* @type {PriceType}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.82",
|
|
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": "b6b73fe5ab3b6d6f6ec3aace5ed896b3e5dd888d"
|
|
41
41
|
}
|