@infisale-client/api-client 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
@@ -980,66 +980,12 @@ export type IBrandCollectionQueryParamsDateFieldEnum = typeof IBrandCollectionQu
980
980
  * @interface IBrandPatchRequest
981
981
  */
982
982
  export interface IBrandPatchRequest {
983
- /**
984
- *
985
- * @type {ContentStatusEnum}
986
- * @memberof IBrandPatchRequest
987
- */
988
- 'status'?: ContentStatusEnum;
989
- /**
990
- *
991
- * @type {string}
992
- * @memberof IBrandPatchRequest
993
- */
994
- 'title'?: string;
995
983
  /**
996
984
  *
997
985
  * @type {PartialRecordLanguageEnumIContentsValue}
998
986
  * @memberof IBrandPatchRequest
999
987
  */
1000
988
  'contents'?: PartialRecordLanguageEnumIContentsValue;
1001
- /**
1002
- *
1003
- * @type {IImage}
1004
- * @memberof IBrandPatchRequest
1005
- */
1006
- 'thumbnail'?: IImage;
1007
- /**
1008
- *
1009
- * @type {string}
1010
- * @memberof IBrandPatchRequest
1011
- */
1012
- 'description'?: string;
1013
- /**
1014
- *
1015
- * @type {string}
1016
- * @memberof IBrandPatchRequest
1017
- */
1018
- 'metaTitle'?: string;
1019
- /**
1020
- *
1021
- * @type {string}
1022
- * @memberof IBrandPatchRequest
1023
- */
1024
- 'metaDescription'?: string;
1025
- /**
1026
- *
1027
- * @type {Array<string>}
1028
- * @memberof IBrandPatchRequest
1029
- */
1030
- 'keywords'?: Array<string>;
1031
- /**
1032
- *
1033
- * @type {string}
1034
- * @memberof IBrandPatchRequest
1035
- */
1036
- 'slug'?: string;
1037
- /**
1038
- *
1039
- * @type {string}
1040
- * @memberof IBrandPatchRequest
1041
- */
1042
- 'content'?: string;
1043
989
  }
1044
990
  /**
1045
991
  *
@@ -1053,66 +999,12 @@ export interface IBrandPostRequest {
1053
999
  * @memberof IBrandPostRequest
1054
1000
  */
1055
1001
  'company': string;
1056
- /**
1057
- *
1058
- * @type {ContentStatusEnum}
1059
- * @memberof IBrandPostRequest
1060
- */
1061
- 'status': ContentStatusEnum;
1062
- /**
1063
- *
1064
- * @type {string}
1065
- * @memberof IBrandPostRequest
1066
- */
1067
- 'title': string;
1068
1002
  /**
1069
1003
  *
1070
1004
  * @type {PartialRecordLanguageEnumIContentsValue}
1071
1005
  * @memberof IBrandPostRequest
1072
1006
  */
1073
1007
  'contents': PartialRecordLanguageEnumIContentsValue;
1074
- /**
1075
- *
1076
- * @type {IImage}
1077
- * @memberof IBrandPostRequest
1078
- */
1079
- 'thumbnail'?: IImage;
1080
- /**
1081
- *
1082
- * @type {string}
1083
- * @memberof IBrandPostRequest
1084
- */
1085
- 'description'?: string;
1086
- /**
1087
- *
1088
- * @type {string}
1089
- * @memberof IBrandPostRequest
1090
- */
1091
- 'metaTitle'?: string;
1092
- /**
1093
- *
1094
- * @type {string}
1095
- * @memberof IBrandPostRequest
1096
- */
1097
- 'metaDescription'?: string;
1098
- /**
1099
- *
1100
- * @type {Array<string>}
1101
- * @memberof IBrandPostRequest
1102
- */
1103
- 'keywords'?: Array<string>;
1104
- /**
1105
- *
1106
- * @type {string}
1107
- * @memberof IBrandPostRequest
1108
- */
1109
- 'slug': string;
1110
- /**
1111
- *
1112
- * @type {string}
1113
- * @memberof IBrandPostRequest
1114
- */
1115
- 'content'?: string;
1116
1008
  }
1117
1009
  /**
1118
1010
  *
@@ -1439,72 +1331,18 @@ export interface ICategoryPatchRequest {
1439
1331
  * @memberof ICategoryPatchRequest
1440
1332
  */
1441
1333
  'company'?: string;
1442
- /**
1443
- *
1444
- * @type {ContentStatusEnum}
1445
- * @memberof ICategoryPatchRequest
1446
- */
1447
- 'status'?: ContentStatusEnum;
1448
- /**
1449
- *
1450
- * @type {string}
1451
- * @memberof ICategoryPatchRequest
1452
- */
1453
- 'title'?: string;
1454
1334
  /**
1455
1335
  *
1456
1336
  * @type {PartialRecordLanguageEnumIContentsValue}
1457
1337
  * @memberof ICategoryPatchRequest
1458
1338
  */
1459
1339
  'contents'?: PartialRecordLanguageEnumIContentsValue;
1460
- /**
1461
- *
1462
- * @type {IImage}
1463
- * @memberof ICategoryPatchRequest
1464
- */
1465
- 'thumbnail'?: IImage;
1466
1340
  /**
1467
1341
  *
1468
1342
  * @type {string}
1469
1343
  * @memberof ICategoryPatchRequest
1470
1344
  */
1471
1345
  'main'?: string;
1472
- /**
1473
- *
1474
- * @type {string}
1475
- * @memberof ICategoryPatchRequest
1476
- */
1477
- 'description'?: string;
1478
- /**
1479
- *
1480
- * @type {string}
1481
- * @memberof ICategoryPatchRequest
1482
- */
1483
- 'metaTitle'?: string;
1484
- /**
1485
- *
1486
- * @type {string}
1487
- * @memberof ICategoryPatchRequest
1488
- */
1489
- 'metaDescription'?: string;
1490
- /**
1491
- *
1492
- * @type {Array<string>}
1493
- * @memberof ICategoryPatchRequest
1494
- */
1495
- 'keywords'?: Array<string>;
1496
- /**
1497
- *
1498
- * @type {string}
1499
- * @memberof ICategoryPatchRequest
1500
- */
1501
- 'slug'?: string;
1502
- /**
1503
- *
1504
- * @type {string}
1505
- * @memberof ICategoryPatchRequest
1506
- */
1507
- 'content'?: string;
1508
1346
  }
1509
1347
  /**
1510
1348
  *
@@ -1518,72 +1356,18 @@ export interface ICategoryPostRequest {
1518
1356
  * @memberof ICategoryPostRequest
1519
1357
  */
1520
1358
  'company': string;
1521
- /**
1522
- *
1523
- * @type {ContentStatusEnum}
1524
- * @memberof ICategoryPostRequest
1525
- */
1526
- 'status': ContentStatusEnum;
1527
- /**
1528
- *
1529
- * @type {string}
1530
- * @memberof ICategoryPostRequest
1531
- */
1532
- 'title': string;
1533
1359
  /**
1534
1360
  *
1535
1361
  * @type {PartialRecordLanguageEnumIContentsValue}
1536
1362
  * @memberof ICategoryPostRequest
1537
1363
  */
1538
1364
  'contents': PartialRecordLanguageEnumIContentsValue;
1539
- /**
1540
- *
1541
- * @type {IImage}
1542
- * @memberof ICategoryPostRequest
1543
- */
1544
- 'thumbnail'?: IImage;
1545
1365
  /**
1546
1366
  *
1547
1367
  * @type {string}
1548
1368
  * @memberof ICategoryPostRequest
1549
1369
  */
1550
1370
  'main'?: string;
1551
- /**
1552
- *
1553
- * @type {string}
1554
- * @memberof ICategoryPostRequest
1555
- */
1556
- 'description'?: string;
1557
- /**
1558
- *
1559
- * @type {string}
1560
- * @memberof ICategoryPostRequest
1561
- */
1562
- 'metaTitle'?: string;
1563
- /**
1564
- *
1565
- * @type {string}
1566
- * @memberof ICategoryPostRequest
1567
- */
1568
- 'metaDescription'?: string;
1569
- /**
1570
- *
1571
- * @type {Array<string>}
1572
- * @memberof ICategoryPostRequest
1573
- */
1574
- 'keywords'?: Array<string>;
1575
- /**
1576
- *
1577
- * @type {string}
1578
- * @memberof ICategoryPostRequest
1579
- */
1580
- 'slug': string;
1581
- /**
1582
- *
1583
- * @type {string}
1584
- * @memberof ICategoryPostRequest
1585
- */
1586
- 'content'?: string;
1587
1371
  /**
1588
1372
  *
1589
1373
  * @type {Array<ICategoryAttributesResponseAttributesInner>}
@@ -1941,155 +1725,47 @@ export interface ICollectionCollectionsQueryParams {
1941
1725
  'status'?: ContentStatusEnum;
1942
1726
  }
1943
1727
  export declare const ICollectionCollectionsQueryParamsDateFieldEnum: {
1944
- readonly CREATED_AT: "createdAt";
1945
- readonly UPDATED_AT: "updatedAt";
1946
- };
1947
- export type ICollectionCollectionsQueryParamsDateFieldEnum = typeof ICollectionCollectionsQueryParamsDateFieldEnum[keyof typeof ICollectionCollectionsQueryParamsDateFieldEnum];
1948
- /**
1949
- *
1950
- * @export
1951
- * @interface ICollectionPatchRequest
1952
- */
1953
- export interface ICollectionPatchRequest {
1954
- /**
1955
- *
1956
- * @type {ContentStatusEnum}
1957
- * @memberof ICollectionPatchRequest
1958
- */
1959
- 'status'?: ContentStatusEnum;
1960
- /**
1961
- *
1962
- * @type {string}
1963
- * @memberof ICollectionPatchRequest
1964
- */
1965
- 'title'?: string;
1966
- /**
1967
- *
1968
- * @type {ITemplateResponse}
1969
- * @memberof ICollectionPatchRequest
1970
- */
1971
- 'template'?: ITemplateResponse;
1972
- /**
1973
- *
1974
- * @type {PartialRecordLanguageEnumIContentsValue}
1975
- * @memberof ICollectionPatchRequest
1976
- */
1977
- 'contents'?: PartialRecordLanguageEnumIContentsValue;
1978
- /**
1979
- *
1980
- * @type {IImage}
1981
- * @memberof ICollectionPatchRequest
1982
- */
1983
- 'thumbnail'?: IImage;
1984
- /**
1985
- *
1986
- * @type {string}
1987
- * @memberof ICollectionPatchRequest
1988
- */
1989
- 'description'?: string;
1990
- /**
1991
- *
1992
- * @type {string}
1993
- * @memberof ICollectionPatchRequest
1994
- */
1995
- 'metaTitle'?: string;
1996
- /**
1997
- *
1998
- * @type {string}
1999
- * @memberof ICollectionPatchRequest
2000
- */
2001
- 'metaDescription'?: string;
2002
- /**
2003
- *
2004
- * @type {Array<string>}
2005
- * @memberof ICollectionPatchRequest
2006
- */
2007
- 'keywords'?: Array<string>;
2008
- /**
2009
- *
2010
- * @type {string}
2011
- * @memberof ICollectionPatchRequest
2012
- */
2013
- 'slug'?: string;
2014
- /**
2015
- *
2016
- * @type {string}
2017
- * @memberof ICollectionPatchRequest
2018
- */
2019
- 'content'?: string;
2020
- }
2021
- /**
2022
- *
2023
- * @export
2024
- * @interface ICollectionPostRequest
2025
- */
2026
- export interface ICollectionPostRequest {
2027
- /**
2028
- *
2029
- * @type {string}
2030
- * @memberof ICollectionPostRequest
2031
- */
2032
- 'company': string;
2033
- /**
2034
- *
2035
- * @type {ContentStatusEnum}
2036
- * @memberof ICollectionPostRequest
2037
- */
2038
- 'status': ContentStatusEnum;
2039
- /**
2040
- *
2041
- * @type {string}
2042
- * @memberof ICollectionPostRequest
2043
- */
2044
- 'title': string;
2045
- /**
2046
- *
2047
- * @type {PartialRecordLanguageEnumIContentsValue}
2048
- * @memberof ICollectionPostRequest
2049
- */
2050
- 'contents': PartialRecordLanguageEnumIContentsValue;
2051
- /**
2052
- *
2053
- * @type {IImage}
2054
- * @memberof ICollectionPostRequest
2055
- */
2056
- 'thumbnail'?: IImage;
2057
- /**
2058
- *
2059
- * @type {string}
2060
- * @memberof ICollectionPostRequest
2061
- */
2062
- 'description'?: string;
2063
- /**
2064
- *
2065
- * @type {string}
2066
- * @memberof ICollectionPostRequest
2067
- */
2068
- 'metaTitle'?: string;
1728
+ readonly CREATED_AT: "createdAt";
1729
+ readonly UPDATED_AT: "updatedAt";
1730
+ };
1731
+ export type ICollectionCollectionsQueryParamsDateFieldEnum = typeof ICollectionCollectionsQueryParamsDateFieldEnum[keyof typeof ICollectionCollectionsQueryParamsDateFieldEnum];
1732
+ /**
1733
+ *
1734
+ * @export
1735
+ * @interface ICollectionPatchRequest
1736
+ */
1737
+ export interface ICollectionPatchRequest {
2069
1738
  /**
2070
1739
  *
2071
- * @type {string}
2072
- * @memberof ICollectionPostRequest
1740
+ * @type {ITemplateResponse}
1741
+ * @memberof ICollectionPatchRequest
2073
1742
  */
2074
- 'metaDescription'?: string;
1743
+ 'template'?: ITemplateResponse;
2075
1744
  /**
2076
1745
  *
2077
- * @type {Array<string>}
2078
- * @memberof ICollectionPostRequest
1746
+ * @type {PartialRecordLanguageEnumIContentsValue}
1747
+ * @memberof ICollectionPatchRequest
2079
1748
  */
2080
- 'keywords'?: Array<string>;
1749
+ 'contents'?: PartialRecordLanguageEnumIContentsValue;
1750
+ }
1751
+ /**
1752
+ *
1753
+ * @export
1754
+ * @interface ICollectionPostRequest
1755
+ */
1756
+ export interface ICollectionPostRequest {
2081
1757
  /**
2082
1758
  *
2083
1759
  * @type {string}
2084
1760
  * @memberof ICollectionPostRequest
2085
1761
  */
2086
- 'slug': string;
1762
+ 'company': string;
2087
1763
  /**
2088
1764
  *
2089
- * @type {string}
1765
+ * @type {PartialRecordLanguageEnumIContentsValue}
2090
1766
  * @memberof ICollectionPostRequest
2091
1767
  */
2092
- 'content'?: string;
1768
+ 'contents': PartialRecordLanguageEnumIContentsValue;
2093
1769
  /**
2094
1770
  *
2095
1771
  * @type {ITemplateResponse}
@@ -6554,18 +6230,6 @@ export interface IPageGetAllQueryParams {
6554
6230
  * @interface IPagePatchRequest
6555
6231
  */
6556
6232
  export interface IPagePatchRequest {
6557
- /**
6558
- *
6559
- * @type {ContentStatusEnum}
6560
- * @memberof IPagePatchRequest
6561
- */
6562
- 'status'?: ContentStatusEnum;
6563
- /**
6564
- *
6565
- * @type {string}
6566
- * @memberof IPagePatchRequest
6567
- */
6568
- 'title'?: string;
6569
6233
  /**
6570
6234
  *
6571
6235
  * @type {ITemplateResponse}
@@ -6578,54 +6242,12 @@ export interface IPagePatchRequest {
6578
6242
  * @memberof IPagePatchRequest
6579
6243
  */
6580
6244
  'contents'?: PartialRecordLanguageEnumIContentsValue;
6581
- /**
6582
- *
6583
- * @type {IImage}
6584
- * @memberof IPagePatchRequest
6585
- */
6586
- 'thumbnail'?: IImage;
6587
6245
  /**
6588
6246
  *
6589
6247
  * @type {PageTypeEnum}
6590
6248
  * @memberof IPagePatchRequest
6591
6249
  */
6592
6250
  'type'?: PageTypeEnum;
6593
- /**
6594
- *
6595
- * @type {string}
6596
- * @memberof IPagePatchRequest
6597
- */
6598
- 'description'?: string;
6599
- /**
6600
- *
6601
- * @type {string}
6602
- * @memberof IPagePatchRequest
6603
- */
6604
- 'metaTitle'?: string;
6605
- /**
6606
- *
6607
- * @type {string}
6608
- * @memberof IPagePatchRequest
6609
- */
6610
- 'metaDescription'?: string;
6611
- /**
6612
- *
6613
- * @type {Array<string>}
6614
- * @memberof IPagePatchRequest
6615
- */
6616
- 'keywords'?: Array<string>;
6617
- /**
6618
- *
6619
- * @type {string}
6620
- * @memberof IPagePatchRequest
6621
- */
6622
- 'slug'?: string;
6623
- /**
6624
- *
6625
- * @type {string}
6626
- * @memberof IPagePatchRequest
6627
- */
6628
- 'content'?: string;
6629
6251
  }
6630
6252
  /**
6631
6253
  *
@@ -6639,72 +6261,18 @@ export interface IPagePostRequest {
6639
6261
  * @memberof IPagePostRequest
6640
6262
  */
6641
6263
  'company': string;
6642
- /**
6643
- *
6644
- * @type {ContentStatusEnum}
6645
- * @memberof IPagePostRequest
6646
- */
6647
- 'status': ContentStatusEnum;
6648
- /**
6649
- *
6650
- * @type {string}
6651
- * @memberof IPagePostRequest
6652
- */
6653
- 'title': string;
6654
6264
  /**
6655
6265
  *
6656
6266
  * @type {PartialRecordLanguageEnumIContentsValue}
6657
6267
  * @memberof IPagePostRequest
6658
6268
  */
6659
6269
  'contents': PartialRecordLanguageEnumIContentsValue;
6660
- /**
6661
- *
6662
- * @type {IImage}
6663
- * @memberof IPagePostRequest
6664
- */
6665
- 'thumbnail'?: IImage;
6666
6270
  /**
6667
6271
  *
6668
6272
  * @type {PageTypeEnum}
6669
6273
  * @memberof IPagePostRequest
6670
6274
  */
6671
6275
  'type': PageTypeEnum;
6672
- /**
6673
- *
6674
- * @type {string}
6675
- * @memberof IPagePostRequest
6676
- */
6677
- 'description'?: string;
6678
- /**
6679
- *
6680
- * @type {string}
6681
- * @memberof IPagePostRequest
6682
- */
6683
- 'metaTitle'?: string;
6684
- /**
6685
- *
6686
- * @type {string}
6687
- * @memberof IPagePostRequest
6688
- */
6689
- 'metaDescription'?: string;
6690
- /**
6691
- *
6692
- * @type {Array<string>}
6693
- * @memberof IPagePostRequest
6694
- */
6695
- 'keywords'?: Array<string>;
6696
- /**
6697
- *
6698
- * @type {string}
6699
- * @memberof IPagePostRequest
6700
- */
6701
- 'slug': string;
6702
- /**
6703
- *
6704
- * @type {string}
6705
- * @memberof IPagePostRequest
6706
- */
6707
- 'content'?: string;
6708
6276
  /**
6709
6277
  *
6710
6278
  * @type {ITemplateResponse}
@@ -7489,18 +7057,6 @@ export interface IProductPatchRequest {
7489
7057
  * @memberof IProductPatchRequest
7490
7058
  */
7491
7059
  'company'?: string;
7492
- /**
7493
- *
7494
- * @type {ContentStatusEnum}
7495
- * @memberof IProductPatchRequest
7496
- */
7497
- 'status'?: ContentStatusEnum;
7498
- /**
7499
- *
7500
- * @type {string}
7501
- * @memberof IProductPatchRequest
7502
- */
7503
- 'title'?: string;
7504
7060
  /**
7505
7061
  *
7506
7062
  * @type {boolean}
@@ -7573,48 +7129,6 @@ export interface IProductPatchRequest {
7573
7129
  'attributes'?: {
7574
7130
  [key: string]: string;
7575
7131
  };
7576
- /**
7577
- *
7578
- * @type {IImage}
7579
- * @memberof IProductPatchRequest
7580
- */
7581
- 'thumbnail'?: IImage;
7582
- /**
7583
- *
7584
- * @type {string}
7585
- * @memberof IProductPatchRequest
7586
- */
7587
- 'description'?: string;
7588
- /**
7589
- *
7590
- * @type {string}
7591
- * @memberof IProductPatchRequest
7592
- */
7593
- 'metaTitle'?: string;
7594
- /**
7595
- *
7596
- * @type {string}
7597
- * @memberof IProductPatchRequest
7598
- */
7599
- 'metaDescription'?: string;
7600
- /**
7601
- *
7602
- * @type {Array<string>}
7603
- * @memberof IProductPatchRequest
7604
- */
7605
- 'keywords'?: Array<string>;
7606
- /**
7607
- *
7608
- * @type {string}
7609
- * @memberof IProductPatchRequest
7610
- */
7611
- 'slug'?: string;
7612
- /**
7613
- *
7614
- * @type {string}
7615
- * @memberof IProductPatchRequest
7616
- */
7617
- 'content'?: string;
7618
7132
  }
7619
7133
  /**
7620
7134
  *
@@ -7628,18 +7142,6 @@ export interface IProductPostRequest {
7628
7142
  * @memberof IProductPostRequest
7629
7143
  */
7630
7144
  'company': string;
7631
- /**
7632
- *
7633
- * @type {ContentStatusEnum}
7634
- * @memberof IProductPostRequest
7635
- */
7636
- 'status': ContentStatusEnum;
7637
- /**
7638
- *
7639
- * @type {string}
7640
- * @memberof IProductPostRequest
7641
- */
7642
- 'title': string;
7643
7145
  /**
7644
7146
  *
7645
7147
  * @type {boolean}
@@ -7672,88 +7174,46 @@ export interface IProductPostRequest {
7672
7174
  'photos': Array<IImage>;
7673
7175
  /**
7674
7176
  *
7675
- * @type {{ [key: string]: StockTypeValue; }}
7676
- * @memberof IProductPostRequest
7677
- */
7678
- 'stock'?: {
7679
- [key: string]: StockTypeValue;
7680
- };
7681
- /**
7682
- *
7683
- * @type {PriceType}
7684
- * @memberof IProductPostRequest
7685
- */
7686
- 'priceInfo': PriceType;
7687
- /**
7688
- *
7689
- * @type {PartialRecordLanguageEnumIContentsValue}
7690
- * @memberof IProductPostRequest
7691
- */
7692
- 'contents': PartialRecordLanguageEnumIContentsValue;
7693
- /**
7694
- *
7695
- * @type {Array<VariantType>}
7696
- * @memberof IProductPostRequest
7697
- */
7698
- 'variants'?: Array<VariantType>;
7699
- /**
7700
- * Construct a type with a set of properties K of type T
7701
- * @type {{ [key: string]: Array<IImage>; }}
7702
- * @memberof IProductPostRequest
7703
- */
7704
- 'mainVariantsPhotos'?: {
7705
- [key: string]: Array<IImage>;
7706
- };
7707
- /**
7708
- *
7709
- * @type {{ [key: string]: string; }}
7710
- * @memberof IProductPostRequest
7711
- */
7712
- 'attributes'?: {
7713
- [key: string]: string;
7714
- };
7715
- /**
7716
- *
7717
- * @type {IImage}
7718
- * @memberof IProductPostRequest
7719
- */
7720
- 'thumbnail'?: IImage;
7721
- /**
7722
- *
7723
- * @type {string}
7177
+ * @type {{ [key: string]: StockTypeValue; }}
7724
7178
  * @memberof IProductPostRequest
7725
7179
  */
7726
- 'description'?: string;
7180
+ 'stock'?: {
7181
+ [key: string]: StockTypeValue;
7182
+ };
7727
7183
  /**
7728
7184
  *
7729
- * @type {string}
7185
+ * @type {PriceType}
7730
7186
  * @memberof IProductPostRequest
7731
7187
  */
7732
- 'metaTitle'?: string;
7188
+ 'priceInfo': PriceType;
7733
7189
  /**
7734
7190
  *
7735
- * @type {string}
7191
+ * @type {PartialRecordLanguageEnumIContentsValue}
7736
7192
  * @memberof IProductPostRequest
7737
7193
  */
7738
- 'metaDescription'?: string;
7194
+ 'contents': PartialRecordLanguageEnumIContentsValue;
7739
7195
  /**
7740
7196
  *
7741
- * @type {Array<string>}
7197
+ * @type {Array<VariantType>}
7742
7198
  * @memberof IProductPostRequest
7743
7199
  */
7744
- 'keywords'?: Array<string>;
7200
+ 'variants'?: Array<VariantType>;
7745
7201
  /**
7746
- *
7747
- * @type {string}
7202
+ * Construct a type with a set of properties K of type T
7203
+ * @type {{ [key: string]: Array<IImage>; }}
7748
7204
  * @memberof IProductPostRequest
7749
7205
  */
7750
- 'slug': string;
7206
+ 'mainVariantsPhotos'?: {
7207
+ [key: string]: Array<IImage>;
7208
+ };
7751
7209
  /**
7752
7210
  *
7753
- * @type {string}
7211
+ * @type {{ [key: string]: string; }}
7754
7212
  * @memberof IProductPostRequest
7755
7213
  */
7756
- 'content'?: string;
7214
+ 'attributes'?: {
7215
+ [key: string]: string;
7216
+ };
7757
7217
  /**
7758
7218
  *
7759
7219
  * @type {string}
@@ -9896,75 +9356,21 @@ export interface PickIBasketExcludeKeyofIBasketItems {
9896
9356
  /**
9897
9357
  * From T, pick a set of properties whose keys are in the union K
9898
9358
  * @export
9899
- * @interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugs
9359
+ * @interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugsOrKeyofIContentsValue
9900
9360
  */
9901
- export interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugs {
9361
+ export interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugsOrKeyofIContentsValue {
9902
9362
  /**
9903
9363
  *
9904
9364
  * @type {string}
9905
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugs
9365
+ * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugsOrKeyofIContentsValue
9906
9366
  */
9907
9367
  'company': string;
9908
- /**
9909
- *
9910
- * @type {ContentStatusEnum}
9911
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugs
9912
- */
9913
- 'status': ContentStatusEnum;
9914
- /**
9915
- *
9916
- * @type {string}
9917
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugs
9918
- */
9919
- 'title': string;
9920
9368
  /**
9921
9369
  *
9922
9370
  * @type {PartialRecordLanguageEnumIContentsValue}
9923
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugs
9371
+ * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugsOrKeyofIContentsValue
9924
9372
  */
9925
9373
  'contents': PartialRecordLanguageEnumIContentsValue;
9926
- /**
9927
- *
9928
- * @type {IImage}
9929
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugs
9930
- */
9931
- 'thumbnail'?: IImage;
9932
- /**
9933
- *
9934
- * @type {string}
9935
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugs
9936
- */
9937
- 'description'?: string;
9938
- /**
9939
- *
9940
- * @type {string}
9941
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugs
9942
- */
9943
- 'metaTitle'?: string;
9944
- /**
9945
- *
9946
- * @type {string}
9947
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugs
9948
- */
9949
- 'metaDescription'?: string;
9950
- /**
9951
- *
9952
- * @type {Array<string>}
9953
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugs
9954
- */
9955
- 'keywords'?: Array<string>;
9956
- /**
9957
- *
9958
- * @type {string}
9959
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugs
9960
- */
9961
- 'slug': string;
9962
- /**
9963
- *
9964
- * @type {string}
9965
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugs
9966
- */
9967
- 'content'?: string;
9968
9374
  }
9969
9375
  /**
9970
9376
  * From T, pick a set of properties whose keys are in the union K
@@ -10030,81 +9436,27 @@ export interface PickICategoryExcludeKeyofICategoryAttributes {
10030
9436
  /**
10031
9437
  * From T, pick a set of properties whose keys are in the union K
10032
9438
  * @export
10033
- * @interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugs
9439
+ * @interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugsOrKeyofIContentsValue
10034
9440
  */
10035
- export interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugs {
9441
+ export interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugsOrKeyofIContentsValue {
10036
9442
  /**
10037
9443
  *
10038
9444
  * @type {string}
10039
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugs
9445
+ * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugsOrKeyofIContentsValue
10040
9446
  */
10041
9447
  'company': string;
10042
- /**
10043
- *
10044
- * @type {ContentStatusEnum}
10045
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugs
10046
- */
10047
- 'status': ContentStatusEnum;
10048
- /**
10049
- *
10050
- * @type {string}
10051
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugs
10052
- */
10053
- 'title': string;
10054
9448
  /**
10055
9449
  *
10056
9450
  * @type {PartialRecordLanguageEnumIContentsValue}
10057
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugs
9451
+ * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugsOrKeyofIContentsValue
10058
9452
  */
10059
9453
  'contents': PartialRecordLanguageEnumIContentsValue;
10060
- /**
10061
- *
10062
- * @type {IImage}
10063
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugs
10064
- */
10065
- 'thumbnail'?: IImage;
10066
9454
  /**
10067
9455
  *
10068
9456
  * @type {string}
10069
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugs
9457
+ * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugsOrKeyofIContentsValue
10070
9458
  */
10071
9459
  'main'?: string;
10072
- /**
10073
- *
10074
- * @type {string}
10075
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugs
10076
- */
10077
- 'description'?: string;
10078
- /**
10079
- *
10080
- * @type {string}
10081
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugs
10082
- */
10083
- 'metaTitle'?: string;
10084
- /**
10085
- *
10086
- * @type {string}
10087
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugs
10088
- */
10089
- 'metaDescription'?: string;
10090
- /**
10091
- *
10092
- * @type {Array<string>}
10093
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugs
10094
- */
10095
- 'keywords'?: Array<string>;
10096
- /**
10097
- *
10098
- * @type {string}
10099
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugs
10100
- */
10101
- 'slug': string;
10102
- /**
10103
- *
10104
- * @type {string}
10105
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugs
10106
- */
10107
- 'content'?: string;
10108
9460
  }
10109
9461
  /**
10110
9462
  * From T, pick a set of properties whose keys are in the union K
@@ -10213,75 +9565,21 @@ export type PickICollectionQueryParamsExcludeKeyofICollectionQueryParamsSortDate
10213
9565
  /**
10214
9566
  * From T, pick a set of properties whose keys are in the union K
10215
9567
  * @export
10216
- * @interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
9568
+ * @interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
10217
9569
  */
10218
- export interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs {
9570
+ export interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue {
10219
9571
  /**
10220
9572
  *
10221
9573
  * @type {string}
10222
- * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
9574
+ * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
10223
9575
  */
10224
9576
  'company': string;
10225
- /**
10226
- *
10227
- * @type {ContentStatusEnum}
10228
- * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
10229
- */
10230
- 'status': ContentStatusEnum;
10231
- /**
10232
- *
10233
- * @type {string}
10234
- * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
10235
- */
10236
- 'title': string;
10237
9577
  /**
10238
9578
  *
10239
9579
  * @type {PartialRecordLanguageEnumIContentsValue}
10240
- * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
9580
+ * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
10241
9581
  */
10242
9582
  'contents': PartialRecordLanguageEnumIContentsValue;
10243
- /**
10244
- *
10245
- * @type {IImage}
10246
- * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
10247
- */
10248
- 'thumbnail'?: IImage;
10249
- /**
10250
- *
10251
- * @type {string}
10252
- * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
10253
- */
10254
- 'description'?: string;
10255
- /**
10256
- *
10257
- * @type {string}
10258
- * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
10259
- */
10260
- 'metaTitle'?: string;
10261
- /**
10262
- *
10263
- * @type {string}
10264
- * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
10265
- */
10266
- 'metaDescription'?: string;
10267
- /**
10268
- *
10269
- * @type {Array<string>}
10270
- * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
10271
- */
10272
- 'keywords'?: Array<string>;
10273
- /**
10274
- *
10275
- * @type {string}
10276
- * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
10277
- */
10278
- 'slug': string;
10279
- /**
10280
- *
10281
- * @type {string}
10282
- * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
10283
- */
10284
- 'content'?: string;
10285
9583
  }
10286
9584
  /**
10287
9585
  * From T, pick a set of properties whose keys are in the union K
@@ -11308,81 +10606,27 @@ export interface PickIPageExcludeKeyofIPageTemplate {
11308
10606
  /**
11309
10607
  * From T, pick a set of properties whose keys are in the union K
11310
10608
  * @export
11311
- * @interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
10609
+ * @interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
11312
10610
  */
11313
- export interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs {
10611
+ export interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue {
11314
10612
  /**
11315
10613
  *
11316
10614
  * @type {string}
11317
- * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
10615
+ * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
11318
10616
  */
11319
10617
  'company': string;
11320
- /**
11321
- *
11322
- * @type {ContentStatusEnum}
11323
- * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
11324
- */
11325
- 'status': ContentStatusEnum;
11326
- /**
11327
- *
11328
- * @type {string}
11329
- * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
11330
- */
11331
- 'title': string;
11332
10618
  /**
11333
10619
  *
11334
10620
  * @type {PartialRecordLanguageEnumIContentsValue}
11335
- * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
10621
+ * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
11336
10622
  */
11337
10623
  'contents': PartialRecordLanguageEnumIContentsValue;
11338
- /**
11339
- *
11340
- * @type {IImage}
11341
- * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
11342
- */
11343
- 'thumbnail'?: IImage;
11344
10624
  /**
11345
10625
  *
11346
10626
  * @type {PageTypeEnum}
11347
- * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
10627
+ * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
11348
10628
  */
11349
10629
  'type': PageTypeEnum;
11350
- /**
11351
- *
11352
- * @type {string}
11353
- * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
11354
- */
11355
- 'description'?: string;
11356
- /**
11357
- *
11358
- * @type {string}
11359
- * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
11360
- */
11361
- 'metaTitle'?: string;
11362
- /**
11363
- *
11364
- * @type {string}
11365
- * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
11366
- */
11367
- 'metaDescription'?: string;
11368
- /**
11369
- *
11370
- * @type {Array<string>}
11371
- * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
11372
- */
11373
- 'keywords'?: Array<string>;
11374
- /**
11375
- *
11376
- * @type {string}
11377
- * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
11378
- */
11379
- 'slug': string;
11380
- /**
11381
- *
11382
- * @type {string}
11383
- * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
11384
- */
11385
- 'content'?: string;
11386
10630
  }
11387
10631
  /**
11388
10632
  * From T, pick a set of properties whose keys are in the union K
@@ -11596,61 +10840,49 @@ export interface PickIProductIdOrContentsOrTotalSale {
11596
10840
  /**
11597
10841
  * From T, pick a set of properties whose keys are in the union K
11598
10842
  * @export
11599
- * @interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10843
+ * @interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
11600
10844
  */
11601
- export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields {
10845
+ export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue {
11602
10846
  /**
11603
10847
  *
11604
10848
  * @type {string}
11605
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10849
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
11606
10850
  */
11607
10851
  'company': string;
11608
- /**
11609
- *
11610
- * @type {ContentStatusEnum}
11611
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
11612
- */
11613
- 'status': ContentStatusEnum;
11614
- /**
11615
- *
11616
- * @type {string}
11617
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
11618
- */
11619
- 'title': string;
11620
10852
  /**
11621
10853
  *
11622
10854
  * @type {boolean}
11623
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10855
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
11624
10856
  */
11625
10857
  'negativeStock'?: boolean;
11626
10858
  /**
11627
10859
  *
11628
10860
  * @type {Array<string>}
11629
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10861
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
11630
10862
  */
11631
10863
  'collections': Array<string>;
11632
10864
  /**
11633
10865
  *
11634
10866
  * @type {string}
11635
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10867
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
11636
10868
  */
11637
10869
  'sku'?: string;
11638
10870
  /**
11639
10871
  *
11640
10872
  * @type {string}
11641
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10873
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
11642
10874
  */
11643
10875
  'barcode'?: string;
11644
10876
  /**
11645
10877
  *
11646
10878
  * @type {Array<IImage>}
11647
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10879
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
11648
10880
  */
11649
10881
  'photos': Array<IImage>;
11650
10882
  /**
11651
10883
  *
11652
10884
  * @type {{ [key: string]: StockTypeValue; }}
11653
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10885
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
11654
10886
  */
11655
10887
  'stock'?: {
11656
10888
  [key: string]: StockTypeValue;
@@ -11658,25 +10890,25 @@ export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPo
11658
10890
  /**
11659
10891
  *
11660
10892
  * @type {PriceType}
11661
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10893
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
11662
10894
  */
11663
10895
  'priceInfo': PriceType;
11664
10896
  /**
11665
10897
  *
11666
10898
  * @type {PartialRecordLanguageEnumIContentsValue}
11667
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10899
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
11668
10900
  */
11669
10901
  'contents': PartialRecordLanguageEnumIContentsValue;
11670
10902
  /**
11671
10903
  *
11672
10904
  * @type {Array<VariantType>}
11673
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10905
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
11674
10906
  */
11675
10907
  'variants'?: Array<VariantType>;
11676
10908
  /**
11677
10909
  * Construct a type with a set of properties K of type T
11678
10910
  * @type {{ [key: string]: Array<IImage>; }}
11679
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10911
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
11680
10912
  */
11681
10913
  'mainVariantsPhotos'?: {
11682
10914
  [key: string]: Array<IImage>;
@@ -11684,53 +10916,11 @@ export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPo
11684
10916
  /**
11685
10917
  *
11686
10918
  * @type {{ [key: string]: string; }}
11687
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10919
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
11688
10920
  */
11689
10921
  'attributes'?: {
11690
10922
  [key: string]: string;
11691
10923
  };
11692
- /**
11693
- *
11694
- * @type {IImage}
11695
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
11696
- */
11697
- 'thumbnail'?: IImage;
11698
- /**
11699
- *
11700
- * @type {string}
11701
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
11702
- */
11703
- 'description'?: string;
11704
- /**
11705
- *
11706
- * @type {string}
11707
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
11708
- */
11709
- 'metaTitle'?: string;
11710
- /**
11711
- *
11712
- * @type {string}
11713
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
11714
- */
11715
- 'metaDescription'?: string;
11716
- /**
11717
- *
11718
- * @type {Array<string>}
11719
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
11720
- */
11721
- 'keywords'?: Array<string>;
11722
- /**
11723
- *
11724
- * @type {string}
11725
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
11726
- */
11727
- 'slug': string;
11728
- /**
11729
- *
11730
- * @type {string}
11731
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
11732
- */
11733
- 'content'?: string;
11734
10924
  }
11735
10925
  /**
11736
10926
  * 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-client",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
4
4
  "description": "api-client-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
  }