@emilgroup/payment-sdk 1.14.1-beta.41 → 1.14.1-beta.42
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@1.14.1-beta.
|
|
20
|
+
npm install @emilgroup/payment-sdk@1.14.1-beta.42 --save
|
|
21
21
|
```
|
|
22
22
|
or
|
|
23
23
|
```
|
|
24
|
-
yarn add @emilgroup/payment-sdk@1.14.1-beta.
|
|
24
|
+
yarn add @emilgroup/payment-sdk@1.14.1-beta.42
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
And then you can import `PaymentsApi`.
|
|
@@ -34,7 +34,7 @@ export const PolicyPaymentMethodsApiAxiosParamCreator = function (configuration?
|
|
|
34
34
|
return {
|
|
35
35
|
/**
|
|
36
36
|
* 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\"
|
|
37
|
-
* @summary
|
|
37
|
+
* @summary Activate the policy payment method
|
|
38
38
|
* @param {string} code
|
|
39
39
|
* @param {string} [authorization] Bearer Token
|
|
40
40
|
* @param {*} [options] Override http request option.
|
|
@@ -212,7 +212,7 @@ export const PolicyPaymentMethodsApiFp = function(configuration?: Configuration)
|
|
|
212
212
|
return {
|
|
213
213
|
/**
|
|
214
214
|
* 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\"
|
|
215
|
-
* @summary
|
|
215
|
+
* @summary Activate the policy payment method
|
|
216
216
|
* @param {string} code
|
|
217
217
|
* @param {string} [authorization] Bearer Token
|
|
218
218
|
* @param {*} [options] Override http request option.
|
|
@@ -264,7 +264,7 @@ export const PolicyPaymentMethodsApiFactory = function (configuration?: Configur
|
|
|
264
264
|
return {
|
|
265
265
|
/**
|
|
266
266
|
* 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\"
|
|
267
|
-
* @summary
|
|
267
|
+
* @summary Activate the policy payment method
|
|
268
268
|
* @param {string} code
|
|
269
269
|
* @param {string} [authorization] Bearer Token
|
|
270
270
|
* @param {*} [options] Override http request option.
|
|
@@ -418,7 +418,7 @@ export interface PolicyPaymentMethodsApiListPolicyPaymentMethodsRequest {
|
|
|
418
418
|
export class PolicyPaymentMethodsApi extends BaseAPI {
|
|
419
419
|
/**
|
|
420
420
|
* 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\"
|
|
421
|
-
* @summary
|
|
421
|
+
* @summary Activate the policy payment method
|
|
422
422
|
* @param {PolicyPaymentMethodsApiActivatePolicyPaymentMethodRequest} requestParameters Request parameters.
|
|
423
423
|
* @param {*} [options] Override http request option.
|
|
424
424
|
* @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}
|
|
@@ -94,7 +94,7 @@ var PolicyPaymentMethodsApiAxiosParamCreator = function (configuration) {
|
|
|
94
94
|
return {
|
|
95
95
|
/**
|
|
96
96
|
* 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\"
|
|
97
|
-
* @summary
|
|
97
|
+
* @summary Activate the policy payment method
|
|
98
98
|
* @param {string} code
|
|
99
99
|
* @param {string} [authorization] Bearer Token
|
|
100
100
|
* @param {*} [options] Override http request option.
|
|
@@ -273,7 +273,7 @@ var PolicyPaymentMethodsApiFp = function (configuration) {
|
|
|
273
273
|
return {
|
|
274
274
|
/**
|
|
275
275
|
* 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\"
|
|
276
|
-
* @summary
|
|
276
|
+
* @summary Activate the policy payment method
|
|
277
277
|
* @param {string} code
|
|
278
278
|
* @param {string} [authorization] Bearer Token
|
|
279
279
|
* @param {*} [options] Override http request option.
|
|
@@ -352,7 +352,7 @@ var PolicyPaymentMethodsApiFactory = function (configuration, basePath, axios) {
|
|
|
352
352
|
return {
|
|
353
353
|
/**
|
|
354
354
|
* 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\"
|
|
355
|
-
* @summary
|
|
355
|
+
* @summary Activate the policy payment method
|
|
356
356
|
* @param {string} code
|
|
357
357
|
* @param {string} [authorization] Bearer Token
|
|
358
358
|
* @param {*} [options] Override http request option.
|
|
@@ -405,7 +405,7 @@ var PolicyPaymentMethodsApi = /** @class */ (function (_super) {
|
|
|
405
405
|
}
|
|
406
406
|
/**
|
|
407
407
|
* 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\"
|
|
408
|
-
* @summary
|
|
408
|
+
* @summary Activate the policy payment method
|
|
409
409
|
* @param {PolicyPaymentMethodsApiActivatePolicyPaymentMethodRequest} requestParameters Request parameters.
|
|
410
410
|
* @param {*} [options] Override http request option.
|
|
411
411
|
* @throws {RequiredError}
|