@infisale-client/api-client 1.1.19 → 1.1.21
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 +1256 -440
- package/dist/api/api.js +18 -22
- package/dist/api/api.mjs +18 -22
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -1153,12 +1153,6 @@ export interface ICategoryPostRequest {
|
|
|
1153
1153
|
* @interface ICategoryResponse
|
|
1154
1154
|
*/
|
|
1155
1155
|
export interface ICategoryResponse {
|
|
1156
|
-
/**
|
|
1157
|
-
*
|
|
1158
|
-
* @type {Array<ICategoryResponseAttributesInner>}
|
|
1159
|
-
* @memberof ICategoryResponse
|
|
1160
|
-
*/
|
|
1161
|
-
'attributes': Array<ICategoryResponseAttributesInner>;
|
|
1162
1156
|
/**
|
|
1163
1157
|
*
|
|
1164
1158
|
* @type {string}
|
|
@@ -1207,6 +1201,12 @@ export interface ICategoryResponse {
|
|
|
1207
1201
|
* @memberof ICategoryResponse
|
|
1208
1202
|
*/
|
|
1209
1203
|
'thumbnail'?: IImage;
|
|
1204
|
+
/**
|
|
1205
|
+
*
|
|
1206
|
+
* @type {Array<ICategoryResponseAttributesInner>}
|
|
1207
|
+
* @memberof ICategoryResponse
|
|
1208
|
+
*/
|
|
1209
|
+
'attributes': Array<ICategoryResponseAttributesInner>;
|
|
1210
1210
|
}
|
|
1211
1211
|
/**
|
|
1212
1212
|
*
|
|
@@ -1681,10 +1681,10 @@ export interface ICompany {
|
|
|
1681
1681
|
'owner': string;
|
|
1682
1682
|
/**
|
|
1683
1683
|
*
|
|
1684
|
-
* @type {
|
|
1684
|
+
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress}
|
|
1685
1685
|
* @memberof ICompany
|
|
1686
1686
|
*/
|
|
1687
|
-
'address'?:
|
|
1687
|
+
'address'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress;
|
|
1688
1688
|
/**
|
|
1689
1689
|
*
|
|
1690
1690
|
* @type {string}
|
|
@@ -1717,10 +1717,10 @@ export interface ICompany {
|
|
|
1717
1717
|
'dns_zone_domain'?: string;
|
|
1718
1718
|
/**
|
|
1719
1719
|
*
|
|
1720
|
-
* @type {Array<
|
|
1720
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>}
|
|
1721
1721
|
* @memberof ICompany
|
|
1722
1722
|
*/
|
|
1723
|
-
'custom_hostnames': Array<
|
|
1723
|
+
'custom_hostnames': Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>;
|
|
1724
1724
|
/**
|
|
1725
1725
|
*
|
|
1726
1726
|
* @type {Array<PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner>}
|
|
@@ -1793,17 +1793,17 @@ export interface ICompany {
|
|
|
1793
1793
|
'currencies': RecordCurrencyEnumCurrency;
|
|
1794
1794
|
/**
|
|
1795
1795
|
*
|
|
1796
|
-
* @type {Array<
|
|
1796
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>}
|
|
1797
1797
|
* @memberof ICompany
|
|
1798
1798
|
*/
|
|
1799
|
-
'warehouses': Array<
|
|
1799
|
+
'warehouses': Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>;
|
|
1800
1800
|
/**
|
|
1801
1801
|
*
|
|
1802
|
-
* @type {{ [key: string]:
|
|
1802
|
+
* @type {{ [key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue; }}
|
|
1803
1803
|
* @memberof ICompany
|
|
1804
1804
|
*/
|
|
1805
1805
|
'navigations': {
|
|
1806
|
-
[key: string]:
|
|
1806
|
+
[key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue;
|
|
1807
1807
|
};
|
|
1808
1808
|
/**
|
|
1809
1809
|
*
|
|
@@ -1813,16 +1813,16 @@ export interface ICompany {
|
|
|
1813
1813
|
'firebase_admin_credentials'?: ICompanyPatchRequestFirebaseAdminCredentials;
|
|
1814
1814
|
/**
|
|
1815
1815
|
*
|
|
1816
|
-
* @type {
|
|
1816
|
+
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials}
|
|
1817
1817
|
* @memberof ICompany
|
|
1818
1818
|
*/
|
|
1819
|
-
'firebase_web_credentials'?:
|
|
1819
|
+
'firebase_web_credentials'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials;
|
|
1820
1820
|
/**
|
|
1821
1821
|
*
|
|
1822
|
-
* @type {
|
|
1822
|
+
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin}
|
|
1823
1823
|
* @memberof ICompany
|
|
1824
1824
|
*/
|
|
1825
|
-
'firebase_login':
|
|
1825
|
+
'firebase_login': PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin;
|
|
1826
1826
|
/**
|
|
1827
1827
|
*
|
|
1828
1828
|
* @type {string}
|
|
@@ -1837,10 +1837,10 @@ export interface ICompany {
|
|
|
1837
1837
|
'sender_name'?: string;
|
|
1838
1838
|
/**
|
|
1839
1839
|
*
|
|
1840
|
-
* @type {Array<
|
|
1840
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>}
|
|
1841
1841
|
* @memberof ICompany
|
|
1842
1842
|
*/
|
|
1843
|
-
'sender_email_dns_records'?: Array<
|
|
1843
|
+
'sender_email_dns_records'?: Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>;
|
|
1844
1844
|
/**
|
|
1845
1845
|
*
|
|
1846
1846
|
* @type {CompanyStatusEnum}
|
|
@@ -1934,10 +1934,10 @@ export interface ICompanyAdminResponse {
|
|
|
1934
1934
|
'owner': string;
|
|
1935
1935
|
/**
|
|
1936
1936
|
*
|
|
1937
|
-
* @type {
|
|
1937
|
+
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress}
|
|
1938
1938
|
* @memberof ICompanyAdminResponse
|
|
1939
1939
|
*/
|
|
1940
|
-
'address'?:
|
|
1940
|
+
'address'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress;
|
|
1941
1941
|
/**
|
|
1942
1942
|
*
|
|
1943
1943
|
* @type {Array<string>}
|
|
@@ -1958,10 +1958,10 @@ export interface ICompanyAdminResponse {
|
|
|
1958
1958
|
'dns_zone_domain'?: string;
|
|
1959
1959
|
/**
|
|
1960
1960
|
*
|
|
1961
|
-
* @type {Array<
|
|
1961
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>}
|
|
1962
1962
|
* @memberof ICompanyAdminResponse
|
|
1963
1963
|
*/
|
|
1964
|
-
'custom_hostnames': Array<
|
|
1964
|
+
'custom_hostnames': Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>;
|
|
1965
1965
|
/**
|
|
1966
1966
|
*
|
|
1967
1967
|
* @type {{ [key: string]: string; }}
|
|
@@ -2008,30 +2008,30 @@ export interface ICompanyAdminResponse {
|
|
|
2008
2008
|
'currencies': RecordCurrencyEnumCurrency;
|
|
2009
2009
|
/**
|
|
2010
2010
|
*
|
|
2011
|
-
* @type {Array<
|
|
2011
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>}
|
|
2012
2012
|
* @memberof ICompanyAdminResponse
|
|
2013
2013
|
*/
|
|
2014
|
-
'warehouses': Array<
|
|
2014
|
+
'warehouses': Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>;
|
|
2015
2015
|
/**
|
|
2016
2016
|
*
|
|
2017
|
-
* @type {{ [key: string]:
|
|
2017
|
+
* @type {{ [key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue; }}
|
|
2018
2018
|
* @memberof ICompanyAdminResponse
|
|
2019
2019
|
*/
|
|
2020
2020
|
'navigations': {
|
|
2021
|
-
[key: string]:
|
|
2021
|
+
[key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue;
|
|
2022
2022
|
};
|
|
2023
2023
|
/**
|
|
2024
2024
|
*
|
|
2025
|
-
* @type {
|
|
2025
|
+
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials}
|
|
2026
2026
|
* @memberof ICompanyAdminResponse
|
|
2027
2027
|
*/
|
|
2028
|
-
'firebase_web_credentials'?:
|
|
2028
|
+
'firebase_web_credentials'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials;
|
|
2029
2029
|
/**
|
|
2030
2030
|
*
|
|
2031
|
-
* @type {
|
|
2031
|
+
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin}
|
|
2032
2032
|
* @memberof ICompanyAdminResponse
|
|
2033
2033
|
*/
|
|
2034
|
-
'firebase_login':
|
|
2034
|
+
'firebase_login': PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin;
|
|
2035
2035
|
/**
|
|
2036
2036
|
*
|
|
2037
2037
|
* @type {string}
|
|
@@ -2046,10 +2046,10 @@ export interface ICompanyAdminResponse {
|
|
|
2046
2046
|
'sender_name'?: string;
|
|
2047
2047
|
/**
|
|
2048
2048
|
*
|
|
2049
|
-
* @type {Array<
|
|
2049
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>}
|
|
2050
2050
|
* @memberof ICompanyAdminResponse
|
|
2051
2051
|
*/
|
|
2052
|
-
'sender_email_dns_records'?: Array<
|
|
2052
|
+
'sender_email_dns_records'?: Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>;
|
|
2053
2053
|
/**
|
|
2054
2054
|
*
|
|
2055
2055
|
* @type {PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles}
|
|
@@ -2468,10 +2468,10 @@ export interface ICompanyPatchRequest {
|
|
|
2468
2468
|
'type'?: CompanyTypeEnum;
|
|
2469
2469
|
/**
|
|
2470
2470
|
*
|
|
2471
|
-
* @type {
|
|
2471
|
+
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress}
|
|
2472
2472
|
* @memberof ICompanyPatchRequest
|
|
2473
2473
|
*/
|
|
2474
|
-
'address'?:
|
|
2474
|
+
'address'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress;
|
|
2475
2475
|
/**
|
|
2476
2476
|
*
|
|
2477
2477
|
* @type {string}
|
|
@@ -2530,10 +2530,16 @@ export interface ICompanyPatchRequest {
|
|
|
2530
2530
|
'currencies'?: RecordCurrencyEnumCurrency;
|
|
2531
2531
|
/**
|
|
2532
2532
|
*
|
|
2533
|
-
* @type {Array<
|
|
2533
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>}
|
|
2534
|
+
* @memberof ICompanyPatchRequest
|
|
2535
|
+
*/
|
|
2536
|
+
'warehouses'?: Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>;
|
|
2537
|
+
/**
|
|
2538
|
+
*
|
|
2539
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>}
|
|
2534
2540
|
* @memberof ICompanyPatchRequest
|
|
2535
2541
|
*/
|
|
2536
|
-
'sender_email_dns_records'?: Array<
|
|
2542
|
+
'sender_email_dns_records'?: Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>;
|
|
2537
2543
|
}
|
|
2538
2544
|
/**
|
|
2539
2545
|
*
|
|
@@ -2731,10 +2737,10 @@ export interface ICompanyResponse {
|
|
|
2731
2737
|
'owner': string;
|
|
2732
2738
|
/**
|
|
2733
2739
|
*
|
|
2734
|
-
* @type {
|
|
2740
|
+
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress}
|
|
2735
2741
|
* @memberof ICompanyResponse
|
|
2736
2742
|
*/
|
|
2737
|
-
'address'?:
|
|
2743
|
+
'address'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress;
|
|
2738
2744
|
/**
|
|
2739
2745
|
*
|
|
2740
2746
|
* @type {Array<string>}
|
|
@@ -2755,10 +2761,10 @@ export interface ICompanyResponse {
|
|
|
2755
2761
|
'dns_zone_domain'?: string;
|
|
2756
2762
|
/**
|
|
2757
2763
|
*
|
|
2758
|
-
* @type {Array<
|
|
2764
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>}
|
|
2759
2765
|
* @memberof ICompanyResponse
|
|
2760
2766
|
*/
|
|
2761
|
-
'custom_hostnames': Array<
|
|
2767
|
+
'custom_hostnames': Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>;
|
|
2762
2768
|
/**
|
|
2763
2769
|
*
|
|
2764
2770
|
* @type {{ [key: string]: string; }}
|
|
@@ -2805,30 +2811,30 @@ export interface ICompanyResponse {
|
|
|
2805
2811
|
'currencies': RecordCurrencyEnumCurrency;
|
|
2806
2812
|
/**
|
|
2807
2813
|
*
|
|
2808
|
-
* @type {Array<
|
|
2814
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>}
|
|
2809
2815
|
* @memberof ICompanyResponse
|
|
2810
2816
|
*/
|
|
2811
|
-
'warehouses': Array<
|
|
2817
|
+
'warehouses': Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>;
|
|
2812
2818
|
/**
|
|
2813
2819
|
*
|
|
2814
|
-
* @type {{ [key: string]:
|
|
2820
|
+
* @type {{ [key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue; }}
|
|
2815
2821
|
* @memberof ICompanyResponse
|
|
2816
2822
|
*/
|
|
2817
2823
|
'navigations': {
|
|
2818
|
-
[key: string]:
|
|
2824
|
+
[key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue;
|
|
2819
2825
|
};
|
|
2820
2826
|
/**
|
|
2821
2827
|
*
|
|
2822
|
-
* @type {
|
|
2828
|
+
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials}
|
|
2823
2829
|
* @memberof ICompanyResponse
|
|
2824
2830
|
*/
|
|
2825
|
-
'firebase_web_credentials'?:
|
|
2831
|
+
'firebase_web_credentials'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials;
|
|
2826
2832
|
/**
|
|
2827
2833
|
*
|
|
2828
|
-
* @type {
|
|
2834
|
+
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin}
|
|
2829
2835
|
* @memberof ICompanyResponse
|
|
2830
2836
|
*/
|
|
2831
|
-
'firebase_login':
|
|
2837
|
+
'firebase_login': PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin;
|
|
2832
2838
|
/**
|
|
2833
2839
|
*
|
|
2834
2840
|
* @type {string}
|
|
@@ -2843,10 +2849,10 @@ export interface ICompanyResponse {
|
|
|
2843
2849
|
'sender_name'?: string;
|
|
2844
2850
|
/**
|
|
2845
2851
|
*
|
|
2846
|
-
* @type {Array<
|
|
2852
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>}
|
|
2847
2853
|
* @memberof ICompanyResponse
|
|
2848
2854
|
*/
|
|
2849
|
-
'sender_email_dns_records'?: Array<
|
|
2855
|
+
'sender_email_dns_records'?: Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>;
|
|
2850
2856
|
/**
|
|
2851
2857
|
*
|
|
2852
2858
|
* @type {PickICompanyNameOrDomainsOrIdOrLanguage}
|
|
@@ -2866,37 +2872,6 @@ export interface ICompanyResponse {
|
|
|
2866
2872
|
*/
|
|
2867
2873
|
'currency_rates': RecordCurrencyEnumNumber;
|
|
2868
2874
|
}
|
|
2869
|
-
/**
|
|
2870
|
-
*
|
|
2871
|
-
* @export
|
|
2872
|
-
* @interface ICompanyResponseAddress
|
|
2873
|
-
*/
|
|
2874
|
-
export interface ICompanyResponseAddress {
|
|
2875
|
-
/**
|
|
2876
|
-
*
|
|
2877
|
-
* @type {string}
|
|
2878
|
-
* @memberof ICompanyResponseAddress
|
|
2879
|
-
*/
|
|
2880
|
-
'description': string;
|
|
2881
|
-
/**
|
|
2882
|
-
*
|
|
2883
|
-
* @type {string}
|
|
2884
|
-
* @memberof ICompanyResponseAddress
|
|
2885
|
-
*/
|
|
2886
|
-
'city': string;
|
|
2887
|
-
/**
|
|
2888
|
-
*
|
|
2889
|
-
* @type {string}
|
|
2890
|
-
* @memberof ICompanyResponseAddress
|
|
2891
|
-
*/
|
|
2892
|
-
'state': string;
|
|
2893
|
-
/**
|
|
2894
|
-
*
|
|
2895
|
-
* @type {string}
|
|
2896
|
-
* @memberof ICompanyResponseAddress
|
|
2897
|
-
*/
|
|
2898
|
-
'country': string;
|
|
2899
|
-
}
|
|
2900
2875
|
/**
|
|
2901
2876
|
*
|
|
2902
2877
|
* @export
|
|
@@ -2981,198 +2956,6 @@ export interface ICompanyResponseConfigTemplate {
|
|
|
2981
2956
|
*/
|
|
2982
2957
|
'header': Array<ITemplateResponseComponentsInner>;
|
|
2983
2958
|
}
|
|
2984
|
-
/**
|
|
2985
|
-
*
|
|
2986
|
-
* @export
|
|
2987
|
-
* @interface ICompanyResponseCustomHostnamesInner
|
|
2988
|
-
*/
|
|
2989
|
-
export interface ICompanyResponseCustomHostnamesInner {
|
|
2990
|
-
/**
|
|
2991
|
-
*
|
|
2992
|
-
* @type {string}
|
|
2993
|
-
* @memberof ICompanyResponseCustomHostnamesInner
|
|
2994
|
-
*/
|
|
2995
|
-
'validation_code': string;
|
|
2996
|
-
/**
|
|
2997
|
-
*
|
|
2998
|
-
* @type {string}
|
|
2999
|
-
* @memberof ICompanyResponseCustomHostnamesInner
|
|
3000
|
-
*/
|
|
3001
|
-
'hostname': string;
|
|
3002
|
-
/**
|
|
3003
|
-
*
|
|
3004
|
-
* @type {string}
|
|
3005
|
-
* @memberof ICompanyResponseCustomHostnamesInner
|
|
3006
|
-
*/
|
|
3007
|
-
'zone_id': string;
|
|
3008
|
-
/**
|
|
3009
|
-
*
|
|
3010
|
-
* @type {string}
|
|
3011
|
-
* @memberof ICompanyResponseCustomHostnamesInner
|
|
3012
|
-
*/
|
|
3013
|
-
'id': string;
|
|
3014
|
-
}
|
|
3015
|
-
/**
|
|
3016
|
-
*
|
|
3017
|
-
* @export
|
|
3018
|
-
* @interface ICompanyResponseFirebaseLogin
|
|
3019
|
-
*/
|
|
3020
|
-
export interface ICompanyResponseFirebaseLogin {
|
|
3021
|
-
/**
|
|
3022
|
-
*
|
|
3023
|
-
* @type {boolean}
|
|
3024
|
-
* @memberof ICompanyResponseFirebaseLogin
|
|
3025
|
-
*/
|
|
3026
|
-
'apple': boolean;
|
|
3027
|
-
/**
|
|
3028
|
-
*
|
|
3029
|
-
* @type {boolean}
|
|
3030
|
-
* @memberof ICompanyResponseFirebaseLogin
|
|
3031
|
-
*/
|
|
3032
|
-
'facebook': boolean;
|
|
3033
|
-
/**
|
|
3034
|
-
*
|
|
3035
|
-
* @type {boolean}
|
|
3036
|
-
* @memberof ICompanyResponseFirebaseLogin
|
|
3037
|
-
*/
|
|
3038
|
-
'google': boolean;
|
|
3039
|
-
}
|
|
3040
|
-
/**
|
|
3041
|
-
*
|
|
3042
|
-
* @export
|
|
3043
|
-
* @interface ICompanyResponseFirebaseWebCredentials
|
|
3044
|
-
*/
|
|
3045
|
-
export interface ICompanyResponseFirebaseWebCredentials {
|
|
3046
|
-
/**
|
|
3047
|
-
*
|
|
3048
|
-
* @type {string}
|
|
3049
|
-
* @memberof ICompanyResponseFirebaseWebCredentials
|
|
3050
|
-
*/
|
|
3051
|
-
'measurementId': string;
|
|
3052
|
-
/**
|
|
3053
|
-
*
|
|
3054
|
-
* @type {string}
|
|
3055
|
-
* @memberof ICompanyResponseFirebaseWebCredentials
|
|
3056
|
-
*/
|
|
3057
|
-
'appId': string;
|
|
3058
|
-
/**
|
|
3059
|
-
*
|
|
3060
|
-
* @type {string}
|
|
3061
|
-
* @memberof ICompanyResponseFirebaseWebCredentials
|
|
3062
|
-
*/
|
|
3063
|
-
'messagingSenderId': string;
|
|
3064
|
-
/**
|
|
3065
|
-
*
|
|
3066
|
-
* @type {string}
|
|
3067
|
-
* @memberof ICompanyResponseFirebaseWebCredentials
|
|
3068
|
-
*/
|
|
3069
|
-
'storageBucket': string;
|
|
3070
|
-
/**
|
|
3071
|
-
*
|
|
3072
|
-
* @type {string}
|
|
3073
|
-
* @memberof ICompanyResponseFirebaseWebCredentials
|
|
3074
|
-
*/
|
|
3075
|
-
'projectId': string;
|
|
3076
|
-
/**
|
|
3077
|
-
*
|
|
3078
|
-
* @type {string}
|
|
3079
|
-
* @memberof ICompanyResponseFirebaseWebCredentials
|
|
3080
|
-
*/
|
|
3081
|
-
'authDomain': string;
|
|
3082
|
-
/**
|
|
3083
|
-
*
|
|
3084
|
-
* @type {string}
|
|
3085
|
-
* @memberof ICompanyResponseFirebaseWebCredentials
|
|
3086
|
-
*/
|
|
3087
|
-
'apiKey': string;
|
|
3088
|
-
}
|
|
3089
|
-
/**
|
|
3090
|
-
*
|
|
3091
|
-
* @export
|
|
3092
|
-
* @interface ICompanyResponseNavigationsValue
|
|
3093
|
-
*/
|
|
3094
|
-
export interface ICompanyResponseNavigationsValue {
|
|
3095
|
-
/**
|
|
3096
|
-
*
|
|
3097
|
-
* @type {Array<NavigationUrl>}
|
|
3098
|
-
* @memberof ICompanyResponseNavigationsValue
|
|
3099
|
-
*/
|
|
3100
|
-
'footer': Array<NavigationUrl>;
|
|
3101
|
-
/**
|
|
3102
|
-
*
|
|
3103
|
-
* @type {Array<NavigationUrl>}
|
|
3104
|
-
* @memberof ICompanyResponseNavigationsValue
|
|
3105
|
-
*/
|
|
3106
|
-
'header': Array<NavigationUrl>;
|
|
3107
|
-
}
|
|
3108
|
-
/**
|
|
3109
|
-
*
|
|
3110
|
-
* @export
|
|
3111
|
-
* @interface ICompanyResponseSenderEmailDnsRecordsInner
|
|
3112
|
-
*/
|
|
3113
|
-
export interface ICompanyResponseSenderEmailDnsRecordsInner {
|
|
3114
|
-
/**
|
|
3115
|
-
*
|
|
3116
|
-
* @type {number}
|
|
3117
|
-
* @memberof ICompanyResponseSenderEmailDnsRecordsInner
|
|
3118
|
-
*/
|
|
3119
|
-
'priority'?: number;
|
|
3120
|
-
/**
|
|
3121
|
-
*
|
|
3122
|
-
* @type {EmailConfigDnsRecordTypeEnum}
|
|
3123
|
-
* @memberof ICompanyResponseSenderEmailDnsRecordsInner
|
|
3124
|
-
*/
|
|
3125
|
-
'type': EmailConfigDnsRecordTypeEnum;
|
|
3126
|
-
/**
|
|
3127
|
-
*
|
|
3128
|
-
* @type {string}
|
|
3129
|
-
* @memberof ICompanyResponseSenderEmailDnsRecordsInner
|
|
3130
|
-
*/
|
|
3131
|
-
'value': string;
|
|
3132
|
-
/**
|
|
3133
|
-
*
|
|
3134
|
-
* @type {string}
|
|
3135
|
-
* @memberof ICompanyResponseSenderEmailDnsRecordsInner
|
|
3136
|
-
*/
|
|
3137
|
-
'key': string;
|
|
3138
|
-
}
|
|
3139
|
-
/**
|
|
3140
|
-
*
|
|
3141
|
-
* @export
|
|
3142
|
-
* @interface ICompanyResponseWarehousesInner
|
|
3143
|
-
*/
|
|
3144
|
-
export interface ICompanyResponseWarehousesInner {
|
|
3145
|
-
/**
|
|
3146
|
-
*
|
|
3147
|
-
* @type {string}
|
|
3148
|
-
* @memberof ICompanyResponseWarehousesInner
|
|
3149
|
-
*/
|
|
3150
|
-
'email'?: string;
|
|
3151
|
-
/**
|
|
3152
|
-
*
|
|
3153
|
-
* @type {string}
|
|
3154
|
-
* @memberof ICompanyResponseWarehousesInner
|
|
3155
|
-
*/
|
|
3156
|
-
'phone'?: string;
|
|
3157
|
-
/**
|
|
3158
|
-
*
|
|
3159
|
-
* @type {string}
|
|
3160
|
-
* @memberof ICompanyResponseWarehousesInner
|
|
3161
|
-
*/
|
|
3162
|
-
'address'?: string;
|
|
3163
|
-
/**
|
|
3164
|
-
*
|
|
3165
|
-
* @type {string}
|
|
3166
|
-
* @memberof ICompanyResponseWarehousesInner
|
|
3167
|
-
*/
|
|
3168
|
-
'name': string;
|
|
3169
|
-
/**
|
|
3170
|
-
*
|
|
3171
|
-
* @type {string}
|
|
3172
|
-
* @memberof ICompanyResponseWarehousesInner
|
|
3173
|
-
*/
|
|
3174
|
-
'_id': string;
|
|
3175
|
-
}
|
|
3176
2959
|
/**
|
|
3177
2960
|
*
|
|
3178
2961
|
* @export
|
|
@@ -3219,16 +3002,16 @@ export interface ICompanyUpdateFirebaseConfigRequest {
|
|
|
3219
3002
|
'firebase_admin_credentials'?: ICompanyPatchRequestFirebaseAdminCredentials;
|
|
3220
3003
|
/**
|
|
3221
3004
|
*
|
|
3222
|
-
* @type {
|
|
3005
|
+
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials}
|
|
3223
3006
|
* @memberof ICompanyUpdateFirebaseConfigRequest
|
|
3224
3007
|
*/
|
|
3225
|
-
'firebase_web_credentials'?:
|
|
3008
|
+
'firebase_web_credentials'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials;
|
|
3226
3009
|
/**
|
|
3227
3010
|
*
|
|
3228
|
-
* @type {
|
|
3011
|
+
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin}
|
|
3229
3012
|
* @memberof ICompanyUpdateFirebaseConfigRequest
|
|
3230
3013
|
*/
|
|
3231
|
-
'firebase_login'?:
|
|
3014
|
+
'firebase_login'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin;
|
|
3232
3015
|
}
|
|
3233
3016
|
/**
|
|
3234
3017
|
*
|
|
@@ -3238,11 +3021,11 @@ export interface ICompanyUpdateFirebaseConfigRequest {
|
|
|
3238
3021
|
export interface ICompanyUpdateNavigationRequest {
|
|
3239
3022
|
/**
|
|
3240
3023
|
*
|
|
3241
|
-
* @type {{ [key: string]:
|
|
3024
|
+
* @type {{ [key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue; }}
|
|
3242
3025
|
* @memberof ICompanyUpdateNavigationRequest
|
|
3243
3026
|
*/
|
|
3244
3027
|
'navigations': {
|
|
3245
|
-
[key: string]:
|
|
3028
|
+
[key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue;
|
|
3246
3029
|
};
|
|
3247
3030
|
}
|
|
3248
3031
|
/**
|
|
@@ -4454,7 +4237,7 @@ export interface IPageCollectionQueryParams {
|
|
|
4454
4237
|
* @type {string}
|
|
4455
4238
|
* @memberof IPageCollectionQueryParams
|
|
4456
4239
|
*/
|
|
4457
|
-
'company'
|
|
4240
|
+
'company'?: string;
|
|
4458
4241
|
/**
|
|
4459
4242
|
*
|
|
4460
4243
|
* @type {string}
|
|
@@ -5031,7 +4814,7 @@ export interface IProductCollectionQueryParams {
|
|
|
5031
4814
|
* @type {string}
|
|
5032
4815
|
* @memberof IProductCollectionQueryParams
|
|
5033
4816
|
*/
|
|
5034
|
-
'company'
|
|
4817
|
+
'company'?: string;
|
|
5035
4818
|
/**
|
|
5036
4819
|
*
|
|
5037
4820
|
* @type {string}
|
|
@@ -5721,12 +5504,6 @@ export interface ITemplatePostRequest {
|
|
|
5721
5504
|
* @interface ITemplateResponse
|
|
5722
5505
|
*/
|
|
5723
5506
|
export interface ITemplateResponse {
|
|
5724
|
-
/**
|
|
5725
|
-
*
|
|
5726
|
-
* @type {Array<ITemplateResponseComponentsInner>}
|
|
5727
|
-
* @memberof ITemplateResponse
|
|
5728
|
-
*/
|
|
5729
|
-
'components': Array<ITemplateResponseComponentsInner>;
|
|
5730
5507
|
/**
|
|
5731
5508
|
*
|
|
5732
5509
|
* @type {string}
|
|
@@ -5769,6 +5546,12 @@ export interface ITemplateResponse {
|
|
|
5769
5546
|
* @memberof ITemplateResponse
|
|
5770
5547
|
*/
|
|
5771
5548
|
'title': string;
|
|
5549
|
+
/**
|
|
5550
|
+
*
|
|
5551
|
+
* @type {Array<ITemplateResponseComponentsInner>}
|
|
5552
|
+
* @memberof ITemplateResponse
|
|
5553
|
+
*/
|
|
5554
|
+
'components': Array<ITemplateResponseComponentsInner>;
|
|
5772
5555
|
}
|
|
5773
5556
|
/**
|
|
5774
5557
|
*
|
|
@@ -6573,240 +6356,1273 @@ export type PageTypeEnum = typeof PageTypeEnum[keyof typeof PageTypeEnum];
|
|
|
6573
6356
|
/**
|
|
6574
6357
|
* From T, pick a set of properties whose keys are in the union K
|
|
6575
6358
|
* @export
|
|
6576
|
-
* @interface
|
|
6359
|
+
* @interface PickIBasketExcludeKeyofIBasketItems
|
|
6577
6360
|
*/
|
|
6578
|
-
export interface
|
|
6361
|
+
export interface PickIBasketExcludeKeyofIBasketItems {
|
|
6579
6362
|
/**
|
|
6580
6363
|
*
|
|
6581
6364
|
* @type {string}
|
|
6582
|
-
* @memberof
|
|
6365
|
+
* @memberof PickIBasketExcludeKeyofIBasketItems
|
|
6366
|
+
*/
|
|
6367
|
+
'company': string;
|
|
6368
|
+
/**
|
|
6369
|
+
*
|
|
6370
|
+
* @type {string}
|
|
6371
|
+
* @memberof PickIBasketExcludeKeyofIBasketItems
|
|
6583
6372
|
*/
|
|
6584
6373
|
'_id': string;
|
|
6585
6374
|
/**
|
|
6586
6375
|
*
|
|
6587
|
-
* @type {
|
|
6588
|
-
* @memberof
|
|
6376
|
+
* @type {number}
|
|
6377
|
+
* @memberof PickIBasketExcludeKeyofIBasketItems
|
|
6589
6378
|
*/
|
|
6590
|
-
'
|
|
6379
|
+
'__v': number;
|
|
6591
6380
|
/**
|
|
6592
6381
|
*
|
|
6593
|
-
* @type {
|
|
6594
|
-
* @memberof
|
|
6382
|
+
* @type {string}
|
|
6383
|
+
* @memberof PickIBasketExcludeKeyofIBasketItems
|
|
6595
6384
|
*/
|
|
6596
|
-
'
|
|
6597
|
-
}
|
|
6598
|
-
/**
|
|
6599
|
-
* From T, pick a set of properties whose keys are in the union K
|
|
6600
|
-
* @export
|
|
6601
|
-
* @interface PickICompanyIdOrName
|
|
6602
|
-
*/
|
|
6603
|
-
export interface PickICompanyIdOrName {
|
|
6385
|
+
'createdAt': string;
|
|
6604
6386
|
/**
|
|
6605
6387
|
*
|
|
6606
6388
|
* @type {string}
|
|
6607
|
-
* @memberof
|
|
6389
|
+
* @memberof PickIBasketExcludeKeyofIBasketItems
|
|
6608
6390
|
*/
|
|
6609
|
-
'
|
|
6391
|
+
'updatedAt': string;
|
|
6610
6392
|
/**
|
|
6611
6393
|
*
|
|
6612
6394
|
* @type {string}
|
|
6613
|
-
* @memberof
|
|
6395
|
+
* @memberof PickIBasketExcludeKeyofIBasketItems
|
|
6614
6396
|
*/
|
|
6615
|
-
'
|
|
6397
|
+
'user': string;
|
|
6616
6398
|
}
|
|
6617
6399
|
/**
|
|
6618
6400
|
* From T, pick a set of properties whose keys are in the union K
|
|
6619
6401
|
* @export
|
|
6620
|
-
* @interface
|
|
6402
|
+
* @interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
|
|
6621
6403
|
*/
|
|
6622
|
-
export interface
|
|
6404
|
+
export interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse {
|
|
6623
6405
|
/**
|
|
6624
6406
|
*
|
|
6625
6407
|
* @type {string}
|
|
6626
|
-
* @memberof
|
|
6408
|
+
* @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
|
|
6627
6409
|
*/
|
|
6628
|
-
'
|
|
6410
|
+
'company': string;
|
|
6629
6411
|
/**
|
|
6630
6412
|
*
|
|
6631
|
-
* @type {
|
|
6632
|
-
* @memberof
|
|
6413
|
+
* @type {RecordLanguageEnumIContentsValue}
|
|
6414
|
+
* @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
|
|
6633
6415
|
*/
|
|
6634
|
-
'
|
|
6416
|
+
'contents': RecordLanguageEnumIContentsValue;
|
|
6635
6417
|
/**
|
|
6636
6418
|
*
|
|
6637
|
-
* @type {
|
|
6638
|
-
* @memberof
|
|
6419
|
+
* @type {IImage}
|
|
6420
|
+
* @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
|
|
6421
|
+
*/
|
|
6422
|
+
'thumbnail'?: IImage;
|
|
6423
|
+
}
|
|
6424
|
+
/**
|
|
6425
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
6426
|
+
* @export
|
|
6427
|
+
* @interface PickICategoryExcludeKeyofICategoryAttributes
|
|
6428
|
+
*/
|
|
6429
|
+
export interface PickICategoryExcludeKeyofICategoryAttributes {
|
|
6430
|
+
/**
|
|
6431
|
+
*
|
|
6432
|
+
* @type {string}
|
|
6433
|
+
* @memberof PickICategoryExcludeKeyofICategoryAttributes
|
|
6434
|
+
*/
|
|
6435
|
+
'company': string;
|
|
6436
|
+
/**
|
|
6437
|
+
*
|
|
6438
|
+
* @type {string}
|
|
6439
|
+
* @memberof PickICategoryExcludeKeyofICategoryAttributes
|
|
6440
|
+
*/
|
|
6441
|
+
'_id': string;
|
|
6442
|
+
/**
|
|
6443
|
+
*
|
|
6444
|
+
* @type {number}
|
|
6445
|
+
* @memberof PickICategoryExcludeKeyofICategoryAttributes
|
|
6446
|
+
*/
|
|
6447
|
+
'__v': number;
|
|
6448
|
+
/**
|
|
6449
|
+
*
|
|
6450
|
+
* @type {string}
|
|
6451
|
+
* @memberof PickICategoryExcludeKeyofICategoryAttributes
|
|
6452
|
+
*/
|
|
6453
|
+
'createdAt': string;
|
|
6454
|
+
/**
|
|
6455
|
+
*
|
|
6456
|
+
* @type {string}
|
|
6457
|
+
* @memberof PickICategoryExcludeKeyofICategoryAttributes
|
|
6458
|
+
*/
|
|
6459
|
+
'updatedAt': string;
|
|
6460
|
+
/**
|
|
6461
|
+
*
|
|
6462
|
+
* @type {string}
|
|
6463
|
+
* @memberof PickICategoryExcludeKeyofICategoryAttributes
|
|
6464
|
+
*/
|
|
6465
|
+
'main'?: string;
|
|
6466
|
+
/**
|
|
6467
|
+
*
|
|
6468
|
+
* @type {RecordLanguageEnumIContentsValue}
|
|
6469
|
+
* @memberof PickICategoryExcludeKeyofICategoryAttributes
|
|
6470
|
+
*/
|
|
6471
|
+
'contents': RecordLanguageEnumIContentsValue;
|
|
6472
|
+
/**
|
|
6473
|
+
*
|
|
6474
|
+
* @type {IImage}
|
|
6475
|
+
* @memberof PickICategoryExcludeKeyofICategoryAttributes
|
|
6476
|
+
*/
|
|
6477
|
+
'thumbnail'?: IImage;
|
|
6478
|
+
}
|
|
6479
|
+
/**
|
|
6480
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
6481
|
+
* @export
|
|
6482
|
+
* @interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes
|
|
6483
|
+
*/
|
|
6484
|
+
export interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes {
|
|
6485
|
+
/**
|
|
6486
|
+
*
|
|
6487
|
+
* @type {string}
|
|
6488
|
+
* @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes
|
|
6489
|
+
*/
|
|
6490
|
+
'company': string;
|
|
6491
|
+
/**
|
|
6492
|
+
*
|
|
6493
|
+
* @type {string}
|
|
6494
|
+
* @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes
|
|
6495
|
+
*/
|
|
6496
|
+
'main'?: string;
|
|
6497
|
+
/**
|
|
6498
|
+
*
|
|
6499
|
+
* @type {RecordLanguageEnumIContentsValue}
|
|
6500
|
+
* @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes
|
|
6501
|
+
*/
|
|
6502
|
+
'contents': RecordLanguageEnumIContentsValue;
|
|
6503
|
+
/**
|
|
6504
|
+
*
|
|
6505
|
+
* @type {IImage}
|
|
6506
|
+
* @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes
|
|
6507
|
+
*/
|
|
6508
|
+
'thumbnail'?: IImage;
|
|
6509
|
+
}
|
|
6510
|
+
/**
|
|
6511
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
6512
|
+
* @export
|
|
6513
|
+
* @interface PickICategoryResponseIdOrContentsOrAttributes
|
|
6514
|
+
*/
|
|
6515
|
+
export interface PickICategoryResponseIdOrContentsOrAttributes {
|
|
6516
|
+
/**
|
|
6517
|
+
*
|
|
6518
|
+
* @type {string}
|
|
6519
|
+
* @memberof PickICategoryResponseIdOrContentsOrAttributes
|
|
6520
|
+
*/
|
|
6521
|
+
'_id': string;
|
|
6522
|
+
/**
|
|
6523
|
+
*
|
|
6524
|
+
* @type {RecordLanguageEnumIContentsValue}
|
|
6525
|
+
* @memberof PickICategoryResponseIdOrContentsOrAttributes
|
|
6526
|
+
*/
|
|
6527
|
+
'contents': RecordLanguageEnumIContentsValue;
|
|
6528
|
+
/**
|
|
6529
|
+
*
|
|
6530
|
+
* @type {Array<ICategoryResponseAttributesInner>}
|
|
6531
|
+
* @memberof PickICategoryResponseIdOrContentsOrAttributes
|
|
6532
|
+
*/
|
|
6533
|
+
'attributes': Array<ICategoryResponseAttributesInner>;
|
|
6534
|
+
}
|
|
6535
|
+
/**
|
|
6536
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
6537
|
+
* @export
|
|
6538
|
+
* @interface PickICollectionExcludeKeyofICollectionTemplate
|
|
6539
|
+
*/
|
|
6540
|
+
export interface PickICollectionExcludeKeyofICollectionTemplate {
|
|
6541
|
+
/**
|
|
6542
|
+
*
|
|
6543
|
+
* @type {string}
|
|
6544
|
+
* @memberof PickICollectionExcludeKeyofICollectionTemplate
|
|
6545
|
+
*/
|
|
6546
|
+
'company': string;
|
|
6547
|
+
/**
|
|
6548
|
+
*
|
|
6549
|
+
* @type {string}
|
|
6550
|
+
* @memberof PickICollectionExcludeKeyofICollectionTemplate
|
|
6551
|
+
*/
|
|
6552
|
+
'_id': string;
|
|
6553
|
+
/**
|
|
6554
|
+
*
|
|
6555
|
+
* @type {number}
|
|
6556
|
+
* @memberof PickICollectionExcludeKeyofICollectionTemplate
|
|
6557
|
+
*/
|
|
6558
|
+
'__v': number;
|
|
6559
|
+
/**
|
|
6560
|
+
*
|
|
6561
|
+
* @type {string}
|
|
6562
|
+
* @memberof PickICollectionExcludeKeyofICollectionTemplate
|
|
6563
|
+
*/
|
|
6564
|
+
'createdAt': string;
|
|
6565
|
+
/**
|
|
6566
|
+
*
|
|
6567
|
+
* @type {string}
|
|
6568
|
+
* @memberof PickICollectionExcludeKeyofICollectionTemplate
|
|
6569
|
+
*/
|
|
6570
|
+
'updatedAt': string;
|
|
6571
|
+
/**
|
|
6572
|
+
*
|
|
6573
|
+
* @type {RecordLanguageEnumIContentsValue}
|
|
6574
|
+
* @memberof PickICollectionExcludeKeyofICollectionTemplate
|
|
6575
|
+
*/
|
|
6576
|
+
'contents': RecordLanguageEnumIContentsValue;
|
|
6577
|
+
/**
|
|
6578
|
+
*
|
|
6579
|
+
* @type {IImage}
|
|
6580
|
+
* @memberof PickICollectionExcludeKeyofICollectionTemplate
|
|
6581
|
+
*/
|
|
6582
|
+
'thumbnail'?: IImage;
|
|
6583
|
+
}
|
|
6584
|
+
/**
|
|
6585
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
6586
|
+
* @export
|
|
6587
|
+
* @interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplate
|
|
6588
|
+
*/
|
|
6589
|
+
export interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplate {
|
|
6590
|
+
/**
|
|
6591
|
+
*
|
|
6592
|
+
* @type {string}
|
|
6593
|
+
* @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplate
|
|
6594
|
+
*/
|
|
6595
|
+
'company': string;
|
|
6596
|
+
/**
|
|
6597
|
+
*
|
|
6598
|
+
* @type {RecordLanguageEnumIContentsValue}
|
|
6599
|
+
* @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplate
|
|
6600
|
+
*/
|
|
6601
|
+
'contents': RecordLanguageEnumIContentsValue;
|
|
6602
|
+
/**
|
|
6603
|
+
*
|
|
6604
|
+
* @type {IImage}
|
|
6605
|
+
* @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplate
|
|
6606
|
+
*/
|
|
6607
|
+
'thumbnail'?: IImage;
|
|
6608
|
+
}
|
|
6609
|
+
/**
|
|
6610
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
6611
|
+
* @export
|
|
6612
|
+
* @interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6613
|
+
*/
|
|
6614
|
+
export interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions {
|
|
6615
|
+
/**
|
|
6616
|
+
*
|
|
6617
|
+
* @type {string}
|
|
6618
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6619
|
+
*/
|
|
6620
|
+
'name': string;
|
|
6621
|
+
/**
|
|
6622
|
+
*
|
|
6623
|
+
* @type {string}
|
|
6624
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6625
|
+
*/
|
|
6626
|
+
'phone'?: string;
|
|
6627
|
+
/**
|
|
6628
|
+
*
|
|
6629
|
+
* @type {string}
|
|
6630
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6631
|
+
*/
|
|
6632
|
+
'email'?: string;
|
|
6633
|
+
/**
|
|
6634
|
+
*
|
|
6635
|
+
* @type {LanguageEnum}
|
|
6636
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6637
|
+
*/
|
|
6638
|
+
'language': LanguageEnum;
|
|
6639
|
+
/**
|
|
6640
|
+
*
|
|
6641
|
+
* @type {CompanyStatusEnum}
|
|
6642
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6643
|
+
*/
|
|
6644
|
+
'status': CompanyStatusEnum;
|
|
6645
|
+
/**
|
|
6646
|
+
*
|
|
6647
|
+
* @type {string}
|
|
6648
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6649
|
+
*/
|
|
6650
|
+
'_id': string;
|
|
6651
|
+
/**
|
|
6652
|
+
*
|
|
6653
|
+
* @type {number}
|
|
6654
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6655
|
+
*/
|
|
6656
|
+
'__v': number;
|
|
6657
|
+
/**
|
|
6658
|
+
*
|
|
6659
|
+
* @type {string}
|
|
6660
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6661
|
+
*/
|
|
6662
|
+
'createdAt': string;
|
|
6663
|
+
/**
|
|
6664
|
+
*
|
|
6665
|
+
* @type {string}
|
|
6666
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6667
|
+
*/
|
|
6668
|
+
'updatedAt': string;
|
|
6669
|
+
/**
|
|
6670
|
+
*
|
|
6671
|
+
* @type {PlanTypeEnum}
|
|
6672
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6673
|
+
*/
|
|
6674
|
+
'plan': PlanTypeEnum;
|
|
6675
|
+
/**
|
|
6676
|
+
*
|
|
6677
|
+
* @type {CompanyTypeEnum}
|
|
6678
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6679
|
+
*/
|
|
6680
|
+
'type': CompanyTypeEnum;
|
|
6681
|
+
/**
|
|
6682
|
+
*
|
|
6683
|
+
* @type {string}
|
|
6684
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6685
|
+
*/
|
|
6686
|
+
'owner': string;
|
|
6687
|
+
/**
|
|
6688
|
+
*
|
|
6689
|
+
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress}
|
|
6690
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6691
|
+
*/
|
|
6692
|
+
'address'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress;
|
|
6693
|
+
/**
|
|
6694
|
+
*
|
|
6695
|
+
* @type {Array<string>}
|
|
6696
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6697
|
+
*/
|
|
6698
|
+
'domains': Array<string>;
|
|
6699
|
+
/**
|
|
6700
|
+
*
|
|
6701
|
+
* @type {string}
|
|
6702
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6703
|
+
*/
|
|
6704
|
+
'dns_zone_id'?: string;
|
|
6705
|
+
/**
|
|
6706
|
+
*
|
|
6707
|
+
* @type {string}
|
|
6708
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6709
|
+
*/
|
|
6710
|
+
'dns_zone_domain'?: string;
|
|
6711
|
+
/**
|
|
6712
|
+
*
|
|
6713
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>}
|
|
6714
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6715
|
+
*/
|
|
6716
|
+
'custom_hostnames': Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>;
|
|
6717
|
+
/**
|
|
6718
|
+
*
|
|
6719
|
+
* @type {{ [key: string]: string; }}
|
|
6720
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6721
|
+
*/
|
|
6722
|
+
'socials'?: {
|
|
6723
|
+
[key: string]: string;
|
|
6724
|
+
};
|
|
6725
|
+
/**
|
|
6726
|
+
*
|
|
6727
|
+
* @type {string}
|
|
6728
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6729
|
+
*/
|
|
6730
|
+
'description'?: string;
|
|
6731
|
+
/**
|
|
6732
|
+
*
|
|
6733
|
+
* @type {IImage}
|
|
6734
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6735
|
+
*/
|
|
6736
|
+
'logo'?: IImage;
|
|
6737
|
+
/**
|
|
6738
|
+
*
|
|
6739
|
+
* @type {TimezoneEnum}
|
|
6740
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6741
|
+
*/
|
|
6742
|
+
'timezone': TimezoneEnum;
|
|
6743
|
+
/**
|
|
6744
|
+
*
|
|
6745
|
+
* @type {Array<LanguageEnum>}
|
|
6746
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6747
|
+
*/
|
|
6748
|
+
'languages': Array<LanguageEnum>;
|
|
6749
|
+
/**
|
|
6750
|
+
*
|
|
6751
|
+
* @type {CurrencyEnum}
|
|
6752
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6753
|
+
*/
|
|
6754
|
+
'currency': CurrencyEnum;
|
|
6755
|
+
/**
|
|
6756
|
+
*
|
|
6757
|
+
* @type {RecordCurrencyEnumCurrency}
|
|
6758
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6759
|
+
*/
|
|
6760
|
+
'currencies': RecordCurrencyEnumCurrency;
|
|
6761
|
+
/**
|
|
6762
|
+
*
|
|
6763
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>}
|
|
6764
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6765
|
+
*/
|
|
6766
|
+
'warehouses': Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>;
|
|
6767
|
+
/**
|
|
6768
|
+
*
|
|
6769
|
+
* @type {{ [key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue; }}
|
|
6770
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6771
|
+
*/
|
|
6772
|
+
'navigations': {
|
|
6773
|
+
[key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue;
|
|
6774
|
+
};
|
|
6775
|
+
/**
|
|
6776
|
+
*
|
|
6777
|
+
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials}
|
|
6778
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6779
|
+
*/
|
|
6780
|
+
'firebase_web_credentials'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials;
|
|
6781
|
+
/**
|
|
6782
|
+
*
|
|
6783
|
+
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin}
|
|
6784
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6785
|
+
*/
|
|
6786
|
+
'firebase_login': PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin;
|
|
6787
|
+
/**
|
|
6788
|
+
*
|
|
6789
|
+
* @type {string}
|
|
6790
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6791
|
+
*/
|
|
6792
|
+
'sender_email'?: string;
|
|
6793
|
+
/**
|
|
6794
|
+
*
|
|
6795
|
+
* @type {string}
|
|
6796
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6797
|
+
*/
|
|
6798
|
+
'sender_name'?: string;
|
|
6799
|
+
/**
|
|
6800
|
+
*
|
|
6801
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>}
|
|
6802
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6803
|
+
*/
|
|
6804
|
+
'sender_email_dns_records'?: Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>;
|
|
6805
|
+
}
|
|
6806
|
+
/**
|
|
6807
|
+
*
|
|
6808
|
+
* @export
|
|
6809
|
+
* @interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress
|
|
6810
|
+
*/
|
|
6811
|
+
export interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress {
|
|
6812
|
+
/**
|
|
6813
|
+
*
|
|
6814
|
+
* @type {string}
|
|
6815
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress
|
|
6816
|
+
*/
|
|
6817
|
+
'description': string;
|
|
6818
|
+
/**
|
|
6819
|
+
*
|
|
6820
|
+
* @type {string}
|
|
6821
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress
|
|
6822
|
+
*/
|
|
6823
|
+
'city': string;
|
|
6824
|
+
/**
|
|
6825
|
+
*
|
|
6826
|
+
* @type {string}
|
|
6827
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress
|
|
6828
|
+
*/
|
|
6829
|
+
'state': string;
|
|
6830
|
+
/**
|
|
6831
|
+
*
|
|
6832
|
+
* @type {string}
|
|
6833
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress
|
|
6834
|
+
*/
|
|
6835
|
+
'country': string;
|
|
6836
|
+
}
|
|
6837
|
+
/**
|
|
6838
|
+
*
|
|
6839
|
+
* @export
|
|
6840
|
+
* @interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner
|
|
6841
|
+
*/
|
|
6842
|
+
export interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner {
|
|
6843
|
+
/**
|
|
6844
|
+
*
|
|
6845
|
+
* @type {string}
|
|
6846
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner
|
|
6847
|
+
*/
|
|
6848
|
+
'validation_code': string;
|
|
6849
|
+
/**
|
|
6850
|
+
*
|
|
6851
|
+
* @type {string}
|
|
6852
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner
|
|
6853
|
+
*/
|
|
6854
|
+
'hostname': string;
|
|
6855
|
+
/**
|
|
6856
|
+
*
|
|
6857
|
+
* @type {string}
|
|
6858
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner
|
|
6859
|
+
*/
|
|
6860
|
+
'zone_id': string;
|
|
6861
|
+
/**
|
|
6862
|
+
*
|
|
6863
|
+
* @type {string}
|
|
6864
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner
|
|
6865
|
+
*/
|
|
6866
|
+
'id': string;
|
|
6867
|
+
}
|
|
6868
|
+
/**
|
|
6869
|
+
*
|
|
6870
|
+
* @export
|
|
6871
|
+
* @interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin
|
|
6872
|
+
*/
|
|
6873
|
+
export interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin {
|
|
6874
|
+
/**
|
|
6875
|
+
*
|
|
6876
|
+
* @type {boolean}
|
|
6877
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin
|
|
6878
|
+
*/
|
|
6879
|
+
'apple': boolean;
|
|
6880
|
+
/**
|
|
6881
|
+
*
|
|
6882
|
+
* @type {boolean}
|
|
6883
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin
|
|
6884
|
+
*/
|
|
6885
|
+
'facebook': boolean;
|
|
6886
|
+
/**
|
|
6887
|
+
*
|
|
6888
|
+
* @type {boolean}
|
|
6889
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin
|
|
6890
|
+
*/
|
|
6891
|
+
'google': boolean;
|
|
6892
|
+
}
|
|
6893
|
+
/**
|
|
6894
|
+
*
|
|
6895
|
+
* @export
|
|
6896
|
+
* @interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials
|
|
6897
|
+
*/
|
|
6898
|
+
export interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials {
|
|
6899
|
+
/**
|
|
6900
|
+
*
|
|
6901
|
+
* @type {string}
|
|
6902
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials
|
|
6903
|
+
*/
|
|
6904
|
+
'measurementId': string;
|
|
6905
|
+
/**
|
|
6906
|
+
*
|
|
6907
|
+
* @type {string}
|
|
6908
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials
|
|
6909
|
+
*/
|
|
6910
|
+
'appId': string;
|
|
6911
|
+
/**
|
|
6912
|
+
*
|
|
6913
|
+
* @type {string}
|
|
6914
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials
|
|
6915
|
+
*/
|
|
6916
|
+
'messagingSenderId': string;
|
|
6917
|
+
/**
|
|
6918
|
+
*
|
|
6919
|
+
* @type {string}
|
|
6920
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials
|
|
6921
|
+
*/
|
|
6922
|
+
'storageBucket': string;
|
|
6923
|
+
/**
|
|
6924
|
+
*
|
|
6925
|
+
* @type {string}
|
|
6926
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials
|
|
6927
|
+
*/
|
|
6928
|
+
'projectId': string;
|
|
6929
|
+
/**
|
|
6930
|
+
*
|
|
6931
|
+
* @type {string}
|
|
6932
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials
|
|
6933
|
+
*/
|
|
6934
|
+
'authDomain': string;
|
|
6935
|
+
/**
|
|
6936
|
+
*
|
|
6937
|
+
* @type {string}
|
|
6938
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials
|
|
6939
|
+
*/
|
|
6940
|
+
'apiKey': string;
|
|
6941
|
+
}
|
|
6942
|
+
/**
|
|
6943
|
+
*
|
|
6944
|
+
* @export
|
|
6945
|
+
* @interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue
|
|
6946
|
+
*/
|
|
6947
|
+
export interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue {
|
|
6948
|
+
/**
|
|
6949
|
+
*
|
|
6950
|
+
* @type {Array<NavigationUrl>}
|
|
6951
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue
|
|
6952
|
+
*/
|
|
6953
|
+
'footer': Array<NavigationUrl>;
|
|
6954
|
+
/**
|
|
6955
|
+
*
|
|
6956
|
+
* @type {Array<NavigationUrl>}
|
|
6957
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue
|
|
6958
|
+
*/
|
|
6959
|
+
'header': Array<NavigationUrl>;
|
|
6960
|
+
}
|
|
6961
|
+
/**
|
|
6962
|
+
*
|
|
6963
|
+
* @export
|
|
6964
|
+
* @interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner
|
|
6965
|
+
*/
|
|
6966
|
+
export interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner {
|
|
6967
|
+
/**
|
|
6968
|
+
*
|
|
6969
|
+
* @type {number}
|
|
6970
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner
|
|
6971
|
+
*/
|
|
6972
|
+
'priority'?: number;
|
|
6973
|
+
/**
|
|
6974
|
+
*
|
|
6975
|
+
* @type {EmailConfigDnsRecordTypeEnum}
|
|
6976
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner
|
|
6977
|
+
*/
|
|
6978
|
+
'type': EmailConfigDnsRecordTypeEnum;
|
|
6979
|
+
/**
|
|
6980
|
+
*
|
|
6981
|
+
* @type {string}
|
|
6982
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner
|
|
6983
|
+
*/
|
|
6984
|
+
'value': string;
|
|
6985
|
+
/**
|
|
6986
|
+
*
|
|
6987
|
+
* @type {string}
|
|
6988
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner
|
|
6989
|
+
*/
|
|
6990
|
+
'key': string;
|
|
6991
|
+
}
|
|
6992
|
+
/**
|
|
6993
|
+
*
|
|
6994
|
+
* @export
|
|
6995
|
+
* @interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner
|
|
6996
|
+
*/
|
|
6997
|
+
export interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner {
|
|
6998
|
+
/**
|
|
6999
|
+
*
|
|
7000
|
+
* @type {string}
|
|
7001
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner
|
|
7002
|
+
*/
|
|
7003
|
+
'email'?: string;
|
|
7004
|
+
/**
|
|
7005
|
+
*
|
|
7006
|
+
* @type {string}
|
|
7007
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner
|
|
7008
|
+
*/
|
|
7009
|
+
'phone'?: string;
|
|
7010
|
+
/**
|
|
7011
|
+
*
|
|
7012
|
+
* @type {string}
|
|
7013
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner
|
|
7014
|
+
*/
|
|
7015
|
+
'address'?: string;
|
|
7016
|
+
/**
|
|
7017
|
+
*
|
|
7018
|
+
* @type {string}
|
|
7019
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner
|
|
7020
|
+
*/
|
|
7021
|
+
'name': string;
|
|
7022
|
+
/**
|
|
7023
|
+
*
|
|
7024
|
+
* @type {string}
|
|
7025
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner
|
|
7026
|
+
*/
|
|
7027
|
+
'_id': string;
|
|
7028
|
+
}
|
|
7029
|
+
/**
|
|
7030
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
7031
|
+
* @export
|
|
7032
|
+
* @interface PickICompanyIdOrName
|
|
7033
|
+
*/
|
|
7034
|
+
export interface PickICompanyIdOrName {
|
|
7035
|
+
/**
|
|
7036
|
+
*
|
|
7037
|
+
* @type {string}
|
|
7038
|
+
* @memberof PickICompanyIdOrName
|
|
7039
|
+
*/
|
|
7040
|
+
'name': string;
|
|
7041
|
+
/**
|
|
7042
|
+
*
|
|
7043
|
+
* @type {string}
|
|
7044
|
+
* @memberof PickICompanyIdOrName
|
|
7045
|
+
*/
|
|
7046
|
+
'_id': string;
|
|
7047
|
+
}
|
|
7048
|
+
/**
|
|
7049
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
7050
|
+
* @export
|
|
7051
|
+
* @interface PickICompanyNameOrDomainsOrIdOrLanguage
|
|
7052
|
+
*/
|
|
7053
|
+
export interface PickICompanyNameOrDomainsOrIdOrLanguage {
|
|
7054
|
+
/**
|
|
7055
|
+
*
|
|
7056
|
+
* @type {string}
|
|
7057
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrLanguage
|
|
7058
|
+
*/
|
|
7059
|
+
'name': string;
|
|
7060
|
+
/**
|
|
7061
|
+
*
|
|
7062
|
+
* @type {LanguageEnum}
|
|
7063
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrLanguage
|
|
7064
|
+
*/
|
|
7065
|
+
'language': LanguageEnum;
|
|
7066
|
+
/**
|
|
7067
|
+
*
|
|
7068
|
+
* @type {string}
|
|
7069
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrLanguage
|
|
7070
|
+
*/
|
|
7071
|
+
'_id': string;
|
|
7072
|
+
/**
|
|
7073
|
+
*
|
|
7074
|
+
* @type {Array<string>}
|
|
7075
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrLanguage
|
|
7076
|
+
*/
|
|
7077
|
+
'domains': Array<string>;
|
|
7078
|
+
}
|
|
7079
|
+
/**
|
|
7080
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
7081
|
+
* @export
|
|
7082
|
+
* @interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles
|
|
7083
|
+
*/
|
|
7084
|
+
export interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles {
|
|
7085
|
+
/**
|
|
7086
|
+
*
|
|
7087
|
+
* @type {string}
|
|
7088
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles
|
|
7089
|
+
*/
|
|
7090
|
+
'name': string;
|
|
7091
|
+
/**
|
|
7092
|
+
*
|
|
7093
|
+
* @type {{ [key: string]: PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue; }}
|
|
7094
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles
|
|
7095
|
+
*/
|
|
7096
|
+
'roles': {
|
|
7097
|
+
[key: string]: PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue;
|
|
7098
|
+
};
|
|
7099
|
+
/**
|
|
7100
|
+
*
|
|
7101
|
+
* @type {LanguageEnum}
|
|
7102
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles
|
|
7103
|
+
*/
|
|
7104
|
+
'language': LanguageEnum;
|
|
7105
|
+
/**
|
|
7106
|
+
*
|
|
7107
|
+
* @type {string}
|
|
7108
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles
|
|
7109
|
+
*/
|
|
7110
|
+
'_id': string;
|
|
7111
|
+
/**
|
|
7112
|
+
*
|
|
7113
|
+
* @type {Array<PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner>}
|
|
7114
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles
|
|
7115
|
+
*/
|
|
7116
|
+
'users': Array<PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner>;
|
|
7117
|
+
/**
|
|
7118
|
+
*
|
|
7119
|
+
* @type {string}
|
|
7120
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles
|
|
7121
|
+
*/
|
|
7122
|
+
'owner': string;
|
|
7123
|
+
/**
|
|
7124
|
+
*
|
|
7125
|
+
* @type {Array<string>}
|
|
7126
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles
|
|
7127
|
+
*/
|
|
7128
|
+
'domains': Array<string>;
|
|
7129
|
+
}
|
|
7130
|
+
/**
|
|
7131
|
+
*
|
|
7132
|
+
* @export
|
|
7133
|
+
* @interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue
|
|
7134
|
+
*/
|
|
7135
|
+
export interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue {
|
|
7136
|
+
/**
|
|
7137
|
+
*
|
|
7138
|
+
* @type {PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig}
|
|
7139
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue
|
|
7140
|
+
*/
|
|
7141
|
+
'config': PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig;
|
|
7142
|
+
/**
|
|
7143
|
+
*
|
|
7144
|
+
* @type {PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig}
|
|
7145
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue
|
|
7146
|
+
*/
|
|
7147
|
+
'navigation': PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig;
|
|
7148
|
+
/**
|
|
7149
|
+
*
|
|
7150
|
+
* @type {PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig}
|
|
7151
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue
|
|
7152
|
+
*/
|
|
7153
|
+
'company': PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig;
|
|
7154
|
+
/**
|
|
7155
|
+
*
|
|
7156
|
+
* @type {PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig}
|
|
7157
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue
|
|
7158
|
+
*/
|
|
7159
|
+
'page': PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig;
|
|
7160
|
+
/**
|
|
7161
|
+
*
|
|
7162
|
+
* @type {PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig}
|
|
7163
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue
|
|
7164
|
+
*/
|
|
7165
|
+
'product': PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig;
|
|
7166
|
+
}
|
|
7167
|
+
/**
|
|
7168
|
+
*
|
|
7169
|
+
* @export
|
|
7170
|
+
* @interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig
|
|
7171
|
+
*/
|
|
7172
|
+
export interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig {
|
|
7173
|
+
/**
|
|
7174
|
+
*
|
|
7175
|
+
* @type {boolean}
|
|
7176
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig
|
|
7177
|
+
*/
|
|
7178
|
+
'd': boolean;
|
|
7179
|
+
/**
|
|
7180
|
+
*
|
|
7181
|
+
* @type {boolean}
|
|
7182
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig
|
|
7183
|
+
*/
|
|
7184
|
+
'm': boolean;
|
|
7185
|
+
}
|
|
7186
|
+
/**
|
|
7187
|
+
*
|
|
7188
|
+
* @export
|
|
7189
|
+
* @interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner
|
|
7190
|
+
*/
|
|
7191
|
+
export interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner {
|
|
7192
|
+
/**
|
|
7193
|
+
*
|
|
7194
|
+
* @type {CompanyUserStatusEnum}
|
|
7195
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner
|
|
7196
|
+
*/
|
|
7197
|
+
'status': CompanyUserStatusEnum;
|
|
7198
|
+
/**
|
|
7199
|
+
*
|
|
7200
|
+
* @type {string}
|
|
7201
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner
|
|
7202
|
+
*/
|
|
7203
|
+
'role': string;
|
|
7204
|
+
/**
|
|
7205
|
+
*
|
|
7206
|
+
* @type {string}
|
|
7207
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner
|
|
7208
|
+
*/
|
|
7209
|
+
'user': string;
|
|
7210
|
+
}
|
|
7211
|
+
/**
|
|
7212
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
7213
|
+
* @export
|
|
7214
|
+
* @interface PickIPageExcludeKeyofIPageTemplate
|
|
7215
|
+
*/
|
|
7216
|
+
export interface PickIPageExcludeKeyofIPageTemplate {
|
|
7217
|
+
/**
|
|
7218
|
+
*
|
|
7219
|
+
* @type {string}
|
|
7220
|
+
* @memberof PickIPageExcludeKeyofIPageTemplate
|
|
7221
|
+
*/
|
|
7222
|
+
'company': string;
|
|
7223
|
+
/**
|
|
7224
|
+
*
|
|
7225
|
+
* @type {string}
|
|
7226
|
+
* @memberof PickIPageExcludeKeyofIPageTemplate
|
|
7227
|
+
*/
|
|
7228
|
+
'_id': string;
|
|
7229
|
+
/**
|
|
7230
|
+
*
|
|
7231
|
+
* @type {number}
|
|
7232
|
+
* @memberof PickIPageExcludeKeyofIPageTemplate
|
|
7233
|
+
*/
|
|
7234
|
+
'__v': number;
|
|
7235
|
+
/**
|
|
7236
|
+
*
|
|
7237
|
+
* @type {string}
|
|
7238
|
+
* @memberof PickIPageExcludeKeyofIPageTemplate
|
|
7239
|
+
*/
|
|
7240
|
+
'createdAt': string;
|
|
7241
|
+
/**
|
|
7242
|
+
*
|
|
7243
|
+
* @type {string}
|
|
7244
|
+
* @memberof PickIPageExcludeKeyofIPageTemplate
|
|
7245
|
+
*/
|
|
7246
|
+
'updatedAt': string;
|
|
7247
|
+
/**
|
|
7248
|
+
*
|
|
7249
|
+
* @type {PageTypeEnum}
|
|
7250
|
+
* @memberof PickIPageExcludeKeyofIPageTemplate
|
|
7251
|
+
*/
|
|
7252
|
+
'type': PageTypeEnum;
|
|
7253
|
+
/**
|
|
7254
|
+
*
|
|
7255
|
+
* @type {RecordLanguageEnumIContentsValue}
|
|
7256
|
+
* @memberof PickIPageExcludeKeyofIPageTemplate
|
|
7257
|
+
*/
|
|
7258
|
+
'contents': RecordLanguageEnumIContentsValue;
|
|
7259
|
+
/**
|
|
7260
|
+
*
|
|
7261
|
+
* @type {IImage}
|
|
7262
|
+
* @memberof PickIPageExcludeKeyofIPageTemplate
|
|
7263
|
+
*/
|
|
7264
|
+
'thumbnail'?: IImage;
|
|
7265
|
+
}
|
|
7266
|
+
/**
|
|
7267
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
7268
|
+
* @export
|
|
7269
|
+
* @interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplate
|
|
7270
|
+
*/
|
|
7271
|
+
export interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplate {
|
|
7272
|
+
/**
|
|
7273
|
+
*
|
|
7274
|
+
* @type {string}
|
|
7275
|
+
* @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplate
|
|
7276
|
+
*/
|
|
7277
|
+
'company': string;
|
|
7278
|
+
/**
|
|
7279
|
+
*
|
|
7280
|
+
* @type {PageTypeEnum}
|
|
7281
|
+
* @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplate
|
|
7282
|
+
*/
|
|
7283
|
+
'type': PageTypeEnum;
|
|
7284
|
+
/**
|
|
7285
|
+
*
|
|
7286
|
+
* @type {RecordLanguageEnumIContentsValue}
|
|
7287
|
+
* @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplate
|
|
7288
|
+
*/
|
|
7289
|
+
'contents': RecordLanguageEnumIContentsValue;
|
|
7290
|
+
/**
|
|
7291
|
+
*
|
|
7292
|
+
* @type {IImage}
|
|
7293
|
+
* @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplate
|
|
7294
|
+
*/
|
|
7295
|
+
'thumbnail'?: IImage;
|
|
7296
|
+
}
|
|
7297
|
+
/**
|
|
7298
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
7299
|
+
* @export
|
|
7300
|
+
* @interface PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
7301
|
+
*/
|
|
7302
|
+
export interface PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate {
|
|
7303
|
+
/**
|
|
7304
|
+
*
|
|
7305
|
+
* @type {string}
|
|
7306
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
7307
|
+
*/
|
|
7308
|
+
'company': string;
|
|
7309
|
+
/**
|
|
7310
|
+
*
|
|
7311
|
+
* @type {string}
|
|
7312
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
7313
|
+
*/
|
|
7314
|
+
'_id': string;
|
|
7315
|
+
/**
|
|
7316
|
+
*
|
|
7317
|
+
* @type {number}
|
|
7318
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
7319
|
+
*/
|
|
7320
|
+
'__v': number;
|
|
7321
|
+
/**
|
|
7322
|
+
*
|
|
7323
|
+
* @type {string}
|
|
7324
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
7325
|
+
*/
|
|
7326
|
+
'createdAt': string;
|
|
7327
|
+
/**
|
|
7328
|
+
*
|
|
7329
|
+
* @type {string}
|
|
7330
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
7331
|
+
*/
|
|
7332
|
+
'updatedAt': string;
|
|
7333
|
+
/**
|
|
7334
|
+
*
|
|
7335
|
+
* @type {Array<string>}
|
|
7336
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
7337
|
+
*/
|
|
7338
|
+
'collections': Array<string>;
|
|
7339
|
+
/**
|
|
7340
|
+
*
|
|
7341
|
+
* @type {string}
|
|
7342
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
7343
|
+
*/
|
|
7344
|
+
'sku'?: string;
|
|
7345
|
+
/**
|
|
7346
|
+
*
|
|
7347
|
+
* @type {string}
|
|
7348
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
7349
|
+
*/
|
|
7350
|
+
'barcode'?: string;
|
|
7351
|
+
/**
|
|
7352
|
+
*
|
|
7353
|
+
* @type {Array<IImage>}
|
|
7354
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
7355
|
+
*/
|
|
7356
|
+
'photos': Array<IImage>;
|
|
7357
|
+
/**
|
|
7358
|
+
*
|
|
7359
|
+
* @type {{ [key: string]: IProductResponseStockValue; }}
|
|
7360
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
7361
|
+
*/
|
|
7362
|
+
'stock'?: {
|
|
7363
|
+
[key: string]: IProductResponseStockValue;
|
|
7364
|
+
};
|
|
7365
|
+
/**
|
|
7366
|
+
*
|
|
7367
|
+
* @type {boolean}
|
|
7368
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
7369
|
+
*/
|
|
7370
|
+
'stockless_sale'?: boolean;
|
|
7371
|
+
/**
|
|
7372
|
+
*
|
|
7373
|
+
* @type {PriceType}
|
|
7374
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
7375
|
+
*/
|
|
7376
|
+
'price_info': PriceType;
|
|
7377
|
+
/**
|
|
7378
|
+
*
|
|
7379
|
+
* @type {RecordLanguageEnumIContentsValue}
|
|
7380
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
7381
|
+
*/
|
|
7382
|
+
'contents': RecordLanguageEnumIContentsValue;
|
|
7383
|
+
/**
|
|
7384
|
+
*
|
|
7385
|
+
* @type {{ [key: string]: IProductResponseVariantsValue; }}
|
|
7386
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
7387
|
+
*/
|
|
7388
|
+
'variants'?: {
|
|
7389
|
+
[key: string]: IProductResponseVariantsValue;
|
|
7390
|
+
};
|
|
7391
|
+
/**
|
|
7392
|
+
*
|
|
7393
|
+
* @type {{ [key: string]: string; }}
|
|
7394
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
7395
|
+
*/
|
|
7396
|
+
'attributes'?: {
|
|
7397
|
+
[key: string]: string;
|
|
7398
|
+
};
|
|
7399
|
+
}
|
|
7400
|
+
/**
|
|
7401
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
7402
|
+
* @export
|
|
7403
|
+
* @interface PickIProductIdOrContentsOrCollectionsOrCategory
|
|
7404
|
+
*/
|
|
7405
|
+
export interface PickIProductIdOrContentsOrCollectionsOrCategory {
|
|
7406
|
+
/**
|
|
7407
|
+
*
|
|
7408
|
+
* @type {string}
|
|
7409
|
+
* @memberof PickIProductIdOrContentsOrCollectionsOrCategory
|
|
6639
7410
|
*/
|
|
6640
7411
|
'_id': string;
|
|
7412
|
+
/**
|
|
7413
|
+
*
|
|
7414
|
+
* @type {string}
|
|
7415
|
+
* @memberof PickIProductIdOrContentsOrCollectionsOrCategory
|
|
7416
|
+
*/
|
|
7417
|
+
'category': string;
|
|
6641
7418
|
/**
|
|
6642
7419
|
*
|
|
6643
7420
|
* @type {Array<string>}
|
|
6644
|
-
* @memberof
|
|
7421
|
+
* @memberof PickIProductIdOrContentsOrCollectionsOrCategory
|
|
6645
7422
|
*/
|
|
6646
|
-
'
|
|
7423
|
+
'collections': Array<string>;
|
|
7424
|
+
/**
|
|
7425
|
+
*
|
|
7426
|
+
* @type {RecordLanguageEnumIContentsValue}
|
|
7427
|
+
* @memberof PickIProductIdOrContentsOrCollectionsOrCategory
|
|
7428
|
+
*/
|
|
7429
|
+
'contents': RecordLanguageEnumIContentsValue;
|
|
6647
7430
|
}
|
|
6648
7431
|
/**
|
|
6649
7432
|
* From T, pick a set of properties whose keys are in the union K
|
|
6650
7433
|
* @export
|
|
6651
|
-
* @interface
|
|
7434
|
+
* @interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6652
7435
|
*/
|
|
6653
|
-
export interface
|
|
7436
|
+
export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields {
|
|
6654
7437
|
/**
|
|
6655
7438
|
*
|
|
6656
7439
|
* @type {string}
|
|
6657
|
-
* @memberof
|
|
7440
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6658
7441
|
*/
|
|
6659
|
-
'
|
|
7442
|
+
'company': string;
|
|
6660
7443
|
/**
|
|
6661
7444
|
*
|
|
6662
|
-
* @type {
|
|
6663
|
-
* @memberof
|
|
7445
|
+
* @type {Array<string>}
|
|
7446
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6664
7447
|
*/
|
|
6665
|
-
'
|
|
6666
|
-
[key: string]: PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue;
|
|
6667
|
-
};
|
|
7448
|
+
'collections': Array<string>;
|
|
6668
7449
|
/**
|
|
6669
7450
|
*
|
|
6670
|
-
* @type {
|
|
6671
|
-
* @memberof
|
|
7451
|
+
* @type {string}
|
|
7452
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6672
7453
|
*/
|
|
6673
|
-
'
|
|
7454
|
+
'sku'?: string;
|
|
6674
7455
|
/**
|
|
6675
7456
|
*
|
|
6676
7457
|
* @type {string}
|
|
6677
|
-
* @memberof
|
|
7458
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6678
7459
|
*/
|
|
6679
|
-
'
|
|
7460
|
+
'barcode'?: string;
|
|
6680
7461
|
/**
|
|
6681
7462
|
*
|
|
6682
|
-
* @type {Array<
|
|
6683
|
-
* @memberof
|
|
7463
|
+
* @type {Array<IImage>}
|
|
7464
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6684
7465
|
*/
|
|
6685
|
-
'
|
|
7466
|
+
'photos': Array<IImage>;
|
|
6686
7467
|
/**
|
|
6687
7468
|
*
|
|
6688
|
-
* @type {string}
|
|
6689
|
-
* @memberof
|
|
7469
|
+
* @type {{ [key: string]: IProductResponseStockValue; }}
|
|
7470
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6690
7471
|
*/
|
|
6691
|
-
'
|
|
7472
|
+
'stock'?: {
|
|
7473
|
+
[key: string]: IProductResponseStockValue;
|
|
7474
|
+
};
|
|
6692
7475
|
/**
|
|
6693
7476
|
*
|
|
6694
|
-
* @type {
|
|
6695
|
-
* @memberof
|
|
7477
|
+
* @type {boolean}
|
|
7478
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6696
7479
|
*/
|
|
6697
|
-
'
|
|
7480
|
+
'stockless_sale'?: boolean;
|
|
7481
|
+
/**
|
|
7482
|
+
*
|
|
7483
|
+
* @type {PriceType}
|
|
7484
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
7485
|
+
*/
|
|
7486
|
+
'price_info': PriceType;
|
|
7487
|
+
/**
|
|
7488
|
+
*
|
|
7489
|
+
* @type {RecordLanguageEnumIContentsValue}
|
|
7490
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
7491
|
+
*/
|
|
7492
|
+
'contents': RecordLanguageEnumIContentsValue;
|
|
7493
|
+
/**
|
|
7494
|
+
*
|
|
7495
|
+
* @type {{ [key: string]: IProductResponseVariantsValue; }}
|
|
7496
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
7497
|
+
*/
|
|
7498
|
+
'variants'?: {
|
|
7499
|
+
[key: string]: IProductResponseVariantsValue;
|
|
7500
|
+
};
|
|
7501
|
+
/**
|
|
7502
|
+
*
|
|
7503
|
+
* @type {{ [key: string]: string; }}
|
|
7504
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
7505
|
+
*/
|
|
7506
|
+
'attributes'?: {
|
|
7507
|
+
[key: string]: string;
|
|
7508
|
+
};
|
|
6698
7509
|
}
|
|
6699
7510
|
/**
|
|
6700
|
-
*
|
|
7511
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
6701
7512
|
* @export
|
|
6702
|
-
* @interface
|
|
7513
|
+
* @interface PickITemplateExcludeKeyofITemplateComponents
|
|
6703
7514
|
*/
|
|
6704
|
-
export interface
|
|
7515
|
+
export interface PickITemplateExcludeKeyofITemplateComponents {
|
|
6705
7516
|
/**
|
|
6706
7517
|
*
|
|
6707
|
-
* @type {
|
|
6708
|
-
* @memberof
|
|
7518
|
+
* @type {string}
|
|
7519
|
+
* @memberof PickITemplateExcludeKeyofITemplateComponents
|
|
6709
7520
|
*/
|
|
6710
|
-
'
|
|
7521
|
+
'company': string;
|
|
6711
7522
|
/**
|
|
6712
7523
|
*
|
|
6713
|
-
* @type {
|
|
6714
|
-
* @memberof
|
|
7524
|
+
* @type {string}
|
|
7525
|
+
* @memberof PickITemplateExcludeKeyofITemplateComponents
|
|
6715
7526
|
*/
|
|
6716
|
-
'
|
|
7527
|
+
'_id': string;
|
|
6717
7528
|
/**
|
|
6718
7529
|
*
|
|
6719
|
-
* @type {
|
|
6720
|
-
* @memberof
|
|
7530
|
+
* @type {number}
|
|
7531
|
+
* @memberof PickITemplateExcludeKeyofITemplateComponents
|
|
6721
7532
|
*/
|
|
6722
|
-
'
|
|
7533
|
+
'__v': number;
|
|
6723
7534
|
/**
|
|
6724
7535
|
*
|
|
6725
|
-
* @type {
|
|
6726
|
-
* @memberof
|
|
7536
|
+
* @type {string}
|
|
7537
|
+
* @memberof PickITemplateExcludeKeyofITemplateComponents
|
|
6727
7538
|
*/
|
|
6728
|
-
'
|
|
7539
|
+
'createdAt': string;
|
|
6729
7540
|
/**
|
|
6730
7541
|
*
|
|
6731
|
-
* @type {
|
|
6732
|
-
* @memberof
|
|
7542
|
+
* @type {string}
|
|
7543
|
+
* @memberof PickITemplateExcludeKeyofITemplateComponents
|
|
6733
7544
|
*/
|
|
6734
|
-
'
|
|
6735
|
-
}
|
|
6736
|
-
/**
|
|
6737
|
-
*
|
|
6738
|
-
* @export
|
|
6739
|
-
* @interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig
|
|
6740
|
-
*/
|
|
6741
|
-
export interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig {
|
|
7545
|
+
'updatedAt': string;
|
|
6742
7546
|
/**
|
|
6743
7547
|
*
|
|
6744
|
-
* @type {
|
|
6745
|
-
* @memberof
|
|
7548
|
+
* @type {TemplateTypeEnum}
|
|
7549
|
+
* @memberof PickITemplateExcludeKeyofITemplateComponents
|
|
6746
7550
|
*/
|
|
6747
|
-
'
|
|
7551
|
+
'type': TemplateTypeEnum;
|
|
6748
7552
|
/**
|
|
6749
7553
|
*
|
|
6750
|
-
* @type {
|
|
6751
|
-
* @memberof
|
|
7554
|
+
* @type {string}
|
|
7555
|
+
* @memberof PickITemplateExcludeKeyofITemplateComponents
|
|
6752
7556
|
*/
|
|
6753
|
-
'
|
|
7557
|
+
'title': string;
|
|
6754
7558
|
}
|
|
6755
7559
|
/**
|
|
6756
|
-
*
|
|
7560
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
6757
7561
|
* @export
|
|
6758
|
-
* @interface
|
|
7562
|
+
* @interface PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
|
|
6759
7563
|
*/
|
|
6760
|
-
export interface
|
|
7564
|
+
export interface PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse {
|
|
6761
7565
|
/**
|
|
6762
7566
|
*
|
|
6763
|
-
* @type {
|
|
6764
|
-
* @memberof
|
|
7567
|
+
* @type {string}
|
|
7568
|
+
* @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
|
|
6765
7569
|
*/
|
|
6766
|
-
'
|
|
7570
|
+
'company': string;
|
|
6767
7571
|
/**
|
|
6768
7572
|
*
|
|
6769
|
-
* @type {
|
|
6770
|
-
* @memberof
|
|
7573
|
+
* @type {TemplateTypeEnum}
|
|
7574
|
+
* @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
|
|
6771
7575
|
*/
|
|
6772
|
-
'
|
|
7576
|
+
'type': TemplateTypeEnum;
|
|
7577
|
+
/**
|
|
7578
|
+
*
|
|
7579
|
+
* @type {Array<ITemplateResponseComponentsInner>}
|
|
7580
|
+
* @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
|
|
7581
|
+
*/
|
|
7582
|
+
'components': Array<ITemplateResponseComponentsInner>;
|
|
6773
7583
|
/**
|
|
6774
7584
|
*
|
|
6775
7585
|
* @type {string}
|
|
6776
|
-
* @memberof
|
|
7586
|
+
* @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
|
|
6777
7587
|
*/
|
|
6778
|
-
'
|
|
7588
|
+
'title': string;
|
|
6779
7589
|
}
|
|
6780
7590
|
/**
|
|
6781
7591
|
* From T, pick a set of properties whose keys are in the union K
|
|
6782
7592
|
* @export
|
|
6783
|
-
* @interface
|
|
7593
|
+
* @interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
|
|
6784
7594
|
*/
|
|
6785
|
-
export interface
|
|
7595
|
+
export interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse {
|
|
6786
7596
|
/**
|
|
6787
7597
|
*
|
|
6788
7598
|
* @type {string}
|
|
6789
|
-
* @memberof
|
|
7599
|
+
* @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
|
|
6790
7600
|
*/
|
|
6791
|
-
'
|
|
7601
|
+
'name': string;
|
|
6792
7602
|
/**
|
|
6793
7603
|
*
|
|
6794
|
-
* @type {
|
|
6795
|
-
* @memberof
|
|
7604
|
+
* @type {ThemeTypeEnum}
|
|
7605
|
+
* @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
|
|
6796
7606
|
*/
|
|
6797
|
-
'
|
|
7607
|
+
'type': ThemeTypeEnum;
|
|
7608
|
+
/**
|
|
7609
|
+
*
|
|
7610
|
+
* @type {IImage}
|
|
7611
|
+
* @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
|
|
7612
|
+
*/
|
|
7613
|
+
'thumbnail'?: IImage;
|
|
6798
7614
|
/**
|
|
6799
7615
|
*
|
|
6800
7616
|
* @type {Array<string>}
|
|
6801
|
-
* @memberof
|
|
7617
|
+
* @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
|
|
6802
7618
|
*/
|
|
6803
|
-
'
|
|
7619
|
+
'companies': Array<string>;
|
|
6804
7620
|
/**
|
|
6805
7621
|
*
|
|
6806
|
-
* @type {
|
|
6807
|
-
* @memberof
|
|
7622
|
+
* @type {string}
|
|
7623
|
+
* @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
|
|
6808
7624
|
*/
|
|
6809
|
-
'
|
|
7625
|
+
'domain': string;
|
|
6810
7626
|
}
|
|
6811
7627
|
/**
|
|
6812
7628
|
* From T, pick a set of properties whose keys are in the union K
|
|
@@ -7012,31 +7828,31 @@ export interface RecordCurrencyEnumCurrency {
|
|
|
7012
7828
|
* @type {Currency}
|
|
7013
7829
|
* @memberof RecordCurrencyEnumCurrency
|
|
7014
7830
|
*/
|
|
7015
|
-
'usd'
|
|
7831
|
+
'usd': Currency;
|
|
7016
7832
|
/**
|
|
7017
7833
|
*
|
|
7018
7834
|
* @type {Currency}
|
|
7019
7835
|
* @memberof RecordCurrencyEnumCurrency
|
|
7020
7836
|
*/
|
|
7021
|
-
'eur'
|
|
7837
|
+
'eur': Currency;
|
|
7022
7838
|
/**
|
|
7023
7839
|
*
|
|
7024
7840
|
* @type {Currency}
|
|
7025
7841
|
* @memberof RecordCurrencyEnumCurrency
|
|
7026
7842
|
*/
|
|
7027
|
-
'try'
|
|
7843
|
+
'try': Currency;
|
|
7028
7844
|
/**
|
|
7029
7845
|
*
|
|
7030
7846
|
* @type {Currency}
|
|
7031
7847
|
* @memberof RecordCurrencyEnumCurrency
|
|
7032
7848
|
*/
|
|
7033
|
-
'gbp'
|
|
7849
|
+
'gbp': Currency;
|
|
7034
7850
|
/**
|
|
7035
7851
|
*
|
|
7036
7852
|
* @type {Currency}
|
|
7037
7853
|
* @memberof RecordCurrencyEnumCurrency
|
|
7038
7854
|
*/
|
|
7039
|
-
'jpy'
|
|
7855
|
+
'jpy': Currency;
|
|
7040
7856
|
}
|
|
7041
7857
|
/**
|
|
7042
7858
|
* Construct a type with a set of properties K of type T
|
|
@@ -7049,31 +7865,31 @@ export interface RecordCurrencyEnumNumber {
|
|
|
7049
7865
|
* @type {number}
|
|
7050
7866
|
* @memberof RecordCurrencyEnumNumber
|
|
7051
7867
|
*/
|
|
7052
|
-
'usd'
|
|
7868
|
+
'usd': number;
|
|
7053
7869
|
/**
|
|
7054
7870
|
*
|
|
7055
7871
|
* @type {number}
|
|
7056
7872
|
* @memberof RecordCurrencyEnumNumber
|
|
7057
7873
|
*/
|
|
7058
|
-
'eur'
|
|
7874
|
+
'eur': number;
|
|
7059
7875
|
/**
|
|
7060
7876
|
*
|
|
7061
7877
|
* @type {number}
|
|
7062
7878
|
* @memberof RecordCurrencyEnumNumber
|
|
7063
7879
|
*/
|
|
7064
|
-
'try'
|
|
7880
|
+
'try': number;
|
|
7065
7881
|
/**
|
|
7066
7882
|
*
|
|
7067
7883
|
* @type {number}
|
|
7068
7884
|
* @memberof RecordCurrencyEnumNumber
|
|
7069
7885
|
*/
|
|
7070
|
-
'gbp'
|
|
7886
|
+
'gbp': number;
|
|
7071
7887
|
/**
|
|
7072
7888
|
*
|
|
7073
7889
|
* @type {number}
|
|
7074
7890
|
* @memberof RecordCurrencyEnumNumber
|
|
7075
7891
|
*/
|
|
7076
|
-
'jpy'
|
|
7892
|
+
'jpy': number;
|
|
7077
7893
|
}
|
|
7078
7894
|
/**
|
|
7079
7895
|
* Construct a type with a set of properties K of type T
|
|
@@ -7086,19 +7902,19 @@ export interface RecordLanguageEnumIContentsValue {
|
|
|
7086
7902
|
* @type {IContentsValue}
|
|
7087
7903
|
* @memberof RecordLanguageEnumIContentsValue
|
|
7088
7904
|
*/
|
|
7089
|
-
'tr'
|
|
7905
|
+
'tr': IContentsValue;
|
|
7090
7906
|
/**
|
|
7091
7907
|
*
|
|
7092
7908
|
* @type {IContentsValue}
|
|
7093
7909
|
* @memberof RecordLanguageEnumIContentsValue
|
|
7094
7910
|
*/
|
|
7095
|
-
'en'
|
|
7911
|
+
'en': IContentsValue;
|
|
7096
7912
|
/**
|
|
7097
7913
|
*
|
|
7098
7914
|
* @type {IContentsValue}
|
|
7099
7915
|
* @memberof RecordLanguageEnumIContentsValue
|
|
7100
7916
|
*/
|
|
7101
|
-
'de'
|
|
7917
|
+
'de': IContentsValue;
|
|
7102
7918
|
}
|
|
7103
7919
|
/**
|
|
7104
7920
|
* Construct a type with a set of properties K of type T
|
|
@@ -7111,19 +7927,19 @@ export interface RecordLanguageEnumIImage {
|
|
|
7111
7927
|
* @type {IImage}
|
|
7112
7928
|
* @memberof RecordLanguageEnumIImage
|
|
7113
7929
|
*/
|
|
7114
|
-
'tr'
|
|
7930
|
+
'tr': IImage;
|
|
7115
7931
|
/**
|
|
7116
7932
|
*
|
|
7117
7933
|
* @type {IImage}
|
|
7118
7934
|
* @memberof RecordLanguageEnumIImage
|
|
7119
7935
|
*/
|
|
7120
|
-
'en'
|
|
7936
|
+
'en': IImage;
|
|
7121
7937
|
/**
|
|
7122
7938
|
*
|
|
7123
7939
|
* @type {IImage}
|
|
7124
7940
|
* @memberof RecordLanguageEnumIImage
|
|
7125
7941
|
*/
|
|
7126
|
-
'de'
|
|
7942
|
+
'de': IImage;
|
|
7127
7943
|
}
|
|
7128
7944
|
/**
|
|
7129
7945
|
* Construct a type with a set of properties K of type T
|
|
@@ -7136,19 +7952,19 @@ export interface RecordLanguageEnumString {
|
|
|
7136
7952
|
* @type {string}
|
|
7137
7953
|
* @memberof RecordLanguageEnumString
|
|
7138
7954
|
*/
|
|
7139
|
-
'tr'
|
|
7955
|
+
'tr': string;
|
|
7140
7956
|
/**
|
|
7141
7957
|
*
|
|
7142
7958
|
* @type {string}
|
|
7143
7959
|
* @memberof RecordLanguageEnumString
|
|
7144
7960
|
*/
|
|
7145
|
-
'en'
|
|
7961
|
+
'en': string;
|
|
7146
7962
|
/**
|
|
7147
7963
|
*
|
|
7148
7964
|
* @type {string}
|
|
7149
7965
|
* @memberof RecordLanguageEnumString
|
|
7150
7966
|
*/
|
|
7151
|
-
'de'
|
|
7967
|
+
'de': string;
|
|
7152
7968
|
}
|
|
7153
7969
|
/**
|
|
7154
7970
|
*
|
|
@@ -8002,7 +8818,6 @@ export declare const PageApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
8002
8818
|
getPageByType: (type: string, company?: string, domain?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
8003
8819
|
/**
|
|
8004
8820
|
*
|
|
8005
|
-
* @param {string} company
|
|
8006
8821
|
* @param {number} [page]
|
|
8007
8822
|
* @param {number} [itemsPerPage]
|
|
8008
8823
|
* @param {string} [search]
|
|
@@ -8011,13 +8826,14 @@ export declare const PageApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
8011
8826
|
* @param {string} [dateField]
|
|
8012
8827
|
* @param {OrderEnum} [order]
|
|
8013
8828
|
* @param {string} [sort]
|
|
8829
|
+
* @param {string} [company]
|
|
8014
8830
|
* @param {string} [domain]
|
|
8015
8831
|
* @param {PageTypeEnum} [type]
|
|
8016
8832
|
* @param {ContentStatusEnum} [status]
|
|
8017
8833
|
* @param {*} [options] Override http request option.
|
|
8018
8834
|
* @throws {RequiredError}
|
|
8019
8835
|
*/
|
|
8020
|
-
getPages: (
|
|
8836
|
+
getPages: (page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, company?: string, domain?: string, type?: PageTypeEnum, status?: ContentStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
8021
8837
|
};
|
|
8022
8838
|
/**
|
|
8023
8839
|
* PageApi - functional programming interface
|
|
@@ -8044,7 +8860,6 @@ export declare const PageApiFp: (configuration?: Configuration) => {
|
|
|
8044
8860
|
getPageByType(type: string, company?: string, domain?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IPageResponse>>;
|
|
8045
8861
|
/**
|
|
8046
8862
|
*
|
|
8047
|
-
* @param {string} company
|
|
8048
8863
|
* @param {number} [page]
|
|
8049
8864
|
* @param {number} [itemsPerPage]
|
|
8050
8865
|
* @param {string} [search]
|
|
@@ -8053,13 +8868,14 @@ export declare const PageApiFp: (configuration?: Configuration) => {
|
|
|
8053
8868
|
* @param {string} [dateField]
|
|
8054
8869
|
* @param {OrderEnum} [order]
|
|
8055
8870
|
* @param {string} [sort]
|
|
8871
|
+
* @param {string} [company]
|
|
8056
8872
|
* @param {string} [domain]
|
|
8057
8873
|
* @param {PageTypeEnum} [type]
|
|
8058
8874
|
* @param {ContentStatusEnum} [status]
|
|
8059
8875
|
* @param {*} [options] Override http request option.
|
|
8060
8876
|
* @throws {RequiredError}
|
|
8061
8877
|
*/
|
|
8062
|
-
getPages(
|
|
8878
|
+
getPages(page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, company?: string, domain?: string, type?: PageTypeEnum, status?: ContentStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IPagesResponse>>;
|
|
8063
8879
|
};
|
|
8064
8880
|
/**
|
|
8065
8881
|
* PageApi - factory interface
|
|
@@ -8086,7 +8902,7 @@ export declare const PageApiFactory: (configuration?: Configuration, basePath?:
|
|
|
8086
8902
|
* @param {*} [options] Override http request option.
|
|
8087
8903
|
* @throws {RequiredError}
|
|
8088
8904
|
*/
|
|
8089
|
-
getPages(requestParameters
|
|
8905
|
+
getPages(requestParameters?: PageApiGetPagesRequest, options?: RawAxiosRequestConfig): AxiosPromise<IPagesResponse>;
|
|
8090
8906
|
};
|
|
8091
8907
|
/**
|
|
8092
8908
|
* Request parameters for getPageBySlug operation in PageApi.
|
|
@@ -8144,12 +8960,6 @@ export interface PageApiGetPageByTypeRequest {
|
|
|
8144
8960
|
* @interface PageApiGetPagesRequest
|
|
8145
8961
|
*/
|
|
8146
8962
|
export interface PageApiGetPagesRequest {
|
|
8147
|
-
/**
|
|
8148
|
-
*
|
|
8149
|
-
* @type {string}
|
|
8150
|
-
* @memberof PageApiGetPages
|
|
8151
|
-
*/
|
|
8152
|
-
readonly company: string;
|
|
8153
8963
|
/**
|
|
8154
8964
|
*
|
|
8155
8965
|
* @type {number}
|
|
@@ -8198,6 +9008,12 @@ export interface PageApiGetPagesRequest {
|
|
|
8198
9008
|
* @memberof PageApiGetPages
|
|
8199
9009
|
*/
|
|
8200
9010
|
readonly sort?: string;
|
|
9011
|
+
/**
|
|
9012
|
+
*
|
|
9013
|
+
* @type {string}
|
|
9014
|
+
* @memberof PageApiGetPages
|
|
9015
|
+
*/
|
|
9016
|
+
readonly company?: string;
|
|
8201
9017
|
/**
|
|
8202
9018
|
*
|
|
8203
9019
|
* @type {string}
|
|
@@ -8247,7 +9063,7 @@ export declare class PageApi extends BaseAPI {
|
|
|
8247
9063
|
* @throws {RequiredError}
|
|
8248
9064
|
* @memberof PageApi
|
|
8249
9065
|
*/
|
|
8250
|
-
getPages(requestParameters
|
|
9066
|
+
getPages(requestParameters?: PageApiGetPagesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IPagesResponse, any>>;
|
|
8251
9067
|
}
|
|
8252
9068
|
/**
|
|
8253
9069
|
* ProductApi - axios parameter creator
|
|
@@ -8264,7 +9080,6 @@ export declare const ProductApiAxiosParamCreator: (configuration?: Configuration
|
|
|
8264
9080
|
getProductBySlug: (slug: string, domain: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
8265
9081
|
/**
|
|
8266
9082
|
*
|
|
8267
|
-
* @param {string} company
|
|
8268
9083
|
* @param {number} [page]
|
|
8269
9084
|
* @param {number} [itemsPerPage]
|
|
8270
9085
|
* @param {string} [search]
|
|
@@ -8273,6 +9088,7 @@ export declare const ProductApiAxiosParamCreator: (configuration?: Configuration
|
|
|
8273
9088
|
* @param {string} [dateField]
|
|
8274
9089
|
* @param {OrderEnum} [order]
|
|
8275
9090
|
* @param {string} [sort]
|
|
9091
|
+
* @param {string} [company]
|
|
8276
9092
|
* @param {string} [collections]
|
|
8277
9093
|
* @param {string} [category]
|
|
8278
9094
|
* @param {string} [brand]
|
|
@@ -8280,7 +9096,7 @@ export declare const ProductApiAxiosParamCreator: (configuration?: Configuration
|
|
|
8280
9096
|
* @param {*} [options] Override http request option.
|
|
8281
9097
|
* @throws {RequiredError}
|
|
8282
9098
|
*/
|
|
8283
|
-
getProducts: (
|
|
9099
|
+
getProducts: (page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, company?: string, collections?: string, category?: string, brand?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
8284
9100
|
/**
|
|
8285
9101
|
*
|
|
8286
9102
|
* @param {string} company
|
|
@@ -8305,7 +9121,6 @@ export declare const ProductApiFp: (configuration?: Configuration) => {
|
|
|
8305
9121
|
getProductBySlug(slug: string, domain: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IProductResponse>>;
|
|
8306
9122
|
/**
|
|
8307
9123
|
*
|
|
8308
|
-
* @param {string} company
|
|
8309
9124
|
* @param {number} [page]
|
|
8310
9125
|
* @param {number} [itemsPerPage]
|
|
8311
9126
|
* @param {string} [search]
|
|
@@ -8314,6 +9129,7 @@ export declare const ProductApiFp: (configuration?: Configuration) => {
|
|
|
8314
9129
|
* @param {string} [dateField]
|
|
8315
9130
|
* @param {OrderEnum} [order]
|
|
8316
9131
|
* @param {string} [sort]
|
|
9132
|
+
* @param {string} [company]
|
|
8317
9133
|
* @param {string} [collections]
|
|
8318
9134
|
* @param {string} [category]
|
|
8319
9135
|
* @param {string} [brand]
|
|
@@ -8321,7 +9137,7 @@ export declare const ProductApiFp: (configuration?: Configuration) => {
|
|
|
8321
9137
|
* @param {*} [options] Override http request option.
|
|
8322
9138
|
* @throws {RequiredError}
|
|
8323
9139
|
*/
|
|
8324
|
-
getProducts(
|
|
9140
|
+
getProducts(page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, company?: string, collections?: string, category?: string, brand?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IProductsResponse>>;
|
|
8325
9141
|
/**
|
|
8326
9142
|
*
|
|
8327
9143
|
* @param {string} company
|
|
@@ -8349,7 +9165,7 @@ export declare const ProductApiFactory: (configuration?: Configuration, basePath
|
|
|
8349
9165
|
* @param {*} [options] Override http request option.
|
|
8350
9166
|
* @throws {RequiredError}
|
|
8351
9167
|
*/
|
|
8352
|
-
getProducts(requestParameters
|
|
9168
|
+
getProducts(requestParameters?: ProductApiGetProductsRequest, options?: RawAxiosRequestConfig): AxiosPromise<IProductsResponse>;
|
|
8353
9169
|
/**
|
|
8354
9170
|
*
|
|
8355
9171
|
* @param {ProductApiSearchProductsRequest} requestParameters Request parameters.
|
|
@@ -8383,12 +9199,6 @@ export interface ProductApiGetProductBySlugRequest {
|
|
|
8383
9199
|
* @interface ProductApiGetProductsRequest
|
|
8384
9200
|
*/
|
|
8385
9201
|
export interface ProductApiGetProductsRequest {
|
|
8386
|
-
/**
|
|
8387
|
-
*
|
|
8388
|
-
* @type {string}
|
|
8389
|
-
* @memberof ProductApiGetProducts
|
|
8390
|
-
*/
|
|
8391
|
-
readonly company: string;
|
|
8392
9202
|
/**
|
|
8393
9203
|
*
|
|
8394
9204
|
* @type {number}
|
|
@@ -8437,6 +9247,12 @@ export interface ProductApiGetProductsRequest {
|
|
|
8437
9247
|
* @memberof ProductApiGetProducts
|
|
8438
9248
|
*/
|
|
8439
9249
|
readonly sort?: string;
|
|
9250
|
+
/**
|
|
9251
|
+
*
|
|
9252
|
+
* @type {string}
|
|
9253
|
+
* @memberof ProductApiGetProducts
|
|
9254
|
+
*/
|
|
9255
|
+
readonly company?: string;
|
|
8440
9256
|
/**
|
|
8441
9257
|
*
|
|
8442
9258
|
* @type {string}
|
|
@@ -8503,7 +9319,7 @@ export declare class ProductApi extends BaseAPI {
|
|
|
8503
9319
|
* @throws {RequiredError}
|
|
8504
9320
|
* @memberof ProductApi
|
|
8505
9321
|
*/
|
|
8506
|
-
getProducts(requestParameters
|
|
9322
|
+
getProducts(requestParameters?: ProductApiGetProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IProductsResponse, any>>;
|
|
8507
9323
|
/**
|
|
8508
9324
|
*
|
|
8509
9325
|
* @param {ProductApiSearchProductsRequest} requestParameters Request parameters.
|