@infisale-client/api-client 1.3.41 → 1.3.44
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 +71 -1
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -2261,6 +2261,12 @@ export interface ICompany {
|
|
|
2261
2261
|
* @memberof ICompany
|
|
2262
2262
|
*/
|
|
2263
2263
|
'allowGuestCheckout': boolean;
|
|
2264
|
+
/**
|
|
2265
|
+
*
|
|
2266
|
+
* @type {number}
|
|
2267
|
+
* @memberof ICompany
|
|
2268
|
+
*/
|
|
2269
|
+
'storageUsageBytes': number;
|
|
2264
2270
|
}
|
|
2265
2271
|
/**
|
|
2266
2272
|
*
|
|
@@ -2486,6 +2492,12 @@ export interface ICompanyAdminResponse {
|
|
|
2486
2492
|
* @memberof ICompanyAdminResponse
|
|
2487
2493
|
*/
|
|
2488
2494
|
'allowGuestCheckout': boolean;
|
|
2495
|
+
/**
|
|
2496
|
+
*
|
|
2497
|
+
* @type {number}
|
|
2498
|
+
* @memberof ICompanyAdminResponse
|
|
2499
|
+
*/
|
|
2500
|
+
'storageUsageBytes': number;
|
|
2489
2501
|
/**
|
|
2490
2502
|
*
|
|
2491
2503
|
* @type {PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles}
|
|
@@ -2568,6 +2580,12 @@ export interface ICompanyAdminResponse {
|
|
|
2568
2580
|
* @memberof ICompanyAdminResponse
|
|
2569
2581
|
*/
|
|
2570
2582
|
'totalBandwidthLimit': number;
|
|
2583
|
+
/**
|
|
2584
|
+
*
|
|
2585
|
+
* @type {boolean}
|
|
2586
|
+
* @memberof ICompanyAdminResponse
|
|
2587
|
+
*/
|
|
2588
|
+
'accountAccess': boolean;
|
|
2571
2589
|
/**
|
|
2572
2590
|
*
|
|
2573
2591
|
* @type {IPlanResponse}
|
|
@@ -3571,6 +3589,12 @@ export interface ICompanyResponse {
|
|
|
3571
3589
|
* @memberof ICompanyResponse
|
|
3572
3590
|
*/
|
|
3573
3591
|
'allowGuestCheckout': boolean;
|
|
3592
|
+
/**
|
|
3593
|
+
*
|
|
3594
|
+
* @type {number}
|
|
3595
|
+
* @memberof ICompanyResponse
|
|
3596
|
+
*/
|
|
3597
|
+
'storageUsageBytes': number;
|
|
3574
3598
|
/**
|
|
3575
3599
|
*
|
|
3576
3600
|
* @type {PickICompanyNameOrDomainsOrIdOrLanguage}
|
|
@@ -3633,6 +3657,12 @@ export interface ICompanyResponse {
|
|
|
3633
3657
|
* @memberof ICompanyResponse
|
|
3634
3658
|
*/
|
|
3635
3659
|
'totalBandwidthLimit': number;
|
|
3660
|
+
/**
|
|
3661
|
+
*
|
|
3662
|
+
* @type {boolean}
|
|
3663
|
+
* @memberof ICompanyResponse
|
|
3664
|
+
*/
|
|
3665
|
+
'accountAccess': boolean;
|
|
3636
3666
|
}
|
|
3637
3667
|
/**
|
|
3638
3668
|
*
|
|
@@ -3730,7 +3760,7 @@ export interface ICompanyResponseFirebaseAdminCredentials {
|
|
|
3730
3760
|
* @type {string}
|
|
3731
3761
|
* @memberof ICompanyResponseFirebaseAdminCredentials
|
|
3732
3762
|
*/
|
|
3733
|
-
'
|
|
3763
|
+
'type': string;
|
|
3734
3764
|
}
|
|
3735
3765
|
/**
|
|
3736
3766
|
*
|
|
@@ -7083,6 +7113,24 @@ export interface IPlanResponseAttributesInner {
|
|
|
7083
7113
|
* @interface IPlanResponseLimits
|
|
7084
7114
|
*/
|
|
7085
7115
|
export interface IPlanResponseLimits {
|
|
7116
|
+
/**
|
|
7117
|
+
*
|
|
7118
|
+
* @type {boolean}
|
|
7119
|
+
* @memberof IPlanResponseLimits
|
|
7120
|
+
*/
|
|
7121
|
+
'firebaseLogin': boolean;
|
|
7122
|
+
/**
|
|
7123
|
+
*
|
|
7124
|
+
* @type {number}
|
|
7125
|
+
* @memberof IPlanResponseLimits
|
|
7126
|
+
*/
|
|
7127
|
+
'themes': number;
|
|
7128
|
+
/**
|
|
7129
|
+
*
|
|
7130
|
+
* @type {number}
|
|
7131
|
+
* @memberof IPlanResponseLimits
|
|
7132
|
+
*/
|
|
7133
|
+
'warehouses': number;
|
|
7086
7134
|
/**
|
|
7087
7135
|
*
|
|
7088
7136
|
* @type {number}
|
|
@@ -8810,6 +8858,22 @@ export interface IThemePatchRequest {
|
|
|
8810
8858
|
* @memberof IThemePatchRequest
|
|
8811
8859
|
*/
|
|
8812
8860
|
'thumbnail'?: IImage;
|
|
8861
|
+
/**
|
|
8862
|
+
* Make all properties in T optional
|
|
8863
|
+
* @type {{ [key: string]: PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
|
|
8864
|
+
* @memberof IThemePatchRequest
|
|
8865
|
+
*/
|
|
8866
|
+
'groups'?: {
|
|
8867
|
+
[key: string]: PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
|
|
8868
|
+
};
|
|
8869
|
+
/**
|
|
8870
|
+
* Construct a type with a set of properties K of type T
|
|
8871
|
+
* @type {{ [key: string]: any; }}
|
|
8872
|
+
* @memberof IThemePatchRequest
|
|
8873
|
+
*/
|
|
8874
|
+
'config'?: {
|
|
8875
|
+
[key: string]: any;
|
|
8876
|
+
};
|
|
8813
8877
|
}
|
|
8814
8878
|
/**
|
|
8815
8879
|
*
|
|
@@ -10687,6 +10751,12 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
|
|
|
10687
10751
|
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
10688
10752
|
*/
|
|
10689
10753
|
'allowGuestCheckout': boolean;
|
|
10754
|
+
/**
|
|
10755
|
+
*
|
|
10756
|
+
* @type {number}
|
|
10757
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
10758
|
+
*/
|
|
10759
|
+
'storageUsageBytes': number;
|
|
10690
10760
|
}
|
|
10691
10761
|
/**
|
|
10692
10762
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api-client",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.44",
|
|
4
4
|
"description": "api-client-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": "77d23c571bbffa97222b1b41ca46ddc329ec6901"
|
|
41
41
|
}
|