@infisale-client/api 1.2.42 → 1.2.44

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
  *
@@ -9459,192 +9155,434 @@ export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPo
9459
9155
  /**
9460
9156
  *
9461
9157
  * @type {string}
9462
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
9158
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
9159
+ */
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;
9179
+ /**
9180
+ *
9181
+ * @type {Array<string>}
9182
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
9183
+ */
9184
+ 'collections': Array<string>;
9185
+ /**
9186
+ *
9187
+ * @type {string}
9188
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
9189
+ */
9190
+ 'sku'?: string;
9191
+ /**
9192
+ *
9193
+ * @type {string}
9194
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
9195
+ */
9196
+ 'barcode'?: string;
9197
+ /**
9198
+ *
9199
+ * @type {Array<IImage>}
9200
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
9201
+ */
9202
+ 'photos': Array<IImage>;
9203
+ /**
9204
+ *
9205
+ * @type {{ [key: string]: IProductResponseStockValue; }}
9206
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
9207
+ */
9208
+ 'stock'?: {
9209
+ [key: string]: IProductResponseStockValue;
9210
+ };
9211
+ /**
9212
+ *
9213
+ * @type {boolean}
9214
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
9215
+ */
9216
+ 'stocklessSale'?: boolean;
9217
+ /**
9218
+ *
9219
+ * @type {PriceType}
9220
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
9221
+ */
9222
+ 'priceInfo': PriceType;
9223
+ /**
9224
+ *
9225
+ * @type {PartialRecordLanguageEnumIContentsValue}
9226
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
9227
+ */
9228
+ 'contents': PartialRecordLanguageEnumIContentsValue;
9229
+ /**
9230
+ *
9231
+ * @type {{ [key: string]: MainVariantType; }}
9232
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
9233
+ */
9234
+ 'variants'?: {
9235
+ [key: string]: MainVariantType;
9236
+ };
9237
+ /**
9238
+ *
9239
+ * @type {{ [key: string]: string; }}
9240
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
9241
+ */
9242
+ 'attributes'?: {
9243
+ [key: string]: string;
9244
+ };
9245
+ }
9246
+ /**
9247
+ * From T, pick a set of properties whose keys are in the union K
9248
+ * @export
9249
+ * @interface PickITemplateExcludeKeyofITemplateComponents
9250
+ */
9251
+ export interface PickITemplateExcludeKeyofITemplateComponents {
9252
+ /**
9253
+ *
9254
+ * @type {string}
9255
+ * @memberof PickITemplateExcludeKeyofITemplateComponents
9256
+ */
9257
+ 'company': string;
9258
+ /**
9259
+ *
9260
+ * @type {string}
9261
+ * @memberof PickITemplateExcludeKeyofITemplateComponents
9262
+ */
9263
+ '_id': string;
9264
+ /**
9265
+ *
9266
+ * @type {number}
9267
+ * @memberof PickITemplateExcludeKeyofITemplateComponents
9268
+ */
9269
+ '__v': number;
9270
+ /**
9271
+ *
9272
+ * @type {string}
9273
+ * @memberof PickITemplateExcludeKeyofITemplateComponents
9274
+ */
9275
+ 'createdAt': string;
9276
+ /**
9277
+ *
9278
+ * @type {string}
9279
+ * @memberof PickITemplateExcludeKeyofITemplateComponents
9280
+ */
9281
+ 'updatedAt': string;
9282
+ /**
9283
+ *
9284
+ * @type {string}
9285
+ * @memberof PickITemplateExcludeKeyofITemplateComponents
9286
+ */
9287
+ 'theme': string;
9288
+ /**
9289
+ *
9290
+ * @type {TemplateTypeEnum}
9291
+ * @memberof PickITemplateExcludeKeyofITemplateComponents
9292
+ */
9293
+ 'type': TemplateTypeEnum;
9294
+ /**
9295
+ *
9296
+ * @type {string}
9297
+ * @memberof PickITemplateExcludeKeyofITemplateComponents
9298
+ */
9299
+ 'title': string;
9300
+ }
9301
+ /**
9302
+ * From T, pick a set of properties whose keys are in the union K
9303
+ * @export
9304
+ * @interface PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
9305
+ */
9306
+ export interface PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse {
9307
+ /**
9308
+ *
9309
+ * @type {string}
9310
+ * @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
9311
+ */
9312
+ 'company': string;
9313
+ /**
9314
+ *
9315
+ * @type {string}
9316
+ * @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
9317
+ */
9318
+ 'theme': string;
9319
+ /**
9320
+ *
9321
+ * @type {TemplateTypeEnum}
9322
+ * @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
9323
+ */
9324
+ 'type': TemplateTypeEnum;
9325
+ /**
9326
+ *
9327
+ * @type {Array<ITemplateResponseComponentsInner>}
9328
+ * @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
9329
+ */
9330
+ 'components': Array<ITemplateResponseComponentsInner>;
9331
+ /**
9332
+ *
9333
+ * @type {string}
9334
+ * @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
9335
+ */
9336
+ 'title': string;
9337
+ }
9338
+ /**
9339
+ * From T, pick a set of properties whose keys are in the union K
9340
+ * @export
9341
+ * @interface PickIThemeExcludeKeyofIThemeTemplate
9342
+ */
9343
+ export interface PickIThemeExcludeKeyofIThemeTemplate {
9344
+ /**
9345
+ *
9346
+ * @type {string}
9347
+ * @memberof PickIThemeExcludeKeyofIThemeTemplate
9348
+ */
9349
+ 'name': string;
9350
+ /**
9351
+ *
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
9378
+ */
9379
+ 'updatedAt': string;
9380
+ /**
9381
+ *
9382
+ * @type {string}
9383
+ * @memberof PickIThemeExcludeKeyofIThemeTemplate
9463
9384
  */
9464
- 'company': string;
9385
+ 'main'?: string;
9465
9386
  /**
9466
9387
  *
9467
- * @type {Array<string>}
9468
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
9388
+ * @type {IImage}
9389
+ * @memberof PickIThemeExcludeKeyofIThemeTemplate
9469
9390
  */
9470
- 'collections': Array<string>;
9391
+ 'thumbnail'?: IImage;
9471
9392
  /**
9472
9393
  *
9473
9394
  * @type {string}
9474
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
9395
+ * @memberof PickIThemeExcludeKeyofIThemeTemplate
9475
9396
  */
9476
- 'sku'?: string;
9397
+ 'demoUrl'?: string;
9477
9398
  /**
9478
9399
  *
9479
9400
  * @type {string}
9480
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
9401
+ * @memberof PickIThemeExcludeKeyofIThemeTemplate
9481
9402
  */
9482
- 'barcode'?: string;
9403
+ 'creator'?: string;
9483
9404
  /**
9484
9405
  *
9485
- * @type {Array<IImage>}
9486
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
9406
+ * @type {PickIThemeExcludeKeyofIThemeTemplateConfig}
9407
+ * @memberof PickIThemeExcludeKeyofIThemeTemplate
9487
9408
  */
9488
- 'photos': Array<IImage>;
9409
+ 'config': PickIThemeExcludeKeyofIThemeTemplateConfig;
9410
+ }
9411
+ /**
9412
+ *
9413
+ * @export
9414
+ * @interface PickIThemeExcludeKeyofIThemeTemplateConfig
9415
+ */
9416
+ export interface PickIThemeExcludeKeyofIThemeTemplateConfig {
9489
9417
  /**
9490
9418
  *
9491
- * @type {{ [key: string]: IProductResponseStockValue; }}
9492
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
9419
+ * @type {PickIThemeExcludeKeyofIThemeTemplateConfigLayout}
9420
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfig
9493
9421
  */
9494
- 'stock'?: {
9495
- [key: string]: IProductResponseStockValue;
9496
- };
9422
+ 'layout': PickIThemeExcludeKeyofIThemeTemplateConfigLayout;
9497
9423
  /**
9498
9424
  *
9499
- * @type {boolean}
9500
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
9425
+ * @type {PickIThemeExcludeKeyofIThemeTemplateConfigButtons}
9426
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfig
9501
9427
  */
9502
- 'stocklessSale'?: boolean;
9428
+ 'buttons': PickIThemeExcludeKeyofIThemeTemplateConfigButtons;
9503
9429
  /**
9504
9430
  *
9505
- * @type {PriceType}
9506
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
9431
+ * @type {PickIThemeExcludeKeyofIThemeTemplateConfigCss}
9432
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfig
9507
9433
  */
9508
- 'priceInfo': PriceType;
9434
+ 'css': PickIThemeExcludeKeyofIThemeTemplateConfigCss;
9509
9435
  /**
9510
9436
  *
9511
- * @type {PartialRecordLanguageEnumIContentsValue}
9512
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
9437
+ * @type {PickIThemeExcludeKeyofIThemeTemplateConfigInject}
9438
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfig
9513
9439
  */
9514
- 'contents': PartialRecordLanguageEnumIContentsValue;
9440
+ 'inject': PickIThemeExcludeKeyofIThemeTemplateConfigInject;
9441
+ }
9442
+ /**
9443
+ *
9444
+ * @export
9445
+ * @interface PickIThemeExcludeKeyofIThemeTemplateConfigButtons
9446
+ */
9447
+ export interface PickIThemeExcludeKeyofIThemeTemplateConfigButtons {
9515
9448
  /**
9516
9449
  *
9517
- * @type {{ [key: string]: IProductResponseVariantsValue; }}
9518
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
9450
+ * @type {number}
9451
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigButtons
9519
9452
  */
9520
- 'variants'?: {
9521
- [key: string]: IProductResponseVariantsValue;
9522
- };
9453
+ 'shadowBlurRadius': number;
9523
9454
  /**
9524
9455
  *
9525
- * @type {{ [key: string]: string; }}
9526
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
9456
+ * @type {number}
9457
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigButtons
9527
9458
  */
9528
- 'attributes'?: {
9529
- [key: string]: string;
9530
- };
9531
- }
9532
- /**
9533
- * From T, pick a set of properties whose keys are in the union K
9534
- * @export
9535
- * @interface PickITemplateExcludeKeyofITemplateComponents
9536
- */
9537
- export interface PickITemplateExcludeKeyofITemplateComponents {
9459
+ 'shadowVerticalOffset': number;
9538
9460
  /**
9539
9461
  *
9540
- * @type {string}
9541
- * @memberof PickITemplateExcludeKeyofITemplateComponents
9462
+ * @type {number}
9463
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigButtons
9542
9464
  */
9543
- 'company': string;
9465
+ 'shadowHorizontalOffset': number;
9544
9466
  /**
9545
9467
  *
9546
- * @type {string}
9547
- * @memberof PickITemplateExcludeKeyofITemplateComponents
9468
+ * @type {number}
9469
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigButtons
9548
9470
  */
9549
- '_id': string;
9471
+ 'shadowOpacity': number;
9550
9472
  /**
9551
9473
  *
9552
9474
  * @type {number}
9553
- * @memberof PickITemplateExcludeKeyofITemplateComponents
9475
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigButtons
9554
9476
  */
9555
- '__v': number;
9477
+ 'borderRadius': number;
9556
9478
  /**
9557
9479
  *
9558
- * @type {string}
9559
- * @memberof PickITemplateExcludeKeyofITemplateComponents
9480
+ * @type {number}
9481
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigButtons
9560
9482
  */
9561
- 'createdAt': string;
9483
+ 'opacity': number;
9562
9484
  /**
9563
9485
  *
9564
- * @type {string}
9565
- * @memberof PickITemplateExcludeKeyofITemplateComponents
9486
+ * @type {number}
9487
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigButtons
9566
9488
  */
9567
- 'updatedAt': string;
9489
+ 'borderWidth': number;
9490
+ }
9491
+ /**
9492
+ *
9493
+ * @export
9494
+ * @interface PickIThemeExcludeKeyofIThemeTemplateConfigCss
9495
+ */
9496
+ export interface PickIThemeExcludeKeyofIThemeTemplateConfigCss {
9568
9497
  /**
9569
9498
  *
9570
- * @type {TemplateTypeEnum}
9571
- * @memberof PickITemplateExcludeKeyofITemplateComponents
9499
+ * @type {{ [key: string]: string; }}
9500
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigCss
9572
9501
  */
9573
- 'type': TemplateTypeEnum;
9502
+ 'variables': {
9503
+ [key: string]: string;
9504
+ };
9505
+ }
9506
+ /**
9507
+ *
9508
+ * @export
9509
+ * @interface PickIThemeExcludeKeyofIThemeTemplateConfigInject
9510
+ */
9511
+ export interface PickIThemeExcludeKeyofIThemeTemplateConfigInject {
9574
9512
  /**
9575
9513
  *
9576
9514
  * @type {string}
9577
- * @memberof PickITemplateExcludeKeyofITemplateComponents
9515
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigInject
9578
9516
  */
9579
- 'title': string;
9517
+ 'js': string;
9518
+ /**
9519
+ *
9520
+ * @type {string}
9521
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigInject
9522
+ */
9523
+ 'css': string;
9580
9524
  }
9581
9525
  /**
9582
- * From T, pick a set of properties whose keys are in the union K
9526
+ *
9583
9527
  * @export
9584
- * @interface PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
9528
+ * @interface PickIThemeExcludeKeyofIThemeTemplateConfigLayout
9585
9529
  */
9586
- export interface PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse {
9530
+ export interface PickIThemeExcludeKeyofIThemeTemplateConfigLayout {
9587
9531
  /**
9588
9532
  *
9589
- * @type {string}
9590
- * @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
9533
+ * @type {number}
9534
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigLayout
9591
9535
  */
9592
- 'company': string;
9536
+ 'gridXGap': number;
9593
9537
  /**
9594
9538
  *
9595
- * @type {TemplateTypeEnum}
9596
- * @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
9539
+ * @type {number}
9540
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigLayout
9597
9541
  */
9598
- 'type': TemplateTypeEnum;
9542
+ 'gridYGap': number;
9599
9543
  /**
9600
9544
  *
9601
- * @type {Array<ITemplateResponseComponentsInner>}
9602
- * @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
9545
+ * @type {number}
9546
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigLayout
9603
9547
  */
9604
- 'components': Array<ITemplateResponseComponentsInner>;
9548
+ 'sectionYGap': number;
9605
9549
  /**
9606
9550
  *
9607
- * @type {string}
9608
- * @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
9551
+ * @type {number}
9552
+ * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigLayout
9609
9553
  */
9610
- 'title': string;
9554
+ 'containerWidth': number;
9611
9555
  }
9612
9556
  /**
9613
9557
  * From T, pick a set of properties whose keys are in the union K
9614
9558
  * @export
9615
- * @interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
9559
+ * @interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreator
9616
9560
  */
9617
- export interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse {
9561
+ export interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreator {
9618
9562
  /**
9619
9563
  *
9620
9564
  * @type {string}
9621
- * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
9565
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreator
9622
9566
  */
9623
9567
  'name': string;
9624
- /**
9625
- *
9626
- * @type {ThemeTypeEnum}
9627
- * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
9628
- */
9629
- 'type': ThemeTypeEnum;
9630
9568
  /**
9631
9569
  *
9632
9570
  * @type {IImage}
9633
- * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
9571
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreator
9634
9572
  */
9635
9573
  'thumbnail'?: IImage;
9636
9574
  /**
9637
9575
  *
9638
- * @type {Array<string>}
9639
- * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
9576
+ * @type {string}
9577
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreator
9640
9578
  */
9641
- 'companies': Array<string>;
9579
+ 'demoUrl'?: string;
9642
9580
  /**
9643
9581
  *
9644
- * @type {string}
9645
- * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
9582
+ * @type {PickIThemeExcludeKeyofIThemeTemplateConfig}
9583
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreator
9646
9584
  */
9647
- 'domain': string;
9585
+ 'config': PickIThemeExcludeKeyofIThemeTemplateConfig;
9648
9586
  }
9649
9587
  /**
9650
9588
  * From T, pick a set of properties whose keys are in the union K
@@ -10019,6 +9957,51 @@ export interface SubCategories {
10019
9957
  */
10020
9958
  '_id': string;
10021
9959
  }
9960
+ /**
9961
+ *
9962
+ * @export
9963
+ * @interface SubVariantType
9964
+ */
9965
+ export interface SubVariantType {
9966
+ /**
9967
+ *
9968
+ * @type {Array<IImage>}
9969
+ * @memberof SubVariantType
9970
+ */
9971
+ 'photos': Array<IImage>;
9972
+ /**
9973
+ *
9974
+ * @type {string}
9975
+ * @memberof SubVariantType
9976
+ */
9977
+ 'barcode'?: string;
9978
+ /**
9979
+ *
9980
+ * @type {string}
9981
+ * @memberof SubVariantType
9982
+ */
9983
+ 'sku'?: string;
9984
+ /**
9985
+ *
9986
+ * @type {boolean}
9987
+ * @memberof SubVariantType
9988
+ */
9989
+ 'stocklessSale': boolean;
9990
+ /**
9991
+ *
9992
+ * @type {{ [key: string]: IProductResponseStockValue; }}
9993
+ * @memberof SubVariantType
9994
+ */
9995
+ 'stock'?: {
9996
+ [key: string]: IProductResponseStockValue;
9997
+ };
9998
+ /**
9999
+ *
10000
+ * @type {PriceType}
10001
+ * @memberof SubVariantType
10002
+ */
10003
+ 'priceInfo': PriceType;
10004
+ }
10022
10005
  /**
10023
10006
  *
10024
10007
  * @export
@@ -10035,19 +10018,6 @@ export declare const TemplateTypeEnum: {
10035
10018
  readonly BLOG: "blog";
10036
10019
  };
10037
10020
  export type TemplateTypeEnum = typeof TemplateTypeEnum[keyof typeof TemplateTypeEnum];
10038
- /**
10039
- *
10040
- * @export
10041
- * @enum {string}
10042
- */
10043
- export declare const ThemeTypeEnum: {
10044
- readonly FASHION: "fashion";
10045
- readonly FOOD: "food";
10046
- readonly ELECTRONICS: "electronics";
10047
- readonly COSMETICS: "cosmetics";
10048
- readonly FURNITURE: "furniture";
10049
- };
10050
- export type ThemeTypeEnum = typeof ThemeTypeEnum[keyof typeof ThemeTypeEnum];
10051
10021
  /**
10052
10022
  *
10053
10023
  * @export
@@ -16809,10 +16779,11 @@ export declare const TemplateApiAxiosParamCreator: (configuration?: Configuratio
16809
16779
  * @param {string} companyId
16810
16780
  * @param {TemplateTypeEnum} [type]
16811
16781
  * @param {string} [search]
16782
+ * @param {string} [theme]
16812
16783
  * @param {*} [options] Override http request option.
16813
16784
  * @throws {RequiredError}
16814
16785
  */
16815
- getTemplates: (companyId: string, type?: TemplateTypeEnum, search?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
16786
+ getTemplates: (companyId: string, type?: TemplateTypeEnum, search?: string, theme?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
16816
16787
  /**
16817
16788
  *
16818
16789
  * @param {string} id
@@ -16846,10 +16817,11 @@ export declare const TemplateApiFp: (configuration?: Configuration) => {
16846
16817
  * @param {string} companyId
16847
16818
  * @param {TemplateTypeEnum} [type]
16848
16819
  * @param {string} [search]
16820
+ * @param {string} [theme]
16849
16821
  * @param {*} [options] Override http request option.
16850
16822
  * @throws {RequiredError}
16851
16823
  */
16852
- getTemplates(companyId: string, type?: TemplateTypeEnum, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ITemplatesResponse>>;
16824
+ getTemplates(companyId: string, type?: TemplateTypeEnum, search?: string, theme?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ITemplatesResponse>>;
16853
16825
  /**
16854
16826
  *
16855
16827
  * @param {string} id
@@ -16943,6 +16915,12 @@ export interface TemplateApiGetTemplatesRequest {
16943
16915
  * @memberof TemplateApiGetTemplates
16944
16916
  */
16945
16917
  readonly search?: string;
16918
+ /**
16919
+ *
16920
+ * @type {string}
16921
+ * @memberof TemplateApiGetTemplates
16922
+ */
16923
+ readonly theme?: string;
16946
16924
  }
16947
16925
  /**
16948
16926
  * Request parameters for updateTemplate operation in TemplateApi.
@@ -17008,6 +16986,13 @@ export declare class TemplateApi extends BaseAPI {
17008
16986
  * @export
17009
16987
  */
17010
16988
  export declare const ThemeApiAxiosParamCreator: (configuration?: Configuration) => {
16989
+ /**
16990
+ *
16991
+ * @param {IThemeCloneRequest} iThemeCloneRequest
16992
+ * @param {*} [options] Override http request option.
16993
+ * @throws {RequiredError}
16994
+ */
16995
+ cloneTheme: (iThemeCloneRequest: IThemeCloneRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
17011
16996
  /**
17012
16997
  *
17013
16998
  * @param {IThemePostRequest} iThemePostRequest
@@ -17024,25 +17009,24 @@ export declare const ThemeApiAxiosParamCreator: (configuration?: Configuration)
17024
17009
  deleteTheme: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
17025
17010
  /**
17026
17011
  *
17027
- * @param {string} id
17012
+ * @param {string} companyId
17028
17013
  * @param {*} [options] Override http request option.
17029
17014
  * @throws {RequiredError}
17030
17015
  */
17031
- getThemeById: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
17016
+ getCompanyThemes: (companyId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
17032
17017
  /**
17033
17018
  *
17034
- * @param {string} type
17019
+ * @param {string} id
17035
17020
  * @param {*} [options] Override http request option.
17036
17021
  * @throws {RequiredError}
17037
17022
  */
17038
- getThemeByType: (type: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
17023
+ getThemeById: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
17039
17024
  /**
17040
17025
  *
17041
- * @param {string} company
17042
17026
  * @param {*} [options] Override http request option.
17043
17027
  * @throws {RequiredError}
17044
17028
  */
17045
- getThemes: (company: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
17029
+ getThemes: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
17046
17030
  /**
17047
17031
  *
17048
17032
  * @param {string} id
@@ -17057,6 +17041,13 @@ export declare const ThemeApiAxiosParamCreator: (configuration?: Configuration)
17057
17041
  * @export
17058
17042
  */
17059
17043
  export declare const ThemeApiFp: (configuration?: Configuration) => {
17044
+ /**
17045
+ *
17046
+ * @param {IThemeCloneRequest} iThemeCloneRequest
17047
+ * @param {*} [options] Override http request option.
17048
+ * @throws {RequiredError}
17049
+ */
17050
+ cloneTheme(iThemeCloneRequest: IThemeCloneRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IThemeResponse>>;
17060
17051
  /**
17061
17052
  *
17062
17053
  * @param {IThemePostRequest} iThemePostRequest
@@ -17073,25 +17064,24 @@ export declare const ThemeApiFp: (configuration?: Configuration) => {
17073
17064
  deleteTheme(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
17074
17065
  /**
17075
17066
  *
17076
- * @param {string} id
17067
+ * @param {string} companyId
17077
17068
  * @param {*} [options] Override http request option.
17078
17069
  * @throws {RequiredError}
17079
17070
  */
17080
- getThemeById(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IThemeResponse>>;
17071
+ getCompanyThemes(companyId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IThemesResponse>>;
17081
17072
  /**
17082
17073
  *
17083
- * @param {string} type
17074
+ * @param {string} id
17084
17075
  * @param {*} [options] Override http request option.
17085
17076
  * @throws {RequiredError}
17086
17077
  */
17087
- getThemeByType(type: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IThemeResponse>>;
17078
+ getThemeById(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IThemeResponse>>;
17088
17079
  /**
17089
17080
  *
17090
- * @param {string} company
17091
17081
  * @param {*} [options] Override http request option.
17092
17082
  * @throws {RequiredError}
17093
17083
  */
17094
- getThemes(company: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IThemesResponse>>;
17084
+ getThemes(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IThemesResponse>>;
17095
17085
  /**
17096
17086
  *
17097
17087
  * @param {string} id
@@ -17106,6 +17096,13 @@ export declare const ThemeApiFp: (configuration?: Configuration) => {
17106
17096
  * @export
17107
17097
  */
17108
17098
  export declare const ThemeApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
17099
+ /**
17100
+ *
17101
+ * @param {ThemeApiCloneThemeRequest} requestParameters Request parameters.
17102
+ * @param {*} [options] Override http request option.
17103
+ * @throws {RequiredError}
17104
+ */
17105
+ cloneTheme(requestParameters: ThemeApiCloneThemeRequest, options?: RawAxiosRequestConfig): AxiosPromise<IThemeResponse>;
17109
17106
  /**
17110
17107
  *
17111
17108
  * @param {ThemeApiCreateThemeRequest} requestParameters Request parameters.
@@ -17122,25 +17119,24 @@ export declare const ThemeApiFactory: (configuration?: Configuration, basePath?:
17122
17119
  deleteTheme(requestParameters: ThemeApiDeleteThemeRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
17123
17120
  /**
17124
17121
  *
17125
- * @param {ThemeApiGetThemeByIdRequest} requestParameters Request parameters.
17122
+ * @param {ThemeApiGetCompanyThemesRequest} requestParameters Request parameters.
17126
17123
  * @param {*} [options] Override http request option.
17127
17124
  * @throws {RequiredError}
17128
17125
  */
17129
- getThemeById(requestParameters: ThemeApiGetThemeByIdRequest, options?: RawAxiosRequestConfig): AxiosPromise<IThemeResponse>;
17126
+ getCompanyThemes(requestParameters: ThemeApiGetCompanyThemesRequest, options?: RawAxiosRequestConfig): AxiosPromise<IThemesResponse>;
17130
17127
  /**
17131
17128
  *
17132
- * @param {ThemeApiGetThemeByTypeRequest} requestParameters Request parameters.
17129
+ * @param {ThemeApiGetThemeByIdRequest} requestParameters Request parameters.
17133
17130
  * @param {*} [options] Override http request option.
17134
17131
  * @throws {RequiredError}
17135
17132
  */
17136
- getThemeByType(requestParameters: ThemeApiGetThemeByTypeRequest, options?: RawAxiosRequestConfig): AxiosPromise<IThemeResponse>;
17133
+ getThemeById(requestParameters: ThemeApiGetThemeByIdRequest, options?: RawAxiosRequestConfig): AxiosPromise<IThemeResponse>;
17137
17134
  /**
17138
17135
  *
17139
- * @param {ThemeApiGetThemesRequest} requestParameters Request parameters.
17140
17136
  * @param {*} [options] Override http request option.
17141
17137
  * @throws {RequiredError}
17142
17138
  */
17143
- getThemes(requestParameters: ThemeApiGetThemesRequest, options?: RawAxiosRequestConfig): AxiosPromise<IThemesResponse>;
17139
+ getThemes(options?: RawAxiosRequestConfig): AxiosPromise<IThemesResponse>;
17144
17140
  /**
17145
17141
  *
17146
17142
  * @param {ThemeApiUpdateThemeRequest} requestParameters Request parameters.
@@ -17149,6 +17145,19 @@ export declare const ThemeApiFactory: (configuration?: Configuration, basePath?:
17149
17145
  */
17150
17146
  updateTheme(requestParameters: ThemeApiUpdateThemeRequest, options?: RawAxiosRequestConfig): AxiosPromise<IThemeResponse>;
17151
17147
  };
17148
+ /**
17149
+ * Request parameters for cloneTheme operation in ThemeApi.
17150
+ * @export
17151
+ * @interface ThemeApiCloneThemeRequest
17152
+ */
17153
+ export interface ThemeApiCloneThemeRequest {
17154
+ /**
17155
+ *
17156
+ * @type {IThemeCloneRequest}
17157
+ * @memberof ThemeApiCloneTheme
17158
+ */
17159
+ readonly iThemeCloneRequest: IThemeCloneRequest;
17160
+ }
17152
17161
  /**
17153
17162
  * Request parameters for createTheme operation in ThemeApi.
17154
17163
  * @export
@@ -17176,43 +17185,30 @@ export interface ThemeApiDeleteThemeRequest {
17176
17185
  readonly id: string;
17177
17186
  }
17178
17187
  /**
17179
- * Request parameters for getThemeById operation in ThemeApi.
17180
- * @export
17181
- * @interface ThemeApiGetThemeByIdRequest
17182
- */
17183
- export interface ThemeApiGetThemeByIdRequest {
17184
- /**
17185
- *
17186
- * @type {string}
17187
- * @memberof ThemeApiGetThemeById
17188
- */
17189
- readonly id: string;
17190
- }
17191
- /**
17192
- * Request parameters for getThemeByType operation in ThemeApi.
17188
+ * Request parameters for getCompanyThemes operation in ThemeApi.
17193
17189
  * @export
17194
- * @interface ThemeApiGetThemeByTypeRequest
17190
+ * @interface ThemeApiGetCompanyThemesRequest
17195
17191
  */
17196
- export interface ThemeApiGetThemeByTypeRequest {
17192
+ export interface ThemeApiGetCompanyThemesRequest {
17197
17193
  /**
17198
17194
  *
17199
17195
  * @type {string}
17200
- * @memberof ThemeApiGetThemeByType
17196
+ * @memberof ThemeApiGetCompanyThemes
17201
17197
  */
17202
- readonly type: string;
17198
+ readonly companyId: string;
17203
17199
  }
17204
17200
  /**
17205
- * Request parameters for getThemes operation in ThemeApi.
17201
+ * Request parameters for getThemeById operation in ThemeApi.
17206
17202
  * @export
17207
- * @interface ThemeApiGetThemesRequest
17203
+ * @interface ThemeApiGetThemeByIdRequest
17208
17204
  */
17209
- export interface ThemeApiGetThemesRequest {
17205
+ export interface ThemeApiGetThemeByIdRequest {
17210
17206
  /**
17211
17207
  *
17212
17208
  * @type {string}
17213
- * @memberof ThemeApiGetThemes
17209
+ * @memberof ThemeApiGetThemeById
17214
17210
  */
17215
- readonly company: string;
17211
+ readonly id: string;
17216
17212
  }
17217
17213
  /**
17218
17214
  * Request parameters for updateTheme operation in ThemeApi.
@@ -17240,6 +17236,14 @@ export interface ThemeApiUpdateThemeRequest {
17240
17236
  * @extends {BaseAPI}
17241
17237
  */
17242
17238
  export declare class ThemeApi extends BaseAPI {
17239
+ /**
17240
+ *
17241
+ * @param {ThemeApiCloneThemeRequest} requestParameters Request parameters.
17242
+ * @param {*} [options] Override http request option.
17243
+ * @throws {RequiredError}
17244
+ * @memberof ThemeApi
17245
+ */
17246
+ cloneTheme(requestParameters: ThemeApiCloneThemeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IThemeResponse, any>>;
17243
17247
  /**
17244
17248
  *
17245
17249
  * @param {ThemeApiCreateThemeRequest} requestParameters Request parameters.
@@ -17258,28 +17262,27 @@ export declare class ThemeApi extends BaseAPI {
17258
17262
  deleteTheme(requestParameters: ThemeApiDeleteThemeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
17259
17263
  /**
17260
17264
  *
17261
- * @param {ThemeApiGetThemeByIdRequest} requestParameters Request parameters.
17265
+ * @param {ThemeApiGetCompanyThemesRequest} requestParameters Request parameters.
17262
17266
  * @param {*} [options] Override http request option.
17263
17267
  * @throws {RequiredError}
17264
17268
  * @memberof ThemeApi
17265
17269
  */
17266
- getThemeById(requestParameters: ThemeApiGetThemeByIdRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IThemeResponse, any>>;
17270
+ getCompanyThemes(requestParameters: ThemeApiGetCompanyThemesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IThemesResponse, any>>;
17267
17271
  /**
17268
17272
  *
17269
- * @param {ThemeApiGetThemeByTypeRequest} requestParameters Request parameters.
17273
+ * @param {ThemeApiGetThemeByIdRequest} requestParameters Request parameters.
17270
17274
  * @param {*} [options] Override http request option.
17271
17275
  * @throws {RequiredError}
17272
17276
  * @memberof ThemeApi
17273
17277
  */
17274
- getThemeByType(requestParameters: ThemeApiGetThemeByTypeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IThemeResponse, any>>;
17278
+ getThemeById(requestParameters: ThemeApiGetThemeByIdRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IThemeResponse, any>>;
17275
17279
  /**
17276
17280
  *
17277
- * @param {ThemeApiGetThemesRequest} requestParameters Request parameters.
17278
17281
  * @param {*} [options] Override http request option.
17279
17282
  * @throws {RequiredError}
17280
17283
  * @memberof ThemeApi
17281
17284
  */
17282
- getThemes(requestParameters: ThemeApiGetThemesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IThemesResponse, any>>;
17285
+ getThemes(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IThemesResponse, any>>;
17283
17286
  /**
17284
17287
  *
17285
17288
  * @param {ThemeApiUpdateThemeRequest} requestParameters Request parameters.