@infisale-client/api-client 1.2.42 → 1.2.43

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
@@ -1044,16 +1044,16 @@ export type IBrandCollectionQueryParamsDateFieldEnum = typeof IBrandCollectionQu
1044
1044
  export interface IBrandPatchRequest {
1045
1045
  /**
1046
1046
  *
1047
- * @type {PartialRecordLanguageEnumIContentsValue}
1047
+ * @type {IImage}
1048
1048
  * @memberof IBrandPatchRequest
1049
1049
  */
1050
- 'contents'?: PartialRecordLanguageEnumIContentsValue;
1050
+ 'thumbnail'?: IImage;
1051
1051
  /**
1052
1052
  *
1053
- * @type {IImage}
1053
+ * @type {PartialRecordLanguageEnumIContentsValue}
1054
1054
  * @memberof IBrandPatchRequest
1055
1055
  */
1056
- 'thumbnail'?: IImage;
1056
+ 'contents'?: PartialRecordLanguageEnumIContentsValue;
1057
1057
  }
1058
1058
  /**
1059
1059
  *
@@ -1069,16 +1069,16 @@ export interface IBrandPostRequest {
1069
1069
  'company': string;
1070
1070
  /**
1071
1071
  *
1072
- * @type {PartialRecordLanguageEnumIContentsValue}
1072
+ * @type {IImage}
1073
1073
  * @memberof IBrandPostRequest
1074
1074
  */
1075
- 'contents': PartialRecordLanguageEnumIContentsValue;
1075
+ 'thumbnail'?: IImage;
1076
1076
  /**
1077
1077
  *
1078
- * @type {IImage}
1078
+ * @type {PartialRecordLanguageEnumIContentsValue}
1079
1079
  * @memberof IBrandPostRequest
1080
1080
  */
1081
- 'thumbnail'?: IImage;
1081
+ 'contents': PartialRecordLanguageEnumIContentsValue;
1082
1082
  }
1083
1083
  /**
1084
1084
  *
@@ -1359,16 +1359,16 @@ export interface ICategoryPatchRequest {
1359
1359
  'main'?: string;
1360
1360
  /**
1361
1361
  *
1362
- * @type {PartialRecordLanguageEnumIContentsValue}
1362
+ * @type {IImage}
1363
1363
  * @memberof ICategoryPatchRequest
1364
1364
  */
1365
- 'contents'?: PartialRecordLanguageEnumIContentsValue;
1365
+ 'thumbnail'?: IImage;
1366
1366
  /**
1367
1367
  *
1368
- * @type {IImage}
1368
+ * @type {PartialRecordLanguageEnumIContentsValue}
1369
1369
  * @memberof ICategoryPatchRequest
1370
1370
  */
1371
- 'thumbnail'?: IImage;
1371
+ 'contents'?: PartialRecordLanguageEnumIContentsValue;
1372
1372
  }
1373
1373
  /**
1374
1374
  *
@@ -1390,16 +1390,16 @@ export interface ICategoryPostRequest {
1390
1390
  'main'?: string;
1391
1391
  /**
1392
1392
  *
1393
- * @type {PartialRecordLanguageEnumIContentsValue}
1393
+ * @type {IImage}
1394
1394
  * @memberof ICategoryPostRequest
1395
1395
  */
1396
- 'contents': PartialRecordLanguageEnumIContentsValue;
1396
+ 'thumbnail'?: IImage;
1397
1397
  /**
1398
1398
  *
1399
- * @type {IImage}
1399
+ * @type {PartialRecordLanguageEnumIContentsValue}
1400
1400
  * @memberof ICategoryPostRequest
1401
1401
  */
1402
- 'thumbnail'?: IImage;
1402
+ 'contents': PartialRecordLanguageEnumIContentsValue;
1403
1403
  /**
1404
1404
  *
1405
1405
  * @type {Array<ICategoryAttributesResponseAttributesInner>}
@@ -1451,16 +1451,16 @@ export interface ICategoryResponse {
1451
1451
  'main'?: string;
1452
1452
  /**
1453
1453
  *
1454
- * @type {PartialRecordLanguageEnumIContentsValue}
1454
+ * @type {IImage}
1455
1455
  * @memberof ICategoryResponse
1456
1456
  */
1457
- 'contents': PartialRecordLanguageEnumIContentsValue;
1457
+ 'thumbnail'?: IImage;
1458
1458
  /**
1459
1459
  *
1460
- * @type {IImage}
1460
+ * @type {PartialRecordLanguageEnumIContentsValue}
1461
1461
  * @memberof ICategoryResponse
1462
1462
  */
1463
- 'thumbnail'?: IImage;
1463
+ 'contents': PartialRecordLanguageEnumIContentsValue;
1464
1464
  /**
1465
1465
  *
1466
1466
  * @type {Array<ICategoryResponseAttributesInner>}
@@ -1621,11 +1621,13 @@ export interface ICollection {
1621
1621
  */
1622
1622
  'contents': PartialRecordLanguageEnumIContentsValue;
1623
1623
  /**
1624
- *
1625
- * @type {string}
1624
+ * Construct a type with a set of properties K of type T
1625
+ * @type {{ [key: string]: string; }}
1626
1626
  * @memberof ICollection
1627
1627
  */
1628
- 'template': string;
1628
+ 'templates': {
1629
+ [key: string]: string;
1630
+ };
1629
1631
  }
1630
1632
  /**
1631
1633
  *
@@ -1713,16 +1715,16 @@ export interface ICollectionPatchRequest {
1713
1715
  'template'?: ITemplateResponse;
1714
1716
  /**
1715
1717
  *
1716
- * @type {PartialRecordLanguageEnumIContentsValue}
1718
+ * @type {IImage}
1717
1719
  * @memberof ICollectionPatchRequest
1718
1720
  */
1719
- 'contents'?: PartialRecordLanguageEnumIContentsValue;
1721
+ 'thumbnail'?: IImage;
1720
1722
  /**
1721
1723
  *
1722
- * @type {IImage}
1724
+ * @type {PartialRecordLanguageEnumIContentsValue}
1723
1725
  * @memberof ICollectionPatchRequest
1724
1726
  */
1725
- 'thumbnail'?: IImage;
1727
+ 'contents'?: PartialRecordLanguageEnumIContentsValue;
1726
1728
  }
1727
1729
  /**
1728
1730
  *
@@ -1738,16 +1740,16 @@ export interface ICollectionPostRequest {
1738
1740
  'company': string;
1739
1741
  /**
1740
1742
  *
1741
- * @type {PartialRecordLanguageEnumIContentsValue}
1743
+ * @type {IImage}
1742
1744
  * @memberof ICollectionPostRequest
1743
1745
  */
1744
- 'contents': PartialRecordLanguageEnumIContentsValue;
1746
+ 'thumbnail'?: IImage;
1745
1747
  /**
1746
1748
  *
1747
- * @type {IImage}
1749
+ * @type {PartialRecordLanguageEnumIContentsValue}
1748
1750
  * @memberof ICollectionPostRequest
1749
1751
  */
1750
- 'thumbnail'?: IImage;
1752
+ 'contents': PartialRecordLanguageEnumIContentsValue;
1751
1753
  /**
1752
1754
  *
1753
1755
  * @type {ITemplateResponse}
@@ -1761,12 +1763,6 @@ export interface ICollectionPostRequest {
1761
1763
  * @interface ICollectionResponse
1762
1764
  */
1763
1765
  export interface ICollectionResponse {
1764
- /**
1765
- *
1766
- * @type {string}
1767
- * @memberof ICollectionResponse
1768
- */
1769
- 'company': string;
1770
1766
  /**
1771
1767
  *
1772
1768
  * @type {string}
@@ -1793,16 +1789,30 @@ export interface ICollectionResponse {
1793
1789
  'updatedAt': string;
1794
1790
  /**
1795
1791
  *
1796
- * @type {PartialRecordLanguageEnumIContentsValue}
1792
+ * @type {string}
1797
1793
  * @memberof ICollectionResponse
1798
1794
  */
1799
- 'contents': PartialRecordLanguageEnumIContentsValue;
1795
+ 'company': string;
1800
1796
  /**
1801
1797
  *
1802
1798
  * @type {IImage}
1803
1799
  * @memberof ICollectionResponse
1804
1800
  */
1805
1801
  'thumbnail'?: IImage;
1802
+ /**
1803
+ *
1804
+ * @type {PartialRecordLanguageEnumIContentsValue}
1805
+ * @memberof ICollectionResponse
1806
+ */
1807
+ 'contents': PartialRecordLanguageEnumIContentsValue;
1808
+ /**
1809
+ * Construct a type with a set of properties K of type T
1810
+ * @type {{ [key: string]: string; }}
1811
+ * @memberof ICollectionResponse
1812
+ */
1813
+ 'templates': {
1814
+ [key: string]: string;
1815
+ };
1806
1816
  /**
1807
1817
  *
1808
1818
  * @type {ITemplateResponse}
@@ -2016,10 +2026,10 @@ export interface ICompany {
2016
2026
  'orderNoSuffix'?: string;
2017
2027
  /**
2018
2028
  *
2019
- * @type {ICompanyConfig}
2029
+ * @type {string}
2020
2030
  * @memberof ICompany
2021
2031
  */
2022
- 'config': ICompanyConfig;
2032
+ 'theme': string;
2023
2033
  /**
2024
2034
  *
2025
2035
  * @type {IImage}
@@ -2345,10 +2355,10 @@ export interface ICompanyAdminResponse {
2345
2355
  'main'?: PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles;
2346
2356
  /**
2347
2357
  *
2348
- * @type {ICompanyResponseConfig}
2358
+ * @type {IThemeResponse}
2349
2359
  * @memberof ICompanyAdminResponse
2350
2360
  */
2351
- 'config': ICompanyResponseConfig;
2361
+ 'theme': IThemeResponse;
2352
2362
  /**
2353
2363
  *
2354
2364
  * @type {Array<ICompanyAdminResponseUsersInner>}
@@ -2523,228 +2533,6 @@ export declare const ICompanyCollectionQueryParamsDateFieldEnum: {
2523
2533
  readonly UPDATED_AT: "updatedAt";
2524
2534
  };
2525
2535
  export type ICompanyCollectionQueryParamsDateFieldEnum = typeof ICompanyCollectionQueryParamsDateFieldEnum[keyof typeof ICompanyCollectionQueryParamsDateFieldEnum];
2526
- /**
2527
- *
2528
- * @export
2529
- * @interface ICompanyConfig
2530
- */
2531
- export interface ICompanyConfig {
2532
- /**
2533
- *
2534
- * @type {ICompanyConfigTemplate}
2535
- * @memberof ICompanyConfig
2536
- */
2537
- 'template': ICompanyConfigTemplate;
2538
- /**
2539
- *
2540
- * @type {ICompanyResponseConfigLayout}
2541
- * @memberof ICompanyConfig
2542
- */
2543
- 'layout': ICompanyResponseConfigLayout;
2544
- /**
2545
- *
2546
- * @type {ICompanyResponseConfigButtons}
2547
- * @memberof ICompanyConfig
2548
- */
2549
- 'buttons': ICompanyResponseConfigButtons;
2550
- /**
2551
- *
2552
- * @type {ICompanyResponseConfigCss}
2553
- * @memberof ICompanyConfig
2554
- */
2555
- 'css': ICompanyResponseConfigCss;
2556
- /**
2557
- *
2558
- * @type {ICompanyResponseConfigInject}
2559
- * @memberof ICompanyConfig
2560
- */
2561
- 'inject': ICompanyResponseConfigInject;
2562
- /**
2563
- *
2564
- * @type {ThemeTypeEnum}
2565
- * @memberof ICompanyConfig
2566
- */
2567
- 'theme': ThemeTypeEnum;
2568
- }
2569
- /**
2570
- *
2571
- * @export
2572
- * @interface ICompanyConfigTemplate
2573
- */
2574
- export interface ICompanyConfigTemplate {
2575
- /**
2576
- *
2577
- * @type {Array<ICompanyConfigTemplateFooterInner>}
2578
- * @memberof ICompanyConfigTemplate
2579
- */
2580
- 'footer': Array<ICompanyConfigTemplateFooterInner>;
2581
- /**
2582
- *
2583
- * @type {Array<ICompanyConfigTemplateFooterInner>}
2584
- * @memberof ICompanyConfigTemplate
2585
- */
2586
- 'header': Array<ICompanyConfigTemplateFooterInner>;
2587
- }
2588
- /**
2589
- *
2590
- * @export
2591
- * @interface ICompanyConfigTemplateFooterInner
2592
- */
2593
- export interface ICompanyConfigTemplateFooterInner {
2594
- /**
2595
- *
2596
- * @type {Array<ICompanyConfigTemplateFooterInnerContentsInner>}
2597
- * @memberof ICompanyConfigTemplateFooterInner
2598
- */
2599
- 'contents': Array<ICompanyConfigTemplateFooterInnerContentsInner>;
2600
- /**
2601
- *
2602
- * @type {ICompanyConfigTemplateFooterInnerProducts}
2603
- * @memberof ICompanyConfigTemplateFooterInner
2604
- */
2605
- 'products'?: ICompanyConfigTemplateFooterInnerProducts;
2606
- /**
2607
- *
2608
- * @type {ITemplateResponseComponentsInnerIdentity}
2609
- * @memberof ICompanyConfigTemplateFooterInner
2610
- */
2611
- 'identity': ITemplateResponseComponentsInnerIdentity;
2612
- /**
2613
- *
2614
- * @type {ITemplateResponseComponentsInnerConfig}
2615
- * @memberof ICompanyConfigTemplateFooterInner
2616
- */
2617
- 'config': ITemplateResponseComponentsInnerConfig;
2618
- /**
2619
- *
2620
- * @type {ComponentTypeEnum}
2621
- * @memberof ICompanyConfigTemplateFooterInner
2622
- */
2623
- 'type': ComponentTypeEnum;
2624
- }
2625
- /**
2626
- *
2627
- * @export
2628
- * @interface ICompanyConfigTemplateFooterInnerContentsInner
2629
- */
2630
- export interface ICompanyConfigTemplateFooterInnerContentsInner {
2631
- /**
2632
- *
2633
- * @type {ITemplateResponseComponentsInnerContentsInnerConfig}
2634
- * @memberof ICompanyConfigTemplateFooterInnerContentsInner
2635
- */
2636
- 'config': ITemplateResponseComponentsInnerContentsInnerConfig;
2637
- /**
2638
- *
2639
- * @type {ComponentContentTypeEnum}
2640
- * @memberof ICompanyConfigTemplateFooterInnerContentsInner
2641
- */
2642
- 'contentType': ComponentContentTypeEnum;
2643
- /**
2644
- *
2645
- * @type {PartialRecordLanguageEnumString}
2646
- * @memberof ICompanyConfigTemplateFooterInnerContentsInner
2647
- */
2648
- 'url'?: PartialRecordLanguageEnumString;
2649
- /**
2650
- *
2651
- * @type {Array<ICompanyConfigTemplateFooterInnerContentsInnerButtonsInner>}
2652
- * @memberof ICompanyConfigTemplateFooterInnerContentsInner
2653
- */
2654
- 'buttons'?: Array<ICompanyConfigTemplateFooterInnerContentsInnerButtonsInner>;
2655
- /**
2656
- *
2657
- * @type {PartialRecordLanguageEnumIImage}
2658
- * @memberof ICompanyConfigTemplateFooterInnerContentsInner
2659
- */
2660
- 'imageMobile'?: PartialRecordLanguageEnumIImage;
2661
- /**
2662
- *
2663
- * @type {PartialRecordLanguageEnumIImage}
2664
- * @memberof ICompanyConfigTemplateFooterInnerContentsInner
2665
- */
2666
- 'image'?: PartialRecordLanguageEnumIImage;
2667
- /**
2668
- *
2669
- * @type {PartialRecordLanguageEnumString}
2670
- * @memberof ICompanyConfigTemplateFooterInnerContentsInner
2671
- */
2672
- 'description'?: PartialRecordLanguageEnumString;
2673
- /**
2674
- *
2675
- * @type {PartialRecordLanguageEnumString}
2676
- * @memberof ICompanyConfigTemplateFooterInnerContentsInner
2677
- */
2678
- 'title'?: PartialRecordLanguageEnumString;
2679
- }
2680
- /**
2681
- *
2682
- * @export
2683
- * @interface ICompanyConfigTemplateFooterInnerContentsInnerButtonsInner
2684
- */
2685
- export interface ICompanyConfigTemplateFooterInnerContentsInnerButtonsInner {
2686
- /**
2687
- *
2688
- * @type {ButtonVariantEnum}
2689
- * @memberof ICompanyConfigTemplateFooterInnerContentsInnerButtonsInner
2690
- */
2691
- 'variant'?: ButtonVariantEnum;
2692
- /**
2693
- *
2694
- * @type {PartialRecordLanguageEnumString}
2695
- * @memberof ICompanyConfigTemplateFooterInnerContentsInnerButtonsInner
2696
- */
2697
- 'url': PartialRecordLanguageEnumString;
2698
- /**
2699
- *
2700
- * @type {PartialRecordLanguageEnumString}
2701
- * @memberof ICompanyConfigTemplateFooterInnerContentsInnerButtonsInner
2702
- */
2703
- 'title': PartialRecordLanguageEnumString;
2704
- }
2705
- /**
2706
- *
2707
- * @export
2708
- * @interface ICompanyConfigTemplateFooterInnerProducts
2709
- */
2710
- export interface ICompanyConfigTemplateFooterInnerProducts {
2711
- /**
2712
- *
2713
- * @type {number}
2714
- * @memberof ICompanyConfigTemplateFooterInnerProducts
2715
- */
2716
- 'limit'?: number;
2717
- /**
2718
- *
2719
- * @type {ComponentProductListTypeEnum}
2720
- * @memberof ICompanyConfigTemplateFooterInnerProducts
2721
- */
2722
- 'listType': ComponentProductListTypeEnum;
2723
- /**
2724
- *
2725
- * @type {ComponentProductOrderEnum}
2726
- * @memberof ICompanyConfigTemplateFooterInnerProducts
2727
- */
2728
- 'order'?: ComponentProductOrderEnum;
2729
- /**
2730
- *
2731
- * @type {ComponentProductTypeEnum}
2732
- * @memberof ICompanyConfigTemplateFooterInnerProducts
2733
- */
2734
- 'relType'?: ComponentProductTypeEnum;
2735
- /**
2736
- *
2737
- * @type {string}
2738
- * @memberof ICompanyConfigTemplateFooterInnerProducts
2739
- */
2740
- 'relation'?: string;
2741
- /**
2742
- *
2743
- * @type {Array<string>}
2744
- * @memberof ICompanyConfigTemplateFooterInnerProducts
2745
- */
2746
- 'items'?: Array<string>;
2747
- }
2748
2536
  /**
2749
2537
  *
2750
2538
  * @export
@@ -2844,6 +2632,12 @@ export interface ICompanyPatchRequest {
2844
2632
  * @memberof ICompanyPatchRequest
2845
2633
  */
2846
2634
  'paymentGateways'?: Array<ICompanyPatchRequestPaymentGatewaysInner>;
2635
+ /**
2636
+ *
2637
+ * @type {string}
2638
+ * @memberof ICompanyPatchRequest
2639
+ */
2640
+ 'theme'?: string;
2847
2641
  /**
2848
2642
  *
2849
2643
  * @type {CompanyTypeEnum}
@@ -3023,12 +2817,6 @@ export interface ICompanyPostRequest {
3023
2817
  * @memberof ICompanyPostRequest
3024
2818
  */
3025
2819
  'type': CompanyTypeEnum;
3026
- /**
3027
- *
3028
- * @type {ThemeTypeEnum}
3029
- * @memberof ICompanyPostRequest
3030
- */
3031
- 'theme': ThemeTypeEnum;
3032
2820
  /**
3033
2821
  *
3034
2822
  * @type {LanguageEnum}
@@ -3232,16 +3020,16 @@ export interface ICompanyResponse {
3232
3020
  'main'?: PickICompanyNameOrDomainsOrIdOrLanguage;
3233
3021
  /**
3234
3022
  *
3235
- * @type {ICompanyResponseConfig}
3023
+ * @type {RecordCurrencyEnumNumber}
3236
3024
  * @memberof ICompanyResponse
3237
3025
  */
3238
- 'config': ICompanyResponseConfig;
3026
+ 'currencyRates': RecordCurrencyEnumNumber;
3239
3027
  /**
3240
3028
  *
3241
- * @type {RecordCurrencyEnumNumber}
3029
+ * @type {IThemeResponse}
3242
3030
  * @memberof ICompanyResponse
3243
3031
  */
3244
- 'currencyRates': RecordCurrencyEnumNumber;
3032
+ 'theme': IThemeResponse;
3245
3033
  /**
3246
3034
  *
3247
3035
  * @type {Array<ICompanyResponseWarehousesInner>}
@@ -3321,185 +3109,9 @@ export interface ICompanyResponseAddress {
3321
3109
  /**
3322
3110
  *
3323
3111
  * @export
3324
- * @interface ICompanyResponseConfig
3112
+ * @interface ICompanyResponseCustomHostnamesInner
3325
3113
  */
3326
- export interface ICompanyResponseConfig {
3327
- /**
3328
- *
3329
- * @type {ICompanyResponseConfigTemplate}
3330
- * @memberof ICompanyResponseConfig
3331
- */
3332
- 'template': ICompanyResponseConfigTemplate;
3333
- /**
3334
- *
3335
- * @type {ICompanyResponseConfigLayout}
3336
- * @memberof ICompanyResponseConfig
3337
- */
3338
- 'layout': ICompanyResponseConfigLayout;
3339
- /**
3340
- *
3341
- * @type {ICompanyResponseConfigButtons}
3342
- * @memberof ICompanyResponseConfig
3343
- */
3344
- 'buttons': ICompanyResponseConfigButtons;
3345
- /**
3346
- *
3347
- * @type {ICompanyResponseConfigCss}
3348
- * @memberof ICompanyResponseConfig
3349
- */
3350
- 'css': ICompanyResponseConfigCss;
3351
- /**
3352
- *
3353
- * @type {ICompanyResponseConfigInject}
3354
- * @memberof ICompanyResponseConfig
3355
- */
3356
- 'inject': ICompanyResponseConfigInject;
3357
- /**
3358
- *
3359
- * @type {ThemeTypeEnum}
3360
- * @memberof ICompanyResponseConfig
3361
- */
3362
- 'theme': ThemeTypeEnum;
3363
- }
3364
- /**
3365
- *
3366
- * @export
3367
- * @interface ICompanyResponseConfigButtons
3368
- */
3369
- export interface ICompanyResponseConfigButtons {
3370
- /**
3371
- *
3372
- * @type {number}
3373
- * @memberof ICompanyResponseConfigButtons
3374
- */
3375
- 'shadowBlurRadius': number;
3376
- /**
3377
- *
3378
- * @type {number}
3379
- * @memberof ICompanyResponseConfigButtons
3380
- */
3381
- 'shadowVerticalOffset': number;
3382
- /**
3383
- *
3384
- * @type {number}
3385
- * @memberof ICompanyResponseConfigButtons
3386
- */
3387
- 'shadowHorizontalOffset': number;
3388
- /**
3389
- *
3390
- * @type {number}
3391
- * @memberof ICompanyResponseConfigButtons
3392
- */
3393
- 'shadowOpacity': number;
3394
- /**
3395
- *
3396
- * @type {number}
3397
- * @memberof ICompanyResponseConfigButtons
3398
- */
3399
- 'borderRadius': number;
3400
- /**
3401
- *
3402
- * @type {number}
3403
- * @memberof ICompanyResponseConfigButtons
3404
- */
3405
- 'opacity': number;
3406
- /**
3407
- *
3408
- * @type {number}
3409
- * @memberof ICompanyResponseConfigButtons
3410
- */
3411
- 'borderWidth': number;
3412
- }
3413
- /**
3414
- *
3415
- * @export
3416
- * @interface ICompanyResponseConfigCss
3417
- */
3418
- export interface ICompanyResponseConfigCss {
3419
- /**
3420
- *
3421
- * @type {{ [key: string]: string; }}
3422
- * @memberof ICompanyResponseConfigCss
3423
- */
3424
- 'variables': {
3425
- [key: string]: string;
3426
- };
3427
- }
3428
- /**
3429
- *
3430
- * @export
3431
- * @interface ICompanyResponseConfigInject
3432
- */
3433
- export interface ICompanyResponseConfigInject {
3434
- /**
3435
- *
3436
- * @type {string}
3437
- * @memberof ICompanyResponseConfigInject
3438
- */
3439
- 'js': string;
3440
- /**
3441
- *
3442
- * @type {string}
3443
- * @memberof ICompanyResponseConfigInject
3444
- */
3445
- 'css': string;
3446
- }
3447
- /**
3448
- *
3449
- * @export
3450
- * @interface ICompanyResponseConfigLayout
3451
- */
3452
- export interface ICompanyResponseConfigLayout {
3453
- /**
3454
- *
3455
- * @type {number}
3456
- * @memberof ICompanyResponseConfigLayout
3457
- */
3458
- 'gridXGap': number;
3459
- /**
3460
- *
3461
- * @type {number}
3462
- * @memberof ICompanyResponseConfigLayout
3463
- */
3464
- 'gridYGap': number;
3465
- /**
3466
- *
3467
- * @type {number}
3468
- * @memberof ICompanyResponseConfigLayout
3469
- */
3470
- 'sectionYGap': number;
3471
- /**
3472
- *
3473
- * @type {number}
3474
- * @memberof ICompanyResponseConfigLayout
3475
- */
3476
- 'containerWidth': number;
3477
- }
3478
- /**
3479
- *
3480
- * @export
3481
- * @interface ICompanyResponseConfigTemplate
3482
- */
3483
- export interface ICompanyResponseConfigTemplate {
3484
- /**
3485
- *
3486
- * @type {Array<ITemplateResponseComponentsInner>}
3487
- * @memberof ICompanyResponseConfigTemplate
3488
- */
3489
- 'footer': Array<ITemplateResponseComponentsInner>;
3490
- /**
3491
- *
3492
- * @type {Array<ITemplateResponseComponentsInner>}
3493
- * @memberof ICompanyResponseConfigTemplate
3494
- */
3495
- 'header': Array<ITemplateResponseComponentsInner>;
3496
- }
3497
- /**
3498
- *
3499
- * @export
3500
- * @interface ICompanyResponseCustomHostnamesInner
3501
- */
3502
- export interface ICompanyResponseCustomHostnamesInner {
3114
+ export interface ICompanyResponseCustomHostnamesInner {
3503
3115
  /**
3504
3116
  *
3505
3117
  * @type {string}
@@ -3734,12 +3346,6 @@ export interface ICompanyResponseWarehousesInner {
3734
3346
  * @interface ICompanyUpdateConfigRequest
3735
3347
  */
3736
3348
  export interface ICompanyUpdateConfigRequest {
3737
- /**
3738
- *
3739
- * @type {ICompanyResponseConfig}
3740
- * @memberof ICompanyUpdateConfigRequest
3741
- */
3742
- 'config': ICompanyResponseConfig;
3743
3349
  /**
3744
3350
  *
3745
3351
  * @type {IImage}
@@ -3758,6 +3364,12 @@ export interface ICompanyUpdateConfigRequest {
3758
3364
  * @memberof ICompanyUpdateConfigRequest
3759
3365
  */
3760
3366
  'favicon'?: IImage;
3367
+ /**
3368
+ *
3369
+ * @type {string}
3370
+ * @memberof ICompanyUpdateConfigRequest
3371
+ */
3372
+ 'theme'?: string;
3761
3373
  }
3762
3374
  /**
3763
3375
  *
@@ -5786,16 +5398,16 @@ export interface IPagePatchRequest {
5786
5398
  'template'?: ITemplateResponse;
5787
5399
  /**
5788
5400
  *
5789
- * @type {PartialRecordLanguageEnumIContentsValue}
5401
+ * @type {IImage}
5790
5402
  * @memberof IPagePatchRequest
5791
5403
  */
5792
- 'contents'?: PartialRecordLanguageEnumIContentsValue;
5404
+ 'thumbnail'?: IImage;
5793
5405
  /**
5794
5406
  *
5795
- * @type {IImage}
5407
+ * @type {PartialRecordLanguageEnumIContentsValue}
5796
5408
  * @memberof IPagePatchRequest
5797
5409
  */
5798
- 'thumbnail'?: IImage;
5410
+ 'contents'?: PartialRecordLanguageEnumIContentsValue;
5799
5411
  }
5800
5412
  /**
5801
5413
  *
@@ -5817,16 +5429,16 @@ export interface IPagePostRequest {
5817
5429
  'type': PageTypeEnum;
5818
5430
  /**
5819
5431
  *
5820
- * @type {PartialRecordLanguageEnumIContentsValue}
5432
+ * @type {IImage}
5821
5433
  * @memberof IPagePostRequest
5822
5434
  */
5823
- 'contents': PartialRecordLanguageEnumIContentsValue;
5435
+ 'thumbnail'?: IImage;
5824
5436
  /**
5825
5437
  *
5826
- * @type {IImage}
5438
+ * @type {PartialRecordLanguageEnumIContentsValue}
5827
5439
  * @memberof IPagePostRequest
5828
5440
  */
5829
- 'thumbnail'?: IImage;
5441
+ 'contents': PartialRecordLanguageEnumIContentsValue;
5830
5442
  /**
5831
5443
  *
5832
5444
  * @type {ITemplateResponse}
@@ -5878,16 +5490,24 @@ export interface IPageResponse {
5878
5490
  'type': PageTypeEnum;
5879
5491
  /**
5880
5492
  *
5881
- * @type {PartialRecordLanguageEnumIContentsValue}
5493
+ * @type {IImage}
5882
5494
  * @memberof IPageResponse
5883
5495
  */
5884
- 'contents': PartialRecordLanguageEnumIContentsValue;
5496
+ 'thumbnail'?: IImage;
5497
+ /**
5498
+ * Construct a type with a set of properties K of type T
5499
+ * @type {{ [key: string]: string; }}
5500
+ * @memberof IPageResponse
5501
+ */
5502
+ 'templates': {
5503
+ [key: string]: string;
5504
+ };
5885
5505
  /**
5886
5506
  *
5887
- * @type {IImage}
5507
+ * @type {PartialRecordLanguageEnumIContentsValue}
5888
5508
  * @memberof IPageResponse
5889
5509
  */
5890
- 'thumbnail'?: IImage;
5510
+ 'contents': PartialRecordLanguageEnumIContentsValue;
5891
5511
  /**
5892
5512
  *
5893
5513
  * @type {ITemplateResponse}
@@ -6370,6 +5990,24 @@ export interface IProductPatchRequest {
6370
5990
  * @memberof IProductPatchRequest
6371
5991
  */
6372
5992
  'company'?: string;
5993
+ /**
5994
+ *
5995
+ * @type {number}
5996
+ * @memberof IProductPatchRequest
5997
+ */
5998
+ 'totalStock'?: number;
5999
+ /**
6000
+ *
6001
+ * @type {number}
6002
+ * @memberof IProductPatchRequest
6003
+ */
6004
+ 'totalSale'?: number;
6005
+ /**
6006
+ *
6007
+ * @type {boolean}
6008
+ * @memberof IProductPatchRequest
6009
+ */
6010
+ 'negativeStock'?: boolean;
6373
6011
  /**
6374
6012
  *
6375
6013
  * @type {Array<string>}
@@ -6422,11 +6060,11 @@ export interface IProductPatchRequest {
6422
6060
  'contents'?: PartialRecordLanguageEnumIContentsValue;
6423
6061
  /**
6424
6062
  *
6425
- * @type {{ [key: string]: IProductResponseVariantsValue; }}
6063
+ * @type {{ [key: string]: MainVariantType; }}
6426
6064
  * @memberof IProductPatchRequest
6427
6065
  */
6428
6066
  'variants'?: {
6429
- [key: string]: IProductResponseVariantsValue;
6067
+ [key: string]: MainVariantType;
6430
6068
  };
6431
6069
  /**
6432
6070
  *
@@ -6449,6 +6087,24 @@ export interface IProductPostRequest {
6449
6087
  * @memberof IProductPostRequest
6450
6088
  */
6451
6089
  'company': string;
6090
+ /**
6091
+ *
6092
+ * @type {number}
6093
+ * @memberof IProductPostRequest
6094
+ */
6095
+ 'totalStock': number;
6096
+ /**
6097
+ *
6098
+ * @type {number}
6099
+ * @memberof IProductPostRequest
6100
+ */
6101
+ 'totalSale': number;
6102
+ /**
6103
+ *
6104
+ * @type {boolean}
6105
+ * @memberof IProductPostRequest
6106
+ */
6107
+ 'negativeStock': boolean;
6452
6108
  /**
6453
6109
  *
6454
6110
  * @type {Array<string>}
@@ -6501,11 +6157,11 @@ export interface IProductPostRequest {
6501
6157
  'contents': PartialRecordLanguageEnumIContentsValue;
6502
6158
  /**
6503
6159
  *
6504
- * @type {{ [key: string]: IProductResponseVariantsValue; }}
6160
+ * @type {{ [key: string]: MainVariantType; }}
6505
6161
  * @memberof IProductPostRequest
6506
6162
  */
6507
6163
  'variants'?: {
6508
- [key: string]: IProductResponseVariantsValue;
6164
+ [key: string]: MainVariantType;
6509
6165
  };
6510
6166
  /**
6511
6167
  *
@@ -6570,12 +6226,38 @@ export interface IProductResponse {
6570
6226
  * @memberof IProductResponse
6571
6227
  */
6572
6228
  'updatedAt': string;
6229
+ /**
6230
+ *
6231
+ * @type {number}
6232
+ * @memberof IProductResponse
6233
+ */
6234
+ 'totalStock': number;
6235
+ /**
6236
+ *
6237
+ * @type {number}
6238
+ * @memberof IProductResponse
6239
+ */
6240
+ 'totalSale': number;
6241
+ /**
6242
+ *
6243
+ * @type {boolean}
6244
+ * @memberof IProductResponse
6245
+ */
6246
+ 'negativeStock': boolean;
6573
6247
  /**
6574
6248
  *
6575
6249
  * @type {Array<string>}
6576
6250
  * @memberof IProductResponse
6577
6251
  */
6578
6252
  'collections': Array<string>;
6253
+ /**
6254
+ * Construct a type with a set of properties K of type T
6255
+ * @type {{ [key: string]: string; }}
6256
+ * @memberof IProductResponse
6257
+ */
6258
+ 'templates': {
6259
+ [key: string]: string;
6260
+ };
6579
6261
  /**
6580
6262
  *
6581
6263
  * @type {string}
@@ -6622,11 +6304,11 @@ export interface IProductResponse {
6622
6304
  'contents': PartialRecordLanguageEnumIContentsValue;
6623
6305
  /**
6624
6306
  *
6625
- * @type {{ [key: string]: IProductResponseVariantsValue; }}
6307
+ * @type {{ [key: string]: MainVariantType; }}
6626
6308
  * @memberof IProductResponse
6627
6309
  */
6628
6310
  'variants'?: {
6629
- [key: string]: IProductResponseVariantsValue;
6311
+ [key: string]: MainVariantType;
6630
6312
  };
6631
6313
  /**
6632
6314
  *
@@ -6671,144 +6353,46 @@ export interface IProductResponseStockValue {
6671
6353
  /**
6672
6354
  *
6673
6355
  * @export
6674
- * @interface IProductResponseVariantsValue
6356
+ * @interface IProductsResponse
6675
6357
  */
6676
- export interface IProductResponseVariantsValue {
6358
+ export interface IProductsResponse {
6677
6359
  /**
6678
6360
  *
6679
- * @type {{ [key: string]: IProductResponseVariantsValueVariantsValue; }}
6680
- * @memberof IProductResponseVariantsValue
6361
+ * @type {number}
6362
+ * @memberof IProductsResponse
6681
6363
  */
6682
- 'variants'?: {
6683
- [key: string]: IProductResponseVariantsValueVariantsValue;
6684
- };
6364
+ 'page': number;
6685
6365
  /**
6686
6366
  *
6687
- * @type {Array<IImage>}
6688
- * @memberof IProductResponseVariantsValue
6367
+ * @type {number}
6368
+ * @memberof IProductsResponse
6689
6369
  */
6690
- 'photos': Array<IImage>;
6370
+ 'itemsPerPage': number;
6691
6371
  /**
6692
6372
  *
6693
- * @type {string}
6694
- * @memberof IProductResponseVariantsValue
6373
+ * @type {number}
6374
+ * @memberof IProductsResponse
6695
6375
  */
6696
- 'barcode'?: string;
6376
+ 'total': number;
6697
6377
  /**
6698
6378
  *
6699
- * @type {string}
6700
- * @memberof IProductResponseVariantsValue
6379
+ * @type {number}
6380
+ * @memberof IProductsResponse
6701
6381
  */
6702
- 'sku'?: string;
6382
+ 'totalPages': number;
6703
6383
  /**
6704
6384
  *
6705
- * @type {boolean}
6706
- * @memberof IProductResponseVariantsValue
6385
+ * @type {Array<IProductResponse>}
6386
+ * @memberof IProductsResponse
6707
6387
  */
6708
- 'stocklessSale'?: boolean;
6709
- /**
6710
- *
6711
- * @type {{ [key: string]: IProductResponseStockValue; }}
6712
- * @memberof IProductResponseVariantsValue
6713
- */
6714
- 'stock'?: {
6715
- [key: string]: IProductResponseStockValue;
6716
- };
6717
- /**
6718
- *
6719
- * @type {PriceType}
6720
- * @memberof IProductResponseVariantsValue
6721
- */
6722
- 'priceInfo'?: PriceType;
6723
- }
6724
- /**
6725
- *
6726
- * @export
6727
- * @interface IProductResponseVariantsValueVariantsValue
6728
- */
6729
- export interface IProductResponseVariantsValueVariantsValue {
6730
- /**
6731
- *
6732
- * @type {Array<IImage>}
6733
- * @memberof IProductResponseVariantsValueVariantsValue
6734
- */
6735
- 'photos': Array<IImage>;
6736
- /**
6737
- *
6738
- * @type {string}
6739
- * @memberof IProductResponseVariantsValueVariantsValue
6740
- */
6741
- 'barcode'?: string;
6742
- /**
6743
- *
6744
- * @type {string}
6745
- * @memberof IProductResponseVariantsValueVariantsValue
6746
- */
6747
- 'sku'?: string;
6748
- /**
6749
- *
6750
- * @type {boolean}
6751
- * @memberof IProductResponseVariantsValueVariantsValue
6752
- */
6753
- 'stocklessSale': boolean;
6754
- /**
6755
- *
6756
- * @type {{ [key: string]: IProductResponseStockValue; }}
6757
- * @memberof IProductResponseVariantsValueVariantsValue
6758
- */
6759
- 'stock'?: {
6760
- [key: string]: IProductResponseStockValue;
6761
- };
6762
- /**
6763
- *
6764
- * @type {PriceType}
6765
- * @memberof IProductResponseVariantsValueVariantsValue
6766
- */
6767
- 'priceInfo': PriceType;
6768
- }
6769
- /**
6770
- *
6771
- * @export
6772
- * @interface IProductsResponse
6773
- */
6774
- export interface IProductsResponse {
6775
- /**
6776
- *
6777
- * @type {number}
6778
- * @memberof IProductsResponse
6779
- */
6780
- 'page': number;
6781
- /**
6782
- *
6783
- * @type {number}
6784
- * @memberof IProductsResponse
6785
- */
6786
- 'itemsPerPage': number;
6787
- /**
6788
- *
6789
- * @type {number}
6790
- * @memberof IProductsResponse
6791
- */
6792
- 'total': number;
6793
- /**
6794
- *
6795
- * @type {number}
6796
- * @memberof IProductsResponse
6797
- */
6798
- 'totalPages': number;
6799
- /**
6800
- *
6801
- * @type {Array<IProductResponse>}
6802
- * @memberof IProductsResponse
6803
- */
6804
- 'data': Array<IProductResponse>;
6805
- }
6806
- /**
6807
- *
6808
- * @export
6809
- * @interface IRefreshTokenRequest
6810
- */
6811
- export interface IRefreshTokenRequest {
6388
+ 'data': Array<IProductResponse>;
6389
+ }
6390
+ /**
6391
+ *
6392
+ * @export
6393
+ * @interface IRefreshTokenRequest
6394
+ */
6395
+ export interface IRefreshTokenRequest {
6812
6396
  /**
6813
6397
  *
6814
6398
  * @type {string}
@@ -7049,6 +6633,12 @@ export interface ITemplatePostRequest {
7049
6633
  * @memberof ITemplatePostRequest
7050
6634
  */
7051
6635
  'company': string;
6636
+ /**
6637
+ *
6638
+ * @type {string}
6639
+ * @memberof ITemplatePostRequest
6640
+ */
6641
+ 'theme': string;
7052
6642
  /**
7053
6643
  *
7054
6644
  * @type {TemplateTypeEnum}
@@ -7104,6 +6694,12 @@ export interface ITemplateResponse {
7104
6694
  * @memberof ITemplateResponse
7105
6695
  */
7106
6696
  'updatedAt': string;
6697
+ /**
6698
+ *
6699
+ * @type {string}
6700
+ * @memberof ITemplateResponse
6701
+ */
6702
+ 'theme': string;
7107
6703
  /**
7108
6704
  *
7109
6705
  * @type {TemplateTypeEnum}
@@ -7630,6 +7226,31 @@ export interface ITemplatesResponse {
7630
7226
  */
7631
7227
  'data': Array<ITemplateResponse>;
7632
7228
  }
7229
+ /**
7230
+ *
7231
+ * @export
7232
+ * @interface IThemeCloneRequest
7233
+ */
7234
+ export interface IThemeCloneRequest {
7235
+ /**
7236
+ *
7237
+ * @type {string}
7238
+ * @memberof IThemeCloneRequest
7239
+ */
7240
+ 'main': string;
7241
+ /**
7242
+ *
7243
+ * @type {string}
7244
+ * @memberof IThemeCloneRequest
7245
+ */
7246
+ 'name'?: string;
7247
+ /**
7248
+ *
7249
+ * @type {string}
7250
+ * @memberof IThemeCloneRequest
7251
+ */
7252
+ 'company': string;
7253
+ }
7633
7254
  /**
7634
7255
  *
7635
7256
  * @export
@@ -7638,16 +7259,16 @@ export interface ITemplatesResponse {
7638
7259
  export interface IThemePatchRequest {
7639
7260
  /**
7640
7261
  *
7641
- * @type {string}
7262
+ * @type {IThemeResponseTemplate}
7642
7263
  * @memberof IThemePatchRequest
7643
7264
  */
7644
- 'name'?: string;
7265
+ 'template': IThemeResponseTemplate;
7645
7266
  /**
7646
7267
  *
7647
- * @type {ThemeTypeEnum}
7268
+ * @type {string}
7648
7269
  * @memberof IThemePatchRequest
7649
7270
  */
7650
- 'type'?: ThemeTypeEnum;
7271
+ 'name'?: string;
7651
7272
  /**
7652
7273
  *
7653
7274
  * @type {IImage}
@@ -7656,16 +7277,16 @@ export interface IThemePatchRequest {
7656
7277
  'thumbnail'?: IImage;
7657
7278
  /**
7658
7279
  *
7659
- * @type {Array<string>}
7280
+ * @type {string}
7660
7281
  * @memberof IThemePatchRequest
7661
7282
  */
7662
- 'companies'?: Array<string>;
7283
+ 'demoUrl'?: string;
7663
7284
  /**
7664
7285
  *
7665
- * @type {string}
7286
+ * @type {PickIThemeExcludeKeyofIThemeTemplateConfig}
7666
7287
  * @memberof IThemePatchRequest
7667
7288
  */
7668
- 'domain'?: string;
7289
+ 'config'?: PickIThemeExcludeKeyofIThemeTemplateConfig;
7669
7290
  }
7670
7291
  /**
7671
7292
  *
@@ -7681,28 +7302,28 @@ export interface IThemePostRequest {
7681
7302
  'name': string;
7682
7303
  /**
7683
7304
  *
7684
- * @type {ThemeTypeEnum}
7305
+ * @type {IImage}
7685
7306
  * @memberof IThemePostRequest
7686
7307
  */
7687
- 'type': ThemeTypeEnum;
7308
+ 'thumbnail'?: IImage;
7688
7309
  /**
7689
7310
  *
7690
- * @type {IImage}
7311
+ * @type {string}
7691
7312
  * @memberof IThemePostRequest
7692
7313
  */
7693
- 'thumbnail'?: IImage;
7314
+ 'demoUrl'?: string;
7694
7315
  /**
7695
7316
  *
7696
- * @type {Array<string>}
7317
+ * @type {PickIThemeExcludeKeyofIThemeTemplateConfig}
7697
7318
  * @memberof IThemePostRequest
7698
7319
  */
7699
- 'companies': Array<string>;
7320
+ 'config': PickIThemeExcludeKeyofIThemeTemplateConfig;
7700
7321
  /**
7701
7322
  *
7702
- * @type {string}
7323
+ * @type {IThemeResponseTemplate}
7703
7324
  * @memberof IThemePostRequest
7704
7325
  */
7705
- 'domain': string;
7326
+ 'template': IThemeResponseTemplate;
7706
7327
  }
7707
7328
  /**
7708
7329
  *
@@ -7710,6 +7331,18 @@ export interface IThemePostRequest {
7710
7331
  * @interface IThemeResponse
7711
7332
  */
7712
7333
  export interface IThemeResponse {
7334
+ /**
7335
+ *
7336
+ * @type {string}
7337
+ * @memberof IThemeResponse
7338
+ */
7339
+ 'name': string;
7340
+ /**
7341
+ *
7342
+ * @type {string}
7343
+ * @memberof IThemeResponse
7344
+ */
7345
+ 'company'?: string;
7713
7346
  /**
7714
7347
  *
7715
7348
  * @type {string}
@@ -7739,7 +7372,7 @@ export interface IThemeResponse {
7739
7372
  * @type {string}
7740
7373
  * @memberof IThemeResponse
7741
7374
  */
7742
- 'name': string;
7375
+ 'main'?: string;
7743
7376
  /**
7744
7377
  *
7745
7378
  * @type {IImage}
@@ -7748,22 +7381,47 @@ export interface IThemeResponse {
7748
7381
  'thumbnail'?: IImage;
7749
7382
  /**
7750
7383
  *
7751
- * @type {Array<string>}
7384
+ * @type {string}
7752
7385
  * @memberof IThemeResponse
7753
7386
  */
7754
- 'companies': Array<string>;
7387
+ 'demoUrl'?: string;
7755
7388
  /**
7756
7389
  *
7757
7390
  * @type {string}
7758
7391
  * @memberof IThemeResponse
7759
7392
  */
7760
- 'domain': string;
7393
+ 'creator'?: string;
7394
+ /**
7395
+ *
7396
+ * @type {PickIThemeExcludeKeyofIThemeTemplateConfig}
7397
+ * @memberof IThemeResponse
7398
+ */
7399
+ 'config': PickIThemeExcludeKeyofIThemeTemplateConfig;
7761
7400
  /**
7762
7401
  *
7763
- * @type {ThemeTypeEnum}
7402
+ * @type {IThemeResponseTemplate}
7764
7403
  * @memberof IThemeResponse
7765
7404
  */
7766
- 'type': ThemeTypeEnum;
7405
+ 'template': IThemeResponseTemplate;
7406
+ }
7407
+ /**
7408
+ *
7409
+ * @export
7410
+ * @interface IThemeResponseTemplate
7411
+ */
7412
+ export interface IThemeResponseTemplate {
7413
+ /**
7414
+ *
7415
+ * @type {Array<ITemplateResponseComponentsInner>}
7416
+ * @memberof IThemeResponseTemplate
7417
+ */
7418
+ 'footer': Array<ITemplateResponseComponentsInner>;
7419
+ /**
7420
+ *
7421
+ * @type {Array<ITemplateResponseComponentsInner>}
7422
+ * @memberof IThemeResponseTemplate
7423
+ */
7424
+ 'header': Array<ITemplateResponseComponentsInner>;
7767
7425
  }
7768
7426
  /**
7769
7427
  *
@@ -8089,6 +7747,59 @@ export declare const LanguageEnum: {
8089
7747
  readonly DE: "de";
8090
7748
  };
8091
7749
  export type LanguageEnum = typeof LanguageEnum[keyof typeof LanguageEnum];
7750
+ /**
7751
+ *
7752
+ * @export
7753
+ * @interface MainVariantType
7754
+ */
7755
+ export interface MainVariantType {
7756
+ /**
7757
+ *
7758
+ * @type {Array<IImage>}
7759
+ * @memberof MainVariantType
7760
+ */
7761
+ 'photos': Array<IImage>;
7762
+ /**
7763
+ *
7764
+ * @type {string}
7765
+ * @memberof MainVariantType
7766
+ */
7767
+ 'barcode'?: string;
7768
+ /**
7769
+ *
7770
+ * @type {string}
7771
+ * @memberof MainVariantType
7772
+ */
7773
+ 'sku'?: string;
7774
+ /**
7775
+ *
7776
+ * @type {boolean}
7777
+ * @memberof MainVariantType
7778
+ */
7779
+ 'stocklessSale': boolean;
7780
+ /**
7781
+ *
7782
+ * @type {{ [key: string]: IProductResponseStockValue; }}
7783
+ * @memberof MainVariantType
7784
+ */
7785
+ 'stock'?: {
7786
+ [key: string]: IProductResponseStockValue;
7787
+ };
7788
+ /**
7789
+ *
7790
+ * @type {PriceType}
7791
+ * @memberof MainVariantType
7792
+ */
7793
+ 'priceInfo': PriceType;
7794
+ /**
7795
+ *
7796
+ * @type {{ [key: string]: SubVariantType; }}
7797
+ * @memberof MainVariantType
7798
+ */
7799
+ 'variants'?: {
7800
+ [key: string]: SubVariantType;
7801
+ };
7802
+ }
8092
7803
  /**
8093
7804
  *
8094
7805
  * @export
@@ -8401,16 +8112,16 @@ export interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
8401
8112
  'company': string;
8402
8113
  /**
8403
8114
  *
8404
- * @type {PartialRecordLanguageEnumIContentsValue}
8115
+ * @type {IImage}
8405
8116
  * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
8406
8117
  */
8407
- 'contents': PartialRecordLanguageEnumIContentsValue;
8118
+ 'thumbnail'?: IImage;
8408
8119
  /**
8409
8120
  *
8410
- * @type {IImage}
8121
+ * @type {PartialRecordLanguageEnumIContentsValue}
8411
8122
  * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
8412
8123
  */
8413
- 'thumbnail'?: IImage;
8124
+ 'contents': PartialRecordLanguageEnumIContentsValue;
8414
8125
  }
8415
8126
  /**
8416
8127
  * From T, pick a set of properties whose keys are in the union K
@@ -8456,16 +8167,16 @@ export interface PickICategoryExcludeKeyofICategoryAttributes {
8456
8167
  'main'?: string;
8457
8168
  /**
8458
8169
  *
8459
- * @type {PartialRecordLanguageEnumIContentsValue}
8170
+ * @type {IImage}
8460
8171
  * @memberof PickICategoryExcludeKeyofICategoryAttributes
8461
8172
  */
8462
- 'contents': PartialRecordLanguageEnumIContentsValue;
8173
+ 'thumbnail'?: IImage;
8463
8174
  /**
8464
8175
  *
8465
- * @type {IImage}
8176
+ * @type {PartialRecordLanguageEnumIContentsValue}
8466
8177
  * @memberof PickICategoryExcludeKeyofICategoryAttributes
8467
8178
  */
8468
- 'thumbnail'?: IImage;
8179
+ 'contents': PartialRecordLanguageEnumIContentsValue;
8469
8180
  }
8470
8181
  /**
8471
8182
  * From T, pick a set of properties whose keys are in the union K
@@ -8487,16 +8198,16 @@ export interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoRes
8487
8198
  'main'?: string;
8488
8199
  /**
8489
8200
  *
8490
- * @type {PartialRecordLanguageEnumIContentsValue}
8201
+ * @type {IImage}
8491
8202
  * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes
8492
8203
  */
8493
- 'contents': PartialRecordLanguageEnumIContentsValue;
8204
+ 'thumbnail'?: IImage;
8494
8205
  /**
8495
8206
  *
8496
- * @type {IImage}
8207
+ * @type {PartialRecordLanguageEnumIContentsValue}
8497
8208
  * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes
8498
8209
  */
8499
- 'thumbnail'?: IImage;
8210
+ 'contents': PartialRecordLanguageEnumIContentsValue;
8500
8211
  }
8501
8212
  /**
8502
8213
  * From T, pick a set of properties whose keys are in the union K
@@ -8526,87 +8237,38 @@ export interface PickICategoryResponseIdOrContentsOrAttributes {
8526
8237
  /**
8527
8238
  * From T, pick a set of properties whose keys are in the union K
8528
8239
  * @export
8529
- * @interface PickICollectionExcludeKeyofICollectionTemplate
8240
+ * @interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplates
8530
8241
  */
8531
- export interface PickICollectionExcludeKeyofICollectionTemplate {
8242
+ export interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplates {
8532
8243
  /**
8533
8244
  *
8534
8245
  * @type {string}
8535
- * @memberof PickICollectionExcludeKeyofICollectionTemplate
8246
+ * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplates
8536
8247
  */
8537
8248
  'company': string;
8538
8249
  /**
8539
8250
  *
8540
- * @type {string}
8541
- * @memberof PickICollectionExcludeKeyofICollectionTemplate
8251
+ * @type {IImage}
8252
+ * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplates
8542
8253
  */
8543
- '_id': string;
8254
+ 'thumbnail'?: IImage;
8544
8255
  /**
8545
8256
  *
8546
- * @type {number}
8547
- * @memberof PickICollectionExcludeKeyofICollectionTemplate
8257
+ * @type {PartialRecordLanguageEnumIContentsValue}
8258
+ * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplates
8548
8259
  */
8549
- '__v': number;
8260
+ 'contents': PartialRecordLanguageEnumIContentsValue;
8261
+ }
8262
+ /**
8263
+ * From T, pick a set of properties whose keys are in the union K
8264
+ * @export
8265
+ * @interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
8266
+ */
8267
+ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
8550
8268
  /**
8551
8269
  *
8552
8270
  * @type {string}
8553
- * @memberof PickICollectionExcludeKeyofICollectionTemplate
8554
- */
8555
- 'createdAt': string;
8556
- /**
8557
- *
8558
- * @type {string}
8559
- * @memberof PickICollectionExcludeKeyofICollectionTemplate
8560
- */
8561
- 'updatedAt': string;
8562
- /**
8563
- *
8564
- * @type {PartialRecordLanguageEnumIContentsValue}
8565
- * @memberof PickICollectionExcludeKeyofICollectionTemplate
8566
- */
8567
- 'contents': PartialRecordLanguageEnumIContentsValue;
8568
- /**
8569
- *
8570
- * @type {IImage}
8571
- * @memberof PickICollectionExcludeKeyofICollectionTemplate
8572
- */
8573
- 'thumbnail'?: IImage;
8574
- }
8575
- /**
8576
- * From T, pick a set of properties whose keys are in the union K
8577
- * @export
8578
- * @interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplate
8579
- */
8580
- export interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplate {
8581
- /**
8582
- *
8583
- * @type {string}
8584
- * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplate
8585
- */
8586
- 'company': string;
8587
- /**
8588
- *
8589
- * @type {PartialRecordLanguageEnumIContentsValue}
8590
- * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplate
8591
- */
8592
- 'contents': PartialRecordLanguageEnumIContentsValue;
8593
- /**
8594
- *
8595
- * @type {IImage}
8596
- * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplate
8597
- */
8598
- 'thumbnail'?: IImage;
8599
- }
8600
- /**
8601
- * From T, pick a set of properties whose keys are in the union K
8602
- * @export
8603
- * @interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
8604
- */
8605
- export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
8606
- /**
8607
- *
8608
- * @type {string}
8609
- * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
8271
+ * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
8610
8272
  */
8611
8273
  'name': string;
8612
8274
  /**
@@ -9274,47 +8936,55 @@ export interface PickIPageExcludeKeyofIPageTemplate {
9274
8936
  'type': PageTypeEnum;
9275
8937
  /**
9276
8938
  *
9277
- * @type {PartialRecordLanguageEnumIContentsValue}
8939
+ * @type {IImage}
9278
8940
  * @memberof PickIPageExcludeKeyofIPageTemplate
9279
8941
  */
9280
- 'contents': PartialRecordLanguageEnumIContentsValue;
8942
+ 'thumbnail'?: IImage;
8943
+ /**
8944
+ * Construct a type with a set of properties K of type T
8945
+ * @type {{ [key: string]: string; }}
8946
+ * @memberof PickIPageExcludeKeyofIPageTemplate
8947
+ */
8948
+ 'templates': {
8949
+ [key: string]: string;
8950
+ };
9281
8951
  /**
9282
8952
  *
9283
- * @type {IImage}
8953
+ * @type {PartialRecordLanguageEnumIContentsValue}
9284
8954
  * @memberof PickIPageExcludeKeyofIPageTemplate
9285
8955
  */
9286
- 'thumbnail'?: IImage;
8956
+ 'contents': PartialRecordLanguageEnumIContentsValue;
9287
8957
  }
9288
8958
  /**
9289
8959
  * From T, pick a set of properties whose keys are in the union K
9290
8960
  * @export
9291
- * @interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplate
8961
+ * @interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplates
9292
8962
  */
9293
- export interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplate {
8963
+ export interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplates {
9294
8964
  /**
9295
8965
  *
9296
8966
  * @type {string}
9297
- * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplate
8967
+ * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplates
9298
8968
  */
9299
8969
  'company': string;
9300
8970
  /**
9301
8971
  *
9302
8972
  * @type {PageTypeEnum}
9303
- * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplate
8973
+ * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplates
9304
8974
  */
9305
8975
  'type': PageTypeEnum;
9306
8976
  /**
9307
8977
  *
9308
- * @type {PartialRecordLanguageEnumIContentsValue}
9309
- * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplate
8978
+ * @type {IImage}
8979
+ * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplates
9310
8980
  */
9311
- 'contents': PartialRecordLanguageEnumIContentsValue;
8981
+ 'thumbnail'?: IImage;
9312
8982
  /**
9313
8983
  *
9314
- * @type {IImage}
9315
- * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplate
8984
+ * @type {PartialRecordLanguageEnumIContentsValue}
8985
+ * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplates
9316
8986
  */
9317
- 'thumbnail'?: IImage;
8987
+ 'contents': PartialRecordLanguageEnumIContentsValue;
9318
8988
  }
9319
8989
  /**
9320
8990
  * From T, pick a set of properties whose keys are in the union K
@@ -9352,12 +9022,38 @@ export interface PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate {
9352
9022
  * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
9353
9023
  */
9354
9024
  'updatedAt': string;
9025
+ /**
9026
+ *
9027
+ * @type {number}
9028
+ * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
9029
+ */
9030
+ 'totalStock': number;
9031
+ /**
9032
+ *
9033
+ * @type {number}
9034
+ * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
9035
+ */
9036
+ 'totalSale': number;
9037
+ /**
9038
+ *
9039
+ * @type {boolean}
9040
+ * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
9041
+ */
9042
+ 'negativeStock': boolean;
9355
9043
  /**
9356
9044
  *
9357
9045
  * @type {Array<string>}
9358
9046
  * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
9359
9047
  */
9360
9048
  'collections': Array<string>;
9049
+ /**
9050
+ * Construct a type with a set of properties K of type T
9051
+ * @type {{ [key: string]: string; }}
9052
+ * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
9053
+ */
9054
+ 'templates': {
9055
+ [key: string]: string;
9056
+ };
9361
9057
  /**
9362
9058
  *
9363
9059
  * @type {string}
@@ -9404,11 +9100,11 @@ export interface PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate {
9404
9100
  'contents': PartialRecordLanguageEnumIContentsValue;
9405
9101
  /**
9406
9102
  *
9407
- * @type {{ [key: string]: IProductResponseVariantsValue; }}
9103
+ * @type {{ [key: string]: MainVariantType; }}
9408
9104
  * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
9409
9105
  */
9410
9106
  'variants'?: {
9411
- [key: string]: IProductResponseVariantsValue;
9107
+ [key: string]: MainVariantType;
9412
9108
  };
9413
9109
  /**
9414
9110
  *
@@ -9462,6 +9158,24 @@ export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPo
9462
9158
  * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
9463
9159
  */
9464
9160
  'company': string;
9161
+ /**
9162
+ *
9163
+ * @type {number}
9164
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
9165
+ */
9166
+ 'totalStock': number;
9167
+ /**
9168
+ *
9169
+ * @type {number}
9170
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
9171
+ */
9172
+ 'totalSale': number;
9173
+ /**
9174
+ *
9175
+ * @type {boolean}
9176
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
9177
+ */
9178
+ 'negativeStock': boolean;
9465
9179
  /**
9466
9180
  *
9467
9181
  * @type {Array<string>}
@@ -9514,11 +9228,11 @@ export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPo
9514
9228
  'contents': PartialRecordLanguageEnumIContentsValue;
9515
9229
  /**
9516
9230
  *
9517
- * @type {{ [key: string]: IProductResponseVariantsValue; }}
9231
+ * @type {{ [key: string]: MainVariantType; }}
9518
9232
  * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
9519
9233
  */
9520
9234
  'variants'?: {
9521
- [key: string]: IProductResponseVariantsValue;
9235
+ [key: string]: MainVariantType;
9522
9236
  };
9523
9237
  /**
9524
9238
  *
@@ -9565,6 +9279,12 @@ export interface PickITemplateExcludeKeyofITemplateComponents {
9565
9279
  * @memberof PickITemplateExcludeKeyofITemplateComponents
9566
9280
  */
9567
9281
  'updatedAt': string;
9282
+ /**
9283
+ *
9284
+ * @type {string}
9285
+ * @memberof PickITemplateExcludeKeyofITemplateComponents
9286
+ */
9287
+ 'theme': string;
9568
9288
  /**
9569
9289
  *
9570
9290
  * @type {TemplateTypeEnum}
@@ -9590,6 +9310,12 @@ export interface PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoRes
9590
9310
  * @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
9591
9311
  */
9592
9312
  'company': string;
9313
+ /**
9314
+ *
9315
+ * @type {string}
9316
+ * @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
9317
+ */
9318
+ 'theme': string;
9593
9319
  /**
9594
9320
  *
9595
9321
  * @type {TemplateTypeEnum}
@@ -9612,39 +9338,251 @@ export interface PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoRes
9612
9338
  /**
9613
9339
  * From T, pick a set of properties whose keys are in the union K
9614
9340
  * @export
9615
- * @interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
9341
+ * @interface PickIThemeExcludeKeyofIThemeTemplate
9616
9342
  */
9617
- export interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse {
9343
+ export interface PickIThemeExcludeKeyofIThemeTemplate {
9618
9344
  /**
9619
9345
  *
9620
9346
  * @type {string}
9621
- * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
9347
+ * @memberof PickIThemeExcludeKeyofIThemeTemplate
9622
9348
  */
9623
9349
  'name': string;
9624
9350
  /**
9625
9351
  *
9626
- * @type {ThemeTypeEnum}
9627
- * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
9352
+ * @type {string}
9353
+ * @memberof PickIThemeExcludeKeyofIThemeTemplate
9354
+ */
9355
+ 'company'?: string;
9356
+ /**
9357
+ *
9358
+ * @type {string}
9359
+ * @memberof PickIThemeExcludeKeyofIThemeTemplate
9360
+ */
9361
+ '_id': string;
9362
+ /**
9363
+ *
9364
+ * @type {number}
9365
+ * @memberof PickIThemeExcludeKeyofIThemeTemplate
9366
+ */
9367
+ '__v': number;
9368
+ /**
9369
+ *
9370
+ * @type {string}
9371
+ * @memberof PickIThemeExcludeKeyofIThemeTemplate
9372
+ */
9373
+ 'createdAt': string;
9374
+ /**
9375
+ *
9376
+ * @type {string}
9377
+ * @memberof PickIThemeExcludeKeyofIThemeTemplate
9628
9378
  */
9629
- 'type': ThemeTypeEnum;
9379
+ 'updatedAt': string;
9380
+ /**
9381
+ *
9382
+ * @type {string}
9383
+ * @memberof PickIThemeExcludeKeyofIThemeTemplate
9384
+ */
9385
+ 'main'?: string;
9630
9386
  /**
9631
9387
  *
9632
9388
  * @type {IImage}
9633
- * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
9389
+ * @memberof PickIThemeExcludeKeyofIThemeTemplate
9634
9390
  */
9635
9391
  'thumbnail'?: IImage;
9636
9392
  /**
9637
9393
  *
9638
- * @type {Array<string>}
9639
- * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
9394
+ * @type {string}
9395
+ * @memberof PickIThemeExcludeKeyofIThemeTemplate
9640
9396
  */
9641
- 'companies': Array<string>;
9397
+ 'demoUrl'?: string;
9642
9398
  /**
9643
9399
  *
9644
9400
  * @type {string}
9645
- * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
9401
+ * @memberof PickIThemeExcludeKeyofIThemeTemplate
9646
9402
  */
9647
- 'domain': string;
9403
+ 'creator'?: string;
9404
+ /**
9405
+ *
9406
+ * @type {PickIThemeExcludeKeyofIThemeTemplateConfig}
9407
+ * @memberof PickIThemeExcludeKeyofIThemeTemplate
9408
+ */
9409
+ 'config': PickIThemeExcludeKeyofIThemeTemplateConfig;
9410
+ }
9411
+ /**
9412
+ *
9413
+ * @export
9414
+ * @interface PickIThemeExcludeKeyofIThemeTemplateConfig
9415
+ */
9416
+ export interface PickIThemeExcludeKeyofIThemeTemplateConfig {
9417
+ /**
9418
+ *
9419
+ * @type {PickIThemeExcludeKeyofIThemeTemplateConfigLayout}
9420
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfig
9421
+ */
9422
+ 'layout': PickIThemeExcludeKeyofIThemeTemplateConfigLayout;
9423
+ /**
9424
+ *
9425
+ * @type {PickIThemeExcludeKeyofIThemeTemplateConfigButtons}
9426
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfig
9427
+ */
9428
+ 'buttons': PickIThemeExcludeKeyofIThemeTemplateConfigButtons;
9429
+ /**
9430
+ *
9431
+ * @type {PickIThemeExcludeKeyofIThemeTemplateConfigCss}
9432
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfig
9433
+ */
9434
+ 'css': PickIThemeExcludeKeyofIThemeTemplateConfigCss;
9435
+ /**
9436
+ *
9437
+ * @type {PickIThemeExcludeKeyofIThemeTemplateConfigInject}
9438
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfig
9439
+ */
9440
+ 'inject': PickIThemeExcludeKeyofIThemeTemplateConfigInject;
9441
+ }
9442
+ /**
9443
+ *
9444
+ * @export
9445
+ * @interface PickIThemeExcludeKeyofIThemeTemplateConfigButtons
9446
+ */
9447
+ export interface PickIThemeExcludeKeyofIThemeTemplateConfigButtons {
9448
+ /**
9449
+ *
9450
+ * @type {number}
9451
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigButtons
9452
+ */
9453
+ 'shadowBlurRadius': number;
9454
+ /**
9455
+ *
9456
+ * @type {number}
9457
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigButtons
9458
+ */
9459
+ 'shadowVerticalOffset': number;
9460
+ /**
9461
+ *
9462
+ * @type {number}
9463
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigButtons
9464
+ */
9465
+ 'shadowHorizontalOffset': number;
9466
+ /**
9467
+ *
9468
+ * @type {number}
9469
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigButtons
9470
+ */
9471
+ 'shadowOpacity': number;
9472
+ /**
9473
+ *
9474
+ * @type {number}
9475
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigButtons
9476
+ */
9477
+ 'borderRadius': number;
9478
+ /**
9479
+ *
9480
+ * @type {number}
9481
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigButtons
9482
+ */
9483
+ 'opacity': number;
9484
+ /**
9485
+ *
9486
+ * @type {number}
9487
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigButtons
9488
+ */
9489
+ 'borderWidth': number;
9490
+ }
9491
+ /**
9492
+ *
9493
+ * @export
9494
+ * @interface PickIThemeExcludeKeyofIThemeTemplateConfigCss
9495
+ */
9496
+ export interface PickIThemeExcludeKeyofIThemeTemplateConfigCss {
9497
+ /**
9498
+ *
9499
+ * @type {{ [key: string]: string; }}
9500
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigCss
9501
+ */
9502
+ 'variables': {
9503
+ [key: string]: string;
9504
+ };
9505
+ }
9506
+ /**
9507
+ *
9508
+ * @export
9509
+ * @interface PickIThemeExcludeKeyofIThemeTemplateConfigInject
9510
+ */
9511
+ export interface PickIThemeExcludeKeyofIThemeTemplateConfigInject {
9512
+ /**
9513
+ *
9514
+ * @type {string}
9515
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigInject
9516
+ */
9517
+ 'js': string;
9518
+ /**
9519
+ *
9520
+ * @type {string}
9521
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigInject
9522
+ */
9523
+ 'css': string;
9524
+ }
9525
+ /**
9526
+ *
9527
+ * @export
9528
+ * @interface PickIThemeExcludeKeyofIThemeTemplateConfigLayout
9529
+ */
9530
+ export interface PickIThemeExcludeKeyofIThemeTemplateConfigLayout {
9531
+ /**
9532
+ *
9533
+ * @type {number}
9534
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigLayout
9535
+ */
9536
+ 'gridXGap': number;
9537
+ /**
9538
+ *
9539
+ * @type {number}
9540
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigLayout
9541
+ */
9542
+ 'gridYGap': number;
9543
+ /**
9544
+ *
9545
+ * @type {number}
9546
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigLayout
9547
+ */
9548
+ 'sectionYGap': number;
9549
+ /**
9550
+ *
9551
+ * @type {number}
9552
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigLayout
9553
+ */
9554
+ 'containerWidth': number;
9555
+ }
9556
+ /**
9557
+ * From T, pick a set of properties whose keys are in the union K
9558
+ * @export
9559
+ * @interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreator
9560
+ */
9561
+ export interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreator {
9562
+ /**
9563
+ *
9564
+ * @type {string}
9565
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreator
9566
+ */
9567
+ 'name': string;
9568
+ /**
9569
+ *
9570
+ * @type {IImage}
9571
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreator
9572
+ */
9573
+ 'thumbnail'?: IImage;
9574
+ /**
9575
+ *
9576
+ * @type {string}
9577
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreator
9578
+ */
9579
+ 'demoUrl'?: string;
9580
+ /**
9581
+ *
9582
+ * @type {PickIThemeExcludeKeyofIThemeTemplateConfig}
9583
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreator
9584
+ */
9585
+ 'config': PickIThemeExcludeKeyofIThemeTemplateConfig;
9648
9586
  }
9649
9587
  /**
9650
9588
  * From T, pick a set of properties whose keys are in the union K
@@ -10000,6 +9938,51 @@ export interface SubCategories {
10000
9938
  */
10001
9939
  '_id': string;
10002
9940
  }
9941
+ /**
9942
+ *
9943
+ * @export
9944
+ * @interface SubVariantType
9945
+ */
9946
+ export interface SubVariantType {
9947
+ /**
9948
+ *
9949
+ * @type {Array<IImage>}
9950
+ * @memberof SubVariantType
9951
+ */
9952
+ 'photos': Array<IImage>;
9953
+ /**
9954
+ *
9955
+ * @type {string}
9956
+ * @memberof SubVariantType
9957
+ */
9958
+ 'barcode'?: string;
9959
+ /**
9960
+ *
9961
+ * @type {string}
9962
+ * @memberof SubVariantType
9963
+ */
9964
+ 'sku'?: string;
9965
+ /**
9966
+ *
9967
+ * @type {boolean}
9968
+ * @memberof SubVariantType
9969
+ */
9970
+ 'stocklessSale': boolean;
9971
+ /**
9972
+ *
9973
+ * @type {{ [key: string]: IProductResponseStockValue; }}
9974
+ * @memberof SubVariantType
9975
+ */
9976
+ 'stock'?: {
9977
+ [key: string]: IProductResponseStockValue;
9978
+ };
9979
+ /**
9980
+ *
9981
+ * @type {PriceType}
9982
+ * @memberof SubVariantType
9983
+ */
9984
+ 'priceInfo': PriceType;
9985
+ }
10003
9986
  /**
10004
9987
  *
10005
9988
  * @export
@@ -10016,19 +9999,6 @@ export declare const TemplateTypeEnum: {
10016
9999
  readonly BLOG: "blog";
10017
10000
  };
10018
10001
  export type TemplateTypeEnum = typeof TemplateTypeEnum[keyof typeof TemplateTypeEnum];
10019
- /**
10020
- *
10021
- * @export
10022
- * @enum {string}
10023
- */
10024
- export declare const ThemeTypeEnum: {
10025
- readonly FASHION: "fashion";
10026
- readonly FOOD: "food";
10027
- readonly ELECTRONICS: "electronics";
10028
- readonly COSMETICS: "cosmetics";
10029
- readonly FURNITURE: "furniture";
10030
- };
10031
- export type ThemeTypeEnum = typeof ThemeTypeEnum[keyof typeof ThemeTypeEnum];
10032
10002
  /**
10033
10003
  *
10034
10004
  * @export
@@ -10254,6 +10224,13 @@ export declare const AuthApiAxiosParamCreator: (configuration?: Configuration) =
10254
10224
  * @throws {RequiredError}
10255
10225
  */
10256
10226
  socialLogin: (domain: string, iSocialLoginRequest: ISocialLoginRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10227
+ /**
10228
+ *
10229
+ * @param {string} code
10230
+ * @param {*} [options] Override http request option.
10231
+ * @throws {RequiredError}
10232
+ */
10233
+ verifyCode: (code: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10257
10234
  };
10258
10235
  /**
10259
10236
  * AuthApi - functional programming interface
@@ -10316,6 +10293,13 @@ export declare const AuthApiFp: (configuration?: Configuration) => {
10316
10293
  * @throws {RequiredError}
10317
10294
  */
10318
10295
  socialLogin(domain: string, iSocialLoginRequest: ISocialLoginRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ILoginResponse>>;
10296
+ /**
10297
+ *
10298
+ * @param {string} code
10299
+ * @param {*} [options] Override http request option.
10300
+ * @throws {RequiredError}
10301
+ */
10302
+ verifyCode(code: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IUserResponse>>;
10319
10303
  };
10320
10304
  /**
10321
10305
  * AuthApi - factory interface
@@ -10371,6 +10355,13 @@ export declare const AuthApiFactory: (configuration?: Configuration, basePath?:
10371
10355
  * @throws {RequiredError}
10372
10356
  */
10373
10357
  socialLogin(requestParameters: AuthApiSocialLoginRequest, options?: RawAxiosRequestConfig): AxiosPromise<ILoginResponse>;
10358
+ /**
10359
+ *
10360
+ * @param {AuthApiVerifyCodeRequest} requestParameters Request parameters.
10361
+ * @param {*} [options] Override http request option.
10362
+ * @throws {RequiredError}
10363
+ */
10364
+ verifyCode(requestParameters: AuthApiVerifyCodeRequest, options?: RawAxiosRequestConfig): AxiosPromise<IUserResponse>;
10374
10365
  };
10375
10366
  /**
10376
10367
  * Request parameters for forgotPassword operation in AuthApi.
@@ -10505,6 +10496,19 @@ export interface AuthApiSocialLoginRequest {
10505
10496
  */
10506
10497
  readonly iSocialLoginRequest: ISocialLoginRequest;
10507
10498
  }
10499
+ /**
10500
+ * Request parameters for verifyCode operation in AuthApi.
10501
+ * @export
10502
+ * @interface AuthApiVerifyCodeRequest
10503
+ */
10504
+ export interface AuthApiVerifyCodeRequest {
10505
+ /**
10506
+ *
10507
+ * @type {string}
10508
+ * @memberof AuthApiVerifyCode
10509
+ */
10510
+ readonly code: string;
10511
+ }
10508
10512
  /**
10509
10513
  * AuthApi - object-oriented interface
10510
10514
  * @export
@@ -10568,6 +10572,14 @@ export declare class AuthApi extends BaseAPI {
10568
10572
  * @memberof AuthApi
10569
10573
  */
10570
10574
  socialLogin(requestParameters: AuthApiSocialLoginRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ILoginResponse, any>>;
10575
+ /**
10576
+ *
10577
+ * @param {AuthApiVerifyCodeRequest} requestParameters Request parameters.
10578
+ * @param {*} [options] Override http request option.
10579
+ * @throws {RequiredError}
10580
+ * @memberof AuthApi
10581
+ */
10582
+ verifyCode(requestParameters: AuthApiVerifyCodeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IUserResponse, any>>;
10571
10583
  }
10572
10584
  /**
10573
10585
  * BasketApi - axios parameter creator