@infisale-client/api-client 1.1.18 → 1.1.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/api.d.ts +1347 -644
- package/dist/api/api.js +18 -22
- package/dist/api/api.mjs +18 -22
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -1153,12 +1153,6 @@ export interface ICategoryPostRequest {
|
|
|
1153
1153
|
* @interface ICategoryResponse
|
|
1154
1154
|
*/
|
|
1155
1155
|
export interface ICategoryResponse {
|
|
1156
|
-
/**
|
|
1157
|
-
*
|
|
1158
|
-
* @type {Array<ICategoryResponseAttributesInner>}
|
|
1159
|
-
* @memberof ICategoryResponse
|
|
1160
|
-
*/
|
|
1161
|
-
'attributes': Array<ICategoryResponseAttributesInner>;
|
|
1162
1156
|
/**
|
|
1163
1157
|
*
|
|
1164
1158
|
* @type {string}
|
|
@@ -1207,6 +1201,12 @@ export interface ICategoryResponse {
|
|
|
1207
1201
|
* @memberof ICategoryResponse
|
|
1208
1202
|
*/
|
|
1209
1203
|
'thumbnail'?: IImage;
|
|
1204
|
+
/**
|
|
1205
|
+
*
|
|
1206
|
+
* @type {Array<ICategoryResponseAttributesInner>}
|
|
1207
|
+
* @memberof ICategoryResponse
|
|
1208
|
+
*/
|
|
1209
|
+
'attributes': Array<ICategoryResponseAttributesInner>;
|
|
1210
1210
|
}
|
|
1211
1211
|
/**
|
|
1212
1212
|
*
|
|
@@ -1681,10 +1681,10 @@ export interface ICompany {
|
|
|
1681
1681
|
'owner': string;
|
|
1682
1682
|
/**
|
|
1683
1683
|
*
|
|
1684
|
-
* @type {
|
|
1684
|
+
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress}
|
|
1685
1685
|
* @memberof ICompany
|
|
1686
1686
|
*/
|
|
1687
|
-
'address'?:
|
|
1687
|
+
'address'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress;
|
|
1688
1688
|
/**
|
|
1689
1689
|
*
|
|
1690
1690
|
* @type {string}
|
|
@@ -1711,10 +1711,16 @@ export interface ICompany {
|
|
|
1711
1711
|
'dns_zone_id'?: string;
|
|
1712
1712
|
/**
|
|
1713
1713
|
*
|
|
1714
|
-
* @type {
|
|
1714
|
+
* @type {string}
|
|
1715
|
+
* @memberof ICompany
|
|
1716
|
+
*/
|
|
1717
|
+
'dns_zone_domain'?: string;
|
|
1718
|
+
/**
|
|
1719
|
+
*
|
|
1720
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>}
|
|
1715
1721
|
* @memberof ICompany
|
|
1716
1722
|
*/
|
|
1717
|
-
'custom_hostnames': Array<
|
|
1723
|
+
'custom_hostnames': Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>;
|
|
1718
1724
|
/**
|
|
1719
1725
|
*
|
|
1720
1726
|
* @type {Array<PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner>}
|
|
@@ -1787,36 +1793,36 @@ export interface ICompany {
|
|
|
1787
1793
|
'currencies': RecordCurrencyEnumCurrency;
|
|
1788
1794
|
/**
|
|
1789
1795
|
*
|
|
1790
|
-
* @type {Array<
|
|
1796
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>}
|
|
1791
1797
|
* @memberof ICompany
|
|
1792
1798
|
*/
|
|
1793
|
-
'warehouses': Array<
|
|
1799
|
+
'warehouses': Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>;
|
|
1794
1800
|
/**
|
|
1795
1801
|
*
|
|
1796
|
-
* @type {{ [key: string]:
|
|
1802
|
+
* @type {{ [key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue; }}
|
|
1797
1803
|
* @memberof ICompany
|
|
1798
1804
|
*/
|
|
1799
1805
|
'navigations': {
|
|
1800
|
-
[key: string]:
|
|
1806
|
+
[key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue;
|
|
1801
1807
|
};
|
|
1802
1808
|
/**
|
|
1803
1809
|
*
|
|
1804
|
-
* @type {
|
|
1810
|
+
* @type {ICompanyPatchRequestFirebaseAdminCredentials}
|
|
1805
1811
|
* @memberof ICompany
|
|
1806
1812
|
*/
|
|
1807
|
-
'firebase_admin_credentials'?:
|
|
1813
|
+
'firebase_admin_credentials'?: ICompanyPatchRequestFirebaseAdminCredentials;
|
|
1808
1814
|
/**
|
|
1809
1815
|
*
|
|
1810
|
-
* @type {
|
|
1816
|
+
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials}
|
|
1811
1817
|
* @memberof ICompany
|
|
1812
1818
|
*/
|
|
1813
|
-
'firebase_web_credentials'?:
|
|
1819
|
+
'firebase_web_credentials'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials;
|
|
1814
1820
|
/**
|
|
1815
1821
|
*
|
|
1816
|
-
* @type {
|
|
1822
|
+
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin}
|
|
1817
1823
|
* @memberof ICompany
|
|
1818
1824
|
*/
|
|
1819
|
-
'firebase_login':
|
|
1825
|
+
'firebase_login': PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin;
|
|
1820
1826
|
/**
|
|
1821
1827
|
*
|
|
1822
1828
|
* @type {string}
|
|
@@ -1831,10 +1837,10 @@ export interface ICompany {
|
|
|
1831
1837
|
'sender_name'?: string;
|
|
1832
1838
|
/**
|
|
1833
1839
|
*
|
|
1834
|
-
* @type {Array<
|
|
1840
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>}
|
|
1835
1841
|
* @memberof ICompany
|
|
1836
1842
|
*/
|
|
1837
|
-
'sender_email_dns_records'?: Array<
|
|
1843
|
+
'sender_email_dns_records'?: Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>;
|
|
1838
1844
|
/**
|
|
1839
1845
|
*
|
|
1840
1846
|
* @type {CompanyStatusEnum}
|
|
@@ -1928,10 +1934,10 @@ export interface ICompanyAdminResponse {
|
|
|
1928
1934
|
'owner': string;
|
|
1929
1935
|
/**
|
|
1930
1936
|
*
|
|
1931
|
-
* @type {
|
|
1937
|
+
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress}
|
|
1932
1938
|
* @memberof ICompanyAdminResponse
|
|
1933
1939
|
*/
|
|
1934
|
-
'address'?:
|
|
1940
|
+
'address'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress;
|
|
1935
1941
|
/**
|
|
1936
1942
|
*
|
|
1937
1943
|
* @type {Array<string>}
|
|
@@ -1946,10 +1952,16 @@ export interface ICompanyAdminResponse {
|
|
|
1946
1952
|
'dns_zone_id'?: string;
|
|
1947
1953
|
/**
|
|
1948
1954
|
*
|
|
1949
|
-
* @type {
|
|
1955
|
+
* @type {string}
|
|
1956
|
+
* @memberof ICompanyAdminResponse
|
|
1957
|
+
*/
|
|
1958
|
+
'dns_zone_domain'?: string;
|
|
1959
|
+
/**
|
|
1960
|
+
*
|
|
1961
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>}
|
|
1950
1962
|
* @memberof ICompanyAdminResponse
|
|
1951
1963
|
*/
|
|
1952
|
-
'custom_hostnames': Array<
|
|
1964
|
+
'custom_hostnames': Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>;
|
|
1953
1965
|
/**
|
|
1954
1966
|
*
|
|
1955
1967
|
* @type {{ [key: string]: string; }}
|
|
@@ -1996,30 +2008,30 @@ export interface ICompanyAdminResponse {
|
|
|
1996
2008
|
'currencies': RecordCurrencyEnumCurrency;
|
|
1997
2009
|
/**
|
|
1998
2010
|
*
|
|
1999
|
-
* @type {Array<
|
|
2011
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>}
|
|
2000
2012
|
* @memberof ICompanyAdminResponse
|
|
2001
2013
|
*/
|
|
2002
|
-
'warehouses': Array<
|
|
2014
|
+
'warehouses': Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>;
|
|
2003
2015
|
/**
|
|
2004
2016
|
*
|
|
2005
|
-
* @type {{ [key: string]:
|
|
2017
|
+
* @type {{ [key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue; }}
|
|
2006
2018
|
* @memberof ICompanyAdminResponse
|
|
2007
2019
|
*/
|
|
2008
2020
|
'navigations': {
|
|
2009
|
-
[key: string]:
|
|
2021
|
+
[key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue;
|
|
2010
2022
|
};
|
|
2011
2023
|
/**
|
|
2012
2024
|
*
|
|
2013
|
-
* @type {
|
|
2025
|
+
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials}
|
|
2014
2026
|
* @memberof ICompanyAdminResponse
|
|
2015
2027
|
*/
|
|
2016
|
-
'firebase_web_credentials'?:
|
|
2028
|
+
'firebase_web_credentials'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials;
|
|
2017
2029
|
/**
|
|
2018
2030
|
*
|
|
2019
|
-
* @type {
|
|
2031
|
+
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin}
|
|
2020
2032
|
* @memberof ICompanyAdminResponse
|
|
2021
2033
|
*/
|
|
2022
|
-
'firebase_login':
|
|
2034
|
+
'firebase_login': PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin;
|
|
2023
2035
|
/**
|
|
2024
2036
|
*
|
|
2025
2037
|
* @type {string}
|
|
@@ -2034,10 +2046,10 @@ export interface ICompanyAdminResponse {
|
|
|
2034
2046
|
'sender_name'?: string;
|
|
2035
2047
|
/**
|
|
2036
2048
|
*
|
|
2037
|
-
* @type {Array<
|
|
2049
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>}
|
|
2038
2050
|
* @memberof ICompanyAdminResponse
|
|
2039
2051
|
*/
|
|
2040
|
-
'sender_email_dns_records'?: Array<
|
|
2052
|
+
'sender_email_dns_records'?: Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>;
|
|
2041
2053
|
/**
|
|
2042
2054
|
*
|
|
2043
2055
|
* @type {PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles}
|
|
@@ -2444,22 +2456,10 @@ export interface ICompanyPatchRequest {
|
|
|
2444
2456
|
'status'?: CompanyStatusEnum;
|
|
2445
2457
|
/**
|
|
2446
2458
|
*
|
|
2447
|
-
* @type {
|
|
2448
|
-
* @memberof ICompanyPatchRequest
|
|
2449
|
-
*/
|
|
2450
|
-
'users'?: Array<PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner>;
|
|
2451
|
-
/**
|
|
2452
|
-
*
|
|
2453
|
-
* @type {ICompanyPostRequestFirebaseAdminCredentials}
|
|
2454
|
-
* @memberof ICompanyPatchRequest
|
|
2455
|
-
*/
|
|
2456
|
-
'firebase_admin_credentials'?: ICompanyPostRequestFirebaseAdminCredentials;
|
|
2457
|
-
/**
|
|
2458
|
-
*
|
|
2459
|
-
* @type {ICompanyResponseConfig}
|
|
2459
|
+
* @type {ICompanyPatchRequestFirebaseAdminCredentials}
|
|
2460
2460
|
* @memberof ICompanyPatchRequest
|
|
2461
2461
|
*/
|
|
2462
|
-
'
|
|
2462
|
+
'firebase_admin_credentials'?: ICompanyPatchRequestFirebaseAdminCredentials;
|
|
2463
2463
|
/**
|
|
2464
2464
|
*
|
|
2465
2465
|
* @type {CompanyTypeEnum}
|
|
@@ -2468,22 +2468,22 @@ export interface ICompanyPatchRequest {
|
|
|
2468
2468
|
'type'?: CompanyTypeEnum;
|
|
2469
2469
|
/**
|
|
2470
2470
|
*
|
|
2471
|
-
* @type {
|
|
2471
|
+
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress}
|
|
2472
2472
|
* @memberof ICompanyPatchRequest
|
|
2473
2473
|
*/
|
|
2474
|
-
'
|
|
2474
|
+
'address'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress;
|
|
2475
2475
|
/**
|
|
2476
2476
|
*
|
|
2477
|
-
* @type {
|
|
2477
|
+
* @type {string}
|
|
2478
2478
|
* @memberof ICompanyPatchRequest
|
|
2479
2479
|
*/
|
|
2480
|
-
'
|
|
2480
|
+
'dns_zone_id'?: string;
|
|
2481
2481
|
/**
|
|
2482
2482
|
*
|
|
2483
2483
|
* @type {string}
|
|
2484
2484
|
* @memberof ICompanyPatchRequest
|
|
2485
2485
|
*/
|
|
2486
|
-
'
|
|
2486
|
+
'dns_zone_domain'?: string;
|
|
2487
2487
|
/**
|
|
2488
2488
|
*
|
|
2489
2489
|
* @type {{ [key: string]: string; }}
|
|
@@ -2530,263 +2530,132 @@ export interface ICompanyPatchRequest {
|
|
|
2530
2530
|
'currencies'?: RecordCurrencyEnumCurrency;
|
|
2531
2531
|
/**
|
|
2532
2532
|
*
|
|
2533
|
-
* @type {Array<
|
|
2533
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>}
|
|
2534
2534
|
* @memberof ICompanyPatchRequest
|
|
2535
2535
|
*/
|
|
2536
|
-
'warehouses'?: Array<
|
|
2536
|
+
'warehouses'?: Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>;
|
|
2537
2537
|
/**
|
|
2538
2538
|
*
|
|
2539
|
-
* @type {Array<
|
|
2539
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>}
|
|
2540
2540
|
* @memberof ICompanyPatchRequest
|
|
2541
2541
|
*/
|
|
2542
|
-
'sender_email_dns_records'?: Array<
|
|
2543
|
-
}
|
|
2544
|
-
/**
|
|
2545
|
-
*
|
|
2546
|
-
* @export
|
|
2547
|
-
* @interface ICompanyPostRequest
|
|
2548
|
-
*/
|
|
2549
|
-
export interface ICompanyPostRequest {
|
|
2550
|
-
/**
|
|
2551
|
-
*
|
|
2552
|
-
* @type {string}
|
|
2553
|
-
* @memberof ICompanyPostRequest
|
|
2554
|
-
*/
|
|
2555
|
-
'name': string;
|
|
2556
|
-
/**
|
|
2557
|
-
*
|
|
2558
|
-
* @type {string}
|
|
2559
|
-
* @memberof ICompanyPostRequest
|
|
2560
|
-
*/
|
|
2561
|
-
'phone'?: string;
|
|
2562
|
-
/**
|
|
2563
|
-
*
|
|
2564
|
-
* @type {string}
|
|
2565
|
-
* @memberof ICompanyPostRequest
|
|
2566
|
-
*/
|
|
2567
|
-
'email'?: string;
|
|
2568
|
-
/**
|
|
2569
|
-
*
|
|
2570
|
-
* @type {{ [key: string]: PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue; }}
|
|
2571
|
-
* @memberof ICompanyPostRequest
|
|
2572
|
-
*/
|
|
2573
|
-
'roles': {
|
|
2574
|
-
[key: string]: PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue;
|
|
2575
|
-
};
|
|
2576
|
-
/**
|
|
2577
|
-
*
|
|
2578
|
-
* @type {LanguageEnum}
|
|
2579
|
-
* @memberof ICompanyPostRequest
|
|
2580
|
-
*/
|
|
2581
|
-
'language': LanguageEnum;
|
|
2582
|
-
/**
|
|
2583
|
-
*
|
|
2584
|
-
* @type {CompanyStatusEnum}
|
|
2585
|
-
* @memberof ICompanyPostRequest
|
|
2586
|
-
*/
|
|
2587
|
-
'status': CompanyStatusEnum;
|
|
2588
|
-
/**
|
|
2589
|
-
*
|
|
2590
|
-
* @type {string}
|
|
2591
|
-
* @memberof ICompanyPostRequest
|
|
2592
|
-
*/
|
|
2593
|
-
'main'?: string;
|
|
2594
|
-
/**
|
|
2595
|
-
*
|
|
2596
|
-
* @type {ICompanyPostRequestFirebaseAdminCredentials}
|
|
2597
|
-
* @memberof ICompanyPostRequest
|
|
2598
|
-
*/
|
|
2599
|
-
'firebase_admin_credentials'?: ICompanyPostRequestFirebaseAdminCredentials;
|
|
2600
|
-
/**
|
|
2601
|
-
*
|
|
2602
|
-
* @type {CompanyTypeEnum}
|
|
2603
|
-
* @memberof ICompanyPostRequest
|
|
2604
|
-
*/
|
|
2605
|
-
'type': CompanyTypeEnum;
|
|
2606
|
-
/**
|
|
2607
|
-
*
|
|
2608
|
-
* @type {ICompanyResponseAddress}
|
|
2609
|
-
* @memberof ICompanyPostRequest
|
|
2610
|
-
*/
|
|
2611
|
-
'address'?: ICompanyResponseAddress;
|
|
2612
|
-
/**
|
|
2613
|
-
*
|
|
2614
|
-
* @type {string}
|
|
2615
|
-
* @memberof ICompanyPostRequest
|
|
2616
|
-
*/
|
|
2617
|
-
'dns_zone_id'?: string;
|
|
2618
|
-
/**
|
|
2619
|
-
*
|
|
2620
|
-
* @type {{ [key: string]: string; }}
|
|
2621
|
-
* @memberof ICompanyPostRequest
|
|
2622
|
-
*/
|
|
2623
|
-
'socials'?: {
|
|
2624
|
-
[key: string]: string;
|
|
2625
|
-
};
|
|
2626
|
-
/**
|
|
2627
|
-
*
|
|
2628
|
-
* @type {string}
|
|
2629
|
-
* @memberof ICompanyPostRequest
|
|
2630
|
-
*/
|
|
2631
|
-
'description'?: string;
|
|
2632
|
-
/**
|
|
2633
|
-
*
|
|
2634
|
-
* @type {IImage}
|
|
2635
|
-
* @memberof ICompanyPostRequest
|
|
2636
|
-
*/
|
|
2637
|
-
'logo'?: IImage;
|
|
2638
|
-
/**
|
|
2639
|
-
*
|
|
2640
|
-
* @type {TimezoneEnum}
|
|
2641
|
-
* @memberof ICompanyPostRequest
|
|
2642
|
-
*/
|
|
2643
|
-
'timezone': TimezoneEnum;
|
|
2644
|
-
/**
|
|
2645
|
-
*
|
|
2646
|
-
* @type {Array<LanguageEnum>}
|
|
2647
|
-
* @memberof ICompanyPostRequest
|
|
2648
|
-
*/
|
|
2649
|
-
'languages': Array<LanguageEnum>;
|
|
2650
|
-
/**
|
|
2651
|
-
*
|
|
2652
|
-
* @type {CurrencyEnum}
|
|
2653
|
-
* @memberof ICompanyPostRequest
|
|
2654
|
-
*/
|
|
2655
|
-
'currency': CurrencyEnum;
|
|
2656
|
-
/**
|
|
2657
|
-
*
|
|
2658
|
-
* @type {RecordCurrencyEnumCurrency}
|
|
2659
|
-
* @memberof ICompanyPostRequest
|
|
2660
|
-
*/
|
|
2661
|
-
'currencies': RecordCurrencyEnumCurrency;
|
|
2662
|
-
/**
|
|
2663
|
-
*
|
|
2664
|
-
* @type {Array<ICompanyResponseSenderEmailDnsRecordsInner>}
|
|
2665
|
-
* @memberof ICompanyPostRequest
|
|
2666
|
-
*/
|
|
2667
|
-
'sender_email_dns_records'?: Array<ICompanyResponseSenderEmailDnsRecordsInner>;
|
|
2668
|
-
/**
|
|
2669
|
-
*
|
|
2670
|
-
* @type {string}
|
|
2671
|
-
* @memberof ICompanyPostRequest
|
|
2672
|
-
*/
|
|
2673
|
-
'owner': string;
|
|
2674
|
-
/**
|
|
2675
|
-
*
|
|
2676
|
-
* @type {Array<PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner>}
|
|
2677
|
-
* @memberof ICompanyPostRequest
|
|
2678
|
-
*/
|
|
2679
|
-
'users': Array<PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner>;
|
|
2680
|
-
/**
|
|
2681
|
-
*
|
|
2682
|
-
* @type {Array<ICompanyPostRequestWarehousesInner>}
|
|
2683
|
-
* @memberof ICompanyPostRequest
|
|
2684
|
-
*/
|
|
2685
|
-
'warehouses': Array<ICompanyPostRequestWarehousesInner>;
|
|
2686
|
-
/**
|
|
2687
|
-
*
|
|
2688
|
-
* @type {ICompanyResponseConfig}
|
|
2689
|
-
* @memberof ICompanyPostRequest
|
|
2690
|
-
*/
|
|
2691
|
-
'config': ICompanyResponseConfig;
|
|
2542
|
+
'sender_email_dns_records'?: Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>;
|
|
2692
2543
|
}
|
|
2693
2544
|
/**
|
|
2694
2545
|
*
|
|
2695
2546
|
* @export
|
|
2696
|
-
* @interface
|
|
2547
|
+
* @interface ICompanyPatchRequestFirebaseAdminCredentials
|
|
2697
2548
|
*/
|
|
2698
|
-
export interface
|
|
2549
|
+
export interface ICompanyPatchRequestFirebaseAdminCredentials {
|
|
2699
2550
|
/**
|
|
2700
2551
|
*
|
|
2701
2552
|
* @type {string}
|
|
2702
|
-
* @memberof
|
|
2553
|
+
* @memberof ICompanyPatchRequestFirebaseAdminCredentials
|
|
2703
2554
|
*/
|
|
2704
2555
|
'universe_domain': string;
|
|
2705
2556
|
/**
|
|
2706
2557
|
*
|
|
2707
2558
|
* @type {string}
|
|
2708
|
-
* @memberof
|
|
2559
|
+
* @memberof ICompanyPatchRequestFirebaseAdminCredentials
|
|
2709
2560
|
*/
|
|
2710
2561
|
'auth_provider_x509_cert_url': string;
|
|
2711
2562
|
/**
|
|
2712
2563
|
*
|
|
2713
2564
|
* @type {string}
|
|
2714
|
-
* @memberof
|
|
2565
|
+
* @memberof ICompanyPatchRequestFirebaseAdminCredentials
|
|
2715
2566
|
*/
|
|
2716
2567
|
'token_uri': string;
|
|
2717
2568
|
/**
|
|
2718
2569
|
*
|
|
2719
2570
|
* @type {string}
|
|
2720
|
-
* @memberof
|
|
2571
|
+
* @memberof ICompanyPatchRequestFirebaseAdminCredentials
|
|
2721
2572
|
*/
|
|
2722
2573
|
'auth_uri': string;
|
|
2723
2574
|
/**
|
|
2724
2575
|
*
|
|
2725
2576
|
* @type {string}
|
|
2726
|
-
* @memberof
|
|
2577
|
+
* @memberof ICompanyPatchRequestFirebaseAdminCredentials
|
|
2727
2578
|
*/
|
|
2728
2579
|
'client_id': string;
|
|
2729
2580
|
/**
|
|
2730
2581
|
*
|
|
2731
2582
|
* @type {string}
|
|
2732
|
-
* @memberof
|
|
2583
|
+
* @memberof ICompanyPatchRequestFirebaseAdminCredentials
|
|
2733
2584
|
*/
|
|
2734
2585
|
'client_email': string;
|
|
2735
2586
|
/**
|
|
2736
2587
|
*
|
|
2737
2588
|
* @type {string}
|
|
2738
|
-
* @memberof
|
|
2589
|
+
* @memberof ICompanyPatchRequestFirebaseAdminCredentials
|
|
2739
2590
|
*/
|
|
2740
2591
|
'private_key': string;
|
|
2741
2592
|
/**
|
|
2742
2593
|
*
|
|
2743
2594
|
* @type {string}
|
|
2744
|
-
* @memberof
|
|
2595
|
+
* @memberof ICompanyPatchRequestFirebaseAdminCredentials
|
|
2745
2596
|
*/
|
|
2746
2597
|
'private_key_id': string;
|
|
2747
2598
|
/**
|
|
2748
2599
|
*
|
|
2749
2600
|
* @type {string}
|
|
2750
|
-
* @memberof
|
|
2601
|
+
* @memberof ICompanyPatchRequestFirebaseAdminCredentials
|
|
2751
2602
|
*/
|
|
2752
2603
|
'project_id': string;
|
|
2753
2604
|
/**
|
|
2754
2605
|
*
|
|
2755
2606
|
* @type {string}
|
|
2756
|
-
* @memberof
|
|
2607
|
+
* @memberof ICompanyPatchRequestFirebaseAdminCredentials
|
|
2757
2608
|
*/
|
|
2758
2609
|
'credential_type': string;
|
|
2759
2610
|
}
|
|
2760
2611
|
/**
|
|
2761
2612
|
*
|
|
2762
2613
|
* @export
|
|
2763
|
-
* @interface
|
|
2614
|
+
* @interface ICompanyPostRequest
|
|
2764
2615
|
*/
|
|
2765
|
-
export interface
|
|
2616
|
+
export interface ICompanyPostRequest {
|
|
2766
2617
|
/**
|
|
2767
2618
|
*
|
|
2768
2619
|
* @type {string}
|
|
2769
|
-
* @memberof
|
|
2620
|
+
* @memberof ICompanyPostRequest
|
|
2770
2621
|
*/
|
|
2771
|
-
'
|
|
2622
|
+
'main_id': string;
|
|
2772
2623
|
/**
|
|
2773
2624
|
*
|
|
2774
2625
|
* @type {string}
|
|
2775
|
-
* @memberof
|
|
2626
|
+
* @memberof ICompanyPostRequest
|
|
2776
2627
|
*/
|
|
2777
|
-
'
|
|
2628
|
+
'name': string;
|
|
2778
2629
|
/**
|
|
2779
2630
|
*
|
|
2780
|
-
* @type {
|
|
2781
|
-
* @memberof
|
|
2631
|
+
* @type {PlanTypeEnum}
|
|
2632
|
+
* @memberof ICompanyPostRequest
|
|
2782
2633
|
*/
|
|
2783
|
-
'
|
|
2634
|
+
'plan': PlanTypeEnum;
|
|
2784
2635
|
/**
|
|
2785
2636
|
*
|
|
2786
|
-
* @type {
|
|
2787
|
-
* @memberof
|
|
2637
|
+
* @type {CompanyTypeEnum}
|
|
2638
|
+
* @memberof ICompanyPostRequest
|
|
2788
2639
|
*/
|
|
2789
|
-
'
|
|
2640
|
+
'type': CompanyTypeEnum;
|
|
2641
|
+
/**
|
|
2642
|
+
*
|
|
2643
|
+
* @type {ThemeTypeEnum}
|
|
2644
|
+
* @memberof ICompanyPostRequest
|
|
2645
|
+
*/
|
|
2646
|
+
'theme': ThemeTypeEnum;
|
|
2647
|
+
/**
|
|
2648
|
+
*
|
|
2649
|
+
* @type {LanguageEnum}
|
|
2650
|
+
* @memberof ICompanyPostRequest
|
|
2651
|
+
*/
|
|
2652
|
+
'language': LanguageEnum;
|
|
2653
|
+
/**
|
|
2654
|
+
*
|
|
2655
|
+
* @type {CurrencyEnum}
|
|
2656
|
+
* @memberof ICompanyPostRequest
|
|
2657
|
+
*/
|
|
2658
|
+
'currency': CurrencyEnum;
|
|
2790
2659
|
}
|
|
2791
2660
|
/**
|
|
2792
2661
|
*
|
|
@@ -2868,10 +2737,10 @@ export interface ICompanyResponse {
|
|
|
2868
2737
|
'owner': string;
|
|
2869
2738
|
/**
|
|
2870
2739
|
*
|
|
2871
|
-
* @type {
|
|
2740
|
+
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress}
|
|
2872
2741
|
* @memberof ICompanyResponse
|
|
2873
2742
|
*/
|
|
2874
|
-
'address'?:
|
|
2743
|
+
'address'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress;
|
|
2875
2744
|
/**
|
|
2876
2745
|
*
|
|
2877
2746
|
* @type {Array<string>}
|
|
@@ -2886,10 +2755,16 @@ export interface ICompanyResponse {
|
|
|
2886
2755
|
'dns_zone_id'?: string;
|
|
2887
2756
|
/**
|
|
2888
2757
|
*
|
|
2889
|
-
* @type {
|
|
2758
|
+
* @type {string}
|
|
2759
|
+
* @memberof ICompanyResponse
|
|
2760
|
+
*/
|
|
2761
|
+
'dns_zone_domain'?: string;
|
|
2762
|
+
/**
|
|
2763
|
+
*
|
|
2764
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>}
|
|
2890
2765
|
* @memberof ICompanyResponse
|
|
2891
2766
|
*/
|
|
2892
|
-
'custom_hostnames': Array<
|
|
2767
|
+
'custom_hostnames': Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>;
|
|
2893
2768
|
/**
|
|
2894
2769
|
*
|
|
2895
2770
|
* @type {{ [key: string]: string; }}
|
|
@@ -2936,30 +2811,30 @@ export interface ICompanyResponse {
|
|
|
2936
2811
|
'currencies': RecordCurrencyEnumCurrency;
|
|
2937
2812
|
/**
|
|
2938
2813
|
*
|
|
2939
|
-
* @type {Array<
|
|
2814
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>}
|
|
2940
2815
|
* @memberof ICompanyResponse
|
|
2941
2816
|
*/
|
|
2942
|
-
'warehouses': Array<
|
|
2817
|
+
'warehouses': Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>;
|
|
2943
2818
|
/**
|
|
2944
2819
|
*
|
|
2945
|
-
* @type {{ [key: string]:
|
|
2820
|
+
* @type {{ [key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue; }}
|
|
2946
2821
|
* @memberof ICompanyResponse
|
|
2947
2822
|
*/
|
|
2948
2823
|
'navigations': {
|
|
2949
|
-
[key: string]:
|
|
2824
|
+
[key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue;
|
|
2950
2825
|
};
|
|
2951
2826
|
/**
|
|
2952
2827
|
*
|
|
2953
|
-
* @type {
|
|
2828
|
+
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials}
|
|
2954
2829
|
* @memberof ICompanyResponse
|
|
2955
2830
|
*/
|
|
2956
|
-
'firebase_web_credentials'?:
|
|
2831
|
+
'firebase_web_credentials'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials;
|
|
2957
2832
|
/**
|
|
2958
2833
|
*
|
|
2959
|
-
* @type {
|
|
2834
|
+
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin}
|
|
2960
2835
|
* @memberof ICompanyResponse
|
|
2961
2836
|
*/
|
|
2962
|
-
'firebase_login':
|
|
2837
|
+
'firebase_login': PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin;
|
|
2963
2838
|
/**
|
|
2964
2839
|
*
|
|
2965
2840
|
* @type {string}
|
|
@@ -2974,10 +2849,10 @@ export interface ICompanyResponse {
|
|
|
2974
2849
|
'sender_name'?: string;
|
|
2975
2850
|
/**
|
|
2976
2851
|
*
|
|
2977
|
-
* @type {Array<
|
|
2852
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>}
|
|
2978
2853
|
* @memberof ICompanyResponse
|
|
2979
2854
|
*/
|
|
2980
|
-
'sender_email_dns_records'?: Array<
|
|
2855
|
+
'sender_email_dns_records'?: Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>;
|
|
2981
2856
|
/**
|
|
2982
2857
|
*
|
|
2983
2858
|
* @type {PickICompanyNameOrDomainsOrIdOrLanguage}
|
|
@@ -2997,37 +2872,6 @@ export interface ICompanyResponse {
|
|
|
2997
2872
|
*/
|
|
2998
2873
|
'currency_rates': RecordCurrencyEnumNumber;
|
|
2999
2874
|
}
|
|
3000
|
-
/**
|
|
3001
|
-
*
|
|
3002
|
-
* @export
|
|
3003
|
-
* @interface ICompanyResponseAddress
|
|
3004
|
-
*/
|
|
3005
|
-
export interface ICompanyResponseAddress {
|
|
3006
|
-
/**
|
|
3007
|
-
*
|
|
3008
|
-
* @type {string}
|
|
3009
|
-
* @memberof ICompanyResponseAddress
|
|
3010
|
-
*/
|
|
3011
|
-
'description': string;
|
|
3012
|
-
/**
|
|
3013
|
-
*
|
|
3014
|
-
* @type {string}
|
|
3015
|
-
* @memberof ICompanyResponseAddress
|
|
3016
|
-
*/
|
|
3017
|
-
'city': string;
|
|
3018
|
-
/**
|
|
3019
|
-
*
|
|
3020
|
-
* @type {string}
|
|
3021
|
-
* @memberof ICompanyResponseAddress
|
|
3022
|
-
*/
|
|
3023
|
-
'state': string;
|
|
3024
|
-
/**
|
|
3025
|
-
*
|
|
3026
|
-
* @type {string}
|
|
3027
|
-
* @memberof ICompanyResponseAddress
|
|
3028
|
-
*/
|
|
3029
|
-
'country': string;
|
|
3030
|
-
}
|
|
3031
2875
|
/**
|
|
3032
2876
|
*
|
|
3033
2877
|
* @export
|
|
@@ -3115,211 +2959,19 @@ export interface ICompanyResponseConfigTemplate {
|
|
|
3115
2959
|
/**
|
|
3116
2960
|
*
|
|
3117
2961
|
* @export
|
|
3118
|
-
* @interface
|
|
2962
|
+
* @interface ICompanyUpdateConfigRequest
|
|
3119
2963
|
*/
|
|
3120
|
-
export interface
|
|
2964
|
+
export interface ICompanyUpdateConfigRequest {
|
|
3121
2965
|
/**
|
|
3122
2966
|
*
|
|
3123
|
-
* @type {
|
|
3124
|
-
* @memberof
|
|
2967
|
+
* @type {ICompanyResponseConfig}
|
|
2968
|
+
* @memberof ICompanyUpdateConfigRequest
|
|
3125
2969
|
*/
|
|
3126
|
-
'
|
|
2970
|
+
'config': ICompanyResponseConfig;
|
|
3127
2971
|
/**
|
|
3128
2972
|
*
|
|
3129
|
-
* @type {
|
|
3130
|
-
* @memberof
|
|
3131
|
-
*/
|
|
3132
|
-
'hostname': string;
|
|
3133
|
-
/**
|
|
3134
|
-
*
|
|
3135
|
-
* @type {string}
|
|
3136
|
-
* @memberof ICompanyResponseCustomHostnamesInner
|
|
3137
|
-
*/
|
|
3138
|
-
'zone_id': string;
|
|
3139
|
-
/**
|
|
3140
|
-
*
|
|
3141
|
-
* @type {string}
|
|
3142
|
-
* @memberof ICompanyResponseCustomHostnamesInner
|
|
3143
|
-
*/
|
|
3144
|
-
'id': string;
|
|
3145
|
-
}
|
|
3146
|
-
/**
|
|
3147
|
-
*
|
|
3148
|
-
* @export
|
|
3149
|
-
* @interface ICompanyResponseFirebaseLogin
|
|
3150
|
-
*/
|
|
3151
|
-
export interface ICompanyResponseFirebaseLogin {
|
|
3152
|
-
/**
|
|
3153
|
-
*
|
|
3154
|
-
* @type {boolean}
|
|
3155
|
-
* @memberof ICompanyResponseFirebaseLogin
|
|
3156
|
-
*/
|
|
3157
|
-
'apple': boolean;
|
|
3158
|
-
/**
|
|
3159
|
-
*
|
|
3160
|
-
* @type {boolean}
|
|
3161
|
-
* @memberof ICompanyResponseFirebaseLogin
|
|
3162
|
-
*/
|
|
3163
|
-
'facebook': boolean;
|
|
3164
|
-
/**
|
|
3165
|
-
*
|
|
3166
|
-
* @type {boolean}
|
|
3167
|
-
* @memberof ICompanyResponseFirebaseLogin
|
|
3168
|
-
*/
|
|
3169
|
-
'google': boolean;
|
|
3170
|
-
}
|
|
3171
|
-
/**
|
|
3172
|
-
*
|
|
3173
|
-
* @export
|
|
3174
|
-
* @interface ICompanyResponseFirebaseWebCredentials
|
|
3175
|
-
*/
|
|
3176
|
-
export interface ICompanyResponseFirebaseWebCredentials {
|
|
3177
|
-
/**
|
|
3178
|
-
*
|
|
3179
|
-
* @type {string}
|
|
3180
|
-
* @memberof ICompanyResponseFirebaseWebCredentials
|
|
3181
|
-
*/
|
|
3182
|
-
'measurementId': string;
|
|
3183
|
-
/**
|
|
3184
|
-
*
|
|
3185
|
-
* @type {string}
|
|
3186
|
-
* @memberof ICompanyResponseFirebaseWebCredentials
|
|
3187
|
-
*/
|
|
3188
|
-
'appId': string;
|
|
3189
|
-
/**
|
|
3190
|
-
*
|
|
3191
|
-
* @type {string}
|
|
3192
|
-
* @memberof ICompanyResponseFirebaseWebCredentials
|
|
3193
|
-
*/
|
|
3194
|
-
'messagingSenderId': string;
|
|
3195
|
-
/**
|
|
3196
|
-
*
|
|
3197
|
-
* @type {string}
|
|
3198
|
-
* @memberof ICompanyResponseFirebaseWebCredentials
|
|
3199
|
-
*/
|
|
3200
|
-
'storageBucket': string;
|
|
3201
|
-
/**
|
|
3202
|
-
*
|
|
3203
|
-
* @type {string}
|
|
3204
|
-
* @memberof ICompanyResponseFirebaseWebCredentials
|
|
3205
|
-
*/
|
|
3206
|
-
'projectId': string;
|
|
3207
|
-
/**
|
|
3208
|
-
*
|
|
3209
|
-
* @type {string}
|
|
3210
|
-
* @memberof ICompanyResponseFirebaseWebCredentials
|
|
3211
|
-
*/
|
|
3212
|
-
'authDomain': string;
|
|
3213
|
-
/**
|
|
3214
|
-
*
|
|
3215
|
-
* @type {string}
|
|
3216
|
-
* @memberof ICompanyResponseFirebaseWebCredentials
|
|
3217
|
-
*/
|
|
3218
|
-
'apiKey': string;
|
|
3219
|
-
}
|
|
3220
|
-
/**
|
|
3221
|
-
*
|
|
3222
|
-
* @export
|
|
3223
|
-
* @interface ICompanyResponseNavigationsValue
|
|
3224
|
-
*/
|
|
3225
|
-
export interface ICompanyResponseNavigationsValue {
|
|
3226
|
-
/**
|
|
3227
|
-
*
|
|
3228
|
-
* @type {Array<NavigationUrl>}
|
|
3229
|
-
* @memberof ICompanyResponseNavigationsValue
|
|
3230
|
-
*/
|
|
3231
|
-
'footer': Array<NavigationUrl>;
|
|
3232
|
-
/**
|
|
3233
|
-
*
|
|
3234
|
-
* @type {Array<NavigationUrl>}
|
|
3235
|
-
* @memberof ICompanyResponseNavigationsValue
|
|
3236
|
-
*/
|
|
3237
|
-
'header': Array<NavigationUrl>;
|
|
3238
|
-
}
|
|
3239
|
-
/**
|
|
3240
|
-
*
|
|
3241
|
-
* @export
|
|
3242
|
-
* @interface ICompanyResponseSenderEmailDnsRecordsInner
|
|
3243
|
-
*/
|
|
3244
|
-
export interface ICompanyResponseSenderEmailDnsRecordsInner {
|
|
3245
|
-
/**
|
|
3246
|
-
*
|
|
3247
|
-
* @type {number}
|
|
3248
|
-
* @memberof ICompanyResponseSenderEmailDnsRecordsInner
|
|
3249
|
-
*/
|
|
3250
|
-
'priority'?: number;
|
|
3251
|
-
/**
|
|
3252
|
-
*
|
|
3253
|
-
* @type {EmailConfigDnsRecordTypeEnum}
|
|
3254
|
-
* @memberof ICompanyResponseSenderEmailDnsRecordsInner
|
|
3255
|
-
*/
|
|
3256
|
-
'type': EmailConfigDnsRecordTypeEnum;
|
|
3257
|
-
/**
|
|
3258
|
-
*
|
|
3259
|
-
* @type {string}
|
|
3260
|
-
* @memberof ICompanyResponseSenderEmailDnsRecordsInner
|
|
3261
|
-
*/
|
|
3262
|
-
'value': string;
|
|
3263
|
-
/**
|
|
3264
|
-
*
|
|
3265
|
-
* @type {string}
|
|
3266
|
-
* @memberof ICompanyResponseSenderEmailDnsRecordsInner
|
|
3267
|
-
*/
|
|
3268
|
-
'key': string;
|
|
3269
|
-
}
|
|
3270
|
-
/**
|
|
3271
|
-
*
|
|
3272
|
-
* @export
|
|
3273
|
-
* @interface ICompanyResponseWarehousesInner
|
|
3274
|
-
*/
|
|
3275
|
-
export interface ICompanyResponseWarehousesInner {
|
|
3276
|
-
/**
|
|
3277
|
-
*
|
|
3278
|
-
* @type {string}
|
|
3279
|
-
* @memberof ICompanyResponseWarehousesInner
|
|
3280
|
-
*/
|
|
3281
|
-
'email'?: string;
|
|
3282
|
-
/**
|
|
3283
|
-
*
|
|
3284
|
-
* @type {string}
|
|
3285
|
-
* @memberof ICompanyResponseWarehousesInner
|
|
3286
|
-
*/
|
|
3287
|
-
'phone'?: string;
|
|
3288
|
-
/**
|
|
3289
|
-
*
|
|
3290
|
-
* @type {string}
|
|
3291
|
-
* @memberof ICompanyResponseWarehousesInner
|
|
3292
|
-
*/
|
|
3293
|
-
'address'?: string;
|
|
3294
|
-
/**
|
|
3295
|
-
*
|
|
3296
|
-
* @type {string}
|
|
3297
|
-
* @memberof ICompanyResponseWarehousesInner
|
|
3298
|
-
*/
|
|
3299
|
-
'name': string;
|
|
3300
|
-
/**
|
|
3301
|
-
*
|
|
3302
|
-
* @type {string}
|
|
3303
|
-
* @memberof ICompanyResponseWarehousesInner
|
|
3304
|
-
*/
|
|
3305
|
-
'_id': string;
|
|
3306
|
-
}
|
|
3307
|
-
/**
|
|
3308
|
-
*
|
|
3309
|
-
* @export
|
|
3310
|
-
* @interface ICompanyUpdateConfigRequest
|
|
3311
|
-
*/
|
|
3312
|
-
export interface ICompanyUpdateConfigRequest {
|
|
3313
|
-
/**
|
|
3314
|
-
*
|
|
3315
|
-
* @type {ICompanyResponseConfig}
|
|
3316
|
-
* @memberof ICompanyUpdateConfigRequest
|
|
3317
|
-
*/
|
|
3318
|
-
'config': ICompanyResponseConfig;
|
|
3319
|
-
/**
|
|
3320
|
-
*
|
|
3321
|
-
* @type {IImage}
|
|
3322
|
-
* @memberof ICompanyUpdateConfigRequest
|
|
2973
|
+
* @type {IImage}
|
|
2974
|
+
* @memberof ICompanyUpdateConfigRequest
|
|
3323
2975
|
*/
|
|
3324
2976
|
'logo'?: IImage;
|
|
3325
2977
|
}
|
|
@@ -3344,22 +2996,22 @@ export interface ICompanyUpdateDomainRequest {
|
|
|
3344
2996
|
export interface ICompanyUpdateFirebaseConfigRequest {
|
|
3345
2997
|
/**
|
|
3346
2998
|
*
|
|
3347
|
-
* @type {
|
|
2999
|
+
* @type {ICompanyPatchRequestFirebaseAdminCredentials}
|
|
3348
3000
|
* @memberof ICompanyUpdateFirebaseConfigRequest
|
|
3349
3001
|
*/
|
|
3350
|
-
'firebase_admin_credentials'?:
|
|
3002
|
+
'firebase_admin_credentials'?: ICompanyPatchRequestFirebaseAdminCredentials;
|
|
3351
3003
|
/**
|
|
3352
3004
|
*
|
|
3353
|
-
* @type {
|
|
3005
|
+
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials}
|
|
3354
3006
|
* @memberof ICompanyUpdateFirebaseConfigRequest
|
|
3355
3007
|
*/
|
|
3356
|
-
'firebase_web_credentials'?:
|
|
3008
|
+
'firebase_web_credentials'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials;
|
|
3357
3009
|
/**
|
|
3358
3010
|
*
|
|
3359
|
-
* @type {
|
|
3011
|
+
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin}
|
|
3360
3012
|
* @memberof ICompanyUpdateFirebaseConfigRequest
|
|
3361
3013
|
*/
|
|
3362
|
-
'firebase_login'?:
|
|
3014
|
+
'firebase_login'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin;
|
|
3363
3015
|
}
|
|
3364
3016
|
/**
|
|
3365
3017
|
*
|
|
@@ -3369,11 +3021,11 @@ export interface ICompanyUpdateFirebaseConfigRequest {
|
|
|
3369
3021
|
export interface ICompanyUpdateNavigationRequest {
|
|
3370
3022
|
/**
|
|
3371
3023
|
*
|
|
3372
|
-
* @type {{ [key: string]:
|
|
3024
|
+
* @type {{ [key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue; }}
|
|
3373
3025
|
* @memberof ICompanyUpdateNavigationRequest
|
|
3374
3026
|
*/
|
|
3375
3027
|
'navigations': {
|
|
3376
|
-
[key: string]:
|
|
3028
|
+
[key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue;
|
|
3377
3029
|
};
|
|
3378
3030
|
}
|
|
3379
3031
|
/**
|
|
@@ -4585,7 +4237,7 @@ export interface IPageCollectionQueryParams {
|
|
|
4585
4237
|
* @type {string}
|
|
4586
4238
|
* @memberof IPageCollectionQueryParams
|
|
4587
4239
|
*/
|
|
4588
|
-
'company'
|
|
4240
|
+
'company'?: string;
|
|
4589
4241
|
/**
|
|
4590
4242
|
*
|
|
4591
4243
|
* @type {string}
|
|
@@ -5162,7 +4814,7 @@ export interface IProductCollectionQueryParams {
|
|
|
5162
4814
|
* @type {string}
|
|
5163
4815
|
* @memberof IProductCollectionQueryParams
|
|
5164
4816
|
*/
|
|
5165
|
-
'company'
|
|
4817
|
+
'company'?: string;
|
|
5166
4818
|
/**
|
|
5167
4819
|
*
|
|
5168
4820
|
* @type {string}
|
|
@@ -5852,12 +5504,6 @@ export interface ITemplatePostRequest {
|
|
|
5852
5504
|
* @interface ITemplateResponse
|
|
5853
5505
|
*/
|
|
5854
5506
|
export interface ITemplateResponse {
|
|
5855
|
-
/**
|
|
5856
|
-
*
|
|
5857
|
-
* @type {Array<ITemplateResponseComponentsInner>}
|
|
5858
|
-
* @memberof ITemplateResponse
|
|
5859
|
-
*/
|
|
5860
|
-
'components': Array<ITemplateResponseComponentsInner>;
|
|
5861
5507
|
/**
|
|
5862
5508
|
*
|
|
5863
5509
|
* @type {string}
|
|
@@ -5900,6 +5546,12 @@ export interface ITemplateResponse {
|
|
|
5900
5546
|
* @memberof ITemplateResponse
|
|
5901
5547
|
*/
|
|
5902
5548
|
'title': string;
|
|
5549
|
+
/**
|
|
5550
|
+
*
|
|
5551
|
+
* @type {Array<ITemplateResponseComponentsInner>}
|
|
5552
|
+
* @memberof ITemplateResponse
|
|
5553
|
+
*/
|
|
5554
|
+
'components': Array<ITemplateResponseComponentsInner>;
|
|
5903
5555
|
}
|
|
5904
5556
|
/**
|
|
5905
5557
|
*
|
|
@@ -6203,6 +5855,12 @@ export interface IThemePatchRequest {
|
|
|
6203
5855
|
* @memberof IThemePatchRequest
|
|
6204
5856
|
*/
|
|
6205
5857
|
'companies'?: Array<string>;
|
|
5858
|
+
/**
|
|
5859
|
+
*
|
|
5860
|
+
* @type {string}
|
|
5861
|
+
* @memberof IThemePatchRequest
|
|
5862
|
+
*/
|
|
5863
|
+
'domain'?: string;
|
|
6206
5864
|
}
|
|
6207
5865
|
/**
|
|
6208
5866
|
*
|
|
@@ -6234,6 +5892,12 @@ export interface IThemePostRequest {
|
|
|
6234
5892
|
* @memberof IThemePostRequest
|
|
6235
5893
|
*/
|
|
6236
5894
|
'companies': Array<string>;
|
|
5895
|
+
/**
|
|
5896
|
+
*
|
|
5897
|
+
* @type {string}
|
|
5898
|
+
* @memberof IThemePostRequest
|
|
5899
|
+
*/
|
|
5900
|
+
'domain': string;
|
|
6237
5901
|
}
|
|
6238
5902
|
/**
|
|
6239
5903
|
*
|
|
@@ -6283,6 +5947,12 @@ export interface IThemeResponse {
|
|
|
6283
5947
|
* @memberof IThemeResponse
|
|
6284
5948
|
*/
|
|
6285
5949
|
'companies': Array<string>;
|
|
5950
|
+
/**
|
|
5951
|
+
*
|
|
5952
|
+
* @type {string}
|
|
5953
|
+
* @memberof IThemeResponse
|
|
5954
|
+
*/
|
|
5955
|
+
'domain': string;
|
|
6286
5956
|
/**
|
|
6287
5957
|
*
|
|
6288
5958
|
* @type {ThemeTypeEnum}
|
|
@@ -6686,240 +6356,1273 @@ export type PageTypeEnum = typeof PageTypeEnum[keyof typeof PageTypeEnum];
|
|
|
6686
6356
|
/**
|
|
6687
6357
|
* From T, pick a set of properties whose keys are in the union K
|
|
6688
6358
|
* @export
|
|
6689
|
-
* @interface
|
|
6359
|
+
* @interface PickIBasketExcludeKeyofIBasketItems
|
|
6690
6360
|
*/
|
|
6691
|
-
export interface
|
|
6361
|
+
export interface PickIBasketExcludeKeyofIBasketItems {
|
|
6362
|
+
/**
|
|
6363
|
+
*
|
|
6364
|
+
* @type {string}
|
|
6365
|
+
* @memberof PickIBasketExcludeKeyofIBasketItems
|
|
6366
|
+
*/
|
|
6367
|
+
'company': string;
|
|
6368
|
+
/**
|
|
6369
|
+
*
|
|
6370
|
+
* @type {string}
|
|
6371
|
+
* @memberof PickIBasketExcludeKeyofIBasketItems
|
|
6372
|
+
*/
|
|
6373
|
+
'_id': string;
|
|
6374
|
+
/**
|
|
6375
|
+
*
|
|
6376
|
+
* @type {number}
|
|
6377
|
+
* @memberof PickIBasketExcludeKeyofIBasketItems
|
|
6378
|
+
*/
|
|
6379
|
+
'__v': number;
|
|
6380
|
+
/**
|
|
6381
|
+
*
|
|
6382
|
+
* @type {string}
|
|
6383
|
+
* @memberof PickIBasketExcludeKeyofIBasketItems
|
|
6384
|
+
*/
|
|
6385
|
+
'createdAt': string;
|
|
6386
|
+
/**
|
|
6387
|
+
*
|
|
6388
|
+
* @type {string}
|
|
6389
|
+
* @memberof PickIBasketExcludeKeyofIBasketItems
|
|
6390
|
+
*/
|
|
6391
|
+
'updatedAt': string;
|
|
6392
|
+
/**
|
|
6393
|
+
*
|
|
6394
|
+
* @type {string}
|
|
6395
|
+
* @memberof PickIBasketExcludeKeyofIBasketItems
|
|
6396
|
+
*/
|
|
6397
|
+
'user': string;
|
|
6398
|
+
}
|
|
6399
|
+
/**
|
|
6400
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
6401
|
+
* @export
|
|
6402
|
+
* @interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
|
|
6403
|
+
*/
|
|
6404
|
+
export interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse {
|
|
6405
|
+
/**
|
|
6406
|
+
*
|
|
6407
|
+
* @type {string}
|
|
6408
|
+
* @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
|
|
6409
|
+
*/
|
|
6410
|
+
'company': string;
|
|
6411
|
+
/**
|
|
6412
|
+
*
|
|
6413
|
+
* @type {RecordLanguageEnumIContentsValue}
|
|
6414
|
+
* @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
|
|
6415
|
+
*/
|
|
6416
|
+
'contents': RecordLanguageEnumIContentsValue;
|
|
6417
|
+
/**
|
|
6418
|
+
*
|
|
6419
|
+
* @type {IImage}
|
|
6420
|
+
* @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
|
|
6421
|
+
*/
|
|
6422
|
+
'thumbnail'?: IImage;
|
|
6423
|
+
}
|
|
6424
|
+
/**
|
|
6425
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
6426
|
+
* @export
|
|
6427
|
+
* @interface PickICategoryExcludeKeyofICategoryAttributes
|
|
6428
|
+
*/
|
|
6429
|
+
export interface PickICategoryExcludeKeyofICategoryAttributes {
|
|
6430
|
+
/**
|
|
6431
|
+
*
|
|
6432
|
+
* @type {string}
|
|
6433
|
+
* @memberof PickICategoryExcludeKeyofICategoryAttributes
|
|
6434
|
+
*/
|
|
6435
|
+
'company': string;
|
|
6436
|
+
/**
|
|
6437
|
+
*
|
|
6438
|
+
* @type {string}
|
|
6439
|
+
* @memberof PickICategoryExcludeKeyofICategoryAttributes
|
|
6440
|
+
*/
|
|
6441
|
+
'_id': string;
|
|
6442
|
+
/**
|
|
6443
|
+
*
|
|
6444
|
+
* @type {number}
|
|
6445
|
+
* @memberof PickICategoryExcludeKeyofICategoryAttributes
|
|
6446
|
+
*/
|
|
6447
|
+
'__v': number;
|
|
6448
|
+
/**
|
|
6449
|
+
*
|
|
6450
|
+
* @type {string}
|
|
6451
|
+
* @memberof PickICategoryExcludeKeyofICategoryAttributes
|
|
6452
|
+
*/
|
|
6453
|
+
'createdAt': string;
|
|
6454
|
+
/**
|
|
6455
|
+
*
|
|
6456
|
+
* @type {string}
|
|
6457
|
+
* @memberof PickICategoryExcludeKeyofICategoryAttributes
|
|
6458
|
+
*/
|
|
6459
|
+
'updatedAt': string;
|
|
6460
|
+
/**
|
|
6461
|
+
*
|
|
6462
|
+
* @type {string}
|
|
6463
|
+
* @memberof PickICategoryExcludeKeyofICategoryAttributes
|
|
6464
|
+
*/
|
|
6465
|
+
'main'?: string;
|
|
6466
|
+
/**
|
|
6467
|
+
*
|
|
6468
|
+
* @type {RecordLanguageEnumIContentsValue}
|
|
6469
|
+
* @memberof PickICategoryExcludeKeyofICategoryAttributes
|
|
6470
|
+
*/
|
|
6471
|
+
'contents': RecordLanguageEnumIContentsValue;
|
|
6472
|
+
/**
|
|
6473
|
+
*
|
|
6474
|
+
* @type {IImage}
|
|
6475
|
+
* @memberof PickICategoryExcludeKeyofICategoryAttributes
|
|
6476
|
+
*/
|
|
6477
|
+
'thumbnail'?: IImage;
|
|
6478
|
+
}
|
|
6479
|
+
/**
|
|
6480
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
6481
|
+
* @export
|
|
6482
|
+
* @interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes
|
|
6483
|
+
*/
|
|
6484
|
+
export interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes {
|
|
6485
|
+
/**
|
|
6486
|
+
*
|
|
6487
|
+
* @type {string}
|
|
6488
|
+
* @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes
|
|
6489
|
+
*/
|
|
6490
|
+
'company': string;
|
|
6491
|
+
/**
|
|
6492
|
+
*
|
|
6493
|
+
* @type {string}
|
|
6494
|
+
* @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes
|
|
6495
|
+
*/
|
|
6496
|
+
'main'?: string;
|
|
6497
|
+
/**
|
|
6498
|
+
*
|
|
6499
|
+
* @type {RecordLanguageEnumIContentsValue}
|
|
6500
|
+
* @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes
|
|
6501
|
+
*/
|
|
6502
|
+
'contents': RecordLanguageEnumIContentsValue;
|
|
6503
|
+
/**
|
|
6504
|
+
*
|
|
6505
|
+
* @type {IImage}
|
|
6506
|
+
* @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes
|
|
6507
|
+
*/
|
|
6508
|
+
'thumbnail'?: IImage;
|
|
6509
|
+
}
|
|
6510
|
+
/**
|
|
6511
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
6512
|
+
* @export
|
|
6513
|
+
* @interface PickICategoryResponseIdOrContentsOrAttributes
|
|
6514
|
+
*/
|
|
6515
|
+
export interface PickICategoryResponseIdOrContentsOrAttributes {
|
|
6516
|
+
/**
|
|
6517
|
+
*
|
|
6518
|
+
* @type {string}
|
|
6519
|
+
* @memberof PickICategoryResponseIdOrContentsOrAttributes
|
|
6520
|
+
*/
|
|
6521
|
+
'_id': string;
|
|
6522
|
+
/**
|
|
6523
|
+
*
|
|
6524
|
+
* @type {RecordLanguageEnumIContentsValue}
|
|
6525
|
+
* @memberof PickICategoryResponseIdOrContentsOrAttributes
|
|
6526
|
+
*/
|
|
6527
|
+
'contents': RecordLanguageEnumIContentsValue;
|
|
6528
|
+
/**
|
|
6529
|
+
*
|
|
6530
|
+
* @type {Array<ICategoryResponseAttributesInner>}
|
|
6531
|
+
* @memberof PickICategoryResponseIdOrContentsOrAttributes
|
|
6532
|
+
*/
|
|
6533
|
+
'attributes': Array<ICategoryResponseAttributesInner>;
|
|
6534
|
+
}
|
|
6535
|
+
/**
|
|
6536
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
6537
|
+
* @export
|
|
6538
|
+
* @interface PickICollectionExcludeKeyofICollectionTemplate
|
|
6539
|
+
*/
|
|
6540
|
+
export interface PickICollectionExcludeKeyofICollectionTemplate {
|
|
6541
|
+
/**
|
|
6542
|
+
*
|
|
6543
|
+
* @type {string}
|
|
6544
|
+
* @memberof PickICollectionExcludeKeyofICollectionTemplate
|
|
6545
|
+
*/
|
|
6546
|
+
'company': string;
|
|
6547
|
+
/**
|
|
6548
|
+
*
|
|
6549
|
+
* @type {string}
|
|
6550
|
+
* @memberof PickICollectionExcludeKeyofICollectionTemplate
|
|
6551
|
+
*/
|
|
6552
|
+
'_id': string;
|
|
6553
|
+
/**
|
|
6554
|
+
*
|
|
6555
|
+
* @type {number}
|
|
6556
|
+
* @memberof PickICollectionExcludeKeyofICollectionTemplate
|
|
6557
|
+
*/
|
|
6558
|
+
'__v': number;
|
|
6559
|
+
/**
|
|
6560
|
+
*
|
|
6561
|
+
* @type {string}
|
|
6562
|
+
* @memberof PickICollectionExcludeKeyofICollectionTemplate
|
|
6563
|
+
*/
|
|
6564
|
+
'createdAt': string;
|
|
6565
|
+
/**
|
|
6566
|
+
*
|
|
6567
|
+
* @type {string}
|
|
6568
|
+
* @memberof PickICollectionExcludeKeyofICollectionTemplate
|
|
6569
|
+
*/
|
|
6570
|
+
'updatedAt': string;
|
|
6571
|
+
/**
|
|
6572
|
+
*
|
|
6573
|
+
* @type {RecordLanguageEnumIContentsValue}
|
|
6574
|
+
* @memberof PickICollectionExcludeKeyofICollectionTemplate
|
|
6575
|
+
*/
|
|
6576
|
+
'contents': RecordLanguageEnumIContentsValue;
|
|
6577
|
+
/**
|
|
6578
|
+
*
|
|
6579
|
+
* @type {IImage}
|
|
6580
|
+
* @memberof PickICollectionExcludeKeyofICollectionTemplate
|
|
6581
|
+
*/
|
|
6582
|
+
'thumbnail'?: IImage;
|
|
6583
|
+
}
|
|
6584
|
+
/**
|
|
6585
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
6586
|
+
* @export
|
|
6587
|
+
* @interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplate
|
|
6588
|
+
*/
|
|
6589
|
+
export interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplate {
|
|
6590
|
+
/**
|
|
6591
|
+
*
|
|
6592
|
+
* @type {string}
|
|
6593
|
+
* @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplate
|
|
6594
|
+
*/
|
|
6595
|
+
'company': string;
|
|
6596
|
+
/**
|
|
6597
|
+
*
|
|
6598
|
+
* @type {RecordLanguageEnumIContentsValue}
|
|
6599
|
+
* @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplate
|
|
6600
|
+
*/
|
|
6601
|
+
'contents': RecordLanguageEnumIContentsValue;
|
|
6602
|
+
/**
|
|
6603
|
+
*
|
|
6604
|
+
* @type {IImage}
|
|
6605
|
+
* @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplate
|
|
6606
|
+
*/
|
|
6607
|
+
'thumbnail'?: IImage;
|
|
6608
|
+
}
|
|
6609
|
+
/**
|
|
6610
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
6611
|
+
* @export
|
|
6612
|
+
* @interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6613
|
+
*/
|
|
6614
|
+
export interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions {
|
|
6615
|
+
/**
|
|
6616
|
+
*
|
|
6617
|
+
* @type {string}
|
|
6618
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6619
|
+
*/
|
|
6620
|
+
'name': string;
|
|
6621
|
+
/**
|
|
6622
|
+
*
|
|
6623
|
+
* @type {string}
|
|
6624
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6625
|
+
*/
|
|
6626
|
+
'phone'?: string;
|
|
6627
|
+
/**
|
|
6628
|
+
*
|
|
6629
|
+
* @type {string}
|
|
6630
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6631
|
+
*/
|
|
6632
|
+
'email'?: string;
|
|
6633
|
+
/**
|
|
6634
|
+
*
|
|
6635
|
+
* @type {LanguageEnum}
|
|
6636
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6637
|
+
*/
|
|
6638
|
+
'language': LanguageEnum;
|
|
6639
|
+
/**
|
|
6640
|
+
*
|
|
6641
|
+
* @type {CompanyStatusEnum}
|
|
6642
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6643
|
+
*/
|
|
6644
|
+
'status': CompanyStatusEnum;
|
|
6645
|
+
/**
|
|
6646
|
+
*
|
|
6647
|
+
* @type {string}
|
|
6648
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6649
|
+
*/
|
|
6650
|
+
'_id': string;
|
|
6651
|
+
/**
|
|
6652
|
+
*
|
|
6653
|
+
* @type {number}
|
|
6654
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6655
|
+
*/
|
|
6656
|
+
'__v': number;
|
|
6657
|
+
/**
|
|
6658
|
+
*
|
|
6659
|
+
* @type {string}
|
|
6660
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6661
|
+
*/
|
|
6662
|
+
'createdAt': string;
|
|
6663
|
+
/**
|
|
6664
|
+
*
|
|
6665
|
+
* @type {string}
|
|
6666
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6667
|
+
*/
|
|
6668
|
+
'updatedAt': string;
|
|
6669
|
+
/**
|
|
6670
|
+
*
|
|
6671
|
+
* @type {PlanTypeEnum}
|
|
6672
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6673
|
+
*/
|
|
6674
|
+
'plan': PlanTypeEnum;
|
|
6675
|
+
/**
|
|
6676
|
+
*
|
|
6677
|
+
* @type {CompanyTypeEnum}
|
|
6678
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6679
|
+
*/
|
|
6680
|
+
'type': CompanyTypeEnum;
|
|
6681
|
+
/**
|
|
6682
|
+
*
|
|
6683
|
+
* @type {string}
|
|
6684
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6685
|
+
*/
|
|
6686
|
+
'owner': string;
|
|
6687
|
+
/**
|
|
6688
|
+
*
|
|
6689
|
+
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress}
|
|
6690
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6691
|
+
*/
|
|
6692
|
+
'address'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress;
|
|
6693
|
+
/**
|
|
6694
|
+
*
|
|
6695
|
+
* @type {Array<string>}
|
|
6696
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6697
|
+
*/
|
|
6698
|
+
'domains': Array<string>;
|
|
6699
|
+
/**
|
|
6700
|
+
*
|
|
6701
|
+
* @type {string}
|
|
6702
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6703
|
+
*/
|
|
6704
|
+
'dns_zone_id'?: string;
|
|
6705
|
+
/**
|
|
6706
|
+
*
|
|
6707
|
+
* @type {string}
|
|
6708
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6709
|
+
*/
|
|
6710
|
+
'dns_zone_domain'?: string;
|
|
6711
|
+
/**
|
|
6712
|
+
*
|
|
6713
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>}
|
|
6714
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6715
|
+
*/
|
|
6716
|
+
'custom_hostnames': Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>;
|
|
6717
|
+
/**
|
|
6718
|
+
*
|
|
6719
|
+
* @type {{ [key: string]: string; }}
|
|
6720
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6721
|
+
*/
|
|
6722
|
+
'socials'?: {
|
|
6723
|
+
[key: string]: string;
|
|
6724
|
+
};
|
|
6725
|
+
/**
|
|
6726
|
+
*
|
|
6727
|
+
* @type {string}
|
|
6728
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6729
|
+
*/
|
|
6730
|
+
'description'?: string;
|
|
6731
|
+
/**
|
|
6732
|
+
*
|
|
6733
|
+
* @type {IImage}
|
|
6734
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6735
|
+
*/
|
|
6736
|
+
'logo'?: IImage;
|
|
6737
|
+
/**
|
|
6738
|
+
*
|
|
6739
|
+
* @type {TimezoneEnum}
|
|
6740
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6741
|
+
*/
|
|
6742
|
+
'timezone': TimezoneEnum;
|
|
6743
|
+
/**
|
|
6744
|
+
*
|
|
6745
|
+
* @type {Array<LanguageEnum>}
|
|
6746
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6747
|
+
*/
|
|
6748
|
+
'languages': Array<LanguageEnum>;
|
|
6749
|
+
/**
|
|
6750
|
+
*
|
|
6751
|
+
* @type {CurrencyEnum}
|
|
6752
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6753
|
+
*/
|
|
6754
|
+
'currency': CurrencyEnum;
|
|
6755
|
+
/**
|
|
6756
|
+
*
|
|
6757
|
+
* @type {RecordCurrencyEnumCurrency}
|
|
6758
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6759
|
+
*/
|
|
6760
|
+
'currencies': RecordCurrencyEnumCurrency;
|
|
6761
|
+
/**
|
|
6762
|
+
*
|
|
6763
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>}
|
|
6764
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6765
|
+
*/
|
|
6766
|
+
'warehouses': Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>;
|
|
6767
|
+
/**
|
|
6768
|
+
*
|
|
6769
|
+
* @type {{ [key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue; }}
|
|
6770
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6771
|
+
*/
|
|
6772
|
+
'navigations': {
|
|
6773
|
+
[key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue;
|
|
6774
|
+
};
|
|
6775
|
+
/**
|
|
6776
|
+
*
|
|
6777
|
+
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials}
|
|
6778
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6779
|
+
*/
|
|
6780
|
+
'firebase_web_credentials'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials;
|
|
6781
|
+
/**
|
|
6782
|
+
*
|
|
6783
|
+
* @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin}
|
|
6784
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6785
|
+
*/
|
|
6786
|
+
'firebase_login': PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin;
|
|
6787
|
+
/**
|
|
6788
|
+
*
|
|
6789
|
+
* @type {string}
|
|
6790
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6791
|
+
*/
|
|
6792
|
+
'sender_email'?: string;
|
|
6793
|
+
/**
|
|
6794
|
+
*
|
|
6795
|
+
* @type {string}
|
|
6796
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6797
|
+
*/
|
|
6798
|
+
'sender_name'?: string;
|
|
6799
|
+
/**
|
|
6800
|
+
*
|
|
6801
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>}
|
|
6802
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
|
|
6803
|
+
*/
|
|
6804
|
+
'sender_email_dns_records'?: Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>;
|
|
6805
|
+
}
|
|
6806
|
+
/**
|
|
6807
|
+
*
|
|
6808
|
+
* @export
|
|
6809
|
+
* @interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress
|
|
6810
|
+
*/
|
|
6811
|
+
export interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress {
|
|
6812
|
+
/**
|
|
6813
|
+
*
|
|
6814
|
+
* @type {string}
|
|
6815
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress
|
|
6816
|
+
*/
|
|
6817
|
+
'description': string;
|
|
6818
|
+
/**
|
|
6819
|
+
*
|
|
6820
|
+
* @type {string}
|
|
6821
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress
|
|
6822
|
+
*/
|
|
6823
|
+
'city': string;
|
|
6824
|
+
/**
|
|
6825
|
+
*
|
|
6826
|
+
* @type {string}
|
|
6827
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress
|
|
6828
|
+
*/
|
|
6829
|
+
'state': string;
|
|
6830
|
+
/**
|
|
6831
|
+
*
|
|
6832
|
+
* @type {string}
|
|
6833
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress
|
|
6834
|
+
*/
|
|
6835
|
+
'country': string;
|
|
6836
|
+
}
|
|
6837
|
+
/**
|
|
6838
|
+
*
|
|
6839
|
+
* @export
|
|
6840
|
+
* @interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner
|
|
6841
|
+
*/
|
|
6842
|
+
export interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner {
|
|
6843
|
+
/**
|
|
6844
|
+
*
|
|
6845
|
+
* @type {string}
|
|
6846
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner
|
|
6847
|
+
*/
|
|
6848
|
+
'validation_code': string;
|
|
6849
|
+
/**
|
|
6850
|
+
*
|
|
6851
|
+
* @type {string}
|
|
6852
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner
|
|
6853
|
+
*/
|
|
6854
|
+
'hostname': string;
|
|
6855
|
+
/**
|
|
6856
|
+
*
|
|
6857
|
+
* @type {string}
|
|
6858
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner
|
|
6859
|
+
*/
|
|
6860
|
+
'zone_id': string;
|
|
6861
|
+
/**
|
|
6862
|
+
*
|
|
6863
|
+
* @type {string}
|
|
6864
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner
|
|
6865
|
+
*/
|
|
6866
|
+
'id': string;
|
|
6867
|
+
}
|
|
6868
|
+
/**
|
|
6869
|
+
*
|
|
6870
|
+
* @export
|
|
6871
|
+
* @interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin
|
|
6872
|
+
*/
|
|
6873
|
+
export interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin {
|
|
6874
|
+
/**
|
|
6875
|
+
*
|
|
6876
|
+
* @type {boolean}
|
|
6877
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin
|
|
6878
|
+
*/
|
|
6879
|
+
'apple': boolean;
|
|
6880
|
+
/**
|
|
6881
|
+
*
|
|
6882
|
+
* @type {boolean}
|
|
6883
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin
|
|
6884
|
+
*/
|
|
6885
|
+
'facebook': boolean;
|
|
6886
|
+
/**
|
|
6887
|
+
*
|
|
6888
|
+
* @type {boolean}
|
|
6889
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin
|
|
6890
|
+
*/
|
|
6891
|
+
'google': boolean;
|
|
6892
|
+
}
|
|
6893
|
+
/**
|
|
6894
|
+
*
|
|
6895
|
+
* @export
|
|
6896
|
+
* @interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials
|
|
6897
|
+
*/
|
|
6898
|
+
export interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials {
|
|
6899
|
+
/**
|
|
6900
|
+
*
|
|
6901
|
+
* @type {string}
|
|
6902
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials
|
|
6903
|
+
*/
|
|
6904
|
+
'measurementId': string;
|
|
6905
|
+
/**
|
|
6906
|
+
*
|
|
6907
|
+
* @type {string}
|
|
6908
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials
|
|
6909
|
+
*/
|
|
6910
|
+
'appId': string;
|
|
6911
|
+
/**
|
|
6912
|
+
*
|
|
6913
|
+
* @type {string}
|
|
6914
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials
|
|
6915
|
+
*/
|
|
6916
|
+
'messagingSenderId': string;
|
|
6917
|
+
/**
|
|
6918
|
+
*
|
|
6919
|
+
* @type {string}
|
|
6920
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials
|
|
6921
|
+
*/
|
|
6922
|
+
'storageBucket': string;
|
|
6923
|
+
/**
|
|
6924
|
+
*
|
|
6925
|
+
* @type {string}
|
|
6926
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials
|
|
6927
|
+
*/
|
|
6928
|
+
'projectId': string;
|
|
6929
|
+
/**
|
|
6930
|
+
*
|
|
6931
|
+
* @type {string}
|
|
6932
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials
|
|
6933
|
+
*/
|
|
6934
|
+
'authDomain': string;
|
|
6935
|
+
/**
|
|
6936
|
+
*
|
|
6937
|
+
* @type {string}
|
|
6938
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials
|
|
6939
|
+
*/
|
|
6940
|
+
'apiKey': string;
|
|
6941
|
+
}
|
|
6942
|
+
/**
|
|
6943
|
+
*
|
|
6944
|
+
* @export
|
|
6945
|
+
* @interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue
|
|
6946
|
+
*/
|
|
6947
|
+
export interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue {
|
|
6948
|
+
/**
|
|
6949
|
+
*
|
|
6950
|
+
* @type {Array<NavigationUrl>}
|
|
6951
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue
|
|
6952
|
+
*/
|
|
6953
|
+
'footer': Array<NavigationUrl>;
|
|
6954
|
+
/**
|
|
6955
|
+
*
|
|
6956
|
+
* @type {Array<NavigationUrl>}
|
|
6957
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue
|
|
6958
|
+
*/
|
|
6959
|
+
'header': Array<NavigationUrl>;
|
|
6960
|
+
}
|
|
6961
|
+
/**
|
|
6962
|
+
*
|
|
6963
|
+
* @export
|
|
6964
|
+
* @interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner
|
|
6965
|
+
*/
|
|
6966
|
+
export interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner {
|
|
6967
|
+
/**
|
|
6968
|
+
*
|
|
6969
|
+
* @type {number}
|
|
6970
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner
|
|
6971
|
+
*/
|
|
6972
|
+
'priority'?: number;
|
|
6973
|
+
/**
|
|
6974
|
+
*
|
|
6975
|
+
* @type {EmailConfigDnsRecordTypeEnum}
|
|
6976
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner
|
|
6977
|
+
*/
|
|
6978
|
+
'type': EmailConfigDnsRecordTypeEnum;
|
|
6979
|
+
/**
|
|
6980
|
+
*
|
|
6981
|
+
* @type {string}
|
|
6982
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner
|
|
6983
|
+
*/
|
|
6984
|
+
'value': string;
|
|
6985
|
+
/**
|
|
6986
|
+
*
|
|
6987
|
+
* @type {string}
|
|
6988
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner
|
|
6989
|
+
*/
|
|
6990
|
+
'key': string;
|
|
6991
|
+
}
|
|
6992
|
+
/**
|
|
6993
|
+
*
|
|
6994
|
+
* @export
|
|
6995
|
+
* @interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner
|
|
6996
|
+
*/
|
|
6997
|
+
export interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner {
|
|
6998
|
+
/**
|
|
6999
|
+
*
|
|
7000
|
+
* @type {string}
|
|
7001
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner
|
|
7002
|
+
*/
|
|
7003
|
+
'email'?: string;
|
|
7004
|
+
/**
|
|
7005
|
+
*
|
|
7006
|
+
* @type {string}
|
|
7007
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner
|
|
7008
|
+
*/
|
|
7009
|
+
'phone'?: string;
|
|
7010
|
+
/**
|
|
7011
|
+
*
|
|
7012
|
+
* @type {string}
|
|
7013
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner
|
|
7014
|
+
*/
|
|
7015
|
+
'address'?: string;
|
|
7016
|
+
/**
|
|
7017
|
+
*
|
|
7018
|
+
* @type {string}
|
|
7019
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner
|
|
7020
|
+
*/
|
|
7021
|
+
'name': string;
|
|
7022
|
+
/**
|
|
7023
|
+
*
|
|
7024
|
+
* @type {string}
|
|
7025
|
+
* @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner
|
|
7026
|
+
*/
|
|
7027
|
+
'_id': string;
|
|
7028
|
+
}
|
|
7029
|
+
/**
|
|
7030
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
7031
|
+
* @export
|
|
7032
|
+
* @interface PickICompanyIdOrName
|
|
7033
|
+
*/
|
|
7034
|
+
export interface PickICompanyIdOrName {
|
|
7035
|
+
/**
|
|
7036
|
+
*
|
|
7037
|
+
* @type {string}
|
|
7038
|
+
* @memberof PickICompanyIdOrName
|
|
7039
|
+
*/
|
|
7040
|
+
'name': string;
|
|
7041
|
+
/**
|
|
7042
|
+
*
|
|
7043
|
+
* @type {string}
|
|
7044
|
+
* @memberof PickICompanyIdOrName
|
|
7045
|
+
*/
|
|
7046
|
+
'_id': string;
|
|
7047
|
+
}
|
|
7048
|
+
/**
|
|
7049
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
7050
|
+
* @export
|
|
7051
|
+
* @interface PickICompanyNameOrDomainsOrIdOrLanguage
|
|
7052
|
+
*/
|
|
7053
|
+
export interface PickICompanyNameOrDomainsOrIdOrLanguage {
|
|
7054
|
+
/**
|
|
7055
|
+
*
|
|
7056
|
+
* @type {string}
|
|
7057
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrLanguage
|
|
7058
|
+
*/
|
|
7059
|
+
'name': string;
|
|
7060
|
+
/**
|
|
7061
|
+
*
|
|
7062
|
+
* @type {LanguageEnum}
|
|
7063
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrLanguage
|
|
7064
|
+
*/
|
|
7065
|
+
'language': LanguageEnum;
|
|
7066
|
+
/**
|
|
7067
|
+
*
|
|
7068
|
+
* @type {string}
|
|
7069
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrLanguage
|
|
7070
|
+
*/
|
|
7071
|
+
'_id': string;
|
|
7072
|
+
/**
|
|
7073
|
+
*
|
|
7074
|
+
* @type {Array<string>}
|
|
7075
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrLanguage
|
|
7076
|
+
*/
|
|
7077
|
+
'domains': Array<string>;
|
|
7078
|
+
}
|
|
7079
|
+
/**
|
|
7080
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
7081
|
+
* @export
|
|
7082
|
+
* @interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles
|
|
7083
|
+
*/
|
|
7084
|
+
export interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles {
|
|
7085
|
+
/**
|
|
7086
|
+
*
|
|
7087
|
+
* @type {string}
|
|
7088
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles
|
|
7089
|
+
*/
|
|
7090
|
+
'name': string;
|
|
7091
|
+
/**
|
|
7092
|
+
*
|
|
7093
|
+
* @type {{ [key: string]: PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue; }}
|
|
7094
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles
|
|
7095
|
+
*/
|
|
7096
|
+
'roles': {
|
|
7097
|
+
[key: string]: PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue;
|
|
7098
|
+
};
|
|
7099
|
+
/**
|
|
7100
|
+
*
|
|
7101
|
+
* @type {LanguageEnum}
|
|
7102
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles
|
|
7103
|
+
*/
|
|
7104
|
+
'language': LanguageEnum;
|
|
7105
|
+
/**
|
|
7106
|
+
*
|
|
7107
|
+
* @type {string}
|
|
7108
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles
|
|
7109
|
+
*/
|
|
7110
|
+
'_id': string;
|
|
7111
|
+
/**
|
|
7112
|
+
*
|
|
7113
|
+
* @type {Array<PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner>}
|
|
7114
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles
|
|
7115
|
+
*/
|
|
7116
|
+
'users': Array<PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner>;
|
|
7117
|
+
/**
|
|
7118
|
+
*
|
|
7119
|
+
* @type {string}
|
|
7120
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles
|
|
7121
|
+
*/
|
|
7122
|
+
'owner': string;
|
|
7123
|
+
/**
|
|
7124
|
+
*
|
|
7125
|
+
* @type {Array<string>}
|
|
7126
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles
|
|
7127
|
+
*/
|
|
7128
|
+
'domains': Array<string>;
|
|
7129
|
+
}
|
|
7130
|
+
/**
|
|
7131
|
+
*
|
|
7132
|
+
* @export
|
|
7133
|
+
* @interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue
|
|
7134
|
+
*/
|
|
7135
|
+
export interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue {
|
|
7136
|
+
/**
|
|
7137
|
+
*
|
|
7138
|
+
* @type {PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig}
|
|
7139
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue
|
|
7140
|
+
*/
|
|
7141
|
+
'config': PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig;
|
|
7142
|
+
/**
|
|
7143
|
+
*
|
|
7144
|
+
* @type {PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig}
|
|
7145
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue
|
|
7146
|
+
*/
|
|
7147
|
+
'navigation': PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig;
|
|
7148
|
+
/**
|
|
7149
|
+
*
|
|
7150
|
+
* @type {PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig}
|
|
7151
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue
|
|
7152
|
+
*/
|
|
7153
|
+
'company': PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig;
|
|
7154
|
+
/**
|
|
7155
|
+
*
|
|
7156
|
+
* @type {PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig}
|
|
7157
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue
|
|
7158
|
+
*/
|
|
7159
|
+
'page': PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig;
|
|
7160
|
+
/**
|
|
7161
|
+
*
|
|
7162
|
+
* @type {PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig}
|
|
7163
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue
|
|
7164
|
+
*/
|
|
7165
|
+
'product': PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig;
|
|
7166
|
+
}
|
|
7167
|
+
/**
|
|
7168
|
+
*
|
|
7169
|
+
* @export
|
|
7170
|
+
* @interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig
|
|
7171
|
+
*/
|
|
7172
|
+
export interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig {
|
|
7173
|
+
/**
|
|
7174
|
+
*
|
|
7175
|
+
* @type {boolean}
|
|
7176
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig
|
|
7177
|
+
*/
|
|
7178
|
+
'd': boolean;
|
|
7179
|
+
/**
|
|
7180
|
+
*
|
|
7181
|
+
* @type {boolean}
|
|
7182
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig
|
|
7183
|
+
*/
|
|
7184
|
+
'm': boolean;
|
|
7185
|
+
}
|
|
7186
|
+
/**
|
|
7187
|
+
*
|
|
7188
|
+
* @export
|
|
7189
|
+
* @interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner
|
|
7190
|
+
*/
|
|
7191
|
+
export interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner {
|
|
7192
|
+
/**
|
|
7193
|
+
*
|
|
7194
|
+
* @type {CompanyUserStatusEnum}
|
|
7195
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner
|
|
7196
|
+
*/
|
|
7197
|
+
'status': CompanyUserStatusEnum;
|
|
7198
|
+
/**
|
|
7199
|
+
*
|
|
7200
|
+
* @type {string}
|
|
7201
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner
|
|
7202
|
+
*/
|
|
7203
|
+
'role': string;
|
|
7204
|
+
/**
|
|
7205
|
+
*
|
|
7206
|
+
* @type {string}
|
|
7207
|
+
* @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner
|
|
7208
|
+
*/
|
|
7209
|
+
'user': string;
|
|
7210
|
+
}
|
|
7211
|
+
/**
|
|
7212
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
7213
|
+
* @export
|
|
7214
|
+
* @interface PickIPageExcludeKeyofIPageTemplate
|
|
7215
|
+
*/
|
|
7216
|
+
export interface PickIPageExcludeKeyofIPageTemplate {
|
|
7217
|
+
/**
|
|
7218
|
+
*
|
|
7219
|
+
* @type {string}
|
|
7220
|
+
* @memberof PickIPageExcludeKeyofIPageTemplate
|
|
7221
|
+
*/
|
|
7222
|
+
'company': string;
|
|
7223
|
+
/**
|
|
7224
|
+
*
|
|
7225
|
+
* @type {string}
|
|
7226
|
+
* @memberof PickIPageExcludeKeyofIPageTemplate
|
|
7227
|
+
*/
|
|
7228
|
+
'_id': string;
|
|
7229
|
+
/**
|
|
7230
|
+
*
|
|
7231
|
+
* @type {number}
|
|
7232
|
+
* @memberof PickIPageExcludeKeyofIPageTemplate
|
|
7233
|
+
*/
|
|
7234
|
+
'__v': number;
|
|
7235
|
+
/**
|
|
7236
|
+
*
|
|
7237
|
+
* @type {string}
|
|
7238
|
+
* @memberof PickIPageExcludeKeyofIPageTemplate
|
|
7239
|
+
*/
|
|
7240
|
+
'createdAt': string;
|
|
7241
|
+
/**
|
|
7242
|
+
*
|
|
7243
|
+
* @type {string}
|
|
7244
|
+
* @memberof PickIPageExcludeKeyofIPageTemplate
|
|
7245
|
+
*/
|
|
7246
|
+
'updatedAt': string;
|
|
7247
|
+
/**
|
|
7248
|
+
*
|
|
7249
|
+
* @type {PageTypeEnum}
|
|
7250
|
+
* @memberof PickIPageExcludeKeyofIPageTemplate
|
|
7251
|
+
*/
|
|
7252
|
+
'type': PageTypeEnum;
|
|
7253
|
+
/**
|
|
7254
|
+
*
|
|
7255
|
+
* @type {RecordLanguageEnumIContentsValue}
|
|
7256
|
+
* @memberof PickIPageExcludeKeyofIPageTemplate
|
|
7257
|
+
*/
|
|
7258
|
+
'contents': RecordLanguageEnumIContentsValue;
|
|
7259
|
+
/**
|
|
7260
|
+
*
|
|
7261
|
+
* @type {IImage}
|
|
7262
|
+
* @memberof PickIPageExcludeKeyofIPageTemplate
|
|
7263
|
+
*/
|
|
7264
|
+
'thumbnail'?: IImage;
|
|
7265
|
+
}
|
|
7266
|
+
/**
|
|
7267
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
7268
|
+
* @export
|
|
7269
|
+
* @interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplate
|
|
7270
|
+
*/
|
|
7271
|
+
export interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplate {
|
|
7272
|
+
/**
|
|
7273
|
+
*
|
|
7274
|
+
* @type {string}
|
|
7275
|
+
* @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplate
|
|
7276
|
+
*/
|
|
7277
|
+
'company': string;
|
|
7278
|
+
/**
|
|
7279
|
+
*
|
|
7280
|
+
* @type {PageTypeEnum}
|
|
7281
|
+
* @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplate
|
|
7282
|
+
*/
|
|
7283
|
+
'type': PageTypeEnum;
|
|
7284
|
+
/**
|
|
7285
|
+
*
|
|
7286
|
+
* @type {RecordLanguageEnumIContentsValue}
|
|
7287
|
+
* @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplate
|
|
7288
|
+
*/
|
|
7289
|
+
'contents': RecordLanguageEnumIContentsValue;
|
|
7290
|
+
/**
|
|
7291
|
+
*
|
|
7292
|
+
* @type {IImage}
|
|
7293
|
+
* @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplate
|
|
7294
|
+
*/
|
|
7295
|
+
'thumbnail'?: IImage;
|
|
7296
|
+
}
|
|
7297
|
+
/**
|
|
7298
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
7299
|
+
* @export
|
|
7300
|
+
* @interface PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
7301
|
+
*/
|
|
7302
|
+
export interface PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate {
|
|
7303
|
+
/**
|
|
7304
|
+
*
|
|
7305
|
+
* @type {string}
|
|
7306
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
7307
|
+
*/
|
|
7308
|
+
'company': string;
|
|
7309
|
+
/**
|
|
7310
|
+
*
|
|
7311
|
+
* @type {string}
|
|
7312
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
7313
|
+
*/
|
|
7314
|
+
'_id': string;
|
|
7315
|
+
/**
|
|
7316
|
+
*
|
|
7317
|
+
* @type {number}
|
|
7318
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
7319
|
+
*/
|
|
7320
|
+
'__v': number;
|
|
7321
|
+
/**
|
|
7322
|
+
*
|
|
7323
|
+
* @type {string}
|
|
7324
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
7325
|
+
*/
|
|
7326
|
+
'createdAt': string;
|
|
7327
|
+
/**
|
|
7328
|
+
*
|
|
7329
|
+
* @type {string}
|
|
7330
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
7331
|
+
*/
|
|
7332
|
+
'updatedAt': string;
|
|
7333
|
+
/**
|
|
7334
|
+
*
|
|
7335
|
+
* @type {Array<string>}
|
|
7336
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
7337
|
+
*/
|
|
7338
|
+
'collections': Array<string>;
|
|
7339
|
+
/**
|
|
7340
|
+
*
|
|
7341
|
+
* @type {string}
|
|
7342
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
7343
|
+
*/
|
|
7344
|
+
'sku'?: string;
|
|
6692
7345
|
/**
|
|
6693
7346
|
*
|
|
6694
7347
|
* @type {string}
|
|
6695
|
-
* @memberof
|
|
7348
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
6696
7349
|
*/
|
|
6697
|
-
'
|
|
7350
|
+
'barcode'?: string;
|
|
7351
|
+
/**
|
|
7352
|
+
*
|
|
7353
|
+
* @type {Array<IImage>}
|
|
7354
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
7355
|
+
*/
|
|
7356
|
+
'photos': Array<IImage>;
|
|
7357
|
+
/**
|
|
7358
|
+
*
|
|
7359
|
+
* @type {{ [key: string]: IProductResponseStockValue; }}
|
|
7360
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
7361
|
+
*/
|
|
7362
|
+
'stock'?: {
|
|
7363
|
+
[key: string]: IProductResponseStockValue;
|
|
7364
|
+
};
|
|
7365
|
+
/**
|
|
7366
|
+
*
|
|
7367
|
+
* @type {boolean}
|
|
7368
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
7369
|
+
*/
|
|
7370
|
+
'stockless_sale'?: boolean;
|
|
7371
|
+
/**
|
|
7372
|
+
*
|
|
7373
|
+
* @type {PriceType}
|
|
7374
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
7375
|
+
*/
|
|
7376
|
+
'price_info': PriceType;
|
|
6698
7377
|
/**
|
|
6699
7378
|
*
|
|
6700
7379
|
* @type {RecordLanguageEnumIContentsValue}
|
|
6701
|
-
* @memberof
|
|
7380
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
6702
7381
|
*/
|
|
6703
7382
|
'contents': RecordLanguageEnumIContentsValue;
|
|
6704
7383
|
/**
|
|
6705
7384
|
*
|
|
6706
|
-
* @type {
|
|
6707
|
-
* @memberof
|
|
7385
|
+
* @type {{ [key: string]: IProductResponseVariantsValue; }}
|
|
7386
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
6708
7387
|
*/
|
|
6709
|
-
'
|
|
7388
|
+
'variants'?: {
|
|
7389
|
+
[key: string]: IProductResponseVariantsValue;
|
|
7390
|
+
};
|
|
7391
|
+
/**
|
|
7392
|
+
*
|
|
7393
|
+
* @type {{ [key: string]: string; }}
|
|
7394
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
7395
|
+
*/
|
|
7396
|
+
'attributes'?: {
|
|
7397
|
+
[key: string]: string;
|
|
7398
|
+
};
|
|
6710
7399
|
}
|
|
6711
7400
|
/**
|
|
6712
7401
|
* From T, pick a set of properties whose keys are in the union K
|
|
6713
7402
|
* @export
|
|
6714
|
-
* @interface
|
|
7403
|
+
* @interface PickIProductIdOrContentsOrCollectionsOrCategory
|
|
6715
7404
|
*/
|
|
6716
|
-
export interface
|
|
7405
|
+
export interface PickIProductIdOrContentsOrCollectionsOrCategory {
|
|
6717
7406
|
/**
|
|
6718
7407
|
*
|
|
6719
7408
|
* @type {string}
|
|
6720
|
-
* @memberof
|
|
7409
|
+
* @memberof PickIProductIdOrContentsOrCollectionsOrCategory
|
|
6721
7410
|
*/
|
|
6722
|
-
'
|
|
7411
|
+
'_id': string;
|
|
6723
7412
|
/**
|
|
6724
7413
|
*
|
|
6725
7414
|
* @type {string}
|
|
6726
|
-
* @memberof
|
|
7415
|
+
* @memberof PickIProductIdOrContentsOrCollectionsOrCategory
|
|
6727
7416
|
*/
|
|
6728
|
-
'
|
|
7417
|
+
'category': string;
|
|
7418
|
+
/**
|
|
7419
|
+
*
|
|
7420
|
+
* @type {Array<string>}
|
|
7421
|
+
* @memberof PickIProductIdOrContentsOrCollectionsOrCategory
|
|
7422
|
+
*/
|
|
7423
|
+
'collections': Array<string>;
|
|
7424
|
+
/**
|
|
7425
|
+
*
|
|
7426
|
+
* @type {RecordLanguageEnumIContentsValue}
|
|
7427
|
+
* @memberof PickIProductIdOrContentsOrCollectionsOrCategory
|
|
7428
|
+
*/
|
|
7429
|
+
'contents': RecordLanguageEnumIContentsValue;
|
|
6729
7430
|
}
|
|
6730
7431
|
/**
|
|
6731
7432
|
* From T, pick a set of properties whose keys are in the union K
|
|
6732
7433
|
* @export
|
|
6733
|
-
* @interface
|
|
7434
|
+
* @interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6734
7435
|
*/
|
|
6735
|
-
export interface
|
|
7436
|
+
export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields {
|
|
6736
7437
|
/**
|
|
6737
7438
|
*
|
|
6738
7439
|
* @type {string}
|
|
6739
|
-
* @memberof
|
|
7440
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6740
7441
|
*/
|
|
6741
|
-
'
|
|
7442
|
+
'company': string;
|
|
6742
7443
|
/**
|
|
6743
7444
|
*
|
|
6744
|
-
* @type {
|
|
6745
|
-
* @memberof
|
|
7445
|
+
* @type {Array<string>}
|
|
7446
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6746
7447
|
*/
|
|
6747
|
-
'
|
|
7448
|
+
'collections': Array<string>;
|
|
6748
7449
|
/**
|
|
6749
7450
|
*
|
|
6750
7451
|
* @type {string}
|
|
6751
|
-
* @memberof
|
|
7452
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6752
7453
|
*/
|
|
6753
|
-
'
|
|
7454
|
+
'sku'?: string;
|
|
6754
7455
|
/**
|
|
6755
7456
|
*
|
|
6756
|
-
* @type {
|
|
6757
|
-
* @memberof
|
|
7457
|
+
* @type {string}
|
|
7458
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6758
7459
|
*/
|
|
6759
|
-
'
|
|
6760
|
-
}
|
|
6761
|
-
/**
|
|
6762
|
-
* From T, pick a set of properties whose keys are in the union K
|
|
6763
|
-
* @export
|
|
6764
|
-
* @interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles
|
|
6765
|
-
*/
|
|
6766
|
-
export interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles {
|
|
7460
|
+
'barcode'?: string;
|
|
6767
7461
|
/**
|
|
6768
7462
|
*
|
|
6769
|
-
* @type {
|
|
6770
|
-
* @memberof
|
|
7463
|
+
* @type {Array<IImage>}
|
|
7464
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6771
7465
|
*/
|
|
6772
|
-
'
|
|
7466
|
+
'photos': Array<IImage>;
|
|
6773
7467
|
/**
|
|
6774
7468
|
*
|
|
6775
|
-
* @type {{ [key: string]:
|
|
6776
|
-
* @memberof
|
|
7469
|
+
* @type {{ [key: string]: IProductResponseStockValue; }}
|
|
7470
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6777
7471
|
*/
|
|
6778
|
-
'
|
|
6779
|
-
[key: string]:
|
|
7472
|
+
'stock'?: {
|
|
7473
|
+
[key: string]: IProductResponseStockValue;
|
|
6780
7474
|
};
|
|
6781
7475
|
/**
|
|
6782
7476
|
*
|
|
6783
|
-
* @type {
|
|
6784
|
-
* @memberof
|
|
7477
|
+
* @type {boolean}
|
|
7478
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6785
7479
|
*/
|
|
6786
|
-
'
|
|
7480
|
+
'stockless_sale'?: boolean;
|
|
6787
7481
|
/**
|
|
6788
7482
|
*
|
|
6789
|
-
* @type {
|
|
6790
|
-
* @memberof
|
|
7483
|
+
* @type {PriceType}
|
|
7484
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6791
7485
|
*/
|
|
6792
|
-
'
|
|
7486
|
+
'price_info': PriceType;
|
|
6793
7487
|
/**
|
|
6794
7488
|
*
|
|
6795
|
-
* @type {
|
|
6796
|
-
* @memberof
|
|
7489
|
+
* @type {RecordLanguageEnumIContentsValue}
|
|
7490
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6797
7491
|
*/
|
|
6798
|
-
'
|
|
7492
|
+
'contents': RecordLanguageEnumIContentsValue;
|
|
6799
7493
|
/**
|
|
6800
7494
|
*
|
|
6801
|
-
* @type {string}
|
|
6802
|
-
* @memberof
|
|
7495
|
+
* @type {{ [key: string]: IProductResponseVariantsValue; }}
|
|
7496
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6803
7497
|
*/
|
|
6804
|
-
'
|
|
7498
|
+
'variants'?: {
|
|
7499
|
+
[key: string]: IProductResponseVariantsValue;
|
|
7500
|
+
};
|
|
6805
7501
|
/**
|
|
6806
7502
|
*
|
|
6807
|
-
* @type {
|
|
6808
|
-
* @memberof
|
|
7503
|
+
* @type {{ [key: string]: string; }}
|
|
7504
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
6809
7505
|
*/
|
|
6810
|
-
'
|
|
7506
|
+
'attributes'?: {
|
|
7507
|
+
[key: string]: string;
|
|
7508
|
+
};
|
|
6811
7509
|
}
|
|
6812
7510
|
/**
|
|
6813
|
-
*
|
|
7511
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
6814
7512
|
* @export
|
|
6815
|
-
* @interface
|
|
7513
|
+
* @interface PickITemplateExcludeKeyofITemplateComponents
|
|
6816
7514
|
*/
|
|
6817
|
-
export interface
|
|
7515
|
+
export interface PickITemplateExcludeKeyofITemplateComponents {
|
|
6818
7516
|
/**
|
|
6819
7517
|
*
|
|
6820
|
-
* @type {
|
|
6821
|
-
* @memberof
|
|
7518
|
+
* @type {string}
|
|
7519
|
+
* @memberof PickITemplateExcludeKeyofITemplateComponents
|
|
6822
7520
|
*/
|
|
6823
|
-
'
|
|
7521
|
+
'company': string;
|
|
6824
7522
|
/**
|
|
6825
7523
|
*
|
|
6826
|
-
* @type {
|
|
6827
|
-
* @memberof
|
|
7524
|
+
* @type {string}
|
|
7525
|
+
* @memberof PickITemplateExcludeKeyofITemplateComponents
|
|
6828
7526
|
*/
|
|
6829
|
-
'
|
|
7527
|
+
'_id': string;
|
|
6830
7528
|
/**
|
|
6831
7529
|
*
|
|
6832
|
-
* @type {
|
|
6833
|
-
* @memberof
|
|
7530
|
+
* @type {number}
|
|
7531
|
+
* @memberof PickITemplateExcludeKeyofITemplateComponents
|
|
6834
7532
|
*/
|
|
6835
|
-
'
|
|
7533
|
+
'__v': number;
|
|
6836
7534
|
/**
|
|
6837
7535
|
*
|
|
6838
|
-
* @type {
|
|
6839
|
-
* @memberof
|
|
7536
|
+
* @type {string}
|
|
7537
|
+
* @memberof PickITemplateExcludeKeyofITemplateComponents
|
|
6840
7538
|
*/
|
|
6841
|
-
'
|
|
7539
|
+
'createdAt': string;
|
|
6842
7540
|
/**
|
|
6843
7541
|
*
|
|
6844
|
-
* @type {
|
|
6845
|
-
* @memberof
|
|
7542
|
+
* @type {string}
|
|
7543
|
+
* @memberof PickITemplateExcludeKeyofITemplateComponents
|
|
6846
7544
|
*/
|
|
6847
|
-
'
|
|
6848
|
-
}
|
|
6849
|
-
/**
|
|
6850
|
-
*
|
|
6851
|
-
* @export
|
|
6852
|
-
* @interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig
|
|
6853
|
-
*/
|
|
6854
|
-
export interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig {
|
|
7545
|
+
'updatedAt': string;
|
|
6855
7546
|
/**
|
|
6856
7547
|
*
|
|
6857
|
-
* @type {
|
|
6858
|
-
* @memberof
|
|
7548
|
+
* @type {TemplateTypeEnum}
|
|
7549
|
+
* @memberof PickITemplateExcludeKeyofITemplateComponents
|
|
6859
7550
|
*/
|
|
6860
|
-
'
|
|
7551
|
+
'type': TemplateTypeEnum;
|
|
6861
7552
|
/**
|
|
6862
7553
|
*
|
|
6863
|
-
* @type {
|
|
6864
|
-
* @memberof
|
|
7554
|
+
* @type {string}
|
|
7555
|
+
* @memberof PickITemplateExcludeKeyofITemplateComponents
|
|
6865
7556
|
*/
|
|
6866
|
-
'
|
|
7557
|
+
'title': string;
|
|
6867
7558
|
}
|
|
6868
7559
|
/**
|
|
6869
|
-
*
|
|
7560
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
6870
7561
|
* @export
|
|
6871
|
-
* @interface
|
|
7562
|
+
* @interface PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
|
|
6872
7563
|
*/
|
|
6873
|
-
export interface
|
|
7564
|
+
export interface PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse {
|
|
6874
7565
|
/**
|
|
6875
7566
|
*
|
|
6876
|
-
* @type {
|
|
6877
|
-
* @memberof
|
|
7567
|
+
* @type {string}
|
|
7568
|
+
* @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
|
|
6878
7569
|
*/
|
|
6879
|
-
'
|
|
7570
|
+
'company': string;
|
|
6880
7571
|
/**
|
|
6881
7572
|
*
|
|
6882
|
-
* @type {
|
|
6883
|
-
* @memberof
|
|
7573
|
+
* @type {TemplateTypeEnum}
|
|
7574
|
+
* @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
|
|
6884
7575
|
*/
|
|
6885
|
-
'
|
|
7576
|
+
'type': TemplateTypeEnum;
|
|
7577
|
+
/**
|
|
7578
|
+
*
|
|
7579
|
+
* @type {Array<ITemplateResponseComponentsInner>}
|
|
7580
|
+
* @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
|
|
7581
|
+
*/
|
|
7582
|
+
'components': Array<ITemplateResponseComponentsInner>;
|
|
6886
7583
|
/**
|
|
6887
7584
|
*
|
|
6888
7585
|
* @type {string}
|
|
6889
|
-
* @memberof
|
|
7586
|
+
* @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
|
|
6890
7587
|
*/
|
|
6891
|
-
'
|
|
7588
|
+
'title': string;
|
|
6892
7589
|
}
|
|
6893
7590
|
/**
|
|
6894
7591
|
* From T, pick a set of properties whose keys are in the union K
|
|
6895
7592
|
* @export
|
|
6896
|
-
* @interface
|
|
7593
|
+
* @interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
|
|
6897
7594
|
*/
|
|
6898
|
-
export interface
|
|
7595
|
+
export interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse {
|
|
6899
7596
|
/**
|
|
6900
7597
|
*
|
|
6901
7598
|
* @type {string}
|
|
6902
|
-
* @memberof
|
|
7599
|
+
* @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
|
|
6903
7600
|
*/
|
|
6904
|
-
'
|
|
7601
|
+
'name': string;
|
|
6905
7602
|
/**
|
|
6906
7603
|
*
|
|
6907
|
-
* @type {
|
|
6908
|
-
* @memberof
|
|
7604
|
+
* @type {ThemeTypeEnum}
|
|
7605
|
+
* @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
|
|
6909
7606
|
*/
|
|
6910
|
-
'
|
|
7607
|
+
'type': ThemeTypeEnum;
|
|
7608
|
+
/**
|
|
7609
|
+
*
|
|
7610
|
+
* @type {IImage}
|
|
7611
|
+
* @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
|
|
7612
|
+
*/
|
|
7613
|
+
'thumbnail'?: IImage;
|
|
6911
7614
|
/**
|
|
6912
7615
|
*
|
|
6913
7616
|
* @type {Array<string>}
|
|
6914
|
-
* @memberof
|
|
7617
|
+
* @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
|
|
6915
7618
|
*/
|
|
6916
|
-
'
|
|
7619
|
+
'companies': Array<string>;
|
|
6917
7620
|
/**
|
|
6918
7621
|
*
|
|
6919
|
-
* @type {
|
|
6920
|
-
* @memberof
|
|
7622
|
+
* @type {string}
|
|
7623
|
+
* @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
|
|
6921
7624
|
*/
|
|
6922
|
-
'
|
|
7625
|
+
'domain': string;
|
|
6923
7626
|
}
|
|
6924
7627
|
/**
|
|
6925
7628
|
* From T, pick a set of properties whose keys are in the union K
|
|
@@ -7125,31 +7828,31 @@ export interface RecordCurrencyEnumCurrency {
|
|
|
7125
7828
|
* @type {Currency}
|
|
7126
7829
|
* @memberof RecordCurrencyEnumCurrency
|
|
7127
7830
|
*/
|
|
7128
|
-
'usd'
|
|
7831
|
+
'usd': Currency;
|
|
7129
7832
|
/**
|
|
7130
7833
|
*
|
|
7131
7834
|
* @type {Currency}
|
|
7132
7835
|
* @memberof RecordCurrencyEnumCurrency
|
|
7133
7836
|
*/
|
|
7134
|
-
'eur'
|
|
7837
|
+
'eur': Currency;
|
|
7135
7838
|
/**
|
|
7136
7839
|
*
|
|
7137
7840
|
* @type {Currency}
|
|
7138
7841
|
* @memberof RecordCurrencyEnumCurrency
|
|
7139
7842
|
*/
|
|
7140
|
-
'try'
|
|
7843
|
+
'try': Currency;
|
|
7141
7844
|
/**
|
|
7142
7845
|
*
|
|
7143
7846
|
* @type {Currency}
|
|
7144
7847
|
* @memberof RecordCurrencyEnumCurrency
|
|
7145
7848
|
*/
|
|
7146
|
-
'gbp'
|
|
7849
|
+
'gbp': Currency;
|
|
7147
7850
|
/**
|
|
7148
7851
|
*
|
|
7149
7852
|
* @type {Currency}
|
|
7150
7853
|
* @memberof RecordCurrencyEnumCurrency
|
|
7151
7854
|
*/
|
|
7152
|
-
'jpy'
|
|
7855
|
+
'jpy': Currency;
|
|
7153
7856
|
}
|
|
7154
7857
|
/**
|
|
7155
7858
|
* Construct a type with a set of properties K of type T
|
|
@@ -7162,31 +7865,31 @@ export interface RecordCurrencyEnumNumber {
|
|
|
7162
7865
|
* @type {number}
|
|
7163
7866
|
* @memberof RecordCurrencyEnumNumber
|
|
7164
7867
|
*/
|
|
7165
|
-
'usd'
|
|
7868
|
+
'usd': number;
|
|
7166
7869
|
/**
|
|
7167
7870
|
*
|
|
7168
7871
|
* @type {number}
|
|
7169
7872
|
* @memberof RecordCurrencyEnumNumber
|
|
7170
7873
|
*/
|
|
7171
|
-
'eur'
|
|
7874
|
+
'eur': number;
|
|
7172
7875
|
/**
|
|
7173
7876
|
*
|
|
7174
7877
|
* @type {number}
|
|
7175
7878
|
* @memberof RecordCurrencyEnumNumber
|
|
7176
7879
|
*/
|
|
7177
|
-
'try'
|
|
7880
|
+
'try': number;
|
|
7178
7881
|
/**
|
|
7179
7882
|
*
|
|
7180
7883
|
* @type {number}
|
|
7181
7884
|
* @memberof RecordCurrencyEnumNumber
|
|
7182
7885
|
*/
|
|
7183
|
-
'gbp'
|
|
7886
|
+
'gbp': number;
|
|
7184
7887
|
/**
|
|
7185
7888
|
*
|
|
7186
7889
|
* @type {number}
|
|
7187
7890
|
* @memberof RecordCurrencyEnumNumber
|
|
7188
7891
|
*/
|
|
7189
|
-
'jpy'
|
|
7892
|
+
'jpy': number;
|
|
7190
7893
|
}
|
|
7191
7894
|
/**
|
|
7192
7895
|
* Construct a type with a set of properties K of type T
|
|
@@ -7199,19 +7902,19 @@ export interface RecordLanguageEnumIContentsValue {
|
|
|
7199
7902
|
* @type {IContentsValue}
|
|
7200
7903
|
* @memberof RecordLanguageEnumIContentsValue
|
|
7201
7904
|
*/
|
|
7202
|
-
'tr'
|
|
7905
|
+
'tr': IContentsValue;
|
|
7203
7906
|
/**
|
|
7204
7907
|
*
|
|
7205
7908
|
* @type {IContentsValue}
|
|
7206
7909
|
* @memberof RecordLanguageEnumIContentsValue
|
|
7207
7910
|
*/
|
|
7208
|
-
'en'
|
|
7911
|
+
'en': IContentsValue;
|
|
7209
7912
|
/**
|
|
7210
7913
|
*
|
|
7211
7914
|
* @type {IContentsValue}
|
|
7212
7915
|
* @memberof RecordLanguageEnumIContentsValue
|
|
7213
7916
|
*/
|
|
7214
|
-
'de'
|
|
7917
|
+
'de': IContentsValue;
|
|
7215
7918
|
}
|
|
7216
7919
|
/**
|
|
7217
7920
|
* Construct a type with a set of properties K of type T
|
|
@@ -7224,19 +7927,19 @@ export interface RecordLanguageEnumIImage {
|
|
|
7224
7927
|
* @type {IImage}
|
|
7225
7928
|
* @memberof RecordLanguageEnumIImage
|
|
7226
7929
|
*/
|
|
7227
|
-
'tr'
|
|
7930
|
+
'tr': IImage;
|
|
7228
7931
|
/**
|
|
7229
7932
|
*
|
|
7230
7933
|
* @type {IImage}
|
|
7231
7934
|
* @memberof RecordLanguageEnumIImage
|
|
7232
7935
|
*/
|
|
7233
|
-
'en'
|
|
7936
|
+
'en': IImage;
|
|
7234
7937
|
/**
|
|
7235
7938
|
*
|
|
7236
7939
|
* @type {IImage}
|
|
7237
7940
|
* @memberof RecordLanguageEnumIImage
|
|
7238
7941
|
*/
|
|
7239
|
-
'de'
|
|
7942
|
+
'de': IImage;
|
|
7240
7943
|
}
|
|
7241
7944
|
/**
|
|
7242
7945
|
* Construct a type with a set of properties K of type T
|
|
@@ -7249,19 +7952,19 @@ export interface RecordLanguageEnumString {
|
|
|
7249
7952
|
* @type {string}
|
|
7250
7953
|
* @memberof RecordLanguageEnumString
|
|
7251
7954
|
*/
|
|
7252
|
-
'tr'
|
|
7955
|
+
'tr': string;
|
|
7253
7956
|
/**
|
|
7254
7957
|
*
|
|
7255
7958
|
* @type {string}
|
|
7256
7959
|
* @memberof RecordLanguageEnumString
|
|
7257
7960
|
*/
|
|
7258
|
-
'en'
|
|
7961
|
+
'en': string;
|
|
7259
7962
|
/**
|
|
7260
7963
|
*
|
|
7261
7964
|
* @type {string}
|
|
7262
7965
|
* @memberof RecordLanguageEnumString
|
|
7263
7966
|
*/
|
|
7264
|
-
'de'
|
|
7967
|
+
'de': string;
|
|
7265
7968
|
}
|
|
7266
7969
|
/**
|
|
7267
7970
|
*
|
|
@@ -8115,7 +8818,6 @@ export declare const PageApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
8115
8818
|
getPageByType: (type: string, company?: string, domain?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
8116
8819
|
/**
|
|
8117
8820
|
*
|
|
8118
|
-
* @param {string} company
|
|
8119
8821
|
* @param {number} [page]
|
|
8120
8822
|
* @param {number} [itemsPerPage]
|
|
8121
8823
|
* @param {string} [search]
|
|
@@ -8124,13 +8826,14 @@ export declare const PageApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
8124
8826
|
* @param {string} [dateField]
|
|
8125
8827
|
* @param {OrderEnum} [order]
|
|
8126
8828
|
* @param {string} [sort]
|
|
8829
|
+
* @param {string} [company]
|
|
8127
8830
|
* @param {string} [domain]
|
|
8128
8831
|
* @param {PageTypeEnum} [type]
|
|
8129
8832
|
* @param {ContentStatusEnum} [status]
|
|
8130
8833
|
* @param {*} [options] Override http request option.
|
|
8131
8834
|
* @throws {RequiredError}
|
|
8132
8835
|
*/
|
|
8133
|
-
getPages: (
|
|
8836
|
+
getPages: (page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, company?: string, domain?: string, type?: PageTypeEnum, status?: ContentStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
8134
8837
|
};
|
|
8135
8838
|
/**
|
|
8136
8839
|
* PageApi - functional programming interface
|
|
@@ -8157,7 +8860,6 @@ export declare const PageApiFp: (configuration?: Configuration) => {
|
|
|
8157
8860
|
getPageByType(type: string, company?: string, domain?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IPageResponse>>;
|
|
8158
8861
|
/**
|
|
8159
8862
|
*
|
|
8160
|
-
* @param {string} company
|
|
8161
8863
|
* @param {number} [page]
|
|
8162
8864
|
* @param {number} [itemsPerPage]
|
|
8163
8865
|
* @param {string} [search]
|
|
@@ -8166,13 +8868,14 @@ export declare const PageApiFp: (configuration?: Configuration) => {
|
|
|
8166
8868
|
* @param {string} [dateField]
|
|
8167
8869
|
* @param {OrderEnum} [order]
|
|
8168
8870
|
* @param {string} [sort]
|
|
8871
|
+
* @param {string} [company]
|
|
8169
8872
|
* @param {string} [domain]
|
|
8170
8873
|
* @param {PageTypeEnum} [type]
|
|
8171
8874
|
* @param {ContentStatusEnum} [status]
|
|
8172
8875
|
* @param {*} [options] Override http request option.
|
|
8173
8876
|
* @throws {RequiredError}
|
|
8174
8877
|
*/
|
|
8175
|
-
getPages(
|
|
8878
|
+
getPages(page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, company?: string, domain?: string, type?: PageTypeEnum, status?: ContentStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IPagesResponse>>;
|
|
8176
8879
|
};
|
|
8177
8880
|
/**
|
|
8178
8881
|
* PageApi - factory interface
|
|
@@ -8199,7 +8902,7 @@ export declare const PageApiFactory: (configuration?: Configuration, basePath?:
|
|
|
8199
8902
|
* @param {*} [options] Override http request option.
|
|
8200
8903
|
* @throws {RequiredError}
|
|
8201
8904
|
*/
|
|
8202
|
-
getPages(requestParameters
|
|
8905
|
+
getPages(requestParameters?: PageApiGetPagesRequest, options?: RawAxiosRequestConfig): AxiosPromise<IPagesResponse>;
|
|
8203
8906
|
};
|
|
8204
8907
|
/**
|
|
8205
8908
|
* Request parameters for getPageBySlug operation in PageApi.
|
|
@@ -8257,12 +8960,6 @@ export interface PageApiGetPageByTypeRequest {
|
|
|
8257
8960
|
* @interface PageApiGetPagesRequest
|
|
8258
8961
|
*/
|
|
8259
8962
|
export interface PageApiGetPagesRequest {
|
|
8260
|
-
/**
|
|
8261
|
-
*
|
|
8262
|
-
* @type {string}
|
|
8263
|
-
* @memberof PageApiGetPages
|
|
8264
|
-
*/
|
|
8265
|
-
readonly company: string;
|
|
8266
8963
|
/**
|
|
8267
8964
|
*
|
|
8268
8965
|
* @type {number}
|
|
@@ -8311,6 +9008,12 @@ export interface PageApiGetPagesRequest {
|
|
|
8311
9008
|
* @memberof PageApiGetPages
|
|
8312
9009
|
*/
|
|
8313
9010
|
readonly sort?: string;
|
|
9011
|
+
/**
|
|
9012
|
+
*
|
|
9013
|
+
* @type {string}
|
|
9014
|
+
* @memberof PageApiGetPages
|
|
9015
|
+
*/
|
|
9016
|
+
readonly company?: string;
|
|
8314
9017
|
/**
|
|
8315
9018
|
*
|
|
8316
9019
|
* @type {string}
|
|
@@ -8360,7 +9063,7 @@ export declare class PageApi extends BaseAPI {
|
|
|
8360
9063
|
* @throws {RequiredError}
|
|
8361
9064
|
* @memberof PageApi
|
|
8362
9065
|
*/
|
|
8363
|
-
getPages(requestParameters
|
|
9066
|
+
getPages(requestParameters?: PageApiGetPagesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IPagesResponse, any>>;
|
|
8364
9067
|
}
|
|
8365
9068
|
/**
|
|
8366
9069
|
* ProductApi - axios parameter creator
|
|
@@ -8377,7 +9080,6 @@ export declare const ProductApiAxiosParamCreator: (configuration?: Configuration
|
|
|
8377
9080
|
getProductBySlug: (slug: string, domain: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
8378
9081
|
/**
|
|
8379
9082
|
*
|
|
8380
|
-
* @param {string} company
|
|
8381
9083
|
* @param {number} [page]
|
|
8382
9084
|
* @param {number} [itemsPerPage]
|
|
8383
9085
|
* @param {string} [search]
|
|
@@ -8386,6 +9088,7 @@ export declare const ProductApiAxiosParamCreator: (configuration?: Configuration
|
|
|
8386
9088
|
* @param {string} [dateField]
|
|
8387
9089
|
* @param {OrderEnum} [order]
|
|
8388
9090
|
* @param {string} [sort]
|
|
9091
|
+
* @param {string} [company]
|
|
8389
9092
|
* @param {string} [collections]
|
|
8390
9093
|
* @param {string} [category]
|
|
8391
9094
|
* @param {string} [brand]
|
|
@@ -8393,7 +9096,7 @@ export declare const ProductApiAxiosParamCreator: (configuration?: Configuration
|
|
|
8393
9096
|
* @param {*} [options] Override http request option.
|
|
8394
9097
|
* @throws {RequiredError}
|
|
8395
9098
|
*/
|
|
8396
|
-
getProducts: (
|
|
9099
|
+
getProducts: (page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, company?: string, collections?: string, category?: string, brand?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
8397
9100
|
/**
|
|
8398
9101
|
*
|
|
8399
9102
|
* @param {string} company
|
|
@@ -8418,7 +9121,6 @@ export declare const ProductApiFp: (configuration?: Configuration) => {
|
|
|
8418
9121
|
getProductBySlug(slug: string, domain: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IProductResponse>>;
|
|
8419
9122
|
/**
|
|
8420
9123
|
*
|
|
8421
|
-
* @param {string} company
|
|
8422
9124
|
* @param {number} [page]
|
|
8423
9125
|
* @param {number} [itemsPerPage]
|
|
8424
9126
|
* @param {string} [search]
|
|
@@ -8427,6 +9129,7 @@ export declare const ProductApiFp: (configuration?: Configuration) => {
|
|
|
8427
9129
|
* @param {string} [dateField]
|
|
8428
9130
|
* @param {OrderEnum} [order]
|
|
8429
9131
|
* @param {string} [sort]
|
|
9132
|
+
* @param {string} [company]
|
|
8430
9133
|
* @param {string} [collections]
|
|
8431
9134
|
* @param {string} [category]
|
|
8432
9135
|
* @param {string} [brand]
|
|
@@ -8434,7 +9137,7 @@ export declare const ProductApiFp: (configuration?: Configuration) => {
|
|
|
8434
9137
|
* @param {*} [options] Override http request option.
|
|
8435
9138
|
* @throws {RequiredError}
|
|
8436
9139
|
*/
|
|
8437
|
-
getProducts(
|
|
9140
|
+
getProducts(page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, company?: string, collections?: string, category?: string, brand?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IProductsResponse>>;
|
|
8438
9141
|
/**
|
|
8439
9142
|
*
|
|
8440
9143
|
* @param {string} company
|
|
@@ -8462,7 +9165,7 @@ export declare const ProductApiFactory: (configuration?: Configuration, basePath
|
|
|
8462
9165
|
* @param {*} [options] Override http request option.
|
|
8463
9166
|
* @throws {RequiredError}
|
|
8464
9167
|
*/
|
|
8465
|
-
getProducts(requestParameters
|
|
9168
|
+
getProducts(requestParameters?: ProductApiGetProductsRequest, options?: RawAxiosRequestConfig): AxiosPromise<IProductsResponse>;
|
|
8466
9169
|
/**
|
|
8467
9170
|
*
|
|
8468
9171
|
* @param {ProductApiSearchProductsRequest} requestParameters Request parameters.
|
|
@@ -8496,12 +9199,6 @@ export interface ProductApiGetProductBySlugRequest {
|
|
|
8496
9199
|
* @interface ProductApiGetProductsRequest
|
|
8497
9200
|
*/
|
|
8498
9201
|
export interface ProductApiGetProductsRequest {
|
|
8499
|
-
/**
|
|
8500
|
-
*
|
|
8501
|
-
* @type {string}
|
|
8502
|
-
* @memberof ProductApiGetProducts
|
|
8503
|
-
*/
|
|
8504
|
-
readonly company: string;
|
|
8505
9202
|
/**
|
|
8506
9203
|
*
|
|
8507
9204
|
* @type {number}
|
|
@@ -8550,6 +9247,12 @@ export interface ProductApiGetProductsRequest {
|
|
|
8550
9247
|
* @memberof ProductApiGetProducts
|
|
8551
9248
|
*/
|
|
8552
9249
|
readonly sort?: string;
|
|
9250
|
+
/**
|
|
9251
|
+
*
|
|
9252
|
+
* @type {string}
|
|
9253
|
+
* @memberof ProductApiGetProducts
|
|
9254
|
+
*/
|
|
9255
|
+
readonly company?: string;
|
|
8553
9256
|
/**
|
|
8554
9257
|
*
|
|
8555
9258
|
* @type {string}
|
|
@@ -8616,7 +9319,7 @@ export declare class ProductApi extends BaseAPI {
|
|
|
8616
9319
|
* @throws {RequiredError}
|
|
8617
9320
|
* @memberof ProductApi
|
|
8618
9321
|
*/
|
|
8619
|
-
getProducts(requestParameters
|
|
9322
|
+
getProducts(requestParameters?: ProductApiGetProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IProductsResponse, any>>;
|
|
8620
9323
|
/**
|
|
8621
9324
|
*
|
|
8622
9325
|
* @param {ProductApiSearchProductsRequest} requestParameters Request parameters.
|