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