@infisale-client/api 1.1.20 → 1.1.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/api/api.d.ts CHANGED
@@ -779,7 +779,7 @@ export interface IBrandCollectionQueryParams {
779
779
  * @type {string}
780
780
  * @memberof IBrandCollectionQueryParams
781
781
  */
782
- 'company': string;
782
+ 'company_id': string;
783
783
  /**
784
784
  *
785
785
  * @type {ContentStatusEnum}
@@ -1065,7 +1065,7 @@ export interface ICategoryCollectionQueryParams {
1065
1065
  * @type {string}
1066
1066
  * @memberof ICategoryCollectionQueryParams
1067
1067
  */
1068
- 'company': string;
1068
+ 'company_id': string;
1069
1069
  /**
1070
1070
  *
1071
1071
  * @type {ContentStatusEnum}
@@ -1153,12 +1153,6 @@ export interface ICategoryPostRequest {
1153
1153
  * @interface ICategoryResponse
1154
1154
  */
1155
1155
  export interface ICategoryResponse {
1156
- /**
1157
- *
1158
- * @type {Array<ICategoryResponseAttributesInner>}
1159
- * @memberof ICategoryResponse
1160
- */
1161
- 'attributes': Array<ICategoryResponseAttributesInner>;
1162
1156
  /**
1163
1157
  *
1164
1158
  * @type {string}
@@ -1207,6 +1201,12 @@ export interface ICategoryResponse {
1207
1201
  * @memberof ICategoryResponse
1208
1202
  */
1209
1203
  'thumbnail'?: IImage;
1204
+ /**
1205
+ *
1206
+ * @type {Array<ICategoryResponseAttributesInner>}
1207
+ * @memberof ICategoryResponse
1208
+ */
1209
+ 'attributes': Array<ICategoryResponseAttributesInner>;
1210
1210
  }
1211
1211
  /**
1212
1212
  *
@@ -1681,10 +1681,10 @@ export interface ICompany {
1681
1681
  'owner': string;
1682
1682
  /**
1683
1683
  *
1684
- * @type {ICompanyResponseAddress}
1684
+ * @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress}
1685
1685
  * @memberof ICompany
1686
1686
  */
1687
- 'address'?: ICompanyResponseAddress;
1687
+ 'address'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress;
1688
1688
  /**
1689
1689
  *
1690
1690
  * @type {string}
@@ -1717,10 +1717,10 @@ export interface ICompany {
1717
1717
  'dns_zone_domain'?: string;
1718
1718
  /**
1719
1719
  *
1720
- * @type {Array<ICompanyResponseCustomHostnamesInner>}
1720
+ * @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>}
1721
1721
  * @memberof ICompany
1722
1722
  */
1723
- 'custom_hostnames': Array<ICompanyResponseCustomHostnamesInner>;
1723
+ 'custom_hostnames': Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>;
1724
1724
  /**
1725
1725
  *
1726
1726
  * @type {Array<PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner>}
@@ -1793,17 +1793,17 @@ export interface ICompany {
1793
1793
  'currencies': RecordCurrencyEnumCurrency;
1794
1794
  /**
1795
1795
  *
1796
- * @type {Array<ICompanyResponseWarehousesInner>}
1796
+ * @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>}
1797
1797
  * @memberof ICompany
1798
1798
  */
1799
- 'warehouses': Array<ICompanyResponseWarehousesInner>;
1799
+ 'warehouses': Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>;
1800
1800
  /**
1801
1801
  *
1802
- * @type {{ [key: string]: ICompanyResponseNavigationsValue; }}
1802
+ * @type {{ [key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue; }}
1803
1803
  * @memberof ICompany
1804
1804
  */
1805
1805
  'navigations': {
1806
- [key: string]: ICompanyResponseNavigationsValue;
1806
+ [key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue;
1807
1807
  };
1808
1808
  /**
1809
1809
  *
@@ -1813,16 +1813,16 @@ export interface ICompany {
1813
1813
  'firebase_admin_credentials'?: ICompanyPatchRequestFirebaseAdminCredentials;
1814
1814
  /**
1815
1815
  *
1816
- * @type {ICompanyResponseFirebaseWebCredentials}
1816
+ * @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials}
1817
1817
  * @memberof ICompany
1818
1818
  */
1819
- 'firebase_web_credentials'?: ICompanyResponseFirebaseWebCredentials;
1819
+ 'firebase_web_credentials'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials;
1820
1820
  /**
1821
1821
  *
1822
- * @type {ICompanyResponseFirebaseLogin}
1822
+ * @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin}
1823
1823
  * @memberof ICompany
1824
1824
  */
1825
- 'firebase_login': ICompanyResponseFirebaseLogin;
1825
+ 'firebase_login': PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin;
1826
1826
  /**
1827
1827
  *
1828
1828
  * @type {string}
@@ -1837,10 +1837,10 @@ export interface ICompany {
1837
1837
  'sender_name'?: string;
1838
1838
  /**
1839
1839
  *
1840
- * @type {Array<ICompanyResponseSenderEmailDnsRecordsInner>}
1840
+ * @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>}
1841
1841
  * @memberof ICompany
1842
1842
  */
1843
- 'sender_email_dns_records'?: Array<ICompanyResponseSenderEmailDnsRecordsInner>;
1843
+ 'sender_email_dns_records'?: Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>;
1844
1844
  /**
1845
1845
  *
1846
1846
  * @type {CompanyStatusEnum}
@@ -1934,10 +1934,10 @@ export interface ICompanyAdminResponse {
1934
1934
  'owner': string;
1935
1935
  /**
1936
1936
  *
1937
- * @type {ICompanyResponseAddress}
1937
+ * @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress}
1938
1938
  * @memberof ICompanyAdminResponse
1939
1939
  */
1940
- 'address'?: ICompanyResponseAddress;
1940
+ 'address'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress;
1941
1941
  /**
1942
1942
  *
1943
1943
  * @type {Array<string>}
@@ -1958,10 +1958,10 @@ export interface ICompanyAdminResponse {
1958
1958
  'dns_zone_domain'?: string;
1959
1959
  /**
1960
1960
  *
1961
- * @type {Array<ICompanyResponseCustomHostnamesInner>}
1961
+ * @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>}
1962
1962
  * @memberof ICompanyAdminResponse
1963
1963
  */
1964
- 'custom_hostnames': Array<ICompanyResponseCustomHostnamesInner>;
1964
+ 'custom_hostnames': Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>;
1965
1965
  /**
1966
1966
  *
1967
1967
  * @type {{ [key: string]: string; }}
@@ -2008,30 +2008,30 @@ export interface ICompanyAdminResponse {
2008
2008
  'currencies': RecordCurrencyEnumCurrency;
2009
2009
  /**
2010
2010
  *
2011
- * @type {Array<ICompanyResponseWarehousesInner>}
2011
+ * @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>}
2012
2012
  * @memberof ICompanyAdminResponse
2013
2013
  */
2014
- 'warehouses': Array<ICompanyResponseWarehousesInner>;
2014
+ 'warehouses': Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>;
2015
2015
  /**
2016
2016
  *
2017
- * @type {{ [key: string]: ICompanyResponseNavigationsValue; }}
2017
+ * @type {{ [key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue; }}
2018
2018
  * @memberof ICompanyAdminResponse
2019
2019
  */
2020
2020
  'navigations': {
2021
- [key: string]: ICompanyResponseNavigationsValue;
2021
+ [key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue;
2022
2022
  };
2023
2023
  /**
2024
2024
  *
2025
- * @type {ICompanyResponseFirebaseWebCredentials}
2025
+ * @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials}
2026
2026
  * @memberof ICompanyAdminResponse
2027
2027
  */
2028
- 'firebase_web_credentials'?: ICompanyResponseFirebaseWebCredentials;
2028
+ 'firebase_web_credentials'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials;
2029
2029
  /**
2030
2030
  *
2031
- * @type {ICompanyResponseFirebaseLogin}
2031
+ * @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin}
2032
2032
  * @memberof ICompanyAdminResponse
2033
2033
  */
2034
- 'firebase_login': ICompanyResponseFirebaseLogin;
2034
+ 'firebase_login': PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin;
2035
2035
  /**
2036
2036
  *
2037
2037
  * @type {string}
@@ -2046,10 +2046,10 @@ export interface ICompanyAdminResponse {
2046
2046
  'sender_name'?: string;
2047
2047
  /**
2048
2048
  *
2049
- * @type {Array<ICompanyResponseSenderEmailDnsRecordsInner>}
2049
+ * @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>}
2050
2050
  * @memberof ICompanyAdminResponse
2051
2051
  */
2052
- 'sender_email_dns_records'?: Array<ICompanyResponseSenderEmailDnsRecordsInner>;
2052
+ 'sender_email_dns_records'?: Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>;
2053
2053
  /**
2054
2054
  *
2055
2055
  * @type {PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles}
@@ -2468,10 +2468,10 @@ export interface ICompanyPatchRequest {
2468
2468
  'type'?: CompanyTypeEnum;
2469
2469
  /**
2470
2470
  *
2471
- * @type {ICompanyResponseAddress}
2471
+ * @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress}
2472
2472
  * @memberof ICompanyPatchRequest
2473
2473
  */
2474
- 'address'?: ICompanyResponseAddress;
2474
+ 'address'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress;
2475
2475
  /**
2476
2476
  *
2477
2477
  * @type {string}
@@ -2530,16 +2530,16 @@ export interface ICompanyPatchRequest {
2530
2530
  'currencies'?: RecordCurrencyEnumCurrency;
2531
2531
  /**
2532
2532
  *
2533
- * @type {Array<ICompanyResponseWarehousesInner>}
2533
+ * @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>}
2534
2534
  * @memberof ICompanyPatchRequest
2535
2535
  */
2536
- 'warehouses'?: Array<ICompanyResponseWarehousesInner>;
2536
+ 'warehouses'?: Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>;
2537
2537
  /**
2538
2538
  *
2539
- * @type {Array<ICompanyResponseSenderEmailDnsRecordsInner>}
2539
+ * @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>}
2540
2540
  * @memberof ICompanyPatchRequest
2541
2541
  */
2542
- 'sender_email_dns_records'?: Array<ICompanyResponseSenderEmailDnsRecordsInner>;
2542
+ 'sender_email_dns_records'?: Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>;
2543
2543
  }
2544
2544
  /**
2545
2545
  *
@@ -2737,10 +2737,10 @@ export interface ICompanyResponse {
2737
2737
  'owner': string;
2738
2738
  /**
2739
2739
  *
2740
- * @type {ICompanyResponseAddress}
2740
+ * @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress}
2741
2741
  * @memberof ICompanyResponse
2742
2742
  */
2743
- 'address'?: ICompanyResponseAddress;
2743
+ 'address'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress;
2744
2744
  /**
2745
2745
  *
2746
2746
  * @type {Array<string>}
@@ -2761,10 +2761,10 @@ export interface ICompanyResponse {
2761
2761
  'dns_zone_domain'?: string;
2762
2762
  /**
2763
2763
  *
2764
- * @type {Array<ICompanyResponseCustomHostnamesInner>}
2764
+ * @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>}
2765
2765
  * @memberof ICompanyResponse
2766
2766
  */
2767
- 'custom_hostnames': Array<ICompanyResponseCustomHostnamesInner>;
2767
+ 'custom_hostnames': Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>;
2768
2768
  /**
2769
2769
  *
2770
2770
  * @type {{ [key: string]: string; }}
@@ -2811,30 +2811,30 @@ export interface ICompanyResponse {
2811
2811
  'currencies': RecordCurrencyEnumCurrency;
2812
2812
  /**
2813
2813
  *
2814
- * @type {Array<ICompanyResponseWarehousesInner>}
2814
+ * @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>}
2815
2815
  * @memberof ICompanyResponse
2816
2816
  */
2817
- 'warehouses': Array<ICompanyResponseWarehousesInner>;
2817
+ 'warehouses': Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>;
2818
2818
  /**
2819
2819
  *
2820
- * @type {{ [key: string]: ICompanyResponseNavigationsValue; }}
2820
+ * @type {{ [key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue; }}
2821
2821
  * @memberof ICompanyResponse
2822
2822
  */
2823
2823
  'navigations': {
2824
- [key: string]: ICompanyResponseNavigationsValue;
2824
+ [key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue;
2825
2825
  };
2826
2826
  /**
2827
2827
  *
2828
- * @type {ICompanyResponseFirebaseWebCredentials}
2828
+ * @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials}
2829
2829
  * @memberof ICompanyResponse
2830
2830
  */
2831
- 'firebase_web_credentials'?: ICompanyResponseFirebaseWebCredentials;
2831
+ 'firebase_web_credentials'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials;
2832
2832
  /**
2833
2833
  *
2834
- * @type {ICompanyResponseFirebaseLogin}
2834
+ * @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin}
2835
2835
  * @memberof ICompanyResponse
2836
2836
  */
2837
- 'firebase_login': ICompanyResponseFirebaseLogin;
2837
+ 'firebase_login': PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin;
2838
2838
  /**
2839
2839
  *
2840
2840
  * @type {string}
@@ -2849,10 +2849,10 @@ export interface ICompanyResponse {
2849
2849
  'sender_name'?: string;
2850
2850
  /**
2851
2851
  *
2852
- * @type {Array<ICompanyResponseSenderEmailDnsRecordsInner>}
2852
+ * @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>}
2853
2853
  * @memberof ICompanyResponse
2854
2854
  */
2855
- 'sender_email_dns_records'?: Array<ICompanyResponseSenderEmailDnsRecordsInner>;
2855
+ 'sender_email_dns_records'?: Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>;
2856
2856
  /**
2857
2857
  *
2858
2858
  * @type {PickICompanyNameOrDomainsOrIdOrLanguage}
@@ -2872,37 +2872,6 @@ export interface ICompanyResponse {
2872
2872
  */
2873
2873
  'currency_rates': RecordCurrencyEnumNumber;
2874
2874
  }
2875
- /**
2876
- *
2877
- * @export
2878
- * @interface ICompanyResponseAddress
2879
- */
2880
- export interface ICompanyResponseAddress {
2881
- /**
2882
- *
2883
- * @type {string}
2884
- * @memberof ICompanyResponseAddress
2885
- */
2886
- 'description': string;
2887
- /**
2888
- *
2889
- * @type {string}
2890
- * @memberof ICompanyResponseAddress
2891
- */
2892
- 'city': string;
2893
- /**
2894
- *
2895
- * @type {string}
2896
- * @memberof ICompanyResponseAddress
2897
- */
2898
- 'state': string;
2899
- /**
2900
- *
2901
- * @type {string}
2902
- * @memberof ICompanyResponseAddress
2903
- */
2904
- 'country': string;
2905
- }
2906
2875
  /**
2907
2876
  *
2908
2877
  * @export
@@ -2987,198 +2956,6 @@ export interface ICompanyResponseConfigTemplate {
2987
2956
  */
2988
2957
  'header': Array<ITemplateResponseComponentsInner>;
2989
2958
  }
2990
- /**
2991
- *
2992
- * @export
2993
- * @interface ICompanyResponseCustomHostnamesInner
2994
- */
2995
- export interface ICompanyResponseCustomHostnamesInner {
2996
- /**
2997
- *
2998
- * @type {string}
2999
- * @memberof ICompanyResponseCustomHostnamesInner
3000
- */
3001
- 'validation_code': string;
3002
- /**
3003
- *
3004
- * @type {string}
3005
- * @memberof ICompanyResponseCustomHostnamesInner
3006
- */
3007
- 'hostname': string;
3008
- /**
3009
- *
3010
- * @type {string}
3011
- * @memberof ICompanyResponseCustomHostnamesInner
3012
- */
3013
- 'zone_id': string;
3014
- /**
3015
- *
3016
- * @type {string}
3017
- * @memberof ICompanyResponseCustomHostnamesInner
3018
- */
3019
- 'id': string;
3020
- }
3021
- /**
3022
- *
3023
- * @export
3024
- * @interface ICompanyResponseFirebaseLogin
3025
- */
3026
- export interface ICompanyResponseFirebaseLogin {
3027
- /**
3028
- *
3029
- * @type {boolean}
3030
- * @memberof ICompanyResponseFirebaseLogin
3031
- */
3032
- 'apple': boolean;
3033
- /**
3034
- *
3035
- * @type {boolean}
3036
- * @memberof ICompanyResponseFirebaseLogin
3037
- */
3038
- 'facebook': boolean;
3039
- /**
3040
- *
3041
- * @type {boolean}
3042
- * @memberof ICompanyResponseFirebaseLogin
3043
- */
3044
- 'google': boolean;
3045
- }
3046
- /**
3047
- *
3048
- * @export
3049
- * @interface ICompanyResponseFirebaseWebCredentials
3050
- */
3051
- export interface ICompanyResponseFirebaseWebCredentials {
3052
- /**
3053
- *
3054
- * @type {string}
3055
- * @memberof ICompanyResponseFirebaseWebCredentials
3056
- */
3057
- 'measurementId': string;
3058
- /**
3059
- *
3060
- * @type {string}
3061
- * @memberof ICompanyResponseFirebaseWebCredentials
3062
- */
3063
- 'appId': string;
3064
- /**
3065
- *
3066
- * @type {string}
3067
- * @memberof ICompanyResponseFirebaseWebCredentials
3068
- */
3069
- 'messagingSenderId': string;
3070
- /**
3071
- *
3072
- * @type {string}
3073
- * @memberof ICompanyResponseFirebaseWebCredentials
3074
- */
3075
- 'storageBucket': string;
3076
- /**
3077
- *
3078
- * @type {string}
3079
- * @memberof ICompanyResponseFirebaseWebCredentials
3080
- */
3081
- 'projectId': string;
3082
- /**
3083
- *
3084
- * @type {string}
3085
- * @memberof ICompanyResponseFirebaseWebCredentials
3086
- */
3087
- 'authDomain': string;
3088
- /**
3089
- *
3090
- * @type {string}
3091
- * @memberof ICompanyResponseFirebaseWebCredentials
3092
- */
3093
- 'apiKey': string;
3094
- }
3095
- /**
3096
- *
3097
- * @export
3098
- * @interface ICompanyResponseNavigationsValue
3099
- */
3100
- export interface ICompanyResponseNavigationsValue {
3101
- /**
3102
- *
3103
- * @type {Array<NavigationUrl>}
3104
- * @memberof ICompanyResponseNavigationsValue
3105
- */
3106
- 'footer': Array<NavigationUrl>;
3107
- /**
3108
- *
3109
- * @type {Array<NavigationUrl>}
3110
- * @memberof ICompanyResponseNavigationsValue
3111
- */
3112
- 'header': Array<NavigationUrl>;
3113
- }
3114
- /**
3115
- *
3116
- * @export
3117
- * @interface ICompanyResponseSenderEmailDnsRecordsInner
3118
- */
3119
- export interface ICompanyResponseSenderEmailDnsRecordsInner {
3120
- /**
3121
- *
3122
- * @type {number}
3123
- * @memberof ICompanyResponseSenderEmailDnsRecordsInner
3124
- */
3125
- 'priority'?: number;
3126
- /**
3127
- *
3128
- * @type {EmailConfigDnsRecordTypeEnum}
3129
- * @memberof ICompanyResponseSenderEmailDnsRecordsInner
3130
- */
3131
- 'type': EmailConfigDnsRecordTypeEnum;
3132
- /**
3133
- *
3134
- * @type {string}
3135
- * @memberof ICompanyResponseSenderEmailDnsRecordsInner
3136
- */
3137
- 'value': string;
3138
- /**
3139
- *
3140
- * @type {string}
3141
- * @memberof ICompanyResponseSenderEmailDnsRecordsInner
3142
- */
3143
- 'key': string;
3144
- }
3145
- /**
3146
- *
3147
- * @export
3148
- * @interface ICompanyResponseWarehousesInner
3149
- */
3150
- export interface ICompanyResponseWarehousesInner {
3151
- /**
3152
- *
3153
- * @type {string}
3154
- * @memberof ICompanyResponseWarehousesInner
3155
- */
3156
- 'email'?: string;
3157
- /**
3158
- *
3159
- * @type {string}
3160
- * @memberof ICompanyResponseWarehousesInner
3161
- */
3162
- 'phone'?: string;
3163
- /**
3164
- *
3165
- * @type {string}
3166
- * @memberof ICompanyResponseWarehousesInner
3167
- */
3168
- 'address'?: string;
3169
- /**
3170
- *
3171
- * @type {string}
3172
- * @memberof ICompanyResponseWarehousesInner
3173
- */
3174
- 'name': string;
3175
- /**
3176
- *
3177
- * @type {string}
3178
- * @memberof ICompanyResponseWarehousesInner
3179
- */
3180
- '_id': string;
3181
- }
3182
2959
  /**
3183
2960
  *
3184
2961
  * @export
@@ -3225,16 +3002,16 @@ export interface ICompanyUpdateFirebaseConfigRequest {
3225
3002
  'firebase_admin_credentials'?: ICompanyPatchRequestFirebaseAdminCredentials;
3226
3003
  /**
3227
3004
  *
3228
- * @type {ICompanyResponseFirebaseWebCredentials}
3005
+ * @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials}
3229
3006
  * @memberof ICompanyUpdateFirebaseConfigRequest
3230
3007
  */
3231
- 'firebase_web_credentials'?: ICompanyResponseFirebaseWebCredentials;
3008
+ 'firebase_web_credentials'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials;
3232
3009
  /**
3233
3010
  *
3234
- * @type {ICompanyResponseFirebaseLogin}
3011
+ * @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin}
3235
3012
  * @memberof ICompanyUpdateFirebaseConfigRequest
3236
3013
  */
3237
- 'firebase_login'?: ICompanyResponseFirebaseLogin;
3014
+ 'firebase_login'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin;
3238
3015
  }
3239
3016
  /**
3240
3017
  *
@@ -3244,11 +3021,11 @@ export interface ICompanyUpdateFirebaseConfigRequest {
3244
3021
  export interface ICompanyUpdateNavigationRequest {
3245
3022
  /**
3246
3023
  *
3247
- * @type {{ [key: string]: ICompanyResponseNavigationsValue; }}
3024
+ * @type {{ [key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue; }}
3248
3025
  * @memberof ICompanyUpdateNavigationRequest
3249
3026
  */
3250
3027
  'navigations': {
3251
- [key: string]: ICompanyResponseNavigationsValue;
3028
+ [key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue;
3252
3029
  };
3253
3030
  }
3254
3031
  /**
@@ -3607,7 +3384,7 @@ export interface IFileCollectionQueryParams {
3607
3384
  * @type {string}
3608
3385
  * @memberof IFileCollectionQueryParams
3609
3386
  */
3610
- 'company': string;
3387
+ 'company_id': string;
3611
3388
  /**
3612
3389
  *
3613
3390
  * @type {Array<FileKeywordEnum>}
@@ -3984,7 +3761,7 @@ export interface INotificationCollectionQueryParams {
3984
3761
  * @type {string}
3985
3762
  * @memberof INotificationCollectionQueryParams
3986
3763
  */
3987
- 'company'?: string;
3764
+ 'company_id'?: string;
3988
3765
  /**
3989
3766
  *
3990
3767
  * @type {NotificationStatusEnum}
@@ -4460,7 +4237,7 @@ export interface IPageCollectionQueryParams {
4460
4237
  * @type {string}
4461
4238
  * @memberof IPageCollectionQueryParams
4462
4239
  */
4463
- 'company': string;
4240
+ 'company_id'?: string;
4464
4241
  /**
4465
4242
  *
4466
4243
  * @type {string}
@@ -4491,7 +4268,7 @@ export interface IPageGetAllQueryParams {
4491
4268
  * @type {string}
4492
4269
  * @memberof IPageGetAllQueryParams
4493
4270
  */
4494
- 'company'?: string;
4271
+ 'company_id'?: string;
4495
4272
  /**
4496
4273
  *
4497
4274
  * @type {string}
@@ -5037,7 +4814,13 @@ export interface IProductCollectionQueryParams {
5037
4814
  * @type {string}
5038
4815
  * @memberof IProductCollectionQueryParams
5039
4816
  */
5040
- 'company': string;
4817
+ 'company_id'?: string;
4818
+ /**
4819
+ *
4820
+ * @type {string}
4821
+ * @memberof IProductCollectionQueryParams
4822
+ */
4823
+ 'domain'?: string;
5041
4824
  /**
5042
4825
  *
5043
4826
  * @type {string}
@@ -5727,12 +5510,6 @@ export interface ITemplatePostRequest {
5727
5510
  * @interface ITemplateResponse
5728
5511
  */
5729
5512
  export interface ITemplateResponse {
5730
- /**
5731
- *
5732
- * @type {Array<ITemplateResponseComponentsInner>}
5733
- * @memberof ITemplateResponse
5734
- */
5735
- 'components': Array<ITemplateResponseComponentsInner>;
5736
5513
  /**
5737
5514
  *
5738
5515
  * @type {string}
@@ -5775,6 +5552,12 @@ export interface ITemplateResponse {
5775
5552
  * @memberof ITemplateResponse
5776
5553
  */
5777
5554
  'title': string;
5555
+ /**
5556
+ *
5557
+ * @type {Array<ITemplateResponseComponentsInner>}
5558
+ * @memberof ITemplateResponse
5559
+ */
5560
+ 'components': Array<ITemplateResponseComponentsInner>;
5778
5561
  }
5779
5562
  /**
5780
5563
  *
@@ -6579,240 +6362,1273 @@ export type PageTypeEnum = typeof PageTypeEnum[keyof typeof PageTypeEnum];
6579
6362
  /**
6580
6363
  * From T, pick a set of properties whose keys are in the union K
6581
6364
  * @export
6582
- * @interface PickICategoryResponseIdOrContentsOrAttributes
6365
+ * @interface PickIBasketExcludeKeyofIBasketItems
6583
6366
  */
6584
- export interface PickICategoryResponseIdOrContentsOrAttributes {
6367
+ export interface PickIBasketExcludeKeyofIBasketItems {
6585
6368
  /**
6586
6369
  *
6587
6370
  * @type {string}
6588
- * @memberof PickICategoryResponseIdOrContentsOrAttributes
6371
+ * @memberof PickIBasketExcludeKeyofIBasketItems
6372
+ */
6373
+ 'company': string;
6374
+ /**
6375
+ *
6376
+ * @type {string}
6377
+ * @memberof PickIBasketExcludeKeyofIBasketItems
6589
6378
  */
6590
6379
  '_id': string;
6591
6380
  /**
6592
6381
  *
6593
- * @type {RecordLanguageEnumIContentsValue}
6594
- * @memberof PickICategoryResponseIdOrContentsOrAttributes
6382
+ * @type {number}
6383
+ * @memberof PickIBasketExcludeKeyofIBasketItems
6595
6384
  */
6596
- 'contents': RecordLanguageEnumIContentsValue;
6385
+ '__v': number;
6597
6386
  /**
6598
6387
  *
6599
- * @type {Array<ICategoryResponseAttributesInner>}
6600
- * @memberof PickICategoryResponseIdOrContentsOrAttributes
6388
+ * @type {string}
6389
+ * @memberof PickIBasketExcludeKeyofIBasketItems
6601
6390
  */
6602
- 'attributes': Array<ICategoryResponseAttributesInner>;
6603
- }
6604
- /**
6605
- * From T, pick a set of properties whose keys are in the union K
6606
- * @export
6607
- * @interface PickICompanyIdOrName
6608
- */
6609
- export interface PickICompanyIdOrName {
6391
+ 'createdAt': string;
6610
6392
  /**
6611
6393
  *
6612
6394
  * @type {string}
6613
- * @memberof PickICompanyIdOrName
6395
+ * @memberof PickIBasketExcludeKeyofIBasketItems
6614
6396
  */
6615
- 'name': string;
6397
+ 'updatedAt': string;
6616
6398
  /**
6617
6399
  *
6618
6400
  * @type {string}
6619
- * @memberof PickICompanyIdOrName
6401
+ * @memberof PickIBasketExcludeKeyofIBasketItems
6620
6402
  */
6621
- '_id': string;
6403
+ 'user': string;
6622
6404
  }
6623
6405
  /**
6624
6406
  * From T, pick a set of properties whose keys are in the union K
6625
6407
  * @export
6626
- * @interface PickICompanyNameOrDomainsOrIdOrLanguage
6408
+ * @interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
6627
6409
  */
6628
- export interface PickICompanyNameOrDomainsOrIdOrLanguage {
6410
+ export interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse {
6629
6411
  /**
6630
6412
  *
6631
6413
  * @type {string}
6632
- * @memberof PickICompanyNameOrDomainsOrIdOrLanguage
6414
+ * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
6415
+ */
6416
+ 'company': string;
6417
+ /**
6418
+ *
6419
+ * @type {RecordLanguageEnumIContentsValue}
6420
+ * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
6421
+ */
6422
+ 'contents': RecordLanguageEnumIContentsValue;
6423
+ /**
6424
+ *
6425
+ * @type {IImage}
6426
+ * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
6427
+ */
6428
+ 'thumbnail'?: IImage;
6429
+ }
6430
+ /**
6431
+ * From T, pick a set of properties whose keys are in the union K
6432
+ * @export
6433
+ * @interface PickICategoryExcludeKeyofICategoryAttributes
6434
+ */
6435
+ export interface PickICategoryExcludeKeyofICategoryAttributes {
6436
+ /**
6437
+ *
6438
+ * @type {string}
6439
+ * @memberof PickICategoryExcludeKeyofICategoryAttributes
6440
+ */
6441
+ 'company': string;
6442
+ /**
6443
+ *
6444
+ * @type {string}
6445
+ * @memberof PickICategoryExcludeKeyofICategoryAttributes
6446
+ */
6447
+ '_id': string;
6448
+ /**
6449
+ *
6450
+ * @type {number}
6451
+ * @memberof PickICategoryExcludeKeyofICategoryAttributes
6452
+ */
6453
+ '__v': number;
6454
+ /**
6455
+ *
6456
+ * @type {string}
6457
+ * @memberof PickICategoryExcludeKeyofICategoryAttributes
6458
+ */
6459
+ 'createdAt': string;
6460
+ /**
6461
+ *
6462
+ * @type {string}
6463
+ * @memberof PickICategoryExcludeKeyofICategoryAttributes
6464
+ */
6465
+ 'updatedAt': string;
6466
+ /**
6467
+ *
6468
+ * @type {string}
6469
+ * @memberof PickICategoryExcludeKeyofICategoryAttributes
6470
+ */
6471
+ 'main'?: string;
6472
+ /**
6473
+ *
6474
+ * @type {RecordLanguageEnumIContentsValue}
6475
+ * @memberof PickICategoryExcludeKeyofICategoryAttributes
6476
+ */
6477
+ 'contents': RecordLanguageEnumIContentsValue;
6478
+ /**
6479
+ *
6480
+ * @type {IImage}
6481
+ * @memberof PickICategoryExcludeKeyofICategoryAttributes
6482
+ */
6483
+ 'thumbnail'?: IImage;
6484
+ }
6485
+ /**
6486
+ * From T, pick a set of properties whose keys are in the union K
6487
+ * @export
6488
+ * @interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes
6489
+ */
6490
+ export interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes {
6491
+ /**
6492
+ *
6493
+ * @type {string}
6494
+ * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes
6495
+ */
6496
+ 'company': string;
6497
+ /**
6498
+ *
6499
+ * @type {string}
6500
+ * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes
6501
+ */
6502
+ 'main'?: string;
6503
+ /**
6504
+ *
6505
+ * @type {RecordLanguageEnumIContentsValue}
6506
+ * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes
6507
+ */
6508
+ 'contents': RecordLanguageEnumIContentsValue;
6509
+ /**
6510
+ *
6511
+ * @type {IImage}
6512
+ * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes
6513
+ */
6514
+ 'thumbnail'?: IImage;
6515
+ }
6516
+ /**
6517
+ * From T, pick a set of properties whose keys are in the union K
6518
+ * @export
6519
+ * @interface PickICategoryResponseIdOrContentsOrAttributes
6520
+ */
6521
+ export interface PickICategoryResponseIdOrContentsOrAttributes {
6522
+ /**
6523
+ *
6524
+ * @type {string}
6525
+ * @memberof PickICategoryResponseIdOrContentsOrAttributes
6526
+ */
6527
+ '_id': string;
6528
+ /**
6529
+ *
6530
+ * @type {RecordLanguageEnumIContentsValue}
6531
+ * @memberof PickICategoryResponseIdOrContentsOrAttributes
6532
+ */
6533
+ 'contents': RecordLanguageEnumIContentsValue;
6534
+ /**
6535
+ *
6536
+ * @type {Array<ICategoryResponseAttributesInner>}
6537
+ * @memberof PickICategoryResponseIdOrContentsOrAttributes
6538
+ */
6539
+ 'attributes': Array<ICategoryResponseAttributesInner>;
6540
+ }
6541
+ /**
6542
+ * From T, pick a set of properties whose keys are in the union K
6543
+ * @export
6544
+ * @interface PickICollectionExcludeKeyofICollectionTemplate
6545
+ */
6546
+ export interface PickICollectionExcludeKeyofICollectionTemplate {
6547
+ /**
6548
+ *
6549
+ * @type {string}
6550
+ * @memberof PickICollectionExcludeKeyofICollectionTemplate
6551
+ */
6552
+ 'company': string;
6553
+ /**
6554
+ *
6555
+ * @type {string}
6556
+ * @memberof PickICollectionExcludeKeyofICollectionTemplate
6557
+ */
6558
+ '_id': string;
6559
+ /**
6560
+ *
6561
+ * @type {number}
6562
+ * @memberof PickICollectionExcludeKeyofICollectionTemplate
6563
+ */
6564
+ '__v': number;
6565
+ /**
6566
+ *
6567
+ * @type {string}
6568
+ * @memberof PickICollectionExcludeKeyofICollectionTemplate
6569
+ */
6570
+ 'createdAt': string;
6571
+ /**
6572
+ *
6573
+ * @type {string}
6574
+ * @memberof PickICollectionExcludeKeyofICollectionTemplate
6575
+ */
6576
+ 'updatedAt': string;
6577
+ /**
6578
+ *
6579
+ * @type {RecordLanguageEnumIContentsValue}
6580
+ * @memberof PickICollectionExcludeKeyofICollectionTemplate
6581
+ */
6582
+ 'contents': RecordLanguageEnumIContentsValue;
6583
+ /**
6584
+ *
6585
+ * @type {IImage}
6586
+ * @memberof PickICollectionExcludeKeyofICollectionTemplate
6587
+ */
6588
+ 'thumbnail'?: IImage;
6589
+ }
6590
+ /**
6591
+ * From T, pick a set of properties whose keys are in the union K
6592
+ * @export
6593
+ * @interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplate
6594
+ */
6595
+ export interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplate {
6596
+ /**
6597
+ *
6598
+ * @type {string}
6599
+ * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplate
6600
+ */
6601
+ 'company': string;
6602
+ /**
6603
+ *
6604
+ * @type {RecordLanguageEnumIContentsValue}
6605
+ * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplate
6606
+ */
6607
+ 'contents': RecordLanguageEnumIContentsValue;
6608
+ /**
6609
+ *
6610
+ * @type {IImage}
6611
+ * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplate
6612
+ */
6613
+ 'thumbnail'?: IImage;
6614
+ }
6615
+ /**
6616
+ * From T, pick a set of properties whose keys are in the union K
6617
+ * @export
6618
+ * @interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
6619
+ */
6620
+ export interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions {
6621
+ /**
6622
+ *
6623
+ * @type {string}
6624
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
6625
+ */
6626
+ 'name': string;
6627
+ /**
6628
+ *
6629
+ * @type {string}
6630
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
6631
+ */
6632
+ 'phone'?: string;
6633
+ /**
6634
+ *
6635
+ * @type {string}
6636
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
6637
+ */
6638
+ 'email'?: string;
6639
+ /**
6640
+ *
6641
+ * @type {LanguageEnum}
6642
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
6643
+ */
6644
+ 'language': LanguageEnum;
6645
+ /**
6646
+ *
6647
+ * @type {CompanyStatusEnum}
6648
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
6649
+ */
6650
+ 'status': CompanyStatusEnum;
6651
+ /**
6652
+ *
6653
+ * @type {string}
6654
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
6655
+ */
6656
+ '_id': string;
6657
+ /**
6658
+ *
6659
+ * @type {number}
6660
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
6661
+ */
6662
+ '__v': number;
6663
+ /**
6664
+ *
6665
+ * @type {string}
6666
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
6667
+ */
6668
+ 'createdAt': string;
6669
+ /**
6670
+ *
6671
+ * @type {string}
6672
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
6673
+ */
6674
+ 'updatedAt': string;
6675
+ /**
6676
+ *
6677
+ * @type {PlanTypeEnum}
6678
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
6679
+ */
6680
+ 'plan': PlanTypeEnum;
6681
+ /**
6682
+ *
6683
+ * @type {CompanyTypeEnum}
6684
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
6685
+ */
6686
+ 'type': CompanyTypeEnum;
6687
+ /**
6688
+ *
6689
+ * @type {string}
6690
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
6691
+ */
6692
+ 'owner': string;
6693
+ /**
6694
+ *
6695
+ * @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress}
6696
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
6697
+ */
6698
+ 'address'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress;
6699
+ /**
6700
+ *
6701
+ * @type {Array<string>}
6702
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
6703
+ */
6704
+ 'domains': Array<string>;
6705
+ /**
6706
+ *
6707
+ * @type {string}
6708
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
6709
+ */
6710
+ 'dns_zone_id'?: string;
6711
+ /**
6712
+ *
6713
+ * @type {string}
6714
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
6715
+ */
6716
+ 'dns_zone_domain'?: string;
6717
+ /**
6718
+ *
6719
+ * @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>}
6720
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
6721
+ */
6722
+ 'custom_hostnames': Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>;
6723
+ /**
6724
+ *
6725
+ * @type {{ [key: string]: string; }}
6726
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
6727
+ */
6728
+ 'socials'?: {
6729
+ [key: string]: string;
6730
+ };
6731
+ /**
6732
+ *
6733
+ * @type {string}
6734
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
6735
+ */
6736
+ 'description'?: string;
6737
+ /**
6738
+ *
6739
+ * @type {IImage}
6740
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
6741
+ */
6742
+ 'logo'?: IImage;
6743
+ /**
6744
+ *
6745
+ * @type {TimezoneEnum}
6746
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
6747
+ */
6748
+ 'timezone': TimezoneEnum;
6749
+ /**
6750
+ *
6751
+ * @type {Array<LanguageEnum>}
6752
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
6753
+ */
6754
+ 'languages': Array<LanguageEnum>;
6755
+ /**
6756
+ *
6757
+ * @type {CurrencyEnum}
6758
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
6759
+ */
6760
+ 'currency': CurrencyEnum;
6761
+ /**
6762
+ *
6763
+ * @type {RecordCurrencyEnumCurrency}
6764
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
6765
+ */
6766
+ 'currencies': RecordCurrencyEnumCurrency;
6767
+ /**
6768
+ *
6769
+ * @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>}
6770
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
6771
+ */
6772
+ 'warehouses': Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>;
6773
+ /**
6774
+ *
6775
+ * @type {{ [key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue; }}
6776
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
6777
+ */
6778
+ 'navigations': {
6779
+ [key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue;
6780
+ };
6781
+ /**
6782
+ *
6783
+ * @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials}
6784
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
6785
+ */
6786
+ 'firebase_web_credentials'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials;
6787
+ /**
6788
+ *
6789
+ * @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin}
6790
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
6791
+ */
6792
+ 'firebase_login': PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin;
6793
+ /**
6794
+ *
6795
+ * @type {string}
6796
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
6797
+ */
6798
+ 'sender_email'?: string;
6799
+ /**
6800
+ *
6801
+ * @type {string}
6802
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
6803
+ */
6804
+ 'sender_name'?: string;
6805
+ /**
6806
+ *
6807
+ * @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>}
6808
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersions
6809
+ */
6810
+ 'sender_email_dns_records'?: Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>;
6811
+ }
6812
+ /**
6813
+ *
6814
+ * @export
6815
+ * @interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress
6816
+ */
6817
+ export interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress {
6818
+ /**
6819
+ *
6820
+ * @type {string}
6821
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress
6822
+ */
6823
+ 'description': string;
6824
+ /**
6825
+ *
6826
+ * @type {string}
6827
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress
6828
+ */
6829
+ 'city': string;
6830
+ /**
6831
+ *
6832
+ * @type {string}
6833
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress
6834
+ */
6835
+ 'state': string;
6836
+ /**
6837
+ *
6838
+ * @type {string}
6839
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress
6840
+ */
6841
+ 'country': string;
6842
+ }
6843
+ /**
6844
+ *
6845
+ * @export
6846
+ * @interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner
6847
+ */
6848
+ export interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner {
6849
+ /**
6850
+ *
6851
+ * @type {string}
6852
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner
6853
+ */
6854
+ 'validation_code': string;
6855
+ /**
6856
+ *
6857
+ * @type {string}
6858
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner
6859
+ */
6860
+ 'hostname': string;
6861
+ /**
6862
+ *
6863
+ * @type {string}
6864
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner
6865
+ */
6866
+ 'zone_id': string;
6867
+ /**
6868
+ *
6869
+ * @type {string}
6870
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner
6871
+ */
6872
+ 'id': string;
6873
+ }
6874
+ /**
6875
+ *
6876
+ * @export
6877
+ * @interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin
6878
+ */
6879
+ export interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin {
6880
+ /**
6881
+ *
6882
+ * @type {boolean}
6883
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin
6884
+ */
6885
+ 'apple': boolean;
6886
+ /**
6887
+ *
6888
+ * @type {boolean}
6889
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin
6890
+ */
6891
+ 'facebook': boolean;
6892
+ /**
6893
+ *
6894
+ * @type {boolean}
6895
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin
6896
+ */
6897
+ 'google': boolean;
6898
+ }
6899
+ /**
6900
+ *
6901
+ * @export
6902
+ * @interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials
6903
+ */
6904
+ export interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials {
6905
+ /**
6906
+ *
6907
+ * @type {string}
6908
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials
6909
+ */
6910
+ 'measurementId': string;
6911
+ /**
6912
+ *
6913
+ * @type {string}
6914
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials
6915
+ */
6916
+ 'appId': string;
6917
+ /**
6918
+ *
6919
+ * @type {string}
6920
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials
6921
+ */
6922
+ 'messagingSenderId': string;
6923
+ /**
6924
+ *
6925
+ * @type {string}
6926
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials
6927
+ */
6928
+ 'storageBucket': string;
6929
+ /**
6930
+ *
6931
+ * @type {string}
6932
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials
6933
+ */
6934
+ 'projectId': string;
6935
+ /**
6936
+ *
6937
+ * @type {string}
6938
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials
6939
+ */
6940
+ 'authDomain': string;
6941
+ /**
6942
+ *
6943
+ * @type {string}
6944
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials
6945
+ */
6946
+ 'apiKey': string;
6947
+ }
6948
+ /**
6949
+ *
6950
+ * @export
6951
+ * @interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue
6952
+ */
6953
+ export interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue {
6954
+ /**
6955
+ *
6956
+ * @type {Array<NavigationUrl>}
6957
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue
6958
+ */
6959
+ 'footer': Array<NavigationUrl>;
6960
+ /**
6961
+ *
6962
+ * @type {Array<NavigationUrl>}
6963
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue
6964
+ */
6965
+ 'header': Array<NavigationUrl>;
6966
+ }
6967
+ /**
6968
+ *
6969
+ * @export
6970
+ * @interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner
6971
+ */
6972
+ export interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner {
6973
+ /**
6974
+ *
6975
+ * @type {number}
6976
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner
6977
+ */
6978
+ 'priority'?: number;
6979
+ /**
6980
+ *
6981
+ * @type {EmailConfigDnsRecordTypeEnum}
6982
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner
6983
+ */
6984
+ 'type': EmailConfigDnsRecordTypeEnum;
6985
+ /**
6986
+ *
6987
+ * @type {string}
6988
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner
6989
+ */
6990
+ 'value': string;
6991
+ /**
6992
+ *
6993
+ * @type {string}
6994
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner
6995
+ */
6996
+ 'key': string;
6997
+ }
6998
+ /**
6999
+ *
7000
+ * @export
7001
+ * @interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner
7002
+ */
7003
+ export interface PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner {
7004
+ /**
7005
+ *
7006
+ * @type {string}
7007
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner
7008
+ */
7009
+ 'email'?: string;
7010
+ /**
7011
+ *
7012
+ * @type {string}
7013
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner
7014
+ */
7015
+ 'phone'?: string;
7016
+ /**
7017
+ *
7018
+ * @type {string}
7019
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner
7020
+ */
7021
+ 'address'?: string;
7022
+ /**
7023
+ *
7024
+ * @type {string}
7025
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner
7026
+ */
7027
+ 'name': string;
7028
+ /**
7029
+ *
7030
+ * @type {string}
7031
+ * @memberof PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner
7032
+ */
7033
+ '_id': string;
7034
+ }
7035
+ /**
7036
+ * From T, pick a set of properties whose keys are in the union K
7037
+ * @export
7038
+ * @interface PickICompanyIdOrName
7039
+ */
7040
+ export interface PickICompanyIdOrName {
7041
+ /**
7042
+ *
7043
+ * @type {string}
7044
+ * @memberof PickICompanyIdOrName
7045
+ */
7046
+ 'name': string;
7047
+ /**
7048
+ *
7049
+ * @type {string}
7050
+ * @memberof PickICompanyIdOrName
7051
+ */
7052
+ '_id': string;
7053
+ }
7054
+ /**
7055
+ * From T, pick a set of properties whose keys are in the union K
7056
+ * @export
7057
+ * @interface PickICompanyNameOrDomainsOrIdOrLanguage
7058
+ */
7059
+ export interface PickICompanyNameOrDomainsOrIdOrLanguage {
7060
+ /**
7061
+ *
7062
+ * @type {string}
7063
+ * @memberof PickICompanyNameOrDomainsOrIdOrLanguage
7064
+ */
7065
+ 'name': string;
7066
+ /**
7067
+ *
7068
+ * @type {LanguageEnum}
7069
+ * @memberof PickICompanyNameOrDomainsOrIdOrLanguage
7070
+ */
7071
+ 'language': LanguageEnum;
7072
+ /**
7073
+ *
7074
+ * @type {string}
7075
+ * @memberof PickICompanyNameOrDomainsOrIdOrLanguage
7076
+ */
7077
+ '_id': string;
7078
+ /**
7079
+ *
7080
+ * @type {Array<string>}
7081
+ * @memberof PickICompanyNameOrDomainsOrIdOrLanguage
7082
+ */
7083
+ 'domains': Array<string>;
7084
+ }
7085
+ /**
7086
+ * From T, pick a set of properties whose keys are in the union K
7087
+ * @export
7088
+ * @interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles
7089
+ */
7090
+ export interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles {
7091
+ /**
7092
+ *
7093
+ * @type {string}
7094
+ * @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles
7095
+ */
7096
+ 'name': string;
7097
+ /**
7098
+ *
7099
+ * @type {{ [key: string]: PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue; }}
7100
+ * @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles
7101
+ */
7102
+ 'roles': {
7103
+ [key: string]: PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue;
7104
+ };
7105
+ /**
7106
+ *
7107
+ * @type {LanguageEnum}
7108
+ * @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles
7109
+ */
7110
+ 'language': LanguageEnum;
7111
+ /**
7112
+ *
7113
+ * @type {string}
7114
+ * @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles
7115
+ */
7116
+ '_id': string;
7117
+ /**
7118
+ *
7119
+ * @type {Array<PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner>}
7120
+ * @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles
7121
+ */
7122
+ 'users': Array<PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner>;
7123
+ /**
7124
+ *
7125
+ * @type {string}
7126
+ * @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles
7127
+ */
7128
+ 'owner': string;
7129
+ /**
7130
+ *
7131
+ * @type {Array<string>}
7132
+ * @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles
7133
+ */
7134
+ 'domains': Array<string>;
7135
+ }
7136
+ /**
7137
+ *
7138
+ * @export
7139
+ * @interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue
7140
+ */
7141
+ export interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue {
7142
+ /**
7143
+ *
7144
+ * @type {PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig}
7145
+ * @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue
7146
+ */
7147
+ 'config': PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig;
7148
+ /**
7149
+ *
7150
+ * @type {PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig}
7151
+ * @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue
7152
+ */
7153
+ 'navigation': PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig;
7154
+ /**
7155
+ *
7156
+ * @type {PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig}
7157
+ * @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue
7158
+ */
7159
+ 'company': PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig;
7160
+ /**
7161
+ *
7162
+ * @type {PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig}
7163
+ * @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue
7164
+ */
7165
+ 'page': PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig;
7166
+ /**
7167
+ *
7168
+ * @type {PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig}
7169
+ * @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue
7170
+ */
7171
+ 'product': PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig;
7172
+ }
7173
+ /**
7174
+ *
7175
+ * @export
7176
+ * @interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig
7177
+ */
7178
+ export interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig {
7179
+ /**
7180
+ *
7181
+ * @type {boolean}
7182
+ * @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig
7183
+ */
7184
+ 'd': boolean;
7185
+ /**
7186
+ *
7187
+ * @type {boolean}
7188
+ * @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig
7189
+ */
7190
+ 'm': boolean;
7191
+ }
7192
+ /**
7193
+ *
7194
+ * @export
7195
+ * @interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner
7196
+ */
7197
+ export interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner {
7198
+ /**
7199
+ *
7200
+ * @type {CompanyUserStatusEnum}
7201
+ * @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner
7202
+ */
7203
+ 'status': CompanyUserStatusEnum;
7204
+ /**
7205
+ *
7206
+ * @type {string}
7207
+ * @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner
7208
+ */
7209
+ 'role': string;
7210
+ /**
7211
+ *
7212
+ * @type {string}
7213
+ * @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner
7214
+ */
7215
+ 'user': string;
7216
+ }
7217
+ /**
7218
+ * From T, pick a set of properties whose keys are in the union K
7219
+ * @export
7220
+ * @interface PickIPageExcludeKeyofIPageTemplate
7221
+ */
7222
+ export interface PickIPageExcludeKeyofIPageTemplate {
7223
+ /**
7224
+ *
7225
+ * @type {string}
7226
+ * @memberof PickIPageExcludeKeyofIPageTemplate
7227
+ */
7228
+ 'company': string;
7229
+ /**
7230
+ *
7231
+ * @type {string}
7232
+ * @memberof PickIPageExcludeKeyofIPageTemplate
7233
+ */
7234
+ '_id': string;
7235
+ /**
7236
+ *
7237
+ * @type {number}
7238
+ * @memberof PickIPageExcludeKeyofIPageTemplate
7239
+ */
7240
+ '__v': number;
7241
+ /**
7242
+ *
7243
+ * @type {string}
7244
+ * @memberof PickIPageExcludeKeyofIPageTemplate
7245
+ */
7246
+ 'createdAt': string;
7247
+ /**
7248
+ *
7249
+ * @type {string}
7250
+ * @memberof PickIPageExcludeKeyofIPageTemplate
7251
+ */
7252
+ 'updatedAt': string;
7253
+ /**
7254
+ *
7255
+ * @type {PageTypeEnum}
7256
+ * @memberof PickIPageExcludeKeyofIPageTemplate
7257
+ */
7258
+ 'type': PageTypeEnum;
7259
+ /**
7260
+ *
7261
+ * @type {RecordLanguageEnumIContentsValue}
7262
+ * @memberof PickIPageExcludeKeyofIPageTemplate
7263
+ */
7264
+ 'contents': RecordLanguageEnumIContentsValue;
7265
+ /**
7266
+ *
7267
+ * @type {IImage}
7268
+ * @memberof PickIPageExcludeKeyofIPageTemplate
7269
+ */
7270
+ 'thumbnail'?: IImage;
7271
+ }
7272
+ /**
7273
+ * From T, pick a set of properties whose keys are in the union K
7274
+ * @export
7275
+ * @interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplate
7276
+ */
7277
+ export interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplate {
7278
+ /**
7279
+ *
7280
+ * @type {string}
7281
+ * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplate
7282
+ */
7283
+ 'company': string;
7284
+ /**
7285
+ *
7286
+ * @type {PageTypeEnum}
7287
+ * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplate
7288
+ */
7289
+ 'type': PageTypeEnum;
7290
+ /**
7291
+ *
7292
+ * @type {RecordLanguageEnumIContentsValue}
7293
+ * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplate
7294
+ */
7295
+ 'contents': RecordLanguageEnumIContentsValue;
7296
+ /**
7297
+ *
7298
+ * @type {IImage}
7299
+ * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplate
7300
+ */
7301
+ 'thumbnail'?: IImage;
7302
+ }
7303
+ /**
7304
+ * From T, pick a set of properties whose keys are in the union K
7305
+ * @export
7306
+ * @interface PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
7307
+ */
7308
+ export interface PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate {
7309
+ /**
7310
+ *
7311
+ * @type {string}
7312
+ * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
7313
+ */
7314
+ 'company': string;
7315
+ /**
7316
+ *
7317
+ * @type {string}
7318
+ * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
7319
+ */
7320
+ '_id': string;
7321
+ /**
7322
+ *
7323
+ * @type {number}
7324
+ * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
7325
+ */
7326
+ '__v': number;
7327
+ /**
7328
+ *
7329
+ * @type {string}
7330
+ * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
7331
+ */
7332
+ 'createdAt': string;
7333
+ /**
7334
+ *
7335
+ * @type {string}
7336
+ * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
7337
+ */
7338
+ 'updatedAt': string;
7339
+ /**
7340
+ *
7341
+ * @type {Array<string>}
7342
+ * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
7343
+ */
7344
+ 'collections': Array<string>;
7345
+ /**
7346
+ *
7347
+ * @type {string}
7348
+ * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
7349
+ */
7350
+ 'sku'?: string;
7351
+ /**
7352
+ *
7353
+ * @type {string}
7354
+ * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
7355
+ */
7356
+ 'barcode'?: string;
7357
+ /**
7358
+ *
7359
+ * @type {Array<IImage>}
7360
+ * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
7361
+ */
7362
+ 'photos': Array<IImage>;
7363
+ /**
7364
+ *
7365
+ * @type {{ [key: string]: IProductResponseStockValue; }}
7366
+ * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
7367
+ */
7368
+ 'stock'?: {
7369
+ [key: string]: IProductResponseStockValue;
7370
+ };
7371
+ /**
7372
+ *
7373
+ * @type {boolean}
7374
+ * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
7375
+ */
7376
+ 'stockless_sale'?: boolean;
7377
+ /**
7378
+ *
7379
+ * @type {PriceType}
7380
+ * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
7381
+ */
7382
+ 'price_info': PriceType;
7383
+ /**
7384
+ *
7385
+ * @type {RecordLanguageEnumIContentsValue}
7386
+ * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
7387
+ */
7388
+ 'contents': RecordLanguageEnumIContentsValue;
7389
+ /**
7390
+ *
7391
+ * @type {{ [key: string]: IProductResponseVariantsValue; }}
7392
+ * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
7393
+ */
7394
+ 'variants'?: {
7395
+ [key: string]: IProductResponseVariantsValue;
7396
+ };
7397
+ /**
7398
+ *
7399
+ * @type {{ [key: string]: string; }}
7400
+ * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
7401
+ */
7402
+ 'attributes'?: {
7403
+ [key: string]: string;
7404
+ };
7405
+ }
7406
+ /**
7407
+ * From T, pick a set of properties whose keys are in the union K
7408
+ * @export
7409
+ * @interface PickIProductIdOrContentsOrCollectionsOrCategory
7410
+ */
7411
+ export interface PickIProductIdOrContentsOrCollectionsOrCategory {
7412
+ /**
7413
+ *
7414
+ * @type {string}
7415
+ * @memberof PickIProductIdOrContentsOrCollectionsOrCategory
7416
+ */
7417
+ '_id': string;
7418
+ /**
7419
+ *
7420
+ * @type {string}
7421
+ * @memberof PickIProductIdOrContentsOrCollectionsOrCategory
7422
+ */
7423
+ 'category': string;
7424
+ /**
7425
+ *
7426
+ * @type {Array<string>}
7427
+ * @memberof PickIProductIdOrContentsOrCollectionsOrCategory
7428
+ */
7429
+ 'collections': Array<string>;
7430
+ /**
7431
+ *
7432
+ * @type {RecordLanguageEnumIContentsValue}
7433
+ * @memberof PickIProductIdOrContentsOrCollectionsOrCategory
7434
+ */
7435
+ 'contents': RecordLanguageEnumIContentsValue;
7436
+ }
7437
+ /**
7438
+ * From T, pick a set of properties whose keys are in the union K
7439
+ * @export
7440
+ * @interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
7441
+ */
7442
+ export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields {
7443
+ /**
7444
+ *
7445
+ * @type {string}
7446
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
6633
7447
  */
6634
- 'name': string;
7448
+ 'company': string;
6635
7449
  /**
6636
7450
  *
6637
- * @type {LanguageEnum}
6638
- * @memberof PickICompanyNameOrDomainsOrIdOrLanguage
7451
+ * @type {Array<string>}
7452
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
6639
7453
  */
6640
- 'language': LanguageEnum;
7454
+ 'collections': Array<string>;
6641
7455
  /**
6642
7456
  *
6643
7457
  * @type {string}
6644
- * @memberof PickICompanyNameOrDomainsOrIdOrLanguage
7458
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
6645
7459
  */
6646
- '_id': string;
7460
+ 'sku'?: string;
6647
7461
  /**
6648
7462
  *
6649
- * @type {Array<string>}
6650
- * @memberof PickICompanyNameOrDomainsOrIdOrLanguage
7463
+ * @type {string}
7464
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
6651
7465
  */
6652
- 'domains': Array<string>;
6653
- }
6654
- /**
6655
- * From T, pick a set of properties whose keys are in the union K
6656
- * @export
6657
- * @interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles
6658
- */
6659
- export interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles {
7466
+ 'barcode'?: string;
6660
7467
  /**
6661
7468
  *
6662
- * @type {string}
6663
- * @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles
7469
+ * @type {Array<IImage>}
7470
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
6664
7471
  */
6665
- 'name': string;
7472
+ 'photos': Array<IImage>;
6666
7473
  /**
6667
7474
  *
6668
- * @type {{ [key: string]: PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue; }}
6669
- * @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles
7475
+ * @type {{ [key: string]: IProductResponseStockValue; }}
7476
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
6670
7477
  */
6671
- 'roles': {
6672
- [key: string]: PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue;
7478
+ 'stock'?: {
7479
+ [key: string]: IProductResponseStockValue;
6673
7480
  };
6674
7481
  /**
6675
7482
  *
6676
- * @type {LanguageEnum}
6677
- * @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles
7483
+ * @type {boolean}
7484
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
6678
7485
  */
6679
- 'language': LanguageEnum;
7486
+ 'stockless_sale'?: boolean;
6680
7487
  /**
6681
7488
  *
6682
- * @type {string}
6683
- * @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles
7489
+ * @type {PriceType}
7490
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
6684
7491
  */
6685
- '_id': string;
7492
+ 'price_info': PriceType;
6686
7493
  /**
6687
7494
  *
6688
- * @type {Array<PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner>}
6689
- * @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles
7495
+ * @type {RecordLanguageEnumIContentsValue}
7496
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
6690
7497
  */
6691
- 'users': Array<PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner>;
7498
+ 'contents': RecordLanguageEnumIContentsValue;
6692
7499
  /**
6693
7500
  *
6694
- * @type {string}
6695
- * @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles
7501
+ * @type {{ [key: string]: IProductResponseVariantsValue; }}
7502
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
6696
7503
  */
6697
- 'owner': string;
7504
+ 'variants'?: {
7505
+ [key: string]: IProductResponseVariantsValue;
7506
+ };
6698
7507
  /**
6699
7508
  *
6700
- * @type {Array<string>}
6701
- * @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles
7509
+ * @type {{ [key: string]: string; }}
7510
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
6702
7511
  */
6703
- 'domains': Array<string>;
7512
+ 'attributes'?: {
7513
+ [key: string]: string;
7514
+ };
6704
7515
  }
6705
7516
  /**
6706
- *
7517
+ * From T, pick a set of properties whose keys are in the union K
6707
7518
  * @export
6708
- * @interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue
7519
+ * @interface PickITemplateExcludeKeyofITemplateComponents
6709
7520
  */
6710
- export interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue {
7521
+ export interface PickITemplateExcludeKeyofITemplateComponents {
6711
7522
  /**
6712
7523
  *
6713
- * @type {PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig}
6714
- * @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue
7524
+ * @type {string}
7525
+ * @memberof PickITemplateExcludeKeyofITemplateComponents
6715
7526
  */
6716
- 'config': PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig;
7527
+ 'company': string;
6717
7528
  /**
6718
7529
  *
6719
- * @type {PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig}
6720
- * @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue
7530
+ * @type {string}
7531
+ * @memberof PickITemplateExcludeKeyofITemplateComponents
6721
7532
  */
6722
- 'navigation': PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig;
7533
+ '_id': string;
6723
7534
  /**
6724
7535
  *
6725
- * @type {PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig}
6726
- * @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue
7536
+ * @type {number}
7537
+ * @memberof PickITemplateExcludeKeyofITemplateComponents
6727
7538
  */
6728
- 'company': PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig;
7539
+ '__v': number;
6729
7540
  /**
6730
7541
  *
6731
- * @type {PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig}
6732
- * @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue
7542
+ * @type {string}
7543
+ * @memberof PickITemplateExcludeKeyofITemplateComponents
6733
7544
  */
6734
- 'page': PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig;
7545
+ 'createdAt': string;
6735
7546
  /**
6736
7547
  *
6737
- * @type {PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig}
6738
- * @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue
7548
+ * @type {string}
7549
+ * @memberof PickITemplateExcludeKeyofITemplateComponents
6739
7550
  */
6740
- 'product': PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig;
6741
- }
6742
- /**
6743
- *
6744
- * @export
6745
- * @interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig
6746
- */
6747
- export interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig {
7551
+ 'updatedAt': string;
6748
7552
  /**
6749
7553
  *
6750
- * @type {boolean}
6751
- * @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig
7554
+ * @type {TemplateTypeEnum}
7555
+ * @memberof PickITemplateExcludeKeyofITemplateComponents
6752
7556
  */
6753
- 'd': boolean;
7557
+ 'type': TemplateTypeEnum;
6754
7558
  /**
6755
7559
  *
6756
- * @type {boolean}
6757
- * @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValueConfig
7560
+ * @type {string}
7561
+ * @memberof PickITemplateExcludeKeyofITemplateComponents
6758
7562
  */
6759
- 'm': boolean;
7563
+ 'title': string;
6760
7564
  }
6761
7565
  /**
6762
- *
7566
+ * From T, pick a set of properties whose keys are in the union K
6763
7567
  * @export
6764
- * @interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner
7568
+ * @interface PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
6765
7569
  */
6766
- export interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner {
7570
+ export interface PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse {
6767
7571
  /**
6768
7572
  *
6769
- * @type {CompanyUserStatusEnum}
6770
- * @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner
7573
+ * @type {string}
7574
+ * @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
6771
7575
  */
6772
- 'status': CompanyUserStatusEnum;
7576
+ 'company': string;
6773
7577
  /**
6774
7578
  *
6775
- * @type {string}
6776
- * @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner
7579
+ * @type {TemplateTypeEnum}
7580
+ * @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
6777
7581
  */
6778
- 'role': string;
7582
+ 'type': TemplateTypeEnum;
7583
+ /**
7584
+ *
7585
+ * @type {Array<ITemplateResponseComponentsInner>}
7586
+ * @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
7587
+ */
7588
+ 'components': Array<ITemplateResponseComponentsInner>;
6779
7589
  /**
6780
7590
  *
6781
7591
  * @type {string}
6782
- * @memberof PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner
7592
+ * @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
6783
7593
  */
6784
- 'user': string;
7594
+ 'title': string;
6785
7595
  }
6786
7596
  /**
6787
7597
  * From T, pick a set of properties whose keys are in the union K
6788
7598
  * @export
6789
- * @interface PickIProductIdOrContentsOrCollectionsOrCategory
7599
+ * @interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
6790
7600
  */
6791
- export interface PickIProductIdOrContentsOrCollectionsOrCategory {
7601
+ export interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse {
6792
7602
  /**
6793
7603
  *
6794
7604
  * @type {string}
6795
- * @memberof PickIProductIdOrContentsOrCollectionsOrCategory
7605
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
6796
7606
  */
6797
- '_id': string;
7607
+ 'name': string;
6798
7608
  /**
6799
7609
  *
6800
- * @type {string}
6801
- * @memberof PickIProductIdOrContentsOrCollectionsOrCategory
7610
+ * @type {ThemeTypeEnum}
7611
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
6802
7612
  */
6803
- 'category': string;
7613
+ 'type': ThemeTypeEnum;
7614
+ /**
7615
+ *
7616
+ * @type {IImage}
7617
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
7618
+ */
7619
+ 'thumbnail'?: IImage;
6804
7620
  /**
6805
7621
  *
6806
7622
  * @type {Array<string>}
6807
- * @memberof PickIProductIdOrContentsOrCollectionsOrCategory
7623
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
6808
7624
  */
6809
- 'collections': Array<string>;
7625
+ 'companies': Array<string>;
6810
7626
  /**
6811
7627
  *
6812
- * @type {RecordLanguageEnumIContentsValue}
6813
- * @memberof PickIProductIdOrContentsOrCollectionsOrCategory
7628
+ * @type {string}
7629
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponse
6814
7630
  */
6815
- 'contents': RecordLanguageEnumIContentsValue;
7631
+ 'domain': string;
6816
7632
  }
6817
7633
  /**
6818
7634
  * From T, pick a set of properties whose keys are in the union K
@@ -7018,31 +7834,31 @@ export interface RecordCurrencyEnumCurrency {
7018
7834
  * @type {Currency}
7019
7835
  * @memberof RecordCurrencyEnumCurrency
7020
7836
  */
7021
- 'usd'?: Currency;
7837
+ 'usd': Currency;
7022
7838
  /**
7023
7839
  *
7024
7840
  * @type {Currency}
7025
7841
  * @memberof RecordCurrencyEnumCurrency
7026
7842
  */
7027
- 'eur'?: Currency;
7843
+ 'eur': Currency;
7028
7844
  /**
7029
7845
  *
7030
7846
  * @type {Currency}
7031
7847
  * @memberof RecordCurrencyEnumCurrency
7032
7848
  */
7033
- 'try'?: Currency;
7849
+ 'try': Currency;
7034
7850
  /**
7035
7851
  *
7036
7852
  * @type {Currency}
7037
7853
  * @memberof RecordCurrencyEnumCurrency
7038
7854
  */
7039
- 'gbp'?: Currency;
7855
+ 'gbp': Currency;
7040
7856
  /**
7041
7857
  *
7042
7858
  * @type {Currency}
7043
7859
  * @memberof RecordCurrencyEnumCurrency
7044
7860
  */
7045
- 'jpy'?: Currency;
7861
+ 'jpy': Currency;
7046
7862
  }
7047
7863
  /**
7048
7864
  * Construct a type with a set of properties K of type T
@@ -7055,31 +7871,31 @@ export interface RecordCurrencyEnumNumber {
7055
7871
  * @type {number}
7056
7872
  * @memberof RecordCurrencyEnumNumber
7057
7873
  */
7058
- 'usd'?: number;
7874
+ 'usd': number;
7059
7875
  /**
7060
7876
  *
7061
7877
  * @type {number}
7062
7878
  * @memberof RecordCurrencyEnumNumber
7063
7879
  */
7064
- 'eur'?: number;
7880
+ 'eur': number;
7065
7881
  /**
7066
7882
  *
7067
7883
  * @type {number}
7068
7884
  * @memberof RecordCurrencyEnumNumber
7069
7885
  */
7070
- 'try'?: number;
7886
+ 'try': number;
7071
7887
  /**
7072
7888
  *
7073
7889
  * @type {number}
7074
7890
  * @memberof RecordCurrencyEnumNumber
7075
7891
  */
7076
- 'gbp'?: number;
7892
+ 'gbp': number;
7077
7893
  /**
7078
7894
  *
7079
7895
  * @type {number}
7080
7896
  * @memberof RecordCurrencyEnumNumber
7081
7897
  */
7082
- 'jpy'?: number;
7898
+ 'jpy': number;
7083
7899
  }
7084
7900
  /**
7085
7901
  * Construct a type with a set of properties K of type T
@@ -7092,19 +7908,19 @@ export interface RecordLanguageEnumIContentsValue {
7092
7908
  * @type {IContentsValue}
7093
7909
  * @memberof RecordLanguageEnumIContentsValue
7094
7910
  */
7095
- 'tr'?: IContentsValue;
7911
+ 'tr': IContentsValue;
7096
7912
  /**
7097
7913
  *
7098
7914
  * @type {IContentsValue}
7099
7915
  * @memberof RecordLanguageEnumIContentsValue
7100
7916
  */
7101
- 'en'?: IContentsValue;
7917
+ 'en': IContentsValue;
7102
7918
  /**
7103
7919
  *
7104
7920
  * @type {IContentsValue}
7105
7921
  * @memberof RecordLanguageEnumIContentsValue
7106
7922
  */
7107
- 'de'?: IContentsValue;
7923
+ 'de': IContentsValue;
7108
7924
  }
7109
7925
  /**
7110
7926
  * Construct a type with a set of properties K of type T
@@ -7117,19 +7933,19 @@ export interface RecordLanguageEnumIImage {
7117
7933
  * @type {IImage}
7118
7934
  * @memberof RecordLanguageEnumIImage
7119
7935
  */
7120
- 'tr'?: IImage;
7936
+ 'tr': IImage;
7121
7937
  /**
7122
7938
  *
7123
7939
  * @type {IImage}
7124
7940
  * @memberof RecordLanguageEnumIImage
7125
7941
  */
7126
- 'en'?: IImage;
7942
+ 'en': IImage;
7127
7943
  /**
7128
7944
  *
7129
7945
  * @type {IImage}
7130
7946
  * @memberof RecordLanguageEnumIImage
7131
7947
  */
7132
- 'de'?: IImage;
7948
+ 'de': IImage;
7133
7949
  }
7134
7950
  /**
7135
7951
  * Construct a type with a set of properties K of type T
@@ -7142,19 +7958,19 @@ export interface RecordLanguageEnumString {
7142
7958
  * @type {string}
7143
7959
  * @memberof RecordLanguageEnumString
7144
7960
  */
7145
- 'tr'?: string;
7961
+ 'tr': string;
7146
7962
  /**
7147
7963
  *
7148
7964
  * @type {string}
7149
7965
  * @memberof RecordLanguageEnumString
7150
7966
  */
7151
- 'en'?: string;
7967
+ 'en': string;
7152
7968
  /**
7153
7969
  *
7154
7970
  * @type {string}
7155
7971
  * @memberof RecordLanguageEnumString
7156
7972
  */
7157
- 'de'?: string;
7973
+ 'de': string;
7158
7974
  }
7159
7975
  /**
7160
7976
  *
@@ -8033,11 +8849,11 @@ export declare const BrandApiAxiosParamCreator: (configuration?: Configuration)
8033
8849
  deleteBrand: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8034
8850
  /**
8035
8851
  *
8036
- * @param {string} company
8852
+ * @param {string} companyId
8037
8853
  * @param {*} [options] Override http request option.
8038
8854
  * @throws {RequiredError}
8039
8855
  */
8040
- getAllBrands: (company: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8856
+ getAllBrands: (companyId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8041
8857
  /**
8042
8858
  *
8043
8859
  * @param {string} id
@@ -8047,7 +8863,7 @@ export declare const BrandApiAxiosParamCreator: (configuration?: Configuration)
8047
8863
  getBrandById: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8048
8864
  /**
8049
8865
  *
8050
- * @param {string} company
8866
+ * @param {string} companyId
8051
8867
  * @param {number} [page]
8052
8868
  * @param {number} [itemsPerPage]
8053
8869
  * @param {string} [search]
@@ -8060,7 +8876,7 @@ export declare const BrandApiAxiosParamCreator: (configuration?: Configuration)
8060
8876
  * @param {*} [options] Override http request option.
8061
8877
  * @throws {RequiredError}
8062
8878
  */
8063
- getBrands: (company: string, page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8879
+ getBrands: (companyId: string, page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8064
8880
  /**
8065
8881
  *
8066
8882
  * @param {string} id
@@ -8091,11 +8907,11 @@ export declare const BrandApiFp: (configuration?: Configuration) => {
8091
8907
  deleteBrand(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8092
8908
  /**
8093
8909
  *
8094
- * @param {string} company
8910
+ * @param {string} companyId
8095
8911
  * @param {*} [options] Override http request option.
8096
8912
  * @throws {RequiredError}
8097
8913
  */
8098
- getAllBrands(company: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IBrandsResponse>>;
8914
+ getAllBrands(companyId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IBrandsResponse>>;
8099
8915
  /**
8100
8916
  *
8101
8917
  * @param {string} id
@@ -8105,7 +8921,7 @@ export declare const BrandApiFp: (configuration?: Configuration) => {
8105
8921
  getBrandById(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IBrandResponse>>;
8106
8922
  /**
8107
8923
  *
8108
- * @param {string} company
8924
+ * @param {string} companyId
8109
8925
  * @param {number} [page]
8110
8926
  * @param {number} [itemsPerPage]
8111
8927
  * @param {string} [search]
@@ -8118,7 +8934,7 @@ export declare const BrandApiFp: (configuration?: Configuration) => {
8118
8934
  * @param {*} [options] Override http request option.
8119
8935
  * @throws {RequiredError}
8120
8936
  */
8121
- getBrands(company: string, page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IBrandsResponse>>;
8937
+ getBrands(companyId: string, page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IBrandsResponse>>;
8122
8938
  /**
8123
8939
  *
8124
8940
  * @param {string} id
@@ -8213,7 +9029,7 @@ export interface BrandApiGetAllBrandsRequest {
8213
9029
  * @type {string}
8214
9030
  * @memberof BrandApiGetAllBrands
8215
9031
  */
8216
- readonly company: string;
9032
+ readonly companyId: string;
8217
9033
  }
8218
9034
  /**
8219
9035
  * Request parameters for getBrandById operation in BrandApi.
@@ -8239,7 +9055,7 @@ export interface BrandApiGetBrandsRequest {
8239
9055
  * @type {string}
8240
9056
  * @memberof BrandApiGetBrands
8241
9057
  */
8242
- readonly company: string;
9058
+ readonly companyId: string;
8243
9059
  /**
8244
9060
  *
8245
9061
  * @type {number}
@@ -8391,14 +9207,14 @@ export declare const CategoryApiAxiosParamCreator: (configuration?: Configuratio
8391
9207
  deleteCategory: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8392
9208
  /**
8393
9209
  *
8394
- * @param {string} company
9210
+ * @param {string} companyId
8395
9211
  * @param {*} [options] Override http request option.
8396
9212
  * @throws {RequiredError}
8397
9213
  */
8398
- getAllCategories: (company: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9214
+ getAllCategories: (companyId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8399
9215
  /**
8400
9216
  *
8401
- * @param {string} company
9217
+ * @param {string} companyId
8402
9218
  * @param {number} [page]
8403
9219
  * @param {number} [itemsPerPage]
8404
9220
  * @param {string} [search]
@@ -8411,14 +9227,14 @@ export declare const CategoryApiAxiosParamCreator: (configuration?: Configuratio
8411
9227
  * @param {*} [options] Override http request option.
8412
9228
  * @throws {RequiredError}
8413
9229
  */
8414
- getCategories: (company: string, page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9230
+ getCategories: (companyId: string, page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8415
9231
  /**
8416
9232
  *
8417
- * @param {string} company
9233
+ * @param {string} companyId
8418
9234
  * @param {*} [options] Override http request option.
8419
9235
  * @throws {RequiredError}
8420
9236
  */
8421
- getCategoryAttributes: (company: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9237
+ getCategoryAttributes: (companyId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8422
9238
  /**
8423
9239
  *
8424
9240
  * @param {string} id
@@ -8456,14 +9272,14 @@ export declare const CategoryApiFp: (configuration?: Configuration) => {
8456
9272
  deleteCategory(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8457
9273
  /**
8458
9274
  *
8459
- * @param {string} company
9275
+ * @param {string} companyId
8460
9276
  * @param {*} [options] Override http request option.
8461
9277
  * @throws {RequiredError}
8462
9278
  */
8463
- getAllCategories(company: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IAllCategoriesResponse>>;
9279
+ getAllCategories(companyId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IAllCategoriesResponse>>;
8464
9280
  /**
8465
9281
  *
8466
- * @param {string} company
9282
+ * @param {string} companyId
8467
9283
  * @param {number} [page]
8468
9284
  * @param {number} [itemsPerPage]
8469
9285
  * @param {string} [search]
@@ -8476,14 +9292,14 @@ export declare const CategoryApiFp: (configuration?: Configuration) => {
8476
9292
  * @param {*} [options] Override http request option.
8477
9293
  * @throws {RequiredError}
8478
9294
  */
8479
- getCategories(company: string, page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ICategoriesResponse>>;
9295
+ getCategories(companyId: string, page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ICategoriesResponse>>;
8480
9296
  /**
8481
9297
  *
8482
- * @param {string} company
9298
+ * @param {string} companyId
8483
9299
  * @param {*} [options] Override http request option.
8484
9300
  * @throws {RequiredError}
8485
9301
  */
8486
- getCategoryAttributes(company: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ICategoryAttributesResponse>>>;
9302
+ getCategoryAttributes(companyId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ICategoryAttributesResponse>>>;
8487
9303
  /**
8488
9304
  *
8489
9305
  * @param {string} id
@@ -8592,7 +9408,7 @@ export interface CategoryApiGetAllCategoriesRequest {
8592
9408
  * @type {string}
8593
9409
  * @memberof CategoryApiGetAllCategories
8594
9410
  */
8595
- readonly company: string;
9411
+ readonly companyId: string;
8596
9412
  }
8597
9413
  /**
8598
9414
  * Request parameters for getCategories operation in CategoryApi.
@@ -8605,7 +9421,7 @@ export interface CategoryApiGetCategoriesRequest {
8605
9421
  * @type {string}
8606
9422
  * @memberof CategoryApiGetCategories
8607
9423
  */
8608
- readonly company: string;
9424
+ readonly companyId: string;
8609
9425
  /**
8610
9426
  *
8611
9427
  * @type {number}
@@ -8672,7 +9488,7 @@ export interface CategoryApiGetCategoryAttributesRequest {
8672
9488
  * @type {string}
8673
9489
  * @memberof CategoryApiGetCategoryAttributes
8674
9490
  */
8675
- readonly company: string;
9491
+ readonly companyId: string;
8676
9492
  }
8677
9493
  /**
8678
9494
  * Request parameters for getCategoryById operation in CategoryApi.
@@ -10371,7 +11187,7 @@ export declare const FileApiAxiosParamCreator: (configuration?: Configuration) =
10371
11187
  getFileById: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10372
11188
  /**
10373
11189
  *
10374
- * @param {string} company
11190
+ * @param {string} companyId
10375
11191
  * @param {number} [page]
10376
11192
  * @param {number} [itemsPerPage]
10377
11193
  * @param {string} [search]
@@ -10386,7 +11202,7 @@ export declare const FileApiAxiosParamCreator: (configuration?: Configuration) =
10386
11202
  * @param {*} [options] Override http request option.
10387
11203
  * @throws {RequiredError}
10388
11204
  */
10389
- getFiles: (company: string, page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, keywords?: Array<FileKeywordEnum>, type?: FileTypeEnum, status?: FileStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11205
+ getFiles: (companyId: string, page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, keywords?: Array<FileKeywordEnum>, type?: FileTypeEnum, status?: FileStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10390
11206
  /**
10391
11207
  *
10392
11208
  * @param {string} id
@@ -10426,7 +11242,7 @@ export declare const FileApiFp: (configuration?: Configuration) => {
10426
11242
  getFileById(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IFileResponse>>;
10427
11243
  /**
10428
11244
  *
10429
- * @param {string} company
11245
+ * @param {string} companyId
10430
11246
  * @param {number} [page]
10431
11247
  * @param {number} [itemsPerPage]
10432
11248
  * @param {string} [search]
@@ -10441,7 +11257,7 @@ export declare const FileApiFp: (configuration?: Configuration) => {
10441
11257
  * @param {*} [options] Override http request option.
10442
11258
  * @throws {RequiredError}
10443
11259
  */
10444
- getFiles(company: string, page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, keywords?: Array<FileKeywordEnum>, type?: FileTypeEnum, status?: FileStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IFilesResponse>>;
11260
+ getFiles(companyId: string, page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, keywords?: Array<FileKeywordEnum>, type?: FileTypeEnum, status?: FileStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IFilesResponse>>;
10445
11261
  /**
10446
11262
  *
10447
11263
  * @param {string} id
@@ -10538,7 +11354,7 @@ export interface FileApiGetFilesRequest {
10538
11354
  * @type {string}
10539
11355
  * @memberof FileApiGetFiles
10540
11356
  */
10541
- readonly company: string;
11357
+ readonly companyId: string;
10542
11358
  /**
10543
11359
  *
10544
11360
  * @type {number}
@@ -10728,12 +11544,12 @@ export declare const NotificationApiAxiosParamCreator: (configuration?: Configur
10728
11544
  * @param {OrderEnum} [order]
10729
11545
  * @param {string} [sort]
10730
11546
  * @param {string} [user]
10731
- * @param {string} [company]
11547
+ * @param {string} [companyId]
10732
11548
  * @param {NotificationStatusEnum} [status]
10733
11549
  * @param {*} [options] Override http request option.
10734
11550
  * @throws {RequiredError}
10735
11551
  */
10736
- getNotifications: (page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, user?: string, company?: string, status?: NotificationStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11552
+ getNotifications: (page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, user?: string, companyId?: string, status?: NotificationStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10737
11553
  /**
10738
11554
  *
10739
11555
  * @param {*} [options] Override http request option.
@@ -10778,12 +11594,12 @@ export declare const NotificationApiFp: (configuration?: Configuration) => {
10778
11594
  * @param {OrderEnum} [order]
10779
11595
  * @param {string} [sort]
10780
11596
  * @param {string} [user]
10781
- * @param {string} [company]
11597
+ * @param {string} [companyId]
10782
11598
  * @param {NotificationStatusEnum} [status]
10783
11599
  * @param {*} [options] Override http request option.
10784
11600
  * @throws {RequiredError}
10785
11601
  */
10786
- getNotifications(page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, user?: string, company?: string, status?: NotificationStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<INotificationsResponse>>;
11602
+ getNotifications(page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, user?: string, companyId?: string, status?: NotificationStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<INotificationsResponse>>;
10787
11603
  /**
10788
11604
  *
10789
11605
  * @param {*} [options] Override http request option.
@@ -10929,7 +11745,7 @@ export interface NotificationApiGetNotificationsRequest {
10929
11745
  * @type {string}
10930
11746
  * @memberof NotificationApiGetNotifications
10931
11747
  */
10932
- readonly company?: string;
11748
+ readonly companyId?: string;
10933
11749
  /**
10934
11750
  *
10935
11751
  * @type {NotificationStatusEnum}
@@ -11384,13 +12200,13 @@ export declare const PageApiAxiosParamCreator: (configuration?: Configuration) =
11384
12200
  deletePage: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11385
12201
  /**
11386
12202
  *
11387
- * @param {string} [company]
12203
+ * @param {string} [companyId]
11388
12204
  * @param {string} [domain]
11389
12205
  * @param {Array<PageTypeEnum>} [type]
11390
12206
  * @param {*} [options] Override http request option.
11391
12207
  * @throws {RequiredError}
11392
12208
  */
11393
- getAllPages: (company?: string, domain?: string, type?: Array<PageTypeEnum>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12209
+ getAllPages: (companyId?: string, domain?: string, type?: Array<PageTypeEnum>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11394
12210
  /**
11395
12211
  *
11396
12212
  * @param {string} id
@@ -11401,24 +12217,23 @@ export declare const PageApiAxiosParamCreator: (configuration?: Configuration) =
11401
12217
  /**
11402
12218
  *
11403
12219
  * @param {string} slug
11404
- * @param {string} [company]
12220
+ * @param {string} [companyId]
11405
12221
  * @param {string} [domain]
11406
12222
  * @param {*} [options] Override http request option.
11407
12223
  * @throws {RequiredError}
11408
12224
  */
11409
- getPageBySlug: (slug: string, company?: string, domain?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12225
+ getPageBySlug: (slug: string, companyId?: string, domain?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11410
12226
  /**
11411
12227
  *
11412
12228
  * @param {string} type
11413
- * @param {string} [company]
12229
+ * @param {string} [companyId]
11414
12230
  * @param {string} [domain]
11415
12231
  * @param {*} [options] Override http request option.
11416
12232
  * @throws {RequiredError}
11417
12233
  */
11418
- getPageByType: (type: string, company?: string, domain?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12234
+ getPageByType: (type: string, companyId?: string, domain?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11419
12235
  /**
11420
12236
  *
11421
- * @param {string} company
11422
12237
  * @param {number} [page]
11423
12238
  * @param {number} [itemsPerPage]
11424
12239
  * @param {string} [search]
@@ -11427,20 +12242,21 @@ export declare const PageApiAxiosParamCreator: (configuration?: Configuration) =
11427
12242
  * @param {string} [dateField]
11428
12243
  * @param {OrderEnum} [order]
11429
12244
  * @param {string} [sort]
12245
+ * @param {string} [companyId]
11430
12246
  * @param {string} [domain]
11431
12247
  * @param {PageTypeEnum} [type]
11432
12248
  * @param {ContentStatusEnum} [status]
11433
12249
  * @param {*} [options] Override http request option.
11434
12250
  * @throws {RequiredError}
11435
12251
  */
11436
- getPages: (company: string, page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, domain?: string, type?: PageTypeEnum, status?: ContentStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12252
+ getPages: (page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, companyId?: string, domain?: string, type?: PageTypeEnum, status?: ContentStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11437
12253
  /**
11438
12254
  *
11439
- * @param {string} company
12255
+ * @param {string} companyId
11440
12256
  * @param {*} [options] Override http request option.
11441
12257
  * @throws {RequiredError}
11442
12258
  */
11443
- getUniquePages: (company: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12259
+ getUniquePages: (companyId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11444
12260
  /**
11445
12261
  *
11446
12262
  * @param {string} id
@@ -11471,13 +12287,13 @@ export declare const PageApiFp: (configuration?: Configuration) => {
11471
12287
  deletePage(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
11472
12288
  /**
11473
12289
  *
11474
- * @param {string} [company]
12290
+ * @param {string} [companyId]
11475
12291
  * @param {string} [domain]
11476
12292
  * @param {Array<PageTypeEnum>} [type]
11477
12293
  * @param {*} [options] Override http request option.
11478
12294
  * @throws {RequiredError}
11479
12295
  */
11480
- getAllPages(company?: string, domain?: string, type?: Array<PageTypeEnum>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IPagesResponse>>;
12296
+ getAllPages(companyId?: string, domain?: string, type?: Array<PageTypeEnum>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IPagesResponse>>;
11481
12297
  /**
11482
12298
  *
11483
12299
  * @param {string} id
@@ -11488,24 +12304,23 @@ export declare const PageApiFp: (configuration?: Configuration) => {
11488
12304
  /**
11489
12305
  *
11490
12306
  * @param {string} slug
11491
- * @param {string} [company]
12307
+ * @param {string} [companyId]
11492
12308
  * @param {string} [domain]
11493
12309
  * @param {*} [options] Override http request option.
11494
12310
  * @throws {RequiredError}
11495
12311
  */
11496
- getPageBySlug(slug: string, company?: string, domain?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IPageResponse>>;
12312
+ getPageBySlug(slug: string, companyId?: string, domain?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IPageResponse>>;
11497
12313
  /**
11498
12314
  *
11499
12315
  * @param {string} type
11500
- * @param {string} [company]
12316
+ * @param {string} [companyId]
11501
12317
  * @param {string} [domain]
11502
12318
  * @param {*} [options] Override http request option.
11503
12319
  * @throws {RequiredError}
11504
12320
  */
11505
- getPageByType(type: string, company?: string, domain?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IPageResponse>>;
12321
+ getPageByType(type: string, companyId?: string, domain?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IPageResponse>>;
11506
12322
  /**
11507
12323
  *
11508
- * @param {string} company
11509
12324
  * @param {number} [page]
11510
12325
  * @param {number} [itemsPerPage]
11511
12326
  * @param {string} [search]
@@ -11514,20 +12329,21 @@ export declare const PageApiFp: (configuration?: Configuration) => {
11514
12329
  * @param {string} [dateField]
11515
12330
  * @param {OrderEnum} [order]
11516
12331
  * @param {string} [sort]
12332
+ * @param {string} [companyId]
11517
12333
  * @param {string} [domain]
11518
12334
  * @param {PageTypeEnum} [type]
11519
12335
  * @param {ContentStatusEnum} [status]
11520
12336
  * @param {*} [options] Override http request option.
11521
12337
  * @throws {RequiredError}
11522
12338
  */
11523
- getPages(company: string, page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, domain?: string, type?: PageTypeEnum, status?: ContentStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IPagesResponse>>;
12339
+ getPages(page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, companyId?: string, domain?: string, type?: PageTypeEnum, status?: ContentStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IPagesResponse>>;
11524
12340
  /**
11525
12341
  *
11526
- * @param {string} company
12342
+ * @param {string} companyId
11527
12343
  * @param {*} [options] Override http request option.
11528
12344
  * @throws {RequiredError}
11529
12345
  */
11530
- getUniquePages(company: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IPagesResponse>>;
12346
+ getUniquePages(companyId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IPagesResponse>>;
11531
12347
  /**
11532
12348
  *
11533
12349
  * @param {string} id
@@ -11590,7 +12406,7 @@ export declare const PageApiFactory: (configuration?: Configuration, basePath?:
11590
12406
  * @param {*} [options] Override http request option.
11591
12407
  * @throws {RequiredError}
11592
12408
  */
11593
- getPages(requestParameters: PageApiGetPagesRequest, options?: RawAxiosRequestConfig): AxiosPromise<IPagesResponse>;
12409
+ getPages(requestParameters?: PageApiGetPagesRequest, options?: RawAxiosRequestConfig): AxiosPromise<IPagesResponse>;
11594
12410
  /**
11595
12411
  *
11596
12412
  * @param {PageApiGetUniquePagesRequest} requestParameters Request parameters.
@@ -11643,7 +12459,7 @@ export interface PageApiGetAllPagesRequest {
11643
12459
  * @type {string}
11644
12460
  * @memberof PageApiGetAllPages
11645
12461
  */
11646
- readonly company?: string;
12462
+ readonly companyId?: string;
11647
12463
  /**
11648
12464
  *
11649
12465
  * @type {string}
@@ -11687,7 +12503,7 @@ export interface PageApiGetPageBySlugRequest {
11687
12503
  * @type {string}
11688
12504
  * @memberof PageApiGetPageBySlug
11689
12505
  */
11690
- readonly company?: string;
12506
+ readonly companyId?: string;
11691
12507
  /**
11692
12508
  *
11693
12509
  * @type {string}
@@ -11712,7 +12528,7 @@ export interface PageApiGetPageByTypeRequest {
11712
12528
  * @type {string}
11713
12529
  * @memberof PageApiGetPageByType
11714
12530
  */
11715
- readonly company?: string;
12531
+ readonly companyId?: string;
11716
12532
  /**
11717
12533
  *
11718
12534
  * @type {string}
@@ -11726,12 +12542,6 @@ export interface PageApiGetPageByTypeRequest {
11726
12542
  * @interface PageApiGetPagesRequest
11727
12543
  */
11728
12544
  export interface PageApiGetPagesRequest {
11729
- /**
11730
- *
11731
- * @type {string}
11732
- * @memberof PageApiGetPages
11733
- */
11734
- readonly company: string;
11735
12545
  /**
11736
12546
  *
11737
12547
  * @type {number}
@@ -11780,6 +12590,12 @@ export interface PageApiGetPagesRequest {
11780
12590
  * @memberof PageApiGetPages
11781
12591
  */
11782
12592
  readonly sort?: string;
12593
+ /**
12594
+ *
12595
+ * @type {string}
12596
+ * @memberof PageApiGetPages
12597
+ */
12598
+ readonly companyId?: string;
11783
12599
  /**
11784
12600
  *
11785
12601
  * @type {string}
@@ -11810,7 +12626,7 @@ export interface PageApiGetUniquePagesRequest {
11810
12626
  * @type {string}
11811
12627
  * @memberof PageApiGetUniquePages
11812
12628
  */
11813
- readonly company: string;
12629
+ readonly companyId: string;
11814
12630
  }
11815
12631
  /**
11816
12632
  * Request parameters for updatePage operation in PageApi.
@@ -11893,7 +12709,7 @@ export declare class PageApi extends BaseAPI {
11893
12709
  * @throws {RequiredError}
11894
12710
  * @memberof PageApi
11895
12711
  */
11896
- getPages(requestParameters: PageApiGetPagesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IPagesResponse, any>>;
12712
+ getPages(requestParameters?: PageApiGetPagesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IPagesResponse, any>>;
11897
12713
  /**
11898
12714
  *
11899
12715
  * @param {PageApiGetUniquePagesRequest} requestParameters Request parameters.
@@ -12248,20 +13064,20 @@ export declare const ProductApiAxiosParamCreator: (configuration?: Configuration
12248
13064
  deleteProduct: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12249
13065
  /**
12250
13066
  *
12251
- * @param {string} company
13067
+ * @param {string} companyId
12252
13068
  * @param {string} [search]
12253
13069
  * @param {string} [template]
12254
13070
  * @param {*} [options] Override http request option.
12255
13071
  * @throws {RequiredError}
12256
13072
  */
12257
- getAllProducts: (company: string, search?: string, template?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
13073
+ getAllProducts: (companyId: string, search?: string, template?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12258
13074
  /**
12259
13075
  *
12260
- * @param {string} company
13076
+ * @param {string} companyId
12261
13077
  * @param {*} [options] Override http request option.
12262
13078
  * @throws {RequiredError}
12263
13079
  */
12264
- getFirstProduct: (company: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
13080
+ getFirstProduct: (companyId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12265
13081
  /**
12266
13082
  *
12267
13083
  * @param {string} id
@@ -12272,14 +13088,14 @@ export declare const ProductApiAxiosParamCreator: (configuration?: Configuration
12272
13088
  /**
12273
13089
  *
12274
13090
  * @param {string} slug
12275
- * @param {string} domain
13091
+ * @param {string} [companyId]
13092
+ * @param {string} [domain]
12276
13093
  * @param {*} [options] Override http request option.
12277
13094
  * @throws {RequiredError}
12278
13095
  */
12279
- getProductBySlug: (slug: string, domain: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
13096
+ getProductBySlug: (slug: string, companyId?: string, domain?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12280
13097
  /**
12281
13098
  *
12282
- * @param {string} company
12283
13099
  * @param {number} [page]
12284
13100
  * @param {number} [itemsPerPage]
12285
13101
  * @param {string} [search]
@@ -12288,6 +13104,8 @@ export declare const ProductApiAxiosParamCreator: (configuration?: Configuration
12288
13104
  * @param {string} [dateField]
12289
13105
  * @param {OrderEnum} [order]
12290
13106
  * @param {string} [sort]
13107
+ * @param {string} [companyId]
13108
+ * @param {string} [domain]
12291
13109
  * @param {string} [collections]
12292
13110
  * @param {string} [category]
12293
13111
  * @param {string} [brand]
@@ -12295,15 +13113,16 @@ export declare const ProductApiAxiosParamCreator: (configuration?: Configuration
12295
13113
  * @param {*} [options] Override http request option.
12296
13114
  * @throws {RequiredError}
12297
13115
  */
12298
- getProducts: (company: string, page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, collections?: string, category?: string, brand?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
13116
+ getProducts: (page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, companyId?: string, domain?: string, collections?: string, category?: string, brand?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12299
13117
  /**
12300
13118
  *
12301
- * @param {string} company
12302
13119
  * @param {string} search
13120
+ * @param {string} [companyId]
13121
+ * @param {string} [domain]
12303
13122
  * @param {*} [options] Override http request option.
12304
13123
  * @throws {RequiredError}
12305
13124
  */
12306
- searchProducts: (company: string, search: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
13125
+ searchProducts: (search: string, companyId?: string, domain?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12307
13126
  /**
12308
13127
  *
12309
13128
  * @param {string} id
@@ -12334,20 +13153,20 @@ export declare const ProductApiFp: (configuration?: Configuration) => {
12334
13153
  deleteProduct(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
12335
13154
  /**
12336
13155
  *
12337
- * @param {string} company
13156
+ * @param {string} companyId
12338
13157
  * @param {string} [search]
12339
13158
  * @param {string} [template]
12340
13159
  * @param {*} [options] Override http request option.
12341
13160
  * @throws {RequiredError}
12342
13161
  */
12343
- getAllProducts(company: string, search?: string, template?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IAllProductsResponse>>;
13162
+ getAllProducts(companyId: string, search?: string, template?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IAllProductsResponse>>;
12344
13163
  /**
12345
13164
  *
12346
- * @param {string} company
13165
+ * @param {string} companyId
12347
13166
  * @param {*} [options] Override http request option.
12348
13167
  * @throws {RequiredError}
12349
13168
  */
12350
- getFirstProduct(company: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IProductResponse>>;
13169
+ getFirstProduct(companyId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IProductResponse>>;
12351
13170
  /**
12352
13171
  *
12353
13172
  * @param {string} id
@@ -12358,14 +13177,14 @@ export declare const ProductApiFp: (configuration?: Configuration) => {
12358
13177
  /**
12359
13178
  *
12360
13179
  * @param {string} slug
12361
- * @param {string} domain
13180
+ * @param {string} [companyId]
13181
+ * @param {string} [domain]
12362
13182
  * @param {*} [options] Override http request option.
12363
13183
  * @throws {RequiredError}
12364
13184
  */
12365
- getProductBySlug(slug: string, domain: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IProductResponse>>;
13185
+ getProductBySlug(slug: string, companyId?: string, domain?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IProductResponse>>;
12366
13186
  /**
12367
13187
  *
12368
- * @param {string} company
12369
13188
  * @param {number} [page]
12370
13189
  * @param {number} [itemsPerPage]
12371
13190
  * @param {string} [search]
@@ -12374,6 +13193,8 @@ export declare const ProductApiFp: (configuration?: Configuration) => {
12374
13193
  * @param {string} [dateField]
12375
13194
  * @param {OrderEnum} [order]
12376
13195
  * @param {string} [sort]
13196
+ * @param {string} [companyId]
13197
+ * @param {string} [domain]
12377
13198
  * @param {string} [collections]
12378
13199
  * @param {string} [category]
12379
13200
  * @param {string} [brand]
@@ -12381,15 +13202,16 @@ export declare const ProductApiFp: (configuration?: Configuration) => {
12381
13202
  * @param {*} [options] Override http request option.
12382
13203
  * @throws {RequiredError}
12383
13204
  */
12384
- getProducts(company: string, page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, collections?: string, category?: string, brand?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IProductsResponse>>;
13205
+ getProducts(page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, companyId?: string, domain?: string, collections?: string, category?: string, brand?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IProductsResponse>>;
12385
13206
  /**
12386
13207
  *
12387
- * @param {string} company
12388
13208
  * @param {string} search
13209
+ * @param {string} [companyId]
13210
+ * @param {string} [domain]
12389
13211
  * @param {*} [options] Override http request option.
12390
13212
  * @throws {RequiredError}
12391
13213
  */
12392
- searchProducts(company: string, search: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ISearchProductsResponse>>;
13214
+ searchProducts(search: string, companyId?: string, domain?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ISearchProductsResponse>>;
12393
13215
  /**
12394
13216
  *
12395
13217
  * @param {string} id
@@ -12452,7 +13274,7 @@ export declare const ProductApiFactory: (configuration?: Configuration, basePath
12452
13274
  * @param {*} [options] Override http request option.
12453
13275
  * @throws {RequiredError}
12454
13276
  */
12455
- getProducts(requestParameters: ProductApiGetProductsRequest, options?: RawAxiosRequestConfig): AxiosPromise<IProductsResponse>;
13277
+ getProducts(requestParameters?: ProductApiGetProductsRequest, options?: RawAxiosRequestConfig): AxiosPromise<IProductsResponse>;
12456
13278
  /**
12457
13279
  *
12458
13280
  * @param {ProductApiSearchProductsRequest} requestParameters Request parameters.
@@ -12505,7 +13327,7 @@ export interface ProductApiGetAllProductsRequest {
12505
13327
  * @type {string}
12506
13328
  * @memberof ProductApiGetAllProducts
12507
13329
  */
12508
- readonly company: string;
13330
+ readonly companyId: string;
12509
13331
  /**
12510
13332
  *
12511
13333
  * @type {string}
@@ -12530,7 +13352,7 @@ export interface ProductApiGetFirstProductRequest {
12530
13352
  * @type {string}
12531
13353
  * @memberof ProductApiGetFirstProduct
12532
13354
  */
12533
- readonly company: string;
13355
+ readonly companyId: string;
12534
13356
  }
12535
13357
  /**
12536
13358
  * Request parameters for getProductById operation in ProductApi.
@@ -12562,7 +13384,13 @@ export interface ProductApiGetProductBySlugRequest {
12562
13384
  * @type {string}
12563
13385
  * @memberof ProductApiGetProductBySlug
12564
13386
  */
12565
- readonly domain: string;
13387
+ readonly companyId?: string;
13388
+ /**
13389
+ *
13390
+ * @type {string}
13391
+ * @memberof ProductApiGetProductBySlug
13392
+ */
13393
+ readonly domain?: string;
12566
13394
  }
12567
13395
  /**
12568
13396
  * Request parameters for getProducts operation in ProductApi.
@@ -12570,12 +13398,6 @@ export interface ProductApiGetProductBySlugRequest {
12570
13398
  * @interface ProductApiGetProductsRequest
12571
13399
  */
12572
13400
  export interface ProductApiGetProductsRequest {
12573
- /**
12574
- *
12575
- * @type {string}
12576
- * @memberof ProductApiGetProducts
12577
- */
12578
- readonly company: string;
12579
13401
  /**
12580
13402
  *
12581
13403
  * @type {number}
@@ -12624,6 +13446,18 @@ export interface ProductApiGetProductsRequest {
12624
13446
  * @memberof ProductApiGetProducts
12625
13447
  */
12626
13448
  readonly sort?: string;
13449
+ /**
13450
+ *
13451
+ * @type {string}
13452
+ * @memberof ProductApiGetProducts
13453
+ */
13454
+ readonly companyId?: string;
13455
+ /**
13456
+ *
13457
+ * @type {string}
13458
+ * @memberof ProductApiGetProducts
13459
+ */
13460
+ readonly domain?: string;
12627
13461
  /**
12628
13462
  *
12629
13463
  * @type {string}
@@ -12660,13 +13494,19 @@ export interface ProductApiSearchProductsRequest {
12660
13494
  * @type {string}
12661
13495
  * @memberof ProductApiSearchProducts
12662
13496
  */
12663
- readonly company: string;
13497
+ readonly search: string;
12664
13498
  /**
12665
13499
  *
12666
13500
  * @type {string}
12667
13501
  * @memberof ProductApiSearchProducts
12668
13502
  */
12669
- readonly search: string;
13503
+ readonly companyId?: string;
13504
+ /**
13505
+ *
13506
+ * @type {string}
13507
+ * @memberof ProductApiSearchProducts
13508
+ */
13509
+ readonly domain?: string;
12670
13510
  }
12671
13511
  /**
12672
13512
  * Request parameters for updateProduct operation in ProductApi.
@@ -12749,7 +13589,7 @@ export declare class ProductApi extends BaseAPI {
12749
13589
  * @throws {RequiredError}
12750
13590
  * @memberof ProductApi
12751
13591
  */
12752
- getProducts(requestParameters: ProductApiGetProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IProductsResponse, any>>;
13592
+ getProducts(requestParameters?: ProductApiGetProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IProductsResponse, any>>;
12753
13593
  /**
12754
13594
  *
12755
13595
  * @param {ProductApiSearchProductsRequest} requestParameters Request parameters.
@@ -12788,13 +13628,13 @@ export declare const TemplateApiAxiosParamCreator: (configuration?: Configuratio
12788
13628
  getTemplateById: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12789
13629
  /**
12790
13630
  *
12791
- * @param {string} company
13631
+ * @param {string} companyId
12792
13632
  * @param {TemplateTypeEnum} [type]
12793
13633
  * @param {string} [search]
12794
13634
  * @param {*} [options] Override http request option.
12795
13635
  * @throws {RequiredError}
12796
13636
  */
12797
- getTemplates: (company: string, type?: TemplateTypeEnum, search?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
13637
+ getTemplates: (companyId: string, type?: TemplateTypeEnum, search?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12798
13638
  /**
12799
13639
  *
12800
13640
  * @param {string} id
@@ -12825,13 +13665,13 @@ export declare const TemplateApiFp: (configuration?: Configuration) => {
12825
13665
  getTemplateById(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ITemplateResponse>>;
12826
13666
  /**
12827
13667
  *
12828
- * @param {string} company
13668
+ * @param {string} companyId
12829
13669
  * @param {TemplateTypeEnum} [type]
12830
13670
  * @param {string} [search]
12831
13671
  * @param {*} [options] Override http request option.
12832
13672
  * @throws {RequiredError}
12833
13673
  */
12834
- getTemplates(company: string, type?: TemplateTypeEnum, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ITemplatesResponse>>;
13674
+ getTemplates(companyId: string, type?: TemplateTypeEnum, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ITemplatesResponse>>;
12835
13675
  /**
12836
13676
  *
12837
13677
  * @param {string} id
@@ -12912,7 +13752,7 @@ export interface TemplateApiGetTemplatesRequest {
12912
13752
  * @type {string}
12913
13753
  * @memberof TemplateApiGetTemplates
12914
13754
  */
12915
- readonly company: string;
13755
+ readonly companyId: string;
12916
13756
  /**
12917
13757
  *
12918
13758
  * @type {TemplateTypeEnum}