@infisale-client/api 1.2.76 → 1.2.77

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}
@@ -7170,6 +7226,121 @@ export interface IReviewPatchRequest {
7170
7226
  */
7171
7227
  'comment': string;
7172
7228
  }
7229
+ /**
7230
+ *
7231
+ * @export
7232
+ * @interface IReviewResponse
7233
+ */
7234
+ export interface IReviewResponse {
7235
+ /**
7236
+ *
7237
+ * @type {string}
7238
+ * @memberof IReviewResponse
7239
+ */
7240
+ 'name': string;
7241
+ /**
7242
+ *
7243
+ * @type {string}
7244
+ * @memberof IReviewResponse
7245
+ */
7246
+ 'company': string;
7247
+ /**
7248
+ *
7249
+ * @type {ReviewStatusEnum}
7250
+ * @memberof IReviewResponse
7251
+ */
7252
+ 'status': ReviewStatusEnum;
7253
+ /**
7254
+ *
7255
+ * @type {string}
7256
+ * @memberof IReviewResponse
7257
+ */
7258
+ '_id': string;
7259
+ /**
7260
+ *
7261
+ * @type {number}
7262
+ * @memberof IReviewResponse
7263
+ */
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
+ }
7173
7344
  /**
7174
7345
  *
7175
7346
  * @export
@@ -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}
@@ -13447,6 +13727,14 @@ export declare const CompanyApiAxiosParamCreator: (configuration?: Configuration
13447
13727
  * @throws {RequiredError}
13448
13728
  */
13449
13729
  getCompanyProductReviews: (id: string, status?: ReviewStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
13730
+ /**
13731
+ *
13732
+ * @param {string} id
13733
+ * @param {ReviewStatusEnum} [status]
13734
+ * @param {*} [options] Override http request option.
13735
+ * @throws {RequiredError}
13736
+ */
13737
+ getCompanyReviewCount: (id: string, status?: ReviewStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
13450
13738
  /**
13451
13739
  *
13452
13740
  * @param {string} id
@@ -13663,7 +13951,15 @@ export declare const CompanyApiFp: (configuration?: Configuration) => {
13663
13951
  * @param {*} [options] Override http request option.
13664
13952
  * @throws {RequiredError}
13665
13953
  */
13666
- getCompanyProductReviews(id: string, status?: ReviewStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IProductReviewsResponse>>;
13954
+ getCompanyProductReviews(id: string, status?: ReviewStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IProductReviewsPopulateResponse>>;
13955
+ /**
13956
+ *
13957
+ * @param {string} id
13958
+ * @param {ReviewStatusEnum} [status]
13959
+ * @param {*} [options] Override http request option.
13960
+ * @throws {RequiredError}
13961
+ */
13962
+ getCompanyReviewCount(id: string, status?: ReviewStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetMyProductReviewCount200Response>>;
13667
13963
  /**
13668
13964
  *
13669
13965
  * @param {string} id
@@ -13855,7 +14151,14 @@ export declare const CompanyApiFactory: (configuration?: Configuration, basePath
13855
14151
  * @param {*} [options] Override http request option.
13856
14152
  * @throws {RequiredError}
13857
14153
  */
13858
- getCompanyProductReviews(requestParameters: CompanyApiGetCompanyProductReviewsRequest, options?: RawAxiosRequestConfig): AxiosPromise<IProductReviewsResponse>;
14154
+ getCompanyProductReviews(requestParameters: CompanyApiGetCompanyProductReviewsRequest, options?: RawAxiosRequestConfig): AxiosPromise<IProductReviewsPopulateResponse>;
14155
+ /**
14156
+ *
14157
+ * @param {CompanyApiGetCompanyReviewCountRequest} requestParameters Request parameters.
14158
+ * @param {*} [options] Override http request option.
14159
+ * @throws {RequiredError}
14160
+ */
14161
+ getCompanyReviewCount(requestParameters: CompanyApiGetCompanyReviewCountRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetMyProductReviewCount200Response>;
13859
14162
  /**
13860
14163
  *
13861
14164
  * @param {CompanyApiGetCompanyUsersRequest} requestParameters Request parameters.
@@ -14266,6 +14569,25 @@ export interface CompanyApiGetCompanyProductReviewsRequest {
14266
14569
  */
14267
14570
  readonly status?: ReviewStatusEnum;
14268
14571
  }
14572
+ /**
14573
+ * Request parameters for getCompanyReviewCount operation in CompanyApi.
14574
+ * @export
14575
+ * @interface CompanyApiGetCompanyReviewCountRequest
14576
+ */
14577
+ export interface CompanyApiGetCompanyReviewCountRequest {
14578
+ /**
14579
+ *
14580
+ * @type {string}
14581
+ * @memberof CompanyApiGetCompanyReviewCount
14582
+ */
14583
+ readonly id: string;
14584
+ /**
14585
+ *
14586
+ * @type {ReviewStatusEnum}
14587
+ * @memberof CompanyApiGetCompanyReviewCount
14588
+ */
14589
+ readonly status?: ReviewStatusEnum;
14590
+ }
14269
14591
  /**
14270
14592
  * Request parameters for getCompanyUsers operation in CompanyApi.
14271
14593
  * @export
@@ -14593,7 +14915,15 @@ export declare class CompanyApi extends BaseAPI {
14593
14915
  * @throws {RequiredError}
14594
14916
  * @memberof CompanyApi
14595
14917
  */
14596
- getCompanyProductReviews(requestParameters: CompanyApiGetCompanyProductReviewsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IProductReviewsResponse, any>>;
14918
+ getCompanyProductReviews(requestParameters: CompanyApiGetCompanyProductReviewsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IProductReviewsPopulateResponse, any>>;
14919
+ /**
14920
+ *
14921
+ * @param {CompanyApiGetCompanyReviewCountRequest} requestParameters Request parameters.
14922
+ * @param {*} [options] Override http request option.
14923
+ * @throws {RequiredError}
14924
+ * @memberof CompanyApi
14925
+ */
14926
+ getCompanyReviewCount(requestParameters: CompanyApiGetCompanyReviewCountRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetMyProductReviewCount200Response, any>>;
14597
14927
  /**
14598
14928
  *
14599
14929
  * @param {CompanyApiGetCompanyUsersRequest} requestParameters Request parameters.
@@ -17715,13 +18045,13 @@ export declare const ProductApiAxiosParamCreator: (configuration?: Configuration
17715
18045
  getProductReviews: (id: string, rating?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
17716
18046
  /**
17717
18047
  *
18048
+ * @param {OrderEnum} [order]
17718
18049
  * @param {number} [page]
17719
18050
  * @param {number} [itemsPerPage]
17720
18051
  * @param {string} [search]
17721
18052
  * @param {string} [startDate]
17722
18053
  * @param {string} [endDate]
17723
18054
  * @param {GetProductsDateFieldEnum} [dateField]
17724
- * @param {OrderEnum} [order]
17725
18055
  * @param {string} [companyId]
17726
18056
  * @param {string} [domain]
17727
18057
  * @param {Array<string>} [collections]
@@ -17736,7 +18066,7 @@ export declare const ProductApiAxiosParamCreator: (configuration?: Configuration
17736
18066
  * @param {*} [options] Override http request option.
17737
18067
  * @throws {RequiredError}
17738
18068
  */
17739
- 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>;
18069
+ 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>;
17740
18070
  /**
17741
18071
  *
17742
18072
  * @param {string} id
@@ -17809,13 +18139,13 @@ export declare const ProductApiFp: (configuration?: Configuration) => {
17809
18139
  getProductReviews(id: string, rating?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IProductReviewsResponse>>;
17810
18140
  /**
17811
18141
  *
18142
+ * @param {OrderEnum} [order]
17812
18143
  * @param {number} [page]
17813
18144
  * @param {number} [itemsPerPage]
17814
18145
  * @param {string} [search]
17815
18146
  * @param {string} [startDate]
17816
18147
  * @param {string} [endDate]
17817
18148
  * @param {GetProductsDateFieldEnum} [dateField]
17818
- * @param {OrderEnum} [order]
17819
18149
  * @param {string} [companyId]
17820
18150
  * @param {string} [domain]
17821
18151
  * @param {Array<string>} [collections]
@@ -17830,7 +18160,7 @@ export declare const ProductApiFp: (configuration?: Configuration) => {
17830
18160
  * @param {*} [options] Override http request option.
17831
18161
  * @throws {RequiredError}
17832
18162
  */
17833
- 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>>;
18163
+ 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>>;
17834
18164
  /**
17835
18165
  *
17836
18166
  * @param {string} id
@@ -18048,6 +18378,12 @@ export interface ProductApiGetProductReviewsRequest {
18048
18378
  * @interface ProductApiGetProductsRequest
18049
18379
  */
18050
18380
  export interface ProductApiGetProductsRequest {
18381
+ /**
18382
+ *
18383
+ * @type {OrderEnum}
18384
+ * @memberof ProductApiGetProducts
18385
+ */
18386
+ readonly order?: OrderEnum;
18051
18387
  /**
18052
18388
  *
18053
18389
  * @type {number}
@@ -18084,12 +18420,6 @@ export interface ProductApiGetProductsRequest {
18084
18420
  * @memberof ProductApiGetProducts
18085
18421
  */
18086
18422
  readonly dateField?: GetProductsDateFieldEnum;
18087
- /**
18088
- *
18089
- * @type {OrderEnum}
18090
- * @memberof ProductApiGetProducts
18091
- */
18092
- readonly order?: OrderEnum;
18093
18423
  /**
18094
18424
  *
18095
18425
  * @type {string}
@@ -18963,6 +19293,20 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
18963
19293
  * @throws {RequiredError}
18964
19294
  */
18965
19295
  getMyAddresses: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
19296
+ /**
19297
+ *
19298
+ * @param {ReviewStatusEnum} [status]
19299
+ * @param {*} [options] Override http request option.
19300
+ * @throws {RequiredError}
19301
+ */
19302
+ getMyProductReviewCount: (status?: ReviewStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
19303
+ /**
19304
+ *
19305
+ * @param {ReviewStatusEnum} [status]
19306
+ * @param {*} [options] Override http request option.
19307
+ * @throws {RequiredError}
19308
+ */
19309
+ getMyProductReviews: (status?: ReviewStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
18966
19310
  /**
18967
19311
  *
18968
19312
  * @param {string} id
@@ -19048,6 +19392,20 @@ export declare const UserApiFp: (configuration?: Configuration) => {
19048
19392
  * @throws {RequiredError}
19049
19393
  */
19050
19394
  getMyAddresses(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IUserAddressResponse>>;
19395
+ /**
19396
+ *
19397
+ * @param {ReviewStatusEnum} [status]
19398
+ * @param {*} [options] Override http request option.
19399
+ * @throws {RequiredError}
19400
+ */
19401
+ getMyProductReviewCount(status?: ReviewStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetMyProductReviewCount200Response>>;
19402
+ /**
19403
+ *
19404
+ * @param {ReviewStatusEnum} [status]
19405
+ * @param {*} [options] Override http request option.
19406
+ * @throws {RequiredError}
19407
+ */
19408
+ getMyProductReviews(status?: ReviewStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IProductReviewsPopulateResponse>>;
19051
19409
  /**
19052
19410
  *
19053
19411
  * @param {string} id
@@ -19133,6 +19491,20 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
19133
19491
  * @throws {RequiredError}
19134
19492
  */
19135
19493
  getMyAddresses(options?: RawAxiosRequestConfig): AxiosPromise<IUserAddressResponse>;
19494
+ /**
19495
+ *
19496
+ * @param {UserApiGetMyProductReviewCountRequest} requestParameters Request parameters.
19497
+ * @param {*} [options] Override http request option.
19498
+ * @throws {RequiredError}
19499
+ */
19500
+ getMyProductReviewCount(requestParameters?: UserApiGetMyProductReviewCountRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetMyProductReviewCount200Response>;
19501
+ /**
19502
+ *
19503
+ * @param {UserApiGetMyProductReviewsRequest} requestParameters Request parameters.
19504
+ * @param {*} [options] Override http request option.
19505
+ * @throws {RequiredError}
19506
+ */
19507
+ getMyProductReviews(requestParameters?: UserApiGetMyProductReviewsRequest, options?: RawAxiosRequestConfig): AxiosPromise<IProductReviewsPopulateResponse>;
19136
19508
  /**
19137
19509
  *
19138
19510
  * @param {UserApiGetUserByIdRequest} requestParameters Request parameters.
@@ -19208,6 +19580,32 @@ export interface UserApiDeleteUserRequest {
19208
19580
  */
19209
19581
  readonly id: string;
19210
19582
  }
19583
+ /**
19584
+ * Request parameters for getMyProductReviewCount operation in UserApi.
19585
+ * @export
19586
+ * @interface UserApiGetMyProductReviewCountRequest
19587
+ */
19588
+ export interface UserApiGetMyProductReviewCountRequest {
19589
+ /**
19590
+ *
19591
+ * @type {ReviewStatusEnum}
19592
+ * @memberof UserApiGetMyProductReviewCount
19593
+ */
19594
+ readonly status?: ReviewStatusEnum;
19595
+ }
19596
+ /**
19597
+ * Request parameters for getMyProductReviews operation in UserApi.
19598
+ * @export
19599
+ * @interface UserApiGetMyProductReviewsRequest
19600
+ */
19601
+ export interface UserApiGetMyProductReviewsRequest {
19602
+ /**
19603
+ *
19604
+ * @type {ReviewStatusEnum}
19605
+ * @memberof UserApiGetMyProductReviews
19606
+ */
19607
+ readonly status?: ReviewStatusEnum;
19608
+ }
19211
19609
  /**
19212
19610
  * Request parameters for getUserById operation in UserApi.
19213
19611
  * @export
@@ -19382,6 +19780,22 @@ export declare class UserApi extends BaseAPI {
19382
19780
  * @memberof UserApi
19383
19781
  */
19384
19782
  getMyAddresses(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IUserAddressResponse, any>>;
19783
+ /**
19784
+ *
19785
+ * @param {UserApiGetMyProductReviewCountRequest} requestParameters Request parameters.
19786
+ * @param {*} [options] Override http request option.
19787
+ * @throws {RequiredError}
19788
+ * @memberof UserApi
19789
+ */
19790
+ getMyProductReviewCount(requestParameters?: UserApiGetMyProductReviewCountRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetMyProductReviewCount200Response, any>>;
19791
+ /**
19792
+ *
19793
+ * @param {UserApiGetMyProductReviewsRequest} requestParameters Request parameters.
19794
+ * @param {*} [options] Override http request option.
19795
+ * @throws {RequiredError}
19796
+ * @memberof UserApi
19797
+ */
19798
+ getMyProductReviews(requestParameters?: UserApiGetMyProductReviewsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IProductReviewsPopulateResponse, any>>;
19385
19799
  /**
19386
19800
  *
19387
19801
  * @param {UserApiGetUserByIdRequest} requestParameters Request parameters.