@infisale-client/api 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}
@@ -10115,88 +10286,197 @@ export interface PickIProductIdOrContentsOrCollectionsOrCategory {
10115
10286
  export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields {
10116
10287
  /**
10117
10288
  *
10118
- * @type {string}
10119
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10289
+ * @type {string}
10290
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10291
+ */
10292
+ 'company': string;
10293
+ /**
10294
+ *
10295
+ * @type {boolean}
10296
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10297
+ */
10298
+ 'negativeStock'?: boolean;
10299
+ /**
10300
+ *
10301
+ * @type {Array<string>}
10302
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10303
+ */
10304
+ 'collections': Array<string>;
10305
+ /**
10306
+ *
10307
+ * @type {string}
10308
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10309
+ */
10310
+ 'sku'?: string;
10311
+ /**
10312
+ *
10313
+ * @type {string}
10314
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10315
+ */
10316
+ 'barcode'?: string;
10317
+ /**
10318
+ *
10319
+ * @type {Array<IImage>}
10320
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10321
+ */
10322
+ 'photos': Array<IImage>;
10323
+ /**
10324
+ *
10325
+ * @type {{ [key: string]: IProductResponseStockValue; }}
10326
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10327
+ */
10328
+ 'stock'?: {
10329
+ [key: string]: IProductResponseStockValue;
10330
+ };
10331
+ /**
10332
+ *
10333
+ * @type {boolean}
10334
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10335
+ */
10336
+ 'stocklessSale'?: boolean;
10337
+ /**
10338
+ *
10339
+ * @type {PriceType}
10340
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10341
+ */
10342
+ 'priceInfo': PriceType;
10343
+ /**
10344
+ *
10345
+ * @type {PartialRecordLanguageEnumIContentsValue}
10346
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10347
+ */
10348
+ 'contents': PartialRecordLanguageEnumIContentsValue;
10349
+ /**
10350
+ *
10351
+ * @type {Array<VariantType>}
10352
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10353
+ */
10354
+ 'variants'?: Array<VariantType>;
10355
+ /**
10356
+ * Construct a type with a set of properties K of type T
10357
+ * @type {{ [key: string]: Array<IImage>; }}
10358
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10359
+ */
10360
+ 'mainVariantsPhotos'?: {
10361
+ [key: string]: Array<IImage>;
10362
+ };
10363
+ /**
10364
+ *
10365
+ * @type {{ [key: string]: string; }}
10366
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10367
+ */
10368
+ 'attributes'?: {
10369
+ [key: string]: string;
10370
+ };
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
10120
10406
  */
10121
- 'company': string;
10407
+ '__v': number;
10122
10408
  /**
10123
10409
  *
10124
- * @type {boolean}
10125
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10410
+ * @type {string}
10411
+ * @memberof PickIReviewExcludeKeyofIReviewProduct
10126
10412
  */
10127
- 'negativeStock'?: boolean;
10413
+ 'createdAt': string;
10128
10414
  /**
10129
10415
  *
10130
- * @type {Array<string>}
10131
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10416
+ * @type {string}
10417
+ * @memberof PickIReviewExcludeKeyofIReviewProduct
10132
10418
  */
10133
- 'collections': Array<string>;
10419
+ 'updatedAt': string;
10134
10420
  /**
10135
10421
  *
10136
10422
  * @type {string}
10137
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10423
+ * @memberof PickIReviewExcludeKeyofIReviewProduct
10138
10424
  */
10139
- 'sku'?: string;
10425
+ 'user': string;
10140
10426
  /**
10141
10427
  *
10142
10428
  * @type {string}
10143
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10429
+ * @memberof PickIReviewExcludeKeyofIReviewProduct
10144
10430
  */
10145
- 'barcode'?: string;
10431
+ 'order': string;
10146
10432
  /**
10147
10433
  *
10148
- * @type {Array<IImage>}
10149
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10434
+ * @type {string}
10435
+ * @memberof PickIReviewExcludeKeyofIReviewProduct
10150
10436
  */
10151
- 'photos': Array<IImage>;
10437
+ 'relId': string;
10152
10438
  /**
10153
10439
  *
10154
- * @type {{ [key: string]: IProductResponseStockValue; }}
10155
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10440
+ * @type {PartialRecordLanguageEnumString}
10441
+ * @memberof PickIReviewExcludeKeyofIReviewProduct
10156
10442
  */
10157
- 'stock'?: {
10158
- [key: string]: IProductResponseStockValue;
10159
- };
10443
+ 'mainVariantTitle': PartialRecordLanguageEnumString;
10160
10444
  /**
10161
10445
  *
10162
- * @type {boolean}
10163
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10446
+ * @type {PartialRecordLanguageEnumString}
10447
+ * @memberof PickIReviewExcludeKeyofIReviewProduct
10164
10448
  */
10165
- 'stocklessSale'?: boolean;
10449
+ 'subVariantTitle': PartialRecordLanguageEnumString;
10166
10450
  /**
10167
10451
  *
10168
- * @type {PriceType}
10169
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10452
+ * @type {string}
10453
+ * @memberof PickIReviewExcludeKeyofIReviewProduct
10170
10454
  */
10171
- 'priceInfo': PriceType;
10455
+ 'mainVariantId'?: string;
10172
10456
  /**
10173
10457
  *
10174
- * @type {PartialRecordLanguageEnumIContentsValue}
10175
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10458
+ * @type {string}
10459
+ * @memberof PickIReviewExcludeKeyofIReviewProduct
10176
10460
  */
10177
- 'contents': PartialRecordLanguageEnumIContentsValue;
10461
+ 'subVariantId'?: string;
10178
10462
  /**
10179
10463
  *
10180
- * @type {Array<VariantType>}
10181
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10464
+ * @type {number}
10465
+ * @memberof PickIReviewExcludeKeyofIReviewProduct
10182
10466
  */
10183
- 'variants'?: Array<VariantType>;
10467
+ 'rating': number;
10184
10468
  /**
10185
- * Construct a type with a set of properties K of type T
10186
- * @type {{ [key: string]: Array<IImage>; }}
10187
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10469
+ *
10470
+ * @type {string}
10471
+ * @memberof PickIReviewExcludeKeyofIReviewProduct
10188
10472
  */
10189
- 'mainVariantsPhotos'?: {
10190
- [key: string]: Array<IImage>;
10191
- };
10473
+ 'title': string;
10192
10474
  /**
10193
10475
  *
10194
- * @type {{ [key: string]: string; }}
10195
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10476
+ * @type {string}
10477
+ * @memberof PickIReviewExcludeKeyofIReviewProduct
10196
10478
  */
10197
- 'attributes'?: {
10198
- [key: string]: string;
10199
- };
10479
+ 'comment': string;
10200
10480
  }
10201
10481
  /**
10202
10482
  * From T, pick a set of properties whose keys are in the union K
@@ -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.
@@ -16101,6 +16431,14 @@ export declare const OrderApiAxiosParamCreator: (configuration?: Configuration)
16101
16431
  * @throws {RequiredError}
16102
16432
  */
16103
16433
  getOrderById: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
16434
+ /**
16435
+ *
16436
+ * @param {string} id
16437
+ * @param {string} productId
16438
+ * @param {*} [options] Override http request option.
16439
+ * @throws {RequiredError}
16440
+ */
16441
+ getOrderProductReview: (id: string, productId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
16104
16442
  /**
16105
16443
  *
16106
16444
  * @param {string} company
@@ -16209,6 +16547,14 @@ export declare const OrderApiFp: (configuration?: Configuration) => {
16209
16547
  * @throws {RequiredError}
16210
16548
  */
16211
16549
  getOrderById(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IOrderResponse>>;
16550
+ /**
16551
+ *
16552
+ * @param {string} id
16553
+ * @param {string} productId
16554
+ * @param {*} [options] Override http request option.
16555
+ * @throws {RequiredError}
16556
+ */
16557
+ getOrderProductReview(id: string, productId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IReview>>;
16212
16558
  /**
16213
16559
  *
16214
16560
  * @param {string} company
@@ -16307,6 +16653,13 @@ export declare const OrderApiFactory: (configuration?: Configuration, basePath?:
16307
16653
  * @throws {RequiredError}
16308
16654
  */
16309
16655
  getOrderById(requestParameters: OrderApiGetOrderByIdRequest, options?: RawAxiosRequestConfig): AxiosPromise<IOrderResponse>;
16656
+ /**
16657
+ *
16658
+ * @param {OrderApiGetOrderProductReviewRequest} requestParameters Request parameters.
16659
+ * @param {*} [options] Override http request option.
16660
+ * @throws {RequiredError}
16661
+ */
16662
+ getOrderProductReview(requestParameters: OrderApiGetOrderProductReviewRequest, options?: RawAxiosRequestConfig): AxiosPromise<IReview>;
16310
16663
  /**
16311
16664
  *
16312
16665
  * @param {OrderApiGetOrdersRequest} requestParameters Request parameters.
@@ -16481,6 +16834,25 @@ export interface OrderApiGetOrderByIdRequest {
16481
16834
  */
16482
16835
  readonly id: string;
16483
16836
  }
16837
+ /**
16838
+ * Request parameters for getOrderProductReview operation in OrderApi.
16839
+ * @export
16840
+ * @interface OrderApiGetOrderProductReviewRequest
16841
+ */
16842
+ export interface OrderApiGetOrderProductReviewRequest {
16843
+ /**
16844
+ *
16845
+ * @type {string}
16846
+ * @memberof OrderApiGetOrderProductReview
16847
+ */
16848
+ readonly id: string;
16849
+ /**
16850
+ *
16851
+ * @type {string}
16852
+ * @memberof OrderApiGetOrderProductReview
16853
+ */
16854
+ readonly productId: string;
16855
+ }
16484
16856
  /**
16485
16857
  * Request parameters for getOrders operation in OrderApi.
16486
16858
  * @export
@@ -16691,6 +17063,14 @@ export declare class OrderApi extends BaseAPI {
16691
17063
  * @memberof OrderApi
16692
17064
  */
16693
17065
  getOrderById(requestParameters: OrderApiGetOrderByIdRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IOrderResponse, any>>;
17066
+ /**
17067
+ *
17068
+ * @param {OrderApiGetOrderProductReviewRequest} requestParameters Request parameters.
17069
+ * @param {*} [options] Override http request option.
17070
+ * @throws {RequiredError}
17071
+ * @memberof OrderApi
17072
+ */
17073
+ getOrderProductReview(requestParameters: OrderApiGetOrderProductReviewRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IReview, any>>;
16694
17074
  /**
16695
17075
  *
16696
17076
  * @param {OrderApiGetOrdersRequest} requestParameters Request parameters.
@@ -17715,13 +18095,13 @@ export declare const ProductApiAxiosParamCreator: (configuration?: Configuration
17715
18095
  getProductReviews: (id: string, rating?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
17716
18096
  /**
17717
18097
  *
18098
+ * @param {OrderEnum} [order]
17718
18099
  * @param {number} [page]
17719
18100
  * @param {number} [itemsPerPage]
17720
18101
  * @param {string} [search]
17721
18102
  * @param {string} [startDate]
17722
18103
  * @param {string} [endDate]
17723
18104
  * @param {GetProductsDateFieldEnum} [dateField]
17724
- * @param {OrderEnum} [order]
17725
18105
  * @param {string} [companyId]
17726
18106
  * @param {string} [domain]
17727
18107
  * @param {Array<string>} [collections]
@@ -17736,7 +18116,7 @@ export declare const ProductApiAxiosParamCreator: (configuration?: Configuration
17736
18116
  * @param {*} [options] Override http request option.
17737
18117
  * @throws {RequiredError}
17738
18118
  */
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>;
18119
+ 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
18120
  /**
17741
18121
  *
17742
18122
  * @param {string} id
@@ -17809,13 +18189,13 @@ export declare const ProductApiFp: (configuration?: Configuration) => {
17809
18189
  getProductReviews(id: string, rating?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IProductReviewsResponse>>;
17810
18190
  /**
17811
18191
  *
18192
+ * @param {OrderEnum} [order]
17812
18193
  * @param {number} [page]
17813
18194
  * @param {number} [itemsPerPage]
17814
18195
  * @param {string} [search]
17815
18196
  * @param {string} [startDate]
17816
18197
  * @param {string} [endDate]
17817
18198
  * @param {GetProductsDateFieldEnum} [dateField]
17818
- * @param {OrderEnum} [order]
17819
18199
  * @param {string} [companyId]
17820
18200
  * @param {string} [domain]
17821
18201
  * @param {Array<string>} [collections]
@@ -17830,7 +18210,7 @@ export declare const ProductApiFp: (configuration?: Configuration) => {
17830
18210
  * @param {*} [options] Override http request option.
17831
18211
  * @throws {RequiredError}
17832
18212
  */
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>>;
18213
+ 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
18214
  /**
17835
18215
  *
17836
18216
  * @param {string} id
@@ -18048,6 +18428,12 @@ export interface ProductApiGetProductReviewsRequest {
18048
18428
  * @interface ProductApiGetProductsRequest
18049
18429
  */
18050
18430
  export interface ProductApiGetProductsRequest {
18431
+ /**
18432
+ *
18433
+ * @type {OrderEnum}
18434
+ * @memberof ProductApiGetProducts
18435
+ */
18436
+ readonly order?: OrderEnum;
18051
18437
  /**
18052
18438
  *
18053
18439
  * @type {number}
@@ -18084,12 +18470,6 @@ export interface ProductApiGetProductsRequest {
18084
18470
  * @memberof ProductApiGetProducts
18085
18471
  */
18086
18472
  readonly dateField?: GetProductsDateFieldEnum;
18087
- /**
18088
- *
18089
- * @type {OrderEnum}
18090
- * @memberof ProductApiGetProducts
18091
- */
18092
- readonly order?: OrderEnum;
18093
18473
  /**
18094
18474
  *
18095
18475
  * @type {string}
@@ -18963,6 +19343,20 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
18963
19343
  * @throws {RequiredError}
18964
19344
  */
18965
19345
  getMyAddresses: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
19346
+ /**
19347
+ *
19348
+ * @param {ReviewStatusEnum} [status]
19349
+ * @param {*} [options] Override http request option.
19350
+ * @throws {RequiredError}
19351
+ */
19352
+ getMyProductReviewCount: (status?: ReviewStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
19353
+ /**
19354
+ *
19355
+ * @param {ReviewStatusEnum} [status]
19356
+ * @param {*} [options] Override http request option.
19357
+ * @throws {RequiredError}
19358
+ */
19359
+ getMyProductReviews: (status?: ReviewStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
18966
19360
  /**
18967
19361
  *
18968
19362
  * @param {string} id
@@ -19048,6 +19442,20 @@ export declare const UserApiFp: (configuration?: Configuration) => {
19048
19442
  * @throws {RequiredError}
19049
19443
  */
19050
19444
  getMyAddresses(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IUserAddressResponse>>;
19445
+ /**
19446
+ *
19447
+ * @param {ReviewStatusEnum} [status]
19448
+ * @param {*} [options] Override http request option.
19449
+ * @throws {RequiredError}
19450
+ */
19451
+ getMyProductReviewCount(status?: ReviewStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetMyProductReviewCount200Response>>;
19452
+ /**
19453
+ *
19454
+ * @param {ReviewStatusEnum} [status]
19455
+ * @param {*} [options] Override http request option.
19456
+ * @throws {RequiredError}
19457
+ */
19458
+ getMyProductReviews(status?: ReviewStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IProductReviewsPopulateResponse>>;
19051
19459
  /**
19052
19460
  *
19053
19461
  * @param {string} id
@@ -19133,6 +19541,20 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
19133
19541
  * @throws {RequiredError}
19134
19542
  */
19135
19543
  getMyAddresses(options?: RawAxiosRequestConfig): AxiosPromise<IUserAddressResponse>;
19544
+ /**
19545
+ *
19546
+ * @param {UserApiGetMyProductReviewCountRequest} requestParameters Request parameters.
19547
+ * @param {*} [options] Override http request option.
19548
+ * @throws {RequiredError}
19549
+ */
19550
+ getMyProductReviewCount(requestParameters?: UserApiGetMyProductReviewCountRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetMyProductReviewCount200Response>;
19551
+ /**
19552
+ *
19553
+ * @param {UserApiGetMyProductReviewsRequest} requestParameters Request parameters.
19554
+ * @param {*} [options] Override http request option.
19555
+ * @throws {RequiredError}
19556
+ */
19557
+ getMyProductReviews(requestParameters?: UserApiGetMyProductReviewsRequest, options?: RawAxiosRequestConfig): AxiosPromise<IProductReviewsPopulateResponse>;
19136
19558
  /**
19137
19559
  *
19138
19560
  * @param {UserApiGetUserByIdRequest} requestParameters Request parameters.
@@ -19208,6 +19630,32 @@ export interface UserApiDeleteUserRequest {
19208
19630
  */
19209
19631
  readonly id: string;
19210
19632
  }
19633
+ /**
19634
+ * Request parameters for getMyProductReviewCount operation in UserApi.
19635
+ * @export
19636
+ * @interface UserApiGetMyProductReviewCountRequest
19637
+ */
19638
+ export interface UserApiGetMyProductReviewCountRequest {
19639
+ /**
19640
+ *
19641
+ * @type {ReviewStatusEnum}
19642
+ * @memberof UserApiGetMyProductReviewCount
19643
+ */
19644
+ readonly status?: ReviewStatusEnum;
19645
+ }
19646
+ /**
19647
+ * Request parameters for getMyProductReviews operation in UserApi.
19648
+ * @export
19649
+ * @interface UserApiGetMyProductReviewsRequest
19650
+ */
19651
+ export interface UserApiGetMyProductReviewsRequest {
19652
+ /**
19653
+ *
19654
+ * @type {ReviewStatusEnum}
19655
+ * @memberof UserApiGetMyProductReviews
19656
+ */
19657
+ readonly status?: ReviewStatusEnum;
19658
+ }
19211
19659
  /**
19212
19660
  * Request parameters for getUserById operation in UserApi.
19213
19661
  * @export
@@ -19382,6 +19830,22 @@ export declare class UserApi extends BaseAPI {
19382
19830
  * @memberof UserApi
19383
19831
  */
19384
19832
  getMyAddresses(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IUserAddressResponse, any>>;
19833
+ /**
19834
+ *
19835
+ * @param {UserApiGetMyProductReviewCountRequest} requestParameters Request parameters.
19836
+ * @param {*} [options] Override http request option.
19837
+ * @throws {RequiredError}
19838
+ * @memberof UserApi
19839
+ */
19840
+ getMyProductReviewCount(requestParameters?: UserApiGetMyProductReviewCountRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetMyProductReviewCount200Response, any>>;
19841
+ /**
19842
+ *
19843
+ * @param {UserApiGetMyProductReviewsRequest} requestParameters Request parameters.
19844
+ * @param {*} [options] Override http request option.
19845
+ * @throws {RequiredError}
19846
+ * @memberof UserApi
19847
+ */
19848
+ getMyProductReviews(requestParameters?: UserApiGetMyProductReviewsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IProductReviewsPopulateResponse, any>>;
19385
19849
  /**
19386
19850
  *
19387
19851
  * @param {UserApiGetUserByIdRequest} requestParameters Request parameters.