@finverse/sdk-typescript 0.0.323 → 0.0.324
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 +11 -11
- package/dist/api.js +6 -4
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -1520,7 +1520,7 @@ export interface CreatePaymentLinkCardPaymentRequest {
|
|
|
1520
1520
|
* @type {boolean}
|
|
1521
1521
|
* @memberof CreatePaymentLinkCardPaymentRequest
|
|
1522
1522
|
*/
|
|
1523
|
-
is_mobile
|
|
1523
|
+
is_mobile: boolean;
|
|
1524
1524
|
}
|
|
1525
1525
|
/**
|
|
1526
1526
|
*
|
|
@@ -9863,11 +9863,11 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
|
|
|
9863
9863
|
createPaymentLink: (createPaymentLinkRequest: CreatePaymentLinkRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
9864
9864
|
/**
|
|
9865
9865
|
* Initiate Card Payment for a Payment Link
|
|
9866
|
-
* @param {CreatePaymentLinkCardPaymentRequest}
|
|
9866
|
+
* @param {CreatePaymentLinkCardPaymentRequest} createPaymentLinkCardPaymentRequest request body for initiating card payment for a payment link
|
|
9867
9867
|
* @param {*} [options] Override http request option.
|
|
9868
9868
|
* @throws {RequiredError}
|
|
9869
9869
|
*/
|
|
9870
|
-
createPaymentLinkCardPayment: (createPaymentLinkCardPaymentRequest
|
|
9870
|
+
createPaymentLinkCardPayment: (createPaymentLinkCardPaymentRequest: CreatePaymentLinkCardPaymentRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
9871
9871
|
/**
|
|
9872
9872
|
* CREATE Mandate for payment link
|
|
9873
9873
|
* @param {CreatePaymentLinkMandateRequest} createPaymentLinkMandateRequest request body for creating mandate for payment-link
|
|
@@ -10130,11 +10130,11 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
10130
10130
|
createPaymentLink(createPaymentLinkRequest: CreatePaymentLinkRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentLinkResponse>>;
|
|
10131
10131
|
/**
|
|
10132
10132
|
* Initiate Card Payment for a Payment Link
|
|
10133
|
-
* @param {CreatePaymentLinkCardPaymentRequest}
|
|
10133
|
+
* @param {CreatePaymentLinkCardPaymentRequest} createPaymentLinkCardPaymentRequest request body for initiating card payment for a payment link
|
|
10134
10134
|
* @param {*} [options] Override http request option.
|
|
10135
10135
|
* @throws {RequiredError}
|
|
10136
10136
|
*/
|
|
10137
|
-
createPaymentLinkCardPayment(createPaymentLinkCardPaymentRequest
|
|
10137
|
+
createPaymentLinkCardPayment(createPaymentLinkCardPaymentRequest: CreatePaymentLinkCardPaymentRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreatePaymentLinkCardPaymentResponse>>;
|
|
10138
10138
|
/**
|
|
10139
10139
|
* CREATE Mandate for payment link
|
|
10140
10140
|
* @param {CreatePaymentLinkMandateRequest} createPaymentLinkMandateRequest request body for creating mandate for payment-link
|
|
@@ -10397,11 +10397,11 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
|
|
|
10397
10397
|
createPaymentLink(createPaymentLinkRequest: CreatePaymentLinkRequest, options?: RawAxiosRequestConfig): AxiosPromise<PaymentLinkResponse>;
|
|
10398
10398
|
/**
|
|
10399
10399
|
* Initiate Card Payment for a Payment Link
|
|
10400
|
-
* @param {CreatePaymentLinkCardPaymentRequest}
|
|
10400
|
+
* @param {CreatePaymentLinkCardPaymentRequest} createPaymentLinkCardPaymentRequest request body for initiating card payment for a payment link
|
|
10401
10401
|
* @param {*} [options] Override http request option.
|
|
10402
10402
|
* @throws {RequiredError}
|
|
10403
10403
|
*/
|
|
10404
|
-
createPaymentLinkCardPayment(createPaymentLinkCardPaymentRequest
|
|
10404
|
+
createPaymentLinkCardPayment(createPaymentLinkCardPaymentRequest: CreatePaymentLinkCardPaymentRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreatePaymentLinkCardPaymentResponse>;
|
|
10405
10405
|
/**
|
|
10406
10406
|
* CREATE Mandate for payment link
|
|
10407
10407
|
* @param {CreatePaymentLinkMandateRequest} createPaymentLinkMandateRequest request body for creating mandate for payment-link
|
|
@@ -10674,12 +10674,12 @@ export interface DefaultApiInterface {
|
|
|
10674
10674
|
createPaymentLink(createPaymentLinkRequest: CreatePaymentLinkRequest, options?: RawAxiosRequestConfig): AxiosPromise<PaymentLinkResponse>;
|
|
10675
10675
|
/**
|
|
10676
10676
|
* Initiate Card Payment for a Payment Link
|
|
10677
|
-
* @param {CreatePaymentLinkCardPaymentRequest}
|
|
10677
|
+
* @param {CreatePaymentLinkCardPaymentRequest} createPaymentLinkCardPaymentRequest request body for initiating card payment for a payment link
|
|
10678
10678
|
* @param {*} [options] Override http request option.
|
|
10679
10679
|
* @throws {RequiredError}
|
|
10680
10680
|
* @memberof DefaultApiInterface
|
|
10681
10681
|
*/
|
|
10682
|
-
createPaymentLinkCardPayment(createPaymentLinkCardPaymentRequest
|
|
10682
|
+
createPaymentLinkCardPayment(createPaymentLinkCardPaymentRequest: CreatePaymentLinkCardPaymentRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreatePaymentLinkCardPaymentResponse>;
|
|
10683
10683
|
/**
|
|
10684
10684
|
* CREATE Mandate for payment link
|
|
10685
10685
|
* @param {CreatePaymentLinkMandateRequest} createPaymentLinkMandateRequest request body for creating mandate for payment-link
|
|
@@ -10975,12 +10975,12 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
|
|
|
10975
10975
|
createPaymentLink(createPaymentLinkRequest: CreatePaymentLinkRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentLinkResponse, any, {}>>;
|
|
10976
10976
|
/**
|
|
10977
10977
|
* Initiate Card Payment for a Payment Link
|
|
10978
|
-
* @param {CreatePaymentLinkCardPaymentRequest}
|
|
10978
|
+
* @param {CreatePaymentLinkCardPaymentRequest} createPaymentLinkCardPaymentRequest request body for initiating card payment for a payment link
|
|
10979
10979
|
* @param {*} [options] Override http request option.
|
|
10980
10980
|
* @throws {RequiredError}
|
|
10981
10981
|
* @memberof DefaultApi
|
|
10982
10982
|
*/
|
|
10983
|
-
createPaymentLinkCardPayment(createPaymentLinkCardPaymentRequest
|
|
10983
|
+
createPaymentLinkCardPayment(createPaymentLinkCardPaymentRequest: CreatePaymentLinkCardPaymentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreatePaymentLinkCardPaymentResponse, any, {}>>;
|
|
10984
10984
|
/**
|
|
10985
10985
|
* CREATE Mandate for payment link
|
|
10986
10986
|
* @param {CreatePaymentLinkMandateRequest} createPaymentLinkMandateRequest request body for creating mandate for payment-link
|
package/dist/api.js
CHANGED
|
@@ -2663,11 +2663,13 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2663
2663
|
}),
|
|
2664
2664
|
/**
|
|
2665
2665
|
* Initiate Card Payment for a Payment Link
|
|
2666
|
-
* @param {CreatePaymentLinkCardPaymentRequest}
|
|
2666
|
+
* @param {CreatePaymentLinkCardPaymentRequest} createPaymentLinkCardPaymentRequest request body for initiating card payment for a payment link
|
|
2667
2667
|
* @param {*} [options] Override http request option.
|
|
2668
2668
|
* @throws {RequiredError}
|
|
2669
2669
|
*/
|
|
2670
2670
|
createPaymentLinkCardPayment: (createPaymentLinkCardPaymentRequest_1, ...args_1) => __awaiter(this, [createPaymentLinkCardPaymentRequest_1, ...args_1], void 0, function* (createPaymentLinkCardPaymentRequest, options = {}) {
|
|
2671
|
+
// verify required parameter 'createPaymentLinkCardPaymentRequest' is not null or undefined
|
|
2672
|
+
(0, common_1.assertParamExists)('createPaymentLinkCardPayment', 'createPaymentLinkCardPaymentRequest', createPaymentLinkCardPaymentRequest);
|
|
2671
2673
|
const localVarPath = `/payment_links/card`;
|
|
2672
2674
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2673
2675
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -3687,7 +3689,7 @@ const DefaultApiFp = function (configuration) {
|
|
|
3687
3689
|
},
|
|
3688
3690
|
/**
|
|
3689
3691
|
* Initiate Card Payment for a Payment Link
|
|
3690
|
-
* @param {CreatePaymentLinkCardPaymentRequest}
|
|
3692
|
+
* @param {CreatePaymentLinkCardPaymentRequest} createPaymentLinkCardPaymentRequest request body for initiating card payment for a payment link
|
|
3691
3693
|
* @param {*} [options] Override http request option.
|
|
3692
3694
|
* @throws {RequiredError}
|
|
3693
3695
|
*/
|
|
@@ -4168,7 +4170,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
4168
4170
|
},
|
|
4169
4171
|
/**
|
|
4170
4172
|
* Initiate Card Payment for a Payment Link
|
|
4171
|
-
* @param {CreatePaymentLinkCardPaymentRequest}
|
|
4173
|
+
* @param {CreatePaymentLinkCardPaymentRequest} createPaymentLinkCardPaymentRequest request body for initiating card payment for a payment link
|
|
4172
4174
|
* @param {*} [options] Override http request option.
|
|
4173
4175
|
* @throws {RequiredError}
|
|
4174
4176
|
*/
|
|
@@ -4554,7 +4556,7 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
4554
4556
|
}
|
|
4555
4557
|
/**
|
|
4556
4558
|
* Initiate Card Payment for a Payment Link
|
|
4557
|
-
* @param {CreatePaymentLinkCardPaymentRequest}
|
|
4559
|
+
* @param {CreatePaymentLinkCardPaymentRequest} createPaymentLinkCardPaymentRequest request body for initiating card payment for a payment link
|
|
4558
4560
|
* @param {*} [options] Override http request option.
|
|
4559
4561
|
* @throws {RequiredError}
|
|
4560
4562
|
* @memberof DefaultApi
|