@infisale-client/api 1.3.6 → 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 CHANGED
@@ -5,7 +5,7 @@
5
5
  ## Usage
6
6
 
7
7
  ```
8
- const api = require('api');
8
+ const api = require('api');
9
9
 
10
10
  // TODO: DEMONSTRATE API
11
11
  ```
package/dist/api/api.d.ts CHANGED
@@ -999,6 +999,12 @@ export interface IBrandPatchRequest {
999
999
  * @memberof IBrandPatchRequest
1000
1000
  */
1001
1001
  'contents'?: PartialRecordLanguageEnumIContentsValue;
1002
+ /**
1003
+ *
1004
+ * @type {IImage}
1005
+ * @memberof IBrandPatchRequest
1006
+ */
1007
+ 'thumbnail'?: IImage;
1002
1008
  }
1003
1009
  /**
1004
1010
  *
@@ -1018,6 +1024,12 @@ export interface IBrandPostRequest {
1018
1024
  * @memberof IBrandPostRequest
1019
1025
  */
1020
1026
  'contents': PartialRecordLanguageEnumIContentsValue;
1027
+ /**
1028
+ *
1029
+ * @type {IImage}
1030
+ * @memberof IBrandPostRequest
1031
+ */
1032
+ 'thumbnail'?: IImage;
1021
1033
  }
1022
1034
  /**
1023
1035
  *
@@ -1055,12 +1067,6 @@ export interface IBrandResponse {
1055
1067
  * @memberof IBrandResponse
1056
1068
  */
1057
1069
  'status': ContentStatusEnum;
1058
- /**
1059
- *
1060
- * @type {IImage}
1061
- * @memberof IBrandResponse
1062
- */
1063
- 'thumbnail'?: IImage;
1064
1070
  /**
1065
1071
  *
1066
1072
  * @type {string}
@@ -1109,6 +1115,12 @@ export interface IBrandResponse {
1109
1115
  * @memberof IBrandResponse
1110
1116
  */
1111
1117
  'company': string;
1118
+ /**
1119
+ *
1120
+ * @type {IImage}
1121
+ * @memberof IBrandResponse
1122
+ */
1123
+ 'thumbnail'?: IImage;
1112
1124
  /**
1113
1125
  *
1114
1126
  * @type {PartialRecordLanguageEnumIContentsValue}
@@ -1350,6 +1362,12 @@ export interface ICategoryPatchRequest {
1350
1362
  * @memberof ICategoryPatchRequest
1351
1363
  */
1352
1364
  'contents'?: PartialRecordLanguageEnumIContentsValue;
1365
+ /**
1366
+ *
1367
+ * @type {IImage}
1368
+ * @memberof ICategoryPatchRequest
1369
+ */
1370
+ 'thumbnail'?: IImage;
1353
1371
  /**
1354
1372
  *
1355
1373
  * @type {string}
@@ -1375,6 +1393,12 @@ export interface ICategoryPostRequest {
1375
1393
  * @memberof ICategoryPostRequest
1376
1394
  */
1377
1395
  'contents': PartialRecordLanguageEnumIContentsValue;
1396
+ /**
1397
+ *
1398
+ * @type {IImage}
1399
+ * @memberof ICategoryPostRequest
1400
+ */
1401
+ 'thumbnail'?: IImage;
1378
1402
  /**
1379
1403
  *
1380
1404
  * @type {string}
@@ -1760,6 +1784,12 @@ export interface ICollectionPatchRequest {
1760
1784
  * @memberof ICollectionPatchRequest
1761
1785
  */
1762
1786
  'contents'?: PartialRecordLanguageEnumIContentsValue;
1787
+ /**
1788
+ *
1789
+ * @type {IImage}
1790
+ * @memberof ICollectionPatchRequest
1791
+ */
1792
+ 'thumbnail'?: IImage;
1763
1793
  }
1764
1794
  /**
1765
1795
  *
@@ -1779,6 +1809,12 @@ export interface ICollectionPostRequest {
1779
1809
  * @memberof ICollectionPostRequest
1780
1810
  */
1781
1811
  'contents': PartialRecordLanguageEnumIContentsValue;
1812
+ /**
1813
+ *
1814
+ * @type {IImage}
1815
+ * @memberof ICollectionPostRequest
1816
+ */
1817
+ 'thumbnail'?: IImage;
1782
1818
  /**
1783
1819
  *
1784
1820
  * @type {ITemplateResponse}
@@ -4330,12 +4366,6 @@ export interface IContentsValue {
4330
4366
  * @memberof IContentsValue
4331
4367
  */
4332
4368
  'status': ContentStatusEnum;
4333
- /**
4334
- *
4335
- * @type {IImage}
4336
- * @memberof IContentsValue
4337
- */
4338
- 'thumbnail'?: IImage;
4339
4369
  /**
4340
4370
  *
4341
4371
  * @type {string}
@@ -6255,6 +6285,12 @@ export interface IPagePatchRequest {
6255
6285
  * @memberof IPagePatchRequest
6256
6286
  */
6257
6287
  'contents'?: PartialRecordLanguageEnumIContentsValue;
6288
+ /**
6289
+ *
6290
+ * @type {IImage}
6291
+ * @memberof IPagePatchRequest
6292
+ */
6293
+ 'thumbnail'?: IImage;
6258
6294
  /**
6259
6295
  *
6260
6296
  * @type {PageTypeEnum}
@@ -6280,6 +6316,12 @@ export interface IPagePostRequest {
6280
6316
  * @memberof IPagePostRequest
6281
6317
  */
6282
6318
  'contents': PartialRecordLanguageEnumIContentsValue;
6319
+ /**
6320
+ *
6321
+ * @type {IImage}
6322
+ * @memberof IPagePostRequest
6323
+ */
6324
+ 'thumbnail'?: IImage;
6283
6325
  /**
6284
6326
  *
6285
6327
  * @type {PageTypeEnum}
@@ -7404,12 +7446,6 @@ export interface IProductResponse {
7404
7446
  * @memberof IProductResponse
7405
7447
  */
7406
7448
  'status': ContentStatusEnum;
7407
- /**
7408
- *
7409
- * @type {IImage}
7410
- * @memberof IProductResponse
7411
- */
7412
- 'thumbnail'?: IImage;
7413
7449
  /**
7414
7450
  *
7415
7451
  * @type {string}
@@ -9384,6 +9420,12 @@ export interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseO
9384
9420
  * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugsOrKeyofIContentsValue
9385
9421
  */
9386
9422
  'contents': PartialRecordLanguageEnumIContentsValue;
9423
+ /**
9424
+ *
9425
+ * @type {IImage}
9426
+ * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugsOrKeyofIContentsValue
9427
+ */
9428
+ 'thumbnail'?: IImage;
9387
9429
  }
9388
9430
  /**
9389
9431
  * From T, pick a set of properties whose keys are in the union K
@@ -9464,6 +9506,12 @@ export interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoRes
9464
9506
  * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugsOrKeyofIContentsValue
9465
9507
  */
9466
9508
  'contents': PartialRecordLanguageEnumIContentsValue;
9509
+ /**
9510
+ *
9511
+ * @type {IImage}
9512
+ * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugsOrKeyofIContentsValue
9513
+ */
9514
+ 'thumbnail'?: IImage;
9467
9515
  /**
9468
9516
  *
9469
9517
  * @type {string}
@@ -9593,6 +9641,12 @@ export interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMong
9593
9641
  * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
9594
9642
  */
9595
9643
  'contents': PartialRecordLanguageEnumIContentsValue;
9644
+ /**
9645
+ *
9646
+ * @type {IImage}
9647
+ * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
9648
+ */
9649
+ 'thumbnail'?: IImage;
9596
9650
  }
9597
9651
  /**
9598
9652
  * From T, pick a set of properties whose keys are in the union K
@@ -10634,6 +10688,12 @@ export interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrT
10634
10688
  * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
10635
10689
  */
10636
10690
  'contents': PartialRecordLanguageEnumIContentsValue;
10691
+ /**
10692
+ *
10693
+ * @type {IImage}
10694
+ * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
10695
+ */
10696
+ 'thumbnail'?: IImage;
10637
10697
  /**
10638
10698
  *
10639
10699
  * @type {PageTypeEnum}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api",
3
- "version": "1.3.6",
3
+ "version": "1.3.7",
4
4
  "description": "api-sdk",
5
5
  "author": "Muhammet KÖKLÜ <105980019+byhipernova@users.noreply.github.com>",
6
6
  "homepage": "https://github.com/infisale/infisale-client#readme",
@@ -37,5 +37,5 @@
37
37
  "bugs": {
38
38
  "url": "https://github.com/infisale/infisale-client/issues"
39
39
  },
40
- "gitHead": "8cf386dcdce01acea4ce20ddbcd6a3b6805ea3cc"
40
+ "gitHead": "9237476390354933f923585b27254e8379d305df"
41
41
  }