@emilgroup/payment-sdk-node 1.22.1-beta.40 → 1.22.1-beta.41
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/README.md
CHANGED
|
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
|
|
|
17
17
|
Navigate to the folder of your consuming project and run one of the following commands:
|
|
18
18
|
|
|
19
19
|
```
|
|
20
|
-
npm install @emilgroup/payment-sdk-node@1.22.1-beta.
|
|
20
|
+
npm install @emilgroup/payment-sdk-node@1.22.1-beta.41 --save
|
|
21
21
|
```
|
|
22
22
|
or
|
|
23
23
|
```
|
|
24
|
-
yarn add @emilgroup/payment-sdk-node@1.22.1-beta.
|
|
24
|
+
yarn add @emilgroup/payment-sdk-node@1.22.1-beta.41
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
And then you can import `PaymentsApi`.
|
|
@@ -38,7 +38,7 @@ export const PolicyPaymentMethodsApiAxiosParamCreator = function (configuration?
|
|
|
38
38
|
return {
|
|
39
39
|
/**
|
|
40
40
|
* Activates the requested policy payment method and automatically deactivates any currently active policy payment method for the same policy. **Required Permissions** \"payment-management.payments.update\"
|
|
41
|
-
* @summary
|
|
41
|
+
* @summary Activate the policy payment method
|
|
42
42
|
* @param {string} code
|
|
43
43
|
* @param {string} [authorization] Bearer Token
|
|
44
44
|
* @param {*} [options] Override http request option.
|
|
@@ -216,7 +216,7 @@ export const PolicyPaymentMethodsApiFp = function(configuration?: Configuration)
|
|
|
216
216
|
return {
|
|
217
217
|
/**
|
|
218
218
|
* Activates the requested policy payment method and automatically deactivates any currently active policy payment method for the same policy. **Required Permissions** \"payment-management.payments.update\"
|
|
219
|
-
* @summary
|
|
219
|
+
* @summary Activate the policy payment method
|
|
220
220
|
* @param {string} code
|
|
221
221
|
* @param {string} [authorization] Bearer Token
|
|
222
222
|
* @param {*} [options] Override http request option.
|
|
@@ -268,7 +268,7 @@ export const PolicyPaymentMethodsApiFactory = function (configuration?: Configur
|
|
|
268
268
|
return {
|
|
269
269
|
/**
|
|
270
270
|
* Activates the requested policy payment method and automatically deactivates any currently active policy payment method for the same policy. **Required Permissions** \"payment-management.payments.update\"
|
|
271
|
-
* @summary
|
|
271
|
+
* @summary Activate the policy payment method
|
|
272
272
|
* @param {string} code
|
|
273
273
|
* @param {string} [authorization] Bearer Token
|
|
274
274
|
* @param {*} [options] Override http request option.
|
|
@@ -422,7 +422,7 @@ export interface PolicyPaymentMethodsApiListPolicyPaymentMethodsRequest {
|
|
|
422
422
|
export class PolicyPaymentMethodsApi extends BaseAPI {
|
|
423
423
|
/**
|
|
424
424
|
* Activates the requested policy payment method and automatically deactivates any currently active policy payment method for the same policy. **Required Permissions** \"payment-management.payments.update\"
|
|
425
|
-
* @summary
|
|
425
|
+
* @summary Activate the policy payment method
|
|
426
426
|
* @param {PolicyPaymentMethodsApiActivatePolicyPaymentMethodRequest} requestParameters Request parameters.
|
|
427
427
|
* @param {*} [options] Override http request option.
|
|
428
428
|
* @throws {RequiredError}
|
|
@@ -22,7 +22,7 @@ import { ListPolicyPaymentMethodsResponseClass } from '../models';
|
|
|
22
22
|
export declare const PolicyPaymentMethodsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
23
23
|
/**
|
|
24
24
|
* Activates the requested policy payment method and automatically deactivates any currently active policy payment method for the same policy. **Required Permissions** \"payment-management.payments.update\"
|
|
25
|
-
* @summary
|
|
25
|
+
* @summary Activate the policy payment method
|
|
26
26
|
* @param {string} code
|
|
27
27
|
* @param {string} [authorization] Bearer Token
|
|
28
28
|
* @param {*} [options] Override http request option.
|
|
@@ -61,7 +61,7 @@ export declare const PolicyPaymentMethodsApiAxiosParamCreator: (configuration?:
|
|
|
61
61
|
export declare const PolicyPaymentMethodsApiFp: (configuration?: Configuration) => {
|
|
62
62
|
/**
|
|
63
63
|
* Activates the requested policy payment method and automatically deactivates any currently active policy payment method for the same policy. **Required Permissions** \"payment-management.payments.update\"
|
|
64
|
-
* @summary
|
|
64
|
+
* @summary Activate the policy payment method
|
|
65
65
|
* @param {string} code
|
|
66
66
|
* @param {string} [authorization] Bearer Token
|
|
67
67
|
* @param {*} [options] Override http request option.
|
|
@@ -100,7 +100,7 @@ export declare const PolicyPaymentMethodsApiFp: (configuration?: Configuration)
|
|
|
100
100
|
export declare const PolicyPaymentMethodsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
101
101
|
/**
|
|
102
102
|
* Activates the requested policy payment method and automatically deactivates any currently active policy payment method for the same policy. **Required Permissions** \"payment-management.payments.update\"
|
|
103
|
-
* @summary
|
|
103
|
+
* @summary Activate the policy payment method
|
|
104
104
|
* @param {string} code
|
|
105
105
|
* @param {string} [authorization] Bearer Token
|
|
106
106
|
* @param {*} [options] Override http request option.
|
|
@@ -234,7 +234,7 @@ export interface PolicyPaymentMethodsApiListPolicyPaymentMethodsRequest {
|
|
|
234
234
|
export declare class PolicyPaymentMethodsApi extends BaseAPI {
|
|
235
235
|
/**
|
|
236
236
|
* Activates the requested policy payment method and automatically deactivates any currently active policy payment method for the same policy. **Required Permissions** \"payment-management.payments.update\"
|
|
237
|
-
* @summary
|
|
237
|
+
* @summary Activate the policy payment method
|
|
238
238
|
* @param {PolicyPaymentMethodsApiActivatePolicyPaymentMethodRequest} requestParameters Request parameters.
|
|
239
239
|
* @param {*} [options] Override http request option.
|
|
240
240
|
* @throws {RequiredError}
|
|
@@ -98,7 +98,7 @@ var PolicyPaymentMethodsApiAxiosParamCreator = function (configuration) {
|
|
|
98
98
|
return {
|
|
99
99
|
/**
|
|
100
100
|
* Activates the requested policy payment method and automatically deactivates any currently active policy payment method for the same policy. **Required Permissions** \"payment-management.payments.update\"
|
|
101
|
-
* @summary
|
|
101
|
+
* @summary Activate the policy payment method
|
|
102
102
|
* @param {string} code
|
|
103
103
|
* @param {string} [authorization] Bearer Token
|
|
104
104
|
* @param {*} [options] Override http request option.
|
|
@@ -277,7 +277,7 @@ var PolicyPaymentMethodsApiFp = function (configuration) {
|
|
|
277
277
|
return {
|
|
278
278
|
/**
|
|
279
279
|
* Activates the requested policy payment method and automatically deactivates any currently active policy payment method for the same policy. **Required Permissions** \"payment-management.payments.update\"
|
|
280
|
-
* @summary
|
|
280
|
+
* @summary Activate the policy payment method
|
|
281
281
|
* @param {string} code
|
|
282
282
|
* @param {string} [authorization] Bearer Token
|
|
283
283
|
* @param {*} [options] Override http request option.
|
|
@@ -356,7 +356,7 @@ var PolicyPaymentMethodsApiFactory = function (configuration, basePath, axios) {
|
|
|
356
356
|
return {
|
|
357
357
|
/**
|
|
358
358
|
* Activates the requested policy payment method and automatically deactivates any currently active policy payment method for the same policy. **Required Permissions** \"payment-management.payments.update\"
|
|
359
|
-
* @summary
|
|
359
|
+
* @summary Activate the policy payment method
|
|
360
360
|
* @param {string} code
|
|
361
361
|
* @param {string} [authorization] Bearer Token
|
|
362
362
|
* @param {*} [options] Override http request option.
|
|
@@ -409,7 +409,7 @@ var PolicyPaymentMethodsApi = /** @class */ (function (_super) {
|
|
|
409
409
|
}
|
|
410
410
|
/**
|
|
411
411
|
* Activates the requested policy payment method and automatically deactivates any currently active policy payment method for the same policy. **Required Permissions** \"payment-management.payments.update\"
|
|
412
|
-
* @summary
|
|
412
|
+
* @summary Activate the policy payment method
|
|
413
413
|
* @param {PolicyPaymentMethodsApiActivatePolicyPaymentMethodRequest} requestParameters Request parameters.
|
|
414
414
|
* @param {*} [options] Override http request option.
|
|
415
415
|
* @throws {RequiredError}
|