@infisale-client/api-client 1.2.76 → 1.2.78

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 CHANGED
@@ -566,6 +566,19 @@ export declare const FontSizeEnum: {
566
566
  readonly _6XL: "text-6xl";
567
567
  };
568
568
  export type FontSizeEnum = typeof FontSizeEnum[keyof typeof FontSizeEnum];
569
+ /**
570
+ *
571
+ * @export
572
+ * @interface GetMyProductReviewCount200Response
573
+ */
574
+ export interface GetMyProductReviewCount200Response {
575
+ /**
576
+ *
577
+ * @type {number}
578
+ * @memberof GetMyProductReviewCount200Response
579
+ */
580
+ 'count': number;
581
+ }
569
582
  /**
570
583
  *
571
584
  * @export
@@ -1076,16 +1089,16 @@ export type IBrandCollectionQueryParamsDateFieldEnum = typeof IBrandCollectionQu
1076
1089
  export interface IBrandPatchRequest {
1077
1090
  /**
1078
1091
  *
1079
- * @type {IImage}
1092
+ * @type {PartialRecordLanguageEnumIContentsValue}
1080
1093
  * @memberof IBrandPatchRequest
1081
1094
  */
1082
- 'thumbnail'?: IImage;
1095
+ 'contents'?: PartialRecordLanguageEnumIContentsValue;
1083
1096
  /**
1084
1097
  *
1085
- * @type {PartialRecordLanguageEnumIContentsValue}
1098
+ * @type {IImage}
1086
1099
  * @memberof IBrandPatchRequest
1087
1100
  */
1088
- 'contents'?: PartialRecordLanguageEnumIContentsValue;
1101
+ 'thumbnail'?: IImage;
1089
1102
  }
1090
1103
  /**
1091
1104
  *
@@ -1101,16 +1114,16 @@ export interface IBrandPostRequest {
1101
1114
  'company': string;
1102
1115
  /**
1103
1116
  *
1104
- * @type {IImage}
1117
+ * @type {PartialRecordLanguageEnumIContentsValue}
1105
1118
  * @memberof IBrandPostRequest
1106
1119
  */
1107
- 'thumbnail'?: IImage;
1120
+ 'contents': PartialRecordLanguageEnumIContentsValue;
1108
1121
  /**
1109
1122
  *
1110
- * @type {PartialRecordLanguageEnumIContentsValue}
1123
+ * @type {IImage}
1111
1124
  * @memberof IBrandPostRequest
1112
1125
  */
1113
- 'contents': PartialRecordLanguageEnumIContentsValue;
1126
+ 'thumbnail'?: IImage;
1114
1127
  }
1115
1128
  /**
1116
1129
  *
@@ -1385,10 +1398,10 @@ export interface ICategoryPatchRequest {
1385
1398
  'company'?: string;
1386
1399
  /**
1387
1400
  *
1388
- * @type {string}
1401
+ * @type {PartialRecordLanguageEnumIContentsValue}
1389
1402
  * @memberof ICategoryPatchRequest
1390
1403
  */
1391
- 'main'?: string;
1404
+ 'contents'?: PartialRecordLanguageEnumIContentsValue;
1392
1405
  /**
1393
1406
  *
1394
1407
  * @type {IImage}
@@ -1397,10 +1410,10 @@ export interface ICategoryPatchRequest {
1397
1410
  'thumbnail'?: IImage;
1398
1411
  /**
1399
1412
  *
1400
- * @type {PartialRecordLanguageEnumIContentsValue}
1413
+ * @type {string}
1401
1414
  * @memberof ICategoryPatchRequest
1402
1415
  */
1403
- 'contents'?: PartialRecordLanguageEnumIContentsValue;
1416
+ 'main'?: string;
1404
1417
  }
1405
1418
  /**
1406
1419
  *
@@ -1416,10 +1429,10 @@ export interface ICategoryPostRequest {
1416
1429
  'company': string;
1417
1430
  /**
1418
1431
  *
1419
- * @type {string}
1432
+ * @type {PartialRecordLanguageEnumIContentsValue}
1420
1433
  * @memberof ICategoryPostRequest
1421
1434
  */
1422
- 'main'?: string;
1435
+ 'contents': PartialRecordLanguageEnumIContentsValue;
1423
1436
  /**
1424
1437
  *
1425
1438
  * @type {IImage}
@@ -1428,10 +1441,10 @@ export interface ICategoryPostRequest {
1428
1441
  'thumbnail'?: IImage;
1429
1442
  /**
1430
1443
  *
1431
- * @type {PartialRecordLanguageEnumIContentsValue}
1444
+ * @type {string}
1432
1445
  * @memberof ICategoryPostRequest
1433
1446
  */
1434
- 'contents': PartialRecordLanguageEnumIContentsValue;
1447
+ 'main'?: string;
1435
1448
  /**
1436
1449
  *
1437
1450
  * @type {Array<ICategoryAttributesResponseAttributesInner>}
@@ -1477,10 +1490,10 @@ export interface ICategoryResponse {
1477
1490
  'updatedAt': string;
1478
1491
  /**
1479
1492
  *
1480
- * @type {string}
1493
+ * @type {PartialRecordLanguageEnumIContentsValue}
1481
1494
  * @memberof ICategoryResponse
1482
1495
  */
1483
- 'main'?: string;
1496
+ 'contents': PartialRecordLanguageEnumIContentsValue;
1484
1497
  /**
1485
1498
  *
1486
1499
  * @type {IImage}
@@ -1489,10 +1502,10 @@ export interface ICategoryResponse {
1489
1502
  'thumbnail'?: IImage;
1490
1503
  /**
1491
1504
  *
1492
- * @type {PartialRecordLanguageEnumIContentsValue}
1505
+ * @type {string}
1493
1506
  * @memberof ICategoryResponse
1494
1507
  */
1495
- 'contents': PartialRecordLanguageEnumIContentsValue;
1508
+ 'main'?: string;
1496
1509
  /**
1497
1510
  *
1498
1511
  * @type {Array<ICategoryResponseAttributesInner>}
@@ -1747,16 +1760,16 @@ export interface ICollectionPatchRequest {
1747
1760
  'template'?: ITemplateResponse;
1748
1761
  /**
1749
1762
  *
1750
- * @type {IImage}
1763
+ * @type {PartialRecordLanguageEnumIContentsValue}
1751
1764
  * @memberof ICollectionPatchRequest
1752
1765
  */
1753
- 'thumbnail'?: IImage;
1766
+ 'contents'?: PartialRecordLanguageEnumIContentsValue;
1754
1767
  /**
1755
1768
  *
1756
- * @type {PartialRecordLanguageEnumIContentsValue}
1769
+ * @type {IImage}
1757
1770
  * @memberof ICollectionPatchRequest
1758
1771
  */
1759
- 'contents'?: PartialRecordLanguageEnumIContentsValue;
1772
+ 'thumbnail'?: IImage;
1760
1773
  }
1761
1774
  /**
1762
1775
  *
@@ -1772,16 +1785,16 @@ export interface ICollectionPostRequest {
1772
1785
  'company': string;
1773
1786
  /**
1774
1787
  *
1775
- * @type {IImage}
1788
+ * @type {PartialRecordLanguageEnumIContentsValue}
1776
1789
  * @memberof ICollectionPostRequest
1777
1790
  */
1778
- 'thumbnail'?: IImage;
1791
+ 'contents': PartialRecordLanguageEnumIContentsValue;
1779
1792
  /**
1780
1793
  *
1781
- * @type {PartialRecordLanguageEnumIContentsValue}
1794
+ * @type {IImage}
1782
1795
  * @memberof ICollectionPostRequest
1783
1796
  */
1784
- 'contents': PartialRecordLanguageEnumIContentsValue;
1797
+ 'thumbnail'?: IImage;
1785
1798
  /**
1786
1799
  *
1787
1800
  * @type {ITemplateResponse}
@@ -2277,16 +2290,16 @@ export interface ICompanyAdminResponse {
2277
2290
  'updatedAt': string;
2278
2291
  /**
2279
2292
  *
2280
- * @type {PlanTypeEnum}
2293
+ * @type {CompanyTypeEnum}
2281
2294
  * @memberof ICompanyAdminResponse
2282
2295
  */
2283
- 'plan': PlanTypeEnum;
2296
+ 'type': CompanyTypeEnum;
2284
2297
  /**
2285
2298
  *
2286
- * @type {CompanyTypeEnum}
2299
+ * @type {PlanTypeEnum}
2287
2300
  * @memberof ICompanyAdminResponse
2288
2301
  */
2289
- 'type': CompanyTypeEnum;
2302
+ 'plan': PlanTypeEnum;
2290
2303
  /**
2291
2304
  *
2292
2305
  * @type {string}
@@ -2707,6 +2720,18 @@ export interface ICompanyPatchRequest {
2707
2720
  * @memberof ICompanyPatchRequest
2708
2721
  */
2709
2722
  'status'?: CompanyStatusEnum;
2723
+ /**
2724
+ *
2725
+ * @type {string}
2726
+ * @memberof ICompanyPatchRequest
2727
+ */
2728
+ 'theme'?: string;
2729
+ /**
2730
+ *
2731
+ * @type {CompanyTypeEnum}
2732
+ * @memberof ICompanyPatchRequest
2733
+ */
2734
+ 'type'?: CompanyTypeEnum;
2710
2735
  /**
2711
2736
  *
2712
2737
  * @type {ICompanyResponseFirebaseAdminCredentials}
@@ -2749,18 +2774,6 @@ export interface ICompanyPatchRequest {
2749
2774
  * @memberof ICompanyPatchRequest
2750
2775
  */
2751
2776
  'paymentGateways'?: Array<ICompanyPatchRequestPaymentGatewaysInner>;
2752
- /**
2753
- *
2754
- * @type {string}
2755
- * @memberof ICompanyPatchRequest
2756
- */
2757
- 'theme'?: string;
2758
- /**
2759
- *
2760
- * @type {CompanyTypeEnum}
2761
- * @memberof ICompanyPatchRequest
2762
- */
2763
- 'type'?: CompanyTypeEnum;
2764
2777
  /**
2765
2778
  *
2766
2779
  * @type {string}
@@ -3021,16 +3034,16 @@ export interface ICompanyResponse {
3021
3034
  'updatedAt': string;
3022
3035
  /**
3023
3036
  *
3024
- * @type {PlanTypeEnum}
3037
+ * @type {CompanyTypeEnum}
3025
3038
  * @memberof ICompanyResponse
3026
3039
  */
3027
- 'plan': PlanTypeEnum;
3040
+ 'type': CompanyTypeEnum;
3028
3041
  /**
3029
3042
  *
3030
- * @type {CompanyTypeEnum}
3043
+ * @type {PlanTypeEnum}
3031
3044
  * @memberof ICompanyResponse
3032
3045
  */
3033
- 'type': CompanyTypeEnum;
3046
+ 'plan': PlanTypeEnum;
3034
3047
  /**
3035
3048
  *
3036
3049
  * @type {string}
@@ -5291,16 +5304,16 @@ export interface IOrderResponse {
5291
5304
  'updatedAt': string;
5292
5305
  /**
5293
5306
  *
5294
- * @type {CurrencyEnum}
5307
+ * @type {string}
5295
5308
  * @memberof IOrderResponse
5296
5309
  */
5297
- 'currency': CurrencyEnum;
5310
+ 'user'?: string;
5298
5311
  /**
5299
5312
  *
5300
- * @type {string}
5313
+ * @type {CurrencyEnum}
5301
5314
  * @memberof IOrderResponse
5302
5315
  */
5303
- 'user'?: string;
5316
+ 'currency': CurrencyEnum;
5304
5317
  /**
5305
5318
  *
5306
5319
  * @type {Array<PickIOrderExcludeKeyofIOrderHtmlOrIframeProductsInner>}
@@ -5755,16 +5768,16 @@ export interface IPageGetAllQueryParams {
5755
5768
  export interface IPagePatchRequest {
5756
5769
  /**
5757
5770
  *
5758
- * @type {PageTypeEnum}
5771
+ * @type {ITemplateResponse}
5759
5772
  * @memberof IPagePatchRequest
5760
5773
  */
5761
- 'type'?: PageTypeEnum;
5774
+ 'template'?: ITemplateResponse;
5762
5775
  /**
5763
5776
  *
5764
- * @type {ITemplateResponse}
5777
+ * @type {PartialRecordLanguageEnumIContentsValue}
5765
5778
  * @memberof IPagePatchRequest
5766
5779
  */
5767
- 'template'?: ITemplateResponse;
5780
+ 'contents'?: PartialRecordLanguageEnumIContentsValue;
5768
5781
  /**
5769
5782
  *
5770
5783
  * @type {IImage}
@@ -5773,10 +5786,10 @@ export interface IPagePatchRequest {
5773
5786
  'thumbnail'?: IImage;
5774
5787
  /**
5775
5788
  *
5776
- * @type {PartialRecordLanguageEnumIContentsValue}
5789
+ * @type {PageTypeEnum}
5777
5790
  * @memberof IPagePatchRequest
5778
5791
  */
5779
- 'contents'?: PartialRecordLanguageEnumIContentsValue;
5792
+ 'type'?: PageTypeEnum;
5780
5793
  }
5781
5794
  /**
5782
5795
  *
@@ -5792,10 +5805,10 @@ export interface IPagePostRequest {
5792
5805
  'company': string;
5793
5806
  /**
5794
5807
  *
5795
- * @type {PageTypeEnum}
5808
+ * @type {PartialRecordLanguageEnumIContentsValue}
5796
5809
  * @memberof IPagePostRequest
5797
5810
  */
5798
- 'type': PageTypeEnum;
5811
+ 'contents': PartialRecordLanguageEnumIContentsValue;
5799
5812
  /**
5800
5813
  *
5801
5814
  * @type {IImage}
@@ -5804,10 +5817,10 @@ export interface IPagePostRequest {
5804
5817
  'thumbnail'?: IImage;
5805
5818
  /**
5806
5819
  *
5807
- * @type {PartialRecordLanguageEnumIContentsValue}
5820
+ * @type {PageTypeEnum}
5808
5821
  * @memberof IPagePostRequest
5809
5822
  */
5810
- 'contents': PartialRecordLanguageEnumIContentsValue;
5823
+ 'type': PageTypeEnum;
5811
5824
  /**
5812
5825
  *
5813
5826
  * @type {ITemplateResponse}
@@ -5851,18 +5864,6 @@ export interface IPageResponse {
5851
5864
  * @memberof IPageResponse
5852
5865
  */
5853
5866
  'updatedAt': string;
5854
- /**
5855
- *
5856
- * @type {PageTypeEnum}
5857
- * @memberof IPageResponse
5858
- */
5859
- 'type': PageTypeEnum;
5860
- /**
5861
- *
5862
- * @type {IImage}
5863
- * @memberof IPageResponse
5864
- */
5865
- 'thumbnail'?: IImage;
5866
5867
  /**
5867
5868
  * Construct a type with a set of properties K of type T
5868
5869
  * @type {{ [key: string]: string; }}
@@ -5877,6 +5878,18 @@ export interface IPageResponse {
5877
5878
  * @memberof IPageResponse
5878
5879
  */
5879
5880
  'contents': PartialRecordLanguageEnumIContentsValue;
5881
+ /**
5882
+ *
5883
+ * @type {IImage}
5884
+ * @memberof IPageResponse
5885
+ */
5886
+ 'thumbnail'?: IImage;
5887
+ /**
5888
+ *
5889
+ * @type {PageTypeEnum}
5890
+ * @memberof IPageResponse
5891
+ */
5892
+ 'type': PageTypeEnum;
5880
5893
  /**
5881
5894
  *
5882
5895
  * @type {ITemplateResponse}
@@ -6239,6 +6252,12 @@ export interface IPlansResponse {
6239
6252
  * @interface IProductCollectionQueryParams
6240
6253
  */
6241
6254
  export interface IProductCollectionQueryParams {
6255
+ /**
6256
+ *
6257
+ * @type {OrderEnum}
6258
+ * @memberof IProductCollectionQueryParams
6259
+ */
6260
+ 'order'?: OrderEnum;
6242
6261
  /**
6243
6262
  *
6244
6263
  * @type {number}
@@ -6275,12 +6294,6 @@ export interface IProductCollectionQueryParams {
6275
6294
  * @memberof IProductCollectionQueryParams
6276
6295
  */
6277
6296
  'dateField'?: IProductCollectionQueryParamsDateFieldEnum;
6278
- /**
6279
- *
6280
- * @type {OrderEnum}
6281
- * @memberof IProductCollectionQueryParams
6282
- */
6283
- 'order'?: OrderEnum;
6284
6297
  /**
6285
6298
  *
6286
6299
  * @type {string}
@@ -6615,6 +6628,12 @@ export interface IProductResponse {
6615
6628
  * @memberof IProductResponse
6616
6629
  */
6617
6630
  'updatedAt': string;
6631
+ /**
6632
+ *
6633
+ * @type {number}
6634
+ * @memberof IProductResponse
6635
+ */
6636
+ 'rating': number;
6618
6637
  /**
6619
6638
  *
6620
6639
  * @type {number}
@@ -6713,12 +6732,6 @@ export interface IProductResponse {
6713
6732
  'attributes'?: {
6714
6733
  [key: string]: string;
6715
6734
  };
6716
- /**
6717
- *
6718
- * @type {number}
6719
- * @memberof IProductResponse
6720
- */
6721
- 'rating': number;
6722
6735
  /**
6723
6736
  *
6724
6737
  * @type {number}
@@ -6800,6 +6813,43 @@ export interface IProductResponseStockValue {
6800
6813
  */
6801
6814
  'quantity': number;
6802
6815
  }
6816
+ /**
6817
+ *
6818
+ * @export
6819
+ * @interface IProductReviewsPopulateResponse
6820
+ */
6821
+ export interface IProductReviewsPopulateResponse {
6822
+ /**
6823
+ *
6824
+ * @type {number}
6825
+ * @memberof IProductReviewsPopulateResponse
6826
+ */
6827
+ 'page': number;
6828
+ /**
6829
+ *
6830
+ * @type {number}
6831
+ * @memberof IProductReviewsPopulateResponse
6832
+ */
6833
+ 'itemsPerPage': number;
6834
+ /**
6835
+ *
6836
+ * @type {number}
6837
+ * @memberof IProductReviewsPopulateResponse
6838
+ */
6839
+ 'total': number;
6840
+ /**
6841
+ *
6842
+ * @type {number}
6843
+ * @memberof IProductReviewsPopulateResponse
6844
+ */
6845
+ 'totalPages': number;
6846
+ /**
6847
+ *
6848
+ * @type {Array<IReviewResponse>}
6849
+ * @memberof IProductReviewsPopulateResponse
6850
+ */
6851
+ 'data': Array<IReviewResponse>;
6852
+ }
6803
6853
  /**
6804
6854
  *
6805
6855
  * @export
@@ -6931,16 +6981,16 @@ export interface IProductsResponseCategory {
6931
6981
  '_id': string;
6932
6982
  /**
6933
6983
  *
6934
- * @type {string}
6984
+ * @type {Array<ICategoryResponseAttributesInner>}
6935
6985
  * @memberof IProductsResponseCategory
6936
6986
  */
6937
- 'main'?: string;
6987
+ 'attributes': Array<ICategoryResponseAttributesInner>;
6938
6988
  /**
6939
6989
  *
6940
- * @type {Array<ICategoryResponseAttributesInner>}
6990
+ * @type {string}
6941
6991
  * @memberof IProductsResponseCategory
6942
6992
  */
6943
- 'attributes': Array<ICategoryResponseAttributesInner>;
6993
+ 'main'?: string;
6944
6994
  /**
6945
6995
  *
6946
6996
  * @type {RecordLanguageEnumTitleString}
@@ -7066,6 +7116,12 @@ export interface IReview {
7066
7116
  * @memberof IReview
7067
7117
  */
7068
7118
  'company': string;
7119
+ /**
7120
+ *
7121
+ * @type {string}
7122
+ * @memberof IReview
7123
+ */
7124
+ 'user': string;
7069
7125
  /**
7070
7126
  *
7071
7127
  * @type {string}
@@ -7173,48 +7229,163 @@ export interface IReviewPatchRequest {
7173
7229
  /**
7174
7230
  *
7175
7231
  * @export
7176
- * @interface ISitemapResponse
7232
+ * @interface IReviewResponse
7177
7233
  */
7178
- export interface ISitemapResponse {
7234
+ export interface IReviewResponse {
7179
7235
  /**
7180
7236
  *
7181
- * @type {LanguageEnum}
7182
- * @memberof ISitemapResponse
7237
+ * @type {string}
7238
+ * @memberof IReviewResponse
7183
7239
  */
7184
- 'companyDefaultLanguage': LanguageEnum;
7240
+ 'name': string;
7185
7241
  /**
7186
7242
  *
7187
- * @type {Array<ISitemapResponseSlugsInner>}
7188
- * @memberof ISitemapResponse
7243
+ * @type {string}
7244
+ * @memberof IReviewResponse
7189
7245
  */
7190
- 'slugs': Array<ISitemapResponseSlugsInner>;
7191
- }
7192
- /**
7193
- *
7194
- * @export
7195
- * @interface ISitemapResponseSlugsInner
7196
- */
7197
- export interface ISitemapResponseSlugsInner {
7246
+ 'company': string;
7198
7247
  /**
7199
7248
  *
7200
- * @type {string}
7201
- * @memberof ISitemapResponseSlugsInner
7249
+ * @type {ReviewStatusEnum}
7250
+ * @memberof IReviewResponse
7202
7251
  */
7203
- 'updatedAt': string;
7252
+ 'status': ReviewStatusEnum;
7204
7253
  /**
7205
7254
  *
7206
7255
  * @type {string}
7207
- * @memberof ISitemapResponseSlugsInner
7256
+ * @memberof IReviewResponse
7208
7257
  */
7209
- 'slug': string;
7258
+ '_id': string;
7210
7259
  /**
7211
7260
  *
7212
- * @type {LanguageEnum}
7213
- * @memberof ISitemapResponseSlugsInner
7261
+ * @type {number}
7262
+ * @memberof IReviewResponse
7214
7263
  */
7215
- 'lang': LanguageEnum;
7216
- }
7217
- /**
7264
+ '__v': number;
7265
+ /**
7266
+ *
7267
+ * @type {string}
7268
+ * @memberof IReviewResponse
7269
+ */
7270
+ 'createdAt': string;
7271
+ /**
7272
+ *
7273
+ * @type {string}
7274
+ * @memberof IReviewResponse
7275
+ */
7276
+ 'updatedAt': string;
7277
+ /**
7278
+ *
7279
+ * @type {string}
7280
+ * @memberof IReviewResponse
7281
+ */
7282
+ 'user': string;
7283
+ /**
7284
+ *
7285
+ * @type {string}
7286
+ * @memberof IReviewResponse
7287
+ */
7288
+ 'order': string;
7289
+ /**
7290
+ *
7291
+ * @type {string}
7292
+ * @memberof IReviewResponse
7293
+ */
7294
+ 'relId': string;
7295
+ /**
7296
+ *
7297
+ * @type {PartialRecordLanguageEnumString}
7298
+ * @memberof IReviewResponse
7299
+ */
7300
+ 'mainVariantTitle': PartialRecordLanguageEnumString;
7301
+ /**
7302
+ *
7303
+ * @type {PartialRecordLanguageEnumString}
7304
+ * @memberof IReviewResponse
7305
+ */
7306
+ 'subVariantTitle': PartialRecordLanguageEnumString;
7307
+ /**
7308
+ *
7309
+ * @type {string}
7310
+ * @memberof IReviewResponse
7311
+ */
7312
+ 'mainVariantId'?: string;
7313
+ /**
7314
+ *
7315
+ * @type {string}
7316
+ * @memberof IReviewResponse
7317
+ */
7318
+ 'subVariantId'?: string;
7319
+ /**
7320
+ *
7321
+ * @type {number}
7322
+ * @memberof IReviewResponse
7323
+ */
7324
+ 'rating': number;
7325
+ /**
7326
+ *
7327
+ * @type {string}
7328
+ * @memberof IReviewResponse
7329
+ */
7330
+ 'title': string;
7331
+ /**
7332
+ *
7333
+ * @type {string}
7334
+ * @memberof IReviewResponse
7335
+ */
7336
+ 'comment': string;
7337
+ /**
7338
+ *
7339
+ * @type {IProductResponse}
7340
+ * @memberof IReviewResponse
7341
+ */
7342
+ 'product': IProductResponse;
7343
+ }
7344
+ /**
7345
+ *
7346
+ * @export
7347
+ * @interface ISitemapResponse
7348
+ */
7349
+ export interface ISitemapResponse {
7350
+ /**
7351
+ *
7352
+ * @type {LanguageEnum}
7353
+ * @memberof ISitemapResponse
7354
+ */
7355
+ 'companyDefaultLanguage': LanguageEnum;
7356
+ /**
7357
+ *
7358
+ * @type {Array<ISitemapResponseSlugsInner>}
7359
+ * @memberof ISitemapResponse
7360
+ */
7361
+ 'slugs': Array<ISitemapResponseSlugsInner>;
7362
+ }
7363
+ /**
7364
+ *
7365
+ * @export
7366
+ * @interface ISitemapResponseSlugsInner
7367
+ */
7368
+ export interface ISitemapResponseSlugsInner {
7369
+ /**
7370
+ *
7371
+ * @type {string}
7372
+ * @memberof ISitemapResponseSlugsInner
7373
+ */
7374
+ 'updatedAt': string;
7375
+ /**
7376
+ *
7377
+ * @type {string}
7378
+ * @memberof ISitemapResponseSlugsInner
7379
+ */
7380
+ 'slug': string;
7381
+ /**
7382
+ *
7383
+ * @type {LanguageEnum}
7384
+ * @memberof ISitemapResponseSlugsInner
7385
+ */
7386
+ 'lang': LanguageEnum;
7387
+ }
7388
+ /**
7218
7389
  *
7219
7390
  * @export
7220
7391
  * @interface ISitemapsResponse
@@ -7292,10 +7463,10 @@ export interface IState {
7292
7463
  export interface ITemplatePatchRequest {
7293
7464
  /**
7294
7465
  *
7295
- * @type {TemplateTypeEnum}
7466
+ * @type {string}
7296
7467
  * @memberof ITemplatePatchRequest
7297
7468
  */
7298
- 'type'?: TemplateTypeEnum;
7469
+ 'title'?: string;
7299
7470
  /**
7300
7471
  *
7301
7472
  * @type {Array<ITemplateResponseComponentsInner>}
@@ -7304,10 +7475,10 @@ export interface ITemplatePatchRequest {
7304
7475
  'components'?: Array<ITemplateResponseComponentsInner>;
7305
7476
  /**
7306
7477
  *
7307
- * @type {string}
7478
+ * @type {TemplateTypeEnum}
7308
7479
  * @memberof ITemplatePatchRequest
7309
7480
  */
7310
- 'title'?: string;
7481
+ 'type'?: TemplateTypeEnum;
7311
7482
  }
7312
7483
  /**
7313
7484
  *
@@ -7326,25 +7497,25 @@ export interface ITemplatePostRequest {
7326
7497
  * @type {string}
7327
7498
  * @memberof ITemplatePostRequest
7328
7499
  */
7329
- 'theme': string;
7500
+ 'title': string;
7330
7501
  /**
7331
7502
  *
7332
- * @type {TemplateTypeEnum}
7503
+ * @type {Array<ITemplateResponseComponentsInner>}
7333
7504
  * @memberof ITemplatePostRequest
7334
7505
  */
7335
- 'type': TemplateTypeEnum;
7506
+ 'components': Array<ITemplateResponseComponentsInner>;
7336
7507
  /**
7337
7508
  *
7338
- * @type {Array<ITemplateResponseComponentsInner>}
7509
+ * @type {string}
7339
7510
  * @memberof ITemplatePostRequest
7340
7511
  */
7341
- 'components': Array<ITemplateResponseComponentsInner>;
7512
+ 'theme': string;
7342
7513
  /**
7343
7514
  *
7344
- * @type {string}
7515
+ * @type {TemplateTypeEnum}
7345
7516
  * @memberof ITemplatePostRequest
7346
7517
  */
7347
- 'title': string;
7518
+ 'type': TemplateTypeEnum;
7348
7519
  }
7349
7520
  /**
7350
7521
  *
@@ -7387,19 +7558,19 @@ export interface ITemplateResponse {
7387
7558
  * @type {string}
7388
7559
  * @memberof ITemplateResponse
7389
7560
  */
7390
- 'theme': string;
7561
+ 'title': string;
7391
7562
  /**
7392
7563
  *
7393
- * @type {TemplateTypeEnum}
7564
+ * @type {string}
7394
7565
  * @memberof ITemplateResponse
7395
7566
  */
7396
- 'type': TemplateTypeEnum;
7567
+ 'theme': string;
7397
7568
  /**
7398
7569
  *
7399
- * @type {string}
7570
+ * @type {TemplateTypeEnum}
7400
7571
  * @memberof ITemplateResponse
7401
7572
  */
7402
- 'title': string;
7573
+ 'type': TemplateTypeEnum;
7403
7574
  /**
7404
7575
  *
7405
7576
  * @type {Array<ITemplateResponseComponentsInner>}
@@ -8069,16 +8240,16 @@ export interface IThemeResponse {
8069
8240
  'updatedAt': string;
8070
8241
  /**
8071
8242
  *
8072
- * @type {string}
8243
+ * @type {IImage}
8073
8244
  * @memberof IThemeResponse
8074
8245
  */
8075
- 'main'?: string;
8246
+ 'thumbnail'?: IImage;
8076
8247
  /**
8077
8248
  *
8078
- * @type {IImage}
8249
+ * @type {string}
8079
8250
  * @memberof IThemeResponse
8080
8251
  */
8081
- 'thumbnail'?: IImage;
8252
+ 'main'?: string;
8082
8253
  /**
8083
8254
  *
8084
8255
  * @type {string}
@@ -8793,16 +8964,16 @@ export interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
8793
8964
  'company': string;
8794
8965
  /**
8795
8966
  *
8796
- * @type {IImage}
8967
+ * @type {PartialRecordLanguageEnumIContentsValue}
8797
8968
  * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
8798
8969
  */
8799
- 'thumbnail'?: IImage;
8970
+ 'contents': PartialRecordLanguageEnumIContentsValue;
8800
8971
  /**
8801
8972
  *
8802
- * @type {PartialRecordLanguageEnumIContentsValue}
8973
+ * @type {IImage}
8803
8974
  * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
8804
8975
  */
8805
- 'contents': PartialRecordLanguageEnumIContentsValue;
8976
+ 'thumbnail'?: IImage;
8806
8977
  }
8807
8978
  /**
8808
8979
  * From T, pick a set of properties whose keys are in the union K
@@ -8842,10 +9013,10 @@ export interface PickICategoryExcludeKeyofICategoryAttributes {
8842
9013
  'updatedAt': string;
8843
9014
  /**
8844
9015
  *
8845
- * @type {string}
9016
+ * @type {PartialRecordLanguageEnumIContentsValue}
8846
9017
  * @memberof PickICategoryExcludeKeyofICategoryAttributes
8847
9018
  */
8848
- 'main'?: string;
9019
+ 'contents': PartialRecordLanguageEnumIContentsValue;
8849
9020
  /**
8850
9021
  *
8851
9022
  * @type {IImage}
@@ -8854,10 +9025,10 @@ export interface PickICategoryExcludeKeyofICategoryAttributes {
8854
9025
  'thumbnail'?: IImage;
8855
9026
  /**
8856
9027
  *
8857
- * @type {PartialRecordLanguageEnumIContentsValue}
9028
+ * @type {string}
8858
9029
  * @memberof PickICategoryExcludeKeyofICategoryAttributes
8859
9030
  */
8860
- 'contents': PartialRecordLanguageEnumIContentsValue;
9031
+ 'main'?: string;
8861
9032
  }
8862
9033
  /**
8863
9034
  * From T, pick a set of properties whose keys are in the union K
@@ -8873,10 +9044,10 @@ export interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoRes
8873
9044
  'company': string;
8874
9045
  /**
8875
9046
  *
8876
- * @type {string}
9047
+ * @type {PartialRecordLanguageEnumIContentsValue}
8877
9048
  * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes
8878
9049
  */
8879
- 'main'?: string;
9050
+ 'contents': PartialRecordLanguageEnumIContentsValue;
8880
9051
  /**
8881
9052
  *
8882
9053
  * @type {IImage}
@@ -8885,10 +9056,10 @@ export interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoRes
8885
9056
  'thumbnail'?: IImage;
8886
9057
  /**
8887
9058
  *
8888
- * @type {PartialRecordLanguageEnumIContentsValue}
9059
+ * @type {string}
8889
9060
  * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes
8890
9061
  */
8891
- 'contents': PartialRecordLanguageEnumIContentsValue;
9062
+ 'main'?: string;
8892
9063
  }
8893
9064
  /**
8894
9065
  * From T, pick a set of properties whose keys are in the union K
@@ -8904,16 +9075,16 @@ export interface PickICategoryResponseIdOrAttributesOrMain {
8904
9075
  '_id': string;
8905
9076
  /**
8906
9077
  *
8907
- * @type {string}
9078
+ * @type {Array<ICategoryResponseAttributesInner>}
8908
9079
  * @memberof PickICategoryResponseIdOrAttributesOrMain
8909
9080
  */
8910
- 'main'?: string;
9081
+ 'attributes': Array<ICategoryResponseAttributesInner>;
8911
9082
  /**
8912
9083
  *
8913
- * @type {Array<ICategoryResponseAttributesInner>}
9084
+ * @type {string}
8914
9085
  * @memberof PickICategoryResponseIdOrAttributesOrMain
8915
9086
  */
8916
- 'attributes': Array<ICategoryResponseAttributesInner>;
9087
+ 'main'?: string;
8917
9088
  }
8918
9089
  /**
8919
9090
  * From T, pick a set of properties whose keys are in the union K
@@ -8946,6 +9117,12 @@ export interface PickICategoryResponseIdOrContentsOrAttributes {
8946
9117
  * @interface PickICollectionQueryParamsExcludeKeyofICollectionQueryParamsSort
8947
9118
  */
8948
9119
  export interface PickICollectionQueryParamsExcludeKeyofICollectionQueryParamsSort {
9120
+ /**
9121
+ *
9122
+ * @type {OrderEnum}
9123
+ * @memberof PickICollectionQueryParamsExcludeKeyofICollectionQueryParamsSort
9124
+ */
9125
+ 'order'?: OrderEnum;
8949
9126
  /**
8950
9127
  *
8951
9128
  * @type {number}
@@ -8982,12 +9159,6 @@ export interface PickICollectionQueryParamsExcludeKeyofICollectionQueryParamsSor
8982
9159
  * @memberof PickICollectionQueryParamsExcludeKeyofICollectionQueryParamsSort
8983
9160
  */
8984
9161
  'dateField'?: PickICollectionQueryParamsExcludeKeyofICollectionQueryParamsSortDateFieldEnum;
8985
- /**
8986
- *
8987
- * @type {OrderEnum}
8988
- * @memberof PickICollectionQueryParamsExcludeKeyofICollectionQueryParamsSort
8989
- */
8990
- 'order'?: OrderEnum;
8991
9162
  }
8992
9163
  export declare const PickICollectionQueryParamsExcludeKeyofICollectionQueryParamsSortDateFieldEnum: {
8993
9164
  readonly CREATED_AT: "createdAt";
@@ -9008,16 +9179,16 @@ export interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMong
9008
9179
  'company': string;
9009
9180
  /**
9010
9181
  *
9011
- * @type {IImage}
9182
+ * @type {PartialRecordLanguageEnumIContentsValue}
9012
9183
  * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplates
9013
9184
  */
9014
- 'thumbnail'?: IImage;
9185
+ 'contents': PartialRecordLanguageEnumIContentsValue;
9015
9186
  /**
9016
9187
  *
9017
- * @type {PartialRecordLanguageEnumIContentsValue}
9188
+ * @type {IImage}
9018
9189
  * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplates
9019
9190
  */
9020
- 'contents': PartialRecordLanguageEnumIContentsValue;
9191
+ 'thumbnail'?: IImage;
9021
9192
  }
9022
9193
  /**
9023
9194
  * From T, pick a set of properties whose keys are in the union K
@@ -9081,16 +9252,16 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
9081
9252
  'updatedAt': string;
9082
9253
  /**
9083
9254
  *
9084
- * @type {PlanTypeEnum}
9255
+ * @type {CompanyTypeEnum}
9085
9256
  * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
9086
9257
  */
9087
- 'plan': PlanTypeEnum;
9258
+ 'type': CompanyTypeEnum;
9088
9259
  /**
9089
9260
  *
9090
- * @type {CompanyTypeEnum}
9261
+ * @type {PlanTypeEnum}
9091
9262
  * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
9092
9263
  */
9093
- 'type': CompanyTypeEnum;
9264
+ 'plan': PlanTypeEnum;
9094
9265
  /**
9095
9266
  *
9096
9267
  * @type {string}
@@ -9508,16 +9679,16 @@ export interface PickIOrderExcludeKeyofIOrderHtmlOrIframe {
9508
9679
  'updatedAt': string;
9509
9680
  /**
9510
9681
  *
9511
- * @type {CurrencyEnum}
9682
+ * @type {string}
9512
9683
  * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframe
9513
9684
  */
9514
- 'currency': CurrencyEnum;
9685
+ 'user'?: string;
9515
9686
  /**
9516
9687
  *
9517
- * @type {string}
9688
+ * @type {CurrencyEnum}
9518
9689
  * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframe
9519
9690
  */
9520
- 'user'?: string;
9691
+ 'currency': CurrencyEnum;
9521
9692
  /**
9522
9693
  *
9523
9694
  * @type {Array<PickIOrderExcludeKeyofIOrderHtmlOrIframeProductsInner>}
@@ -9865,18 +10036,6 @@ export interface PickIPageExcludeKeyofIPageTemplate {
9865
10036
  * @memberof PickIPageExcludeKeyofIPageTemplate
9866
10037
  */
9867
10038
  'updatedAt': string;
9868
- /**
9869
- *
9870
- * @type {PageTypeEnum}
9871
- * @memberof PickIPageExcludeKeyofIPageTemplate
9872
- */
9873
- 'type': PageTypeEnum;
9874
- /**
9875
- *
9876
- * @type {IImage}
9877
- * @memberof PickIPageExcludeKeyofIPageTemplate
9878
- */
9879
- 'thumbnail'?: IImage;
9880
10039
  /**
9881
10040
  * Construct a type with a set of properties K of type T
9882
10041
  * @type {{ [key: string]: string; }}
@@ -9891,6 +10050,18 @@ export interface PickIPageExcludeKeyofIPageTemplate {
9891
10050
  * @memberof PickIPageExcludeKeyofIPageTemplate
9892
10051
  */
9893
10052
  'contents': PartialRecordLanguageEnumIContentsValue;
10053
+ /**
10054
+ *
10055
+ * @type {IImage}
10056
+ * @memberof PickIPageExcludeKeyofIPageTemplate
10057
+ */
10058
+ 'thumbnail'?: IImage;
10059
+ /**
10060
+ *
10061
+ * @type {PageTypeEnum}
10062
+ * @memberof PickIPageExcludeKeyofIPageTemplate
10063
+ */
10064
+ 'type': PageTypeEnum;
9894
10065
  }
9895
10066
  /**
9896
10067
  * From T, pick a set of properties whose keys are in the union K
@@ -9906,10 +10077,10 @@ export interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrT
9906
10077
  'company': string;
9907
10078
  /**
9908
10079
  *
9909
- * @type {PageTypeEnum}
10080
+ * @type {PartialRecordLanguageEnumIContentsValue}
9910
10081
  * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplates
9911
10082
  */
9912
- 'type': PageTypeEnum;
10083
+ 'contents': PartialRecordLanguageEnumIContentsValue;
9913
10084
  /**
9914
10085
  *
9915
10086
  * @type {IImage}
@@ -9918,10 +10089,10 @@ export interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrT
9918
10089
  'thumbnail'?: IImage;
9919
10090
  /**
9920
10091
  *
9921
- * @type {PartialRecordLanguageEnumIContentsValue}
10092
+ * @type {PageTypeEnum}
9922
10093
  * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplates
9923
10094
  */
9924
- 'contents': PartialRecordLanguageEnumIContentsValue;
10095
+ 'type': PageTypeEnum;
9925
10096
  }
9926
10097
  /**
9927
10098
  * From T, pick a set of properties whose keys are in the union K
@@ -9959,6 +10130,12 @@ export interface PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttr
9959
10130
  * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
9960
10131
  */
9961
10132
  'updatedAt': string;
10133
+ /**
10134
+ *
10135
+ * @type {number}
10136
+ * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
10137
+ */
10138
+ 'rating': number;
9962
10139
  /**
9963
10140
  *
9964
10141
  * @type {number}
@@ -10057,12 +10234,6 @@ export interface PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttr
10057
10234
  'attributes'?: {
10058
10235
  [key: string]: string;
10059
10236
  };
10060
- /**
10061
- *
10062
- * @type {number}
10063
- * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
10064
- */
10065
- 'rating': number;
10066
10237
  /**
10067
10238
  *
10068
10239
  * @type {number}
@@ -10198,6 +10369,115 @@ export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPo
10198
10369
  [key: string]: string;
10199
10370
  };
10200
10371
  }
10372
+ /**
10373
+ * From T, pick a set of properties whose keys are in the union K
10374
+ * @export
10375
+ * @interface PickIReviewExcludeKeyofIReviewProduct
10376
+ */
10377
+ export interface PickIReviewExcludeKeyofIReviewProduct {
10378
+ /**
10379
+ *
10380
+ * @type {string}
10381
+ * @memberof PickIReviewExcludeKeyofIReviewProduct
10382
+ */
10383
+ 'name': string;
10384
+ /**
10385
+ *
10386
+ * @type {string}
10387
+ * @memberof PickIReviewExcludeKeyofIReviewProduct
10388
+ */
10389
+ 'company': string;
10390
+ /**
10391
+ *
10392
+ * @type {ReviewStatusEnum}
10393
+ * @memberof PickIReviewExcludeKeyofIReviewProduct
10394
+ */
10395
+ 'status': ReviewStatusEnum;
10396
+ /**
10397
+ *
10398
+ * @type {string}
10399
+ * @memberof PickIReviewExcludeKeyofIReviewProduct
10400
+ */
10401
+ '_id': string;
10402
+ /**
10403
+ *
10404
+ * @type {number}
10405
+ * @memberof PickIReviewExcludeKeyofIReviewProduct
10406
+ */
10407
+ '__v': number;
10408
+ /**
10409
+ *
10410
+ * @type {string}
10411
+ * @memberof PickIReviewExcludeKeyofIReviewProduct
10412
+ */
10413
+ 'createdAt': string;
10414
+ /**
10415
+ *
10416
+ * @type {string}
10417
+ * @memberof PickIReviewExcludeKeyofIReviewProduct
10418
+ */
10419
+ 'updatedAt': string;
10420
+ /**
10421
+ *
10422
+ * @type {string}
10423
+ * @memberof PickIReviewExcludeKeyofIReviewProduct
10424
+ */
10425
+ 'user': string;
10426
+ /**
10427
+ *
10428
+ * @type {string}
10429
+ * @memberof PickIReviewExcludeKeyofIReviewProduct
10430
+ */
10431
+ 'order': string;
10432
+ /**
10433
+ *
10434
+ * @type {string}
10435
+ * @memberof PickIReviewExcludeKeyofIReviewProduct
10436
+ */
10437
+ 'relId': string;
10438
+ /**
10439
+ *
10440
+ * @type {PartialRecordLanguageEnumString}
10441
+ * @memberof PickIReviewExcludeKeyofIReviewProduct
10442
+ */
10443
+ 'mainVariantTitle': PartialRecordLanguageEnumString;
10444
+ /**
10445
+ *
10446
+ * @type {PartialRecordLanguageEnumString}
10447
+ * @memberof PickIReviewExcludeKeyofIReviewProduct
10448
+ */
10449
+ 'subVariantTitle': PartialRecordLanguageEnumString;
10450
+ /**
10451
+ *
10452
+ * @type {string}
10453
+ * @memberof PickIReviewExcludeKeyofIReviewProduct
10454
+ */
10455
+ 'mainVariantId'?: string;
10456
+ /**
10457
+ *
10458
+ * @type {string}
10459
+ * @memberof PickIReviewExcludeKeyofIReviewProduct
10460
+ */
10461
+ 'subVariantId'?: string;
10462
+ /**
10463
+ *
10464
+ * @type {number}
10465
+ * @memberof PickIReviewExcludeKeyofIReviewProduct
10466
+ */
10467
+ 'rating': number;
10468
+ /**
10469
+ *
10470
+ * @type {string}
10471
+ * @memberof PickIReviewExcludeKeyofIReviewProduct
10472
+ */
10473
+ 'title': string;
10474
+ /**
10475
+ *
10476
+ * @type {string}
10477
+ * @memberof PickIReviewExcludeKeyofIReviewProduct
10478
+ */
10479
+ 'comment': string;
10480
+ }
10201
10481
  /**
10202
10482
  * From T, pick a set of properties whose keys are in the union K
10203
10483
  * @export
@@ -10239,19 +10519,19 @@ export interface PickITemplateExcludeKeyofITemplateComponents {
10239
10519
  * @type {string}
10240
10520
  * @memberof PickITemplateExcludeKeyofITemplateComponents
10241
10521
  */
10242
- 'theme': string;
10522
+ 'title': string;
10243
10523
  /**
10244
10524
  *
10245
- * @type {TemplateTypeEnum}
10525
+ * @type {string}
10246
10526
  * @memberof PickITemplateExcludeKeyofITemplateComponents
10247
10527
  */
10248
- 'type': TemplateTypeEnum;
10528
+ 'theme': string;
10249
10529
  /**
10250
10530
  *
10251
- * @type {string}
10531
+ * @type {TemplateTypeEnum}
10252
10532
  * @memberof PickITemplateExcludeKeyofITemplateComponents
10253
10533
  */
10254
- 'title': string;
10534
+ 'type': TemplateTypeEnum;
10255
10535
  }
10256
10536
  /**
10257
10537
  * From T, pick a set of properties whose keys are in the union K
@@ -10270,25 +10550,25 @@ export interface PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoRes
10270
10550
  * @type {string}
10271
10551
  * @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
10272
10552
  */
10273
- 'theme': string;
10553
+ 'title': string;
10274
10554
  /**
10275
10555
  *
10276
- * @type {TemplateTypeEnum}
10556
+ * @type {Array<ITemplateResponseComponentsInner>}
10277
10557
  * @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
10278
10558
  */
10279
- 'type': TemplateTypeEnum;
10559
+ 'components': Array<ITemplateResponseComponentsInner>;
10280
10560
  /**
10281
10561
  *
10282
- * @type {Array<ITemplateResponseComponentsInner>}
10562
+ * @type {string}
10283
10563
  * @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
10284
10564
  */
10285
- 'components': Array<ITemplateResponseComponentsInner>;
10565
+ 'theme': string;
10286
10566
  /**
10287
10567
  *
10288
- * @type {string}
10568
+ * @type {TemplateTypeEnum}
10289
10569
  * @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
10290
10570
  */
10291
- 'title': string;
10571
+ 'type': TemplateTypeEnum;
10292
10572
  }
10293
10573
  /**
10294
10574
  * From T, pick a set of properties whose keys are in the union K
@@ -10334,16 +10614,16 @@ export interface PickIThemeExcludeKeyofIThemeTemplate {
10334
10614
  'updatedAt': string;
10335
10615
  /**
10336
10616
  *
10337
- * @type {string}
10617
+ * @type {IImage}
10338
10618
  * @memberof PickIThemeExcludeKeyofIThemeTemplate
10339
10619
  */
10340
- 'main'?: string;
10620
+ 'thumbnail'?: IImage;
10341
10621
  /**
10342
10622
  *
10343
- * @type {IImage}
10623
+ * @type {string}
10344
10624
  * @memberof PickIThemeExcludeKeyofIThemeTemplate
10345
10625
  */
10346
- 'thumbnail'?: IImage;
10626
+ 'main'?: string;
10347
10627
  /**
10348
10628
  *
10349
10629
  * @type {string}
@@ -13115,13 +13395,13 @@ export declare const ProductApiAxiosParamCreator: (configuration?: Configuration
13115
13395
  getProductReviews: (id: string, rating?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
13116
13396
  /**
13117
13397
  *
13398
+ * @param {OrderEnum} [order]
13118
13399
  * @param {number} [page]
13119
13400
  * @param {number} [itemsPerPage]
13120
13401
  * @param {string} [search]
13121
13402
  * @param {string} [startDate]
13122
13403
  * @param {string} [endDate]
13123
13404
  * @param {GetProductsDateFieldEnum} [dateField]
13124
- * @param {OrderEnum} [order]
13125
13405
  * @param {string} [companyId]
13126
13406
  * @param {string} [domain]
13127
13407
  * @param {Array<string>} [collections]
@@ -13136,7 +13416,7 @@ export declare const ProductApiAxiosParamCreator: (configuration?: Configuration
13136
13416
  * @param {*} [options] Override http request option.
13137
13417
  * @throws {RequiredError}
13138
13418
  */
13139
- getProducts: (page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: GetProductsDateFieldEnum, order?: OrderEnum, companyId?: string, domain?: string, collections?: Array<string>, category?: string, brand?: Array<string>, inStock?: boolean, priceGte?: number, priceLte?: number, autoComplete?: boolean, sort?: GetProductsSortEnum, status?: ContentStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
13419
+ getProducts: (order?: OrderEnum, page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: GetProductsDateFieldEnum, companyId?: string, domain?: string, collections?: Array<string>, category?: string, brand?: Array<string>, inStock?: boolean, priceGte?: number, priceLte?: number, autoComplete?: boolean, sort?: GetProductsSortEnum, status?: ContentStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
13140
13420
  };
13141
13421
  /**
13142
13422
  * ProductApi - functional programming interface
@@ -13162,13 +13442,13 @@ export declare const ProductApiFp: (configuration?: Configuration) => {
13162
13442
  getProductReviews(id: string, rating?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IProductReviewsResponse>>;
13163
13443
  /**
13164
13444
  *
13445
+ * @param {OrderEnum} [order]
13165
13446
  * @param {number} [page]
13166
13447
  * @param {number} [itemsPerPage]
13167
13448
  * @param {string} [search]
13168
13449
  * @param {string} [startDate]
13169
13450
  * @param {string} [endDate]
13170
13451
  * @param {GetProductsDateFieldEnum} [dateField]
13171
- * @param {OrderEnum} [order]
13172
13452
  * @param {string} [companyId]
13173
13453
  * @param {string} [domain]
13174
13454
  * @param {Array<string>} [collections]
@@ -13183,7 +13463,7 @@ export declare const ProductApiFp: (configuration?: Configuration) => {
13183
13463
  * @param {*} [options] Override http request option.
13184
13464
  * @throws {RequiredError}
13185
13465
  */
13186
- getProducts(page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: GetProductsDateFieldEnum, order?: OrderEnum, companyId?: string, domain?: string, collections?: Array<string>, category?: string, brand?: Array<string>, inStock?: boolean, priceGte?: number, priceLte?: number, autoComplete?: boolean, sort?: GetProductsSortEnum, status?: ContentStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IProductsResponse>>;
13466
+ getProducts(order?: OrderEnum, page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: GetProductsDateFieldEnum, companyId?: string, domain?: string, collections?: Array<string>, category?: string, brand?: Array<string>, inStock?: boolean, priceGte?: number, priceLte?: number, autoComplete?: boolean, sort?: GetProductsSortEnum, status?: ContentStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IProductsResponse>>;
13187
13467
  };
13188
13468
  /**
13189
13469
  * ProductApi - factory interface
@@ -13262,6 +13542,12 @@ export interface ProductApiGetProductReviewsRequest {
13262
13542
  * @interface ProductApiGetProductsRequest
13263
13543
  */
13264
13544
  export interface ProductApiGetProductsRequest {
13545
+ /**
13546
+ *
13547
+ * @type {OrderEnum}
13548
+ * @memberof ProductApiGetProducts
13549
+ */
13550
+ readonly order?: OrderEnum;
13265
13551
  /**
13266
13552
  *
13267
13553
  * @type {number}
@@ -13298,12 +13584,6 @@ export interface ProductApiGetProductsRequest {
13298
13584
  * @memberof ProductApiGetProducts
13299
13585
  */
13300
13586
  readonly dateField?: GetProductsDateFieldEnum;
13301
- /**
13302
- *
13303
- * @type {OrderEnum}
13304
- * @memberof ProductApiGetProducts
13305
- */
13306
- readonly order?: OrderEnum;
13307
13587
  /**
13308
13588
  *
13309
13589
  * @type {string}
@@ -13566,6 +13846,20 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
13566
13846
  * @throws {RequiredError}
13567
13847
  */
13568
13848
  getMyAddresses: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
13849
+ /**
13850
+ *
13851
+ * @param {ReviewStatusEnum} [status]
13852
+ * @param {*} [options] Override http request option.
13853
+ * @throws {RequiredError}
13854
+ */
13855
+ getMyProductReviewCount: (status?: ReviewStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
13856
+ /**
13857
+ *
13858
+ * @param {ReviewStatusEnum} [status]
13859
+ * @param {*} [options] Override http request option.
13860
+ * @throws {RequiredError}
13861
+ */
13862
+ getMyProductReviews: (status?: ReviewStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
13569
13863
  /**
13570
13864
  *
13571
13865
  * @param {string} id
@@ -13613,6 +13907,20 @@ export declare const UserApiFp: (configuration?: Configuration) => {
13613
13907
  * @throws {RequiredError}
13614
13908
  */
13615
13909
  getMyAddresses(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IUserAddressResponse>>;
13910
+ /**
13911
+ *
13912
+ * @param {ReviewStatusEnum} [status]
13913
+ * @param {*} [options] Override http request option.
13914
+ * @throws {RequiredError}
13915
+ */
13916
+ getMyProductReviewCount(status?: ReviewStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetMyProductReviewCount200Response>>;
13917
+ /**
13918
+ *
13919
+ * @param {ReviewStatusEnum} [status]
13920
+ * @param {*} [options] Override http request option.
13921
+ * @throws {RequiredError}
13922
+ */
13923
+ getMyProductReviews(status?: ReviewStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IProductReviewsPopulateResponse>>;
13616
13924
  /**
13617
13925
  *
13618
13926
  * @param {string} id
@@ -13660,6 +13968,20 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
13660
13968
  * @throws {RequiredError}
13661
13969
  */
13662
13970
  getMyAddresses(options?: RawAxiosRequestConfig): AxiosPromise<IUserAddressResponse>;
13971
+ /**
13972
+ *
13973
+ * @param {UserApiGetMyProductReviewCountRequest} requestParameters Request parameters.
13974
+ * @param {*} [options] Override http request option.
13975
+ * @throws {RequiredError}
13976
+ */
13977
+ getMyProductReviewCount(requestParameters?: UserApiGetMyProductReviewCountRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetMyProductReviewCount200Response>;
13978
+ /**
13979
+ *
13980
+ * @param {UserApiGetMyProductReviewsRequest} requestParameters Request parameters.
13981
+ * @param {*} [options] Override http request option.
13982
+ * @throws {RequiredError}
13983
+ */
13984
+ getMyProductReviews(requestParameters?: UserApiGetMyProductReviewsRequest, options?: RawAxiosRequestConfig): AxiosPromise<IProductReviewsPopulateResponse>;
13663
13985
  /**
13664
13986
  *
13665
13987
  * @param {UserApiGetUserByIdRequest} requestParameters Request parameters.
@@ -13701,6 +14023,32 @@ export interface UserApiDeleteUserRequest {
13701
14023
  */
13702
14024
  readonly id: string;
13703
14025
  }
14026
+ /**
14027
+ * Request parameters for getMyProductReviewCount operation in UserApi.
14028
+ * @export
14029
+ * @interface UserApiGetMyProductReviewCountRequest
14030
+ */
14031
+ export interface UserApiGetMyProductReviewCountRequest {
14032
+ /**
14033
+ *
14034
+ * @type {ReviewStatusEnum}
14035
+ * @memberof UserApiGetMyProductReviewCount
14036
+ */
14037
+ readonly status?: ReviewStatusEnum;
14038
+ }
14039
+ /**
14040
+ * Request parameters for getMyProductReviews operation in UserApi.
14041
+ * @export
14042
+ * @interface UserApiGetMyProductReviewsRequest
14043
+ */
14044
+ export interface UserApiGetMyProductReviewsRequest {
14045
+ /**
14046
+ *
14047
+ * @type {ReviewStatusEnum}
14048
+ * @memberof UserApiGetMyProductReviews
14049
+ */
14050
+ readonly status?: ReviewStatusEnum;
14051
+ }
13704
14052
  /**
13705
14053
  * Request parameters for getUserById operation in UserApi.
13706
14054
  * @export
@@ -13768,6 +14116,22 @@ export declare class UserApi extends BaseAPI {
13768
14116
  * @memberof UserApi
13769
14117
  */
13770
14118
  getMyAddresses(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IUserAddressResponse, any>>;
14119
+ /**
14120
+ *
14121
+ * @param {UserApiGetMyProductReviewCountRequest} requestParameters Request parameters.
14122
+ * @param {*} [options] Override http request option.
14123
+ * @throws {RequiredError}
14124
+ * @memberof UserApi
14125
+ */
14126
+ getMyProductReviewCount(requestParameters?: UserApiGetMyProductReviewCountRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetMyProductReviewCount200Response, any>>;
14127
+ /**
14128
+ *
14129
+ * @param {UserApiGetMyProductReviewsRequest} requestParameters Request parameters.
14130
+ * @param {*} [options] Override http request option.
14131
+ * @throws {RequiredError}
14132
+ * @memberof UserApi
14133
+ */
14134
+ getMyProductReviews(requestParameters?: UserApiGetMyProductReviewsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IProductReviewsPopulateResponse, any>>;
13771
14135
  /**
13772
14136
  *
13773
14137
  * @param {UserApiGetUserByIdRequest} requestParameters Request parameters.