@finverse/sdk-typescript 0.0.14 → 0.0.15
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.d.ts +5 -5
- package/dist/api.js +7 -7
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -3045,7 +3045,7 @@ export declare const LoginIdentityApiAxiosParamCreator: (configuration?: Configu
|
|
|
3045
3045
|
* @param {*} [options] Override http request option.
|
|
3046
3046
|
* @throws {RequiredError}
|
|
3047
3047
|
*/
|
|
3048
|
-
|
|
3048
|
+
getIncomeEstimateByLoginIdentityId: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
3049
3049
|
/**
|
|
3050
3050
|
* Get a specific loginIdentity
|
|
3051
3051
|
* @param {*} [options] Override http request option.
|
|
@@ -3158,7 +3158,7 @@ export declare const LoginIdentityApiFp: (configuration?: Configuration) => {
|
|
|
3158
3158
|
* @param {*} [options] Override http request option.
|
|
3159
3159
|
* @throws {RequiredError}
|
|
3160
3160
|
*/
|
|
3161
|
-
|
|
3161
|
+
getIncomeEstimateByLoginIdentityId(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IncomeResponse>>;
|
|
3162
3162
|
/**
|
|
3163
3163
|
* Get a specific loginIdentity
|
|
3164
3164
|
* @param {*} [options] Override http request option.
|
|
@@ -3271,7 +3271,7 @@ export declare const LoginIdentityApiFactory: (configuration?: Configuration, ba
|
|
|
3271
3271
|
* @param {*} [options] Override http request option.
|
|
3272
3272
|
* @throws {RequiredError}
|
|
3273
3273
|
*/
|
|
3274
|
-
|
|
3274
|
+
getIncomeEstimateByLoginIdentityId(options?: any): AxiosPromise<IncomeResponse>;
|
|
3275
3275
|
/**
|
|
3276
3276
|
* Get a specific loginIdentity
|
|
3277
3277
|
* @param {*} [options] Override http request option.
|
|
@@ -3392,7 +3392,7 @@ export interface LoginIdentityApiInterface {
|
|
|
3392
3392
|
* @throws {RequiredError}
|
|
3393
3393
|
* @memberof LoginIdentityApiInterface
|
|
3394
3394
|
*/
|
|
3395
|
-
|
|
3395
|
+
getIncomeEstimateByLoginIdentityId(options?: AxiosRequestConfig): AxiosPromise<IncomeResponse>;
|
|
3396
3396
|
/**
|
|
3397
3397
|
* Get a specific loginIdentity
|
|
3398
3398
|
* @param {*} [options] Override http request option.
|
|
@@ -3523,7 +3523,7 @@ export declare class LoginIdentityApi extends BaseAPI implements LoginIdentityAp
|
|
|
3523
3523
|
* @throws {RequiredError}
|
|
3524
3524
|
* @memberof LoginIdentityApi
|
|
3525
3525
|
*/
|
|
3526
|
-
|
|
3526
|
+
getIncomeEstimateByLoginIdentityId(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<IncomeResponse>>;
|
|
3527
3527
|
/**
|
|
3528
3528
|
* Get a specific loginIdentity
|
|
3529
3529
|
* @param {*} [options] Override http request option.
|
package/dist/api.js
CHANGED
|
@@ -1139,7 +1139,7 @@ exports.LoginIdentityApiAxiosParamCreator = function (configuration) {
|
|
|
1139
1139
|
* @param {*} [options] Override http request option.
|
|
1140
1140
|
* @throws {RequiredError}
|
|
1141
1141
|
*/
|
|
1142
|
-
|
|
1142
|
+
getIncomeEstimateByLoginIdentityId: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1143
1143
|
const localVarPath = `/income`;
|
|
1144
1144
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1145
1145
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1513,9 +1513,9 @@ exports.LoginIdentityApiFp = function (configuration) {
|
|
|
1513
1513
|
* @param {*} [options] Override http request option.
|
|
1514
1514
|
* @throws {RequiredError}
|
|
1515
1515
|
*/
|
|
1516
|
-
|
|
1516
|
+
getIncomeEstimateByLoginIdentityId(options) {
|
|
1517
1517
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1518
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
1518
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getIncomeEstimateByLoginIdentityId(options);
|
|
1519
1519
|
return common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
1520
1520
|
});
|
|
1521
1521
|
},
|
|
@@ -1691,8 +1691,8 @@ exports.LoginIdentityApiFactory = function (configuration, basePath, axios) {
|
|
|
1691
1691
|
* @param {*} [options] Override http request option.
|
|
1692
1692
|
* @throws {RequiredError}
|
|
1693
1693
|
*/
|
|
1694
|
-
|
|
1695
|
-
return localVarFp.
|
|
1694
|
+
getIncomeEstimateByLoginIdentityId(options) {
|
|
1695
|
+
return localVarFp.getIncomeEstimateByLoginIdentityId(options).then((request) => request(axios, basePath));
|
|
1696
1696
|
},
|
|
1697
1697
|
/**
|
|
1698
1698
|
* Get a specific loginIdentity
|
|
@@ -1862,9 +1862,9 @@ class LoginIdentityApi extends base_1.BaseAPI {
|
|
|
1862
1862
|
* @throws {RequiredError}
|
|
1863
1863
|
* @memberof LoginIdentityApi
|
|
1864
1864
|
*/
|
|
1865
|
-
|
|
1865
|
+
getIncomeEstimateByLoginIdentityId(options) {
|
|
1866
1866
|
return exports.LoginIdentityApiFp(this.configuration)
|
|
1867
|
-
.
|
|
1867
|
+
.getIncomeEstimateByLoginIdentityId(options)
|
|
1868
1868
|
.then((request) => request(this.axios, this.basePath));
|
|
1869
1869
|
}
|
|
1870
1870
|
/**
|