@infisale-client/api 1.1.39 → 1.2.0
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 +91 -88
- package/dist/api/api.js +26 -23
- package/dist/api/api.mjs +26 -23
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -448,7 +448,7 @@ export interface CurrencyRate {
|
|
|
448
448
|
* @type {CurrencyRateTypeEnum}
|
|
449
449
|
* @memberof CurrencyRate
|
|
450
450
|
*/
|
|
451
|
-
'
|
|
451
|
+
'rateType': CurrencyRateTypeEnum;
|
|
452
452
|
}
|
|
453
453
|
/**
|
|
454
454
|
*
|
|
@@ -778,7 +778,7 @@ export interface IBrandCollectionQueryParams {
|
|
|
778
778
|
* @type {string}
|
|
779
779
|
* @memberof IBrandCollectionQueryParams
|
|
780
780
|
*/
|
|
781
|
-
'
|
|
781
|
+
'companyId'?: string;
|
|
782
782
|
/**
|
|
783
783
|
*
|
|
784
784
|
* @type {string}
|
|
@@ -1070,7 +1070,7 @@ export interface ICategoryCollectionQueryParams {
|
|
|
1070
1070
|
* @type {string}
|
|
1071
1071
|
* @memberof ICategoryCollectionQueryParams
|
|
1072
1072
|
*/
|
|
1073
|
-
'
|
|
1073
|
+
'companyId'?: string;
|
|
1074
1074
|
/**
|
|
1075
1075
|
*
|
|
1076
1076
|
* @type {string}
|
|
@@ -1437,7 +1437,7 @@ export interface ICollectionCollectionsQueryParams {
|
|
|
1437
1437
|
* @type {string}
|
|
1438
1438
|
* @memberof ICollectionCollectionsQueryParams
|
|
1439
1439
|
*/
|
|
1440
|
-
'
|
|
1440
|
+
'companyId': string;
|
|
1441
1441
|
/**
|
|
1442
1442
|
*
|
|
1443
1443
|
* @type {ContentStatusEnum}
|
|
@@ -1713,13 +1713,13 @@ export interface ICompany {
|
|
|
1713
1713
|
* @type {string}
|
|
1714
1714
|
* @memberof ICompany
|
|
1715
1715
|
*/
|
|
1716
|
-
'
|
|
1716
|
+
'dnsZoneId'?: string;
|
|
1717
1717
|
/**
|
|
1718
1718
|
*
|
|
1719
1719
|
* @type {string}
|
|
1720
1720
|
* @memberof ICompany
|
|
1721
1721
|
*/
|
|
1722
|
-
'
|
|
1722
|
+
'dnsZoneDomain'?: string;
|
|
1723
1723
|
/**
|
|
1724
1724
|
*
|
|
1725
1725
|
* @type {Array<PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner>}
|
|
@@ -1765,7 +1765,7 @@ export interface ICompany {
|
|
|
1765
1765
|
* @type {IImage}
|
|
1766
1766
|
* @memberof ICompany
|
|
1767
1767
|
*/
|
|
1768
|
-
'
|
|
1768
|
+
'emailLogo'?: IImage;
|
|
1769
1769
|
/**
|
|
1770
1770
|
*
|
|
1771
1771
|
* @type {IImage}
|
|
@@ -1813,7 +1813,7 @@ export interface ICompany {
|
|
|
1813
1813
|
* @type {Array<ICompanyResponseSenderEmailDnsRecordsInner>}
|
|
1814
1814
|
* @memberof ICompany
|
|
1815
1815
|
*/
|
|
1816
|
-
'
|
|
1816
|
+
'senderEmailDnsRecords'?: Array<ICompanyResponseSenderEmailDnsRecordsInner>;
|
|
1817
1817
|
/**
|
|
1818
1818
|
*
|
|
1819
1819
|
* @type {{ [key: string]: ICompanyResponseNavigationsValue; }}
|
|
@@ -1827,13 +1827,13 @@ export interface ICompany {
|
|
|
1827
1827
|
* @type {ICompanyResponseFirebaseWebCredentials}
|
|
1828
1828
|
* @memberof ICompany
|
|
1829
1829
|
*/
|
|
1830
|
-
'
|
|
1830
|
+
'firebaseWebCredentials'?: ICompanyResponseFirebaseWebCredentials;
|
|
1831
1831
|
/**
|
|
1832
1832
|
*
|
|
1833
1833
|
* @type {ICompanyResponseFirebaseAdminCredentials}
|
|
1834
1834
|
* @memberof ICompany
|
|
1835
1835
|
*/
|
|
1836
|
-
'
|
|
1836
|
+
'firebaseAdminCredentials'?: ICompanyResponseFirebaseAdminCredentials;
|
|
1837
1837
|
/**
|
|
1838
1838
|
*
|
|
1839
1839
|
* @type {ICompanyResponseAddress}
|
|
@@ -1845,13 +1845,13 @@ export interface ICompany {
|
|
|
1845
1845
|
* @type {Array<ICompanyResponseCustomHostnamesInner>}
|
|
1846
1846
|
* @memberof ICompany
|
|
1847
1847
|
*/
|
|
1848
|
-
'
|
|
1848
|
+
'customHostnames': Array<ICompanyResponseCustomHostnamesInner>;
|
|
1849
1849
|
/**
|
|
1850
1850
|
*
|
|
1851
1851
|
* @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin}
|
|
1852
1852
|
* @memberof ICompany
|
|
1853
1853
|
*/
|
|
1854
|
-
'
|
|
1854
|
+
'firebaseLogin': PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin;
|
|
1855
1855
|
/**
|
|
1856
1856
|
*
|
|
1857
1857
|
* @type {string}
|
|
@@ -1863,13 +1863,13 @@ export interface ICompany {
|
|
|
1863
1863
|
* @type {string}
|
|
1864
1864
|
* @memberof ICompany
|
|
1865
1865
|
*/
|
|
1866
|
-
'
|
|
1866
|
+
'senderEmail'?: string;
|
|
1867
1867
|
/**
|
|
1868
1868
|
*
|
|
1869
1869
|
* @type {string}
|
|
1870
1870
|
* @memberof ICompany
|
|
1871
1871
|
*/
|
|
1872
|
-
'
|
|
1872
|
+
'senderName'?: string;
|
|
1873
1873
|
/**
|
|
1874
1874
|
*
|
|
1875
1875
|
* @type {CompanyStatusEnum}
|
|
@@ -1972,13 +1972,13 @@ export interface ICompanyAdminResponse {
|
|
|
1972
1972
|
* @type {string}
|
|
1973
1973
|
* @memberof ICompanyAdminResponse
|
|
1974
1974
|
*/
|
|
1975
|
-
'
|
|
1975
|
+
'dnsZoneId'?: string;
|
|
1976
1976
|
/**
|
|
1977
1977
|
*
|
|
1978
1978
|
* @type {string}
|
|
1979
1979
|
* @memberof ICompanyAdminResponse
|
|
1980
1980
|
*/
|
|
1981
|
-
'
|
|
1981
|
+
'dnsZoneDomain'?: string;
|
|
1982
1982
|
/**
|
|
1983
1983
|
*
|
|
1984
1984
|
* @type {{ [key: string]: string; }}
|
|
@@ -2004,7 +2004,7 @@ export interface ICompanyAdminResponse {
|
|
|
2004
2004
|
* @type {IImage}
|
|
2005
2005
|
* @memberof ICompanyAdminResponse
|
|
2006
2006
|
*/
|
|
2007
|
-
'
|
|
2007
|
+
'emailLogo'?: IImage;
|
|
2008
2008
|
/**
|
|
2009
2009
|
*
|
|
2010
2010
|
* @type {IImage}
|
|
@@ -2040,19 +2040,19 @@ export interface ICompanyAdminResponse {
|
|
|
2040
2040
|
* @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin}
|
|
2041
2041
|
* @memberof ICompanyAdminResponse
|
|
2042
2042
|
*/
|
|
2043
|
-
'
|
|
2043
|
+
'firebaseLogin': PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin;
|
|
2044
2044
|
/**
|
|
2045
2045
|
*
|
|
2046
2046
|
* @type {string}
|
|
2047
2047
|
* @memberof ICompanyAdminResponse
|
|
2048
2048
|
*/
|
|
2049
|
-
'
|
|
2049
|
+
'senderEmail'?: string;
|
|
2050
2050
|
/**
|
|
2051
2051
|
*
|
|
2052
2052
|
* @type {string}
|
|
2053
2053
|
* @memberof ICompanyAdminResponse
|
|
2054
2054
|
*/
|
|
2055
|
-
'
|
|
2055
|
+
'senderName'?: string;
|
|
2056
2056
|
/**
|
|
2057
2057
|
*
|
|
2058
2058
|
* @type {PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles}
|
|
@@ -2084,7 +2084,7 @@ export interface ICompanyAdminResponse {
|
|
|
2084
2084
|
* @type {RecordCurrencyEnumNumber}
|
|
2085
2085
|
* @memberof ICompanyAdminResponse
|
|
2086
2086
|
*/
|
|
2087
|
-
'
|
|
2087
|
+
'currencyRates': RecordCurrencyEnumNumber;
|
|
2088
2088
|
/**
|
|
2089
2089
|
*
|
|
2090
2090
|
* @type {Array<ICompanyResponseWarehousesInner>}
|
|
@@ -2096,7 +2096,7 @@ export interface ICompanyAdminResponse {
|
|
|
2096
2096
|
* @type {Array<ICompanyResponseSenderEmailDnsRecordsInner>}
|
|
2097
2097
|
* @memberof ICompanyAdminResponse
|
|
2098
2098
|
*/
|
|
2099
|
-
'
|
|
2099
|
+
'senderEmailDnsRecords'?: Array<ICompanyResponseSenderEmailDnsRecordsInner>;
|
|
2100
2100
|
/**
|
|
2101
2101
|
*
|
|
2102
2102
|
* @type {{ [key: string]: ICompanyResponseNavigationsValue; }}
|
|
@@ -2110,13 +2110,13 @@ export interface ICompanyAdminResponse {
|
|
|
2110
2110
|
* @type {ICompanyResponseFirebaseWebCredentials}
|
|
2111
2111
|
* @memberof ICompanyAdminResponse
|
|
2112
2112
|
*/
|
|
2113
|
-
'
|
|
2113
|
+
'firebaseWebCredentials'?: ICompanyResponseFirebaseWebCredentials;
|
|
2114
2114
|
/**
|
|
2115
2115
|
*
|
|
2116
2116
|
* @type {ICompanyResponseFirebaseAdminCredentials}
|
|
2117
2117
|
* @memberof ICompanyAdminResponse
|
|
2118
2118
|
*/
|
|
2119
|
-
'
|
|
2119
|
+
'firebaseAdminCredentials'?: ICompanyResponseFirebaseAdminCredentials;
|
|
2120
2120
|
/**
|
|
2121
2121
|
*
|
|
2122
2122
|
* @type {ICompanyResponseAddress}
|
|
@@ -2128,7 +2128,7 @@ export interface ICompanyAdminResponse {
|
|
|
2128
2128
|
* @type {Array<ICompanyResponseCustomHostnamesInner>}
|
|
2129
2129
|
* @memberof ICompanyAdminResponse
|
|
2130
2130
|
*/
|
|
2131
|
-
'
|
|
2131
|
+
'customHostnames': Array<ICompanyResponseCustomHostnamesInner>;
|
|
2132
2132
|
}
|
|
2133
2133
|
/**
|
|
2134
2134
|
*
|
|
@@ -2338,7 +2338,7 @@ export interface ICompanyConfigTemplateFooterInnerContentsInner {
|
|
|
2338
2338
|
* @type {ComponentContentTypeEnum}
|
|
2339
2339
|
* @memberof ICompanyConfigTemplateFooterInnerContentsInner
|
|
2340
2340
|
*/
|
|
2341
|
-
'
|
|
2341
|
+
'contentType': ComponentContentTypeEnum;
|
|
2342
2342
|
/**
|
|
2343
2343
|
*
|
|
2344
2344
|
* @type {PartialRecordLanguageEnumString}
|
|
@@ -2356,7 +2356,7 @@ export interface ICompanyConfigTemplateFooterInnerContentsInner {
|
|
|
2356
2356
|
* @type {PartialRecordLanguageEnumIImage}
|
|
2357
2357
|
* @memberof ICompanyConfigTemplateFooterInnerContentsInner
|
|
2358
2358
|
*/
|
|
2359
|
-
'
|
|
2359
|
+
'imageMobile'?: PartialRecordLanguageEnumIImage;
|
|
2360
2360
|
/**
|
|
2361
2361
|
*
|
|
2362
2362
|
* @type {PartialRecordLanguageEnumIImage}
|
|
@@ -2405,7 +2405,7 @@ export interface ICompanyConfigTemplateFooterInnerProducts {
|
|
|
2405
2405
|
* @type {ComponentProductTypeEnum}
|
|
2406
2406
|
* @memberof ICompanyConfigTemplateFooterInnerProducts
|
|
2407
2407
|
*/
|
|
2408
|
-
'
|
|
2408
|
+
'relType'?: ComponentProductTypeEnum;
|
|
2409
2409
|
/**
|
|
2410
2410
|
*
|
|
2411
2411
|
* @type {string}
|
|
@@ -2487,13 +2487,13 @@ export interface ICompanyPatchRequest {
|
|
|
2487
2487
|
* @type {ICompanyResponseFirebaseAdminCredentials}
|
|
2488
2488
|
* @memberof ICompanyPatchRequest
|
|
2489
2489
|
*/
|
|
2490
|
-
'
|
|
2490
|
+
'firebaseAdminCredentials'?: ICompanyResponseFirebaseAdminCredentials;
|
|
2491
2491
|
/**
|
|
2492
2492
|
*
|
|
2493
2493
|
* @type {Array<ICompanyResponseSenderEmailDnsRecordsInner>}
|
|
2494
2494
|
* @memberof ICompanyPatchRequest
|
|
2495
2495
|
*/
|
|
2496
|
-
'
|
|
2496
|
+
'senderEmailDnsRecords'?: Array<ICompanyResponseSenderEmailDnsRecordsInner>;
|
|
2497
2497
|
/**
|
|
2498
2498
|
*
|
|
2499
2499
|
* @type {Array<ICompanyResponseWarehousesInner>}
|
|
@@ -2523,13 +2523,13 @@ export interface ICompanyPatchRequest {
|
|
|
2523
2523
|
* @type {string}
|
|
2524
2524
|
* @memberof ICompanyPatchRequest
|
|
2525
2525
|
*/
|
|
2526
|
-
'
|
|
2526
|
+
'dnsZoneId'?: string;
|
|
2527
2527
|
/**
|
|
2528
2528
|
*
|
|
2529
2529
|
* @type {string}
|
|
2530
2530
|
* @memberof ICompanyPatchRequest
|
|
2531
2531
|
*/
|
|
2532
|
-
'
|
|
2532
|
+
'dnsZoneDomain'?: string;
|
|
2533
2533
|
/**
|
|
2534
2534
|
*
|
|
2535
2535
|
* @type {{ [key: string]: string; }}
|
|
@@ -2555,7 +2555,7 @@ export interface ICompanyPatchRequest {
|
|
|
2555
2555
|
* @type {IImage}
|
|
2556
2556
|
* @memberof ICompanyPatchRequest
|
|
2557
2557
|
*/
|
|
2558
|
-
'
|
|
2558
|
+
'emailLogo'?: IImage;
|
|
2559
2559
|
/**
|
|
2560
2560
|
*
|
|
2561
2561
|
* @type {IImage}
|
|
@@ -2598,7 +2598,7 @@ export interface ICompanyPostRequest {
|
|
|
2598
2598
|
* @type {string}
|
|
2599
2599
|
* @memberof ICompanyPostRequest
|
|
2600
2600
|
*/
|
|
2601
|
-
'
|
|
2601
|
+
'mainId': string;
|
|
2602
2602
|
/**
|
|
2603
2603
|
*
|
|
2604
2604
|
* @type {string}
|
|
@@ -2725,13 +2725,13 @@ export interface ICompanyResponse {
|
|
|
2725
2725
|
* @type {string}
|
|
2726
2726
|
* @memberof ICompanyResponse
|
|
2727
2727
|
*/
|
|
2728
|
-
'
|
|
2728
|
+
'dnsZoneId'?: string;
|
|
2729
2729
|
/**
|
|
2730
2730
|
*
|
|
2731
2731
|
* @type {string}
|
|
2732
2732
|
* @memberof ICompanyResponse
|
|
2733
2733
|
*/
|
|
2734
|
-
'
|
|
2734
|
+
'dnsZoneDomain'?: string;
|
|
2735
2735
|
/**
|
|
2736
2736
|
*
|
|
2737
2737
|
* @type {{ [key: string]: string; }}
|
|
@@ -2757,7 +2757,7 @@ export interface ICompanyResponse {
|
|
|
2757
2757
|
* @type {IImage}
|
|
2758
2758
|
* @memberof ICompanyResponse
|
|
2759
2759
|
*/
|
|
2760
|
-
'
|
|
2760
|
+
'emailLogo'?: IImage;
|
|
2761
2761
|
/**
|
|
2762
2762
|
*
|
|
2763
2763
|
* @type {IImage}
|
|
@@ -2793,19 +2793,19 @@ export interface ICompanyResponse {
|
|
|
2793
2793
|
* @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin}
|
|
2794
2794
|
* @memberof ICompanyResponse
|
|
2795
2795
|
*/
|
|
2796
|
-
'
|
|
2796
|
+
'firebaseLogin': PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin;
|
|
2797
2797
|
/**
|
|
2798
2798
|
*
|
|
2799
2799
|
* @type {string}
|
|
2800
2800
|
* @memberof ICompanyResponse
|
|
2801
2801
|
*/
|
|
2802
|
-
'
|
|
2802
|
+
'senderEmail'?: string;
|
|
2803
2803
|
/**
|
|
2804
2804
|
*
|
|
2805
2805
|
* @type {string}
|
|
2806
2806
|
* @memberof ICompanyResponse
|
|
2807
2807
|
*/
|
|
2808
|
-
'
|
|
2808
|
+
'senderName'?: string;
|
|
2809
2809
|
/**
|
|
2810
2810
|
*
|
|
2811
2811
|
* @type {PickICompanyNameOrDomainsOrIdOrLanguage}
|
|
@@ -2823,7 +2823,7 @@ export interface ICompanyResponse {
|
|
|
2823
2823
|
* @type {RecordCurrencyEnumNumber}
|
|
2824
2824
|
* @memberof ICompanyResponse
|
|
2825
2825
|
*/
|
|
2826
|
-
'
|
|
2826
|
+
'currencyRates': RecordCurrencyEnumNumber;
|
|
2827
2827
|
/**
|
|
2828
2828
|
*
|
|
2829
2829
|
* @type {Array<ICompanyResponseWarehousesInner>}
|
|
@@ -2835,7 +2835,7 @@ export interface ICompanyResponse {
|
|
|
2835
2835
|
* @type {Array<ICompanyResponseSenderEmailDnsRecordsInner>}
|
|
2836
2836
|
* @memberof ICompanyResponse
|
|
2837
2837
|
*/
|
|
2838
|
-
'
|
|
2838
|
+
'senderEmailDnsRecords'?: Array<ICompanyResponseSenderEmailDnsRecordsInner>;
|
|
2839
2839
|
/**
|
|
2840
2840
|
*
|
|
2841
2841
|
* @type {{ [key: string]: ICompanyResponseNavigationsValue; }}
|
|
@@ -2849,13 +2849,13 @@ export interface ICompanyResponse {
|
|
|
2849
2849
|
* @type {ICompanyResponseFirebaseWebCredentials}
|
|
2850
2850
|
* @memberof ICompanyResponse
|
|
2851
2851
|
*/
|
|
2852
|
-
'
|
|
2852
|
+
'firebaseWebCredentials'?: ICompanyResponseFirebaseWebCredentials;
|
|
2853
2853
|
/**
|
|
2854
2854
|
*
|
|
2855
2855
|
* @type {ICompanyResponseFirebaseAdminCredentials}
|
|
2856
2856
|
* @memberof ICompanyResponse
|
|
2857
2857
|
*/
|
|
2858
|
-
'
|
|
2858
|
+
'firebaseAdminCredentials'?: ICompanyResponseFirebaseAdminCredentials;
|
|
2859
2859
|
/**
|
|
2860
2860
|
*
|
|
2861
2861
|
* @type {ICompanyResponseAddress}
|
|
@@ -2867,7 +2867,7 @@ export interface ICompanyResponse {
|
|
|
2867
2867
|
* @type {Array<ICompanyResponseCustomHostnamesInner>}
|
|
2868
2868
|
* @memberof ICompanyResponse
|
|
2869
2869
|
*/
|
|
2870
|
-
'
|
|
2870
|
+
'customHostnames': Array<ICompanyResponseCustomHostnamesInner>;
|
|
2871
2871
|
}
|
|
2872
2872
|
/**
|
|
2873
2873
|
*
|
|
@@ -2995,7 +2995,7 @@ export interface ICompanyResponseCustomHostnamesInner {
|
|
|
2995
2995
|
* @type {string}
|
|
2996
2996
|
* @memberof ICompanyResponseCustomHostnamesInner
|
|
2997
2997
|
*/
|
|
2998
|
-
'
|
|
2998
|
+
'validationCode': string;
|
|
2999
2999
|
/**
|
|
3000
3000
|
*
|
|
3001
3001
|
* @type {string}
|
|
@@ -3007,7 +3007,7 @@ export interface ICompanyResponseCustomHostnamesInner {
|
|
|
3007
3007
|
* @type {string}
|
|
3008
3008
|
* @memberof ICompanyResponseCustomHostnamesInner
|
|
3009
3009
|
*/
|
|
3010
|
-
'
|
|
3010
|
+
'zoneId': string;
|
|
3011
3011
|
/**
|
|
3012
3012
|
*
|
|
3013
3013
|
* @type {string}
|
|
@@ -3241,7 +3241,7 @@ export interface ICompanyUpdateConfigRequest {
|
|
|
3241
3241
|
* @type {IImage}
|
|
3242
3242
|
* @memberof ICompanyUpdateConfigRequest
|
|
3243
3243
|
*/
|
|
3244
|
-
'
|
|
3244
|
+
'emailLogo'?: IImage;
|
|
3245
3245
|
/**
|
|
3246
3246
|
*
|
|
3247
3247
|
* @type {IImage}
|
|
@@ -3273,19 +3273,19 @@ export interface ICompanyUpdateFirebaseConfigRequest {
|
|
|
3273
3273
|
* @type {ICompanyResponseFirebaseAdminCredentials}
|
|
3274
3274
|
* @memberof ICompanyUpdateFirebaseConfigRequest
|
|
3275
3275
|
*/
|
|
3276
|
-
'
|
|
3276
|
+
'firebaseAdminCredentials'?: ICompanyResponseFirebaseAdminCredentials;
|
|
3277
3277
|
/**
|
|
3278
3278
|
*
|
|
3279
3279
|
* @type {ICompanyResponseFirebaseWebCredentials}
|
|
3280
3280
|
* @memberof ICompanyUpdateFirebaseConfigRequest
|
|
3281
3281
|
*/
|
|
3282
|
-
'
|
|
3282
|
+
'firebaseWebCredentials'?: ICompanyResponseFirebaseWebCredentials;
|
|
3283
3283
|
/**
|
|
3284
3284
|
*
|
|
3285
3285
|
* @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin}
|
|
3286
3286
|
* @memberof ICompanyUpdateFirebaseConfigRequest
|
|
3287
3287
|
*/
|
|
3288
|
-
'
|
|
3288
|
+
'firebaseLogin'?: PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin;
|
|
3289
3289
|
}
|
|
3290
3290
|
/**
|
|
3291
3291
|
*
|
|
@@ -3454,7 +3454,7 @@ export interface IContactFormCollectionQueryParams {
|
|
|
3454
3454
|
* @type {string}
|
|
3455
3455
|
* @memberof IContactFormCollectionQueryParams
|
|
3456
3456
|
*/
|
|
3457
|
-
'
|
|
3457
|
+
'companyId': string;
|
|
3458
3458
|
}
|
|
3459
3459
|
/**
|
|
3460
3460
|
*
|
|
@@ -3626,13 +3626,13 @@ export interface IContentsValue {
|
|
|
3626
3626
|
* @type {string}
|
|
3627
3627
|
* @memberof IContentsValue
|
|
3628
3628
|
*/
|
|
3629
|
-
'
|
|
3629
|
+
'metaDescription'?: string;
|
|
3630
3630
|
/**
|
|
3631
3631
|
*
|
|
3632
3632
|
* @type {string}
|
|
3633
3633
|
* @memberof IContentsValue
|
|
3634
3634
|
*/
|
|
3635
|
-
'
|
|
3635
|
+
'metaTitle'?: string;
|
|
3636
3636
|
/**
|
|
3637
3637
|
*
|
|
3638
3638
|
* @type {string}
|
|
@@ -3848,7 +3848,7 @@ export interface IFileCollectionQueryParams {
|
|
|
3848
3848
|
* @type {string}
|
|
3849
3849
|
* @memberof IFileCollectionQueryParams
|
|
3850
3850
|
*/
|
|
3851
|
-
'
|
|
3851
|
+
'companyId': string;
|
|
3852
3852
|
/**
|
|
3853
3853
|
*
|
|
3854
3854
|
* @type {Array<FileKeywordEnum>}
|
|
@@ -4225,7 +4225,7 @@ export interface INotificationCollectionQueryParams {
|
|
|
4225
4225
|
* @type {string}
|
|
4226
4226
|
* @memberof INotificationCollectionQueryParams
|
|
4227
4227
|
*/
|
|
4228
|
-
'
|
|
4228
|
+
'companyId'?: string;
|
|
4229
4229
|
/**
|
|
4230
4230
|
*
|
|
4231
4231
|
* @type {NotificationStatusEnum}
|
|
@@ -4701,7 +4701,7 @@ export interface IPageCollectionQueryParams {
|
|
|
4701
4701
|
* @type {string}
|
|
4702
4702
|
* @memberof IPageCollectionQueryParams
|
|
4703
4703
|
*/
|
|
4704
|
-
'
|
|
4704
|
+
'companyId'?: string;
|
|
4705
4705
|
/**
|
|
4706
4706
|
*
|
|
4707
4707
|
* @type {string}
|
|
@@ -4732,7 +4732,7 @@ export interface IPageGetAllQueryParams {
|
|
|
4732
4732
|
* @type {string}
|
|
4733
4733
|
* @memberof IPageGetAllQueryParams
|
|
4734
4734
|
*/
|
|
4735
|
-
'
|
|
4735
|
+
'companyId'?: string;
|
|
4736
4736
|
/**
|
|
4737
4737
|
*
|
|
4738
4738
|
* @type {string}
|
|
@@ -5278,7 +5278,7 @@ export interface IProductCollectionQueryParams {
|
|
|
5278
5278
|
* @type {string}
|
|
5279
5279
|
* @memberof IProductCollectionQueryParams
|
|
5280
5280
|
*/
|
|
5281
|
-
'
|
|
5281
|
+
'companyId'?: string;
|
|
5282
5282
|
/**
|
|
5283
5283
|
*
|
|
5284
5284
|
* @type {string}
|
|
@@ -5377,13 +5377,13 @@ export interface IProductPatchRequest {
|
|
|
5377
5377
|
* @type {boolean}
|
|
5378
5378
|
* @memberof IProductPatchRequest
|
|
5379
5379
|
*/
|
|
5380
|
-
'
|
|
5380
|
+
'stocklessSale'?: boolean;
|
|
5381
5381
|
/**
|
|
5382
5382
|
*
|
|
5383
5383
|
* @type {PriceType}
|
|
5384
5384
|
* @memberof IProductPatchRequest
|
|
5385
5385
|
*/
|
|
5386
|
-
'
|
|
5386
|
+
'priceInfo'?: PriceType;
|
|
5387
5387
|
/**
|
|
5388
5388
|
*
|
|
5389
5389
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
@@ -5456,13 +5456,13 @@ export interface IProductPostRequest {
|
|
|
5456
5456
|
* @type {boolean}
|
|
5457
5457
|
* @memberof IProductPostRequest
|
|
5458
5458
|
*/
|
|
5459
|
-
'
|
|
5459
|
+
'stocklessSale'?: boolean;
|
|
5460
5460
|
/**
|
|
5461
5461
|
*
|
|
5462
5462
|
* @type {PriceType}
|
|
5463
5463
|
* @memberof IProductPostRequest
|
|
5464
5464
|
*/
|
|
5465
|
-
'
|
|
5465
|
+
'priceInfo': PriceType;
|
|
5466
5466
|
/**
|
|
5467
5467
|
*
|
|
5468
5468
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
@@ -5577,13 +5577,13 @@ export interface IProductResponse {
|
|
|
5577
5577
|
* @type {boolean}
|
|
5578
5578
|
* @memberof IProductResponse
|
|
5579
5579
|
*/
|
|
5580
|
-
'
|
|
5580
|
+
'stocklessSale'?: boolean;
|
|
5581
5581
|
/**
|
|
5582
5582
|
*
|
|
5583
5583
|
* @type {PriceType}
|
|
5584
5584
|
* @memberof IProductResponse
|
|
5585
5585
|
*/
|
|
5586
|
-
'
|
|
5586
|
+
'priceInfo': PriceType;
|
|
5587
5587
|
/**
|
|
5588
5588
|
*
|
|
5589
5589
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
@@ -5675,7 +5675,7 @@ export interface IProductResponseVariantsValue {
|
|
|
5675
5675
|
* @type {boolean}
|
|
5676
5676
|
* @memberof IProductResponseVariantsValue
|
|
5677
5677
|
*/
|
|
5678
|
-
'
|
|
5678
|
+
'stocklessSale'?: boolean;
|
|
5679
5679
|
/**
|
|
5680
5680
|
*
|
|
5681
5681
|
* @type {{ [key: string]: IProductResponseStockValue; }}
|
|
@@ -5689,7 +5689,7 @@ export interface IProductResponseVariantsValue {
|
|
|
5689
5689
|
* @type {PriceType}
|
|
5690
5690
|
* @memberof IProductResponseVariantsValue
|
|
5691
5691
|
*/
|
|
5692
|
-
'
|
|
5692
|
+
'priceInfo'?: PriceType;
|
|
5693
5693
|
}
|
|
5694
5694
|
/**
|
|
5695
5695
|
*
|
|
@@ -5720,7 +5720,7 @@ export interface IProductResponseVariantsValueVariantsValue {
|
|
|
5720
5720
|
* @type {boolean}
|
|
5721
5721
|
* @memberof IProductResponseVariantsValueVariantsValue
|
|
5722
5722
|
*/
|
|
5723
|
-
'
|
|
5723
|
+
'stocklessSale': boolean;
|
|
5724
5724
|
/**
|
|
5725
5725
|
*
|
|
5726
5726
|
* @type {{ [key: string]: IProductResponseStockValue; }}
|
|
@@ -5734,7 +5734,7 @@ export interface IProductResponseVariantsValueVariantsValue {
|
|
|
5734
5734
|
* @type {PriceType}
|
|
5735
5735
|
* @memberof IProductResponseVariantsValueVariantsValue
|
|
5736
5736
|
*/
|
|
5737
|
-
'
|
|
5737
|
+
'priceInfo': PriceType;
|
|
5738
5738
|
}
|
|
5739
5739
|
/**
|
|
5740
5740
|
*
|
|
@@ -6250,7 +6250,7 @@ export interface ITemplateResponseComponentsInnerContentsInner {
|
|
|
6250
6250
|
* @type {ComponentContentTypeEnum}
|
|
6251
6251
|
* @memberof ITemplateResponseComponentsInnerContentsInner
|
|
6252
6252
|
*/
|
|
6253
|
-
'
|
|
6253
|
+
'contentType': ComponentContentTypeEnum;
|
|
6254
6254
|
/**
|
|
6255
6255
|
*
|
|
6256
6256
|
* @type {PartialRecordLanguageEnumString}
|
|
@@ -6268,7 +6268,7 @@ export interface ITemplateResponseComponentsInnerContentsInner {
|
|
|
6268
6268
|
* @type {PartialRecordLanguageEnumIImage}
|
|
6269
6269
|
* @memberof ITemplateResponseComponentsInnerContentsInner
|
|
6270
6270
|
*/
|
|
6271
|
-
'
|
|
6271
|
+
'imageMobile'?: PartialRecordLanguageEnumIImage;
|
|
6272
6272
|
/**
|
|
6273
6273
|
*
|
|
6274
6274
|
* @type {PartialRecordLanguageEnumIImage}
|
|
@@ -6367,7 +6367,7 @@ export interface ITemplateResponseComponentsInnerIdentity {
|
|
|
6367
6367
|
* @type {PartialRecordLanguageEnumIImage}
|
|
6368
6368
|
* @memberof ITemplateResponseComponentsInnerIdentity
|
|
6369
6369
|
*/
|
|
6370
|
-
'
|
|
6370
|
+
'imageMobile'?: PartialRecordLanguageEnumIImage;
|
|
6371
6371
|
/**
|
|
6372
6372
|
*
|
|
6373
6373
|
* @type {PartialRecordLanguageEnumIImage}
|
|
@@ -6441,7 +6441,7 @@ export interface ITemplateResponseComponentsInnerProducts {
|
|
|
6441
6441
|
* @type {ComponentProductTypeEnum}
|
|
6442
6442
|
* @memberof ITemplateResponseComponentsInnerProducts
|
|
6443
6443
|
*/
|
|
6444
|
-
'
|
|
6444
|
+
'relType'?: ComponentProductTypeEnum;
|
|
6445
6445
|
/**
|
|
6446
6446
|
*
|
|
6447
6447
|
* @type {string}
|
|
@@ -6798,7 +6798,7 @@ export interface IUserResponse {
|
|
|
6798
6798
|
* @type {PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTContactPermissions}
|
|
6799
6799
|
* @memberof IUserResponse
|
|
6800
6800
|
*/
|
|
6801
|
-
'
|
|
6801
|
+
'contactPermissions': PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTContactPermissions;
|
|
6802
6802
|
/**
|
|
6803
6803
|
*
|
|
6804
6804
|
* @type {UserStatusEnum}
|
|
@@ -7419,13 +7419,13 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
|
|
|
7419
7419
|
* @type {string}
|
|
7420
7420
|
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
7421
7421
|
*/
|
|
7422
|
-
'
|
|
7422
|
+
'dnsZoneId'?: string;
|
|
7423
7423
|
/**
|
|
7424
7424
|
*
|
|
7425
7425
|
* @type {string}
|
|
7426
7426
|
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
7427
7427
|
*/
|
|
7428
|
-
'
|
|
7428
|
+
'dnsZoneDomain'?: string;
|
|
7429
7429
|
/**
|
|
7430
7430
|
*
|
|
7431
7431
|
* @type {{ [key: string]: string; }}
|
|
@@ -7451,7 +7451,7 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
|
|
|
7451
7451
|
* @type {IImage}
|
|
7452
7452
|
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
7453
7453
|
*/
|
|
7454
|
-
'
|
|
7454
|
+
'emailLogo'?: IImage;
|
|
7455
7455
|
/**
|
|
7456
7456
|
*
|
|
7457
7457
|
* @type {IImage}
|
|
@@ -7487,19 +7487,19 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
|
|
|
7487
7487
|
* @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin}
|
|
7488
7488
|
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
7489
7489
|
*/
|
|
7490
|
-
'
|
|
7490
|
+
'firebaseLogin': PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin;
|
|
7491
7491
|
/**
|
|
7492
7492
|
*
|
|
7493
7493
|
* @type {string}
|
|
7494
7494
|
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
7495
7495
|
*/
|
|
7496
|
-
'
|
|
7496
|
+
'senderEmail'?: string;
|
|
7497
7497
|
/**
|
|
7498
7498
|
*
|
|
7499
7499
|
* @type {string}
|
|
7500
7500
|
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
7501
7501
|
*/
|
|
7502
|
-
'
|
|
7502
|
+
'senderName'?: string;
|
|
7503
7503
|
}
|
|
7504
7504
|
/**
|
|
7505
7505
|
*
|
|
@@ -7892,13 +7892,13 @@ export interface PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate {
|
|
|
7892
7892
|
* @type {boolean}
|
|
7893
7893
|
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
7894
7894
|
*/
|
|
7895
|
-
'
|
|
7895
|
+
'stocklessSale'?: boolean;
|
|
7896
7896
|
/**
|
|
7897
7897
|
*
|
|
7898
7898
|
* @type {PriceType}
|
|
7899
7899
|
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
|
|
7900
7900
|
*/
|
|
7901
|
-
'
|
|
7901
|
+
'priceInfo': PriceType;
|
|
7902
7902
|
/**
|
|
7903
7903
|
*
|
|
7904
7904
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
@@ -8002,13 +8002,13 @@ export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPo
|
|
|
8002
8002
|
* @type {boolean}
|
|
8003
8003
|
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
8004
8004
|
*/
|
|
8005
|
-
'
|
|
8005
|
+
'stocklessSale'?: boolean;
|
|
8006
8006
|
/**
|
|
8007
8007
|
*
|
|
8008
8008
|
* @type {PriceType}
|
|
8009
8009
|
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
8010
8010
|
*/
|
|
8011
|
-
'
|
|
8011
|
+
'priceInfo': PriceType;
|
|
8012
8012
|
/**
|
|
8013
8013
|
*
|
|
8014
8014
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
@@ -8202,7 +8202,7 @@ export interface PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdmin
|
|
|
8202
8202
|
* @type {PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTContactPermissions}
|
|
8203
8203
|
* @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrT
|
|
8204
8204
|
*/
|
|
8205
|
-
'
|
|
8205
|
+
'contactPermissions': PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTContactPermissions;
|
|
8206
8206
|
/**
|
|
8207
8207
|
*
|
|
8208
8208
|
* @type {UserStatusEnum}
|
|
@@ -8347,19 +8347,19 @@ export interface PriceType {
|
|
|
8347
8347
|
* @type {boolean}
|
|
8348
8348
|
* @memberof PriceType
|
|
8349
8349
|
*/
|
|
8350
|
-
'
|
|
8350
|
+
'taxIncluded': boolean;
|
|
8351
8351
|
/**
|
|
8352
8352
|
*
|
|
8353
8353
|
* @type {number}
|
|
8354
8354
|
* @memberof PriceType
|
|
8355
8355
|
*/
|
|
8356
|
-
'
|
|
8356
|
+
'purchasePrice'?: number;
|
|
8357
8357
|
/**
|
|
8358
8358
|
*
|
|
8359
8359
|
* @type {number}
|
|
8360
8360
|
* @memberof PriceType
|
|
8361
8361
|
*/
|
|
8362
|
-
'
|
|
8362
|
+
'listPrice': number;
|
|
8363
8363
|
/**
|
|
8364
8364
|
*
|
|
8365
8365
|
* @type {number}
|
|
@@ -8375,6 +8375,9 @@ export interface PriceType {
|
|
|
8375
8375
|
export declare const ProductDetailImageZoomTypeEnum: {
|
|
8376
8376
|
readonly MOVE: "move";
|
|
8377
8377
|
readonly CLICK: "click";
|
|
8378
|
+
readonly HOVER: "hover";
|
|
8379
|
+
readonly DIALOG: "dialog";
|
|
8380
|
+
readonly NONE: "none";
|
|
8378
8381
|
};
|
|
8379
8382
|
export type ProductDetailImageZoomTypeEnum = typeof ProductDetailImageZoomTypeEnum[keyof typeof ProductDetailImageZoomTypeEnum];
|
|
8380
8383
|
/**
|
package/dist/api/api.js
CHANGED
|
@@ -579,7 +579,10 @@ exports.PlanTypeEnum = {
|
|
|
579
579
|
*/
|
|
580
580
|
exports.ProductDetailImageZoomTypeEnum = {
|
|
581
581
|
MOVE: 'move',
|
|
582
|
-
CLICK: 'click'
|
|
582
|
+
CLICK: 'click',
|
|
583
|
+
HOVER: 'hover',
|
|
584
|
+
DIALOG: 'dialog',
|
|
585
|
+
NONE: 'none'
|
|
583
586
|
};
|
|
584
587
|
/**
|
|
585
588
|
*
|
|
@@ -1841,7 +1844,7 @@ const BrandApiAxiosParamCreator = function (configuration) {
|
|
|
1841
1844
|
const localVarHeaderParameter = {};
|
|
1842
1845
|
const localVarQueryParameter = {};
|
|
1843
1846
|
if (companyId !== undefined) {
|
|
1844
|
-
localVarQueryParameter['
|
|
1847
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
1845
1848
|
}
|
|
1846
1849
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1847
1850
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -1935,7 +1938,7 @@ const BrandApiAxiosParamCreator = function (configuration) {
|
|
|
1935
1938
|
localVarQueryParameter['sort'] = sort;
|
|
1936
1939
|
}
|
|
1937
1940
|
if (companyId !== undefined) {
|
|
1938
|
-
localVarQueryParameter['
|
|
1941
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
1939
1942
|
}
|
|
1940
1943
|
if (domain !== undefined) {
|
|
1941
1944
|
localVarQueryParameter['domain'] = domain;
|
|
@@ -2296,7 +2299,7 @@ const CategoryApiAxiosParamCreator = function (configuration) {
|
|
|
2296
2299
|
const localVarHeaderParameter = {};
|
|
2297
2300
|
const localVarQueryParameter = {};
|
|
2298
2301
|
if (companyId !== undefined) {
|
|
2299
|
-
localVarQueryParameter['
|
|
2302
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
2300
2303
|
}
|
|
2301
2304
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2302
2305
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -2362,7 +2365,7 @@ const CategoryApiAxiosParamCreator = function (configuration) {
|
|
|
2362
2365
|
localVarQueryParameter['sort'] = sort;
|
|
2363
2366
|
}
|
|
2364
2367
|
if (companyId !== undefined) {
|
|
2365
|
-
localVarQueryParameter['
|
|
2368
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
2366
2369
|
}
|
|
2367
2370
|
if (domain !== undefined) {
|
|
2368
2371
|
localVarQueryParameter['domain'] = domain;
|
|
@@ -2398,7 +2401,7 @@ const CategoryApiAxiosParamCreator = function (configuration) {
|
|
|
2398
2401
|
const localVarHeaderParameter = {};
|
|
2399
2402
|
const localVarQueryParameter = {};
|
|
2400
2403
|
if (companyId !== undefined) {
|
|
2401
|
-
localVarQueryParameter['
|
|
2404
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
2402
2405
|
}
|
|
2403
2406
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2404
2407
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -2812,7 +2815,7 @@ const CollectionApiAxiosParamCreator = function (configuration) {
|
|
|
2812
2815
|
const localVarHeaderParameter = {};
|
|
2813
2816
|
const localVarQueryParameter = {};
|
|
2814
2817
|
if (companyId !== undefined) {
|
|
2815
|
-
localVarQueryParameter['
|
|
2818
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
2816
2819
|
}
|
|
2817
2820
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2818
2821
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -2941,7 +2944,7 @@ const CollectionApiAxiosParamCreator = function (configuration) {
|
|
|
2941
2944
|
localVarQueryParameter['sort'] = sort;
|
|
2942
2945
|
}
|
|
2943
2946
|
if (companyId !== undefined) {
|
|
2944
|
-
localVarQueryParameter['
|
|
2947
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
2945
2948
|
}
|
|
2946
2949
|
if (status !== undefined) {
|
|
2947
2950
|
localVarQueryParameter['status'] = status;
|
|
@@ -2974,7 +2977,7 @@ const CollectionApiAxiosParamCreator = function (configuration) {
|
|
|
2974
2977
|
const localVarHeaderParameter = {};
|
|
2975
2978
|
const localVarQueryParameter = {};
|
|
2976
2979
|
if (companyId !== undefined) {
|
|
2977
|
-
localVarQueryParameter['
|
|
2980
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
2978
2981
|
}
|
|
2979
2982
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2980
2983
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -4855,7 +4858,7 @@ const ContactFormApiAxiosParamCreator = function (configuration) {
|
|
|
4855
4858
|
localVarQueryParameter['sort'] = sort;
|
|
4856
4859
|
}
|
|
4857
4860
|
if (companyId !== undefined) {
|
|
4858
|
-
localVarQueryParameter['
|
|
4861
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
4859
4862
|
}
|
|
4860
4863
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4861
4864
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -5150,7 +5153,7 @@ const FileApiAxiosParamCreator = function (configuration) {
|
|
|
5150
5153
|
localVarQueryParameter['sort'] = sort;
|
|
5151
5154
|
}
|
|
5152
5155
|
if (companyId !== undefined) {
|
|
5153
|
-
localVarQueryParameter['
|
|
5156
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
5154
5157
|
}
|
|
5155
5158
|
if (keywords) {
|
|
5156
5159
|
localVarQueryParameter['keywords'] = keywords;
|
|
@@ -5569,7 +5572,7 @@ const NotificationApiAxiosParamCreator = function (configuration) {
|
|
|
5569
5572
|
localVarQueryParameter['user'] = user;
|
|
5570
5573
|
}
|
|
5571
5574
|
if (companyId !== undefined) {
|
|
5572
|
-
localVarQueryParameter['
|
|
5575
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
5573
5576
|
}
|
|
5574
5577
|
if (status !== undefined) {
|
|
5575
5578
|
localVarQueryParameter['status'] = status;
|
|
@@ -6364,7 +6367,7 @@ const PageApiAxiosParamCreator = function (configuration) {
|
|
|
6364
6367
|
const localVarHeaderParameter = {};
|
|
6365
6368
|
const localVarQueryParameter = {};
|
|
6366
6369
|
if (companyId !== undefined) {
|
|
6367
|
-
localVarQueryParameter['
|
|
6370
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
6368
6371
|
}
|
|
6369
6372
|
if (domain !== undefined) {
|
|
6370
6373
|
localVarQueryParameter['domain'] = domain;
|
|
@@ -6431,7 +6434,7 @@ const PageApiAxiosParamCreator = function (configuration) {
|
|
|
6431
6434
|
const localVarHeaderParameter = {};
|
|
6432
6435
|
const localVarQueryParameter = {};
|
|
6433
6436
|
if (companyId !== undefined) {
|
|
6434
|
-
localVarQueryParameter['
|
|
6437
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
6435
6438
|
}
|
|
6436
6439
|
if (domain !== undefined) {
|
|
6437
6440
|
localVarQueryParameter['domain'] = domain;
|
|
@@ -6467,7 +6470,7 @@ const PageApiAxiosParamCreator = function (configuration) {
|
|
|
6467
6470
|
const localVarHeaderParameter = {};
|
|
6468
6471
|
const localVarQueryParameter = {};
|
|
6469
6472
|
if (companyId !== undefined) {
|
|
6470
|
-
localVarQueryParameter['
|
|
6473
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
6471
6474
|
}
|
|
6472
6475
|
if (domain !== undefined) {
|
|
6473
6476
|
localVarQueryParameter['domain'] = domain;
|
|
@@ -6537,7 +6540,7 @@ const PageApiAxiosParamCreator = function (configuration) {
|
|
|
6537
6540
|
localVarQueryParameter['sort'] = sort;
|
|
6538
6541
|
}
|
|
6539
6542
|
if (companyId !== undefined) {
|
|
6540
|
-
localVarQueryParameter['
|
|
6543
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
6541
6544
|
}
|
|
6542
6545
|
if (domain !== undefined) {
|
|
6543
6546
|
localVarQueryParameter['domain'] = domain;
|
|
@@ -6576,7 +6579,7 @@ const PageApiAxiosParamCreator = function (configuration) {
|
|
|
6576
6579
|
const localVarHeaderParameter = {};
|
|
6577
6580
|
const localVarQueryParameter = {};
|
|
6578
6581
|
if (companyId !== undefined) {
|
|
6579
|
-
localVarQueryParameter['
|
|
6582
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
6580
6583
|
}
|
|
6581
6584
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
6582
6585
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -7422,7 +7425,7 @@ const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
7422
7425
|
const localVarHeaderParameter = {};
|
|
7423
7426
|
const localVarQueryParameter = {};
|
|
7424
7427
|
if (companyId !== undefined) {
|
|
7425
|
-
localVarQueryParameter['
|
|
7428
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
7426
7429
|
}
|
|
7427
7430
|
if (search !== undefined) {
|
|
7428
7431
|
localVarQueryParameter['search'] = search;
|
|
@@ -7458,7 +7461,7 @@ const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
7458
7461
|
const localVarHeaderParameter = {};
|
|
7459
7462
|
const localVarQueryParameter = {};
|
|
7460
7463
|
if (companyId !== undefined) {
|
|
7461
|
-
localVarQueryParameter['
|
|
7464
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
7462
7465
|
}
|
|
7463
7466
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
7464
7467
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -7519,7 +7522,7 @@ const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
7519
7522
|
const localVarHeaderParameter = {};
|
|
7520
7523
|
const localVarQueryParameter = {};
|
|
7521
7524
|
if (companyId !== undefined) {
|
|
7522
|
-
localVarQueryParameter['
|
|
7525
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
7523
7526
|
}
|
|
7524
7527
|
if (domain !== undefined) {
|
|
7525
7528
|
localVarQueryParameter['domain'] = domain;
|
|
@@ -7591,7 +7594,7 @@ const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
7591
7594
|
localVarQueryParameter['sort'] = sort;
|
|
7592
7595
|
}
|
|
7593
7596
|
if (companyId !== undefined) {
|
|
7594
|
-
localVarQueryParameter['
|
|
7597
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
7595
7598
|
}
|
|
7596
7599
|
if (domain !== undefined) {
|
|
7597
7600
|
localVarQueryParameter['domain'] = domain;
|
|
@@ -7641,7 +7644,7 @@ const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
7641
7644
|
localVarQueryParameter['search'] = search;
|
|
7642
7645
|
}
|
|
7643
7646
|
if (companyId !== undefined) {
|
|
7644
|
-
localVarQueryParameter['
|
|
7647
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
7645
7648
|
}
|
|
7646
7649
|
if (domain !== undefined) {
|
|
7647
7650
|
localVarQueryParameter['domain'] = domain;
|
|
@@ -8273,7 +8276,7 @@ const TemplateApiAxiosParamCreator = function (configuration) {
|
|
|
8273
8276
|
const localVarHeaderParameter = {};
|
|
8274
8277
|
const localVarQueryParameter = {};
|
|
8275
8278
|
if (companyId !== undefined) {
|
|
8276
|
-
localVarQueryParameter['
|
|
8279
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
8277
8280
|
}
|
|
8278
8281
|
if (type !== undefined) {
|
|
8279
8282
|
localVarQueryParameter['type'] = type;
|
package/dist/api/api.mjs
CHANGED
|
@@ -568,7 +568,10 @@ export const PlanTypeEnum = {
|
|
|
568
568
|
*/
|
|
569
569
|
export const ProductDetailImageZoomTypeEnum = {
|
|
570
570
|
MOVE: 'move',
|
|
571
|
-
CLICK: 'click'
|
|
571
|
+
CLICK: 'click',
|
|
572
|
+
HOVER: 'hover',
|
|
573
|
+
DIALOG: 'dialog',
|
|
574
|
+
NONE: 'none'
|
|
572
575
|
};
|
|
573
576
|
/**
|
|
574
577
|
*
|
|
@@ -1818,7 +1821,7 @@ export const BrandApiAxiosParamCreator = function (configuration) {
|
|
|
1818
1821
|
const localVarHeaderParameter = {};
|
|
1819
1822
|
const localVarQueryParameter = {};
|
|
1820
1823
|
if (companyId !== undefined) {
|
|
1821
|
-
localVarQueryParameter['
|
|
1824
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
1822
1825
|
}
|
|
1823
1826
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1824
1827
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -1912,7 +1915,7 @@ export const BrandApiAxiosParamCreator = function (configuration) {
|
|
|
1912
1915
|
localVarQueryParameter['sort'] = sort;
|
|
1913
1916
|
}
|
|
1914
1917
|
if (companyId !== undefined) {
|
|
1915
|
-
localVarQueryParameter['
|
|
1918
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
1916
1919
|
}
|
|
1917
1920
|
if (domain !== undefined) {
|
|
1918
1921
|
localVarQueryParameter['domain'] = domain;
|
|
@@ -2269,7 +2272,7 @@ export const CategoryApiAxiosParamCreator = function (configuration) {
|
|
|
2269
2272
|
const localVarHeaderParameter = {};
|
|
2270
2273
|
const localVarQueryParameter = {};
|
|
2271
2274
|
if (companyId !== undefined) {
|
|
2272
|
-
localVarQueryParameter['
|
|
2275
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
2273
2276
|
}
|
|
2274
2277
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2275
2278
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -2335,7 +2338,7 @@ export const CategoryApiAxiosParamCreator = function (configuration) {
|
|
|
2335
2338
|
localVarQueryParameter['sort'] = sort;
|
|
2336
2339
|
}
|
|
2337
2340
|
if (companyId !== undefined) {
|
|
2338
|
-
localVarQueryParameter['
|
|
2341
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
2339
2342
|
}
|
|
2340
2343
|
if (domain !== undefined) {
|
|
2341
2344
|
localVarQueryParameter['domain'] = domain;
|
|
@@ -2371,7 +2374,7 @@ export const CategoryApiAxiosParamCreator = function (configuration) {
|
|
|
2371
2374
|
const localVarHeaderParameter = {};
|
|
2372
2375
|
const localVarQueryParameter = {};
|
|
2373
2376
|
if (companyId !== undefined) {
|
|
2374
|
-
localVarQueryParameter['
|
|
2377
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
2375
2378
|
}
|
|
2376
2379
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2377
2380
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -2781,7 +2784,7 @@ export const CollectionApiAxiosParamCreator = function (configuration) {
|
|
|
2781
2784
|
const localVarHeaderParameter = {};
|
|
2782
2785
|
const localVarQueryParameter = {};
|
|
2783
2786
|
if (companyId !== undefined) {
|
|
2784
|
-
localVarQueryParameter['
|
|
2787
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
2785
2788
|
}
|
|
2786
2789
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2787
2790
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -2910,7 +2913,7 @@ export const CollectionApiAxiosParamCreator = function (configuration) {
|
|
|
2910
2913
|
localVarQueryParameter['sort'] = sort;
|
|
2911
2914
|
}
|
|
2912
2915
|
if (companyId !== undefined) {
|
|
2913
|
-
localVarQueryParameter['
|
|
2916
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
2914
2917
|
}
|
|
2915
2918
|
if (status !== undefined) {
|
|
2916
2919
|
localVarQueryParameter['status'] = status;
|
|
@@ -2943,7 +2946,7 @@ export const CollectionApiAxiosParamCreator = function (configuration) {
|
|
|
2943
2946
|
const localVarHeaderParameter = {};
|
|
2944
2947
|
const localVarQueryParameter = {};
|
|
2945
2948
|
if (companyId !== undefined) {
|
|
2946
|
-
localVarQueryParameter['
|
|
2949
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
2947
2950
|
}
|
|
2948
2951
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2949
2952
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -4816,7 +4819,7 @@ export const ContactFormApiAxiosParamCreator = function (configuration) {
|
|
|
4816
4819
|
localVarQueryParameter['sort'] = sort;
|
|
4817
4820
|
}
|
|
4818
4821
|
if (companyId !== undefined) {
|
|
4819
|
-
localVarQueryParameter['
|
|
4822
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
4820
4823
|
}
|
|
4821
4824
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4822
4825
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -5107,7 +5110,7 @@ export const FileApiAxiosParamCreator = function (configuration) {
|
|
|
5107
5110
|
localVarQueryParameter['sort'] = sort;
|
|
5108
5111
|
}
|
|
5109
5112
|
if (companyId !== undefined) {
|
|
5110
|
-
localVarQueryParameter['
|
|
5113
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
5111
5114
|
}
|
|
5112
5115
|
if (keywords) {
|
|
5113
5116
|
localVarQueryParameter['keywords'] = keywords;
|
|
@@ -5522,7 +5525,7 @@ export const NotificationApiAxiosParamCreator = function (configuration) {
|
|
|
5522
5525
|
localVarQueryParameter['user'] = user;
|
|
5523
5526
|
}
|
|
5524
5527
|
if (companyId !== undefined) {
|
|
5525
|
-
localVarQueryParameter['
|
|
5528
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
5526
5529
|
}
|
|
5527
5530
|
if (status !== undefined) {
|
|
5528
5531
|
localVarQueryParameter['status'] = status;
|
|
@@ -6309,7 +6312,7 @@ export const PageApiAxiosParamCreator = function (configuration) {
|
|
|
6309
6312
|
const localVarHeaderParameter = {};
|
|
6310
6313
|
const localVarQueryParameter = {};
|
|
6311
6314
|
if (companyId !== undefined) {
|
|
6312
|
-
localVarQueryParameter['
|
|
6315
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
6313
6316
|
}
|
|
6314
6317
|
if (domain !== undefined) {
|
|
6315
6318
|
localVarQueryParameter['domain'] = domain;
|
|
@@ -6376,7 +6379,7 @@ export const PageApiAxiosParamCreator = function (configuration) {
|
|
|
6376
6379
|
const localVarHeaderParameter = {};
|
|
6377
6380
|
const localVarQueryParameter = {};
|
|
6378
6381
|
if (companyId !== undefined) {
|
|
6379
|
-
localVarQueryParameter['
|
|
6382
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
6380
6383
|
}
|
|
6381
6384
|
if (domain !== undefined) {
|
|
6382
6385
|
localVarQueryParameter['domain'] = domain;
|
|
@@ -6412,7 +6415,7 @@ export const PageApiAxiosParamCreator = function (configuration) {
|
|
|
6412
6415
|
const localVarHeaderParameter = {};
|
|
6413
6416
|
const localVarQueryParameter = {};
|
|
6414
6417
|
if (companyId !== undefined) {
|
|
6415
|
-
localVarQueryParameter['
|
|
6418
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
6416
6419
|
}
|
|
6417
6420
|
if (domain !== undefined) {
|
|
6418
6421
|
localVarQueryParameter['domain'] = domain;
|
|
@@ -6482,7 +6485,7 @@ export const PageApiAxiosParamCreator = function (configuration) {
|
|
|
6482
6485
|
localVarQueryParameter['sort'] = sort;
|
|
6483
6486
|
}
|
|
6484
6487
|
if (companyId !== undefined) {
|
|
6485
|
-
localVarQueryParameter['
|
|
6488
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
6486
6489
|
}
|
|
6487
6490
|
if (domain !== undefined) {
|
|
6488
6491
|
localVarQueryParameter['domain'] = domain;
|
|
@@ -6521,7 +6524,7 @@ export const PageApiAxiosParamCreator = function (configuration) {
|
|
|
6521
6524
|
const localVarHeaderParameter = {};
|
|
6522
6525
|
const localVarQueryParameter = {};
|
|
6523
6526
|
if (companyId !== undefined) {
|
|
6524
|
-
localVarQueryParameter['
|
|
6527
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
6525
6528
|
}
|
|
6526
6529
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6527
6530
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -7359,7 +7362,7 @@ export const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
7359
7362
|
const localVarHeaderParameter = {};
|
|
7360
7363
|
const localVarQueryParameter = {};
|
|
7361
7364
|
if (companyId !== undefined) {
|
|
7362
|
-
localVarQueryParameter['
|
|
7365
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
7363
7366
|
}
|
|
7364
7367
|
if (search !== undefined) {
|
|
7365
7368
|
localVarQueryParameter['search'] = search;
|
|
@@ -7395,7 +7398,7 @@ export const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
7395
7398
|
const localVarHeaderParameter = {};
|
|
7396
7399
|
const localVarQueryParameter = {};
|
|
7397
7400
|
if (companyId !== undefined) {
|
|
7398
|
-
localVarQueryParameter['
|
|
7401
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
7399
7402
|
}
|
|
7400
7403
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7401
7404
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -7456,7 +7459,7 @@ export const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
7456
7459
|
const localVarHeaderParameter = {};
|
|
7457
7460
|
const localVarQueryParameter = {};
|
|
7458
7461
|
if (companyId !== undefined) {
|
|
7459
|
-
localVarQueryParameter['
|
|
7462
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
7460
7463
|
}
|
|
7461
7464
|
if (domain !== undefined) {
|
|
7462
7465
|
localVarQueryParameter['domain'] = domain;
|
|
@@ -7528,7 +7531,7 @@ export const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
7528
7531
|
localVarQueryParameter['sort'] = sort;
|
|
7529
7532
|
}
|
|
7530
7533
|
if (companyId !== undefined) {
|
|
7531
|
-
localVarQueryParameter['
|
|
7534
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
7532
7535
|
}
|
|
7533
7536
|
if (domain !== undefined) {
|
|
7534
7537
|
localVarQueryParameter['domain'] = domain;
|
|
@@ -7578,7 +7581,7 @@ export const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
7578
7581
|
localVarQueryParameter['search'] = search;
|
|
7579
7582
|
}
|
|
7580
7583
|
if (companyId !== undefined) {
|
|
7581
|
-
localVarQueryParameter['
|
|
7584
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
7582
7585
|
}
|
|
7583
7586
|
if (domain !== undefined) {
|
|
7584
7587
|
localVarQueryParameter['domain'] = domain;
|
|
@@ -8202,7 +8205,7 @@ export const TemplateApiAxiosParamCreator = function (configuration) {
|
|
|
8202
8205
|
const localVarHeaderParameter = {};
|
|
8203
8206
|
const localVarQueryParameter = {};
|
|
8204
8207
|
if (companyId !== undefined) {
|
|
8205
|
-
localVarQueryParameter['
|
|
8208
|
+
localVarQueryParameter['companyId'] = companyId;
|
|
8206
8209
|
}
|
|
8207
8210
|
if (type !== undefined) {
|
|
8208
8211
|
localVarQueryParameter['type'] = type;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "api-sdk",
|
|
5
5
|
"author": "Muhammet KÖKLÜ <105980019+byhipernova@users.noreply.github.com>",
|
|
6
6
|
"homepage": "https://github.com/infisale/infisale-client#readme",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"bugs": {
|
|
38
38
|
"url": "https://github.com/infisale/infisale-client/issues"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "7f3c350c684764a92afbbc687368fd94fa465e87"
|
|
41
41
|
}
|