@infisale-client/api 1.3.5 → 1.3.6

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.
Files changed (2) hide show
  1. package/dist/api/api.d.ts +77 -887
  2. package/package.json +2 -2
package/dist/api/api.d.ts CHANGED
@@ -993,66 +993,12 @@ export type IBrandCollectionQueryParamsDateFieldEnum = typeof IBrandCollectionQu
993
993
  * @interface IBrandPatchRequest
994
994
  */
995
995
  export interface IBrandPatchRequest {
996
- /**
997
- *
998
- * @type {ContentStatusEnum}
999
- * @memberof IBrandPatchRequest
1000
- */
1001
- 'status'?: ContentStatusEnum;
1002
- /**
1003
- *
1004
- * @type {string}
1005
- * @memberof IBrandPatchRequest
1006
- */
1007
- 'title'?: string;
1008
996
  /**
1009
997
  *
1010
998
  * @type {PartialRecordLanguageEnumIContentsValue}
1011
999
  * @memberof IBrandPatchRequest
1012
1000
  */
1013
1001
  'contents'?: PartialRecordLanguageEnumIContentsValue;
1014
- /**
1015
- *
1016
- * @type {IImage}
1017
- * @memberof IBrandPatchRequest
1018
- */
1019
- 'thumbnail'?: IImage;
1020
- /**
1021
- *
1022
- * @type {string}
1023
- * @memberof IBrandPatchRequest
1024
- */
1025
- 'description'?: string;
1026
- /**
1027
- *
1028
- * @type {string}
1029
- * @memberof IBrandPatchRequest
1030
- */
1031
- 'metaTitle'?: string;
1032
- /**
1033
- *
1034
- * @type {string}
1035
- * @memberof IBrandPatchRequest
1036
- */
1037
- 'metaDescription'?: string;
1038
- /**
1039
- *
1040
- * @type {Array<string>}
1041
- * @memberof IBrandPatchRequest
1042
- */
1043
- 'keywords'?: Array<string>;
1044
- /**
1045
- *
1046
- * @type {string}
1047
- * @memberof IBrandPatchRequest
1048
- */
1049
- 'slug'?: string;
1050
- /**
1051
- *
1052
- * @type {string}
1053
- * @memberof IBrandPatchRequest
1054
- */
1055
- 'content'?: string;
1056
1002
  }
1057
1003
  /**
1058
1004
  *
@@ -1066,66 +1012,12 @@ export interface IBrandPostRequest {
1066
1012
  * @memberof IBrandPostRequest
1067
1013
  */
1068
1014
  'company': string;
1069
- /**
1070
- *
1071
- * @type {ContentStatusEnum}
1072
- * @memberof IBrandPostRequest
1073
- */
1074
- 'status': ContentStatusEnum;
1075
- /**
1076
- *
1077
- * @type {string}
1078
- * @memberof IBrandPostRequest
1079
- */
1080
- 'title': string;
1081
1015
  /**
1082
1016
  *
1083
1017
  * @type {PartialRecordLanguageEnumIContentsValue}
1084
1018
  * @memberof IBrandPostRequest
1085
1019
  */
1086
1020
  'contents': PartialRecordLanguageEnumIContentsValue;
1087
- /**
1088
- *
1089
- * @type {IImage}
1090
- * @memberof IBrandPostRequest
1091
- */
1092
- 'thumbnail'?: IImage;
1093
- /**
1094
- *
1095
- * @type {string}
1096
- * @memberof IBrandPostRequest
1097
- */
1098
- 'description'?: string;
1099
- /**
1100
- *
1101
- * @type {string}
1102
- * @memberof IBrandPostRequest
1103
- */
1104
- 'metaTitle'?: string;
1105
- /**
1106
- *
1107
- * @type {string}
1108
- * @memberof IBrandPostRequest
1109
- */
1110
- 'metaDescription'?: string;
1111
- /**
1112
- *
1113
- * @type {Array<string>}
1114
- * @memberof IBrandPostRequest
1115
- */
1116
- 'keywords'?: Array<string>;
1117
- /**
1118
- *
1119
- * @type {string}
1120
- * @memberof IBrandPostRequest
1121
- */
1122
- 'slug': string;
1123
- /**
1124
- *
1125
- * @type {string}
1126
- * @memberof IBrandPostRequest
1127
- */
1128
- 'content'?: string;
1129
1021
  }
1130
1022
  /**
1131
1023
  *
@@ -1452,72 +1344,18 @@ export interface ICategoryPatchRequest {
1452
1344
  * @memberof ICategoryPatchRequest
1453
1345
  */
1454
1346
  'company'?: string;
1455
- /**
1456
- *
1457
- * @type {ContentStatusEnum}
1458
- * @memberof ICategoryPatchRequest
1459
- */
1460
- 'status'?: ContentStatusEnum;
1461
- /**
1462
- *
1463
- * @type {string}
1464
- * @memberof ICategoryPatchRequest
1465
- */
1466
- 'title'?: string;
1467
1347
  /**
1468
1348
  *
1469
1349
  * @type {PartialRecordLanguageEnumIContentsValue}
1470
1350
  * @memberof ICategoryPatchRequest
1471
1351
  */
1472
1352
  'contents'?: PartialRecordLanguageEnumIContentsValue;
1473
- /**
1474
- *
1475
- * @type {IImage}
1476
- * @memberof ICategoryPatchRequest
1477
- */
1478
- 'thumbnail'?: IImage;
1479
1353
  /**
1480
1354
  *
1481
1355
  * @type {string}
1482
1356
  * @memberof ICategoryPatchRequest
1483
1357
  */
1484
1358
  'main'?: string;
1485
- /**
1486
- *
1487
- * @type {string}
1488
- * @memberof ICategoryPatchRequest
1489
- */
1490
- 'description'?: string;
1491
- /**
1492
- *
1493
- * @type {string}
1494
- * @memberof ICategoryPatchRequest
1495
- */
1496
- 'metaTitle'?: string;
1497
- /**
1498
- *
1499
- * @type {string}
1500
- * @memberof ICategoryPatchRequest
1501
- */
1502
- 'metaDescription'?: string;
1503
- /**
1504
- *
1505
- * @type {Array<string>}
1506
- * @memberof ICategoryPatchRequest
1507
- */
1508
- 'keywords'?: Array<string>;
1509
- /**
1510
- *
1511
- * @type {string}
1512
- * @memberof ICategoryPatchRequest
1513
- */
1514
- 'slug'?: string;
1515
- /**
1516
- *
1517
- * @type {string}
1518
- * @memberof ICategoryPatchRequest
1519
- */
1520
- 'content'?: string;
1521
1359
  }
1522
1360
  /**
1523
1361
  *
@@ -1531,72 +1369,18 @@ export interface ICategoryPostRequest {
1531
1369
  * @memberof ICategoryPostRequest
1532
1370
  */
1533
1371
  'company': string;
1534
- /**
1535
- *
1536
- * @type {ContentStatusEnum}
1537
- * @memberof ICategoryPostRequest
1538
- */
1539
- 'status': ContentStatusEnum;
1540
- /**
1541
- *
1542
- * @type {string}
1543
- * @memberof ICategoryPostRequest
1544
- */
1545
- 'title': string;
1546
1372
  /**
1547
1373
  *
1548
1374
  * @type {PartialRecordLanguageEnumIContentsValue}
1549
1375
  * @memberof ICategoryPostRequest
1550
1376
  */
1551
1377
  'contents': PartialRecordLanguageEnumIContentsValue;
1552
- /**
1553
- *
1554
- * @type {IImage}
1555
- * @memberof ICategoryPostRequest
1556
- */
1557
- 'thumbnail'?: IImage;
1558
1378
  /**
1559
1379
  *
1560
1380
  * @type {string}
1561
1381
  * @memberof ICategoryPostRequest
1562
1382
  */
1563
1383
  'main'?: string;
1564
- /**
1565
- *
1566
- * @type {string}
1567
- * @memberof ICategoryPostRequest
1568
- */
1569
- 'description'?: string;
1570
- /**
1571
- *
1572
- * @type {string}
1573
- * @memberof ICategoryPostRequest
1574
- */
1575
- 'metaTitle'?: string;
1576
- /**
1577
- *
1578
- * @type {string}
1579
- * @memberof ICategoryPostRequest
1580
- */
1581
- 'metaDescription'?: string;
1582
- /**
1583
- *
1584
- * @type {Array<string>}
1585
- * @memberof ICategoryPostRequest
1586
- */
1587
- 'keywords'?: Array<string>;
1588
- /**
1589
- *
1590
- * @type {string}
1591
- * @memberof ICategoryPostRequest
1592
- */
1593
- 'slug': string;
1594
- /**
1595
- *
1596
- * @type {string}
1597
- * @memberof ICategoryPostRequest
1598
- */
1599
- 'content'?: string;
1600
1384
  /**
1601
1385
  *
1602
1386
  * @type {Array<ICategoryAttributesResponseAttributesInner>}
@@ -1954,155 +1738,47 @@ export interface ICollectionCollectionsQueryParams {
1954
1738
  'status'?: ContentStatusEnum;
1955
1739
  }
1956
1740
  export declare const ICollectionCollectionsQueryParamsDateFieldEnum: {
1957
- readonly CREATED_AT: "createdAt";
1958
- readonly UPDATED_AT: "updatedAt";
1959
- };
1960
- export type ICollectionCollectionsQueryParamsDateFieldEnum = typeof ICollectionCollectionsQueryParamsDateFieldEnum[keyof typeof ICollectionCollectionsQueryParamsDateFieldEnum];
1961
- /**
1962
- *
1963
- * @export
1964
- * @interface ICollectionPatchRequest
1965
- */
1966
- export interface ICollectionPatchRequest {
1967
- /**
1968
- *
1969
- * @type {ContentStatusEnum}
1970
- * @memberof ICollectionPatchRequest
1971
- */
1972
- 'status'?: ContentStatusEnum;
1973
- /**
1974
- *
1975
- * @type {string}
1976
- * @memberof ICollectionPatchRequest
1977
- */
1978
- 'title'?: string;
1979
- /**
1980
- *
1981
- * @type {ITemplateResponse}
1982
- * @memberof ICollectionPatchRequest
1983
- */
1984
- 'template'?: ITemplateResponse;
1985
- /**
1986
- *
1987
- * @type {PartialRecordLanguageEnumIContentsValue}
1988
- * @memberof ICollectionPatchRequest
1989
- */
1990
- 'contents'?: PartialRecordLanguageEnumIContentsValue;
1991
- /**
1992
- *
1993
- * @type {IImage}
1994
- * @memberof ICollectionPatchRequest
1995
- */
1996
- 'thumbnail'?: IImage;
1997
- /**
1998
- *
1999
- * @type {string}
2000
- * @memberof ICollectionPatchRequest
2001
- */
2002
- 'description'?: string;
2003
- /**
2004
- *
2005
- * @type {string}
2006
- * @memberof ICollectionPatchRequest
2007
- */
2008
- 'metaTitle'?: string;
2009
- /**
2010
- *
2011
- * @type {string}
2012
- * @memberof ICollectionPatchRequest
2013
- */
2014
- 'metaDescription'?: string;
2015
- /**
2016
- *
2017
- * @type {Array<string>}
2018
- * @memberof ICollectionPatchRequest
2019
- */
2020
- 'keywords'?: Array<string>;
2021
- /**
2022
- *
2023
- * @type {string}
2024
- * @memberof ICollectionPatchRequest
2025
- */
2026
- 'slug'?: string;
2027
- /**
2028
- *
2029
- * @type {string}
2030
- * @memberof ICollectionPatchRequest
2031
- */
2032
- 'content'?: string;
2033
- }
2034
- /**
2035
- *
2036
- * @export
2037
- * @interface ICollectionPostRequest
2038
- */
2039
- export interface ICollectionPostRequest {
2040
- /**
2041
- *
2042
- * @type {string}
2043
- * @memberof ICollectionPostRequest
2044
- */
2045
- 'company': string;
2046
- /**
2047
- *
2048
- * @type {ContentStatusEnum}
2049
- * @memberof ICollectionPostRequest
2050
- */
2051
- 'status': ContentStatusEnum;
2052
- /**
2053
- *
2054
- * @type {string}
2055
- * @memberof ICollectionPostRequest
2056
- */
2057
- 'title': string;
2058
- /**
2059
- *
2060
- * @type {PartialRecordLanguageEnumIContentsValue}
2061
- * @memberof ICollectionPostRequest
2062
- */
2063
- 'contents': PartialRecordLanguageEnumIContentsValue;
2064
- /**
2065
- *
2066
- * @type {IImage}
2067
- * @memberof ICollectionPostRequest
2068
- */
2069
- 'thumbnail'?: IImage;
2070
- /**
2071
- *
2072
- * @type {string}
2073
- * @memberof ICollectionPostRequest
2074
- */
2075
- 'description'?: string;
2076
- /**
2077
- *
2078
- * @type {string}
2079
- * @memberof ICollectionPostRequest
2080
- */
2081
- 'metaTitle'?: string;
1741
+ readonly CREATED_AT: "createdAt";
1742
+ readonly UPDATED_AT: "updatedAt";
1743
+ };
1744
+ export type ICollectionCollectionsQueryParamsDateFieldEnum = typeof ICollectionCollectionsQueryParamsDateFieldEnum[keyof typeof ICollectionCollectionsQueryParamsDateFieldEnum];
1745
+ /**
1746
+ *
1747
+ * @export
1748
+ * @interface ICollectionPatchRequest
1749
+ */
1750
+ export interface ICollectionPatchRequest {
2082
1751
  /**
2083
1752
  *
2084
- * @type {string}
2085
- * @memberof ICollectionPostRequest
1753
+ * @type {ITemplateResponse}
1754
+ * @memberof ICollectionPatchRequest
2086
1755
  */
2087
- 'metaDescription'?: string;
1756
+ 'template'?: ITemplateResponse;
2088
1757
  /**
2089
1758
  *
2090
- * @type {Array<string>}
2091
- * @memberof ICollectionPostRequest
1759
+ * @type {PartialRecordLanguageEnumIContentsValue}
1760
+ * @memberof ICollectionPatchRequest
2092
1761
  */
2093
- 'keywords'?: Array<string>;
1762
+ 'contents'?: PartialRecordLanguageEnumIContentsValue;
1763
+ }
1764
+ /**
1765
+ *
1766
+ * @export
1767
+ * @interface ICollectionPostRequest
1768
+ */
1769
+ export interface ICollectionPostRequest {
2094
1770
  /**
2095
1771
  *
2096
1772
  * @type {string}
2097
1773
  * @memberof ICollectionPostRequest
2098
1774
  */
2099
- 'slug': string;
1775
+ 'company': string;
2100
1776
  /**
2101
1777
  *
2102
- * @type {string}
1778
+ * @type {PartialRecordLanguageEnumIContentsValue}
2103
1779
  * @memberof ICollectionPostRequest
2104
1780
  */
2105
- 'content'?: string;
1781
+ 'contents': PartialRecordLanguageEnumIContentsValue;
2106
1782
  /**
2107
1783
  *
2108
1784
  * @type {ITemplateResponse}
@@ -6567,18 +6243,6 @@ export interface IPageGetAllQueryParams {
6567
6243
  * @interface IPagePatchRequest
6568
6244
  */
6569
6245
  export interface IPagePatchRequest {
6570
- /**
6571
- *
6572
- * @type {ContentStatusEnum}
6573
- * @memberof IPagePatchRequest
6574
- */
6575
- 'status'?: ContentStatusEnum;
6576
- /**
6577
- *
6578
- * @type {string}
6579
- * @memberof IPagePatchRequest
6580
- */
6581
- 'title'?: string;
6582
6246
  /**
6583
6247
  *
6584
6248
  * @type {ITemplateResponse}
@@ -6591,54 +6255,12 @@ export interface IPagePatchRequest {
6591
6255
  * @memberof IPagePatchRequest
6592
6256
  */
6593
6257
  'contents'?: PartialRecordLanguageEnumIContentsValue;
6594
- /**
6595
- *
6596
- * @type {IImage}
6597
- * @memberof IPagePatchRequest
6598
- */
6599
- 'thumbnail'?: IImage;
6600
6258
  /**
6601
6259
  *
6602
6260
  * @type {PageTypeEnum}
6603
6261
  * @memberof IPagePatchRequest
6604
6262
  */
6605
6263
  'type'?: PageTypeEnum;
6606
- /**
6607
- *
6608
- * @type {string}
6609
- * @memberof IPagePatchRequest
6610
- */
6611
- 'description'?: string;
6612
- /**
6613
- *
6614
- * @type {string}
6615
- * @memberof IPagePatchRequest
6616
- */
6617
- 'metaTitle'?: string;
6618
- /**
6619
- *
6620
- * @type {string}
6621
- * @memberof IPagePatchRequest
6622
- */
6623
- 'metaDescription'?: string;
6624
- /**
6625
- *
6626
- * @type {Array<string>}
6627
- * @memberof IPagePatchRequest
6628
- */
6629
- 'keywords'?: Array<string>;
6630
- /**
6631
- *
6632
- * @type {string}
6633
- * @memberof IPagePatchRequest
6634
- */
6635
- 'slug'?: string;
6636
- /**
6637
- *
6638
- * @type {string}
6639
- * @memberof IPagePatchRequest
6640
- */
6641
- 'content'?: string;
6642
6264
  }
6643
6265
  /**
6644
6266
  *
@@ -6652,72 +6274,18 @@ export interface IPagePostRequest {
6652
6274
  * @memberof IPagePostRequest
6653
6275
  */
6654
6276
  'company': string;
6655
- /**
6656
- *
6657
- * @type {ContentStatusEnum}
6658
- * @memberof IPagePostRequest
6659
- */
6660
- 'status': ContentStatusEnum;
6661
- /**
6662
- *
6663
- * @type {string}
6664
- * @memberof IPagePostRequest
6665
- */
6666
- 'title': string;
6667
6277
  /**
6668
6278
  *
6669
6279
  * @type {PartialRecordLanguageEnumIContentsValue}
6670
6280
  * @memberof IPagePostRequest
6671
6281
  */
6672
6282
  'contents': PartialRecordLanguageEnumIContentsValue;
6673
- /**
6674
- *
6675
- * @type {IImage}
6676
- * @memberof IPagePostRequest
6677
- */
6678
- 'thumbnail'?: IImage;
6679
6283
  /**
6680
6284
  *
6681
6285
  * @type {PageTypeEnum}
6682
6286
  * @memberof IPagePostRequest
6683
6287
  */
6684
6288
  'type': PageTypeEnum;
6685
- /**
6686
- *
6687
- * @type {string}
6688
- * @memberof IPagePostRequest
6689
- */
6690
- 'description'?: string;
6691
- /**
6692
- *
6693
- * @type {string}
6694
- * @memberof IPagePostRequest
6695
- */
6696
- 'metaTitle'?: string;
6697
- /**
6698
- *
6699
- * @type {string}
6700
- * @memberof IPagePostRequest
6701
- */
6702
- 'metaDescription'?: string;
6703
- /**
6704
- *
6705
- * @type {Array<string>}
6706
- * @memberof IPagePostRequest
6707
- */
6708
- 'keywords'?: Array<string>;
6709
- /**
6710
- *
6711
- * @type {string}
6712
- * @memberof IPagePostRequest
6713
- */
6714
- 'slug': string;
6715
- /**
6716
- *
6717
- * @type {string}
6718
- * @memberof IPagePostRequest
6719
- */
6720
- 'content'?: string;
6721
6289
  /**
6722
6290
  *
6723
6291
  * @type {ITemplateResponse}
@@ -7502,18 +7070,6 @@ export interface IProductPatchRequest {
7502
7070
  * @memberof IProductPatchRequest
7503
7071
  */
7504
7072
  'company'?: string;
7505
- /**
7506
- *
7507
- * @type {ContentStatusEnum}
7508
- * @memberof IProductPatchRequest
7509
- */
7510
- 'status'?: ContentStatusEnum;
7511
- /**
7512
- *
7513
- * @type {string}
7514
- * @memberof IProductPatchRequest
7515
- */
7516
- 'title'?: string;
7517
7073
  /**
7518
7074
  *
7519
7075
  * @type {boolean}
@@ -7586,48 +7142,6 @@ export interface IProductPatchRequest {
7586
7142
  'attributes'?: {
7587
7143
  [key: string]: string;
7588
7144
  };
7589
- /**
7590
- *
7591
- * @type {IImage}
7592
- * @memberof IProductPatchRequest
7593
- */
7594
- 'thumbnail'?: IImage;
7595
- /**
7596
- *
7597
- * @type {string}
7598
- * @memberof IProductPatchRequest
7599
- */
7600
- 'description'?: string;
7601
- /**
7602
- *
7603
- * @type {string}
7604
- * @memberof IProductPatchRequest
7605
- */
7606
- 'metaTitle'?: string;
7607
- /**
7608
- *
7609
- * @type {string}
7610
- * @memberof IProductPatchRequest
7611
- */
7612
- 'metaDescription'?: string;
7613
- /**
7614
- *
7615
- * @type {Array<string>}
7616
- * @memberof IProductPatchRequest
7617
- */
7618
- 'keywords'?: Array<string>;
7619
- /**
7620
- *
7621
- * @type {string}
7622
- * @memberof IProductPatchRequest
7623
- */
7624
- 'slug'?: string;
7625
- /**
7626
- *
7627
- * @type {string}
7628
- * @memberof IProductPatchRequest
7629
- */
7630
- 'content'?: string;
7631
7145
  }
7632
7146
  /**
7633
7147
  *
@@ -7641,18 +7155,6 @@ export interface IProductPostRequest {
7641
7155
  * @memberof IProductPostRequest
7642
7156
  */
7643
7157
  'company': string;
7644
- /**
7645
- *
7646
- * @type {ContentStatusEnum}
7647
- * @memberof IProductPostRequest
7648
- */
7649
- 'status': ContentStatusEnum;
7650
- /**
7651
- *
7652
- * @type {string}
7653
- * @memberof IProductPostRequest
7654
- */
7655
- 'title': string;
7656
7158
  /**
7657
7159
  *
7658
7160
  * @type {boolean}
@@ -7685,88 +7187,46 @@ export interface IProductPostRequest {
7685
7187
  'photos': Array<IImage>;
7686
7188
  /**
7687
7189
  *
7688
- * @type {{ [key: string]: StockTypeValue; }}
7689
- * @memberof IProductPostRequest
7690
- */
7691
- 'stock'?: {
7692
- [key: string]: StockTypeValue;
7693
- };
7694
- /**
7695
- *
7696
- * @type {PriceType}
7697
- * @memberof IProductPostRequest
7698
- */
7699
- 'priceInfo': PriceType;
7700
- /**
7701
- *
7702
- * @type {PartialRecordLanguageEnumIContentsValue}
7703
- * @memberof IProductPostRequest
7704
- */
7705
- 'contents': PartialRecordLanguageEnumIContentsValue;
7706
- /**
7707
- *
7708
- * @type {Array<VariantType>}
7709
- * @memberof IProductPostRequest
7710
- */
7711
- 'variants'?: Array<VariantType>;
7712
- /**
7713
- * Construct a type with a set of properties K of type T
7714
- * @type {{ [key: string]: Array<IImage>; }}
7715
- * @memberof IProductPostRequest
7716
- */
7717
- 'mainVariantsPhotos'?: {
7718
- [key: string]: Array<IImage>;
7719
- };
7720
- /**
7721
- *
7722
- * @type {{ [key: string]: string; }}
7723
- * @memberof IProductPostRequest
7724
- */
7725
- 'attributes'?: {
7726
- [key: string]: string;
7727
- };
7728
- /**
7729
- *
7730
- * @type {IImage}
7731
- * @memberof IProductPostRequest
7732
- */
7733
- 'thumbnail'?: IImage;
7734
- /**
7735
- *
7736
- * @type {string}
7190
+ * @type {{ [key: string]: StockTypeValue; }}
7737
7191
  * @memberof IProductPostRequest
7738
7192
  */
7739
- 'description'?: string;
7193
+ 'stock'?: {
7194
+ [key: string]: StockTypeValue;
7195
+ };
7740
7196
  /**
7741
7197
  *
7742
- * @type {string}
7198
+ * @type {PriceType}
7743
7199
  * @memberof IProductPostRequest
7744
7200
  */
7745
- 'metaTitle'?: string;
7201
+ 'priceInfo': PriceType;
7746
7202
  /**
7747
7203
  *
7748
- * @type {string}
7204
+ * @type {PartialRecordLanguageEnumIContentsValue}
7749
7205
  * @memberof IProductPostRequest
7750
7206
  */
7751
- 'metaDescription'?: string;
7207
+ 'contents': PartialRecordLanguageEnumIContentsValue;
7752
7208
  /**
7753
7209
  *
7754
- * @type {Array<string>}
7210
+ * @type {Array<VariantType>}
7755
7211
  * @memberof IProductPostRequest
7756
7212
  */
7757
- 'keywords'?: Array<string>;
7213
+ 'variants'?: Array<VariantType>;
7758
7214
  /**
7759
- *
7760
- * @type {string}
7215
+ * Construct a type with a set of properties K of type T
7216
+ * @type {{ [key: string]: Array<IImage>; }}
7761
7217
  * @memberof IProductPostRequest
7762
7218
  */
7763
- 'slug': string;
7219
+ 'mainVariantsPhotos'?: {
7220
+ [key: string]: Array<IImage>;
7221
+ };
7764
7222
  /**
7765
7223
  *
7766
- * @type {string}
7224
+ * @type {{ [key: string]: string; }}
7767
7225
  * @memberof IProductPostRequest
7768
7226
  */
7769
- 'content'?: string;
7227
+ 'attributes'?: {
7228
+ [key: string]: string;
7229
+ };
7770
7230
  /**
7771
7231
  *
7772
7232
  * @type {string}
@@ -9909,75 +9369,21 @@ export interface PickIBasketExcludeKeyofIBasketItems {
9909
9369
  /**
9910
9370
  * From T, pick a set of properties whose keys are in the union K
9911
9371
  * @export
9912
- * @interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugs
9372
+ * @interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugsOrKeyofIContentsValue
9913
9373
  */
9914
- export interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugs {
9374
+ export interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugsOrKeyofIContentsValue {
9915
9375
  /**
9916
9376
  *
9917
9377
  * @type {string}
9918
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugs
9378
+ * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugsOrKeyofIContentsValue
9919
9379
  */
9920
9380
  'company': string;
9921
- /**
9922
- *
9923
- * @type {ContentStatusEnum}
9924
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugs
9925
- */
9926
- 'status': ContentStatusEnum;
9927
- /**
9928
- *
9929
- * @type {string}
9930
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugs
9931
- */
9932
- 'title': string;
9933
9381
  /**
9934
9382
  *
9935
9383
  * @type {PartialRecordLanguageEnumIContentsValue}
9936
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugs
9384
+ * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugsOrKeyofIContentsValue
9937
9385
  */
9938
9386
  'contents': PartialRecordLanguageEnumIContentsValue;
9939
- /**
9940
- *
9941
- * @type {IImage}
9942
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugs
9943
- */
9944
- 'thumbnail'?: IImage;
9945
- /**
9946
- *
9947
- * @type {string}
9948
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugs
9949
- */
9950
- 'description'?: string;
9951
- /**
9952
- *
9953
- * @type {string}
9954
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugs
9955
- */
9956
- 'metaTitle'?: string;
9957
- /**
9958
- *
9959
- * @type {string}
9960
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugs
9961
- */
9962
- 'metaDescription'?: string;
9963
- /**
9964
- *
9965
- * @type {Array<string>}
9966
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugs
9967
- */
9968
- 'keywords'?: Array<string>;
9969
- /**
9970
- *
9971
- * @type {string}
9972
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugs
9973
- */
9974
- 'slug': string;
9975
- /**
9976
- *
9977
- * @type {string}
9978
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugs
9979
- */
9980
- 'content'?: string;
9981
9387
  }
9982
9388
  /**
9983
9389
  * From T, pick a set of properties whose keys are in the union K
@@ -10043,81 +9449,27 @@ export interface PickICategoryExcludeKeyofICategoryAttributes {
10043
9449
  /**
10044
9450
  * From T, pick a set of properties whose keys are in the union K
10045
9451
  * @export
10046
- * @interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugs
9452
+ * @interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugsOrKeyofIContentsValue
10047
9453
  */
10048
- export interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugs {
9454
+ export interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugsOrKeyofIContentsValue {
10049
9455
  /**
10050
9456
  *
10051
9457
  * @type {string}
10052
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugs
9458
+ * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugsOrKeyofIContentsValue
10053
9459
  */
10054
9460
  'company': string;
10055
- /**
10056
- *
10057
- * @type {ContentStatusEnum}
10058
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugs
10059
- */
10060
- 'status': ContentStatusEnum;
10061
- /**
10062
- *
10063
- * @type {string}
10064
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugs
10065
- */
10066
- 'title': string;
10067
9461
  /**
10068
9462
  *
10069
9463
  * @type {PartialRecordLanguageEnumIContentsValue}
10070
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugs
9464
+ * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugsOrKeyofIContentsValue
10071
9465
  */
10072
9466
  'contents': PartialRecordLanguageEnumIContentsValue;
10073
- /**
10074
- *
10075
- * @type {IImage}
10076
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugs
10077
- */
10078
- 'thumbnail'?: IImage;
10079
9467
  /**
10080
9468
  *
10081
9469
  * @type {string}
10082
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugs
9470
+ * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugsOrKeyofIContentsValue
10083
9471
  */
10084
9472
  'main'?: string;
10085
- /**
10086
- *
10087
- * @type {string}
10088
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugs
10089
- */
10090
- 'description'?: string;
10091
- /**
10092
- *
10093
- * @type {string}
10094
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugs
10095
- */
10096
- 'metaTitle'?: string;
10097
- /**
10098
- *
10099
- * @type {string}
10100
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugs
10101
- */
10102
- 'metaDescription'?: string;
10103
- /**
10104
- *
10105
- * @type {Array<string>}
10106
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugs
10107
- */
10108
- 'keywords'?: Array<string>;
10109
- /**
10110
- *
10111
- * @type {string}
10112
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugs
10113
- */
10114
- 'slug': string;
10115
- /**
10116
- *
10117
- * @type {string}
10118
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugs
10119
- */
10120
- 'content'?: string;
10121
9473
  }
10122
9474
  /**
10123
9475
  * From T, pick a set of properties whose keys are in the union K
@@ -10226,75 +9578,21 @@ export type PickICollectionQueryParamsExcludeKeyofICollectionQueryParamsSortDate
10226
9578
  /**
10227
9579
  * From T, pick a set of properties whose keys are in the union K
10228
9580
  * @export
10229
- * @interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
9581
+ * @interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
10230
9582
  */
10231
- export interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs {
9583
+ export interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue {
10232
9584
  /**
10233
9585
  *
10234
9586
  * @type {string}
10235
- * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
9587
+ * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
10236
9588
  */
10237
9589
  'company': string;
10238
- /**
10239
- *
10240
- * @type {ContentStatusEnum}
10241
- * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
10242
- */
10243
- 'status': ContentStatusEnum;
10244
- /**
10245
- *
10246
- * @type {string}
10247
- * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
10248
- */
10249
- 'title': string;
10250
9590
  /**
10251
9591
  *
10252
9592
  * @type {PartialRecordLanguageEnumIContentsValue}
10253
- * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
9593
+ * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
10254
9594
  */
10255
9595
  'contents': PartialRecordLanguageEnumIContentsValue;
10256
- /**
10257
- *
10258
- * @type {IImage}
10259
- * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
10260
- */
10261
- 'thumbnail'?: IImage;
10262
- /**
10263
- *
10264
- * @type {string}
10265
- * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
10266
- */
10267
- 'description'?: string;
10268
- /**
10269
- *
10270
- * @type {string}
10271
- * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
10272
- */
10273
- 'metaTitle'?: string;
10274
- /**
10275
- *
10276
- * @type {string}
10277
- * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
10278
- */
10279
- 'metaDescription'?: string;
10280
- /**
10281
- *
10282
- * @type {Array<string>}
10283
- * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
10284
- */
10285
- 'keywords'?: Array<string>;
10286
- /**
10287
- *
10288
- * @type {string}
10289
- * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
10290
- */
10291
- 'slug': string;
10292
- /**
10293
- *
10294
- * @type {string}
10295
- * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
10296
- */
10297
- 'content'?: string;
10298
9596
  }
10299
9597
  /**
10300
9598
  * From T, pick a set of properties whose keys are in the union K
@@ -11321,81 +10619,27 @@ export interface PickIPageExcludeKeyofIPageTemplate {
11321
10619
  /**
11322
10620
  * From T, pick a set of properties whose keys are in the union K
11323
10621
  * @export
11324
- * @interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
10622
+ * @interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
11325
10623
  */
11326
- export interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs {
10624
+ export interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue {
11327
10625
  /**
11328
10626
  *
11329
10627
  * @type {string}
11330
- * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
10628
+ * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
11331
10629
  */
11332
10630
  'company': string;
11333
- /**
11334
- *
11335
- * @type {ContentStatusEnum}
11336
- * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
11337
- */
11338
- 'status': ContentStatusEnum;
11339
- /**
11340
- *
11341
- * @type {string}
11342
- * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
11343
- */
11344
- 'title': string;
11345
10631
  /**
11346
10632
  *
11347
10633
  * @type {PartialRecordLanguageEnumIContentsValue}
11348
- * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
10634
+ * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
11349
10635
  */
11350
10636
  'contents': PartialRecordLanguageEnumIContentsValue;
11351
- /**
11352
- *
11353
- * @type {IImage}
11354
- * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
11355
- */
11356
- 'thumbnail'?: IImage;
11357
10637
  /**
11358
10638
  *
11359
10639
  * @type {PageTypeEnum}
11360
- * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
10640
+ * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
11361
10641
  */
11362
10642
  'type': PageTypeEnum;
11363
- /**
11364
- *
11365
- * @type {string}
11366
- * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
11367
- */
11368
- 'description'?: string;
11369
- /**
11370
- *
11371
- * @type {string}
11372
- * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
11373
- */
11374
- 'metaTitle'?: string;
11375
- /**
11376
- *
11377
- * @type {string}
11378
- * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
11379
- */
11380
- 'metaDescription'?: string;
11381
- /**
11382
- *
11383
- * @type {Array<string>}
11384
- * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
11385
- */
11386
- 'keywords'?: Array<string>;
11387
- /**
11388
- *
11389
- * @type {string}
11390
- * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
11391
- */
11392
- 'slug': string;
11393
- /**
11394
- *
11395
- * @type {string}
11396
- * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
11397
- */
11398
- 'content'?: string;
11399
10643
  }
11400
10644
  /**
11401
10645
  * From T, pick a set of properties whose keys are in the union K
@@ -11609,61 +10853,49 @@ export interface PickIProductIdOrContentsOrTotalSale {
11609
10853
  /**
11610
10854
  * From T, pick a set of properties whose keys are in the union K
11611
10855
  * @export
11612
- * @interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10856
+ * @interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
11613
10857
  */
11614
- export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields {
10858
+ export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue {
11615
10859
  /**
11616
10860
  *
11617
10861
  * @type {string}
11618
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10862
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
11619
10863
  */
11620
10864
  'company': string;
11621
- /**
11622
- *
11623
- * @type {ContentStatusEnum}
11624
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
11625
- */
11626
- 'status': ContentStatusEnum;
11627
- /**
11628
- *
11629
- * @type {string}
11630
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
11631
- */
11632
- 'title': string;
11633
10865
  /**
11634
10866
  *
11635
10867
  * @type {boolean}
11636
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10868
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
11637
10869
  */
11638
10870
  'negativeStock'?: boolean;
11639
10871
  /**
11640
10872
  *
11641
10873
  * @type {Array<string>}
11642
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10874
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
11643
10875
  */
11644
10876
  'collections': Array<string>;
11645
10877
  /**
11646
10878
  *
11647
10879
  * @type {string}
11648
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10880
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
11649
10881
  */
11650
10882
  'sku'?: string;
11651
10883
  /**
11652
10884
  *
11653
10885
  * @type {string}
11654
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10886
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
11655
10887
  */
11656
10888
  'barcode'?: string;
11657
10889
  /**
11658
10890
  *
11659
10891
  * @type {Array<IImage>}
11660
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10892
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
11661
10893
  */
11662
10894
  'photos': Array<IImage>;
11663
10895
  /**
11664
10896
  *
11665
10897
  * @type {{ [key: string]: StockTypeValue; }}
11666
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10898
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
11667
10899
  */
11668
10900
  'stock'?: {
11669
10901
  [key: string]: StockTypeValue;
@@ -11671,25 +10903,25 @@ export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPo
11671
10903
  /**
11672
10904
  *
11673
10905
  * @type {PriceType}
11674
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10906
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
11675
10907
  */
11676
10908
  'priceInfo': PriceType;
11677
10909
  /**
11678
10910
  *
11679
10911
  * @type {PartialRecordLanguageEnumIContentsValue}
11680
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10912
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
11681
10913
  */
11682
10914
  'contents': PartialRecordLanguageEnumIContentsValue;
11683
10915
  /**
11684
10916
  *
11685
10917
  * @type {Array<VariantType>}
11686
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10918
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
11687
10919
  */
11688
10920
  'variants'?: Array<VariantType>;
11689
10921
  /**
11690
10922
  * Construct a type with a set of properties K of type T
11691
10923
  * @type {{ [key: string]: Array<IImage>; }}
11692
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10924
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
11693
10925
  */
11694
10926
  'mainVariantsPhotos'?: {
11695
10927
  [key: string]: Array<IImage>;
@@ -11697,53 +10929,11 @@ export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPo
11697
10929
  /**
11698
10930
  *
11699
10931
  * @type {{ [key: string]: string; }}
11700
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10932
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
11701
10933
  */
11702
10934
  'attributes'?: {
11703
10935
  [key: string]: string;
11704
10936
  };
11705
- /**
11706
- *
11707
- * @type {IImage}
11708
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
11709
- */
11710
- 'thumbnail'?: IImage;
11711
- /**
11712
- *
11713
- * @type {string}
11714
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
11715
- */
11716
- 'description'?: string;
11717
- /**
11718
- *
11719
- * @type {string}
11720
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
11721
- */
11722
- 'metaTitle'?: string;
11723
- /**
11724
- *
11725
- * @type {string}
11726
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
11727
- */
11728
- 'metaDescription'?: string;
11729
- /**
11730
- *
11731
- * @type {Array<string>}
11732
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
11733
- */
11734
- 'keywords'?: Array<string>;
11735
- /**
11736
- *
11737
- * @type {string}
11738
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
11739
- */
11740
- 'slug': string;
11741
- /**
11742
- *
11743
- * @type {string}
11744
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
11745
- */
11746
- 'content'?: string;
11747
10937
  }
11748
10938
  /**
11749
10939
  * From T, pick a set of properties whose keys are in the union K
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
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": "14800b659c106e76194ecc5534489c121b39d7ff"
40
+ "gitHead": "8cf386dcdce01acea4ce20ddbcd6a3b6805ea3cc"
41
41
  }