@infisale-client/api 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
|
@@ -2274,6 +2274,12 @@ export interface ICompany {
|
|
|
2274
2274
|
* @memberof ICompany
|
|
2275
2275
|
*/
|
|
2276
2276
|
'allowGuestCheckout': boolean;
|
|
2277
|
+
/**
|
|
2278
|
+
*
|
|
2279
|
+
* @type {number}
|
|
2280
|
+
* @memberof ICompany
|
|
2281
|
+
*/
|
|
2282
|
+
'storageUsageBytes': number;
|
|
2277
2283
|
}
|
|
2278
2284
|
/**
|
|
2279
2285
|
*
|
|
@@ -2499,6 +2505,12 @@ export interface ICompanyAdminResponse {
|
|
|
2499
2505
|
* @memberof ICompanyAdminResponse
|
|
2500
2506
|
*/
|
|
2501
2507
|
'allowGuestCheckout': boolean;
|
|
2508
|
+
/**
|
|
2509
|
+
*
|
|
2510
|
+
* @type {number}
|
|
2511
|
+
* @memberof ICompanyAdminResponse
|
|
2512
|
+
*/
|
|
2513
|
+
'storageUsageBytes': number;
|
|
2502
2514
|
/**
|
|
2503
2515
|
*
|
|
2504
2516
|
* @type {PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles}
|
|
@@ -2581,6 +2593,12 @@ export interface ICompanyAdminResponse {
|
|
|
2581
2593
|
* @memberof ICompanyAdminResponse
|
|
2582
2594
|
*/
|
|
2583
2595
|
'totalBandwidthLimit': number;
|
|
2596
|
+
/**
|
|
2597
|
+
*
|
|
2598
|
+
* @type {boolean}
|
|
2599
|
+
* @memberof ICompanyAdminResponse
|
|
2600
|
+
*/
|
|
2601
|
+
'accountAccess': boolean;
|
|
2584
2602
|
/**
|
|
2585
2603
|
*
|
|
2586
2604
|
* @type {IPlanResponse}
|
|
@@ -3584,6 +3602,12 @@ export interface ICompanyResponse {
|
|
|
3584
3602
|
* @memberof ICompanyResponse
|
|
3585
3603
|
*/
|
|
3586
3604
|
'allowGuestCheckout': boolean;
|
|
3605
|
+
/**
|
|
3606
|
+
*
|
|
3607
|
+
* @type {number}
|
|
3608
|
+
* @memberof ICompanyResponse
|
|
3609
|
+
*/
|
|
3610
|
+
'storageUsageBytes': number;
|
|
3587
3611
|
/**
|
|
3588
3612
|
*
|
|
3589
3613
|
* @type {PickICompanyNameOrDomainsOrIdOrLanguage}
|
|
@@ -3646,6 +3670,12 @@ export interface ICompanyResponse {
|
|
|
3646
3670
|
* @memberof ICompanyResponse
|
|
3647
3671
|
*/
|
|
3648
3672
|
'totalBandwidthLimit': number;
|
|
3673
|
+
/**
|
|
3674
|
+
*
|
|
3675
|
+
* @type {boolean}
|
|
3676
|
+
* @memberof ICompanyResponse
|
|
3677
|
+
*/
|
|
3678
|
+
'accountAccess': boolean;
|
|
3649
3679
|
}
|
|
3650
3680
|
/**
|
|
3651
3681
|
*
|
|
@@ -3743,7 +3773,7 @@ export interface ICompanyResponseFirebaseAdminCredentials {
|
|
|
3743
3773
|
* @type {string}
|
|
3744
3774
|
* @memberof ICompanyResponseFirebaseAdminCredentials
|
|
3745
3775
|
*/
|
|
3746
|
-
'
|
|
3776
|
+
'type': string;
|
|
3747
3777
|
}
|
|
3748
3778
|
/**
|
|
3749
3779
|
*
|
|
@@ -7096,6 +7126,24 @@ export interface IPlanResponseAttributesInner {
|
|
|
7096
7126
|
* @interface IPlanResponseLimits
|
|
7097
7127
|
*/
|
|
7098
7128
|
export interface IPlanResponseLimits {
|
|
7129
|
+
/**
|
|
7130
|
+
*
|
|
7131
|
+
* @type {boolean}
|
|
7132
|
+
* @memberof IPlanResponseLimits
|
|
7133
|
+
*/
|
|
7134
|
+
'firebaseLogin': boolean;
|
|
7135
|
+
/**
|
|
7136
|
+
*
|
|
7137
|
+
* @type {number}
|
|
7138
|
+
* @memberof IPlanResponseLimits
|
|
7139
|
+
*/
|
|
7140
|
+
'themes': number;
|
|
7141
|
+
/**
|
|
7142
|
+
*
|
|
7143
|
+
* @type {number}
|
|
7144
|
+
* @memberof IPlanResponseLimits
|
|
7145
|
+
*/
|
|
7146
|
+
'warehouses': number;
|
|
7099
7147
|
/**
|
|
7100
7148
|
*
|
|
7101
7149
|
* @type {number}
|
|
@@ -8823,6 +8871,22 @@ export interface IThemePatchRequest {
|
|
|
8823
8871
|
* @memberof IThemePatchRequest
|
|
8824
8872
|
*/
|
|
8825
8873
|
'thumbnail'?: IImage;
|
|
8874
|
+
/**
|
|
8875
|
+
* Make all properties in T optional
|
|
8876
|
+
* @type {{ [key: string]: PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
|
|
8877
|
+
* @memberof IThemePatchRequest
|
|
8878
|
+
*/
|
|
8879
|
+
'groups'?: {
|
|
8880
|
+
[key: string]: PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
|
|
8881
|
+
};
|
|
8882
|
+
/**
|
|
8883
|
+
* Construct a type with a set of properties K of type T
|
|
8884
|
+
* @type {{ [key: string]: any; }}
|
|
8885
|
+
* @memberof IThemePatchRequest
|
|
8886
|
+
*/
|
|
8887
|
+
'config'?: {
|
|
8888
|
+
[key: string]: any;
|
|
8889
|
+
};
|
|
8826
8890
|
}
|
|
8827
8891
|
/**
|
|
8828
8892
|
*
|
|
@@ -10700,6 +10764,12 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
|
|
|
10700
10764
|
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
10701
10765
|
*/
|
|
10702
10766
|
'allowGuestCheckout': boolean;
|
|
10767
|
+
/**
|
|
10768
|
+
*
|
|
10769
|
+
* @type {number}
|
|
10770
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
10771
|
+
*/
|
|
10772
|
+
'storageUsageBytes': number;
|
|
10703
10773
|
}
|
|
10704
10774
|
/**
|
|
10705
10775
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.44",
|
|
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": "77d23c571bbffa97222b1b41ca46ddc329ec6901"
|
|
41
41
|
}
|