@infisale-client/api 1.2.72 → 1.2.73
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 +34 -22
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -7081,6 +7081,18 @@ export interface ITemplateResponse {
|
|
|
7081
7081
|
* @interface ITemplateResponseComponentsInner
|
|
7082
7082
|
*/
|
|
7083
7083
|
export interface ITemplateResponseComponentsInner {
|
|
7084
|
+
/**
|
|
7085
|
+
*
|
|
7086
|
+
* @type {string}
|
|
7087
|
+
* @memberof ITemplateResponseComponentsInner
|
|
7088
|
+
*/
|
|
7089
|
+
'desktopVariant'?: string;
|
|
7090
|
+
/**
|
|
7091
|
+
*
|
|
7092
|
+
* @type {string}
|
|
7093
|
+
* @memberof ITemplateResponseComponentsInner
|
|
7094
|
+
*/
|
|
7095
|
+
'mobileVariant'?: string;
|
|
7084
7096
|
/**
|
|
7085
7097
|
*
|
|
7086
7098
|
* @type {Array<ITemplateResponseComponentsInnerContentsInner>}
|
|
@@ -9576,67 +9588,67 @@ export interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrT
|
|
|
9576
9588
|
/**
|
|
9577
9589
|
* From T, pick a set of properties whose keys are in the union K
|
|
9578
9590
|
* @export
|
|
9579
|
-
* @interface
|
|
9591
|
+
* @interface PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
|
|
9580
9592
|
*/
|
|
9581
|
-
export interface
|
|
9593
|
+
export interface PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields {
|
|
9582
9594
|
/**
|
|
9583
9595
|
*
|
|
9584
9596
|
* @type {string}
|
|
9585
|
-
* @memberof
|
|
9597
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
|
|
9586
9598
|
*/
|
|
9587
9599
|
'company': string;
|
|
9588
9600
|
/**
|
|
9589
9601
|
*
|
|
9590
9602
|
* @type {string}
|
|
9591
|
-
* @memberof
|
|
9603
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
|
|
9592
9604
|
*/
|
|
9593
9605
|
'_id': string;
|
|
9594
9606
|
/**
|
|
9595
9607
|
*
|
|
9596
9608
|
* @type {number}
|
|
9597
|
-
* @memberof
|
|
9609
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
|
|
9598
9610
|
*/
|
|
9599
9611
|
'__v': number;
|
|
9600
9612
|
/**
|
|
9601
9613
|
*
|
|
9602
9614
|
* @type {string}
|
|
9603
|
-
* @memberof
|
|
9615
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
|
|
9604
9616
|
*/
|
|
9605
9617
|
'createdAt': string;
|
|
9606
9618
|
/**
|
|
9607
9619
|
*
|
|
9608
9620
|
* @type {string}
|
|
9609
|
-
* @memberof
|
|
9621
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
|
|
9610
9622
|
*/
|
|
9611
9623
|
'updatedAt': string;
|
|
9612
9624
|
/**
|
|
9613
9625
|
*
|
|
9614
9626
|
* @type {number}
|
|
9615
|
-
* @memberof
|
|
9627
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
|
|
9616
9628
|
*/
|
|
9617
9629
|
'totalStock': number;
|
|
9618
9630
|
/**
|
|
9619
9631
|
*
|
|
9620
9632
|
* @type {number}
|
|
9621
|
-
* @memberof
|
|
9633
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
|
|
9622
9634
|
*/
|
|
9623
9635
|
'totalSale': number;
|
|
9624
9636
|
/**
|
|
9625
9637
|
*
|
|
9626
9638
|
* @type {boolean}
|
|
9627
|
-
* @memberof
|
|
9639
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
|
|
9628
9640
|
*/
|
|
9629
9641
|
'negativeStock'?: boolean;
|
|
9630
9642
|
/**
|
|
9631
9643
|
*
|
|
9632
9644
|
* @type {Array<string>}
|
|
9633
|
-
* @memberof
|
|
9645
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
|
|
9634
9646
|
*/
|
|
9635
9647
|
'collections': Array<string>;
|
|
9636
9648
|
/**
|
|
9637
9649
|
* Construct a type with a set of properties K of type T
|
|
9638
9650
|
* @type {{ [key: string]: string; }}
|
|
9639
|
-
* @memberof
|
|
9651
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
|
|
9640
9652
|
*/
|
|
9641
9653
|
'templates': {
|
|
9642
9654
|
[key: string]: string;
|
|
@@ -9644,25 +9656,25 @@ export interface PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate {
|
|
|
9644
9656
|
/**
|
|
9645
9657
|
*
|
|
9646
9658
|
* @type {string}
|
|
9647
|
-
* @memberof
|
|
9659
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
|
|
9648
9660
|
*/
|
|
9649
9661
|
'sku'?: string;
|
|
9650
9662
|
/**
|
|
9651
9663
|
*
|
|
9652
9664
|
* @type {string}
|
|
9653
|
-
* @memberof
|
|
9665
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
|
|
9654
9666
|
*/
|
|
9655
9667
|
'barcode'?: string;
|
|
9656
9668
|
/**
|
|
9657
9669
|
*
|
|
9658
9670
|
* @type {Array<IImage>}
|
|
9659
|
-
* @memberof
|
|
9671
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
|
|
9660
9672
|
*/
|
|
9661
9673
|
'photos': Array<IImage>;
|
|
9662
9674
|
/**
|
|
9663
9675
|
*
|
|
9664
9676
|
* @type {{ [key: string]: IProductResponseStockValue; }}
|
|
9665
|
-
* @memberof
|
|
9677
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
|
|
9666
9678
|
*/
|
|
9667
9679
|
'stock'?: {
|
|
9668
9680
|
[key: string]: IProductResponseStockValue;
|
|
@@ -9670,31 +9682,31 @@ export interface PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate {
|
|
|
9670
9682
|
/**
|
|
9671
9683
|
*
|
|
9672
9684
|
* @type {boolean}
|
|
9673
|
-
* @memberof
|
|
9685
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
|
|
9674
9686
|
*/
|
|
9675
9687
|
'stocklessSale'?: boolean;
|
|
9676
9688
|
/**
|
|
9677
9689
|
*
|
|
9678
9690
|
* @type {PriceType}
|
|
9679
|
-
* @memberof
|
|
9691
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
|
|
9680
9692
|
*/
|
|
9681
9693
|
'priceInfo': PriceType;
|
|
9682
9694
|
/**
|
|
9683
9695
|
*
|
|
9684
9696
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
9685
|
-
* @memberof
|
|
9697
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
|
|
9686
9698
|
*/
|
|
9687
9699
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
9688
9700
|
/**
|
|
9689
9701
|
*
|
|
9690
9702
|
* @type {Array<VariantType>}
|
|
9691
|
-
* @memberof
|
|
9703
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
|
|
9692
9704
|
*/
|
|
9693
9705
|
'variants'?: Array<VariantType>;
|
|
9694
9706
|
/**
|
|
9695
9707
|
* Construct a type with a set of properties K of type T
|
|
9696
9708
|
* @type {{ [key: string]: Array<IImage>; }}
|
|
9697
|
-
* @memberof
|
|
9709
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
|
|
9698
9710
|
*/
|
|
9699
9711
|
'mainVariantsPhotos'?: {
|
|
9700
9712
|
[key: string]: Array<IImage>;
|
|
@@ -9702,7 +9714,7 @@ export interface PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate {
|
|
|
9702
9714
|
/**
|
|
9703
9715
|
*
|
|
9704
9716
|
* @type {{ [key: string]: string; }}
|
|
9705
|
-
* @memberof
|
|
9717
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
|
|
9706
9718
|
*/
|
|
9707
9719
|
'attributes'?: {
|
|
9708
9720
|
[key: string]: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.73",
|
|
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": "8eb91dd2ad1de417e8617769151b64e413ae6295"
|
|
41
41
|
}
|