@infisale-client/api-client 1.2.100 → 1.2.101
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 +18 -19
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -2465,6 +2465,12 @@ export interface ICompanyAdminResponse {
|
|
|
2465
2465
|
'legalDocuments': {
|
|
2466
2466
|
[key: string]: RecordStringUrlStringFileIImageValue;
|
|
2467
2467
|
};
|
|
2468
|
+
/**
|
|
2469
|
+
*
|
|
2470
|
+
* @type {RecordCompanyOnboardingStepEnumBoolean}
|
|
2471
|
+
* @memberof ICompanyAdminResponse
|
|
2472
|
+
*/
|
|
2473
|
+
'onboarding': RecordCompanyOnboardingStepEnumBoolean;
|
|
2468
2474
|
/**
|
|
2469
2475
|
*
|
|
2470
2476
|
* @type {string}
|
|
@@ -2823,12 +2829,6 @@ export interface ICompanyPatchRequest {
|
|
|
2823
2829
|
* @memberof ICompanyPatchRequest
|
|
2824
2830
|
*/
|
|
2825
2831
|
'paymentGateways'?: Array<ICompanyPatchRequestPaymentGatewaysInner>;
|
|
2826
|
-
/**
|
|
2827
|
-
*
|
|
2828
|
-
* @type {RecordCompanyOnboardingStepEnumBoolean}
|
|
2829
|
-
* @memberof ICompanyPatchRequest
|
|
2830
|
-
*/
|
|
2831
|
-
'onboarding'?: RecordCompanyOnboardingStepEnumBoolean;
|
|
2832
2832
|
/**
|
|
2833
2833
|
*
|
|
2834
2834
|
* @type {string}
|
|
@@ -3255,6 +3255,12 @@ export interface ICompanyResponse {
|
|
|
3255
3255
|
'legalDocuments': {
|
|
3256
3256
|
[key: string]: RecordStringUrlStringFileIImageValue;
|
|
3257
3257
|
};
|
|
3258
|
+
/**
|
|
3259
|
+
*
|
|
3260
|
+
* @type {RecordCompanyOnboardingStepEnumBoolean}
|
|
3261
|
+
* @memberof ICompanyResponse
|
|
3262
|
+
*/
|
|
3263
|
+
'onboarding': RecordCompanyOnboardingStepEnumBoolean;
|
|
3258
3264
|
/**
|
|
3259
3265
|
*
|
|
3260
3266
|
* @type {string}
|
|
@@ -9769,6 +9775,12 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
|
|
|
9769
9775
|
'legalDocuments': {
|
|
9770
9776
|
[key: string]: RecordStringUrlStringFileIImageValue;
|
|
9771
9777
|
};
|
|
9778
|
+
/**
|
|
9779
|
+
*
|
|
9780
|
+
* @type {RecordCompanyOnboardingStepEnumBoolean}
|
|
9781
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
9782
|
+
*/
|
|
9783
|
+
'onboarding': RecordCompanyOnboardingStepEnumBoolean;
|
|
9772
9784
|
/**
|
|
9773
9785
|
*
|
|
9774
9786
|
* @type {string}
|
|
@@ -10020,19 +10032,6 @@ export interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUse
|
|
|
10020
10032
|
*/
|
|
10021
10033
|
'user': string;
|
|
10022
10034
|
}
|
|
10023
|
-
/**
|
|
10024
|
-
* From T, pick a set of properties whose keys are in the union K
|
|
10025
|
-
* @export
|
|
10026
|
-
* @interface PickICompanyOnboarding
|
|
10027
|
-
*/
|
|
10028
|
-
export interface PickICompanyOnboarding {
|
|
10029
|
-
/**
|
|
10030
|
-
*
|
|
10031
|
-
* @type {RecordCompanyOnboardingStepEnumBoolean}
|
|
10032
|
-
* @memberof PickICompanyOnboarding
|
|
10033
|
-
*/
|
|
10034
|
-
'onboarding': RecordCompanyOnboardingStepEnumBoolean;
|
|
10035
|
-
}
|
|
10036
10035
|
/**
|
|
10037
10036
|
* From T, pick a set of properties whose keys are in the union K
|
|
10038
10037
|
* @export
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api-client",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.101",
|
|
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": "de8c1c8f3f44fbf51135506596f97715b49f519d"
|
|
41
41
|
}
|