@infisale-client/api 1.1.20 → 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 +1253 -443
- 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,16 +2530,16 @@ export interface ICompanyPatchRequest {
|
|
|
2530
2530
|
'currencies'?: RecordCurrencyEnumCurrency;
|
|
2531
2531
|
/**
|
|
2532
2532
|
*
|
|
2533
|
-
* @type {Array<
|
|
2533
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>}
|
|
2534
2534
|
* @memberof ICompanyPatchRequest
|
|
2535
2535
|
*/
|
|
2536
|
-
'warehouses'?: Array<
|
|
2536
|
+
'warehouses'?: Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>;
|
|
2537
2537
|
/**
|
|
2538
2538
|
*
|
|
2539
|
-
* @type {Array<
|
|
2539
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>}
|
|
2540
2540
|
* @memberof ICompanyPatchRequest
|
|
2541
2541
|
*/
|
|
2542
|
-
'sender_email_dns_records'?: Array<
|
|
2542
|
+
'sender_email_dns_records'?: Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>;
|
|
2543
2543
|
}
|
|
2544
2544
|
/**
|
|
2545
2545
|
*
|
|
@@ -2737,10 +2737,10 @@ export interface ICompanyResponse {
|
|
|
2737
2737
|
'owner': string;
|
|
2738
2738
|
/**
|
|
2739
2739
|
*
|
|
2740
|
-
* @type {
|
|
2740
|
+
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress}
|
|
2741
2741
|
* @memberof ICompanyResponse
|
|
2742
2742
|
*/
|
|
2743
|
-
'address'?:
|
|
2743
|
+
'address'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress;
|
|
2744
2744
|
/**
|
|
2745
2745
|
*
|
|
2746
2746
|
* @type {Array<string>}
|
|
@@ -2761,10 +2761,10 @@ export interface ICompanyResponse {
|
|
|
2761
2761
|
'dns_zone_domain'?: string;
|
|
2762
2762
|
/**
|
|
2763
2763
|
*
|
|
2764
|
-
* @type {Array<
|
|
2764
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>}
|
|
2765
2765
|
* @memberof ICompanyResponse
|
|
2766
2766
|
*/
|
|
2767
|
-
'custom_hostnames': Array<
|
|
2767
|
+
'custom_hostnames': Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>;
|
|
2768
2768
|
/**
|
|
2769
2769
|
*
|
|
2770
2770
|
* @type {{ [key: string]: string; }}
|
|
@@ -2811,30 +2811,30 @@ export interface ICompanyResponse {
|
|
|
2811
2811
|
'currencies': RecordCurrencyEnumCurrency;
|
|
2812
2812
|
/**
|
|
2813
2813
|
*
|
|
2814
|
-
* @type {Array<
|
|
2814
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>}
|
|
2815
2815
|
* @memberof ICompanyResponse
|
|
2816
2816
|
*/
|
|
2817
|
-
'warehouses': Array<
|
|
2817
|
+
'warehouses': Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>;
|
|
2818
2818
|
/**
|
|
2819
2819
|
*
|
|
2820
|
-
* @type {{ [key: string]:
|
|
2820
|
+
* @type {{ [key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue; }}
|
|
2821
2821
|
* @memberof ICompanyResponse
|
|
2822
2822
|
*/
|
|
2823
2823
|
'navigations': {
|
|
2824
|
-
[key: string]:
|
|
2824
|
+
[key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue;
|
|
2825
2825
|
};
|
|
2826
2826
|
/**
|
|
2827
2827
|
*
|
|
2828
|
-
* @type {
|
|
2828
|
+
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials}
|
|
2829
2829
|
* @memberof ICompanyResponse
|
|
2830
2830
|
*/
|
|
2831
|
-
'firebase_web_credentials'?:
|
|
2831
|
+
'firebase_web_credentials'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials;
|
|
2832
2832
|
/**
|
|
2833
2833
|
*
|
|
2834
|
-
* @type {
|
|
2834
|
+
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin}
|
|
2835
2835
|
* @memberof ICompanyResponse
|
|
2836
2836
|
*/
|
|
2837
|
-
'firebase_login':
|
|
2837
|
+
'firebase_login': PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin;
|
|
2838
2838
|
/**
|
|
2839
2839
|
*
|
|
2840
2840
|
* @type {string}
|
|
@@ -2849,10 +2849,10 @@ export interface ICompanyResponse {
|
|
|
2849
2849
|
'sender_name'?: string;
|
|
2850
2850
|
/**
|
|
2851
2851
|
*
|
|
2852
|
-
* @type {Array<
|
|
2852
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>}
|
|
2853
2853
|
* @memberof ICompanyResponse
|
|
2854
2854
|
*/
|
|
2855
|
-
'sender_email_dns_records'?: Array<
|
|
2855
|
+
'sender_email_dns_records'?: Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>;
|
|
2856
2856
|
/**
|
|
2857
2857
|
*
|
|
2858
2858
|
* @type {PickICompanyNameOrDomainsOrIdOrLanguage}
|
|
@@ -2872,37 +2872,6 @@ export interface ICompanyResponse {
|
|
|
2872
2872
|
*/
|
|
2873
2873
|
'currency_rates': RecordCurrencyEnumNumber;
|
|
2874
2874
|
}
|
|
2875
|
-
/**
|
|
2876
|
-
*
|
|
2877
|
-
* @export
|
|
2878
|
-
* @interface ICompanyResponseAddress
|
|
2879
|
-
*/
|
|
2880
|
-
export interface ICompanyResponseAddress {
|
|
2881
|
-
/**
|
|
2882
|
-
*
|
|
2883
|
-
* @type {string}
|
|
2884
|
-
* @memberof ICompanyResponseAddress
|
|
2885
|
-
*/
|
|
2886
|
-
'description': string;
|
|
2887
|
-
/**
|
|
2888
|
-
*
|
|
2889
|
-
* @type {string}
|
|
2890
|
-
* @memberof ICompanyResponseAddress
|
|
2891
|
-
*/
|
|
2892
|
-
'city': string;
|
|
2893
|
-
/**
|
|
2894
|
-
*
|
|
2895
|
-
* @type {string}
|
|
2896
|
-
* @memberof ICompanyResponseAddress
|
|
2897
|
-
*/
|
|
2898
|
-
'state': string;
|
|
2899
|
-
/**
|
|
2900
|
-
*
|
|
2901
|
-
* @type {string}
|
|
2902
|
-
* @memberof ICompanyResponseAddress
|
|
2903
|
-
*/
|
|
2904
|
-
'country': string;
|
|
2905
|
-
}
|
|
2906
2875
|
/**
|
|
2907
2876
|
*
|
|
2908
2877
|
* @export
|
|
@@ -2987,198 +2956,6 @@ export interface ICompanyResponseConfigTemplate {
|
|
|
2987
2956
|
*/
|
|
2988
2957
|
'header': Array<ITemplateResponseComponentsInner>;
|
|
2989
2958
|
}
|
|
2990
|
-
/**
|
|
2991
|
-
*
|
|
2992
|
-
* @export
|
|
2993
|
-
* @interface ICompanyResponseCustomHostnamesInner
|
|
2994
|
-
*/
|
|
2995
|
-
export interface ICompanyResponseCustomHostnamesInner {
|
|
2996
|
-
/**
|
|
2997
|
-
*
|
|
2998
|
-
* @type {string}
|
|
2999
|
-
* @memberof ICompanyResponseCustomHostnamesInner
|
|
3000
|
-
*/
|
|
3001
|
-
'validation_code': string;
|
|
3002
|
-
/**
|
|
3003
|
-
*
|
|
3004
|
-
* @type {string}
|
|
3005
|
-
* @memberof ICompanyResponseCustomHostnamesInner
|
|
3006
|
-
*/
|
|
3007
|
-
'hostname': string;
|
|
3008
|
-
/**
|
|
3009
|
-
*
|
|
3010
|
-
* @type {string}
|
|
3011
|
-
* @memberof ICompanyResponseCustomHostnamesInner
|
|
3012
|
-
*/
|
|
3013
|
-
'zone_id': string;
|
|
3014
|
-
/**
|
|
3015
|
-
*
|
|
3016
|
-
* @type {string}
|
|
3017
|
-
* @memberof ICompanyResponseCustomHostnamesInner
|
|
3018
|
-
*/
|
|
3019
|
-
'id': string;
|
|
3020
|
-
}
|
|
3021
|
-
/**
|
|
3022
|
-
*
|
|
3023
|
-
* @export
|
|
3024
|
-
* @interface ICompanyResponseFirebaseLogin
|
|
3025
|
-
*/
|
|
3026
|
-
export interface ICompanyResponseFirebaseLogin {
|
|
3027
|
-
/**
|
|
3028
|
-
*
|
|
3029
|
-
* @type {boolean}
|
|
3030
|
-
* @memberof ICompanyResponseFirebaseLogin
|
|
3031
|
-
*/
|
|
3032
|
-
'apple': boolean;
|
|
3033
|
-
/**
|
|
3034
|
-
*
|
|
3035
|
-
* @type {boolean}
|
|
3036
|
-
* @memberof ICompanyResponseFirebaseLogin
|
|
3037
|
-
*/
|
|
3038
|
-
'facebook': boolean;
|
|
3039
|
-
/**
|
|
3040
|
-
*
|
|
3041
|
-
* @type {boolean}
|
|
3042
|
-
* @memberof ICompanyResponseFirebaseLogin
|
|
3043
|
-
*/
|
|
3044
|
-
'google': boolean;
|
|
3045
|
-
}
|
|
3046
|
-
/**
|
|
3047
|
-
*
|
|
3048
|
-
* @export
|
|
3049
|
-
* @interface ICompanyResponseFirebaseWebCredentials
|
|
3050
|
-
*/
|
|
3051
|
-
export interface ICompanyResponseFirebaseWebCredentials {
|
|
3052
|
-
/**
|
|
3053
|
-
*
|
|
3054
|
-
* @type {string}
|
|
3055
|
-
* @memberof ICompanyResponseFirebaseWebCredentials
|
|
3056
|
-
*/
|
|
3057
|
-
'measurementId': string;
|
|
3058
|
-
/**
|
|
3059
|
-
*
|
|
3060
|
-
* @type {string}
|
|
3061
|
-
* @memberof ICompanyResponseFirebaseWebCredentials
|
|
3062
|
-
*/
|
|
3063
|
-
'appId': string;
|
|
3064
|
-
/**
|
|
3065
|
-
*
|
|
3066
|
-
* @type {string}
|
|
3067
|
-
* @memberof ICompanyResponseFirebaseWebCredentials
|
|
3068
|
-
*/
|
|
3069
|
-
'messagingSenderId': string;
|
|
3070
|
-
/**
|
|
3071
|
-
*
|
|
3072
|
-
* @type {string}
|
|
3073
|
-
* @memberof ICompanyResponseFirebaseWebCredentials
|
|
3074
|
-
*/
|
|
3075
|
-
'storageBucket': string;
|
|
3076
|
-
/**
|
|
3077
|
-
*
|
|
3078
|
-
* @type {string}
|
|
3079
|
-
* @memberof ICompanyResponseFirebaseWebCredentials
|
|
3080
|
-
*/
|
|
3081
|
-
'projectId': string;
|
|
3082
|
-
/**
|
|
3083
|
-
*
|
|
3084
|
-
* @type {string}
|
|
3085
|
-
* @memberof ICompanyResponseFirebaseWebCredentials
|
|
3086
|
-
*/
|
|
3087
|
-
'authDomain': string;
|
|
3088
|
-
/**
|
|
3089
|
-
*
|
|
3090
|
-
* @type {string}
|
|
3091
|
-
* @memberof ICompanyResponseFirebaseWebCredentials
|
|
3092
|
-
*/
|
|
3093
|
-
'apiKey': string;
|
|
3094
|
-
}
|
|
3095
|
-
/**
|
|
3096
|
-
*
|
|
3097
|
-
* @export
|
|
3098
|
-
* @interface ICompanyResponseNavigationsValue
|
|
3099
|
-
*/
|
|
3100
|
-
export interface ICompanyResponseNavigationsValue {
|
|
3101
|
-
/**
|
|
3102
|
-
*
|
|
3103
|
-
* @type {Array<NavigationUrl>}
|
|
3104
|
-
* @memberof ICompanyResponseNavigationsValue
|
|
3105
|
-
*/
|
|
3106
|
-
'footer': Array<NavigationUrl>;
|
|
3107
|
-
/**
|
|
3108
|
-
*
|
|
3109
|
-
* @type {Array<NavigationUrl>}
|
|
3110
|
-
* @memberof ICompanyResponseNavigationsValue
|
|
3111
|
-
*/
|
|
3112
|
-
'header': Array<NavigationUrl>;
|
|
3113
|
-
}
|
|
3114
|
-
/**
|
|
3115
|
-
*
|
|
3116
|
-
* @export
|
|
3117
|
-
* @interface ICompanyResponseSenderEmailDnsRecordsInner
|
|
3118
|
-
*/
|
|
3119
|
-
export interface ICompanyResponseSenderEmailDnsRecordsInner {
|
|
3120
|
-
/**
|
|
3121
|
-
*
|
|
3122
|
-
* @type {number}
|
|
3123
|
-
* @memberof ICompanyResponseSenderEmailDnsRecordsInner
|
|
3124
|
-
*/
|
|
3125
|
-
'priority'?: number;
|
|
3126
|
-
/**
|
|
3127
|
-
*
|
|
3128
|
-
* @type {EmailConfigDnsRecordTypeEnum}
|
|
3129
|
-
* @memberof ICompanyResponseSenderEmailDnsRecordsInner
|
|
3130
|
-
*/
|
|
3131
|
-
'type': EmailConfigDnsRecordTypeEnum;
|
|
3132
|
-
/**
|
|
3133
|
-
*
|
|
3134
|
-
* @type {string}
|
|
3135
|
-
* @memberof ICompanyResponseSenderEmailDnsRecordsInner
|
|
3136
|
-
*/
|
|
3137
|
-
'value': string;
|
|
3138
|
-
/**
|
|
3139
|
-
*
|
|
3140
|
-
* @type {string}
|
|
3141
|
-
* @memberof ICompanyResponseSenderEmailDnsRecordsInner
|
|
3142
|
-
*/
|
|
3143
|
-
'key': string;
|
|
3144
|
-
}
|
|
3145
|
-
/**
|
|
3146
|
-
*
|
|
3147
|
-
* @export
|
|
3148
|
-
* @interface ICompanyResponseWarehousesInner
|
|
3149
|
-
*/
|
|
3150
|
-
export interface ICompanyResponseWarehousesInner {
|
|
3151
|
-
/**
|
|
3152
|
-
*
|
|
3153
|
-
* @type {string}
|
|
3154
|
-
* @memberof ICompanyResponseWarehousesInner
|
|
3155
|
-
*/
|
|
3156
|
-
'email'?: string;
|
|
3157
|
-
/**
|
|
3158
|
-
*
|
|
3159
|
-
* @type {string}
|
|
3160
|
-
* @memberof ICompanyResponseWarehousesInner
|
|
3161
|
-
*/
|
|
3162
|
-
'phone'?: string;
|
|
3163
|
-
/**
|
|
3164
|
-
*
|
|
3165
|
-
* @type {string}
|
|
3166
|
-
* @memberof ICompanyResponseWarehousesInner
|
|
3167
|
-
*/
|
|
3168
|
-
'address'?: string;
|
|
3169
|
-
/**
|
|
3170
|
-
*
|
|
3171
|
-
* @type {string}
|
|
3172
|
-
* @memberof ICompanyResponseWarehousesInner
|
|
3173
|
-
*/
|
|
3174
|
-
'name': string;
|
|
3175
|
-
/**
|
|
3176
|
-
*
|
|
3177
|
-
* @type {string}
|
|
3178
|
-
* @memberof ICompanyResponseWarehousesInner
|
|
3179
|
-
*/
|
|
3180
|
-
'_id': string;
|
|
3181
|
-
}
|
|
3182
2959
|
/**
|
|
3183
2960
|
*
|
|
3184
2961
|
* @export
|
|
@@ -3225,16 +3002,16 @@ export interface ICompanyUpdateFirebaseConfigRequest {
|
|
|
3225
3002
|
'firebase_admin_credentials'?: ICompanyPatchRequestFirebaseAdminCredentials;
|
|
3226
3003
|
/**
|
|
3227
3004
|
*
|
|
3228
|
-
* @type {
|
|
3005
|
+
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials}
|
|
3229
3006
|
* @memberof ICompanyUpdateFirebaseConfigRequest
|
|
3230
3007
|
*/
|
|
3231
|
-
'firebase_web_credentials'?:
|
|
3008
|
+
'firebase_web_credentials'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials;
|
|
3232
3009
|
/**
|
|
3233
3010
|
*
|
|
3234
|
-
* @type {
|
|
3011
|
+
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin}
|
|
3235
3012
|
* @memberof ICompanyUpdateFirebaseConfigRequest
|
|
3236
3013
|
*/
|
|
3237
|
-
'firebase_login'?:
|
|
3014
|
+
'firebase_login'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin;
|
|
3238
3015
|
}
|
|
3239
3016
|
/**
|
|
3240
3017
|
*
|
|
@@ -3244,11 +3021,11 @@ export interface ICompanyUpdateFirebaseConfigRequest {
|
|
|
3244
3021
|
export interface ICompanyUpdateNavigationRequest {
|
|
3245
3022
|
/**
|
|
3246
3023
|
*
|
|
3247
|
-
* @type {{ [key: string]:
|
|
3024
|
+
* @type {{ [key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue; }}
|
|
3248
3025
|
* @memberof ICompanyUpdateNavigationRequest
|
|
3249
3026
|
*/
|
|
3250
3027
|
'navigations': {
|
|
3251
|
-
[key: string]:
|
|
3028
|
+
[key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue;
|
|
3252
3029
|
};
|
|
3253
3030
|
}
|
|
3254
3031
|
/**
|
|
@@ -4460,7 +4237,7 @@ export interface IPageCollectionQueryParams {
|
|
|
4460
4237
|
* @type {string}
|
|
4461
4238
|
* @memberof IPageCollectionQueryParams
|
|
4462
4239
|
*/
|
|
4463
|
-
'company'
|
|
4240
|
+
'company'?: string;
|
|
4464
4241
|
/**
|
|
4465
4242
|
*
|
|
4466
4243
|
* @type {string}
|
|
@@ -5037,7 +4814,7 @@ export interface IProductCollectionQueryParams {
|
|
|
5037
4814
|
* @type {string}
|
|
5038
4815
|
* @memberof IProductCollectionQueryParams
|
|
5039
4816
|
*/
|
|
5040
|
-
'company'
|
|
4817
|
+
'company'?: string;
|
|
5041
4818
|
/**
|
|
5042
4819
|
*
|
|
5043
4820
|
* @type {string}
|
|
@@ -5727,12 +5504,6 @@ export interface ITemplatePostRequest {
|
|
|
5727
5504
|
* @interface ITemplateResponse
|
|
5728
5505
|
*/
|
|
5729
5506
|
export interface ITemplateResponse {
|
|
5730
|
-
/**
|
|
5731
|
-
*
|
|
5732
|
-
* @type {Array<ITemplateResponseComponentsInner>}
|
|
5733
|
-
* @memberof ITemplateResponse
|
|
5734
|
-
*/
|
|
5735
|
-
'components': Array<ITemplateResponseComponentsInner>;
|
|
5736
5507
|
/**
|
|
5737
5508
|
*
|
|
5738
5509
|
* @type {string}
|
|
@@ -5775,6 +5546,12 @@ export interface ITemplateResponse {
|
|
|
5775
5546
|
* @memberof ITemplateResponse
|
|
5776
5547
|
*/
|
|
5777
5548
|
'title': string;
|
|
5549
|
+
/**
|
|
5550
|
+
*
|
|
5551
|
+
* @type {Array<ITemplateResponseComponentsInner>}
|
|
5552
|
+
* @memberof ITemplateResponse
|
|
5553
|
+
*/
|
|
5554
|
+
'components': Array<ITemplateResponseComponentsInner>;
|
|
5778
5555
|
}
|
|
5779
5556
|
/**
|
|
5780
5557
|
*
|
|
@@ -6579,240 +6356,1273 @@ export type PageTypeEnum = typeof PageTypeEnum[keyof typeof PageTypeEnum];
|
|
|
6579
6356
|
/**
|
|
6580
6357
|
* From T, pick a set of properties whose keys are in the union K
|
|
6581
6358
|
* @export
|
|
6582
|
-
* @interface
|
|
6359
|
+
* @interface PickIBasketExcludeKeyofIBasketItems
|
|
6583
6360
|
*/
|
|
6584
|
-
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;
|
|
6585
7345
|
/**
|
|
6586
7346
|
*
|
|
6587
7347
|
* @type {string}
|
|
6588
|
-
* @memberof
|
|
7348
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
6589
7349
|
*/
|
|
6590
|
-
'
|
|
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;
|
|
6591
7377
|
/**
|
|
6592
7378
|
*
|
|
6593
7379
|
* @type {RecordLanguageEnumIContentsValue}
|
|
6594
|
-
* @memberof
|
|
7380
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
6595
7381
|
*/
|
|
6596
7382
|
'contents': RecordLanguageEnumIContentsValue;
|
|
6597
7383
|
/**
|
|
6598
7384
|
*
|
|
6599
|
-
* @type {
|
|
6600
|
-
* @memberof
|
|
7385
|
+
* @type {{ [key: string]: IProductResponseVariantsValue; }}
|
|
7386
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
6601
7387
|
*/
|
|
6602
|
-
'
|
|
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
|
+
};
|
|
6603
7399
|
}
|
|
6604
7400
|
/**
|
|
6605
7401
|
* From T, pick a set of properties whose keys are in the union K
|
|
6606
7402
|
* @export
|
|
6607
|
-
* @interface
|
|
7403
|
+
* @interface PickIProductIdOrContentsOrCollectionsOrCategory
|
|
6608
7404
|
*/
|
|
6609
|
-
export interface
|
|
7405
|
+
export interface PickIProductIdOrContentsOrCollectionsOrCategory {
|
|
6610
7406
|
/**
|
|
6611
7407
|
*
|
|
6612
7408
|
* @type {string}
|
|
6613
|
-
* @memberof
|
|
7409
|
+
* @memberof PickIProductIdOrContentsOrCollectionsOrCategory
|
|
6614
7410
|
*/
|
|
6615
|
-
'
|
|
7411
|
+
'_id': string;
|
|
6616
7412
|
/**
|
|
6617
7413
|
*
|
|
6618
7414
|
* @type {string}
|
|
6619
|
-
* @memberof
|
|
7415
|
+
* @memberof PickIProductIdOrContentsOrCollectionsOrCategory
|
|
6620
7416
|
*/
|
|
6621
|
-
'
|
|
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;
|
|
6622
7430
|
}
|
|
6623
7431
|
/**
|
|
6624
7432
|
* From T, pick a set of properties whose keys are in the union K
|
|
6625
7433
|
* @export
|
|
6626
|
-
* @interface
|
|
7434
|
+
* @interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6627
7435
|
*/
|
|
6628
|
-
export interface
|
|
7436
|
+
export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields {
|
|
6629
7437
|
/**
|
|
6630
7438
|
*
|
|
6631
7439
|
* @type {string}
|
|
6632
|
-
* @memberof
|
|
7440
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6633
7441
|
*/
|
|
6634
|
-
'
|
|
7442
|
+
'company': string;
|
|
6635
7443
|
/**
|
|
6636
7444
|
*
|
|
6637
|
-
* @type {
|
|
6638
|
-
* @memberof
|
|
7445
|
+
* @type {Array<string>}
|
|
7446
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6639
7447
|
*/
|
|
6640
|
-
'
|
|
7448
|
+
'collections': Array<string>;
|
|
6641
7449
|
/**
|
|
6642
7450
|
*
|
|
6643
7451
|
* @type {string}
|
|
6644
|
-
* @memberof
|
|
7452
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6645
7453
|
*/
|
|
6646
|
-
'
|
|
7454
|
+
'sku'?: string;
|
|
6647
7455
|
/**
|
|
6648
7456
|
*
|
|
6649
|
-
* @type {
|
|
6650
|
-
* @memberof
|
|
7457
|
+
* @type {string}
|
|
7458
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6651
7459
|
*/
|
|
6652
|
-
'
|
|
6653
|
-
}
|
|
6654
|
-
/**
|
|
6655
|
-
* From T, pick a set of properties whose keys are in the union K
|
|
6656
|
-
* @export
|
|
6657
|
-
* @interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles
|
|
6658
|
-
*/
|
|
6659
|
-
export interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles {
|
|
7460
|
+
'barcode'?: string;
|
|
6660
7461
|
/**
|
|
6661
7462
|
*
|
|
6662
|
-
* @type {
|
|
6663
|
-
* @memberof
|
|
7463
|
+
* @type {Array<IImage>}
|
|
7464
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6664
7465
|
*/
|
|
6665
|
-
'
|
|
7466
|
+
'photos': Array<IImage>;
|
|
6666
7467
|
/**
|
|
6667
7468
|
*
|
|
6668
|
-
* @type {{ [key: string]:
|
|
6669
|
-
* @memberof
|
|
7469
|
+
* @type {{ [key: string]: IProductResponseStockValue; }}
|
|
7470
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6670
7471
|
*/
|
|
6671
|
-
'
|
|
6672
|
-
[key: string]:
|
|
7472
|
+
'stock'?: {
|
|
7473
|
+
[key: string]: IProductResponseStockValue;
|
|
6673
7474
|
};
|
|
6674
7475
|
/**
|
|
6675
7476
|
*
|
|
6676
|
-
* @type {
|
|
6677
|
-
* @memberof
|
|
7477
|
+
* @type {boolean}
|
|
7478
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6678
7479
|
*/
|
|
6679
|
-
'
|
|
7480
|
+
'stockless_sale'?: boolean;
|
|
6680
7481
|
/**
|
|
6681
7482
|
*
|
|
6682
|
-
* @type {
|
|
6683
|
-
* @memberof
|
|
7483
|
+
* @type {PriceType}
|
|
7484
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6684
7485
|
*/
|
|
6685
|
-
'
|
|
7486
|
+
'price_info': PriceType;
|
|
6686
7487
|
/**
|
|
6687
7488
|
*
|
|
6688
|
-
* @type {
|
|
6689
|
-
* @memberof
|
|
7489
|
+
* @type {RecordLanguageEnumIContentsValue}
|
|
7490
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6690
7491
|
*/
|
|
6691
|
-
'
|
|
7492
|
+
'contents': RecordLanguageEnumIContentsValue;
|
|
6692
7493
|
/**
|
|
6693
7494
|
*
|
|
6694
|
-
* @type {string}
|
|
6695
|
-
* @memberof
|
|
7495
|
+
* @type {{ [key: string]: IProductResponseVariantsValue; }}
|
|
7496
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6696
7497
|
*/
|
|
6697
|
-
'
|
|
7498
|
+
'variants'?: {
|
|
7499
|
+
[key: string]: IProductResponseVariantsValue;
|
|
7500
|
+
};
|
|
6698
7501
|
/**
|
|
6699
7502
|
*
|
|
6700
|
-
* @type {
|
|
6701
|
-
* @memberof
|
|
7503
|
+
* @type {{ [key: string]: string; }}
|
|
7504
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6702
7505
|
*/
|
|
6703
|
-
'
|
|
7506
|
+
'attributes'?: {
|
|
7507
|
+
[key: string]: string;
|
|
7508
|
+
};
|
|
6704
7509
|
}
|
|
6705
7510
|
/**
|
|
6706
|
-
*
|
|
7511
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
6707
7512
|
* @export
|
|
6708
|
-
* @interface
|
|
7513
|
+
* @interface PickITemplateExcludeKeyofITemplateComponents
|
|
6709
7514
|
*/
|
|
6710
|
-
export interface
|
|
7515
|
+
export interface PickITemplateExcludeKeyofITemplateComponents {
|
|
6711
7516
|
/**
|
|
6712
7517
|
*
|
|
6713
|
-
* @type {
|
|
6714
|
-
* @memberof
|
|
7518
|
+
* @type {string}
|
|
7519
|
+
* @memberof PickITemplateExcludeKeyofITemplateComponents
|
|
6715
7520
|
*/
|
|
6716
|
-
'
|
|
7521
|
+
'company': string;
|
|
6717
7522
|
/**
|
|
6718
7523
|
*
|
|
6719
|
-
* @type {
|
|
6720
|
-
* @memberof
|
|
7524
|
+
* @type {string}
|
|
7525
|
+
* @memberof PickITemplateExcludeKeyofITemplateComponents
|
|
6721
7526
|
*/
|
|
6722
|
-
'
|
|
7527
|
+
'_id': string;
|
|
6723
7528
|
/**
|
|
6724
7529
|
*
|
|
6725
|
-
* @type {
|
|
6726
|
-
* @memberof
|
|
7530
|
+
* @type {number}
|
|
7531
|
+
* @memberof PickITemplateExcludeKeyofITemplateComponents
|
|
6727
7532
|
*/
|
|
6728
|
-
'
|
|
7533
|
+
'__v': number;
|
|
6729
7534
|
/**
|
|
6730
7535
|
*
|
|
6731
|
-
* @type {
|
|
6732
|
-
* @memberof
|
|
7536
|
+
* @type {string}
|
|
7537
|
+
* @memberof PickITemplateExcludeKeyofITemplateComponents
|
|
6733
7538
|
*/
|
|
6734
|
-
'
|
|
7539
|
+
'createdAt': string;
|
|
6735
7540
|
/**
|
|
6736
7541
|
*
|
|
6737
|
-
* @type {
|
|
6738
|
-
* @memberof
|
|
7542
|
+
* @type {string}
|
|
7543
|
+
* @memberof PickITemplateExcludeKeyofITemplateComponents
|
|
6739
7544
|
*/
|
|
6740
|
-
'
|
|
6741
|
-
}
|
|
6742
|
-
/**
|
|
6743
|
-
*
|
|
6744
|
-
* @export
|
|
6745
|
-
* @interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig
|
|
6746
|
-
*/
|
|
6747
|
-
export interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig {
|
|
7545
|
+
'updatedAt': string;
|
|
6748
7546
|
/**
|
|
6749
7547
|
*
|
|
6750
|
-
* @type {
|
|
6751
|
-
* @memberof
|
|
7548
|
+
* @type {TemplateTypeEnum}
|
|
7549
|
+
* @memberof PickITemplateExcludeKeyofITemplateComponents
|
|
6752
7550
|
*/
|
|
6753
|
-
'
|
|
7551
|
+
'type': TemplateTypeEnum;
|
|
6754
7552
|
/**
|
|
6755
7553
|
*
|
|
6756
|
-
* @type {
|
|
6757
|
-
* @memberof
|
|
7554
|
+
* @type {string}
|
|
7555
|
+
* @memberof PickITemplateExcludeKeyofITemplateComponents
|
|
6758
7556
|
*/
|
|
6759
|
-
'
|
|
7557
|
+
'title': string;
|
|
6760
7558
|
}
|
|
6761
7559
|
/**
|
|
6762
|
-
*
|
|
7560
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
6763
7561
|
* @export
|
|
6764
|
-
* @interface
|
|
7562
|
+
* @interface PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
|
|
6765
7563
|
*/
|
|
6766
|
-
export interface
|
|
7564
|
+
export interface PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse {
|
|
6767
7565
|
/**
|
|
6768
7566
|
*
|
|
6769
|
-
* @type {
|
|
6770
|
-
* @memberof
|
|
7567
|
+
* @type {string}
|
|
7568
|
+
* @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
|
|
6771
7569
|
*/
|
|
6772
|
-
'
|
|
7570
|
+
'company': string;
|
|
6773
7571
|
/**
|
|
6774
7572
|
*
|
|
6775
|
-
* @type {
|
|
6776
|
-
* @memberof
|
|
7573
|
+
* @type {TemplateTypeEnum}
|
|
7574
|
+
* @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
|
|
6777
7575
|
*/
|
|
6778
|
-
'
|
|
7576
|
+
'type': TemplateTypeEnum;
|
|
7577
|
+
/**
|
|
7578
|
+
*
|
|
7579
|
+
* @type {Array<ITemplateResponseComponentsInner>}
|
|
7580
|
+
* @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
|
|
7581
|
+
*/
|
|
7582
|
+
'components': Array<ITemplateResponseComponentsInner>;
|
|
6779
7583
|
/**
|
|
6780
7584
|
*
|
|
6781
7585
|
* @type {string}
|
|
6782
|
-
* @memberof
|
|
7586
|
+
* @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
|
|
6783
7587
|
*/
|
|
6784
|
-
'
|
|
7588
|
+
'title': string;
|
|
6785
7589
|
}
|
|
6786
7590
|
/**
|
|
6787
7591
|
* From T, pick a set of properties whose keys are in the union K
|
|
6788
7592
|
* @export
|
|
6789
|
-
* @interface
|
|
7593
|
+
* @interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
|
|
6790
7594
|
*/
|
|
6791
|
-
export interface
|
|
7595
|
+
export interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse {
|
|
6792
7596
|
/**
|
|
6793
7597
|
*
|
|
6794
7598
|
* @type {string}
|
|
6795
|
-
* @memberof
|
|
7599
|
+
* @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
|
|
6796
7600
|
*/
|
|
6797
|
-
'
|
|
7601
|
+
'name': string;
|
|
6798
7602
|
/**
|
|
6799
7603
|
*
|
|
6800
|
-
* @type {
|
|
6801
|
-
* @memberof
|
|
7604
|
+
* @type {ThemeTypeEnum}
|
|
7605
|
+
* @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
|
|
6802
7606
|
*/
|
|
6803
|
-
'
|
|
7607
|
+
'type': ThemeTypeEnum;
|
|
7608
|
+
/**
|
|
7609
|
+
*
|
|
7610
|
+
* @type {IImage}
|
|
7611
|
+
* @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
|
|
7612
|
+
*/
|
|
7613
|
+
'thumbnail'?: IImage;
|
|
6804
7614
|
/**
|
|
6805
7615
|
*
|
|
6806
7616
|
* @type {Array<string>}
|
|
6807
|
-
* @memberof
|
|
7617
|
+
* @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
|
|
6808
7618
|
*/
|
|
6809
|
-
'
|
|
7619
|
+
'companies': Array<string>;
|
|
6810
7620
|
/**
|
|
6811
7621
|
*
|
|
6812
|
-
* @type {
|
|
6813
|
-
* @memberof
|
|
7622
|
+
* @type {string}
|
|
7623
|
+
* @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
|
|
6814
7624
|
*/
|
|
6815
|
-
'
|
|
7625
|
+
'domain': string;
|
|
6816
7626
|
}
|
|
6817
7627
|
/**
|
|
6818
7628
|
* From T, pick a set of properties whose keys are in the union K
|
|
@@ -7018,31 +7828,31 @@ export interface RecordCurrencyEnumCurrency {
|
|
|
7018
7828
|
* @type {Currency}
|
|
7019
7829
|
* @memberof RecordCurrencyEnumCurrency
|
|
7020
7830
|
*/
|
|
7021
|
-
'usd'
|
|
7831
|
+
'usd': Currency;
|
|
7022
7832
|
/**
|
|
7023
7833
|
*
|
|
7024
7834
|
* @type {Currency}
|
|
7025
7835
|
* @memberof RecordCurrencyEnumCurrency
|
|
7026
7836
|
*/
|
|
7027
|
-
'eur'
|
|
7837
|
+
'eur': Currency;
|
|
7028
7838
|
/**
|
|
7029
7839
|
*
|
|
7030
7840
|
* @type {Currency}
|
|
7031
7841
|
* @memberof RecordCurrencyEnumCurrency
|
|
7032
7842
|
*/
|
|
7033
|
-
'try'
|
|
7843
|
+
'try': Currency;
|
|
7034
7844
|
/**
|
|
7035
7845
|
*
|
|
7036
7846
|
* @type {Currency}
|
|
7037
7847
|
* @memberof RecordCurrencyEnumCurrency
|
|
7038
7848
|
*/
|
|
7039
|
-
'gbp'
|
|
7849
|
+
'gbp': Currency;
|
|
7040
7850
|
/**
|
|
7041
7851
|
*
|
|
7042
7852
|
* @type {Currency}
|
|
7043
7853
|
* @memberof RecordCurrencyEnumCurrency
|
|
7044
7854
|
*/
|
|
7045
|
-
'jpy'
|
|
7855
|
+
'jpy': Currency;
|
|
7046
7856
|
}
|
|
7047
7857
|
/**
|
|
7048
7858
|
* Construct a type with a set of properties K of type T
|
|
@@ -7055,31 +7865,31 @@ export interface RecordCurrencyEnumNumber {
|
|
|
7055
7865
|
* @type {number}
|
|
7056
7866
|
* @memberof RecordCurrencyEnumNumber
|
|
7057
7867
|
*/
|
|
7058
|
-
'usd'
|
|
7868
|
+
'usd': number;
|
|
7059
7869
|
/**
|
|
7060
7870
|
*
|
|
7061
7871
|
* @type {number}
|
|
7062
7872
|
* @memberof RecordCurrencyEnumNumber
|
|
7063
7873
|
*/
|
|
7064
|
-
'eur'
|
|
7874
|
+
'eur': number;
|
|
7065
7875
|
/**
|
|
7066
7876
|
*
|
|
7067
7877
|
* @type {number}
|
|
7068
7878
|
* @memberof RecordCurrencyEnumNumber
|
|
7069
7879
|
*/
|
|
7070
|
-
'try'
|
|
7880
|
+
'try': number;
|
|
7071
7881
|
/**
|
|
7072
7882
|
*
|
|
7073
7883
|
* @type {number}
|
|
7074
7884
|
* @memberof RecordCurrencyEnumNumber
|
|
7075
7885
|
*/
|
|
7076
|
-
'gbp'
|
|
7886
|
+
'gbp': number;
|
|
7077
7887
|
/**
|
|
7078
7888
|
*
|
|
7079
7889
|
* @type {number}
|
|
7080
7890
|
* @memberof RecordCurrencyEnumNumber
|
|
7081
7891
|
*/
|
|
7082
|
-
'jpy'
|
|
7892
|
+
'jpy': number;
|
|
7083
7893
|
}
|
|
7084
7894
|
/**
|
|
7085
7895
|
* Construct a type with a set of properties K of type T
|
|
@@ -7092,19 +7902,19 @@ export interface RecordLanguageEnumIContentsValue {
|
|
|
7092
7902
|
* @type {IContentsValue}
|
|
7093
7903
|
* @memberof RecordLanguageEnumIContentsValue
|
|
7094
7904
|
*/
|
|
7095
|
-
'tr'
|
|
7905
|
+
'tr': IContentsValue;
|
|
7096
7906
|
/**
|
|
7097
7907
|
*
|
|
7098
7908
|
* @type {IContentsValue}
|
|
7099
7909
|
* @memberof RecordLanguageEnumIContentsValue
|
|
7100
7910
|
*/
|
|
7101
|
-
'en'
|
|
7911
|
+
'en': IContentsValue;
|
|
7102
7912
|
/**
|
|
7103
7913
|
*
|
|
7104
7914
|
* @type {IContentsValue}
|
|
7105
7915
|
* @memberof RecordLanguageEnumIContentsValue
|
|
7106
7916
|
*/
|
|
7107
|
-
'de'
|
|
7917
|
+
'de': IContentsValue;
|
|
7108
7918
|
}
|
|
7109
7919
|
/**
|
|
7110
7920
|
* Construct a type with a set of properties K of type T
|
|
@@ -7117,19 +7927,19 @@ export interface RecordLanguageEnumIImage {
|
|
|
7117
7927
|
* @type {IImage}
|
|
7118
7928
|
* @memberof RecordLanguageEnumIImage
|
|
7119
7929
|
*/
|
|
7120
|
-
'tr'
|
|
7930
|
+
'tr': IImage;
|
|
7121
7931
|
/**
|
|
7122
7932
|
*
|
|
7123
7933
|
* @type {IImage}
|
|
7124
7934
|
* @memberof RecordLanguageEnumIImage
|
|
7125
7935
|
*/
|
|
7126
|
-
'en'
|
|
7936
|
+
'en': IImage;
|
|
7127
7937
|
/**
|
|
7128
7938
|
*
|
|
7129
7939
|
* @type {IImage}
|
|
7130
7940
|
* @memberof RecordLanguageEnumIImage
|
|
7131
7941
|
*/
|
|
7132
|
-
'de'
|
|
7942
|
+
'de': IImage;
|
|
7133
7943
|
}
|
|
7134
7944
|
/**
|
|
7135
7945
|
* Construct a type with a set of properties K of type T
|
|
@@ -7142,19 +7952,19 @@ export interface RecordLanguageEnumString {
|
|
|
7142
7952
|
* @type {string}
|
|
7143
7953
|
* @memberof RecordLanguageEnumString
|
|
7144
7954
|
*/
|
|
7145
|
-
'tr'
|
|
7955
|
+
'tr': string;
|
|
7146
7956
|
/**
|
|
7147
7957
|
*
|
|
7148
7958
|
* @type {string}
|
|
7149
7959
|
* @memberof RecordLanguageEnumString
|
|
7150
7960
|
*/
|
|
7151
|
-
'en'
|
|
7961
|
+
'en': string;
|
|
7152
7962
|
/**
|
|
7153
7963
|
*
|
|
7154
7964
|
* @type {string}
|
|
7155
7965
|
* @memberof RecordLanguageEnumString
|
|
7156
7966
|
*/
|
|
7157
|
-
'de'
|
|
7967
|
+
'de': string;
|
|
7158
7968
|
}
|
|
7159
7969
|
/**
|
|
7160
7970
|
*
|
|
@@ -11418,7 +12228,6 @@ export declare const PageApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
11418
12228
|
getPageByType: (type: string, company?: string, domain?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11419
12229
|
/**
|
|
11420
12230
|
*
|
|
11421
|
-
* @param {string} company
|
|
11422
12231
|
* @param {number} [page]
|
|
11423
12232
|
* @param {number} [itemsPerPage]
|
|
11424
12233
|
* @param {string} [search]
|
|
@@ -11427,13 +12236,14 @@ export declare const PageApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
11427
12236
|
* @param {string} [dateField]
|
|
11428
12237
|
* @param {OrderEnum} [order]
|
|
11429
12238
|
* @param {string} [sort]
|
|
12239
|
+
* @param {string} [company]
|
|
11430
12240
|
* @param {string} [domain]
|
|
11431
12241
|
* @param {PageTypeEnum} [type]
|
|
11432
12242
|
* @param {ContentStatusEnum} [status]
|
|
11433
12243
|
* @param {*} [options] Override http request option.
|
|
11434
12244
|
* @throws {RequiredError}
|
|
11435
12245
|
*/
|
|
11436
|
-
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>;
|
|
11437
12247
|
/**
|
|
11438
12248
|
*
|
|
11439
12249
|
* @param {string} company
|
|
@@ -11505,7 +12315,6 @@ export declare const PageApiFp: (configuration?: Configuration) => {
|
|
|
11505
12315
|
getPageByType(type: string, company?: string, domain?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IPageResponse>>;
|
|
11506
12316
|
/**
|
|
11507
12317
|
*
|
|
11508
|
-
* @param {string} company
|
|
11509
12318
|
* @param {number} [page]
|
|
11510
12319
|
* @param {number} [itemsPerPage]
|
|
11511
12320
|
* @param {string} [search]
|
|
@@ -11514,13 +12323,14 @@ export declare const PageApiFp: (configuration?: Configuration) => {
|
|
|
11514
12323
|
* @param {string} [dateField]
|
|
11515
12324
|
* @param {OrderEnum} [order]
|
|
11516
12325
|
* @param {string} [sort]
|
|
12326
|
+
* @param {string} [company]
|
|
11517
12327
|
* @param {string} [domain]
|
|
11518
12328
|
* @param {PageTypeEnum} [type]
|
|
11519
12329
|
* @param {ContentStatusEnum} [status]
|
|
11520
12330
|
* @param {*} [options] Override http request option.
|
|
11521
12331
|
* @throws {RequiredError}
|
|
11522
12332
|
*/
|
|
11523
|
-
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>>;
|
|
11524
12334
|
/**
|
|
11525
12335
|
*
|
|
11526
12336
|
* @param {string} company
|
|
@@ -11590,7 +12400,7 @@ export declare const PageApiFactory: (configuration?: Configuration, basePath?:
|
|
|
11590
12400
|
* @param {*} [options] Override http request option.
|
|
11591
12401
|
* @throws {RequiredError}
|
|
11592
12402
|
*/
|
|
11593
|
-
getPages(requestParameters
|
|
12403
|
+
getPages(requestParameters?: PageApiGetPagesRequest, options?: RawAxiosRequestConfig): AxiosPromise<IPagesResponse>;
|
|
11594
12404
|
/**
|
|
11595
12405
|
*
|
|
11596
12406
|
* @param {PageApiGetUniquePagesRequest} requestParameters Request parameters.
|
|
@@ -11726,12 +12536,6 @@ export interface PageApiGetPageByTypeRequest {
|
|
|
11726
12536
|
* @interface PageApiGetPagesRequest
|
|
11727
12537
|
*/
|
|
11728
12538
|
export interface PageApiGetPagesRequest {
|
|
11729
|
-
/**
|
|
11730
|
-
*
|
|
11731
|
-
* @type {string}
|
|
11732
|
-
* @memberof PageApiGetPages
|
|
11733
|
-
*/
|
|
11734
|
-
readonly company: string;
|
|
11735
12539
|
/**
|
|
11736
12540
|
*
|
|
11737
12541
|
* @type {number}
|
|
@@ -11780,6 +12584,12 @@ export interface PageApiGetPagesRequest {
|
|
|
11780
12584
|
* @memberof PageApiGetPages
|
|
11781
12585
|
*/
|
|
11782
12586
|
readonly sort?: string;
|
|
12587
|
+
/**
|
|
12588
|
+
*
|
|
12589
|
+
* @type {string}
|
|
12590
|
+
* @memberof PageApiGetPages
|
|
12591
|
+
*/
|
|
12592
|
+
readonly company?: string;
|
|
11783
12593
|
/**
|
|
11784
12594
|
*
|
|
11785
12595
|
* @type {string}
|
|
@@ -11893,7 +12703,7 @@ export declare class PageApi extends BaseAPI {
|
|
|
11893
12703
|
* @throws {RequiredError}
|
|
11894
12704
|
* @memberof PageApi
|
|
11895
12705
|
*/
|
|
11896
|
-
getPages(requestParameters
|
|
12706
|
+
getPages(requestParameters?: PageApiGetPagesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IPagesResponse, any>>;
|
|
11897
12707
|
/**
|
|
11898
12708
|
*
|
|
11899
12709
|
* @param {PageApiGetUniquePagesRequest} requestParameters Request parameters.
|
|
@@ -12279,7 +13089,6 @@ export declare const ProductApiAxiosParamCreator: (configuration?: Configuration
|
|
|
12279
13089
|
getProductBySlug: (slug: string, domain: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
12280
13090
|
/**
|
|
12281
13091
|
*
|
|
12282
|
-
* @param {string} company
|
|
12283
13092
|
* @param {number} [page]
|
|
12284
13093
|
* @param {number} [itemsPerPage]
|
|
12285
13094
|
* @param {string} [search]
|
|
@@ -12288,6 +13097,7 @@ export declare const ProductApiAxiosParamCreator: (configuration?: Configuration
|
|
|
12288
13097
|
* @param {string} [dateField]
|
|
12289
13098
|
* @param {OrderEnum} [order]
|
|
12290
13099
|
* @param {string} [sort]
|
|
13100
|
+
* @param {string} [company]
|
|
12291
13101
|
* @param {string} [collections]
|
|
12292
13102
|
* @param {string} [category]
|
|
12293
13103
|
* @param {string} [brand]
|
|
@@ -12295,7 +13105,7 @@ export declare const ProductApiAxiosParamCreator: (configuration?: Configuration
|
|
|
12295
13105
|
* @param {*} [options] Override http request option.
|
|
12296
13106
|
* @throws {RequiredError}
|
|
12297
13107
|
*/
|
|
12298
|
-
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>;
|
|
12299
13109
|
/**
|
|
12300
13110
|
*
|
|
12301
13111
|
* @param {string} company
|
|
@@ -12365,7 +13175,6 @@ export declare const ProductApiFp: (configuration?: Configuration) => {
|
|
|
12365
13175
|
getProductBySlug(slug: string, domain: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IProductResponse>>;
|
|
12366
13176
|
/**
|
|
12367
13177
|
*
|
|
12368
|
-
* @param {string} company
|
|
12369
13178
|
* @param {number} [page]
|
|
12370
13179
|
* @param {number} [itemsPerPage]
|
|
12371
13180
|
* @param {string} [search]
|
|
@@ -12374,6 +13183,7 @@ export declare const ProductApiFp: (configuration?: Configuration) => {
|
|
|
12374
13183
|
* @param {string} [dateField]
|
|
12375
13184
|
* @param {OrderEnum} [order]
|
|
12376
13185
|
* @param {string} [sort]
|
|
13186
|
+
* @param {string} [company]
|
|
12377
13187
|
* @param {string} [collections]
|
|
12378
13188
|
* @param {string} [category]
|
|
12379
13189
|
* @param {string} [brand]
|
|
@@ -12381,7 +13191,7 @@ export declare const ProductApiFp: (configuration?: Configuration) => {
|
|
|
12381
13191
|
* @param {*} [options] Override http request option.
|
|
12382
13192
|
* @throws {RequiredError}
|
|
12383
13193
|
*/
|
|
12384
|
-
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>>;
|
|
12385
13195
|
/**
|
|
12386
13196
|
*
|
|
12387
13197
|
* @param {string} company
|
|
@@ -12452,7 +13262,7 @@ export declare const ProductApiFactory: (configuration?: Configuration, basePath
|
|
|
12452
13262
|
* @param {*} [options] Override http request option.
|
|
12453
13263
|
* @throws {RequiredError}
|
|
12454
13264
|
*/
|
|
12455
|
-
getProducts(requestParameters
|
|
13265
|
+
getProducts(requestParameters?: ProductApiGetProductsRequest, options?: RawAxiosRequestConfig): AxiosPromise<IProductsResponse>;
|
|
12456
13266
|
/**
|
|
12457
13267
|
*
|
|
12458
13268
|
* @param {ProductApiSearchProductsRequest} requestParameters Request parameters.
|
|
@@ -12570,12 +13380,6 @@ export interface ProductApiGetProductBySlugRequest {
|
|
|
12570
13380
|
* @interface ProductApiGetProductsRequest
|
|
12571
13381
|
*/
|
|
12572
13382
|
export interface ProductApiGetProductsRequest {
|
|
12573
|
-
/**
|
|
12574
|
-
*
|
|
12575
|
-
* @type {string}
|
|
12576
|
-
* @memberof ProductApiGetProducts
|
|
12577
|
-
*/
|
|
12578
|
-
readonly company: string;
|
|
12579
13383
|
/**
|
|
12580
13384
|
*
|
|
12581
13385
|
* @type {number}
|
|
@@ -12624,6 +13428,12 @@ export interface ProductApiGetProductsRequest {
|
|
|
12624
13428
|
* @memberof ProductApiGetProducts
|
|
12625
13429
|
*/
|
|
12626
13430
|
readonly sort?: string;
|
|
13431
|
+
/**
|
|
13432
|
+
*
|
|
13433
|
+
* @type {string}
|
|
13434
|
+
* @memberof ProductApiGetProducts
|
|
13435
|
+
*/
|
|
13436
|
+
readonly company?: string;
|
|
12627
13437
|
/**
|
|
12628
13438
|
*
|
|
12629
13439
|
* @type {string}
|
|
@@ -12749,7 +13559,7 @@ export declare class ProductApi extends BaseAPI {
|
|
|
12749
13559
|
* @throws {RequiredError}
|
|
12750
13560
|
* @memberof ProductApi
|
|
12751
13561
|
*/
|
|
12752
|
-
getProducts(requestParameters
|
|
13562
|
+
getProducts(requestParameters?: ProductApiGetProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IProductsResponse, any>>;
|
|
12753
13563
|
/**
|
|
12754
13564
|
*
|
|
12755
13565
|
* @param {ProductApiSearchProductsRequest} requestParameters Request parameters.
|