@insurance-broker/api-client 1.15.0 → 1.19.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 +8 -0
- package/package.json +1 -1
package/dist/schema.d.ts
CHANGED
|
@@ -3217,6 +3217,10 @@ export interface components {
|
|
|
3217
3217
|
/** Format: int32 */
|
|
3218
3218
|
versionCount: number | string;
|
|
3219
3219
|
};
|
|
3220
|
+
FormQuestionOptionResponse: {
|
|
3221
|
+
value: string;
|
|
3222
|
+
label: string;
|
|
3223
|
+
};
|
|
3220
3224
|
FormSubmissionResponse: {
|
|
3221
3225
|
/** Format: uuid */
|
|
3222
3226
|
id: string;
|
|
@@ -4229,6 +4233,10 @@ export interface components {
|
|
|
4229
4233
|
atUtc: null | string;
|
|
4230
4234
|
visibility: string;
|
|
4231
4235
|
failures: string[];
|
|
4236
|
+
options: components["schemas"]["FormQuestionOptionResponse"][];
|
|
4237
|
+
isRequired: boolean;
|
|
4238
|
+
help: null | string;
|
|
4239
|
+
section: null | string;
|
|
4232
4240
|
};
|
|
4233
4241
|
SubmittedEvidenceResponse: {
|
|
4234
4242
|
key: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@insurance-broker/api-client",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.19.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,
|