@emilgroup/claim-sdk-node 1.35.1-beta.9 → 1.36.0
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/claim-sdk-node@1.
|
|
20
|
+
npm install @emilgroup/claim-sdk-node@1.36.0 --save
|
|
21
21
|
```
|
|
22
22
|
or
|
|
23
23
|
```
|
|
24
|
-
yarn add @emilgroup/claim-sdk-node@1.
|
|
24
|
+
yarn add @emilgroup/claim-sdk-node@1.36.0
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
And then you can import `ClaimsApi`.
|
|
@@ -312,7 +312,7 @@ export const ClaimStatusesApiAxiosParamCreator = function (configuration?: Confi
|
|
|
312
312
|
},
|
|
313
313
|
/**
|
|
314
314
|
* This will update the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
315
|
-
* @summary Update the
|
|
315
|
+
* @summary Update the claim status
|
|
316
316
|
* @param {number} id
|
|
317
317
|
* @param {UpdateClaimStatusRequestDto} updateClaimStatusRequestDto
|
|
318
318
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -440,7 +440,7 @@ export const ClaimStatusesApiFp = function(configuration?: Configuration) {
|
|
|
440
440
|
},
|
|
441
441
|
/**
|
|
442
442
|
* This will update the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
443
|
-
* @summary Update the
|
|
443
|
+
* @summary Update the claim status
|
|
444
444
|
* @param {number} id
|
|
445
445
|
* @param {UpdateClaimStatusRequestDto} updateClaimStatusRequestDto
|
|
446
446
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -525,7 +525,7 @@ export const ClaimStatusesApiFactory = function (configuration?: Configuration,
|
|
|
525
525
|
},
|
|
526
526
|
/**
|
|
527
527
|
* This will update the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
528
|
-
* @summary Update the
|
|
528
|
+
* @summary Update the claim status
|
|
529
529
|
* @param {number} id
|
|
530
530
|
* @param {UpdateClaimStatusRequestDto} updateClaimStatusRequestDto
|
|
531
531
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -789,7 +789,7 @@ export class ClaimStatusesApi extends BaseAPI {
|
|
|
789
789
|
|
|
790
790
|
/**
|
|
791
791
|
* This will update the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
792
|
-
* @summary Update the
|
|
792
|
+
* @summary Update the claim status
|
|
793
793
|
* @param {ClaimStatusesApiUpdateClaimStatusRequest} requestParameters Request parameters.
|
|
794
794
|
* @param {*} [options] Override http request option.
|
|
795
795
|
* @throws {RequiredError}
|
|
@@ -79,7 +79,7 @@ export declare const ClaimStatusesApiAxiosParamCreator: (configuration?: Configu
|
|
|
79
79
|
patchClaimStatus: (id: number, patchClaimStatusRequestDto: PatchClaimStatusRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
80
80
|
/**
|
|
81
81
|
* This will update the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
82
|
-
* @summary Update the
|
|
82
|
+
* @summary Update the claim status
|
|
83
83
|
* @param {number} id
|
|
84
84
|
* @param {UpdateClaimStatusRequestDto} updateClaimStatusRequestDto
|
|
85
85
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -147,7 +147,7 @@ export declare const ClaimStatusesApiFp: (configuration?: Configuration) => {
|
|
|
147
147
|
patchClaimStatus(id: number, patchClaimStatusRequestDto: PatchClaimStatusRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatchClaimStatusResponseClass>>;
|
|
148
148
|
/**
|
|
149
149
|
* This will update the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
150
|
-
* @summary Update the
|
|
150
|
+
* @summary Update the claim status
|
|
151
151
|
* @param {number} id
|
|
152
152
|
* @param {UpdateClaimStatusRequestDto} updateClaimStatusRequestDto
|
|
153
153
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -215,7 +215,7 @@ export declare const ClaimStatusesApiFactory: (configuration?: Configuration, ba
|
|
|
215
215
|
patchClaimStatus(id: number, patchClaimStatusRequestDto: PatchClaimStatusRequestDto, authorization?: string, options?: any): AxiosPromise<PatchClaimStatusResponseClass>;
|
|
216
216
|
/**
|
|
217
217
|
* This will update the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
218
|
-
* @summary Update the
|
|
218
|
+
* @summary Update the claim status
|
|
219
219
|
* @param {number} id
|
|
220
220
|
* @param {UpdateClaimStatusRequestDto} updateClaimStatusRequestDto
|
|
221
221
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -440,7 +440,7 @@ export declare class ClaimStatusesApi extends BaseAPI {
|
|
|
440
440
|
patchClaimStatus(requestParameters: ClaimStatusesApiPatchClaimStatusRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatchClaimStatusResponseClass, any>>;
|
|
441
441
|
/**
|
|
442
442
|
* This will update the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
443
|
-
* @summary Update the
|
|
443
|
+
* @summary Update the claim status
|
|
444
444
|
* @param {ClaimStatusesApiUpdateClaimStatusRequest} requestParameters Request parameters.
|
|
445
445
|
* @param {*} [options] Override http request option.
|
|
446
446
|
* @throws {RequiredError}
|
|
@@ -368,7 +368,7 @@ var ClaimStatusesApiAxiosParamCreator = function (configuration) {
|
|
|
368
368
|
},
|
|
369
369
|
/**
|
|
370
370
|
* This will update the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
371
|
-
* @summary Update the
|
|
371
|
+
* @summary Update the claim status
|
|
372
372
|
* @param {number} id
|
|
373
373
|
* @param {UpdateClaimStatusRequestDto} updateClaimStatusRequestDto
|
|
374
374
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -543,7 +543,7 @@ var ClaimStatusesApiFp = function (configuration) {
|
|
|
543
543
|
},
|
|
544
544
|
/**
|
|
545
545
|
* This will update the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
546
|
-
* @summary Update the
|
|
546
|
+
* @summary Update the claim status
|
|
547
547
|
* @param {number} id
|
|
548
548
|
* @param {UpdateClaimStatusRequestDto} updateClaimStatusRequestDto
|
|
549
549
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -637,7 +637,7 @@ var ClaimStatusesApiFactory = function (configuration, basePath, axios) {
|
|
|
637
637
|
},
|
|
638
638
|
/**
|
|
639
639
|
* This will update the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
640
|
-
* @summary Update the
|
|
640
|
+
* @summary Update the claim status
|
|
641
641
|
* @param {number} id
|
|
642
642
|
* @param {UpdateClaimStatusRequestDto} updateClaimStatusRequestDto
|
|
643
643
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -724,7 +724,7 @@ var ClaimStatusesApi = /** @class */ (function (_super) {
|
|
|
724
724
|
};
|
|
725
725
|
/**
|
|
726
726
|
* This will update the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
727
|
-
* @summary Update the
|
|
727
|
+
* @summary Update the claim status
|
|
728
728
|
* @param {ClaimStatusesApiUpdateClaimStatusRequest} requestParameters Request parameters.
|
|
729
729
|
* @param {*} [options] Override http request option.
|
|
730
730
|
* @throws {RequiredError}
|