@infisale-client/api 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 +1257 -441
- 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 {
|
|
6362
|
+
/**
|
|
6363
|
+
*
|
|
6364
|
+
* @type {string}
|
|
6365
|
+
* @memberof PickIBasketExcludeKeyofIBasketItems
|
|
6366
|
+
*/
|
|
6367
|
+
'company': string;
|
|
6368
|
+
/**
|
|
6369
|
+
*
|
|
6370
|
+
* @type {string}
|
|
6371
|
+
* @memberof PickIBasketExcludeKeyofIBasketItems
|
|
6372
|
+
*/
|
|
6373
|
+
'_id': string;
|
|
6374
|
+
/**
|
|
6375
|
+
*
|
|
6376
|
+
* @type {number}
|
|
6377
|
+
* @memberof PickIBasketExcludeKeyofIBasketItems
|
|
6378
|
+
*/
|
|
6379
|
+
'__v': number;
|
|
6380
|
+
/**
|
|
6381
|
+
*
|
|
6382
|
+
* @type {string}
|
|
6383
|
+
* @memberof PickIBasketExcludeKeyofIBasketItems
|
|
6384
|
+
*/
|
|
6385
|
+
'createdAt': string;
|
|
6386
|
+
/**
|
|
6387
|
+
*
|
|
6388
|
+
* @type {string}
|
|
6389
|
+
* @memberof PickIBasketExcludeKeyofIBasketItems
|
|
6390
|
+
*/
|
|
6391
|
+
'updatedAt': string;
|
|
6392
|
+
/**
|
|
6393
|
+
*
|
|
6394
|
+
* @type {string}
|
|
6395
|
+
* @memberof PickIBasketExcludeKeyofIBasketItems
|
|
6396
|
+
*/
|
|
6397
|
+
'user': string;
|
|
6398
|
+
}
|
|
6399
|
+
/**
|
|
6400
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
6401
|
+
* @export
|
|
6402
|
+
* @interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
|
|
6403
|
+
*/
|
|
6404
|
+
export interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse {
|
|
6405
|
+
/**
|
|
6406
|
+
*
|
|
6407
|
+
* @type {string}
|
|
6408
|
+
* @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
|
|
6409
|
+
*/
|
|
6410
|
+
'company': string;
|
|
6411
|
+
/**
|
|
6412
|
+
*
|
|
6413
|
+
* @type {RecordLanguageEnumIContentsValue}
|
|
6414
|
+
* @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
|
|
6415
|
+
*/
|
|
6416
|
+
'contents': RecordLanguageEnumIContentsValue;
|
|
6417
|
+
/**
|
|
6418
|
+
*
|
|
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;
|
|
6579
7345
|
/**
|
|
6580
7346
|
*
|
|
6581
7347
|
* @type {string}
|
|
6582
|
-
* @memberof
|
|
7348
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
6583
7349
|
*/
|
|
6584
|
-
'
|
|
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;
|
|
6585
7377
|
/**
|
|
6586
7378
|
*
|
|
6587
7379
|
* @type {RecordLanguageEnumIContentsValue}
|
|
6588
|
-
* @memberof
|
|
7380
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
6589
7381
|
*/
|
|
6590
7382
|
'contents': RecordLanguageEnumIContentsValue;
|
|
6591
7383
|
/**
|
|
6592
7384
|
*
|
|
6593
|
-
* @type {
|
|
6594
|
-
* @memberof
|
|
7385
|
+
* @type {{ [key: string]: IProductResponseVariantsValue; }}
|
|
7386
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
6595
7387
|
*/
|
|
6596
|
-
'
|
|
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
|
+
};
|
|
6597
7399
|
}
|
|
6598
7400
|
/**
|
|
6599
7401
|
* From T, pick a set of properties whose keys are in the union K
|
|
6600
7402
|
* @export
|
|
6601
|
-
* @interface
|
|
7403
|
+
* @interface PickIProductIdOrContentsOrCollectionsOrCategory
|
|
6602
7404
|
*/
|
|
6603
|
-
export interface
|
|
7405
|
+
export interface PickIProductIdOrContentsOrCollectionsOrCategory {
|
|
6604
7406
|
/**
|
|
6605
7407
|
*
|
|
6606
7408
|
* @type {string}
|
|
6607
|
-
* @memberof
|
|
7409
|
+
* @memberof PickIProductIdOrContentsOrCollectionsOrCategory
|
|
6608
7410
|
*/
|
|
6609
|
-
'
|
|
7411
|
+
'_id': string;
|
|
6610
7412
|
/**
|
|
6611
7413
|
*
|
|
6612
7414
|
* @type {string}
|
|
6613
|
-
* @memberof
|
|
7415
|
+
* @memberof PickIProductIdOrContentsOrCollectionsOrCategory
|
|
6614
7416
|
*/
|
|
6615
|
-
'
|
|
7417
|
+
'category': string;
|
|
7418
|
+
/**
|
|
7419
|
+
*
|
|
7420
|
+
* @type {Array<string>}
|
|
7421
|
+
* @memberof PickIProductIdOrContentsOrCollectionsOrCategory
|
|
7422
|
+
*/
|
|
7423
|
+
'collections': Array<string>;
|
|
7424
|
+
/**
|
|
7425
|
+
*
|
|
7426
|
+
* @type {RecordLanguageEnumIContentsValue}
|
|
7427
|
+
* @memberof PickIProductIdOrContentsOrCollectionsOrCategory
|
|
7428
|
+
*/
|
|
7429
|
+
'contents': RecordLanguageEnumIContentsValue;
|
|
6616
7430
|
}
|
|
6617
7431
|
/**
|
|
6618
7432
|
* From T, pick a set of properties whose keys are in the union K
|
|
6619
7433
|
* @export
|
|
6620
|
-
* @interface
|
|
7434
|
+
* @interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6621
7435
|
*/
|
|
6622
|
-
export interface
|
|
7436
|
+
export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields {
|
|
6623
7437
|
/**
|
|
6624
7438
|
*
|
|
6625
7439
|
* @type {string}
|
|
6626
|
-
* @memberof
|
|
7440
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6627
7441
|
*/
|
|
6628
|
-
'
|
|
7442
|
+
'company': string;
|
|
6629
7443
|
/**
|
|
6630
7444
|
*
|
|
6631
|
-
* @type {
|
|
6632
|
-
* @memberof
|
|
7445
|
+
* @type {Array<string>}
|
|
7446
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6633
7447
|
*/
|
|
6634
|
-
'
|
|
7448
|
+
'collections': Array<string>;
|
|
6635
7449
|
/**
|
|
6636
7450
|
*
|
|
6637
7451
|
* @type {string}
|
|
6638
|
-
* @memberof
|
|
7452
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6639
7453
|
*/
|
|
6640
|
-
'
|
|
7454
|
+
'sku'?: string;
|
|
6641
7455
|
/**
|
|
6642
7456
|
*
|
|
6643
|
-
* @type {
|
|
6644
|
-
* @memberof
|
|
7457
|
+
* @type {string}
|
|
7458
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6645
7459
|
*/
|
|
6646
|
-
'
|
|
6647
|
-
}
|
|
6648
|
-
/**
|
|
6649
|
-
* From T, pick a set of properties whose keys are in the union K
|
|
6650
|
-
* @export
|
|
6651
|
-
* @interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles
|
|
6652
|
-
*/
|
|
6653
|
-
export interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles {
|
|
7460
|
+
'barcode'?: string;
|
|
6654
7461
|
/**
|
|
6655
7462
|
*
|
|
6656
|
-
* @type {
|
|
6657
|
-
* @memberof
|
|
7463
|
+
* @type {Array<IImage>}
|
|
7464
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6658
7465
|
*/
|
|
6659
|
-
'
|
|
7466
|
+
'photos': Array<IImage>;
|
|
6660
7467
|
/**
|
|
6661
7468
|
*
|
|
6662
|
-
* @type {{ [key: string]:
|
|
6663
|
-
* @memberof
|
|
7469
|
+
* @type {{ [key: string]: IProductResponseStockValue; }}
|
|
7470
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6664
7471
|
*/
|
|
6665
|
-
'
|
|
6666
|
-
[key: string]:
|
|
7472
|
+
'stock'?: {
|
|
7473
|
+
[key: string]: IProductResponseStockValue;
|
|
6667
7474
|
};
|
|
6668
7475
|
/**
|
|
6669
7476
|
*
|
|
6670
|
-
* @type {
|
|
6671
|
-
* @memberof
|
|
7477
|
+
* @type {boolean}
|
|
7478
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6672
7479
|
*/
|
|
6673
|
-
'
|
|
7480
|
+
'stockless_sale'?: boolean;
|
|
6674
7481
|
/**
|
|
6675
7482
|
*
|
|
6676
|
-
* @type {
|
|
6677
|
-
* @memberof
|
|
7483
|
+
* @type {PriceType}
|
|
7484
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6678
7485
|
*/
|
|
6679
|
-
'
|
|
7486
|
+
'price_info': PriceType;
|
|
6680
7487
|
/**
|
|
6681
7488
|
*
|
|
6682
|
-
* @type {
|
|
6683
|
-
* @memberof
|
|
7489
|
+
* @type {RecordLanguageEnumIContentsValue}
|
|
7490
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6684
7491
|
*/
|
|
6685
|
-
'
|
|
7492
|
+
'contents': RecordLanguageEnumIContentsValue;
|
|
6686
7493
|
/**
|
|
6687
7494
|
*
|
|
6688
|
-
* @type {string}
|
|
6689
|
-
* @memberof
|
|
7495
|
+
* @type {{ [key: string]: IProductResponseVariantsValue; }}
|
|
7496
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6690
7497
|
*/
|
|
6691
|
-
'
|
|
7498
|
+
'variants'?: {
|
|
7499
|
+
[key: string]: IProductResponseVariantsValue;
|
|
7500
|
+
};
|
|
6692
7501
|
/**
|
|
6693
7502
|
*
|
|
6694
|
-
* @type {
|
|
6695
|
-
* @memberof
|
|
7503
|
+
* @type {{ [key: string]: string; }}
|
|
7504
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6696
7505
|
*/
|
|
6697
|
-
'
|
|
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
|
*
|
|
@@ -11412,7 +12228,6 @@ export declare const PageApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
11412
12228
|
getPageByType: (type: string, company?: string, domain?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11413
12229
|
/**
|
|
11414
12230
|
*
|
|
11415
|
-
* @param {string} company
|
|
11416
12231
|
* @param {number} [page]
|
|
11417
12232
|
* @param {number} [itemsPerPage]
|
|
11418
12233
|
* @param {string} [search]
|
|
@@ -11421,13 +12236,14 @@ export declare const PageApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
11421
12236
|
* @param {string} [dateField]
|
|
11422
12237
|
* @param {OrderEnum} [order]
|
|
11423
12238
|
* @param {string} [sort]
|
|
12239
|
+
* @param {string} [company]
|
|
11424
12240
|
* @param {string} [domain]
|
|
11425
12241
|
* @param {PageTypeEnum} [type]
|
|
11426
12242
|
* @param {ContentStatusEnum} [status]
|
|
11427
12243
|
* @param {*} [options] Override http request option.
|
|
11428
12244
|
* @throws {RequiredError}
|
|
11429
12245
|
*/
|
|
11430
|
-
getPages: (
|
|
12246
|
+
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>;
|
|
11431
12247
|
/**
|
|
11432
12248
|
*
|
|
11433
12249
|
* @param {string} company
|
|
@@ -11499,7 +12315,6 @@ export declare const PageApiFp: (configuration?: Configuration) => {
|
|
|
11499
12315
|
getPageByType(type: string, company?: string, domain?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IPageResponse>>;
|
|
11500
12316
|
/**
|
|
11501
12317
|
*
|
|
11502
|
-
* @param {string} company
|
|
11503
12318
|
* @param {number} [page]
|
|
11504
12319
|
* @param {number} [itemsPerPage]
|
|
11505
12320
|
* @param {string} [search]
|
|
@@ -11508,13 +12323,14 @@ export declare const PageApiFp: (configuration?: Configuration) => {
|
|
|
11508
12323
|
* @param {string} [dateField]
|
|
11509
12324
|
* @param {OrderEnum} [order]
|
|
11510
12325
|
* @param {string} [sort]
|
|
12326
|
+
* @param {string} [company]
|
|
11511
12327
|
* @param {string} [domain]
|
|
11512
12328
|
* @param {PageTypeEnum} [type]
|
|
11513
12329
|
* @param {ContentStatusEnum} [status]
|
|
11514
12330
|
* @param {*} [options] Override http request option.
|
|
11515
12331
|
* @throws {RequiredError}
|
|
11516
12332
|
*/
|
|
11517
|
-
getPages(
|
|
12333
|
+
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>>;
|
|
11518
12334
|
/**
|
|
11519
12335
|
*
|
|
11520
12336
|
* @param {string} company
|
|
@@ -11584,7 +12400,7 @@ export declare const PageApiFactory: (configuration?: Configuration, basePath?:
|
|
|
11584
12400
|
* @param {*} [options] Override http request option.
|
|
11585
12401
|
* @throws {RequiredError}
|
|
11586
12402
|
*/
|
|
11587
|
-
getPages(requestParameters
|
|
12403
|
+
getPages(requestParameters?: PageApiGetPagesRequest, options?: RawAxiosRequestConfig): AxiosPromise<IPagesResponse>;
|
|
11588
12404
|
/**
|
|
11589
12405
|
*
|
|
11590
12406
|
* @param {PageApiGetUniquePagesRequest} requestParameters Request parameters.
|
|
@@ -11720,12 +12536,6 @@ export interface PageApiGetPageByTypeRequest {
|
|
|
11720
12536
|
* @interface PageApiGetPagesRequest
|
|
11721
12537
|
*/
|
|
11722
12538
|
export interface PageApiGetPagesRequest {
|
|
11723
|
-
/**
|
|
11724
|
-
*
|
|
11725
|
-
* @type {string}
|
|
11726
|
-
* @memberof PageApiGetPages
|
|
11727
|
-
*/
|
|
11728
|
-
readonly company: string;
|
|
11729
12539
|
/**
|
|
11730
12540
|
*
|
|
11731
12541
|
* @type {number}
|
|
@@ -11774,6 +12584,12 @@ export interface PageApiGetPagesRequest {
|
|
|
11774
12584
|
* @memberof PageApiGetPages
|
|
11775
12585
|
*/
|
|
11776
12586
|
readonly sort?: string;
|
|
12587
|
+
/**
|
|
12588
|
+
*
|
|
12589
|
+
* @type {string}
|
|
12590
|
+
* @memberof PageApiGetPages
|
|
12591
|
+
*/
|
|
12592
|
+
readonly company?: string;
|
|
11777
12593
|
/**
|
|
11778
12594
|
*
|
|
11779
12595
|
* @type {string}
|
|
@@ -11887,7 +12703,7 @@ export declare class PageApi extends BaseAPI {
|
|
|
11887
12703
|
* @throws {RequiredError}
|
|
11888
12704
|
* @memberof PageApi
|
|
11889
12705
|
*/
|
|
11890
|
-
getPages(requestParameters
|
|
12706
|
+
getPages(requestParameters?: PageApiGetPagesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IPagesResponse, any>>;
|
|
11891
12707
|
/**
|
|
11892
12708
|
*
|
|
11893
12709
|
* @param {PageApiGetUniquePagesRequest} requestParameters Request parameters.
|
|
@@ -12273,7 +13089,6 @@ export declare const ProductApiAxiosParamCreator: (configuration?: Configuration
|
|
|
12273
13089
|
getProductBySlug: (slug: string, domain: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
12274
13090
|
/**
|
|
12275
13091
|
*
|
|
12276
|
-
* @param {string} company
|
|
12277
13092
|
* @param {number} [page]
|
|
12278
13093
|
* @param {number} [itemsPerPage]
|
|
12279
13094
|
* @param {string} [search]
|
|
@@ -12282,6 +13097,7 @@ export declare const ProductApiAxiosParamCreator: (configuration?: Configuration
|
|
|
12282
13097
|
* @param {string} [dateField]
|
|
12283
13098
|
* @param {OrderEnum} [order]
|
|
12284
13099
|
* @param {string} [sort]
|
|
13100
|
+
* @param {string} [company]
|
|
12285
13101
|
* @param {string} [collections]
|
|
12286
13102
|
* @param {string} [category]
|
|
12287
13103
|
* @param {string} [brand]
|
|
@@ -12289,7 +13105,7 @@ export declare const ProductApiAxiosParamCreator: (configuration?: Configuration
|
|
|
12289
13105
|
* @param {*} [options] Override http request option.
|
|
12290
13106
|
* @throws {RequiredError}
|
|
12291
13107
|
*/
|
|
12292
|
-
getProducts: (
|
|
13108
|
+
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>;
|
|
12293
13109
|
/**
|
|
12294
13110
|
*
|
|
12295
13111
|
* @param {string} company
|
|
@@ -12359,7 +13175,6 @@ export declare const ProductApiFp: (configuration?: Configuration) => {
|
|
|
12359
13175
|
getProductBySlug(slug: string, domain: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IProductResponse>>;
|
|
12360
13176
|
/**
|
|
12361
13177
|
*
|
|
12362
|
-
* @param {string} company
|
|
12363
13178
|
* @param {number} [page]
|
|
12364
13179
|
* @param {number} [itemsPerPage]
|
|
12365
13180
|
* @param {string} [search]
|
|
@@ -12368,6 +13183,7 @@ export declare const ProductApiFp: (configuration?: Configuration) => {
|
|
|
12368
13183
|
* @param {string} [dateField]
|
|
12369
13184
|
* @param {OrderEnum} [order]
|
|
12370
13185
|
* @param {string} [sort]
|
|
13186
|
+
* @param {string} [company]
|
|
12371
13187
|
* @param {string} [collections]
|
|
12372
13188
|
* @param {string} [category]
|
|
12373
13189
|
* @param {string} [brand]
|
|
@@ -12375,7 +13191,7 @@ export declare const ProductApiFp: (configuration?: Configuration) => {
|
|
|
12375
13191
|
* @param {*} [options] Override http request option.
|
|
12376
13192
|
* @throws {RequiredError}
|
|
12377
13193
|
*/
|
|
12378
|
-
getProducts(
|
|
13194
|
+
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>>;
|
|
12379
13195
|
/**
|
|
12380
13196
|
*
|
|
12381
13197
|
* @param {string} company
|
|
@@ -12446,7 +13262,7 @@ export declare const ProductApiFactory: (configuration?: Configuration, basePath
|
|
|
12446
13262
|
* @param {*} [options] Override http request option.
|
|
12447
13263
|
* @throws {RequiredError}
|
|
12448
13264
|
*/
|
|
12449
|
-
getProducts(requestParameters
|
|
13265
|
+
getProducts(requestParameters?: ProductApiGetProductsRequest, options?: RawAxiosRequestConfig): AxiosPromise<IProductsResponse>;
|
|
12450
13266
|
/**
|
|
12451
13267
|
*
|
|
12452
13268
|
* @param {ProductApiSearchProductsRequest} requestParameters Request parameters.
|
|
@@ -12564,12 +13380,6 @@ export interface ProductApiGetProductBySlugRequest {
|
|
|
12564
13380
|
* @interface ProductApiGetProductsRequest
|
|
12565
13381
|
*/
|
|
12566
13382
|
export interface ProductApiGetProductsRequest {
|
|
12567
|
-
/**
|
|
12568
|
-
*
|
|
12569
|
-
* @type {string}
|
|
12570
|
-
* @memberof ProductApiGetProducts
|
|
12571
|
-
*/
|
|
12572
|
-
readonly company: string;
|
|
12573
13383
|
/**
|
|
12574
13384
|
*
|
|
12575
13385
|
* @type {number}
|
|
@@ -12618,6 +13428,12 @@ export interface ProductApiGetProductsRequest {
|
|
|
12618
13428
|
* @memberof ProductApiGetProducts
|
|
12619
13429
|
*/
|
|
12620
13430
|
readonly sort?: string;
|
|
13431
|
+
/**
|
|
13432
|
+
*
|
|
13433
|
+
* @type {string}
|
|
13434
|
+
* @memberof ProductApiGetProducts
|
|
13435
|
+
*/
|
|
13436
|
+
readonly company?: string;
|
|
12621
13437
|
/**
|
|
12622
13438
|
*
|
|
12623
13439
|
* @type {string}
|
|
@@ -12743,7 +13559,7 @@ export declare class ProductApi extends BaseAPI {
|
|
|
12743
13559
|
* @throws {RequiredError}
|
|
12744
13560
|
* @memberof ProductApi
|
|
12745
13561
|
*/
|
|
12746
|
-
getProducts(requestParameters
|
|
13562
|
+
getProducts(requestParameters?: ProductApiGetProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IProductsResponse, any>>;
|
|
12747
13563
|
/**
|
|
12748
13564
|
*
|
|
12749
13565
|
* @param {ProductApiSearchProductsRequest} requestParameters Request parameters.
|