@insurance-broker/api-client 1.3.0 → 1.4.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/dist/schema.d.ts +3 -0
- package/package.json +1 -1
package/dist/schema.d.ts
CHANGED
|
@@ -2652,6 +2652,9 @@ export interface components {
|
|
|
2652
2652
|
/** Format: date-time */
|
|
2653
2653
|
uploadedAtUtc: string;
|
|
2654
2654
|
uploadedBySubjectId: string;
|
|
2655
|
+
scanVerdict: string;
|
|
2656
|
+
/** Format: date-time */
|
|
2657
|
+
scannedAtUtc: null | string;
|
|
2655
2658
|
};
|
|
2656
2659
|
SubmissionAttachmentUpload: {
|
|
2657
2660
|
file: components["schemas"]["IFormFile"];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@insurance-broker/api-client",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"description": "Generated TypeScript client for the Insurance Broker Platform API. Do not edit by hand: regenerate with scripts/update-api-contract.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"private": false,
|