@emilgroup/claim-sdk 1.36.1-beta.10 → 1.36.1-beta.12
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@1.36.1-beta.
|
|
20
|
+
npm install @emilgroup/claim-sdk@1.36.1-beta.12 --save
|
|
21
21
|
```
|
|
22
22
|
or
|
|
23
23
|
```
|
|
24
|
-
yarn add @emilgroup/claim-sdk@1.36.1-beta.
|
|
24
|
+
yarn add @emilgroup/claim-sdk@1.36.1-beta.12
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
And then you can import `ClaimsApi`.
|
|
@@ -308,7 +308,7 @@ export const ClaimStatusesApiAxiosParamCreator = function (configuration?: Confi
|
|
|
308
308
|
},
|
|
309
309
|
/**
|
|
310
310
|
* This will update the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
311
|
-
* @summary Update the
|
|
311
|
+
* @summary Update the claim status
|
|
312
312
|
* @param {number} id
|
|
313
313
|
* @param {UpdateClaimStatusRequestDto} updateClaimStatusRequestDto
|
|
314
314
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -436,7 +436,7 @@ export const ClaimStatusesApiFp = function(configuration?: Configuration) {
|
|
|
436
436
|
},
|
|
437
437
|
/**
|
|
438
438
|
* This will update the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
439
|
-
* @summary Update the
|
|
439
|
+
* @summary Update the claim status
|
|
440
440
|
* @param {number} id
|
|
441
441
|
* @param {UpdateClaimStatusRequestDto} updateClaimStatusRequestDto
|
|
442
442
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -521,7 +521,7 @@ export const ClaimStatusesApiFactory = function (configuration?: Configuration,
|
|
|
521
521
|
},
|
|
522
522
|
/**
|
|
523
523
|
* This will update the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
524
|
-
* @summary Update the
|
|
524
|
+
* @summary Update the claim status
|
|
525
525
|
* @param {number} id
|
|
526
526
|
* @param {UpdateClaimStatusRequestDto} updateClaimStatusRequestDto
|
|
527
527
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -785,7 +785,7 @@ export class ClaimStatusesApi extends BaseAPI {
|
|
|
785
785
|
|
|
786
786
|
/**
|
|
787
787
|
* This will update the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
788
|
-
* @summary Update the
|
|
788
|
+
* @summary Update the claim status
|
|
789
789
|
* @param {ClaimStatusesApiUpdateClaimStatusRequest} requestParameters Request parameters.
|
|
790
790
|
* @param {*} [options] Override http request option.
|
|
791
791
|
* @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}
|
|
@@ -364,7 +364,7 @@ var ClaimStatusesApiAxiosParamCreator = function (configuration) {
|
|
|
364
364
|
},
|
|
365
365
|
/**
|
|
366
366
|
* This will update the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
367
|
-
* @summary Update the
|
|
367
|
+
* @summary Update the claim status
|
|
368
368
|
* @param {number} id
|
|
369
369
|
* @param {UpdateClaimStatusRequestDto} updateClaimStatusRequestDto
|
|
370
370
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -539,7 +539,7 @@ var ClaimStatusesApiFp = function (configuration) {
|
|
|
539
539
|
},
|
|
540
540
|
/**
|
|
541
541
|
* This will update the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
542
|
-
* @summary Update the
|
|
542
|
+
* @summary Update the claim status
|
|
543
543
|
* @param {number} id
|
|
544
544
|
* @param {UpdateClaimStatusRequestDto} updateClaimStatusRequestDto
|
|
545
545
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -633,7 +633,7 @@ var ClaimStatusesApiFactory = function (configuration, basePath, axios) {
|
|
|
633
633
|
},
|
|
634
634
|
/**
|
|
635
635
|
* This will update the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
636
|
-
* @summary Update the
|
|
636
|
+
* @summary Update the claim status
|
|
637
637
|
* @param {number} id
|
|
638
638
|
* @param {UpdateClaimStatusRequestDto} updateClaimStatusRequestDto
|
|
639
639
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -720,7 +720,7 @@ var ClaimStatusesApi = /** @class */ (function (_super) {
|
|
|
720
720
|
};
|
|
721
721
|
/**
|
|
722
722
|
* This will update the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
723
|
-
* @summary Update the
|
|
723
|
+
* @summary Update the claim status
|
|
724
724
|
* @param {ClaimStatusesApiUpdateClaimStatusRequest} requestParameters Request parameters.
|
|
725
725
|
* @param {*} [options] Override http request option.
|
|
726
726
|
* @throws {RequiredError}
|