@infisale-client/api 1.1.22 → 1.1.23
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 +551 -577
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -795,10 +795,10 @@ export interface IBrandCollectionQueryParams {
|
|
|
795
795
|
export interface IBrandPatchRequest {
|
|
796
796
|
/**
|
|
797
797
|
*
|
|
798
|
-
* @type {
|
|
798
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
799
799
|
* @memberof IBrandPatchRequest
|
|
800
800
|
*/
|
|
801
|
-
'contents'?:
|
|
801
|
+
'contents'?: PartialRecordLanguageEnumIContentsValue;
|
|
802
802
|
/**
|
|
803
803
|
*
|
|
804
804
|
* @type {IImage}
|
|
@@ -820,10 +820,10 @@ export interface IBrandPostRequest {
|
|
|
820
820
|
'company': string;
|
|
821
821
|
/**
|
|
822
822
|
*
|
|
823
|
-
* @type {
|
|
823
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
824
824
|
* @memberof IBrandPostRequest
|
|
825
825
|
*/
|
|
826
|
-
'contents':
|
|
826
|
+
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
827
827
|
/**
|
|
828
828
|
*
|
|
829
829
|
* @type {IImage}
|
|
@@ -875,10 +875,10 @@ export interface IBrandResponse {
|
|
|
875
875
|
'thumbnail'?: IImage;
|
|
876
876
|
/**
|
|
877
877
|
*
|
|
878
|
-
* @type {
|
|
878
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
879
879
|
* @memberof IBrandResponse
|
|
880
880
|
*/
|
|
881
|
-
'contents':
|
|
881
|
+
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
882
882
|
}
|
|
883
883
|
/**
|
|
884
884
|
*
|
|
@@ -968,10 +968,10 @@ export interface ICategoryAttributesResponse {
|
|
|
968
968
|
'_id': string;
|
|
969
969
|
/**
|
|
970
970
|
*
|
|
971
|
-
* @type {
|
|
971
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
972
972
|
* @memberof ICategoryAttributesResponse
|
|
973
973
|
*/
|
|
974
|
-
'contents':
|
|
974
|
+
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
975
975
|
/**
|
|
976
976
|
*
|
|
977
977
|
* @type {Array<ICategoryAttributesResponseAttributesInner>}
|
|
@@ -1099,10 +1099,10 @@ export interface ICategoryPatchRequest {
|
|
|
1099
1099
|
'main'?: string;
|
|
1100
1100
|
/**
|
|
1101
1101
|
*
|
|
1102
|
-
* @type {
|
|
1102
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
1103
1103
|
* @memberof ICategoryPatchRequest
|
|
1104
1104
|
*/
|
|
1105
|
-
'contents'?:
|
|
1105
|
+
'contents'?: PartialRecordLanguageEnumIContentsValue;
|
|
1106
1106
|
/**
|
|
1107
1107
|
*
|
|
1108
1108
|
* @type {IImage}
|
|
@@ -1130,10 +1130,10 @@ export interface ICategoryPostRequest {
|
|
|
1130
1130
|
'main'?: string;
|
|
1131
1131
|
/**
|
|
1132
1132
|
*
|
|
1133
|
-
* @type {
|
|
1133
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
1134
1134
|
* @memberof ICategoryPostRequest
|
|
1135
1135
|
*/
|
|
1136
|
-
'contents':
|
|
1136
|
+
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
1137
1137
|
/**
|
|
1138
1138
|
*
|
|
1139
1139
|
* @type {IImage}
|
|
@@ -1191,10 +1191,10 @@ export interface ICategoryResponse {
|
|
|
1191
1191
|
'main'?: string;
|
|
1192
1192
|
/**
|
|
1193
1193
|
*
|
|
1194
|
-
* @type {
|
|
1194
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
1195
1195
|
* @memberof ICategoryResponse
|
|
1196
1196
|
*/
|
|
1197
|
-
'contents':
|
|
1197
|
+
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
1198
1198
|
/**
|
|
1199
1199
|
*
|
|
1200
1200
|
* @type {IImage}
|
|
@@ -1356,10 +1356,10 @@ export interface ICollection {
|
|
|
1356
1356
|
'thumbnail'?: IImage;
|
|
1357
1357
|
/**
|
|
1358
1358
|
*
|
|
1359
|
-
* @type {
|
|
1359
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
1360
1360
|
* @memberof ICollection
|
|
1361
1361
|
*/
|
|
1362
|
-
'contents':
|
|
1362
|
+
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
1363
1363
|
/**
|
|
1364
1364
|
*
|
|
1365
1365
|
* @type {string}
|
|
@@ -1448,10 +1448,10 @@ export interface ICollectionPatchRequest {
|
|
|
1448
1448
|
'template'?: ITemplateResponse;
|
|
1449
1449
|
/**
|
|
1450
1450
|
*
|
|
1451
|
-
* @type {
|
|
1451
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
1452
1452
|
* @memberof ICollectionPatchRequest
|
|
1453
1453
|
*/
|
|
1454
|
-
'contents'?:
|
|
1454
|
+
'contents'?: PartialRecordLanguageEnumIContentsValue;
|
|
1455
1455
|
/**
|
|
1456
1456
|
*
|
|
1457
1457
|
* @type {IImage}
|
|
@@ -1473,10 +1473,10 @@ export interface ICollectionPostRequest {
|
|
|
1473
1473
|
'company': string;
|
|
1474
1474
|
/**
|
|
1475
1475
|
*
|
|
1476
|
-
* @type {
|
|
1476
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
1477
1477
|
* @memberof ICollectionPostRequest
|
|
1478
1478
|
*/
|
|
1479
|
-
'contents':
|
|
1479
|
+
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
1480
1480
|
/**
|
|
1481
1481
|
*
|
|
1482
1482
|
* @type {IImage}
|
|
@@ -1528,10 +1528,10 @@ export interface ICollectionResponse {
|
|
|
1528
1528
|
'updatedAt': string;
|
|
1529
1529
|
/**
|
|
1530
1530
|
*
|
|
1531
|
-
* @type {
|
|
1531
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
1532
1532
|
* @memberof ICollectionResponse
|
|
1533
1533
|
*/
|
|
1534
|
-
'contents':
|
|
1534
|
+
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
1535
1535
|
/**
|
|
1536
1536
|
*
|
|
1537
1537
|
* @type {IImage}
|
|
@@ -1679,12 +1679,6 @@ export interface ICompany {
|
|
|
1679
1679
|
* @memberof ICompany
|
|
1680
1680
|
*/
|
|
1681
1681
|
'owner': string;
|
|
1682
|
-
/**
|
|
1683
|
-
*
|
|
1684
|
-
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress}
|
|
1685
|
-
* @memberof ICompany
|
|
1686
|
-
*/
|
|
1687
|
-
'address'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress;
|
|
1688
1682
|
/**
|
|
1689
1683
|
*
|
|
1690
1684
|
* @type {string}
|
|
@@ -1715,12 +1709,6 @@ export interface ICompany {
|
|
|
1715
1709
|
* @memberof ICompany
|
|
1716
1710
|
*/
|
|
1717
1711
|
'dns_zone_domain'?: string;
|
|
1718
|
-
/**
|
|
1719
|
-
*
|
|
1720
|
-
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>}
|
|
1721
|
-
* @memberof ICompany
|
|
1722
|
-
*/
|
|
1723
|
-
'custom_hostnames': Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>;
|
|
1724
1712
|
/**
|
|
1725
1713
|
*
|
|
1726
1714
|
* @type {Array<PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner>}
|
|
@@ -1793,54 +1781,66 @@ export interface ICompany {
|
|
|
1793
1781
|
'currencies': RecordCurrencyEnumCurrency;
|
|
1794
1782
|
/**
|
|
1795
1783
|
*
|
|
1796
|
-
* @type {Array<
|
|
1784
|
+
* @type {Array<ICompanyResponseWarehousesInner>}
|
|
1797
1785
|
* @memberof ICompany
|
|
1798
1786
|
*/
|
|
1799
|
-
'warehouses': Array<
|
|
1787
|
+
'warehouses': Array<ICompanyResponseWarehousesInner>;
|
|
1800
1788
|
/**
|
|
1801
1789
|
*
|
|
1802
|
-
* @type {
|
|
1790
|
+
* @type {Array<ICompanyResponseSenderEmailDnsRecordsInner>}
|
|
1791
|
+
* @memberof ICompany
|
|
1792
|
+
*/
|
|
1793
|
+
'sender_email_dns_records'?: Array<ICompanyResponseSenderEmailDnsRecordsInner>;
|
|
1794
|
+
/**
|
|
1795
|
+
*
|
|
1796
|
+
* @type {{ [key: string]: ICompanyResponseNavigationsValue; }}
|
|
1803
1797
|
* @memberof ICompany
|
|
1804
1798
|
*/
|
|
1805
1799
|
'navigations': {
|
|
1806
|
-
[key: string]:
|
|
1800
|
+
[key: string]: ICompanyResponseNavigationsValue;
|
|
1807
1801
|
};
|
|
1808
1802
|
/**
|
|
1809
1803
|
*
|
|
1810
|
-
* @type {
|
|
1804
|
+
* @type {ICompanyResponseFirebaseWebCredentials}
|
|
1811
1805
|
* @memberof ICompany
|
|
1812
1806
|
*/
|
|
1813
|
-
'
|
|
1807
|
+
'firebase_web_credentials'?: ICompanyResponseFirebaseWebCredentials;
|
|
1814
1808
|
/**
|
|
1815
1809
|
*
|
|
1816
|
-
* @type {
|
|
1810
|
+
* @type {ICompanyResponseFirebaseAdminCredentials}
|
|
1817
1811
|
* @memberof ICompany
|
|
1818
1812
|
*/
|
|
1819
|
-
'
|
|
1813
|
+
'firebase_admin_credentials'?: ICompanyResponseFirebaseAdminCredentials;
|
|
1820
1814
|
/**
|
|
1821
1815
|
*
|
|
1822
|
-
* @type {
|
|
1816
|
+
* @type {ICompanyResponseAddress}
|
|
1823
1817
|
* @memberof ICompany
|
|
1824
1818
|
*/
|
|
1825
|
-
'
|
|
1819
|
+
'address'?: ICompanyResponseAddress;
|
|
1826
1820
|
/**
|
|
1827
1821
|
*
|
|
1828
|
-
* @type {
|
|
1822
|
+
* @type {Array<ICompanyResponseCustomHostnamesInner>}
|
|
1829
1823
|
* @memberof ICompany
|
|
1830
1824
|
*/
|
|
1831
|
-
'
|
|
1825
|
+
'custom_hostnames': Array<ICompanyResponseCustomHostnamesInner>;
|
|
1826
|
+
/**
|
|
1827
|
+
*
|
|
1828
|
+
* @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin}
|
|
1829
|
+
* @memberof ICompany
|
|
1830
|
+
*/
|
|
1831
|
+
'firebase_login': PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin;
|
|
1832
1832
|
/**
|
|
1833
1833
|
*
|
|
1834
1834
|
* @type {string}
|
|
1835
1835
|
* @memberof ICompany
|
|
1836
1836
|
*/
|
|
1837
|
-
'
|
|
1837
|
+
'sender_email'?: string;
|
|
1838
1838
|
/**
|
|
1839
1839
|
*
|
|
1840
|
-
* @type {
|
|
1840
|
+
* @type {string}
|
|
1841
1841
|
* @memberof ICompany
|
|
1842
1842
|
*/
|
|
1843
|
-
'
|
|
1843
|
+
'sender_name'?: string;
|
|
1844
1844
|
/**
|
|
1845
1845
|
*
|
|
1846
1846
|
* @type {CompanyStatusEnum}
|
|
@@ -1932,12 +1932,6 @@ export interface ICompanyAdminResponse {
|
|
|
1932
1932
|
* @memberof ICompanyAdminResponse
|
|
1933
1933
|
*/
|
|
1934
1934
|
'owner': string;
|
|
1935
|
-
/**
|
|
1936
|
-
*
|
|
1937
|
-
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress}
|
|
1938
|
-
* @memberof ICompanyAdminResponse
|
|
1939
|
-
*/
|
|
1940
|
-
'address'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress;
|
|
1941
1935
|
/**
|
|
1942
1936
|
*
|
|
1943
1937
|
* @type {Array<string>}
|
|
@@ -1956,12 +1950,6 @@ export interface ICompanyAdminResponse {
|
|
|
1956
1950
|
* @memberof ICompanyAdminResponse
|
|
1957
1951
|
*/
|
|
1958
1952
|
'dns_zone_domain'?: string;
|
|
1959
|
-
/**
|
|
1960
|
-
*
|
|
1961
|
-
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>}
|
|
1962
|
-
* @memberof ICompanyAdminResponse
|
|
1963
|
-
*/
|
|
1964
|
-
'custom_hostnames': Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>;
|
|
1965
1953
|
/**
|
|
1966
1954
|
*
|
|
1967
1955
|
* @type {{ [key: string]: string; }}
|
|
@@ -2008,80 +1996,98 @@ export interface ICompanyAdminResponse {
|
|
|
2008
1996
|
'currencies': RecordCurrencyEnumCurrency;
|
|
2009
1997
|
/**
|
|
2010
1998
|
*
|
|
2011
|
-
* @type {
|
|
1999
|
+
* @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin}
|
|
2012
2000
|
* @memberof ICompanyAdminResponse
|
|
2013
2001
|
*/
|
|
2014
|
-
'
|
|
2002
|
+
'firebase_login': PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin;
|
|
2015
2003
|
/**
|
|
2016
2004
|
*
|
|
2017
|
-
* @type {
|
|
2005
|
+
* @type {string}
|
|
2018
2006
|
* @memberof ICompanyAdminResponse
|
|
2019
2007
|
*/
|
|
2020
|
-
'
|
|
2021
|
-
[key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue;
|
|
2022
|
-
};
|
|
2008
|
+
'sender_email'?: string;
|
|
2023
2009
|
/**
|
|
2024
2010
|
*
|
|
2025
|
-
* @type {
|
|
2011
|
+
* @type {string}
|
|
2026
2012
|
* @memberof ICompanyAdminResponse
|
|
2027
2013
|
*/
|
|
2028
|
-
'
|
|
2014
|
+
'sender_name'?: string;
|
|
2029
2015
|
/**
|
|
2030
2016
|
*
|
|
2031
|
-
* @type {
|
|
2017
|
+
* @type {PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles}
|
|
2032
2018
|
* @memberof ICompanyAdminResponse
|
|
2033
2019
|
*/
|
|
2034
|
-
'
|
|
2020
|
+
'main'?: PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles;
|
|
2035
2021
|
/**
|
|
2036
2022
|
*
|
|
2037
|
-
* @type {
|
|
2023
|
+
* @type {ICompanyResponseConfig}
|
|
2038
2024
|
* @memberof ICompanyAdminResponse
|
|
2039
2025
|
*/
|
|
2040
|
-
'
|
|
2026
|
+
'config': ICompanyResponseConfig;
|
|
2041
2027
|
/**
|
|
2042
2028
|
*
|
|
2043
|
-
* @type {
|
|
2029
|
+
* @type {Array<ICompanyAdminResponseUsersInner>}
|
|
2044
2030
|
* @memberof ICompanyAdminResponse
|
|
2045
2031
|
*/
|
|
2046
|
-
'
|
|
2032
|
+
'users': Array<ICompanyAdminResponseUsersInner>;
|
|
2047
2033
|
/**
|
|
2048
2034
|
*
|
|
2049
|
-
* @type {
|
|
2035
|
+
* @type {{ [key: string]: PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue; }}
|
|
2050
2036
|
* @memberof ICompanyAdminResponse
|
|
2051
2037
|
*/
|
|
2052
|
-
'
|
|
2038
|
+
'roles': {
|
|
2039
|
+
[key: string]: PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue;
|
|
2040
|
+
};
|
|
2053
2041
|
/**
|
|
2054
2042
|
*
|
|
2055
|
-
* @type {
|
|
2043
|
+
* @type {RecordCurrencyEnumNumber}
|
|
2056
2044
|
* @memberof ICompanyAdminResponse
|
|
2057
2045
|
*/
|
|
2058
|
-
'
|
|
2046
|
+
'currency_rates': RecordCurrencyEnumNumber;
|
|
2059
2047
|
/**
|
|
2060
2048
|
*
|
|
2061
|
-
* @type {
|
|
2049
|
+
* @type {Array<ICompanyResponseWarehousesInner>}
|
|
2062
2050
|
* @memberof ICompanyAdminResponse
|
|
2063
2051
|
*/
|
|
2064
|
-
'
|
|
2052
|
+
'warehouses': Array<ICompanyResponseWarehousesInner>;
|
|
2065
2053
|
/**
|
|
2066
2054
|
*
|
|
2067
|
-
* @type {
|
|
2055
|
+
* @type {Array<ICompanyResponseSenderEmailDnsRecordsInner>}
|
|
2068
2056
|
* @memberof ICompanyAdminResponse
|
|
2069
2057
|
*/
|
|
2070
|
-
'
|
|
2058
|
+
'sender_email_dns_records'?: Array<ICompanyResponseSenderEmailDnsRecordsInner>;
|
|
2071
2059
|
/**
|
|
2072
2060
|
*
|
|
2073
|
-
* @type {
|
|
2061
|
+
* @type {{ [key: string]: ICompanyResponseNavigationsValue; }}
|
|
2074
2062
|
* @memberof ICompanyAdminResponse
|
|
2075
2063
|
*/
|
|
2076
|
-
'
|
|
2064
|
+
'navigations': {
|
|
2065
|
+
[key: string]: ICompanyResponseNavigationsValue;
|
|
2066
|
+
};
|
|
2077
2067
|
/**
|
|
2078
2068
|
*
|
|
2079
|
-
* @type {
|
|
2069
|
+
* @type {ICompanyResponseFirebaseWebCredentials}
|
|
2080
2070
|
* @memberof ICompanyAdminResponse
|
|
2081
2071
|
*/
|
|
2082
|
-
'
|
|
2083
|
-
|
|
2084
|
-
|
|
2072
|
+
'firebase_web_credentials'?: ICompanyResponseFirebaseWebCredentials;
|
|
2073
|
+
/**
|
|
2074
|
+
*
|
|
2075
|
+
* @type {ICompanyResponseFirebaseAdminCredentials}
|
|
2076
|
+
* @memberof ICompanyAdminResponse
|
|
2077
|
+
*/
|
|
2078
|
+
'firebase_admin_credentials'?: ICompanyResponseFirebaseAdminCredentials;
|
|
2079
|
+
/**
|
|
2080
|
+
*
|
|
2081
|
+
* @type {ICompanyResponseAddress}
|
|
2082
|
+
* @memberof ICompanyAdminResponse
|
|
2083
|
+
*/
|
|
2084
|
+
'address'?: ICompanyResponseAddress;
|
|
2085
|
+
/**
|
|
2086
|
+
*
|
|
2087
|
+
* @type {Array<ICompanyResponseCustomHostnamesInner>}
|
|
2088
|
+
* @memberof ICompanyAdminResponse
|
|
2089
|
+
*/
|
|
2090
|
+
'custom_hostnames': Array<ICompanyResponseCustomHostnamesInner>;
|
|
2085
2091
|
}
|
|
2086
2092
|
/**
|
|
2087
2093
|
*
|
|
@@ -2456,22 +2462,34 @@ export interface ICompanyPatchRequest {
|
|
|
2456
2462
|
'status'?: CompanyStatusEnum;
|
|
2457
2463
|
/**
|
|
2458
2464
|
*
|
|
2459
|
-
* @type {
|
|
2465
|
+
* @type {ICompanyResponseFirebaseAdminCredentials}
|
|
2460
2466
|
* @memberof ICompanyPatchRequest
|
|
2461
2467
|
*/
|
|
2462
|
-
'firebase_admin_credentials'?:
|
|
2468
|
+
'firebase_admin_credentials'?: ICompanyResponseFirebaseAdminCredentials;
|
|
2463
2469
|
/**
|
|
2464
2470
|
*
|
|
2465
|
-
* @type {
|
|
2471
|
+
* @type {Array<ICompanyResponseSenderEmailDnsRecordsInner>}
|
|
2466
2472
|
* @memberof ICompanyPatchRequest
|
|
2467
2473
|
*/
|
|
2468
|
-
'
|
|
2474
|
+
'sender_email_dns_records'?: Array<ICompanyResponseSenderEmailDnsRecordsInner>;
|
|
2475
|
+
/**
|
|
2476
|
+
*
|
|
2477
|
+
* @type {Array<ICompanyResponseWarehousesInner>}
|
|
2478
|
+
* @memberof ICompanyPatchRequest
|
|
2479
|
+
*/
|
|
2480
|
+
'warehouses'?: Array<ICompanyResponseWarehousesInner>;
|
|
2469
2481
|
/**
|
|
2470
2482
|
*
|
|
2471
|
-
* @type {
|
|
2483
|
+
* @type {ICompanyResponseAddress}
|
|
2484
|
+
* @memberof ICompanyPatchRequest
|
|
2485
|
+
*/
|
|
2486
|
+
'address'?: ICompanyResponseAddress;
|
|
2487
|
+
/**
|
|
2488
|
+
*
|
|
2489
|
+
* @type {CompanyTypeEnum}
|
|
2472
2490
|
* @memberof ICompanyPatchRequest
|
|
2473
2491
|
*/
|
|
2474
|
-
'
|
|
2492
|
+
'type'?: CompanyTypeEnum;
|
|
2475
2493
|
/**
|
|
2476
2494
|
*
|
|
2477
2495
|
* @type {string}
|
|
@@ -2528,85 +2546,6 @@ export interface ICompanyPatchRequest {
|
|
|
2528
2546
|
* @memberof ICompanyPatchRequest
|
|
2529
2547
|
*/
|
|
2530
2548
|
'currencies'?: RecordCurrencyEnumCurrency;
|
|
2531
|
-
/**
|
|
2532
|
-
*
|
|
2533
|
-
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>}
|
|
2534
|
-
* @memberof ICompanyPatchRequest
|
|
2535
|
-
*/
|
|
2536
|
-
'warehouses'?: Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>;
|
|
2537
|
-
/**
|
|
2538
|
-
*
|
|
2539
|
-
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>}
|
|
2540
|
-
* @memberof ICompanyPatchRequest
|
|
2541
|
-
*/
|
|
2542
|
-
'sender_email_dns_records'?: Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>;
|
|
2543
|
-
}
|
|
2544
|
-
/**
|
|
2545
|
-
*
|
|
2546
|
-
* @export
|
|
2547
|
-
* @interface ICompanyPatchRequestFirebaseAdminCredentials
|
|
2548
|
-
*/
|
|
2549
|
-
export interface ICompanyPatchRequestFirebaseAdminCredentials {
|
|
2550
|
-
/**
|
|
2551
|
-
*
|
|
2552
|
-
* @type {string}
|
|
2553
|
-
* @memberof ICompanyPatchRequestFirebaseAdminCredentials
|
|
2554
|
-
*/
|
|
2555
|
-
'universe_domain': string;
|
|
2556
|
-
/**
|
|
2557
|
-
*
|
|
2558
|
-
* @type {string}
|
|
2559
|
-
* @memberof ICompanyPatchRequestFirebaseAdminCredentials
|
|
2560
|
-
*/
|
|
2561
|
-
'auth_provider_x509_cert_url': string;
|
|
2562
|
-
/**
|
|
2563
|
-
*
|
|
2564
|
-
* @type {string}
|
|
2565
|
-
* @memberof ICompanyPatchRequestFirebaseAdminCredentials
|
|
2566
|
-
*/
|
|
2567
|
-
'token_uri': string;
|
|
2568
|
-
/**
|
|
2569
|
-
*
|
|
2570
|
-
* @type {string}
|
|
2571
|
-
* @memberof ICompanyPatchRequestFirebaseAdminCredentials
|
|
2572
|
-
*/
|
|
2573
|
-
'auth_uri': string;
|
|
2574
|
-
/**
|
|
2575
|
-
*
|
|
2576
|
-
* @type {string}
|
|
2577
|
-
* @memberof ICompanyPatchRequestFirebaseAdminCredentials
|
|
2578
|
-
*/
|
|
2579
|
-
'client_id': string;
|
|
2580
|
-
/**
|
|
2581
|
-
*
|
|
2582
|
-
* @type {string}
|
|
2583
|
-
* @memberof ICompanyPatchRequestFirebaseAdminCredentials
|
|
2584
|
-
*/
|
|
2585
|
-
'client_email': string;
|
|
2586
|
-
/**
|
|
2587
|
-
*
|
|
2588
|
-
* @type {string}
|
|
2589
|
-
* @memberof ICompanyPatchRequestFirebaseAdminCredentials
|
|
2590
|
-
*/
|
|
2591
|
-
'private_key': string;
|
|
2592
|
-
/**
|
|
2593
|
-
*
|
|
2594
|
-
* @type {string}
|
|
2595
|
-
* @memberof ICompanyPatchRequestFirebaseAdminCredentials
|
|
2596
|
-
*/
|
|
2597
|
-
'private_key_id': string;
|
|
2598
|
-
/**
|
|
2599
|
-
*
|
|
2600
|
-
* @type {string}
|
|
2601
|
-
* @memberof ICompanyPatchRequestFirebaseAdminCredentials
|
|
2602
|
-
*/
|
|
2603
|
-
'project_id': string;
|
|
2604
|
-
/**
|
|
2605
|
-
*
|
|
2606
|
-
* @type {string}
|
|
2607
|
-
* @memberof ICompanyPatchRequestFirebaseAdminCredentials
|
|
2608
|
-
*/
|
|
2609
|
-
'credential_type': string;
|
|
2610
2549
|
}
|
|
2611
2550
|
/**
|
|
2612
2551
|
*
|
|
@@ -2735,12 +2674,6 @@ export interface ICompanyResponse {
|
|
|
2735
2674
|
* @memberof ICompanyResponse
|
|
2736
2675
|
*/
|
|
2737
2676
|
'owner': string;
|
|
2738
|
-
/**
|
|
2739
|
-
*
|
|
2740
|
-
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress}
|
|
2741
|
-
* @memberof ICompanyResponse
|
|
2742
|
-
*/
|
|
2743
|
-
'address'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress;
|
|
2744
2677
|
/**
|
|
2745
2678
|
*
|
|
2746
2679
|
* @type {Array<string>}
|
|
@@ -2759,12 +2692,6 @@ export interface ICompanyResponse {
|
|
|
2759
2692
|
* @memberof ICompanyResponse
|
|
2760
2693
|
*/
|
|
2761
2694
|
'dns_zone_domain'?: string;
|
|
2762
|
-
/**
|
|
2763
|
-
*
|
|
2764
|
-
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>}
|
|
2765
|
-
* @memberof ICompanyResponse
|
|
2766
|
-
*/
|
|
2767
|
-
'custom_hostnames': Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>;
|
|
2768
2695
|
/**
|
|
2769
2696
|
*
|
|
2770
2697
|
* @type {{ [key: string]: string; }}
|
|
@@ -2811,66 +2738,115 @@ export interface ICompanyResponse {
|
|
|
2811
2738
|
'currencies': RecordCurrencyEnumCurrency;
|
|
2812
2739
|
/**
|
|
2813
2740
|
*
|
|
2814
|
-
* @type {
|
|
2741
|
+
* @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin}
|
|
2815
2742
|
* @memberof ICompanyResponse
|
|
2816
2743
|
*/
|
|
2817
|
-
'
|
|
2744
|
+
'firebase_login': PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin;
|
|
2818
2745
|
/**
|
|
2819
2746
|
*
|
|
2820
|
-
* @type {
|
|
2747
|
+
* @type {string}
|
|
2821
2748
|
* @memberof ICompanyResponse
|
|
2822
2749
|
*/
|
|
2823
|
-
'
|
|
2824
|
-
[key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue;
|
|
2825
|
-
};
|
|
2750
|
+
'sender_email'?: string;
|
|
2826
2751
|
/**
|
|
2827
2752
|
*
|
|
2828
|
-
* @type {
|
|
2753
|
+
* @type {string}
|
|
2829
2754
|
* @memberof ICompanyResponse
|
|
2830
2755
|
*/
|
|
2831
|
-
'
|
|
2756
|
+
'sender_name'?: string;
|
|
2832
2757
|
/**
|
|
2833
2758
|
*
|
|
2834
|
-
* @type {
|
|
2759
|
+
* @type {PickICompanyNameOrDomainsOrIdOrLanguage}
|
|
2835
2760
|
* @memberof ICompanyResponse
|
|
2836
2761
|
*/
|
|
2837
|
-
'
|
|
2762
|
+
'main'?: PickICompanyNameOrDomainsOrIdOrLanguage;
|
|
2838
2763
|
/**
|
|
2839
2764
|
*
|
|
2840
|
-
* @type {
|
|
2765
|
+
* @type {ICompanyResponseConfig}
|
|
2841
2766
|
* @memberof ICompanyResponse
|
|
2842
2767
|
*/
|
|
2843
|
-
'
|
|
2768
|
+
'config': ICompanyResponseConfig;
|
|
2844
2769
|
/**
|
|
2845
2770
|
*
|
|
2846
|
-
* @type {
|
|
2771
|
+
* @type {RecordCurrencyEnumNumber}
|
|
2847
2772
|
* @memberof ICompanyResponse
|
|
2848
2773
|
*/
|
|
2849
|
-
'
|
|
2774
|
+
'currency_rates': RecordCurrencyEnumNumber;
|
|
2850
2775
|
/**
|
|
2851
2776
|
*
|
|
2852
|
-
* @type {Array<
|
|
2777
|
+
* @type {Array<ICompanyResponseWarehousesInner>}
|
|
2853
2778
|
* @memberof ICompanyResponse
|
|
2854
2779
|
*/
|
|
2855
|
-
'
|
|
2780
|
+
'warehouses': Array<ICompanyResponseWarehousesInner>;
|
|
2856
2781
|
/**
|
|
2857
2782
|
*
|
|
2858
|
-
* @type {
|
|
2783
|
+
* @type {Array<ICompanyResponseSenderEmailDnsRecordsInner>}
|
|
2859
2784
|
* @memberof ICompanyResponse
|
|
2860
2785
|
*/
|
|
2861
|
-
'
|
|
2786
|
+
'sender_email_dns_records'?: Array<ICompanyResponseSenderEmailDnsRecordsInner>;
|
|
2862
2787
|
/**
|
|
2863
2788
|
*
|
|
2864
|
-
* @type {
|
|
2789
|
+
* @type {{ [key: string]: ICompanyResponseNavigationsValue; }}
|
|
2865
2790
|
* @memberof ICompanyResponse
|
|
2866
2791
|
*/
|
|
2867
|
-
'
|
|
2792
|
+
'navigations': {
|
|
2793
|
+
[key: string]: ICompanyResponseNavigationsValue;
|
|
2794
|
+
};
|
|
2868
2795
|
/**
|
|
2869
2796
|
*
|
|
2870
|
-
* @type {
|
|
2797
|
+
* @type {ICompanyResponseFirebaseWebCredentials}
|
|
2871
2798
|
* @memberof ICompanyResponse
|
|
2872
2799
|
*/
|
|
2873
|
-
'
|
|
2800
|
+
'firebase_web_credentials'?: ICompanyResponseFirebaseWebCredentials;
|
|
2801
|
+
/**
|
|
2802
|
+
*
|
|
2803
|
+
* @type {ICompanyResponseFirebaseAdminCredentials}
|
|
2804
|
+
* @memberof ICompanyResponse
|
|
2805
|
+
*/
|
|
2806
|
+
'firebase_admin_credentials'?: ICompanyResponseFirebaseAdminCredentials;
|
|
2807
|
+
/**
|
|
2808
|
+
*
|
|
2809
|
+
* @type {ICompanyResponseAddress}
|
|
2810
|
+
* @memberof ICompanyResponse
|
|
2811
|
+
*/
|
|
2812
|
+
'address'?: ICompanyResponseAddress;
|
|
2813
|
+
/**
|
|
2814
|
+
*
|
|
2815
|
+
* @type {Array<ICompanyResponseCustomHostnamesInner>}
|
|
2816
|
+
* @memberof ICompanyResponse
|
|
2817
|
+
*/
|
|
2818
|
+
'custom_hostnames': Array<ICompanyResponseCustomHostnamesInner>;
|
|
2819
|
+
}
|
|
2820
|
+
/**
|
|
2821
|
+
*
|
|
2822
|
+
* @export
|
|
2823
|
+
* @interface ICompanyResponseAddress
|
|
2824
|
+
*/
|
|
2825
|
+
export interface ICompanyResponseAddress {
|
|
2826
|
+
/**
|
|
2827
|
+
*
|
|
2828
|
+
* @type {string}
|
|
2829
|
+
* @memberof ICompanyResponseAddress
|
|
2830
|
+
*/
|
|
2831
|
+
'description': string;
|
|
2832
|
+
/**
|
|
2833
|
+
*
|
|
2834
|
+
* @type {string}
|
|
2835
|
+
* @memberof ICompanyResponseAddress
|
|
2836
|
+
*/
|
|
2837
|
+
'city': string;
|
|
2838
|
+
/**
|
|
2839
|
+
*
|
|
2840
|
+
* @type {string}
|
|
2841
|
+
* @memberof ICompanyResponseAddress
|
|
2842
|
+
*/
|
|
2843
|
+
'state': string;
|
|
2844
|
+
/**
|
|
2845
|
+
*
|
|
2846
|
+
* @type {string}
|
|
2847
|
+
* @memberof ICompanyResponseAddress
|
|
2848
|
+
*/
|
|
2849
|
+
'country': string;
|
|
2874
2850
|
}
|
|
2875
2851
|
/**
|
|
2876
2852
|
*
|
|
@@ -2901,60 +2877,294 @@ export interface ICompanyResponseConfig {
|
|
|
2901
2877
|
* @type {ThemeTypeEnum}
|
|
2902
2878
|
* @memberof ICompanyResponseConfig
|
|
2903
2879
|
*/
|
|
2904
|
-
'theme': ThemeTypeEnum;
|
|
2880
|
+
'theme': ThemeTypeEnum;
|
|
2881
|
+
}
|
|
2882
|
+
/**
|
|
2883
|
+
*
|
|
2884
|
+
* @export
|
|
2885
|
+
* @interface ICompanyResponseConfigCss
|
|
2886
|
+
*/
|
|
2887
|
+
export interface ICompanyResponseConfigCss {
|
|
2888
|
+
/**
|
|
2889
|
+
*
|
|
2890
|
+
* @type {{ [key: string]: string; }}
|
|
2891
|
+
* @memberof ICompanyResponseConfigCss
|
|
2892
|
+
*/
|
|
2893
|
+
'variables': {
|
|
2894
|
+
[key: string]: string;
|
|
2895
|
+
};
|
|
2896
|
+
}
|
|
2897
|
+
/**
|
|
2898
|
+
*
|
|
2899
|
+
* @export
|
|
2900
|
+
* @interface ICompanyResponseConfigInject
|
|
2901
|
+
*/
|
|
2902
|
+
export interface ICompanyResponseConfigInject {
|
|
2903
|
+
/**
|
|
2904
|
+
*
|
|
2905
|
+
* @type {string}
|
|
2906
|
+
* @memberof ICompanyResponseConfigInject
|
|
2907
|
+
*/
|
|
2908
|
+
'js': string;
|
|
2909
|
+
/**
|
|
2910
|
+
*
|
|
2911
|
+
* @type {string}
|
|
2912
|
+
* @memberof ICompanyResponseConfigInject
|
|
2913
|
+
*/
|
|
2914
|
+
'css': string;
|
|
2915
|
+
}
|
|
2916
|
+
/**
|
|
2917
|
+
*
|
|
2918
|
+
* @export
|
|
2919
|
+
* @interface ICompanyResponseConfigTemplate
|
|
2920
|
+
*/
|
|
2921
|
+
export interface ICompanyResponseConfigTemplate {
|
|
2922
|
+
/**
|
|
2923
|
+
*
|
|
2924
|
+
* @type {Array<ITemplateResponseComponentsInner>}
|
|
2925
|
+
* @memberof ICompanyResponseConfigTemplate
|
|
2926
|
+
*/
|
|
2927
|
+
'footer': Array<ITemplateResponseComponentsInner>;
|
|
2928
|
+
/**
|
|
2929
|
+
*
|
|
2930
|
+
* @type {Array<ITemplateResponseComponentsInner>}
|
|
2931
|
+
* @memberof ICompanyResponseConfigTemplate
|
|
2932
|
+
*/
|
|
2933
|
+
'header': Array<ITemplateResponseComponentsInner>;
|
|
2934
|
+
}
|
|
2935
|
+
/**
|
|
2936
|
+
*
|
|
2937
|
+
* @export
|
|
2938
|
+
* @interface ICompanyResponseCustomHostnamesInner
|
|
2939
|
+
*/
|
|
2940
|
+
export interface ICompanyResponseCustomHostnamesInner {
|
|
2941
|
+
/**
|
|
2942
|
+
*
|
|
2943
|
+
* @type {string}
|
|
2944
|
+
* @memberof ICompanyResponseCustomHostnamesInner
|
|
2945
|
+
*/
|
|
2946
|
+
'validation_code': string;
|
|
2947
|
+
/**
|
|
2948
|
+
*
|
|
2949
|
+
* @type {string}
|
|
2950
|
+
* @memberof ICompanyResponseCustomHostnamesInner
|
|
2951
|
+
*/
|
|
2952
|
+
'hostname': string;
|
|
2953
|
+
/**
|
|
2954
|
+
*
|
|
2955
|
+
* @type {string}
|
|
2956
|
+
* @memberof ICompanyResponseCustomHostnamesInner
|
|
2957
|
+
*/
|
|
2958
|
+
'zone_id': string;
|
|
2959
|
+
/**
|
|
2960
|
+
*
|
|
2961
|
+
* @type {string}
|
|
2962
|
+
* @memberof ICompanyResponseCustomHostnamesInner
|
|
2963
|
+
*/
|
|
2964
|
+
'id': string;
|
|
2965
|
+
}
|
|
2966
|
+
/**
|
|
2967
|
+
*
|
|
2968
|
+
* @export
|
|
2969
|
+
* @interface ICompanyResponseFirebaseAdminCredentials
|
|
2970
|
+
*/
|
|
2971
|
+
export interface ICompanyResponseFirebaseAdminCredentials {
|
|
2972
|
+
/**
|
|
2973
|
+
*
|
|
2974
|
+
* @type {string}
|
|
2975
|
+
* @memberof ICompanyResponseFirebaseAdminCredentials
|
|
2976
|
+
*/
|
|
2977
|
+
'universe_domain': string;
|
|
2978
|
+
/**
|
|
2979
|
+
*
|
|
2980
|
+
* @type {string}
|
|
2981
|
+
* @memberof ICompanyResponseFirebaseAdminCredentials
|
|
2982
|
+
*/
|
|
2983
|
+
'auth_provider_x509_cert_url': string;
|
|
2984
|
+
/**
|
|
2985
|
+
*
|
|
2986
|
+
* @type {string}
|
|
2987
|
+
* @memberof ICompanyResponseFirebaseAdminCredentials
|
|
2988
|
+
*/
|
|
2989
|
+
'token_uri': string;
|
|
2990
|
+
/**
|
|
2991
|
+
*
|
|
2992
|
+
* @type {string}
|
|
2993
|
+
* @memberof ICompanyResponseFirebaseAdminCredentials
|
|
2994
|
+
*/
|
|
2995
|
+
'auth_uri': string;
|
|
2996
|
+
/**
|
|
2997
|
+
*
|
|
2998
|
+
* @type {string}
|
|
2999
|
+
* @memberof ICompanyResponseFirebaseAdminCredentials
|
|
3000
|
+
*/
|
|
3001
|
+
'client_id': string;
|
|
3002
|
+
/**
|
|
3003
|
+
*
|
|
3004
|
+
* @type {string}
|
|
3005
|
+
* @memberof ICompanyResponseFirebaseAdminCredentials
|
|
3006
|
+
*/
|
|
3007
|
+
'client_email': string;
|
|
3008
|
+
/**
|
|
3009
|
+
*
|
|
3010
|
+
* @type {string}
|
|
3011
|
+
* @memberof ICompanyResponseFirebaseAdminCredentials
|
|
3012
|
+
*/
|
|
3013
|
+
'private_key': string;
|
|
3014
|
+
/**
|
|
3015
|
+
*
|
|
3016
|
+
* @type {string}
|
|
3017
|
+
* @memberof ICompanyResponseFirebaseAdminCredentials
|
|
3018
|
+
*/
|
|
3019
|
+
'private_key_id': string;
|
|
3020
|
+
/**
|
|
3021
|
+
*
|
|
3022
|
+
* @type {string}
|
|
3023
|
+
* @memberof ICompanyResponseFirebaseAdminCredentials
|
|
3024
|
+
*/
|
|
3025
|
+
'project_id': string;
|
|
3026
|
+
/**
|
|
3027
|
+
*
|
|
3028
|
+
* @type {string}
|
|
3029
|
+
* @memberof ICompanyResponseFirebaseAdminCredentials
|
|
3030
|
+
*/
|
|
3031
|
+
'credential_type': string;
|
|
3032
|
+
}
|
|
3033
|
+
/**
|
|
3034
|
+
*
|
|
3035
|
+
* @export
|
|
3036
|
+
* @interface ICompanyResponseFirebaseWebCredentials
|
|
3037
|
+
*/
|
|
3038
|
+
export interface ICompanyResponseFirebaseWebCredentials {
|
|
3039
|
+
/**
|
|
3040
|
+
*
|
|
3041
|
+
* @type {string}
|
|
3042
|
+
* @memberof ICompanyResponseFirebaseWebCredentials
|
|
3043
|
+
*/
|
|
3044
|
+
'measurementId': string;
|
|
3045
|
+
/**
|
|
3046
|
+
*
|
|
3047
|
+
* @type {string}
|
|
3048
|
+
* @memberof ICompanyResponseFirebaseWebCredentials
|
|
3049
|
+
*/
|
|
3050
|
+
'appId': string;
|
|
3051
|
+
/**
|
|
3052
|
+
*
|
|
3053
|
+
* @type {string}
|
|
3054
|
+
* @memberof ICompanyResponseFirebaseWebCredentials
|
|
3055
|
+
*/
|
|
3056
|
+
'messagingSenderId': string;
|
|
3057
|
+
/**
|
|
3058
|
+
*
|
|
3059
|
+
* @type {string}
|
|
3060
|
+
* @memberof ICompanyResponseFirebaseWebCredentials
|
|
3061
|
+
*/
|
|
3062
|
+
'storageBucket': string;
|
|
3063
|
+
/**
|
|
3064
|
+
*
|
|
3065
|
+
* @type {string}
|
|
3066
|
+
* @memberof ICompanyResponseFirebaseWebCredentials
|
|
3067
|
+
*/
|
|
3068
|
+
'projectId': string;
|
|
3069
|
+
/**
|
|
3070
|
+
*
|
|
3071
|
+
* @type {string}
|
|
3072
|
+
* @memberof ICompanyResponseFirebaseWebCredentials
|
|
3073
|
+
*/
|
|
3074
|
+
'authDomain': string;
|
|
3075
|
+
/**
|
|
3076
|
+
*
|
|
3077
|
+
* @type {string}
|
|
3078
|
+
* @memberof ICompanyResponseFirebaseWebCredentials
|
|
3079
|
+
*/
|
|
3080
|
+
'apiKey': string;
|
|
3081
|
+
}
|
|
3082
|
+
/**
|
|
3083
|
+
*
|
|
3084
|
+
* @export
|
|
3085
|
+
* @interface ICompanyResponseNavigationsValue
|
|
3086
|
+
*/
|
|
3087
|
+
export interface ICompanyResponseNavigationsValue {
|
|
3088
|
+
/**
|
|
3089
|
+
*
|
|
3090
|
+
* @type {Array<NavigationUrl>}
|
|
3091
|
+
* @memberof ICompanyResponseNavigationsValue
|
|
3092
|
+
*/
|
|
3093
|
+
'footer': Array<NavigationUrl>;
|
|
3094
|
+
/**
|
|
3095
|
+
*
|
|
3096
|
+
* @type {Array<NavigationUrl>}
|
|
3097
|
+
* @memberof ICompanyResponseNavigationsValue
|
|
3098
|
+
*/
|
|
3099
|
+
'header': Array<NavigationUrl>;
|
|
3100
|
+
}
|
|
3101
|
+
/**
|
|
3102
|
+
*
|
|
3103
|
+
* @export
|
|
3104
|
+
* @interface ICompanyResponseSenderEmailDnsRecordsInner
|
|
3105
|
+
*/
|
|
3106
|
+
export interface ICompanyResponseSenderEmailDnsRecordsInner {
|
|
3107
|
+
/**
|
|
3108
|
+
*
|
|
3109
|
+
* @type {number}
|
|
3110
|
+
* @memberof ICompanyResponseSenderEmailDnsRecordsInner
|
|
3111
|
+
*/
|
|
3112
|
+
'priority'?: number;
|
|
3113
|
+
/**
|
|
3114
|
+
*
|
|
3115
|
+
* @type {EmailConfigDnsRecordTypeEnum}
|
|
3116
|
+
* @memberof ICompanyResponseSenderEmailDnsRecordsInner
|
|
3117
|
+
*/
|
|
3118
|
+
'type': EmailConfigDnsRecordTypeEnum;
|
|
3119
|
+
/**
|
|
3120
|
+
*
|
|
3121
|
+
* @type {string}
|
|
3122
|
+
* @memberof ICompanyResponseSenderEmailDnsRecordsInner
|
|
3123
|
+
*/
|
|
3124
|
+
'value': string;
|
|
3125
|
+
/**
|
|
3126
|
+
*
|
|
3127
|
+
* @type {string}
|
|
3128
|
+
* @memberof ICompanyResponseSenderEmailDnsRecordsInner
|
|
3129
|
+
*/
|
|
3130
|
+
'key': string;
|
|
2905
3131
|
}
|
|
2906
3132
|
/**
|
|
2907
3133
|
*
|
|
2908
3134
|
* @export
|
|
2909
|
-
* @interface
|
|
3135
|
+
* @interface ICompanyResponseWarehousesInner
|
|
2910
3136
|
*/
|
|
2911
|
-
export interface
|
|
3137
|
+
export interface ICompanyResponseWarehousesInner {
|
|
2912
3138
|
/**
|
|
2913
3139
|
*
|
|
2914
|
-
* @type {
|
|
2915
|
-
* @memberof
|
|
3140
|
+
* @type {string}
|
|
3141
|
+
* @memberof ICompanyResponseWarehousesInner
|
|
2916
3142
|
*/
|
|
2917
|
-
'
|
|
2918
|
-
[key: string]: string;
|
|
2919
|
-
};
|
|
2920
|
-
}
|
|
2921
|
-
/**
|
|
2922
|
-
*
|
|
2923
|
-
* @export
|
|
2924
|
-
* @interface ICompanyResponseConfigInject
|
|
2925
|
-
*/
|
|
2926
|
-
export interface ICompanyResponseConfigInject {
|
|
3143
|
+
'email'?: string;
|
|
2927
3144
|
/**
|
|
2928
3145
|
*
|
|
2929
3146
|
* @type {string}
|
|
2930
|
-
* @memberof
|
|
3147
|
+
* @memberof ICompanyResponseWarehousesInner
|
|
2931
3148
|
*/
|
|
2932
|
-
'
|
|
3149
|
+
'phone'?: string;
|
|
2933
3150
|
/**
|
|
2934
3151
|
*
|
|
2935
3152
|
* @type {string}
|
|
2936
|
-
* @memberof
|
|
3153
|
+
* @memberof ICompanyResponseWarehousesInner
|
|
2937
3154
|
*/
|
|
2938
|
-
'
|
|
2939
|
-
}
|
|
2940
|
-
/**
|
|
2941
|
-
*
|
|
2942
|
-
* @export
|
|
2943
|
-
* @interface ICompanyResponseConfigTemplate
|
|
2944
|
-
*/
|
|
2945
|
-
export interface ICompanyResponseConfigTemplate {
|
|
3155
|
+
'address'?: string;
|
|
2946
3156
|
/**
|
|
2947
3157
|
*
|
|
2948
|
-
* @type {
|
|
2949
|
-
* @memberof
|
|
3158
|
+
* @type {string}
|
|
3159
|
+
* @memberof ICompanyResponseWarehousesInner
|
|
2950
3160
|
*/
|
|
2951
|
-
'
|
|
3161
|
+
'name': string;
|
|
2952
3162
|
/**
|
|
2953
3163
|
*
|
|
2954
|
-
* @type {
|
|
2955
|
-
* @memberof
|
|
3164
|
+
* @type {string}
|
|
3165
|
+
* @memberof ICompanyResponseWarehousesInner
|
|
2956
3166
|
*/
|
|
2957
|
-
'
|
|
3167
|
+
'_id': string;
|
|
2958
3168
|
}
|
|
2959
3169
|
/**
|
|
2960
3170
|
*
|
|
@@ -2996,22 +3206,22 @@ export interface ICompanyUpdateDomainRequest {
|
|
|
2996
3206
|
export interface ICompanyUpdateFirebaseConfigRequest {
|
|
2997
3207
|
/**
|
|
2998
3208
|
*
|
|
2999
|
-
* @type {
|
|
3209
|
+
* @type {ICompanyResponseFirebaseAdminCredentials}
|
|
3000
3210
|
* @memberof ICompanyUpdateFirebaseConfigRequest
|
|
3001
3211
|
*/
|
|
3002
|
-
'firebase_admin_credentials'?:
|
|
3212
|
+
'firebase_admin_credentials'?: ICompanyResponseFirebaseAdminCredentials;
|
|
3003
3213
|
/**
|
|
3004
3214
|
*
|
|
3005
|
-
* @type {
|
|
3215
|
+
* @type {ICompanyResponseFirebaseWebCredentials}
|
|
3006
3216
|
* @memberof ICompanyUpdateFirebaseConfigRequest
|
|
3007
3217
|
*/
|
|
3008
|
-
'firebase_web_credentials'?:
|
|
3218
|
+
'firebase_web_credentials'?: ICompanyResponseFirebaseWebCredentials;
|
|
3009
3219
|
/**
|
|
3010
3220
|
*
|
|
3011
|
-
* @type {
|
|
3221
|
+
* @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin}
|
|
3012
3222
|
* @memberof ICompanyUpdateFirebaseConfigRequest
|
|
3013
3223
|
*/
|
|
3014
|
-
'firebase_login'?:
|
|
3224
|
+
'firebase_login'?: PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin;
|
|
3015
3225
|
}
|
|
3016
3226
|
/**
|
|
3017
3227
|
*
|
|
@@ -3021,11 +3231,11 @@ export interface ICompanyUpdateFirebaseConfigRequest {
|
|
|
3021
3231
|
export interface ICompanyUpdateNavigationRequest {
|
|
3022
3232
|
/**
|
|
3023
3233
|
*
|
|
3024
|
-
* @type {{ [key: string]:
|
|
3234
|
+
* @type {{ [key: string]: ICompanyResponseNavigationsValue; }}
|
|
3025
3235
|
* @memberof ICompanyUpdateNavigationRequest
|
|
3026
3236
|
*/
|
|
3027
3237
|
'navigations': {
|
|
3028
|
-
[key: string]:
|
|
3238
|
+
[key: string]: ICompanyResponseNavigationsValue;
|
|
3029
3239
|
};
|
|
3030
3240
|
}
|
|
3031
3241
|
/**
|
|
@@ -4302,10 +4512,10 @@ export interface IPagePatchRequest {
|
|
|
4302
4512
|
'template'?: ITemplateResponse;
|
|
4303
4513
|
/**
|
|
4304
4514
|
*
|
|
4305
|
-
* @type {
|
|
4515
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
4306
4516
|
* @memberof IPagePatchRequest
|
|
4307
4517
|
*/
|
|
4308
|
-
'contents'?:
|
|
4518
|
+
'contents'?: PartialRecordLanguageEnumIContentsValue;
|
|
4309
4519
|
/**
|
|
4310
4520
|
*
|
|
4311
4521
|
* @type {IImage}
|
|
@@ -4333,10 +4543,10 @@ export interface IPagePostRequest {
|
|
|
4333
4543
|
'type': PageTypeEnum;
|
|
4334
4544
|
/**
|
|
4335
4545
|
*
|
|
4336
|
-
* @type {
|
|
4546
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
4337
4547
|
* @memberof IPagePostRequest
|
|
4338
4548
|
*/
|
|
4339
|
-
'contents':
|
|
4549
|
+
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
4340
4550
|
/**
|
|
4341
4551
|
*
|
|
4342
4552
|
* @type {IImage}
|
|
@@ -4394,10 +4604,10 @@ export interface IPageResponse {
|
|
|
4394
4604
|
'type': PageTypeEnum;
|
|
4395
4605
|
/**
|
|
4396
4606
|
*
|
|
4397
|
-
* @type {
|
|
4607
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
4398
4608
|
* @memberof IPageResponse
|
|
4399
4609
|
*/
|
|
4400
|
-
'contents':
|
|
4610
|
+
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
4401
4611
|
/**
|
|
4402
4612
|
*
|
|
4403
4613
|
* @type {IImage}
|
|
@@ -4922,10 +5132,10 @@ export interface IProductPatchRequest {
|
|
|
4922
5132
|
'price_info'?: PriceType;
|
|
4923
5133
|
/**
|
|
4924
5134
|
*
|
|
4925
|
-
* @type {
|
|
5135
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
4926
5136
|
* @memberof IProductPatchRequest
|
|
4927
5137
|
*/
|
|
4928
|
-
'contents'?:
|
|
5138
|
+
'contents'?: PartialRecordLanguageEnumIContentsValue;
|
|
4929
5139
|
/**
|
|
4930
5140
|
*
|
|
4931
5141
|
* @type {{ [key: string]: IProductResponseVariantsValue; }}
|
|
@@ -5001,10 +5211,10 @@ export interface IProductPostRequest {
|
|
|
5001
5211
|
'price_info': PriceType;
|
|
5002
5212
|
/**
|
|
5003
5213
|
*
|
|
5004
|
-
* @type {
|
|
5214
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
5005
5215
|
* @memberof IProductPostRequest
|
|
5006
5216
|
*/
|
|
5007
|
-
'contents':
|
|
5217
|
+
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
5008
5218
|
/**
|
|
5009
5219
|
*
|
|
5010
5220
|
* @type {{ [key: string]: IProductResponseVariantsValue; }}
|
|
@@ -5122,10 +5332,10 @@ export interface IProductResponse {
|
|
|
5122
5332
|
'price_info': PriceType;
|
|
5123
5333
|
/**
|
|
5124
5334
|
*
|
|
5125
|
-
* @type {
|
|
5335
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
5126
5336
|
* @memberof IProductResponse
|
|
5127
5337
|
*/
|
|
5128
|
-
'contents':
|
|
5338
|
+
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
5129
5339
|
/**
|
|
5130
5340
|
*
|
|
5131
5341
|
* @type {{ [key: string]: IProductResponseVariantsValue; }}
|
|
@@ -6359,6 +6569,31 @@ export declare const PageTypeEnum: {
|
|
|
6359
6569
|
readonly NOT_FOUND: "not-found";
|
|
6360
6570
|
};
|
|
6361
6571
|
export type PageTypeEnum = typeof PageTypeEnum[keyof typeof PageTypeEnum];
|
|
6572
|
+
/**
|
|
6573
|
+
* Make all properties in T optional
|
|
6574
|
+
* @export
|
|
6575
|
+
* @interface PartialRecordLanguageEnumIContentsValue
|
|
6576
|
+
*/
|
|
6577
|
+
export interface PartialRecordLanguageEnumIContentsValue {
|
|
6578
|
+
/**
|
|
6579
|
+
*
|
|
6580
|
+
* @type {IContentsValue}
|
|
6581
|
+
* @memberof PartialRecordLanguageEnumIContentsValue
|
|
6582
|
+
*/
|
|
6583
|
+
'tr'?: IContentsValue;
|
|
6584
|
+
/**
|
|
6585
|
+
*
|
|
6586
|
+
* @type {IContentsValue}
|
|
6587
|
+
* @memberof PartialRecordLanguageEnumIContentsValue
|
|
6588
|
+
*/
|
|
6589
|
+
'en'?: IContentsValue;
|
|
6590
|
+
/**
|
|
6591
|
+
*
|
|
6592
|
+
* @type {IContentsValue}
|
|
6593
|
+
* @memberof PartialRecordLanguageEnumIContentsValue
|
|
6594
|
+
*/
|
|
6595
|
+
'de'?: IContentsValue;
|
|
6596
|
+
}
|
|
6362
6597
|
/**
|
|
6363
6598
|
* From T, pick a set of properties whose keys are in the union K
|
|
6364
6599
|
* @export
|
|
@@ -6416,10 +6651,10 @@ export interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
|
|
|
6416
6651
|
'company': string;
|
|
6417
6652
|
/**
|
|
6418
6653
|
*
|
|
6419
|
-
* @type {
|
|
6654
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
6420
6655
|
* @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
|
|
6421
6656
|
*/
|
|
6422
|
-
'contents':
|
|
6657
|
+
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
6423
6658
|
/**
|
|
6424
6659
|
*
|
|
6425
6660
|
* @type {IImage}
|
|
@@ -6471,10 +6706,10 @@ export interface PickICategoryExcludeKeyofICategoryAttributes {
|
|
|
6471
6706
|
'main'?: string;
|
|
6472
6707
|
/**
|
|
6473
6708
|
*
|
|
6474
|
-
* @type {
|
|
6709
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
6475
6710
|
* @memberof PickICategoryExcludeKeyofICategoryAttributes
|
|
6476
6711
|
*/
|
|
6477
|
-
'contents':
|
|
6712
|
+
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
6478
6713
|
/**
|
|
6479
6714
|
*
|
|
6480
6715
|
* @type {IImage}
|
|
@@ -6502,10 +6737,10 @@ export interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoRes
|
|
|
6502
6737
|
'main'?: string;
|
|
6503
6738
|
/**
|
|
6504
6739
|
*
|
|
6505
|
-
* @type {
|
|
6740
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
6506
6741
|
* @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes
|
|
6507
6742
|
*/
|
|
6508
|
-
'contents':
|
|
6743
|
+
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
6509
6744
|
/**
|
|
6510
6745
|
*
|
|
6511
6746
|
* @type {IImage}
|
|
@@ -6527,10 +6762,10 @@ export interface PickICategoryResponseIdOrContentsOrAttributes {
|
|
|
6527
6762
|
'_id': string;
|
|
6528
6763
|
/**
|
|
6529
6764
|
*
|
|
6530
|
-
* @type {
|
|
6765
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
6531
6766
|
* @memberof PickICategoryResponseIdOrContentsOrAttributes
|
|
6532
6767
|
*/
|
|
6533
|
-
'contents':
|
|
6768
|
+
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
6534
6769
|
/**
|
|
6535
6770
|
*
|
|
6536
6771
|
* @type {Array<ICategoryResponseAttributesInner>}
|
|
@@ -6576,10 +6811,10 @@ export interface PickICollectionExcludeKeyofICollectionTemplate {
|
|
|
6576
6811
|
'updatedAt': string;
|
|
6577
6812
|
/**
|
|
6578
6813
|
*
|
|
6579
|
-
* @type {
|
|
6814
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
6580
6815
|
* @memberof PickICollectionExcludeKeyofICollectionTemplate
|
|
6581
6816
|
*/
|
|
6582
|
-
'contents':
|
|
6817
|
+
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
6583
6818
|
/**
|
|
6584
6819
|
*
|
|
6585
6820
|
* @type {IImage}
|
|
@@ -6601,10 +6836,10 @@ export interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMong
|
|
|
6601
6836
|
'company': string;
|
|
6602
6837
|
/**
|
|
6603
6838
|
*
|
|
6604
|
-
* @type {
|
|
6839
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
6605
6840
|
* @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplate
|
|
6606
6841
|
*/
|
|
6607
|
-
'contents':
|
|
6842
|
+
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
6608
6843
|
/**
|
|
6609
6844
|
*
|
|
6610
6845
|
* @type {IImage}
|
|
@@ -6615,115 +6850,103 @@ export interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMong
|
|
|
6615
6850
|
/**
|
|
6616
6851
|
* From T, pick a set of properties whose keys are in the union K
|
|
6617
6852
|
* @export
|
|
6618
|
-
* @interface
|
|
6853
|
+
* @interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
6619
6854
|
*/
|
|
6620
|
-
export interface
|
|
6855
|
+
export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
|
|
6621
6856
|
/**
|
|
6622
6857
|
*
|
|
6623
6858
|
* @type {string}
|
|
6624
|
-
* @memberof
|
|
6859
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
6625
6860
|
*/
|
|
6626
6861
|
'name': string;
|
|
6627
6862
|
/**
|
|
6628
6863
|
*
|
|
6629
6864
|
* @type {string}
|
|
6630
|
-
* @memberof
|
|
6865
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
6631
6866
|
*/
|
|
6632
6867
|
'phone'?: string;
|
|
6633
6868
|
/**
|
|
6634
6869
|
*
|
|
6635
6870
|
* @type {string}
|
|
6636
|
-
* @memberof
|
|
6871
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
6637
6872
|
*/
|
|
6638
6873
|
'email'?: string;
|
|
6639
6874
|
/**
|
|
6640
6875
|
*
|
|
6641
6876
|
* @type {LanguageEnum}
|
|
6642
|
-
* @memberof
|
|
6877
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
6643
6878
|
*/
|
|
6644
6879
|
'language': LanguageEnum;
|
|
6645
6880
|
/**
|
|
6646
6881
|
*
|
|
6647
6882
|
* @type {CompanyStatusEnum}
|
|
6648
|
-
* @memberof
|
|
6883
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
6649
6884
|
*/
|
|
6650
6885
|
'status': CompanyStatusEnum;
|
|
6651
6886
|
/**
|
|
6652
6887
|
*
|
|
6653
6888
|
* @type {string}
|
|
6654
|
-
* @memberof
|
|
6889
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
6655
6890
|
*/
|
|
6656
6891
|
'_id': string;
|
|
6657
6892
|
/**
|
|
6658
6893
|
*
|
|
6659
6894
|
* @type {number}
|
|
6660
|
-
* @memberof
|
|
6895
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
6661
6896
|
*/
|
|
6662
6897
|
'__v': number;
|
|
6663
6898
|
/**
|
|
6664
6899
|
*
|
|
6665
6900
|
* @type {string}
|
|
6666
|
-
* @memberof
|
|
6901
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
6667
6902
|
*/
|
|
6668
6903
|
'createdAt': string;
|
|
6669
6904
|
/**
|
|
6670
6905
|
*
|
|
6671
6906
|
* @type {string}
|
|
6672
|
-
* @memberof
|
|
6907
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
6673
6908
|
*/
|
|
6674
6909
|
'updatedAt': string;
|
|
6675
6910
|
/**
|
|
6676
6911
|
*
|
|
6677
6912
|
* @type {PlanTypeEnum}
|
|
6678
|
-
* @memberof
|
|
6913
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
6679
6914
|
*/
|
|
6680
6915
|
'plan': PlanTypeEnum;
|
|
6681
6916
|
/**
|
|
6682
6917
|
*
|
|
6683
6918
|
* @type {CompanyTypeEnum}
|
|
6684
|
-
* @memberof
|
|
6919
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
6685
6920
|
*/
|
|
6686
6921
|
'type': CompanyTypeEnum;
|
|
6687
6922
|
/**
|
|
6688
6923
|
*
|
|
6689
6924
|
* @type {string}
|
|
6690
|
-
* @memberof
|
|
6925
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
6691
6926
|
*/
|
|
6692
6927
|
'owner': string;
|
|
6693
|
-
/**
|
|
6694
|
-
*
|
|
6695
|
-
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress}
|
|
6696
|
-
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6697
|
-
*/
|
|
6698
|
-
'address'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress;
|
|
6699
6928
|
/**
|
|
6700
6929
|
*
|
|
6701
6930
|
* @type {Array<string>}
|
|
6702
|
-
* @memberof
|
|
6931
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
6703
6932
|
*/
|
|
6704
6933
|
'domains': Array<string>;
|
|
6705
6934
|
/**
|
|
6706
6935
|
*
|
|
6707
6936
|
* @type {string}
|
|
6708
|
-
* @memberof
|
|
6937
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
6709
6938
|
*/
|
|
6710
6939
|
'dns_zone_id'?: string;
|
|
6711
6940
|
/**
|
|
6712
6941
|
*
|
|
6713
6942
|
* @type {string}
|
|
6714
|
-
* @memberof
|
|
6943
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
6715
6944
|
*/
|
|
6716
6945
|
'dns_zone_domain'?: string;
|
|
6717
|
-
/**
|
|
6718
|
-
*
|
|
6719
|
-
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>}
|
|
6720
|
-
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6721
|
-
*/
|
|
6722
|
-
'custom_hostnames': Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>;
|
|
6723
6946
|
/**
|
|
6724
6947
|
*
|
|
6725
6948
|
* @type {{ [key: string]: string; }}
|
|
6726
|
-
* @memberof
|
|
6949
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
6727
6950
|
*/
|
|
6728
6951
|
'socials'?: {
|
|
6729
6952
|
[key: string]: string;
|
|
@@ -6731,307 +6954,83 @@ export interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCrede
|
|
|
6731
6954
|
/**
|
|
6732
6955
|
*
|
|
6733
6956
|
* @type {string}
|
|
6734
|
-
* @memberof
|
|
6957
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
6735
6958
|
*/
|
|
6736
6959
|
'description'?: string;
|
|
6737
6960
|
/**
|
|
6738
6961
|
*
|
|
6739
6962
|
* @type {IImage}
|
|
6740
|
-
* @memberof
|
|
6963
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
6741
6964
|
*/
|
|
6742
6965
|
'logo'?: IImage;
|
|
6743
6966
|
/**
|
|
6744
6967
|
*
|
|
6745
6968
|
* @type {TimezoneEnum}
|
|
6746
|
-
* @memberof
|
|
6969
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
6747
6970
|
*/
|
|
6748
6971
|
'timezone': TimezoneEnum;
|
|
6749
6972
|
/**
|
|
6750
6973
|
*
|
|
6751
6974
|
* @type {Array<LanguageEnum>}
|
|
6752
|
-
* @memberof
|
|
6975
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
6753
6976
|
*/
|
|
6754
6977
|
'languages': Array<LanguageEnum>;
|
|
6755
6978
|
/**
|
|
6756
6979
|
*
|
|
6757
6980
|
* @type {CurrencyEnum}
|
|
6758
|
-
* @memberof
|
|
6981
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
6759
6982
|
*/
|
|
6760
6983
|
'currency': CurrencyEnum;
|
|
6761
6984
|
/**
|
|
6762
6985
|
*
|
|
6763
6986
|
* @type {RecordCurrencyEnumCurrency}
|
|
6764
|
-
* @memberof
|
|
6987
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
6765
6988
|
*/
|
|
6766
6989
|
'currencies': RecordCurrencyEnumCurrency;
|
|
6767
6990
|
/**
|
|
6768
6991
|
*
|
|
6769
|
-
* @type {
|
|
6770
|
-
* @memberof
|
|
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
|
|
6992
|
+
* @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin}
|
|
6993
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
6791
6994
|
*/
|
|
6792
|
-
'firebase_login':
|
|
6995
|
+
'firebase_login': PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin;
|
|
6793
6996
|
/**
|
|
6794
6997
|
*
|
|
6795
6998
|
* @type {string}
|
|
6796
|
-
* @memberof
|
|
6999
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
6797
7000
|
*/
|
|
6798
7001
|
'sender_email'?: string;
|
|
6799
7002
|
/**
|
|
6800
7003
|
*
|
|
6801
7004
|
* @type {string}
|
|
6802
|
-
* @memberof
|
|
7005
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
6803
7006
|
*/
|
|
6804
7007
|
'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
7008
|
}
|
|
6874
7009
|
/**
|
|
6875
7010
|
*
|
|
6876
7011
|
* @export
|
|
6877
|
-
* @interface
|
|
7012
|
+
* @interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin
|
|
6878
7013
|
*/
|
|
6879
|
-
export interface
|
|
7014
|
+
export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin {
|
|
6880
7015
|
/**
|
|
6881
7016
|
*
|
|
6882
7017
|
* @type {boolean}
|
|
6883
|
-
* @memberof
|
|
7018
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin
|
|
6884
7019
|
*/
|
|
6885
7020
|
'apple': boolean;
|
|
6886
7021
|
/**
|
|
6887
7022
|
*
|
|
6888
7023
|
* @type {boolean}
|
|
6889
|
-
* @memberof
|
|
7024
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin
|
|
6890
7025
|
*/
|
|
6891
7026
|
'facebook': boolean;
|
|
6892
7027
|
/**
|
|
6893
7028
|
*
|
|
6894
7029
|
* @type {boolean}
|
|
6895
|
-
* @memberof
|
|
7030
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin
|
|
6896
7031
|
*/
|
|
6897
7032
|
'google': boolean;
|
|
6898
7033
|
}
|
|
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
7034
|
/**
|
|
7036
7035
|
* From T, pick a set of properties whose keys are in the union K
|
|
7037
7036
|
* @export
|
|
@@ -7258,10 +7257,10 @@ export interface PickIPageExcludeKeyofIPageTemplate {
|
|
|
7258
7257
|
'type': PageTypeEnum;
|
|
7259
7258
|
/**
|
|
7260
7259
|
*
|
|
7261
|
-
* @type {
|
|
7260
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
7262
7261
|
* @memberof PickIPageExcludeKeyofIPageTemplate
|
|
7263
7262
|
*/
|
|
7264
|
-
'contents':
|
|
7263
|
+
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
7265
7264
|
/**
|
|
7266
7265
|
*
|
|
7267
7266
|
* @type {IImage}
|
|
@@ -7289,10 +7288,10 @@ export interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrT
|
|
|
7289
7288
|
'type': PageTypeEnum;
|
|
7290
7289
|
/**
|
|
7291
7290
|
*
|
|
7292
|
-
* @type {
|
|
7291
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
7293
7292
|
* @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplate
|
|
7294
7293
|
*/
|
|
7295
|
-
'contents':
|
|
7294
|
+
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
7296
7295
|
/**
|
|
7297
7296
|
*
|
|
7298
7297
|
* @type {IImage}
|
|
@@ -7382,10 +7381,10 @@ export interface PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate {
|
|
|
7382
7381
|
'price_info': PriceType;
|
|
7383
7382
|
/**
|
|
7384
7383
|
*
|
|
7385
|
-
* @type {
|
|
7384
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
7386
7385
|
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
7387
7386
|
*/
|
|
7388
|
-
'contents':
|
|
7387
|
+
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
7389
7388
|
/**
|
|
7390
7389
|
*
|
|
7391
7390
|
* @type {{ [key: string]: IProductResponseVariantsValue; }}
|
|
@@ -7429,10 +7428,10 @@ export interface PickIProductIdOrContentsOrCollectionsOrCategory {
|
|
|
7429
7428
|
'collections': Array<string>;
|
|
7430
7429
|
/**
|
|
7431
7430
|
*
|
|
7432
|
-
* @type {
|
|
7431
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
7433
7432
|
* @memberof PickIProductIdOrContentsOrCollectionsOrCategory
|
|
7434
7433
|
*/
|
|
7435
|
-
'contents':
|
|
7434
|
+
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
7436
7435
|
}
|
|
7437
7436
|
/**
|
|
7438
7437
|
* From T, pick a set of properties whose keys are in the union K
|
|
@@ -7492,10 +7491,10 @@ export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPo
|
|
|
7492
7491
|
'price_info': PriceType;
|
|
7493
7492
|
/**
|
|
7494
7493
|
*
|
|
7495
|
-
* @type {
|
|
7494
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
7496
7495
|
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
7497
7496
|
*/
|
|
7498
|
-
'contents':
|
|
7497
|
+
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
7499
7498
|
/**
|
|
7500
7499
|
*
|
|
7501
7500
|
* @type {{ [key: string]: IProductResponseVariantsValue; }}
|
|
@@ -7897,31 +7896,6 @@ export interface RecordCurrencyEnumNumber {
|
|
|
7897
7896
|
*/
|
|
7898
7897
|
'jpy': number;
|
|
7899
7898
|
}
|
|
7900
|
-
/**
|
|
7901
|
-
* Construct a type with a set of properties K of type T
|
|
7902
|
-
* @export
|
|
7903
|
-
* @interface RecordLanguageEnumIContentsValue
|
|
7904
|
-
*/
|
|
7905
|
-
export interface RecordLanguageEnumIContentsValue {
|
|
7906
|
-
/**
|
|
7907
|
-
*
|
|
7908
|
-
* @type {IContentsValue}
|
|
7909
|
-
* @memberof RecordLanguageEnumIContentsValue
|
|
7910
|
-
*/
|
|
7911
|
-
'tr': IContentsValue;
|
|
7912
|
-
/**
|
|
7913
|
-
*
|
|
7914
|
-
* @type {IContentsValue}
|
|
7915
|
-
* @memberof RecordLanguageEnumIContentsValue
|
|
7916
|
-
*/
|
|
7917
|
-
'en': IContentsValue;
|
|
7918
|
-
/**
|
|
7919
|
-
*
|
|
7920
|
-
* @type {IContentsValue}
|
|
7921
|
-
* @memberof RecordLanguageEnumIContentsValue
|
|
7922
|
-
*/
|
|
7923
|
-
'de': IContentsValue;
|
|
7924
|
-
}
|
|
7925
7899
|
/**
|
|
7926
7900
|
* Construct a type with a set of properties K of type T
|
|
7927
7901
|
* @export
|