@infisale-client/api-client 1.3.5 → 1.3.7
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/README.md +1 -1
- package/dist/api/api.d.ts +44 -794
- package/package.json +2 -2
package/README.md
CHANGED
package/dist/api/api.d.ts
CHANGED
|
@@ -980,18 +980,6 @@ 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}
|
|
@@ -1004,42 +992,6 @@ export interface IBrandPatchRequest {
|
|
|
1004
992
|
* @memberof IBrandPatchRequest
|
|
1005
993
|
*/
|
|
1006
994
|
'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
995
|
}
|
|
1044
996
|
/**
|
|
1045
997
|
*
|
|
@@ -1053,18 +1005,6 @@ export interface IBrandPostRequest {
|
|
|
1053
1005
|
* @memberof IBrandPostRequest
|
|
1054
1006
|
*/
|
|
1055
1007
|
'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
1008
|
/**
|
|
1069
1009
|
*
|
|
1070
1010
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
@@ -1077,42 +1017,6 @@ export interface IBrandPostRequest {
|
|
|
1077
1017
|
* @memberof IBrandPostRequest
|
|
1078
1018
|
*/
|
|
1079
1019
|
'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
1020
|
}
|
|
1117
1021
|
/**
|
|
1118
1022
|
*
|
|
@@ -1150,12 +1054,6 @@ export interface IBrandResponse {
|
|
|
1150
1054
|
* @memberof IBrandResponse
|
|
1151
1055
|
*/
|
|
1152
1056
|
'status': ContentStatusEnum;
|
|
1153
|
-
/**
|
|
1154
|
-
*
|
|
1155
|
-
* @type {IImage}
|
|
1156
|
-
* @memberof IBrandResponse
|
|
1157
|
-
*/
|
|
1158
|
-
'thumbnail'?: IImage;
|
|
1159
1057
|
/**
|
|
1160
1058
|
*
|
|
1161
1059
|
* @type {string}
|
|
@@ -1204,6 +1102,12 @@ export interface IBrandResponse {
|
|
|
1204
1102
|
* @memberof IBrandResponse
|
|
1205
1103
|
*/
|
|
1206
1104
|
'company': string;
|
|
1105
|
+
/**
|
|
1106
|
+
*
|
|
1107
|
+
* @type {IImage}
|
|
1108
|
+
* @memberof IBrandResponse
|
|
1109
|
+
*/
|
|
1110
|
+
'thumbnail'?: IImage;
|
|
1207
1111
|
/**
|
|
1208
1112
|
*
|
|
1209
1113
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
@@ -1439,18 +1343,6 @@ export interface ICategoryPatchRequest {
|
|
|
1439
1343
|
* @memberof ICategoryPatchRequest
|
|
1440
1344
|
*/
|
|
1441
1345
|
'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
1346
|
/**
|
|
1455
1347
|
*
|
|
1456
1348
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
@@ -1469,42 +1361,6 @@ export interface ICategoryPatchRequest {
|
|
|
1469
1361
|
* @memberof ICategoryPatchRequest
|
|
1470
1362
|
*/
|
|
1471
1363
|
'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
1364
|
}
|
|
1509
1365
|
/**
|
|
1510
1366
|
*
|
|
@@ -1518,18 +1374,6 @@ export interface ICategoryPostRequest {
|
|
|
1518
1374
|
* @memberof ICategoryPostRequest
|
|
1519
1375
|
*/
|
|
1520
1376
|
'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
1377
|
/**
|
|
1534
1378
|
*
|
|
1535
1379
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
@@ -1548,42 +1392,6 @@ export interface ICategoryPostRequest {
|
|
|
1548
1392
|
* @memberof ICategoryPostRequest
|
|
1549
1393
|
*/
|
|
1550
1394
|
'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
1395
|
/**
|
|
1588
1396
|
*
|
|
1589
1397
|
* @type {Array<ICategoryAttributesResponseAttributesInner>}
|
|
@@ -1951,18 +1759,6 @@ export type ICollectionCollectionsQueryParamsDateFieldEnum = typeof ICollectionC
|
|
|
1951
1759
|
* @interface ICollectionPatchRequest
|
|
1952
1760
|
*/
|
|
1953
1761
|
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
1762
|
/**
|
|
1967
1763
|
*
|
|
1968
1764
|
* @type {ITemplateResponse}
|
|
@@ -1981,42 +1777,6 @@ export interface ICollectionPatchRequest {
|
|
|
1981
1777
|
* @memberof ICollectionPatchRequest
|
|
1982
1778
|
*/
|
|
1983
1779
|
'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
1780
|
}
|
|
2021
1781
|
/**
|
|
2022
1782
|
*
|
|
@@ -2030,18 +1790,6 @@ export interface ICollectionPostRequest {
|
|
|
2030
1790
|
* @memberof ICollectionPostRequest
|
|
2031
1791
|
*/
|
|
2032
1792
|
'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
1793
|
/**
|
|
2046
1794
|
*
|
|
2047
1795
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
@@ -2054,42 +1802,6 @@ export interface ICollectionPostRequest {
|
|
|
2054
1802
|
* @memberof ICollectionPostRequest
|
|
2055
1803
|
*/
|
|
2056
1804
|
'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;
|
|
2069
|
-
/**
|
|
2070
|
-
*
|
|
2071
|
-
* @type {string}
|
|
2072
|
-
* @memberof ICollectionPostRequest
|
|
2073
|
-
*/
|
|
2074
|
-
'metaDescription'?: string;
|
|
2075
|
-
/**
|
|
2076
|
-
*
|
|
2077
|
-
* @type {Array<string>}
|
|
2078
|
-
* @memberof ICollectionPostRequest
|
|
2079
|
-
*/
|
|
2080
|
-
'keywords'?: Array<string>;
|
|
2081
|
-
/**
|
|
2082
|
-
*
|
|
2083
|
-
* @type {string}
|
|
2084
|
-
* @memberof ICollectionPostRequest
|
|
2085
|
-
*/
|
|
2086
|
-
'slug': string;
|
|
2087
|
-
/**
|
|
2088
|
-
*
|
|
2089
|
-
* @type {string}
|
|
2090
|
-
* @memberof ICollectionPostRequest
|
|
2091
|
-
*/
|
|
2092
|
-
'content'?: string;
|
|
2093
1805
|
/**
|
|
2094
1806
|
*
|
|
2095
1807
|
* @type {ITemplateResponse}
|
|
@@ -4641,12 +4353,6 @@ export interface IContentsValue {
|
|
|
4641
4353
|
* @memberof IContentsValue
|
|
4642
4354
|
*/
|
|
4643
4355
|
'status': ContentStatusEnum;
|
|
4644
|
-
/**
|
|
4645
|
-
*
|
|
4646
|
-
* @type {IImage}
|
|
4647
|
-
* @memberof IContentsValue
|
|
4648
|
-
*/
|
|
4649
|
-
'thumbnail'?: IImage;
|
|
4650
4356
|
/**
|
|
4651
4357
|
*
|
|
4652
4358
|
* @type {string}
|
|
@@ -6554,18 +6260,6 @@ export interface IPageGetAllQueryParams {
|
|
|
6554
6260
|
* @interface IPagePatchRequest
|
|
6555
6261
|
*/
|
|
6556
6262
|
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
6263
|
/**
|
|
6570
6264
|
*
|
|
6571
6265
|
* @type {ITemplateResponse}
|
|
@@ -6590,42 +6284,6 @@ export interface IPagePatchRequest {
|
|
|
6590
6284
|
* @memberof IPagePatchRequest
|
|
6591
6285
|
*/
|
|
6592
6286
|
'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
6287
|
}
|
|
6630
6288
|
/**
|
|
6631
6289
|
*
|
|
@@ -6639,18 +6297,6 @@ export interface IPagePostRequest {
|
|
|
6639
6297
|
* @memberof IPagePostRequest
|
|
6640
6298
|
*/
|
|
6641
6299
|
'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
6300
|
/**
|
|
6655
6301
|
*
|
|
6656
6302
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
@@ -6669,42 +6315,6 @@ export interface IPagePostRequest {
|
|
|
6669
6315
|
* @memberof IPagePostRequest
|
|
6670
6316
|
*/
|
|
6671
6317
|
'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
6318
|
/**
|
|
6709
6319
|
*
|
|
6710
6320
|
* @type {ITemplateResponse}
|
|
@@ -7489,18 +7099,6 @@ export interface IProductPatchRequest {
|
|
|
7489
7099
|
* @memberof IProductPatchRequest
|
|
7490
7100
|
*/
|
|
7491
7101
|
'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
7102
|
/**
|
|
7505
7103
|
*
|
|
7506
7104
|
* @type {boolean}
|
|
@@ -7573,73 +7171,19 @@ export interface IProductPatchRequest {
|
|
|
7573
7171
|
'attributes'?: {
|
|
7574
7172
|
[key: string]: string;
|
|
7575
7173
|
};
|
|
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
7174
|
}
|
|
7619
7175
|
/**
|
|
7620
7176
|
*
|
|
7621
7177
|
* @export
|
|
7622
7178
|
* @interface IProductPostRequest
|
|
7623
7179
|
*/
|
|
7624
|
-
export interface IProductPostRequest {
|
|
7625
|
-
/**
|
|
7626
|
-
*
|
|
7627
|
-
* @type {string}
|
|
7628
|
-
* @memberof IProductPostRequest
|
|
7629
|
-
*/
|
|
7630
|
-
'company': string;
|
|
7631
|
-
/**
|
|
7632
|
-
*
|
|
7633
|
-
* @type {ContentStatusEnum}
|
|
7634
|
-
* @memberof IProductPostRequest
|
|
7635
|
-
*/
|
|
7636
|
-
'status': ContentStatusEnum;
|
|
7180
|
+
export interface IProductPostRequest {
|
|
7637
7181
|
/**
|
|
7638
7182
|
*
|
|
7639
7183
|
* @type {string}
|
|
7640
7184
|
* @memberof IProductPostRequest
|
|
7641
7185
|
*/
|
|
7642
|
-
'
|
|
7186
|
+
'company': string;
|
|
7643
7187
|
/**
|
|
7644
7188
|
*
|
|
7645
7189
|
* @type {boolean}
|
|
@@ -7712,48 +7256,6 @@ export interface IProductPostRequest {
|
|
|
7712
7256
|
'attributes'?: {
|
|
7713
7257
|
[key: string]: string;
|
|
7714
7258
|
};
|
|
7715
|
-
/**
|
|
7716
|
-
*
|
|
7717
|
-
* @type {IImage}
|
|
7718
|
-
* @memberof IProductPostRequest
|
|
7719
|
-
*/
|
|
7720
|
-
'thumbnail'?: IImage;
|
|
7721
|
-
/**
|
|
7722
|
-
*
|
|
7723
|
-
* @type {string}
|
|
7724
|
-
* @memberof IProductPostRequest
|
|
7725
|
-
*/
|
|
7726
|
-
'description'?: string;
|
|
7727
|
-
/**
|
|
7728
|
-
*
|
|
7729
|
-
* @type {string}
|
|
7730
|
-
* @memberof IProductPostRequest
|
|
7731
|
-
*/
|
|
7732
|
-
'metaTitle'?: string;
|
|
7733
|
-
/**
|
|
7734
|
-
*
|
|
7735
|
-
* @type {string}
|
|
7736
|
-
* @memberof IProductPostRequest
|
|
7737
|
-
*/
|
|
7738
|
-
'metaDescription'?: string;
|
|
7739
|
-
/**
|
|
7740
|
-
*
|
|
7741
|
-
* @type {Array<string>}
|
|
7742
|
-
* @memberof IProductPostRequest
|
|
7743
|
-
*/
|
|
7744
|
-
'keywords'?: Array<string>;
|
|
7745
|
-
/**
|
|
7746
|
-
*
|
|
7747
|
-
* @type {string}
|
|
7748
|
-
* @memberof IProductPostRequest
|
|
7749
|
-
*/
|
|
7750
|
-
'slug': string;
|
|
7751
|
-
/**
|
|
7752
|
-
*
|
|
7753
|
-
* @type {string}
|
|
7754
|
-
* @memberof IProductPostRequest
|
|
7755
|
-
*/
|
|
7756
|
-
'content'?: string;
|
|
7757
7259
|
/**
|
|
7758
7260
|
*
|
|
7759
7261
|
* @type {string}
|
|
@@ -7931,12 +7433,6 @@ export interface IProductResponse {
|
|
|
7931
7433
|
* @memberof IProductResponse
|
|
7932
7434
|
*/
|
|
7933
7435
|
'status': ContentStatusEnum;
|
|
7934
|
-
/**
|
|
7935
|
-
*
|
|
7936
|
-
* @type {IImage}
|
|
7937
|
-
* @memberof IProductResponse
|
|
7938
|
-
*/
|
|
7939
|
-
'thumbnail'?: IImage;
|
|
7940
7436
|
/**
|
|
7941
7437
|
*
|
|
7942
7438
|
* @type {string}
|
|
@@ -9896,75 +9392,27 @@ export interface PickIBasketExcludeKeyofIBasketItems {
|
|
|
9896
9392
|
/**
|
|
9897
9393
|
* From T, pick a set of properties whose keys are in the union K
|
|
9898
9394
|
* @export
|
|
9899
|
-
* @interface
|
|
9395
|
+
* @interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugsOrKeyofIContentsValue
|
|
9900
9396
|
*/
|
|
9901
|
-
export interface
|
|
9397
|
+
export interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugsOrKeyofIContentsValue {
|
|
9902
9398
|
/**
|
|
9903
9399
|
*
|
|
9904
9400
|
* @type {string}
|
|
9905
|
-
* @memberof
|
|
9401
|
+
* @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugsOrKeyofIContentsValue
|
|
9906
9402
|
*/
|
|
9907
9403
|
'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
9404
|
/**
|
|
9921
9405
|
*
|
|
9922
9406
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
9923
|
-
* @memberof
|
|
9407
|
+
* @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugsOrKeyofIContentsValue
|
|
9924
9408
|
*/
|
|
9925
9409
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
9926
9410
|
/**
|
|
9927
9411
|
*
|
|
9928
9412
|
* @type {IImage}
|
|
9929
|
-
* @memberof
|
|
9413
|
+
* @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugsOrKeyofIContentsValue
|
|
9930
9414
|
*/
|
|
9931
9415
|
'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
9416
|
}
|
|
9969
9417
|
/**
|
|
9970
9418
|
* From T, pick a set of properties whose keys are in the union K
|
|
@@ -10030,81 +9478,33 @@ export interface PickICategoryExcludeKeyofICategoryAttributes {
|
|
|
10030
9478
|
/**
|
|
10031
9479
|
* From T, pick a set of properties whose keys are in the union K
|
|
10032
9480
|
* @export
|
|
10033
|
-
* @interface
|
|
9481
|
+
* @interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugsOrKeyofIContentsValue
|
|
10034
9482
|
*/
|
|
10035
|
-
export interface
|
|
9483
|
+
export interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugsOrKeyofIContentsValue {
|
|
10036
9484
|
/**
|
|
10037
9485
|
*
|
|
10038
9486
|
* @type {string}
|
|
10039
|
-
* @memberof
|
|
9487
|
+
* @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugsOrKeyofIContentsValue
|
|
10040
9488
|
*/
|
|
10041
9489
|
'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
9490
|
/**
|
|
10055
9491
|
*
|
|
10056
9492
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
10057
|
-
* @memberof
|
|
9493
|
+
* @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugsOrKeyofIContentsValue
|
|
10058
9494
|
*/
|
|
10059
9495
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
10060
9496
|
/**
|
|
10061
9497
|
*
|
|
10062
9498
|
* @type {IImage}
|
|
10063
|
-
* @memberof
|
|
9499
|
+
* @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugsOrKeyofIContentsValue
|
|
10064
9500
|
*/
|
|
10065
9501
|
'thumbnail'?: IImage;
|
|
10066
9502
|
/**
|
|
10067
9503
|
*
|
|
10068
9504
|
* @type {string}
|
|
10069
|
-
* @memberof
|
|
9505
|
+
* @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugsOrKeyofIContentsValue
|
|
10070
9506
|
*/
|
|
10071
9507
|
'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
9508
|
}
|
|
10109
9509
|
/**
|
|
10110
9510
|
* From T, pick a set of properties whose keys are in the union K
|
|
@@ -10213,75 +9613,27 @@ export type PickICollectionQueryParamsExcludeKeyofICollectionQueryParamsSortDate
|
|
|
10213
9613
|
/**
|
|
10214
9614
|
* From T, pick a set of properties whose keys are in the union K
|
|
10215
9615
|
* @export
|
|
10216
|
-
* @interface
|
|
9616
|
+
* @interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
|
|
10217
9617
|
*/
|
|
10218
|
-
export interface
|
|
9618
|
+
export interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue {
|
|
10219
9619
|
/**
|
|
10220
9620
|
*
|
|
10221
9621
|
* @type {string}
|
|
10222
|
-
* @memberof
|
|
9622
|
+
* @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
|
|
10223
9623
|
*/
|
|
10224
9624
|
'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
9625
|
/**
|
|
10238
9626
|
*
|
|
10239
9627
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
10240
|
-
* @memberof
|
|
9628
|
+
* @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
|
|
10241
9629
|
*/
|
|
10242
9630
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
10243
9631
|
/**
|
|
10244
9632
|
*
|
|
10245
9633
|
* @type {IImage}
|
|
10246
|
-
* @memberof
|
|
9634
|
+
* @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
|
|
10247
9635
|
*/
|
|
10248
9636
|
'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
9637
|
}
|
|
10286
9638
|
/**
|
|
10287
9639
|
* From T, pick a set of properties whose keys are in the union K
|
|
@@ -11308,81 +10660,33 @@ export interface PickIPageExcludeKeyofIPageTemplate {
|
|
|
11308
10660
|
/**
|
|
11309
10661
|
* From T, pick a set of properties whose keys are in the union K
|
|
11310
10662
|
* @export
|
|
11311
|
-
* @interface
|
|
10663
|
+
* @interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
|
|
11312
10664
|
*/
|
|
11313
|
-
export interface
|
|
10665
|
+
export interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue {
|
|
11314
10666
|
/**
|
|
11315
10667
|
*
|
|
11316
10668
|
* @type {string}
|
|
11317
|
-
* @memberof
|
|
10669
|
+
* @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
|
|
11318
10670
|
*/
|
|
11319
10671
|
'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
10672
|
/**
|
|
11333
10673
|
*
|
|
11334
10674
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
11335
|
-
* @memberof
|
|
10675
|
+
* @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
|
|
11336
10676
|
*/
|
|
11337
10677
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
11338
10678
|
/**
|
|
11339
10679
|
*
|
|
11340
10680
|
* @type {IImage}
|
|
11341
|
-
* @memberof
|
|
10681
|
+
* @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
|
|
11342
10682
|
*/
|
|
11343
10683
|
'thumbnail'?: IImage;
|
|
11344
10684
|
/**
|
|
11345
10685
|
*
|
|
11346
10686
|
* @type {PageTypeEnum}
|
|
11347
|
-
* @memberof
|
|
10687
|
+
* @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
|
|
11348
10688
|
*/
|
|
11349
10689
|
'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
10690
|
}
|
|
11387
10691
|
/**
|
|
11388
10692
|
* From T, pick a set of properties whose keys are in the union K
|
|
@@ -11596,61 +10900,49 @@ export interface PickIProductIdOrContentsOrTotalSale {
|
|
|
11596
10900
|
/**
|
|
11597
10901
|
* From T, pick a set of properties whose keys are in the union K
|
|
11598
10902
|
* @export
|
|
11599
|
-
* @interface
|
|
10903
|
+
* @interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
|
|
11600
10904
|
*/
|
|
11601
|
-
export interface
|
|
10905
|
+
export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue {
|
|
11602
10906
|
/**
|
|
11603
10907
|
*
|
|
11604
10908
|
* @type {string}
|
|
11605
|
-
* @memberof
|
|
10909
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
|
|
11606
10910
|
*/
|
|
11607
10911
|
'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
10912
|
/**
|
|
11621
10913
|
*
|
|
11622
10914
|
* @type {boolean}
|
|
11623
|
-
* @memberof
|
|
10915
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
|
|
11624
10916
|
*/
|
|
11625
10917
|
'negativeStock'?: boolean;
|
|
11626
10918
|
/**
|
|
11627
10919
|
*
|
|
11628
10920
|
* @type {Array<string>}
|
|
11629
|
-
* @memberof
|
|
10921
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
|
|
11630
10922
|
*/
|
|
11631
10923
|
'collections': Array<string>;
|
|
11632
10924
|
/**
|
|
11633
10925
|
*
|
|
11634
10926
|
* @type {string}
|
|
11635
|
-
* @memberof
|
|
10927
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
|
|
11636
10928
|
*/
|
|
11637
10929
|
'sku'?: string;
|
|
11638
10930
|
/**
|
|
11639
10931
|
*
|
|
11640
10932
|
* @type {string}
|
|
11641
|
-
* @memberof
|
|
10933
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
|
|
11642
10934
|
*/
|
|
11643
10935
|
'barcode'?: string;
|
|
11644
10936
|
/**
|
|
11645
10937
|
*
|
|
11646
10938
|
* @type {Array<IImage>}
|
|
11647
|
-
* @memberof
|
|
10939
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
|
|
11648
10940
|
*/
|
|
11649
10941
|
'photos': Array<IImage>;
|
|
11650
10942
|
/**
|
|
11651
10943
|
*
|
|
11652
10944
|
* @type {{ [key: string]: StockTypeValue; }}
|
|
11653
|
-
* @memberof
|
|
10945
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
|
|
11654
10946
|
*/
|
|
11655
10947
|
'stock'?: {
|
|
11656
10948
|
[key: string]: StockTypeValue;
|
|
@@ -11658,25 +10950,25 @@ export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPo
|
|
|
11658
10950
|
/**
|
|
11659
10951
|
*
|
|
11660
10952
|
* @type {PriceType}
|
|
11661
|
-
* @memberof
|
|
10953
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
|
|
11662
10954
|
*/
|
|
11663
10955
|
'priceInfo': PriceType;
|
|
11664
10956
|
/**
|
|
11665
10957
|
*
|
|
11666
10958
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
11667
|
-
* @memberof
|
|
10959
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
|
|
11668
10960
|
*/
|
|
11669
10961
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
11670
10962
|
/**
|
|
11671
10963
|
*
|
|
11672
10964
|
* @type {Array<VariantType>}
|
|
11673
|
-
* @memberof
|
|
10965
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
|
|
11674
10966
|
*/
|
|
11675
10967
|
'variants'?: Array<VariantType>;
|
|
11676
10968
|
/**
|
|
11677
10969
|
* Construct a type with a set of properties K of type T
|
|
11678
10970
|
* @type {{ [key: string]: Array<IImage>; }}
|
|
11679
|
-
* @memberof
|
|
10971
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
|
|
11680
10972
|
*/
|
|
11681
10973
|
'mainVariantsPhotos'?: {
|
|
11682
10974
|
[key: string]: Array<IImage>;
|
|
@@ -11684,53 +10976,11 @@ export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPo
|
|
|
11684
10976
|
/**
|
|
11685
10977
|
*
|
|
11686
10978
|
* @type {{ [key: string]: string; }}
|
|
11687
|
-
* @memberof
|
|
10979
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
|
|
11688
10980
|
*/
|
|
11689
10981
|
'attributes'?: {
|
|
11690
10982
|
[key: string]: string;
|
|
11691
10983
|
};
|
|
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
10984
|
}
|
|
11735
10985
|
/**
|
|
11736
10986
|
* 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.
|
|
3
|
+
"version": "1.3.7",
|
|
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": "
|
|
40
|
+
"gitHead": "9237476390354933f923585b27254e8379d305df"
|
|
41
41
|
}
|