@infisale-client/api 1.2.41 → 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 +910 -869
- package/dist/api/api.js +97 -51
- package/dist/api/api.mjs +95 -49
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -727,11 +727,11 @@ export interface IAllCategoriesTreeResponseDataInner {
|
|
|
727
727
|
*/
|
|
728
728
|
'attributes': Array<ICategoryResponseAttributesInner>;
|
|
729
729
|
/**
|
|
730
|
-
*
|
|
731
|
-
* @type {
|
|
730
|
+
*
|
|
731
|
+
* @type {PartialRecordLanguageEnumTitleString}
|
|
732
732
|
* @memberof IAllCategoriesTreeResponseDataInner
|
|
733
733
|
*/
|
|
734
|
-
'contents':
|
|
734
|
+
'contents': PartialRecordLanguageEnumTitleString;
|
|
735
735
|
/**
|
|
736
736
|
*
|
|
737
737
|
* @type {string}
|
|
@@ -1044,16 +1044,16 @@ export type IBrandCollectionQueryParamsDateFieldEnum = typeof IBrandCollectionQu
|
|
|
1044
1044
|
export interface IBrandPatchRequest {
|
|
1045
1045
|
/**
|
|
1046
1046
|
*
|
|
1047
|
-
* @type {
|
|
1047
|
+
* @type {IImage}
|
|
1048
1048
|
* @memberof IBrandPatchRequest
|
|
1049
1049
|
*/
|
|
1050
|
-
'
|
|
1050
|
+
'thumbnail'?: IImage;
|
|
1051
1051
|
/**
|
|
1052
1052
|
*
|
|
1053
|
-
* @type {
|
|
1053
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
1054
1054
|
* @memberof IBrandPatchRequest
|
|
1055
1055
|
*/
|
|
1056
|
-
'
|
|
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 {
|
|
1072
|
+
* @type {IImage}
|
|
1073
1073
|
* @memberof IBrandPostRequest
|
|
1074
1074
|
*/
|
|
1075
|
-
'
|
|
1075
|
+
'thumbnail'?: IImage;
|
|
1076
1076
|
/**
|
|
1077
1077
|
*
|
|
1078
|
-
* @type {
|
|
1078
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
1079
1079
|
* @memberof IBrandPostRequest
|
|
1080
1080
|
*/
|
|
1081
|
-
'
|
|
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 {
|
|
1362
|
+
* @type {IImage}
|
|
1363
1363
|
* @memberof ICategoryPatchRequest
|
|
1364
1364
|
*/
|
|
1365
|
-
'
|
|
1365
|
+
'thumbnail'?: IImage;
|
|
1366
1366
|
/**
|
|
1367
1367
|
*
|
|
1368
|
-
* @type {
|
|
1368
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
1369
1369
|
* @memberof ICategoryPatchRequest
|
|
1370
1370
|
*/
|
|
1371
|
-
'
|
|
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 {
|
|
1393
|
+
* @type {IImage}
|
|
1394
1394
|
* @memberof ICategoryPostRequest
|
|
1395
1395
|
*/
|
|
1396
|
-
'
|
|
1396
|
+
'thumbnail'?: IImage;
|
|
1397
1397
|
/**
|
|
1398
1398
|
*
|
|
1399
|
-
* @type {
|
|
1399
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
1400
1400
|
* @memberof ICategoryPostRequest
|
|
1401
1401
|
*/
|
|
1402
|
-
'
|
|
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 {
|
|
1454
|
+
* @type {IImage}
|
|
1455
1455
|
* @memberof ICategoryResponse
|
|
1456
1456
|
*/
|
|
1457
|
-
'
|
|
1457
|
+
'thumbnail'?: IImage;
|
|
1458
1458
|
/**
|
|
1459
1459
|
*
|
|
1460
|
-
* @type {
|
|
1460
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
1461
1461
|
* @memberof ICategoryResponse
|
|
1462
1462
|
*/
|
|
1463
|
-
'
|
|
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
|
-
'
|
|
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 {
|
|
1718
|
+
* @type {IImage}
|
|
1717
1719
|
* @memberof ICollectionPatchRequest
|
|
1718
1720
|
*/
|
|
1719
|
-
'
|
|
1721
|
+
'thumbnail'?: IImage;
|
|
1720
1722
|
/**
|
|
1721
1723
|
*
|
|
1722
|
-
* @type {
|
|
1724
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
1723
1725
|
* @memberof ICollectionPatchRequest
|
|
1724
1726
|
*/
|
|
1725
|
-
'
|
|
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 {
|
|
1743
|
+
* @type {IImage}
|
|
1742
1744
|
* @memberof ICollectionPostRequest
|
|
1743
1745
|
*/
|
|
1744
|
-
'
|
|
1746
|
+
'thumbnail'?: IImage;
|
|
1745
1747
|
/**
|
|
1746
1748
|
*
|
|
1747
|
-
* @type {
|
|
1749
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
1748
1750
|
* @memberof ICollectionPostRequest
|
|
1749
1751
|
*/
|
|
1750
|
-
'
|
|
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 {
|
|
1792
|
+
* @type {string}
|
|
1797
1793
|
* @memberof ICollectionResponse
|
|
1798
1794
|
*/
|
|
1799
|
-
'
|
|
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 {
|
|
2029
|
+
* @type {string}
|
|
2020
2030
|
* @memberof ICompany
|
|
2021
2031
|
*/
|
|
2022
|
-
'
|
|
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 {
|
|
2358
|
+
* @type {IThemeResponse}
|
|
2349
2359
|
* @memberof ICompanyAdminResponse
|
|
2350
2360
|
*/
|
|
2351
|
-
'
|
|
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 {
|
|
3023
|
+
* @type {RecordCurrencyEnumNumber}
|
|
3236
3024
|
* @memberof ICompanyResponse
|
|
3237
3025
|
*/
|
|
3238
|
-
'
|
|
3026
|
+
'currencyRates': RecordCurrencyEnumNumber;
|
|
3239
3027
|
/**
|
|
3240
3028
|
*
|
|
3241
|
-
* @type {
|
|
3029
|
+
* @type {IThemeResponse}
|
|
3242
3030
|
* @memberof ICompanyResponse
|
|
3243
3031
|
*/
|
|
3244
|
-
'
|
|
3032
|
+
'theme': IThemeResponse;
|
|
3245
3033
|
/**
|
|
3246
3034
|
*
|
|
3247
3035
|
* @type {Array<ICompanyResponseWarehousesInner>}
|
|
@@ -3318,182 +3106,6 @@ export interface ICompanyResponseAddress {
|
|
|
3318
3106
|
*/
|
|
3319
3107
|
'country': string;
|
|
3320
3108
|
}
|
|
3321
|
-
/**
|
|
3322
|
-
*
|
|
3323
|
-
* @export
|
|
3324
|
-
* @interface ICompanyResponseConfig
|
|
3325
|
-
*/
|
|
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
3109
|
/**
|
|
3498
3110
|
*
|
|
3499
3111
|
* @export
|
|
@@ -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 {
|
|
5401
|
+
* @type {IImage}
|
|
5790
5402
|
* @memberof IPagePatchRequest
|
|
5791
5403
|
*/
|
|
5792
|
-
'
|
|
5404
|
+
'thumbnail'?: IImage;
|
|
5793
5405
|
/**
|
|
5794
5406
|
*
|
|
5795
|
-
* @type {
|
|
5407
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
5796
5408
|
* @memberof IPagePatchRequest
|
|
5797
5409
|
*/
|
|
5798
|
-
'
|
|
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 {
|
|
5432
|
+
* @type {IImage}
|
|
5821
5433
|
* @memberof IPagePostRequest
|
|
5822
5434
|
*/
|
|
5823
|
-
'
|
|
5435
|
+
'thumbnail'?: IImage;
|
|
5824
5436
|
/**
|
|
5825
5437
|
*
|
|
5826
|
-
* @type {
|
|
5438
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
5827
5439
|
* @memberof IPagePostRequest
|
|
5828
5440
|
*/
|
|
5829
|
-
'
|
|
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 {
|
|
5493
|
+
* @type {IImage}
|
|
5882
5494
|
* @memberof IPageResponse
|
|
5883
5495
|
*/
|
|
5884
|
-
'
|
|
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 {
|
|
5507
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
5888
5508
|
* @memberof IPageResponse
|
|
5889
5509
|
*/
|
|
5890
|
-
'
|
|
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]:
|
|
6063
|
+
* @type {{ [key: string]: MainVariantType; }}
|
|
6426
6064
|
* @memberof IProductPatchRequest
|
|
6427
6065
|
*/
|
|
6428
6066
|
'variants'?: {
|
|
6429
|
-
[key: string]:
|
|
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]:
|
|
6160
|
+
* @type {{ [key: string]: MainVariantType; }}
|
|
6505
6161
|
* @memberof IProductPostRequest
|
|
6506
6162
|
*/
|
|
6507
6163
|
'variants'?: {
|
|
6508
|
-
[key: string]:
|
|
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]:
|
|
6307
|
+
* @type {{ [key: string]: MainVariantType; }}
|
|
6626
6308
|
* @memberof IProductResponse
|
|
6627
6309
|
*/
|
|
6628
6310
|
'variants'?: {
|
|
6629
|
-
[key: string]:
|
|
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
|
|
6356
|
+
* @interface IProductsResponse
|
|
6675
6357
|
*/
|
|
6676
|
-
export interface
|
|
6358
|
+
export interface IProductsResponse {
|
|
6677
6359
|
/**
|
|
6678
6360
|
*
|
|
6679
|
-
* @type {
|
|
6680
|
-
* @memberof
|
|
6361
|
+
* @type {number}
|
|
6362
|
+
* @memberof IProductsResponse
|
|
6681
6363
|
*/
|
|
6682
|
-
'
|
|
6683
|
-
[key: string]: IProductResponseVariantsValueVariantsValue;
|
|
6684
|
-
};
|
|
6364
|
+
'page': number;
|
|
6685
6365
|
/**
|
|
6686
6366
|
*
|
|
6687
|
-
* @type {
|
|
6688
|
-
* @memberof
|
|
6367
|
+
* @type {number}
|
|
6368
|
+
* @memberof IProductsResponse
|
|
6689
6369
|
*/
|
|
6690
|
-
'
|
|
6370
|
+
'itemsPerPage': number;
|
|
6691
6371
|
/**
|
|
6692
6372
|
*
|
|
6693
|
-
* @type {
|
|
6694
|
-
* @memberof
|
|
6373
|
+
* @type {number}
|
|
6374
|
+
* @memberof IProductsResponse
|
|
6695
6375
|
*/
|
|
6696
|
-
'
|
|
6376
|
+
'total': number;
|
|
6697
6377
|
/**
|
|
6698
6378
|
*
|
|
6699
|
-
* @type {
|
|
6700
|
-
* @memberof
|
|
6379
|
+
* @type {number}
|
|
6380
|
+
* @memberof IProductsResponse
|
|
6701
6381
|
*/
|
|
6702
|
-
'
|
|
6382
|
+
'totalPages': number;
|
|
6703
6383
|
/**
|
|
6704
6384
|
*
|
|
6705
|
-
* @type {
|
|
6706
|
-
* @memberof
|
|
6385
|
+
* @type {Array<IProductResponse>}
|
|
6386
|
+
* @memberof IProductsResponse
|
|
6707
6387
|
*/
|
|
6708
|
-
'
|
|
6709
|
-
|
|
6710
|
-
|
|
6711
|
-
|
|
6712
|
-
|
|
6713
|
-
|
|
6714
|
-
|
|
6715
|
-
|
|
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 {
|
|
7262
|
+
* @type {IThemeResponseTemplate}
|
|
7642
7263
|
* @memberof IThemePatchRequest
|
|
7643
7264
|
*/
|
|
7644
|
-
'
|
|
7265
|
+
'template': IThemeResponseTemplate;
|
|
7645
7266
|
/**
|
|
7646
7267
|
*
|
|
7647
|
-
* @type {
|
|
7268
|
+
* @type {string}
|
|
7648
7269
|
* @memberof IThemePatchRequest
|
|
7649
7270
|
*/
|
|
7650
|
-
'
|
|
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 {
|
|
7280
|
+
* @type {string}
|
|
7660
7281
|
* @memberof IThemePatchRequest
|
|
7661
7282
|
*/
|
|
7662
|
-
'
|
|
7283
|
+
'demoUrl'?: string;
|
|
7663
7284
|
/**
|
|
7664
7285
|
*
|
|
7665
|
-
* @type {
|
|
7286
|
+
* @type {PickIThemeExcludeKeyofIThemeTemplateConfig}
|
|
7666
7287
|
* @memberof IThemePatchRequest
|
|
7667
7288
|
*/
|
|
7668
|
-
'
|
|
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 {
|
|
7305
|
+
* @type {IImage}
|
|
7685
7306
|
* @memberof IThemePostRequest
|
|
7686
7307
|
*/
|
|
7687
|
-
'
|
|
7308
|
+
'thumbnail'?: IImage;
|
|
7688
7309
|
/**
|
|
7689
7310
|
*
|
|
7690
|
-
* @type {
|
|
7311
|
+
* @type {string}
|
|
7691
7312
|
* @memberof IThemePostRequest
|
|
7692
7313
|
*/
|
|
7693
|
-
'
|
|
7314
|
+
'demoUrl'?: string;
|
|
7694
7315
|
/**
|
|
7695
7316
|
*
|
|
7696
|
-
* @type {
|
|
7317
|
+
* @type {PickIThemeExcludeKeyofIThemeTemplateConfig}
|
|
7697
7318
|
* @memberof IThemePostRequest
|
|
7698
7319
|
*/
|
|
7699
|
-
'
|
|
7320
|
+
'config': PickIThemeExcludeKeyofIThemeTemplateConfig;
|
|
7700
7321
|
/**
|
|
7701
7322
|
*
|
|
7702
|
-
* @type {
|
|
7323
|
+
* @type {IThemeResponseTemplate}
|
|
7703
7324
|
* @memberof IThemePostRequest
|
|
7704
7325
|
*/
|
|
7705
|
-
'
|
|
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
|
-
'
|
|
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 {
|
|
7384
|
+
* @type {string}
|
|
7752
7385
|
* @memberof IThemeResponse
|
|
7753
7386
|
*/
|
|
7754
|
-
'
|
|
7387
|
+
'demoUrl'?: string;
|
|
7755
7388
|
/**
|
|
7756
7389
|
*
|
|
7757
7390
|
* @type {string}
|
|
7758
7391
|
* @memberof IThemeResponse
|
|
7759
7392
|
*/
|
|
7760
|
-
'
|
|
7393
|
+
'creator'?: string;
|
|
7394
|
+
/**
|
|
7395
|
+
*
|
|
7396
|
+
* @type {PickIThemeExcludeKeyofIThemeTemplateConfig}
|
|
7397
|
+
* @memberof IThemeResponse
|
|
7398
|
+
*/
|
|
7399
|
+
'config': PickIThemeExcludeKeyofIThemeTemplateConfig;
|
|
7761
7400
|
/**
|
|
7762
7401
|
*
|
|
7763
|
-
* @type {
|
|
7402
|
+
* @type {IThemeResponseTemplate}
|
|
7764
7403
|
* @memberof IThemeResponse
|
|
7765
7404
|
*/
|
|
7766
|
-
'
|
|
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
|
|
@@ -8284,6 +7995,44 @@ export interface PartialRecordLanguageEnumString {
|
|
|
8284
7995
|
*/
|
|
8285
7996
|
'de'?: string;
|
|
8286
7997
|
}
|
|
7998
|
+
/**
|
|
7999
|
+
* Make all properties in T optional
|
|
8000
|
+
* @export
|
|
8001
|
+
* @interface PartialRecordLanguageEnumTitleString
|
|
8002
|
+
*/
|
|
8003
|
+
export interface PartialRecordLanguageEnumTitleString {
|
|
8004
|
+
/**
|
|
8005
|
+
*
|
|
8006
|
+
* @type {PartialRecordLanguageEnumTitleStringTr}
|
|
8007
|
+
* @memberof PartialRecordLanguageEnumTitleString
|
|
8008
|
+
*/
|
|
8009
|
+
'tr'?: PartialRecordLanguageEnumTitleStringTr;
|
|
8010
|
+
/**
|
|
8011
|
+
*
|
|
8012
|
+
* @type {PartialRecordLanguageEnumTitleStringTr}
|
|
8013
|
+
* @memberof PartialRecordLanguageEnumTitleString
|
|
8014
|
+
*/
|
|
8015
|
+
'en'?: PartialRecordLanguageEnumTitleStringTr;
|
|
8016
|
+
/**
|
|
8017
|
+
*
|
|
8018
|
+
* @type {PartialRecordLanguageEnumTitleStringTr}
|
|
8019
|
+
* @memberof PartialRecordLanguageEnumTitleString
|
|
8020
|
+
*/
|
|
8021
|
+
'de'?: PartialRecordLanguageEnumTitleStringTr;
|
|
8022
|
+
}
|
|
8023
|
+
/**
|
|
8024
|
+
*
|
|
8025
|
+
* @export
|
|
8026
|
+
* @interface PartialRecordLanguageEnumTitleStringTr
|
|
8027
|
+
*/
|
|
8028
|
+
export interface PartialRecordLanguageEnumTitleStringTr {
|
|
8029
|
+
/**
|
|
8030
|
+
*
|
|
8031
|
+
* @type {string}
|
|
8032
|
+
* @memberof PartialRecordLanguageEnumTitleStringTr
|
|
8033
|
+
*/
|
|
8034
|
+
'title': string;
|
|
8035
|
+
}
|
|
8287
8036
|
/**
|
|
8288
8037
|
*
|
|
8289
8038
|
* @export
|
|
@@ -8363,16 +8112,16 @@ export interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
|
|
|
8363
8112
|
'company': string;
|
|
8364
8113
|
/**
|
|
8365
8114
|
*
|
|
8366
|
-
* @type {
|
|
8115
|
+
* @type {IImage}
|
|
8367
8116
|
* @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
|
|
8368
8117
|
*/
|
|
8369
|
-
'
|
|
8118
|
+
'thumbnail'?: IImage;
|
|
8370
8119
|
/**
|
|
8371
8120
|
*
|
|
8372
|
-
* @type {
|
|
8121
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
8373
8122
|
* @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
|
|
8374
8123
|
*/
|
|
8375
|
-
'
|
|
8124
|
+
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
8376
8125
|
}
|
|
8377
8126
|
/**
|
|
8378
8127
|
* From T, pick a set of properties whose keys are in the union K
|
|
@@ -8418,16 +8167,16 @@ export interface PickICategoryExcludeKeyofICategoryAttributes {
|
|
|
8418
8167
|
'main'?: string;
|
|
8419
8168
|
/**
|
|
8420
8169
|
*
|
|
8421
|
-
* @type {
|
|
8170
|
+
* @type {IImage}
|
|
8422
8171
|
* @memberof PickICategoryExcludeKeyofICategoryAttributes
|
|
8423
8172
|
*/
|
|
8424
|
-
'
|
|
8173
|
+
'thumbnail'?: IImage;
|
|
8425
8174
|
/**
|
|
8426
8175
|
*
|
|
8427
|
-
* @type {
|
|
8176
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
8428
8177
|
* @memberof PickICategoryExcludeKeyofICategoryAttributes
|
|
8429
8178
|
*/
|
|
8430
|
-
'
|
|
8179
|
+
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
8431
8180
|
}
|
|
8432
8181
|
/**
|
|
8433
8182
|
* From T, pick a set of properties whose keys are in the union K
|
|
@@ -8449,16 +8198,16 @@ export interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoRes
|
|
|
8449
8198
|
'main'?: string;
|
|
8450
8199
|
/**
|
|
8451
8200
|
*
|
|
8452
|
-
* @type {
|
|
8201
|
+
* @type {IImage}
|
|
8453
8202
|
* @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes
|
|
8454
8203
|
*/
|
|
8455
|
-
'
|
|
8204
|
+
'thumbnail'?: IImage;
|
|
8456
8205
|
/**
|
|
8457
8206
|
*
|
|
8458
|
-
* @type {
|
|
8207
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
8459
8208
|
* @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes
|
|
8460
8209
|
*/
|
|
8461
|
-
'
|
|
8210
|
+
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
8462
8211
|
}
|
|
8463
8212
|
/**
|
|
8464
8213
|
* From T, pick a set of properties whose keys are in the union K
|
|
@@ -8488,76 +8237,27 @@ export interface PickICategoryResponseIdOrContentsOrAttributes {
|
|
|
8488
8237
|
/**
|
|
8489
8238
|
* From T, pick a set of properties whose keys are in the union K
|
|
8490
8239
|
* @export
|
|
8491
|
-
* @interface
|
|
8240
|
+
* @interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplates
|
|
8492
8241
|
*/
|
|
8493
|
-
export interface
|
|
8242
|
+
export interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplates {
|
|
8494
8243
|
/**
|
|
8495
8244
|
*
|
|
8496
8245
|
* @type {string}
|
|
8497
|
-
* @memberof
|
|
8246
|
+
* @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplates
|
|
8498
8247
|
*/
|
|
8499
8248
|
'company': string;
|
|
8500
|
-
/**
|
|
8501
|
-
*
|
|
8502
|
-
* @type {string}
|
|
8503
|
-
* @memberof PickICollectionExcludeKeyofICollectionTemplate
|
|
8504
|
-
*/
|
|
8505
|
-
'_id': string;
|
|
8506
|
-
/**
|
|
8507
|
-
*
|
|
8508
|
-
* @type {number}
|
|
8509
|
-
* @memberof PickICollectionExcludeKeyofICollectionTemplate
|
|
8510
|
-
*/
|
|
8511
|
-
'__v': number;
|
|
8512
|
-
/**
|
|
8513
|
-
*
|
|
8514
|
-
* @type {string}
|
|
8515
|
-
* @memberof PickICollectionExcludeKeyofICollectionTemplate
|
|
8516
|
-
*/
|
|
8517
|
-
'createdAt': string;
|
|
8518
|
-
/**
|
|
8519
|
-
*
|
|
8520
|
-
* @type {string}
|
|
8521
|
-
* @memberof PickICollectionExcludeKeyofICollectionTemplate
|
|
8522
|
-
*/
|
|
8523
|
-
'updatedAt': string;
|
|
8524
|
-
/**
|
|
8525
|
-
*
|
|
8526
|
-
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
8527
|
-
* @memberof PickICollectionExcludeKeyofICollectionTemplate
|
|
8528
|
-
*/
|
|
8529
|
-
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
8530
8249
|
/**
|
|
8531
8250
|
*
|
|
8532
8251
|
* @type {IImage}
|
|
8533
|
-
* @memberof
|
|
8252
|
+
* @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplates
|
|
8534
8253
|
*/
|
|
8535
8254
|
'thumbnail'?: IImage;
|
|
8536
|
-
}
|
|
8537
|
-
/**
|
|
8538
|
-
* From T, pick a set of properties whose keys are in the union K
|
|
8539
|
-
* @export
|
|
8540
|
-
* @interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplate
|
|
8541
|
-
*/
|
|
8542
|
-
export interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplate {
|
|
8543
|
-
/**
|
|
8544
|
-
*
|
|
8545
|
-
* @type {string}
|
|
8546
|
-
* @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplate
|
|
8547
|
-
*/
|
|
8548
|
-
'company': string;
|
|
8549
8255
|
/**
|
|
8550
8256
|
*
|
|
8551
8257
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
8552
|
-
* @memberof
|
|
8258
|
+
* @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplates
|
|
8553
8259
|
*/
|
|
8554
8260
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
8555
|
-
/**
|
|
8556
|
-
*
|
|
8557
|
-
* @type {IImage}
|
|
8558
|
-
* @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplate
|
|
8559
|
-
*/
|
|
8560
|
-
'thumbnail'?: IImage;
|
|
8561
8261
|
}
|
|
8562
8262
|
/**
|
|
8563
8263
|
* From T, pick a set of properties whose keys are in the union K
|
|
@@ -9236,47 +8936,55 @@ export interface PickIPageExcludeKeyofIPageTemplate {
|
|
|
9236
8936
|
'type': PageTypeEnum;
|
|
9237
8937
|
/**
|
|
9238
8938
|
*
|
|
9239
|
-
* @type {
|
|
8939
|
+
* @type {IImage}
|
|
9240
8940
|
* @memberof PickIPageExcludeKeyofIPageTemplate
|
|
9241
8941
|
*/
|
|
9242
|
-
'
|
|
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
|
+
};
|
|
9243
8951
|
/**
|
|
9244
8952
|
*
|
|
9245
|
-
* @type {
|
|
8953
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
9246
8954
|
* @memberof PickIPageExcludeKeyofIPageTemplate
|
|
9247
8955
|
*/
|
|
9248
|
-
'
|
|
8956
|
+
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
9249
8957
|
}
|
|
9250
8958
|
/**
|
|
9251
8959
|
* From T, pick a set of properties whose keys are in the union K
|
|
9252
8960
|
* @export
|
|
9253
|
-
* @interface
|
|
8961
|
+
* @interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplates
|
|
9254
8962
|
*/
|
|
9255
|
-
export interface
|
|
8963
|
+
export interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplates {
|
|
9256
8964
|
/**
|
|
9257
8965
|
*
|
|
9258
8966
|
* @type {string}
|
|
9259
|
-
* @memberof
|
|
8967
|
+
* @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplates
|
|
9260
8968
|
*/
|
|
9261
8969
|
'company': string;
|
|
9262
8970
|
/**
|
|
9263
8971
|
*
|
|
9264
8972
|
* @type {PageTypeEnum}
|
|
9265
|
-
* @memberof
|
|
8973
|
+
* @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplates
|
|
9266
8974
|
*/
|
|
9267
8975
|
'type': PageTypeEnum;
|
|
9268
8976
|
/**
|
|
9269
8977
|
*
|
|
9270
|
-
* @type {
|
|
9271
|
-
* @memberof
|
|
8978
|
+
* @type {IImage}
|
|
8979
|
+
* @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplates
|
|
9272
8980
|
*/
|
|
9273
|
-
'
|
|
8981
|
+
'thumbnail'?: IImage;
|
|
9274
8982
|
/**
|
|
9275
8983
|
*
|
|
9276
|
-
* @type {
|
|
9277
|
-
* @memberof
|
|
8984
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
8985
|
+
* @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplates
|
|
9278
8986
|
*/
|
|
9279
|
-
'
|
|
8987
|
+
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
9280
8988
|
}
|
|
9281
8989
|
/**
|
|
9282
8990
|
* From T, pick a set of properties whose keys are in the union K
|
|
@@ -9314,12 +9022,38 @@ export interface PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate {
|
|
|
9314
9022
|
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
9315
9023
|
*/
|
|
9316
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;
|
|
9317
9043
|
/**
|
|
9318
9044
|
*
|
|
9319
9045
|
* @type {Array<string>}
|
|
9320
9046
|
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
9321
9047
|
*/
|
|
9322
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
|
+
};
|
|
9323
9057
|
/**
|
|
9324
9058
|
*
|
|
9325
9059
|
* @type {string}
|
|
@@ -9366,11 +9100,11 @@ export interface PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate {
|
|
|
9366
9100
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
9367
9101
|
/**
|
|
9368
9102
|
*
|
|
9369
|
-
* @type {{ [key: string]:
|
|
9103
|
+
* @type {{ [key: string]: MainVariantType; }}
|
|
9370
9104
|
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
9371
9105
|
*/
|
|
9372
9106
|
'variants'?: {
|
|
9373
|
-
[key: string]:
|
|
9107
|
+
[key: string]: MainVariantType;
|
|
9374
9108
|
};
|
|
9375
9109
|
/**
|
|
9376
9110
|
*
|
|
@@ -9389,224 +9123,466 @@ export interface PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate {
|
|
|
9389
9123
|
export interface PickIProductIdOrContentsOrCollectionsOrCategory {
|
|
9390
9124
|
/**
|
|
9391
9125
|
*
|
|
9392
|
-
* @type {string}
|
|
9393
|
-
* @memberof PickIProductIdOrContentsOrCollectionsOrCategory
|
|
9126
|
+
* @type {string}
|
|
9127
|
+
* @memberof PickIProductIdOrContentsOrCollectionsOrCategory
|
|
9128
|
+
*/
|
|
9129
|
+
'_id': string;
|
|
9130
|
+
/**
|
|
9131
|
+
*
|
|
9132
|
+
* @type {string}
|
|
9133
|
+
* @memberof PickIProductIdOrContentsOrCollectionsOrCategory
|
|
9134
|
+
*/
|
|
9135
|
+
'category': string;
|
|
9136
|
+
/**
|
|
9137
|
+
*
|
|
9138
|
+
* @type {Array<string>}
|
|
9139
|
+
* @memberof PickIProductIdOrContentsOrCollectionsOrCategory
|
|
9140
|
+
*/
|
|
9141
|
+
'collections': Array<string>;
|
|
9142
|
+
/**
|
|
9143
|
+
*
|
|
9144
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
9145
|
+
* @memberof PickIProductIdOrContentsOrCollectionsOrCategory
|
|
9146
|
+
*/
|
|
9147
|
+
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
9148
|
+
}
|
|
9149
|
+
/**
|
|
9150
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
9151
|
+
* @export
|
|
9152
|
+
* @interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
9153
|
+
*/
|
|
9154
|
+
export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields {
|
|
9155
|
+
/**
|
|
9156
|
+
*
|
|
9157
|
+
* @type {string}
|
|
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
|
|
9384
|
+
*/
|
|
9385
|
+
'main'?: string;
|
|
9386
|
+
/**
|
|
9387
|
+
*
|
|
9388
|
+
* @type {IImage}
|
|
9389
|
+
* @memberof PickIThemeExcludeKeyofIThemeTemplate
|
|
9394
9390
|
*/
|
|
9395
|
-
'
|
|
9391
|
+
'thumbnail'?: IImage;
|
|
9396
9392
|
/**
|
|
9397
9393
|
*
|
|
9398
9394
|
* @type {string}
|
|
9399
|
-
* @memberof
|
|
9395
|
+
* @memberof PickIThemeExcludeKeyofIThemeTemplate
|
|
9400
9396
|
*/
|
|
9401
|
-
'
|
|
9397
|
+
'demoUrl'?: string;
|
|
9402
9398
|
/**
|
|
9403
9399
|
*
|
|
9404
|
-
* @type {
|
|
9405
|
-
* @memberof
|
|
9400
|
+
* @type {string}
|
|
9401
|
+
* @memberof PickIThemeExcludeKeyofIThemeTemplate
|
|
9406
9402
|
*/
|
|
9407
|
-
'
|
|
9403
|
+
'creator'?: string;
|
|
9408
9404
|
/**
|
|
9409
9405
|
*
|
|
9410
|
-
* @type {
|
|
9411
|
-
* @memberof
|
|
9406
|
+
* @type {PickIThemeExcludeKeyofIThemeTemplateConfig}
|
|
9407
|
+
* @memberof PickIThemeExcludeKeyofIThemeTemplate
|
|
9412
9408
|
*/
|
|
9413
|
-
'
|
|
9409
|
+
'config': PickIThemeExcludeKeyofIThemeTemplateConfig;
|
|
9414
9410
|
}
|
|
9415
9411
|
/**
|
|
9416
|
-
*
|
|
9412
|
+
*
|
|
9417
9413
|
* @export
|
|
9418
|
-
* @interface
|
|
9414
|
+
* @interface PickIThemeExcludeKeyofIThemeTemplateConfig
|
|
9419
9415
|
*/
|
|
9420
|
-
export interface
|
|
9416
|
+
export interface PickIThemeExcludeKeyofIThemeTemplateConfig {
|
|
9421
9417
|
/**
|
|
9422
9418
|
*
|
|
9423
|
-
* @type {
|
|
9424
|
-
* @memberof
|
|
9419
|
+
* @type {PickIThemeExcludeKeyofIThemeTemplateConfigLayout}
|
|
9420
|
+
* @memberof PickIThemeExcludeKeyofIThemeTemplateConfig
|
|
9425
9421
|
*/
|
|
9426
|
-
'
|
|
9422
|
+
'layout': PickIThemeExcludeKeyofIThemeTemplateConfigLayout;
|
|
9427
9423
|
/**
|
|
9428
9424
|
*
|
|
9429
|
-
* @type {
|
|
9430
|
-
* @memberof
|
|
9425
|
+
* @type {PickIThemeExcludeKeyofIThemeTemplateConfigButtons}
|
|
9426
|
+
* @memberof PickIThemeExcludeKeyofIThemeTemplateConfig
|
|
9431
9427
|
*/
|
|
9432
|
-
'
|
|
9428
|
+
'buttons': PickIThemeExcludeKeyofIThemeTemplateConfigButtons;
|
|
9433
9429
|
/**
|
|
9434
9430
|
*
|
|
9435
|
-
* @type {
|
|
9436
|
-
* @memberof
|
|
9431
|
+
* @type {PickIThemeExcludeKeyofIThemeTemplateConfigCss}
|
|
9432
|
+
* @memberof PickIThemeExcludeKeyofIThemeTemplateConfig
|
|
9437
9433
|
*/
|
|
9438
|
-
'
|
|
9434
|
+
'css': PickIThemeExcludeKeyofIThemeTemplateConfigCss;
|
|
9439
9435
|
/**
|
|
9440
9436
|
*
|
|
9441
|
-
* @type {
|
|
9442
|
-
* @memberof
|
|
9437
|
+
* @type {PickIThemeExcludeKeyofIThemeTemplateConfigInject}
|
|
9438
|
+
* @memberof PickIThemeExcludeKeyofIThemeTemplateConfig
|
|
9443
9439
|
*/
|
|
9444
|
-
'
|
|
9440
|
+
'inject': PickIThemeExcludeKeyofIThemeTemplateConfigInject;
|
|
9441
|
+
}
|
|
9442
|
+
/**
|
|
9443
|
+
*
|
|
9444
|
+
* @export
|
|
9445
|
+
* @interface PickIThemeExcludeKeyofIThemeTemplateConfigButtons
|
|
9446
|
+
*/
|
|
9447
|
+
export interface PickIThemeExcludeKeyofIThemeTemplateConfigButtons {
|
|
9445
9448
|
/**
|
|
9446
9449
|
*
|
|
9447
|
-
* @type {
|
|
9448
|
-
* @memberof
|
|
9450
|
+
* @type {number}
|
|
9451
|
+
* @memberof PickIThemeExcludeKeyofIThemeTemplateConfigButtons
|
|
9449
9452
|
*/
|
|
9450
|
-
'
|
|
9453
|
+
'shadowBlurRadius': number;
|
|
9451
9454
|
/**
|
|
9452
9455
|
*
|
|
9453
|
-
* @type {
|
|
9454
|
-
* @memberof
|
|
9456
|
+
* @type {number}
|
|
9457
|
+
* @memberof PickIThemeExcludeKeyofIThemeTemplateConfigButtons
|
|
9455
9458
|
*/
|
|
9456
|
-
'
|
|
9457
|
-
[key: string]: IProductResponseStockValue;
|
|
9458
|
-
};
|
|
9459
|
+
'shadowVerticalOffset': number;
|
|
9459
9460
|
/**
|
|
9460
9461
|
*
|
|
9461
|
-
* @type {
|
|
9462
|
-
* @memberof
|
|
9462
|
+
* @type {number}
|
|
9463
|
+
* @memberof PickIThemeExcludeKeyofIThemeTemplateConfigButtons
|
|
9463
9464
|
*/
|
|
9464
|
-
'
|
|
9465
|
+
'shadowHorizontalOffset': number;
|
|
9465
9466
|
/**
|
|
9466
9467
|
*
|
|
9467
|
-
* @type {
|
|
9468
|
-
* @memberof
|
|
9468
|
+
* @type {number}
|
|
9469
|
+
* @memberof PickIThemeExcludeKeyofIThemeTemplateConfigButtons
|
|
9469
9470
|
*/
|
|
9470
|
-
'
|
|
9471
|
+
'shadowOpacity': number;
|
|
9471
9472
|
/**
|
|
9472
9473
|
*
|
|
9473
|
-
* @type {
|
|
9474
|
-
* @memberof
|
|
9474
|
+
* @type {number}
|
|
9475
|
+
* @memberof PickIThemeExcludeKeyofIThemeTemplateConfigButtons
|
|
9475
9476
|
*/
|
|
9476
|
-
'
|
|
9477
|
+
'borderRadius': number;
|
|
9477
9478
|
/**
|
|
9478
9479
|
*
|
|
9479
|
-
* @type {
|
|
9480
|
-
* @memberof
|
|
9480
|
+
* @type {number}
|
|
9481
|
+
* @memberof PickIThemeExcludeKeyofIThemeTemplateConfigButtons
|
|
9481
9482
|
*/
|
|
9482
|
-
'
|
|
9483
|
-
[key: string]: IProductResponseVariantsValue;
|
|
9484
|
-
};
|
|
9483
|
+
'opacity': number;
|
|
9485
9484
|
/**
|
|
9486
9485
|
*
|
|
9487
|
-
* @type {
|
|
9488
|
-
* @memberof
|
|
9486
|
+
* @type {number}
|
|
9487
|
+
* @memberof PickIThemeExcludeKeyofIThemeTemplateConfigButtons
|
|
9489
9488
|
*/
|
|
9490
|
-
'
|
|
9491
|
-
[key: string]: string;
|
|
9492
|
-
};
|
|
9489
|
+
'borderWidth': number;
|
|
9493
9490
|
}
|
|
9494
9491
|
/**
|
|
9495
|
-
*
|
|
9492
|
+
*
|
|
9496
9493
|
* @export
|
|
9497
|
-
* @interface
|
|
9494
|
+
* @interface PickIThemeExcludeKeyofIThemeTemplateConfigCss
|
|
9498
9495
|
*/
|
|
9499
|
-
export interface
|
|
9500
|
-
/**
|
|
9501
|
-
*
|
|
9502
|
-
* @type {string}
|
|
9503
|
-
* @memberof PickITemplateExcludeKeyofITemplateComponents
|
|
9504
|
-
*/
|
|
9505
|
-
'company': string;
|
|
9506
|
-
/**
|
|
9507
|
-
*
|
|
9508
|
-
* @type {string}
|
|
9509
|
-
* @memberof PickITemplateExcludeKeyofITemplateComponents
|
|
9510
|
-
*/
|
|
9511
|
-
'_id': string;
|
|
9512
|
-
/**
|
|
9513
|
-
*
|
|
9514
|
-
* @type {number}
|
|
9515
|
-
* @memberof PickITemplateExcludeKeyofITemplateComponents
|
|
9516
|
-
*/
|
|
9517
|
-
'__v': number;
|
|
9496
|
+
export interface PickIThemeExcludeKeyofIThemeTemplateConfigCss {
|
|
9518
9497
|
/**
|
|
9519
9498
|
*
|
|
9520
|
-
* @type {string}
|
|
9521
|
-
* @memberof
|
|
9499
|
+
* @type {{ [key: string]: string; }}
|
|
9500
|
+
* @memberof PickIThemeExcludeKeyofIThemeTemplateConfigCss
|
|
9522
9501
|
*/
|
|
9523
|
-
'
|
|
9502
|
+
'variables': {
|
|
9503
|
+
[key: string]: string;
|
|
9504
|
+
};
|
|
9505
|
+
}
|
|
9506
|
+
/**
|
|
9507
|
+
*
|
|
9508
|
+
* @export
|
|
9509
|
+
* @interface PickIThemeExcludeKeyofIThemeTemplateConfigInject
|
|
9510
|
+
*/
|
|
9511
|
+
export interface PickIThemeExcludeKeyofIThemeTemplateConfigInject {
|
|
9524
9512
|
/**
|
|
9525
9513
|
*
|
|
9526
9514
|
* @type {string}
|
|
9527
|
-
* @memberof
|
|
9528
|
-
*/
|
|
9529
|
-
'updatedAt': string;
|
|
9530
|
-
/**
|
|
9531
|
-
*
|
|
9532
|
-
* @type {TemplateTypeEnum}
|
|
9533
|
-
* @memberof PickITemplateExcludeKeyofITemplateComponents
|
|
9515
|
+
* @memberof PickIThemeExcludeKeyofIThemeTemplateConfigInject
|
|
9534
9516
|
*/
|
|
9535
|
-
'
|
|
9517
|
+
'js': string;
|
|
9536
9518
|
/**
|
|
9537
9519
|
*
|
|
9538
9520
|
* @type {string}
|
|
9539
|
-
* @memberof
|
|
9521
|
+
* @memberof PickIThemeExcludeKeyofIThemeTemplateConfigInject
|
|
9540
9522
|
*/
|
|
9541
|
-
'
|
|
9523
|
+
'css': string;
|
|
9542
9524
|
}
|
|
9543
9525
|
/**
|
|
9544
|
-
*
|
|
9526
|
+
*
|
|
9545
9527
|
* @export
|
|
9546
|
-
* @interface
|
|
9528
|
+
* @interface PickIThemeExcludeKeyofIThemeTemplateConfigLayout
|
|
9547
9529
|
*/
|
|
9548
|
-
export interface
|
|
9530
|
+
export interface PickIThemeExcludeKeyofIThemeTemplateConfigLayout {
|
|
9549
9531
|
/**
|
|
9550
9532
|
*
|
|
9551
|
-
* @type {
|
|
9552
|
-
* @memberof
|
|
9533
|
+
* @type {number}
|
|
9534
|
+
* @memberof PickIThemeExcludeKeyofIThemeTemplateConfigLayout
|
|
9553
9535
|
*/
|
|
9554
|
-
'
|
|
9536
|
+
'gridXGap': number;
|
|
9555
9537
|
/**
|
|
9556
9538
|
*
|
|
9557
|
-
* @type {
|
|
9558
|
-
* @memberof
|
|
9539
|
+
* @type {number}
|
|
9540
|
+
* @memberof PickIThemeExcludeKeyofIThemeTemplateConfigLayout
|
|
9559
9541
|
*/
|
|
9560
|
-
'
|
|
9542
|
+
'gridYGap': number;
|
|
9561
9543
|
/**
|
|
9562
9544
|
*
|
|
9563
|
-
* @type {
|
|
9564
|
-
* @memberof
|
|
9545
|
+
* @type {number}
|
|
9546
|
+
* @memberof PickIThemeExcludeKeyofIThemeTemplateConfigLayout
|
|
9565
9547
|
*/
|
|
9566
|
-
'
|
|
9548
|
+
'sectionYGap': number;
|
|
9567
9549
|
/**
|
|
9568
9550
|
*
|
|
9569
|
-
* @type {
|
|
9570
|
-
* @memberof
|
|
9551
|
+
* @type {number}
|
|
9552
|
+
* @memberof PickIThemeExcludeKeyofIThemeTemplateConfigLayout
|
|
9571
9553
|
*/
|
|
9572
|
-
'
|
|
9554
|
+
'containerWidth': number;
|
|
9573
9555
|
}
|
|
9574
9556
|
/**
|
|
9575
9557
|
* From T, pick a set of properties whose keys are in the union K
|
|
9576
9558
|
* @export
|
|
9577
|
-
* @interface
|
|
9559
|
+
* @interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreator
|
|
9578
9560
|
*/
|
|
9579
|
-
export interface
|
|
9561
|
+
export interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreator {
|
|
9580
9562
|
/**
|
|
9581
9563
|
*
|
|
9582
9564
|
* @type {string}
|
|
9583
|
-
* @memberof
|
|
9565
|
+
* @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreator
|
|
9584
9566
|
*/
|
|
9585
9567
|
'name': string;
|
|
9586
|
-
/**
|
|
9587
|
-
*
|
|
9588
|
-
* @type {ThemeTypeEnum}
|
|
9589
|
-
* @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
|
|
9590
|
-
*/
|
|
9591
|
-
'type': ThemeTypeEnum;
|
|
9592
9568
|
/**
|
|
9593
9569
|
*
|
|
9594
9570
|
* @type {IImage}
|
|
9595
|
-
* @memberof
|
|
9571
|
+
* @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreator
|
|
9596
9572
|
*/
|
|
9597
9573
|
'thumbnail'?: IImage;
|
|
9598
9574
|
/**
|
|
9599
9575
|
*
|
|
9600
|
-
* @type {
|
|
9601
|
-
* @memberof
|
|
9576
|
+
* @type {string}
|
|
9577
|
+
* @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreator
|
|
9602
9578
|
*/
|
|
9603
|
-
'
|
|
9579
|
+
'demoUrl'?: string;
|
|
9604
9580
|
/**
|
|
9605
9581
|
*
|
|
9606
|
-
* @type {
|
|
9607
|
-
* @memberof
|
|
9582
|
+
* @type {PickIThemeExcludeKeyofIThemeTemplateConfig}
|
|
9583
|
+
* @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreator
|
|
9608
9584
|
*/
|
|
9609
|
-
'
|
|
9585
|
+
'config': PickIThemeExcludeKeyofIThemeTemplateConfig;
|
|
9610
9586
|
}
|
|
9611
9587
|
/**
|
|
9612
9588
|
* From T, pick a set of properties whose keys are in the union K
|
|
@@ -9969,11 +9945,11 @@ export interface SubCategories {
|
|
|
9969
9945
|
*/
|
|
9970
9946
|
'attributes': Array<ICategoryResponseAttributesInner>;
|
|
9971
9947
|
/**
|
|
9972
|
-
*
|
|
9973
|
-
* @type {
|
|
9948
|
+
*
|
|
9949
|
+
* @type {PartialRecordLanguageEnumTitleString}
|
|
9974
9950
|
* @memberof SubCategories
|
|
9975
9951
|
*/
|
|
9976
|
-
'contents':
|
|
9952
|
+
'contents': PartialRecordLanguageEnumTitleString;
|
|
9977
9953
|
/**
|
|
9978
9954
|
*
|
|
9979
9955
|
* @type {string}
|
|
@@ -9981,6 +9957,51 @@ export interface SubCategories {
|
|
|
9981
9957
|
*/
|
|
9982
9958
|
'_id': string;
|
|
9983
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
|
+
}
|
|
9984
10005
|
/**
|
|
9985
10006
|
*
|
|
9986
10007
|
* @export
|
|
@@ -9997,19 +10018,6 @@ export declare const TemplateTypeEnum: {
|
|
|
9997
10018
|
readonly BLOG: "blog";
|
|
9998
10019
|
};
|
|
9999
10020
|
export type TemplateTypeEnum = typeof TemplateTypeEnum[keyof typeof TemplateTypeEnum];
|
|
10000
|
-
/**
|
|
10001
|
-
*
|
|
10002
|
-
* @export
|
|
10003
|
-
* @enum {string}
|
|
10004
|
-
*/
|
|
10005
|
-
export declare const ThemeTypeEnum: {
|
|
10006
|
-
readonly FASHION: "fashion";
|
|
10007
|
-
readonly FOOD: "food";
|
|
10008
|
-
readonly ELECTRONICS: "electronics";
|
|
10009
|
-
readonly COSMETICS: "cosmetics";
|
|
10010
|
-
readonly FURNITURE: "furniture";
|
|
10011
|
-
};
|
|
10012
|
-
export type ThemeTypeEnum = typeof ThemeTypeEnum[keyof typeof ThemeTypeEnum];
|
|
10013
10021
|
/**
|
|
10014
10022
|
*
|
|
10015
10023
|
* @export
|
|
@@ -16771,10 +16779,11 @@ export declare const TemplateApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
16771
16779
|
* @param {string} companyId
|
|
16772
16780
|
* @param {TemplateTypeEnum} [type]
|
|
16773
16781
|
* @param {string} [search]
|
|
16782
|
+
* @param {string} [theme]
|
|
16774
16783
|
* @param {*} [options] Override http request option.
|
|
16775
16784
|
* @throws {RequiredError}
|
|
16776
16785
|
*/
|
|
16777
|
-
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>;
|
|
16778
16787
|
/**
|
|
16779
16788
|
*
|
|
16780
16789
|
* @param {string} id
|
|
@@ -16808,10 +16817,11 @@ export declare const TemplateApiFp: (configuration?: Configuration) => {
|
|
|
16808
16817
|
* @param {string} companyId
|
|
16809
16818
|
* @param {TemplateTypeEnum} [type]
|
|
16810
16819
|
* @param {string} [search]
|
|
16820
|
+
* @param {string} [theme]
|
|
16811
16821
|
* @param {*} [options] Override http request option.
|
|
16812
16822
|
* @throws {RequiredError}
|
|
16813
16823
|
*/
|
|
16814
|
-
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>>;
|
|
16815
16825
|
/**
|
|
16816
16826
|
*
|
|
16817
16827
|
* @param {string} id
|
|
@@ -16905,6 +16915,12 @@ export interface TemplateApiGetTemplatesRequest {
|
|
|
16905
16915
|
* @memberof TemplateApiGetTemplates
|
|
16906
16916
|
*/
|
|
16907
16917
|
readonly search?: string;
|
|
16918
|
+
/**
|
|
16919
|
+
*
|
|
16920
|
+
* @type {string}
|
|
16921
|
+
* @memberof TemplateApiGetTemplates
|
|
16922
|
+
*/
|
|
16923
|
+
readonly theme?: string;
|
|
16908
16924
|
}
|
|
16909
16925
|
/**
|
|
16910
16926
|
* Request parameters for updateTemplate operation in TemplateApi.
|
|
@@ -16970,6 +16986,13 @@ export declare class TemplateApi extends BaseAPI {
|
|
|
16970
16986
|
* @export
|
|
16971
16987
|
*/
|
|
16972
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>;
|
|
16973
16996
|
/**
|
|
16974
16997
|
*
|
|
16975
16998
|
* @param {IThemePostRequest} iThemePostRequest
|
|
@@ -16986,18 +17009,17 @@ export declare const ThemeApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
16986
17009
|
deleteTheme: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
16987
17010
|
/**
|
|
16988
17011
|
*
|
|
16989
|
-
* @param {string} id
|
|
16990
17012
|
* @param {*} [options] Override http request option.
|
|
16991
17013
|
* @throws {RequiredError}
|
|
16992
17014
|
*/
|
|
16993
|
-
|
|
17015
|
+
getCompanyThemes: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
16994
17016
|
/**
|
|
16995
17017
|
*
|
|
16996
|
-
* @param {string}
|
|
17018
|
+
* @param {string} id
|
|
16997
17019
|
* @param {*} [options] Override http request option.
|
|
16998
17020
|
* @throws {RequiredError}
|
|
16999
17021
|
*/
|
|
17000
|
-
|
|
17022
|
+
getThemeById: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
17001
17023
|
/**
|
|
17002
17024
|
*
|
|
17003
17025
|
* @param {string} company
|
|
@@ -17019,6 +17041,13 @@ export declare const ThemeApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
17019
17041
|
* @export
|
|
17020
17042
|
*/
|
|
17021
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>>;
|
|
17022
17051
|
/**
|
|
17023
17052
|
*
|
|
17024
17053
|
* @param {IThemePostRequest} iThemePostRequest
|
|
@@ -17035,18 +17064,17 @@ export declare const ThemeApiFp: (configuration?: Configuration) => {
|
|
|
17035
17064
|
deleteTheme(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
17036
17065
|
/**
|
|
17037
17066
|
*
|
|
17038
|
-
* @param {string} id
|
|
17039
17067
|
* @param {*} [options] Override http request option.
|
|
17040
17068
|
* @throws {RequiredError}
|
|
17041
17069
|
*/
|
|
17042
|
-
|
|
17070
|
+
getCompanyThemes(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IThemesResponse>>;
|
|
17043
17071
|
/**
|
|
17044
17072
|
*
|
|
17045
|
-
* @param {string}
|
|
17073
|
+
* @param {string} id
|
|
17046
17074
|
* @param {*} [options] Override http request option.
|
|
17047
17075
|
* @throws {RequiredError}
|
|
17048
17076
|
*/
|
|
17049
|
-
|
|
17077
|
+
getThemeById(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IThemeResponse>>;
|
|
17050
17078
|
/**
|
|
17051
17079
|
*
|
|
17052
17080
|
* @param {string} company
|
|
@@ -17068,6 +17096,13 @@ export declare const ThemeApiFp: (configuration?: Configuration) => {
|
|
|
17068
17096
|
* @export
|
|
17069
17097
|
*/
|
|
17070
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>;
|
|
17071
17106
|
/**
|
|
17072
17107
|
*
|
|
17073
17108
|
* @param {ThemeApiCreateThemeRequest} requestParameters Request parameters.
|
|
@@ -17084,18 +17119,17 @@ export declare const ThemeApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17084
17119
|
deleteTheme(requestParameters: ThemeApiDeleteThemeRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
17085
17120
|
/**
|
|
17086
17121
|
*
|
|
17087
|
-
* @param {ThemeApiGetThemeByIdRequest} requestParameters Request parameters.
|
|
17088
17122
|
* @param {*} [options] Override http request option.
|
|
17089
17123
|
* @throws {RequiredError}
|
|
17090
17124
|
*/
|
|
17091
|
-
|
|
17125
|
+
getCompanyThemes(options?: RawAxiosRequestConfig): AxiosPromise<IThemesResponse>;
|
|
17092
17126
|
/**
|
|
17093
17127
|
*
|
|
17094
|
-
* @param {
|
|
17128
|
+
* @param {ThemeApiGetThemeByIdRequest} requestParameters Request parameters.
|
|
17095
17129
|
* @param {*} [options] Override http request option.
|
|
17096
17130
|
* @throws {RequiredError}
|
|
17097
17131
|
*/
|
|
17098
|
-
|
|
17132
|
+
getThemeById(requestParameters: ThemeApiGetThemeByIdRequest, options?: RawAxiosRequestConfig): AxiosPromise<IThemeResponse>;
|
|
17099
17133
|
/**
|
|
17100
17134
|
*
|
|
17101
17135
|
* @param {ThemeApiGetThemesRequest} requestParameters Request parameters.
|
|
@@ -17111,6 +17145,19 @@ export declare const ThemeApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17111
17145
|
*/
|
|
17112
17146
|
updateTheme(requestParameters: ThemeApiUpdateThemeRequest, options?: RawAxiosRequestConfig): AxiosPromise<IThemeResponse>;
|
|
17113
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
|
+
}
|
|
17114
17161
|
/**
|
|
17115
17162
|
* Request parameters for createTheme operation in ThemeApi.
|
|
17116
17163
|
* @export
|
|
@@ -17150,19 +17197,6 @@ export interface ThemeApiGetThemeByIdRequest {
|
|
|
17150
17197
|
*/
|
|
17151
17198
|
readonly id: string;
|
|
17152
17199
|
}
|
|
17153
|
-
/**
|
|
17154
|
-
* Request parameters for getThemeByType operation in ThemeApi.
|
|
17155
|
-
* @export
|
|
17156
|
-
* @interface ThemeApiGetThemeByTypeRequest
|
|
17157
|
-
*/
|
|
17158
|
-
export interface ThemeApiGetThemeByTypeRequest {
|
|
17159
|
-
/**
|
|
17160
|
-
*
|
|
17161
|
-
* @type {string}
|
|
17162
|
-
* @memberof ThemeApiGetThemeByType
|
|
17163
|
-
*/
|
|
17164
|
-
readonly type: string;
|
|
17165
|
-
}
|
|
17166
17200
|
/**
|
|
17167
17201
|
* Request parameters for getThemes operation in ThemeApi.
|
|
17168
17202
|
* @export
|
|
@@ -17202,6 +17236,14 @@ export interface ThemeApiUpdateThemeRequest {
|
|
|
17202
17236
|
* @extends {BaseAPI}
|
|
17203
17237
|
*/
|
|
17204
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>>;
|
|
17205
17247
|
/**
|
|
17206
17248
|
*
|
|
17207
17249
|
* @param {ThemeApiCreateThemeRequest} requestParameters Request parameters.
|
|
@@ -17220,20 +17262,19 @@ export declare class ThemeApi extends BaseAPI {
|
|
|
17220
17262
|
deleteTheme(requestParameters: ThemeApiDeleteThemeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
17221
17263
|
/**
|
|
17222
17264
|
*
|
|
17223
|
-
* @param {ThemeApiGetThemeByIdRequest} requestParameters Request parameters.
|
|
17224
17265
|
* @param {*} [options] Override http request option.
|
|
17225
17266
|
* @throws {RequiredError}
|
|
17226
17267
|
* @memberof ThemeApi
|
|
17227
17268
|
*/
|
|
17228
|
-
|
|
17269
|
+
getCompanyThemes(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IThemesResponse, any>>;
|
|
17229
17270
|
/**
|
|
17230
17271
|
*
|
|
17231
|
-
* @param {
|
|
17272
|
+
* @param {ThemeApiGetThemeByIdRequest} requestParameters Request parameters.
|
|
17232
17273
|
* @param {*} [options] Override http request option.
|
|
17233
17274
|
* @throws {RequiredError}
|
|
17234
17275
|
* @memberof ThemeApi
|
|
17235
17276
|
*/
|
|
17236
|
-
|
|
17277
|
+
getThemeById(requestParameters: ThemeApiGetThemeByIdRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IThemeResponse, any>>;
|
|
17237
17278
|
/**
|
|
17238
17279
|
*
|
|
17239
17280
|
* @param {ThemeApiGetThemesRequest} requestParameters Request parameters.
|