wg-api-sdk 4.31.15 → 4.31.17
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/esm/index.d.mts +810 -800
- package/dist/esm/index.mjs +1 -1
- package/dist/index.d.ts +810 -800
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/esm/index.d.mts
CHANGED
|
@@ -4864,6 +4864,23 @@ interface paths {
|
|
|
4864
4864
|
patch?: never;
|
|
4865
4865
|
trace?: never;
|
|
4866
4866
|
};
|
|
4867
|
+
"/v1/api/email-analyzer/emails/{email_id}/onesurance-recommendations": {
|
|
4868
|
+
parameters: {
|
|
4869
|
+
query?: never;
|
|
4870
|
+
header?: never;
|
|
4871
|
+
path?: never;
|
|
4872
|
+
cookie?: never;
|
|
4873
|
+
};
|
|
4874
|
+
/** Get Onesurance Recommendations By Email Id */
|
|
4875
|
+
get: operations["get_onesurance_recommendations_by_email_id_v1_api_email_analyzer_emails__email_id__onesurance_recommendations_get"];
|
|
4876
|
+
put?: never;
|
|
4877
|
+
post?: never;
|
|
4878
|
+
delete?: never;
|
|
4879
|
+
options?: never;
|
|
4880
|
+
head?: never;
|
|
4881
|
+
patch?: never;
|
|
4882
|
+
trace?: never;
|
|
4883
|
+
};
|
|
4867
4884
|
"/v1/api/people/search": {
|
|
4868
4885
|
parameters: {
|
|
4869
4886
|
query?: never;
|
|
@@ -7395,23 +7412,6 @@ interface paths {
|
|
|
7395
7412
|
patch?: never;
|
|
7396
7413
|
trace?: never;
|
|
7397
7414
|
};
|
|
7398
|
-
"/v1/api/parties/{party_id}/onesurance-recommendations": {
|
|
7399
|
-
parameters: {
|
|
7400
|
-
query?: never;
|
|
7401
|
-
header?: never;
|
|
7402
|
-
path?: never;
|
|
7403
|
-
cookie?: never;
|
|
7404
|
-
};
|
|
7405
|
-
/** Get Onesurance Recommendations By Party Id */
|
|
7406
|
-
get: operations["get_onesurance_recommendations_by_party_id_v1_api_parties__party_id__onesurance_recommendations_get"];
|
|
7407
|
-
put?: never;
|
|
7408
|
-
post?: never;
|
|
7409
|
-
delete?: never;
|
|
7410
|
-
options?: never;
|
|
7411
|
-
head?: never;
|
|
7412
|
-
patch?: never;
|
|
7413
|
-
trace?: never;
|
|
7414
|
-
};
|
|
7415
7415
|
"/v1/api/parties/{party_id}/export-to-anva": {
|
|
7416
7416
|
parameters: {
|
|
7417
7417
|
query?: never;
|
|
@@ -9629,7 +9629,7 @@ interface components {
|
|
|
9629
9629
|
* Timestamp
|
|
9630
9630
|
* Format: date-time
|
|
9631
9631
|
* @description Timestamp of when the error occured
|
|
9632
|
-
* @default 2026-03-
|
|
9632
|
+
* @default 2026-03-18T16:32:13.230943
|
|
9633
9633
|
*/
|
|
9634
9634
|
timestamp: string;
|
|
9635
9635
|
/**
|
|
@@ -54399,7 +54399,7 @@ interface components {
|
|
|
54399
54399
|
/**
|
|
54400
54400
|
* Quote Specifications
|
|
54401
54401
|
* @default {
|
|
54402
|
-
* "contract_commencement_date": "2026-03-
|
|
54402
|
+
* "contract_commencement_date": "2026-03-18"
|
|
54403
54403
|
* }
|
|
54404
54404
|
*/
|
|
54405
54405
|
quote_specifications: components["schemas"]["QuoteSpecification"];
|
|
@@ -64333,79 +64333,6 @@ interface components {
|
|
|
64333
64333
|
/** Items */
|
|
64334
64334
|
items?: (components["schemas"]["MinimalInventorySummary"] | components["schemas"]["MinimalClaim"] | components["schemas"]["MinimalInvoice"] | components["schemas"]["MinimalInsurancePolicy"] | components["schemas"]["MinimalPolicyPackage"] | components["schemas"]["MinimalDutyOfCareItem"])[];
|
|
64335
64335
|
};
|
|
64336
|
-
/** PartyOnesuranceRecommendations */
|
|
64337
|
-
PartyOnesuranceRecommendations: {
|
|
64338
|
-
/** Items */
|
|
64339
|
-
items: components["schemas"]["PartyOnesuranceRecommendation"][];
|
|
64340
|
-
};
|
|
64341
|
-
/** PartyOnesuranceRecommendation */
|
|
64342
|
-
PartyOnesuranceRecommendation: {
|
|
64343
|
-
type: components["schemas"]["ONESURANCE_RECOMMENDATION_TYPE"];
|
|
64344
|
-
level: components["schemas"]["ONESURANCE_ADVICE_LEVEL"];
|
|
64345
|
-
/** Title */
|
|
64346
|
-
title: string;
|
|
64347
|
-
/** Description */
|
|
64348
|
-
description?: string;
|
|
64349
|
-
/** Notes */
|
|
64350
|
-
notes?: string[];
|
|
64351
|
-
/**
|
|
64352
|
-
* Advice
|
|
64353
|
-
* @default []
|
|
64354
|
-
*/
|
|
64355
|
-
advice: components["schemas"]["PartyOnesuranceAdvice"][];
|
|
64356
|
-
};
|
|
64357
|
-
/**
|
|
64358
|
-
* ONESURANCE_RECOMMENDATION_TYPE
|
|
64359
|
-
* @enum {string}
|
|
64360
|
-
*/
|
|
64361
|
-
ONESURANCE_RECOMMENDATION_TYPE: "CHURN" | "SALES" | "CARE";
|
|
64362
|
-
/**
|
|
64363
|
-
* ONESURANCE_ADVICE_LEVEL
|
|
64364
|
-
* @enum {string}
|
|
64365
|
-
*/
|
|
64366
|
-
ONESURANCE_ADVICE_LEVEL: "HIGH" | "MEDIUM" | "LOW";
|
|
64367
|
-
/** PartyOnesuranceAdvice */
|
|
64368
|
-
PartyOnesuranceAdvice: {
|
|
64369
|
-
/** Title */
|
|
64370
|
-
title: string;
|
|
64371
|
-
level: components["schemas"]["ONESURANCE_ADVICE_LEVEL"];
|
|
64372
|
-
type: components["schemas"]["ONESURANCE_ADVICE_TYPE"];
|
|
64373
|
-
/** Description */
|
|
64374
|
-
description?: string;
|
|
64375
|
-
/** Provision */
|
|
64376
|
-
provision?: number;
|
|
64377
|
-
provision_interval?: components["schemas"]["PaymentInterval"];
|
|
64378
|
-
/**
|
|
64379
|
-
* Actions
|
|
64380
|
-
* @default []
|
|
64381
|
-
*/
|
|
64382
|
-
actions: components["schemas"]["PartyOnesuranceAction"][];
|
|
64383
|
-
};
|
|
64384
|
-
/**
|
|
64385
|
-
* ONESURANCE_ADVICE_TYPE
|
|
64386
|
-
* @enum {string}
|
|
64387
|
-
*/
|
|
64388
|
-
ONESURANCE_ADVICE_TYPE: "GENERAL" | "PRODUCT_SALE";
|
|
64389
|
-
/** PartyOnesuranceAction */
|
|
64390
|
-
PartyOnesuranceAction: {
|
|
64391
|
-
/**
|
|
64392
|
-
* Order
|
|
64393
|
-
* @description list is sorted based on order: 1, 2, 3, ...
|
|
64394
|
-
*/
|
|
64395
|
-
order: number;
|
|
64396
|
-
type: components["schemas"]["ONESURANCE_ACTION_TYPE"];
|
|
64397
|
-
/** Url */
|
|
64398
|
-
url?: string;
|
|
64399
|
-
/** Title */
|
|
64400
|
-
title: string;
|
|
64401
|
-
/** Description */
|
|
64402
|
-
description?: string;
|
|
64403
|
-
};
|
|
64404
|
-
/**
|
|
64405
|
-
* ONESURANCE_ACTION_TYPE
|
|
64406
|
-
* @enum {string}
|
|
64407
|
-
*/
|
|
64408
|
-
ONESURANCE_ACTION_TYPE: "CALL_CUSTOMER" | "MAIL_CUSTOMER" | "CALCULATE_QUOTE";
|
|
64409
64336
|
/** PersonalizedAdviceResponse */
|
|
64410
64337
|
PersonalizedAdviceResponse: {
|
|
64411
64338
|
/**
|
|
@@ -64944,6 +64871,88 @@ interface components {
|
|
|
64944
64871
|
*/
|
|
64945
64872
|
party_id: string;
|
|
64946
64873
|
};
|
|
64874
|
+
/**
|
|
64875
|
+
* OnesuranceRecommendations
|
|
64876
|
+
* @description If async stuff is needed, for example LLM calls, then this should be moved.
|
|
64877
|
+
*/
|
|
64878
|
+
OnesuranceRecommendations: {
|
|
64879
|
+
intent: components["schemas"]["ONESURANCE_INTENT"];
|
|
64880
|
+
/** Items */
|
|
64881
|
+
items: components["schemas"]["OnesuranceRecommendation"][];
|
|
64882
|
+
};
|
|
64883
|
+
/**
|
|
64884
|
+
* ONESURANCE_INTENT
|
|
64885
|
+
* @enum {string}
|
|
64886
|
+
*/
|
|
64887
|
+
ONESURANCE_INTENT: "SERVICE" | "MUTATIE" | "CLAIM" | "GROEI" | "KRIMP";
|
|
64888
|
+
/** OnesuranceRecommendation */
|
|
64889
|
+
OnesuranceRecommendation: {
|
|
64890
|
+
type: components["schemas"]["ONESURANCE_RECOMMENDATION_TYPE"];
|
|
64891
|
+
level: components["schemas"]["ONESURANCE_ADVICE_LEVEL"];
|
|
64892
|
+
/** Title */
|
|
64893
|
+
title: string;
|
|
64894
|
+
/** Description */
|
|
64895
|
+
description?: string;
|
|
64896
|
+
/** Notes */
|
|
64897
|
+
notes?: string[];
|
|
64898
|
+
/**
|
|
64899
|
+
* Advice
|
|
64900
|
+
* @default []
|
|
64901
|
+
*/
|
|
64902
|
+
advice: components["schemas"]["OnesuranceAdvice"][];
|
|
64903
|
+
};
|
|
64904
|
+
/**
|
|
64905
|
+
* ONESURANCE_RECOMMENDATION_TYPE
|
|
64906
|
+
* @enum {string}
|
|
64907
|
+
*/
|
|
64908
|
+
ONESURANCE_RECOMMENDATION_TYPE: "CHURN" | "SALES" | "CARE";
|
|
64909
|
+
/**
|
|
64910
|
+
* ONESURANCE_ADVICE_LEVEL
|
|
64911
|
+
* @enum {string}
|
|
64912
|
+
*/
|
|
64913
|
+
ONESURANCE_ADVICE_LEVEL: "HIGH" | "MEDIUM" | "LOW";
|
|
64914
|
+
/** OnesuranceAdvice */
|
|
64915
|
+
OnesuranceAdvice: {
|
|
64916
|
+
/** Title */
|
|
64917
|
+
title: string;
|
|
64918
|
+
level: components["schemas"]["ONESURANCE_ADVICE_LEVEL"];
|
|
64919
|
+
type: components["schemas"]["ONESURANCE_ADVICE_TYPE"];
|
|
64920
|
+
/** Description */
|
|
64921
|
+
description?: string;
|
|
64922
|
+
/** Provision */
|
|
64923
|
+
provision?: number;
|
|
64924
|
+
provision_interval?: components["schemas"]["PaymentInterval"];
|
|
64925
|
+
/**
|
|
64926
|
+
* Actions
|
|
64927
|
+
* @default []
|
|
64928
|
+
*/
|
|
64929
|
+
actions: components["schemas"]["OnesuranceAction"][];
|
|
64930
|
+
};
|
|
64931
|
+
/**
|
|
64932
|
+
* ONESURANCE_ADVICE_TYPE
|
|
64933
|
+
* @enum {string}
|
|
64934
|
+
*/
|
|
64935
|
+
ONESURANCE_ADVICE_TYPE: "GENERAL" | "PRODUCT_SALE";
|
|
64936
|
+
/** OnesuranceAction */
|
|
64937
|
+
OnesuranceAction: {
|
|
64938
|
+
/**
|
|
64939
|
+
* Order
|
|
64940
|
+
* @description list is sorted based on order: 1, 2, 3, ...
|
|
64941
|
+
*/
|
|
64942
|
+
order: number;
|
|
64943
|
+
type: components["schemas"]["ONESURANCE_ACTION_TYPE"];
|
|
64944
|
+
/** Url */
|
|
64945
|
+
url?: string;
|
|
64946
|
+
/** Title */
|
|
64947
|
+
title: string;
|
|
64948
|
+
/** Description */
|
|
64949
|
+
description?: string;
|
|
64950
|
+
};
|
|
64951
|
+
/**
|
|
64952
|
+
* ONESURANCE_ACTION_TYPE
|
|
64953
|
+
* @enum {string}
|
|
64954
|
+
*/
|
|
64955
|
+
ONESURANCE_ACTION_TYPE: "CALL_CUSTOMER" | "MAIL_CUSTOMER" | "CALCULATE_QUOTE";
|
|
64947
64956
|
/** SupportedFileTypesResponse */
|
|
64948
64957
|
SupportedFileTypesResponse: {
|
|
64949
64958
|
/** Items */
|
|
@@ -73354,14 +73363,6 @@ type SchemaDutyOfCareKind = components['schemas']['DutyOfCareKind'];
|
|
|
73354
73363
|
type SchemaDutyOfCareStatus = components['schemas']['DutyOfCareStatus'];
|
|
73355
73364
|
type SchemaTransferCandidatesCheckupItem = components['schemas']['TransferCandidatesCheckupItem'];
|
|
73356
73365
|
type SchemaSwitchCandidatesCheckupItem = components['schemas']['SwitchCandidatesCheckupItem'];
|
|
73357
|
-
type SchemaPartyOnesuranceRecommendations = components['schemas']['PartyOnesuranceRecommendations'];
|
|
73358
|
-
type SchemaPartyOnesuranceRecommendation = components['schemas']['PartyOnesuranceRecommendation'];
|
|
73359
|
-
type SchemaOnesuranceRecommendationType = components['schemas']['ONESURANCE_RECOMMENDATION_TYPE'];
|
|
73360
|
-
type SchemaOnesuranceAdviceLevel = components['schemas']['ONESURANCE_ADVICE_LEVEL'];
|
|
73361
|
-
type SchemaPartyOnesuranceAdvice = components['schemas']['PartyOnesuranceAdvice'];
|
|
73362
|
-
type SchemaOnesuranceAdviceType = components['schemas']['ONESURANCE_ADVICE_TYPE'];
|
|
73363
|
-
type SchemaPartyOnesuranceAction = components['schemas']['PartyOnesuranceAction'];
|
|
73364
|
-
type SchemaOnesuranceActionType = components['schemas']['ONESURANCE_ACTION_TYPE'];
|
|
73365
73366
|
type SchemaPersonalizedAdviceResponse = components['schemas']['PersonalizedAdviceResponse'];
|
|
73366
73367
|
type SchemaPersonalizedAdvice = components['schemas']['PersonalizedAdvice'];
|
|
73367
73368
|
type SchemaLabeledItems = components['schemas']['LabeledItems'];
|
|
@@ -73400,6 +73401,15 @@ type SchemaCategoryType = components['schemas']['CategoryType'];
|
|
|
73400
73401
|
type SchemaPriorityTag = components['schemas']['PriorityTag'];
|
|
73401
73402
|
type SchemaSentimentType = components['schemas']['SentimentType'];
|
|
73402
73403
|
type SchemaEmailAnalyzeByEmailIdCmd = components['schemas']['EmailAnalyzeByEmailIdCmd'];
|
|
73404
|
+
type SchemaOnesuranceRecommendations = components['schemas']['OnesuranceRecommendations'];
|
|
73405
|
+
type SchemaOnesuranceIntent = components['schemas']['ONESURANCE_INTENT'];
|
|
73406
|
+
type SchemaOnesuranceRecommendation = components['schemas']['OnesuranceRecommendation'];
|
|
73407
|
+
type SchemaOnesuranceRecommendationType = components['schemas']['ONESURANCE_RECOMMENDATION_TYPE'];
|
|
73408
|
+
type SchemaOnesuranceAdviceLevel = components['schemas']['ONESURANCE_ADVICE_LEVEL'];
|
|
73409
|
+
type SchemaOnesuranceAdvice = components['schemas']['OnesuranceAdvice'];
|
|
73410
|
+
type SchemaOnesuranceAdviceType = components['schemas']['ONESURANCE_ADVICE_TYPE'];
|
|
73411
|
+
type SchemaOnesuranceAction = components['schemas']['OnesuranceAction'];
|
|
73412
|
+
type SchemaOnesuranceActionType = components['schemas']['ONESURANCE_ACTION_TYPE'];
|
|
73403
73413
|
type SchemaSupportedFileTypesResponse = components['schemas']['SupportedFileTypesResponse'];
|
|
73404
73414
|
type SchemaExtractSingularDocumentParams = components['schemas']['extract_singular_document_params'];
|
|
73405
73415
|
type SchemaExtractOneDocumentResponse = components['schemas']['ExtractOneDocumentResponse'];
|
|
@@ -100071,6 +100081,96 @@ interface operations {
|
|
|
100071
100081
|
};
|
|
100072
100082
|
};
|
|
100073
100083
|
};
|
|
100084
|
+
get_onesurance_recommendations_by_email_id_v1_api_email_analyzer_emails__email_id__onesurance_recommendations_get: {
|
|
100085
|
+
parameters: {
|
|
100086
|
+
query?: {
|
|
100087
|
+
/**
|
|
100088
|
+
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
100089
|
+
* @example EN
|
|
100090
|
+
*/
|
|
100091
|
+
lang?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
|
|
100092
|
+
/**
|
|
100093
|
+
* @description Same as lang, but adds support to pass ?language as well
|
|
100094
|
+
* @example EN
|
|
100095
|
+
*/
|
|
100096
|
+
language?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
|
|
100097
|
+
};
|
|
100098
|
+
header?: {
|
|
100099
|
+
/** @description Which release to target running in 'STAGING' environment. */
|
|
100100
|
+
"x-release"?: string;
|
|
100101
|
+
};
|
|
100102
|
+
path: {
|
|
100103
|
+
email_id: string;
|
|
100104
|
+
};
|
|
100105
|
+
cookie?: never;
|
|
100106
|
+
};
|
|
100107
|
+
requestBody?: never;
|
|
100108
|
+
responses: {
|
|
100109
|
+
/** @description Successful Response */
|
|
100110
|
+
200: {
|
|
100111
|
+
headers: {
|
|
100112
|
+
[name: string]: unknown;
|
|
100113
|
+
};
|
|
100114
|
+
content: {
|
|
100115
|
+
"application/json": components["schemas"]["OnesuranceRecommendations"];
|
|
100116
|
+
};
|
|
100117
|
+
};
|
|
100118
|
+
/** @description Bad Request */
|
|
100119
|
+
400: {
|
|
100120
|
+
headers: {
|
|
100121
|
+
[name: string]: unknown;
|
|
100122
|
+
};
|
|
100123
|
+
content: {
|
|
100124
|
+
"application/json": components["schemas"]["Error_4XX"];
|
|
100125
|
+
};
|
|
100126
|
+
};
|
|
100127
|
+
/** @description Unauthorized */
|
|
100128
|
+
401: {
|
|
100129
|
+
headers: {
|
|
100130
|
+
[name: string]: unknown;
|
|
100131
|
+
};
|
|
100132
|
+
content: {
|
|
100133
|
+
"application/json": components["schemas"]["Error_401"];
|
|
100134
|
+
};
|
|
100135
|
+
};
|
|
100136
|
+
/** @description Forbidden */
|
|
100137
|
+
403: {
|
|
100138
|
+
headers: {
|
|
100139
|
+
[name: string]: unknown;
|
|
100140
|
+
};
|
|
100141
|
+
content: {
|
|
100142
|
+
"application/json": components["schemas"]["Error_403"];
|
|
100143
|
+
};
|
|
100144
|
+
};
|
|
100145
|
+
/** @description Unprocessable Content */
|
|
100146
|
+
422: {
|
|
100147
|
+
headers: {
|
|
100148
|
+
[name: string]: unknown;
|
|
100149
|
+
};
|
|
100150
|
+
content: {
|
|
100151
|
+
"application/json": components["schemas"]["Error_422"];
|
|
100152
|
+
};
|
|
100153
|
+
};
|
|
100154
|
+
/** @description Too Many Requests */
|
|
100155
|
+
429: {
|
|
100156
|
+
headers: {
|
|
100157
|
+
[name: string]: unknown;
|
|
100158
|
+
};
|
|
100159
|
+
content: {
|
|
100160
|
+
"application/json": components["schemas"]["Error_429"];
|
|
100161
|
+
};
|
|
100162
|
+
};
|
|
100163
|
+
/** @description Internal Server Error */
|
|
100164
|
+
500: {
|
|
100165
|
+
headers: {
|
|
100166
|
+
[name: string]: unknown;
|
|
100167
|
+
};
|
|
100168
|
+
content: {
|
|
100169
|
+
"application/json": components["schemas"]["ServerError"];
|
|
100170
|
+
};
|
|
100171
|
+
};
|
|
100172
|
+
};
|
|
100173
|
+
};
|
|
100074
100174
|
search_directors_by_first_and_last_name_v1_api_people_search_get: {
|
|
100075
100175
|
parameters: {
|
|
100076
100176
|
query: {
|
|
@@ -113511,96 +113611,6 @@ interface operations {
|
|
|
113511
113611
|
};
|
|
113512
113612
|
};
|
|
113513
113613
|
};
|
|
113514
|
-
get_onesurance_recommendations_by_party_id_v1_api_parties__party_id__onesurance_recommendations_get: {
|
|
113515
|
-
parameters: {
|
|
113516
|
-
query?: {
|
|
113517
|
-
/**
|
|
113518
|
-
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
113519
|
-
* @example EN
|
|
113520
|
-
*/
|
|
113521
|
-
lang?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
|
|
113522
|
-
/**
|
|
113523
|
-
* @description Same as lang, but adds support to pass ?language as well
|
|
113524
|
-
* @example EN
|
|
113525
|
-
*/
|
|
113526
|
-
language?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
|
|
113527
|
-
};
|
|
113528
|
-
header?: {
|
|
113529
|
-
/** @description Which release to target running in 'STAGING' environment. */
|
|
113530
|
-
"x-release"?: string;
|
|
113531
|
-
};
|
|
113532
|
-
path: {
|
|
113533
|
-
party_id: string;
|
|
113534
|
-
};
|
|
113535
|
-
cookie?: never;
|
|
113536
|
-
};
|
|
113537
|
-
requestBody?: never;
|
|
113538
|
-
responses: {
|
|
113539
|
-
/** @description Successful Response */
|
|
113540
|
-
200: {
|
|
113541
|
-
headers: {
|
|
113542
|
-
[name: string]: unknown;
|
|
113543
|
-
};
|
|
113544
|
-
content: {
|
|
113545
|
-
"application/json": components["schemas"]["PartyOnesuranceRecommendations"];
|
|
113546
|
-
};
|
|
113547
|
-
};
|
|
113548
|
-
/** @description Bad Request */
|
|
113549
|
-
400: {
|
|
113550
|
-
headers: {
|
|
113551
|
-
[name: string]: unknown;
|
|
113552
|
-
};
|
|
113553
|
-
content: {
|
|
113554
|
-
"application/json": components["schemas"]["Error_4XX"];
|
|
113555
|
-
};
|
|
113556
|
-
};
|
|
113557
|
-
/** @description Unauthorized */
|
|
113558
|
-
401: {
|
|
113559
|
-
headers: {
|
|
113560
|
-
[name: string]: unknown;
|
|
113561
|
-
};
|
|
113562
|
-
content: {
|
|
113563
|
-
"application/json": components["schemas"]["Error_401"];
|
|
113564
|
-
};
|
|
113565
|
-
};
|
|
113566
|
-
/** @description Forbidden */
|
|
113567
|
-
403: {
|
|
113568
|
-
headers: {
|
|
113569
|
-
[name: string]: unknown;
|
|
113570
|
-
};
|
|
113571
|
-
content: {
|
|
113572
|
-
"application/json": components["schemas"]["Error_403"];
|
|
113573
|
-
};
|
|
113574
|
-
};
|
|
113575
|
-
/** @description Unprocessable Content */
|
|
113576
|
-
422: {
|
|
113577
|
-
headers: {
|
|
113578
|
-
[name: string]: unknown;
|
|
113579
|
-
};
|
|
113580
|
-
content: {
|
|
113581
|
-
"application/json": components["schemas"]["Error_422"];
|
|
113582
|
-
};
|
|
113583
|
-
};
|
|
113584
|
-
/** @description Too Many Requests */
|
|
113585
|
-
429: {
|
|
113586
|
-
headers: {
|
|
113587
|
-
[name: string]: unknown;
|
|
113588
|
-
};
|
|
113589
|
-
content: {
|
|
113590
|
-
"application/json": components["schemas"]["Error_429"];
|
|
113591
|
-
};
|
|
113592
|
-
};
|
|
113593
|
-
/** @description Internal Server Error */
|
|
113594
|
-
500: {
|
|
113595
|
-
headers: {
|
|
113596
|
-
[name: string]: unknown;
|
|
113597
|
-
};
|
|
113598
|
-
content: {
|
|
113599
|
-
"application/json": components["schemas"]["ServerError"];
|
|
113600
|
-
};
|
|
113601
|
-
};
|
|
113602
|
-
};
|
|
113603
|
-
};
|
|
113604
113614
|
export_party_to_anva_v1_api_parties__party_id__export_to_anva_post: {
|
|
113605
113615
|
parameters: {
|
|
113606
113616
|
query?: {
|
|
@@ -125075,53 +125085,60 @@ interface AnalyzeEmailProps {
|
|
|
125075
125085
|
}
|
|
125076
125086
|
declare const analyzeEmail: (props: AnalyzeEmailProps, wgApiClient: ClientType) => Promise<AnalyzeEmailResponse>;
|
|
125077
125087
|
|
|
125078
|
-
declare const routeName$3J = "/v1/api/
|
|
125079
|
-
type
|
|
125080
|
-
type
|
|
125081
|
-
type
|
|
125088
|
+
declare const routeName$3J = "/v1/api/email-analyzer/emails/{email_id}/onesurance-recommendations";
|
|
125089
|
+
type GetOnesuranceRecommendationsByEmailIdPathParams = paths[typeof routeName$3J]['get']['parameters']['path'];
|
|
125090
|
+
type GetOnesuranceRecommendationsByEmailIdQueryParams = paths[typeof routeName$3J]['get']['parameters']['query'];
|
|
125091
|
+
type GetOnesuranceRecommendationsByEmailIdResponse = paths[typeof routeName$3J]['get']['responses'][200]['content']['application/json'];
|
|
125092
|
+
type GetOnesuranceRecommendationsByEmailIdProps = paths[typeof routeName$3J]['get']['parameters'];
|
|
125093
|
+
declare const getOnesuranceRecommendationsByEmailId: (props: GetOnesuranceRecommendationsByEmailIdProps, wgApiClient: ClientType) => Promise<GetOnesuranceRecommendationsByEmailIdResponse>;
|
|
125094
|
+
|
|
125095
|
+
declare const routeName$3I = "/v1/api/people/search";
|
|
125096
|
+
type SearchDirectorsByFirstAndLastNameQueryParams = paths[typeof routeName$3I]['get']['parameters']['query'];
|
|
125097
|
+
type SearchDirectorsByFirstAndLastNameResponse = paths[typeof routeName$3I]['get']['responses'][200]['content']['application/json'];
|
|
125098
|
+
type SearchDirectorsByFirstAndLastNameProps = paths[typeof routeName$3I]['get']['parameters'];
|
|
125082
125099
|
declare const searchDirectorsByFirstAndLastName: (props: SearchDirectorsByFirstAndLastNameProps, wgApiClient: ClientType) => Promise<SearchDirectorsByFirstAndLastNameResponse>;
|
|
125083
125100
|
|
|
125084
|
-
declare const routeName$
|
|
125085
|
-
type SearchEnterprisesByCountryQueryParams = paths[typeof routeName$
|
|
125086
|
-
type SearchEnterprisesByCountryResponse = paths[typeof routeName$
|
|
125087
|
-
type SearchEnterprisesByCountryProps = paths[typeof routeName$
|
|
125101
|
+
declare const routeName$3H = "/v1/api/enterprises/search";
|
|
125102
|
+
type SearchEnterprisesByCountryQueryParams = paths[typeof routeName$3H]['get']['parameters']['query'];
|
|
125103
|
+
type SearchEnterprisesByCountryResponse = paths[typeof routeName$3H]['get']['responses'][200]['content']['application/json'];
|
|
125104
|
+
type SearchEnterprisesByCountryProps = paths[typeof routeName$3H]['get']['parameters'];
|
|
125088
125105
|
declare const searchEnterprisesByCountry: (props: SearchEnterprisesByCountryProps, wgApiClient: ClientType) => Promise<SearchEnterprisesByCountryResponse>;
|
|
125089
125106
|
|
|
125090
|
-
declare const routeName$
|
|
125091
|
-
type GetEnterpriseByCompanyRegistrationNumberAndCountryPathParams = paths[typeof routeName$
|
|
125092
|
-
type GetEnterpriseByCompanyRegistrationNumberAndCountryQueryParams = paths[typeof routeName$
|
|
125093
|
-
type GetEnterpriseByCompanyRegistrationNumberAndCountryResponse = paths[typeof routeName$
|
|
125094
|
-
type GetEnterpriseByCompanyRegistrationNumberAndCountryProps = paths[typeof routeName$
|
|
125107
|
+
declare const routeName$3G = "/v1/api/enterprises/{company_registration_number}";
|
|
125108
|
+
type GetEnterpriseByCompanyRegistrationNumberAndCountryPathParams = paths[typeof routeName$3G]['get']['parameters']['path'];
|
|
125109
|
+
type GetEnterpriseByCompanyRegistrationNumberAndCountryQueryParams = paths[typeof routeName$3G]['get']['parameters']['query'];
|
|
125110
|
+
type GetEnterpriseByCompanyRegistrationNumberAndCountryResponse = paths[typeof routeName$3G]['get']['responses'][200]['content']['application/json'];
|
|
125111
|
+
type GetEnterpriseByCompanyRegistrationNumberAndCountryProps = paths[typeof routeName$3G]['get']['parameters'];
|
|
125095
125112
|
declare const getEnterpriseByCompanyRegistrationNumberAndCountry: (props: GetEnterpriseByCompanyRegistrationNumberAndCountryProps, wgApiClient: ClientType) => Promise<GetEnterpriseByCompanyRegistrationNumberAndCountryResponse>;
|
|
125096
125113
|
|
|
125097
|
-
declare const routeName$
|
|
125098
|
-
type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponsePathParams = paths[typeof routeName$
|
|
125099
|
-
type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseQueryParams = paths[typeof routeName$
|
|
125100
|
-
type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseResponse = paths[typeof routeName$
|
|
125101
|
-
type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseProps = paths[typeof routeName$
|
|
125114
|
+
declare const routeName$3F = "/v1/api/enterprises/{company_registration_number}/minimal";
|
|
125115
|
+
type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponsePathParams = paths[typeof routeName$3F]['get']['parameters']['path'];
|
|
125116
|
+
type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseQueryParams = paths[typeof routeName$3F]['get']['parameters']['query'];
|
|
125117
|
+
type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseResponse = paths[typeof routeName$3F]['get']['responses'][200]['content']['application/json'];
|
|
125118
|
+
type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseProps = paths[typeof routeName$3F]['get']['parameters'];
|
|
125102
125119
|
declare const getEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponse: (props: GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseProps, wgApiClient: ClientType) => Promise<GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseResponse>;
|
|
125103
125120
|
|
|
125104
|
-
declare const routeName$
|
|
125105
|
-
type GetAllEnumsResponse = paths[typeof routeName$
|
|
125121
|
+
declare const routeName$3E = "/enums";
|
|
125122
|
+
type GetAllEnumsResponse = paths[typeof routeName$3E]['get']['responses'][200]['content']['application/json'];
|
|
125106
125123
|
declare const getAllEnums: (wgApiClient: ClientType) => Promise<GetAllEnumsResponse>;
|
|
125107
125124
|
|
|
125108
|
-
declare const routeName$
|
|
125109
|
-
type GetValuesOfEnumPathParams = paths[typeof routeName$
|
|
125110
|
-
type GetValuesOfEnumResponse = paths[typeof routeName$
|
|
125111
|
-
type GetValuesOfEnumProps = paths[typeof routeName$
|
|
125125
|
+
declare const routeName$3D = "/enums/{enum}";
|
|
125126
|
+
type GetValuesOfEnumPathParams = paths[typeof routeName$3D]['get']['parameters']['path'];
|
|
125127
|
+
type GetValuesOfEnumResponse = paths[typeof routeName$3D]['get']['responses'][200]['content']['application/json'];
|
|
125128
|
+
type GetValuesOfEnumProps = paths[typeof routeName$3D]['get']['parameters'];
|
|
125112
125129
|
declare const getValuesOfEnum: (props: GetValuesOfEnumProps, wgApiClient: ClientType) => Promise<GetValuesOfEnumResponse>;
|
|
125113
125130
|
|
|
125114
|
-
declare const routeName$
|
|
125115
|
-
type GetAdvisoryReportExportOptionsPathParams = paths[typeof routeName$
|
|
125116
|
-
type GetAdvisoryReportExportOptionsResponse = paths[typeof routeName$
|
|
125117
|
-
type GetAdvisoryReportExportOptionsProps = paths[typeof routeName$
|
|
125131
|
+
declare const routeName$3C = "/v1/api/advisory-reports/{report_id}/export-options";
|
|
125132
|
+
type GetAdvisoryReportExportOptionsPathParams = paths[typeof routeName$3C]['get']['parameters']['path'];
|
|
125133
|
+
type GetAdvisoryReportExportOptionsResponse = paths[typeof routeName$3C]['get']['responses'][200]['content']['application/json'];
|
|
125134
|
+
type GetAdvisoryReportExportOptionsProps = paths[typeof routeName$3C]['get']['parameters'];
|
|
125118
125135
|
declare const getAdvisoryReportExportOptions: (props: GetAdvisoryReportExportOptionsProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportExportOptionsResponse>;
|
|
125119
125136
|
|
|
125120
|
-
declare const routeName$
|
|
125121
|
-
type ExportAdvisoryReportByIdBody = paths[typeof routeName$
|
|
125122
|
-
type ExportAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
125123
|
-
type ExportAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
125124
|
-
type ExportAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
125137
|
+
declare const routeName$3B = "/v1/api/advisory-reports/{report_id}/exports";
|
|
125138
|
+
type ExportAdvisoryReportByIdBody = paths[typeof routeName$3B]['post']['requestBody']['content']['application/json'];
|
|
125139
|
+
type ExportAdvisoryReportByIdPathParams = paths[typeof routeName$3B]['post']['parameters']['path'];
|
|
125140
|
+
type ExportAdvisoryReportByIdQueryParams = paths[typeof routeName$3B]['post']['parameters']['query'];
|
|
125141
|
+
type ExportAdvisoryReportByIdResponse = paths[typeof routeName$3B]['post']['responses'][201]['content']['application/json'];
|
|
125125
125142
|
interface ExportAdvisoryReportByIdProps {
|
|
125126
125143
|
body: ExportAdvisoryReportByIdBody;
|
|
125127
125144
|
params: {
|
|
@@ -125131,9 +125148,9 @@ interface ExportAdvisoryReportByIdProps {
|
|
|
125131
125148
|
}
|
|
125132
125149
|
declare const exportAdvisoryReportById: (props: ExportAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<ExportAdvisoryReportByIdResponse>;
|
|
125133
125150
|
|
|
125134
|
-
declare const routeName$
|
|
125135
|
-
type ExportPartyByIdPathParams = paths[typeof routeName$
|
|
125136
|
-
type ExportPartyByIdResponse = paths[typeof routeName$
|
|
125151
|
+
declare const routeName$3A = "/v1/api/parties/{party_id}/exports/crm";
|
|
125152
|
+
type ExportPartyByIdPathParams = paths[typeof routeName$3A]['post']['parameters']['path'];
|
|
125153
|
+
type ExportPartyByIdResponse = paths[typeof routeName$3A]['post']['responses'][201]['content']['application/json'];
|
|
125137
125154
|
interface ExportPartyByIdProps {
|
|
125138
125155
|
params: {
|
|
125139
125156
|
path: ExportPartyByIdPathParams;
|
|
@@ -125141,52 +125158,52 @@ interface ExportPartyByIdProps {
|
|
|
125141
125158
|
}
|
|
125142
125159
|
declare const exportPartyById: (props: ExportPartyByIdProps, wgApiClient: ClientType) => Promise<ExportPartyByIdResponse>;
|
|
125143
125160
|
|
|
125144
|
-
declare const routeName$
|
|
125145
|
-
type RetrieveAllExportsByPartyPathParams = paths[typeof routeName$
|
|
125146
|
-
type RetrieveAllExportsByPartyQueryParams = paths[typeof routeName$
|
|
125147
|
-
type RetrieveAllExportsByPartyResponse = paths[typeof routeName$
|
|
125148
|
-
type RetrieveAllExportsByPartyProps = paths[typeof routeName$
|
|
125161
|
+
declare const routeName$3z = "/v1/api/parties/{party_id}/exports";
|
|
125162
|
+
type RetrieveAllExportsByPartyPathParams = paths[typeof routeName$3z]['get']['parameters']['path'];
|
|
125163
|
+
type RetrieveAllExportsByPartyQueryParams = paths[typeof routeName$3z]['get']['parameters']['query'];
|
|
125164
|
+
type RetrieveAllExportsByPartyResponse = paths[typeof routeName$3z]['get']['responses'][200]['content']['application/json'];
|
|
125165
|
+
type RetrieveAllExportsByPartyProps = paths[typeof routeName$3z]['get']['parameters'];
|
|
125149
125166
|
declare const retrieveAllExportsByParty: (props: RetrieveAllExportsByPartyProps, wgApiClient: ClientType) => Promise<RetrieveAllExportsByPartyResponse>;
|
|
125150
125167
|
|
|
125151
|
-
declare const routeName$
|
|
125152
|
-
type RetrieveExportByIdPathParams = paths[typeof routeName$
|
|
125153
|
-
type RetrieveExportByIdQueryParams = paths[typeof routeName$
|
|
125154
|
-
type RetrieveExportByIdResponse = paths[typeof routeName$
|
|
125155
|
-
type RetrieveExportByIdProps = paths[typeof routeName$
|
|
125168
|
+
declare const routeName$3y = "/v1/api/exports/{export_id}";
|
|
125169
|
+
type RetrieveExportByIdPathParams = paths[typeof routeName$3y]['get']['parameters']['path'];
|
|
125170
|
+
type RetrieveExportByIdQueryParams = paths[typeof routeName$3y]['get']['parameters']['query'];
|
|
125171
|
+
type RetrieveExportByIdResponse = paths[typeof routeName$3y]['get']['responses'][200]['content']['application/json'];
|
|
125172
|
+
type RetrieveExportByIdProps = paths[typeof routeName$3y]['get']['parameters'];
|
|
125156
125173
|
declare const retrieveExportById: (props: RetrieveExportByIdProps, wgApiClient: ClientType) => Promise<RetrieveExportByIdResponse>;
|
|
125157
125174
|
|
|
125158
|
-
declare const routeName$
|
|
125159
|
-
type LockFlightApiResponse = paths[typeof routeName$
|
|
125175
|
+
declare const routeName$3x = "/v1/api/flights/lock";
|
|
125176
|
+
type LockFlightApiResponse = paths[typeof routeName$3x]['get']['responses'][200]['content']['application/json'];
|
|
125160
125177
|
declare const lockFlightApi: (wgApiClient: ClientType) => Promise<LockFlightApiResponse>;
|
|
125161
125178
|
|
|
125162
|
-
declare const routeName$
|
|
125163
|
-
type RetrieveAirportsResponse = paths[typeof routeName$
|
|
125179
|
+
declare const routeName$3w = "/v1/api/flights/airports";
|
|
125180
|
+
type RetrieveAirportsResponse = paths[typeof routeName$3w]['get']['responses'][200]['content']['application/json'];
|
|
125164
125181
|
declare const retrieveAirports: (wgApiClient: ClientType) => Promise<RetrieveAirportsResponse>;
|
|
125165
125182
|
|
|
125166
|
-
declare const routeName$
|
|
125167
|
-
type GetAvailableFlowsForDistributionInfoQueryParams = paths[typeof routeName$
|
|
125168
|
-
type GetAvailableFlowsForDistributionInfoResponse = paths[typeof routeName$
|
|
125169
|
-
type GetAvailableFlowsForDistributionInfoProps = paths[typeof routeName$
|
|
125183
|
+
declare const routeName$3v = "/v1/api/distributions/me/flows";
|
|
125184
|
+
type GetAvailableFlowsForDistributionInfoQueryParams = paths[typeof routeName$3v]['get']['parameters']['query'];
|
|
125185
|
+
type GetAvailableFlowsForDistributionInfoResponse = paths[typeof routeName$3v]['get']['responses'][200]['content']['application/json'];
|
|
125186
|
+
type GetAvailableFlowsForDistributionInfoProps = paths[typeof routeName$3v]['get']['parameters'];
|
|
125170
125187
|
declare const getAvailableFlowsForDistributionInfo: (props: GetAvailableFlowsForDistributionInfoProps, wgApiClient: ClientType) => Promise<GetAvailableFlowsForDistributionInfoResponse>;
|
|
125171
125188
|
|
|
125172
|
-
declare const routeName$
|
|
125173
|
-
type GetFlowsInfoQueryParams = paths[typeof routeName$
|
|
125174
|
-
type GetFlowsInfoResponse = paths[typeof routeName$
|
|
125175
|
-
type GetFlowsInfoProps = paths[typeof routeName$
|
|
125189
|
+
declare const routeName$3u = "/v1/api/flows";
|
|
125190
|
+
type GetFlowsInfoQueryParams = paths[typeof routeName$3u]['get']['parameters']['query'];
|
|
125191
|
+
type GetFlowsInfoResponse = paths[typeof routeName$3u]['get']['responses'][200]['content']['application/json'];
|
|
125192
|
+
type GetFlowsInfoProps = paths[typeof routeName$3u]['get']['parameters'];
|
|
125176
125193
|
declare const getFlowsInfo: (props: GetFlowsInfoProps, wgApiClient: ClientType) => Promise<GetFlowsInfoResponse>;
|
|
125177
125194
|
|
|
125178
|
-
declare const routeName$
|
|
125179
|
-
type GetFlowInfoByIdPathParams = paths[typeof routeName$
|
|
125180
|
-
type GetFlowInfoByIdQueryParams = paths[typeof routeName$
|
|
125181
|
-
type GetFlowInfoByIdResponse = paths[typeof routeName$
|
|
125182
|
-
type GetFlowInfoByIdProps = paths[typeof routeName$
|
|
125195
|
+
declare const routeName$3t = "/v1/api/flows/{flow_id}";
|
|
125196
|
+
type GetFlowInfoByIdPathParams = paths[typeof routeName$3t]['get']['parameters']['path'];
|
|
125197
|
+
type GetFlowInfoByIdQueryParams = paths[typeof routeName$3t]['get']['parameters']['query'];
|
|
125198
|
+
type GetFlowInfoByIdResponse = paths[typeof routeName$3t]['get']['responses'][200]['content']['application/json'];
|
|
125199
|
+
type GetFlowInfoByIdProps = paths[typeof routeName$3t]['get']['parameters'];
|
|
125183
125200
|
declare const getFlowInfoById: (props: GetFlowInfoByIdProps, wgApiClient: ClientType) => Promise<GetFlowInfoByIdResponse>;
|
|
125184
125201
|
|
|
125185
|
-
declare const routeName$
|
|
125186
|
-
type RetrieveFlowBody = paths[typeof routeName$
|
|
125187
|
-
type RetrieveFlowPathParams = paths[typeof routeName$
|
|
125188
|
-
type RetrieveFlowQueryParams = paths[typeof routeName$
|
|
125189
|
-
type RetrieveFlowResponse = paths[typeof routeName$
|
|
125202
|
+
declare const routeName$3s = "/v1/api/flows/{flow_id}";
|
|
125203
|
+
type RetrieveFlowBody = paths[typeof routeName$3s]['post']['requestBody']['content']['application/json'];
|
|
125204
|
+
type RetrieveFlowPathParams = paths[typeof routeName$3s]['post']['parameters']['path'];
|
|
125205
|
+
type RetrieveFlowQueryParams = paths[typeof routeName$3s]['post']['parameters']['query'];
|
|
125206
|
+
type RetrieveFlowResponse = paths[typeof routeName$3s]['post']['responses'][201]['content']['application/json'];
|
|
125190
125207
|
interface RetrieveFlowProps {
|
|
125191
125208
|
body: RetrieveFlowBody;
|
|
125192
125209
|
params: {
|
|
@@ -125196,18 +125213,18 @@ interface RetrieveFlowProps {
|
|
|
125196
125213
|
}
|
|
125197
125214
|
declare const retrieveFlow: (props: RetrieveFlowProps, wgApiClient: ClientType) => Promise<RetrieveFlowResponse>;
|
|
125198
125215
|
|
|
125199
|
-
declare const routeName$
|
|
125200
|
-
type GenerateFlowQuestionnairePathParams = paths[typeof routeName$
|
|
125201
|
-
type GenerateFlowQuestionnaireQueryParams = paths[typeof routeName$
|
|
125202
|
-
type GenerateFlowQuestionnaireResponse = paths[typeof routeName$
|
|
125203
|
-
type GenerateFlowQuestionnaireProps = paths[typeof routeName$
|
|
125216
|
+
declare const routeName$3r = "/v1/api/flows/{flow_id}/questionnaire";
|
|
125217
|
+
type GenerateFlowQuestionnairePathParams = paths[typeof routeName$3r]['get']['parameters']['path'];
|
|
125218
|
+
type GenerateFlowQuestionnaireQueryParams = paths[typeof routeName$3r]['get']['parameters']['query'];
|
|
125219
|
+
type GenerateFlowQuestionnaireResponse = paths[typeof routeName$3r]['get']['responses'][200]['content']['application/json'];
|
|
125220
|
+
type GenerateFlowQuestionnaireProps = paths[typeof routeName$3r]['get']['parameters'];
|
|
125204
125221
|
declare const generateFlowQuestionnaire: (props: GenerateFlowQuestionnaireProps, wgApiClient: ClientType) => Promise<GenerateFlowQuestionnaireResponse>;
|
|
125205
125222
|
|
|
125206
|
-
declare const routeName$
|
|
125207
|
-
type GenerateFlowQuestionnaireDocumentBody = paths[typeof routeName$
|
|
125208
|
-
type GenerateFlowQuestionnaireDocumentPathParams = paths[typeof routeName$
|
|
125209
|
-
type GenerateFlowQuestionnaireDocumentQueryParams = paths[typeof routeName$
|
|
125210
|
-
type GenerateFlowQuestionnaireDocumentResponse = paths[typeof routeName$
|
|
125223
|
+
declare const routeName$3q = "/v1/api/flows/{flow_id}/questionnaire/pdf";
|
|
125224
|
+
type GenerateFlowQuestionnaireDocumentBody = paths[typeof routeName$3q]['post']['requestBody']['content']['application/json'];
|
|
125225
|
+
type GenerateFlowQuestionnaireDocumentPathParams = paths[typeof routeName$3q]['post']['parameters']['path'];
|
|
125226
|
+
type GenerateFlowQuestionnaireDocumentQueryParams = paths[typeof routeName$3q]['post']['parameters']['query'];
|
|
125227
|
+
type GenerateFlowQuestionnaireDocumentResponse = paths[typeof routeName$3q]['post']['responses'][200]['content']['application/json'];
|
|
125211
125228
|
interface GenerateFlowQuestionnaireDocumentProps {
|
|
125212
125229
|
body: GenerateFlowQuestionnaireDocumentBody;
|
|
125213
125230
|
params: {
|
|
@@ -125217,25 +125234,25 @@ interface GenerateFlowQuestionnaireDocumentProps {
|
|
|
125217
125234
|
}
|
|
125218
125235
|
declare const generateFlowQuestionnaireDocument: (props: GenerateFlowQuestionnaireDocumentProps, wgApiClient: ClientType) => Promise<GenerateFlowQuestionnaireDocumentResponse>;
|
|
125219
125236
|
|
|
125220
|
-
declare const routeName$
|
|
125221
|
-
type RetrieveAskLaterQuestionsQueryParams = paths[typeof routeName$
|
|
125222
|
-
type RetrieveAskLaterQuestionsResponse = paths[typeof routeName$
|
|
125223
|
-
type RetrieveAskLaterQuestionsProps = paths[typeof routeName$
|
|
125237
|
+
declare const routeName$3p = "/v1/api/flows-ask-later-questions";
|
|
125238
|
+
type RetrieveAskLaterQuestionsQueryParams = paths[typeof routeName$3p]['get']['parameters']['query'];
|
|
125239
|
+
type RetrieveAskLaterQuestionsResponse = paths[typeof routeName$3p]['get']['responses'][200]['content']['application/json'];
|
|
125240
|
+
type RetrieveAskLaterQuestionsProps = paths[typeof routeName$3p]['get']['parameters'];
|
|
125224
125241
|
declare const retrieveAskLaterQuestions: (props: RetrieveAskLaterQuestionsProps, wgApiClient: ClientType) => Promise<RetrieveAskLaterQuestionsResponse>;
|
|
125225
125242
|
|
|
125226
|
-
declare const routeName$
|
|
125227
|
-
type SetAskLaterQuestionsBody = paths[typeof routeName$
|
|
125228
|
-
type SetAskLaterQuestionsResponse = paths[typeof routeName$
|
|
125243
|
+
declare const routeName$3o = "/v1/api/flows-ask-later-questions";
|
|
125244
|
+
type SetAskLaterQuestionsBody = paths[typeof routeName$3o]['post']['requestBody']['content']['application/json'];
|
|
125245
|
+
type SetAskLaterQuestionsResponse = paths[typeof routeName$3o]['post']['responses'][200]['content']['application/json'];
|
|
125229
125246
|
interface SetAskLaterQuestionsProps {
|
|
125230
125247
|
body: SetAskLaterQuestionsBody;
|
|
125231
125248
|
}
|
|
125232
125249
|
declare const setAskLaterQuestions: (props: SetAskLaterQuestionsProps, wgApiClient: ClientType) => Promise<SetAskLaterQuestionsResponse>;
|
|
125233
125250
|
|
|
125234
|
-
declare const routeName$
|
|
125235
|
-
type AnswerAFlowDirectlyBody = paths[typeof routeName$
|
|
125236
|
-
type AnswerAFlowDirectlyPathParams = paths[typeof routeName$
|
|
125237
|
-
type AnswerAFlowDirectlyQueryParams = paths[typeof routeName$
|
|
125238
|
-
type AnswerAFlowDirectlyResponse = paths[typeof routeName$
|
|
125251
|
+
declare const routeName$3n = "/v1/api/flows/{flow_id}/answers";
|
|
125252
|
+
type AnswerAFlowDirectlyBody = paths[typeof routeName$3n]['post']['requestBody']['content']['application/json'];
|
|
125253
|
+
type AnswerAFlowDirectlyPathParams = paths[typeof routeName$3n]['post']['parameters']['path'];
|
|
125254
|
+
type AnswerAFlowDirectlyQueryParams = paths[typeof routeName$3n]['post']['parameters']['query'];
|
|
125255
|
+
type AnswerAFlowDirectlyResponse = paths[typeof routeName$3n]['post']['responses'][200]['content']['application/json'];
|
|
125239
125256
|
interface AnswerAFlowDirectlyProps {
|
|
125240
125257
|
body: AnswerAFlowDirectlyBody;
|
|
125241
125258
|
params: {
|
|
@@ -125245,39 +125262,39 @@ interface AnswerAFlowDirectlyProps {
|
|
|
125245
125262
|
}
|
|
125246
125263
|
declare const answerAFlowDirectly: (props: AnswerAFlowDirectlyProps, wgApiClient: ClientType) => Promise<AnswerAFlowDirectlyResponse>;
|
|
125247
125264
|
|
|
125248
|
-
declare const routeName$
|
|
125249
|
-
type GenerateCompanyDescriptionBody = paths[typeof routeName$
|
|
125250
|
-
type GenerateCompanyDescriptionResponse = paths[typeof routeName$
|
|
125265
|
+
declare const routeName$3m = "/v1/api/generative-ai/description-completion";
|
|
125266
|
+
type GenerateCompanyDescriptionBody = paths[typeof routeName$3m]['post']['requestBody']['content']['application/json'];
|
|
125267
|
+
type GenerateCompanyDescriptionResponse = paths[typeof routeName$3m]['post']['responses'][200]['content']['application/json'];
|
|
125251
125268
|
interface GenerateCompanyDescriptionProps {
|
|
125252
125269
|
body: GenerateCompanyDescriptionBody;
|
|
125253
125270
|
}
|
|
125254
125271
|
declare const generateCompanyDescription: (props: GenerateCompanyDescriptionProps, wgApiClient: ClientType) => Promise<GenerateCompanyDescriptionResponse>;
|
|
125255
125272
|
|
|
125256
|
-
declare const routeName$
|
|
125257
|
-
type ExtractWebsiteThemeBody = paths[typeof routeName$
|
|
125258
|
-
type ExtractWebsiteThemeResponse = paths[typeof routeName$
|
|
125273
|
+
declare const routeName$3l = "/v1/api/generative-ai/website-theme-extraction";
|
|
125274
|
+
type ExtractWebsiteThemeBody = paths[typeof routeName$3l]['post']['requestBody']['content']['application/json'];
|
|
125275
|
+
type ExtractWebsiteThemeResponse = paths[typeof routeName$3l]['post']['responses'][200]['content']['application/json'];
|
|
125259
125276
|
interface ExtractWebsiteThemeProps {
|
|
125260
125277
|
body: ExtractWebsiteThemeBody;
|
|
125261
125278
|
}
|
|
125262
125279
|
declare const extractWebsiteTheme: (props: ExtractWebsiteThemeProps, wgApiClient: ClientType) => Promise<ExtractWebsiteThemeResponse>;
|
|
125263
125280
|
|
|
125264
|
-
declare const routeName$
|
|
125265
|
-
type GetRiskDomainsQueryParams = paths[typeof routeName$
|
|
125266
|
-
type GetRiskDomainsResponse = paths[typeof routeName$
|
|
125267
|
-
type GetRiskDomainsProps = paths[typeof routeName$
|
|
125281
|
+
declare const routeName$3k = "/v1/api/risk-domains";
|
|
125282
|
+
type GetRiskDomainsQueryParams = paths[typeof routeName$3k]['get']['parameters']['query'];
|
|
125283
|
+
type GetRiskDomainsResponse = paths[typeof routeName$3k]['get']['responses'][200]['content']['application/json'];
|
|
125284
|
+
type GetRiskDomainsProps = paths[typeof routeName$3k]['get']['parameters'];
|
|
125268
125285
|
declare const getRiskDomains: (props: GetRiskDomainsProps, wgApiClient: ClientType) => Promise<GetRiskDomainsResponse>;
|
|
125269
125286
|
|
|
125270
|
-
declare const routeName$
|
|
125271
|
-
type GetRiskDomainByIdPathParams = paths[typeof routeName$
|
|
125272
|
-
type GetRiskDomainByIdQueryParams = paths[typeof routeName$
|
|
125273
|
-
type GetRiskDomainByIdResponse = paths[typeof routeName$
|
|
125274
|
-
type GetRiskDomainByIdProps = paths[typeof routeName$
|
|
125287
|
+
declare const routeName$3j = "/v1/api/risk-domains/{risk_domain_id}";
|
|
125288
|
+
type GetRiskDomainByIdPathParams = paths[typeof routeName$3j]['get']['parameters']['path'];
|
|
125289
|
+
type GetRiskDomainByIdQueryParams = paths[typeof routeName$3j]['get']['parameters']['query'];
|
|
125290
|
+
type GetRiskDomainByIdResponse = paths[typeof routeName$3j]['get']['responses'][200]['content']['application/json'];
|
|
125291
|
+
type GetRiskDomainByIdProps = paths[typeof routeName$3j]['get']['parameters'];
|
|
125275
125292
|
declare const getRiskDomainById: (props: GetRiskDomainByIdProps, wgApiClient: ClientType) => Promise<GetRiskDomainByIdResponse>;
|
|
125276
125293
|
|
|
125277
|
-
declare const routeName$
|
|
125278
|
-
type UpdateRiskDomainByDistributionBody = paths[typeof routeName$
|
|
125279
|
-
type UpdateRiskDomainByDistributionPathParams = paths[typeof routeName$
|
|
125280
|
-
type UpdateRiskDomainByDistributionResponse = paths[typeof routeName$
|
|
125294
|
+
declare const routeName$3i = "/v1/api/risk-domains/{risk_domain_id}";
|
|
125295
|
+
type UpdateRiskDomainByDistributionBody = paths[typeof routeName$3i]['patch']['requestBody']['content']['application/json'];
|
|
125296
|
+
type UpdateRiskDomainByDistributionPathParams = paths[typeof routeName$3i]['patch']['parameters']['path'];
|
|
125297
|
+
type UpdateRiskDomainByDistributionResponse = paths[typeof routeName$3i]['patch']['responses'][200]['content']['application/json'];
|
|
125281
125298
|
interface UpdateRiskDomainByDistributionProps {
|
|
125282
125299
|
body: UpdateRiskDomainByDistributionBody;
|
|
125283
125300
|
params: {
|
|
@@ -125286,16 +125303,16 @@ interface UpdateRiskDomainByDistributionProps {
|
|
|
125286
125303
|
}
|
|
125287
125304
|
declare const updateRiskDomainByDistribution: (props: UpdateRiskDomainByDistributionProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainByDistributionResponse>;
|
|
125288
125305
|
|
|
125289
|
-
declare const routeName$
|
|
125290
|
-
type GetPreventionAdviceQueryParams = paths[typeof routeName$
|
|
125291
|
-
type GetPreventionAdviceResponse = paths[typeof routeName$
|
|
125292
|
-
type GetPreventionAdviceProps = paths[typeof routeName$
|
|
125306
|
+
declare const routeName$3h = "/v1/api/prevention-advice";
|
|
125307
|
+
type GetPreventionAdviceQueryParams = paths[typeof routeName$3h]['get']['parameters']['query'];
|
|
125308
|
+
type GetPreventionAdviceResponse = paths[typeof routeName$3h]['get']['responses'][200]['content']['application/json'];
|
|
125309
|
+
type GetPreventionAdviceProps = paths[typeof routeName$3h]['get']['parameters'];
|
|
125293
125310
|
declare const getPreventionAdvice: (props: GetPreventionAdviceProps, wgApiClient: ClientType) => Promise<GetPreventionAdviceResponse>;
|
|
125294
125311
|
|
|
125295
|
-
declare const routeName$
|
|
125296
|
-
type UpdatePreventionByDistributionBody = paths[typeof routeName$
|
|
125297
|
-
type UpdatePreventionByDistributionPathParams = paths[typeof routeName$
|
|
125298
|
-
type UpdatePreventionByDistributionResponse = paths[typeof routeName$
|
|
125312
|
+
declare const routeName$3g = "/v1/api/prevention-advice/{prevention_advice_id}";
|
|
125313
|
+
type UpdatePreventionByDistributionBody = paths[typeof routeName$3g]['patch']['requestBody']['content']['application/json'];
|
|
125314
|
+
type UpdatePreventionByDistributionPathParams = paths[typeof routeName$3g]['patch']['parameters']['path'];
|
|
125315
|
+
type UpdatePreventionByDistributionResponse = paths[typeof routeName$3g]['patch']['responses'][200]['content']['application/json'];
|
|
125299
125316
|
interface UpdatePreventionByDistributionProps {
|
|
125300
125317
|
body: UpdatePreventionByDistributionBody;
|
|
125301
125318
|
params: {
|
|
@@ -125304,16 +125321,16 @@ interface UpdatePreventionByDistributionProps {
|
|
|
125304
125321
|
}
|
|
125305
125322
|
declare const updatePreventionByDistribution: (props: UpdatePreventionByDistributionProps, wgApiClient: ClientType) => Promise<UpdatePreventionByDistributionResponse>;
|
|
125306
125323
|
|
|
125307
|
-
declare const routeName$
|
|
125308
|
-
type GetInsuranceProductsV2QueryParams = paths[typeof routeName$
|
|
125309
|
-
type GetInsuranceProductsV2Response = paths[typeof routeName$
|
|
125310
|
-
type GetInsuranceProductsV2Props = paths[typeof routeName$
|
|
125324
|
+
declare const routeName$3f = "/v2/api/insurance-products";
|
|
125325
|
+
type GetInsuranceProductsV2QueryParams = paths[typeof routeName$3f]['get']['parameters']['query'];
|
|
125326
|
+
type GetInsuranceProductsV2Response = paths[typeof routeName$3f]['get']['responses'][200]['content']['application/json'];
|
|
125327
|
+
type GetInsuranceProductsV2Props = paths[typeof routeName$3f]['get']['parameters'];
|
|
125311
125328
|
declare const getInsuranceProductsV2: (props: GetInsuranceProductsV2Props, wgApiClient: ClientType) => Promise<GetInsuranceProductsV2Response>;
|
|
125312
125329
|
|
|
125313
|
-
declare const routeName$
|
|
125314
|
-
type UpdateInsuranceProductByDistributionBody = paths[typeof routeName$
|
|
125315
|
-
type UpdateInsuranceProductByDistributionPathParams = paths[typeof routeName$
|
|
125316
|
-
type UpdateInsuranceProductByDistributionResponse = paths[typeof routeName$
|
|
125330
|
+
declare const routeName$3e = "/v1/api/insurance-products/{insurance_product_id}";
|
|
125331
|
+
type UpdateInsuranceProductByDistributionBody = paths[typeof routeName$3e]['patch']['requestBody']['content']['application/json'];
|
|
125332
|
+
type UpdateInsuranceProductByDistributionPathParams = paths[typeof routeName$3e]['patch']['parameters']['path'];
|
|
125333
|
+
type UpdateInsuranceProductByDistributionResponse = paths[typeof routeName$3e]['patch']['responses'][200]['content']['application/json'];
|
|
125317
125334
|
interface UpdateInsuranceProductByDistributionProps {
|
|
125318
125335
|
body: UpdateInsuranceProductByDistributionBody;
|
|
125319
125336
|
params: {
|
|
@@ -125322,16 +125339,16 @@ interface UpdateInsuranceProductByDistributionProps {
|
|
|
125322
125339
|
}
|
|
125323
125340
|
declare const updateInsuranceProductByDistribution: (props: UpdateInsuranceProductByDistributionProps, wgApiClient: ClientType) => Promise<UpdateInsuranceProductByDistributionResponse>;
|
|
125324
125341
|
|
|
125325
|
-
declare const routeName$
|
|
125326
|
-
type GetAdvicesPerInsuranceProductPathParams = paths[typeof routeName$
|
|
125327
|
-
type GetAdvicesPerInsuranceProductResponse = paths[typeof routeName$
|
|
125328
|
-
type GetAdvicesPerInsuranceProductProps = paths[typeof routeName$
|
|
125342
|
+
declare const routeName$3d = "/v1/api/insurance-products/{insurance_product_id}/advices";
|
|
125343
|
+
type GetAdvicesPerInsuranceProductPathParams = paths[typeof routeName$3d]['get']['parameters']['path'];
|
|
125344
|
+
type GetAdvicesPerInsuranceProductResponse = paths[typeof routeName$3d]['get']['responses'][200]['content']['application/json'];
|
|
125345
|
+
type GetAdvicesPerInsuranceProductProps = paths[typeof routeName$3d]['get']['parameters'];
|
|
125329
125346
|
declare const getAdvicesPerInsuranceProduct: (props: GetAdvicesPerInsuranceProductProps, wgApiClient: ClientType) => Promise<GetAdvicesPerInsuranceProductResponse>;
|
|
125330
125347
|
|
|
125331
|
-
declare const routeName$
|
|
125332
|
-
type EditInsuranceProductAdviceByDistributionBody = paths[typeof routeName$
|
|
125333
|
-
type EditInsuranceProductAdviceByDistributionPathParams = paths[typeof routeName$
|
|
125334
|
-
type EditInsuranceProductAdviceByDistributionResponse = paths[typeof routeName$
|
|
125348
|
+
declare const routeName$3c = "/v1/api/insurance-products/{insurance_product_id}/advices/{advice_id}";
|
|
125349
|
+
type EditInsuranceProductAdviceByDistributionBody = paths[typeof routeName$3c]['patch']['requestBody']['content']['application/json'];
|
|
125350
|
+
type EditInsuranceProductAdviceByDistributionPathParams = paths[typeof routeName$3c]['patch']['parameters']['path'];
|
|
125351
|
+
type EditInsuranceProductAdviceByDistributionResponse = paths[typeof routeName$3c]['patch']['responses'][200]['content']['application/json'];
|
|
125335
125352
|
interface EditInsuranceProductAdviceByDistributionProps {
|
|
125336
125353
|
body: EditInsuranceProductAdviceByDistributionBody;
|
|
125337
125354
|
params: {
|
|
@@ -125340,9 +125357,9 @@ interface EditInsuranceProductAdviceByDistributionProps {
|
|
|
125340
125357
|
}
|
|
125341
125358
|
declare const editInsuranceProductAdviceByDistribution: (props: EditInsuranceProductAdviceByDistributionProps, wgApiClient: ClientType) => Promise<EditInsuranceProductAdviceByDistributionResponse>;
|
|
125342
125359
|
|
|
125343
|
-
declare const routeName$
|
|
125344
|
-
type EditInsuranceProductDescriptionsByDistributionPathParams = paths[typeof routeName$
|
|
125345
|
-
type EditInsuranceProductDescriptionsByDistributionResponse = paths[typeof routeName$
|
|
125360
|
+
declare const routeName$3b = "/v1/api/insurance-products/{insurance_product_id}/descriptions";
|
|
125361
|
+
type EditInsuranceProductDescriptionsByDistributionPathParams = paths[typeof routeName$3b]['put']['parameters']['path'];
|
|
125362
|
+
type EditInsuranceProductDescriptionsByDistributionResponse = paths[typeof routeName$3b]['put']['responses'][200]['content']['application/json'];
|
|
125346
125363
|
interface EditInsuranceProductDescriptionsByDistributionProps {
|
|
125347
125364
|
params: {
|
|
125348
125365
|
path: EditInsuranceProductDescriptionsByDistributionPathParams;
|
|
@@ -125350,28 +125367,28 @@ interface EditInsuranceProductDescriptionsByDistributionProps {
|
|
|
125350
125367
|
}
|
|
125351
125368
|
declare const editInsuranceProductDescriptionsByDistribution: (props: EditInsuranceProductDescriptionsByDistributionProps, wgApiClient: ClientType) => Promise<EditInsuranceProductDescriptionsByDistributionResponse>;
|
|
125352
125369
|
|
|
125353
|
-
declare const routeName$
|
|
125354
|
-
type GetSupportedRiskDomainsQueryParams = paths[typeof routeName$
|
|
125355
|
-
type GetSupportedRiskDomainsResponse = paths[typeof routeName$
|
|
125356
|
-
type GetSupportedRiskDomainsProps = paths[typeof routeName$
|
|
125370
|
+
declare const routeName$3a = "/v1/api/insurance-terms-bot/supported-risk-domains";
|
|
125371
|
+
type GetSupportedRiskDomainsQueryParams = paths[typeof routeName$3a]['get']['parameters']['query'];
|
|
125372
|
+
type GetSupportedRiskDomainsResponse = paths[typeof routeName$3a]['get']['responses'][200]['content']['application/json'];
|
|
125373
|
+
type GetSupportedRiskDomainsProps = paths[typeof routeName$3a]['get']['parameters'];
|
|
125357
125374
|
declare const getSupportedRiskDomains: (props: GetSupportedRiskDomainsProps, wgApiClient: ClientType) => Promise<GetSupportedRiskDomainsResponse>;
|
|
125358
125375
|
|
|
125359
|
-
declare const routeName$
|
|
125360
|
-
type GetSupportedInsuranceCompaniesQueryParams = paths[typeof routeName$
|
|
125361
|
-
type GetSupportedInsuranceCompaniesResponse = paths[typeof routeName$
|
|
125362
|
-
type GetSupportedInsuranceCompaniesProps = paths[typeof routeName$
|
|
125376
|
+
declare const routeName$39 = "/v1/api/insurance-terms-bot/supported-insurance-companies";
|
|
125377
|
+
type GetSupportedInsuranceCompaniesQueryParams = paths[typeof routeName$39]['get']['parameters']['query'];
|
|
125378
|
+
type GetSupportedInsuranceCompaniesResponse = paths[typeof routeName$39]['get']['responses'][200]['content']['application/json'];
|
|
125379
|
+
type GetSupportedInsuranceCompaniesProps = paths[typeof routeName$39]['get']['parameters'];
|
|
125363
125380
|
declare const getSupportedInsuranceCompanies: (props: GetSupportedInsuranceCompaniesProps, wgApiClient: ClientType) => Promise<GetSupportedInsuranceCompaniesResponse>;
|
|
125364
125381
|
|
|
125365
|
-
declare const routeName$
|
|
125366
|
-
type GetSupportedInsuranceSubjectsQueryParams = paths[typeof routeName$
|
|
125367
|
-
type GetSupportedInsuranceSubjectsResponse = paths[typeof routeName$
|
|
125368
|
-
type GetSupportedInsuranceSubjectsProps = paths[typeof routeName$
|
|
125382
|
+
declare const routeName$38 = "/v1/api/insurance-terms-bot/supported-insurance-subjects";
|
|
125383
|
+
type GetSupportedInsuranceSubjectsQueryParams = paths[typeof routeName$38]['get']['parameters']['query'];
|
|
125384
|
+
type GetSupportedInsuranceSubjectsResponse = paths[typeof routeName$38]['get']['responses'][200]['content']['application/json'];
|
|
125385
|
+
type GetSupportedInsuranceSubjectsProps = paths[typeof routeName$38]['get']['parameters'];
|
|
125369
125386
|
declare const getSupportedInsuranceSubjects: (props: GetSupportedInsuranceSubjectsProps, wgApiClient: ClientType) => Promise<GetSupportedInsuranceSubjectsResponse>;
|
|
125370
125387
|
|
|
125371
|
-
declare const routeName$
|
|
125372
|
-
type PoseAQuestionToInsuranceTermsBotBody = paths[typeof routeName$
|
|
125373
|
-
type PoseAQuestionToInsuranceTermsBotQueryParams = paths[typeof routeName$
|
|
125374
|
-
type PoseAQuestionToInsuranceTermsBotResponse = paths[typeof routeName$
|
|
125388
|
+
declare const routeName$37 = "/v1/api/insurance-terms-bot/chat";
|
|
125389
|
+
type PoseAQuestionToInsuranceTermsBotBody = paths[typeof routeName$37]['post']['requestBody']['content']['application/json'];
|
|
125390
|
+
type PoseAQuestionToInsuranceTermsBotQueryParams = paths[typeof routeName$37]['post']['parameters']['query'];
|
|
125391
|
+
type PoseAQuestionToInsuranceTermsBotResponse = paths[typeof routeName$37]['post']['responses'][201]['content']['application/json'];
|
|
125375
125392
|
interface PoseAQuestionToInsuranceTermsBotProps {
|
|
125376
125393
|
body: PoseAQuestionToInsuranceTermsBotBody;
|
|
125377
125394
|
params: {
|
|
@@ -125380,10 +125397,10 @@ interface PoseAQuestionToInsuranceTermsBotProps {
|
|
|
125380
125397
|
}
|
|
125381
125398
|
declare const poseAQuestionToInsuranceTermsBot: (props: PoseAQuestionToInsuranceTermsBotProps, wgApiClient: ClientType) => Promise<PoseAQuestionToInsuranceTermsBotResponse>;
|
|
125382
125399
|
|
|
125383
|
-
declare const routeName$
|
|
125384
|
-
type PoseAQuestionToInsuranceTermsBotForItToCompareBody = paths[typeof routeName$
|
|
125385
|
-
type PoseAQuestionToInsuranceTermsBotForItToCompareQueryParams = paths[typeof routeName$
|
|
125386
|
-
type PoseAQuestionToInsuranceTermsBotForItToCompareResponse = paths[typeof routeName$
|
|
125400
|
+
declare const routeName$36 = "/v1/api/insurance-terms-bot/compare";
|
|
125401
|
+
type PoseAQuestionToInsuranceTermsBotForItToCompareBody = paths[typeof routeName$36]['post']['requestBody']['content']['application/json'];
|
|
125402
|
+
type PoseAQuestionToInsuranceTermsBotForItToCompareQueryParams = paths[typeof routeName$36]['post']['parameters']['query'];
|
|
125403
|
+
type PoseAQuestionToInsuranceTermsBotForItToCompareResponse = paths[typeof routeName$36]['post']['responses'][201]['content']['application/json'];
|
|
125387
125404
|
interface PoseAQuestionToInsuranceTermsBotForItToCompareProps {
|
|
125388
125405
|
body: PoseAQuestionToInsuranceTermsBotForItToCompareBody;
|
|
125389
125406
|
params: {
|
|
@@ -125392,10 +125409,10 @@ interface PoseAQuestionToInsuranceTermsBotForItToCompareProps {
|
|
|
125392
125409
|
}
|
|
125393
125410
|
declare const poseAQuestionToInsuranceTermsBotForItToCompare: (props: PoseAQuestionToInsuranceTermsBotForItToCompareProps, wgApiClient: ClientType) => Promise<PoseAQuestionToInsuranceTermsBotForItToCompareResponse>;
|
|
125394
125411
|
|
|
125395
|
-
declare const routeName$
|
|
125396
|
-
type GiveFeedbackToInsuranceTermsBotBody = paths[typeof routeName$
|
|
125397
|
-
type GiveFeedbackToInsuranceTermsBotQueryParams = paths[typeof routeName$
|
|
125398
|
-
type GiveFeedbackToInsuranceTermsBotResponse = paths[typeof routeName$
|
|
125412
|
+
declare const routeName$35 = "/v1/api/insurance-terms-bot/feedback";
|
|
125413
|
+
type GiveFeedbackToInsuranceTermsBotBody = paths[typeof routeName$35]['post']['requestBody']['content']['application/json'];
|
|
125414
|
+
type GiveFeedbackToInsuranceTermsBotQueryParams = paths[typeof routeName$35]['post']['parameters']['query'];
|
|
125415
|
+
type GiveFeedbackToInsuranceTermsBotResponse = paths[typeof routeName$35]['post']['responses'][201]['content']['application/json'];
|
|
125399
125416
|
interface GiveFeedbackToInsuranceTermsBotProps {
|
|
125400
125417
|
body: GiveFeedbackToInsuranceTermsBotBody;
|
|
125401
125418
|
params: {
|
|
@@ -125404,11 +125421,11 @@ interface GiveFeedbackToInsuranceTermsBotProps {
|
|
|
125404
125421
|
}
|
|
125405
125422
|
declare const giveFeedbackToInsuranceTermsBot: (props: GiveFeedbackToInsuranceTermsBotProps, wgApiClient: ClientType) => Promise<GiveFeedbackToInsuranceTermsBotResponse>;
|
|
125406
125423
|
|
|
125407
|
-
declare const routeName$
|
|
125408
|
-
type CreateCompanyLeadBody = paths[typeof routeName$
|
|
125409
|
-
type CreateCompanyLeadPathParams = paths[typeof routeName$
|
|
125410
|
-
type CreateCompanyLeadQueryParams = paths[typeof routeName$
|
|
125411
|
-
type CreateCompanyLeadResponse = paths[typeof routeName$
|
|
125424
|
+
declare const routeName$34 = "/v1/api/distributions/{distribution_id}/leads/companies";
|
|
125425
|
+
type CreateCompanyLeadBody = paths[typeof routeName$34]['post']['requestBody']['content']['application/json'];
|
|
125426
|
+
type CreateCompanyLeadPathParams = paths[typeof routeName$34]['post']['parameters']['path'];
|
|
125427
|
+
type CreateCompanyLeadQueryParams = paths[typeof routeName$34]['post']['parameters']['query'];
|
|
125428
|
+
type CreateCompanyLeadResponse = paths[typeof routeName$34]['post']['responses'][201]['content']['application/json'];
|
|
125412
125429
|
interface CreateCompanyLeadProps {
|
|
125413
125430
|
body: CreateCompanyLeadBody;
|
|
125414
125431
|
params: {
|
|
@@ -125418,11 +125435,11 @@ interface CreateCompanyLeadProps {
|
|
|
125418
125435
|
}
|
|
125419
125436
|
declare const createCompanyLead: (props: CreateCompanyLeadProps, wgApiClient: ClientType) => Promise<CreateCompanyLeadResponse>;
|
|
125420
125437
|
|
|
125421
|
-
declare const routeName$
|
|
125422
|
-
type CreateCustomerLeadBody = paths[typeof routeName$
|
|
125423
|
-
type CreateCustomerLeadPathParams = paths[typeof routeName$
|
|
125424
|
-
type CreateCustomerLeadQueryParams = paths[typeof routeName$
|
|
125425
|
-
type CreateCustomerLeadResponse = paths[typeof routeName$
|
|
125438
|
+
declare const routeName$33 = "/v1/api/distributions/{distribution_id}/leads/customers";
|
|
125439
|
+
type CreateCustomerLeadBody = paths[typeof routeName$33]['post']['requestBody']['content']['application/json'];
|
|
125440
|
+
type CreateCustomerLeadPathParams = paths[typeof routeName$33]['post']['parameters']['path'];
|
|
125441
|
+
type CreateCustomerLeadQueryParams = paths[typeof routeName$33]['post']['parameters']['query'];
|
|
125442
|
+
type CreateCustomerLeadResponse = paths[typeof routeName$33]['post']['responses'][201]['content']['application/json'];
|
|
125426
125443
|
interface CreateCustomerLeadProps {
|
|
125427
125444
|
body: CreateCustomerLeadBody;
|
|
125428
125445
|
params: {
|
|
@@ -125432,23 +125449,23 @@ interface CreateCustomerLeadProps {
|
|
|
125432
125449
|
}
|
|
125433
125450
|
declare const createCustomerLead: (props: CreateCustomerLeadProps, wgApiClient: ClientType) => Promise<CreateCustomerLeadResponse>;
|
|
125434
125451
|
|
|
125435
|
-
declare const routeName$
|
|
125436
|
-
type GetAllLeadsByDistributionPathParams = paths[typeof routeName$
|
|
125437
|
-
type GetAllLeadsByDistributionResponse = paths[typeof routeName$
|
|
125438
|
-
type GetAllLeadsByDistributionProps = paths[typeof routeName$
|
|
125452
|
+
declare const routeName$32 = "/v1/api/distributions/{distribution_id}/leads";
|
|
125453
|
+
type GetAllLeadsByDistributionPathParams = paths[typeof routeName$32]['get']['parameters']['path'];
|
|
125454
|
+
type GetAllLeadsByDistributionResponse = paths[typeof routeName$32]['get']['responses'][200]['content']['application/json'];
|
|
125455
|
+
type GetAllLeadsByDistributionProps = paths[typeof routeName$32]['get']['parameters'];
|
|
125439
125456
|
declare const getAllLeadsByDistribution: (props: GetAllLeadsByDistributionProps, wgApiClient: ClientType) => Promise<GetAllLeadsByDistributionResponse>;
|
|
125440
125457
|
|
|
125441
|
-
declare const routeName$
|
|
125442
|
-
type GetLeadByIdPathParams = paths[typeof routeName$
|
|
125443
|
-
type GetLeadByIdResponse = paths[typeof routeName$
|
|
125444
|
-
type GetLeadByIdProps = paths[typeof routeName$
|
|
125458
|
+
declare const routeName$31 = "/v1/api/leads/{lead_id}";
|
|
125459
|
+
type GetLeadByIdPathParams = paths[typeof routeName$31]['get']['parameters']['path'];
|
|
125460
|
+
type GetLeadByIdResponse = paths[typeof routeName$31]['get']['responses'][200]['content']['application/json'];
|
|
125461
|
+
type GetLeadByIdProps = paths[typeof routeName$31]['get']['parameters'];
|
|
125445
125462
|
declare const getLeadById: (props: GetLeadByIdProps, wgApiClient: ClientType) => Promise<GetLeadByIdResponse>;
|
|
125446
125463
|
|
|
125447
|
-
declare const routeName$
|
|
125448
|
-
type TransferLeadToOtherDistributionBody = paths[typeof routeName$
|
|
125449
|
-
type TransferLeadToOtherDistributionPathParams = paths[typeof routeName$
|
|
125450
|
-
type TransferLeadToOtherDistributionQueryParams = paths[typeof routeName$
|
|
125451
|
-
type TransferLeadToOtherDistributionResponse = paths[typeof routeName$
|
|
125464
|
+
declare const routeName$30 = "/v1/api/leads/{lead_id}/transfers";
|
|
125465
|
+
type TransferLeadToOtherDistributionBody = paths[typeof routeName$30]['post']['requestBody']['content']['application/json'];
|
|
125466
|
+
type TransferLeadToOtherDistributionPathParams = paths[typeof routeName$30]['post']['parameters']['path'];
|
|
125467
|
+
type TransferLeadToOtherDistributionQueryParams = paths[typeof routeName$30]['post']['parameters']['query'];
|
|
125468
|
+
type TransferLeadToOtherDistributionResponse = paths[typeof routeName$30]['post']['responses'][200]['content']['application/json'];
|
|
125452
125469
|
interface TransferLeadToOtherDistributionProps {
|
|
125453
125470
|
body: TransferLeadToOtherDistributionBody;
|
|
125454
125471
|
params: {
|
|
@@ -125458,16 +125475,16 @@ interface TransferLeadToOtherDistributionProps {
|
|
|
125458
125475
|
}
|
|
125459
125476
|
declare const transferLeadToOtherDistribution: (props: TransferLeadToOtherDistributionProps, wgApiClient: ClientType) => Promise<TransferLeadToOtherDistributionResponse>;
|
|
125460
125477
|
|
|
125461
|
-
declare const routeName$
|
|
125462
|
-
type GetCarLeaseRatesQueryParams = paths[typeof routeName$
|
|
125463
|
-
type GetCarLeaseRatesResponse = paths[typeof routeName$
|
|
125464
|
-
type GetCarLeaseRatesProps = paths[typeof routeName$
|
|
125478
|
+
declare const routeName$2$ = "/v1/api/leases/profilease/cars/rates";
|
|
125479
|
+
type GetCarLeaseRatesQueryParams = paths[typeof routeName$2$]['get']['parameters']['query'];
|
|
125480
|
+
type GetCarLeaseRatesResponse = paths[typeof routeName$2$]['get']['responses'][200]['content']['application/json'];
|
|
125481
|
+
type GetCarLeaseRatesProps = paths[typeof routeName$2$]['get']['parameters'];
|
|
125465
125482
|
declare const getCarLeaseRates: (props: GetCarLeaseRatesProps, wgApiClient: ClientType) => Promise<GetCarLeaseRatesResponse>;
|
|
125466
125483
|
|
|
125467
|
-
declare const routeName$
|
|
125468
|
-
type CalculateCarLeaseQuoteBody = paths[typeof routeName$
|
|
125469
|
-
type CalculateCarLeaseQuoteQueryParams = paths[typeof routeName$
|
|
125470
|
-
type CalculateCarLeaseQuoteResponse = paths[typeof routeName$
|
|
125484
|
+
declare const routeName$2_ = "/v1/api/leases/profilease/cars/quotes";
|
|
125485
|
+
type CalculateCarLeaseQuoteBody = paths[typeof routeName$2_]['post']['requestBody']['content']['application/json'];
|
|
125486
|
+
type CalculateCarLeaseQuoteQueryParams = paths[typeof routeName$2_]['post']['parameters']['query'];
|
|
125487
|
+
type CalculateCarLeaseQuoteResponse = paths[typeof routeName$2_]['post']['responses'][200]['content']['application/json'];
|
|
125471
125488
|
interface CalculateCarLeaseQuoteProps {
|
|
125472
125489
|
body: CalculateCarLeaseQuoteBody;
|
|
125473
125490
|
params: {
|
|
@@ -125476,24 +125493,24 @@ interface CalculateCarLeaseQuoteProps {
|
|
|
125476
125493
|
}
|
|
125477
125494
|
declare const calculateCarLeaseQuote: (props: CalculateCarLeaseQuoteProps, wgApiClient: ClientType) => Promise<CalculateCarLeaseQuoteResponse>;
|
|
125478
125495
|
|
|
125479
|
-
declare const routeName$
|
|
125480
|
-
type GetAllLeaseOffersByDistributionPathParams = paths[typeof routeName$
|
|
125481
|
-
type GetAllLeaseOffersByDistributionQueryParams = paths[typeof routeName$
|
|
125482
|
-
type GetAllLeaseOffersByDistributionResponse = paths[typeof routeName$
|
|
125483
|
-
type GetAllLeaseOffersByDistributionProps = paths[typeof routeName$
|
|
125496
|
+
declare const routeName$2Z = "/v1/api/distributions/{distribution_id}/leases/profilease/offers";
|
|
125497
|
+
type GetAllLeaseOffersByDistributionPathParams = paths[typeof routeName$2Z]['get']['parameters']['path'];
|
|
125498
|
+
type GetAllLeaseOffersByDistributionQueryParams = paths[typeof routeName$2Z]['get']['parameters']['query'];
|
|
125499
|
+
type GetAllLeaseOffersByDistributionResponse = paths[typeof routeName$2Z]['get']['responses'][200]['content']['application/json'];
|
|
125500
|
+
type GetAllLeaseOffersByDistributionProps = paths[typeof routeName$2Z]['get']['parameters'];
|
|
125484
125501
|
declare const getAllLeaseOffersByDistribution: (props: GetAllLeaseOffersByDistributionProps, wgApiClient: ClientType) => Promise<GetAllLeaseOffersByDistributionResponse>;
|
|
125485
125502
|
|
|
125486
|
-
declare const routeName$
|
|
125487
|
-
type GetLeaseOfferByIdPathParams = paths[typeof routeName$
|
|
125488
|
-
type GetLeaseOfferByIdQueryParams = paths[typeof routeName$
|
|
125489
|
-
type GetLeaseOfferByIdResponse = paths[typeof routeName$
|
|
125490
|
-
type GetLeaseOfferByIdProps = paths[typeof routeName$
|
|
125503
|
+
declare const routeName$2Y = "/v1/api/distributions/{distribution_id}/leases/profilease/offers/{lease_offer_id}";
|
|
125504
|
+
type GetLeaseOfferByIdPathParams = paths[typeof routeName$2Y]['get']['parameters']['path'];
|
|
125505
|
+
type GetLeaseOfferByIdQueryParams = paths[typeof routeName$2Y]['get']['parameters']['query'];
|
|
125506
|
+
type GetLeaseOfferByIdResponse = paths[typeof routeName$2Y]['get']['responses'][200]['content']['application/json'];
|
|
125507
|
+
type GetLeaseOfferByIdProps = paths[typeof routeName$2Y]['get']['parameters'];
|
|
125491
125508
|
declare const getLeaseOfferById: (props: GetLeaseOfferByIdProps, wgApiClient: ClientType) => Promise<GetLeaseOfferByIdResponse>;
|
|
125492
125509
|
|
|
125493
|
-
declare const routeName$
|
|
125494
|
-
type CreateProfileaseCarLeaseOfferBody = paths[typeof routeName$
|
|
125495
|
-
type CreateProfileaseCarLeaseOfferQueryParams = paths[typeof routeName$
|
|
125496
|
-
type CreateProfileaseCarLeaseOfferResponse = paths[typeof routeName$
|
|
125510
|
+
declare const routeName$2X = "/v1/api/leases/profilease/cars/offers";
|
|
125511
|
+
type CreateProfileaseCarLeaseOfferBody = paths[typeof routeName$2X]['post']['requestBody']['content']['application/json'];
|
|
125512
|
+
type CreateProfileaseCarLeaseOfferQueryParams = paths[typeof routeName$2X]['post']['parameters']['query'];
|
|
125513
|
+
type CreateProfileaseCarLeaseOfferResponse = paths[typeof routeName$2X]['post']['responses'][201]['content']['application/json'];
|
|
125497
125514
|
interface CreateProfileaseCarLeaseOfferProps {
|
|
125498
125515
|
body: CreateProfileaseCarLeaseOfferBody;
|
|
125499
125516
|
params: {
|
|
@@ -125502,59 +125519,59 @@ interface CreateProfileaseCarLeaseOfferProps {
|
|
|
125502
125519
|
}
|
|
125503
125520
|
declare const createProfileaseCarLeaseOffer: (props: CreateProfileaseCarLeaseOfferProps, wgApiClient: ClientType) => Promise<CreateProfileaseCarLeaseOfferResponse>;
|
|
125504
125521
|
|
|
125505
|
-
declare const routeName$
|
|
125506
|
-
type GetInsuranceCompaniesQueryParams = paths[typeof routeName$
|
|
125507
|
-
type GetInsuranceCompaniesResponse = paths[typeof routeName$
|
|
125508
|
-
type GetInsuranceCompaniesProps = paths[typeof routeName$
|
|
125522
|
+
declare const routeName$2W = "/v1/api/insurance_companies";
|
|
125523
|
+
type GetInsuranceCompaniesQueryParams = paths[typeof routeName$2W]['get']['parameters']['query'];
|
|
125524
|
+
type GetInsuranceCompaniesResponse = paths[typeof routeName$2W]['get']['responses'][200]['content']['application/json'];
|
|
125525
|
+
type GetInsuranceCompaniesProps = paths[typeof routeName$2W]['get']['parameters'];
|
|
125509
125526
|
declare const getInsuranceCompanies: (props: GetInsuranceCompaniesProps, wgApiClient: ClientType) => Promise<GetInsuranceCompaniesResponse>;
|
|
125510
125527
|
|
|
125511
|
-
declare const routeName$
|
|
125512
|
-
type GetAllAvailableThemesInWegroupQueryParams = paths[typeof routeName$
|
|
125513
|
-
type GetAllAvailableThemesInWegroupResponse = paths[typeof routeName$
|
|
125514
|
-
type GetAllAvailableThemesInWegroupProps = paths[typeof routeName$
|
|
125528
|
+
declare const routeName$2V = "/v1/api/themes";
|
|
125529
|
+
type GetAllAvailableThemesInWegroupQueryParams = paths[typeof routeName$2V]['get']['parameters']['query'];
|
|
125530
|
+
type GetAllAvailableThemesInWegroupResponse = paths[typeof routeName$2V]['get']['responses'][200]['content']['application/json'];
|
|
125531
|
+
type GetAllAvailableThemesInWegroupProps = paths[typeof routeName$2V]['get']['parameters'];
|
|
125515
125532
|
declare const getAllAvailableThemesInWegroup: (props: GetAllAvailableThemesInWegroupProps, wgApiClient: ClientType) => Promise<GetAllAvailableThemesInWegroupResponse>;
|
|
125516
125533
|
|
|
125517
|
-
declare const routeName$
|
|
125518
|
-
type GetNaceQueryParams = paths[typeof routeName$
|
|
125519
|
-
type GetNaceResponse = paths[typeof routeName$
|
|
125520
|
-
type GetNaceProps = paths[typeof routeName$
|
|
125534
|
+
declare const routeName$2U = "/v1/api/nace-codes";
|
|
125535
|
+
type GetNaceQueryParams = paths[typeof routeName$2U]['get']['parameters']['query'];
|
|
125536
|
+
type GetNaceResponse = paths[typeof routeName$2U]['get']['responses'][200]['content']['application/json'];
|
|
125537
|
+
type GetNaceProps = paths[typeof routeName$2U]['get']['parameters'];
|
|
125521
125538
|
declare const getNace: (props: GetNaceProps, wgApiClient: ClientType) => Promise<GetNaceResponse>;
|
|
125522
125539
|
|
|
125523
|
-
declare const routeName$
|
|
125524
|
-
type GetSbiQueryParams = paths[typeof routeName$
|
|
125525
|
-
type GetSbiResponse = paths[typeof routeName$
|
|
125526
|
-
type GetSbiProps = paths[typeof routeName$
|
|
125540
|
+
declare const routeName$2T = "/v1/api/sbi-codes";
|
|
125541
|
+
type GetSbiQueryParams = paths[typeof routeName$2T]['get']['parameters']['query'];
|
|
125542
|
+
type GetSbiResponse = paths[typeof routeName$2T]['get']['responses'][200]['content']['application/json'];
|
|
125543
|
+
type GetSbiProps = paths[typeof routeName$2T]['get']['parameters'];
|
|
125527
125544
|
declare const getSbi: (props: GetSbiProps, wgApiClient: ClientType) => Promise<GetSbiResponse>;
|
|
125528
125545
|
|
|
125529
|
-
declare const routeName$
|
|
125530
|
-
type GetGbiQueryParams = paths[typeof routeName$
|
|
125531
|
-
type GetGbiResponse = paths[typeof routeName$
|
|
125532
|
-
type GetGbiProps = paths[typeof routeName$
|
|
125546
|
+
declare const routeName$2S = "/v1/api/gbi-codes";
|
|
125547
|
+
type GetGbiQueryParams = paths[typeof routeName$2S]['get']['parameters']['query'];
|
|
125548
|
+
type GetGbiResponse = paths[typeof routeName$2S]['get']['responses'][200]['content']['application/json'];
|
|
125549
|
+
type GetGbiProps = paths[typeof routeName$2S]['get']['parameters'];
|
|
125533
125550
|
declare const getGbi: (props: GetGbiProps, wgApiClient: ClientType) => Promise<GetGbiResponse>;
|
|
125534
125551
|
|
|
125535
|
-
declare const routeName$
|
|
125536
|
-
type GetArtifactFromEventByIdPathParams = paths[typeof routeName$
|
|
125537
|
-
type GetArtifactFromEventByIdQueryParams = paths[typeof routeName$
|
|
125538
|
-
type GetArtifactFromEventByIdResponse = paths[typeof routeName$
|
|
125539
|
-
type GetArtifactFromEventByIdProps = paths[typeof routeName$
|
|
125552
|
+
declare const routeName$2R = "/v1/api/events/{activity_id}/artifact";
|
|
125553
|
+
type GetArtifactFromEventByIdPathParams = paths[typeof routeName$2R]['get']['parameters']['path'];
|
|
125554
|
+
type GetArtifactFromEventByIdQueryParams = paths[typeof routeName$2R]['get']['parameters']['query'];
|
|
125555
|
+
type GetArtifactFromEventByIdResponse = paths[typeof routeName$2R]['get']['responses'][200]['content']['application/json'];
|
|
125556
|
+
type GetArtifactFromEventByIdProps = paths[typeof routeName$2R]['get']['parameters'];
|
|
125540
125557
|
declare const getArtifactFromEventById: (props: GetArtifactFromEventByIdProps, wgApiClient: ClientType) => Promise<GetArtifactFromEventByIdResponse>;
|
|
125541
125558
|
|
|
125542
|
-
declare const routeName$
|
|
125543
|
-
type GetLeadProvidersByAffinityQueryParams = paths[typeof routeName$
|
|
125544
|
-
type GetLeadProvidersByAffinityResponse = paths[typeof routeName$
|
|
125545
|
-
type GetLeadProvidersByAffinityProps = paths[typeof routeName$
|
|
125559
|
+
declare const routeName$2Q = "/v1/api/lead-providers";
|
|
125560
|
+
type GetLeadProvidersByAffinityQueryParams = paths[typeof routeName$2Q]['get']['parameters']['query'];
|
|
125561
|
+
type GetLeadProvidersByAffinityResponse = paths[typeof routeName$2Q]['get']['responses'][200]['content']['application/json'];
|
|
125562
|
+
type GetLeadProvidersByAffinityProps = paths[typeof routeName$2Q]['get']['parameters'];
|
|
125546
125563
|
declare const getLeadProvidersByAffinity: (props: GetLeadProvidersByAffinityProps, wgApiClient: ClientType) => Promise<GetLeadProvidersByAffinityResponse>;
|
|
125547
125564
|
|
|
125548
|
-
declare const routeName$
|
|
125549
|
-
type GetLeadProviderByIdPathParams = paths[typeof routeName$
|
|
125550
|
-
type GetLeadProviderByIdResponse = paths[typeof routeName$
|
|
125551
|
-
type GetLeadProviderByIdProps = paths[typeof routeName$
|
|
125565
|
+
declare const routeName$2P = "/v1/api/lead-providers/{lead_provider_id}";
|
|
125566
|
+
type GetLeadProviderByIdPathParams = paths[typeof routeName$2P]['get']['parameters']['path'];
|
|
125567
|
+
type GetLeadProviderByIdResponse = paths[typeof routeName$2P]['get']['responses'][200]['content']['application/json'];
|
|
125568
|
+
type GetLeadProviderByIdProps = paths[typeof routeName$2P]['get']['parameters'];
|
|
125552
125569
|
declare const getLeadProviderById: (props: GetLeadProviderByIdProps, wgApiClient: ClientType) => Promise<GetLeadProviderByIdResponse>;
|
|
125553
125570
|
|
|
125554
|
-
declare const routeName$
|
|
125555
|
-
type CreateToolkitBrokerBody = paths[typeof routeName$
|
|
125556
|
-
type CreateToolkitBrokerQueryParams = paths[typeof routeName$
|
|
125557
|
-
type CreateToolkitBrokerResponse = paths[typeof routeName$
|
|
125571
|
+
declare const routeName$2O = "/v1/api/toolkit-brokers";
|
|
125572
|
+
type CreateToolkitBrokerBody = paths[typeof routeName$2O]['post']['requestBody']['content']['application/json'];
|
|
125573
|
+
type CreateToolkitBrokerQueryParams = paths[typeof routeName$2O]['post']['parameters']['query'];
|
|
125574
|
+
type CreateToolkitBrokerResponse = paths[typeof routeName$2O]['post']['responses'][201]['content']['application/json'];
|
|
125558
125575
|
interface CreateToolkitBrokerProps {
|
|
125559
125576
|
body: CreateToolkitBrokerBody;
|
|
125560
125577
|
params: {
|
|
@@ -125563,10 +125580,10 @@ interface CreateToolkitBrokerProps {
|
|
|
125563
125580
|
}
|
|
125564
125581
|
declare const createToolkitBroker: (props: CreateToolkitBrokerProps, wgApiClient: ClientType) => Promise<CreateToolkitBrokerResponse>;
|
|
125565
125582
|
|
|
125566
|
-
declare const routeName$
|
|
125567
|
-
type CreateAccountBody = paths[typeof routeName$
|
|
125568
|
-
type CreateAccountQueryParams = paths[typeof routeName$
|
|
125569
|
-
type CreateAccountResponse = paths[typeof routeName$
|
|
125583
|
+
declare const routeName$2N = "/v1/api/accounts";
|
|
125584
|
+
type CreateAccountBody = paths[typeof routeName$2N]['post']['requestBody']['content']['application/json'];
|
|
125585
|
+
type CreateAccountQueryParams = paths[typeof routeName$2N]['post']['parameters']['query'];
|
|
125586
|
+
type CreateAccountResponse = paths[typeof routeName$2N]['post']['responses'][201]['content']['application/json'];
|
|
125570
125587
|
interface CreateAccountProps {
|
|
125571
125588
|
body: CreateAccountBody;
|
|
125572
125589
|
params: {
|
|
@@ -125575,10 +125592,10 @@ interface CreateAccountProps {
|
|
|
125575
125592
|
}
|
|
125576
125593
|
declare const createAccount: (props: CreateAccountProps, wgApiClient: ClientType) => Promise<CreateAccountResponse>;
|
|
125577
125594
|
|
|
125578
|
-
declare const routeName$
|
|
125579
|
-
type CreateToolkitAccountBody = paths[typeof routeName$
|
|
125580
|
-
type CreateToolkitAccountQueryParams = paths[typeof routeName$
|
|
125581
|
-
type CreateToolkitAccountResponse = paths[typeof routeName$
|
|
125595
|
+
declare const routeName$2M = "/v1/api/toolkit-accounts";
|
|
125596
|
+
type CreateToolkitAccountBody = paths[typeof routeName$2M]['post']['requestBody']['content']['application/json'];
|
|
125597
|
+
type CreateToolkitAccountQueryParams = paths[typeof routeName$2M]['post']['parameters']['query'];
|
|
125598
|
+
type CreateToolkitAccountResponse = paths[typeof routeName$2M]['post']['responses'][201]['content']['application/json'];
|
|
125582
125599
|
interface CreateToolkitAccountProps {
|
|
125583
125600
|
body: CreateToolkitAccountBody;
|
|
125584
125601
|
params: {
|
|
@@ -125587,10 +125604,10 @@ interface CreateToolkitAccountProps {
|
|
|
125587
125604
|
}
|
|
125588
125605
|
declare const createToolkitAccount: (props: CreateToolkitAccountProps, wgApiClient: ClientType) => Promise<CreateToolkitAccountResponse>;
|
|
125589
125606
|
|
|
125590
|
-
declare const routeName$
|
|
125591
|
-
type CreateTrialBrokerBody = paths[typeof routeName$
|
|
125592
|
-
type CreateTrialBrokerQueryParams = paths[typeof routeName$
|
|
125593
|
-
type CreateTrialBrokerResponse = paths[typeof routeName$
|
|
125607
|
+
declare const routeName$2L = "/v1/api/trials";
|
|
125608
|
+
type CreateTrialBrokerBody = paths[typeof routeName$2L]['post']['requestBody']['content']['application/json'];
|
|
125609
|
+
type CreateTrialBrokerQueryParams = paths[typeof routeName$2L]['post']['parameters']['query'];
|
|
125610
|
+
type CreateTrialBrokerResponse = paths[typeof routeName$2L]['post']['responses'][201]['content']['application/json'];
|
|
125594
125611
|
interface CreateTrialBrokerProps {
|
|
125595
125612
|
body: CreateTrialBrokerBody;
|
|
125596
125613
|
params: {
|
|
@@ -125599,16 +125616,16 @@ interface CreateTrialBrokerProps {
|
|
|
125599
125616
|
}
|
|
125600
125617
|
declare const createTrialBroker: (props: CreateTrialBrokerProps, wgApiClient: ClientType) => Promise<CreateTrialBrokerResponse>;
|
|
125601
125618
|
|
|
125602
|
-
declare const routeName$
|
|
125603
|
-
type GetEncryptionKeysQueryParams = paths[typeof routeName$
|
|
125604
|
-
type GetEncryptionKeysResponse = paths[typeof routeName$
|
|
125605
|
-
type GetEncryptionKeysProps = paths[typeof routeName$
|
|
125619
|
+
declare const routeName$2K = "/v1/api/keys";
|
|
125620
|
+
type GetEncryptionKeysQueryParams = paths[typeof routeName$2K]['get']['parameters']['query'];
|
|
125621
|
+
type GetEncryptionKeysResponse = paths[typeof routeName$2K]['get']['responses'][200]['content']['application/json'];
|
|
125622
|
+
type GetEncryptionKeysProps = paths[typeof routeName$2K]['get']['parameters'];
|
|
125606
125623
|
declare const getEncryptionKeys: (props: GetEncryptionKeysProps, wgApiClient: ClientType) => Promise<GetEncryptionKeysResponse>;
|
|
125607
125624
|
|
|
125608
|
-
declare const routeName$
|
|
125609
|
-
type VerifyIfAUserExistsByEmailBody = paths[typeof routeName$
|
|
125610
|
-
type VerifyIfAUserExistsByEmailQueryParams = paths[typeof routeName$
|
|
125611
|
-
type VerifyIfAUserExistsByEmailResponse = paths[typeof routeName$
|
|
125625
|
+
declare const routeName$2J = "/v1/api/verify/exists/user/email";
|
|
125626
|
+
type VerifyIfAUserExistsByEmailBody = paths[typeof routeName$2J]['post']['requestBody']['content']['application/json'];
|
|
125627
|
+
type VerifyIfAUserExistsByEmailQueryParams = paths[typeof routeName$2J]['post']['parameters']['query'];
|
|
125628
|
+
type VerifyIfAUserExistsByEmailResponse = paths[typeof routeName$2J]['post']['responses'][200]['content']['application/json'];
|
|
125612
125629
|
interface VerifyIfAUserExistsByEmailProps {
|
|
125613
125630
|
body: VerifyIfAUserExistsByEmailBody;
|
|
125614
125631
|
params: {
|
|
@@ -125617,10 +125634,10 @@ interface VerifyIfAUserExistsByEmailProps {
|
|
|
125617
125634
|
}
|
|
125618
125635
|
declare const verifyIfAUserExistsByEmail: (props: VerifyIfAUserExistsByEmailProps, wgApiClient: ClientType) => Promise<VerifyIfAUserExistsByEmailResponse>;
|
|
125619
125636
|
|
|
125620
|
-
declare const routeName$
|
|
125621
|
-
type VerifyIfADistributionExistsByCompanyRegistrationBody = paths[typeof routeName$
|
|
125622
|
-
type VerifyIfADistributionExistsByCompanyRegistrationQueryParams = paths[typeof routeName$
|
|
125623
|
-
type VerifyIfADistributionExistsByCompanyRegistrationResponse = paths[typeof routeName$
|
|
125637
|
+
declare const routeName$2I = "/v1/api/verify/exists/distribution/registration";
|
|
125638
|
+
type VerifyIfADistributionExistsByCompanyRegistrationBody = paths[typeof routeName$2I]['post']['requestBody']['content']['application/json'];
|
|
125639
|
+
type VerifyIfADistributionExistsByCompanyRegistrationQueryParams = paths[typeof routeName$2I]['post']['parameters']['query'];
|
|
125640
|
+
type VerifyIfADistributionExistsByCompanyRegistrationResponse = paths[typeof routeName$2I]['post']['responses'][200]['content']['application/json'];
|
|
125624
125641
|
interface VerifyIfADistributionExistsByCompanyRegistrationProps {
|
|
125625
125642
|
body: VerifyIfADistributionExistsByCompanyRegistrationBody;
|
|
125626
125643
|
params: {
|
|
@@ -125629,10 +125646,10 @@ interface VerifyIfADistributionExistsByCompanyRegistrationProps {
|
|
|
125629
125646
|
}
|
|
125630
125647
|
declare const verifyIfADistributionExistsByCompanyRegistration: (props: VerifyIfADistributionExistsByCompanyRegistrationProps, wgApiClient: ClientType) => Promise<VerifyIfADistributionExistsByCompanyRegistrationResponse>;
|
|
125631
125648
|
|
|
125632
|
-
declare const routeName$
|
|
125633
|
-
type VerifyIfADistributionExistsByNameBody = paths[typeof routeName$
|
|
125634
|
-
type VerifyIfADistributionExistsByNameQueryParams = paths[typeof routeName$
|
|
125635
|
-
type VerifyIfADistributionExistsByNameResponse = paths[typeof routeName$
|
|
125649
|
+
declare const routeName$2H = "/v1/api/verify/exists/distribution/name";
|
|
125650
|
+
type VerifyIfADistributionExistsByNameBody = paths[typeof routeName$2H]['post']['requestBody']['content']['application/json'];
|
|
125651
|
+
type VerifyIfADistributionExistsByNameQueryParams = paths[typeof routeName$2H]['post']['parameters']['query'];
|
|
125652
|
+
type VerifyIfADistributionExistsByNameResponse = paths[typeof routeName$2H]['post']['responses'][200]['content']['application/json'];
|
|
125636
125653
|
interface VerifyIfADistributionExistsByNameProps {
|
|
125637
125654
|
body: VerifyIfADistributionExistsByNameBody;
|
|
125638
125655
|
params: {
|
|
@@ -125641,86 +125658,86 @@ interface VerifyIfADistributionExistsByNameProps {
|
|
|
125641
125658
|
}
|
|
125642
125659
|
declare const verifyIfADistributionExistsByName: (props: VerifyIfADistributionExistsByNameProps, wgApiClient: ClientType) => Promise<VerifyIfADistributionExistsByNameResponse>;
|
|
125643
125660
|
|
|
125644
|
-
declare const routeName$
|
|
125645
|
-
type GetAllAvailablePlansResponse = paths[typeof routeName$
|
|
125661
|
+
declare const routeName$2G = "/v1/api/plans";
|
|
125662
|
+
type GetAllAvailablePlansResponse = paths[typeof routeName$2G]['get']['responses'][200]['content']['application/json'];
|
|
125646
125663
|
declare const getAllAvailablePlans: (wgApiClient: ClientType) => Promise<GetAllAvailablePlansResponse>;
|
|
125647
125664
|
|
|
125648
|
-
declare const routeName$
|
|
125649
|
-
type GetAllActivityTypesQueryParams = paths[typeof routeName$
|
|
125650
|
-
type GetAllActivityTypesResponse = paths[typeof routeName$
|
|
125651
|
-
type GetAllActivityTypesProps = paths[typeof routeName$
|
|
125665
|
+
declare const routeName$2F = "/v1/api/activity-types";
|
|
125666
|
+
type GetAllActivityTypesQueryParams = paths[typeof routeName$2F]['get']['parameters']['query'];
|
|
125667
|
+
type GetAllActivityTypesResponse = paths[typeof routeName$2F]['get']['responses'][200]['content']['application/json'];
|
|
125668
|
+
type GetAllActivityTypesProps = paths[typeof routeName$2F]['get']['parameters'];
|
|
125652
125669
|
declare const getAllActivityTypes: (props: GetAllActivityTypesProps, wgApiClient: ClientType) => Promise<GetAllActivityTypesResponse>;
|
|
125653
125670
|
|
|
125654
|
-
declare const routeName$
|
|
125655
|
-
type GetJobResultByIdPathParams = paths[typeof routeName$
|
|
125656
|
-
type GetJobResultByIdQueryParams = paths[typeof routeName$
|
|
125657
|
-
type GetJobResultByIdResponse = paths[typeof routeName$
|
|
125658
|
-
type GetJobResultByIdProps = paths[typeof routeName$
|
|
125671
|
+
declare const routeName$2E = "/v1/api/flows/jobs/{job_id}";
|
|
125672
|
+
type GetJobResultByIdPathParams = paths[typeof routeName$2E]['get']['parameters']['path'];
|
|
125673
|
+
type GetJobResultByIdQueryParams = paths[typeof routeName$2E]['get']['parameters']['query'];
|
|
125674
|
+
type GetJobResultByIdResponse = paths[typeof routeName$2E]['get']['responses'][200]['content']['application/json'];
|
|
125675
|
+
type GetJobResultByIdProps = paths[typeof routeName$2E]['get']['parameters'];
|
|
125659
125676
|
declare const getJobResultById: (props: GetJobResultByIdProps, wgApiClient: ClientType) => Promise<GetJobResultByIdResponse>;
|
|
125660
125677
|
|
|
125661
|
-
declare const routeName$
|
|
125662
|
-
type GetSingularityJobResultByIdPathParams = paths[typeof routeName$
|
|
125663
|
-
type GetSingularityJobResultByIdQueryParams = paths[typeof routeName$
|
|
125664
|
-
type GetSingularityJobResultByIdResponse = paths[typeof routeName$
|
|
125665
|
-
type GetSingularityJobResultByIdProps = paths[typeof routeName$
|
|
125678
|
+
declare const routeName$2D = "/v1/api/singularity/jobs/{job_id}";
|
|
125679
|
+
type GetSingularityJobResultByIdPathParams = paths[typeof routeName$2D]['get']['parameters']['path'];
|
|
125680
|
+
type GetSingularityJobResultByIdQueryParams = paths[typeof routeName$2D]['get']['parameters']['query'];
|
|
125681
|
+
type GetSingularityJobResultByIdResponse = paths[typeof routeName$2D]['get']['responses'][200]['content']['application/json'];
|
|
125682
|
+
type GetSingularityJobResultByIdProps = paths[typeof routeName$2D]['get']['parameters'];
|
|
125666
125683
|
declare const getSingularityJobResultById: (props: GetSingularityJobResultByIdProps, wgApiClient: ClientType) => Promise<GetSingularityJobResultByIdResponse>;
|
|
125667
125684
|
|
|
125668
|
-
declare const routeName$
|
|
125669
|
-
type GetEnumByAnvaLabelPathParams = paths[typeof routeName$
|
|
125670
|
-
type GetEnumByAnvaLabelQueryParams = paths[typeof routeName$
|
|
125671
|
-
type GetEnumByAnvaLabelResponse = paths[typeof routeName$
|
|
125672
|
-
type GetEnumByAnvaLabelProps = paths[typeof routeName$
|
|
125685
|
+
declare const routeName$2C = "/v1/api/anvaflows/labels/{label}/enum";
|
|
125686
|
+
type GetEnumByAnvaLabelPathParams = paths[typeof routeName$2C]['get']['parameters']['path'];
|
|
125687
|
+
type GetEnumByAnvaLabelQueryParams = paths[typeof routeName$2C]['get']['parameters']['query'];
|
|
125688
|
+
type GetEnumByAnvaLabelResponse = paths[typeof routeName$2C]['get']['responses'][200]['content']['application/json'];
|
|
125689
|
+
type GetEnumByAnvaLabelProps = paths[typeof routeName$2C]['get']['parameters'];
|
|
125673
125690
|
declare const getEnumByAnvaLabel: (props: GetEnumByAnvaLabelProps, wgApiClient: ClientType) => Promise<GetEnumByAnvaLabelResponse>;
|
|
125674
125691
|
|
|
125675
|
-
declare const routeName$
|
|
125676
|
-
type GetEnumByDiasLabelPathParams = paths[typeof routeName$
|
|
125677
|
-
type GetEnumByDiasLabelQueryParams = paths[typeof routeName$
|
|
125678
|
-
type GetEnumByDiasLabelResponse = paths[typeof routeName$
|
|
125679
|
-
type GetEnumByDiasLabelProps = paths[typeof routeName$
|
|
125692
|
+
declare const routeName$2B = "/v1/api/diasflows/labels/{label}/enum";
|
|
125693
|
+
type GetEnumByDiasLabelPathParams = paths[typeof routeName$2B]['get']['parameters']['path'];
|
|
125694
|
+
type GetEnumByDiasLabelQueryParams = paths[typeof routeName$2B]['get']['parameters']['query'];
|
|
125695
|
+
type GetEnumByDiasLabelResponse = paths[typeof routeName$2B]['get']['responses'][200]['content']['application/json'];
|
|
125696
|
+
type GetEnumByDiasLabelProps = paths[typeof routeName$2B]['get']['parameters'];
|
|
125680
125697
|
declare const getEnumByDiasLabel: (props: GetEnumByDiasLabelProps, wgApiClient: ClientType) => Promise<GetEnumByDiasLabelResponse>;
|
|
125681
125698
|
|
|
125682
|
-
declare const routeName$
|
|
125683
|
-
type GetInsightsIfCarIsInsuredBody = paths[typeof routeName$
|
|
125684
|
-
type GetInsightsIfCarIsInsuredResponse = paths[typeof routeName$
|
|
125699
|
+
declare const routeName$2A = "/v1/api/insights/cars/check-insurance";
|
|
125700
|
+
type GetInsightsIfCarIsInsuredBody = paths[typeof routeName$2A]['post']['requestBody']['content']['application/json'];
|
|
125701
|
+
type GetInsightsIfCarIsInsuredResponse = paths[typeof routeName$2A]['post']['responses'][200]['content']['application/json'];
|
|
125685
125702
|
interface GetInsightsIfCarIsInsuredProps {
|
|
125686
125703
|
body: GetInsightsIfCarIsInsuredBody;
|
|
125687
125704
|
}
|
|
125688
125705
|
declare const getInsightsIfCarIsInsured: (props: GetInsightsIfCarIsInsuredProps, wgApiClient: ClientType) => Promise<GetInsightsIfCarIsInsuredResponse>;
|
|
125689
125706
|
|
|
125690
|
-
declare const routeName$
|
|
125691
|
-
type PostEventAsCarglassPartnerBody = paths[typeof routeName$
|
|
125692
|
-
type PostEventAsCarglassPartnerResponse = paths[typeof routeName$
|
|
125707
|
+
declare const routeName$2z = "/v1/api/partners/carglass/events";
|
|
125708
|
+
type PostEventAsCarglassPartnerBody = paths[typeof routeName$2z]['post']['requestBody']['content']['application/json'];
|
|
125709
|
+
type PostEventAsCarglassPartnerResponse = paths[typeof routeName$2z]['post']['responses'][201]['content']['application/json'];
|
|
125693
125710
|
interface PostEventAsCarglassPartnerProps {
|
|
125694
125711
|
body: PostEventAsCarglassPartnerBody;
|
|
125695
125712
|
}
|
|
125696
125713
|
declare const postEventAsCarglassPartner: (props: PostEventAsCarglassPartnerProps, wgApiClient: ClientType) => Promise<PostEventAsCarglassPartnerResponse>;
|
|
125697
125714
|
|
|
125698
|
-
declare const routeName$
|
|
125699
|
-
type GenerateOfferRequestForInsuranceCompanyPdfBody = paths[typeof routeName$
|
|
125700
|
-
type GenerateOfferRequestForInsuranceCompanyPdfResponse = paths[typeof routeName$
|
|
125715
|
+
declare const routeName$2y = "/v1/api/offer-request-for-insurance-company/pdf";
|
|
125716
|
+
type GenerateOfferRequestForInsuranceCompanyPdfBody = paths[typeof routeName$2y]['post']['requestBody']['content']['application/json'];
|
|
125717
|
+
type GenerateOfferRequestForInsuranceCompanyPdfResponse = paths[typeof routeName$2y]['post']['responses'][200]['content']['application/json'];
|
|
125701
125718
|
interface GenerateOfferRequestForInsuranceCompanyPdfProps {
|
|
125702
125719
|
body: GenerateOfferRequestForInsuranceCompanyPdfBody;
|
|
125703
125720
|
}
|
|
125704
125721
|
declare const generateOfferRequestForInsuranceCompanyPdf: (props: GenerateOfferRequestForInsuranceCompanyPdfProps, wgApiClient: ClientType) => Promise<GenerateOfferRequestForInsuranceCompanyPdfResponse>;
|
|
125705
125722
|
|
|
125706
|
-
declare const routeName$
|
|
125707
|
-
type GenerateOfferRequestForInsuranceCompanyDocxBody = paths[typeof routeName$
|
|
125708
|
-
type GenerateOfferRequestForInsuranceCompanyDocxResponse = paths[typeof routeName$
|
|
125723
|
+
declare const routeName$2x = "/v1/api/offer-request-for-insurance-company/docx";
|
|
125724
|
+
type GenerateOfferRequestForInsuranceCompanyDocxBody = paths[typeof routeName$2x]['post']['requestBody']['content']['application/json'];
|
|
125725
|
+
type GenerateOfferRequestForInsuranceCompanyDocxResponse = paths[typeof routeName$2x]['post']['responses'][200]['content']['application/json'];
|
|
125709
125726
|
interface GenerateOfferRequestForInsuranceCompanyDocxProps {
|
|
125710
125727
|
body: GenerateOfferRequestForInsuranceCompanyDocxBody;
|
|
125711
125728
|
}
|
|
125712
125729
|
declare const generateOfferRequestForInsuranceCompanyDocx: (props: GenerateOfferRequestForInsuranceCompanyDocxProps, wgApiClient: ClientType) => Promise<GenerateOfferRequestForInsuranceCompanyDocxResponse>;
|
|
125713
125730
|
|
|
125714
|
-
declare const routeName$
|
|
125715
|
-
type GetOfferByIdPathParams = paths[typeof routeName$
|
|
125716
|
-
type GetOfferByIdResponse = paths[typeof routeName$
|
|
125717
|
-
type GetOfferByIdProps = paths[typeof routeName$
|
|
125731
|
+
declare const routeName$2w = "/v1/api/offers/{offer_id}/revisions/{offer_revision_id}";
|
|
125732
|
+
type GetOfferByIdPathParams = paths[typeof routeName$2w]['get']['parameters']['path'];
|
|
125733
|
+
type GetOfferByIdResponse = paths[typeof routeName$2w]['get']['responses'][200]['content']['application/json'];
|
|
125734
|
+
type GetOfferByIdProps = paths[typeof routeName$2w]['get']['parameters'];
|
|
125718
125735
|
declare const getOfferById: (props: GetOfferByIdProps, wgApiClient: ClientType) => Promise<GetOfferByIdResponse>;
|
|
125719
125736
|
|
|
125720
|
-
declare const routeName$
|
|
125721
|
-
type UpdateOfferByIdBody = paths[typeof routeName$
|
|
125722
|
-
type UpdateOfferByIdPathParams = paths[typeof routeName$
|
|
125723
|
-
type UpdateOfferByIdResponse = paths[typeof routeName$
|
|
125737
|
+
declare const routeName$2v = "/v1/api/offers/{offer_id}/revisions/{offer_revision_id}";
|
|
125738
|
+
type UpdateOfferByIdBody = paths[typeof routeName$2v]['patch']['requestBody']['content']['application/json'];
|
|
125739
|
+
type UpdateOfferByIdPathParams = paths[typeof routeName$2v]['patch']['parameters']['path'];
|
|
125740
|
+
type UpdateOfferByIdResponse = paths[typeof routeName$2v]['patch']['responses'][200]['content']['application/json'];
|
|
125724
125741
|
interface UpdateOfferByIdProps {
|
|
125725
125742
|
body: UpdateOfferByIdBody;
|
|
125726
125743
|
params: {
|
|
@@ -125729,23 +125746,23 @@ interface UpdateOfferByIdProps {
|
|
|
125729
125746
|
}
|
|
125730
125747
|
declare const updateOfferById: (props: UpdateOfferByIdProps, wgApiClient: ClientType) => Promise<UpdateOfferByIdResponse>;
|
|
125731
125748
|
|
|
125732
|
-
declare const routeName$
|
|
125733
|
-
type GetMinimalOfferByIdPathParams = paths[typeof routeName$
|
|
125734
|
-
type GetMinimalOfferByIdQueryParams = paths[typeof routeName$
|
|
125735
|
-
type GetMinimalOfferByIdResponse = paths[typeof routeName$
|
|
125736
|
-
type GetMinimalOfferByIdProps = paths[typeof routeName$
|
|
125749
|
+
declare const routeName$2u = "/v2/api/offers/{offer_id}/revisions/{offer_revision_id}/minimal";
|
|
125750
|
+
type GetMinimalOfferByIdPathParams = paths[typeof routeName$2u]['get']['parameters']['path'];
|
|
125751
|
+
type GetMinimalOfferByIdQueryParams = paths[typeof routeName$2u]['get']['parameters']['query'];
|
|
125752
|
+
type GetMinimalOfferByIdResponse = paths[typeof routeName$2u]['get']['responses'][200]['content']['application/json'];
|
|
125753
|
+
type GetMinimalOfferByIdProps = paths[typeof routeName$2u]['get']['parameters'];
|
|
125737
125754
|
declare const getMinimalOfferById: (props: GetMinimalOfferByIdProps, wgApiClient: ClientType) => Promise<GetMinimalOfferByIdResponse>;
|
|
125738
125755
|
|
|
125739
|
-
declare const routeName$
|
|
125740
|
-
type GetMinimalOfferRevisionByIdPathParams = paths[typeof routeName$
|
|
125741
|
-
type GetMinimalOfferRevisionByIdResponse = paths[typeof routeName$
|
|
125742
|
-
type GetMinimalOfferRevisionByIdProps = paths[typeof routeName$
|
|
125756
|
+
declare const routeName$2t = "/v2/api/offers/{offer_revision_id}/minimal";
|
|
125757
|
+
type GetMinimalOfferRevisionByIdPathParams = paths[typeof routeName$2t]['get']['parameters']['path'];
|
|
125758
|
+
type GetMinimalOfferRevisionByIdResponse = paths[typeof routeName$2t]['get']['responses'][200]['content']['application/json'];
|
|
125759
|
+
type GetMinimalOfferRevisionByIdProps = paths[typeof routeName$2t]['get']['parameters'];
|
|
125743
125760
|
declare const getMinimalOfferRevisionById: (props: GetMinimalOfferRevisionByIdProps, wgApiClient: ClientType) => Promise<GetMinimalOfferRevisionByIdResponse>;
|
|
125744
125761
|
|
|
125745
|
-
declare const routeName$
|
|
125746
|
-
type CreateOfferRevisionBody = paths[typeof routeName$
|
|
125747
|
-
type CreateOfferRevisionPathParams = paths[typeof routeName$
|
|
125748
|
-
type CreateOfferRevisionResponse = paths[typeof routeName$
|
|
125762
|
+
declare const routeName$2s = "/v1/api/offers/{offer_id}/revisions";
|
|
125763
|
+
type CreateOfferRevisionBody = paths[typeof routeName$2s]['put']['requestBody']['content']['application/json'];
|
|
125764
|
+
type CreateOfferRevisionPathParams = paths[typeof routeName$2s]['put']['parameters']['path'];
|
|
125765
|
+
type CreateOfferRevisionResponse = paths[typeof routeName$2s]['put']['responses'][201]['content']['application/json'];
|
|
125749
125766
|
interface CreateOfferRevisionProps {
|
|
125750
125767
|
body: CreateOfferRevisionBody;
|
|
125751
125768
|
params: {
|
|
@@ -125754,69 +125771,69 @@ interface CreateOfferRevisionProps {
|
|
|
125754
125771
|
}
|
|
125755
125772
|
declare const createOfferRevision: (props: CreateOfferRevisionProps, wgApiClient: ClientType) => Promise<CreateOfferRevisionResponse>;
|
|
125756
125773
|
|
|
125757
|
-
declare const routeName$
|
|
125758
|
-
type UpdateOffersInBulkBody = paths[typeof routeName$
|
|
125759
|
-
type UpdateOffersInBulkResponse = paths[typeof routeName$
|
|
125774
|
+
declare const routeName$2r = "/v1/api/offers/bulk";
|
|
125775
|
+
type UpdateOffersInBulkBody = paths[typeof routeName$2r]['patch']['requestBody']['content']['application/json'];
|
|
125776
|
+
type UpdateOffersInBulkResponse = paths[typeof routeName$2r]['patch']['responses'][200]['content']['application/json'];
|
|
125760
125777
|
interface UpdateOffersInBulkProps {
|
|
125761
125778
|
body: UpdateOffersInBulkBody;
|
|
125762
125779
|
}
|
|
125763
125780
|
declare const updateOffersInBulk: (props: UpdateOffersInBulkProps, wgApiClient: ClientType) => Promise<UpdateOffersInBulkResponse>;
|
|
125764
125781
|
|
|
125765
|
-
declare const routeName$
|
|
125766
|
-
type GetOffersByDistributionPathParams = paths[typeof routeName$
|
|
125767
|
-
type GetOffersByDistributionQueryParams = paths[typeof routeName$
|
|
125768
|
-
type GetOffersByDistributionResponse = paths[typeof routeName$
|
|
125769
|
-
type GetOffersByDistributionProps = paths[typeof routeName$
|
|
125782
|
+
declare const routeName$2q = "/v2/api/distributions/{distribution_id}/offers";
|
|
125783
|
+
type GetOffersByDistributionPathParams = paths[typeof routeName$2q]['get']['parameters']['path'];
|
|
125784
|
+
type GetOffersByDistributionQueryParams = paths[typeof routeName$2q]['get']['parameters']['query'];
|
|
125785
|
+
type GetOffersByDistributionResponse = paths[typeof routeName$2q]['get']['responses'][200]['content']['application/json'];
|
|
125786
|
+
type GetOffersByDistributionProps = paths[typeof routeName$2q]['get']['parameters'];
|
|
125770
125787
|
declare const getOffersByDistribution: (props: GetOffersByDistributionProps, wgApiClient: ClientType) => Promise<GetOffersByDistributionResponse>;
|
|
125771
125788
|
|
|
125772
|
-
declare const routeName$
|
|
125773
|
-
type GetOrganisationLeadsPathParams = paths[typeof routeName$
|
|
125774
|
-
type GetOrganisationLeadsQueryParams = paths[typeof routeName$
|
|
125775
|
-
type GetOrganisationLeadsResponse = paths[typeof routeName$
|
|
125776
|
-
type GetOrganisationLeadsProps = paths[typeof routeName$
|
|
125789
|
+
declare const routeName$2p = "/v1/api/organisations/{organisation_id}/leads";
|
|
125790
|
+
type GetOrganisationLeadsPathParams = paths[typeof routeName$2p]['get']['parameters']['path'];
|
|
125791
|
+
type GetOrganisationLeadsQueryParams = paths[typeof routeName$2p]['get']['parameters']['query'];
|
|
125792
|
+
type GetOrganisationLeadsResponse = paths[typeof routeName$2p]['get']['responses'][200]['content']['application/json'];
|
|
125793
|
+
type GetOrganisationLeadsProps = paths[typeof routeName$2p]['get']['parameters'];
|
|
125777
125794
|
declare const getOrganisationLeads: (props: GetOrganisationLeadsProps, wgApiClient: ClientType) => Promise<GetOrganisationLeadsResponse>;
|
|
125778
125795
|
|
|
125779
|
-
declare const routeName$
|
|
125780
|
-
type GetOrganisationOffersPathParams = paths[typeof routeName$
|
|
125781
|
-
type GetOrganisationOffersQueryParams = paths[typeof routeName$
|
|
125782
|
-
type GetOrganisationOffersResponse = paths[typeof routeName$
|
|
125783
|
-
type GetOrganisationOffersProps = paths[typeof routeName$
|
|
125796
|
+
declare const routeName$2o = "/v1/api/organisations/{organisation_id}/offers";
|
|
125797
|
+
type GetOrganisationOffersPathParams = paths[typeof routeName$2o]['get']['parameters']['path'];
|
|
125798
|
+
type GetOrganisationOffersQueryParams = paths[typeof routeName$2o]['get']['parameters']['query'];
|
|
125799
|
+
type GetOrganisationOffersResponse = paths[typeof routeName$2o]['get']['responses'][200]['content']['application/json'];
|
|
125800
|
+
type GetOrganisationOffersProps = paths[typeof routeName$2o]['get']['parameters'];
|
|
125784
125801
|
declare const getOrganisationOffers: (props: GetOrganisationOffersProps, wgApiClient: ClientType) => Promise<GetOrganisationOffersResponse>;
|
|
125785
125802
|
|
|
125786
|
-
declare const routeName$
|
|
125787
|
-
type GetOrganisationDistributionsPathParams = paths[typeof routeName$
|
|
125788
|
-
type GetOrganisationDistributionsQueryParams = paths[typeof routeName$
|
|
125789
|
-
type GetOrganisationDistributionsResponse = paths[typeof routeName$
|
|
125790
|
-
type GetOrganisationDistributionsProps = paths[typeof routeName$
|
|
125803
|
+
declare const routeName$2n = "/v1/api/organisations/{organisation_id}/distributions";
|
|
125804
|
+
type GetOrganisationDistributionsPathParams = paths[typeof routeName$2n]['get']['parameters']['path'];
|
|
125805
|
+
type GetOrganisationDistributionsQueryParams = paths[typeof routeName$2n]['get']['parameters']['query'];
|
|
125806
|
+
type GetOrganisationDistributionsResponse = paths[typeof routeName$2n]['get']['responses'][200]['content']['application/json'];
|
|
125807
|
+
type GetOrganisationDistributionsProps = paths[typeof routeName$2n]['get']['parameters'];
|
|
125791
125808
|
declare const getOrganisationDistributions: (props: GetOrganisationDistributionsProps, wgApiClient: ClientType) => Promise<GetOrganisationDistributionsResponse>;
|
|
125792
125809
|
|
|
125793
|
-
declare const routeName$
|
|
125794
|
-
type CreateLegalPartyBody = paths[typeof routeName$
|
|
125795
|
-
type CreateLegalPartyResponse = paths[typeof routeName$
|
|
125810
|
+
declare const routeName$2m = "/v1/api/parties/companies";
|
|
125811
|
+
type CreateLegalPartyBody = paths[typeof routeName$2m]['post']['requestBody']['content']['application/json'];
|
|
125812
|
+
type CreateLegalPartyResponse = paths[typeof routeName$2m]['post']['responses'][201]['content']['application/json'];
|
|
125796
125813
|
interface CreateLegalPartyProps {
|
|
125797
125814
|
body: CreateLegalPartyBody;
|
|
125798
125815
|
}
|
|
125799
125816
|
declare const createLegalParty: (props: CreateLegalPartyProps, wgApiClient: ClientType) => Promise<CreateLegalPartyResponse>;
|
|
125800
125817
|
|
|
125801
|
-
declare const routeName$
|
|
125802
|
-
type CreateNaturalPartyBody = paths[typeof routeName$
|
|
125803
|
-
type CreateNaturalPartyResponse = paths[typeof routeName$
|
|
125818
|
+
declare const routeName$2l = "/v1/api/parties/customers";
|
|
125819
|
+
type CreateNaturalPartyBody = paths[typeof routeName$2l]['post']['requestBody']['content']['application/json'];
|
|
125820
|
+
type CreateNaturalPartyResponse = paths[typeof routeName$2l]['post']['responses'][201]['content']['application/json'];
|
|
125804
125821
|
interface CreateNaturalPartyProps {
|
|
125805
125822
|
body: CreateNaturalPartyBody;
|
|
125806
125823
|
}
|
|
125807
125824
|
declare const createNaturalParty: (props: CreateNaturalPartyProps, wgApiClient: ClientType) => Promise<CreateNaturalPartyResponse>;
|
|
125808
125825
|
|
|
125809
|
-
declare const routeName$
|
|
125810
|
-
type GetActivityByPartyPathParams = paths[typeof routeName$
|
|
125811
|
-
type GetActivityByPartyQueryParams = paths[typeof routeName$
|
|
125812
|
-
type GetActivityByPartyResponse = paths[typeof routeName$
|
|
125813
|
-
type GetActivityByPartyProps = paths[typeof routeName$
|
|
125826
|
+
declare const routeName$2k = "/v1/api/parties/{party_id}/activity";
|
|
125827
|
+
type GetActivityByPartyPathParams = paths[typeof routeName$2k]['get']['parameters']['path'];
|
|
125828
|
+
type GetActivityByPartyQueryParams = paths[typeof routeName$2k]['get']['parameters']['query'];
|
|
125829
|
+
type GetActivityByPartyResponse = paths[typeof routeName$2k]['get']['responses'][200]['content']['application/json'];
|
|
125830
|
+
type GetActivityByPartyProps = paths[typeof routeName$2k]['get']['parameters'];
|
|
125814
125831
|
declare const getActivityByParty: (props: GetActivityByPartyProps, wgApiClient: ClientType) => Promise<GetActivityByPartyResponse>;
|
|
125815
125832
|
|
|
125816
|
-
declare const routeName$
|
|
125817
|
-
type CommentOnActivityPathParams = paths[typeof routeName$
|
|
125818
|
-
type CommentOnActivityQueryParams = paths[typeof routeName$
|
|
125819
|
-
type CommentOnActivityResponse = paths[typeof routeName$
|
|
125833
|
+
declare const routeName$2j = "/v1/api/activities/{activity_id}/comments";
|
|
125834
|
+
type CommentOnActivityPathParams = paths[typeof routeName$2j]['post']['parameters']['path'];
|
|
125835
|
+
type CommentOnActivityQueryParams = paths[typeof routeName$2j]['post']['parameters']['query'];
|
|
125836
|
+
type CommentOnActivityResponse = paths[typeof routeName$2j]['post']['responses'][201]['content']['application/json'];
|
|
125820
125837
|
interface CommentOnActivityProps {
|
|
125821
125838
|
params: {
|
|
125822
125839
|
query: CommentOnActivityQueryParams;
|
|
@@ -125825,10 +125842,10 @@ interface CommentOnActivityProps {
|
|
|
125825
125842
|
}
|
|
125826
125843
|
declare const commentOnActivity: (props: CommentOnActivityProps, wgApiClient: ClientType) => Promise<CommentOnActivityResponse>;
|
|
125827
125844
|
|
|
125828
|
-
declare const routeName$
|
|
125829
|
-
type DeleteCommentOnActivityPathParams = paths[typeof routeName$
|
|
125830
|
-
type DeleteCommentOnActivityQueryParams = paths[typeof routeName$
|
|
125831
|
-
type DeleteCommentOnActivityResponse = paths[typeof routeName$
|
|
125845
|
+
declare const routeName$2i = "/v1/api/activities/{activity_id}/comments/{comment_id}";
|
|
125846
|
+
type DeleteCommentOnActivityPathParams = paths[typeof routeName$2i]['delete']['parameters']['path'];
|
|
125847
|
+
type DeleteCommentOnActivityQueryParams = paths[typeof routeName$2i]['delete']['parameters']['query'];
|
|
125848
|
+
type DeleteCommentOnActivityResponse = paths[typeof routeName$2i]['delete']['responses'][200]['content']['application/json'];
|
|
125832
125849
|
interface DeleteCommentOnActivityProps {
|
|
125833
125850
|
params: {
|
|
125834
125851
|
query: DeleteCommentOnActivityQueryParams;
|
|
@@ -125837,10 +125854,10 @@ interface DeleteCommentOnActivityProps {
|
|
|
125837
125854
|
}
|
|
125838
125855
|
declare const deleteCommentOnActivity: (props: DeleteCommentOnActivityProps, wgApiClient: ClientType) => Promise<DeleteCommentOnActivityResponse>;
|
|
125839
125856
|
|
|
125840
|
-
declare const routeName$
|
|
125841
|
-
type UpdateCommentOnActivityPathParams = paths[typeof routeName$
|
|
125842
|
-
type UpdateCommentOnActivityQueryParams = paths[typeof routeName$
|
|
125843
|
-
type UpdateCommentOnActivityResponse = paths[typeof routeName$
|
|
125857
|
+
declare const routeName$2h = "/v1/api/activities/{activity_id}/comments/{comment_id}";
|
|
125858
|
+
type UpdateCommentOnActivityPathParams = paths[typeof routeName$2h]['patch']['parameters']['path'];
|
|
125859
|
+
type UpdateCommentOnActivityQueryParams = paths[typeof routeName$2h]['patch']['parameters']['query'];
|
|
125860
|
+
type UpdateCommentOnActivityResponse = paths[typeof routeName$2h]['patch']['responses'][200]['content']['application/json'];
|
|
125844
125861
|
interface UpdateCommentOnActivityProps {
|
|
125845
125862
|
params: {
|
|
125846
125863
|
query: UpdateCommentOnActivityQueryParams;
|
|
@@ -125849,24 +125866,24 @@ interface UpdateCommentOnActivityProps {
|
|
|
125849
125866
|
}
|
|
125850
125867
|
declare const updateCommentOnActivity: (props: UpdateCommentOnActivityProps, wgApiClient: ClientType) => Promise<UpdateCommentOnActivityResponse>;
|
|
125851
125868
|
|
|
125852
|
-
declare const routeName$
|
|
125853
|
-
type GetAllPartiesByDistributionPathParams = paths[typeof routeName$
|
|
125854
|
-
type GetAllPartiesByDistributionQueryParams = paths[typeof routeName$
|
|
125855
|
-
type GetAllPartiesByDistributionResponse = paths[typeof routeName$
|
|
125856
|
-
type GetAllPartiesByDistributionProps = paths[typeof routeName$
|
|
125869
|
+
declare const routeName$2g = "/v1/api/distributions/{distribution_id}/parties";
|
|
125870
|
+
type GetAllPartiesByDistributionPathParams = paths[typeof routeName$2g]['get']['parameters']['path'];
|
|
125871
|
+
type GetAllPartiesByDistributionQueryParams = paths[typeof routeName$2g]['get']['parameters']['query'];
|
|
125872
|
+
type GetAllPartiesByDistributionResponse = paths[typeof routeName$2g]['get']['responses'][200]['content']['application/json'];
|
|
125873
|
+
type GetAllPartiesByDistributionProps = paths[typeof routeName$2g]['get']['parameters'];
|
|
125857
125874
|
declare const getAllPartiesByDistribution: (props: GetAllPartiesByDistributionProps, wgApiClient: ClientType) => Promise<GetAllPartiesByDistributionResponse>;
|
|
125858
125875
|
|
|
125859
|
-
declare const routeName$
|
|
125860
|
-
type GetAllPartiesByDistributionV2PathParams = paths[typeof routeName$
|
|
125861
|
-
type GetAllPartiesByDistributionV2QueryParams = paths[typeof routeName$
|
|
125862
|
-
type GetAllPartiesByDistributionV2Response = paths[typeof routeName$
|
|
125863
|
-
type GetAllPartiesByDistributionV2Props = paths[typeof routeName$
|
|
125876
|
+
declare const routeName$2f = "/v2/api/distributions/{distribution_id}/parties";
|
|
125877
|
+
type GetAllPartiesByDistributionV2PathParams = paths[typeof routeName$2f]['get']['parameters']['path'];
|
|
125878
|
+
type GetAllPartiesByDistributionV2QueryParams = paths[typeof routeName$2f]['get']['parameters']['query'];
|
|
125879
|
+
type GetAllPartiesByDistributionV2Response = paths[typeof routeName$2f]['get']['responses'][200]['content']['application/json'];
|
|
125880
|
+
type GetAllPartiesByDistributionV2Props = paths[typeof routeName$2f]['get']['parameters'];
|
|
125864
125881
|
declare const getAllPartiesByDistributionV2: (props: GetAllPartiesByDistributionV2Props, wgApiClient: ClientType) => Promise<GetAllPartiesByDistributionV2Response>;
|
|
125865
125882
|
|
|
125866
|
-
declare const routeName$
|
|
125867
|
-
type SearchPartiesBody = paths[typeof routeName$
|
|
125868
|
-
type SearchPartiesQueryParams = paths[typeof routeName$
|
|
125869
|
-
type SearchPartiesResponse = paths[typeof routeName$
|
|
125883
|
+
declare const routeName$2e = "/v1/api/parties/search";
|
|
125884
|
+
type SearchPartiesBody = paths[typeof routeName$2e]['post']['requestBody']['content']['application/json'];
|
|
125885
|
+
type SearchPartiesQueryParams = paths[typeof routeName$2e]['post']['parameters']['query'];
|
|
125886
|
+
type SearchPartiesResponse = paths[typeof routeName$2e]['post']['responses'][200]['content']['application/json'];
|
|
125870
125887
|
interface SearchPartiesProps {
|
|
125871
125888
|
body: SearchPartiesBody;
|
|
125872
125889
|
params: {
|
|
@@ -125875,17 +125892,17 @@ interface SearchPartiesProps {
|
|
|
125875
125892
|
}
|
|
125876
125893
|
declare const searchParties: (props: SearchPartiesProps, wgApiClient: ClientType) => Promise<SearchPartiesResponse>;
|
|
125877
125894
|
|
|
125878
|
-
declare const routeName$
|
|
125879
|
-
type GetPartiesOriginFilterQueryParams = paths[typeof routeName$
|
|
125880
|
-
type GetPartiesOriginFilterResponse = paths[typeof routeName$
|
|
125881
|
-
type GetPartiesOriginFilterProps = paths[typeof routeName$
|
|
125895
|
+
declare const routeName$2d = "/v1/api/parties-filters/origin";
|
|
125896
|
+
type GetPartiesOriginFilterQueryParams = paths[typeof routeName$2d]['get']['parameters']['query'];
|
|
125897
|
+
type GetPartiesOriginFilterResponse = paths[typeof routeName$2d]['get']['responses'][200]['content']['application/json'];
|
|
125898
|
+
type GetPartiesOriginFilterProps = paths[typeof routeName$2d]['get']['parameters'];
|
|
125882
125899
|
declare const getPartiesOriginFilter: (props: GetPartiesOriginFilterProps, wgApiClient: ClientType) => Promise<GetPartiesOriginFilterResponse>;
|
|
125883
125900
|
|
|
125884
|
-
declare const routeName$
|
|
125885
|
-
type MergePartiesTogetherBody = paths[typeof routeName$
|
|
125886
|
-
type MergePartiesTogetherPathParams = paths[typeof routeName$
|
|
125887
|
-
type MergePartiesTogetherQueryParams = paths[typeof routeName$
|
|
125888
|
-
type MergePartiesTogetherResponse = paths[typeof routeName$
|
|
125901
|
+
declare const routeName$2c = "/v1/api/parties/{party_id}/merges";
|
|
125902
|
+
type MergePartiesTogetherBody = paths[typeof routeName$2c]['post']['requestBody']['content']['application/json'];
|
|
125903
|
+
type MergePartiesTogetherPathParams = paths[typeof routeName$2c]['post']['parameters']['path'];
|
|
125904
|
+
type MergePartiesTogetherQueryParams = paths[typeof routeName$2c]['post']['parameters']['query'];
|
|
125905
|
+
type MergePartiesTogetherResponse = paths[typeof routeName$2c]['post']['responses'][200]['content']['application/json'];
|
|
125889
125906
|
interface MergePartiesTogetherProps {
|
|
125890
125907
|
body: MergePartiesTogetherBody;
|
|
125891
125908
|
params: {
|
|
@@ -125895,23 +125912,23 @@ interface MergePartiesTogetherProps {
|
|
|
125895
125912
|
}
|
|
125896
125913
|
declare const mergePartiesTogether: (props: MergePartiesTogetherProps, wgApiClient: ClientType) => Promise<MergePartiesTogetherResponse>;
|
|
125897
125914
|
|
|
125898
|
-
declare const routeName$
|
|
125899
|
-
type GetPartyMergeSuggestionsPathParams = paths[typeof routeName$
|
|
125900
|
-
type GetPartyMergeSuggestionsQueryParams = paths[typeof routeName$
|
|
125901
|
-
type GetPartyMergeSuggestionsResponse = paths[typeof routeName$
|
|
125902
|
-
type GetPartyMergeSuggestionsProps = paths[typeof routeName$
|
|
125915
|
+
declare const routeName$2b = "/v1/api/parties/{party_id}/merge-suggestions";
|
|
125916
|
+
type GetPartyMergeSuggestionsPathParams = paths[typeof routeName$2b]['get']['parameters']['path'];
|
|
125917
|
+
type GetPartyMergeSuggestionsQueryParams = paths[typeof routeName$2b]['get']['parameters']['query'];
|
|
125918
|
+
type GetPartyMergeSuggestionsResponse = paths[typeof routeName$2b]['get']['responses'][200]['content']['application/json'];
|
|
125919
|
+
type GetPartyMergeSuggestionsProps = paths[typeof routeName$2b]['get']['parameters'];
|
|
125903
125920
|
declare const getPartyMergeSuggestions: (props: GetPartyMergeSuggestionsProps, wgApiClient: ClientType) => Promise<GetPartyMergeSuggestionsResponse>;
|
|
125904
125921
|
|
|
125905
|
-
declare const routeName$
|
|
125906
|
-
type GetRiskAnalysisByPartyIdPathParams = paths[typeof routeName$
|
|
125907
|
-
type GetRiskAnalysisByPartyIdResponse = paths[typeof routeName$
|
|
125908
|
-
type GetRiskAnalysisByPartyIdProps = paths[typeof routeName$
|
|
125922
|
+
declare const routeName$2a = "/v1/api/parties/{party_id}/risk_analysis";
|
|
125923
|
+
type GetRiskAnalysisByPartyIdPathParams = paths[typeof routeName$2a]['get']['parameters']['path'];
|
|
125924
|
+
type GetRiskAnalysisByPartyIdResponse = paths[typeof routeName$2a]['get']['responses'][200]['content']['application/json'];
|
|
125925
|
+
type GetRiskAnalysisByPartyIdProps = paths[typeof routeName$2a]['get']['parameters'];
|
|
125909
125926
|
declare const getRiskAnalysisByPartyId: (props: GetRiskAnalysisByPartyIdProps, wgApiClient: ClientType) => Promise<GetRiskAnalysisByPartyIdResponse>;
|
|
125910
125927
|
|
|
125911
|
-
declare const routeName$
|
|
125912
|
-
type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationBody = paths[typeof routeName$
|
|
125913
|
-
type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationQueryParams = paths[typeof routeName$
|
|
125914
|
-
type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationResponse = paths[typeof routeName$
|
|
125928
|
+
declare const routeName$29 = "/v1/api/parties-by-company-registration";
|
|
125929
|
+
type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationBody = paths[typeof routeName$29]['post']['requestBody']['content']['application/json'];
|
|
125930
|
+
type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationQueryParams = paths[typeof routeName$29]['post']['parameters']['query'];
|
|
125931
|
+
type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationResponse = paths[typeof routeName$29]['post']['responses'][201]['content']['application/json'];
|
|
125915
125932
|
interface CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationProps {
|
|
125916
125933
|
body: CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationBody;
|
|
125917
125934
|
params: {
|
|
@@ -125920,10 +125937,10 @@ interface CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationProps {
|
|
|
125920
125937
|
}
|
|
125921
125938
|
declare const createPartyByEnrichingWithEnrichingWithCompanyRegistration: (props: CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationProps, wgApiClient: ClientType) => Promise<CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationResponse>;
|
|
125922
125939
|
|
|
125923
|
-
declare const routeName$
|
|
125924
|
-
type EnrichPartyByIdWithExternalCompanyDataPathParams = paths[typeof routeName$
|
|
125925
|
-
type EnrichPartyByIdWithExternalCompanyDataQueryParams = paths[typeof routeName$
|
|
125926
|
-
type EnrichPartyByIdWithExternalCompanyDataResponse = paths[typeof routeName$
|
|
125940
|
+
declare const routeName$28 = "/v1/api/parties/{party_id}/enrichments";
|
|
125941
|
+
type EnrichPartyByIdWithExternalCompanyDataPathParams = paths[typeof routeName$28]['put']['parameters']['path'];
|
|
125942
|
+
type EnrichPartyByIdWithExternalCompanyDataQueryParams = paths[typeof routeName$28]['put']['parameters']['query'];
|
|
125943
|
+
type EnrichPartyByIdWithExternalCompanyDataResponse = paths[typeof routeName$28]['put']['responses'][200]['content']['application/json'];
|
|
125927
125944
|
interface EnrichPartyByIdWithExternalCompanyDataProps {
|
|
125928
125945
|
params: {
|
|
125929
125946
|
query: EnrichPartyByIdWithExternalCompanyDataQueryParams;
|
|
@@ -125932,10 +125949,10 @@ interface EnrichPartyByIdWithExternalCompanyDataProps {
|
|
|
125932
125949
|
}
|
|
125933
125950
|
declare const enrichPartyByIdWithExternalCompanyData: (props: EnrichPartyByIdWithExternalCompanyDataProps, wgApiClient: ClientType) => Promise<EnrichPartyByIdWithExternalCompanyDataResponse>;
|
|
125934
125951
|
|
|
125935
|
-
declare const routeName$
|
|
125936
|
-
type CreatePartyRelationsBody = paths[typeof routeName$
|
|
125937
|
-
type CreatePartyRelationsQueryParams = paths[typeof routeName$
|
|
125938
|
-
type CreatePartyRelationsResponse = paths[typeof routeName$
|
|
125952
|
+
declare const routeName$27 = "/v1/api/relations";
|
|
125953
|
+
type CreatePartyRelationsBody = paths[typeof routeName$27]['post']['requestBody']['content']['application/json'];
|
|
125954
|
+
type CreatePartyRelationsQueryParams = paths[typeof routeName$27]['post']['parameters']['query'];
|
|
125955
|
+
type CreatePartyRelationsResponse = paths[typeof routeName$27]['post']['responses'][201]['content']['application/json'];
|
|
125939
125956
|
interface CreatePartyRelationsProps {
|
|
125940
125957
|
body: CreatePartyRelationsBody;
|
|
125941
125958
|
params: {
|
|
@@ -125944,9 +125961,9 @@ interface CreatePartyRelationsProps {
|
|
|
125944
125961
|
}
|
|
125945
125962
|
declare const createPartyRelations: (props: CreatePartyRelationsProps, wgApiClient: ClientType) => Promise<CreatePartyRelationsResponse>;
|
|
125946
125963
|
|
|
125947
|
-
declare const routeName$
|
|
125948
|
-
type DeletePartyRelationsPathParams = paths[typeof routeName$
|
|
125949
|
-
type DeletePartyRelationsResponse = paths[typeof routeName$
|
|
125964
|
+
declare const routeName$26 = "/v1/api/relations/{relation_id}";
|
|
125965
|
+
type DeletePartyRelationsPathParams = paths[typeof routeName$26]['delete']['parameters']['path'];
|
|
125966
|
+
type DeletePartyRelationsResponse = paths[typeof routeName$26]['delete']['responses'][200]['content']['application/json'];
|
|
125950
125967
|
interface DeletePartyRelationsProps {
|
|
125951
125968
|
params: {
|
|
125952
125969
|
path: DeletePartyRelationsPathParams;
|
|
@@ -125954,10 +125971,10 @@ interface DeletePartyRelationsProps {
|
|
|
125954
125971
|
}
|
|
125955
125972
|
declare const deletePartyRelations: (props: DeletePartyRelationsProps, wgApiClient: ClientType) => Promise<DeletePartyRelationsResponse>;
|
|
125956
125973
|
|
|
125957
|
-
declare const routeName$
|
|
125958
|
-
type UpdatePartyRelationsBody = paths[typeof routeName$
|
|
125959
|
-
type UpdatePartyRelationsPathParams = paths[typeof routeName$
|
|
125960
|
-
type UpdatePartyRelationsResponse = paths[typeof routeName$
|
|
125974
|
+
declare const routeName$25 = "/v1/api/relations/{relation_id}";
|
|
125975
|
+
type UpdatePartyRelationsBody = paths[typeof routeName$25]['patch']['requestBody']['content']['application/json'];
|
|
125976
|
+
type UpdatePartyRelationsPathParams = paths[typeof routeName$25]['patch']['parameters']['path'];
|
|
125977
|
+
type UpdatePartyRelationsResponse = paths[typeof routeName$25]['patch']['responses'][200]['content']['application/json'];
|
|
125961
125978
|
interface UpdatePartyRelationsProps {
|
|
125962
125979
|
body: UpdatePartyRelationsBody;
|
|
125963
125980
|
params: {
|
|
@@ -125966,11 +125983,11 @@ interface UpdatePartyRelationsProps {
|
|
|
125966
125983
|
}
|
|
125967
125984
|
declare const updatePartyRelations: (props: UpdatePartyRelationsProps, wgApiClient: ClientType) => Promise<UpdatePartyRelationsResponse>;
|
|
125968
125985
|
|
|
125969
|
-
declare const routeName$
|
|
125970
|
-
type UpdatePartyAssigneesBody = paths[typeof routeName$
|
|
125971
|
-
type UpdatePartyAssigneesPathParams = paths[typeof routeName$
|
|
125972
|
-
type UpdatePartyAssigneesQueryParams = paths[typeof routeName$
|
|
125973
|
-
type UpdatePartyAssigneesResponse = paths[typeof routeName$
|
|
125986
|
+
declare const routeName$24 = "/v1/api/parties/{party_id}/assignees";
|
|
125987
|
+
type UpdatePartyAssigneesBody = paths[typeof routeName$24]['put']['requestBody']['content']['application/json'];
|
|
125988
|
+
type UpdatePartyAssigneesPathParams = paths[typeof routeName$24]['put']['parameters']['path'];
|
|
125989
|
+
type UpdatePartyAssigneesQueryParams = paths[typeof routeName$24]['put']['parameters']['query'];
|
|
125990
|
+
type UpdatePartyAssigneesResponse = paths[typeof routeName$24]['put']['responses'][200]['content']['application/json'];
|
|
125974
125991
|
interface UpdatePartyAssigneesProps {
|
|
125975
125992
|
body: UpdatePartyAssigneesBody;
|
|
125976
125993
|
params: {
|
|
@@ -125980,11 +125997,11 @@ interface UpdatePartyAssigneesProps {
|
|
|
125980
125997
|
}
|
|
125981
125998
|
declare const updatePartyAssignees: (props: UpdatePartyAssigneesProps, wgApiClient: ClientType) => Promise<UpdatePartyAssigneesResponse>;
|
|
125982
125999
|
|
|
125983
|
-
declare const routeName$
|
|
125984
|
-
type CreateRelationBetweenRiskObjectAndPartyBody = paths[typeof routeName$
|
|
125985
|
-
type CreateRelationBetweenRiskObjectAndPartyPathParams = paths[typeof routeName$
|
|
125986
|
-
type CreateRelationBetweenRiskObjectAndPartyQueryParams = paths[typeof routeName$
|
|
125987
|
-
type CreateRelationBetweenRiskObjectAndPartyResponse = paths[typeof routeName$
|
|
126000
|
+
declare const routeName$23 = "/v1/api/parties/{party_id}/risk_objects/{risk_object_id}/relations";
|
|
126001
|
+
type CreateRelationBetweenRiskObjectAndPartyBody = paths[typeof routeName$23]['post']['requestBody']['content']['application/json'];
|
|
126002
|
+
type CreateRelationBetweenRiskObjectAndPartyPathParams = paths[typeof routeName$23]['post']['parameters']['path'];
|
|
126003
|
+
type CreateRelationBetweenRiskObjectAndPartyQueryParams = paths[typeof routeName$23]['post']['parameters']['query'];
|
|
126004
|
+
type CreateRelationBetweenRiskObjectAndPartyResponse = paths[typeof routeName$23]['post']['responses'][201]['content']['application/json'];
|
|
125988
126005
|
interface CreateRelationBetweenRiskObjectAndPartyProps {
|
|
125989
126006
|
body: CreateRelationBetweenRiskObjectAndPartyBody;
|
|
125990
126007
|
params: {
|
|
@@ -125994,11 +126011,11 @@ interface CreateRelationBetweenRiskObjectAndPartyProps {
|
|
|
125994
126011
|
}
|
|
125995
126012
|
declare const createRelationBetweenRiskObjectAndParty: (props: CreateRelationBetweenRiskObjectAndPartyProps, wgApiClient: ClientType) => Promise<CreateRelationBetweenRiskObjectAndPartyResponse>;
|
|
125996
126013
|
|
|
125997
|
-
declare const routeName$
|
|
125998
|
-
type CreatePartyOffersBody = paths[typeof routeName$
|
|
125999
|
-
type CreatePartyOffersPathParams = paths[typeof routeName$
|
|
126000
|
-
type CreatePartyOffersQueryParams = paths[typeof routeName$
|
|
126001
|
-
type CreatePartyOffersResponse = paths[typeof routeName$
|
|
126014
|
+
declare const routeName$22 = "/v1/api/parties/{party_id}/offers";
|
|
126015
|
+
type CreatePartyOffersBody = paths[typeof routeName$22]['post']['requestBody']['content']['application/json'];
|
|
126016
|
+
type CreatePartyOffersPathParams = paths[typeof routeName$22]['post']['parameters']['path'];
|
|
126017
|
+
type CreatePartyOffersQueryParams = paths[typeof routeName$22]['post']['parameters']['query'];
|
|
126018
|
+
type CreatePartyOffersResponse = paths[typeof routeName$22]['post']['responses'][201]['content']['application/json'];
|
|
126002
126019
|
interface CreatePartyOffersProps {
|
|
126003
126020
|
body: CreatePartyOffersBody;
|
|
126004
126021
|
params: {
|
|
@@ -126008,16 +126025,16 @@ interface CreatePartyOffersProps {
|
|
|
126008
126025
|
}
|
|
126009
126026
|
declare const createPartyOffers: (props: CreatePartyOffersProps, wgApiClient: ClientType) => Promise<CreatePartyOffersResponse>;
|
|
126010
126027
|
|
|
126011
|
-
declare const routeName$
|
|
126012
|
-
type GetPartyByIdPathParams = paths[typeof routeName$
|
|
126013
|
-
type GetPartyByIdResponse = paths[typeof routeName$
|
|
126014
|
-
type GetPartyByIdProps = paths[typeof routeName$
|
|
126028
|
+
declare const routeName$21 = "/v1/api/parties/{party_id}";
|
|
126029
|
+
type GetPartyByIdPathParams = paths[typeof routeName$21]['get']['parameters']['path'];
|
|
126030
|
+
type GetPartyByIdResponse = paths[typeof routeName$21]['get']['responses'][200]['content']['application/json'];
|
|
126031
|
+
type GetPartyByIdProps = paths[typeof routeName$21]['get']['parameters'];
|
|
126015
126032
|
declare const getPartyById: (props: GetPartyByIdProps, wgApiClient: ClientType) => Promise<GetPartyByIdResponse>;
|
|
126016
126033
|
|
|
126017
|
-
declare const routeName$
|
|
126018
|
-
type UpdatePartyByIdBody = paths[typeof routeName$
|
|
126019
|
-
type UpdatePartyByIdPathParams = paths[typeof routeName$
|
|
126020
|
-
type UpdatePartyByIdResponse = paths[typeof routeName$
|
|
126034
|
+
declare const routeName$20 = "/v1/api/parties/{party_id}";
|
|
126035
|
+
type UpdatePartyByIdBody = paths[typeof routeName$20]['patch']['requestBody']['content']['application/json'];
|
|
126036
|
+
type UpdatePartyByIdPathParams = paths[typeof routeName$20]['patch']['parameters']['path'];
|
|
126037
|
+
type UpdatePartyByIdResponse = paths[typeof routeName$20]['patch']['responses'][200]['content']['application/json'];
|
|
126021
126038
|
interface UpdatePartyByIdProps {
|
|
126022
126039
|
body: UpdatePartyByIdBody;
|
|
126023
126040
|
params: {
|
|
@@ -126026,17 +126043,17 @@ interface UpdatePartyByIdProps {
|
|
|
126026
126043
|
}
|
|
126027
126044
|
declare const updatePartyById: (props: UpdatePartyByIdProps, wgApiClient: ClientType) => Promise<UpdatePartyByIdResponse>;
|
|
126028
126045
|
|
|
126029
|
-
declare const routeName$
|
|
126030
|
-
type GetPartyAddressesPathParams = paths[typeof routeName$
|
|
126031
|
-
type GetPartyAddressesResponse = paths[typeof routeName$
|
|
126032
|
-
type GetPartyAddressesProps = paths[typeof routeName$
|
|
126046
|
+
declare const routeName$1$ = "/v1/api/parties/{party_id}/addresses";
|
|
126047
|
+
type GetPartyAddressesPathParams = paths[typeof routeName$1$]['get']['parameters']['path'];
|
|
126048
|
+
type GetPartyAddressesResponse = paths[typeof routeName$1$]['get']['responses'][200]['content']['application/json'];
|
|
126049
|
+
type GetPartyAddressesProps = paths[typeof routeName$1$]['get']['parameters'];
|
|
126033
126050
|
declare const getPartyAddresses: (props: GetPartyAddressesProps, wgApiClient: ClientType) => Promise<GetPartyAddressesResponse>;
|
|
126034
126051
|
|
|
126035
|
-
declare const routeName$
|
|
126036
|
-
type TransferPartyToOtherDistributionBody = paths[typeof routeName$
|
|
126037
|
-
type TransferPartyToOtherDistributionPathParams = paths[typeof routeName$
|
|
126038
|
-
type TransferPartyToOtherDistributionQueryParams = paths[typeof routeName$
|
|
126039
|
-
type TransferPartyToOtherDistributionResponse = paths[typeof routeName$
|
|
126052
|
+
declare const routeName$1_ = "/v1/api/parties/{party_id}/transfers";
|
|
126053
|
+
type TransferPartyToOtherDistributionBody = paths[typeof routeName$1_]['post']['requestBody']['content']['application/json'];
|
|
126054
|
+
type TransferPartyToOtherDistributionPathParams = paths[typeof routeName$1_]['post']['parameters']['path'];
|
|
126055
|
+
type TransferPartyToOtherDistributionQueryParams = paths[typeof routeName$1_]['post']['parameters']['query'];
|
|
126056
|
+
type TransferPartyToOtherDistributionResponse = paths[typeof routeName$1_]['post']['responses'][200]['content']['application/json'];
|
|
126040
126057
|
interface TransferPartyToOtherDistributionProps {
|
|
126041
126058
|
body: TransferPartyToOtherDistributionBody;
|
|
126042
126059
|
params: {
|
|
@@ -126046,10 +126063,10 @@ interface TransferPartyToOtherDistributionProps {
|
|
|
126046
126063
|
}
|
|
126047
126064
|
declare const transferPartyToOtherDistribution: (props: TransferPartyToOtherDistributionProps, wgApiClient: ClientType) => Promise<TransferPartyToOtherDistributionResponse>;
|
|
126048
126065
|
|
|
126049
|
-
declare const routeName$
|
|
126050
|
-
type CreateReferenceForPartyBody = paths[typeof routeName$
|
|
126051
|
-
type CreateReferenceForPartyPathParams = paths[typeof routeName$
|
|
126052
|
-
type CreateReferenceForPartyResponse = paths[typeof routeName$
|
|
126066
|
+
declare const routeName$1Z = "/v1/api/parties/{party_id}/references";
|
|
126067
|
+
type CreateReferenceForPartyBody = paths[typeof routeName$1Z]['post']['requestBody']['content']['application/json'];
|
|
126068
|
+
type CreateReferenceForPartyPathParams = paths[typeof routeName$1Z]['post']['parameters']['path'];
|
|
126069
|
+
type CreateReferenceForPartyResponse = paths[typeof routeName$1Z]['post']['responses'][200]['content']['application/json'];
|
|
126053
126070
|
interface CreateReferenceForPartyProps {
|
|
126054
126071
|
body: CreateReferenceForPartyBody;
|
|
126055
126072
|
params: {
|
|
@@ -126058,18 +126075,18 @@ interface CreateReferenceForPartyProps {
|
|
|
126058
126075
|
}
|
|
126059
126076
|
declare const createReferenceForParty: (props: CreateReferenceForPartyProps, wgApiClient: ClientType) => Promise<CreateReferenceForPartyResponse>;
|
|
126060
126077
|
|
|
126061
|
-
declare const routeName$
|
|
126062
|
-
type GetDocumentsForPartyPathParams = paths[typeof routeName$
|
|
126063
|
-
type GetDocumentsForPartyQueryParams = paths[typeof routeName$
|
|
126064
|
-
type GetDocumentsForPartyResponse = paths[typeof routeName$
|
|
126065
|
-
type GetDocumentsForPartyProps = paths[typeof routeName$
|
|
126078
|
+
declare const routeName$1Y = "/v1/api/parties/{party_id}/documents";
|
|
126079
|
+
type GetDocumentsForPartyPathParams = paths[typeof routeName$1Y]['get']['parameters']['path'];
|
|
126080
|
+
type GetDocumentsForPartyQueryParams = paths[typeof routeName$1Y]['get']['parameters']['query'];
|
|
126081
|
+
type GetDocumentsForPartyResponse = paths[typeof routeName$1Y]['get']['responses'][200]['content']['application/json'];
|
|
126082
|
+
type GetDocumentsForPartyProps = paths[typeof routeName$1Y]['get']['parameters'];
|
|
126066
126083
|
declare const getDocumentsForParty: (props: GetDocumentsForPartyProps, wgApiClient: ClientType) => Promise<GetDocumentsForPartyResponse>;
|
|
126067
126084
|
|
|
126068
|
-
declare const routeName$
|
|
126069
|
-
type CreateDocumentForPartyBody = paths[typeof routeName$
|
|
126070
|
-
type CreateDocumentForPartyPathParams = paths[typeof routeName$
|
|
126071
|
-
type CreateDocumentForPartyQueryParams = paths[typeof routeName$
|
|
126072
|
-
type CreateDocumentForPartyResponse = paths[typeof routeName$
|
|
126085
|
+
declare const routeName$1X = "/v1/api/parties/{party_id}/documents";
|
|
126086
|
+
type CreateDocumentForPartyBody = paths[typeof routeName$1X]['post']['requestBody']['content']['application/json'];
|
|
126087
|
+
type CreateDocumentForPartyPathParams = paths[typeof routeName$1X]['post']['parameters']['path'];
|
|
126088
|
+
type CreateDocumentForPartyQueryParams = paths[typeof routeName$1X]['post']['parameters']['query'];
|
|
126089
|
+
type CreateDocumentForPartyResponse = paths[typeof routeName$1X]['post']['responses'][201]['content']['application/json'];
|
|
126073
126090
|
interface CreateDocumentForPartyProps {
|
|
126074
126091
|
body: CreateDocumentForPartyBody;
|
|
126075
126092
|
params: {
|
|
@@ -126079,9 +126096,9 @@ interface CreateDocumentForPartyProps {
|
|
|
126079
126096
|
}
|
|
126080
126097
|
declare const createDocumentForParty: (props: CreateDocumentForPartyProps, wgApiClient: ClientType) => Promise<CreateDocumentForPartyResponse>;
|
|
126081
126098
|
|
|
126082
|
-
declare const routeName$
|
|
126083
|
-
type DeleteDocumentForPartyPathParams = paths[typeof routeName$
|
|
126084
|
-
type DeleteDocumentForPartyResponse = paths[typeof routeName$
|
|
126099
|
+
declare const routeName$1W = "/v1/api/parties/{party_id}/documents/{document_id}";
|
|
126100
|
+
type DeleteDocumentForPartyPathParams = paths[typeof routeName$1W]['delete']['parameters']['path'];
|
|
126101
|
+
type DeleteDocumentForPartyResponse = paths[typeof routeName$1W]['delete']['responses'][200]['content']['application/json'];
|
|
126085
126102
|
interface DeleteDocumentForPartyProps {
|
|
126086
126103
|
params: {
|
|
126087
126104
|
path: DeleteDocumentForPartyPathParams;
|
|
@@ -126089,10 +126106,10 @@ interface DeleteDocumentForPartyProps {
|
|
|
126089
126106
|
}
|
|
126090
126107
|
declare const deleteDocumentForParty: (props: DeleteDocumentForPartyProps, wgApiClient: ClientType) => Promise<DeleteDocumentForPartyResponse>;
|
|
126091
126108
|
|
|
126092
|
-
declare const routeName$
|
|
126093
|
-
type UpdateDocumentForPartyBody = paths[typeof routeName$
|
|
126094
|
-
type UpdateDocumentForPartyPathParams = paths[typeof routeName$
|
|
126095
|
-
type UpdateDocumentForPartyResponse = paths[typeof routeName$
|
|
126109
|
+
declare const routeName$1V = "/v1/api/parties/{party_id}/documents/{document_id}";
|
|
126110
|
+
type UpdateDocumentForPartyBody = paths[typeof routeName$1V]['patch']['requestBody']['content']['application/json'];
|
|
126111
|
+
type UpdateDocumentForPartyPathParams = paths[typeof routeName$1V]['patch']['parameters']['path'];
|
|
126112
|
+
type UpdateDocumentForPartyResponse = paths[typeof routeName$1V]['patch']['responses'][200]['content']['application/json'];
|
|
126096
126113
|
interface UpdateDocumentForPartyProps {
|
|
126097
126114
|
body: UpdateDocumentForPartyBody;
|
|
126098
126115
|
params: {
|
|
@@ -126101,9 +126118,9 @@ interface UpdateDocumentForPartyProps {
|
|
|
126101
126118
|
}
|
|
126102
126119
|
declare const updateDocumentForParty: (props: UpdateDocumentForPartyProps, wgApiClient: ClientType) => Promise<UpdateDocumentForPartyResponse>;
|
|
126103
126120
|
|
|
126104
|
-
declare const routeName$
|
|
126105
|
-
type DeleteInsurancePoliciesForPartyPathParams = paths[typeof routeName$
|
|
126106
|
-
type DeleteInsurancePoliciesForPartyResponse = paths[typeof routeName$
|
|
126121
|
+
declare const routeName$1U = "/v1/api/parties/{party_id}/insurance-policies/{insurance_policy_id}";
|
|
126122
|
+
type DeleteInsurancePoliciesForPartyPathParams = paths[typeof routeName$1U]['delete']['parameters']['path'];
|
|
126123
|
+
type DeleteInsurancePoliciesForPartyResponse = paths[typeof routeName$1U]['delete']['responses'][200]['content']['application/json'];
|
|
126107
126124
|
interface DeleteInsurancePoliciesForPartyProps {
|
|
126108
126125
|
params: {
|
|
126109
126126
|
path: DeleteInsurancePoliciesForPartyPathParams;
|
|
@@ -126111,17 +126128,17 @@ interface DeleteInsurancePoliciesForPartyProps {
|
|
|
126111
126128
|
}
|
|
126112
126129
|
declare const deleteInsurancePoliciesForParty: (props: DeleteInsurancePoliciesForPartyProps, wgApiClient: ClientType) => Promise<DeleteInsurancePoliciesForPartyResponse>;
|
|
126113
126130
|
|
|
126114
|
-
declare const routeName$
|
|
126115
|
-
type GetInsurancePoliciesForPartyPathParams = paths[typeof routeName$
|
|
126116
|
-
type GetInsurancePoliciesForPartyQueryParams = paths[typeof routeName$
|
|
126117
|
-
type GetInsurancePoliciesForPartyResponse = paths[typeof routeName$
|
|
126118
|
-
type GetInsurancePoliciesForPartyProps = paths[typeof routeName$
|
|
126131
|
+
declare const routeName$1T = "/v1/api/parties/{party_id}/insurance-policies";
|
|
126132
|
+
type GetInsurancePoliciesForPartyPathParams = paths[typeof routeName$1T]['get']['parameters']['path'];
|
|
126133
|
+
type GetInsurancePoliciesForPartyQueryParams = paths[typeof routeName$1T]['get']['parameters']['query'];
|
|
126134
|
+
type GetInsurancePoliciesForPartyResponse = paths[typeof routeName$1T]['get']['responses'][200]['content']['application/json'];
|
|
126135
|
+
type GetInsurancePoliciesForPartyProps = paths[typeof routeName$1T]['get']['parameters'];
|
|
126119
126136
|
declare const getInsurancePoliciesForParty: (props: GetInsurancePoliciesForPartyProps, wgApiClient: ClientType) => Promise<GetInsurancePoliciesForPartyResponse>;
|
|
126120
126137
|
|
|
126121
|
-
declare const routeName$
|
|
126122
|
-
type UpsertInsurancePoliciesForPartyBody = paths[typeof routeName$
|
|
126123
|
-
type UpsertInsurancePoliciesForPartyPathParams = paths[typeof routeName$
|
|
126124
|
-
type UpsertInsurancePoliciesForPartyResponse = paths[typeof routeName$
|
|
126138
|
+
declare const routeName$1S = "/v1/api/parties/{party_id}/insurance-policies";
|
|
126139
|
+
type UpsertInsurancePoliciesForPartyBody = paths[typeof routeName$1S]['put']['requestBody']['content']['application/json'];
|
|
126140
|
+
type UpsertInsurancePoliciesForPartyPathParams = paths[typeof routeName$1S]['put']['parameters']['path'];
|
|
126141
|
+
type UpsertInsurancePoliciesForPartyResponse = paths[typeof routeName$1S]['put']['responses'][201]['content']['application/json'];
|
|
126125
126142
|
interface UpsertInsurancePoliciesForPartyProps {
|
|
126126
126143
|
body: UpsertInsurancePoliciesForPartyBody;
|
|
126127
126144
|
params: {
|
|
@@ -126130,10 +126147,10 @@ interface UpsertInsurancePoliciesForPartyProps {
|
|
|
126130
126147
|
}
|
|
126131
126148
|
declare const upsertInsurancePoliciesForParty: (props: UpsertInsurancePoliciesForPartyProps, wgApiClient: ClientType) => Promise<UpsertInsurancePoliciesForPartyResponse>;
|
|
126132
126149
|
|
|
126133
|
-
declare const routeName$
|
|
126134
|
-
type CreateInsurancePoliciesForPartyBody = paths[typeof routeName$
|
|
126135
|
-
type CreateInsurancePoliciesForPartyPathParams = paths[typeof routeName$
|
|
126136
|
-
type CreateInsurancePoliciesForPartyResponse = paths[typeof routeName$
|
|
126150
|
+
declare const routeName$1R = "/v1/api/parties/{party_id}/insurance-policies";
|
|
126151
|
+
type CreateInsurancePoliciesForPartyBody = paths[typeof routeName$1R]['post']['requestBody']['content']['application/json'];
|
|
126152
|
+
type CreateInsurancePoliciesForPartyPathParams = paths[typeof routeName$1R]['post']['parameters']['path'];
|
|
126153
|
+
type CreateInsurancePoliciesForPartyResponse = paths[typeof routeName$1R]['post']['responses'][201]['content']['application/json'];
|
|
126137
126154
|
interface CreateInsurancePoliciesForPartyProps {
|
|
126138
126155
|
body: CreateInsurancePoliciesForPartyBody;
|
|
126139
126156
|
params: {
|
|
@@ -126142,23 +126159,23 @@ interface CreateInsurancePoliciesForPartyProps {
|
|
|
126142
126159
|
}
|
|
126143
126160
|
declare const createInsurancePoliciesForParty: (props: CreateInsurancePoliciesForPartyProps, wgApiClient: ClientType) => Promise<CreateInsurancePoliciesForPartyResponse>;
|
|
126144
126161
|
|
|
126145
|
-
declare const routeName$
|
|
126146
|
-
type GetInsurancePolicyByIdPathParams = paths[typeof routeName$
|
|
126147
|
-
type GetInsurancePolicyByIdResponse = paths[typeof routeName$
|
|
126148
|
-
type GetInsurancePolicyByIdProps = paths[typeof routeName$
|
|
126162
|
+
declare const routeName$1Q = "/v1/api/insurance-policies/{insurance_policy_id}";
|
|
126163
|
+
type GetInsurancePolicyByIdPathParams = paths[typeof routeName$1Q]['get']['parameters']['path'];
|
|
126164
|
+
type GetInsurancePolicyByIdResponse = paths[typeof routeName$1Q]['get']['responses'][200]['content']['application/json'];
|
|
126165
|
+
type GetInsurancePolicyByIdProps = paths[typeof routeName$1Q]['get']['parameters'];
|
|
126149
126166
|
declare const getInsurancePolicyById: (props: GetInsurancePolicyByIdProps, wgApiClient: ClientType) => Promise<GetInsurancePolicyByIdResponse>;
|
|
126150
126167
|
|
|
126151
|
-
declare const routeName$
|
|
126152
|
-
type GetInsurancePolicySimulationsForPartyPathParams = paths[typeof routeName$
|
|
126153
|
-
type GetInsurancePolicySimulationsForPartyQueryParams = paths[typeof routeName$
|
|
126154
|
-
type GetInsurancePolicySimulationsForPartyResponse = paths[typeof routeName$
|
|
126155
|
-
type GetInsurancePolicySimulationsForPartyProps = paths[typeof routeName$
|
|
126168
|
+
declare const routeName$1P = "/v1/api/parties/{party_id}/simulations/{simulation_id}/insurance-policies";
|
|
126169
|
+
type GetInsurancePolicySimulationsForPartyPathParams = paths[typeof routeName$1P]['get']['parameters']['path'];
|
|
126170
|
+
type GetInsurancePolicySimulationsForPartyQueryParams = paths[typeof routeName$1P]['get']['parameters']['query'];
|
|
126171
|
+
type GetInsurancePolicySimulationsForPartyResponse = paths[typeof routeName$1P]['get']['responses'][200]['content']['application/json'];
|
|
126172
|
+
type GetInsurancePolicySimulationsForPartyProps = paths[typeof routeName$1P]['get']['parameters'];
|
|
126156
126173
|
declare const getInsurancePolicySimulationsForParty: (props: GetInsurancePolicySimulationsForPartyProps, wgApiClient: ClientType) => Promise<GetInsurancePolicySimulationsForPartyResponse>;
|
|
126157
126174
|
|
|
126158
|
-
declare const routeName$
|
|
126159
|
-
type UpsertInsurancePolicySimulationForPartyBody = paths[typeof routeName$
|
|
126160
|
-
type UpsertInsurancePolicySimulationForPartyPathParams = paths[typeof routeName$
|
|
126161
|
-
type UpsertInsurancePolicySimulationForPartyResponse = paths[typeof routeName$
|
|
126175
|
+
declare const routeName$1O = "/v1/api/parties/{party_id}/simulations/{simulation_id}/insurance-policies";
|
|
126176
|
+
type UpsertInsurancePolicySimulationForPartyBody = paths[typeof routeName$1O]['put']['requestBody']['content']['application/json'];
|
|
126177
|
+
type UpsertInsurancePolicySimulationForPartyPathParams = paths[typeof routeName$1O]['put']['parameters']['path'];
|
|
126178
|
+
type UpsertInsurancePolicySimulationForPartyResponse = paths[typeof routeName$1O]['put']['responses'][201]['content']['application/json'];
|
|
126162
126179
|
interface UpsertInsurancePolicySimulationForPartyProps {
|
|
126163
126180
|
body: UpsertInsurancePolicySimulationForPartyBody;
|
|
126164
126181
|
params: {
|
|
@@ -126167,17 +126184,17 @@ interface UpsertInsurancePolicySimulationForPartyProps {
|
|
|
126167
126184
|
}
|
|
126168
126185
|
declare const upsertInsurancePolicySimulationForParty: (props: UpsertInsurancePolicySimulationForPartyProps, wgApiClient: ClientType) => Promise<UpsertInsurancePolicySimulationForPartyResponse>;
|
|
126169
126186
|
|
|
126170
|
-
declare const routeName$
|
|
126171
|
-
type GetPolicyPackageSimulationsForPartyPathParams = paths[typeof routeName$
|
|
126172
|
-
type GetPolicyPackageSimulationsForPartyResponse = paths[typeof routeName$
|
|
126173
|
-
type GetPolicyPackageSimulationsForPartyProps = paths[typeof routeName$
|
|
126187
|
+
declare const routeName$1N = "/v1/api/parties/{party_id}/simulations/{simulation_id}/policy-packages";
|
|
126188
|
+
type GetPolicyPackageSimulationsForPartyPathParams = paths[typeof routeName$1N]['get']['parameters']['path'];
|
|
126189
|
+
type GetPolicyPackageSimulationsForPartyResponse = paths[typeof routeName$1N]['get']['responses'][200]['content']['application/json'];
|
|
126190
|
+
type GetPolicyPackageSimulationsForPartyProps = paths[typeof routeName$1N]['get']['parameters'];
|
|
126174
126191
|
declare const getPolicyPackageSimulationsForParty: (props: GetPolicyPackageSimulationsForPartyProps, wgApiClient: ClientType) => Promise<GetPolicyPackageSimulationsForPartyResponse>;
|
|
126175
126192
|
|
|
126176
|
-
declare const routeName$
|
|
126177
|
-
type SendMailForSimulationToPartyBody = paths[typeof routeName$
|
|
126178
|
-
type SendMailForSimulationToPartyPathParams = paths[typeof routeName$
|
|
126179
|
-
type SendMailForSimulationToPartyQueryParams = paths[typeof routeName$
|
|
126180
|
-
type SendMailForSimulationToPartyResponse = paths[typeof routeName$
|
|
126193
|
+
declare const routeName$1M = "/v1/api/parties/{party_id}/simulations/{simulation_id}/email-inquiries";
|
|
126194
|
+
type SendMailForSimulationToPartyBody = paths[typeof routeName$1M]['post']['requestBody']['content']['application/json'];
|
|
126195
|
+
type SendMailForSimulationToPartyPathParams = paths[typeof routeName$1M]['post']['parameters']['path'];
|
|
126196
|
+
type SendMailForSimulationToPartyQueryParams = paths[typeof routeName$1M]['post']['parameters']['query'];
|
|
126197
|
+
type SendMailForSimulationToPartyResponse = paths[typeof routeName$1M]['post']['responses'][201]['content']['application/json'];
|
|
126181
126198
|
interface SendMailForSimulationToPartyProps {
|
|
126182
126199
|
body: SendMailForSimulationToPartyBody;
|
|
126183
126200
|
params: {
|
|
@@ -126187,10 +126204,10 @@ interface SendMailForSimulationToPartyProps {
|
|
|
126187
126204
|
}
|
|
126188
126205
|
declare const sendMailForSimulationToParty: (props: SendMailForSimulationToPartyProps, wgApiClient: ClientType) => Promise<SendMailForSimulationToPartyResponse>;
|
|
126189
126206
|
|
|
126190
|
-
declare const routeName$
|
|
126191
|
-
type CreatePartyNoteBody = paths[typeof routeName$
|
|
126192
|
-
type CreatePartyNotePathParams = paths[typeof routeName$
|
|
126193
|
-
type CreatePartyNoteResponse = paths[typeof routeName$
|
|
126207
|
+
declare const routeName$1L = "/v1/api/parties/{party_id}/notes";
|
|
126208
|
+
type CreatePartyNoteBody = paths[typeof routeName$1L]['post']['requestBody']['content']['application/json'];
|
|
126209
|
+
type CreatePartyNotePathParams = paths[typeof routeName$1L]['post']['parameters']['path'];
|
|
126210
|
+
type CreatePartyNoteResponse = paths[typeof routeName$1L]['post']['responses'][201]['content']['application/json'];
|
|
126194
126211
|
interface CreatePartyNoteProps {
|
|
126195
126212
|
body: CreatePartyNoteBody;
|
|
126196
126213
|
params: {
|
|
@@ -126199,9 +126216,9 @@ interface CreatePartyNoteProps {
|
|
|
126199
126216
|
}
|
|
126200
126217
|
declare const createPartyNote: (props: CreatePartyNoteProps, wgApiClient: ClientType) => Promise<CreatePartyNoteResponse>;
|
|
126201
126218
|
|
|
126202
|
-
declare const routeName$
|
|
126203
|
-
type DeletePartyNoteByIdPathParams = paths[typeof routeName$
|
|
126204
|
-
type DeletePartyNoteByIdResponse = paths[typeof routeName$
|
|
126219
|
+
declare const routeName$1K = "/v1/api/parties/{party_id}/notes/{note_id}";
|
|
126220
|
+
type DeletePartyNoteByIdPathParams = paths[typeof routeName$1K]['delete']['parameters']['path'];
|
|
126221
|
+
type DeletePartyNoteByIdResponse = paths[typeof routeName$1K]['delete']['responses'][200]['content']['application/json'];
|
|
126205
126222
|
interface DeletePartyNoteByIdProps {
|
|
126206
126223
|
params: {
|
|
126207
126224
|
path: DeletePartyNoteByIdPathParams;
|
|
@@ -126209,10 +126226,10 @@ interface DeletePartyNoteByIdProps {
|
|
|
126209
126226
|
}
|
|
126210
126227
|
declare const deletePartyNoteById: (props: DeletePartyNoteByIdProps, wgApiClient: ClientType) => Promise<DeletePartyNoteByIdResponse>;
|
|
126211
126228
|
|
|
126212
|
-
declare const routeName$
|
|
126213
|
-
type UpdatePartyNoteByIdBody = paths[typeof routeName$
|
|
126214
|
-
type UpdatePartyNoteByIdPathParams = paths[typeof routeName$
|
|
126215
|
-
type UpdatePartyNoteByIdResponse = paths[typeof routeName$
|
|
126229
|
+
declare const routeName$1J = "/v1/api/parties/{party_id}/notes/{note_id}";
|
|
126230
|
+
type UpdatePartyNoteByIdBody = paths[typeof routeName$1J]['patch']['requestBody']['content']['application/json'];
|
|
126231
|
+
type UpdatePartyNoteByIdPathParams = paths[typeof routeName$1J]['patch']['parameters']['path'];
|
|
126232
|
+
type UpdatePartyNoteByIdResponse = paths[typeof routeName$1J]['patch']['responses'][200]['content']['application/json'];
|
|
126216
126233
|
interface UpdatePartyNoteByIdProps {
|
|
126217
126234
|
body: UpdatePartyNoteByIdBody;
|
|
126218
126235
|
params: {
|
|
@@ -126221,23 +126238,23 @@ interface UpdatePartyNoteByIdProps {
|
|
|
126221
126238
|
}
|
|
126222
126239
|
declare const updatePartyNoteById: (props: UpdatePartyNoteByIdProps, wgApiClient: ClientType) => Promise<UpdatePartyNoteByIdResponse>;
|
|
126223
126240
|
|
|
126224
|
-
declare const routeName$
|
|
126225
|
-
type GetConversationNotesPathParams = paths[typeof routeName$
|
|
126226
|
-
type GetConversationNotesQueryParams = paths[typeof routeName$
|
|
126227
|
-
type GetConversationNotesResponse = paths[typeof routeName$
|
|
126228
|
-
type GetConversationNotesProps = paths[typeof routeName$
|
|
126241
|
+
declare const routeName$1I = "/v1/api/parties/{party_id}/conversation_notes";
|
|
126242
|
+
type GetConversationNotesPathParams = paths[typeof routeName$1I]['get']['parameters']['path'];
|
|
126243
|
+
type GetConversationNotesQueryParams = paths[typeof routeName$1I]['get']['parameters']['query'];
|
|
126244
|
+
type GetConversationNotesResponse = paths[typeof routeName$1I]['get']['responses'][200]['content']['application/json'];
|
|
126245
|
+
type GetConversationNotesProps = paths[typeof routeName$1I]['get']['parameters'];
|
|
126229
126246
|
declare const getConversationNotes: (props: GetConversationNotesProps, wgApiClient: ClientType) => Promise<GetConversationNotesResponse>;
|
|
126230
126247
|
|
|
126231
|
-
declare const routeName$
|
|
126232
|
-
type GetPolicyPackagesForPartyPathParams = paths[typeof routeName$
|
|
126233
|
-
type GetPolicyPackagesForPartyResponse = paths[typeof routeName$
|
|
126234
|
-
type GetPolicyPackagesForPartyProps = paths[typeof routeName$
|
|
126248
|
+
declare const routeName$1H = "/v1/api/parties/{party_id}/policy-packages";
|
|
126249
|
+
type GetPolicyPackagesForPartyPathParams = paths[typeof routeName$1H]['get']['parameters']['path'];
|
|
126250
|
+
type GetPolicyPackagesForPartyResponse = paths[typeof routeName$1H]['get']['responses'][200]['content']['application/json'];
|
|
126251
|
+
type GetPolicyPackagesForPartyProps = paths[typeof routeName$1H]['get']['parameters'];
|
|
126235
126252
|
declare const getPolicyPackagesForParty: (props: GetPolicyPackagesForPartyProps, wgApiClient: ClientType) => Promise<GetPolicyPackagesForPartyResponse>;
|
|
126236
126253
|
|
|
126237
|
-
declare const routeName$
|
|
126238
|
-
type UpsertPolicyPackagesForPartyBody = paths[typeof routeName$
|
|
126239
|
-
type UpsertPolicyPackagesForPartyPathParams = paths[typeof routeName$
|
|
126240
|
-
type UpsertPolicyPackagesForPartyResponse = paths[typeof routeName$
|
|
126254
|
+
declare const routeName$1G = "/v1/api/parties/{party_id}/policy-packages";
|
|
126255
|
+
type UpsertPolicyPackagesForPartyBody = paths[typeof routeName$1G]['put']['requestBody']['content']['application/json'];
|
|
126256
|
+
type UpsertPolicyPackagesForPartyPathParams = paths[typeof routeName$1G]['put']['parameters']['path'];
|
|
126257
|
+
type UpsertPolicyPackagesForPartyResponse = paths[typeof routeName$1G]['put']['responses'][201]['content']['application/json'];
|
|
126241
126258
|
interface UpsertPolicyPackagesForPartyProps {
|
|
126242
126259
|
body: UpsertPolicyPackagesForPartyBody;
|
|
126243
126260
|
params: {
|
|
@@ -126246,16 +126263,16 @@ interface UpsertPolicyPackagesForPartyProps {
|
|
|
126246
126263
|
}
|
|
126247
126264
|
declare const upsertPolicyPackagesForParty: (props: UpsertPolicyPackagesForPartyProps, wgApiClient: ClientType) => Promise<UpsertPolicyPackagesForPartyResponse>;
|
|
126248
126265
|
|
|
126249
|
-
declare const routeName$
|
|
126250
|
-
type GetPolicyPackageByIdPathParams = paths[typeof routeName$
|
|
126251
|
-
type GetPolicyPackageByIdQueryParams = paths[typeof routeName$
|
|
126252
|
-
type GetPolicyPackageByIdResponse = paths[typeof routeName$
|
|
126253
|
-
type GetPolicyPackageByIdProps = paths[typeof routeName$
|
|
126266
|
+
declare const routeName$1F = "/v1/api/parties/{party_id}/policy-packages/{policy_package_id}";
|
|
126267
|
+
type GetPolicyPackageByIdPathParams = paths[typeof routeName$1F]['get']['parameters']['path'];
|
|
126268
|
+
type GetPolicyPackageByIdQueryParams = paths[typeof routeName$1F]['get']['parameters']['query'];
|
|
126269
|
+
type GetPolicyPackageByIdResponse = paths[typeof routeName$1F]['get']['responses'][200]['content']['application/json'];
|
|
126270
|
+
type GetPolicyPackageByIdProps = paths[typeof routeName$1F]['get']['parameters'];
|
|
126254
126271
|
declare const getPolicyPackageById: (props: GetPolicyPackageByIdProps, wgApiClient: ClientType) => Promise<GetPolicyPackageByIdResponse>;
|
|
126255
126272
|
|
|
126256
|
-
declare const routeName$
|
|
126257
|
-
type DeletePolicyPackagesForPartyPathParams = paths[typeof routeName$
|
|
126258
|
-
type DeletePolicyPackagesForPartyResponse = paths[typeof routeName$
|
|
126273
|
+
declare const routeName$1E = "/v1/api/parties/{party_id}/policy-packages/{policy_package_id}";
|
|
126274
|
+
type DeletePolicyPackagesForPartyPathParams = paths[typeof routeName$1E]['delete']['parameters']['path'];
|
|
126275
|
+
type DeletePolicyPackagesForPartyResponse = paths[typeof routeName$1E]['delete']['responses'][200]['content']['application/json'];
|
|
126259
126276
|
interface DeletePolicyPackagesForPartyProps {
|
|
126260
126277
|
params: {
|
|
126261
126278
|
path: DeletePolicyPackagesForPartyPathParams;
|
|
@@ -126263,88 +126280,81 @@ interface DeletePolicyPackagesForPartyProps {
|
|
|
126263
126280
|
}
|
|
126264
126281
|
declare const deletePolicyPackagesForParty: (props: DeletePolicyPackagesForPartyProps, wgApiClient: ClientType) => Promise<DeletePolicyPackagesForPartyResponse>;
|
|
126265
126282
|
|
|
126266
|
-
declare const routeName$
|
|
126267
|
-
type GetPossibleInsuranceProductsByPartyIdPathParams = paths[typeof routeName$
|
|
126268
|
-
type GetPossibleInsuranceProductsByPartyIdQueryParams = paths[typeof routeName$
|
|
126269
|
-
type GetPossibleInsuranceProductsByPartyIdResponse = paths[typeof routeName$
|
|
126270
|
-
type GetPossibleInsuranceProductsByPartyIdProps = paths[typeof routeName$
|
|
126283
|
+
declare const routeName$1D = "/v1/api/parties/{party_id}/possible-insurance-products";
|
|
126284
|
+
type GetPossibleInsuranceProductsByPartyIdPathParams = paths[typeof routeName$1D]['get']['parameters']['path'];
|
|
126285
|
+
type GetPossibleInsuranceProductsByPartyIdQueryParams = paths[typeof routeName$1D]['get']['parameters']['query'];
|
|
126286
|
+
type GetPossibleInsuranceProductsByPartyIdResponse = paths[typeof routeName$1D]['get']['responses'][200]['content']['application/json'];
|
|
126287
|
+
type GetPossibleInsuranceProductsByPartyIdProps = paths[typeof routeName$1D]['get']['parameters'];
|
|
126271
126288
|
declare const getPossibleInsuranceProductsByPartyId: (props: GetPossibleInsuranceProductsByPartyIdProps, wgApiClient: ClientType) => Promise<GetPossibleInsuranceProductsByPartyIdResponse>;
|
|
126272
126289
|
|
|
126273
|
-
declare const routeName$
|
|
126274
|
-
type GetPossibleInsuranceProductsForStaffByPartyIdPathParams = paths[typeof routeName$
|
|
126275
|
-
type GetPossibleInsuranceProductsForStaffByPartyIdQueryParams = paths[typeof routeName$
|
|
126276
|
-
type GetPossibleInsuranceProductsForStaffByPartyIdResponse = paths[typeof routeName$
|
|
126277
|
-
type GetPossibleInsuranceProductsForStaffByPartyIdProps = paths[typeof routeName$
|
|
126290
|
+
declare const routeName$1C = "/v1/api/parties/{party_id}/staff/possible-insurance-products";
|
|
126291
|
+
type GetPossibleInsuranceProductsForStaffByPartyIdPathParams = paths[typeof routeName$1C]['get']['parameters']['path'];
|
|
126292
|
+
type GetPossibleInsuranceProductsForStaffByPartyIdQueryParams = paths[typeof routeName$1C]['get']['parameters']['query'];
|
|
126293
|
+
type GetPossibleInsuranceProductsForStaffByPartyIdResponse = paths[typeof routeName$1C]['get']['responses'][200]['content']['application/json'];
|
|
126294
|
+
type GetPossibleInsuranceProductsForStaffByPartyIdProps = paths[typeof routeName$1C]['get']['parameters'];
|
|
126278
126295
|
declare const getPossibleInsuranceProductsForStaffByPartyId: (props: GetPossibleInsuranceProductsForStaffByPartyIdProps, wgApiClient: ClientType) => Promise<GetPossibleInsuranceProductsForStaffByPartyIdResponse>;
|
|
126279
126296
|
|
|
126280
|
-
declare const routeName$
|
|
126281
|
-
type GetPossibleInsuranceProductsForManagementByPartyIdPathParams = paths[typeof routeName$
|
|
126282
|
-
type GetPossibleInsuranceProductsForManagementByPartyIdQueryParams = paths[typeof routeName$
|
|
126283
|
-
type GetPossibleInsuranceProductsForManagementByPartyIdResponse = paths[typeof routeName$
|
|
126284
|
-
type GetPossibleInsuranceProductsForManagementByPartyIdProps = paths[typeof routeName$
|
|
126297
|
+
declare const routeName$1B = "/v1/api/parties/{party_id}/management/possible-insurance-products";
|
|
126298
|
+
type GetPossibleInsuranceProductsForManagementByPartyIdPathParams = paths[typeof routeName$1B]['get']['parameters']['path'];
|
|
126299
|
+
type GetPossibleInsuranceProductsForManagementByPartyIdQueryParams = paths[typeof routeName$1B]['get']['parameters']['query'];
|
|
126300
|
+
type GetPossibleInsuranceProductsForManagementByPartyIdResponse = paths[typeof routeName$1B]['get']['responses'][200]['content']['application/json'];
|
|
126301
|
+
type GetPossibleInsuranceProductsForManagementByPartyIdProps = paths[typeof routeName$1B]['get']['parameters'];
|
|
126285
126302
|
declare const getPossibleInsuranceProductsForManagementByPartyId: (props: GetPossibleInsuranceProductsForManagementByPartyIdProps, wgApiClient: ClientType) => Promise<GetPossibleInsuranceProductsForManagementByPartyIdResponse>;
|
|
126286
126303
|
|
|
126287
|
-
declare const routeName$
|
|
126288
|
-
type GetClaimsAsPartyPathParams = paths[typeof routeName$
|
|
126289
|
-
type GetClaimsAsPartyQueryParams = paths[typeof routeName$
|
|
126290
|
-
type GetClaimsAsPartyResponse = paths[typeof routeName$
|
|
126291
|
-
type GetClaimsAsPartyProps = paths[typeof routeName$
|
|
126304
|
+
declare const routeName$1A = "/v1/api/parties/{party_id}/claims";
|
|
126305
|
+
type GetClaimsAsPartyPathParams = paths[typeof routeName$1A]['get']['parameters']['path'];
|
|
126306
|
+
type GetClaimsAsPartyQueryParams = paths[typeof routeName$1A]['get']['parameters']['query'];
|
|
126307
|
+
type GetClaimsAsPartyResponse = paths[typeof routeName$1A]['get']['responses'][200]['content']['application/json'];
|
|
126308
|
+
type GetClaimsAsPartyProps = paths[typeof routeName$1A]['get']['parameters'];
|
|
126292
126309
|
declare const getClaimsAsParty: (props: GetClaimsAsPartyProps, wgApiClient: ClientType) => Promise<GetClaimsAsPartyResponse>;
|
|
126293
126310
|
|
|
126294
|
-
declare const routeName$
|
|
126295
|
-
type GetClaimsAsPartyByIdPathParams = paths[typeof routeName$
|
|
126296
|
-
type GetClaimsAsPartyByIdResponse = paths[typeof routeName$
|
|
126297
|
-
type GetClaimsAsPartyByIdProps = paths[typeof routeName$
|
|
126311
|
+
declare const routeName$1z = "/v1/api/parties/{party_id}/claims/{claim_id}";
|
|
126312
|
+
type GetClaimsAsPartyByIdPathParams = paths[typeof routeName$1z]['get']['parameters']['path'];
|
|
126313
|
+
type GetClaimsAsPartyByIdResponse = paths[typeof routeName$1z]['get']['responses'][200]['content']['application/json'];
|
|
126314
|
+
type GetClaimsAsPartyByIdProps = paths[typeof routeName$1z]['get']['parameters'];
|
|
126298
126315
|
declare const getClaimsAsPartyById: (props: GetClaimsAsPartyByIdProps, wgApiClient: ClientType) => Promise<GetClaimsAsPartyByIdResponse>;
|
|
126299
126316
|
|
|
126300
|
-
declare const routeName$
|
|
126301
|
-
type GetInvoicesAsPartyPathParams = paths[typeof routeName$
|
|
126302
|
-
type GetInvoicesAsPartyQueryParams = paths[typeof routeName$
|
|
126303
|
-
type GetInvoicesAsPartyResponse = paths[typeof routeName$
|
|
126304
|
-
type GetInvoicesAsPartyProps = paths[typeof routeName$
|
|
126317
|
+
declare const routeName$1y = "/v1/api/parties/{party_id}/invoices";
|
|
126318
|
+
type GetInvoicesAsPartyPathParams = paths[typeof routeName$1y]['get']['parameters']['path'];
|
|
126319
|
+
type GetInvoicesAsPartyQueryParams = paths[typeof routeName$1y]['get']['parameters']['query'];
|
|
126320
|
+
type GetInvoicesAsPartyResponse = paths[typeof routeName$1y]['get']['responses'][200]['content']['application/json'];
|
|
126321
|
+
type GetInvoicesAsPartyProps = paths[typeof routeName$1y]['get']['parameters'];
|
|
126305
126322
|
declare const getInvoicesAsParty: (props: GetInvoicesAsPartyProps, wgApiClient: ClientType) => Promise<GetInvoicesAsPartyResponse>;
|
|
126306
126323
|
|
|
126307
|
-
declare const routeName$
|
|
126308
|
-
type GetInvoicesAsPartyByIdPathParams = paths[typeof routeName$
|
|
126309
|
-
type GetInvoicesAsPartyByIdResponse = paths[typeof routeName$
|
|
126310
|
-
type GetInvoicesAsPartyByIdProps = paths[typeof routeName$
|
|
126324
|
+
declare const routeName$1x = "/v1/api/parties/{party_id}/invoices/{invoice_id}";
|
|
126325
|
+
type GetInvoicesAsPartyByIdPathParams = paths[typeof routeName$1x]['get']['parameters']['path'];
|
|
126326
|
+
type GetInvoicesAsPartyByIdResponse = paths[typeof routeName$1x]['get']['responses'][200]['content']['application/json'];
|
|
126327
|
+
type GetInvoicesAsPartyByIdProps = paths[typeof routeName$1x]['get']['parameters'];
|
|
126311
126328
|
declare const getInvoicesAsPartyById: (props: GetInvoicesAsPartyByIdProps, wgApiClient: ClientType) => Promise<GetInvoicesAsPartyByIdResponse>;
|
|
126312
126329
|
|
|
126313
|
-
declare const routeName$
|
|
126314
|
-
type GetCurrentAccountInsightsAsPartyPathParams = paths[typeof routeName$
|
|
126315
|
-
type GetCurrentAccountInsightsAsPartyQueryParams = paths[typeof routeName$
|
|
126316
|
-
type GetCurrentAccountInsightsAsPartyResponse = paths[typeof routeName$
|
|
126317
|
-
type GetCurrentAccountInsightsAsPartyProps = paths[typeof routeName$
|
|
126330
|
+
declare const routeName$1w = "/v1/api/parties/{party_id}/current-account-insights";
|
|
126331
|
+
type GetCurrentAccountInsightsAsPartyPathParams = paths[typeof routeName$1w]['get']['parameters']['path'];
|
|
126332
|
+
type GetCurrentAccountInsightsAsPartyQueryParams = paths[typeof routeName$1w]['get']['parameters']['query'];
|
|
126333
|
+
type GetCurrentAccountInsightsAsPartyResponse = paths[typeof routeName$1w]['get']['responses'][200]['content']['application/json'];
|
|
126334
|
+
type GetCurrentAccountInsightsAsPartyProps = paths[typeof routeName$1w]['get']['parameters'];
|
|
126318
126335
|
declare const getCurrentAccountInsightsAsParty: (props: GetCurrentAccountInsightsAsPartyProps, wgApiClient: ClientType) => Promise<GetCurrentAccountInsightsAsPartyResponse>;
|
|
126319
126336
|
|
|
126320
|
-
declare const routeName$
|
|
126321
|
-
type GetKycByPartyPathParams = paths[typeof routeName$
|
|
126322
|
-
type GetKycByPartyQueryParams = paths[typeof routeName$
|
|
126323
|
-
type GetKycByPartyResponse = paths[typeof routeName$
|
|
126324
|
-
type GetKycByPartyProps = paths[typeof routeName$
|
|
126337
|
+
declare const routeName$1v = "/v1/api/parties/{party_id}/kyc";
|
|
126338
|
+
type GetKycByPartyPathParams = paths[typeof routeName$1v]['get']['parameters']['path'];
|
|
126339
|
+
type GetKycByPartyQueryParams = paths[typeof routeName$1v]['get']['parameters']['query'];
|
|
126340
|
+
type GetKycByPartyResponse = paths[typeof routeName$1v]['get']['responses'][200]['content']['application/json'];
|
|
126341
|
+
type GetKycByPartyProps = paths[typeof routeName$1v]['get']['parameters'];
|
|
126325
126342
|
declare const getKycByParty: (props: GetKycByPartyProps, wgApiClient: ClientType) => Promise<GetKycByPartyResponse>;
|
|
126326
126343
|
|
|
126327
|
-
declare const routeName$
|
|
126328
|
-
type GetSystemCampaignsByPartyPathParams = paths[typeof routeName$
|
|
126329
|
-
type GetSystemCampaignsByPartyQueryParams = paths[typeof routeName$
|
|
126330
|
-
type GetSystemCampaignsByPartyResponse = paths[typeof routeName$
|
|
126331
|
-
type GetSystemCampaignsByPartyProps = paths[typeof routeName$
|
|
126344
|
+
declare const routeName$1u = "/v1/api/parties/{party_id}/system-campaigns";
|
|
126345
|
+
type GetSystemCampaignsByPartyPathParams = paths[typeof routeName$1u]['get']['parameters']['path'];
|
|
126346
|
+
type GetSystemCampaignsByPartyQueryParams = paths[typeof routeName$1u]['get']['parameters']['query'];
|
|
126347
|
+
type GetSystemCampaignsByPartyResponse = paths[typeof routeName$1u]['get']['responses'][200]['content']['application/json'];
|
|
126348
|
+
type GetSystemCampaignsByPartyProps = paths[typeof routeName$1u]['get']['parameters'];
|
|
126332
126349
|
declare const getSystemCampaignsByParty: (props: GetSystemCampaignsByPartyProps, wgApiClient: ClientType) => Promise<GetSystemCampaignsByPartyResponse>;
|
|
126333
126350
|
|
|
126334
|
-
declare const routeName$
|
|
126335
|
-
type GetOnesuranceDataByPartyIdPathParams = paths[typeof routeName$
|
|
126336
|
-
type GetOnesuranceDataByPartyIdQueryParams = paths[typeof routeName$
|
|
126337
|
-
type GetOnesuranceDataByPartyIdResponse = paths[typeof routeName$
|
|
126338
|
-
type GetOnesuranceDataByPartyIdProps = paths[typeof routeName$
|
|
126351
|
+
declare const routeName$1t = "/v1/api/parties/{party_id}/onesurance-data";
|
|
126352
|
+
type GetOnesuranceDataByPartyIdPathParams = paths[typeof routeName$1t]['get']['parameters']['path'];
|
|
126353
|
+
type GetOnesuranceDataByPartyIdQueryParams = paths[typeof routeName$1t]['get']['parameters']['query'];
|
|
126354
|
+
type GetOnesuranceDataByPartyIdResponse = paths[typeof routeName$1t]['get']['responses'][200]['content']['application/json'];
|
|
126355
|
+
type GetOnesuranceDataByPartyIdProps = paths[typeof routeName$1t]['get']['parameters'];
|
|
126339
126356
|
declare const getOnesuranceDataByPartyId: (props: GetOnesuranceDataByPartyIdProps, wgApiClient: ClientType) => Promise<GetOnesuranceDataByPartyIdResponse>;
|
|
126340
126357
|
|
|
126341
|
-
declare const routeName$1t = "/v1/api/parties/{party_id}/onesurance-recommendations";
|
|
126342
|
-
type GetOnesuranceRecommendationsByPartyIdPathParams = paths[typeof routeName$1t]['get']['parameters']['path'];
|
|
126343
|
-
type GetOnesuranceRecommendationsByPartyIdQueryParams = paths[typeof routeName$1t]['get']['parameters']['query'];
|
|
126344
|
-
type GetOnesuranceRecommendationsByPartyIdResponse = paths[typeof routeName$1t]['get']['responses'][200]['content']['application/json'];
|
|
126345
|
-
type GetOnesuranceRecommendationsByPartyIdProps = paths[typeof routeName$1t]['get']['parameters'];
|
|
126346
|
-
declare const getOnesuranceRecommendationsByPartyId: (props: GetOnesuranceRecommendationsByPartyIdProps, wgApiClient: ClientType) => Promise<GetOnesuranceRecommendationsByPartyIdResponse>;
|
|
126347
|
-
|
|
126348
126358
|
declare const routeName$1s = "/v1/api/parties/{party_id}/export-to-anva";
|
|
126349
126359
|
type ExportPartyToAnvaPathParams = paths[typeof routeName$1s]['post']['parameters']['path'];
|
|
126350
126360
|
type ExportPartyToAnvaQueryParams = paths[typeof routeName$1s]['post']['parameters']['query'];
|
|
@@ -127279,4 +127289,4 @@ interface ValidateYellowhiveQuestionnaireProps {
|
|
|
127279
127289
|
}
|
|
127280
127290
|
declare const validateYellowhiveQuestionnaire: (props: ValidateYellowhiveQuestionnaireProps, wgApiClient: ClientType) => Promise<ValidateYellowhiveQuestionnaireResponse>;
|
|
127281
127291
|
|
|
127282
|
-
export { type $defs, type AcceptOrRejectAnAdvisoryReportBody, type AcceptOrRejectAnAdvisoryReportPathParams, type AcceptOrRejectAnAdvisoryReportQueryParams, type AcceptOrRejectAnAdvisoryReportResponse, type ActivateOutlookConnectionSyncBody, type ActivateOutlookConnectionSyncQueryParams, type ActivateOutlookConnectionSyncResponse, type AnalyzeEmailBody, type AnalyzeEmailPathParams, type AnalyzeEmailResponse, type AnswerAFlowDirectlyBody, type AnswerAFlowDirectlyPathParams, type AnswerAFlowDirectlyQueryParams, type AnswerAFlowDirectlyResponse, type AnswerAFlowSessionBody, type AnswerAFlowSessionPathParams, type AnswerAFlowSessionQueryParams, type AnswerAFlowSessionResponse, type BlockCustomerFromAccessingPartyPathParams, type BlockCustomerFromAccessingPartyResponse, type CalculateAnvaquotesBySessionIdBody, type CalculateAnvaquotesBySessionIdPathParams, type CalculateAnvaquotesBySessionIdQueryParams, type CalculateAnvaquotesBySessionIdResponse, type CalculateCarLeaseQuoteBody, type CalculateCarLeaseQuoteQueryParams, type CalculateCarLeaseQuoteResponse, type CalculateDiasQuotesBySessionIdBody, type CalculateDiasQuotesBySessionIdPathParams, type CalculateDiasQuotesBySessionIdQueryParams, type CalculateDiasQuotesBySessionIdResponse, type CalculateQuotesV2Body, type CalculateQuotesV2PathParams, type CalculateQuotesV2QueryParams, type CalculateQuotesV2Response, type CalculateYellowhiveQuotesBySessionIdBody, type CalculateYellowhiveQuotesBySessionIdPathParams, type CalculateYellowhiveQuotesBySessionIdQueryParams, type CalculateYellowhiveQuotesBySessionIdResponse, type ClaimReportByIdPathParams, type ClaimReportByIdQueryParams, type ClaimReportByIdResponse, type ClaimRequestUpdatePathParams, type ClaimRequestUpdateQueryParams, type ClaimRequestUpdateResponse, type ClientType, type CommentOnActivityPathParams, type CommentOnActivityQueryParams, type CommentOnActivityResponse, type CreateAccidentsForPartyBody, type CreateAccidentsForPartyPathParams, type CreateAccidentsForPartyQueryParams, type CreateAccidentsForPartyResponse, type CreateAccountBody, type CreateAccountQueryParams, type CreateAccountResponse, type CreateAdvisoryReportBody, type CreateAdvisoryReportQueryParams, type CreateAdvisoryReportResponse, type CreateAdvisoryReportRevisionBody, type CreateAdvisoryReportRevisionPathParams, type CreateAdvisoryReportRevisionQueryParams, type CreateAdvisoryReportRevisionResponse, type CreateAdvisoryReportRevisionV2Body, type CreateAdvisoryReportRevisionV2PathParams, type CreateAdvisoryReportRevisionV2QueryParams, type CreateAdvisoryReportRevisionV2Response, type CreateAdvisoryReportStepSettingsBody, type CreateAdvisoryReportStepSettingsPathParams, type CreateAdvisoryReportStepSettingsQueryParams, type CreateAdvisoryReportStepSettingsResponse, type CreateAnvaPartyViaConversationBody, type CreateAnvaPartyViaConversationPathParams, type CreateAnvaPartyViaConversationQueryParams, type CreateAnvaPartyViaConversationResponse, type CreateAnvaTaskBody, type CreateAnvaTaskPathParams, type CreateAnvaTaskQueryParams, type CreateAnvaTaskResponse, type CreateAnvaflowTagsBody, type CreateAnvaflowTagsQueryParams, type CreateAnvaflowTagsResponse, type CreateAssuTaskBody, type CreateAssuTaskPathParams, type CreateAssuTaskQueryParams, type CreateAssuTaskResponse, type CreateBicycleRiskObjectBody, type CreateBicycleRiskObjectPathParams, type CreateBicycleRiskObjectQueryParams, type CreateBicycleRiskObjectResponse, type CreateBoatRiskObjectBody, type CreateBoatRiskObjectPathParams, type CreateBoatRiskObjectQueryParams, type CreateBoatRiskObjectResponse, type CreateBrokerConnectionsByIdBody, type CreateBrokerConnectionsByIdPathParams, type CreateBrokerConnectionsByIdResponse, type CreateCampaignBody, type CreateCampaignQueryParams, type CreateCampaignResponse, type CreateCarRiskObjectBody, type CreateCarRiskObjectPathParams, type CreateCarRiskObjectQueryParams, type CreateCarRiskObjectResponse, type CreateClaimAsBrokerQueryParams, type CreateClaimAsBrokerResponse, type CreateClaimAsCustomerPathParams, type CreateClaimAsCustomerQueryParams, type CreateClaimAsCustomerResponse, type CreateCompanyLeadBody, type CreateCompanyLeadPathParams, type CreateCompanyLeadQueryParams, type CreateCompanyLeadResponse, type CreateConversationBody, type CreateConversationPathParams, type CreateConversationQueryParams, type CreateConversationReminderPathParams, type CreateConversationReminderResponse, type CreateConversationResponse, type CreateCustomerLeadBody, type CreateCustomerLeadPathParams, type CreateCustomerLeadQueryParams, type CreateCustomerLeadResponse, type CreateDiasPartyViaConversationBody, type CreateDiasPartyViaConversationPathParams, type CreateDiasPartyViaConversationQueryParams, type CreateDiasPartyViaConversationResponse, type CreateDiasTaskBody, type CreateDiasTaskPathParams, type CreateDiasTaskQueryParams, type CreateDiasTaskResponse, type CreateDistributionConnectionByIdBody, type CreateDistributionConnectionByIdPathParams, type CreateDistributionConnectionByIdResponse, type CreateDistributionTagBody, type CreateDistributionTagQueryParams, type CreateDistributionTagResponse, type CreateDocumentForClaimAsCustomerPathParams, type CreateDocumentForClaimAsCustomerQueryParams, type CreateDocumentForClaimAsCustomerResponse, type CreateDocumentForClaimPathParams, type CreateDocumentForClaimQueryParams, type CreateDocumentForClaimResponse, type CreateDocumentForPartyBody, type CreateDocumentForPartyPathParams, type CreateDocumentForPartyQueryParams, type CreateDocumentForPartyResponse, type CreateEntityAsBrokerPathParams, type CreateEntityAsBrokerQueryParams, type CreateEntityAsBrokerResponse, type CreateEntityAsCustomerWithTokenPathParams, type CreateEntityAsCustomerWithTokenQueryParams, type CreateEntityAsCustomerWithTokenResponse, type CreateFamilyRiskObjectBody, type CreateFamilyRiskObjectPathParams, type CreateFamilyRiskObjectQueryParams, type CreateFamilyRiskObjectResponse, type CreateFasterforwardTaskBody, type CreateFasterforwardTaskPathParams, type CreateFasterforwardTaskQueryParams, type CreateFasterforwardTaskResponse, type CreateInsurancePoliciesForPartyBody, type CreateInsurancePoliciesForPartyPathParams, type CreateInsurancePoliciesForPartyResponse, type CreateInsuranceProductClauseForDistributionBody, type CreateInsuranceProductClauseForDistributionQueryParams, type CreateInsuranceProductClauseForDistributionResponse, type CreateLegalPartyBody, type CreateLegalPartyResponse, type CreateLegalRiskObjectBody, type CreateLegalRiskObjectPathParams, type CreateLegalRiskObjectQueryParams, type CreateLegalRiskObjectResponse, type CreateLockForClaimPathParams, type CreateLockForClaimQueryParams, type CreateLockForClaimResponse, type CreateMiscellaneousRiskObjectBody, type CreateMiscellaneousRiskObjectPathParams, type CreateMiscellaneousRiskObjectQueryParams, type CreateMiscellaneousRiskObjectResponse, type CreateNaturalPartyBody, type CreateNaturalPartyResponse, type CreateNoteOnEventAsCustomerPathParams, type CreateNoteOnEventAsCustomerQueryParams, type CreateNoteOnEventAsCustomerResponse, type CreateNoteOnEventPathParams, type CreateNoteOnEventQueryParams, type CreateNoteOnEventResponse, type CreateOfferRevisionBody, type CreateOfferRevisionPathParams, type CreateOfferRevisionResponse, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse, type CreatePartyActivitiesAsCustomerBody, type CreatePartyActivitiesAsCustomerResponse, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationBody, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationQueryParams, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationResponse, type CreatePartyGroupRiskObjectBody, type CreatePartyGroupRiskObjectPathParams, type CreatePartyGroupRiskObjectQueryParams, type CreatePartyGroupRiskObjectResponse, type CreatePartyNoteBody, type CreatePartyNotePathParams, type CreatePartyNoteResponse, type CreatePartyOffersBody, type CreatePartyOffersPathParams, type CreatePartyOffersQueryParams, type CreatePartyOffersResponse, type CreatePartyRelationsBody, type CreatePartyRelationsQueryParams, type CreatePartyRelationsResponse, type CreateProfileaseCarLeaseOfferBody, type CreateProfileaseCarLeaseOfferQueryParams, type CreateProfileaseCarLeaseOfferResponse, type CreateProflowSessionByBatchIdPathParams, type CreateProflowSessionByBatchIdQueryParams, type CreateProflowSessionByBatchIdResponse, type CreateRecommendationByPartyIdBody, type CreateRecommendationByPartyIdPathParams, type CreateRecommendationByPartyIdQueryParams, type CreateRecommendationByPartyIdResponse, type CreateRecommendationBySessionIdBody, type CreateRecommendationBySessionIdQueryParams, type CreateRecommendationBySessionIdResponse, type CreateReferenceForPartyBody, type CreateReferenceForPartyPathParams, type CreateReferenceForPartyResponse, type CreateReferencesForRiskObjectBody, type CreateReferencesForRiskObjectPathParams, type CreateReferencesForRiskObjectQueryParams, type CreateReferencesForRiskObjectResponse, type CreateRelationBetweenRiskObjectAndPartyBody, type CreateRelationBetweenRiskObjectAndPartyPathParams, type CreateRelationBetweenRiskObjectAndPartyQueryParams, type CreateRelationBetweenRiskObjectAndPartyResponse, type CreateRiskDomainActionForAdvisoryReportByIdBody, type CreateRiskDomainActionForAdvisoryReportByIdPathParams, type CreateRiskDomainActionForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionForAdvisoryReportByIdResponse, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainAdviceForAdvisoryReportByIdBody, type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainForAdvisoryReportByIdBody, type CreateRiskDomainForAdvisoryReportByIdPathParams, type CreateRiskDomainForAdvisoryReportByIdQueryParams, type CreateRiskDomainForAdvisoryReportByIdResponse, type CreateSemiTrailerRiskObjectBody, type CreateSemiTrailerRiskObjectPathParams, type CreateSemiTrailerRiskObjectQueryParams, type CreateSemiTrailerRiskObjectResponse, type CreateToolkitAccountBody, type CreateToolkitAccountQueryParams, type CreateToolkitAccountResponse, type CreateToolkitBrokerBody, type CreateToolkitBrokerQueryParams, type CreateToolkitBrokerResponse, type CreateTrailerRiskObjectBody, type CreateTrailerRiskObjectPathParams, type CreateTrailerRiskObjectQueryParams, type CreateTrailerRiskObjectResponse, type CreateTrialBrokerBody, type CreateTrialBrokerQueryParams, type CreateTrialBrokerResponse, type CreateUploadLinkAsCustomerPathParams, type CreateUploadLinkAsCustomerQueryParams, type CreateUploadLinkAsCustomerResponse, type CreateUspItemForDistributionBody, type CreateUspItemForDistributionQueryParams, type CreateUspItemForDistributionResponse, type CreateYellowhiveContactPersonBody, type CreateYellowhiveContactPersonPathParams, type CreateYellowhiveContactPersonQueryParams, type CreateYellowhiveContactPersonResponse, type DeactivateOutlookConnectionSyncBody, type DeactivateOutlookConnectionSyncQueryParams, type DeactivateOutlookConnectionSyncResponse, type DeleteAdvisoryReportPathParams, type DeleteAdvisoryReportQueryParams, type DeleteAdvisoryReportResponse, type DeleteAdvisoryReportRevisionPathParams, type DeleteAdvisoryReportRevisionQueryParams, type DeleteAdvisoryReportRevisionResponse, type DeleteAllSessionsBySessionIdPathParams, type DeleteAllSessionsBySessionIdResponse, type DeleteAnvaClosingQuestionsPathParams, type DeleteAnvaClosingQuestionsQueryParams, type DeleteAnvaClosingQuestionsResponse, type DeleteBrokerConnectionByKeyPathParams, type DeleteBrokerConnectionByKeyResponse, type DeleteClaimAsBrokerByIdPathParams, type DeleteClaimAsBrokerByIdQueryParams, type DeleteClaimAsBrokerByIdResponse, type DeleteCommentOnActivityPathParams, type DeleteCommentOnActivityQueryParams, type DeleteCommentOnActivityResponse, type DeleteDistributionConnectionByKeyPathParams, type DeleteDistributionConnectionByKeyResponse, type DeleteDistributionFaqPathParams, type DeleteDistributionFaqQueryParams, type DeleteDistributionFaqResponse, type DeleteDistributionTagPathParams, type DeleteDistributionTagQueryParams, type DeleteDistributionTagResponse, type DeleteDocumentByIdAsCustomerWithTokenPathParams, type DeleteDocumentByIdAsCustomerWithTokenQueryParams, type DeleteDocumentByIdAsCustomerWithTokenResponse, type DeleteDocumentByIdPathParams, type DeleteDocumentByIdQueryParams, type DeleteDocumentByIdResponse, type DeleteDocumentForPartyPathParams, type DeleteDocumentForPartyResponse, type DeleteEntityAsBrokerByIdPathParams, type DeleteEntityAsBrokerByIdQueryParams, type DeleteEntityAsBrokerByIdResponse, type DeleteEntityByIdAsCustomerWithTokenPathParams, type DeleteEntityByIdAsCustomerWithTokenQueryParams, type DeleteEntityByIdAsCustomerWithTokenResponse, type DeleteEntityBySessionIdAndFlowIdPathParams, type DeleteEntityBySessionIdAndFlowIdQueryParams, type DeleteEntityBySessionIdAndFlowIdResponse, type DeleteInsurancePoliciesForPartyPathParams, type DeleteInsurancePoliciesForPartyResponse, type DeleteInsurancePolicyForAdvisoryReportByIdPathParams, type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams, type DeleteInsurancePolicyForAdvisoryReportByIdResponse, type DeleteInsuranceProductClauseForDistributionPathParams, type DeleteInsuranceProductClauseForDistributionQueryParams, type DeleteInsuranceProductClauseForDistributionResponse, type DeleteNotePathParams, type DeleteNoteQueryParams, type DeleteNoteResponse, type DeletePartyActivitiesAsCustomerPathParams, type DeletePartyActivitiesAsCustomerResponse, type DeletePartyEntityBySessionIdAndFlowIdPathParams, type DeletePartyEntityBySessionIdAndFlowIdQueryParams, type DeletePartyEntityBySessionIdAndFlowIdResponse, type DeletePartyNoteByIdPathParams, type DeletePartyNoteByIdResponse, type DeletePartyRelationsPathParams, type DeletePartyRelationsResponse, type DeletePolicyPackagesForPartyPathParams, type DeletePolicyPackagesForPartyResponse, type DeleteRelationBetweenRiskObjectAndPartyPathParams, type DeleteRelationBetweenRiskObjectAndPartyQueryParams, type DeleteRelationBetweenRiskObjectAndPartyResponse, type DeleteRiskDomainActionForAdvisoryReportByIdPathParams, type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams, type DeleteRiskDomainActionForAdvisoryReportByIdResponse, type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams, type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams, type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse, type DeleteRiskDomainForAdvisoryReportByIdPathParams, type DeleteRiskDomainForAdvisoryReportByIdQueryParams, type DeleteRiskDomainForAdvisoryReportByIdResponse, type DeleteRiskObjectByIdPathParams, type DeleteRiskObjectByIdResponse, type DeleteSessionBySessionIdPathParams, type DeleteSessionBySessionIdResponse, type DeleteUspByDistributionAndIdPathParams, type DeleteUspByDistributionAndIdQueryParams, type DeleteUspByDistributionAndIdResponse, type DelinkPartyToUserBody, type DelinkPartyToUserResponse, type DeprecatedValidateAnvaConnectionQueryParams, type DeprecatedValidateAnvaConnectionResponse, type Disable2FaByUserBody, type Disable2FaByUserResponse, type Disable2FaForCustomerPathParams, type Disable2FaForCustomerResponse, type DownloadDocumentByIdPathParams, type DownloadDocumentByIdQueryParams, type DownloadDocumentByIdResponse, type EditInsuranceProductAdviceByDistributionBody, type EditInsuranceProductAdviceByDistributionPathParams, type EditInsuranceProductAdviceByDistributionResponse, type EditInsuranceProductDescriptionsByDistributionPathParams, type EditInsuranceProductDescriptionsByDistributionResponse, type Enable2FaBody, type Enable2FaResponse, type EnqueueCalculationAnvaquotesBySessionIdBody, type EnqueueCalculationAnvaquotesBySessionIdPathParams, type EnqueueCalculationAnvaquotesBySessionIdQueryParams, type EnqueueCalculationAnvaquotesBySessionIdResponse, type EnqueueSendCustomQuotesToAnvaBySessionIdBody, type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams, type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams, type EnqueueSendCustomQuotesToAnvaBySessionIdResponse, type EnqueueSendOfferToAnvaBySessionIdPathParams, type EnqueueSendOfferToAnvaBySessionIdQueryParams, type EnqueueSendOfferToAnvaBySessionIdResponse, type EnrichPartyByIdWithExternalCompanyDataPathParams, type EnrichPartyByIdWithExternalCompanyDataQueryParams, type EnrichPartyByIdWithExternalCompanyDataResponse, type ExportAdvisoryReportByIdBody, type ExportAdvisoryReportByIdPathParams, type ExportAdvisoryReportByIdQueryParams, type ExportAdvisoryReportByIdResponse, type ExportPartyByIdPathParams, type ExportPartyByIdResponse, type ExportPartyToAnvaPathParams, type ExportPartyToAnvaQueryParams, type ExportPartyToAnvaResponse, type ExportPartyToAssuPathParams, type ExportPartyToAssuQueryParams, type ExportPartyToAssuResponse, type ExportPartyToDiasPathParams, type ExportPartyToDiasQueryParams, type ExportPartyToDiasResponse, type ExportPartyToFasterforwardPathParams, type ExportPartyToFasterforwardQueryParams, type ExportPartyToFasterforwardResponse, type ExportQuoteByIdBody, type ExportQuoteByIdPathParams, type ExportQuoteByIdQueryParams, type ExportQuoteByIdResponse, type ExtractInsurancePoliciesForOneDocumentBody, type ExtractInsurancePoliciesForOneDocumentEnqueueBody, type ExtractInsurancePoliciesForOneDocumentEnqueueResponse, type ExtractInsurancePoliciesForOneDocumentResponse, type ExtractManyDocumentInBatchBody, type ExtractManyDocumentInBatchResponse, type ExtractOffersForOneDocumentBody, type ExtractOffersForOneDocumentEnqueueBody, type ExtractOffersForOneDocumentEnqueueResponse, type ExtractOffersForOneDocumentResponse, type ExtractOneDocumentBody, type ExtractOneDocumentEnqueueBody, type ExtractOneDocumentEnqueueResponse, type ExtractOneDocumentResponse, type ExtractPartyForOneDocumentEnqueueBody, type ExtractPartyForOneDocumentEnqueueResponse, type ExtractWebsiteThemeBody, type ExtractWebsiteThemeResponse, type GenerateCompanyDescriptionBody, type GenerateCompanyDescriptionResponse, type GenerateDistributionAboutUsCompletionBody, type GenerateDistributionAboutUsCompletionResponse, type GenerateDnsPrefixBody, type GenerateDnsPrefixQueryParams, type GenerateDnsPrefixResponse, type GenerateDocxDocumentOfAdvisoryReportByIdPathParams, type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams, type GenerateDocxDocumentOfAdvisoryReportByIdResponse, type GenerateFlowQuestionnaireDocumentBody, type GenerateFlowQuestionnaireDocumentPathParams, type GenerateFlowQuestionnaireDocumentQueryParams, type GenerateFlowQuestionnaireDocumentResponse, type GenerateFlowQuestionnairePathParams, type GenerateFlowQuestionnaireQueryParams, type GenerateFlowQuestionnaireResponse, type GenerateOfferRequestForInsuranceCompanyDocxBody, type GenerateOfferRequestForInsuranceCompanyDocxResponse, type GenerateOfferRequestForInsuranceCompanyPdfBody, type GenerateOfferRequestForInsuranceCompanyPdfResponse, type GeneratePdfOfAdvisoryReportByIdPathParams, type GeneratePdfOfAdvisoryReportByIdQueryParams, type GeneratePdfOfAdvisoryReportByIdResponse, type GeneratePersonalizationAdviceForAdvisoryReportPathParams, type GeneratePersonalizationAdviceForAdvisoryReportResponse, type GeneratePossibleProductsBySessionV2Body, type GeneratePossibleProductsBySessionV2PathParams, type GeneratePossibleProductsBySessionV2QueryParams, type GeneratePossibleProductsBySessionV2Response, type GenerateQuestionsToPrefillByCarBody, type GenerateQuestionsToPrefillByCarPathParams, type GenerateQuestionsToPrefillByCarQueryParams, type GenerateQuestionsToPrefillByCarResponse, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse, type GenerateTokenForSocialLoginFlowAsBrokerQueryParams, type GenerateTokenForSocialLoginFlowAsBrokerResponse, type Get2FaByUserResponse, type GetActivityByPartyPathParams, type GetActivityByPartyQueryParams, type GetActivityByPartyResponse, type GetAddressInfoFreemiumQueryParams, type GetAddressInfoFreemiumResponse, type GetAddressInfoQueryParams, type GetAddressInfoResponse, type GetAdvicesPerInsuranceProductPathParams, type GetAdvicesPerInsuranceProductResponse, type GetAdvisoryReportByIdPathParams, type GetAdvisoryReportByIdQueryParams, type GetAdvisoryReportByIdResponse, type GetAdvisoryReportExportOptionsPathParams, type GetAdvisoryReportExportOptionsResponse, type GetAdvisoryReportRevisionDiffPathParams, type GetAdvisoryReportRevisionDiffQueryParams, type GetAdvisoryReportRevisionDiffResponse, type GetAllActivityTypesQueryParams, type GetAllActivityTypesResponse, type GetAllAdvisoryReportsQueryParams, type GetAllAdvisoryReportsResponse, type GetAllAvailableAffiliationsResponse, type GetAllAvailablePlansResponse, type GetAllAvailableThemesInWegroupQueryParams, type GetAllAvailableThemesInWegroupResponse, type GetAllBrokersLinkedToCurrentUserResponse, type GetAllCampaignTemplatesQueryParams, type GetAllCampaignTemplatesResponse, type GetAllCampaignsByDistributionQueryParams, type GetAllCampaignsByDistributionResponse, type GetAllCarClaimCategoriesResponse, type GetAllClaimsAsBrokerQueryParams, type GetAllClaimsAsBrokerResponse, type GetAllConversationsQueryParams, type GetAllConversationsResponse, type GetAllCustomersByDistributionQueryParams, type GetAllCustomersByDistributionResponse, type GetAllEnumsResponse, type GetAllLeadsByDistributionPathParams, type GetAllLeadsByDistributionResponse, type GetAllLeaseOffersByDistributionPathParams, type GetAllLeaseOffersByDistributionQueryParams, type GetAllLeaseOffersByDistributionResponse, type GetAllPartiesByDistributionPathParams, type GetAllPartiesByDistributionQueryParams, type GetAllPartiesByDistributionResponse, type GetAllPartiesByDistributionV2PathParams, type GetAllPartiesByDistributionV2QueryParams, type GetAllPartiesByDistributionV2Response, type GetAllRiskObjectsByPartyIdPathParams, type GetAllRiskObjectsByPartyIdQueryParams, type GetAllRiskObjectsByPartyIdResponse, type GetAllRiskObjectsByPartyIdV2PathParams, type GetAllRiskObjectsByPartyIdV2QueryParams, type GetAllRiskObjectsByPartyIdV2Response, type GetAllSessionsBySessionIdPathParams, type GetAllSessionsBySessionIdQueryParams, type GetAllSessionsBySessionIdResponse, type GetAllVehicleBrandsQueryParams, type GetAllVehicleBrandsResponse, type GetAllVehicleSeriesByBrandKeyPathParams, type GetAllVehicleSeriesByBrandKeyQueryParams, type GetAllVehicleSeriesByBrandKeyResponse, type GetAllVehicleVersionsBySeriesIdPathParams, type GetAllVehicleVersionsBySeriesIdQueryParams, type GetAllVehicleVersionsBySeriesIdResponse, type GetAnvaAgentsQueryParams, type GetAnvaAgentsResponse, type GetAnvaClosingQuestionsQueryParams, type GetAnvaClosingQuestionsResponse, type GetAnvaCollectionMethodsPathParams, type GetAnvaCollectionMethodsQueryParams, type GetAnvaCollectionMethodsResponse, type GetAnvaEmployeesQueryParams, type GetAnvaEmployeesResponse, type GetAnvaLabelsQueryParams, type GetAnvaLabelsResponse, type GetAnvaMutationReasonsQueryParams, type GetAnvaMutationReasonsResponse, type GetAnvaPartiesQueryParams, type GetAnvaPartiesResponse, type GetAnvaProductsQueryParams, type GetAnvaProductsResponse, type GetAnvaproductByIdPathParams, type GetAnvaproductByIdQueryParams, type GetAnvaproductByIdResponse, type GetAnvaproductsQueryParams, type GetAnvaproductsResponse, type GetArtifactFromEventByIdPathParams, type GetArtifactFromEventByIdQueryParams, type GetArtifactFromEventByIdResponse, type GetAssuEmployeesQueryParams, type GetAssuEmployeesResponse, type GetAvailableFlowsForDistributionInfoQueryParams, type GetAvailableFlowsForDistributionInfoResponse, type GetBrokerByAnvaProducerIdPathParams, type GetBrokerByAnvaProducerIdResponse, type GetBrokerByAnvaRelationMangerIdPathParams, type GetBrokerByAnvaRelationMangerIdResponse, type GetBrokerConnectionsByIdPathParams, type GetBrokerConnectionsByIdQueryParams, type GetBrokerConnectionsByIdResponse, type GetBrokerIntegrationsPathParams, type GetBrokerIntegrationsResponse, type GetCampaignByIdPathParams, type GetCampaignByIdQueryParams, type GetCampaignByIdResponse, type GetCampaignSettingsByDistributionQueryParams, type GetCampaignSettingsByDistributionResponse, type GetCampaignTargetMailTemplateQueryParams, type GetCampaignTargetMailTemplateResponse, type GetCarLeaseRatesQueryParams, type GetCarLeaseRatesResponse, type GetChatBySessionIdPathParams, type GetChatBySessionIdResponse, type GetChatSummaryV2BySessionIdPathParams, type GetChatSummaryV2BySessionIdQueryParams, type GetChatSummaryV2BySessionIdResponse, type GetCheckupByPartyIdPathParams, type GetCheckupByPartyIdResponse, type GetClaimAsBrokerByIdPathParams, type GetClaimAsBrokerByIdQueryParams, type GetClaimAsBrokerByIdResponse, type GetClaimAsCustomerWithTokenPathParams, type GetClaimAsCustomerWithTokenQueryParams, type GetClaimAsCustomerWithTokenResponse, type GetClaimByIdAsCustomerPathParams, type GetClaimByIdAsCustomerResponse, type GetClaimEventsAsBrokerByIdPathParams, type GetClaimEventsAsBrokerByIdQueryParams, type GetClaimEventsAsBrokerByIdResponse, type GetClaimEventsAsCustomerPathParams, type GetClaimEventsAsCustomerQueryParams, type GetClaimEventsAsCustomerResponse, type GetClaimsAsCustomerQueryParams, type GetClaimsAsCustomerResponse, type GetClaimsAsPartyByIdPathParams, type GetClaimsAsPartyByIdResponse, type GetClaimsAsPartyPathParams, type GetClaimsAsPartyQueryParams, type GetClaimsAsPartyResponse, type GetComplianceByRiskObjectIdPathParams, type GetComplianceByRiskObjectIdResponse, type GetConversationByIdPathParams, type GetConversationByIdQueryParams, type GetConversationByIdResponse, type GetConversationNotesPathParams, type GetConversationNotesQueryParams, type GetConversationNotesResponse, type GetConversationReportPdfByIdBody, type GetConversationReportPdfByIdPathParams, type GetConversationReportPdfByIdQueryParams, type GetConversationReportPdfByIdResponse, type GetConversationsOriginFilterQueryParams, type GetConversationsOriginFilterResponse, type GetCurrentAccountInsightsAsCustomerQueryParams, type GetCurrentAccountInsightsAsCustomerResponse, type GetCurrentAccountInsightsAsPartyPathParams, type GetCurrentAccountInsightsAsPartyQueryParams, type GetCurrentAccountInsightsAsPartyResponse, type GetCurrentBrokerOfTheUserResponse, type GetCustomersByPartyPathParams, type GetCustomersByPartyQueryParams, type GetCustomersByPartyResponse, type GetDiasAfdbranchesResponse, type GetDiasCollectionMethodsPathParams, type GetDiasCollectionMethodsQueryParams, type GetDiasCollectionMethodsResponse, type GetDiasEmployeesQueryParams, type GetDiasEmployeesResponse, type GetDiasPartiesQueryParams, type GetDiasPartiesResponse, type GetDiasPartySalutationsResponse, type GetDiasPartyTitlesResponse, type GetDiasProductsQueryParams, type GetDiasProductsResponse, type GetDiasflowInsurancesQueryParams, type GetDiasflowInsurancesResponse, type GetDiasflowProductByIdPathParams, type GetDiasflowProductByIdQueryParams, type GetDiasflowProductByIdResponse, type GetDiasflowProductsQueryParams, type GetDiasflowProductsResponse, type GetDistributionActivityPathParams, type GetDistributionActivityQueryParams, type GetDistributionActivityResponse, type GetDistributionAffiliationsPathParams, type GetDistributionAffiliationsResponse, type GetDistributionByIdPathParams, type GetDistributionByIdResponse, type GetDistributionConnectionsByIdPathParams, type GetDistributionConnectionsByIdQueryParams, type GetDistributionConnectionsByIdResponse, type GetDistributionFaqQueryParams, type GetDistributionFaqResponse, type GetDistributionHasPendingUpgradePathParams, type GetDistributionHasPendingUpgradeResponse, type GetDistributionSettingsResponse, type GetDistributionTagsQueryParams, type GetDistributionTagsResponse, type GetDocumentExtractionBatchByIdPathParams, type GetDocumentExtractionBatchByIdResponse, type GetDocumentMetadataPathParams, type GetDocumentMetadataResponse, type GetDocumentsAsCustomerQueryParams, type GetDocumentsAsCustomerResponse, type GetDocumentsForPartyPathParams, type GetDocumentsForPartyQueryParams, type GetDocumentsForPartyResponse, type GetEmailByMessageIdQueryParams, type GetEmailByMessageIdResponse, type GetEncryptionKeysQueryParams, type GetEncryptionKeysResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponsePathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryPathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryResponse, type GetEnumByAnvaLabelPathParams, type GetEnumByAnvaLabelQueryParams, type GetEnumByAnvaLabelResponse, type GetEnumByDiasLabelPathParams, type GetEnumByDiasLabelQueryParams, type GetEnumByDiasLabelResponse, type GetEventsByAdvisoryReportIdPathParams, type GetEventsByAdvisoryReportIdQueryParams, type GetEventsByAdvisoryReportIdResponse, type GetExtractEnityInfoPathParams, type GetExtractEnityInfoResponse, type GetFasterforwardEmployeesQueryParams, type GetFasterforwardEmployeesResponse, type GetFasterforwardTeamsQueryParams, type GetFasterforwardTeamsResponse, type GetFinconnectLinkAsCustomerQueryParams, type GetFinconnectLinkAsCustomerResponse, type GetFinconnectLinkForInsurancePolicyAsCustomerPathParams, type GetFinconnectLinkForInsurancePolicyAsCustomerQueryParams, type GetFinconnectLinkForInsurancePolicyAsCustomerResponse, type GetFlowInfoByIdPathParams, type GetFlowInfoByIdQueryParams, type GetFlowInfoByIdResponse, type GetFlowsInfoQueryParams, type GetFlowsInfoResponse, type GetGbiQueryParams, type GetGbiResponse, type GetHubspotVisitorIdentificationTokenResponse, type GetInfoForClaimPathParams, type GetInfoForClaimQueryParams, type GetInfoForClaimResponse, type GetInsightsIfCarIsInsuredBody, type GetInsightsIfCarIsInsuredResponse, type GetInsuranceCompaniesQueryParams, type GetInsuranceCompaniesResponse, type GetInsurancePoliciesAsCustomerQueryParams, type GetInsurancePoliciesAsCustomerResponse, type GetInsurancePoliciesForPartyPathParams, type GetInsurancePoliciesForPartyQueryParams, type GetInsurancePoliciesForPartyResponse, type GetInsurancePolicyByIdAsCustomerPathParams, type GetInsurancePolicyByIdAsCustomerResponse, type GetInsurancePolicyByIdPathParams, type GetInsurancePolicyByIdResponse, type GetInsurancePolicySimulationsForPartyPathParams, type GetInsurancePolicySimulationsForPartyQueryParams, type GetInsurancePolicySimulationsForPartyResponse, type GetInsuranceProductClausesByDistributionQueryParams, type GetInsuranceProductClausesByDistributionResponse, type GetInsuranceProductsV2QueryParams, type GetInsuranceProductsV2Response, type GetIntegrationsByDistributionPathParams, type GetIntegrationsByDistributionResponse, type GetInvoiceByIdAsCustomerPathParams, type GetInvoiceByIdAsCustomerResponse, type GetInvoicesAsCustomerQueryParams, type GetInvoicesAsCustomerResponse, type GetInvoicesAsPartyByIdPathParams, type GetInvoicesAsPartyByIdResponse, type GetInvoicesAsPartyPathParams, type GetInvoicesAsPartyQueryParams, type GetInvoicesAsPartyResponse, type GetJobResultByIdPathParams, type GetJobResultByIdQueryParams, type GetJobResultByIdResponse, type GetKycByPartyPathParams, type GetKycByPartyQueryParams, type GetKycByPartyResponse, type GetLeadByIdPathParams, type GetLeadByIdResponse, type GetLeadProviderByIdPathParams, type GetLeadProviderByIdResponse, type GetLeadProvidersByAffinityQueryParams, type GetLeadProvidersByAffinityResponse, type GetLeaseOfferByIdPathParams, type GetLeaseOfferByIdQueryParams, type GetLeaseOfferByIdResponse, type GetLinkOfDocumentPathParams, type GetLinkOfDocumentResponse, type GetMetricsByCampaignPathParams, type GetMetricsByCampaignQueryParams, type GetMetricsByCampaignResponse, type GetMinimalOfferByIdPathParams, type GetMinimalOfferByIdQueryParams, type GetMinimalOfferByIdResponse, type GetMinimalOfferRevisionByIdPathParams, type GetMinimalOfferRevisionByIdResponse, type GetMinimalRiskObjectByIdPathParams, type GetMinimalRiskObjectByIdQueryParams, type GetMinimalRiskObjectByIdResponse, type GetNaceQueryParams, type GetNaceResponse, type GetNoveltyInsightsByDistributionPathParams, type GetNoveltyInsightsByDistributionQueryParams, type GetNoveltyInsightsByDistributionResponse, type GetOfferByIdPathParams, type GetOfferByIdResponse, type GetOffersByDistributionPathParams, type GetOffersByDistributionQueryParams, type GetOffersByDistributionResponse, type GetOnboardingChecklistByBrokerPathParams, type GetOnboardingChecklistByBrokerQueryParams, type GetOnboardingChecklistByBrokerResponse, type GetOnesuranceDataByPartyIdPathParams, type GetOnesuranceDataByPartyIdQueryParams, type GetOnesuranceDataByPartyIdResponse, type GetOnesuranceRecommendationsByPartyIdPathParams, type GetOnesuranceRecommendationsByPartyIdQueryParams, type GetOnesuranceRecommendationsByPartyIdResponse, type GetOrganisationDistributionsPathParams, type GetOrganisationDistributionsQueryParams, type GetOrganisationDistributionsResponse, type GetOrganisationLeadsPathParams, type GetOrganisationLeadsQueryParams, type GetOrganisationLeadsResponse, type GetOrganisationOffersPathParams, type GetOrganisationOffersQueryParams, type GetOrganisationOffersResponse, type GetOutlookConnectionDetailsQueryParams, type GetOutlookConnectionDetailsResponse, type GetOutlookMailByIdPathParams, type GetOutlookMailByIdQueryParams, type GetOutlookMailByIdResponse, type GetOutlookMailByOutlookMessageIdPathParams, type GetOutlookMailByOutlookMessageIdQueryParams, type GetOutlookMailByOutlookMessageIdResponse, type GetOutlookMailfoldersQueryParams, type GetOutlookMailfoldersResponse, type GetOutlookMailsQueryParams, type GetOutlookMailsResponse, type GetPartiesByCustomerPathParams, type GetPartiesByCustomerQueryParams, type GetPartiesByCustomerResponse, type GetPartiesLinkedToUserResponse, type GetPartiesOriginFilterQueryParams, type GetPartiesOriginFilterResponse, type GetPartyAddressesPathParams, type GetPartyAddressesResponse, type GetPartyByIdPathParams, type GetPartyByIdResponse, type GetPartyMergeSuggestionsPathParams, type GetPartyMergeSuggestionsQueryParams, type GetPartyMergeSuggestionsResponse, type GetPdfOfAdvisoryReportByIdPathParams, type GetPdfOfAdvisoryReportByIdQueryParams, type GetPdfOfAdvisoryReportByIdResponse, type GetPerformanceInsightsByDistributionPathParams, type GetPerformanceInsightsByDistributionQueryParams, type GetPerformanceInsightsByDistributionResponse, type GetPolicyPackageByIdAsCustomerPathParams, type GetPolicyPackageByIdAsCustomerResponse, type GetPolicyPackageByIdPathParams, type GetPolicyPackageByIdQueryParams, type GetPolicyPackageByIdResponse, type GetPolicyPackageSimulationsForPartyPathParams, type GetPolicyPackageSimulationsForPartyResponse, type GetPolicyPackagesAsCustomerQueryParams, type GetPolicyPackagesAsCustomerResponse, type GetPolicyPackagesForPartyPathParams, type GetPolicyPackagesForPartyResponse, type GetPossibleInsuranceProductsByPartyIdPathParams, type GetPossibleInsuranceProductsByPartyIdQueryParams, type GetPossibleInsuranceProductsByPartyIdResponse, type GetPossibleInsuranceProductsByRiskObjectIdPathParams, type GetPossibleInsuranceProductsByRiskObjectIdQueryParams, type GetPossibleInsuranceProductsByRiskObjectIdResponse, type GetPossibleInsuranceProductsForManagementByPartyIdPathParams, type GetPossibleInsuranceProductsForManagementByPartyIdQueryParams, type GetPossibleInsuranceProductsForManagementByPartyIdResponse, type GetPossibleInsuranceProductsForStaffByPartyIdPathParams, type GetPossibleInsuranceProductsForStaffByPartyIdQueryParams, type GetPossibleInsuranceProductsForStaffByPartyIdResponse, type GetPreventionAdviceQueryParams, type GetPreventionAdviceResponse, type GetPromotionsByDistributionIdPathParams, type GetPromotionsByDistributionIdResponse, type GetProvenanceInfoOfDocumentPathParams, type GetProvenanceInfoOfDocumentResponse, type GetQuoteExportsQueryParams, type GetQuoteExportsResponse, type GetQuoteInsightsPathParams, type GetQuoteInsightsQueryParams, type GetQuoteInsightsResponse, type GetQuotesAsBatchResultsByConversationIdPathParams, type GetQuotesAsBatchResultsByConversationIdQueryParams, type GetQuotesAsBatchResultsByConversationIdResponse, type GetRecommendationsByIdPathParams, type GetRecommendationsByIdQueryParams, type GetRecommendationsByIdResponse, type GetRecommendationsByPartyIdPathParams, type GetRecommendationsByPartyIdQueryParams, type GetRecommendationsByPartyIdResponse, type GetRecommendationsBySessionIdPathParams, type GetRecommendationsBySessionIdQueryParams, type GetRecommendationsBySessionIdResponse, type GetRiskAnalysisByPartyIdPathParams, type GetRiskAnalysisByPartyIdResponse, type GetRiskDomainByIdPathParams, type GetRiskDomainByIdQueryParams, type GetRiskDomainByIdResponse, type GetRiskDomainsQueryParams, type GetRiskDomainsResponse, type GetRiskObjectByRiskObjectRevisionIdPathParams, type GetRiskObjectByRiskObjectRevisionIdQueryParams, type GetRiskObjectByRiskObjectRevisionIdResponse, type GetRiskObjectRevisionsByIdPathParams, type GetRiskObjectRevisionsByIdQueryParams, type GetRiskObjectRevisionsByIdResponse, type GetSbiQueryParams, type GetSbiResponse, type GetSingularityJobResultByIdPathParams, type GetSingularityJobResultByIdQueryParams, type GetSingularityJobResultByIdResponse, type GetStepSettingsByAdvisoryReportIdPathParams, type GetStepSettingsByAdvisoryReportIdQueryParams, type GetStepSettingsByAdvisoryReportIdResponse, type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams, type GetSupportedAnvaflowCoveragesGroupedByAdnResponse, type GetSupportedAnvaflowCoveragesQueryParams, type GetSupportedAnvaflowCoveragesResponse, type GetSupportedAnvaflowInsuranceCompaniesQueryParams, type GetSupportedAnvaflowInsuranceCompaniesResponse, type GetSupportedAnvaflowInsurancesQueryParams, type GetSupportedAnvaflowInsurancesResponse, type GetSupportedAnvaflowTagsQueryParams, type GetSupportedAnvaflowTagsResponse, type GetSupportedInsuranceCompaniesQueryParams, type GetSupportedInsuranceCompaniesResponse, type GetSupportedInsuranceSubjectsQueryParams, type GetSupportedInsuranceSubjectsResponse, type GetSupportedMimeTypesResponse, type GetSupportedRiskDomainsQueryParams, type GetSupportedRiskDomainsResponse, type GetSupportedYellowhiveflowCoveragesQueryParams, type GetSupportedYellowhiveflowCoveragesResponse, type GetSupportedYellowhiveflowInsurancesQueryParams, type GetSupportedYellowhiveflowInsurancesResponse, type GetSystemCampaignsByPartyPathParams, type GetSystemCampaignsByPartyQueryParams, type GetSystemCampaignsByPartyResponse, type GetTheBrokerByIdPathParams, type GetTheBrokerByIdResponse, type GetUspByDistributionQueryParams, type GetUspByDistributionResponse, type GetValuesOfEnumPathParams, type GetValuesOfEnumResponse, type GetVehicleByCarIdOrFebiacIdQueryParams, type GetVehicleByCarIdOrFebiacIdResponse, type GetVehicleByNumberPlateAndCarIdPathParams, type GetVehicleByNumberPlateAndCarIdQueryParams, type GetVehicleByNumberPlateAndCarIdResponse, type GetVehicleByVersionIdPathParams, type GetVehicleByVersionIdQueryParams, type GetVehicleByVersionIdResponse, type GetVehicleByVinAndCarIdPathParams, type GetVehicleByVinAndCarIdQueryParams, type GetVehicleByVinAndCarIdResponse, type GetVehicleVersionFactsBySeriesIdPathParams, type GetVehicleVersionFactsBySeriesIdQueryParams, type GetVehicleVersionFactsBySeriesIdResponse, type GetWeatherInfoQueryParams, type GetWeatherInfoResponse, type GetYellowhiveflowProductByIdPathParams, type GetYellowhiveflowProductByIdQueryParams, type GetYellowhiveflowProductByIdResponse, type GetYellowhiveflowProductsQueryParams, type GetYellowhiveflowProductsResponse, type GetYourOwnUserResponse, type GiveFeedbackOnConversationByIdPathParams, type GiveFeedbackOnConversationByIdQueryParams, type GiveFeedbackOnConversationByIdResponse, type GiveFeedbackOnRecommendationsByIdBody, type GiveFeedbackOnRecommendationsByIdPathParams, type GiveFeedbackOnRecommendationsByIdResponse, type GiveFeedbackToInsuranceTermsBotBody, type GiveFeedbackToInsuranceTermsBotQueryParams, type GiveFeedbackToInsuranceTermsBotResponse, type HandleCreateDistributionThemeBody, type HandleCreateDistributionThemeQueryParams, type HandleCreateDistributionThemeResponse, type HandleDeleteDistributionThemePathParams, type HandleDeleteDistributionThemeQueryParams, type HandleDeleteDistributionThemeResponse, type HandleUpdateDistributionThemeBody, type HandleUpdateDistributionThemePathParams, type HandleUpdateDistributionThemeQueryParams, type HandleUpdateDistributionThemeResponse, type HttpMethod, type ImportAnvaDocumentInWegroupQueryParams, type ImportAnvaDocumentInWegroupResponse, type ImportAnvaInsurancePolicyDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyDocumentInWegroupResponse, type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse, type ImportAnvaPartyInWegroupPathParams, type ImportAnvaPartyInWegroupQueryParams, type ImportAnvaPartyInWegroupResponse, type ImportAnvaproductBody, type ImportAnvaproductQueryParams, type ImportAnvaproductResponse, type ImportAssuPartyInWegroupPathParams, type ImportAssuPartyInWegroupQueryParams, type ImportAssuPartyInWegroupResponse, type ImportDiasPartyInWegroupPathParams, type ImportDiasPartyInWegroupQueryParams, type ImportDiasPartyInWegroupResponse, type ImportDiasflowProductBody, type ImportDiasflowProductQueryParams, type ImportDiasflowProductResponse, type ImportFasterforwardPartyInWegroupPathParams, type ImportFasterforwardPartyInWegroupQueryParams, type ImportFasterforwardPartyInWegroupResponse, type InviteColleaguesToDistributionBody, type InviteColleaguesToDistributionResponse, type InviteUserToPartyBody, type InviteUserToPartyPathParams, type InviteUserToPartyResponse, type LinkConversationToAdvisoryReportBody, type LinkConversationToAdvisoryReportPathParams, type LinkConversationToAdvisoryReportQueryParams, type LinkConversationToAdvisoryReportResponse, type LinkPartyToUserBody, type LinkPartyToUserResponse, type LockFlightApiResponse, type MarkConversationAsCompletedByIdBody, type MarkConversationAsCompletedByIdPathParams, type MarkConversationAsCompletedByIdResponse, type MergePartiesTogetherBody, type MergePartiesTogetherPathParams, type MergePartiesTogetherQueryParams, type MergePartiesTogetherResponse, type Middleware, type OrderInsurancePolciesOfAdvisoryReportBody, type OrderInsurancePolciesOfAdvisoryReportPathParams, type OrderInsurancePolciesOfAdvisoryReportQueryParams, type OrderInsurancePolciesOfAdvisoryReportResponse, type OutlookConnectionSyncQueryParams, type OutlookConnectionSyncResponse, type OverrideInsuranceProductRecommendationByIdBody, type OverrideInsuranceProductRecommendationByIdPathParams, type OverrideInsuranceProductRecommendationByIdResponse, type OverridePreventionAdviceRecommendationByIdBody, type OverridePreventionAdviceRecommendationByIdPathParams, type OverridePreventionAdviceRecommendationByIdResponse, type PatchAnvaproductByIdBody, type PatchAnvaproductByIdPathParams, type PatchAnvaproductByIdQueryParams, type PatchAnvaproductByIdResponse, type PatchAnvaproductCoverageByIdBody, type PatchAnvaproductCoverageByIdPathParams, type PatchAnvaproductCoverageByIdQueryParams, type PatchAnvaproductCoverageByIdResponse, type PatchDiasflowProductByIdBody, type PatchDiasflowProductByIdPathParams, type PatchDiasflowProductByIdQueryParams, type PatchDiasflowProductByIdResponse, type PatchDiasflowProductCoverageByDiasIdBody, type PatchDiasflowProductCoverageByDiasIdPathParams, type PatchDiasflowProductCoverageByDiasIdQueryParams, type PatchDiasflowProductCoverageByDiasIdResponse, type PatchOwnPartyAsCustomerBody, type PatchOwnPartyAsCustomerResponse, type PoseAQuestionToInsuranceTermsBotBody, type PoseAQuestionToInsuranceTermsBotForItToCompareBody, type PoseAQuestionToInsuranceTermsBotForItToCompareQueryParams, type PoseAQuestionToInsuranceTermsBotForItToCompareResponse, type PoseAQuestionToInsuranceTermsBotQueryParams, type PoseAQuestionToInsuranceTermsBotResponse, type PostEventAsCarglassPartnerBody, type PostEventAsCarglassPartnerResponse, type PutClausesForReportBody, type PutClausesForReportPathParams, type PutClausesForReportQueryParams, type PutClausesForReportResponse, type RecalculateDiasQuotesBySessionIdAndProductIdBody, type RecalculateDiasQuotesBySessionIdAndProductIdPathParams, type RecalculateDiasQuotesBySessionIdAndProductIdQueryParams, type RecalculateDiasQuotesBySessionIdAndProductIdResponse, type RecalculateDiasSimulationBySessionIdBody, type RecalculateDiasSimulationBySessionIdPathParams, type RecalculateDiasSimulationBySessionIdQueryParams, type RecalculateDiasSimulationBySessionIdResponse, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse, type RecalculateSimulationBySessionIdBody, type RecalculateSimulationBySessionIdPathParams, type RecalculateSimulationBySessionIdQueryParams, type RecalculateSimulationBySessionIdResponse, type RecalculateYellowhiveQuotesBySessionIdAndProductIdBody, type RecalculateYellowhiveQuotesBySessionIdAndProductIdPathParams, type RecalculateYellowhiveQuotesBySessionIdAndProductIdQueryParams, type RecalculateYellowhiveQuotesBySessionIdAndProductIdResponse, type RecalculateYellowhiveSimulationBySessionIdBody, type RecalculateYellowhiveSimulationBySessionIdPathParams, type RecalculateYellowhiveSimulationBySessionIdQueryParams, type RecalculateYellowhiveSimulationBySessionIdResponse, type RetrieveAirportsResponse, type RetrieveAllExportsByPartyPathParams, type RetrieveAllExportsByPartyQueryParams, type RetrieveAllExportsByPartyResponse, type RetrieveAnvaflowsQuestionnairesPathParams, type RetrieveAnvaflowsQuestionnairesQueryParams, type RetrieveAnvaflowsQuestionnairesResponse, type RetrieveAskLaterQuestionsQueryParams, type RetrieveAskLaterQuestionsResponse, type RetrieveAutomobileByCarIdFreemiumVersionPathParams, type RetrieveAutomobileByCarIdFreemiumVersionQueryParams, type RetrieveAutomobileByCarIdFreemiumVersionResponse, type RetrieveAutomobileByIdFreemiumQueryParams, type RetrieveAutomobileByIdFreemiumResponse, type RetrieveDiasQuestionnairesPathParams, type RetrieveDiasQuestionnairesQueryParams, type RetrieveDiasQuestionnairesResponse, type RetrieveExportByIdPathParams, type RetrieveExportByIdQueryParams, type RetrieveExportByIdResponse, type RetrieveFlowBody, type RetrieveFlowPathParams, type RetrieveFlowQueryParams, type RetrieveFlowResponse, type RetrieveYellowhiveQuestionnairesPathParams, type RetrieveYellowhiveQuestionnairesQueryParams, type RetrieveYellowhiveQuestionnairesResponse, type SchemaAboutUsResponse, type SchemaAccelerationTo100, type SchemaAccident, type SchemaAccidentStatement, type SchemaAccidentStatementType, type SchemaAccidentStatementType_2, type SchemaAccountCreateCmd, type SchemaAccountCreatedResponse, type SchemaAccreditedAppraiser, type SchemaAccreditedAppraiser_2, type SchemaAcknowledgementQueryModel, type SchemaAction, type SchemaActionType, type SchemaActionUrlResponse, type SchemaActivateOutlookSyncCmd, type SchemaActivateOutlookSyncParams, type SchemaActivitiesCreateCmd, type SchemaActivity, type SchemaActivityFrontPageCmd, type SchemaActivityFrontPageQueryModel, type SchemaActivityPatchCmd, type SchemaActivityQueryModel, type SchemaAddActionToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdviceToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdvisoryReportStepsConfigurationParams, type SchemaAddConversationToAdvisoryReportRevisionParams, type SchemaAddInsuranceProductClausesToAdvisoryReportRevisionParams, type SchemaAddRiskDomainToAdvisoryReportRevisionParams, type SchemaAdditionalProperties, type SchemaAdditionalProperties_2, type SchemaAddresWithMetadata, type SchemaAddress, type SchemaAddressAllNones, type SchemaAddressInfoLinkRelationType, type SchemaAddressInformation, type SchemaAddressRules, type SchemaAdviceChangeType, type SchemaAdviceDiffModel, type SchemaAdviceQueryModel, type SchemaAdviceType, type SchemaAdvisoryReport, type SchemaAdvisoryReportAdviceActionCreateCmd, type SchemaAdvisoryReportAdviceDiff, type SchemaAdvisoryReportClauseQueryModel, type SchemaAdvisoryReportClausesCreateCmd, type SchemaAdvisoryReportConversationLinkCmd, type SchemaAdvisoryReportConversationQueryModel, type SchemaAdvisoryReportCreateCmd, type SchemaAdvisoryReportDocxResponse, type SchemaAdvisoryReportExportOptions, type SchemaAdvisoryReportExportResponse, type SchemaAdvisoryReportFrontPageCreateCmd, type SchemaAdvisoryReportInsurancePolicyCmd, type SchemaAdvisoryReportInsurancePolicyOrder, type SchemaAdvisoryReportInsurancePolicyPackageCmd, type SchemaAdvisoryReportPartyQueryModel, type SchemaAdvisoryReportPdfResponse, type SchemaAdvisoryReportQueryModel, type SchemaAdvisoryReportRevisionAcceptanceCmd, type SchemaAdvisoryReportRevisionCmd, type SchemaAdvisoryReportRevisionCreateCmd, type SchemaAdvisoryReportRevisionMailInquiryCmd, type SchemaAdvisoryReportRevisionUpdateCmd, type SchemaAdvisoryReportRevisionsQueryModel, type SchemaAdvisoryReportRiskDomainActionCreateCmd, type SchemaAdvisoryReportRiskDomainActionPatchCmd, type SchemaAdvisoryReportRiskDomainAdviceCreateCmd, type SchemaAdvisoryReportRiskDomainAdvicePatchCmd, type SchemaAdvisoryReportRiskDomainCreateCmd, type SchemaAdvisoryReportStepsCreateCmd, type SchemaAdvisoryReportTask, type SchemaAdvisoryReportsQueryModel, type SchemaAdvisoryTaskPriority, type SchemaAedesCar, type SchemaAedesCarPayload, type SchemaAedesDriver, type SchemaAedesParking, type SchemaAedesParking_2, type SchemaAffiliation, type SchemaAffiliationInfo, type SchemaAffiliationStatus, type SchemaAffinityKey, type SchemaAgHomePayload, type SchemaAgriculturalVehicleUsage, type SchemaAgriculturalVehicleUsage_2, type SchemaAlarmSystem, type SchemaAllGuaranteesSetting, type SchemaAllianzCancellationReason, type SchemaAllianzCancellationReason_2, type SchemaAllianzCar, type SchemaAllianzCarPayload, type SchemaAllianzDriver, type SchemaAllianzFamilyPayload, type SchemaAllianzHome, type SchemaAllianzHomePayload, type SchemaAnalyzeEmailByIdParams, type SchemaAnnex, type SchemaAnnexRoofConstructionType, type SchemaAnnexType, type SchemaAnnexType_2, type SchemaAnnexWallConstructionType, type SchemaAnnualPremium, type SchemaAnnualPremiumQueryModel, type SchemaAnswer, type SchemaAnswerFlowParams, type SchemaAnswerFlowSessionParams, type SchemaAnswerFlowsResponse, type SchemaAnswerValidationError, type SchemaAnswerValidationErrorMessage, type SchemaAnswersPayload, type SchemaAnvaAdnCoverage, type SchemaAnvaCalculationPackage, type SchemaAnvaCalculationResponse, type SchemaAnvaClaimStatus, type SchemaAnvaClosingQuestion, type SchemaAnvaClosingQuestionUpsertCmd, type SchemaAnvaCollectionMethod, type SchemaAnvaCollectionMethods, type SchemaAnvaCoverage, type SchemaAnvaCoverageCombination, type SchemaAnvaCustomerInquiryParams, type SchemaAnvaDocument, type SchemaAnvaDocumentUpdateCmd, type SchemaAnvaDocumentUploadCmd, type SchemaAnvaExportReply, type SchemaAnvaFlowLabelStatus, type SchemaAnvaFlowStatus, type SchemaAnvaInquiry, type SchemaAnvaInquiryDocument, type SchemaAnvaInsurance, type SchemaAnvaInsuranceCompany, type SchemaAnvaInsuranceCompanyUpdateCmd, type SchemaAnvaInsurancePackage, type SchemaAnvaInsurancePolicy, type SchemaAnvaInsuranceUpdateCmd, type SchemaAnvaInvoiceStatus, type SchemaAnvaLabel, type SchemaAnvaMutationReason, type SchemaAnvaMutationReasons, type SchemaAnvaOfferDocument, type SchemaAnvaPackage, type SchemaAnvaPackageDiscount, type SchemaAnvaPackageUpdateCmd, type SchemaAnvaPolicyPackageCalculationJob, type SchemaAnvaProduct, type SchemaAnvaProductFlowRevision, type SchemaAnvaProductImportCmd, type SchemaAnvaProductQueryModel, type SchemaAnvaProductQuestionnaire, type SchemaAnvaProductQuestionnaireQueryModel, type SchemaAnvaProductQuestionnairesQueryModel, type SchemaAnvaProductQuestionnairesUpdateCmd, type SchemaAnvaProductQuestionnairesValidateCmd, type SchemaAnvaProductSearchItem, type SchemaAnvaProductSearches, type SchemaAnvaProductTag, type SchemaAnvaProductTagUpsertCmd, type SchemaAnvaProductToInsurancePolicyLink, type SchemaAnvaProductUpdateCmd, type SchemaAnvaQuote, type SchemaAnvaQuoteCalculationJob, type SchemaAnvaQuoteCalculationJobsQueuedResponse, type SchemaAnvaSendOfferInsurancePolicy, type SchemaAnvaSendOfferPolicyPackage, type SchemaAnvaSendOfferResponse, type SchemaAnvaTag, type SchemaAnvaTaskCmd, type SchemaAnvaTaskPriority, type SchemaApiCoverage, type SchemaApiCoverageSource, type SchemaAppHandlersNatsModelsStatusResponse, type SchemaAppModelsAdvisoryReportAdvisoryReportAdviceDiffRiskDomain, type SchemaAppModelsAdvisoryReportAdvisoryReportRevisionCreateCmdInsurancePolicies, type SchemaAppModelsCompanyRegistrationCompanyRegistration, type SchemaAppModelsCompanyRegistrationCompanyregistration, type SchemaAppModelsEnumsCompanyProspectType, type SchemaAppModelsEnumsCustomerProspectType, type SchemaAppModelsEnumsLanguageCodes, type SchemaAppModelsEnumsLanguageCodes_2, type SchemaAppModelsEnumsMiscellaneousType, type SchemaAppModelsEnumsProspectType, type SchemaAppModelsEnumsProspectType_2, type SchemaAppModelsFsmaFsma, type SchemaAppModelsInsurancePolicyExternalLabel, type SchemaAppModelsInsurancePolicyExternalRef, type SchemaAppModelsInsurancePolicyExternalref, type SchemaAppModelsLeadAcknowledgement, type SchemaAppModelsLocalisationLocalisation, type SchemaAppModelsOfferAcknowledgement, type SchemaAppModelsOfferInsurance, type SchemaAppModelsPartyCommandsExternalRef, type SchemaAppModelsPartyCommandsExternalref, type SchemaAppModelsPartyCustomer, type SchemaAppModelsPartyManagementBaseDocumentDataPreferences, type SchemaAppModelsPartyManagementFunction, type SchemaAppModelsPartyManagementFunction_2, type SchemaAppModelsPartyManagementbasedocumentdataPreferences, type SchemaAppModelsPartyPartyCompanyBaseAssetInfo, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoMachineDelivery, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoPeriodicCash, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoSiloCapacity, type SchemaAppModelsPartyPartyCompanyBaseBookkeeper, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorks, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorksConstructionWorkDuration, type SchemaAppModelsPartyPartyCompanyBaseContactPerson, type SchemaAppModelsPartyPartyCompanyBaseCustomerInfo, type SchemaAppModelsPartyPartyCompanyBaseCyber, type SchemaAppModelsPartyPartyCompanyBaseExhibitionActivity, type SchemaAppModelsPartyPartyCompanyBaseExportActivity, type SchemaAppModelsPartyPartyCompanyBaseFinancialInfo, type SchemaAppModelsPartyPartyCompanyBaseImportActivity, type SchemaAppModelsPartyPartyCompanyBaseLegalAid, type SchemaAppModelsPartyPartyCompanyBaseLiabilityInfo, type SchemaAppModelsPartyPartyCompanyBaseOutlook, type SchemaAppModelsPartyPartyCompanyBasePersonnelDetails, type SchemaAppModelsPartyPartyCompanyBaseThirdPartyActivity, type SchemaAppModelsPartyPartyCompanyBaseTransportInfo, type SchemaAppModelsPartyPartyCompanyBaseTurnover, type SchemaAppModelsPartyPartyCompanyBaseWorkforce, type SchemaAppModelsPartyPartyCompanyBaseWorkforceWageBill, type SchemaAppModelsPartyPartyPreferences, type SchemaAppModelsPartyPartyPreferencesFuneralPreference, type SchemaAppModelsPartyPartycompanybaseAssetinfo, type SchemaAppModelsPartyPartycompanybaseAssetinfoMachinedelivery, type SchemaAppModelsPartyPartycompanybaseAssetinfoPeriodiccash, type SchemaAppModelsPartyPartycompanybaseAssetinfoSilocapacity, type SchemaAppModelsPartyPartycompanybaseBookkeeper, type SchemaAppModelsPartyPartycompanybaseConstructionworks, type SchemaAppModelsPartyPartycompanybaseConstructionworksConstructionworkduration, type SchemaAppModelsPartyPartycompanybaseContactperson, type SchemaAppModelsPartyPartycompanybaseCustomerinfo, type SchemaAppModelsPartyPartycompanybaseCyber, type SchemaAppModelsPartyPartycompanybaseExhibitionactivity, type SchemaAppModelsPartyPartycompanybaseExportactivity, type SchemaAppModelsPartyPartycompanybaseFinancialinfo, type SchemaAppModelsPartyPartycompanybaseImportactivity, type SchemaAppModelsPartyPartycompanybaseLegalaid, type SchemaAppModelsPartyPartycompanybaseLiabilityinfo, type SchemaAppModelsPartyPartycompanybaseOutlook, type SchemaAppModelsPartyPartycompanybasePersonneldetails, type SchemaAppModelsPartyPartycompanybaseThirdpartyactivity, type SchemaAppModelsPartyPartycompanybaseTransportinfo, type SchemaAppModelsPartyPartycompanybaseTurnover, type SchemaAppModelsPartyPartycompanybaseWorkforce, type SchemaAppModelsPartyPartycompanybaseWorkforceWagebill, type SchemaAppModelsPartyPartypreferences, type SchemaAppModelsPartyPartypreferencesFuneralpreference, type SchemaAppModelsReadDocument, type SchemaAppModelsReadDocumentExternalRef, type SchemaAppModelsRiskObjectsAmountOfRiskObjects, type SchemaAppModelsRiskObjectsBicycleBicycle, type SchemaAppModelsRiskObjectsBicyclePreferences, type SchemaAppModelsRiskObjectsBoatBoat, type SchemaAppModelsRiskObjectsBoatPreferences, type SchemaAppModelsRiskObjectsCarCar, type SchemaAppModelsRiskObjectsCarCar_2, type SchemaAppModelsRiskObjectsCarPreferences, type SchemaAppModelsRiskObjectsCarPreferences_2, type SchemaAppModelsRiskObjectsFamilyFamily, type SchemaAppModelsRiskObjectsLegalLegal, type SchemaAppModelsRiskObjectsMiscellaneousMiscellaneous, type SchemaAppModelsRiskObjectsPartyGroupPartyGroup, type SchemaAppModelsRiskObjectsResidenceMainBuilding, type SchemaAppModelsRiskObjectsResidenceResidence, type SchemaAppModelsRiskObjectsResidenceResidencePreferences, type SchemaAppModelsRiskObjectsRiskObjects, type SchemaAppModelsRiskObjectsSemiTrailerSemiTrailer, type SchemaAppModelsRiskObjectsTeacherTeacher, type SchemaAppModelsRiskObjectsTrailerTrailer, type SchemaAppModelsRiskObjectsTwowheelerPreferences, type SchemaAppModelsRiskObjectsTwowheelerTwoWheeler, type SchemaAppModelsThemeThemeCreateCmd, type SchemaAppModelsUploadExternalRef, type SchemaAppResponsesBaseStatusResponse, type SchemaAppViewsModelsAdvisoryReportAdvisoryReportQueryModelInsurancePolicies, type SchemaAppViewsModelsAdvisoryReportCoverageQueryModelExternalLabel, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportPolicyPackageQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportRiskDomainActionQueryModelRiskDomain, type SchemaAppViewsModelsAdvisoryReportRiskDomainAdviceQueryModelRiskDomain, type SchemaAppViewsModelsClaimClaim, type SchemaAppViewsModelsClaimDocument, type SchemaAppViewsModelsInvoiceDocument, type SchemaAppViewsModelsOfferAcknowledgement, type SchemaAppViewsModelsOfferGuarantee, type SchemaAppViewsModelsOfferPartyAssignee, type SchemaAppViewsModelsPartyAddresWithMetadataMetaData, type SchemaAppViewsModelsPartyDocumentsPartyDocumentQueryModel, type SchemaAppViewsModelsPartyDocumentsPartydocumentquerymodel, type SchemaAppViewsModelsPartyLink, type SchemaAppViewsModelsPartyManagementQueryModel, type SchemaAppViewsModelsPartyManagementquerymodel, type SchemaAppViewsModelsPartyPartyAssignee, type SchemaAppViewsModelsPartyPartyDocumentsMetaData, type SchemaAppViewsModelsPartyPartyLogoQueryModel, type SchemaAppViewsModelsPartyPartyRelationQueryModelParty, type SchemaAppViewsModelsPartyPartyassignee, type SchemaAppViewsModelsPartyPartylogoquerymodel, type SchemaAppViewsModelsPartyPartyrelationquerymodelParty, type SchemaAppViewsModelsRiskDomainPreventionAdviceQueryModelPreventAdviceRiskDomain, type SchemaAppViewsModelsRiskDomainRiskDomainsQueryModelRiskDomain, type SchemaAppViewsModelsRiskObjectBicycle, type SchemaAppViewsModelsRiskObjectBoat, type SchemaAppViewsModelsRiskObjectCar, type SchemaAppViewsModelsRiskObjectDriver, type SchemaAppViewsModelsRiskObjectFamily, type SchemaAppViewsModelsRiskObjectLegal, type SchemaAppViewsModelsRiskObjectLink, type SchemaAppViewsModelsRiskObjectMiscellaneous, type SchemaAppViewsModelsRiskObjectPartyGroup, type SchemaAppViewsModelsRiskObjectPerson, type SchemaAppViewsModelsRiskObjectResidence, type SchemaAppViewsModelsRiskObjectRiskObjects, type SchemaAppViewsModelsRiskObjectSemiTrailer, type SchemaAppViewsModelsRiskObjectTeacher, type SchemaAppViewsModelsRiskObjectTrailer, type SchemaAppViewsModelsRiskObjectTwoWheeler, type SchemaAragLegalPayload, type SchemaArcesLegalPayload, type SchemaAskLaterQuestion, type SchemaAskLaterQuestionsRequest, type SchemaAskLaterQuestionsResponse, type SchemaAskaPackageChoice, type SchemaAskaPackageChoice_2, type SchemaAskaTravelInsuranceType, type SchemaAskaTravelInsuranceType_2, type SchemaAssetInfo, type SchemaAssignedToType, type SchemaAssociatedCompany, type SchemaAssuDocumentUploadCmd, type SchemaAssuTaskCmd, type SchemaAssuTaskPriority, type SchemaAttachmentType, type SchemaAudits, type SchemaAuth, type SchemaAutomaticEmergencyBreaking, type SchemaAvatars, type SchemaAxaCar, type SchemaAxaCarPayload, type SchemaAxaContractualExcess, type SchemaAxaContractualExcess_2, type SchemaAxaDriver, type SchemaAxaFamilyPayload, type SchemaAxaHome, type SchemaAxaHomePayload, type SchemaAxaItemLimitTier, type SchemaAxaItemLimitTier_2, type SchemaAxaTheftFormulas, type SchemaAxaTheftFormulas_2, type SchemaBackupFrequency, type SchemaBackupFrequency_2, type SchemaBalance, type SchemaBalanceQueryModel, type SchemaBaloiseCar, type SchemaBaloiseCarPayload, type SchemaBaloiseDriver, type SchemaBaloiseFamilyPayload, type SchemaBaloiseHome, type SchemaBaloiseHomePayload, type SchemaBatchUnitResponse, type SchemaBatteryCapacity, type SchemaBicycle, type SchemaBicycleReferenceQueryModel, type SchemaBicycleRiskObjectIdWithRevisionId, type SchemaBicycleSpeed, type SchemaBicycleType, type SchemaBicycleUsage, type SchemaBlindSpotWarning, type SchemaBoat, type SchemaBoatAccidentCoverageLevel, type SchemaBoatAccidentCoverageLevel_2, type SchemaBoatBerthBigCity, type SchemaBoatBerthNlArea, type SchemaBoatBerthType, type SchemaBoatCategory, type SchemaBoatCompetitionType, type SchemaBoatConstructionType, type SchemaBoatMotorKind, type SchemaBoatNlPayloads, type SchemaBoatPreferences, type SchemaBoatReferenceQueryModel, type SchemaBoatRiskObjectIdWithRevisionId, type SchemaBoatTerritory, type SchemaBoatTrailer, type SchemaBoatUsage, type SchemaBookkeeper, type SchemaBrand, type SchemaBrandClub, type SchemaBrandClub_2, type SchemaBrandSortContext, type SchemaBroker, type SchemaBrokerConnectionCreate, type SchemaBrokerConnectionOutlookMailFolderSyncDetails, type SchemaBrokerConnectionUpdate, type SchemaBrokerCreateCmd, type SchemaBrokerIntegrations, type SchemaBrokerIntegrationsPatchCmd, type SchemaBrokerMembershipsCreateCmd, type SchemaBrokerPatchCmd, type SchemaBrokerPlan, type SchemaBrokerSettings, type SchemaBrokerType, type SchemaBrokerUserCreateCmd, type SchemaBrokerWithDistributionName, type SchemaBrokerWithModules, type SchemaBuildingExtra, type SchemaBuildingMaintenanceStatus, type SchemaBuildingPurpose, type SchemaBuildingRentOut, type SchemaBuildingUse, type SchemaCalculateAnvaQuotesRequest, type SchemaCalculateDiasQuotesRequest, type SchemaCalculateProfileaseCarQuoteCmd, type SchemaCalculateProfileaseCarQuoteParams, type SchemaCalculateYellowHiveQuotesRequest, type SchemaCalculationSpecEnumValue, type SchemaCalculationSpecInputType, type SchemaCalculationSpecType, type SchemaCampaignAudienceType, type SchemaCampaignDistributionSettingsQueryModel, type SchemaCampaignExtend, type SchemaCampaignFlowType, type SchemaCampaignGenerateDnsPrefix, type SchemaCampaignInsurance, type SchemaCampaignInsuranceQueryModel, type SchemaCampaignMailTemplateQueryModel, type SchemaCampaignMetrics, type SchemaCampaignQueryModel, type SchemaCampaignQueryModelFull, type SchemaCampaignReferenceQueryModel, type SchemaCampaignSharingOption, type SchemaCampaignSpecifications, type SchemaCampaignSpecificationsQueryModel, type SchemaCampaignStatus, type SchemaCampaignTarget, type SchemaCampaignTargetQueryModel, type SchemaCampaignTemplateCategory, type SchemaCampaignTemplateQueryModel, type SchemaCampaignTemplatesQueryModel, type SchemaCampaignType, type SchemaCampaignVerifiedDnsPrefix, type SchemaCampaignYellowHiveProduct, type SchemaCampaignYellowHiveProductQueryModel, type SchemaCampaignYellowHiveProducts, type SchemaCampaignYellowHiveProductsQueryModel, type SchemaCampaigns, type SchemaCampaignsResponse, type SchemaCar, type SchemaCarCategory, type SchemaCarCategoryCode, type SchemaCarCategoryCode_2, type SchemaCarCategory_2, type SchemaCarClaimType, type SchemaCarClaimType_2, type SchemaCarDemo, type SchemaCarDemo_2, type SchemaCarEvaluationType, type SchemaCarEvaluationType_2, type SchemaCarGlassEvent, type SchemaCarInsuranceInsightPayload, type SchemaCarInsurancePolicyInsightsCarResponse, type SchemaCarInsurancePolicyInsightsDistributionResponse, type SchemaCarInsurancePolicyInsightsPartyResponse, type SchemaCarInsurancePolicyInsightsResponse, type SchemaCarInsured, type SchemaCarInterests, type SchemaCarInterests_2, type SchemaCarLease, type SchemaCarLeaseRatesResponse, type SchemaCarLookUpToQuestion, type SchemaCarLookUpToQuestions, type SchemaCarLookUpToQuestionsCmd, type SchemaCarMileage, type SchemaCarNlPayloads, type SchemaCarPayloads, type SchemaCarPremiumResponse, type SchemaCarProfessionalUsagePurpose, type SchemaCarProfessionalUsagePurpose_2, type SchemaCarReferenceQueryModel, type SchemaCarRiskObjectIdWithRevisionId, type SchemaCarStorage, type SchemaCarTaxation, type SchemaCarTheftProtection, type SchemaCarTheftProtection_2, type SchemaCarTrackingSystem, type SchemaCarTrackingSystem_2, type SchemaCarTrailer, type SchemaCarUsage, type SchemaCarUsagePeriod, type SchemaCarUsagePeriod_2, type SchemaCarUsedFor, type SchemaCarUsedFor_2, type SchemaCarVehicleType, type SchemaCarVehicleType_2, type SchemaCarglassEventCreateParams, type SchemaCategoryType, type SchemaChatCmd, type SchemaChatSummaryDetailed, type SchemaChatSummaryGroup, type SchemaChatSummaryQuestion, type SchemaChatSummarySection, type SchemaCheckupItemType, type SchemaChild, type SchemaChildProtection, type SchemaChildProtectionDriver, type SchemaChildProtectionPassenger, type SchemaChildProtectionRear, type SchemaChunk, type SchemaCitizensCar, type SchemaCitizensCarPayload, type SchemaCitizensCoverageChoice, type SchemaCitizensCoverageChoice_2, type SchemaCitizensInsuredAmountAccidents, type SchemaCitizensInsuredAmountAccidents_2, type SchemaCitizensInsuredAmountLiability, type SchemaCitizensInsuredAmountLiability_2, type SchemaCitizensSteeringPosition, type SchemaCity, type SchemaCityAutomaticEmergencyBraking, type SchemaCivilState, type SchemaCivilState_2, type SchemaClaim, type SchemaClaimCause, type SchemaClaimCause_2, type SchemaClaimFreeYears, type SchemaClaimFreeYears_2, type SchemaClaimLossAmount, type SchemaClaimLossAmount_2, type SchemaClaimQueryModel, type SchemaClaimStatus, type SchemaClaimType, type SchemaClaimsQueryModel, type SchemaClauseCmd, type SchemaClauseQueryModel, type SchemaCloudDataStorageLocation, type SchemaCollectionMethod, type SchemaCommentary, type SchemaCommentaryQueryModel, type SchemaCompany, type SchemaCompanyCreateCmd, type SchemaCompanyGoodQueryModel, type SchemaCompanyInfo, type SchemaCompanyInfoContent, type SchemaCompanyInventoryQueryModel, type SchemaCompanyInvestmentQueryModel, type SchemaCompanyLeadCreateCmd, type SchemaCompanyLeadCreateReply, type SchemaCompanyLeaseQueryModel, type SchemaCompanyLoanQueryModel, type SchemaCompanyProspectType, type SchemaCompanyProspectsWithLeadOfferRiskObjectsQueryModel, type SchemaCompanyQueryModel, type SchemaCompanyRegistration, type SchemaCompanyRegistrationQueryModel, type SchemaCompanyRegistrationType, type SchemaCompanyRegistrationType_2, type SchemaCompanySearchBy, type SchemaCompareAnswer, type SchemaCompareCmd, type SchemaCondition, type SchemaConditionAction, type SchemaConditionCheckType, type SchemaConditionOperation, type SchemaConditionType, type SchemaConditions, type SchemaConstructionType, type SchemaConstructionTypeFloors, type SchemaConstructionWorkDuration, type SchemaConstructionWorks, type SchemaConstructionYear, type SchemaConstructionYearCategory, type SchemaContactPerson, type SchemaContentValueDefinedType, type SchemaContractConversions, type SchemaConversationAnswer, type SchemaConversationAnswerCompared, type SchemaConversationDocumentPdfModel, type SchemaConversationNote, type SchemaConversationsOriginFilter, type SchemaConversationsOriginFilterItem, type SchemaCountryCodes, type SchemaCountryCodes_2, type SchemaCoverage, type SchemaCoverageCmd, type SchemaCoverageGroupMatchingScore, type SchemaCoverageInsights, type SchemaCoverageLimit, type SchemaCoveragePeriod, type SchemaCoverageQueryModel, type SchemaCoverageUpdateCmd, type SchemaCreateAccountParams, type SchemaCreateAdvisoryReportParams, type SchemaCreateAdvisoryReportRevisionParams, type SchemaCreateAdvisoryReportRevisionV2Params, type SchemaCreateAnvaPartyCompanyCmd, type SchemaCreateAnvaPartyCompanyRegistration, type SchemaCreateAnvaPartyCustomerCmd, type SchemaCreateBicycleRiskObjectParams, type SchemaCreateBoatRiskObjectParams, type SchemaCreateBrokerConnectionParams, type SchemaCreateCampaignAssistantAvatarCmd, type SchemaCreateCampaignCmd, type SchemaCreateCampaignLogoCmd, type SchemaCreateCampaignParams, type SchemaCreateCarRiskObjectParams, type SchemaCreateCompanyLeadParams, type SchemaCreateCompanyProspectParams, type SchemaCreateCustomThemeAsDistributionParams, type SchemaCreateCustomerLeadParams, type SchemaCreateCustomerProspectParams, type SchemaCreateDiasPartyCompanyCmd, type SchemaCreateDiasPartyCompanyRegistration, type SchemaCreateDiasPartyCustomerCmd, type SchemaCreateDistributionConnectionParams, type SchemaCreateDistributionTagParams, type SchemaCreateDistributionUspParams, type SchemaCreateFamilyRiskObjectParams, type SchemaCreateFlowParams, type SchemaCreateFlowSessionParams, type SchemaCreateInsurancePolicyForPartyParams, type SchemaCreateInsuranceProductClauseParams, type SchemaCreateLegalRiskObjectParams, type SchemaCreateMiscellaneousRiskObjectParams, type SchemaCreateMultiResponse, type SchemaCreateNoteForPartyParams, type SchemaCreateOfferRequestForInsuranceCompanyDocxParams, type SchemaCreateOfferRequestForInsuranceCompanyPdfParams, type SchemaCreateOfferRevisionParams, type SchemaCreateOfferV2Params, type SchemaCreatePartyAccidentParams, type SchemaCreatePartyActivitiesParams, type SchemaCreatePartyExternalRefsParams, type SchemaCreatePartyFromCompanyRegistrationParams, type SchemaCreatePartyGroupRiskObjectParams, type SchemaCreateProfileaseCarLeaseOfferParams, type SchemaCreateProfileaseCarOfferCmd, type SchemaCreateProfileaseCarOfferResponse, type SchemaCreateRelationBetweenPartiesParams, type SchemaCreateRelationBetweenPartyAndRiskObjectParams, type SchemaCreateReply, type SchemaCreateReplyUuid, type SchemaCreateResponse, type SchemaCreateRiskObjectExternalRefsParams, type SchemaCreateSemiTrailerRiskObjectParams, type SchemaCreateSignedPartiesUploadUrlParams, type SchemaCreateTaskInAnvaParams, type SchemaCreateTaskInAssuParams, type SchemaCreateTaskInDiasParams, type SchemaCreateTaskInFasterforwardParams, type SchemaCreateToolkitAccountParams, type SchemaCreateToolkitBrokerParams, type SchemaCreateTrailerRiskObjectParams, type SchemaCreateTrialUserParams, type SchemaCreateYellowHiveContactPersonCreateCmd, type SchemaCreditRating, type SchemaCreditScore, type SchemaCrmExportQueryModel, type SchemaCrmExportType, type SchemaCurrency, type SchemaCurrencyValue, type SchemaCustomAdvice, type SchemaCustomAdvicePatchCmd, type SchemaCustomer, type SchemaCustomerCreateCmd, type SchemaCustomerInfo, type SchemaCustomerLeadCreateCmd, type SchemaCustomerLeadCreateReply, type SchemaCustomerProspectType, type SchemaCustomerProspectsWithLeadOfferRiskObjectsQueryModel, type SchemaCustomerQueryModel, type SchemaCustomerSheet, type SchemaCustomerSheetAcceptations, type SchemaCustomersInfoType, type SchemaCyber, type SchemaDasLegalPayload, type SchemaDataType, type SchemaDate, type SchemaDateDsl, type SchemaDeactivateOutlookSyncCmd, type SchemaDeactivateOutlookSyncParams, type SchemaDeductibleType, type SchemaDelaFuneralPayload, type SchemaDeleteMethod, type SchemaDelinkPartyToUserParams, type SchemaDemographicData, type SchemaDiasAfdBranch, type SchemaDiasCalculationPackage, type SchemaDiasClosingQuestion, type SchemaDiasCollectionMethods, type SchemaDiasCoverage, type SchemaDiasCoverageCombination, type SchemaDiasCoverageUpdateCmd, type SchemaDiasEntityLink, type SchemaDiasEntityType, type SchemaDiasFlowStatus, type SchemaDiasInsurance, type SchemaDiasInsuranceCompany, type SchemaDiasInsurancePackage, type SchemaDiasInsurancePolicy, type SchemaDiasPackage, type SchemaDiasPolicyPackageCalculationJob, type SchemaDiasProduct, type SchemaDiasProductFlowInSession, type SchemaDiasProductImportCmd, type SchemaDiasProductQuestionnaire, type SchemaDiasProductQuestionnaireQueryModel, type SchemaDiasProductQuestionnairesQueryModel, type SchemaDiasProductQuestionnairesUpdateCmd, type SchemaDiasProductQuestionnairesValidateCmd, type SchemaDiasProductSearch, type SchemaDiasProductToInsurancePolicyLink, type SchemaDiasProductUpdateCmd, type SchemaDiasProductsInConversationCmd, type SchemaDiasQuote, type SchemaDiasQuoteCalculationJob, type SchemaDiasQuoteCalculationJobsQueuedResponse, type SchemaDiasSaluation, type SchemaDiasTitle, type SchemaDimensions, type SchemaDinghy, type SchemaDinghyCategory, type SchemaDirector, type SchemaDisable_2faForMeParams, type SchemaDiscount, type SchemaDisplacement, type SchemaDistances, type SchemaDistribution, type SchemaDistributionCompanyRegistrationValidation, type SchemaDistributionConnectionCreateCmd, type SchemaDistributionConnectionQueryModel, type SchemaDistributionConnectionUpdateCmd, type SchemaDistributionCreateCmd, type SchemaDistributionFrontPageSettings, type SchemaDistributionFrontPageSettingsQueryModel, type SchemaDistributionInvite, type SchemaDistributionLogos, type SchemaDistributionNameValidateCmd, type SchemaDistributionNoveltyInsight, type SchemaDistributionPromotionCreateCmd, type SchemaDistributionPromotionsReply, type SchemaDistributionSettings, type SchemaDistributionSettingsPatchCmd, type SchemaDistributionSignatureMethodQueryModel, type SchemaDistributionSignaturePatchCmd, type SchemaDistributionTagCreateCmd, type SchemaDistributionTagReply, type SchemaDistributionTagsQueryModel, type SchemaDistributionThemeCreateCmd, type SchemaDistributionThemeUpdateCmd, type SchemaDistributionUsp, type SchemaDistributionUspItemCreateCmd, type SchemaDistributionUspItemUpdateCmd, type SchemaDistributionUspReply, type SchemaDistributions, type SchemaDnaYachtBoatPayload, type SchemaDocument, type SchemaDocumentExtractionBatch, type SchemaDocumentExtractionBatchPayload, type SchemaDocumentExtractionEntityInfo, type SchemaDocumentLinkResponse, type SchemaDocumentQueryModel, type SchemaDocumentReferenceQueryModel, type SchemaDocumentResourceType, type SchemaDocumentStatus, type SchemaDocumentType, type SchemaDocumentType_2, type SchemaDomainCar, type SchemaDriveAssistanceSystem, type SchemaDriveTrainLayout, type SchemaDriveTrainLayout_2, type SchemaDriver, type SchemaDriverBrandClubMembership, type SchemaDriverExperience, type SchemaDriverLicenseCode, type SchemaDriverLicenseCode_2, type SchemaDriverLicenseType, type SchemaDriverLicenseType_2, type SchemaDriverVehicle, type SchemaDriverVehicleExperience, type SchemaDriverVehicleUsage, type SchemaDrivingTimes, type SchemaDutyOfCareCheckupItem, type SchemaDutyOfCareKind, type SchemaDutyOfCareStatus, type SchemaEducationLevel, type SchemaEducationLevel_2, type SchemaElectricBatteryType, type SchemaElectricalBikeAssistance, type SchemaElectricalInstallationType, type SchemaElectricalInstallations, type SchemaElectronicStabilityControl, type SchemaEmailActionability, type SchemaEmailAggregateResponse, type SchemaEmailAnalysis, type SchemaEmailAnalysisResponse, type SchemaEmailAnalyzeByEmailIdCmd, type SchemaEmailConversation, type SchemaEmailModel, type SchemaEmailTriageClassification, type SchemaEmailTriageCmd, type SchemaEmailValidation, type SchemaEmission, type SchemaEmissionStandard, type SchemaEmployeeInformation, type SchemaEmployeeInformationQueryModel, type SchemaEmployees, type SchemaEmploymentType, type SchemaEnable_2faForMeParams, type SchemaEnergyCategory, type SchemaEngine, type SchemaEngineRotations, type SchemaEngineTorque, type SchemaEntityChanges, type SchemaEntityExtraction, type SchemaEntityKey, type SchemaEntityReference, type SchemaEnumSource, type SchemaEnumValue, type SchemaEnums, type SchemaEnumsResponse, type SchemaErrorDetail, type SchemaErrorEnum_401, type SchemaErrorMessages, type SchemaErrorResponse, type SchemaError_401, type SchemaError_403, type SchemaError_422, type SchemaError_429, type SchemaError_4Xx, type SchemaEstablishment, type SchemaEstablishmentQueryModel, type SchemaEuromexLegalPayload, type SchemaExcludedCoverage, type SchemaExhibitionActivity, type SchemaExistsReply, type SchemaExportActivity, type SchemaExportAdvisoryReportByIdParams, type SchemaExportAdvisoryReportCreateCmd, type SchemaExportOption, type SchemaExportsQueued, type SchemaExternalRef, type SchemaExternalRefCompany, type SchemaExternalRefsQueryModel, type SchemaExternalResponseFormatted, type SchemaExtraLegalBenefits, type SchemaExtractDocumentCmd, type SchemaExtractOneDocumentResponse, type SchemaExtractOnePoliciesDocumentResponse, type SchemaExtractSingularDocumentAsInsurancePolicyParams, type SchemaExtractSingularDocumentAsOfferParams, type SchemaExtractSingularDocumentEnqueueParams, type SchemaExtractSingularDocumentInsurancePoliciesEnqueueParams, type SchemaExtractSingularDocumentOffersEnqueueParams, type SchemaExtractSingularDocumentParams, type SchemaExtractSingularDocumentPartyEnqueueParams, type SchemaExtractThemeCmd, type SchemaExtractWebsiteThemeParams, type SchemaExtractedInsurancePolicy, type SchemaExtractedQuestionnaireFilters, type SchemaExtractedQuestionnaireRequest, type SchemaFacade, type SchemaFamilyPayloads, type SchemaFamilyReferenceQueryModel, type SchemaFamilyRiskObjectIdWithRevisionId, type SchemaFamilyStatus, type SchemaFamilyStatus_2, type SchemaFaqCreateCmd, type SchemaFaqItem, type SchemaFaqQueryModel, type SchemaFaqType, type SchemaFasterForwardDocumentUploadCmd, type SchemaFeatureItem, type SchemaFeedback, type SchemaFieldMapping, type SchemaFieldMappingManager, type SchemaFieldOperation, type SchemaFieldTransformer, type SchemaFinConnectLinkQueryModel, type SchemaFinancial, type SchemaFinancialInfo, type SchemaFinancialInstitution, type SchemaFinancing, type SchemaFinishingType, type SchemaFireSpecifications, type SchemaFlammableLiquids, type SchemaFleet, type SchemaFleetInfo, type SchemaFleetQueryModel, type SchemaFleetRiskObjectIdWithRevisionId, type SchemaFloatCalculationSpec, type SchemaFloor, type SchemaFlow, type SchemaFlowInfo, type SchemaFlowMailType, type SchemaFlowRequest, type SchemaFlowSessionQueryModel, type SchemaFlowSessionReference, type SchemaFlowSessionStatus, type SchemaFlowStatus, type SchemaFlowSubType, type SchemaFlowType, type SchemaFlowVersion, type SchemaFlowsError, type SchemaFlowsErrorType, type SchemaFlowsInfo, type SchemaFlowsModelsAnvaAnvaInsurancePackageInsurancePolicy, type SchemaFlowsModelsAnvaAnvaPartyBaseAddress, type SchemaFlowsModelsAnvaAnvaQuoteCoverage, type SchemaFlowsModelsAnvaAnvaQuoteDocument, type SchemaFlowsModelsAnvaAnvaQuotePossiblePackage, type SchemaFlowsModelsAnvaSendOfferMailCmdDocument, type SchemaFlowsModelsAnvaWarning, type SchemaFlowsModelsDiasDiasInsurancePackageInsurancePolicy, type SchemaFlowsModelsDiasDiasPartyBaseAddress, type SchemaFlowsModelsDiasDiasQuoteCoverage, type SchemaFlowsModelsDiasDiasQuotePossiblePackage, type SchemaFlowsModelsDiasDocument, type SchemaFlowsModelsDiasWarning, type SchemaFlowsModelsYellowhiveDocument, type SchemaFlowsModelsYellowhiveWarning, type SchemaFlowsModelsYellowhiveYellowHiveQuoteCoverage, type SchemaForecast, type SchemaForecastDataResponse, type SchemaFormattedExceptionModel, type SchemaFormulaInfo, type SchemaForwardCollisionWarning, type SchemaFoyerCar, type SchemaFoyerCarPayload, type SchemaFoyerDriver, type SchemaFranchise, type SchemaFranchiseLevel, type SchemaFranchiseQueryModel, type SchemaFranchiseType, type SchemaFrontPageCmd, type SchemaFrontPageQueryModel, type SchemaFrontalCrashProtection, type SchemaFrontalCrashProtectionDriver, type SchemaFrontalCrashProtectionPassenger, type SchemaFrontalCrashProtectionRear, type SchemaFsmaStatute, type SchemaFuel, type SchemaFuelCapacity, type SchemaFuelConsumption, type SchemaFullLeaseOfferQueryModel, type SchemaFunction, type SchemaFuneralPayloads, type SchemaFuneralPreference, type SchemaFuneralPreferenceQueryModel, type SchemaFuturePlans, type SchemaGender, type SchemaGeneral, type SchemaGenerateAboutUsCmd, type SchemaGenerateCompanyDescriptionCmd, type SchemaGenerateCompanyDescriptionParams, type SchemaGenerateCompanyDescriptionResponse, type SchemaGenerateCompanySettingsAboutUsParams, type SchemaGenerateDnsPrefixParams, type SchemaGenerateRecommendationParams, type SchemaGenerateRecommendationsByPartyIdParams, type SchemaGetAddressInfoPremiumResponse, type SchemaGetAdvisoryReportDiffResponse, type SchemaGetAutomobileBrandResponse, type SchemaGetAutomobileBrandsResponse, type SchemaGetAutomobileFactsResponse, type SchemaGetAutomobileSerieResponse, type SchemaGetAutomobileSeriesResponse, type SchemaGetAutomobileVersionResponse, type SchemaGetAutomobileVersionsResponse, type SchemaGetCarInsuranceInsightsParams, type SchemaGetCarPremiumResponse, type SchemaGetCityResponse, type SchemaGetCompanyMultiResponse, type SchemaGetCompanySingleResponse, type SchemaGetDirectorMultiResponse, type SchemaGetNumberPlatePremiumResponse, type SchemaGetSearchAddressNewResponse, type SchemaGetStreetResponse, type SchemaGetVinPremiumResponse, type SchemaGiveSelectedProductsFeedbackParams, type SchemaGuarantee, type SchemaGuaranteeBase, type SchemaGuaranteeContent, type SchemaGuaranteeMatchingScores, type SchemaGuaranteeModification, type SchemaGuaranteeTag, type SchemaHandleCalculateAnvaQuotesForConversationParams, type SchemaHandleCalculateOneAnvaQuoteForConversationParams, type SchemaHandleCalculateOneDiasQuoteForConversationParams, type SchemaHandleCalculateOneYellowhiveQuoteForConversationParams, type SchemaHandleCreateAnvaPartyParams, type SchemaHandleCreateDiasPartyParams, type SchemaHandleCreateDocumentFromQuestionnaireParams, type SchemaHandleCreateYellowhiveContactPersonParams, type SchemaHandleGenerateQuestionsToPrefillByCarParams, type SchemaHandleImportAnvaProductsParams, type SchemaHandleImportDiasProductsParams, type SchemaHandleMarkSessionCompletedParams, type SchemaHandleQueueCalculateAnvaQuotesForConversationParams, type SchemaHandleQueueCalculateDiasQuotesForConversationParams, type SchemaHandleQueueCalculateYellowhiveQuotesForConversationParams, type SchemaHandleQueueSendCustomQuotesToAnvaParams, type SchemaHandleQuoteCalculationV2ExtraParams, type SchemaHandleQuoteMailSendParams, type SchemaHandleQuoteSaveParams, type SchemaHandleRecalculateAnvaSimulationParams, type SchemaHandleRecalculateDiasSimulationParams, type SchemaHandleRecalculateYellowhiveSimulationParams, type SchemaHandleRetrieveConversationReportPdfBySessionIdParams, type SchemaHandleRetrieveProductsV2Params, type SchemaHandleSendOfferMailParams, type SchemaHandleSetAskLaterQuestionIdsParams, type SchemaHandleUpdateAllAnvaQuestionnaireQuestionsByAnvaLabelParams, type SchemaHandleUpdateAnvaPartyParams, type SchemaHandleUpdateAnvaProductCoverageParams, type SchemaHandleUpdateAnvaProductsParams, type SchemaHandleUpdateAnvaQuestionnairesByProductIdParams, type SchemaHandleUpdateDiasQuestionnairesByProductIdParams, type SchemaHandleUpdateDiasflowsProductByIdParams, type SchemaHandleUpdateDiasflowsProductCoverageByIdParams, type SchemaHandleUpdateSessionParams, type SchemaHandleUpdateYellowhiveQuestionnairesByProductIdParams, type SchemaHandleUpsertAnvaClosingQuestionsParams, type SchemaHandleUpsertSupportedAnvaflowsTagParams, type SchemaHandleValidateAnvaQuestionnairesByProductIdParams, type SchemaHandleValidateDiasQuestionnairesByProductIdParams, type SchemaHandleValidateYellowhiveQuestionnairesByProductIdParams, type SchemaHazardLevel, type SchemaHeaders, type SchemaHeatingType, type SchemaHighSpeedAutomaticEmergencyBraking, type SchemaHobbies, type SchemaHolderState, type SchemaHomeAge, type SchemaHomeEvaluationType, type SchemaHomeNlPayloads, type SchemaHomePayloads, type SchemaHomeToWorkDistance, type SchemaHomeToWorkDistance_2, type SchemaHp, type SchemaHttpMethod, type SchemaIbanValidation, type SchemaIdIntResponse, type SchemaIdentificationTypes, type SchemaIdentificationTypes_2, type SchemaImpactTime, type SchemaImpactTime_2, type SchemaImportActivity, type SchemaImportPartyError, type SchemaImportPartyResponse, type SchemaIncomeData, type SchemaInformationRequirementSheetSpecification, type SchemaInputType, type SchemaInsurance, type SchemaInsuranceCarrierType, type SchemaInsuranceCarrierType_2, type SchemaInsuranceCompanyRetrieveResponse, type SchemaInsuranceCompanyTag, type SchemaInsuranceCompanyTag_2, type SchemaInsuranceContent, type SchemaInsuranceExtended, type SchemaInsuranceFsma, type SchemaInsuranceHistory, type SchemaInsuranceModuleExportQueryModel, type SchemaInsuranceModuleExportType, type SchemaInsurancePoliciesQueryModel, type SchemaInsurancePolicyCreateCmd, type SchemaInsurancePolicyCreateType, type SchemaInsurancePolicyDocumentCmd, type SchemaInsurancePolicyDocumentQueryModel, type SchemaInsurancePolicyDocumentType, type SchemaInsurancePolicyEntity, type SchemaInsurancePolicyLinkCmd, type SchemaInsurancePolicyLinkQueryModel, type SchemaInsurancePolicyQueryModel, type SchemaInsurancePolicySimulationSendRequest, type SchemaInsurancePolicySimulationType, type SchemaInsurancePolicySimulationUpsertCmd, type SchemaInsurancePolicyStatus, type SchemaInsurancePolicyType, type SchemaInsurancePolicyType_2, type SchemaInsuranceProduct, type SchemaInsuranceProductAdvices, type SchemaInsuranceProductByDistributionUpdateCmd, type SchemaInsuranceProductClauseCreateCmd, type SchemaInsuranceProductClauseUpdateCmd, type SchemaInsuranceProductClausesQueryModel, type SchemaInsuranceProductEntity, type SchemaInsuranceProductQueryModel, type SchemaInsuranceProductRecommendation, type SchemaInsuranceProductRecommendationPatchCmd, type SchemaInsuranceProductsQueryModel, type SchemaInsuranceTerminationReasonType, type SchemaInsuranceTerminationReasonType_2, type SchemaInsuranceType, type SchemaInsuranceType_2, type SchemaInsuredContentValue, type SchemaInsuredValue, type SchemaInventoryCheckupItem, type SchemaInviteCustomersToPartyParams, type SchemaInviteUsersToDistributionParams, type SchemaInvoice, type SchemaInvoiceQueryModel, type SchemaInvoicesQueryModel, type SchemaIsBurglarProof, type SchemaItServices, type SchemaItem, type SchemaJob, type SchemaJobQueuedResponse, type SchemaJobResult, type SchemaJobResultType, type SchemaJobStatus, type SchemaJointIndustrialCommittee, type SchemaJointIndustrialCommitteeQueryModel, type SchemaJsonRpcError, type SchemaJsonRpcReply, type SchemaKey, type SchemaKeys, type SchemaKind, type SchemaKmPerYear, type SchemaKmPerYear_2, type SchemaKw, type SchemaLabelValueCount, type SchemaLabeledItems, type SchemaLaneCenteringAssist, type SchemaLaneDepartureWarning, type SchemaLaneKeepingAssistance, type SchemaLanguage, type SchemaLanguageCodes, type SchemaLarLegalPayload, type SchemaLastAnswer, type SchemaLateralCrashProtection, type SchemaLateralCrashProtectionDriver, type SchemaLateralCrashProtectionPassenger, type SchemaLateralCrashProtectionRear, type SchemaLeadCampaignQueryModel, type SchemaLeadDocumentQueryModel, type SchemaLeadDocumentType, type SchemaLeadProviderQueryModel, type SchemaLeadProviderResponse, type SchemaLeadProvidersResponse, type SchemaLeadReferenceQueryModel, type SchemaLeadRetrieveReply, type SchemaLeadStatus, type SchemaLeadTransferPayload, type SchemaLeaseOfferDocumentQueryModel, type SchemaLeaseOfferDocumentType, type SchemaLeaseOfferType, type SchemaLeaseType, type SchemaLeaseType_2, type SchemaLegalAid, type SchemaLegalForm, type SchemaLegalForm_2, type SchemaLegalPayloads, type SchemaLegalReferenceQueryModel, type SchemaLegalRiskObjectIdWithRevisionId, type SchemaLength, type SchemaLengthUnit, type SchemaLez, type SchemaLezCity, type SchemaLezPass, type SchemaLezYears, type SchemaLiabilityInfo, type SchemaLiabilityType, type SchemaLiabilityType_2, type SchemaLicense, type SchemaLicensePlateType, type SchemaLicensePlateType_2, type SchemaLink, type SchemaLinkPartyToUserCmd, type SchemaLinkPartyToUserCmdItem, type SchemaLinkPartyToUserParams, type SchemaLinkedCompany, type SchemaLinkedCompanyQueryModel, type SchemaLivingRoomSize, type SchemaLocalisationPatchCmd, type SchemaLocalization, type SchemaLocalized, type SchemaLowerCaseCountryCodes, type SchemaLowerCaseLanguageCodes, type SchemaMachineAcquisitionType, type SchemaMachineDelivery, type SchemaMailEvent, type SchemaMainBuilding, type SchemaMainBuildingType, type SchemaManagement, type SchemaManagementFuturePlans, type SchemaManagementQueryModel, type SchemaMarkSessionAsCompletedModel, type SchemaMarkSessionAsCompletedResponse, type SchemaMaxLoadWeight, type SchemaMaxRoofLoad, type SchemaMaxSpeed, type SchemaMaxVolumeTrunk, type SchemaMaxWeight, type SchemaMembership, type SchemaMercuryModelsAnvaListItem, type SchemaMercuryModelsAssuDocumentUploadCmd, type SchemaMercuryModelsFasterforwardDocumentUploadCmd, type SchemaMercuryModelsFasterforwardFasterForwardSearchRelations, type SchemaMercuryModelsFasterforwardFasterForwardSearchRelationsFasterForwardSearchRelations, type SchemaMercuryModelsFasterforwardListItem, type SchemaMercuryModelsFasterforwardTaskCmd, type SchemaMercuryModelsFasterforwardTaskPriority, type SchemaMercuryModelsMDiasTaskCmd, type SchemaMercuryModelsMDiasTaskPriority, type SchemaMergePartiesIntoPartyByIdParams, type SchemaMetadata, type SchemaMicrosoftOutlookMailFolder, type SchemaMicrosoftOutlookMailFolders, type SchemaMimeType, type SchemaMinVolumeTrunk, type SchemaMinimalBicycle, type SchemaMinimalBoat, type SchemaMinimalCar, type SchemaMinimalClaim, type SchemaMinimalCoverageQueryModel, type SchemaMinimalCustomerPartyQueryModel, type SchemaMinimalCustomerPartyQueryModels, type SchemaMinimalDutyOfCareItem, type SchemaMinimalFamily, type SchemaMinimalFleet, type SchemaMinimalInsurancePolicy, type SchemaMinimalInsurancePolicyQueryModel, type SchemaMinimalInventorySummary, type SchemaMinimalInvoice, type SchemaMinimalLegal, type SchemaMinimalMiscellaneous, type SchemaMinimalOfferQueryModel, type SchemaMinimalPartyGroup, type SchemaMinimalPartyQueryModel, type SchemaMinimalPolicyPackage, type SchemaMinimalResidence, type SchemaMinimalRiskObject, type SchemaMinimalRiskObjects, type SchemaMinimalSemiTrailer, type SchemaMinimalTeacher, type SchemaMinimalTrailer, type SchemaMinimalTwoWheeler, type SchemaMinimalUser, type SchemaMinimalUserQueryModels, type SchemaMiscellaneous, type SchemaMiscellaneousRiskObjectIdWithRevisionId, type SchemaMortgage, type SchemaMostImportantItems, type SchemaMostImportantItems_2, type SchemaMotorType, type SchemaMotorType_2, type SchemaMotorcycleInterests, type SchemaMotorcycleInterests_2, type SchemaMultiAffiliationInfoQueryModel, type SchemaMultiAffiliationQueryModel, type SchemaMultiAnvaAdnCoverageQueryModel, type SchemaMultiAnvaClosingQuestionQueryModel, type SchemaMultiAnvaCoverageQueryModel, type SchemaMultiAnvaInsuranceCompanyQueryModel, type SchemaMultiAnvaInsuranceQueryModel, type SchemaMultiAnvaLabelQueryModel, type SchemaMultiAnvaProductQueryModel, type SchemaMultiAnvaQuestionByAnvaLabelUpdateCmd, type SchemaMultiAnvaTagQueryModel, type SchemaMultiBrokerQueryModel, type SchemaMultiDiasAfdBranchQueryModel, type SchemaMultiDiasInsuranceQueryModel, type SchemaMultiDiasPartySaluationQueryModel, type SchemaMultiDiasPartyTitleQueryModel, type SchemaMultiDiasProductQueryModel, type SchemaMultiDiasProductSearchQueryModel, type SchemaMultiFlowSessionItemQueryModel, type SchemaMultiFlowSessionQueryModel, type SchemaMultiLeaseOfferQueryModel, type SchemaMultiOfferQueryModel, type SchemaMultiPartyQueryModel, type SchemaMultiQuoteBeSession, type SchemaMultiQuoteNlSession, type SchemaMultiYellowHiveCoverageQueryModel, type SchemaMultiYellowHiveInsuranceQueryModel, type SchemaMultiYellowHiveProductQueryModel, type SchemaNationalIdentificationNumberValidation, type SchemaNatsError, type SchemaNextActionItem, type SchemaNextActionSource, type SchemaNextActionType, type SchemaNotice, type SchemaNumberPlateInfo, type SchemaNumberPlatePremiumResponse, type SchemaOccupationType, type SchemaOfferCampaignQueryModel, type SchemaOfferCreateCmdV2, type SchemaOfferCreateResponse, type SchemaOfferCreateRevisionCmd, type SchemaOfferPatchBulkCmd, type SchemaOfferPayment, type SchemaOfferRejectionCancellationReason, type SchemaOfferRequestForInsuranceCompanyCreateCmd, type SchemaOfferRequestForInsuranceCompanyInsuranceProductItem, type SchemaOfferRequestForInsuranceCompanyItem, type SchemaOfferRequestForInsuranceCompanyItemWithId, type SchemaOfferRequestForInsuranceCompanyParty, type SchemaOfferRevisionDocument, type SchemaOfferRevisionDocumentType, type SchemaOfferRevisionPatchCmd, type SchemaOfferRevisionQueryModel, type SchemaOfferRevisionReferenceQueryModel, type SchemaOfferStatus, type SchemaOfferWarning, type SchemaOmniumFormula, type SchemaOmniumFormulaByName, type SchemaOmniumFormulaByName_2, type SchemaOmniumFormula_2, type SchemaOnesuranceActionType, type SchemaOnesuranceAdviceLevel, type SchemaOnesuranceAdviceType, type SchemaOnesuranceExplanationData, type SchemaOnesurancePartyData, type SchemaOnesuranceProduct, type SchemaOnesuranceQuickFeedback, type SchemaOnesuranceRecommendationType, type SchemaOnesuranceRelationDetails, type SchemaOpenClaimsCheckupItem, type SchemaOptimcoCar, type SchemaOptimcoCarPayload, type SchemaOptimcoDriver, type SchemaOptimcoFamilyPayload, type SchemaOptions, type SchemaOrderInsurancePolicyForAdvisoryReportRevisionParams, type SchemaOrigin, type SchemaOtherSafetySystems, type SchemaOutlook, type SchemaOutlookConnectionDetails, type SchemaOutlookEmail, type SchemaOutlookEmailItem, type SchemaOutlookEmails, type SchemaOutlookMailHeader, type SchemaOutlookMailRecepient, type SchemaOverdueInvoicesCheckupItem, type SchemaOverrideInsuranceProductRecommendationParams, type SchemaOverridePreventionAdviceRecommendationParams, type SchemaPackagesToProposeCheckupItem, type SchemaPaginatedInsuranceCompanyResponse, type SchemaPaginatedLeadReply, type SchemaPaginatedOffersResponse, type SchemaPaginatedOffersV2Response, type SchemaPagination, type SchemaParcelData, type SchemaPartiesQueryModel, type SchemaPartiesQueryModelItem, type SchemaPartiesSearchCmd, type SchemaPartiesSearchItem, type SchemaPartiesSearchResponse, type SchemaPartyAddresses, type SchemaPartyAssigneesUpdateCmd, type SchemaPartyCheckupResponse, type SchemaPartyComplianceType, type SchemaPartyConversationNotes, type SchemaPartyCurrentAccountInsightsQueryModel, type SchemaPartyDocument, type SchemaPartyDocumentQueryModel, type SchemaPartyDocumentType, type SchemaPartyDocumentUpload, type SchemaPartyDocuments, type SchemaPartyEntity, type SchemaPartyExternalRefsCreateCmd, type SchemaPartyExternalRefsQueryModel, type SchemaPartyGroupCustomerQueryModel, type SchemaPartyGroupReferenceQueryModel, type SchemaPartyGroupRiskObjectIdWithRevisionId, type SchemaPartyInvite, type SchemaPartyKycItem, type SchemaPartyKycQueryModel, type SchemaPartyLink, type SchemaPartyLinkQueryModel, type SchemaPartyLogoCmd, type SchemaPartyLogoQueryModel, type SchemaPartyMergeCmd, type SchemaPartyNoteCmd, type SchemaPartyOnesuranceAction, type SchemaPartyOnesuranceAdvice, type SchemaPartyOnesuranceRecommendation, type SchemaPartyOnesuranceRecommendations, type SchemaPartyOriginFilter, type SchemaPartyOriginFilterItem, type SchemaPartyPatchCmd, type SchemaPartyPreferences, type SchemaPartyPreferencesQueryModel, type SchemaPartyQueryModel, type SchemaPartyRelation, type SchemaPartyRelationCreateCmd, type SchemaPartyRelationQueryModel, type SchemaPartyRelationType, type SchemaPartyRelationType_2, type SchemaPartySocialLinks, type SchemaPartyStatus, type SchemaPartyStatus_2, type SchemaPartyTransferPayload, type SchemaPartyWithMetadata, type SchemaPaymentInterval, type SchemaPaymentIntervalLowerCaseValues, type SchemaPaymentInterval_2, type SchemaPaymentMethod, type SchemaPaymentMethod_2, type SchemaPaymentStatus, type SchemaPedestrianDetection, type SchemaPendingUpgradesReply, type SchemaPerformance, type SchemaPeriodicCash, type SchemaPermittedTowbarDownload, type SchemaPermittedTrailerLoadWithoutBrakes, type SchemaPersonalizedAdvice, type SchemaPersonalizedAdviceResponse, type SchemaPersonnelDetails, type SchemaPhysicalProperties, type SchemaPiaContractConversionStatus, type SchemaPlanQueryModel, type SchemaPlanStatus, type SchemaPlansReply, type SchemaPnpCar, type SchemaPnpCarPayload, type SchemaPnpDriver, type SchemaPnpFamilyPayload, type SchemaPnpHome, type SchemaPnpHomePayload, type SchemaPoliciesToProposeCheckupItem, type SchemaPolicyDocumentType, type SchemaPolicyHolderRelation, type SchemaPolicyHolderRelation_2, type SchemaPolicyPackageCreateCmd, type SchemaPolicyPackageEntity, type SchemaPolicyPackageQueryModel, type SchemaPolicyPackagesQueryModel, type SchemaPossibleInsuranceProductQueryModel, type SchemaPossibleInsuranceProductsQueryModel, type SchemaPostInsuranceTermsChatFeedbackParams, type SchemaPostInsuranceTermsChatParams, type SchemaPostInsuranceTermsComparisonParams, type SchemaPreferredWayOfContact, type SchemaPremium, type SchemaPremiumQueryModel, type SchemaPreventAdvice, type SchemaPreventionAdvice, type SchemaPreventionAdviceDistributionUpdateCmd, type SchemaPreventionAdviceQueryModel, type SchemaPreventionAdviceRecommendation, type SchemaPreventionAdviceRecommendationPatchCmd, type SchemaPreventionMeasure, type SchemaPreventionPlan, type SchemaPrice, type SchemaPriceQualityRatio, type SchemaPriceRange, type SchemaPriorityTag, type SchemaProductInfo, type SchemaProductV2, type SchemaProductsFilterSort, type SchemaProductsGroupBy, type SchemaProductsV2Filter, type SchemaProductsV2Response, type SchemaProfession, type SchemaProfileaseLeaseRate, type SchemaProfileaseLeaseResidual, type SchemaProfileaseLeaseType, type SchemaProfileaseQuote, type SchemaPromotion, type SchemaPromotionCriteria, type SchemaPromotionModifications, type SchemaPromotionQueryModel, type SchemaPropertyType, type SchemaProspectCreationResponse, type SchemaProspectReferenceQueryModel, type SchemaProspectType, type SchemaProvenanceDocumentReference, type SchemaPublicConnectionQueryModel, type SchemaPublicConnectionsQueryModel, type SchemaPublicDistributionConnectionQueryModel, type SchemaQuestion, type SchemaQuestionGroup, type SchemaQuestionUpdateCmd, type SchemaQuestionnaire, type SchemaQuote, type SchemaQuoteDetails, type SchemaQuoteExport, type SchemaQuoteExportRequest, type SchemaQuoteExportResponse, type SchemaQuoteMailSendRequest, type SchemaQuoteMailSendResponse, type SchemaQuoteReferenceQueryModel, type SchemaQuoteRequestV2Base, type SchemaQuoteResponse, type SchemaQuoteResponseV2, type SchemaQuoteSpecification, type SchemaQuoteStatus, type SchemaRateLimitErrorMsgEnum, type SchemaRearAutomaticEmergencyBraking, type SchemaRearCrossTrafficWarning, type SchemaRecalculateAnvaQuoteRequest, type SchemaRecalculateAnvaSimulationCmd, type SchemaRecalculateDiasQuoteRequest, type SchemaRecalculateDiasSimulationCmd, type SchemaRecalculateYellowHiveQuoteRequest, type SchemaRecalculateYellowHiveSimulationCmd, type SchemaRecommendation, type SchemaRecommendationLevel, type SchemaRecommendationReferenceQueryModel, type SchemaRecommendationsBaseCreateCmd, type SchemaRecommendationsCreateCmd, type SchemaRecommendationsQueryModel, type SchemaRecommendationsV2CreateCmd, type SchemaReconstructionValueDefinedType, type SchemaReference, type SchemaRegex, type SchemaRegistration, type SchemaRelations, type SchemaRentOutTerm, type SchemaRepairCosts, type SchemaReportRevisionStatus, type SchemaReportRevisionStatusSubset, type SchemaResidenceBuildingType, type SchemaResidenceComplianceType, type SchemaResidenceFloodType, type SchemaResidenceMonumentType, type SchemaResidencePreferences, type SchemaResidenceReferenceQueryModel, type SchemaResidenceRiskObjectIdWithRevisionId, type SchemaResidenceTheftProtection, type SchemaResidenceUsage, type SchemaRestrictiveAddress, type SchemaRestrictiveCar, type SchemaRestrictiveDriveAssistanceSystem, type SchemaRestrictiveDriver, type SchemaRetrieveAdvisoryReportFrontPageStandalonePdfParams, type SchemaRetrieveFlowResponse, type SchemaRetrieveQuestionnaireResponse, type SchemaRetrieveQuotesBatchResponse, type SchemaRetrieveQuotesExportsResponse, type SchemaRetrieveQuotesInsightsResponse, type SchemaRideHeight, type SchemaRiskAddress, type SchemaRiskAnalysisSubjects, type SchemaRiskData, type SchemaRiskDomain, type SchemaRiskDomainActionQueryModel, type SchemaRiskDomainAdviceQueryModel, type SchemaRiskDomainDistributionUpdateCmd, type SchemaRiskDomainQueryModel, type SchemaRiskDomainsQueryModel, type SchemaRiskObject, type SchemaRiskObjectCarType, type SchemaRiskObjectCarType_2, type SchemaRiskObjectComplianceItem, type SchemaRiskObjectComplianceQueryModel, type SchemaRiskObjectCreationError, type SchemaRiskObjectCreationResponse, type SchemaRiskObjectEntity, type SchemaRiskObjectExternalRefsCreateCmd, type SchemaRiskObjectExternalRefsQueryModel, type SchemaRiskObjectFamilyType, type SchemaRiskObjectInFleet, type SchemaRiskObjectLegalType, type SchemaRiskObjectPartyGroupType, type SchemaRiskObjectPartyRelation, type SchemaRiskObjectReferenceQueryModel, type SchemaRiskObjectRelationCreateCmd, type SchemaRiskObjectRelationQueryModel, type SchemaRiskObjectRelationUpdateCmd, type SchemaRiskObjectResidenceType, type SchemaRiskObjectRevisionIds, type SchemaRiskObjectRevisions, type SchemaRiskObjectTeacherType, type SchemaRiskObjectTwoWheelerType, type SchemaRiskObjectType, type SchemaRiskObjectType_2, type SchemaRiskObjectsWithRevision, type SchemaRizivConventionStatus, type SchemaRizivConventionStatus_2, type SchemaRizivMember, type SchemaRoleFilter, type SchemaRoleFilterType, type SchemaRollingWorkEquipmentType, type SchemaRollingWorkEquipmentType_2, type SchemaRoofConstructionType, type SchemaRoofTypes, type SchemaRooms, type SchemaRules, type SchemaSafety, type SchemaSafetyFeatureOption, type SchemaSafetyStickCar, type SchemaSafetyStickCarPayload, type SchemaSafetyStickDriver, type SchemaSalaryCoefficient, type SchemaSalaryCoefficient_2, type SchemaSatelliteProtection, type SchemaSatelliteProtectionSystem, type SchemaSatelliteProtectionSystem_2, type SchemaSavingTypes, type SchemaSavingTypes_2, type SchemaSearchAddress, type SchemaSearchPartiesParams, type SchemaSection, type SchemaSecurityMeasure, type SchemaSelectedRecommendationsFeedback, type SchemaSemiTrailerRiskObjectIdWithRevisionId, type SchemaSemiTrailerType, type SchemaSendAdvisoryReportRevisionMailParams, type SchemaSendMailForSimulationParams, type SchemaSendOfferMailCmd, type SchemaSendOfferMailResponse, type SchemaSentimentType, type SchemaSeries, type SchemaSeriesSortContext, type SchemaServerError, type SchemaServerErrorMsgEnum, type SchemaSessionCompletedRemarks, type SchemaSessionReport, type SchemaShareholder, type SchemaShareholderQueryModel, type SchemaSignatureBox, type SchemaSiloCapacity, type SchemaSingleAffiliationQueryModel, type SchemaSingleAuditDetailQueryModel, type SchemaSingleAuditQueryModel, type SchemaSingleUserQueryModel, type SchemaSingularityJobQueuedResponse, type SchemaSingularityJobResultBase, type SchemaSingularityModelsDocumentExtractorCmdLink, type SchemaSingularityModelsPartyCheckupLink, type SchemaSmtCompany, type SchemaSocialLinks, type SchemaSort, type SchemaSourceInfo, type SchemaSpeedAssistance, type SchemaSplitCost, type SchemaSportHobbies, type SchemaSportHobbies_2, type SchemaStateOfChildren, type SchemaStateOfChildren_2, type SchemaStatus, type SchemaStatusReply, type SchemaStatusResponse, type SchemaSteeringPosition, type SchemaSteeringPosition_2, type SchemaStorageSecurity, type SchemaStorageSecurity_2, type SchemaStreet, type SchemaStringCalculationSpec, type SchemaSubcity, type SchemaSubjectToVat, type SchemaSubjectToVat_2, type SchemaSupplierType, type SchemaSupplierType_2, type SchemaSupportedFileTypesResponse, type SchemaSupportedProFlowCountryCodes, type SchemaSurveillanceEquipmentType, type SchemaSwimmingPoolType, type SchemaSwitchCandidatesCheckupItem, type SchemaSymbol, type SchemaTableColumn, type SchemaTableRules, type SchemaTag, type SchemaTagContentItem, type SchemaTankLocationType, type SchemaTax, type SchemaTaxBaseBe, type SchemaTaxField, type SchemaTaxPaymentDetails, type SchemaTaxPaymentTime, type SchemaTeacherRiskObjectIdWithRevisionId, type SchemaTeams, type SchemaTechnicalEquipmentType, type SchemaTechniekNederlandTypeOfCompany, type SchemaTechniekNederlandTypeOfCompanySpecification, type SchemaTechniekNederlandTypeOfCompanySpecification_2, type SchemaTechniekNederlandTypeOfCompany_2, type SchemaTelephonenrCategory, type SchemaTelephonenrCategory_2, type SchemaTheftFormulas, type SchemaTheftFormulas_2, type SchemaTheme, type SchemaThemes, type SchemaThirdPartyActivity, type SchemaThirdPartyConstructionWorkInsuranceType, type SchemaThirdPartyConstructionWorkInsuranceType_2, type SchemaTitleAndMessageResponse, type SchemaTokenReply, type SchemaToolkitAccountCreateCmd, type SchemaToolkitBrokerCreateCmd, type SchemaToolkitBrokerCreationResponse, type SchemaToolkitLicenseType, type SchemaTrailerRiskObjectIdWithRevisionId, type SchemaTrailerTonnageCategory, type SchemaTrailerType, type SchemaTrailerType_2, type SchemaTransferCandidatesCheckupItem, type SchemaTransferLeadByIdParams, type SchemaTransferPartyByIdParams, type SchemaTransmissionType, type SchemaTransmissionType_2, type SchemaTransportInfo, type SchemaTravelMethods, type SchemaTravelMethods_2, type SchemaTravelsAYear, type SchemaTravelsAYear_2, type SchemaTriageEmailParams, type SchemaTriageResponse, type SchemaTrialOnboarding, type SchemaTrinityHandlersNatsOnboardingModelsUserIdResponse, type SchemaTrinityModelsUserAccountCreateCmdBroker, type SchemaTrinityModelsUserAccountCreateCmdDistribution, type SchemaTrinityModelsUserAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserToolkitAccountCreateCmdBroker, type SchemaTrinityModelsUserToolkitAccountCreateCmdDistribution, type SchemaTrinityModelsUserToolkitAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserTrialOnboardingDistribution, type SchemaTrinityModelsUserTrialOnboardingUserOVerwrite, type SchemaTruckDestination, type SchemaTruckDestination_2, type SchemaTurnover, type SchemaTwoFactorCreateCmd, type SchemaTwoFactorDisableCmd, type SchemaTwoFactorResponse, type SchemaTwoWheelerCategories, type SchemaTwoWheelerReferenceQueryModel, type SchemaTwoWheelerRiskObjectIdWithRevisionId, type SchemaTwoWheelerVehicleType, type SchemaTypeOfWork, type SchemaTypeOfWork_2, type SchemaTypedKeys, type SchemaUnitOfLength, type SchemaUnitOfLength_2, type SchemaUpdateAdvicesByInsuranceProductInDistributionParams, type SchemaUpdateAdvisoryReportAcceptanceByIdParams, type SchemaUpdateAdvisoryReportMetadataByIdParams, type SchemaUpdateAnvaPartyCompanyCmd, type SchemaUpdateAnvaPartyCustomerCmd, type SchemaUpdateBicycleRiskObjectByIdV2Params, type SchemaUpdateBoatRiskObjectByIdV2Params, type SchemaUpdateBrokerByIdParams, type SchemaUpdateBrokerConnectionByKeyParams, type SchemaUpdateCampaignAssistantAvatarCmd, type SchemaUpdateCampaignByIdParams, type SchemaUpdateCampaignCmd, type SchemaUpdateCampaignLogoCmd, type SchemaUpdateCarRiskObjectByIdV2Params, type SchemaUpdateCustomThemeAsDistributionParams, type SchemaUpdateDistributionConnectionByKeyParams, type SchemaUpdateDocumentByPartyIdParams, type SchemaUpdateFamilyRiskObjectByIdV2Params, type SchemaUpdateInsuranceProductClauseParams, type SchemaUpdateInsuranceProductInDistributionParams, type SchemaUpdateIntegrationsByBrokerIdParams, type SchemaUpdateLegalRiskObjectByIdV2Params, type SchemaUpdateMeUserByIdParams, type SchemaUpdateMiscellaneousRiskObjectByIdV2Params, type SchemaUpdateOfferRevisionParams, type SchemaUpdateOffersInBulkParams, type SchemaUpdatePartyActivityParams, type SchemaUpdatePartyAssigneesParams, type SchemaUpdatePartyByIdParams, type SchemaUpdatePartyGroupRiskObjectByIdV2Params, type SchemaUpdatePartyNoteByIdParams, type SchemaUpdatePasswordCmd, type SchemaUpdatePasswordForUserByUserIdParams, type SchemaUpdatePreventionAdviceInDistributionParams, type SchemaUpdateRelationByIdParams, type SchemaUpdateResidenceRiskObjectByIdV2Params, type SchemaUpdateRiskDomainActionFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainAdviceFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainInDistributionParams, type SchemaUpdateRiskObjectRelationByIdParams, type SchemaUpdateSemiTrailerRiskObjectByIdV2Params, type SchemaUpdateSessionCmd, type SchemaUpdateSettingsByDistributionIdParams, type SchemaUpdateTrailerRiskObjectByIdV2Params, type SchemaUpdateTwoWheelerRiskObjectByIdV2Params, type SchemaUpdateUspByIdParams, type SchemaUpdatedRiskObjectRevisionReply, type SchemaUploadDocumentPatchCmd, type SchemaUploadDocumentsInAnvaParams, type SchemaUploadDocumentsInAssuParams, type SchemaUploadDocumentsInFasterforwardParams, type SchemaUploadSignedUrlResponse, type SchemaUpsertActionFromAdviceInAdvisoryReportRevisionParams, type SchemaUpsertFaqItemParams, type SchemaUpsertInsurancePolicyForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicyPackageForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicySimulationForPartyParams, type SchemaUpsertPolicyPackageByPartyParams, type SchemaUserMeUpdateCmd, type SchemaUserRole, type SchemaValidator, type SchemaValuableItem, type SchemaValueUnitInt, type SchemaValueUnitStr, type SchemaVatType, type SchemaVatType_2, type SchemaVehicleRegistrationDateType, type SchemaVehicleRegistrationPlateValidation, type SchemaVehicleSearch, type SchemaVerifyIfADistributionExistsByCompanyRegistrationParams, type SchemaVerifyIfADistributionExistsByNameParams, type SchemaVerifyIfAUserExistsByEmailParams, type SchemaVersion, type SchemaVersionSortContext, type SchemaVillasureHomePayload, type SchemaVinInfo, type SchemaVinPremiumResponse, type SchemaViviumCar, type SchemaViviumCarPayload, type SchemaViviumDriver, type SchemaViviumFamilyPayload, type SchemaViviumHome, type SchemaViviumHomePayload, type SchemaVoltage, type SchemaWageBill, type SchemaWarningMsg, type SchemaWarranyOptions, type SchemaWarranyOptions_2, type SchemaWeightEmpty, type SchemaWgBeApiAddressModelsAddressAddress, type SchemaWgBeApiAddressModelsAddressInformationV2Company, type SchemaWgBeApiAddressModelsAddressInformationV2Link, type SchemaWgBeApiAddressModelsPersonsDirectorsCompany, type SchemaWgBeApiAddressModelsVatCompanyActivity, type SchemaWgBeApiAddressModelsVatCompanyAssetInfo, type SchemaWgBeApiAddressModelsVatCompanyContactPerson, type SchemaWgBeApiAddressModelsVatCompanyFleetInfo, type SchemaWgBeApiAddressModelsVatCompanyLink, type SchemaWgBeApiAddressModelsVatCompanyPersonnelDetails, type SchemaWgBeApiAddressModelsVatCompanyThirdPartyActivity, type SchemaWgBeApiAddressModelsVatCompanyTurnover, type SchemaWgBeApiAddressModelsVatCompanyWorkforce, type SchemaWgBeApiQuotesModelsBaseLocalization, type SchemaWgBeApiQuotesModelsBaseLocalization_2, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsCar, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsFamily, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsLegal, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsPartyGroup, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsResidence, type SchemaWgPyModelsComplexAddress, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoMachineDelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoPeriodicCash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoSiloCapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoMachinedelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoPeriodiccash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoSilocapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorksConstructionWorkDuration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworksConstructionworkduration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactPerson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactperson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFleetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalAid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalaid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyManagementFunction, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonnelDetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonneldetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdPartyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdpartyactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWageBill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWagebill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsAnnexAnnex, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverAssistanceSystemDriveAssistanceSystem, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverCarInsured, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriver, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsInsuranceHistoryInsuranceHistory, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsPersonPerson, type SchemaWgPyModelsDomainInsuranceInsurancesAedesAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzEnumsCarUsedFor, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesAragLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesArcesLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesAxaAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAxaCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsHolderState, type SchemaWgPyModelsDomainInsuranceInsurancesAxaFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesDasLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralParty, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralPartyGroup, type SchemaWgPyModelsDomainInsuranceInsurancesEuromexLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesLarLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesPnpFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesViviumCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesViviumFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumResidenceRooms, type SchemaWgPyModelsDomainInsuranceProspectCompany, type SchemaWgPyModelsDomainInsuranceProspectCompany_2, type SchemaWgPyModelsDomainInsuranceProspectCustomer, type SchemaWgPyModelsDomainInsuranceProspectCustomer_2, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferences, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferencesFuneralPreference, type SchemaWgPyModelsDomainInsuranceProspectPartypreferences, type SchemaWgPyModelsDomainInsuranceProspectPartypreferencesFuneralpreference, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesPartyExternalRefsQueryModel, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBicycleBicycle, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBoatBoat, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsCarCar, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsMiscMiscellaneous, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerSemiTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainInsuranceRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyPerson, type SchemaWgPyModelsDomainInsuranceRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceAnnexAnnex, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingFacade, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingMainBuilding, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidencePreferencesResidencePreferences, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceRoomsRooms, type SchemaWgPyModelsDomainInsuranceRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccident, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccidentStatement, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarInsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarinsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverbrandclubmembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleusage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainWegroupComplexAddress, type SchemaWgPyModelsDomainWegroupComplexAddress_2, type SchemaWgPyModelsDomainWegroupComplexCompanyRegistration, type SchemaWgPyModelsDomainWegroupComplexCompanyregistration, type SchemaWgPyModelsDomainWegroupComplexLocalization, type SchemaWgPyModelsDomainWegroupEnumsCarUsedFor, type SchemaWgPyModelsDomainWegroupEnumsClaimFreeYears, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsCurrency, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsGender, type SchemaWgPyModelsDomainWegroupEnumsHolderState, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes_2, type SchemaWgPyModelsDomainWegroupEnumsMiscellaneousType, type SchemaWgPyModelsDomainWegroupEnumsOfferRevisionDocumentType, type SchemaWgPyModelsDomainWegroupEnumsProfession, type SchemaWgPyModelsDomainWegroupEnumsProspectType, type SchemaWgPyModelsDomainWegroupEnumsProspectType_2, type SchemaWgPyModelsDomainWegroupRestResponsesStatusResponse, type SchemaWgPyModelsEnumsCoveragePeriod, type SchemaWgPyModelsEnumsCoverageperiod, type SchemaWgPyModelsNatsCompany, type SchemaWgPyModelsSmtReadInsuranceInsuranceProductQueryModelRiskDomain, type SchemaWgPyModelsSmtReadProspectExternalRefsQueryModel, type SchemaWgPyModelsSmtReadProspectManagementQueryModel, type SchemaWgPyModelsSmtReadProspectPartyDocumentQueryModel, type SchemaWgPyModelsSmtReadProspectPartyLogoQueryModel, type SchemaWgPyModelsUserCompany, type SchemaWgsdkQuotesCarEvaluationType, type SchemaWgsdkQuotesCountryCodes, type SchemaWgsdkSmtAccident, type SchemaWgsdkSmtAccidentStatement, type SchemaWgsdkSmtCarEvaluationType, type SchemaWgsdkSmtCountryCodes, type SchemaWgsdkSmtCoveragePeriod, type SchemaWgsdkSmtGender, type SchemaWgsdkSmtInsuranceHistory, type SchemaWgsdkSmtProfession, type SchemaWheelBase, type SchemaWheelBaseArray, type SchemaWheelRimSizeArray, type SchemaWheelRimsSize, type SchemaWheelSize, type SchemaWheelSizeArray, type SchemaWidth, type SchemaWindow, type SchemaWorkforce, type SchemaWorkforcePossibleDanger, type SchemaWorkingMethod, type SchemaYellowHiveCoverage, type SchemaYellowHiveInsurance, type SchemaYellowHiveInsurancePolicy, type SchemaYellowHiveProduct, type SchemaYellowHiveProductQuestionnaire, type SchemaYellowHiveProductQuestionnaireQueryModel, type SchemaYellowHiveProductQuestionnairesQueryModel, type SchemaYellowHiveProductQuestionnairesUpdateCmd, type SchemaYellowHiveProductQuestionnairesValidateCmd, type SchemaYellowHiveProductToInsurancePolicyLink, type SchemaYellowHiveProductsInConversationCmd, type SchemaYellowHiveQuote, type SchemaYellowHiveQuoteCalculationJob, type SchemaYellowHiveQuoteCalculationJobsQueuedResponse, type SeachStreetsByCityAndCountryQueryParams, type SeachStreetsByCityAndCountryResponse, type SearchAddressesByCountryQueryParams, type SearchAddressesByCountryResponse, type SearchAssuPartiesQueryParams, type SearchAssuPartiesResponse, type SearchCitiesByCountryQueryParams, type SearchCitiesByCountryResponse, type SearchDirectorsByFirstAndLastNameQueryParams, type SearchDirectorsByFirstAndLastNameResponse, type SearchEnterprisesByCountryQueryParams, type SearchEnterprisesByCountryResponse, type SearchFasterforwardPartiesQueryParams, type SearchFasterforwardPartiesResponse, type SearchPartiesBody, type SearchPartiesQueryParams, type SearchPartiesResponse, type SearchVehiclesBody, type SearchVehiclesQueryParams, type SearchVehiclesResponse, type SendAdvisoryReportAsMailBody, type SendAdvisoryReportAsMailPathParams, type SendAdvisoryReportAsMailQueryParams, type SendAdvisoryReportAsMailResponse, type SendAnvaInquiryAsCustomerBody, type SendAnvaInquiryAsCustomerResponse, type SendClaimToKeypointPathParams, type SendClaimToKeypointQueryParams, type SendClaimToKeypointResponse, type SendExampleCampaignTargetMailQueryParams, type SendExampleCampaignTargetMailResponse, type SendMailClaimReportByIdPathParams, type SendMailClaimReportByIdQueryParams, type SendMailClaimReportByIdResponse, type SendMailFollowupPageToCustomerPathParams, type SendMailFollowupPageToCustomerQueryParams, type SendMailFollowupPageToCustomerResponse, type SendMailForSimulationToPartyBody, type SendMailForSimulationToPartyPathParams, type SendMailForSimulationToPartyQueryParams, type SendMailForSimulationToPartyResponse, type SendOfferMailBySessionIdBody, type SendOfferMailBySessionIdPathParams, type SendOfferMailBySessionIdQueryParams, type SendOfferMailBySessionIdResponse, type SendOfferToAnvaBySessionIdPathParams, type SendOfferToAnvaBySessionIdQueryParams, type SendOfferToAnvaBySessionIdResponse, type SendPasswordResetToCustomerPathParams, type SendPasswordResetToCustomerResponse, type SendQuoteAsMailBody, type SendQuoteAsMailPathParams, type SendQuoteAsMailQueryParams, type SendQuoteAsMailResponse, type SetAskLaterQuestionsBody, type SetAskLaterQuestionsResponse, type TransferLeadToOtherDistributionBody, type TransferLeadToOtherDistributionPathParams, type TransferLeadToOtherDistributionQueryParams, type TransferLeadToOtherDistributionResponse, type TransferPartyToOtherDistributionBody, type TransferPartyToOtherDistributionPathParams, type TransferPartyToOtherDistributionQueryParams, type TransferPartyToOtherDistributionResponse, type TriageEmailBody, type TriageEmailResponse, type UnblockCustomerFromAccessingPartyPathParams, type UnblockCustomerFromAccessingPartyResponse, type UnlockClaimPathParams, type UnlockClaimQueryParams, type UnlockClaimResponse, type UpdateAdvisoryReportBody, type UpdateAdvisoryReportPathParams, type UpdateAdvisoryReportQueryParams, type UpdateAdvisoryReportResponse, type UpdateAnvaPartyViaConversationBody, type UpdateAnvaPartyViaConversationPathParams, type UpdateAnvaPartyViaConversationQueryParams, type UpdateAnvaPartyViaConversationResponse, type UpdateAnvaflowsQuestionnaireBody, type UpdateAnvaflowsQuestionnairePathParams, type UpdateAnvaflowsQuestionnaireQueryParams, type UpdateAnvaflowsQuestionnaireResponse, type UpdateBicycleRiskObjectBody, type UpdateBicycleRiskObjectPathParams, type UpdateBicycleRiskObjectQueryParams, type UpdateBicycleRiskObjectResponse, type UpdateBoatRiskObjectBody, type UpdateBoatRiskObjectPathParams, type UpdateBoatRiskObjectQueryParams, type UpdateBoatRiskObjectResponse, type UpdateBrokerByBrokerBody, type UpdateBrokerByBrokerPathParams, type UpdateBrokerByBrokerResponse, type UpdateBrokerConnectionByKeyBody, type UpdateBrokerConnectionByKeyPathParams, type UpdateBrokerConnectionByKeyResponse, type UpdateBrokerIntegrationsBody, type UpdateBrokerIntegrationsPathParams, type UpdateBrokerIntegrationsResponse, type UpdateCampaignBody, type UpdateCampaignPathParams, type UpdateCampaignQueryParams, type UpdateCampaignResponse, type UpdateCarRiskObjectBody, type UpdateCarRiskObjectPathParams, type UpdateCarRiskObjectQueryParams, type UpdateCarRiskObjectResponse, type UpdateClaimAsBrokerByIdPathParams, type UpdateClaimAsBrokerByIdQueryParams, type UpdateClaimAsBrokerByIdResponse, type UpdateClaimAsCustomerWithTokenPathParams, type UpdateClaimAsCustomerWithTokenQueryParams, type UpdateClaimAsCustomerWithTokenResponse, type UpdateCommentOnActivityPathParams, type UpdateCommentOnActivityQueryParams, type UpdateCommentOnActivityResponse, type UpdateConversationByIdBody, type UpdateConversationByIdPathParams, type UpdateConversationByIdResponse, type UpdateDeclarationRemarkPathParams, type UpdateDeclarationRemarkQueryParams, type UpdateDeclarationRemarkResponse, type UpdateDiasQuestionnaireBody, type UpdateDiasQuestionnairePathParams, type UpdateDiasQuestionnaireQueryParams, type UpdateDiasQuestionnaireResponse, type UpdateDistributionConnectionByKeyBody, type UpdateDistributionConnectionByKeyPathParams, type UpdateDistributionConnectionByKeyResponse, type UpdateDistributionIntegrationsPathParams, type UpdateDistributionIntegrationsResponse, type UpdateDistributionSettingsBody, type UpdateDistributionSettingsResponse, type UpdateDocumentForPartyBody, type UpdateDocumentForPartyPathParams, type UpdateDocumentForPartyResponse, type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse, type UpdateDocumentMetadataByIdPathParams, type UpdateDocumentMetadataByIdQueryParams, type UpdateDocumentMetadataByIdResponse, type UpdateEntityAsBrokerByIdPathParams, type UpdateEntityAsBrokerByIdQueryParams, type UpdateEntityAsBrokerByIdResponse, type UpdateEntityAsCustomerWithTokenPathParams, type UpdateEntityAsCustomerWithTokenQueryParams, type UpdateEntityAsCustomerWithTokenResponse, type UpdateFamilyRiskObjectBody, type UpdateFamilyRiskObjectPathParams, type UpdateFamilyRiskObjectQueryParams, type UpdateFamilyRiskObjectResponse, type UpdateFleetRiskObjectBody, type UpdateFleetRiskObjectPathParams, type UpdateFleetRiskObjectQueryParams, type UpdateFleetRiskObjectResponse, type UpdateInsuranceProductByDistributionBody, type UpdateInsuranceProductByDistributionPathParams, type UpdateInsuranceProductByDistributionResponse, type UpdateInsuranceProductClauseForDistributionBody, type UpdateInsuranceProductClauseForDistributionPathParams, type UpdateInsuranceProductClauseForDistributionQueryParams, type UpdateInsuranceProductClauseForDistributionResponse, type UpdateLegalRiskObjectBody, type UpdateLegalRiskObjectPathParams, type UpdateLegalRiskObjectQueryParams, type UpdateLegalRiskObjectResponse, type UpdateMiscellaneousRiskObjectBody, type UpdateMiscellaneousRiskObjectPathParams, type UpdateMiscellaneousRiskObjectQueryParams, type UpdateMiscellaneousRiskObjectResponse, type UpdateNotePathParams, type UpdateNoteQueryParams, type UpdateNoteResponse, type UpdateOfferByIdBody, type UpdateOfferByIdPathParams, type UpdateOfferByIdResponse, type UpdateOffersInBulkBody, type UpdateOffersInBulkResponse, type UpdatePartyActivitiesAsCustomerBody, type UpdatePartyActivitiesAsCustomerPathParams, type UpdatePartyActivitiesAsCustomerResponse, type UpdatePartyAssigneesBody, type UpdatePartyAssigneesPathParams, type UpdatePartyAssigneesQueryParams, type UpdatePartyAssigneesResponse, type UpdatePartyByIdBody, type UpdatePartyByIdPathParams, type UpdatePartyByIdResponse, type UpdatePartyGroupRiskObjectBody, type UpdatePartyGroupRiskObjectPathParams, type UpdatePartyGroupRiskObjectQueryParams, type UpdatePartyGroupRiskObjectResponse, type UpdatePartyNoteByIdBody, type UpdatePartyNoteByIdPathParams, type UpdatePartyNoteByIdResponse, type UpdatePartyRelationsBody, type UpdatePartyRelationsPathParams, type UpdatePartyRelationsResponse, type UpdatePreventionByDistributionBody, type UpdatePreventionByDistributionPathParams, type UpdatePreventionByDistributionResponse, type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody, type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams, type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse, type UpdateRelationBetweenRiskObjectAndPartyBody, type UpdateRelationBetweenRiskObjectAndPartyPathParams, type UpdateRelationBetweenRiskObjectAndPartyQueryParams, type UpdateRelationBetweenRiskObjectAndPartyResponse, type UpdateResidenceRiskObjectBody, type UpdateResidenceRiskObjectPathParams, type UpdateResidenceRiskObjectQueryParams, type UpdateResidenceRiskObjectResponse, type UpdateRiskDomainActionForAdvisoryReportByIdBody, type UpdateRiskDomainActionForAdvisoryReportByIdPathParams, type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams, type UpdateRiskDomainActionForAdvisoryReportByIdResponse, type UpdateRiskDomainAdviceForAdvisoryReportByIdBody, type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse, type UpdateRiskDomainByDistributionBody, type UpdateRiskDomainByDistributionPathParams, type UpdateRiskDomainByDistributionResponse, type UpdateSemiTrailerRiskObjectBody, type UpdateSemiTrailerRiskObjectPathParams, type UpdateSemiTrailerRiskObjectQueryParams, type UpdateSemiTrailerRiskObjectResponse, type UpdateTargetsByCampaignPathParams, type UpdateTargetsByCampaignQueryParams, type UpdateTargetsByCampaignResponse, type UpdateTrailerRiskObjectBody, type UpdateTrailerRiskObjectPathParams, type UpdateTrailerRiskObjectQueryParams, type UpdateTrailerRiskObjectResponse, type UpdateTwoWheelerRiskObjectBody, type UpdateTwoWheelerRiskObjectPathParams, type UpdateTwoWheelerRiskObjectQueryParams, type UpdateTwoWheelerRiskObjectResponse, type UpdateUspByDistributionAndIdBody, type UpdateUspByDistributionAndIdPathParams, type UpdateUspByDistributionAndIdQueryParams, type UpdateUspByDistributionAndIdResponse, type UpdateYellowhiveQuestionnaireBody, type UpdateYellowhiveQuestionnairePathParams, type UpdateYellowhiveQuestionnaireQueryParams, type UpdateYellowhiveQuestionnaireResponse, type UpdateYourOwnUserBody, type UpdateYourOwnUserResponse, type UpdateYourPasswordBody, type UpdateYourPasswordResponse, type UploadClaimDocumentAsBrokerPathParams, type UploadClaimDocumentAsBrokerQueryParams, type UploadClaimDocumentAsBrokerResponse, type UploadDocumentsInAnvaBody, type UploadDocumentsInAnvaPathParams, type UploadDocumentsInAnvaQueryParams, type UploadDocumentsInAnvaResponse, type UploadDocumentsInAssuBody, type UploadDocumentsInAssuPathParams, type UploadDocumentsInAssuQueryParams, type UploadDocumentsInAssuResponse, type UploadDocumentsInFasterforwardBody, type UploadDocumentsInFasterforwardPathParams, type UploadDocumentsInFasterforwardQueryParams, type UploadDocumentsInFasterforwardResponse, type UpsertAnvaClosingQuestionsBody, type UpsertAnvaClosingQuestionsQueryParams, type UpsertAnvaClosingQuestionsResponse, type UpsertDistributionFaqBody, type UpsertDistributionFaqQueryParams, type UpsertDistributionFaqResponse, type UpsertInsurancePoliciesForPartyBody, type UpsertInsurancePoliciesForPartyPathParams, type UpsertInsurancePoliciesForPartyResponse, type UpsertInsurancePolicySimulationForPartyBody, type UpsertInsurancePolicySimulationForPartyPathParams, type UpsertInsurancePolicySimulationForPartyResponse, type UpsertPolicyPackagesForPartyBody, type UpsertPolicyPackagesForPartyPathParams, type UpsertPolicyPackagesForPartyResponse, type ValidateAChassisNumberResponse, type ValidateACompanyRegistrationNumberResponse, type ValidateANationalIdentificationNumberBody, type ValidateANationalIdentificationNumberResponse, type ValidateATelephonenrResponse, type ValidateAVehicleRegistrationPlateBody, type ValidateAVehicleRegistrationPlateResponse, type ValidateAWebsiteResponse, type ValidateAnEmailResponse, type ValidateAnFsmaResponse, type ValidateAnIbanBody, type ValidateAnIbanResponse, type ValidateAnvaConnectionQueryParams, type ValidateAnvaConnectionResponse, type ValidateAnvaDwhConnectionQueryParams, type ValidateAnvaDwhConnectionResponse, type ValidateAnvaflowsQuestionnaireBody, type ValidateAnvaflowsQuestionnairePathParams, type ValidateAnvaflowsQuestionnaireQueryParams, type ValidateAnvaflowsQuestionnaireResponse, type ValidateClaimPathParams, type ValidateClaimQueryParams, type ValidateClaimResponse, type ValidateDiasQuestionnaireBody, type ValidateDiasQuestionnairePathParams, type ValidateDiasQuestionnaireQueryParams, type ValidateDiasQuestionnaireResponse, type ValidateFasterforwardConnectionQueryParams, type ValidateFasterforwardConnectionResponse, type ValidatePromotionsResponse, type ValidateYellowhiveQuestionnaireBody, type ValidateYellowhiveQuestionnairePathParams, type ValidateYellowhiveQuestionnaireQueryParams, type ValidateYellowhiveQuestionnaireResponse, type VerifyIfADistributionExistsByCompanyRegistrationBody, type VerifyIfADistributionExistsByCompanyRegistrationQueryParams, type VerifyIfADistributionExistsByCompanyRegistrationResponse, type VerifyIfADistributionExistsByNameBody, type VerifyIfADistributionExistsByNameQueryParams, type VerifyIfADistributionExistsByNameResponse, type VerifyIfAUserExistsByEmailBody, type VerifyIfAUserExistsByEmailQueryParams, type VerifyIfAUserExistsByEmailResponse, type WgApiSchema, type WgPaths, acceptOrRejectAnAdvisoryReport, activateOutlookConnectionSync, analyzeEmail, answerAFlowDirectly, answerAFlowSession, blockCustomerFromAccessingParty, calculateAnvaquotesBySessionId, calculateCarLeaseQuote, calculateDiasQuotesBySessionId, calculateQuotesV2, calculateYellowhiveQuotesBySessionId, claimReportById, claimRequestUpdate, commentOnActivity, type components, createAccidentsForParty, createAccount, createAdvisoryReport, createAdvisoryReportRevision, createAdvisoryReportRevisionV2, createAdvisoryReportStepSettings, createAnvaPartyViaConversation, createAnvaTask, createAnvaflowTags, createAssuTask, createBicycleRiskObject, createBoatRiskObject, createBrokerConnectionsById, createCampaign, createCarRiskObject, createClaimAsBroker, createClaimAsCustomer, createCompanyLead, createConversation, createConversationReminder, createCustomerLead, createDiasPartyViaConversation, createDiasTask, createDistributionConnectionById, createDistributionTag, createDocumentForClaim, createDocumentForClaimAsCustomer, createDocumentForParty, createEntityAsBroker, createEntityAsCustomerWithToken, createFamilyRiskObject, createFasterforwardTask, createInsurancePoliciesForParty, createInsuranceProductClauseForDistribution, createLegalParty, createLegalRiskObject, createLockForClaim, createMiscellaneousRiskObject, createNaturalParty, createNoteOnEvent, createNoteOnEventAsCustomer, createOfferRevision, createOrReplaceInsurancePolicyForAdvisoryReportById, createOrReplacePolicyPackagesForAdvisoryReportById, createPartyActivitiesAsCustomer, createPartyByEnrichingWithEnrichingWithCompanyRegistration, createPartyGroupRiskObject, createPartyNote, createPartyOffers, createPartyRelations, createProfileaseCarLeaseOffer, createProflowSessionByBatchId, createRecommendationByPartyId, createRecommendationBySessionId, createReferenceForParty, createReferencesForRiskObject, createRelationBetweenRiskObjectAndParty, createRiskDomainActionForAdvisoryReportById, createRiskDomainActionFromAdviceForAdvisoryReportById, createRiskDomainAdviceForAdvisoryReportById, createRiskDomainForAdvisoryReportById, createSemiTrailerRiskObject, createToolkitAccount, createToolkitBroker, createTrailerRiskObject, createTrialBroker, createUploadLinkAsCustomer, createUspItemForDistribution, createYellowhiveContactPerson, deactivateOutlookConnectionSync, deleteAdvisoryReport, deleteAdvisoryReportRevision, deleteAllSessionsBySessionId, deleteAnvaClosingQuestions, deleteBrokerConnectionByKey, deleteClaimAsBrokerById, deleteCommentOnActivity, deleteDistributionConnectionByKey, deleteDistributionFaq, deleteDistributionTag, deleteDocumentById, deleteDocumentByIdAsCustomerWithToken, deleteDocumentForParty, deleteEntityAsBrokerById, deleteEntityByIdAsCustomerWithToken, deleteEntityBySessionIdAndFlowId, deleteInsurancePoliciesForParty, deleteInsurancePolicyForAdvisoryReportById, deleteInsuranceProductClauseForDistribution, deleteNote, deletePartyActivitiesAsCustomer, deletePartyEntityBySessionIdAndFlowId, deletePartyNoteById, deletePartyRelations, deletePolicyPackagesForParty, deleteRelationBetweenRiskObjectAndParty, deleteRiskDomainActionForAdvisoryReportById, deleteRiskDomainAdviceForAdvisoryReportById, deleteRiskDomainForAdvisoryReportById, deleteRiskObjectById, deleteSessionBySessionId, deleteUspByDistributionAndId, delinkPartyToUser, deprecatedValidateAnvaConnection, disable2FaByUser, disable2FaForCustomer, downloadDocumentById, editInsuranceProductAdviceByDistribution, editInsuranceProductDescriptionsByDistribution, enable2Fa, enqueueCalculationAnvaquotesBySessionId, enqueueSendCustomQuotesToAnvaBySessionId, enqueueSendOfferToAnvaBySessionId, enrichPartyByIdWithExternalCompanyData, exportAdvisoryReportById, exportPartyById, exportPartyToAnva, exportPartyToAssu, exportPartyToDias, exportPartyToFasterforward, exportQuoteById, extractInsurancePoliciesForOneDocument, extractInsurancePoliciesForOneDocumentEnqueue, extractManyDocumentInBatch, extractOffersForOneDocument, extractOffersForOneDocumentEnqueue, extractOneDocument, extractOneDocumentEnqueue, extractPartyForOneDocumentEnqueue, extractWebsiteTheme, generateCompanyDescription, generateDistributionAboutUsCompletion, generateDnsPrefix, generateDocxDocumentOfAdvisoryReportById, generateFlowQuestionnaire, generateFlowQuestionnaireDocument, generateOfferRequestForInsuranceCompanyDocx, generateOfferRequestForInsuranceCompanyPdf, generatePdfOfAdvisoryReportById, generatePersonalizationAdviceForAdvisoryReport, generatePossibleProductsBySessionV2, generateQuestionsToPrefillByCar, generateStandaloneFrontPagePdfOfAdvisoryReportAsExample, generateTokenForSocialLoginFlowAsBroker, get2FaByUser, getActivityByParty, getAddressInfo, getAddressInfoFreemium, getAdvicesPerInsuranceProduct, getAdvisoryReportById, getAdvisoryReportExportOptions, getAdvisoryReportRevisionDiff, getAllActivityTypes, getAllAdvisoryReports, getAllAvailableAffiliations, getAllAvailablePlans, getAllAvailableThemesInWegroup, getAllBrokersLinkedToCurrentUser, getAllCampaignTemplates, getAllCampaignsByDistribution, getAllCarClaimCategories, getAllClaimsAsBroker, getAllConversations, getAllCustomersByDistribution, getAllEnums, getAllLeadsByDistribution, getAllLeaseOffersByDistribution, getAllPartiesByDistribution, getAllPartiesByDistributionV2, getAllRiskObjectsByPartyId, getAllRiskObjectsByPartyIdV2, getAllSessionsBySessionId, getAllVehicleBrands, getAllVehicleSeriesByBrandKey, getAllVehicleVersionsBySeriesId, getAnvaAgents, getAnvaClosingQuestions, getAnvaCollectionMethods, getAnvaEmployees, getAnvaLabels, getAnvaMutationReasons, getAnvaParties, getAnvaProducts, getAnvaproductById, getAnvaproducts, getArtifactFromEventById, getAssuEmployees, getAvailableFlowsForDistributionInfo, getBrokerByAnvaProducerId, getBrokerByAnvaRelationMangerId, getBrokerConnectionsById, getBrokerIntegrations, getCampaignById, getCampaignSettingsByDistribution, getCampaignTargetMailTemplate, getCarLeaseRates, getChatBySessionId, getChatSummaryV2BySessionId, getCheckupByPartyId, getClaimAsBrokerById, getClaimAsCustomerWithToken, getClaimByIdAsCustomer, getClaimEventsAsBrokerById, getClaimEventsAsCustomer, getClaimsAsCustomer, getClaimsAsParty, getClaimsAsPartyById, getComplianceByRiskObjectId, getConversationById, getConversationNotes, getConversationReportPdfById, getConversationsOriginFilter, getCurrentAccountInsightsAsCustomer, getCurrentAccountInsightsAsParty, getCurrentBrokerOfTheUser, getCustomersByParty, getDiasAfdbranches, getDiasCollectionMethods, getDiasEmployees, getDiasParties, getDiasPartySalutations, getDiasPartyTitles, getDiasProducts, getDiasflowInsurances, getDiasflowProductById, getDiasflowProducts, getDistributionActivity, getDistributionAffiliations, getDistributionById, getDistributionConnectionsById, getDistributionFaq, getDistributionHasPendingUpgrade, getDistributionSettings, getDistributionTags, getDocumentExtractionBatchById, getDocumentMetadata, getDocumentsAsCustomer, getDocumentsForParty, getEmailByMessageId, getEncryptionKeys, getEnterpriseByCompanyRegistrationNumberAndCountry, getEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponse, getEnumByAnvaLabel, getEnumByDiasLabel, getEventsByAdvisoryReportId, getExtractEnityInfo, getFasterforwardEmployees, getFasterforwardTeams, getFinconnectLinkAsCustomer, getFinconnectLinkForInsurancePolicyAsCustomer, getFlowInfoById, getFlowsInfo, getGbi, getHubspotVisitorIdentificationToken, getInfoForClaim, getInsightsIfCarIsInsured, getInsuranceCompanies, getInsurancePoliciesAsCustomer, getInsurancePoliciesForParty, getInsurancePolicyById, getInsurancePolicyByIdAsCustomer, getInsurancePolicySimulationsForParty, getInsuranceProductClausesByDistribution, getInsuranceProductsV2, getIntegrationsByDistribution, getInvoiceByIdAsCustomer, getInvoicesAsCustomer, getInvoicesAsParty, getInvoicesAsPartyById, getJobResultById, getKycByParty, getLeadById, getLeadProviderById, getLeadProvidersByAffinity, getLeaseOfferById, getLinkOfDocument, getMetricsByCampaign, getMinimalOfferById, getMinimalOfferRevisionById, getMinimalRiskObjectById, getNace, getNoveltyInsightsByDistribution, getOfferById, getOffersByDistribution, getOnboardingChecklistByBroker, getOnesuranceDataByPartyId, getOnesuranceRecommendationsByPartyId, getOrganisationDistributions, getOrganisationLeads, getOrganisationOffers, getOutlookConnectionDetails, getOutlookMailById, getOutlookMailByOutlookMessageId, getOutlookMailfolders, getOutlookMails, getPartiesByCustomer, getPartiesLinkedToUser, getPartiesOriginFilter, getPartyAddresses, getPartyById, getPartyMergeSuggestions, getPdfOfAdvisoryReportById, getPerformanceInsightsByDistribution, getPolicyPackageById, getPolicyPackageByIdAsCustomer, getPolicyPackageSimulationsForParty, getPolicyPackagesAsCustomer, getPolicyPackagesForParty, getPossibleInsuranceProductsByPartyId, getPossibleInsuranceProductsByRiskObjectId, getPossibleInsuranceProductsForManagementByPartyId, getPossibleInsuranceProductsForStaffByPartyId, getPreventionAdvice, getPromotionsByDistributionId, getProvenanceInfoOfDocument, getQuoteExports, getQuoteInsights, getQuotesAsBatchResultsByConversationId, getRecommendationsById, getRecommendationsByPartyId, getRecommendationsBySessionId, getRiskAnalysisByPartyId, getRiskDomainById, getRiskDomains, getRiskObjectByRiskObjectRevisionId, getRiskObjectRevisionsById, getSbi, getSingularityJobResultById, getStepSettingsByAdvisoryReportId, getSupportedAnvaflowCoverages, getSupportedAnvaflowCoveragesGroupedByAdn, getSupportedAnvaflowInsuranceCompanies, getSupportedAnvaflowInsurances, getSupportedAnvaflowTags, getSupportedInsuranceCompanies, getSupportedInsuranceSubjects, getSupportedMimeTypes, getSupportedRiskDomains, getSupportedYellowhiveflowCoverages, getSupportedYellowhiveflowInsurances, getSystemCampaignsByParty, getTheBrokerById, getUspByDistribution, getValuesOfEnum, getVehicleByCarIdOrFebiacId, getVehicleByNumberPlateAndCarId, getVehicleByVersionId, getVehicleByVinAndCarId, getVehicleVersionFactsBySeriesId, getWeatherInfo, getYellowhiveflowProductById, getYellowhiveflowProducts, getYourOwnUser, giveFeedbackOnConversationById, giveFeedbackOnRecommendationsById, giveFeedbackToInsuranceTermsBot, handleCreateDistributionTheme, handleDeleteDistributionTheme, handleUpdateDistributionTheme, importAnvaDocumentInWegroup, importAnvaInsurancePolicyDocumentInWegroup, importAnvaInsurancePolicyPackageDocumentInWegroup, importAnvaPartyInWegroup, importAnvaproduct, importAssuPartyInWegroup, importDiasPartyInWegroup, importDiasflowProduct, importFasterforwardPartyInWegroup, inviteColleaguesToDistribution, inviteUserToParty, linkConversationToAdvisoryReport, linkPartyToUser, lockFlightApi, markConversationAsCompletedById, mergePartiesTogether, type operations, orderInsurancePolciesOfAdvisoryReport, outlookConnectionSync, overrideInsuranceProductRecommendationById, overridePreventionAdviceRecommendationById, patchAnvaproductById, patchAnvaproductCoverageById, patchDiasflowProductById, patchDiasflowProductCoverageByDiasId, patchOwnPartyAsCustomer, type paths, poseAQuestionToInsuranceTermsBot, poseAQuestionToInsuranceTermsBotForItToCompare, postEventAsCarglassPartner, putClausesForReport, recalculateDiasQuotesBySessionIdAndProductId, recalculateDiasSimulationBySessionId, recalculateOneAnvaquoteByAnvaProductIdSessionId, recalculateSimulationBySessionId, recalculateYellowhiveQuotesBySessionIdAndProductId, recalculateYellowhiveSimulationBySessionId, retrieveAirports, retrieveAllExportsByParty, retrieveAnvaflowsQuestionnaires, retrieveAskLaterQuestions, retrieveAutomobileByCarIdFreemiumVersion, retrieveAutomobileByIdFreemium, retrieveDiasQuestionnaires, retrieveExportById, retrieveFlow, retrieveYellowhiveQuestionnaires, seachStreetsByCityAndCountry, searchAddressesByCountry, searchAssuParties, searchCitiesByCountry, searchDirectorsByFirstAndLastName, searchEnterprisesByCountry, searchFasterforwardParties, searchParties, searchVehicles, sendAdvisoryReportAsMail, sendAnvaInquiryAsCustomer, sendClaimToKeypoint, sendExampleCampaignTargetMail, sendMailClaimReportById, sendMailFollowupPageToCustomer, sendMailForSimulationToParty, sendOfferMailBySessionId, sendOfferToAnvaBySessionId, sendPasswordResetToCustomer, sendQuoteAsMail, setAskLaterQuestions, transferLeadToOtherDistribution, transferPartyToOtherDistribution, triageEmail, unblockCustomerFromAccessingParty, unlockClaim, updateAdvisoryReport, updateAnvaPartyViaConversation, updateAnvaflowsQuestionnaire, updateBicycleRiskObject, updateBoatRiskObject, updateBrokerByBroker, updateBrokerConnectionByKey, updateBrokerIntegrations, updateCampaign, updateCarRiskObject, updateClaimAsBrokerById, updateClaimAsCustomerWithToken, updateCommentOnActivity, updateConversationById, updateDeclarationRemark, updateDiasQuestionnaire, updateDistributionConnectionByKey, updateDistributionIntegrations, updateDistributionSettings, updateDocumentForParty, updateDocumentMetadataById, updateDocumentMetadataByIdAsCustomerWithToken, updateEntityAsBrokerById, updateEntityAsCustomerWithToken, updateFamilyRiskObject, updateFleetRiskObject, updateInsuranceProductByDistribution, updateInsuranceProductClauseForDistribution, updateLegalRiskObject, updateMiscellaneousRiskObject, updateNote, updateOfferById, updateOffersInBulk, updatePartyActivitiesAsCustomer, updatePartyAssignees, updatePartyById, updatePartyGroupRiskObject, updatePartyNoteById, updatePartyRelations, updatePreventionByDistribution, updateQuestionForAllQuestionnairesByAnvaLabels, updateRelationBetweenRiskObjectAndParty, updateResidenceRiskObject, updateRiskDomainActionForAdvisoryReportById, updateRiskDomainAdviceForAdvisoryReportById, updateRiskDomainByDistribution, updateSemiTrailerRiskObject, updateTargetsByCampaign, updateTrailerRiskObject, updateTwoWheelerRiskObject, updateUspByDistributionAndId, updateYellowhiveQuestionnaire, updateYourOwnUser, updateYourPassword, uploadClaimDocumentAsBroker, uploadDocumentsInAnva, uploadDocumentsInAssu, uploadDocumentsInFasterforward, upsertAnvaClosingQuestions, upsertDistributionFaq, upsertInsurancePoliciesForParty, upsertInsurancePolicySimulationForParty, upsertPolicyPackagesForParty, validateAChassisNumber, validateACompanyRegistrationNumber, validateANationalIdentificationNumber, validateATelephonenr, validateAVehicleRegistrationPlate, validateAWebsite, validateAnEmail, validateAnFsma, validateAnIban, validateAnvaConnection, validateAnvaDwhConnection, validateAnvaflowsQuestionnaire, validateClaim, validateDiasQuestionnaire, validateFasterforwardConnection, validatePromotions, validateYellowhiveQuestionnaire, verifyIfADistributionExistsByCompanyRegistration, verifyIfADistributionExistsByName, verifyIfAUserExistsByEmail, type webhooks, wgApiClient };
|
|
127292
|
+
export { type $defs, type AcceptOrRejectAnAdvisoryReportBody, type AcceptOrRejectAnAdvisoryReportPathParams, type AcceptOrRejectAnAdvisoryReportQueryParams, type AcceptOrRejectAnAdvisoryReportResponse, type ActivateOutlookConnectionSyncBody, type ActivateOutlookConnectionSyncQueryParams, type ActivateOutlookConnectionSyncResponse, type AnalyzeEmailBody, type AnalyzeEmailPathParams, type AnalyzeEmailResponse, type AnswerAFlowDirectlyBody, type AnswerAFlowDirectlyPathParams, type AnswerAFlowDirectlyQueryParams, type AnswerAFlowDirectlyResponse, type AnswerAFlowSessionBody, type AnswerAFlowSessionPathParams, type AnswerAFlowSessionQueryParams, type AnswerAFlowSessionResponse, type BlockCustomerFromAccessingPartyPathParams, type BlockCustomerFromAccessingPartyResponse, type CalculateAnvaquotesBySessionIdBody, type CalculateAnvaquotesBySessionIdPathParams, type CalculateAnvaquotesBySessionIdQueryParams, type CalculateAnvaquotesBySessionIdResponse, type CalculateCarLeaseQuoteBody, type CalculateCarLeaseQuoteQueryParams, type CalculateCarLeaseQuoteResponse, type CalculateDiasQuotesBySessionIdBody, type CalculateDiasQuotesBySessionIdPathParams, type CalculateDiasQuotesBySessionIdQueryParams, type CalculateDiasQuotesBySessionIdResponse, type CalculateQuotesV2Body, type CalculateQuotesV2PathParams, type CalculateQuotesV2QueryParams, type CalculateQuotesV2Response, type CalculateYellowhiveQuotesBySessionIdBody, type CalculateYellowhiveQuotesBySessionIdPathParams, type CalculateYellowhiveQuotesBySessionIdQueryParams, type CalculateYellowhiveQuotesBySessionIdResponse, type ClaimReportByIdPathParams, type ClaimReportByIdQueryParams, type ClaimReportByIdResponse, type ClaimRequestUpdatePathParams, type ClaimRequestUpdateQueryParams, type ClaimRequestUpdateResponse, type ClientType, type CommentOnActivityPathParams, type CommentOnActivityQueryParams, type CommentOnActivityResponse, type CreateAccidentsForPartyBody, type CreateAccidentsForPartyPathParams, type CreateAccidentsForPartyQueryParams, type CreateAccidentsForPartyResponse, type CreateAccountBody, type CreateAccountQueryParams, type CreateAccountResponse, type CreateAdvisoryReportBody, type CreateAdvisoryReportQueryParams, type CreateAdvisoryReportResponse, type CreateAdvisoryReportRevisionBody, type CreateAdvisoryReportRevisionPathParams, type CreateAdvisoryReportRevisionQueryParams, type CreateAdvisoryReportRevisionResponse, type CreateAdvisoryReportRevisionV2Body, type CreateAdvisoryReportRevisionV2PathParams, type CreateAdvisoryReportRevisionV2QueryParams, type CreateAdvisoryReportRevisionV2Response, type CreateAdvisoryReportStepSettingsBody, type CreateAdvisoryReportStepSettingsPathParams, type CreateAdvisoryReportStepSettingsQueryParams, type CreateAdvisoryReportStepSettingsResponse, type CreateAnvaPartyViaConversationBody, type CreateAnvaPartyViaConversationPathParams, type CreateAnvaPartyViaConversationQueryParams, type CreateAnvaPartyViaConversationResponse, type CreateAnvaTaskBody, type CreateAnvaTaskPathParams, type CreateAnvaTaskQueryParams, type CreateAnvaTaskResponse, type CreateAnvaflowTagsBody, type CreateAnvaflowTagsQueryParams, type CreateAnvaflowTagsResponse, type CreateAssuTaskBody, type CreateAssuTaskPathParams, type CreateAssuTaskQueryParams, type CreateAssuTaskResponse, type CreateBicycleRiskObjectBody, type CreateBicycleRiskObjectPathParams, type CreateBicycleRiskObjectQueryParams, type CreateBicycleRiskObjectResponse, type CreateBoatRiskObjectBody, type CreateBoatRiskObjectPathParams, type CreateBoatRiskObjectQueryParams, type CreateBoatRiskObjectResponse, type CreateBrokerConnectionsByIdBody, type CreateBrokerConnectionsByIdPathParams, type CreateBrokerConnectionsByIdResponse, type CreateCampaignBody, type CreateCampaignQueryParams, type CreateCampaignResponse, type CreateCarRiskObjectBody, type CreateCarRiskObjectPathParams, type CreateCarRiskObjectQueryParams, type CreateCarRiskObjectResponse, type CreateClaimAsBrokerQueryParams, type CreateClaimAsBrokerResponse, type CreateClaimAsCustomerPathParams, type CreateClaimAsCustomerQueryParams, type CreateClaimAsCustomerResponse, type CreateCompanyLeadBody, type CreateCompanyLeadPathParams, type CreateCompanyLeadQueryParams, type CreateCompanyLeadResponse, type CreateConversationBody, type CreateConversationPathParams, type CreateConversationQueryParams, type CreateConversationReminderPathParams, type CreateConversationReminderResponse, type CreateConversationResponse, type CreateCustomerLeadBody, type CreateCustomerLeadPathParams, type CreateCustomerLeadQueryParams, type CreateCustomerLeadResponse, type CreateDiasPartyViaConversationBody, type CreateDiasPartyViaConversationPathParams, type CreateDiasPartyViaConversationQueryParams, type CreateDiasPartyViaConversationResponse, type CreateDiasTaskBody, type CreateDiasTaskPathParams, type CreateDiasTaskQueryParams, type CreateDiasTaskResponse, type CreateDistributionConnectionByIdBody, type CreateDistributionConnectionByIdPathParams, type CreateDistributionConnectionByIdResponse, type CreateDistributionTagBody, type CreateDistributionTagQueryParams, type CreateDistributionTagResponse, type CreateDocumentForClaimAsCustomerPathParams, type CreateDocumentForClaimAsCustomerQueryParams, type CreateDocumentForClaimAsCustomerResponse, type CreateDocumentForClaimPathParams, type CreateDocumentForClaimQueryParams, type CreateDocumentForClaimResponse, type CreateDocumentForPartyBody, type CreateDocumentForPartyPathParams, type CreateDocumentForPartyQueryParams, type CreateDocumentForPartyResponse, type CreateEntityAsBrokerPathParams, type CreateEntityAsBrokerQueryParams, type CreateEntityAsBrokerResponse, type CreateEntityAsCustomerWithTokenPathParams, type CreateEntityAsCustomerWithTokenQueryParams, type CreateEntityAsCustomerWithTokenResponse, type CreateFamilyRiskObjectBody, type CreateFamilyRiskObjectPathParams, type CreateFamilyRiskObjectQueryParams, type CreateFamilyRiskObjectResponse, type CreateFasterforwardTaskBody, type CreateFasterforwardTaskPathParams, type CreateFasterforwardTaskQueryParams, type CreateFasterforwardTaskResponse, type CreateInsurancePoliciesForPartyBody, type CreateInsurancePoliciesForPartyPathParams, type CreateInsurancePoliciesForPartyResponse, type CreateInsuranceProductClauseForDistributionBody, type CreateInsuranceProductClauseForDistributionQueryParams, type CreateInsuranceProductClauseForDistributionResponse, type CreateLegalPartyBody, type CreateLegalPartyResponse, type CreateLegalRiskObjectBody, type CreateLegalRiskObjectPathParams, type CreateLegalRiskObjectQueryParams, type CreateLegalRiskObjectResponse, type CreateLockForClaimPathParams, type CreateLockForClaimQueryParams, type CreateLockForClaimResponse, type CreateMiscellaneousRiskObjectBody, type CreateMiscellaneousRiskObjectPathParams, type CreateMiscellaneousRiskObjectQueryParams, type CreateMiscellaneousRiskObjectResponse, type CreateNaturalPartyBody, type CreateNaturalPartyResponse, type CreateNoteOnEventAsCustomerPathParams, type CreateNoteOnEventAsCustomerQueryParams, type CreateNoteOnEventAsCustomerResponse, type CreateNoteOnEventPathParams, type CreateNoteOnEventQueryParams, type CreateNoteOnEventResponse, type CreateOfferRevisionBody, type CreateOfferRevisionPathParams, type CreateOfferRevisionResponse, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse, type CreatePartyActivitiesAsCustomerBody, type CreatePartyActivitiesAsCustomerResponse, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationBody, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationQueryParams, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationResponse, type CreatePartyGroupRiskObjectBody, type CreatePartyGroupRiskObjectPathParams, type CreatePartyGroupRiskObjectQueryParams, type CreatePartyGroupRiskObjectResponse, type CreatePartyNoteBody, type CreatePartyNotePathParams, type CreatePartyNoteResponse, type CreatePartyOffersBody, type CreatePartyOffersPathParams, type CreatePartyOffersQueryParams, type CreatePartyOffersResponse, type CreatePartyRelationsBody, type CreatePartyRelationsQueryParams, type CreatePartyRelationsResponse, type CreateProfileaseCarLeaseOfferBody, type CreateProfileaseCarLeaseOfferQueryParams, type CreateProfileaseCarLeaseOfferResponse, type CreateProflowSessionByBatchIdPathParams, type CreateProflowSessionByBatchIdQueryParams, type CreateProflowSessionByBatchIdResponse, type CreateRecommendationByPartyIdBody, type CreateRecommendationByPartyIdPathParams, type CreateRecommendationByPartyIdQueryParams, type CreateRecommendationByPartyIdResponse, type CreateRecommendationBySessionIdBody, type CreateRecommendationBySessionIdQueryParams, type CreateRecommendationBySessionIdResponse, type CreateReferenceForPartyBody, type CreateReferenceForPartyPathParams, type CreateReferenceForPartyResponse, type CreateReferencesForRiskObjectBody, type CreateReferencesForRiskObjectPathParams, type CreateReferencesForRiskObjectQueryParams, type CreateReferencesForRiskObjectResponse, type CreateRelationBetweenRiskObjectAndPartyBody, type CreateRelationBetweenRiskObjectAndPartyPathParams, type CreateRelationBetweenRiskObjectAndPartyQueryParams, type CreateRelationBetweenRiskObjectAndPartyResponse, type CreateRiskDomainActionForAdvisoryReportByIdBody, type CreateRiskDomainActionForAdvisoryReportByIdPathParams, type CreateRiskDomainActionForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionForAdvisoryReportByIdResponse, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainAdviceForAdvisoryReportByIdBody, type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainForAdvisoryReportByIdBody, type CreateRiskDomainForAdvisoryReportByIdPathParams, type CreateRiskDomainForAdvisoryReportByIdQueryParams, type CreateRiskDomainForAdvisoryReportByIdResponse, type CreateSemiTrailerRiskObjectBody, type CreateSemiTrailerRiskObjectPathParams, type CreateSemiTrailerRiskObjectQueryParams, type CreateSemiTrailerRiskObjectResponse, type CreateToolkitAccountBody, type CreateToolkitAccountQueryParams, type CreateToolkitAccountResponse, type CreateToolkitBrokerBody, type CreateToolkitBrokerQueryParams, type CreateToolkitBrokerResponse, type CreateTrailerRiskObjectBody, type CreateTrailerRiskObjectPathParams, type CreateTrailerRiskObjectQueryParams, type CreateTrailerRiskObjectResponse, type CreateTrialBrokerBody, type CreateTrialBrokerQueryParams, type CreateTrialBrokerResponse, type CreateUploadLinkAsCustomerPathParams, type CreateUploadLinkAsCustomerQueryParams, type CreateUploadLinkAsCustomerResponse, type CreateUspItemForDistributionBody, type CreateUspItemForDistributionQueryParams, type CreateUspItemForDistributionResponse, type CreateYellowhiveContactPersonBody, type CreateYellowhiveContactPersonPathParams, type CreateYellowhiveContactPersonQueryParams, type CreateYellowhiveContactPersonResponse, type DeactivateOutlookConnectionSyncBody, type DeactivateOutlookConnectionSyncQueryParams, type DeactivateOutlookConnectionSyncResponse, type DeleteAdvisoryReportPathParams, type DeleteAdvisoryReportQueryParams, type DeleteAdvisoryReportResponse, type DeleteAdvisoryReportRevisionPathParams, type DeleteAdvisoryReportRevisionQueryParams, type DeleteAdvisoryReportRevisionResponse, type DeleteAllSessionsBySessionIdPathParams, type DeleteAllSessionsBySessionIdResponse, type DeleteAnvaClosingQuestionsPathParams, type DeleteAnvaClosingQuestionsQueryParams, type DeleteAnvaClosingQuestionsResponse, type DeleteBrokerConnectionByKeyPathParams, type DeleteBrokerConnectionByKeyResponse, type DeleteClaimAsBrokerByIdPathParams, type DeleteClaimAsBrokerByIdQueryParams, type DeleteClaimAsBrokerByIdResponse, type DeleteCommentOnActivityPathParams, type DeleteCommentOnActivityQueryParams, type DeleteCommentOnActivityResponse, type DeleteDistributionConnectionByKeyPathParams, type DeleteDistributionConnectionByKeyResponse, type DeleteDistributionFaqPathParams, type DeleteDistributionFaqQueryParams, type DeleteDistributionFaqResponse, type DeleteDistributionTagPathParams, type DeleteDistributionTagQueryParams, type DeleteDistributionTagResponse, type DeleteDocumentByIdAsCustomerWithTokenPathParams, type DeleteDocumentByIdAsCustomerWithTokenQueryParams, type DeleteDocumentByIdAsCustomerWithTokenResponse, type DeleteDocumentByIdPathParams, type DeleteDocumentByIdQueryParams, type DeleteDocumentByIdResponse, type DeleteDocumentForPartyPathParams, type DeleteDocumentForPartyResponse, type DeleteEntityAsBrokerByIdPathParams, type DeleteEntityAsBrokerByIdQueryParams, type DeleteEntityAsBrokerByIdResponse, type DeleteEntityByIdAsCustomerWithTokenPathParams, type DeleteEntityByIdAsCustomerWithTokenQueryParams, type DeleteEntityByIdAsCustomerWithTokenResponse, type DeleteEntityBySessionIdAndFlowIdPathParams, type DeleteEntityBySessionIdAndFlowIdQueryParams, type DeleteEntityBySessionIdAndFlowIdResponse, type DeleteInsurancePoliciesForPartyPathParams, type DeleteInsurancePoliciesForPartyResponse, type DeleteInsurancePolicyForAdvisoryReportByIdPathParams, type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams, type DeleteInsurancePolicyForAdvisoryReportByIdResponse, type DeleteInsuranceProductClauseForDistributionPathParams, type DeleteInsuranceProductClauseForDistributionQueryParams, type DeleteInsuranceProductClauseForDistributionResponse, type DeleteNotePathParams, type DeleteNoteQueryParams, type DeleteNoteResponse, type DeletePartyActivitiesAsCustomerPathParams, type DeletePartyActivitiesAsCustomerResponse, type DeletePartyEntityBySessionIdAndFlowIdPathParams, type DeletePartyEntityBySessionIdAndFlowIdQueryParams, type DeletePartyEntityBySessionIdAndFlowIdResponse, type DeletePartyNoteByIdPathParams, type DeletePartyNoteByIdResponse, type DeletePartyRelationsPathParams, type DeletePartyRelationsResponse, type DeletePolicyPackagesForPartyPathParams, type DeletePolicyPackagesForPartyResponse, type DeleteRelationBetweenRiskObjectAndPartyPathParams, type DeleteRelationBetweenRiskObjectAndPartyQueryParams, type DeleteRelationBetweenRiskObjectAndPartyResponse, type DeleteRiskDomainActionForAdvisoryReportByIdPathParams, type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams, type DeleteRiskDomainActionForAdvisoryReportByIdResponse, type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams, type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams, type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse, type DeleteRiskDomainForAdvisoryReportByIdPathParams, type DeleteRiskDomainForAdvisoryReportByIdQueryParams, type DeleteRiskDomainForAdvisoryReportByIdResponse, type DeleteRiskObjectByIdPathParams, type DeleteRiskObjectByIdResponse, type DeleteSessionBySessionIdPathParams, type DeleteSessionBySessionIdResponse, type DeleteUspByDistributionAndIdPathParams, type DeleteUspByDistributionAndIdQueryParams, type DeleteUspByDistributionAndIdResponse, type DelinkPartyToUserBody, type DelinkPartyToUserResponse, type DeprecatedValidateAnvaConnectionQueryParams, type DeprecatedValidateAnvaConnectionResponse, type Disable2FaByUserBody, type Disable2FaByUserResponse, type Disable2FaForCustomerPathParams, type Disable2FaForCustomerResponse, type DownloadDocumentByIdPathParams, type DownloadDocumentByIdQueryParams, type DownloadDocumentByIdResponse, type EditInsuranceProductAdviceByDistributionBody, type EditInsuranceProductAdviceByDistributionPathParams, type EditInsuranceProductAdviceByDistributionResponse, type EditInsuranceProductDescriptionsByDistributionPathParams, type EditInsuranceProductDescriptionsByDistributionResponse, type Enable2FaBody, type Enable2FaResponse, type EnqueueCalculationAnvaquotesBySessionIdBody, type EnqueueCalculationAnvaquotesBySessionIdPathParams, type EnqueueCalculationAnvaquotesBySessionIdQueryParams, type EnqueueCalculationAnvaquotesBySessionIdResponse, type EnqueueSendCustomQuotesToAnvaBySessionIdBody, type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams, type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams, type EnqueueSendCustomQuotesToAnvaBySessionIdResponse, type EnqueueSendOfferToAnvaBySessionIdPathParams, type EnqueueSendOfferToAnvaBySessionIdQueryParams, type EnqueueSendOfferToAnvaBySessionIdResponse, type EnrichPartyByIdWithExternalCompanyDataPathParams, type EnrichPartyByIdWithExternalCompanyDataQueryParams, type EnrichPartyByIdWithExternalCompanyDataResponse, type ExportAdvisoryReportByIdBody, type ExportAdvisoryReportByIdPathParams, type ExportAdvisoryReportByIdQueryParams, type ExportAdvisoryReportByIdResponse, type ExportPartyByIdPathParams, type ExportPartyByIdResponse, type ExportPartyToAnvaPathParams, type ExportPartyToAnvaQueryParams, type ExportPartyToAnvaResponse, type ExportPartyToAssuPathParams, type ExportPartyToAssuQueryParams, type ExportPartyToAssuResponse, type ExportPartyToDiasPathParams, type ExportPartyToDiasQueryParams, type ExportPartyToDiasResponse, type ExportPartyToFasterforwardPathParams, type ExportPartyToFasterforwardQueryParams, type ExportPartyToFasterforwardResponse, type ExportQuoteByIdBody, type ExportQuoteByIdPathParams, type ExportQuoteByIdQueryParams, type ExportQuoteByIdResponse, type ExtractInsurancePoliciesForOneDocumentBody, type ExtractInsurancePoliciesForOneDocumentEnqueueBody, type ExtractInsurancePoliciesForOneDocumentEnqueueResponse, type ExtractInsurancePoliciesForOneDocumentResponse, type ExtractManyDocumentInBatchBody, type ExtractManyDocumentInBatchResponse, type ExtractOffersForOneDocumentBody, type ExtractOffersForOneDocumentEnqueueBody, type ExtractOffersForOneDocumentEnqueueResponse, type ExtractOffersForOneDocumentResponse, type ExtractOneDocumentBody, type ExtractOneDocumentEnqueueBody, type ExtractOneDocumentEnqueueResponse, type ExtractOneDocumentResponse, type ExtractPartyForOneDocumentEnqueueBody, type ExtractPartyForOneDocumentEnqueueResponse, type ExtractWebsiteThemeBody, type ExtractWebsiteThemeResponse, type GenerateCompanyDescriptionBody, type GenerateCompanyDescriptionResponse, type GenerateDistributionAboutUsCompletionBody, type GenerateDistributionAboutUsCompletionResponse, type GenerateDnsPrefixBody, type GenerateDnsPrefixQueryParams, type GenerateDnsPrefixResponse, type GenerateDocxDocumentOfAdvisoryReportByIdPathParams, type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams, type GenerateDocxDocumentOfAdvisoryReportByIdResponse, type GenerateFlowQuestionnaireDocumentBody, type GenerateFlowQuestionnaireDocumentPathParams, type GenerateFlowQuestionnaireDocumentQueryParams, type GenerateFlowQuestionnaireDocumentResponse, type GenerateFlowQuestionnairePathParams, type GenerateFlowQuestionnaireQueryParams, type GenerateFlowQuestionnaireResponse, type GenerateOfferRequestForInsuranceCompanyDocxBody, type GenerateOfferRequestForInsuranceCompanyDocxResponse, type GenerateOfferRequestForInsuranceCompanyPdfBody, type GenerateOfferRequestForInsuranceCompanyPdfResponse, type GeneratePdfOfAdvisoryReportByIdPathParams, type GeneratePdfOfAdvisoryReportByIdQueryParams, type GeneratePdfOfAdvisoryReportByIdResponse, type GeneratePersonalizationAdviceForAdvisoryReportPathParams, type GeneratePersonalizationAdviceForAdvisoryReportResponse, type GeneratePossibleProductsBySessionV2Body, type GeneratePossibleProductsBySessionV2PathParams, type GeneratePossibleProductsBySessionV2QueryParams, type GeneratePossibleProductsBySessionV2Response, type GenerateQuestionsToPrefillByCarBody, type GenerateQuestionsToPrefillByCarPathParams, type GenerateQuestionsToPrefillByCarQueryParams, type GenerateQuestionsToPrefillByCarResponse, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse, type GenerateTokenForSocialLoginFlowAsBrokerQueryParams, type GenerateTokenForSocialLoginFlowAsBrokerResponse, type Get2FaByUserResponse, type GetActivityByPartyPathParams, type GetActivityByPartyQueryParams, type GetActivityByPartyResponse, type GetAddressInfoFreemiumQueryParams, type GetAddressInfoFreemiumResponse, type GetAddressInfoQueryParams, type GetAddressInfoResponse, type GetAdvicesPerInsuranceProductPathParams, type GetAdvicesPerInsuranceProductResponse, type GetAdvisoryReportByIdPathParams, type GetAdvisoryReportByIdQueryParams, type GetAdvisoryReportByIdResponse, type GetAdvisoryReportExportOptionsPathParams, type GetAdvisoryReportExportOptionsResponse, type GetAdvisoryReportRevisionDiffPathParams, type GetAdvisoryReportRevisionDiffQueryParams, type GetAdvisoryReportRevisionDiffResponse, type GetAllActivityTypesQueryParams, type GetAllActivityTypesResponse, type GetAllAdvisoryReportsQueryParams, type GetAllAdvisoryReportsResponse, type GetAllAvailableAffiliationsResponse, type GetAllAvailablePlansResponse, type GetAllAvailableThemesInWegroupQueryParams, type GetAllAvailableThemesInWegroupResponse, type GetAllBrokersLinkedToCurrentUserResponse, type GetAllCampaignTemplatesQueryParams, type GetAllCampaignTemplatesResponse, type GetAllCampaignsByDistributionQueryParams, type GetAllCampaignsByDistributionResponse, type GetAllCarClaimCategoriesResponse, type GetAllClaimsAsBrokerQueryParams, type GetAllClaimsAsBrokerResponse, type GetAllConversationsQueryParams, type GetAllConversationsResponse, type GetAllCustomersByDistributionQueryParams, type GetAllCustomersByDistributionResponse, type GetAllEnumsResponse, type GetAllLeadsByDistributionPathParams, type GetAllLeadsByDistributionResponse, type GetAllLeaseOffersByDistributionPathParams, type GetAllLeaseOffersByDistributionQueryParams, type GetAllLeaseOffersByDistributionResponse, type GetAllPartiesByDistributionPathParams, type GetAllPartiesByDistributionQueryParams, type GetAllPartiesByDistributionResponse, type GetAllPartiesByDistributionV2PathParams, type GetAllPartiesByDistributionV2QueryParams, type GetAllPartiesByDistributionV2Response, type GetAllRiskObjectsByPartyIdPathParams, type GetAllRiskObjectsByPartyIdQueryParams, type GetAllRiskObjectsByPartyIdResponse, type GetAllRiskObjectsByPartyIdV2PathParams, type GetAllRiskObjectsByPartyIdV2QueryParams, type GetAllRiskObjectsByPartyIdV2Response, type GetAllSessionsBySessionIdPathParams, type GetAllSessionsBySessionIdQueryParams, type GetAllSessionsBySessionIdResponse, type GetAllVehicleBrandsQueryParams, type GetAllVehicleBrandsResponse, type GetAllVehicleSeriesByBrandKeyPathParams, type GetAllVehicleSeriesByBrandKeyQueryParams, type GetAllVehicleSeriesByBrandKeyResponse, type GetAllVehicleVersionsBySeriesIdPathParams, type GetAllVehicleVersionsBySeriesIdQueryParams, type GetAllVehicleVersionsBySeriesIdResponse, type GetAnvaAgentsQueryParams, type GetAnvaAgentsResponse, type GetAnvaClosingQuestionsQueryParams, type GetAnvaClosingQuestionsResponse, type GetAnvaCollectionMethodsPathParams, type GetAnvaCollectionMethodsQueryParams, type GetAnvaCollectionMethodsResponse, type GetAnvaEmployeesQueryParams, type GetAnvaEmployeesResponse, type GetAnvaLabelsQueryParams, type GetAnvaLabelsResponse, type GetAnvaMutationReasonsQueryParams, type GetAnvaMutationReasonsResponse, type GetAnvaPartiesQueryParams, type GetAnvaPartiesResponse, type GetAnvaProductsQueryParams, type GetAnvaProductsResponse, type GetAnvaproductByIdPathParams, type GetAnvaproductByIdQueryParams, type GetAnvaproductByIdResponse, type GetAnvaproductsQueryParams, type GetAnvaproductsResponse, type GetArtifactFromEventByIdPathParams, type GetArtifactFromEventByIdQueryParams, type GetArtifactFromEventByIdResponse, type GetAssuEmployeesQueryParams, type GetAssuEmployeesResponse, type GetAvailableFlowsForDistributionInfoQueryParams, type GetAvailableFlowsForDistributionInfoResponse, type GetBrokerByAnvaProducerIdPathParams, type GetBrokerByAnvaProducerIdResponse, type GetBrokerByAnvaRelationMangerIdPathParams, type GetBrokerByAnvaRelationMangerIdResponse, type GetBrokerConnectionsByIdPathParams, type GetBrokerConnectionsByIdQueryParams, type GetBrokerConnectionsByIdResponse, type GetBrokerIntegrationsPathParams, type GetBrokerIntegrationsResponse, type GetCampaignByIdPathParams, type GetCampaignByIdQueryParams, type GetCampaignByIdResponse, type GetCampaignSettingsByDistributionQueryParams, type GetCampaignSettingsByDistributionResponse, type GetCampaignTargetMailTemplateQueryParams, type GetCampaignTargetMailTemplateResponse, type GetCarLeaseRatesQueryParams, type GetCarLeaseRatesResponse, type GetChatBySessionIdPathParams, type GetChatBySessionIdResponse, type GetChatSummaryV2BySessionIdPathParams, type GetChatSummaryV2BySessionIdQueryParams, type GetChatSummaryV2BySessionIdResponse, type GetCheckupByPartyIdPathParams, type GetCheckupByPartyIdResponse, type GetClaimAsBrokerByIdPathParams, type GetClaimAsBrokerByIdQueryParams, type GetClaimAsBrokerByIdResponse, type GetClaimAsCustomerWithTokenPathParams, type GetClaimAsCustomerWithTokenQueryParams, type GetClaimAsCustomerWithTokenResponse, type GetClaimByIdAsCustomerPathParams, type GetClaimByIdAsCustomerResponse, type GetClaimEventsAsBrokerByIdPathParams, type GetClaimEventsAsBrokerByIdQueryParams, type GetClaimEventsAsBrokerByIdResponse, type GetClaimEventsAsCustomerPathParams, type GetClaimEventsAsCustomerQueryParams, type GetClaimEventsAsCustomerResponse, type GetClaimsAsCustomerQueryParams, type GetClaimsAsCustomerResponse, type GetClaimsAsPartyByIdPathParams, type GetClaimsAsPartyByIdResponse, type GetClaimsAsPartyPathParams, type GetClaimsAsPartyQueryParams, type GetClaimsAsPartyResponse, type GetComplianceByRiskObjectIdPathParams, type GetComplianceByRiskObjectIdResponse, type GetConversationByIdPathParams, type GetConversationByIdQueryParams, type GetConversationByIdResponse, type GetConversationNotesPathParams, type GetConversationNotesQueryParams, type GetConversationNotesResponse, type GetConversationReportPdfByIdBody, type GetConversationReportPdfByIdPathParams, type GetConversationReportPdfByIdQueryParams, type GetConversationReportPdfByIdResponse, type GetConversationsOriginFilterQueryParams, type GetConversationsOriginFilterResponse, type GetCurrentAccountInsightsAsCustomerQueryParams, type GetCurrentAccountInsightsAsCustomerResponse, type GetCurrentAccountInsightsAsPartyPathParams, type GetCurrentAccountInsightsAsPartyQueryParams, type GetCurrentAccountInsightsAsPartyResponse, type GetCurrentBrokerOfTheUserResponse, type GetCustomersByPartyPathParams, type GetCustomersByPartyQueryParams, type GetCustomersByPartyResponse, type GetDiasAfdbranchesResponse, type GetDiasCollectionMethodsPathParams, type GetDiasCollectionMethodsQueryParams, type GetDiasCollectionMethodsResponse, type GetDiasEmployeesQueryParams, type GetDiasEmployeesResponse, type GetDiasPartiesQueryParams, type GetDiasPartiesResponse, type GetDiasPartySalutationsResponse, type GetDiasPartyTitlesResponse, type GetDiasProductsQueryParams, type GetDiasProductsResponse, type GetDiasflowInsurancesQueryParams, type GetDiasflowInsurancesResponse, type GetDiasflowProductByIdPathParams, type GetDiasflowProductByIdQueryParams, type GetDiasflowProductByIdResponse, type GetDiasflowProductsQueryParams, type GetDiasflowProductsResponse, type GetDistributionActivityPathParams, type GetDistributionActivityQueryParams, type GetDistributionActivityResponse, type GetDistributionAffiliationsPathParams, type GetDistributionAffiliationsResponse, type GetDistributionByIdPathParams, type GetDistributionByIdResponse, type GetDistributionConnectionsByIdPathParams, type GetDistributionConnectionsByIdQueryParams, type GetDistributionConnectionsByIdResponse, type GetDistributionFaqQueryParams, type GetDistributionFaqResponse, type GetDistributionHasPendingUpgradePathParams, type GetDistributionHasPendingUpgradeResponse, type GetDistributionSettingsResponse, type GetDistributionTagsQueryParams, type GetDistributionTagsResponse, type GetDocumentExtractionBatchByIdPathParams, type GetDocumentExtractionBatchByIdResponse, type GetDocumentMetadataPathParams, type GetDocumentMetadataResponse, type GetDocumentsAsCustomerQueryParams, type GetDocumentsAsCustomerResponse, type GetDocumentsForPartyPathParams, type GetDocumentsForPartyQueryParams, type GetDocumentsForPartyResponse, type GetEmailByMessageIdQueryParams, type GetEmailByMessageIdResponse, type GetEncryptionKeysQueryParams, type GetEncryptionKeysResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponsePathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryPathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryResponse, type GetEnumByAnvaLabelPathParams, type GetEnumByAnvaLabelQueryParams, type GetEnumByAnvaLabelResponse, type GetEnumByDiasLabelPathParams, type GetEnumByDiasLabelQueryParams, type GetEnumByDiasLabelResponse, type GetEventsByAdvisoryReportIdPathParams, type GetEventsByAdvisoryReportIdQueryParams, type GetEventsByAdvisoryReportIdResponse, type GetExtractEnityInfoPathParams, type GetExtractEnityInfoResponse, type GetFasterforwardEmployeesQueryParams, type GetFasterforwardEmployeesResponse, type GetFasterforwardTeamsQueryParams, type GetFasterforwardTeamsResponse, type GetFinconnectLinkAsCustomerQueryParams, type GetFinconnectLinkAsCustomerResponse, type GetFinconnectLinkForInsurancePolicyAsCustomerPathParams, type GetFinconnectLinkForInsurancePolicyAsCustomerQueryParams, type GetFinconnectLinkForInsurancePolicyAsCustomerResponse, type GetFlowInfoByIdPathParams, type GetFlowInfoByIdQueryParams, type GetFlowInfoByIdResponse, type GetFlowsInfoQueryParams, type GetFlowsInfoResponse, type GetGbiQueryParams, type GetGbiResponse, type GetHubspotVisitorIdentificationTokenResponse, type GetInfoForClaimPathParams, type GetInfoForClaimQueryParams, type GetInfoForClaimResponse, type GetInsightsIfCarIsInsuredBody, type GetInsightsIfCarIsInsuredResponse, type GetInsuranceCompaniesQueryParams, type GetInsuranceCompaniesResponse, type GetInsurancePoliciesAsCustomerQueryParams, type GetInsurancePoliciesAsCustomerResponse, type GetInsurancePoliciesForPartyPathParams, type GetInsurancePoliciesForPartyQueryParams, type GetInsurancePoliciesForPartyResponse, type GetInsurancePolicyByIdAsCustomerPathParams, type GetInsurancePolicyByIdAsCustomerResponse, type GetInsurancePolicyByIdPathParams, type GetInsurancePolicyByIdResponse, type GetInsurancePolicySimulationsForPartyPathParams, type GetInsurancePolicySimulationsForPartyQueryParams, type GetInsurancePolicySimulationsForPartyResponse, type GetInsuranceProductClausesByDistributionQueryParams, type GetInsuranceProductClausesByDistributionResponse, type GetInsuranceProductsV2QueryParams, type GetInsuranceProductsV2Response, type GetIntegrationsByDistributionPathParams, type GetIntegrationsByDistributionResponse, type GetInvoiceByIdAsCustomerPathParams, type GetInvoiceByIdAsCustomerResponse, type GetInvoicesAsCustomerQueryParams, type GetInvoicesAsCustomerResponse, type GetInvoicesAsPartyByIdPathParams, type GetInvoicesAsPartyByIdResponse, type GetInvoicesAsPartyPathParams, type GetInvoicesAsPartyQueryParams, type GetInvoicesAsPartyResponse, type GetJobResultByIdPathParams, type GetJobResultByIdQueryParams, type GetJobResultByIdResponse, type GetKycByPartyPathParams, type GetKycByPartyQueryParams, type GetKycByPartyResponse, type GetLeadByIdPathParams, type GetLeadByIdResponse, type GetLeadProviderByIdPathParams, type GetLeadProviderByIdResponse, type GetLeadProvidersByAffinityQueryParams, type GetLeadProvidersByAffinityResponse, type GetLeaseOfferByIdPathParams, type GetLeaseOfferByIdQueryParams, type GetLeaseOfferByIdResponse, type GetLinkOfDocumentPathParams, type GetLinkOfDocumentResponse, type GetMetricsByCampaignPathParams, type GetMetricsByCampaignQueryParams, type GetMetricsByCampaignResponse, type GetMinimalOfferByIdPathParams, type GetMinimalOfferByIdQueryParams, type GetMinimalOfferByIdResponse, type GetMinimalOfferRevisionByIdPathParams, type GetMinimalOfferRevisionByIdResponse, type GetMinimalRiskObjectByIdPathParams, type GetMinimalRiskObjectByIdQueryParams, type GetMinimalRiskObjectByIdResponse, type GetNaceQueryParams, type GetNaceResponse, type GetNoveltyInsightsByDistributionPathParams, type GetNoveltyInsightsByDistributionQueryParams, type GetNoveltyInsightsByDistributionResponse, type GetOfferByIdPathParams, type GetOfferByIdResponse, type GetOffersByDistributionPathParams, type GetOffersByDistributionQueryParams, type GetOffersByDistributionResponse, type GetOnboardingChecklistByBrokerPathParams, type GetOnboardingChecklistByBrokerQueryParams, type GetOnboardingChecklistByBrokerResponse, type GetOnesuranceDataByPartyIdPathParams, type GetOnesuranceDataByPartyIdQueryParams, type GetOnesuranceDataByPartyIdResponse, type GetOnesuranceRecommendationsByEmailIdPathParams, type GetOnesuranceRecommendationsByEmailIdQueryParams, type GetOnesuranceRecommendationsByEmailIdResponse, type GetOrganisationDistributionsPathParams, type GetOrganisationDistributionsQueryParams, type GetOrganisationDistributionsResponse, type GetOrganisationLeadsPathParams, type GetOrganisationLeadsQueryParams, type GetOrganisationLeadsResponse, type GetOrganisationOffersPathParams, type GetOrganisationOffersQueryParams, type GetOrganisationOffersResponse, type GetOutlookConnectionDetailsQueryParams, type GetOutlookConnectionDetailsResponse, type GetOutlookMailByIdPathParams, type GetOutlookMailByIdQueryParams, type GetOutlookMailByIdResponse, type GetOutlookMailByOutlookMessageIdPathParams, type GetOutlookMailByOutlookMessageIdQueryParams, type GetOutlookMailByOutlookMessageIdResponse, type GetOutlookMailfoldersQueryParams, type GetOutlookMailfoldersResponse, type GetOutlookMailsQueryParams, type GetOutlookMailsResponse, type GetPartiesByCustomerPathParams, type GetPartiesByCustomerQueryParams, type GetPartiesByCustomerResponse, type GetPartiesLinkedToUserResponse, type GetPartiesOriginFilterQueryParams, type GetPartiesOriginFilterResponse, type GetPartyAddressesPathParams, type GetPartyAddressesResponse, type GetPartyByIdPathParams, type GetPartyByIdResponse, type GetPartyMergeSuggestionsPathParams, type GetPartyMergeSuggestionsQueryParams, type GetPartyMergeSuggestionsResponse, type GetPdfOfAdvisoryReportByIdPathParams, type GetPdfOfAdvisoryReportByIdQueryParams, type GetPdfOfAdvisoryReportByIdResponse, type GetPerformanceInsightsByDistributionPathParams, type GetPerformanceInsightsByDistributionQueryParams, type GetPerformanceInsightsByDistributionResponse, type GetPolicyPackageByIdAsCustomerPathParams, type GetPolicyPackageByIdAsCustomerResponse, type GetPolicyPackageByIdPathParams, type GetPolicyPackageByIdQueryParams, type GetPolicyPackageByIdResponse, type GetPolicyPackageSimulationsForPartyPathParams, type GetPolicyPackageSimulationsForPartyResponse, type GetPolicyPackagesAsCustomerQueryParams, type GetPolicyPackagesAsCustomerResponse, type GetPolicyPackagesForPartyPathParams, type GetPolicyPackagesForPartyResponse, type GetPossibleInsuranceProductsByPartyIdPathParams, type GetPossibleInsuranceProductsByPartyIdQueryParams, type GetPossibleInsuranceProductsByPartyIdResponse, type GetPossibleInsuranceProductsByRiskObjectIdPathParams, type GetPossibleInsuranceProductsByRiskObjectIdQueryParams, type GetPossibleInsuranceProductsByRiskObjectIdResponse, type GetPossibleInsuranceProductsForManagementByPartyIdPathParams, type GetPossibleInsuranceProductsForManagementByPartyIdQueryParams, type GetPossibleInsuranceProductsForManagementByPartyIdResponse, type GetPossibleInsuranceProductsForStaffByPartyIdPathParams, type GetPossibleInsuranceProductsForStaffByPartyIdQueryParams, type GetPossibleInsuranceProductsForStaffByPartyIdResponse, type GetPreventionAdviceQueryParams, type GetPreventionAdviceResponse, type GetPromotionsByDistributionIdPathParams, type GetPromotionsByDistributionIdResponse, type GetProvenanceInfoOfDocumentPathParams, type GetProvenanceInfoOfDocumentResponse, type GetQuoteExportsQueryParams, type GetQuoteExportsResponse, type GetQuoteInsightsPathParams, type GetQuoteInsightsQueryParams, type GetQuoteInsightsResponse, type GetQuotesAsBatchResultsByConversationIdPathParams, type GetQuotesAsBatchResultsByConversationIdQueryParams, type GetQuotesAsBatchResultsByConversationIdResponse, type GetRecommendationsByIdPathParams, type GetRecommendationsByIdQueryParams, type GetRecommendationsByIdResponse, type GetRecommendationsByPartyIdPathParams, type GetRecommendationsByPartyIdQueryParams, type GetRecommendationsByPartyIdResponse, type GetRecommendationsBySessionIdPathParams, type GetRecommendationsBySessionIdQueryParams, type GetRecommendationsBySessionIdResponse, type GetRiskAnalysisByPartyIdPathParams, type GetRiskAnalysisByPartyIdResponse, type GetRiskDomainByIdPathParams, type GetRiskDomainByIdQueryParams, type GetRiskDomainByIdResponse, type GetRiskDomainsQueryParams, type GetRiskDomainsResponse, type GetRiskObjectByRiskObjectRevisionIdPathParams, type GetRiskObjectByRiskObjectRevisionIdQueryParams, type GetRiskObjectByRiskObjectRevisionIdResponse, type GetRiskObjectRevisionsByIdPathParams, type GetRiskObjectRevisionsByIdQueryParams, type GetRiskObjectRevisionsByIdResponse, type GetSbiQueryParams, type GetSbiResponse, type GetSingularityJobResultByIdPathParams, type GetSingularityJobResultByIdQueryParams, type GetSingularityJobResultByIdResponse, type GetStepSettingsByAdvisoryReportIdPathParams, type GetStepSettingsByAdvisoryReportIdQueryParams, type GetStepSettingsByAdvisoryReportIdResponse, type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams, type GetSupportedAnvaflowCoveragesGroupedByAdnResponse, type GetSupportedAnvaflowCoveragesQueryParams, type GetSupportedAnvaflowCoveragesResponse, type GetSupportedAnvaflowInsuranceCompaniesQueryParams, type GetSupportedAnvaflowInsuranceCompaniesResponse, type GetSupportedAnvaflowInsurancesQueryParams, type GetSupportedAnvaflowInsurancesResponse, type GetSupportedAnvaflowTagsQueryParams, type GetSupportedAnvaflowTagsResponse, type GetSupportedInsuranceCompaniesQueryParams, type GetSupportedInsuranceCompaniesResponse, type GetSupportedInsuranceSubjectsQueryParams, type GetSupportedInsuranceSubjectsResponse, type GetSupportedMimeTypesResponse, type GetSupportedRiskDomainsQueryParams, type GetSupportedRiskDomainsResponse, type GetSupportedYellowhiveflowCoveragesQueryParams, type GetSupportedYellowhiveflowCoveragesResponse, type GetSupportedYellowhiveflowInsurancesQueryParams, type GetSupportedYellowhiveflowInsurancesResponse, type GetSystemCampaignsByPartyPathParams, type GetSystemCampaignsByPartyQueryParams, type GetSystemCampaignsByPartyResponse, type GetTheBrokerByIdPathParams, type GetTheBrokerByIdResponse, type GetUspByDistributionQueryParams, type GetUspByDistributionResponse, type GetValuesOfEnumPathParams, type GetValuesOfEnumResponse, type GetVehicleByCarIdOrFebiacIdQueryParams, type GetVehicleByCarIdOrFebiacIdResponse, type GetVehicleByNumberPlateAndCarIdPathParams, type GetVehicleByNumberPlateAndCarIdQueryParams, type GetVehicleByNumberPlateAndCarIdResponse, type GetVehicleByVersionIdPathParams, type GetVehicleByVersionIdQueryParams, type GetVehicleByVersionIdResponse, type GetVehicleByVinAndCarIdPathParams, type GetVehicleByVinAndCarIdQueryParams, type GetVehicleByVinAndCarIdResponse, type GetVehicleVersionFactsBySeriesIdPathParams, type GetVehicleVersionFactsBySeriesIdQueryParams, type GetVehicleVersionFactsBySeriesIdResponse, type GetWeatherInfoQueryParams, type GetWeatherInfoResponse, type GetYellowhiveflowProductByIdPathParams, type GetYellowhiveflowProductByIdQueryParams, type GetYellowhiveflowProductByIdResponse, type GetYellowhiveflowProductsQueryParams, type GetYellowhiveflowProductsResponse, type GetYourOwnUserResponse, type GiveFeedbackOnConversationByIdPathParams, type GiveFeedbackOnConversationByIdQueryParams, type GiveFeedbackOnConversationByIdResponse, type GiveFeedbackOnRecommendationsByIdBody, type GiveFeedbackOnRecommendationsByIdPathParams, type GiveFeedbackOnRecommendationsByIdResponse, type GiveFeedbackToInsuranceTermsBotBody, type GiveFeedbackToInsuranceTermsBotQueryParams, type GiveFeedbackToInsuranceTermsBotResponse, type HandleCreateDistributionThemeBody, type HandleCreateDistributionThemeQueryParams, type HandleCreateDistributionThemeResponse, type HandleDeleteDistributionThemePathParams, type HandleDeleteDistributionThemeQueryParams, type HandleDeleteDistributionThemeResponse, type HandleUpdateDistributionThemeBody, type HandleUpdateDistributionThemePathParams, type HandleUpdateDistributionThemeQueryParams, type HandleUpdateDistributionThemeResponse, type HttpMethod, type ImportAnvaDocumentInWegroupQueryParams, type ImportAnvaDocumentInWegroupResponse, type ImportAnvaInsurancePolicyDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyDocumentInWegroupResponse, type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse, type ImportAnvaPartyInWegroupPathParams, type ImportAnvaPartyInWegroupQueryParams, type ImportAnvaPartyInWegroupResponse, type ImportAnvaproductBody, type ImportAnvaproductQueryParams, type ImportAnvaproductResponse, type ImportAssuPartyInWegroupPathParams, type ImportAssuPartyInWegroupQueryParams, type ImportAssuPartyInWegroupResponse, type ImportDiasPartyInWegroupPathParams, type ImportDiasPartyInWegroupQueryParams, type ImportDiasPartyInWegroupResponse, type ImportDiasflowProductBody, type ImportDiasflowProductQueryParams, type ImportDiasflowProductResponse, type ImportFasterforwardPartyInWegroupPathParams, type ImportFasterforwardPartyInWegroupQueryParams, type ImportFasterforwardPartyInWegroupResponse, type InviteColleaguesToDistributionBody, type InviteColleaguesToDistributionResponse, type InviteUserToPartyBody, type InviteUserToPartyPathParams, type InviteUserToPartyResponse, type LinkConversationToAdvisoryReportBody, type LinkConversationToAdvisoryReportPathParams, type LinkConversationToAdvisoryReportQueryParams, type LinkConversationToAdvisoryReportResponse, type LinkPartyToUserBody, type LinkPartyToUserResponse, type LockFlightApiResponse, type MarkConversationAsCompletedByIdBody, type MarkConversationAsCompletedByIdPathParams, type MarkConversationAsCompletedByIdResponse, type MergePartiesTogetherBody, type MergePartiesTogetherPathParams, type MergePartiesTogetherQueryParams, type MergePartiesTogetherResponse, type Middleware, type OrderInsurancePolciesOfAdvisoryReportBody, type OrderInsurancePolciesOfAdvisoryReportPathParams, type OrderInsurancePolciesOfAdvisoryReportQueryParams, type OrderInsurancePolciesOfAdvisoryReportResponse, type OutlookConnectionSyncQueryParams, type OutlookConnectionSyncResponse, type OverrideInsuranceProductRecommendationByIdBody, type OverrideInsuranceProductRecommendationByIdPathParams, type OverrideInsuranceProductRecommendationByIdResponse, type OverridePreventionAdviceRecommendationByIdBody, type OverridePreventionAdviceRecommendationByIdPathParams, type OverridePreventionAdviceRecommendationByIdResponse, type PatchAnvaproductByIdBody, type PatchAnvaproductByIdPathParams, type PatchAnvaproductByIdQueryParams, type PatchAnvaproductByIdResponse, type PatchAnvaproductCoverageByIdBody, type PatchAnvaproductCoverageByIdPathParams, type PatchAnvaproductCoverageByIdQueryParams, type PatchAnvaproductCoverageByIdResponse, type PatchDiasflowProductByIdBody, type PatchDiasflowProductByIdPathParams, type PatchDiasflowProductByIdQueryParams, type PatchDiasflowProductByIdResponse, type PatchDiasflowProductCoverageByDiasIdBody, type PatchDiasflowProductCoverageByDiasIdPathParams, type PatchDiasflowProductCoverageByDiasIdQueryParams, type PatchDiasflowProductCoverageByDiasIdResponse, type PatchOwnPartyAsCustomerBody, type PatchOwnPartyAsCustomerResponse, type PoseAQuestionToInsuranceTermsBotBody, type PoseAQuestionToInsuranceTermsBotForItToCompareBody, type PoseAQuestionToInsuranceTermsBotForItToCompareQueryParams, type PoseAQuestionToInsuranceTermsBotForItToCompareResponse, type PoseAQuestionToInsuranceTermsBotQueryParams, type PoseAQuestionToInsuranceTermsBotResponse, type PostEventAsCarglassPartnerBody, type PostEventAsCarglassPartnerResponse, type PutClausesForReportBody, type PutClausesForReportPathParams, type PutClausesForReportQueryParams, type PutClausesForReportResponse, type RecalculateDiasQuotesBySessionIdAndProductIdBody, type RecalculateDiasQuotesBySessionIdAndProductIdPathParams, type RecalculateDiasQuotesBySessionIdAndProductIdQueryParams, type RecalculateDiasQuotesBySessionIdAndProductIdResponse, type RecalculateDiasSimulationBySessionIdBody, type RecalculateDiasSimulationBySessionIdPathParams, type RecalculateDiasSimulationBySessionIdQueryParams, type RecalculateDiasSimulationBySessionIdResponse, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse, type RecalculateSimulationBySessionIdBody, type RecalculateSimulationBySessionIdPathParams, type RecalculateSimulationBySessionIdQueryParams, type RecalculateSimulationBySessionIdResponse, type RecalculateYellowhiveQuotesBySessionIdAndProductIdBody, type RecalculateYellowhiveQuotesBySessionIdAndProductIdPathParams, type RecalculateYellowhiveQuotesBySessionIdAndProductIdQueryParams, type RecalculateYellowhiveQuotesBySessionIdAndProductIdResponse, type RecalculateYellowhiveSimulationBySessionIdBody, type RecalculateYellowhiveSimulationBySessionIdPathParams, type RecalculateYellowhiveSimulationBySessionIdQueryParams, type RecalculateYellowhiveSimulationBySessionIdResponse, type RetrieveAirportsResponse, type RetrieveAllExportsByPartyPathParams, type RetrieveAllExportsByPartyQueryParams, type RetrieveAllExportsByPartyResponse, type RetrieveAnvaflowsQuestionnairesPathParams, type RetrieveAnvaflowsQuestionnairesQueryParams, type RetrieveAnvaflowsQuestionnairesResponse, type RetrieveAskLaterQuestionsQueryParams, type RetrieveAskLaterQuestionsResponse, type RetrieveAutomobileByCarIdFreemiumVersionPathParams, type RetrieveAutomobileByCarIdFreemiumVersionQueryParams, type RetrieveAutomobileByCarIdFreemiumVersionResponse, type RetrieveAutomobileByIdFreemiumQueryParams, type RetrieveAutomobileByIdFreemiumResponse, type RetrieveDiasQuestionnairesPathParams, type RetrieveDiasQuestionnairesQueryParams, type RetrieveDiasQuestionnairesResponse, type RetrieveExportByIdPathParams, type RetrieveExportByIdQueryParams, type RetrieveExportByIdResponse, type RetrieveFlowBody, type RetrieveFlowPathParams, type RetrieveFlowQueryParams, type RetrieveFlowResponse, type RetrieveYellowhiveQuestionnairesPathParams, type RetrieveYellowhiveQuestionnairesQueryParams, type RetrieveYellowhiveQuestionnairesResponse, type SchemaAboutUsResponse, type SchemaAccelerationTo100, type SchemaAccident, type SchemaAccidentStatement, type SchemaAccidentStatementType, type SchemaAccidentStatementType_2, type SchemaAccountCreateCmd, type SchemaAccountCreatedResponse, type SchemaAccreditedAppraiser, type SchemaAccreditedAppraiser_2, type SchemaAcknowledgementQueryModel, type SchemaAction, type SchemaActionType, type SchemaActionUrlResponse, type SchemaActivateOutlookSyncCmd, type SchemaActivateOutlookSyncParams, type SchemaActivitiesCreateCmd, type SchemaActivity, type SchemaActivityFrontPageCmd, type SchemaActivityFrontPageQueryModel, type SchemaActivityPatchCmd, type SchemaActivityQueryModel, type SchemaAddActionToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdviceToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdvisoryReportStepsConfigurationParams, type SchemaAddConversationToAdvisoryReportRevisionParams, type SchemaAddInsuranceProductClausesToAdvisoryReportRevisionParams, type SchemaAddRiskDomainToAdvisoryReportRevisionParams, type SchemaAdditionalProperties, type SchemaAdditionalProperties_2, type SchemaAddresWithMetadata, type SchemaAddress, type SchemaAddressAllNones, type SchemaAddressInfoLinkRelationType, type SchemaAddressInformation, type SchemaAddressRules, type SchemaAdviceChangeType, type SchemaAdviceDiffModel, type SchemaAdviceQueryModel, type SchemaAdviceType, type SchemaAdvisoryReport, type SchemaAdvisoryReportAdviceActionCreateCmd, type SchemaAdvisoryReportAdviceDiff, type SchemaAdvisoryReportClauseQueryModel, type SchemaAdvisoryReportClausesCreateCmd, type SchemaAdvisoryReportConversationLinkCmd, type SchemaAdvisoryReportConversationQueryModel, type SchemaAdvisoryReportCreateCmd, type SchemaAdvisoryReportDocxResponse, type SchemaAdvisoryReportExportOptions, type SchemaAdvisoryReportExportResponse, type SchemaAdvisoryReportFrontPageCreateCmd, type SchemaAdvisoryReportInsurancePolicyCmd, type SchemaAdvisoryReportInsurancePolicyOrder, type SchemaAdvisoryReportInsurancePolicyPackageCmd, type SchemaAdvisoryReportPartyQueryModel, type SchemaAdvisoryReportPdfResponse, type SchemaAdvisoryReportQueryModel, type SchemaAdvisoryReportRevisionAcceptanceCmd, type SchemaAdvisoryReportRevisionCmd, type SchemaAdvisoryReportRevisionCreateCmd, type SchemaAdvisoryReportRevisionMailInquiryCmd, type SchemaAdvisoryReportRevisionUpdateCmd, type SchemaAdvisoryReportRevisionsQueryModel, type SchemaAdvisoryReportRiskDomainActionCreateCmd, type SchemaAdvisoryReportRiskDomainActionPatchCmd, type SchemaAdvisoryReportRiskDomainAdviceCreateCmd, type SchemaAdvisoryReportRiskDomainAdvicePatchCmd, type SchemaAdvisoryReportRiskDomainCreateCmd, type SchemaAdvisoryReportStepsCreateCmd, type SchemaAdvisoryReportTask, type SchemaAdvisoryReportsQueryModel, type SchemaAdvisoryTaskPriority, type SchemaAedesCar, type SchemaAedesCarPayload, type SchemaAedesDriver, type SchemaAedesParking, type SchemaAedesParking_2, type SchemaAffiliation, type SchemaAffiliationInfo, type SchemaAffiliationStatus, type SchemaAffinityKey, type SchemaAgHomePayload, type SchemaAgriculturalVehicleUsage, type SchemaAgriculturalVehicleUsage_2, type SchemaAlarmSystem, type SchemaAllGuaranteesSetting, type SchemaAllianzCancellationReason, type SchemaAllianzCancellationReason_2, type SchemaAllianzCar, type SchemaAllianzCarPayload, type SchemaAllianzDriver, type SchemaAllianzFamilyPayload, type SchemaAllianzHome, type SchemaAllianzHomePayload, type SchemaAnalyzeEmailByIdParams, type SchemaAnnex, type SchemaAnnexRoofConstructionType, type SchemaAnnexType, type SchemaAnnexType_2, type SchemaAnnexWallConstructionType, type SchemaAnnualPremium, type SchemaAnnualPremiumQueryModel, type SchemaAnswer, type SchemaAnswerFlowParams, type SchemaAnswerFlowSessionParams, type SchemaAnswerFlowsResponse, type SchemaAnswerValidationError, type SchemaAnswerValidationErrorMessage, type SchemaAnswersPayload, type SchemaAnvaAdnCoverage, type SchemaAnvaCalculationPackage, type SchemaAnvaCalculationResponse, type SchemaAnvaClaimStatus, type SchemaAnvaClosingQuestion, type SchemaAnvaClosingQuestionUpsertCmd, type SchemaAnvaCollectionMethod, type SchemaAnvaCollectionMethods, type SchemaAnvaCoverage, type SchemaAnvaCoverageCombination, type SchemaAnvaCustomerInquiryParams, type SchemaAnvaDocument, type SchemaAnvaDocumentUpdateCmd, type SchemaAnvaDocumentUploadCmd, type SchemaAnvaExportReply, type SchemaAnvaFlowLabelStatus, type SchemaAnvaFlowStatus, type SchemaAnvaInquiry, type SchemaAnvaInquiryDocument, type SchemaAnvaInsurance, type SchemaAnvaInsuranceCompany, type SchemaAnvaInsuranceCompanyUpdateCmd, type SchemaAnvaInsurancePackage, type SchemaAnvaInsurancePolicy, type SchemaAnvaInsuranceUpdateCmd, type SchemaAnvaInvoiceStatus, type SchemaAnvaLabel, type SchemaAnvaMutationReason, type SchemaAnvaMutationReasons, type SchemaAnvaOfferDocument, type SchemaAnvaPackage, type SchemaAnvaPackageDiscount, type SchemaAnvaPackageUpdateCmd, type SchemaAnvaPolicyPackageCalculationJob, type SchemaAnvaProduct, type SchemaAnvaProductFlowRevision, type SchemaAnvaProductImportCmd, type SchemaAnvaProductQueryModel, type SchemaAnvaProductQuestionnaire, type SchemaAnvaProductQuestionnaireQueryModel, type SchemaAnvaProductQuestionnairesQueryModel, type SchemaAnvaProductQuestionnairesUpdateCmd, type SchemaAnvaProductQuestionnairesValidateCmd, type SchemaAnvaProductSearchItem, type SchemaAnvaProductSearches, type SchemaAnvaProductTag, type SchemaAnvaProductTagUpsertCmd, type SchemaAnvaProductToInsurancePolicyLink, type SchemaAnvaProductUpdateCmd, type SchemaAnvaQuote, type SchemaAnvaQuoteCalculationJob, type SchemaAnvaQuoteCalculationJobsQueuedResponse, type SchemaAnvaSendOfferInsurancePolicy, type SchemaAnvaSendOfferPolicyPackage, type SchemaAnvaSendOfferResponse, type SchemaAnvaTag, type SchemaAnvaTaskCmd, type SchemaAnvaTaskPriority, type SchemaApiCoverage, type SchemaApiCoverageSource, type SchemaAppHandlersNatsModelsStatusResponse, type SchemaAppModelsAdvisoryReportAdvisoryReportAdviceDiffRiskDomain, type SchemaAppModelsAdvisoryReportAdvisoryReportRevisionCreateCmdInsurancePolicies, type SchemaAppModelsCompanyRegistrationCompanyRegistration, type SchemaAppModelsCompanyRegistrationCompanyregistration, type SchemaAppModelsEnumsCompanyProspectType, type SchemaAppModelsEnumsCustomerProspectType, type SchemaAppModelsEnumsLanguageCodes, type SchemaAppModelsEnumsLanguageCodes_2, type SchemaAppModelsEnumsMiscellaneousType, type SchemaAppModelsEnumsProspectType, type SchemaAppModelsEnumsProspectType_2, type SchemaAppModelsFsmaFsma, type SchemaAppModelsInsurancePolicyExternalLabel, type SchemaAppModelsInsurancePolicyExternalRef, type SchemaAppModelsInsurancePolicyExternalref, type SchemaAppModelsLeadAcknowledgement, type SchemaAppModelsLocalisationLocalisation, type SchemaAppModelsOfferAcknowledgement, type SchemaAppModelsOfferInsurance, type SchemaAppModelsPartyCommandsExternalRef, type SchemaAppModelsPartyCommandsExternalref, type SchemaAppModelsPartyCustomer, type SchemaAppModelsPartyManagementBaseDocumentDataPreferences, type SchemaAppModelsPartyManagementFunction, type SchemaAppModelsPartyManagementFunction_2, type SchemaAppModelsPartyManagementbasedocumentdataPreferences, type SchemaAppModelsPartyPartyCompanyBaseAssetInfo, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoMachineDelivery, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoPeriodicCash, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoSiloCapacity, type SchemaAppModelsPartyPartyCompanyBaseBookkeeper, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorks, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorksConstructionWorkDuration, type SchemaAppModelsPartyPartyCompanyBaseContactPerson, type SchemaAppModelsPartyPartyCompanyBaseCustomerInfo, type SchemaAppModelsPartyPartyCompanyBaseCyber, type SchemaAppModelsPartyPartyCompanyBaseExhibitionActivity, type SchemaAppModelsPartyPartyCompanyBaseExportActivity, type SchemaAppModelsPartyPartyCompanyBaseFinancialInfo, type SchemaAppModelsPartyPartyCompanyBaseImportActivity, type SchemaAppModelsPartyPartyCompanyBaseLegalAid, type SchemaAppModelsPartyPartyCompanyBaseLiabilityInfo, type SchemaAppModelsPartyPartyCompanyBaseOutlook, type SchemaAppModelsPartyPartyCompanyBasePersonnelDetails, type SchemaAppModelsPartyPartyCompanyBaseThirdPartyActivity, type SchemaAppModelsPartyPartyCompanyBaseTransportInfo, type SchemaAppModelsPartyPartyCompanyBaseTurnover, type SchemaAppModelsPartyPartyCompanyBaseWorkforce, type SchemaAppModelsPartyPartyCompanyBaseWorkforceWageBill, type SchemaAppModelsPartyPartyPreferences, type SchemaAppModelsPartyPartyPreferencesFuneralPreference, type SchemaAppModelsPartyPartycompanybaseAssetinfo, type SchemaAppModelsPartyPartycompanybaseAssetinfoMachinedelivery, type SchemaAppModelsPartyPartycompanybaseAssetinfoPeriodiccash, type SchemaAppModelsPartyPartycompanybaseAssetinfoSilocapacity, type SchemaAppModelsPartyPartycompanybaseBookkeeper, type SchemaAppModelsPartyPartycompanybaseConstructionworks, type SchemaAppModelsPartyPartycompanybaseConstructionworksConstructionworkduration, type SchemaAppModelsPartyPartycompanybaseContactperson, type SchemaAppModelsPartyPartycompanybaseCustomerinfo, type SchemaAppModelsPartyPartycompanybaseCyber, type SchemaAppModelsPartyPartycompanybaseExhibitionactivity, type SchemaAppModelsPartyPartycompanybaseExportactivity, type SchemaAppModelsPartyPartycompanybaseFinancialinfo, type SchemaAppModelsPartyPartycompanybaseImportactivity, type SchemaAppModelsPartyPartycompanybaseLegalaid, type SchemaAppModelsPartyPartycompanybaseLiabilityinfo, type SchemaAppModelsPartyPartycompanybaseOutlook, type SchemaAppModelsPartyPartycompanybasePersonneldetails, type SchemaAppModelsPartyPartycompanybaseThirdpartyactivity, type SchemaAppModelsPartyPartycompanybaseTransportinfo, type SchemaAppModelsPartyPartycompanybaseTurnover, type SchemaAppModelsPartyPartycompanybaseWorkforce, type SchemaAppModelsPartyPartycompanybaseWorkforceWagebill, type SchemaAppModelsPartyPartypreferences, type SchemaAppModelsPartyPartypreferencesFuneralpreference, type SchemaAppModelsReadDocument, type SchemaAppModelsReadDocumentExternalRef, type SchemaAppModelsRiskObjectsAmountOfRiskObjects, type SchemaAppModelsRiskObjectsBicycleBicycle, type SchemaAppModelsRiskObjectsBicyclePreferences, type SchemaAppModelsRiskObjectsBoatBoat, type SchemaAppModelsRiskObjectsBoatPreferences, type SchemaAppModelsRiskObjectsCarCar, type SchemaAppModelsRiskObjectsCarCar_2, type SchemaAppModelsRiskObjectsCarPreferences, type SchemaAppModelsRiskObjectsCarPreferences_2, type SchemaAppModelsRiskObjectsFamilyFamily, type SchemaAppModelsRiskObjectsLegalLegal, type SchemaAppModelsRiskObjectsMiscellaneousMiscellaneous, type SchemaAppModelsRiskObjectsPartyGroupPartyGroup, type SchemaAppModelsRiskObjectsResidenceMainBuilding, type SchemaAppModelsRiskObjectsResidenceResidence, type SchemaAppModelsRiskObjectsResidenceResidencePreferences, type SchemaAppModelsRiskObjectsRiskObjects, type SchemaAppModelsRiskObjectsSemiTrailerSemiTrailer, type SchemaAppModelsRiskObjectsTeacherTeacher, type SchemaAppModelsRiskObjectsTrailerTrailer, type SchemaAppModelsRiskObjectsTwowheelerPreferences, type SchemaAppModelsRiskObjectsTwowheelerTwoWheeler, type SchemaAppModelsThemeThemeCreateCmd, type SchemaAppModelsUploadExternalRef, type SchemaAppResponsesBaseStatusResponse, type SchemaAppViewsModelsAdvisoryReportAdvisoryReportQueryModelInsurancePolicies, type SchemaAppViewsModelsAdvisoryReportCoverageQueryModelExternalLabel, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportPolicyPackageQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportRiskDomainActionQueryModelRiskDomain, type SchemaAppViewsModelsAdvisoryReportRiskDomainAdviceQueryModelRiskDomain, type SchemaAppViewsModelsClaimClaim, type SchemaAppViewsModelsClaimDocument, type SchemaAppViewsModelsInvoiceDocument, type SchemaAppViewsModelsOfferAcknowledgement, type SchemaAppViewsModelsOfferGuarantee, type SchemaAppViewsModelsOfferPartyAssignee, type SchemaAppViewsModelsPartyAddresWithMetadataMetaData, type SchemaAppViewsModelsPartyDocumentsPartyDocumentQueryModel, type SchemaAppViewsModelsPartyDocumentsPartydocumentquerymodel, type SchemaAppViewsModelsPartyLink, type SchemaAppViewsModelsPartyManagementQueryModel, type SchemaAppViewsModelsPartyManagementquerymodel, type SchemaAppViewsModelsPartyPartyAssignee, type SchemaAppViewsModelsPartyPartyDocumentsMetaData, type SchemaAppViewsModelsPartyPartyLogoQueryModel, type SchemaAppViewsModelsPartyPartyRelationQueryModelParty, type SchemaAppViewsModelsPartyPartyassignee, type SchemaAppViewsModelsPartyPartylogoquerymodel, type SchemaAppViewsModelsPartyPartyrelationquerymodelParty, type SchemaAppViewsModelsRiskDomainPreventionAdviceQueryModelPreventAdviceRiskDomain, type SchemaAppViewsModelsRiskDomainRiskDomainsQueryModelRiskDomain, type SchemaAppViewsModelsRiskObjectBicycle, type SchemaAppViewsModelsRiskObjectBoat, type SchemaAppViewsModelsRiskObjectCar, type SchemaAppViewsModelsRiskObjectDriver, type SchemaAppViewsModelsRiskObjectFamily, type SchemaAppViewsModelsRiskObjectLegal, type SchemaAppViewsModelsRiskObjectLink, type SchemaAppViewsModelsRiskObjectMiscellaneous, type SchemaAppViewsModelsRiskObjectPartyGroup, type SchemaAppViewsModelsRiskObjectPerson, type SchemaAppViewsModelsRiskObjectResidence, type SchemaAppViewsModelsRiskObjectRiskObjects, type SchemaAppViewsModelsRiskObjectSemiTrailer, type SchemaAppViewsModelsRiskObjectTeacher, type SchemaAppViewsModelsRiskObjectTrailer, type SchemaAppViewsModelsRiskObjectTwoWheeler, type SchemaAragLegalPayload, type SchemaArcesLegalPayload, type SchemaAskLaterQuestion, type SchemaAskLaterQuestionsRequest, type SchemaAskLaterQuestionsResponse, type SchemaAskaPackageChoice, type SchemaAskaPackageChoice_2, type SchemaAskaTravelInsuranceType, type SchemaAskaTravelInsuranceType_2, type SchemaAssetInfo, type SchemaAssignedToType, type SchemaAssociatedCompany, type SchemaAssuDocumentUploadCmd, type SchemaAssuTaskCmd, type SchemaAssuTaskPriority, type SchemaAttachmentType, type SchemaAudits, type SchemaAuth, type SchemaAutomaticEmergencyBreaking, type SchemaAvatars, type SchemaAxaCar, type SchemaAxaCarPayload, type SchemaAxaContractualExcess, type SchemaAxaContractualExcess_2, type SchemaAxaDriver, type SchemaAxaFamilyPayload, type SchemaAxaHome, type SchemaAxaHomePayload, type SchemaAxaItemLimitTier, type SchemaAxaItemLimitTier_2, type SchemaAxaTheftFormulas, type SchemaAxaTheftFormulas_2, type SchemaBackupFrequency, type SchemaBackupFrequency_2, type SchemaBalance, type SchemaBalanceQueryModel, type SchemaBaloiseCar, type SchemaBaloiseCarPayload, type SchemaBaloiseDriver, type SchemaBaloiseFamilyPayload, type SchemaBaloiseHome, type SchemaBaloiseHomePayload, type SchemaBatchUnitResponse, type SchemaBatteryCapacity, type SchemaBicycle, type SchemaBicycleReferenceQueryModel, type SchemaBicycleRiskObjectIdWithRevisionId, type SchemaBicycleSpeed, type SchemaBicycleType, type SchemaBicycleUsage, type SchemaBlindSpotWarning, type SchemaBoat, type SchemaBoatAccidentCoverageLevel, type SchemaBoatAccidentCoverageLevel_2, type SchemaBoatBerthBigCity, type SchemaBoatBerthNlArea, type SchemaBoatBerthType, type SchemaBoatCategory, type SchemaBoatCompetitionType, type SchemaBoatConstructionType, type SchemaBoatMotorKind, type SchemaBoatNlPayloads, type SchemaBoatPreferences, type SchemaBoatReferenceQueryModel, type SchemaBoatRiskObjectIdWithRevisionId, type SchemaBoatTerritory, type SchemaBoatTrailer, type SchemaBoatUsage, type SchemaBookkeeper, type SchemaBrand, type SchemaBrandClub, type SchemaBrandClub_2, type SchemaBrandSortContext, type SchemaBroker, type SchemaBrokerConnectionCreate, type SchemaBrokerConnectionOutlookMailFolderSyncDetails, type SchemaBrokerConnectionUpdate, type SchemaBrokerCreateCmd, type SchemaBrokerIntegrations, type SchemaBrokerIntegrationsPatchCmd, type SchemaBrokerMembershipsCreateCmd, type SchemaBrokerPatchCmd, type SchemaBrokerPlan, type SchemaBrokerSettings, type SchemaBrokerType, type SchemaBrokerUserCreateCmd, type SchemaBrokerWithDistributionName, type SchemaBrokerWithModules, type SchemaBuildingExtra, type SchemaBuildingMaintenanceStatus, type SchemaBuildingPurpose, type SchemaBuildingRentOut, type SchemaBuildingUse, type SchemaCalculateAnvaQuotesRequest, type SchemaCalculateDiasQuotesRequest, type SchemaCalculateProfileaseCarQuoteCmd, type SchemaCalculateProfileaseCarQuoteParams, type SchemaCalculateYellowHiveQuotesRequest, type SchemaCalculationSpecEnumValue, type SchemaCalculationSpecInputType, type SchemaCalculationSpecType, type SchemaCampaignAudienceType, type SchemaCampaignDistributionSettingsQueryModel, type SchemaCampaignExtend, type SchemaCampaignFlowType, type SchemaCampaignGenerateDnsPrefix, type SchemaCampaignInsurance, type SchemaCampaignInsuranceQueryModel, type SchemaCampaignMailTemplateQueryModel, type SchemaCampaignMetrics, type SchemaCampaignQueryModel, type SchemaCampaignQueryModelFull, type SchemaCampaignReferenceQueryModel, type SchemaCampaignSharingOption, type SchemaCampaignSpecifications, type SchemaCampaignSpecificationsQueryModel, type SchemaCampaignStatus, type SchemaCampaignTarget, type SchemaCampaignTargetQueryModel, type SchemaCampaignTemplateCategory, type SchemaCampaignTemplateQueryModel, type SchemaCampaignTemplatesQueryModel, type SchemaCampaignType, type SchemaCampaignVerifiedDnsPrefix, type SchemaCampaignYellowHiveProduct, type SchemaCampaignYellowHiveProductQueryModel, type SchemaCampaignYellowHiveProducts, type SchemaCampaignYellowHiveProductsQueryModel, type SchemaCampaigns, type SchemaCampaignsResponse, type SchemaCar, type SchemaCarCategory, type SchemaCarCategoryCode, type SchemaCarCategoryCode_2, type SchemaCarCategory_2, type SchemaCarClaimType, type SchemaCarClaimType_2, type SchemaCarDemo, type SchemaCarDemo_2, type SchemaCarEvaluationType, type SchemaCarEvaluationType_2, type SchemaCarGlassEvent, type SchemaCarInsuranceInsightPayload, type SchemaCarInsurancePolicyInsightsCarResponse, type SchemaCarInsurancePolicyInsightsDistributionResponse, type SchemaCarInsurancePolicyInsightsPartyResponse, type SchemaCarInsurancePolicyInsightsResponse, type SchemaCarInsured, type SchemaCarInterests, type SchemaCarInterests_2, type SchemaCarLease, type SchemaCarLeaseRatesResponse, type SchemaCarLookUpToQuestion, type SchemaCarLookUpToQuestions, type SchemaCarLookUpToQuestionsCmd, type SchemaCarMileage, type SchemaCarNlPayloads, type SchemaCarPayloads, type SchemaCarPremiumResponse, type SchemaCarProfessionalUsagePurpose, type SchemaCarProfessionalUsagePurpose_2, type SchemaCarReferenceQueryModel, type SchemaCarRiskObjectIdWithRevisionId, type SchemaCarStorage, type SchemaCarTaxation, type SchemaCarTheftProtection, type SchemaCarTheftProtection_2, type SchemaCarTrackingSystem, type SchemaCarTrackingSystem_2, type SchemaCarTrailer, type SchemaCarUsage, type SchemaCarUsagePeriod, type SchemaCarUsagePeriod_2, type SchemaCarUsedFor, type SchemaCarUsedFor_2, type SchemaCarVehicleType, type SchemaCarVehicleType_2, type SchemaCarglassEventCreateParams, type SchemaCategoryType, type SchemaChatCmd, type SchemaChatSummaryDetailed, type SchemaChatSummaryGroup, type SchemaChatSummaryQuestion, type SchemaChatSummarySection, type SchemaCheckupItemType, type SchemaChild, type SchemaChildProtection, type SchemaChildProtectionDriver, type SchemaChildProtectionPassenger, type SchemaChildProtectionRear, type SchemaChunk, type SchemaCitizensCar, type SchemaCitizensCarPayload, type SchemaCitizensCoverageChoice, type SchemaCitizensCoverageChoice_2, type SchemaCitizensInsuredAmountAccidents, type SchemaCitizensInsuredAmountAccidents_2, type SchemaCitizensInsuredAmountLiability, type SchemaCitizensInsuredAmountLiability_2, type SchemaCitizensSteeringPosition, type SchemaCity, type SchemaCityAutomaticEmergencyBraking, type SchemaCivilState, type SchemaCivilState_2, type SchemaClaim, type SchemaClaimCause, type SchemaClaimCause_2, type SchemaClaimFreeYears, type SchemaClaimFreeYears_2, type SchemaClaimLossAmount, type SchemaClaimLossAmount_2, type SchemaClaimQueryModel, type SchemaClaimStatus, type SchemaClaimType, type SchemaClaimsQueryModel, type SchemaClauseCmd, type SchemaClauseQueryModel, type SchemaCloudDataStorageLocation, type SchemaCollectionMethod, type SchemaCommentary, type SchemaCommentaryQueryModel, type SchemaCompany, type SchemaCompanyCreateCmd, type SchemaCompanyGoodQueryModel, type SchemaCompanyInfo, type SchemaCompanyInfoContent, type SchemaCompanyInventoryQueryModel, type SchemaCompanyInvestmentQueryModel, type SchemaCompanyLeadCreateCmd, type SchemaCompanyLeadCreateReply, type SchemaCompanyLeaseQueryModel, type SchemaCompanyLoanQueryModel, type SchemaCompanyProspectType, type SchemaCompanyProspectsWithLeadOfferRiskObjectsQueryModel, type SchemaCompanyQueryModel, type SchemaCompanyRegistration, type SchemaCompanyRegistrationQueryModel, type SchemaCompanyRegistrationType, type SchemaCompanyRegistrationType_2, type SchemaCompanySearchBy, type SchemaCompareAnswer, type SchemaCompareCmd, type SchemaCondition, type SchemaConditionAction, type SchemaConditionCheckType, type SchemaConditionOperation, type SchemaConditionType, type SchemaConditions, type SchemaConstructionType, type SchemaConstructionTypeFloors, type SchemaConstructionWorkDuration, type SchemaConstructionWorks, type SchemaConstructionYear, type SchemaConstructionYearCategory, type SchemaContactPerson, type SchemaContentValueDefinedType, type SchemaContractConversions, type SchemaConversationAnswer, type SchemaConversationAnswerCompared, type SchemaConversationDocumentPdfModel, type SchemaConversationNote, type SchemaConversationsOriginFilter, type SchemaConversationsOriginFilterItem, type SchemaCountryCodes, type SchemaCountryCodes_2, type SchemaCoverage, type SchemaCoverageCmd, type SchemaCoverageGroupMatchingScore, type SchemaCoverageInsights, type SchemaCoverageLimit, type SchemaCoveragePeriod, type SchemaCoverageQueryModel, type SchemaCoverageUpdateCmd, type SchemaCreateAccountParams, type SchemaCreateAdvisoryReportParams, type SchemaCreateAdvisoryReportRevisionParams, type SchemaCreateAdvisoryReportRevisionV2Params, type SchemaCreateAnvaPartyCompanyCmd, type SchemaCreateAnvaPartyCompanyRegistration, type SchemaCreateAnvaPartyCustomerCmd, type SchemaCreateBicycleRiskObjectParams, type SchemaCreateBoatRiskObjectParams, type SchemaCreateBrokerConnectionParams, type SchemaCreateCampaignAssistantAvatarCmd, type SchemaCreateCampaignCmd, type SchemaCreateCampaignLogoCmd, type SchemaCreateCampaignParams, type SchemaCreateCarRiskObjectParams, type SchemaCreateCompanyLeadParams, type SchemaCreateCompanyProspectParams, type SchemaCreateCustomThemeAsDistributionParams, type SchemaCreateCustomerLeadParams, type SchemaCreateCustomerProspectParams, type SchemaCreateDiasPartyCompanyCmd, type SchemaCreateDiasPartyCompanyRegistration, type SchemaCreateDiasPartyCustomerCmd, type SchemaCreateDistributionConnectionParams, type SchemaCreateDistributionTagParams, type SchemaCreateDistributionUspParams, type SchemaCreateFamilyRiskObjectParams, type SchemaCreateFlowParams, type SchemaCreateFlowSessionParams, type SchemaCreateInsurancePolicyForPartyParams, type SchemaCreateInsuranceProductClauseParams, type SchemaCreateLegalRiskObjectParams, type SchemaCreateMiscellaneousRiskObjectParams, type SchemaCreateMultiResponse, type SchemaCreateNoteForPartyParams, type SchemaCreateOfferRequestForInsuranceCompanyDocxParams, type SchemaCreateOfferRequestForInsuranceCompanyPdfParams, type SchemaCreateOfferRevisionParams, type SchemaCreateOfferV2Params, type SchemaCreatePartyAccidentParams, type SchemaCreatePartyActivitiesParams, type SchemaCreatePartyExternalRefsParams, type SchemaCreatePartyFromCompanyRegistrationParams, type SchemaCreatePartyGroupRiskObjectParams, type SchemaCreateProfileaseCarLeaseOfferParams, type SchemaCreateProfileaseCarOfferCmd, type SchemaCreateProfileaseCarOfferResponse, type SchemaCreateRelationBetweenPartiesParams, type SchemaCreateRelationBetweenPartyAndRiskObjectParams, type SchemaCreateReply, type SchemaCreateReplyUuid, type SchemaCreateResponse, type SchemaCreateRiskObjectExternalRefsParams, type SchemaCreateSemiTrailerRiskObjectParams, type SchemaCreateSignedPartiesUploadUrlParams, type SchemaCreateTaskInAnvaParams, type SchemaCreateTaskInAssuParams, type SchemaCreateTaskInDiasParams, type SchemaCreateTaskInFasterforwardParams, type SchemaCreateToolkitAccountParams, type SchemaCreateToolkitBrokerParams, type SchemaCreateTrailerRiskObjectParams, type SchemaCreateTrialUserParams, type SchemaCreateYellowHiveContactPersonCreateCmd, type SchemaCreditRating, type SchemaCreditScore, type SchemaCrmExportQueryModel, type SchemaCrmExportType, type SchemaCurrency, type SchemaCurrencyValue, type SchemaCustomAdvice, type SchemaCustomAdvicePatchCmd, type SchemaCustomer, type SchemaCustomerCreateCmd, type SchemaCustomerInfo, type SchemaCustomerLeadCreateCmd, type SchemaCustomerLeadCreateReply, type SchemaCustomerProspectType, type SchemaCustomerProspectsWithLeadOfferRiskObjectsQueryModel, type SchemaCustomerQueryModel, type SchemaCustomerSheet, type SchemaCustomerSheetAcceptations, type SchemaCustomersInfoType, type SchemaCyber, type SchemaDasLegalPayload, type SchemaDataType, type SchemaDate, type SchemaDateDsl, type SchemaDeactivateOutlookSyncCmd, type SchemaDeactivateOutlookSyncParams, type SchemaDeductibleType, type SchemaDelaFuneralPayload, type SchemaDeleteMethod, type SchemaDelinkPartyToUserParams, type SchemaDemographicData, type SchemaDiasAfdBranch, type SchemaDiasCalculationPackage, type SchemaDiasClosingQuestion, type SchemaDiasCollectionMethods, type SchemaDiasCoverage, type SchemaDiasCoverageCombination, type SchemaDiasCoverageUpdateCmd, type SchemaDiasEntityLink, type SchemaDiasEntityType, type SchemaDiasFlowStatus, type SchemaDiasInsurance, type SchemaDiasInsuranceCompany, type SchemaDiasInsurancePackage, type SchemaDiasInsurancePolicy, type SchemaDiasPackage, type SchemaDiasPolicyPackageCalculationJob, type SchemaDiasProduct, type SchemaDiasProductFlowInSession, type SchemaDiasProductImportCmd, type SchemaDiasProductQuestionnaire, type SchemaDiasProductQuestionnaireQueryModel, type SchemaDiasProductQuestionnairesQueryModel, type SchemaDiasProductQuestionnairesUpdateCmd, type SchemaDiasProductQuestionnairesValidateCmd, type SchemaDiasProductSearch, type SchemaDiasProductToInsurancePolicyLink, type SchemaDiasProductUpdateCmd, type SchemaDiasProductsInConversationCmd, type SchemaDiasQuote, type SchemaDiasQuoteCalculationJob, type SchemaDiasQuoteCalculationJobsQueuedResponse, type SchemaDiasSaluation, type SchemaDiasTitle, type SchemaDimensions, type SchemaDinghy, type SchemaDinghyCategory, type SchemaDirector, type SchemaDisable_2faForMeParams, type SchemaDiscount, type SchemaDisplacement, type SchemaDistances, type SchemaDistribution, type SchemaDistributionCompanyRegistrationValidation, type SchemaDistributionConnectionCreateCmd, type SchemaDistributionConnectionQueryModel, type SchemaDistributionConnectionUpdateCmd, type SchemaDistributionCreateCmd, type SchemaDistributionFrontPageSettings, type SchemaDistributionFrontPageSettingsQueryModel, type SchemaDistributionInvite, type SchemaDistributionLogos, type SchemaDistributionNameValidateCmd, type SchemaDistributionNoveltyInsight, type SchemaDistributionPromotionCreateCmd, type SchemaDistributionPromotionsReply, type SchemaDistributionSettings, type SchemaDistributionSettingsPatchCmd, type SchemaDistributionSignatureMethodQueryModel, type SchemaDistributionSignaturePatchCmd, type SchemaDistributionTagCreateCmd, type SchemaDistributionTagReply, type SchemaDistributionTagsQueryModel, type SchemaDistributionThemeCreateCmd, type SchemaDistributionThemeUpdateCmd, type SchemaDistributionUsp, type SchemaDistributionUspItemCreateCmd, type SchemaDistributionUspItemUpdateCmd, type SchemaDistributionUspReply, type SchemaDistributions, type SchemaDnaYachtBoatPayload, type SchemaDocument, type SchemaDocumentExtractionBatch, type SchemaDocumentExtractionBatchPayload, type SchemaDocumentExtractionEntityInfo, type SchemaDocumentLinkResponse, type SchemaDocumentQueryModel, type SchemaDocumentReferenceQueryModel, type SchemaDocumentResourceType, type SchemaDocumentStatus, type SchemaDocumentType, type SchemaDocumentType_2, type SchemaDomainCar, type SchemaDriveAssistanceSystem, type SchemaDriveTrainLayout, type SchemaDriveTrainLayout_2, type SchemaDriver, type SchemaDriverBrandClubMembership, type SchemaDriverExperience, type SchemaDriverLicenseCode, type SchemaDriverLicenseCode_2, type SchemaDriverLicenseType, type SchemaDriverLicenseType_2, type SchemaDriverVehicle, type SchemaDriverVehicleExperience, type SchemaDriverVehicleUsage, type SchemaDrivingTimes, type SchemaDutyOfCareCheckupItem, type SchemaDutyOfCareKind, type SchemaDutyOfCareStatus, type SchemaEducationLevel, type SchemaEducationLevel_2, type SchemaElectricBatteryType, type SchemaElectricalBikeAssistance, type SchemaElectricalInstallationType, type SchemaElectricalInstallations, type SchemaElectronicStabilityControl, type SchemaEmailActionability, type SchemaEmailAggregateResponse, type SchemaEmailAnalysis, type SchemaEmailAnalysisResponse, type SchemaEmailAnalyzeByEmailIdCmd, type SchemaEmailConversation, type SchemaEmailModel, type SchemaEmailTriageClassification, type SchemaEmailTriageCmd, type SchemaEmailValidation, type SchemaEmission, type SchemaEmissionStandard, type SchemaEmployeeInformation, type SchemaEmployeeInformationQueryModel, type SchemaEmployees, type SchemaEmploymentType, type SchemaEnable_2faForMeParams, type SchemaEnergyCategory, type SchemaEngine, type SchemaEngineRotations, type SchemaEngineTorque, type SchemaEntityChanges, type SchemaEntityExtraction, type SchemaEntityKey, type SchemaEntityReference, type SchemaEnumSource, type SchemaEnumValue, type SchemaEnums, type SchemaEnumsResponse, type SchemaErrorDetail, type SchemaErrorEnum_401, type SchemaErrorMessages, type SchemaErrorResponse, type SchemaError_401, type SchemaError_403, type SchemaError_422, type SchemaError_429, type SchemaError_4Xx, type SchemaEstablishment, type SchemaEstablishmentQueryModel, type SchemaEuromexLegalPayload, type SchemaExcludedCoverage, type SchemaExhibitionActivity, type SchemaExistsReply, type SchemaExportActivity, type SchemaExportAdvisoryReportByIdParams, type SchemaExportAdvisoryReportCreateCmd, type SchemaExportOption, type SchemaExportsQueued, type SchemaExternalRef, type SchemaExternalRefCompany, type SchemaExternalRefsQueryModel, type SchemaExternalResponseFormatted, type SchemaExtraLegalBenefits, type SchemaExtractDocumentCmd, type SchemaExtractOneDocumentResponse, type SchemaExtractOnePoliciesDocumentResponse, type SchemaExtractSingularDocumentAsInsurancePolicyParams, type SchemaExtractSingularDocumentAsOfferParams, type SchemaExtractSingularDocumentEnqueueParams, type SchemaExtractSingularDocumentInsurancePoliciesEnqueueParams, type SchemaExtractSingularDocumentOffersEnqueueParams, type SchemaExtractSingularDocumentParams, type SchemaExtractSingularDocumentPartyEnqueueParams, type SchemaExtractThemeCmd, type SchemaExtractWebsiteThemeParams, type SchemaExtractedInsurancePolicy, type SchemaExtractedQuestionnaireFilters, type SchemaExtractedQuestionnaireRequest, type SchemaFacade, type SchemaFamilyPayloads, type SchemaFamilyReferenceQueryModel, type SchemaFamilyRiskObjectIdWithRevisionId, type SchemaFamilyStatus, type SchemaFamilyStatus_2, type SchemaFaqCreateCmd, type SchemaFaqItem, type SchemaFaqQueryModel, type SchemaFaqType, type SchemaFasterForwardDocumentUploadCmd, type SchemaFeatureItem, type SchemaFeedback, type SchemaFieldMapping, type SchemaFieldMappingManager, type SchemaFieldOperation, type SchemaFieldTransformer, type SchemaFinConnectLinkQueryModel, type SchemaFinancial, type SchemaFinancialInfo, type SchemaFinancialInstitution, type SchemaFinancing, type SchemaFinishingType, type SchemaFireSpecifications, type SchemaFlammableLiquids, type SchemaFleet, type SchemaFleetInfo, type SchemaFleetQueryModel, type SchemaFleetRiskObjectIdWithRevisionId, type SchemaFloatCalculationSpec, type SchemaFloor, type SchemaFlow, type SchemaFlowInfo, type SchemaFlowMailType, type SchemaFlowRequest, type SchemaFlowSessionQueryModel, type SchemaFlowSessionReference, type SchemaFlowSessionStatus, type SchemaFlowStatus, type SchemaFlowSubType, type SchemaFlowType, type SchemaFlowVersion, type SchemaFlowsError, type SchemaFlowsErrorType, type SchemaFlowsInfo, type SchemaFlowsModelsAnvaAnvaInsurancePackageInsurancePolicy, type SchemaFlowsModelsAnvaAnvaPartyBaseAddress, type SchemaFlowsModelsAnvaAnvaQuoteCoverage, type SchemaFlowsModelsAnvaAnvaQuoteDocument, type SchemaFlowsModelsAnvaAnvaQuotePossiblePackage, type SchemaFlowsModelsAnvaSendOfferMailCmdDocument, type SchemaFlowsModelsAnvaWarning, type SchemaFlowsModelsDiasDiasInsurancePackageInsurancePolicy, type SchemaFlowsModelsDiasDiasPartyBaseAddress, type SchemaFlowsModelsDiasDiasQuoteCoverage, type SchemaFlowsModelsDiasDiasQuotePossiblePackage, type SchemaFlowsModelsDiasDocument, type SchemaFlowsModelsDiasWarning, type SchemaFlowsModelsYellowhiveDocument, type SchemaFlowsModelsYellowhiveWarning, type SchemaFlowsModelsYellowhiveYellowHiveQuoteCoverage, type SchemaForecast, type SchemaForecastDataResponse, type SchemaFormattedExceptionModel, type SchemaFormulaInfo, type SchemaForwardCollisionWarning, type SchemaFoyerCar, type SchemaFoyerCarPayload, type SchemaFoyerDriver, type SchemaFranchise, type SchemaFranchiseLevel, type SchemaFranchiseQueryModel, type SchemaFranchiseType, type SchemaFrontPageCmd, type SchemaFrontPageQueryModel, type SchemaFrontalCrashProtection, type SchemaFrontalCrashProtectionDriver, type SchemaFrontalCrashProtectionPassenger, type SchemaFrontalCrashProtectionRear, type SchemaFsmaStatute, type SchemaFuel, type SchemaFuelCapacity, type SchemaFuelConsumption, type SchemaFullLeaseOfferQueryModel, type SchemaFunction, type SchemaFuneralPayloads, type SchemaFuneralPreference, type SchemaFuneralPreferenceQueryModel, type SchemaFuturePlans, type SchemaGender, type SchemaGeneral, type SchemaGenerateAboutUsCmd, type SchemaGenerateCompanyDescriptionCmd, type SchemaGenerateCompanyDescriptionParams, type SchemaGenerateCompanyDescriptionResponse, type SchemaGenerateCompanySettingsAboutUsParams, type SchemaGenerateDnsPrefixParams, type SchemaGenerateRecommendationParams, type SchemaGenerateRecommendationsByPartyIdParams, type SchemaGetAddressInfoPremiumResponse, type SchemaGetAdvisoryReportDiffResponse, type SchemaGetAutomobileBrandResponse, type SchemaGetAutomobileBrandsResponse, type SchemaGetAutomobileFactsResponse, type SchemaGetAutomobileSerieResponse, type SchemaGetAutomobileSeriesResponse, type SchemaGetAutomobileVersionResponse, type SchemaGetAutomobileVersionsResponse, type SchemaGetCarInsuranceInsightsParams, type SchemaGetCarPremiumResponse, type SchemaGetCityResponse, type SchemaGetCompanyMultiResponse, type SchemaGetCompanySingleResponse, type SchemaGetDirectorMultiResponse, type SchemaGetNumberPlatePremiumResponse, type SchemaGetSearchAddressNewResponse, type SchemaGetStreetResponse, type SchemaGetVinPremiumResponse, type SchemaGiveSelectedProductsFeedbackParams, type SchemaGuarantee, type SchemaGuaranteeBase, type SchemaGuaranteeContent, type SchemaGuaranteeMatchingScores, type SchemaGuaranteeModification, type SchemaGuaranteeTag, type SchemaHandleCalculateAnvaQuotesForConversationParams, type SchemaHandleCalculateOneAnvaQuoteForConversationParams, type SchemaHandleCalculateOneDiasQuoteForConversationParams, type SchemaHandleCalculateOneYellowhiveQuoteForConversationParams, type SchemaHandleCreateAnvaPartyParams, type SchemaHandleCreateDiasPartyParams, type SchemaHandleCreateDocumentFromQuestionnaireParams, type SchemaHandleCreateYellowhiveContactPersonParams, type SchemaHandleGenerateQuestionsToPrefillByCarParams, type SchemaHandleImportAnvaProductsParams, type SchemaHandleImportDiasProductsParams, type SchemaHandleMarkSessionCompletedParams, type SchemaHandleQueueCalculateAnvaQuotesForConversationParams, type SchemaHandleQueueCalculateDiasQuotesForConversationParams, type SchemaHandleQueueCalculateYellowhiveQuotesForConversationParams, type SchemaHandleQueueSendCustomQuotesToAnvaParams, type SchemaHandleQuoteCalculationV2ExtraParams, type SchemaHandleQuoteMailSendParams, type SchemaHandleQuoteSaveParams, type SchemaHandleRecalculateAnvaSimulationParams, type SchemaHandleRecalculateDiasSimulationParams, type SchemaHandleRecalculateYellowhiveSimulationParams, type SchemaHandleRetrieveConversationReportPdfBySessionIdParams, type SchemaHandleRetrieveProductsV2Params, type SchemaHandleSendOfferMailParams, type SchemaHandleSetAskLaterQuestionIdsParams, type SchemaHandleUpdateAllAnvaQuestionnaireQuestionsByAnvaLabelParams, type SchemaHandleUpdateAnvaPartyParams, type SchemaHandleUpdateAnvaProductCoverageParams, type SchemaHandleUpdateAnvaProductsParams, type SchemaHandleUpdateAnvaQuestionnairesByProductIdParams, type SchemaHandleUpdateDiasQuestionnairesByProductIdParams, type SchemaHandleUpdateDiasflowsProductByIdParams, type SchemaHandleUpdateDiasflowsProductCoverageByIdParams, type SchemaHandleUpdateSessionParams, type SchemaHandleUpdateYellowhiveQuestionnairesByProductIdParams, type SchemaHandleUpsertAnvaClosingQuestionsParams, type SchemaHandleUpsertSupportedAnvaflowsTagParams, type SchemaHandleValidateAnvaQuestionnairesByProductIdParams, type SchemaHandleValidateDiasQuestionnairesByProductIdParams, type SchemaHandleValidateYellowhiveQuestionnairesByProductIdParams, type SchemaHazardLevel, type SchemaHeaders, type SchemaHeatingType, type SchemaHighSpeedAutomaticEmergencyBraking, type SchemaHobbies, type SchemaHolderState, type SchemaHomeAge, type SchemaHomeEvaluationType, type SchemaHomeNlPayloads, type SchemaHomePayloads, type SchemaHomeToWorkDistance, type SchemaHomeToWorkDistance_2, type SchemaHp, type SchemaHttpMethod, type SchemaIbanValidation, type SchemaIdIntResponse, type SchemaIdentificationTypes, type SchemaIdentificationTypes_2, type SchemaImpactTime, type SchemaImpactTime_2, type SchemaImportActivity, type SchemaImportPartyError, type SchemaImportPartyResponse, type SchemaIncomeData, type SchemaInformationRequirementSheetSpecification, type SchemaInputType, type SchemaInsurance, type SchemaInsuranceCarrierType, type SchemaInsuranceCarrierType_2, type SchemaInsuranceCompanyRetrieveResponse, type SchemaInsuranceCompanyTag, type SchemaInsuranceCompanyTag_2, type SchemaInsuranceContent, type SchemaInsuranceExtended, type SchemaInsuranceFsma, type SchemaInsuranceHistory, type SchemaInsuranceModuleExportQueryModel, type SchemaInsuranceModuleExportType, type SchemaInsurancePoliciesQueryModel, type SchemaInsurancePolicyCreateCmd, type SchemaInsurancePolicyCreateType, type SchemaInsurancePolicyDocumentCmd, type SchemaInsurancePolicyDocumentQueryModel, type SchemaInsurancePolicyDocumentType, type SchemaInsurancePolicyEntity, type SchemaInsurancePolicyLinkCmd, type SchemaInsurancePolicyLinkQueryModel, type SchemaInsurancePolicyQueryModel, type SchemaInsurancePolicySimulationSendRequest, type SchemaInsurancePolicySimulationType, type SchemaInsurancePolicySimulationUpsertCmd, type SchemaInsurancePolicyStatus, type SchemaInsurancePolicyType, type SchemaInsurancePolicyType_2, type SchemaInsuranceProduct, type SchemaInsuranceProductAdvices, type SchemaInsuranceProductByDistributionUpdateCmd, type SchemaInsuranceProductClauseCreateCmd, type SchemaInsuranceProductClauseUpdateCmd, type SchemaInsuranceProductClausesQueryModel, type SchemaInsuranceProductEntity, type SchemaInsuranceProductQueryModel, type SchemaInsuranceProductRecommendation, type SchemaInsuranceProductRecommendationPatchCmd, type SchemaInsuranceProductsQueryModel, type SchemaInsuranceTerminationReasonType, type SchemaInsuranceTerminationReasonType_2, type SchemaInsuranceType, type SchemaInsuranceType_2, type SchemaInsuredContentValue, type SchemaInsuredValue, type SchemaInventoryCheckupItem, type SchemaInviteCustomersToPartyParams, type SchemaInviteUsersToDistributionParams, type SchemaInvoice, type SchemaInvoiceQueryModel, type SchemaInvoicesQueryModel, type SchemaIsBurglarProof, type SchemaItServices, type SchemaItem, type SchemaJob, type SchemaJobQueuedResponse, type SchemaJobResult, type SchemaJobResultType, type SchemaJobStatus, type SchemaJointIndustrialCommittee, type SchemaJointIndustrialCommitteeQueryModel, type SchemaJsonRpcError, type SchemaJsonRpcReply, type SchemaKey, type SchemaKeys, type SchemaKind, type SchemaKmPerYear, type SchemaKmPerYear_2, type SchemaKw, type SchemaLabelValueCount, type SchemaLabeledItems, type SchemaLaneCenteringAssist, type SchemaLaneDepartureWarning, type SchemaLaneKeepingAssistance, type SchemaLanguage, type SchemaLanguageCodes, type SchemaLarLegalPayload, type SchemaLastAnswer, type SchemaLateralCrashProtection, type SchemaLateralCrashProtectionDriver, type SchemaLateralCrashProtectionPassenger, type SchemaLateralCrashProtectionRear, type SchemaLeadCampaignQueryModel, type SchemaLeadDocumentQueryModel, type SchemaLeadDocumentType, type SchemaLeadProviderQueryModel, type SchemaLeadProviderResponse, type SchemaLeadProvidersResponse, type SchemaLeadReferenceQueryModel, type SchemaLeadRetrieveReply, type SchemaLeadStatus, type SchemaLeadTransferPayload, type SchemaLeaseOfferDocumentQueryModel, type SchemaLeaseOfferDocumentType, type SchemaLeaseOfferType, type SchemaLeaseType, type SchemaLeaseType_2, type SchemaLegalAid, type SchemaLegalForm, type SchemaLegalForm_2, type SchemaLegalPayloads, type SchemaLegalReferenceQueryModel, type SchemaLegalRiskObjectIdWithRevisionId, type SchemaLength, type SchemaLengthUnit, type SchemaLez, type SchemaLezCity, type SchemaLezPass, type SchemaLezYears, type SchemaLiabilityInfo, type SchemaLiabilityType, type SchemaLiabilityType_2, type SchemaLicense, type SchemaLicensePlateType, type SchemaLicensePlateType_2, type SchemaLink, type SchemaLinkPartyToUserCmd, type SchemaLinkPartyToUserCmdItem, type SchemaLinkPartyToUserParams, type SchemaLinkedCompany, type SchemaLinkedCompanyQueryModel, type SchemaLivingRoomSize, type SchemaLocalisationPatchCmd, type SchemaLocalization, type SchemaLocalized, type SchemaLowerCaseCountryCodes, type SchemaLowerCaseLanguageCodes, type SchemaMachineAcquisitionType, type SchemaMachineDelivery, type SchemaMailEvent, type SchemaMainBuilding, type SchemaMainBuildingType, type SchemaManagement, type SchemaManagementFuturePlans, type SchemaManagementQueryModel, type SchemaMarkSessionAsCompletedModel, type SchemaMarkSessionAsCompletedResponse, type SchemaMaxLoadWeight, type SchemaMaxRoofLoad, type SchemaMaxSpeed, type SchemaMaxVolumeTrunk, type SchemaMaxWeight, type SchemaMembership, type SchemaMercuryModelsAnvaListItem, type SchemaMercuryModelsAssuDocumentUploadCmd, type SchemaMercuryModelsFasterforwardDocumentUploadCmd, type SchemaMercuryModelsFasterforwardFasterForwardSearchRelations, type SchemaMercuryModelsFasterforwardFasterForwardSearchRelationsFasterForwardSearchRelations, type SchemaMercuryModelsFasterforwardListItem, type SchemaMercuryModelsFasterforwardTaskCmd, type SchemaMercuryModelsFasterforwardTaskPriority, type SchemaMercuryModelsMDiasTaskCmd, type SchemaMercuryModelsMDiasTaskPriority, type SchemaMergePartiesIntoPartyByIdParams, type SchemaMetadata, type SchemaMicrosoftOutlookMailFolder, type SchemaMicrosoftOutlookMailFolders, type SchemaMimeType, type SchemaMinVolumeTrunk, type SchemaMinimalBicycle, type SchemaMinimalBoat, type SchemaMinimalCar, type SchemaMinimalClaim, type SchemaMinimalCoverageQueryModel, type SchemaMinimalCustomerPartyQueryModel, type SchemaMinimalCustomerPartyQueryModels, type SchemaMinimalDutyOfCareItem, type SchemaMinimalFamily, type SchemaMinimalFleet, type SchemaMinimalInsurancePolicy, type SchemaMinimalInsurancePolicyQueryModel, type SchemaMinimalInventorySummary, type SchemaMinimalInvoice, type SchemaMinimalLegal, type SchemaMinimalMiscellaneous, type SchemaMinimalOfferQueryModel, type SchemaMinimalPartyGroup, type SchemaMinimalPartyQueryModel, type SchemaMinimalPolicyPackage, type SchemaMinimalResidence, type SchemaMinimalRiskObject, type SchemaMinimalRiskObjects, type SchemaMinimalSemiTrailer, type SchemaMinimalTeacher, type SchemaMinimalTrailer, type SchemaMinimalTwoWheeler, type SchemaMinimalUser, type SchemaMinimalUserQueryModels, type SchemaMiscellaneous, type SchemaMiscellaneousRiskObjectIdWithRevisionId, type SchemaMortgage, type SchemaMostImportantItems, type SchemaMostImportantItems_2, type SchemaMotorType, type SchemaMotorType_2, type SchemaMotorcycleInterests, type SchemaMotorcycleInterests_2, type SchemaMultiAffiliationInfoQueryModel, type SchemaMultiAffiliationQueryModel, type SchemaMultiAnvaAdnCoverageQueryModel, type SchemaMultiAnvaClosingQuestionQueryModel, type SchemaMultiAnvaCoverageQueryModel, type SchemaMultiAnvaInsuranceCompanyQueryModel, type SchemaMultiAnvaInsuranceQueryModel, type SchemaMultiAnvaLabelQueryModel, type SchemaMultiAnvaProductQueryModel, type SchemaMultiAnvaQuestionByAnvaLabelUpdateCmd, type SchemaMultiAnvaTagQueryModel, type SchemaMultiBrokerQueryModel, type SchemaMultiDiasAfdBranchQueryModel, type SchemaMultiDiasInsuranceQueryModel, type SchemaMultiDiasPartySaluationQueryModel, type SchemaMultiDiasPartyTitleQueryModel, type SchemaMultiDiasProductQueryModel, type SchemaMultiDiasProductSearchQueryModel, type SchemaMultiFlowSessionItemQueryModel, type SchemaMultiFlowSessionQueryModel, type SchemaMultiLeaseOfferQueryModel, type SchemaMultiOfferQueryModel, type SchemaMultiPartyQueryModel, type SchemaMultiQuoteBeSession, type SchemaMultiQuoteNlSession, type SchemaMultiYellowHiveCoverageQueryModel, type SchemaMultiYellowHiveInsuranceQueryModel, type SchemaMultiYellowHiveProductQueryModel, type SchemaNationalIdentificationNumberValidation, type SchemaNatsError, type SchemaNextActionItem, type SchemaNextActionSource, type SchemaNextActionType, type SchemaNotice, type SchemaNumberPlateInfo, type SchemaNumberPlatePremiumResponse, type SchemaOccupationType, type SchemaOfferCampaignQueryModel, type SchemaOfferCreateCmdV2, type SchemaOfferCreateResponse, type SchemaOfferCreateRevisionCmd, type SchemaOfferPatchBulkCmd, type SchemaOfferPayment, type SchemaOfferRejectionCancellationReason, type SchemaOfferRequestForInsuranceCompanyCreateCmd, type SchemaOfferRequestForInsuranceCompanyInsuranceProductItem, type SchemaOfferRequestForInsuranceCompanyItem, type SchemaOfferRequestForInsuranceCompanyItemWithId, type SchemaOfferRequestForInsuranceCompanyParty, type SchemaOfferRevisionDocument, type SchemaOfferRevisionDocumentType, type SchemaOfferRevisionPatchCmd, type SchemaOfferRevisionQueryModel, type SchemaOfferRevisionReferenceQueryModel, type SchemaOfferStatus, type SchemaOfferWarning, type SchemaOmniumFormula, type SchemaOmniumFormulaByName, type SchemaOmniumFormulaByName_2, type SchemaOmniumFormula_2, type SchemaOnesuranceAction, type SchemaOnesuranceActionType, type SchemaOnesuranceAdvice, type SchemaOnesuranceAdviceLevel, type SchemaOnesuranceAdviceType, type SchemaOnesuranceExplanationData, type SchemaOnesuranceIntent, type SchemaOnesurancePartyData, type SchemaOnesuranceProduct, type SchemaOnesuranceQuickFeedback, type SchemaOnesuranceRecommendation, type SchemaOnesuranceRecommendationType, type SchemaOnesuranceRecommendations, type SchemaOnesuranceRelationDetails, type SchemaOpenClaimsCheckupItem, type SchemaOptimcoCar, type SchemaOptimcoCarPayload, type SchemaOptimcoDriver, type SchemaOptimcoFamilyPayload, type SchemaOptions, type SchemaOrderInsurancePolicyForAdvisoryReportRevisionParams, type SchemaOrigin, type SchemaOtherSafetySystems, type SchemaOutlook, type SchemaOutlookConnectionDetails, type SchemaOutlookEmail, type SchemaOutlookEmailItem, type SchemaOutlookEmails, type SchemaOutlookMailHeader, type SchemaOutlookMailRecepient, type SchemaOverdueInvoicesCheckupItem, type SchemaOverrideInsuranceProductRecommendationParams, type SchemaOverridePreventionAdviceRecommendationParams, type SchemaPackagesToProposeCheckupItem, type SchemaPaginatedInsuranceCompanyResponse, type SchemaPaginatedLeadReply, type SchemaPaginatedOffersResponse, type SchemaPaginatedOffersV2Response, type SchemaPagination, type SchemaParcelData, type SchemaPartiesQueryModel, type SchemaPartiesQueryModelItem, type SchemaPartiesSearchCmd, type SchemaPartiesSearchItem, type SchemaPartiesSearchResponse, type SchemaPartyAddresses, type SchemaPartyAssigneesUpdateCmd, type SchemaPartyCheckupResponse, type SchemaPartyComplianceType, type SchemaPartyConversationNotes, type SchemaPartyCurrentAccountInsightsQueryModel, type SchemaPartyDocument, type SchemaPartyDocumentQueryModel, type SchemaPartyDocumentType, type SchemaPartyDocumentUpload, type SchemaPartyDocuments, type SchemaPartyEntity, type SchemaPartyExternalRefsCreateCmd, type SchemaPartyExternalRefsQueryModel, type SchemaPartyGroupCustomerQueryModel, type SchemaPartyGroupReferenceQueryModel, type SchemaPartyGroupRiskObjectIdWithRevisionId, type SchemaPartyInvite, type SchemaPartyKycItem, type SchemaPartyKycQueryModel, type SchemaPartyLink, type SchemaPartyLinkQueryModel, type SchemaPartyLogoCmd, type SchemaPartyLogoQueryModel, type SchemaPartyMergeCmd, type SchemaPartyNoteCmd, type SchemaPartyOriginFilter, type SchemaPartyOriginFilterItem, type SchemaPartyPatchCmd, type SchemaPartyPreferences, type SchemaPartyPreferencesQueryModel, type SchemaPartyQueryModel, type SchemaPartyRelation, type SchemaPartyRelationCreateCmd, type SchemaPartyRelationQueryModel, type SchemaPartyRelationType, type SchemaPartyRelationType_2, type SchemaPartySocialLinks, type SchemaPartyStatus, type SchemaPartyStatus_2, type SchemaPartyTransferPayload, type SchemaPartyWithMetadata, type SchemaPaymentInterval, type SchemaPaymentIntervalLowerCaseValues, type SchemaPaymentInterval_2, type SchemaPaymentMethod, type SchemaPaymentMethod_2, type SchemaPaymentStatus, type SchemaPedestrianDetection, type SchemaPendingUpgradesReply, type SchemaPerformance, type SchemaPeriodicCash, type SchemaPermittedTowbarDownload, type SchemaPermittedTrailerLoadWithoutBrakes, type SchemaPersonalizedAdvice, type SchemaPersonalizedAdviceResponse, type SchemaPersonnelDetails, type SchemaPhysicalProperties, type SchemaPiaContractConversionStatus, type SchemaPlanQueryModel, type SchemaPlanStatus, type SchemaPlansReply, type SchemaPnpCar, type SchemaPnpCarPayload, type SchemaPnpDriver, type SchemaPnpFamilyPayload, type SchemaPnpHome, type SchemaPnpHomePayload, type SchemaPoliciesToProposeCheckupItem, type SchemaPolicyDocumentType, type SchemaPolicyHolderRelation, type SchemaPolicyHolderRelation_2, type SchemaPolicyPackageCreateCmd, type SchemaPolicyPackageEntity, type SchemaPolicyPackageQueryModel, type SchemaPolicyPackagesQueryModel, type SchemaPossibleInsuranceProductQueryModel, type SchemaPossibleInsuranceProductsQueryModel, type SchemaPostInsuranceTermsChatFeedbackParams, type SchemaPostInsuranceTermsChatParams, type SchemaPostInsuranceTermsComparisonParams, type SchemaPreferredWayOfContact, type SchemaPremium, type SchemaPremiumQueryModel, type SchemaPreventAdvice, type SchemaPreventionAdvice, type SchemaPreventionAdviceDistributionUpdateCmd, type SchemaPreventionAdviceQueryModel, type SchemaPreventionAdviceRecommendation, type SchemaPreventionAdviceRecommendationPatchCmd, type SchemaPreventionMeasure, type SchemaPreventionPlan, type SchemaPrice, type SchemaPriceQualityRatio, type SchemaPriceRange, type SchemaPriorityTag, type SchemaProductInfo, type SchemaProductV2, type SchemaProductsFilterSort, type SchemaProductsGroupBy, type SchemaProductsV2Filter, type SchemaProductsV2Response, type SchemaProfession, type SchemaProfileaseLeaseRate, type SchemaProfileaseLeaseResidual, type SchemaProfileaseLeaseType, type SchemaProfileaseQuote, type SchemaPromotion, type SchemaPromotionCriteria, type SchemaPromotionModifications, type SchemaPromotionQueryModel, type SchemaPropertyType, type SchemaProspectCreationResponse, type SchemaProspectReferenceQueryModel, type SchemaProspectType, type SchemaProvenanceDocumentReference, type SchemaPublicConnectionQueryModel, type SchemaPublicConnectionsQueryModel, type SchemaPublicDistributionConnectionQueryModel, type SchemaQuestion, type SchemaQuestionGroup, type SchemaQuestionUpdateCmd, type SchemaQuestionnaire, type SchemaQuote, type SchemaQuoteDetails, type SchemaQuoteExport, type SchemaQuoteExportRequest, type SchemaQuoteExportResponse, type SchemaQuoteMailSendRequest, type SchemaQuoteMailSendResponse, type SchemaQuoteReferenceQueryModel, type SchemaQuoteRequestV2Base, type SchemaQuoteResponse, type SchemaQuoteResponseV2, type SchemaQuoteSpecification, type SchemaQuoteStatus, type SchemaRateLimitErrorMsgEnum, type SchemaRearAutomaticEmergencyBraking, type SchemaRearCrossTrafficWarning, type SchemaRecalculateAnvaQuoteRequest, type SchemaRecalculateAnvaSimulationCmd, type SchemaRecalculateDiasQuoteRequest, type SchemaRecalculateDiasSimulationCmd, type SchemaRecalculateYellowHiveQuoteRequest, type SchemaRecalculateYellowHiveSimulationCmd, type SchemaRecommendation, type SchemaRecommendationLevel, type SchemaRecommendationReferenceQueryModel, type SchemaRecommendationsBaseCreateCmd, type SchemaRecommendationsCreateCmd, type SchemaRecommendationsQueryModel, type SchemaRecommendationsV2CreateCmd, type SchemaReconstructionValueDefinedType, type SchemaReference, type SchemaRegex, type SchemaRegistration, type SchemaRelations, type SchemaRentOutTerm, type SchemaRepairCosts, type SchemaReportRevisionStatus, type SchemaReportRevisionStatusSubset, type SchemaResidenceBuildingType, type SchemaResidenceComplianceType, type SchemaResidenceFloodType, type SchemaResidenceMonumentType, type SchemaResidencePreferences, type SchemaResidenceReferenceQueryModel, type SchemaResidenceRiskObjectIdWithRevisionId, type SchemaResidenceTheftProtection, type SchemaResidenceUsage, type SchemaRestrictiveAddress, type SchemaRestrictiveCar, type SchemaRestrictiveDriveAssistanceSystem, type SchemaRestrictiveDriver, type SchemaRetrieveAdvisoryReportFrontPageStandalonePdfParams, type SchemaRetrieveFlowResponse, type SchemaRetrieveQuestionnaireResponse, type SchemaRetrieveQuotesBatchResponse, type SchemaRetrieveQuotesExportsResponse, type SchemaRetrieveQuotesInsightsResponse, type SchemaRideHeight, type SchemaRiskAddress, type SchemaRiskAnalysisSubjects, type SchemaRiskData, type SchemaRiskDomain, type SchemaRiskDomainActionQueryModel, type SchemaRiskDomainAdviceQueryModel, type SchemaRiskDomainDistributionUpdateCmd, type SchemaRiskDomainQueryModel, type SchemaRiskDomainsQueryModel, type SchemaRiskObject, type SchemaRiskObjectCarType, type SchemaRiskObjectCarType_2, type SchemaRiskObjectComplianceItem, type SchemaRiskObjectComplianceQueryModel, type SchemaRiskObjectCreationError, type SchemaRiskObjectCreationResponse, type SchemaRiskObjectEntity, type SchemaRiskObjectExternalRefsCreateCmd, type SchemaRiskObjectExternalRefsQueryModel, type SchemaRiskObjectFamilyType, type SchemaRiskObjectInFleet, type SchemaRiskObjectLegalType, type SchemaRiskObjectPartyGroupType, type SchemaRiskObjectPartyRelation, type SchemaRiskObjectReferenceQueryModel, type SchemaRiskObjectRelationCreateCmd, type SchemaRiskObjectRelationQueryModel, type SchemaRiskObjectRelationUpdateCmd, type SchemaRiskObjectResidenceType, type SchemaRiskObjectRevisionIds, type SchemaRiskObjectRevisions, type SchemaRiskObjectTeacherType, type SchemaRiskObjectTwoWheelerType, type SchemaRiskObjectType, type SchemaRiskObjectType_2, type SchemaRiskObjectsWithRevision, type SchemaRizivConventionStatus, type SchemaRizivConventionStatus_2, type SchemaRizivMember, type SchemaRoleFilter, type SchemaRoleFilterType, type SchemaRollingWorkEquipmentType, type SchemaRollingWorkEquipmentType_2, type SchemaRoofConstructionType, type SchemaRoofTypes, type SchemaRooms, type SchemaRules, type SchemaSafety, type SchemaSafetyFeatureOption, type SchemaSafetyStickCar, type SchemaSafetyStickCarPayload, type SchemaSafetyStickDriver, type SchemaSalaryCoefficient, type SchemaSalaryCoefficient_2, type SchemaSatelliteProtection, type SchemaSatelliteProtectionSystem, type SchemaSatelliteProtectionSystem_2, type SchemaSavingTypes, type SchemaSavingTypes_2, type SchemaSearchAddress, type SchemaSearchPartiesParams, type SchemaSection, type SchemaSecurityMeasure, type SchemaSelectedRecommendationsFeedback, type SchemaSemiTrailerRiskObjectIdWithRevisionId, type SchemaSemiTrailerType, type SchemaSendAdvisoryReportRevisionMailParams, type SchemaSendMailForSimulationParams, type SchemaSendOfferMailCmd, type SchemaSendOfferMailResponse, type SchemaSentimentType, type SchemaSeries, type SchemaSeriesSortContext, type SchemaServerError, type SchemaServerErrorMsgEnum, type SchemaSessionCompletedRemarks, type SchemaSessionReport, type SchemaShareholder, type SchemaShareholderQueryModel, type SchemaSignatureBox, type SchemaSiloCapacity, type SchemaSingleAffiliationQueryModel, type SchemaSingleAuditDetailQueryModel, type SchemaSingleAuditQueryModel, type SchemaSingleUserQueryModel, type SchemaSingularityJobQueuedResponse, type SchemaSingularityJobResultBase, type SchemaSingularityModelsDocumentExtractorCmdLink, type SchemaSingularityModelsPartyCheckupLink, type SchemaSmtCompany, type SchemaSocialLinks, type SchemaSort, type SchemaSourceInfo, type SchemaSpeedAssistance, type SchemaSplitCost, type SchemaSportHobbies, type SchemaSportHobbies_2, type SchemaStateOfChildren, type SchemaStateOfChildren_2, type SchemaStatus, type SchemaStatusReply, type SchemaStatusResponse, type SchemaSteeringPosition, type SchemaSteeringPosition_2, type SchemaStorageSecurity, type SchemaStorageSecurity_2, type SchemaStreet, type SchemaStringCalculationSpec, type SchemaSubcity, type SchemaSubjectToVat, type SchemaSubjectToVat_2, type SchemaSupplierType, type SchemaSupplierType_2, type SchemaSupportedFileTypesResponse, type SchemaSupportedProFlowCountryCodes, type SchemaSurveillanceEquipmentType, type SchemaSwimmingPoolType, type SchemaSwitchCandidatesCheckupItem, type SchemaSymbol, type SchemaTableColumn, type SchemaTableRules, type SchemaTag, type SchemaTagContentItem, type SchemaTankLocationType, type SchemaTax, type SchemaTaxBaseBe, type SchemaTaxField, type SchemaTaxPaymentDetails, type SchemaTaxPaymentTime, type SchemaTeacherRiskObjectIdWithRevisionId, type SchemaTeams, type SchemaTechnicalEquipmentType, type SchemaTechniekNederlandTypeOfCompany, type SchemaTechniekNederlandTypeOfCompanySpecification, type SchemaTechniekNederlandTypeOfCompanySpecification_2, type SchemaTechniekNederlandTypeOfCompany_2, type SchemaTelephonenrCategory, type SchemaTelephonenrCategory_2, type SchemaTheftFormulas, type SchemaTheftFormulas_2, type SchemaTheme, type SchemaThemes, type SchemaThirdPartyActivity, type SchemaThirdPartyConstructionWorkInsuranceType, type SchemaThirdPartyConstructionWorkInsuranceType_2, type SchemaTitleAndMessageResponse, type SchemaTokenReply, type SchemaToolkitAccountCreateCmd, type SchemaToolkitBrokerCreateCmd, type SchemaToolkitBrokerCreationResponse, type SchemaToolkitLicenseType, type SchemaTrailerRiskObjectIdWithRevisionId, type SchemaTrailerTonnageCategory, type SchemaTrailerType, type SchemaTrailerType_2, type SchemaTransferCandidatesCheckupItem, type SchemaTransferLeadByIdParams, type SchemaTransferPartyByIdParams, type SchemaTransmissionType, type SchemaTransmissionType_2, type SchemaTransportInfo, type SchemaTravelMethods, type SchemaTravelMethods_2, type SchemaTravelsAYear, type SchemaTravelsAYear_2, type SchemaTriageEmailParams, type SchemaTriageResponse, type SchemaTrialOnboarding, type SchemaTrinityHandlersNatsOnboardingModelsUserIdResponse, type SchemaTrinityModelsUserAccountCreateCmdBroker, type SchemaTrinityModelsUserAccountCreateCmdDistribution, type SchemaTrinityModelsUserAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserToolkitAccountCreateCmdBroker, type SchemaTrinityModelsUserToolkitAccountCreateCmdDistribution, type SchemaTrinityModelsUserToolkitAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserTrialOnboardingDistribution, type SchemaTrinityModelsUserTrialOnboardingUserOVerwrite, type SchemaTruckDestination, type SchemaTruckDestination_2, type SchemaTurnover, type SchemaTwoFactorCreateCmd, type SchemaTwoFactorDisableCmd, type SchemaTwoFactorResponse, type SchemaTwoWheelerCategories, type SchemaTwoWheelerReferenceQueryModel, type SchemaTwoWheelerRiskObjectIdWithRevisionId, type SchemaTwoWheelerVehicleType, type SchemaTypeOfWork, type SchemaTypeOfWork_2, type SchemaTypedKeys, type SchemaUnitOfLength, type SchemaUnitOfLength_2, type SchemaUpdateAdvicesByInsuranceProductInDistributionParams, type SchemaUpdateAdvisoryReportAcceptanceByIdParams, type SchemaUpdateAdvisoryReportMetadataByIdParams, type SchemaUpdateAnvaPartyCompanyCmd, type SchemaUpdateAnvaPartyCustomerCmd, type SchemaUpdateBicycleRiskObjectByIdV2Params, type SchemaUpdateBoatRiskObjectByIdV2Params, type SchemaUpdateBrokerByIdParams, type SchemaUpdateBrokerConnectionByKeyParams, type SchemaUpdateCampaignAssistantAvatarCmd, type SchemaUpdateCampaignByIdParams, type SchemaUpdateCampaignCmd, type SchemaUpdateCampaignLogoCmd, type SchemaUpdateCarRiskObjectByIdV2Params, type SchemaUpdateCustomThemeAsDistributionParams, type SchemaUpdateDistributionConnectionByKeyParams, type SchemaUpdateDocumentByPartyIdParams, type SchemaUpdateFamilyRiskObjectByIdV2Params, type SchemaUpdateInsuranceProductClauseParams, type SchemaUpdateInsuranceProductInDistributionParams, type SchemaUpdateIntegrationsByBrokerIdParams, type SchemaUpdateLegalRiskObjectByIdV2Params, type SchemaUpdateMeUserByIdParams, type SchemaUpdateMiscellaneousRiskObjectByIdV2Params, type SchemaUpdateOfferRevisionParams, type SchemaUpdateOffersInBulkParams, type SchemaUpdatePartyActivityParams, type SchemaUpdatePartyAssigneesParams, type SchemaUpdatePartyByIdParams, type SchemaUpdatePartyGroupRiskObjectByIdV2Params, type SchemaUpdatePartyNoteByIdParams, type SchemaUpdatePasswordCmd, type SchemaUpdatePasswordForUserByUserIdParams, type SchemaUpdatePreventionAdviceInDistributionParams, type SchemaUpdateRelationByIdParams, type SchemaUpdateResidenceRiskObjectByIdV2Params, type SchemaUpdateRiskDomainActionFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainAdviceFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainInDistributionParams, type SchemaUpdateRiskObjectRelationByIdParams, type SchemaUpdateSemiTrailerRiskObjectByIdV2Params, type SchemaUpdateSessionCmd, type SchemaUpdateSettingsByDistributionIdParams, type SchemaUpdateTrailerRiskObjectByIdV2Params, type SchemaUpdateTwoWheelerRiskObjectByIdV2Params, type SchemaUpdateUspByIdParams, type SchemaUpdatedRiskObjectRevisionReply, type SchemaUploadDocumentPatchCmd, type SchemaUploadDocumentsInAnvaParams, type SchemaUploadDocumentsInAssuParams, type SchemaUploadDocumentsInFasterforwardParams, type SchemaUploadSignedUrlResponse, type SchemaUpsertActionFromAdviceInAdvisoryReportRevisionParams, type SchemaUpsertFaqItemParams, type SchemaUpsertInsurancePolicyForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicyPackageForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicySimulationForPartyParams, type SchemaUpsertPolicyPackageByPartyParams, type SchemaUserMeUpdateCmd, type SchemaUserRole, type SchemaValidator, type SchemaValuableItem, type SchemaValueUnitInt, type SchemaValueUnitStr, type SchemaVatType, type SchemaVatType_2, type SchemaVehicleRegistrationDateType, type SchemaVehicleRegistrationPlateValidation, type SchemaVehicleSearch, type SchemaVerifyIfADistributionExistsByCompanyRegistrationParams, type SchemaVerifyIfADistributionExistsByNameParams, type SchemaVerifyIfAUserExistsByEmailParams, type SchemaVersion, type SchemaVersionSortContext, type SchemaVillasureHomePayload, type SchemaVinInfo, type SchemaVinPremiumResponse, type SchemaViviumCar, type SchemaViviumCarPayload, type SchemaViviumDriver, type SchemaViviumFamilyPayload, type SchemaViviumHome, type SchemaViviumHomePayload, type SchemaVoltage, type SchemaWageBill, type SchemaWarningMsg, type SchemaWarranyOptions, type SchemaWarranyOptions_2, type SchemaWeightEmpty, type SchemaWgBeApiAddressModelsAddressAddress, type SchemaWgBeApiAddressModelsAddressInformationV2Company, type SchemaWgBeApiAddressModelsAddressInformationV2Link, type SchemaWgBeApiAddressModelsPersonsDirectorsCompany, type SchemaWgBeApiAddressModelsVatCompanyActivity, type SchemaWgBeApiAddressModelsVatCompanyAssetInfo, type SchemaWgBeApiAddressModelsVatCompanyContactPerson, type SchemaWgBeApiAddressModelsVatCompanyFleetInfo, type SchemaWgBeApiAddressModelsVatCompanyLink, type SchemaWgBeApiAddressModelsVatCompanyPersonnelDetails, type SchemaWgBeApiAddressModelsVatCompanyThirdPartyActivity, type SchemaWgBeApiAddressModelsVatCompanyTurnover, type SchemaWgBeApiAddressModelsVatCompanyWorkforce, type SchemaWgBeApiQuotesModelsBaseLocalization, type SchemaWgBeApiQuotesModelsBaseLocalization_2, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsCar, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsFamily, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsLegal, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsPartyGroup, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsResidence, type SchemaWgPyModelsComplexAddress, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoMachineDelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoPeriodicCash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoSiloCapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoMachinedelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoPeriodiccash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoSilocapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorksConstructionWorkDuration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworksConstructionworkduration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactPerson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactperson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFleetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalAid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalaid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyManagementFunction, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonnelDetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonneldetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdPartyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdpartyactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWageBill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWagebill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsAnnexAnnex, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverAssistanceSystemDriveAssistanceSystem, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverCarInsured, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriver, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsInsuranceHistoryInsuranceHistory, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsPersonPerson, type SchemaWgPyModelsDomainInsuranceInsurancesAedesAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzEnumsCarUsedFor, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesAragLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesArcesLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesAxaAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAxaCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsHolderState, type SchemaWgPyModelsDomainInsuranceInsurancesAxaFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesDasLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralParty, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralPartyGroup, type SchemaWgPyModelsDomainInsuranceInsurancesEuromexLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesLarLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesPnpFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesViviumCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesViviumFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumResidenceRooms, type SchemaWgPyModelsDomainInsuranceProspectCompany, type SchemaWgPyModelsDomainInsuranceProspectCompany_2, type SchemaWgPyModelsDomainInsuranceProspectCustomer, type SchemaWgPyModelsDomainInsuranceProspectCustomer_2, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferences, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferencesFuneralPreference, type SchemaWgPyModelsDomainInsuranceProspectPartypreferences, type SchemaWgPyModelsDomainInsuranceProspectPartypreferencesFuneralpreference, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesPartyExternalRefsQueryModel, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBicycleBicycle, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBoatBoat, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsCarCar, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsMiscMiscellaneous, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerSemiTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainInsuranceRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyPerson, type SchemaWgPyModelsDomainInsuranceRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceAnnexAnnex, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingFacade, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingMainBuilding, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidencePreferencesResidencePreferences, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceRoomsRooms, type SchemaWgPyModelsDomainInsuranceRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccident, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccidentStatement, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarInsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarinsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverbrandclubmembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleusage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainWegroupComplexAddress, type SchemaWgPyModelsDomainWegroupComplexAddress_2, type SchemaWgPyModelsDomainWegroupComplexCompanyRegistration, type SchemaWgPyModelsDomainWegroupComplexCompanyregistration, type SchemaWgPyModelsDomainWegroupComplexLocalization, type SchemaWgPyModelsDomainWegroupEnumsCarUsedFor, type SchemaWgPyModelsDomainWegroupEnumsClaimFreeYears, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsCurrency, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsGender, type SchemaWgPyModelsDomainWegroupEnumsHolderState, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes_2, type SchemaWgPyModelsDomainWegroupEnumsMiscellaneousType, type SchemaWgPyModelsDomainWegroupEnumsOfferRevisionDocumentType, type SchemaWgPyModelsDomainWegroupEnumsProfession, type SchemaWgPyModelsDomainWegroupEnumsProspectType, type SchemaWgPyModelsDomainWegroupEnumsProspectType_2, type SchemaWgPyModelsDomainWegroupRestResponsesStatusResponse, type SchemaWgPyModelsEnumsCoveragePeriod, type SchemaWgPyModelsEnumsCoverageperiod, type SchemaWgPyModelsNatsCompany, type SchemaWgPyModelsSmtReadInsuranceInsuranceProductQueryModelRiskDomain, type SchemaWgPyModelsSmtReadProspectExternalRefsQueryModel, type SchemaWgPyModelsSmtReadProspectManagementQueryModel, type SchemaWgPyModelsSmtReadProspectPartyDocumentQueryModel, type SchemaWgPyModelsSmtReadProspectPartyLogoQueryModel, type SchemaWgPyModelsUserCompany, type SchemaWgsdkQuotesCarEvaluationType, type SchemaWgsdkQuotesCountryCodes, type SchemaWgsdkSmtAccident, type SchemaWgsdkSmtAccidentStatement, type SchemaWgsdkSmtCarEvaluationType, type SchemaWgsdkSmtCountryCodes, type SchemaWgsdkSmtCoveragePeriod, type SchemaWgsdkSmtGender, type SchemaWgsdkSmtInsuranceHistory, type SchemaWgsdkSmtProfession, type SchemaWheelBase, type SchemaWheelBaseArray, type SchemaWheelRimSizeArray, type SchemaWheelRimsSize, type SchemaWheelSize, type SchemaWheelSizeArray, type SchemaWidth, type SchemaWindow, type SchemaWorkforce, type SchemaWorkforcePossibleDanger, type SchemaWorkingMethod, type SchemaYellowHiveCoverage, type SchemaYellowHiveInsurance, type SchemaYellowHiveInsurancePolicy, type SchemaYellowHiveProduct, type SchemaYellowHiveProductQuestionnaire, type SchemaYellowHiveProductQuestionnaireQueryModel, type SchemaYellowHiveProductQuestionnairesQueryModel, type SchemaYellowHiveProductQuestionnairesUpdateCmd, type SchemaYellowHiveProductQuestionnairesValidateCmd, type SchemaYellowHiveProductToInsurancePolicyLink, type SchemaYellowHiveProductsInConversationCmd, type SchemaYellowHiveQuote, type SchemaYellowHiveQuoteCalculationJob, type SchemaYellowHiveQuoteCalculationJobsQueuedResponse, type SeachStreetsByCityAndCountryQueryParams, type SeachStreetsByCityAndCountryResponse, type SearchAddressesByCountryQueryParams, type SearchAddressesByCountryResponse, type SearchAssuPartiesQueryParams, type SearchAssuPartiesResponse, type SearchCitiesByCountryQueryParams, type SearchCitiesByCountryResponse, type SearchDirectorsByFirstAndLastNameQueryParams, type SearchDirectorsByFirstAndLastNameResponse, type SearchEnterprisesByCountryQueryParams, type SearchEnterprisesByCountryResponse, type SearchFasterforwardPartiesQueryParams, type SearchFasterforwardPartiesResponse, type SearchPartiesBody, type SearchPartiesQueryParams, type SearchPartiesResponse, type SearchVehiclesBody, type SearchVehiclesQueryParams, type SearchVehiclesResponse, type SendAdvisoryReportAsMailBody, type SendAdvisoryReportAsMailPathParams, type SendAdvisoryReportAsMailQueryParams, type SendAdvisoryReportAsMailResponse, type SendAnvaInquiryAsCustomerBody, type SendAnvaInquiryAsCustomerResponse, type SendClaimToKeypointPathParams, type SendClaimToKeypointQueryParams, type SendClaimToKeypointResponse, type SendExampleCampaignTargetMailQueryParams, type SendExampleCampaignTargetMailResponse, type SendMailClaimReportByIdPathParams, type SendMailClaimReportByIdQueryParams, type SendMailClaimReportByIdResponse, type SendMailFollowupPageToCustomerPathParams, type SendMailFollowupPageToCustomerQueryParams, type SendMailFollowupPageToCustomerResponse, type SendMailForSimulationToPartyBody, type SendMailForSimulationToPartyPathParams, type SendMailForSimulationToPartyQueryParams, type SendMailForSimulationToPartyResponse, type SendOfferMailBySessionIdBody, type SendOfferMailBySessionIdPathParams, type SendOfferMailBySessionIdQueryParams, type SendOfferMailBySessionIdResponse, type SendOfferToAnvaBySessionIdPathParams, type SendOfferToAnvaBySessionIdQueryParams, type SendOfferToAnvaBySessionIdResponse, type SendPasswordResetToCustomerPathParams, type SendPasswordResetToCustomerResponse, type SendQuoteAsMailBody, type SendQuoteAsMailPathParams, type SendQuoteAsMailQueryParams, type SendQuoteAsMailResponse, type SetAskLaterQuestionsBody, type SetAskLaterQuestionsResponse, type TransferLeadToOtherDistributionBody, type TransferLeadToOtherDistributionPathParams, type TransferLeadToOtherDistributionQueryParams, type TransferLeadToOtherDistributionResponse, type TransferPartyToOtherDistributionBody, type TransferPartyToOtherDistributionPathParams, type TransferPartyToOtherDistributionQueryParams, type TransferPartyToOtherDistributionResponse, type TriageEmailBody, type TriageEmailResponse, type UnblockCustomerFromAccessingPartyPathParams, type UnblockCustomerFromAccessingPartyResponse, type UnlockClaimPathParams, type UnlockClaimQueryParams, type UnlockClaimResponse, type UpdateAdvisoryReportBody, type UpdateAdvisoryReportPathParams, type UpdateAdvisoryReportQueryParams, type UpdateAdvisoryReportResponse, type UpdateAnvaPartyViaConversationBody, type UpdateAnvaPartyViaConversationPathParams, type UpdateAnvaPartyViaConversationQueryParams, type UpdateAnvaPartyViaConversationResponse, type UpdateAnvaflowsQuestionnaireBody, type UpdateAnvaflowsQuestionnairePathParams, type UpdateAnvaflowsQuestionnaireQueryParams, type UpdateAnvaflowsQuestionnaireResponse, type UpdateBicycleRiskObjectBody, type UpdateBicycleRiskObjectPathParams, type UpdateBicycleRiskObjectQueryParams, type UpdateBicycleRiskObjectResponse, type UpdateBoatRiskObjectBody, type UpdateBoatRiskObjectPathParams, type UpdateBoatRiskObjectQueryParams, type UpdateBoatRiskObjectResponse, type UpdateBrokerByBrokerBody, type UpdateBrokerByBrokerPathParams, type UpdateBrokerByBrokerResponse, type UpdateBrokerConnectionByKeyBody, type UpdateBrokerConnectionByKeyPathParams, type UpdateBrokerConnectionByKeyResponse, type UpdateBrokerIntegrationsBody, type UpdateBrokerIntegrationsPathParams, type UpdateBrokerIntegrationsResponse, type UpdateCampaignBody, type UpdateCampaignPathParams, type UpdateCampaignQueryParams, type UpdateCampaignResponse, type UpdateCarRiskObjectBody, type UpdateCarRiskObjectPathParams, type UpdateCarRiskObjectQueryParams, type UpdateCarRiskObjectResponse, type UpdateClaimAsBrokerByIdPathParams, type UpdateClaimAsBrokerByIdQueryParams, type UpdateClaimAsBrokerByIdResponse, type UpdateClaimAsCustomerWithTokenPathParams, type UpdateClaimAsCustomerWithTokenQueryParams, type UpdateClaimAsCustomerWithTokenResponse, type UpdateCommentOnActivityPathParams, type UpdateCommentOnActivityQueryParams, type UpdateCommentOnActivityResponse, type UpdateConversationByIdBody, type UpdateConversationByIdPathParams, type UpdateConversationByIdResponse, type UpdateDeclarationRemarkPathParams, type UpdateDeclarationRemarkQueryParams, type UpdateDeclarationRemarkResponse, type UpdateDiasQuestionnaireBody, type UpdateDiasQuestionnairePathParams, type UpdateDiasQuestionnaireQueryParams, type UpdateDiasQuestionnaireResponse, type UpdateDistributionConnectionByKeyBody, type UpdateDistributionConnectionByKeyPathParams, type UpdateDistributionConnectionByKeyResponse, type UpdateDistributionIntegrationsPathParams, type UpdateDistributionIntegrationsResponse, type UpdateDistributionSettingsBody, type UpdateDistributionSettingsResponse, type UpdateDocumentForPartyBody, type UpdateDocumentForPartyPathParams, type UpdateDocumentForPartyResponse, type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse, type UpdateDocumentMetadataByIdPathParams, type UpdateDocumentMetadataByIdQueryParams, type UpdateDocumentMetadataByIdResponse, type UpdateEntityAsBrokerByIdPathParams, type UpdateEntityAsBrokerByIdQueryParams, type UpdateEntityAsBrokerByIdResponse, type UpdateEntityAsCustomerWithTokenPathParams, type UpdateEntityAsCustomerWithTokenQueryParams, type UpdateEntityAsCustomerWithTokenResponse, type UpdateFamilyRiskObjectBody, type UpdateFamilyRiskObjectPathParams, type UpdateFamilyRiskObjectQueryParams, type UpdateFamilyRiskObjectResponse, type UpdateFleetRiskObjectBody, type UpdateFleetRiskObjectPathParams, type UpdateFleetRiskObjectQueryParams, type UpdateFleetRiskObjectResponse, type UpdateInsuranceProductByDistributionBody, type UpdateInsuranceProductByDistributionPathParams, type UpdateInsuranceProductByDistributionResponse, type UpdateInsuranceProductClauseForDistributionBody, type UpdateInsuranceProductClauseForDistributionPathParams, type UpdateInsuranceProductClauseForDistributionQueryParams, type UpdateInsuranceProductClauseForDistributionResponse, type UpdateLegalRiskObjectBody, type UpdateLegalRiskObjectPathParams, type UpdateLegalRiskObjectQueryParams, type UpdateLegalRiskObjectResponse, type UpdateMiscellaneousRiskObjectBody, type UpdateMiscellaneousRiskObjectPathParams, type UpdateMiscellaneousRiskObjectQueryParams, type UpdateMiscellaneousRiskObjectResponse, type UpdateNotePathParams, type UpdateNoteQueryParams, type UpdateNoteResponse, type UpdateOfferByIdBody, type UpdateOfferByIdPathParams, type UpdateOfferByIdResponse, type UpdateOffersInBulkBody, type UpdateOffersInBulkResponse, type UpdatePartyActivitiesAsCustomerBody, type UpdatePartyActivitiesAsCustomerPathParams, type UpdatePartyActivitiesAsCustomerResponse, type UpdatePartyAssigneesBody, type UpdatePartyAssigneesPathParams, type UpdatePartyAssigneesQueryParams, type UpdatePartyAssigneesResponse, type UpdatePartyByIdBody, type UpdatePartyByIdPathParams, type UpdatePartyByIdResponse, type UpdatePartyGroupRiskObjectBody, type UpdatePartyGroupRiskObjectPathParams, type UpdatePartyGroupRiskObjectQueryParams, type UpdatePartyGroupRiskObjectResponse, type UpdatePartyNoteByIdBody, type UpdatePartyNoteByIdPathParams, type UpdatePartyNoteByIdResponse, type UpdatePartyRelationsBody, type UpdatePartyRelationsPathParams, type UpdatePartyRelationsResponse, type UpdatePreventionByDistributionBody, type UpdatePreventionByDistributionPathParams, type UpdatePreventionByDistributionResponse, type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody, type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams, type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse, type UpdateRelationBetweenRiskObjectAndPartyBody, type UpdateRelationBetweenRiskObjectAndPartyPathParams, type UpdateRelationBetweenRiskObjectAndPartyQueryParams, type UpdateRelationBetweenRiskObjectAndPartyResponse, type UpdateResidenceRiskObjectBody, type UpdateResidenceRiskObjectPathParams, type UpdateResidenceRiskObjectQueryParams, type UpdateResidenceRiskObjectResponse, type UpdateRiskDomainActionForAdvisoryReportByIdBody, type UpdateRiskDomainActionForAdvisoryReportByIdPathParams, type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams, type UpdateRiskDomainActionForAdvisoryReportByIdResponse, type UpdateRiskDomainAdviceForAdvisoryReportByIdBody, type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse, type UpdateRiskDomainByDistributionBody, type UpdateRiskDomainByDistributionPathParams, type UpdateRiskDomainByDistributionResponse, type UpdateSemiTrailerRiskObjectBody, type UpdateSemiTrailerRiskObjectPathParams, type UpdateSemiTrailerRiskObjectQueryParams, type UpdateSemiTrailerRiskObjectResponse, type UpdateTargetsByCampaignPathParams, type UpdateTargetsByCampaignQueryParams, type UpdateTargetsByCampaignResponse, type UpdateTrailerRiskObjectBody, type UpdateTrailerRiskObjectPathParams, type UpdateTrailerRiskObjectQueryParams, type UpdateTrailerRiskObjectResponse, type UpdateTwoWheelerRiskObjectBody, type UpdateTwoWheelerRiskObjectPathParams, type UpdateTwoWheelerRiskObjectQueryParams, type UpdateTwoWheelerRiskObjectResponse, type UpdateUspByDistributionAndIdBody, type UpdateUspByDistributionAndIdPathParams, type UpdateUspByDistributionAndIdQueryParams, type UpdateUspByDistributionAndIdResponse, type UpdateYellowhiveQuestionnaireBody, type UpdateYellowhiveQuestionnairePathParams, type UpdateYellowhiveQuestionnaireQueryParams, type UpdateYellowhiveQuestionnaireResponse, type UpdateYourOwnUserBody, type UpdateYourOwnUserResponse, type UpdateYourPasswordBody, type UpdateYourPasswordResponse, type UploadClaimDocumentAsBrokerPathParams, type UploadClaimDocumentAsBrokerQueryParams, type UploadClaimDocumentAsBrokerResponse, type UploadDocumentsInAnvaBody, type UploadDocumentsInAnvaPathParams, type UploadDocumentsInAnvaQueryParams, type UploadDocumentsInAnvaResponse, type UploadDocumentsInAssuBody, type UploadDocumentsInAssuPathParams, type UploadDocumentsInAssuQueryParams, type UploadDocumentsInAssuResponse, type UploadDocumentsInFasterforwardBody, type UploadDocumentsInFasterforwardPathParams, type UploadDocumentsInFasterforwardQueryParams, type UploadDocumentsInFasterforwardResponse, type UpsertAnvaClosingQuestionsBody, type UpsertAnvaClosingQuestionsQueryParams, type UpsertAnvaClosingQuestionsResponse, type UpsertDistributionFaqBody, type UpsertDistributionFaqQueryParams, type UpsertDistributionFaqResponse, type UpsertInsurancePoliciesForPartyBody, type UpsertInsurancePoliciesForPartyPathParams, type UpsertInsurancePoliciesForPartyResponse, type UpsertInsurancePolicySimulationForPartyBody, type UpsertInsurancePolicySimulationForPartyPathParams, type UpsertInsurancePolicySimulationForPartyResponse, type UpsertPolicyPackagesForPartyBody, type UpsertPolicyPackagesForPartyPathParams, type UpsertPolicyPackagesForPartyResponse, type ValidateAChassisNumberResponse, type ValidateACompanyRegistrationNumberResponse, type ValidateANationalIdentificationNumberBody, type ValidateANationalIdentificationNumberResponse, type ValidateATelephonenrResponse, type ValidateAVehicleRegistrationPlateBody, type ValidateAVehicleRegistrationPlateResponse, type ValidateAWebsiteResponse, type ValidateAnEmailResponse, type ValidateAnFsmaResponse, type ValidateAnIbanBody, type ValidateAnIbanResponse, type ValidateAnvaConnectionQueryParams, type ValidateAnvaConnectionResponse, type ValidateAnvaDwhConnectionQueryParams, type ValidateAnvaDwhConnectionResponse, type ValidateAnvaflowsQuestionnaireBody, type ValidateAnvaflowsQuestionnairePathParams, type ValidateAnvaflowsQuestionnaireQueryParams, type ValidateAnvaflowsQuestionnaireResponse, type ValidateClaimPathParams, type ValidateClaimQueryParams, type ValidateClaimResponse, type ValidateDiasQuestionnaireBody, type ValidateDiasQuestionnairePathParams, type ValidateDiasQuestionnaireQueryParams, type ValidateDiasQuestionnaireResponse, type ValidateFasterforwardConnectionQueryParams, type ValidateFasterforwardConnectionResponse, type ValidatePromotionsResponse, type ValidateYellowhiveQuestionnaireBody, type ValidateYellowhiveQuestionnairePathParams, type ValidateYellowhiveQuestionnaireQueryParams, type ValidateYellowhiveQuestionnaireResponse, type VerifyIfADistributionExistsByCompanyRegistrationBody, type VerifyIfADistributionExistsByCompanyRegistrationQueryParams, type VerifyIfADistributionExistsByCompanyRegistrationResponse, type VerifyIfADistributionExistsByNameBody, type VerifyIfADistributionExistsByNameQueryParams, type VerifyIfADistributionExistsByNameResponse, type VerifyIfAUserExistsByEmailBody, type VerifyIfAUserExistsByEmailQueryParams, type VerifyIfAUserExistsByEmailResponse, type WgApiSchema, type WgPaths, acceptOrRejectAnAdvisoryReport, activateOutlookConnectionSync, analyzeEmail, answerAFlowDirectly, answerAFlowSession, blockCustomerFromAccessingParty, calculateAnvaquotesBySessionId, calculateCarLeaseQuote, calculateDiasQuotesBySessionId, calculateQuotesV2, calculateYellowhiveQuotesBySessionId, claimReportById, claimRequestUpdate, commentOnActivity, type components, createAccidentsForParty, createAccount, createAdvisoryReport, createAdvisoryReportRevision, createAdvisoryReportRevisionV2, createAdvisoryReportStepSettings, createAnvaPartyViaConversation, createAnvaTask, createAnvaflowTags, createAssuTask, createBicycleRiskObject, createBoatRiskObject, createBrokerConnectionsById, createCampaign, createCarRiskObject, createClaimAsBroker, createClaimAsCustomer, createCompanyLead, createConversation, createConversationReminder, createCustomerLead, createDiasPartyViaConversation, createDiasTask, createDistributionConnectionById, createDistributionTag, createDocumentForClaim, createDocumentForClaimAsCustomer, createDocumentForParty, createEntityAsBroker, createEntityAsCustomerWithToken, createFamilyRiskObject, createFasterforwardTask, createInsurancePoliciesForParty, createInsuranceProductClauseForDistribution, createLegalParty, createLegalRiskObject, createLockForClaim, createMiscellaneousRiskObject, createNaturalParty, createNoteOnEvent, createNoteOnEventAsCustomer, createOfferRevision, createOrReplaceInsurancePolicyForAdvisoryReportById, createOrReplacePolicyPackagesForAdvisoryReportById, createPartyActivitiesAsCustomer, createPartyByEnrichingWithEnrichingWithCompanyRegistration, createPartyGroupRiskObject, createPartyNote, createPartyOffers, createPartyRelations, createProfileaseCarLeaseOffer, createProflowSessionByBatchId, createRecommendationByPartyId, createRecommendationBySessionId, createReferenceForParty, createReferencesForRiskObject, createRelationBetweenRiskObjectAndParty, createRiskDomainActionForAdvisoryReportById, createRiskDomainActionFromAdviceForAdvisoryReportById, createRiskDomainAdviceForAdvisoryReportById, createRiskDomainForAdvisoryReportById, createSemiTrailerRiskObject, createToolkitAccount, createToolkitBroker, createTrailerRiskObject, createTrialBroker, createUploadLinkAsCustomer, createUspItemForDistribution, createYellowhiveContactPerson, deactivateOutlookConnectionSync, deleteAdvisoryReport, deleteAdvisoryReportRevision, deleteAllSessionsBySessionId, deleteAnvaClosingQuestions, deleteBrokerConnectionByKey, deleteClaimAsBrokerById, deleteCommentOnActivity, deleteDistributionConnectionByKey, deleteDistributionFaq, deleteDistributionTag, deleteDocumentById, deleteDocumentByIdAsCustomerWithToken, deleteDocumentForParty, deleteEntityAsBrokerById, deleteEntityByIdAsCustomerWithToken, deleteEntityBySessionIdAndFlowId, deleteInsurancePoliciesForParty, deleteInsurancePolicyForAdvisoryReportById, deleteInsuranceProductClauseForDistribution, deleteNote, deletePartyActivitiesAsCustomer, deletePartyEntityBySessionIdAndFlowId, deletePartyNoteById, deletePartyRelations, deletePolicyPackagesForParty, deleteRelationBetweenRiskObjectAndParty, deleteRiskDomainActionForAdvisoryReportById, deleteRiskDomainAdviceForAdvisoryReportById, deleteRiskDomainForAdvisoryReportById, deleteRiskObjectById, deleteSessionBySessionId, deleteUspByDistributionAndId, delinkPartyToUser, deprecatedValidateAnvaConnection, disable2FaByUser, disable2FaForCustomer, downloadDocumentById, editInsuranceProductAdviceByDistribution, editInsuranceProductDescriptionsByDistribution, enable2Fa, enqueueCalculationAnvaquotesBySessionId, enqueueSendCustomQuotesToAnvaBySessionId, enqueueSendOfferToAnvaBySessionId, enrichPartyByIdWithExternalCompanyData, exportAdvisoryReportById, exportPartyById, exportPartyToAnva, exportPartyToAssu, exportPartyToDias, exportPartyToFasterforward, exportQuoteById, extractInsurancePoliciesForOneDocument, extractInsurancePoliciesForOneDocumentEnqueue, extractManyDocumentInBatch, extractOffersForOneDocument, extractOffersForOneDocumentEnqueue, extractOneDocument, extractOneDocumentEnqueue, extractPartyForOneDocumentEnqueue, extractWebsiteTheme, generateCompanyDescription, generateDistributionAboutUsCompletion, generateDnsPrefix, generateDocxDocumentOfAdvisoryReportById, generateFlowQuestionnaire, generateFlowQuestionnaireDocument, generateOfferRequestForInsuranceCompanyDocx, generateOfferRequestForInsuranceCompanyPdf, generatePdfOfAdvisoryReportById, generatePersonalizationAdviceForAdvisoryReport, generatePossibleProductsBySessionV2, generateQuestionsToPrefillByCar, generateStandaloneFrontPagePdfOfAdvisoryReportAsExample, generateTokenForSocialLoginFlowAsBroker, get2FaByUser, getActivityByParty, getAddressInfo, getAddressInfoFreemium, getAdvicesPerInsuranceProduct, getAdvisoryReportById, getAdvisoryReportExportOptions, getAdvisoryReportRevisionDiff, getAllActivityTypes, getAllAdvisoryReports, getAllAvailableAffiliations, getAllAvailablePlans, getAllAvailableThemesInWegroup, getAllBrokersLinkedToCurrentUser, getAllCampaignTemplates, getAllCampaignsByDistribution, getAllCarClaimCategories, getAllClaimsAsBroker, getAllConversations, getAllCustomersByDistribution, getAllEnums, getAllLeadsByDistribution, getAllLeaseOffersByDistribution, getAllPartiesByDistribution, getAllPartiesByDistributionV2, getAllRiskObjectsByPartyId, getAllRiskObjectsByPartyIdV2, getAllSessionsBySessionId, getAllVehicleBrands, getAllVehicleSeriesByBrandKey, getAllVehicleVersionsBySeriesId, getAnvaAgents, getAnvaClosingQuestions, getAnvaCollectionMethods, getAnvaEmployees, getAnvaLabels, getAnvaMutationReasons, getAnvaParties, getAnvaProducts, getAnvaproductById, getAnvaproducts, getArtifactFromEventById, getAssuEmployees, getAvailableFlowsForDistributionInfo, getBrokerByAnvaProducerId, getBrokerByAnvaRelationMangerId, getBrokerConnectionsById, getBrokerIntegrations, getCampaignById, getCampaignSettingsByDistribution, getCampaignTargetMailTemplate, getCarLeaseRates, getChatBySessionId, getChatSummaryV2BySessionId, getCheckupByPartyId, getClaimAsBrokerById, getClaimAsCustomerWithToken, getClaimByIdAsCustomer, getClaimEventsAsBrokerById, getClaimEventsAsCustomer, getClaimsAsCustomer, getClaimsAsParty, getClaimsAsPartyById, getComplianceByRiskObjectId, getConversationById, getConversationNotes, getConversationReportPdfById, getConversationsOriginFilter, getCurrentAccountInsightsAsCustomer, getCurrentAccountInsightsAsParty, getCurrentBrokerOfTheUser, getCustomersByParty, getDiasAfdbranches, getDiasCollectionMethods, getDiasEmployees, getDiasParties, getDiasPartySalutations, getDiasPartyTitles, getDiasProducts, getDiasflowInsurances, getDiasflowProductById, getDiasflowProducts, getDistributionActivity, getDistributionAffiliations, getDistributionById, getDistributionConnectionsById, getDistributionFaq, getDistributionHasPendingUpgrade, getDistributionSettings, getDistributionTags, getDocumentExtractionBatchById, getDocumentMetadata, getDocumentsAsCustomer, getDocumentsForParty, getEmailByMessageId, getEncryptionKeys, getEnterpriseByCompanyRegistrationNumberAndCountry, getEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponse, getEnumByAnvaLabel, getEnumByDiasLabel, getEventsByAdvisoryReportId, getExtractEnityInfo, getFasterforwardEmployees, getFasterforwardTeams, getFinconnectLinkAsCustomer, getFinconnectLinkForInsurancePolicyAsCustomer, getFlowInfoById, getFlowsInfo, getGbi, getHubspotVisitorIdentificationToken, getInfoForClaim, getInsightsIfCarIsInsured, getInsuranceCompanies, getInsurancePoliciesAsCustomer, getInsurancePoliciesForParty, getInsurancePolicyById, getInsurancePolicyByIdAsCustomer, getInsurancePolicySimulationsForParty, getInsuranceProductClausesByDistribution, getInsuranceProductsV2, getIntegrationsByDistribution, getInvoiceByIdAsCustomer, getInvoicesAsCustomer, getInvoicesAsParty, getInvoicesAsPartyById, getJobResultById, getKycByParty, getLeadById, getLeadProviderById, getLeadProvidersByAffinity, getLeaseOfferById, getLinkOfDocument, getMetricsByCampaign, getMinimalOfferById, getMinimalOfferRevisionById, getMinimalRiskObjectById, getNace, getNoveltyInsightsByDistribution, getOfferById, getOffersByDistribution, getOnboardingChecklistByBroker, getOnesuranceDataByPartyId, getOnesuranceRecommendationsByEmailId, getOrganisationDistributions, getOrganisationLeads, getOrganisationOffers, getOutlookConnectionDetails, getOutlookMailById, getOutlookMailByOutlookMessageId, getOutlookMailfolders, getOutlookMails, getPartiesByCustomer, getPartiesLinkedToUser, getPartiesOriginFilter, getPartyAddresses, getPartyById, getPartyMergeSuggestions, getPdfOfAdvisoryReportById, getPerformanceInsightsByDistribution, getPolicyPackageById, getPolicyPackageByIdAsCustomer, getPolicyPackageSimulationsForParty, getPolicyPackagesAsCustomer, getPolicyPackagesForParty, getPossibleInsuranceProductsByPartyId, getPossibleInsuranceProductsByRiskObjectId, getPossibleInsuranceProductsForManagementByPartyId, getPossibleInsuranceProductsForStaffByPartyId, getPreventionAdvice, getPromotionsByDistributionId, getProvenanceInfoOfDocument, getQuoteExports, getQuoteInsights, getQuotesAsBatchResultsByConversationId, getRecommendationsById, getRecommendationsByPartyId, getRecommendationsBySessionId, getRiskAnalysisByPartyId, getRiskDomainById, getRiskDomains, getRiskObjectByRiskObjectRevisionId, getRiskObjectRevisionsById, getSbi, getSingularityJobResultById, getStepSettingsByAdvisoryReportId, getSupportedAnvaflowCoverages, getSupportedAnvaflowCoveragesGroupedByAdn, getSupportedAnvaflowInsuranceCompanies, getSupportedAnvaflowInsurances, getSupportedAnvaflowTags, getSupportedInsuranceCompanies, getSupportedInsuranceSubjects, getSupportedMimeTypes, getSupportedRiskDomains, getSupportedYellowhiveflowCoverages, getSupportedYellowhiveflowInsurances, getSystemCampaignsByParty, getTheBrokerById, getUspByDistribution, getValuesOfEnum, getVehicleByCarIdOrFebiacId, getVehicleByNumberPlateAndCarId, getVehicleByVersionId, getVehicleByVinAndCarId, getVehicleVersionFactsBySeriesId, getWeatherInfo, getYellowhiveflowProductById, getYellowhiveflowProducts, getYourOwnUser, giveFeedbackOnConversationById, giveFeedbackOnRecommendationsById, giveFeedbackToInsuranceTermsBot, handleCreateDistributionTheme, handleDeleteDistributionTheme, handleUpdateDistributionTheme, importAnvaDocumentInWegroup, importAnvaInsurancePolicyDocumentInWegroup, importAnvaInsurancePolicyPackageDocumentInWegroup, importAnvaPartyInWegroup, importAnvaproduct, importAssuPartyInWegroup, importDiasPartyInWegroup, importDiasflowProduct, importFasterforwardPartyInWegroup, inviteColleaguesToDistribution, inviteUserToParty, linkConversationToAdvisoryReport, linkPartyToUser, lockFlightApi, markConversationAsCompletedById, mergePartiesTogether, type operations, orderInsurancePolciesOfAdvisoryReport, outlookConnectionSync, overrideInsuranceProductRecommendationById, overridePreventionAdviceRecommendationById, patchAnvaproductById, patchAnvaproductCoverageById, patchDiasflowProductById, patchDiasflowProductCoverageByDiasId, patchOwnPartyAsCustomer, type paths, poseAQuestionToInsuranceTermsBot, poseAQuestionToInsuranceTermsBotForItToCompare, postEventAsCarglassPartner, putClausesForReport, recalculateDiasQuotesBySessionIdAndProductId, recalculateDiasSimulationBySessionId, recalculateOneAnvaquoteByAnvaProductIdSessionId, recalculateSimulationBySessionId, recalculateYellowhiveQuotesBySessionIdAndProductId, recalculateYellowhiveSimulationBySessionId, retrieveAirports, retrieveAllExportsByParty, retrieveAnvaflowsQuestionnaires, retrieveAskLaterQuestions, retrieveAutomobileByCarIdFreemiumVersion, retrieveAutomobileByIdFreemium, retrieveDiasQuestionnaires, retrieveExportById, retrieveFlow, retrieveYellowhiveQuestionnaires, seachStreetsByCityAndCountry, searchAddressesByCountry, searchAssuParties, searchCitiesByCountry, searchDirectorsByFirstAndLastName, searchEnterprisesByCountry, searchFasterforwardParties, searchParties, searchVehicles, sendAdvisoryReportAsMail, sendAnvaInquiryAsCustomer, sendClaimToKeypoint, sendExampleCampaignTargetMail, sendMailClaimReportById, sendMailFollowupPageToCustomer, sendMailForSimulationToParty, sendOfferMailBySessionId, sendOfferToAnvaBySessionId, sendPasswordResetToCustomer, sendQuoteAsMail, setAskLaterQuestions, transferLeadToOtherDistribution, transferPartyToOtherDistribution, triageEmail, unblockCustomerFromAccessingParty, unlockClaim, updateAdvisoryReport, updateAnvaPartyViaConversation, updateAnvaflowsQuestionnaire, updateBicycleRiskObject, updateBoatRiskObject, updateBrokerByBroker, updateBrokerConnectionByKey, updateBrokerIntegrations, updateCampaign, updateCarRiskObject, updateClaimAsBrokerById, updateClaimAsCustomerWithToken, updateCommentOnActivity, updateConversationById, updateDeclarationRemark, updateDiasQuestionnaire, updateDistributionConnectionByKey, updateDistributionIntegrations, updateDistributionSettings, updateDocumentForParty, updateDocumentMetadataById, updateDocumentMetadataByIdAsCustomerWithToken, updateEntityAsBrokerById, updateEntityAsCustomerWithToken, updateFamilyRiskObject, updateFleetRiskObject, updateInsuranceProductByDistribution, updateInsuranceProductClauseForDistribution, updateLegalRiskObject, updateMiscellaneousRiskObject, updateNote, updateOfferById, updateOffersInBulk, updatePartyActivitiesAsCustomer, updatePartyAssignees, updatePartyById, updatePartyGroupRiskObject, updatePartyNoteById, updatePartyRelations, updatePreventionByDistribution, updateQuestionForAllQuestionnairesByAnvaLabels, updateRelationBetweenRiskObjectAndParty, updateResidenceRiskObject, updateRiskDomainActionForAdvisoryReportById, updateRiskDomainAdviceForAdvisoryReportById, updateRiskDomainByDistribution, updateSemiTrailerRiskObject, updateTargetsByCampaign, updateTrailerRiskObject, updateTwoWheelerRiskObject, updateUspByDistributionAndId, updateYellowhiveQuestionnaire, updateYourOwnUser, updateYourPassword, uploadClaimDocumentAsBroker, uploadDocumentsInAnva, uploadDocumentsInAssu, uploadDocumentsInFasterforward, upsertAnvaClosingQuestions, upsertDistributionFaq, upsertInsurancePoliciesForParty, upsertInsurancePolicySimulationForParty, upsertPolicyPackagesForParty, validateAChassisNumber, validateACompanyRegistrationNumber, validateANationalIdentificationNumber, validateATelephonenr, validateAVehicleRegistrationPlate, validateAWebsite, validateAnEmail, validateAnFsma, validateAnIban, validateAnvaConnection, validateAnvaDwhConnection, validateAnvaflowsQuestionnaire, validateClaim, validateDiasQuestionnaire, validateFasterforwardConnection, validatePromotions, validateYellowhiveQuestionnaire, verifyIfADistributionExistsByCompanyRegistration, verifyIfADistributionExistsByName, verifyIfAUserExistsByEmail, type webhooks, wgApiClient };
|