@finverse/sdk-typescript 0.0.199 → 0.0.201
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 +6 -6
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -7175,7 +7175,7 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
|
|
|
7175
7175
|
*/
|
|
7176
7176
|
getPayoutById: (payoutId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
7177
7177
|
/**
|
|
7178
|
-
* Get sender payment user
|
|
7178
|
+
* Get sender payment user in payment link flow
|
|
7179
7179
|
* @param {*} [options] Override http request option.
|
|
7180
7180
|
* @throws {RequiredError}
|
|
7181
7181
|
*/
|
|
@@ -7320,7 +7320,7 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
7320
7320
|
*/
|
|
7321
7321
|
getPayoutById(payoutId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PayoutSnapshotResponse>>;
|
|
7322
7322
|
/**
|
|
7323
|
-
* Get sender payment user
|
|
7323
|
+
* Get sender payment user in payment link flow
|
|
7324
7324
|
* @param {*} [options] Override http request option.
|
|
7325
7325
|
* @throws {RequiredError}
|
|
7326
7326
|
*/
|
|
@@ -7465,7 +7465,7 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
|
|
|
7465
7465
|
*/
|
|
7466
7466
|
getPayoutById(payoutId: string, options?: any): AxiosPromise<PayoutSnapshotResponse>;
|
|
7467
7467
|
/**
|
|
7468
|
-
* Get sender payment user
|
|
7468
|
+
* Get sender payment user in payment link flow
|
|
7469
7469
|
* @param {*} [options] Override http request option.
|
|
7470
7470
|
* @throws {RequiredError}
|
|
7471
7471
|
*/
|
|
@@ -7625,7 +7625,7 @@ export interface DefaultApiInterface {
|
|
|
7625
7625
|
*/
|
|
7626
7626
|
getPayoutById(payoutId: string, options?: AxiosRequestConfig): AxiosPromise<PayoutSnapshotResponse>;
|
|
7627
7627
|
/**
|
|
7628
|
-
* Get sender payment user
|
|
7628
|
+
* Get sender payment user in payment link flow
|
|
7629
7629
|
* @param {*} [options] Override http request option.
|
|
7630
7630
|
* @throws {RequiredError}
|
|
7631
7631
|
* @memberof DefaultApiInterface
|
|
@@ -7790,7 +7790,7 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
|
|
|
7790
7790
|
*/
|
|
7791
7791
|
getPayoutById(payoutId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PayoutSnapshotResponse>>;
|
|
7792
7792
|
/**
|
|
7793
|
-
* Get sender payment user
|
|
7793
|
+
* Get sender payment user in payment link flow
|
|
7794
7794
|
* @param {*} [options] Override http request option.
|
|
7795
7795
|
* @throws {RequiredError}
|
|
7796
7796
|
* @memberof DefaultApi
|
package/dist/api.js
CHANGED
|
@@ -2293,12 +2293,12 @@ exports.DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2293
2293
|
};
|
|
2294
2294
|
}),
|
|
2295
2295
|
/**
|
|
2296
|
-
* Get sender payment user
|
|
2296
|
+
* Get sender payment user in payment link flow
|
|
2297
2297
|
* @param {*} [options] Override http request option.
|
|
2298
2298
|
* @throws {RequiredError}
|
|
2299
2299
|
*/
|
|
2300
2300
|
getSenderPaymentUser: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2301
|
-
const localVarPath = `/
|
|
2301
|
+
const localVarPath = `/payment_link/fvlink/payment_user/sender`;
|
|
2302
2302
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2303
2303
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2304
2304
|
let baseOptions;
|
|
@@ -2462,7 +2462,7 @@ exports.DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2462
2462
|
setAutopayConsent: (setAutopayConsentRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2463
2463
|
// verify required parameter 'setAutopayConsentRequest' is not null or undefined
|
|
2464
2464
|
common_1.assertParamExists('setAutopayConsent', 'setAutopayConsentRequest', setAutopayConsentRequest);
|
|
2465
|
-
const localVarPath = `/
|
|
2465
|
+
const localVarPath = `/payment_link/fvlink/payment_user/autopay`;
|
|
2466
2466
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2467
2467
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2468
2468
|
let baseOptions;
|
|
@@ -2660,7 +2660,7 @@ exports.DefaultApiFp = function (configuration) {
|
|
|
2660
2660
|
});
|
|
2661
2661
|
},
|
|
2662
2662
|
/**
|
|
2663
|
-
* Get sender payment user
|
|
2663
|
+
* Get sender payment user in payment link flow
|
|
2664
2664
|
* @param {*} [options] Override http request option.
|
|
2665
2665
|
* @throws {RequiredError}
|
|
2666
2666
|
*/
|
|
@@ -2866,7 +2866,7 @@ exports.DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
2866
2866
|
return localVarFp.getPayoutById(payoutId, options).then((request) => request(axios, basePath));
|
|
2867
2867
|
},
|
|
2868
2868
|
/**
|
|
2869
|
-
* Get sender payment user
|
|
2869
|
+
* Get sender payment user in payment link flow
|
|
2870
2870
|
* @param {*} [options] Override http request option.
|
|
2871
2871
|
* @throws {RequiredError}
|
|
2872
2872
|
*/
|
|
@@ -3098,7 +3098,7 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3098
3098
|
.then((request) => request(this.axios, this.basePath));
|
|
3099
3099
|
}
|
|
3100
3100
|
/**
|
|
3101
|
-
* Get sender payment user
|
|
3101
|
+
* Get sender payment user in payment link flow
|
|
3102
3102
|
* @param {*} [options] Override http request option.
|
|
3103
3103
|
* @throws {RequiredError}
|
|
3104
3104
|
* @memberof DefaultApi
|