@infisale-client/api-client 1.3.4 → 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.
- package/dist/api/api.d.ts +280 -106
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -986,12 +986,6 @@ export interface IBrandPatchRequest {
|
|
|
986
986
|
* @memberof IBrandPatchRequest
|
|
987
987
|
*/
|
|
988
988
|
'contents'?: PartialRecordLanguageEnumIContentsValue;
|
|
989
|
-
/**
|
|
990
|
-
*
|
|
991
|
-
* @type {IImage}
|
|
992
|
-
* @memberof IBrandPatchRequest
|
|
993
|
-
*/
|
|
994
|
-
'thumbnail'?: IImage;
|
|
995
989
|
}
|
|
996
990
|
/**
|
|
997
991
|
*
|
|
@@ -1011,12 +1005,6 @@ export interface IBrandPostRequest {
|
|
|
1011
1005
|
* @memberof IBrandPostRequest
|
|
1012
1006
|
*/
|
|
1013
1007
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
1014
|
-
/**
|
|
1015
|
-
*
|
|
1016
|
-
* @type {IImage}
|
|
1017
|
-
* @memberof IBrandPostRequest
|
|
1018
|
-
*/
|
|
1019
|
-
'thumbnail'?: IImage;
|
|
1020
1008
|
}
|
|
1021
1009
|
/**
|
|
1022
1010
|
*
|
|
@@ -1050,16 +1038,64 @@ export interface IBrandResponse {
|
|
|
1050
1038
|
'updatedAt': string;
|
|
1051
1039
|
/**
|
|
1052
1040
|
*
|
|
1053
|
-
* @type {
|
|
1041
|
+
* @type {ContentStatusEnum}
|
|
1054
1042
|
* @memberof IBrandResponse
|
|
1055
1043
|
*/
|
|
1056
|
-
'
|
|
1044
|
+
'status': ContentStatusEnum;
|
|
1057
1045
|
/**
|
|
1058
1046
|
*
|
|
1059
1047
|
* @type {IImage}
|
|
1060
1048
|
* @memberof IBrandResponse
|
|
1061
1049
|
*/
|
|
1062
1050
|
'thumbnail'?: IImage;
|
|
1051
|
+
/**
|
|
1052
|
+
*
|
|
1053
|
+
* @type {string}
|
|
1054
|
+
* @memberof IBrandResponse
|
|
1055
|
+
*/
|
|
1056
|
+
'content'?: string;
|
|
1057
|
+
/**
|
|
1058
|
+
*
|
|
1059
|
+
* @type {string}
|
|
1060
|
+
* @memberof IBrandResponse
|
|
1061
|
+
*/
|
|
1062
|
+
'slug': string;
|
|
1063
|
+
/**
|
|
1064
|
+
*
|
|
1065
|
+
* @type {Array<string>}
|
|
1066
|
+
* @memberof IBrandResponse
|
|
1067
|
+
*/
|
|
1068
|
+
'keywords'?: Array<string>;
|
|
1069
|
+
/**
|
|
1070
|
+
*
|
|
1071
|
+
* @type {string}
|
|
1072
|
+
* @memberof IBrandResponse
|
|
1073
|
+
*/
|
|
1074
|
+
'metaDescription'?: string;
|
|
1075
|
+
/**
|
|
1076
|
+
*
|
|
1077
|
+
* @type {string}
|
|
1078
|
+
* @memberof IBrandResponse
|
|
1079
|
+
*/
|
|
1080
|
+
'metaTitle'?: string;
|
|
1081
|
+
/**
|
|
1082
|
+
*
|
|
1083
|
+
* @type {string}
|
|
1084
|
+
* @memberof IBrandResponse
|
|
1085
|
+
*/
|
|
1086
|
+
'description'?: string;
|
|
1087
|
+
/**
|
|
1088
|
+
*
|
|
1089
|
+
* @type {string}
|
|
1090
|
+
* @memberof IBrandResponse
|
|
1091
|
+
*/
|
|
1092
|
+
'title': string;
|
|
1093
|
+
/**
|
|
1094
|
+
*
|
|
1095
|
+
* @type {string}
|
|
1096
|
+
* @memberof IBrandResponse
|
|
1097
|
+
*/
|
|
1098
|
+
'company': string;
|
|
1063
1099
|
/**
|
|
1064
1100
|
*
|
|
1065
1101
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
@@ -1301,12 +1337,6 @@ export interface ICategoryPatchRequest {
|
|
|
1301
1337
|
* @memberof ICategoryPatchRequest
|
|
1302
1338
|
*/
|
|
1303
1339
|
'contents'?: PartialRecordLanguageEnumIContentsValue;
|
|
1304
|
-
/**
|
|
1305
|
-
*
|
|
1306
|
-
* @type {IImage}
|
|
1307
|
-
* @memberof ICategoryPatchRequest
|
|
1308
|
-
*/
|
|
1309
|
-
'thumbnail'?: IImage;
|
|
1310
1340
|
/**
|
|
1311
1341
|
*
|
|
1312
1342
|
* @type {string}
|
|
@@ -1332,12 +1362,6 @@ export interface ICategoryPostRequest {
|
|
|
1332
1362
|
* @memberof ICategoryPostRequest
|
|
1333
1363
|
*/
|
|
1334
1364
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
1335
|
-
/**
|
|
1336
|
-
*
|
|
1337
|
-
* @type {IImage}
|
|
1338
|
-
* @memberof ICategoryPostRequest
|
|
1339
|
-
*/
|
|
1340
|
-
'thumbnail'?: IImage;
|
|
1341
1365
|
/**
|
|
1342
1366
|
*
|
|
1343
1367
|
* @type {string}
|
|
@@ -1411,6 +1435,54 @@ export interface ICategoryResponse {
|
|
|
1411
1435
|
* @memberof ICategoryResponse
|
|
1412
1436
|
*/
|
|
1413
1437
|
'main'?: string;
|
|
1438
|
+
/**
|
|
1439
|
+
*
|
|
1440
|
+
* @type {ContentStatusEnum}
|
|
1441
|
+
* @memberof ICategoryResponse
|
|
1442
|
+
*/
|
|
1443
|
+
'status': ContentStatusEnum;
|
|
1444
|
+
/**
|
|
1445
|
+
*
|
|
1446
|
+
* @type {string}
|
|
1447
|
+
* @memberof ICategoryResponse
|
|
1448
|
+
*/
|
|
1449
|
+
'content'?: string;
|
|
1450
|
+
/**
|
|
1451
|
+
*
|
|
1452
|
+
* @type {string}
|
|
1453
|
+
* @memberof ICategoryResponse
|
|
1454
|
+
*/
|
|
1455
|
+
'slug': string;
|
|
1456
|
+
/**
|
|
1457
|
+
*
|
|
1458
|
+
* @type {Array<string>}
|
|
1459
|
+
* @memberof ICategoryResponse
|
|
1460
|
+
*/
|
|
1461
|
+
'keywords'?: Array<string>;
|
|
1462
|
+
/**
|
|
1463
|
+
*
|
|
1464
|
+
* @type {string}
|
|
1465
|
+
* @memberof ICategoryResponse
|
|
1466
|
+
*/
|
|
1467
|
+
'metaDescription'?: string;
|
|
1468
|
+
/**
|
|
1469
|
+
*
|
|
1470
|
+
* @type {string}
|
|
1471
|
+
* @memberof ICategoryResponse
|
|
1472
|
+
*/
|
|
1473
|
+
'metaTitle'?: string;
|
|
1474
|
+
/**
|
|
1475
|
+
*
|
|
1476
|
+
* @type {string}
|
|
1477
|
+
* @memberof ICategoryResponse
|
|
1478
|
+
*/
|
|
1479
|
+
'description'?: string;
|
|
1480
|
+
/**
|
|
1481
|
+
*
|
|
1482
|
+
* @type {string}
|
|
1483
|
+
* @memberof ICategoryResponse
|
|
1484
|
+
*/
|
|
1485
|
+
'title': string;
|
|
1414
1486
|
/**
|
|
1415
1487
|
*
|
|
1416
1488
|
* @type {Array<ICategoryResponseAttributesInner>}
|
|
@@ -1675,12 +1747,6 @@ export interface ICollectionPatchRequest {
|
|
|
1675
1747
|
* @memberof ICollectionPatchRequest
|
|
1676
1748
|
*/
|
|
1677
1749
|
'contents'?: PartialRecordLanguageEnumIContentsValue;
|
|
1678
|
-
/**
|
|
1679
|
-
*
|
|
1680
|
-
* @type {IImage}
|
|
1681
|
-
* @memberof ICollectionPatchRequest
|
|
1682
|
-
*/
|
|
1683
|
-
'thumbnail'?: IImage;
|
|
1684
1750
|
}
|
|
1685
1751
|
/**
|
|
1686
1752
|
*
|
|
@@ -1700,12 +1766,6 @@ export interface ICollectionPostRequest {
|
|
|
1700
1766
|
* @memberof ICollectionPostRequest
|
|
1701
1767
|
*/
|
|
1702
1768
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
1703
|
-
/**
|
|
1704
|
-
*
|
|
1705
|
-
* @type {IImage}
|
|
1706
|
-
* @memberof ICollectionPostRequest
|
|
1707
|
-
*/
|
|
1708
|
-
'thumbnail'?: IImage;
|
|
1709
1769
|
/**
|
|
1710
1770
|
*
|
|
1711
1771
|
* @type {ITemplateResponse}
|
|
@@ -1775,6 +1835,54 @@ export interface ICollectionResponse {
|
|
|
1775
1835
|
'templates': {
|
|
1776
1836
|
[key: string]: string;
|
|
1777
1837
|
};
|
|
1838
|
+
/**
|
|
1839
|
+
*
|
|
1840
|
+
* @type {ContentStatusEnum}
|
|
1841
|
+
* @memberof ICollectionResponse
|
|
1842
|
+
*/
|
|
1843
|
+
'status': ContentStatusEnum;
|
|
1844
|
+
/**
|
|
1845
|
+
*
|
|
1846
|
+
* @type {string}
|
|
1847
|
+
* @memberof ICollectionResponse
|
|
1848
|
+
*/
|
|
1849
|
+
'content'?: string;
|
|
1850
|
+
/**
|
|
1851
|
+
*
|
|
1852
|
+
* @type {string}
|
|
1853
|
+
* @memberof ICollectionResponse
|
|
1854
|
+
*/
|
|
1855
|
+
'slug': string;
|
|
1856
|
+
/**
|
|
1857
|
+
*
|
|
1858
|
+
* @type {Array<string>}
|
|
1859
|
+
* @memberof ICollectionResponse
|
|
1860
|
+
*/
|
|
1861
|
+
'keywords'?: Array<string>;
|
|
1862
|
+
/**
|
|
1863
|
+
*
|
|
1864
|
+
* @type {string}
|
|
1865
|
+
* @memberof ICollectionResponse
|
|
1866
|
+
*/
|
|
1867
|
+
'metaDescription'?: string;
|
|
1868
|
+
/**
|
|
1869
|
+
*
|
|
1870
|
+
* @type {string}
|
|
1871
|
+
* @memberof ICollectionResponse
|
|
1872
|
+
*/
|
|
1873
|
+
'metaTitle'?: string;
|
|
1874
|
+
/**
|
|
1875
|
+
*
|
|
1876
|
+
* @type {string}
|
|
1877
|
+
* @memberof ICollectionResponse
|
|
1878
|
+
*/
|
|
1879
|
+
'description'?: string;
|
|
1880
|
+
/**
|
|
1881
|
+
*
|
|
1882
|
+
* @type {string}
|
|
1883
|
+
* @memberof ICollectionResponse
|
|
1884
|
+
*/
|
|
1885
|
+
'title': string;
|
|
1778
1886
|
/**
|
|
1779
1887
|
*
|
|
1780
1888
|
* @type {ITemplateResponse}
|
|
@@ -6134,12 +6242,6 @@ export interface IPagePatchRequest {
|
|
|
6134
6242
|
* @memberof IPagePatchRequest
|
|
6135
6243
|
*/
|
|
6136
6244
|
'contents'?: PartialRecordLanguageEnumIContentsValue;
|
|
6137
|
-
/**
|
|
6138
|
-
*
|
|
6139
|
-
* @type {IImage}
|
|
6140
|
-
* @memberof IPagePatchRequest
|
|
6141
|
-
*/
|
|
6142
|
-
'thumbnail'?: IImage;
|
|
6143
6245
|
/**
|
|
6144
6246
|
*
|
|
6145
6247
|
* @type {PageTypeEnum}
|
|
@@ -6165,12 +6267,6 @@ export interface IPagePostRequest {
|
|
|
6165
6267
|
* @memberof IPagePostRequest
|
|
6166
6268
|
*/
|
|
6167
6269
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
6168
|
-
/**
|
|
6169
|
-
*
|
|
6170
|
-
* @type {IImage}
|
|
6171
|
-
* @memberof IPagePostRequest
|
|
6172
|
-
*/
|
|
6173
|
-
'thumbnail'?: IImage;
|
|
6174
6270
|
/**
|
|
6175
6271
|
*
|
|
6176
6272
|
* @type {PageTypeEnum}
|
|
@@ -6252,6 +6348,54 @@ export interface IPageResponse {
|
|
|
6252
6348
|
* @memberof IPageResponse
|
|
6253
6349
|
*/
|
|
6254
6350
|
'type': PageTypeEnum;
|
|
6351
|
+
/**
|
|
6352
|
+
*
|
|
6353
|
+
* @type {ContentStatusEnum}
|
|
6354
|
+
* @memberof IPageResponse
|
|
6355
|
+
*/
|
|
6356
|
+
'status': ContentStatusEnum;
|
|
6357
|
+
/**
|
|
6358
|
+
*
|
|
6359
|
+
* @type {string}
|
|
6360
|
+
* @memberof IPageResponse
|
|
6361
|
+
*/
|
|
6362
|
+
'content'?: string;
|
|
6363
|
+
/**
|
|
6364
|
+
*
|
|
6365
|
+
* @type {string}
|
|
6366
|
+
* @memberof IPageResponse
|
|
6367
|
+
*/
|
|
6368
|
+
'slug': string;
|
|
6369
|
+
/**
|
|
6370
|
+
*
|
|
6371
|
+
* @type {Array<string>}
|
|
6372
|
+
* @memberof IPageResponse
|
|
6373
|
+
*/
|
|
6374
|
+
'keywords'?: Array<string>;
|
|
6375
|
+
/**
|
|
6376
|
+
*
|
|
6377
|
+
* @type {string}
|
|
6378
|
+
* @memberof IPageResponse
|
|
6379
|
+
*/
|
|
6380
|
+
'metaDescription'?: string;
|
|
6381
|
+
/**
|
|
6382
|
+
*
|
|
6383
|
+
* @type {string}
|
|
6384
|
+
* @memberof IPageResponse
|
|
6385
|
+
*/
|
|
6386
|
+
'metaTitle'?: string;
|
|
6387
|
+
/**
|
|
6388
|
+
*
|
|
6389
|
+
* @type {string}
|
|
6390
|
+
* @memberof IPageResponse
|
|
6391
|
+
*/
|
|
6392
|
+
'description'?: string;
|
|
6393
|
+
/**
|
|
6394
|
+
*
|
|
6395
|
+
* @type {string}
|
|
6396
|
+
* @memberof IPageResponse
|
|
6397
|
+
*/
|
|
6398
|
+
'title': string;
|
|
6255
6399
|
/**
|
|
6256
6400
|
*
|
|
6257
6401
|
* @type {ITemplateResponse}
|
|
@@ -7241,6 +7385,60 @@ export interface IProductResponse {
|
|
|
7241
7385
|
* @memberof IProductResponse
|
|
7242
7386
|
*/
|
|
7243
7387
|
'reviewCounts': IProductResponseReviewCounts;
|
|
7388
|
+
/**
|
|
7389
|
+
*
|
|
7390
|
+
* @type {ContentStatusEnum}
|
|
7391
|
+
* @memberof IProductResponse
|
|
7392
|
+
*/
|
|
7393
|
+
'status': ContentStatusEnum;
|
|
7394
|
+
/**
|
|
7395
|
+
*
|
|
7396
|
+
* @type {IImage}
|
|
7397
|
+
* @memberof IProductResponse
|
|
7398
|
+
*/
|
|
7399
|
+
'thumbnail'?: IImage;
|
|
7400
|
+
/**
|
|
7401
|
+
*
|
|
7402
|
+
* @type {string}
|
|
7403
|
+
* @memberof IProductResponse
|
|
7404
|
+
*/
|
|
7405
|
+
'content'?: string;
|
|
7406
|
+
/**
|
|
7407
|
+
*
|
|
7408
|
+
* @type {string}
|
|
7409
|
+
* @memberof IProductResponse
|
|
7410
|
+
*/
|
|
7411
|
+
'slug': string;
|
|
7412
|
+
/**
|
|
7413
|
+
*
|
|
7414
|
+
* @type {Array<string>}
|
|
7415
|
+
* @memberof IProductResponse
|
|
7416
|
+
*/
|
|
7417
|
+
'keywords'?: Array<string>;
|
|
7418
|
+
/**
|
|
7419
|
+
*
|
|
7420
|
+
* @type {string}
|
|
7421
|
+
* @memberof IProductResponse
|
|
7422
|
+
*/
|
|
7423
|
+
'metaDescription'?: string;
|
|
7424
|
+
/**
|
|
7425
|
+
*
|
|
7426
|
+
* @type {string}
|
|
7427
|
+
* @memberof IProductResponse
|
|
7428
|
+
*/
|
|
7429
|
+
'metaTitle'?: string;
|
|
7430
|
+
/**
|
|
7431
|
+
*
|
|
7432
|
+
* @type {string}
|
|
7433
|
+
* @memberof IProductResponse
|
|
7434
|
+
*/
|
|
7435
|
+
'description'?: string;
|
|
7436
|
+
/**
|
|
7437
|
+
*
|
|
7438
|
+
* @type {string}
|
|
7439
|
+
* @memberof IProductResponse
|
|
7440
|
+
*/
|
|
7441
|
+
'title': string;
|
|
7244
7442
|
/**
|
|
7245
7443
|
*
|
|
7246
7444
|
* @type {IBrandResponse}
|
|
@@ -9158,27 +9356,21 @@ export interface PickIBasketExcludeKeyofIBasketItems {
|
|
|
9158
9356
|
/**
|
|
9159
9357
|
* From T, pick a set of properties whose keys are in the union K
|
|
9160
9358
|
* @export
|
|
9161
|
-
* @interface
|
|
9359
|
+
* @interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugsOrKeyofIContentsValue
|
|
9162
9360
|
*/
|
|
9163
|
-
export interface
|
|
9361
|
+
export interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugsOrKeyofIContentsValue {
|
|
9164
9362
|
/**
|
|
9165
9363
|
*
|
|
9166
9364
|
* @type {string}
|
|
9167
|
-
* @memberof
|
|
9365
|
+
* @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugsOrKeyofIContentsValue
|
|
9168
9366
|
*/
|
|
9169
9367
|
'company': string;
|
|
9170
9368
|
/**
|
|
9171
9369
|
*
|
|
9172
9370
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
9173
|
-
* @memberof
|
|
9371
|
+
* @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugsOrKeyofIContentsValue
|
|
9174
9372
|
*/
|
|
9175
9373
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
9176
|
-
/**
|
|
9177
|
-
*
|
|
9178
|
-
* @type {IImage}
|
|
9179
|
-
* @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugs
|
|
9180
|
-
*/
|
|
9181
|
-
'thumbnail'?: IImage;
|
|
9182
9374
|
}
|
|
9183
9375
|
/**
|
|
9184
9376
|
* From T, pick a set of properties whose keys are in the union K
|
|
@@ -9244,31 +9436,25 @@ export interface PickICategoryExcludeKeyofICategoryAttributes {
|
|
|
9244
9436
|
/**
|
|
9245
9437
|
* From T, pick a set of properties whose keys are in the union K
|
|
9246
9438
|
* @export
|
|
9247
|
-
* @interface
|
|
9439
|
+
* @interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugsOrKeyofIContentsValue
|
|
9248
9440
|
*/
|
|
9249
|
-
export interface
|
|
9441
|
+
export interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugsOrKeyofIContentsValue {
|
|
9250
9442
|
/**
|
|
9251
9443
|
*
|
|
9252
9444
|
* @type {string}
|
|
9253
|
-
* @memberof
|
|
9445
|
+
* @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugsOrKeyofIContentsValue
|
|
9254
9446
|
*/
|
|
9255
9447
|
'company': string;
|
|
9256
9448
|
/**
|
|
9257
9449
|
*
|
|
9258
9450
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
9259
|
-
* @memberof
|
|
9451
|
+
* @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugsOrKeyofIContentsValue
|
|
9260
9452
|
*/
|
|
9261
9453
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
9262
|
-
/**
|
|
9263
|
-
*
|
|
9264
|
-
* @type {IImage}
|
|
9265
|
-
* @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugs
|
|
9266
|
-
*/
|
|
9267
|
-
'thumbnail'?: IImage;
|
|
9268
9454
|
/**
|
|
9269
9455
|
*
|
|
9270
9456
|
* @type {string}
|
|
9271
|
-
* @memberof
|
|
9457
|
+
* @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugsOrKeyofIContentsValue
|
|
9272
9458
|
*/
|
|
9273
9459
|
'main'?: string;
|
|
9274
9460
|
}
|
|
@@ -9379,27 +9565,21 @@ export type PickICollectionQueryParamsExcludeKeyofICollectionQueryParamsSortDate
|
|
|
9379
9565
|
/**
|
|
9380
9566
|
* From T, pick a set of properties whose keys are in the union K
|
|
9381
9567
|
* @export
|
|
9382
|
-
* @interface
|
|
9568
|
+
* @interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
|
|
9383
9569
|
*/
|
|
9384
|
-
export interface
|
|
9570
|
+
export interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue {
|
|
9385
9571
|
/**
|
|
9386
9572
|
*
|
|
9387
9573
|
* @type {string}
|
|
9388
|
-
* @memberof
|
|
9574
|
+
* @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
|
|
9389
9575
|
*/
|
|
9390
9576
|
'company': string;
|
|
9391
9577
|
/**
|
|
9392
9578
|
*
|
|
9393
9579
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
9394
|
-
* @memberof
|
|
9580
|
+
* @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
|
|
9395
9581
|
*/
|
|
9396
9582
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
9397
|
-
/**
|
|
9398
|
-
*
|
|
9399
|
-
* @type {IImage}
|
|
9400
|
-
* @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
|
|
9401
|
-
*/
|
|
9402
|
-
'thumbnail'?: IImage;
|
|
9403
9583
|
}
|
|
9404
9584
|
/**
|
|
9405
9585
|
* From T, pick a set of properties whose keys are in the union K
|
|
@@ -10426,31 +10606,25 @@ export interface PickIPageExcludeKeyofIPageTemplate {
|
|
|
10426
10606
|
/**
|
|
10427
10607
|
* From T, pick a set of properties whose keys are in the union K
|
|
10428
10608
|
* @export
|
|
10429
|
-
* @interface
|
|
10609
|
+
* @interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
|
|
10430
10610
|
*/
|
|
10431
|
-
export interface
|
|
10611
|
+
export interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue {
|
|
10432
10612
|
/**
|
|
10433
10613
|
*
|
|
10434
10614
|
* @type {string}
|
|
10435
|
-
* @memberof
|
|
10615
|
+
* @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
|
|
10436
10616
|
*/
|
|
10437
10617
|
'company': string;
|
|
10438
10618
|
/**
|
|
10439
10619
|
*
|
|
10440
10620
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
10441
|
-
* @memberof
|
|
10621
|
+
* @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
|
|
10442
10622
|
*/
|
|
10443
10623
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
10444
|
-
/**
|
|
10445
|
-
*
|
|
10446
|
-
* @type {IImage}
|
|
10447
|
-
* @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
|
|
10448
|
-
*/
|
|
10449
|
-
'thumbnail'?: IImage;
|
|
10450
10624
|
/**
|
|
10451
10625
|
*
|
|
10452
10626
|
* @type {PageTypeEnum}
|
|
10453
|
-
* @memberof
|
|
10627
|
+
* @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
|
|
10454
10628
|
*/
|
|
10455
10629
|
'type': PageTypeEnum;
|
|
10456
10630
|
}
|
|
@@ -10666,49 +10840,49 @@ export interface PickIProductIdOrContentsOrTotalSale {
|
|
|
10666
10840
|
/**
|
|
10667
10841
|
* From T, pick a set of properties whose keys are in the union K
|
|
10668
10842
|
* @export
|
|
10669
|
-
* @interface
|
|
10843
|
+
* @interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
|
|
10670
10844
|
*/
|
|
10671
|
-
export interface
|
|
10845
|
+
export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue {
|
|
10672
10846
|
/**
|
|
10673
10847
|
*
|
|
10674
10848
|
* @type {string}
|
|
10675
|
-
* @memberof
|
|
10849
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
|
|
10676
10850
|
*/
|
|
10677
10851
|
'company': string;
|
|
10678
10852
|
/**
|
|
10679
10853
|
*
|
|
10680
10854
|
* @type {boolean}
|
|
10681
|
-
* @memberof
|
|
10855
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
|
|
10682
10856
|
*/
|
|
10683
10857
|
'negativeStock'?: boolean;
|
|
10684
10858
|
/**
|
|
10685
10859
|
*
|
|
10686
10860
|
* @type {Array<string>}
|
|
10687
|
-
* @memberof
|
|
10861
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
|
|
10688
10862
|
*/
|
|
10689
10863
|
'collections': Array<string>;
|
|
10690
10864
|
/**
|
|
10691
10865
|
*
|
|
10692
10866
|
* @type {string}
|
|
10693
|
-
* @memberof
|
|
10867
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
|
|
10694
10868
|
*/
|
|
10695
10869
|
'sku'?: string;
|
|
10696
10870
|
/**
|
|
10697
10871
|
*
|
|
10698
10872
|
* @type {string}
|
|
10699
|
-
* @memberof
|
|
10873
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
|
|
10700
10874
|
*/
|
|
10701
10875
|
'barcode'?: string;
|
|
10702
10876
|
/**
|
|
10703
10877
|
*
|
|
10704
10878
|
* @type {Array<IImage>}
|
|
10705
|
-
* @memberof
|
|
10879
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
|
|
10706
10880
|
*/
|
|
10707
10881
|
'photos': Array<IImage>;
|
|
10708
10882
|
/**
|
|
10709
10883
|
*
|
|
10710
10884
|
* @type {{ [key: string]: StockTypeValue; }}
|
|
10711
|
-
* @memberof
|
|
10885
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
|
|
10712
10886
|
*/
|
|
10713
10887
|
'stock'?: {
|
|
10714
10888
|
[key: string]: StockTypeValue;
|
|
@@ -10716,25 +10890,25 @@ export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPo
|
|
|
10716
10890
|
/**
|
|
10717
10891
|
*
|
|
10718
10892
|
* @type {PriceType}
|
|
10719
|
-
* @memberof
|
|
10893
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
|
|
10720
10894
|
*/
|
|
10721
10895
|
'priceInfo': PriceType;
|
|
10722
10896
|
/**
|
|
10723
10897
|
*
|
|
10724
10898
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
10725
|
-
* @memberof
|
|
10899
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
|
|
10726
10900
|
*/
|
|
10727
10901
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
10728
10902
|
/**
|
|
10729
10903
|
*
|
|
10730
10904
|
* @type {Array<VariantType>}
|
|
10731
|
-
* @memberof
|
|
10905
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
|
|
10732
10906
|
*/
|
|
10733
10907
|
'variants'?: Array<VariantType>;
|
|
10734
10908
|
/**
|
|
10735
10909
|
* Construct a type with a set of properties K of type T
|
|
10736
10910
|
* @type {{ [key: string]: Array<IImage>; }}
|
|
10737
|
-
* @memberof
|
|
10911
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
|
|
10738
10912
|
*/
|
|
10739
10913
|
'mainVariantsPhotos'?: {
|
|
10740
10914
|
[key: string]: Array<IImage>;
|
|
@@ -10742,7 +10916,7 @@ export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPo
|
|
|
10742
10916
|
/**
|
|
10743
10917
|
*
|
|
10744
10918
|
* @type {{ [key: string]: string; }}
|
|
10745
|
-
* @memberof
|
|
10919
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
|
|
10746
10920
|
*/
|
|
10747
10921
|
'attributes'?: {
|
|
10748
10922
|
[key: string]: string;
|
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.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": "
|
|
40
|
+
"gitHead": "8cf386dcdce01acea4ce20ddbcd6a3b6805ea3cc"
|
|
41
41
|
}
|