wg-api-sdk 1.0.10 → 1.0.11
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 +1248 -853
- package/dist/esm/index.mjs +1 -1
- package/dist/index.d.ts +1248 -853
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/esm/index.d.mts
CHANGED
|
@@ -850,6 +850,40 @@ interface paths {
|
|
|
850
850
|
patch?: never;
|
|
851
851
|
trace?: never;
|
|
852
852
|
};
|
|
853
|
+
"/v1/api/anvaflows/{session_id}/send-offer-to-anva": {
|
|
854
|
+
parameters: {
|
|
855
|
+
query?: never;
|
|
856
|
+
header?: never;
|
|
857
|
+
path?: never;
|
|
858
|
+
cookie?: never;
|
|
859
|
+
};
|
|
860
|
+
get?: never;
|
|
861
|
+
put?: never;
|
|
862
|
+
/** Send Offer To Anva By Session Id */
|
|
863
|
+
post: operations["send_offer_to_anva_by_session_id_v1_api_anvaflows__session_id__send_offer_to_anva_post"];
|
|
864
|
+
delete?: never;
|
|
865
|
+
options?: never;
|
|
866
|
+
head?: never;
|
|
867
|
+
patch?: never;
|
|
868
|
+
trace?: never;
|
|
869
|
+
};
|
|
870
|
+
"/v1/api/anvaflows/{session_id}/recalculate-simulation": {
|
|
871
|
+
parameters: {
|
|
872
|
+
query?: never;
|
|
873
|
+
header?: never;
|
|
874
|
+
path?: never;
|
|
875
|
+
cookie?: never;
|
|
876
|
+
};
|
|
877
|
+
get?: never;
|
|
878
|
+
put?: never;
|
|
879
|
+
/** Recalculate Simulation By Session Id */
|
|
880
|
+
post: operations["recalculate_simulation_by_session_id_v1_api_anvaflows__session_id__recalculate_simulation_post"];
|
|
881
|
+
delete?: never;
|
|
882
|
+
options?: never;
|
|
883
|
+
head?: never;
|
|
884
|
+
patch?: never;
|
|
885
|
+
trace?: never;
|
|
886
|
+
};
|
|
853
887
|
"/v1/api/anvaflows/closing-questions": {
|
|
854
888
|
parameters: {
|
|
855
889
|
query?: never;
|
|
@@ -7405,7 +7439,7 @@ interface components {
|
|
|
7405
7439
|
* Timestamp
|
|
7406
7440
|
* Format: date-time
|
|
7407
7441
|
* @description Timestamp of when the error occured
|
|
7408
|
-
* @default 2025-
|
|
7442
|
+
* @default 2025-06-05T10:13:16.839586
|
|
7409
7443
|
*/
|
|
7410
7444
|
timestamp: string;
|
|
7411
7445
|
/**
|
|
@@ -15032,20 +15066,18 @@ interface components {
|
|
|
15032
15066
|
/** Themes */
|
|
15033
15067
|
Themes: {
|
|
15034
15068
|
/** Items */
|
|
15035
|
-
items: components["schemas"]["
|
|
15069
|
+
items: components["schemas"]["Theme"][];
|
|
15036
15070
|
/** Count */
|
|
15037
15071
|
count: number;
|
|
15038
15072
|
};
|
|
15039
15073
|
/** Theme */
|
|
15040
|
-
|
|
15074
|
+
Theme: {
|
|
15041
15075
|
/** Name */
|
|
15042
15076
|
name: string;
|
|
15043
15077
|
/** Primary Color */
|
|
15044
15078
|
primary_color: string;
|
|
15045
15079
|
/** Secondary Color */
|
|
15046
15080
|
secondary_color: string;
|
|
15047
|
-
/** Distribution Specific */
|
|
15048
|
-
distribution_specific?: boolean;
|
|
15049
15081
|
};
|
|
15050
15082
|
/** create_custom_theme_as_distribution_params */
|
|
15051
15083
|
create_custom_theme_as_distribution_params: {
|
|
@@ -15291,7 +15323,7 @@ interface components {
|
|
|
15291
15323
|
* Integrations
|
|
15292
15324
|
* @default {}
|
|
15293
15325
|
*/
|
|
15294
|
-
integrations: components["schemas"]["
|
|
15326
|
+
integrations: components["schemas"]["BrokerIntegrations"];
|
|
15295
15327
|
/**
|
|
15296
15328
|
* Settings
|
|
15297
15329
|
* @default {
|
|
@@ -15303,7 +15335,7 @@ interface components {
|
|
|
15303
15335
|
* "always_save_to_insurance_company": true
|
|
15304
15336
|
* }
|
|
15305
15337
|
*/
|
|
15306
|
-
settings: components["schemas"]["
|
|
15338
|
+
settings: components["schemas"]["BrokerSettings"];
|
|
15307
15339
|
/**
|
|
15308
15340
|
* Memberships
|
|
15309
15341
|
* @default {
|
|
@@ -15334,7 +15366,7 @@ interface components {
|
|
|
15334
15366
|
* Affiliations
|
|
15335
15367
|
* @default []
|
|
15336
15368
|
*/
|
|
15337
|
-
affiliations: components["schemas"]["
|
|
15369
|
+
affiliations: components["schemas"]["Affiliation"][];
|
|
15338
15370
|
promotion?: components["schemas"]["DistributionPromotionCreateCmd"];
|
|
15339
15371
|
};
|
|
15340
15372
|
/** BrokerUserCreateCmd */
|
|
@@ -15665,7 +15697,7 @@ interface components {
|
|
|
15665
15697
|
nr: string;
|
|
15666
15698
|
};
|
|
15667
15699
|
/** BrokerIntegrations */
|
|
15668
|
-
|
|
15700
|
+
BrokerIntegrations: {
|
|
15669
15701
|
/**
|
|
15670
15702
|
* Portima Nr
|
|
15671
15703
|
* @example 23515
|
|
@@ -15752,7 +15784,7 @@ interface components {
|
|
|
15752
15784
|
anva_relation_manager_id?: string;
|
|
15753
15785
|
};
|
|
15754
15786
|
/** BrokerSettings */
|
|
15755
|
-
|
|
15787
|
+
BrokerSettings: {
|
|
15756
15788
|
/**
|
|
15757
15789
|
* Max Vk
|
|
15758
15790
|
* @description When enabled, calculates quotes with maximum VK enabled by default.
|
|
@@ -15897,7 +15929,7 @@ interface components {
|
|
|
15897
15929
|
lar: boolean;
|
|
15898
15930
|
};
|
|
15899
15931
|
/** Affiliation */
|
|
15900
|
-
|
|
15932
|
+
Affiliation: {
|
|
15901
15933
|
/**
|
|
15902
15934
|
* Boost
|
|
15903
15935
|
* @description A multiplication factor for marketplace percentages.
|
|
@@ -16026,16 +16058,17 @@ interface components {
|
|
|
16026
16058
|
/** MultiBrokerQueryModel */
|
|
16027
16059
|
MultiBrokerQueryModel: {
|
|
16028
16060
|
/** Items */
|
|
16029
|
-
items: components["schemas"]["
|
|
16061
|
+
items: components["schemas"]["BrokerWithDistributionName"][];
|
|
16030
16062
|
/** Count */
|
|
16031
16063
|
count: number;
|
|
16032
16064
|
};
|
|
16033
|
-
/**
|
|
16034
|
-
|
|
16065
|
+
/** BrokerWithDistributionName */
|
|
16066
|
+
BrokerWithDistributionName: {
|
|
16035
16067
|
/**
|
|
16036
16068
|
* User Id
|
|
16037
16069
|
* Format: uuid
|
|
16038
16070
|
* @description The ID of the broker, can be send by client side.
|
|
16071
|
+
* @example 73eb4c7a-a590-410a-9d62-7f044c905337
|
|
16039
16072
|
*/
|
|
16040
16073
|
user_id: string;
|
|
16041
16074
|
/**
|
|
@@ -16044,6 +16077,11 @@ interface components {
|
|
|
16044
16077
|
* @example false
|
|
16045
16078
|
*/
|
|
16046
16079
|
is_admin: boolean;
|
|
16080
|
+
/**
|
|
16081
|
+
* Disabled
|
|
16082
|
+
* @example false
|
|
16083
|
+
*/
|
|
16084
|
+
disabled?: boolean;
|
|
16047
16085
|
/**
|
|
16048
16086
|
* Plan
|
|
16049
16087
|
* @description The business plan of the broker, defines the features a broker can access.
|
|
@@ -16100,50 +16138,46 @@ interface components {
|
|
|
16100
16138
|
* Id
|
|
16101
16139
|
* Format: uuid
|
|
16102
16140
|
* @description The ID of the broker, can be send by client side.
|
|
16103
|
-
* @example
|
|
16141
|
+
* @example 73eb4c7a-a590-410a-9d62-7f044c905337
|
|
16104
16142
|
*/
|
|
16105
16143
|
id: string;
|
|
16106
16144
|
/**
|
|
16107
16145
|
* Distribution Id
|
|
16108
16146
|
* Format: uuid
|
|
16109
16147
|
* @description The ID of the broker, can be send by client side.
|
|
16110
|
-
* @example
|
|
16148
|
+
* @example 73eb4c7a-a590-410a-9d62-7f044c905337
|
|
16111
16149
|
*/
|
|
16112
16150
|
distribution_id: string;
|
|
16113
16151
|
/**
|
|
16114
16152
|
* Distribution Name
|
|
16115
|
-
* @description The
|
|
16116
|
-
|
|
16117
|
-
distribution_name?: string;
|
|
16118
|
-
/**
|
|
16119
|
-
* Email
|
|
16120
|
-
* @description The email of the broker
|
|
16153
|
+
* @description The ID of the broker, can be send by client side.
|
|
16154
|
+
* @example test
|
|
16121
16155
|
*/
|
|
16122
|
-
|
|
16156
|
+
distribution_name: string;
|
|
16123
16157
|
/**
|
|
16124
16158
|
* Links
|
|
16125
16159
|
* @default []
|
|
16126
16160
|
*/
|
|
16127
16161
|
links: unknown;
|
|
16128
|
-
/** @description Language of broker as in user. */
|
|
16129
|
-
language?: components["schemas"]["wg_py_models__domain__wegroup__enums__LANGUAGE_CODES"];
|
|
16130
|
-
/** @description Country of broker as in user. */
|
|
16131
|
-
country_code?: components["schemas"]["COUNTRY_CODES"];
|
|
16132
16162
|
};
|
|
16133
|
-
/**
|
|
16134
|
-
|
|
16135
|
-
/**
|
|
16136
|
-
* User Id
|
|
16137
|
-
* Format: uuid
|
|
16138
|
-
* @description The ID of the broker, can be send by client side.
|
|
16139
|
-
*/
|
|
16140
|
-
user_id: string;
|
|
16163
|
+
/** BrokerWithModules */
|
|
16164
|
+
BrokerWithModules: {
|
|
16141
16165
|
/**
|
|
16142
16166
|
* Is Admin
|
|
16143
16167
|
* @description Is the broker admin of the distribution he/she is in.
|
|
16144
16168
|
* @example false
|
|
16145
16169
|
*/
|
|
16146
16170
|
is_admin: boolean;
|
|
16171
|
+
/**
|
|
16172
|
+
* Disabled
|
|
16173
|
+
* @example false
|
|
16174
|
+
*/
|
|
16175
|
+
disabled?: boolean;
|
|
16176
|
+
/**
|
|
16177
|
+
* Mfa Enabled
|
|
16178
|
+
* @example false
|
|
16179
|
+
*/
|
|
16180
|
+
mfa_enabled?: boolean;
|
|
16147
16181
|
/**
|
|
16148
16182
|
* Plan
|
|
16149
16183
|
* @description The business plan of the broker, defines the features a broker can access.
|
|
@@ -16200,22 +16234,33 @@ interface components {
|
|
|
16200
16234
|
* Id
|
|
16201
16235
|
* Format: uuid
|
|
16202
16236
|
* @description The ID of the broker, can be send by client side.
|
|
16203
|
-
* @example
|
|
16237
|
+
* @example 73eb4c7a-a590-410a-9d62-7f044c905337
|
|
16204
16238
|
*/
|
|
16205
16239
|
id: string;
|
|
16206
16240
|
/**
|
|
16207
|
-
*
|
|
16241
|
+
* User Id
|
|
16208
16242
|
* Format: uuid
|
|
16243
|
+
* @description The ID of the broker, can be send by client side.
|
|
16244
|
+
* @example 73eb4c7a-a590-410a-9d62-7f044c905337
|
|
16209
16245
|
*/
|
|
16210
|
-
|
|
16246
|
+
user_id: string;
|
|
16211
16247
|
/**
|
|
16212
16248
|
* Distribution Name
|
|
16213
|
-
* @description The
|
|
16249
|
+
* @description The ID of the broker, can be send by client side.
|
|
16250
|
+
* @example 73eb4c7a-a590-410a-9d62-7f044c905337
|
|
16214
16251
|
*/
|
|
16215
|
-
distribution_name
|
|
16252
|
+
distribution_name: string;
|
|
16253
|
+
/**
|
|
16254
|
+
* Distribution Id
|
|
16255
|
+
* Format: uuid
|
|
16256
|
+
* @description The ID of the broker, can be send by client side.
|
|
16257
|
+
* @example 73eb4c7a-a590-410a-9d62-7f044c905337
|
|
16258
|
+
*/
|
|
16259
|
+
distribution_id: string;
|
|
16216
16260
|
/**
|
|
16217
16261
|
* Email
|
|
16218
|
-
* @description
|
|
16262
|
+
* @description Email
|
|
16263
|
+
* @example foo@bar.com
|
|
16219
16264
|
*/
|
|
16220
16265
|
email?: string;
|
|
16221
16266
|
/**
|
|
@@ -16224,10 +16269,44 @@ interface components {
|
|
|
16224
16269
|
*/
|
|
16225
16270
|
links: unknown;
|
|
16226
16271
|
/** @description Language of broker as in user. */
|
|
16227
|
-
language?: components["schemas"]["
|
|
16272
|
+
language?: components["schemas"]["app__models__enums__LANGUAGE_CODES"];
|
|
16228
16273
|
/** @description Country of broker as in user. */
|
|
16229
16274
|
country_code?: components["schemas"]["COUNTRY_CODES"];
|
|
16275
|
+
/**
|
|
16276
|
+
* Contact Info
|
|
16277
|
+
* @description how to contact the broker text, displayed on documents
|
|
16278
|
+
*/
|
|
16279
|
+
contact_info?: string;
|
|
16280
|
+
/** Modules */
|
|
16281
|
+
modules?: {
|
|
16282
|
+
[key: string]: components["schemas"]["BrokerPlan"];
|
|
16283
|
+
};
|
|
16284
|
+
/** Modules V2 */
|
|
16285
|
+
modules_v2?: {
|
|
16286
|
+
[key: string]: components["schemas"]["BrokerPlan"];
|
|
16287
|
+
};
|
|
16288
|
+
};
|
|
16289
|
+
/**
|
|
16290
|
+
* LANGUAGE_CODES
|
|
16291
|
+
* @description An enumeration.
|
|
16292
|
+
* @enum {unknown}
|
|
16293
|
+
*/
|
|
16294
|
+
app__models__enums__LANGUAGE_CODES: "FR" | "NL" | "EN" | "DE" | "NL-NL";
|
|
16295
|
+
/** BrokerPlan */
|
|
16296
|
+
BrokerPlan: {
|
|
16297
|
+
status: components["schemas"]["PLAN_STATUS"];
|
|
16298
|
+
/**
|
|
16299
|
+
* Member Of
|
|
16300
|
+
* @description is part of a group
|
|
16301
|
+
*/
|
|
16302
|
+
member_of?: string;
|
|
16230
16303
|
};
|
|
16304
|
+
/**
|
|
16305
|
+
* PLAN_STATUS
|
|
16306
|
+
* @description An enumeration.
|
|
16307
|
+
* @enum {unknown}
|
|
16308
|
+
*/
|
|
16309
|
+
PLAN_STATUS: "ACTIVE" | "DISABLED" | "EXPIRED" | "HIDDEN";
|
|
16231
16310
|
/** update_broker_by_id_params */
|
|
16232
16311
|
update_broker_by_id_params: {
|
|
16233
16312
|
auth: components["schemas"]["Auth"];
|
|
@@ -22917,12 +22996,6 @@ interface components {
|
|
|
22917
22996
|
* @enum {unknown}
|
|
22918
22997
|
*/
|
|
22919
22998
|
TECHNIEK_NEDERLAND_TYPE_OF_COMPANY_SPECIFICATION: "PHYSICAL_SHOP" | "WEBSHOP" | "PHYSICAL_AND_WEBSHOP";
|
|
22920
|
-
/**
|
|
22921
|
-
* LANGUAGE_CODES
|
|
22922
|
-
* @description An enumeration.
|
|
22923
|
-
* @enum {unknown}
|
|
22924
|
-
*/
|
|
22925
|
-
app__models__enums__LANGUAGE_CODES: "FR" | "NL" | "EN" | "DE" | "NL-NL";
|
|
22926
22999
|
/** TelephoneNr */
|
|
22927
23000
|
TelephoneNr: Record<string, never>;
|
|
22928
23001
|
/** PartyPreferences */
|
|
@@ -30420,6 +30493,8 @@ interface components {
|
|
|
30420
30493
|
* Format: date
|
|
30421
30494
|
*/
|
|
30422
30495
|
start_date?: Record<string, never>;
|
|
30496
|
+
/** Anva Collection Method Code */
|
|
30497
|
+
anva_collection_method_code?: number;
|
|
30423
30498
|
/**
|
|
30424
30499
|
* Id
|
|
30425
30500
|
* Format: uuid
|
|
@@ -30483,6 +30558,13 @@ interface components {
|
|
|
30483
30558
|
coverages?: components["schemas"]["CoverageCmd"][];
|
|
30484
30559
|
/** Clauses */
|
|
30485
30560
|
clauses?: components["schemas"]["ClauseCmd"][];
|
|
30561
|
+
/** Anva Collection Method Code */
|
|
30562
|
+
anva_collection_method_code?: number;
|
|
30563
|
+
/**
|
|
30564
|
+
* Anva Product Id
|
|
30565
|
+
* Format: uuid
|
|
30566
|
+
*/
|
|
30567
|
+
anva_product_id?: string;
|
|
30486
30568
|
/** Documents */
|
|
30487
30569
|
documents?: components["schemas"]["InsurancePolicyDocumentCmd"][];
|
|
30488
30570
|
/** Links */
|
|
@@ -36855,6 +36937,13 @@ interface components {
|
|
|
36855
36937
|
insurance_company?: string;
|
|
36856
36938
|
/** Closed At Distribution */
|
|
36857
36939
|
closed_at_distribution?: boolean;
|
|
36940
|
+
/** Anva Collection Method Code */
|
|
36941
|
+
anva_collection_method_code?: number;
|
|
36942
|
+
/**
|
|
36943
|
+
* Anva Product Id
|
|
36944
|
+
* Format: uuid
|
|
36945
|
+
*/
|
|
36946
|
+
anva_product_id?: string;
|
|
36858
36947
|
/**
|
|
36859
36948
|
* Policy Package Id
|
|
36860
36949
|
* Format: uuid
|
|
@@ -37068,11 +37157,6 @@ interface components {
|
|
|
37068
37157
|
/** upsert_insurance_policy_simulation_for_party_params */
|
|
37069
37158
|
upsert_insurance_policy_simulation_for_party_params: {
|
|
37070
37159
|
auth: components["schemas"]["Auth"];
|
|
37071
|
-
/**
|
|
37072
|
-
* Distribution Id
|
|
37073
|
-
* Format: uuid
|
|
37074
|
-
*/
|
|
37075
|
-
distribution_id: string;
|
|
37076
37160
|
/**
|
|
37077
37161
|
* Party Id
|
|
37078
37162
|
* Format: uuid
|
|
@@ -37136,6 +37220,13 @@ interface components {
|
|
|
37136
37220
|
coverages?: components["schemas"]["CoverageCmd"][];
|
|
37137
37221
|
/** Clauses */
|
|
37138
37222
|
clauses?: components["schemas"]["ClauseCmd"][];
|
|
37223
|
+
/** Anva Collection Method Code */
|
|
37224
|
+
anva_collection_method_code?: number;
|
|
37225
|
+
/**
|
|
37226
|
+
* Anva Product Id
|
|
37227
|
+
* Format: uuid
|
|
37228
|
+
*/
|
|
37229
|
+
anva_product_id?: string;
|
|
37139
37230
|
/** Documents */
|
|
37140
37231
|
documents?: components["schemas"]["InsurancePolicyDocumentCmd"][];
|
|
37141
37232
|
/** Links */
|
|
@@ -37147,6 +37238,60 @@ interface components {
|
|
|
37147
37238
|
* @enum {unknown}
|
|
37148
37239
|
*/
|
|
37149
37240
|
INSURANCE_POLICY_SIMULATION_TYPE: "SIMULATION";
|
|
37241
|
+
/** PolicyPackagesQueryModel */
|
|
37242
|
+
PolicyPackagesQueryModel: {
|
|
37243
|
+
/** Items */
|
|
37244
|
+
items: components["schemas"]["PolicyPackageQueryModel"][];
|
|
37245
|
+
};
|
|
37246
|
+
/** PolicyPackageQueryModel */
|
|
37247
|
+
PolicyPackageQueryModel: {
|
|
37248
|
+
/**
|
|
37249
|
+
* Id
|
|
37250
|
+
* Format: uuid
|
|
37251
|
+
*/
|
|
37252
|
+
id: string;
|
|
37253
|
+
/** Name */
|
|
37254
|
+
name: string;
|
|
37255
|
+
/** Package Nr */
|
|
37256
|
+
package_nr?: string;
|
|
37257
|
+
/** Insurance Company */
|
|
37258
|
+
insurance_company?: string;
|
|
37259
|
+
/** Premium */
|
|
37260
|
+
premium?: number;
|
|
37261
|
+
/** Policy Package Document Link */
|
|
37262
|
+
policy_package_document_link?: string;
|
|
37263
|
+
/** Description */
|
|
37264
|
+
description?: string;
|
|
37265
|
+
/**
|
|
37266
|
+
* Created At
|
|
37267
|
+
* Format: date-time
|
|
37268
|
+
*/
|
|
37269
|
+
created_at: string;
|
|
37270
|
+
/** External Refs */
|
|
37271
|
+
external_refs?: components["schemas"]["app__views__models__advisory_report__PolicyPackageQueryModel__ExternalRef"][];
|
|
37272
|
+
/** Due Date */
|
|
37273
|
+
due_date?: string;
|
|
37274
|
+
/**
|
|
37275
|
+
* Start Date
|
|
37276
|
+
* Format: date
|
|
37277
|
+
*/
|
|
37278
|
+
start_date?: string;
|
|
37279
|
+
payment_interval?: components["schemas"]["PAYMENT_INTERVAL"];
|
|
37280
|
+
/** Anva Collection Method Code */
|
|
37281
|
+
anva_collection_method_code?: number;
|
|
37282
|
+
/**
|
|
37283
|
+
* Insurance Policies
|
|
37284
|
+
* @default []
|
|
37285
|
+
*/
|
|
37286
|
+
insurance_policies: components["schemas"]["InsurancePolicyQueryModel"][];
|
|
37287
|
+
};
|
|
37288
|
+
/** ExternalRef */
|
|
37289
|
+
app__views__models__advisory_report__PolicyPackageQueryModel__ExternalRef: {
|
|
37290
|
+
/** Ref */
|
|
37291
|
+
ref: string;
|
|
37292
|
+
/** Company */
|
|
37293
|
+
company: string;
|
|
37294
|
+
};
|
|
37150
37295
|
/** create_note_for_party_params */
|
|
37151
37296
|
create_note_for_party_params: {
|
|
37152
37297
|
auth: components["schemas"]["Auth"];
|
|
@@ -37200,58 +37345,6 @@ interface components {
|
|
|
37200
37345
|
party_id: string;
|
|
37201
37346
|
data: components["schemas"]["PolicyPackageCreateCmd"];
|
|
37202
37347
|
};
|
|
37203
|
-
/** PolicyPackagesQueryModel */
|
|
37204
|
-
PolicyPackagesQueryModel: {
|
|
37205
|
-
/** Items */
|
|
37206
|
-
items: components["schemas"]["PolicyPackageQueryModel"][];
|
|
37207
|
-
};
|
|
37208
|
-
/** PolicyPackageQueryModel */
|
|
37209
|
-
PolicyPackageQueryModel: {
|
|
37210
|
-
/**
|
|
37211
|
-
* Id
|
|
37212
|
-
* Format: uuid
|
|
37213
|
-
*/
|
|
37214
|
-
id: string;
|
|
37215
|
-
/** Name */
|
|
37216
|
-
name: string;
|
|
37217
|
-
/** Package Nr */
|
|
37218
|
-
package_nr?: string;
|
|
37219
|
-
/** Insurance Company */
|
|
37220
|
-
insurance_company?: string;
|
|
37221
|
-
/** Premium */
|
|
37222
|
-
premium?: number;
|
|
37223
|
-
/** Policy Package Document Link */
|
|
37224
|
-
policy_package_document_link?: string;
|
|
37225
|
-
/** Description */
|
|
37226
|
-
description?: string;
|
|
37227
|
-
/**
|
|
37228
|
-
* Created At
|
|
37229
|
-
* Format: date-time
|
|
37230
|
-
*/
|
|
37231
|
-
created_at: string;
|
|
37232
|
-
/** External Refs */
|
|
37233
|
-
external_refs?: components["schemas"]["app__views__models__advisory_report__PolicyPackageQueryModel__ExternalRef"][];
|
|
37234
|
-
/** Due Date */
|
|
37235
|
-
due_date?: string;
|
|
37236
|
-
/**
|
|
37237
|
-
* Start Date
|
|
37238
|
-
* Format: date
|
|
37239
|
-
*/
|
|
37240
|
-
start_date?: string;
|
|
37241
|
-
payment_interval?: components["schemas"]["PAYMENT_INTERVAL"];
|
|
37242
|
-
/**
|
|
37243
|
-
* Insurance Policies
|
|
37244
|
-
* @default []
|
|
37245
|
-
*/
|
|
37246
|
-
insurance_policies: components["schemas"]["InsurancePolicyQueryModel"][];
|
|
37247
|
-
};
|
|
37248
|
-
/** ExternalRef */
|
|
37249
|
-
app__views__models__advisory_report__PolicyPackageQueryModel__ExternalRef: {
|
|
37250
|
-
/** Ref */
|
|
37251
|
-
ref: string;
|
|
37252
|
-
/** Company */
|
|
37253
|
-
company: string;
|
|
37254
|
-
};
|
|
37255
37348
|
/** PossibleInsuranceProductsQueryModel */
|
|
37256
37349
|
PossibleInsuranceProductsQueryModel: {
|
|
37257
37350
|
/**
|
|
@@ -44474,7 +44567,7 @@ interface components {
|
|
|
44474
44567
|
* Format: uuid
|
|
44475
44568
|
*/
|
|
44476
44569
|
assigned_to?: string;
|
|
44477
|
-
assigned_to_broker?: components["schemas"]["
|
|
44570
|
+
assigned_to_broker?: components["schemas"]["Broker"];
|
|
44478
44571
|
/**
|
|
44479
44572
|
* date
|
|
44480
44573
|
* Format: date
|
|
@@ -44628,7 +44721,7 @@ interface components {
|
|
|
44628
44721
|
offer_revision_id: string;
|
|
44629
44722
|
};
|
|
44630
44723
|
/** Broker */
|
|
44631
|
-
|
|
44724
|
+
Broker: {
|
|
44632
44725
|
/**
|
|
44633
44726
|
* Is Admin
|
|
44634
44727
|
* @description Is the broker admin of the distribution he/she is in.
|
|
@@ -46452,6 +46545,13 @@ interface components {
|
|
|
46452
46545
|
coverages?: components["schemas"]["CoverageCmd"][];
|
|
46453
46546
|
/** Clauses */
|
|
46454
46547
|
clauses?: components["schemas"]["ClauseCmd"][];
|
|
46548
|
+
/** Anva Collection Method Code */
|
|
46549
|
+
anva_collection_method_code?: number;
|
|
46550
|
+
/**
|
|
46551
|
+
* Anva Product Id
|
|
46552
|
+
* Format: uuid
|
|
46553
|
+
*/
|
|
46554
|
+
anva_product_id?: string;
|
|
46455
46555
|
/** Documents */
|
|
46456
46556
|
documents?: components["schemas"]["InsurancePolicyDocumentCmd"][];
|
|
46457
46557
|
/** Links */
|
|
@@ -46897,6 +46997,8 @@ interface components {
|
|
|
46897
46997
|
* Format: date
|
|
46898
46998
|
*/
|
|
46899
46999
|
start_date?: Record<string, never>;
|
|
47000
|
+
/** Anva Collection Method Code */
|
|
47001
|
+
anva_collection_method_code?: number;
|
|
46900
47002
|
/**
|
|
46901
47003
|
* Id
|
|
46902
47004
|
* Format: uuid
|
|
@@ -47219,7 +47321,7 @@ interface components {
|
|
|
47219
47321
|
* Format: date
|
|
47220
47322
|
*/
|
|
47221
47323
|
start_date?: Record<string, never>;
|
|
47222
|
-
theme: components["schemas"]["
|
|
47324
|
+
theme: components["schemas"]["Theme"];
|
|
47223
47325
|
/** Logo */
|
|
47224
47326
|
logo?: string;
|
|
47225
47327
|
/** Url */
|
|
@@ -47489,7 +47591,7 @@ interface components {
|
|
|
47489
47591
|
* Format: date
|
|
47490
47592
|
*/
|
|
47491
47593
|
start_date?: Record<string, never>;
|
|
47492
|
-
theme?: components["schemas"]["
|
|
47594
|
+
theme?: components["schemas"]["Theme"];
|
|
47493
47595
|
/** Logo */
|
|
47494
47596
|
logo?: string;
|
|
47495
47597
|
/** Url */
|
|
@@ -47635,7 +47737,7 @@ interface components {
|
|
|
47635
47737
|
* Theme
|
|
47636
47738
|
* @description Theme of campaign. If ommitted, default orange theme is used.
|
|
47637
47739
|
*/
|
|
47638
|
-
theme?: components["schemas"]["
|
|
47740
|
+
theme?: components["schemas"]["Theme"];
|
|
47639
47741
|
/**
|
|
47640
47742
|
* date
|
|
47641
47743
|
* Format: date
|
|
@@ -49794,7 +49896,7 @@ interface components {
|
|
|
49794
49896
|
/**
|
|
49795
49897
|
* Quote Specifications
|
|
49796
49898
|
* @default {
|
|
49797
|
-
* "contract_commencement_date": "2025-05-
|
|
49899
|
+
* "contract_commencement_date": "2025-05-29"
|
|
49798
49900
|
* }
|
|
49799
49901
|
*/
|
|
49800
49902
|
quote_specifications: components["schemas"]["QuoteSpecification"];
|
|
@@ -52770,7 +52872,7 @@ interface components {
|
|
|
52770
52872
|
* @description An enumeration.
|
|
52771
52873
|
* @enum {unknown}
|
|
52772
52874
|
*/
|
|
52773
|
-
PaymentMethod: "DIRECT_DEBIT" | "
|
|
52875
|
+
PaymentMethod: "TRANSFER" | "DIRECT_DEBIT" | "NONE";
|
|
52774
52876
|
/**
|
|
52775
52877
|
* ThirdPartyConstructionWorkInsuranceType
|
|
52776
52878
|
* @description An enumeration.
|
|
@@ -60126,15 +60228,6 @@ interface components {
|
|
|
60126
60228
|
auth: components["schemas"]["Auth"];
|
|
60127
60229
|
data: components["schemas"]["ExtractThemeCmd"];
|
|
60128
60230
|
};
|
|
60129
|
-
/** Theme */
|
|
60130
|
-
Theme: {
|
|
60131
|
-
/** Name */
|
|
60132
|
-
name: string;
|
|
60133
|
-
/** Primary Color */
|
|
60134
|
-
primary_color: string;
|
|
60135
|
-
/** Secondary Color */
|
|
60136
|
-
secondary_color: string;
|
|
60137
|
-
};
|
|
60138
60231
|
/** ExtractThemeCmd */
|
|
60139
60232
|
ExtractThemeCmd: {
|
|
60140
60233
|
/** Website */
|
|
@@ -60611,6 +60704,11 @@ interface components {
|
|
|
60611
60704
|
* @default false
|
|
60612
60705
|
*/
|
|
60613
60706
|
mandatory: boolean;
|
|
60707
|
+
/**
|
|
60708
|
+
* Hidden
|
|
60709
|
+
* @default false
|
|
60710
|
+
*/
|
|
60711
|
+
hidden: boolean;
|
|
60614
60712
|
/** Required Value */
|
|
60615
60713
|
required_value?: unknown;
|
|
60616
60714
|
input_type: components["schemas"]["INPUT_TYPE"];
|
|
@@ -61397,8 +61495,13 @@ interface components {
|
|
|
61397
61495
|
/** Total Premium */
|
|
61398
61496
|
total_premium: number;
|
|
61399
61497
|
payment_interval: components["schemas"]["PAYMENT_INTERVAL"];
|
|
61400
|
-
/**
|
|
61401
|
-
|
|
61498
|
+
/** Anva Collection Method Code */
|
|
61499
|
+
anva_collection_method_code?: number;
|
|
61500
|
+
/**
|
|
61501
|
+
* date
|
|
61502
|
+
* Format: date
|
|
61503
|
+
*/
|
|
61504
|
+
start_date: Record<string, never>;
|
|
61402
61505
|
/** Coverages */
|
|
61403
61506
|
coverages: components["schemas"]["Coverage"][];
|
|
61404
61507
|
/** Documents */
|
|
@@ -61454,8 +61557,13 @@ interface components {
|
|
|
61454
61557
|
/** Discount Percentage */
|
|
61455
61558
|
discount_percentage?: number;
|
|
61456
61559
|
payment_interval: components["schemas"]["PAYMENT_INTERVAL"];
|
|
61457
|
-
/**
|
|
61458
|
-
|
|
61560
|
+
/** Anva Collection Method Code */
|
|
61561
|
+
anva_collection_method_code?: number;
|
|
61562
|
+
/**
|
|
61563
|
+
* date
|
|
61564
|
+
* Format: date
|
|
61565
|
+
*/
|
|
61566
|
+
start_date: Record<string, never>;
|
|
61459
61567
|
/** Quotes */
|
|
61460
61568
|
quotes: components["schemas"]["AnvaQuote"][];
|
|
61461
61569
|
};
|
|
@@ -61471,11 +61579,13 @@ interface components {
|
|
|
61471
61579
|
/** Code */
|
|
61472
61580
|
code: string;
|
|
61473
61581
|
/**
|
|
61474
|
-
*
|
|
61475
|
-
*
|
|
61582
|
+
* date
|
|
61583
|
+
* Format: date
|
|
61476
61584
|
*/
|
|
61477
|
-
|
|
61585
|
+
start_date?: Record<string, never>;
|
|
61478
61586
|
payment_interval?: components["schemas"]["PAYMENT_INTERVAL"];
|
|
61587
|
+
/** Anva Collection Method Code */
|
|
61588
|
+
anva_collection_method_code?: number;
|
|
61479
61589
|
/** Chosen Insurance Policies */
|
|
61480
61590
|
chosen_insurance_policies: components["schemas"]["flows__models__anva__InsurancePackage__InsurancePolicy"][];
|
|
61481
61591
|
};
|
|
@@ -61502,9 +61612,14 @@ interface components {
|
|
|
61502
61612
|
coverages: number[];
|
|
61503
61613
|
/** Index */
|
|
61504
61614
|
index?: number;
|
|
61505
|
-
/**
|
|
61506
|
-
|
|
61615
|
+
/**
|
|
61616
|
+
* date
|
|
61617
|
+
* Format: date
|
|
61618
|
+
*/
|
|
61619
|
+
start_date?: Record<string, never>;
|
|
61507
61620
|
payment_interval?: components["schemas"]["PAYMENT_INTERVAL"];
|
|
61621
|
+
/** Anva Collection Method Code */
|
|
61622
|
+
anva_collection_method_code?: number;
|
|
61508
61623
|
};
|
|
61509
61624
|
/** handle_calculate_one_anva_quote_for_conversation_params */
|
|
61510
61625
|
handle_calculate_one_anva_quote_for_conversation_params: {
|
|
@@ -61528,6 +61643,37 @@ interface components {
|
|
|
61528
61643
|
/** Coverages */
|
|
61529
61644
|
coverages: number[];
|
|
61530
61645
|
};
|
|
61646
|
+
/** handle_recalculate_simulation_params */
|
|
61647
|
+
handle_recalculate_simulation_params: {
|
|
61648
|
+
auth: components["schemas"]["Auth"];
|
|
61649
|
+
data: components["schemas"]["RecalculateSimulationCmd"];
|
|
61650
|
+
/**
|
|
61651
|
+
* Session Id
|
|
61652
|
+
* Format: uuid
|
|
61653
|
+
*/
|
|
61654
|
+
session_id: string;
|
|
61655
|
+
};
|
|
61656
|
+
/** RecalculateSimulationCmd */
|
|
61657
|
+
RecalculateSimulationCmd: {
|
|
61658
|
+
/**
|
|
61659
|
+
* Insurance Policy Id
|
|
61660
|
+
* Format: uuid
|
|
61661
|
+
*/
|
|
61662
|
+
insurance_policy_id?: string;
|
|
61663
|
+
/**
|
|
61664
|
+
* Policy Package Id
|
|
61665
|
+
* Format: uuid
|
|
61666
|
+
*/
|
|
61667
|
+
policy_package_id?: string;
|
|
61668
|
+
/**
|
|
61669
|
+
* date
|
|
61670
|
+
* Format: date
|
|
61671
|
+
*/
|
|
61672
|
+
start_date?: Record<string, never>;
|
|
61673
|
+
payment_interval?: components["schemas"]["PAYMENT_INTERVAL"];
|
|
61674
|
+
/** Anva Collection Method Code */
|
|
61675
|
+
anva_collection_method_code?: number;
|
|
61676
|
+
};
|
|
61531
61677
|
/** MultiAnvaClosingQuestionQueryModel */
|
|
61532
61678
|
MultiAnvaClosingQuestionQueryModel: {
|
|
61533
61679
|
/** Items */
|
|
@@ -61541,6 +61687,13 @@ interface components {
|
|
|
61541
61687
|
id: number;
|
|
61542
61688
|
/** Title */
|
|
61543
61689
|
title: string;
|
|
61690
|
+
/**
|
|
61691
|
+
* Mandatory
|
|
61692
|
+
* @default true
|
|
61693
|
+
*/
|
|
61694
|
+
mandatory: boolean;
|
|
61695
|
+
/** Description */
|
|
61696
|
+
description?: string;
|
|
61544
61697
|
};
|
|
61545
61698
|
/** handle_upsert_anva_closing_questions_params */
|
|
61546
61699
|
handle_upsert_anva_closing_questions_params: {
|
|
@@ -61558,6 +61711,13 @@ interface components {
|
|
|
61558
61711
|
id?: number;
|
|
61559
61712
|
/** Title */
|
|
61560
61713
|
title: string;
|
|
61714
|
+
/**
|
|
61715
|
+
* Mandatory
|
|
61716
|
+
* @default true
|
|
61717
|
+
*/
|
|
61718
|
+
mandatory: boolean;
|
|
61719
|
+
/** Description */
|
|
61720
|
+
description?: string;
|
|
61561
61721
|
};
|
|
61562
61722
|
/** MultiAnvaProductQueryModel */
|
|
61563
61723
|
MultiAnvaProductQueryModel: {
|
|
@@ -63678,6 +63838,27 @@ interface components {
|
|
|
63678
63838
|
*/
|
|
63679
63839
|
lang: string;
|
|
63680
63840
|
};
|
|
63841
|
+
/** RetrieveFlowResponse */
|
|
63842
|
+
RetrieveFlowResponse: {
|
|
63843
|
+
info: components["schemas"]["FlowInfo"];
|
|
63844
|
+
questionnaire: components["schemas"]["Questionnaire"];
|
|
63845
|
+
/**
|
|
63846
|
+
* Tag Content
|
|
63847
|
+
* @default []
|
|
63848
|
+
*/
|
|
63849
|
+
tag_content: components["schemas"]["TagContentItem"][];
|
|
63850
|
+
/**
|
|
63851
|
+
* Answers
|
|
63852
|
+
* @default []
|
|
63853
|
+
*/
|
|
63854
|
+
answers: components["schemas"]["Answer"][];
|
|
63855
|
+
last_answer?: components["schemas"]["LastAnswer"];
|
|
63856
|
+
/**
|
|
63857
|
+
* Session Id
|
|
63858
|
+
* Format: uuid
|
|
63859
|
+
*/
|
|
63860
|
+
session_id?: string;
|
|
63861
|
+
};
|
|
63681
63862
|
/** answer_flow_session_params */
|
|
63682
63863
|
answer_flow_session_params: {
|
|
63683
63864
|
auth: components["schemas"]["Auth"];
|
|
@@ -64982,7 +65163,7 @@ type SchemaInsuranceFsma = components['schemas']['InsuranceFsma'];
|
|
|
64982
65163
|
type SchemaFsmaStatute = components['schemas']['FSMA_STATUTE'];
|
|
64983
65164
|
type SchemaWgPyModelsComplexAddress = components['schemas']['wg_py_models__complex__Address'];
|
|
64984
65165
|
type SchemaThemes = components['schemas']['Themes'];
|
|
64985
|
-
type
|
|
65166
|
+
type SchemaTheme = components['schemas']['Theme'];
|
|
64986
65167
|
type SchemaCreateCustomThemeAsDistributionParams = components['schemas']['create_custom_theme_as_distribution_params'];
|
|
64987
65168
|
type SchemaAppHandlersNatsModelsStatusResponse = components['schemas']['app__handlers__nats__models__StatusResponse'];
|
|
64988
65169
|
type SchemaAuth = components['schemas']['Auth'];
|
|
@@ -65006,11 +65187,11 @@ type SchemaBrokerType = components['schemas']['BROKER_TYPE'];
|
|
|
65006
65187
|
type SchemaDistributionCreateCmd = components['schemas']['DistributionCreateCmd'];
|
|
65007
65188
|
type SchemaAppModelsFsmaFsma = components['schemas']['app__models__fsma__Fsma'];
|
|
65008
65189
|
type SchemaAppModelsCompanyRegistrationCompanyRegistration = components['schemas']['app__models__company_registration__CompanyRegistration'];
|
|
65009
|
-
type
|
|
65010
|
-
type
|
|
65190
|
+
type SchemaBrokerIntegrations = components['schemas']['BrokerIntegrations'];
|
|
65191
|
+
type SchemaBrokerSettings = components['schemas']['BrokerSettings'];
|
|
65011
65192
|
type SchemaAllGuaranteesSetting = components['schemas']['ALL_GUARANTEES_SETTING'];
|
|
65012
65193
|
type SchemaBrokerMembershipsCreateCmd = components['schemas']['BrokerMembershipsCreateCmd'];
|
|
65013
|
-
type
|
|
65194
|
+
type SchemaAffiliation = components['schemas']['Affiliation'];
|
|
65014
65195
|
type SchemaInsuranceCompanyTag_2 = components['schemas']['InsuranceCompanyTag'];
|
|
65015
65196
|
type SchemaInsuranceType_2 = components['schemas']['_InsuranceType'];
|
|
65016
65197
|
type SchemaAffiliationStatus = components['schemas']['AFFILIATION_STATUS'];
|
|
@@ -65026,8 +65207,11 @@ type SchemaDistributionNameValidateCmd = components['schemas']['DistributionName
|
|
|
65026
65207
|
type SchemaPlansReply = components['schemas']['PlansReply'];
|
|
65027
65208
|
type SchemaPlanQueryModel = components['schemas']['PlanQueryModel'];
|
|
65028
65209
|
type SchemaMultiBrokerQueryModel = components['schemas']['MultiBrokerQueryModel'];
|
|
65029
|
-
type
|
|
65030
|
-
type
|
|
65210
|
+
type SchemaBrokerWithDistributionName = components['schemas']['BrokerWithDistributionName'];
|
|
65211
|
+
type SchemaBrokerWithModules = components['schemas']['BrokerWithModules'];
|
|
65212
|
+
type SchemaAppModelsEnumsLanguageCodes = components['schemas']['app__models__enums__LANGUAGE_CODES'];
|
|
65213
|
+
type SchemaBrokerPlan = components['schemas']['BrokerPlan'];
|
|
65214
|
+
type SchemaPlanStatus = components['schemas']['PLAN_STATUS'];
|
|
65031
65215
|
type SchemaUpdateBrokerByIdParams = components['schemas']['update_broker_by_id_params'];
|
|
65032
65216
|
type SchemaBrokerPatchCmd = components['schemas']['BrokerPatchCmd'];
|
|
65033
65217
|
type SchemaUpdateIntegrationsByBrokerIdParams = components['schemas']['update_integrations_by_broker_id_params'];
|
|
@@ -65225,7 +65409,6 @@ type SchemaEducationLevel = components['schemas']['EDUCATION_LEVEL'];
|
|
|
65225
65409
|
type SchemaCitizensInsuredAmountAccidents = components['schemas']['CITIZENS_INSURED_AMOUNT_ACCIDENTS'];
|
|
65226
65410
|
type SchemaTechniekNederlandTypeOfCompany = components['schemas']['TECHNIEK_NEDERLAND_TYPE_OF_COMPANY'];
|
|
65227
65411
|
type SchemaTechniekNederlandTypeOfCompanySpecification = components['schemas']['TECHNIEK_NEDERLAND_TYPE_OF_COMPANY_SPECIFICATION'];
|
|
65228
|
-
type SchemaAppModelsEnumsLanguageCodes = components['schemas']['app__models__enums__LANGUAGE_CODES'];
|
|
65229
65412
|
type SchemaTelephoneNr = components['schemas']['TelephoneNr'];
|
|
65230
65413
|
type SchemaAppModelsPartyPartyPreferences = components['schemas']['app__models__party__PartyPreferences'];
|
|
65231
65414
|
type SchemaAppModelsPartyPartyPreferencesFuneralPreference = components['schemas']['app__models__party__PartyPreferences__FuneralPreference'];
|
|
@@ -65459,15 +65642,15 @@ type SchemaCreateInsurancePolicyForPartyParams = components['schemas']['create_i
|
|
|
65459
65642
|
type SchemaUpsertInsurancePolicySimulationForPartyParams = components['schemas']['upsert_insurance_policy_simulation_for_party_params'];
|
|
65460
65643
|
type SchemaInsurancePolicySimulationUpsertCmd = components['schemas']['InsurancePolicySimulationUpsertCmd'];
|
|
65461
65644
|
type SchemaInsurancePolicySimulationType = components['schemas']['INSURANCE_POLICY_SIMULATION_TYPE'];
|
|
65645
|
+
type SchemaPolicyPackagesQueryModel = components['schemas']['PolicyPackagesQueryModel'];
|
|
65646
|
+
type SchemaPolicyPackageQueryModel = components['schemas']['PolicyPackageQueryModel'];
|
|
65647
|
+
type SchemaAppViewsModelsAdvisoryReportPolicyPackageQueryModelExternalRef = components['schemas']['app__views__models__advisory_report__PolicyPackageQueryModel__ExternalRef'];
|
|
65462
65648
|
type SchemaCreateNoteForPartyParams = components['schemas']['create_note_for_party_params'];
|
|
65463
65649
|
type SchemaPartyNoteCmd = components['schemas']['PartyNoteCmd'];
|
|
65464
65650
|
type SchemaUpdatePartyNoteByIdParams = components['schemas']['update_party_note_by_id_params'];
|
|
65465
65651
|
type SchemaPartyConversationNotes = components['schemas']['PartyConversationNotes'];
|
|
65466
65652
|
type SchemaConversationNote = components['schemas']['ConversationNote'];
|
|
65467
65653
|
type SchemaUpsertPolicyPackageByPartyParams = components['schemas']['upsert_policy_package_by_party_params'];
|
|
65468
|
-
type SchemaPolicyPackagesQueryModel = components['schemas']['PolicyPackagesQueryModel'];
|
|
65469
|
-
type SchemaPolicyPackageQueryModel = components['schemas']['PolicyPackageQueryModel'];
|
|
65470
|
-
type SchemaAppViewsModelsAdvisoryReportPolicyPackageQueryModelExternalRef = components['schemas']['app__views__models__advisory_report__PolicyPackageQueryModel__ExternalRef'];
|
|
65471
65654
|
type SchemaPossibleInsuranceProductsQueryModel = components['schemas']['PossibleInsuranceProductsQueryModel'];
|
|
65472
65655
|
type SchemaPossibleInsuranceProductQueryModel = components['schemas']['PossibleInsuranceProductQueryModel'];
|
|
65473
65656
|
type SchemaAppViewsModelsRiskObjectRiskObjects = components['schemas']['app__views__models__risk_object__RiskObjects'];
|
|
@@ -65562,7 +65745,7 @@ type SchemaCreateProfileaseCarOfferCmd = components['schemas']['CreateProfilease
|
|
|
65562
65745
|
type SchemaOfferRevisionQueryModel = components['schemas']['OfferRevisionQueryModel'];
|
|
65563
65746
|
type SchemaAppViewsModelsOfferGuarantee = components['schemas']['app__views__models__offer__Guarantee'];
|
|
65564
65747
|
type SchemaAppViewsModelsOfferAcknowledgement = components['schemas']['app__views__models__offer__Acknowledgement'];
|
|
65565
|
-
type
|
|
65748
|
+
type SchemaBroker = components['schemas']['Broker'];
|
|
65566
65749
|
type SchemaOfferRevisionDocument = components['schemas']['OfferRevisionDocument'];
|
|
65567
65750
|
type SchemaPolicyDocumentType = components['schemas']['POLICY_DOCUMENT_TYPE'];
|
|
65568
65751
|
type SchemaCrmExportQueryModel = components['schemas']['CrmExportQueryModel'];
|
|
@@ -66170,7 +66353,6 @@ type SchemaGenerateCompanyDescriptionParams = components['schemas']['generate_co
|
|
|
66170
66353
|
type SchemaGenerateCompanyDescriptionResponse = components['schemas']['GenerateCompanyDescriptionResponse'];
|
|
66171
66354
|
type SchemaGenerateCompanyDescriptionCmd = components['schemas']['GenerateCompanyDescriptionCmd'];
|
|
66172
66355
|
type SchemaExtractWebsiteThemeParams = components['schemas']['extract_website_theme_params'];
|
|
66173
|
-
type SchemaTheme = components['schemas']['Theme'];
|
|
66174
66356
|
type SchemaExtractThemeCmd = components['schemas']['ExtractThemeCmd'];
|
|
66175
66357
|
type SchemaSupportedFileTypesResponse = components['schemas']['SupportedFileTypesResponse'];
|
|
66176
66358
|
type SchemaExtractSingularDocumentParams = components['schemas']['extract_singular_document_params'];
|
|
@@ -66276,6 +66458,8 @@ type SchemaFlowsModelsAnvaInsurancePackageInsurancePolicy = components['schemas'
|
|
|
66276
66458
|
type SchemaFlowsModelsAnvaInsurancePolicy = components['schemas']['flows__models__anva__InsurancePolicy'];
|
|
66277
66459
|
type SchemaHandleCalculateOneAnvaQuoteForConversationParams = components['schemas']['handle_calculate_one_anva_quote_for_conversation_params'];
|
|
66278
66460
|
type SchemaRecalculateAnvaQuoteRequest = components['schemas']['RecalculateAnvaQuoteRequest'];
|
|
66461
|
+
type SchemaHandleRecalculateSimulationParams = components['schemas']['handle_recalculate_simulation_params'];
|
|
66462
|
+
type SchemaRecalculateSimulationCmd = components['schemas']['RecalculateSimulationCmd'];
|
|
66279
66463
|
type SchemaMultiAnvaClosingQuestionQueryModel = components['schemas']['MultiAnvaClosingQuestionQueryModel'];
|
|
66280
66464
|
type SchemaAnvaClosingQuestion = components['schemas']['AnvaClosingQuestion'];
|
|
66281
66465
|
type SchemaHandleUpsertAnvaClosingQuestionsParams = components['schemas']['handle_upsert_anva_closing_questions_params'];
|
|
@@ -66369,6 +66553,7 @@ type SchemaAgriculturalVehicleUsage_2 = components['schemas']['AgriculturalVehic
|
|
|
66369
66553
|
type SchemaTruckDestination_2 = components['schemas']['TruckDestination'];
|
|
66370
66554
|
type SchemaWgsdkSmtCarEvaluationType = components['schemas']['wgsdk__smt__CarEvaluationType'];
|
|
66371
66555
|
type SchemaCreateFlowSessionParams = components['schemas']['create_flow_session_params'];
|
|
66556
|
+
type SchemaRetrieveFlowResponse = components['schemas']['RetrieveFlowResponse'];
|
|
66372
66557
|
type SchemaAnswerFlowSessionParams = components['schemas']['answer_flow_session_params'];
|
|
66373
66558
|
type SchemaMultiFlowSessionQueryModel = components['schemas']['MultiFlowSessionQueryModel'];
|
|
66374
66559
|
type SchemaMultiFlowSessionItemQueryModel = components['schemas']['MultiFlowSessionItemQueryModel'];
|
|
@@ -67005,17 +67190,427 @@ interface operations {
|
|
|
67005
67190
|
};
|
|
67006
67191
|
};
|
|
67007
67192
|
};
|
|
67008
|
-
get_all_advisory_reports_v1_api_advisory_reports_get: {
|
|
67193
|
+
get_all_advisory_reports_v1_api_advisory_reports_get: {
|
|
67194
|
+
parameters: {
|
|
67195
|
+
query?: {
|
|
67196
|
+
created_at_ge?: string;
|
|
67197
|
+
created_at_le?: string;
|
|
67198
|
+
assigned_to?: string[];
|
|
67199
|
+
order_by?: string;
|
|
67200
|
+
sort?: string;
|
|
67201
|
+
status?: components["schemas"]["REPORT_REVISION_STATUS"][];
|
|
67202
|
+
party_id?: string[];
|
|
67203
|
+
q?: string;
|
|
67204
|
+
/**
|
|
67205
|
+
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
67206
|
+
* @example EN
|
|
67207
|
+
*/
|
|
67208
|
+
lang?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
|
|
67209
|
+
/**
|
|
67210
|
+
* @description Same as lang, but adds support to pass ?language as well
|
|
67211
|
+
* @example EN
|
|
67212
|
+
*/
|
|
67213
|
+
language?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
|
|
67214
|
+
page?: number;
|
|
67215
|
+
pagelen?: number;
|
|
67216
|
+
};
|
|
67217
|
+
header?: {
|
|
67218
|
+
/** @description Which release to target running in 'PRODUCTION' environment. */
|
|
67219
|
+
"x-release"?: string;
|
|
67220
|
+
};
|
|
67221
|
+
path?: never;
|
|
67222
|
+
cookie?: never;
|
|
67223
|
+
};
|
|
67224
|
+
requestBody?: never;
|
|
67225
|
+
responses: {
|
|
67226
|
+
/** @description Successful Response */
|
|
67227
|
+
200: {
|
|
67228
|
+
headers: {
|
|
67229
|
+
[name: string]: unknown;
|
|
67230
|
+
};
|
|
67231
|
+
content: {
|
|
67232
|
+
"application/json": {
|
|
67233
|
+
/** Items */
|
|
67234
|
+
items: components["schemas"]["AdvisoryReport"][];
|
|
67235
|
+
/** Pagination */
|
|
67236
|
+
pagination: {
|
|
67237
|
+
/**
|
|
67238
|
+
* Count
|
|
67239
|
+
* @default 1
|
|
67240
|
+
* @example 2
|
|
67241
|
+
*/
|
|
67242
|
+
count: number;
|
|
67243
|
+
/**
|
|
67244
|
+
* Next
|
|
67245
|
+
* @example https://api.phoenix.dev.staging.wegroup.be/v1/api/broker/v1/api/themes?page=3&pagelen=20
|
|
67246
|
+
*/
|
|
67247
|
+
next?: string;
|
|
67248
|
+
/**
|
|
67249
|
+
* Previous
|
|
67250
|
+
* @example https://api.phoenix.dev.staging.wegroup.be/v1/api/broker/v1/api/themes?page=1&pagelen=20
|
|
67251
|
+
*/
|
|
67252
|
+
previous?: string;
|
|
67253
|
+
/**
|
|
67254
|
+
* Requested Pagelen
|
|
67255
|
+
* @default 20
|
|
67256
|
+
* @example 20
|
|
67257
|
+
*/
|
|
67258
|
+
requested_pagelen: number;
|
|
67259
|
+
/**
|
|
67260
|
+
* Pagelen
|
|
67261
|
+
* @default 20
|
|
67262
|
+
* @example 20
|
|
67263
|
+
*/
|
|
67264
|
+
pagelen: number;
|
|
67265
|
+
/** Msg */
|
|
67266
|
+
msg?: string;
|
|
67267
|
+
/**
|
|
67268
|
+
* Pages
|
|
67269
|
+
* @default 0
|
|
67270
|
+
* @example 1
|
|
67271
|
+
*/
|
|
67272
|
+
pages: number;
|
|
67273
|
+
/**
|
|
67274
|
+
* Current
|
|
67275
|
+
* @default 0
|
|
67276
|
+
* @example 1
|
|
67277
|
+
*/
|
|
67278
|
+
current: number;
|
|
67279
|
+
};
|
|
67280
|
+
};
|
|
67281
|
+
};
|
|
67282
|
+
};
|
|
67283
|
+
/** @description Bad Request */
|
|
67284
|
+
400: {
|
|
67285
|
+
headers: {
|
|
67286
|
+
[name: string]: unknown;
|
|
67287
|
+
};
|
|
67288
|
+
content: {
|
|
67289
|
+
"application/json": components["schemas"]["Error_4XX"];
|
|
67290
|
+
};
|
|
67291
|
+
};
|
|
67292
|
+
/** @description Unauthorized */
|
|
67293
|
+
401: {
|
|
67294
|
+
headers: {
|
|
67295
|
+
[name: string]: unknown;
|
|
67296
|
+
};
|
|
67297
|
+
content: {
|
|
67298
|
+
"application/json": components["schemas"]["Error_401"];
|
|
67299
|
+
};
|
|
67300
|
+
};
|
|
67301
|
+
/** @description Forbidden */
|
|
67302
|
+
403: {
|
|
67303
|
+
headers: {
|
|
67304
|
+
[name: string]: unknown;
|
|
67305
|
+
};
|
|
67306
|
+
content: {
|
|
67307
|
+
"application/json": components["schemas"]["Error_403"];
|
|
67308
|
+
};
|
|
67309
|
+
};
|
|
67310
|
+
/** @description Unprocessable Entity */
|
|
67311
|
+
422: {
|
|
67312
|
+
headers: {
|
|
67313
|
+
[name: string]: unknown;
|
|
67314
|
+
};
|
|
67315
|
+
content: {
|
|
67316
|
+
"application/json": components["schemas"]["Error_422"];
|
|
67317
|
+
};
|
|
67318
|
+
};
|
|
67319
|
+
/** @description Too Many Requests */
|
|
67320
|
+
429: {
|
|
67321
|
+
headers: {
|
|
67322
|
+
[name: string]: unknown;
|
|
67323
|
+
};
|
|
67324
|
+
content: {
|
|
67325
|
+
"application/json": components["schemas"]["Error_429"];
|
|
67326
|
+
};
|
|
67327
|
+
};
|
|
67328
|
+
/** @description Internal Server Error */
|
|
67329
|
+
500: {
|
|
67330
|
+
headers: {
|
|
67331
|
+
[name: string]: unknown;
|
|
67332
|
+
};
|
|
67333
|
+
content: {
|
|
67334
|
+
"application/json": components["schemas"]["ServerError"];
|
|
67335
|
+
};
|
|
67336
|
+
};
|
|
67337
|
+
};
|
|
67338
|
+
};
|
|
67339
|
+
create_advisory_report_v1_api_advisory_reports_post: {
|
|
67340
|
+
parameters: {
|
|
67341
|
+
query?: {
|
|
67342
|
+
/**
|
|
67343
|
+
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
67344
|
+
* @example EN
|
|
67345
|
+
*/
|
|
67346
|
+
lang?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
|
|
67347
|
+
/**
|
|
67348
|
+
* @description Same as lang, but adds support to pass ?language as well
|
|
67349
|
+
* @example EN
|
|
67350
|
+
*/
|
|
67351
|
+
language?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
|
|
67352
|
+
};
|
|
67353
|
+
header?: {
|
|
67354
|
+
/** @description Which release to target running in 'PRODUCTION' environment. */
|
|
67355
|
+
"x-release"?: string;
|
|
67356
|
+
};
|
|
67357
|
+
path?: never;
|
|
67358
|
+
cookie?: never;
|
|
67359
|
+
};
|
|
67360
|
+
requestBody: {
|
|
67361
|
+
content: {
|
|
67362
|
+
"application/json": components["schemas"]["create_advisory_report_params"]["data"];
|
|
67363
|
+
};
|
|
67364
|
+
};
|
|
67365
|
+
responses: {
|
|
67366
|
+
/** @description Successful Response */
|
|
67367
|
+
201: {
|
|
67368
|
+
headers: {
|
|
67369
|
+
[name: string]: unknown;
|
|
67370
|
+
};
|
|
67371
|
+
content: {
|
|
67372
|
+
"application/json": components["schemas"]["AdvisoryReportQueryModel"];
|
|
67373
|
+
};
|
|
67374
|
+
};
|
|
67375
|
+
/** @description Bad Request */
|
|
67376
|
+
400: {
|
|
67377
|
+
headers: {
|
|
67378
|
+
[name: string]: unknown;
|
|
67379
|
+
};
|
|
67380
|
+
content: {
|
|
67381
|
+
"application/json": components["schemas"]["Error_4XX"];
|
|
67382
|
+
};
|
|
67383
|
+
};
|
|
67384
|
+
/** @description Unauthorized */
|
|
67385
|
+
401: {
|
|
67386
|
+
headers: {
|
|
67387
|
+
[name: string]: unknown;
|
|
67388
|
+
};
|
|
67389
|
+
content: {
|
|
67390
|
+
"application/json": components["schemas"]["Error_401"];
|
|
67391
|
+
};
|
|
67392
|
+
};
|
|
67393
|
+
/** @description Forbidden */
|
|
67394
|
+
403: {
|
|
67395
|
+
headers: {
|
|
67396
|
+
[name: string]: unknown;
|
|
67397
|
+
};
|
|
67398
|
+
content: {
|
|
67399
|
+
"application/json": components["schemas"]["Error_403"];
|
|
67400
|
+
};
|
|
67401
|
+
};
|
|
67402
|
+
/** @description Unprocessable Entity */
|
|
67403
|
+
422: {
|
|
67404
|
+
headers: {
|
|
67405
|
+
[name: string]: unknown;
|
|
67406
|
+
};
|
|
67407
|
+
content: {
|
|
67408
|
+
"application/json": components["schemas"]["Error_422"];
|
|
67409
|
+
};
|
|
67410
|
+
};
|
|
67411
|
+
/** @description Too Many Requests */
|
|
67412
|
+
429: {
|
|
67413
|
+
headers: {
|
|
67414
|
+
[name: string]: unknown;
|
|
67415
|
+
};
|
|
67416
|
+
content: {
|
|
67417
|
+
"application/json": components["schemas"]["Error_429"];
|
|
67418
|
+
};
|
|
67419
|
+
};
|
|
67420
|
+
/** @description Internal Server Error */
|
|
67421
|
+
500: {
|
|
67422
|
+
headers: {
|
|
67423
|
+
[name: string]: unknown;
|
|
67424
|
+
};
|
|
67425
|
+
content: {
|
|
67426
|
+
"application/json": components["schemas"]["ServerError"];
|
|
67427
|
+
};
|
|
67428
|
+
};
|
|
67429
|
+
};
|
|
67430
|
+
};
|
|
67431
|
+
get_advisory_report_by_id_v1_api_advisory_reports__report_id__get: {
|
|
67432
|
+
parameters: {
|
|
67433
|
+
query?: {
|
|
67434
|
+
/**
|
|
67435
|
+
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
67436
|
+
* @example EN
|
|
67437
|
+
*/
|
|
67438
|
+
lang?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
|
|
67439
|
+
/**
|
|
67440
|
+
* @description Same as lang, but adds support to pass ?language as well
|
|
67441
|
+
* @example EN
|
|
67442
|
+
*/
|
|
67443
|
+
language?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
|
|
67444
|
+
};
|
|
67445
|
+
header?: {
|
|
67446
|
+
/** @description Which release to target running in 'PRODUCTION' environment. */
|
|
67447
|
+
"x-release"?: string;
|
|
67448
|
+
};
|
|
67449
|
+
path: {
|
|
67450
|
+
report_id: string;
|
|
67451
|
+
};
|
|
67452
|
+
cookie?: never;
|
|
67453
|
+
};
|
|
67454
|
+
requestBody?: never;
|
|
67455
|
+
responses: {
|
|
67456
|
+
/** @description Successful Response */
|
|
67457
|
+
200: {
|
|
67458
|
+
headers: {
|
|
67459
|
+
[name: string]: unknown;
|
|
67460
|
+
};
|
|
67461
|
+
content: {
|
|
67462
|
+
"application/json": components["schemas"]["AdvisoryReportQueryModel"];
|
|
67463
|
+
};
|
|
67464
|
+
};
|
|
67465
|
+
/** @description Bad Request */
|
|
67466
|
+
400: {
|
|
67467
|
+
headers: {
|
|
67468
|
+
[name: string]: unknown;
|
|
67469
|
+
};
|
|
67470
|
+
content: {
|
|
67471
|
+
"application/json": components["schemas"]["Error_4XX"];
|
|
67472
|
+
};
|
|
67473
|
+
};
|
|
67474
|
+
/** @description Unauthorized */
|
|
67475
|
+
401: {
|
|
67476
|
+
headers: {
|
|
67477
|
+
[name: string]: unknown;
|
|
67478
|
+
};
|
|
67479
|
+
content: {
|
|
67480
|
+
"application/json": components["schemas"]["Error_401"];
|
|
67481
|
+
};
|
|
67482
|
+
};
|
|
67483
|
+
/** @description Forbidden */
|
|
67484
|
+
403: {
|
|
67485
|
+
headers: {
|
|
67486
|
+
[name: string]: unknown;
|
|
67487
|
+
};
|
|
67488
|
+
content: {
|
|
67489
|
+
"application/json": components["schemas"]["Error_403"];
|
|
67490
|
+
};
|
|
67491
|
+
};
|
|
67492
|
+
/** @description Unprocessable Entity */
|
|
67493
|
+
422: {
|
|
67494
|
+
headers: {
|
|
67495
|
+
[name: string]: unknown;
|
|
67496
|
+
};
|
|
67497
|
+
content: {
|
|
67498
|
+
"application/json": components["schemas"]["Error_422"];
|
|
67499
|
+
};
|
|
67500
|
+
};
|
|
67501
|
+
/** @description Too Many Requests */
|
|
67502
|
+
429: {
|
|
67503
|
+
headers: {
|
|
67504
|
+
[name: string]: unknown;
|
|
67505
|
+
};
|
|
67506
|
+
content: {
|
|
67507
|
+
"application/json": components["schemas"]["Error_429"];
|
|
67508
|
+
};
|
|
67509
|
+
};
|
|
67510
|
+
/** @description Internal Server Error */
|
|
67511
|
+
500: {
|
|
67512
|
+
headers: {
|
|
67513
|
+
[name: string]: unknown;
|
|
67514
|
+
};
|
|
67515
|
+
content: {
|
|
67516
|
+
"application/json": components["schemas"]["ServerError"];
|
|
67517
|
+
};
|
|
67518
|
+
};
|
|
67519
|
+
};
|
|
67520
|
+
};
|
|
67521
|
+
delete_advisory_report_revision_v1_api_advisory_reports__report_id__delete: {
|
|
67522
|
+
parameters: {
|
|
67523
|
+
query?: {
|
|
67524
|
+
/**
|
|
67525
|
+
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
67526
|
+
* @example EN
|
|
67527
|
+
*/
|
|
67528
|
+
lang?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
|
|
67529
|
+
/**
|
|
67530
|
+
* @description Same as lang, but adds support to pass ?language as well
|
|
67531
|
+
* @example EN
|
|
67532
|
+
*/
|
|
67533
|
+
language?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
|
|
67534
|
+
};
|
|
67535
|
+
header?: {
|
|
67536
|
+
/** @description Which release to target running in 'PRODUCTION' environment. */
|
|
67537
|
+
"x-release"?: string;
|
|
67538
|
+
};
|
|
67539
|
+
path: {
|
|
67540
|
+
report_id: string;
|
|
67541
|
+
};
|
|
67542
|
+
cookie?: never;
|
|
67543
|
+
};
|
|
67544
|
+
requestBody?: never;
|
|
67545
|
+
responses: {
|
|
67546
|
+
/** @description Successful Response */
|
|
67547
|
+
200: {
|
|
67548
|
+
headers: {
|
|
67549
|
+
[name: string]: unknown;
|
|
67550
|
+
};
|
|
67551
|
+
content: {
|
|
67552
|
+
"application/json": components["schemas"]["app__handlers__nats__models__StatusResponse"];
|
|
67553
|
+
};
|
|
67554
|
+
};
|
|
67555
|
+
/** @description Bad Request */
|
|
67556
|
+
400: {
|
|
67557
|
+
headers: {
|
|
67558
|
+
[name: string]: unknown;
|
|
67559
|
+
};
|
|
67560
|
+
content: {
|
|
67561
|
+
"application/json": components["schemas"]["Error_4XX"];
|
|
67562
|
+
};
|
|
67563
|
+
};
|
|
67564
|
+
/** @description Unauthorized */
|
|
67565
|
+
401: {
|
|
67566
|
+
headers: {
|
|
67567
|
+
[name: string]: unknown;
|
|
67568
|
+
};
|
|
67569
|
+
content: {
|
|
67570
|
+
"application/json": components["schemas"]["Error_401"];
|
|
67571
|
+
};
|
|
67572
|
+
};
|
|
67573
|
+
/** @description Forbidden */
|
|
67574
|
+
403: {
|
|
67575
|
+
headers: {
|
|
67576
|
+
[name: string]: unknown;
|
|
67577
|
+
};
|
|
67578
|
+
content: {
|
|
67579
|
+
"application/json": components["schemas"]["Error_403"];
|
|
67580
|
+
};
|
|
67581
|
+
};
|
|
67582
|
+
/** @description Unprocessable Entity */
|
|
67583
|
+
422: {
|
|
67584
|
+
headers: {
|
|
67585
|
+
[name: string]: unknown;
|
|
67586
|
+
};
|
|
67587
|
+
content: {
|
|
67588
|
+
"application/json": components["schemas"]["Error_422"];
|
|
67589
|
+
};
|
|
67590
|
+
};
|
|
67591
|
+
/** @description Too Many Requests */
|
|
67592
|
+
429: {
|
|
67593
|
+
headers: {
|
|
67594
|
+
[name: string]: unknown;
|
|
67595
|
+
};
|
|
67596
|
+
content: {
|
|
67597
|
+
"application/json": components["schemas"]["Error_429"];
|
|
67598
|
+
};
|
|
67599
|
+
};
|
|
67600
|
+
/** @description Internal Server Error */
|
|
67601
|
+
500: {
|
|
67602
|
+
headers: {
|
|
67603
|
+
[name: string]: unknown;
|
|
67604
|
+
};
|
|
67605
|
+
content: {
|
|
67606
|
+
"application/json": components["schemas"]["ServerError"];
|
|
67607
|
+
};
|
|
67608
|
+
};
|
|
67609
|
+
};
|
|
67610
|
+
};
|
|
67611
|
+
update_advisory_report_v1_api_advisory_reports__report_id__patch: {
|
|
67009
67612
|
parameters: {
|
|
67010
67613
|
query?: {
|
|
67011
|
-
created_at_ge?: string;
|
|
67012
|
-
created_at_le?: string;
|
|
67013
|
-
assigned_to?: string[];
|
|
67014
|
-
order_by?: string;
|
|
67015
|
-
sort?: string;
|
|
67016
|
-
status?: components["schemas"]["REPORT_REVISION_STATUS"][];
|
|
67017
|
-
party_id?: string[];
|
|
67018
|
-
q?: string;
|
|
67019
67614
|
/**
|
|
67020
67615
|
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
67021
67616
|
* @example EN
|
|
@@ -67026,17 +67621,21 @@ interface operations {
|
|
|
67026
67621
|
* @example EN
|
|
67027
67622
|
*/
|
|
67028
67623
|
language?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
|
|
67029
|
-
page?: number;
|
|
67030
|
-
pagelen?: number;
|
|
67031
67624
|
};
|
|
67032
67625
|
header?: {
|
|
67033
67626
|
/** @description Which release to target running in 'PRODUCTION' environment. */
|
|
67034
67627
|
"x-release"?: string;
|
|
67035
67628
|
};
|
|
67036
|
-
path
|
|
67629
|
+
path: {
|
|
67630
|
+
report_id: string;
|
|
67631
|
+
};
|
|
67037
67632
|
cookie?: never;
|
|
67038
67633
|
};
|
|
67039
|
-
requestBody
|
|
67634
|
+
requestBody: {
|
|
67635
|
+
content: {
|
|
67636
|
+
"application/json": components["schemas"]["update_advisory_report_metadata_by_id_params"]["data"];
|
|
67637
|
+
};
|
|
67638
|
+
};
|
|
67040
67639
|
responses: {
|
|
67041
67640
|
/** @description Successful Response */
|
|
67042
67641
|
200: {
|
|
@@ -67044,55 +67643,7 @@ interface operations {
|
|
|
67044
67643
|
[name: string]: unknown;
|
|
67045
67644
|
};
|
|
67046
67645
|
content: {
|
|
67047
|
-
"application/json":
|
|
67048
|
-
/** Items */
|
|
67049
|
-
items: components["schemas"]["AdvisoryReport"][];
|
|
67050
|
-
/** Pagination */
|
|
67051
|
-
pagination: {
|
|
67052
|
-
/**
|
|
67053
|
-
* Count
|
|
67054
|
-
* @default 1
|
|
67055
|
-
* @example 2
|
|
67056
|
-
*/
|
|
67057
|
-
count: number;
|
|
67058
|
-
/**
|
|
67059
|
-
* Next
|
|
67060
|
-
* @example https://api.phoenix.dev.staging.wegroup.be/v1/api/broker/v1/api/themes?page=3&pagelen=20
|
|
67061
|
-
*/
|
|
67062
|
-
next?: string;
|
|
67063
|
-
/**
|
|
67064
|
-
* Previous
|
|
67065
|
-
* @example https://api.phoenix.dev.staging.wegroup.be/v1/api/broker/v1/api/themes?page=1&pagelen=20
|
|
67066
|
-
*/
|
|
67067
|
-
previous?: string;
|
|
67068
|
-
/**
|
|
67069
|
-
* Requested Pagelen
|
|
67070
|
-
* @default 20
|
|
67071
|
-
* @example 20
|
|
67072
|
-
*/
|
|
67073
|
-
requested_pagelen: number;
|
|
67074
|
-
/**
|
|
67075
|
-
* Pagelen
|
|
67076
|
-
* @default 20
|
|
67077
|
-
* @example 20
|
|
67078
|
-
*/
|
|
67079
|
-
pagelen: number;
|
|
67080
|
-
/** Msg */
|
|
67081
|
-
msg?: string;
|
|
67082
|
-
/**
|
|
67083
|
-
* Pages
|
|
67084
|
-
* @default 0
|
|
67085
|
-
* @example 1
|
|
67086
|
-
*/
|
|
67087
|
-
pages: number;
|
|
67088
|
-
/**
|
|
67089
|
-
* Current
|
|
67090
|
-
* @default 0
|
|
67091
|
-
* @example 1
|
|
67092
|
-
*/
|
|
67093
|
-
current: number;
|
|
67094
|
-
};
|
|
67095
|
-
};
|
|
67646
|
+
"application/json": components["schemas"]["app__handlers__nats__models__StatusResponse"];
|
|
67096
67647
|
};
|
|
67097
67648
|
};
|
|
67098
67649
|
/** @description Bad Request */
|
|
@@ -67151,9 +67702,11 @@ interface operations {
|
|
|
67151
67702
|
};
|
|
67152
67703
|
};
|
|
67153
67704
|
};
|
|
67154
|
-
|
|
67705
|
+
get_events_by_advisory_report_id_v1_api_advisory_reports__report_id__events_get: {
|
|
67155
67706
|
parameters: {
|
|
67156
67707
|
query?: {
|
|
67708
|
+
order_by?: string;
|
|
67709
|
+
sort?: "asc" | "desc";
|
|
67157
67710
|
/**
|
|
67158
67711
|
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
67159
67712
|
* @example EN
|
|
@@ -67169,22 +67722,20 @@ interface operations {
|
|
|
67169
67722
|
/** @description Which release to target running in 'PRODUCTION' environment. */
|
|
67170
67723
|
"x-release"?: string;
|
|
67171
67724
|
};
|
|
67172
|
-
path
|
|
67173
|
-
|
|
67174
|
-
};
|
|
67175
|
-
requestBody: {
|
|
67176
|
-
content: {
|
|
67177
|
-
"application/json": components["schemas"]["create_advisory_report_params"]["data"];
|
|
67725
|
+
path: {
|
|
67726
|
+
report_id: string;
|
|
67178
67727
|
};
|
|
67728
|
+
cookie?: never;
|
|
67179
67729
|
};
|
|
67730
|
+
requestBody?: never;
|
|
67180
67731
|
responses: {
|
|
67181
67732
|
/** @description Successful Response */
|
|
67182
|
-
|
|
67733
|
+
200: {
|
|
67183
67734
|
headers: {
|
|
67184
67735
|
[name: string]: unknown;
|
|
67185
67736
|
};
|
|
67186
67737
|
content: {
|
|
67187
|
-
"application/json": components["schemas"]["
|
|
67738
|
+
"application/json": components["schemas"]["app__handlers__nats__models__StatusResponse"];
|
|
67188
67739
|
};
|
|
67189
67740
|
};
|
|
67190
67741
|
/** @description Bad Request */
|
|
@@ -67243,7 +67794,7 @@ interface operations {
|
|
|
67243
67794
|
};
|
|
67244
67795
|
};
|
|
67245
67796
|
};
|
|
67246
|
-
|
|
67797
|
+
send_advisory_report_as_mail_v1_api_advisory_reports__report_id__email_inquiries_post: {
|
|
67247
67798
|
parameters: {
|
|
67248
67799
|
query?: {
|
|
67249
67800
|
/**
|
|
@@ -67266,15 +67817,19 @@ interface operations {
|
|
|
67266
67817
|
};
|
|
67267
67818
|
cookie?: never;
|
|
67268
67819
|
};
|
|
67269
|
-
requestBody
|
|
67820
|
+
requestBody: {
|
|
67821
|
+
content: {
|
|
67822
|
+
"application/json": components["schemas"]["send_advisory_report_revision_mail_params"]["data"];
|
|
67823
|
+
};
|
|
67824
|
+
};
|
|
67270
67825
|
responses: {
|
|
67271
67826
|
/** @description Successful Response */
|
|
67272
|
-
|
|
67827
|
+
201: {
|
|
67273
67828
|
headers: {
|
|
67274
67829
|
[name: string]: unknown;
|
|
67275
67830
|
};
|
|
67276
67831
|
content: {
|
|
67277
|
-
"application/json": components["schemas"]["
|
|
67832
|
+
"application/json": components["schemas"]["app__handlers__nats__models__StatusResponse"];
|
|
67278
67833
|
};
|
|
67279
67834
|
};
|
|
67280
67835
|
/** @description Bad Request */
|
|
@@ -67333,9 +67888,11 @@ interface operations {
|
|
|
67333
67888
|
};
|
|
67334
67889
|
};
|
|
67335
67890
|
};
|
|
67336
|
-
|
|
67891
|
+
generate_docx_document_of_advisory_report_by_id_v1_api_advisory_reports__report_id__docx_post: {
|
|
67337
67892
|
parameters: {
|
|
67338
67893
|
query?: {
|
|
67894
|
+
conversation_included?: boolean;
|
|
67895
|
+
conversation_only?: boolean;
|
|
67339
67896
|
/**
|
|
67340
67897
|
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
67341
67898
|
* @example EN
|
|
@@ -67364,7 +67921,7 @@ interface operations {
|
|
|
67364
67921
|
[name: string]: unknown;
|
|
67365
67922
|
};
|
|
67366
67923
|
content: {
|
|
67367
|
-
"application/json": components["schemas"]["
|
|
67924
|
+
"application/json": components["schemas"]["AdvisoryReportDocxResponse"];
|
|
67368
67925
|
};
|
|
67369
67926
|
};
|
|
67370
67927
|
/** @description Bad Request */
|
|
@@ -67423,7 +67980,7 @@ interface operations {
|
|
|
67423
67980
|
};
|
|
67424
67981
|
};
|
|
67425
67982
|
};
|
|
67426
|
-
|
|
67983
|
+
get_pdf_of_advisory_report_by_id_v1_api_advisory_reports__report_id__pdf_get: {
|
|
67427
67984
|
parameters: {
|
|
67428
67985
|
query?: {
|
|
67429
67986
|
/**
|
|
@@ -67446,19 +68003,15 @@ interface operations {
|
|
|
67446
68003
|
};
|
|
67447
68004
|
cookie?: never;
|
|
67448
68005
|
};
|
|
67449
|
-
requestBody
|
|
67450
|
-
content: {
|
|
67451
|
-
"application/json": components["schemas"]["update_advisory_report_metadata_by_id_params"]["data"];
|
|
67452
|
-
};
|
|
67453
|
-
};
|
|
68006
|
+
requestBody?: never;
|
|
67454
68007
|
responses: {
|
|
67455
68008
|
/** @description Successful Response */
|
|
67456
|
-
|
|
68009
|
+
307: {
|
|
67457
68010
|
headers: {
|
|
67458
68011
|
[name: string]: unknown;
|
|
67459
68012
|
};
|
|
67460
68013
|
content: {
|
|
67461
|
-
"application/json": components["schemas"]["
|
|
68014
|
+
"application/json": components["schemas"]["AdvisoryReportPdfResponse"];
|
|
67462
68015
|
};
|
|
67463
68016
|
};
|
|
67464
68017
|
/** @description Bad Request */
|
|
@@ -67517,11 +68070,11 @@ interface operations {
|
|
|
67517
68070
|
};
|
|
67518
68071
|
};
|
|
67519
68072
|
};
|
|
67520
|
-
|
|
68073
|
+
generate_pdf_of_advisory_report_by_id_v1_api_advisory_reports__report_id__pdf_post: {
|
|
67521
68074
|
parameters: {
|
|
67522
68075
|
query?: {
|
|
67523
|
-
|
|
67524
|
-
|
|
68076
|
+
conversation_included?: boolean;
|
|
68077
|
+
conversation_only?: boolean;
|
|
67525
68078
|
/**
|
|
67526
68079
|
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
67527
68080
|
* @example EN
|
|
@@ -67550,7 +68103,7 @@ interface operations {
|
|
|
67550
68103
|
[name: string]: unknown;
|
|
67551
68104
|
};
|
|
67552
68105
|
content: {
|
|
67553
|
-
"application/json": components["schemas"]["
|
|
68106
|
+
"application/json": components["schemas"]["AdvisoryReportPdfResponse"];
|
|
67554
68107
|
};
|
|
67555
68108
|
};
|
|
67556
68109
|
/** @description Bad Request */
|
|
@@ -67609,7 +68162,7 @@ interface operations {
|
|
|
67609
68162
|
};
|
|
67610
68163
|
};
|
|
67611
68164
|
};
|
|
67612
|
-
|
|
68165
|
+
generate_standalone_front_page_pdf_of_advisory_report_as_example_v1_api_advisory_report_front_page_pdf_post: {
|
|
67613
68166
|
parameters: {
|
|
67614
68167
|
query?: {
|
|
67615
68168
|
/**
|
|
@@ -67627,14 +68180,12 @@ interface operations {
|
|
|
67627
68180
|
/** @description Which release to target running in 'PRODUCTION' environment. */
|
|
67628
68181
|
"x-release"?: string;
|
|
67629
68182
|
};
|
|
67630
|
-
path
|
|
67631
|
-
report_id: string;
|
|
67632
|
-
};
|
|
68183
|
+
path?: never;
|
|
67633
68184
|
cookie?: never;
|
|
67634
68185
|
};
|
|
67635
68186
|
requestBody: {
|
|
67636
68187
|
content: {
|
|
67637
|
-
"application/json": components["schemas"]["
|
|
68188
|
+
"application/json": components["schemas"]["retrieve_advisory_report_front_page_standalone_pdf_params"]["data"];
|
|
67638
68189
|
};
|
|
67639
68190
|
};
|
|
67640
68191
|
responses: {
|
|
@@ -67644,7 +68195,7 @@ interface operations {
|
|
|
67644
68195
|
[name: string]: unknown;
|
|
67645
68196
|
};
|
|
67646
68197
|
content: {
|
|
67647
|
-
"application/json": components["schemas"]["
|
|
68198
|
+
"application/json": components["schemas"]["AdvisoryReportPdfResponse"];
|
|
67648
68199
|
};
|
|
67649
68200
|
};
|
|
67650
68201
|
/** @description Bad Request */
|
|
@@ -67703,11 +68254,9 @@ interface operations {
|
|
|
67703
68254
|
};
|
|
67704
68255
|
};
|
|
67705
68256
|
};
|
|
67706
|
-
|
|
68257
|
+
accept_or_reject_an_advisory_report_v1_api_advisory_reports__report_id__acceptances_post: {
|
|
67707
68258
|
parameters: {
|
|
67708
68259
|
query?: {
|
|
67709
|
-
conversation_included?: boolean;
|
|
67710
|
-
conversation_only?: boolean;
|
|
67711
68260
|
/**
|
|
67712
68261
|
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
67713
68262
|
* @example EN
|
|
@@ -67728,7 +68277,11 @@ interface operations {
|
|
|
67728
68277
|
};
|
|
67729
68278
|
cookie?: never;
|
|
67730
68279
|
};
|
|
67731
|
-
requestBody
|
|
68280
|
+
requestBody: {
|
|
68281
|
+
content: {
|
|
68282
|
+
"application/json": components["schemas"]["update_advisory_report_acceptance_by_id_params"]["data"];
|
|
68283
|
+
};
|
|
68284
|
+
};
|
|
67732
68285
|
responses: {
|
|
67733
68286
|
/** @description Successful Response */
|
|
67734
68287
|
200: {
|
|
@@ -67736,7 +68289,7 @@ interface operations {
|
|
|
67736
68289
|
[name: string]: unknown;
|
|
67737
68290
|
};
|
|
67738
68291
|
content: {
|
|
67739
|
-
"application/json": components["schemas"]["
|
|
68292
|
+
"application/json": components["schemas"]["app__handlers__nats__models__StatusResponse"];
|
|
67740
68293
|
};
|
|
67741
68294
|
};
|
|
67742
68295
|
/** @description Bad Request */
|
|
@@ -67795,7 +68348,7 @@ interface operations {
|
|
|
67795
68348
|
};
|
|
67796
68349
|
};
|
|
67797
68350
|
};
|
|
67798
|
-
|
|
68351
|
+
link_conversation_to_advisory_report_v1_api_advisory_reports__report_id__conversations_post: {
|
|
67799
68352
|
parameters: {
|
|
67800
68353
|
query?: {
|
|
67801
68354
|
/**
|
|
@@ -67818,15 +68371,19 @@ interface operations {
|
|
|
67818
68371
|
};
|
|
67819
68372
|
cookie?: never;
|
|
67820
68373
|
};
|
|
67821
|
-
requestBody
|
|
68374
|
+
requestBody: {
|
|
68375
|
+
content: {
|
|
68376
|
+
"application/json": components["schemas"]["add_conversation_to_advisory_report_revision_params"]["data"];
|
|
68377
|
+
};
|
|
68378
|
+
};
|
|
67822
68379
|
responses: {
|
|
67823
68380
|
/** @description Successful Response */
|
|
67824
|
-
|
|
68381
|
+
201: {
|
|
67825
68382
|
headers: {
|
|
67826
68383
|
[name: string]: unknown;
|
|
67827
68384
|
};
|
|
67828
68385
|
content: {
|
|
67829
|
-
"application/json": components["schemas"]["
|
|
68386
|
+
"application/json": components["schemas"]["app__handlers__nats__models__StatusResponse"];
|
|
67830
68387
|
};
|
|
67831
68388
|
};
|
|
67832
68389
|
/** @description Bad Request */
|
|
@@ -67885,11 +68442,9 @@ interface operations {
|
|
|
67885
68442
|
};
|
|
67886
68443
|
};
|
|
67887
68444
|
};
|
|
67888
|
-
|
|
68445
|
+
create_advisory_report_revision_v2_v2_api_advisory_reports__report_id__revisions_post: {
|
|
67889
68446
|
parameters: {
|
|
67890
68447
|
query?: {
|
|
67891
|
-
conversation_included?: boolean;
|
|
67892
|
-
conversation_only?: boolean;
|
|
67893
68448
|
/**
|
|
67894
68449
|
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
67895
68450
|
* @example EN
|
|
@@ -67910,97 +68465,9 @@ interface operations {
|
|
|
67910
68465
|
};
|
|
67911
68466
|
cookie?: never;
|
|
67912
68467
|
};
|
|
67913
|
-
requestBody?: never;
|
|
67914
|
-
responses: {
|
|
67915
|
-
/** @description Successful Response */
|
|
67916
|
-
200: {
|
|
67917
|
-
headers: {
|
|
67918
|
-
[name: string]: unknown;
|
|
67919
|
-
};
|
|
67920
|
-
content: {
|
|
67921
|
-
"application/json": components["schemas"]["AdvisoryReportPdfResponse"];
|
|
67922
|
-
};
|
|
67923
|
-
};
|
|
67924
|
-
/** @description Bad Request */
|
|
67925
|
-
400: {
|
|
67926
|
-
headers: {
|
|
67927
|
-
[name: string]: unknown;
|
|
67928
|
-
};
|
|
67929
|
-
content: {
|
|
67930
|
-
"application/json": components["schemas"]["Error_4XX"];
|
|
67931
|
-
};
|
|
67932
|
-
};
|
|
67933
|
-
/** @description Unauthorized */
|
|
67934
|
-
401: {
|
|
67935
|
-
headers: {
|
|
67936
|
-
[name: string]: unknown;
|
|
67937
|
-
};
|
|
67938
|
-
content: {
|
|
67939
|
-
"application/json": components["schemas"]["Error_401"];
|
|
67940
|
-
};
|
|
67941
|
-
};
|
|
67942
|
-
/** @description Forbidden */
|
|
67943
|
-
403: {
|
|
67944
|
-
headers: {
|
|
67945
|
-
[name: string]: unknown;
|
|
67946
|
-
};
|
|
67947
|
-
content: {
|
|
67948
|
-
"application/json": components["schemas"]["Error_403"];
|
|
67949
|
-
};
|
|
67950
|
-
};
|
|
67951
|
-
/** @description Unprocessable Entity */
|
|
67952
|
-
422: {
|
|
67953
|
-
headers: {
|
|
67954
|
-
[name: string]: unknown;
|
|
67955
|
-
};
|
|
67956
|
-
content: {
|
|
67957
|
-
"application/json": components["schemas"]["Error_422"];
|
|
67958
|
-
};
|
|
67959
|
-
};
|
|
67960
|
-
/** @description Too Many Requests */
|
|
67961
|
-
429: {
|
|
67962
|
-
headers: {
|
|
67963
|
-
[name: string]: unknown;
|
|
67964
|
-
};
|
|
67965
|
-
content: {
|
|
67966
|
-
"application/json": components["schemas"]["Error_429"];
|
|
67967
|
-
};
|
|
67968
|
-
};
|
|
67969
|
-
/** @description Internal Server Error */
|
|
67970
|
-
500: {
|
|
67971
|
-
headers: {
|
|
67972
|
-
[name: string]: unknown;
|
|
67973
|
-
};
|
|
67974
|
-
content: {
|
|
67975
|
-
"application/json": components["schemas"]["ServerError"];
|
|
67976
|
-
};
|
|
67977
|
-
};
|
|
67978
|
-
};
|
|
67979
|
-
};
|
|
67980
|
-
generate_standalone_front_page_pdf_of_advisory_report_as_example_v1_api_advisory_report_front_page_pdf_post: {
|
|
67981
|
-
parameters: {
|
|
67982
|
-
query?: {
|
|
67983
|
-
/**
|
|
67984
|
-
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
67985
|
-
* @example EN
|
|
67986
|
-
*/
|
|
67987
|
-
lang?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
|
|
67988
|
-
/**
|
|
67989
|
-
* @description Same as lang, but adds support to pass ?language as well
|
|
67990
|
-
* @example EN
|
|
67991
|
-
*/
|
|
67992
|
-
language?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
|
|
67993
|
-
};
|
|
67994
|
-
header?: {
|
|
67995
|
-
/** @description Which release to target running in 'PRODUCTION' environment. */
|
|
67996
|
-
"x-release"?: string;
|
|
67997
|
-
};
|
|
67998
|
-
path?: never;
|
|
67999
|
-
cookie?: never;
|
|
68000
|
-
};
|
|
68001
68468
|
requestBody: {
|
|
68002
68469
|
content: {
|
|
68003
|
-
"application/json": components["schemas"]["
|
|
68470
|
+
"application/json": components["schemas"]["create_advisory_report_revision_v2_params"]["data"];
|
|
68004
68471
|
};
|
|
68005
68472
|
};
|
|
68006
68473
|
responses: {
|
|
@@ -68010,7 +68477,7 @@ interface operations {
|
|
|
68010
68477
|
[name: string]: unknown;
|
|
68011
68478
|
};
|
|
68012
68479
|
content: {
|
|
68013
|
-
"application/json": components["schemas"]["
|
|
68480
|
+
"application/json": components["schemas"]["AdvisoryReportQueryModel"];
|
|
68014
68481
|
};
|
|
68015
68482
|
};
|
|
68016
68483
|
/** @description Bad Request */
|
|
@@ -68069,7 +68536,7 @@ interface operations {
|
|
|
68069
68536
|
};
|
|
68070
68537
|
};
|
|
68071
68538
|
};
|
|
68072
|
-
|
|
68539
|
+
create_advisory_report_revision_v1_api_advisory_reports__report_id__revisions_post: {
|
|
68073
68540
|
parameters: {
|
|
68074
68541
|
query?: {
|
|
68075
68542
|
/**
|
|
@@ -68094,17 +68561,17 @@ interface operations {
|
|
|
68094
68561
|
};
|
|
68095
68562
|
requestBody: {
|
|
68096
68563
|
content: {
|
|
68097
|
-
"application/json": components["schemas"]["
|
|
68564
|
+
"application/json": components["schemas"]["create_advisory_report_revision_params"]["data"];
|
|
68098
68565
|
};
|
|
68099
68566
|
};
|
|
68100
68567
|
responses: {
|
|
68101
68568
|
/** @description Successful Response */
|
|
68102
|
-
|
|
68569
|
+
201: {
|
|
68103
68570
|
headers: {
|
|
68104
68571
|
[name: string]: unknown;
|
|
68105
68572
|
};
|
|
68106
68573
|
content: {
|
|
68107
|
-
"application/json": components["schemas"]["
|
|
68574
|
+
"application/json": components["schemas"]["AdvisoryReportQueryModel"];
|
|
68108
68575
|
};
|
|
68109
68576
|
};
|
|
68110
68577
|
/** @description Bad Request */
|
|
@@ -68163,7 +68630,7 @@ interface operations {
|
|
|
68163
68630
|
};
|
|
68164
68631
|
};
|
|
68165
68632
|
};
|
|
68166
|
-
|
|
68633
|
+
delete_advisory_report_v2_api_advisory_reports__report_id__delete: {
|
|
68167
68634
|
parameters: {
|
|
68168
68635
|
query?: {
|
|
68169
68636
|
/**
|
|
@@ -68186,14 +68653,10 @@ interface operations {
|
|
|
68186
68653
|
};
|
|
68187
68654
|
cookie?: never;
|
|
68188
68655
|
};
|
|
68189
|
-
requestBody
|
|
68190
|
-
content: {
|
|
68191
|
-
"application/json": components["schemas"]["add_conversation_to_advisory_report_revision_params"]["data"];
|
|
68192
|
-
};
|
|
68193
|
-
};
|
|
68656
|
+
requestBody?: never;
|
|
68194
68657
|
responses: {
|
|
68195
68658
|
/** @description Successful Response */
|
|
68196
|
-
|
|
68659
|
+
200: {
|
|
68197
68660
|
headers: {
|
|
68198
68661
|
[name: string]: unknown;
|
|
68199
68662
|
};
|
|
@@ -68257,7 +68720,7 @@ interface operations {
|
|
|
68257
68720
|
};
|
|
68258
68721
|
};
|
|
68259
68722
|
};
|
|
68260
|
-
|
|
68723
|
+
put_clauses_for_report_v1_api_advisory_reports__report_id__clauses_put: {
|
|
68261
68724
|
parameters: {
|
|
68262
68725
|
query?: {
|
|
68263
68726
|
/**
|
|
@@ -68282,17 +68745,17 @@ interface operations {
|
|
|
68282
68745
|
};
|
|
68283
68746
|
requestBody: {
|
|
68284
68747
|
content: {
|
|
68285
|
-
"application/json": components["schemas"]["
|
|
68748
|
+
"application/json": components["schemas"]["add_insurance_product_clauses_to_advisory_report_revision_params"]["data"];
|
|
68286
68749
|
};
|
|
68287
68750
|
};
|
|
68288
68751
|
responses: {
|
|
68289
68752
|
/** @description Successful Response */
|
|
68290
|
-
|
|
68753
|
+
200: {
|
|
68291
68754
|
headers: {
|
|
68292
68755
|
[name: string]: unknown;
|
|
68293
68756
|
};
|
|
68294
68757
|
content: {
|
|
68295
|
-
"application/json": components["schemas"]["
|
|
68758
|
+
"application/json": components["schemas"]["app__handlers__nats__models__StatusResponse"];
|
|
68296
68759
|
};
|
|
68297
68760
|
};
|
|
68298
68761
|
/** @description Bad Request */
|
|
@@ -68351,7 +68814,7 @@ interface operations {
|
|
|
68351
68814
|
};
|
|
68352
68815
|
};
|
|
68353
68816
|
};
|
|
68354
|
-
|
|
68817
|
+
get_step_settings_by_advisory_report_id_v1_api_advisory_reports__report_id__settings_steps_get: {
|
|
68355
68818
|
parameters: {
|
|
68356
68819
|
query?: {
|
|
68357
68820
|
/**
|
|
@@ -68374,19 +68837,15 @@ interface operations {
|
|
|
68374
68837
|
};
|
|
68375
68838
|
cookie?: never;
|
|
68376
68839
|
};
|
|
68377
|
-
requestBody
|
|
68378
|
-
content: {
|
|
68379
|
-
"application/json": components["schemas"]["create_advisory_report_revision_params"]["data"];
|
|
68380
|
-
};
|
|
68381
|
-
};
|
|
68840
|
+
requestBody?: never;
|
|
68382
68841
|
responses: {
|
|
68383
68842
|
/** @description Successful Response */
|
|
68384
|
-
|
|
68843
|
+
200: {
|
|
68385
68844
|
headers: {
|
|
68386
68845
|
[name: string]: unknown;
|
|
68387
68846
|
};
|
|
68388
68847
|
content: {
|
|
68389
|
-
"application/json": components["schemas"]["
|
|
68848
|
+
"application/json": components["schemas"]["app__handlers__nats__models__StatusResponse"];
|
|
68390
68849
|
};
|
|
68391
68850
|
};
|
|
68392
68851
|
/** @description Bad Request */
|
|
@@ -68445,7 +68904,7 @@ interface operations {
|
|
|
68445
68904
|
};
|
|
68446
68905
|
};
|
|
68447
68906
|
};
|
|
68448
|
-
|
|
68907
|
+
create_advisory_report_step_settings_v1_api_advisory_reports__report_id__settings_steps_put: {
|
|
68449
68908
|
parameters: {
|
|
68450
68909
|
query?: {
|
|
68451
68910
|
/**
|
|
@@ -68468,7 +68927,11 @@ interface operations {
|
|
|
68468
68927
|
};
|
|
68469
68928
|
cookie?: never;
|
|
68470
68929
|
};
|
|
68471
|
-
requestBody
|
|
68930
|
+
requestBody: {
|
|
68931
|
+
content: {
|
|
68932
|
+
"application/json": components["schemas"]["add_advisory_report_steps_configuration_params"]["data"];
|
|
68933
|
+
};
|
|
68934
|
+
};
|
|
68472
68935
|
responses: {
|
|
68473
68936
|
/** @description Successful Response */
|
|
68474
68937
|
200: {
|
|
@@ -68535,7 +68998,7 @@ interface operations {
|
|
|
68535
68998
|
};
|
|
68536
68999
|
};
|
|
68537
69000
|
};
|
|
68538
|
-
|
|
69001
|
+
create_risk_domain_for_advisory_report_by_id_v1_api_advisory_reports__report_id__risk_domains_post: {
|
|
68539
69002
|
parameters: {
|
|
68540
69003
|
query?: {
|
|
68541
69004
|
/**
|
|
@@ -68560,17 +69023,17 @@ interface operations {
|
|
|
68560
69023
|
};
|
|
68561
69024
|
requestBody: {
|
|
68562
69025
|
content: {
|
|
68563
|
-
"application/json": components["schemas"]["
|
|
69026
|
+
"application/json": components["schemas"]["add_risk_domain_to_advisory_report_revision_params"]["data"];
|
|
68564
69027
|
};
|
|
68565
69028
|
};
|
|
68566
69029
|
responses: {
|
|
68567
69030
|
/** @description Successful Response */
|
|
68568
|
-
|
|
69031
|
+
201: {
|
|
68569
69032
|
headers: {
|
|
68570
69033
|
[name: string]: unknown;
|
|
68571
69034
|
};
|
|
68572
69035
|
content: {
|
|
68573
|
-
"application/json": components["schemas"]["
|
|
69036
|
+
"application/json": components["schemas"]["CreateResponse"];
|
|
68574
69037
|
};
|
|
68575
69038
|
};
|
|
68576
69039
|
/** @description Bad Request */
|
|
@@ -68629,7 +69092,7 @@ interface operations {
|
|
|
68629
69092
|
};
|
|
68630
69093
|
};
|
|
68631
69094
|
};
|
|
68632
|
-
|
|
69095
|
+
delete_risk_domain_for_advisory_report_by_id_v1_api_advisory_reports__report_id__risk_domains__risk_domain_id__delete: {
|
|
68633
69096
|
parameters: {
|
|
68634
69097
|
query?: {
|
|
68635
69098
|
/**
|
|
@@ -68649,6 +69112,7 @@ interface operations {
|
|
|
68649
69112
|
};
|
|
68650
69113
|
path: {
|
|
68651
69114
|
report_id: string;
|
|
69115
|
+
risk_domain_id: string;
|
|
68652
69116
|
};
|
|
68653
69117
|
cookie?: never;
|
|
68654
69118
|
};
|
|
@@ -68719,7 +69183,7 @@ interface operations {
|
|
|
68719
69183
|
};
|
|
68720
69184
|
};
|
|
68721
69185
|
};
|
|
68722
|
-
|
|
69186
|
+
create_risk_domain_advice_for_advisory_report_by_id_v1_api_advisory_reports__report_id__risk_domains__risk_domain_id__advice_post: {
|
|
68723
69187
|
parameters: {
|
|
68724
69188
|
query?: {
|
|
68725
69189
|
/**
|
|
@@ -68739,22 +69203,23 @@ interface operations {
|
|
|
68739
69203
|
};
|
|
68740
69204
|
path: {
|
|
68741
69205
|
report_id: string;
|
|
69206
|
+
risk_domain_id: string;
|
|
68742
69207
|
};
|
|
68743
69208
|
cookie?: never;
|
|
68744
69209
|
};
|
|
68745
69210
|
requestBody: {
|
|
68746
69211
|
content: {
|
|
68747
|
-
"application/json": components["schemas"]["
|
|
69212
|
+
"application/json": components["schemas"]["add_advice_to_risk_domain_in_advisory_report_revision_params"]["data"];
|
|
68748
69213
|
};
|
|
68749
69214
|
};
|
|
68750
69215
|
responses: {
|
|
68751
69216
|
/** @description Successful Response */
|
|
68752
|
-
|
|
69217
|
+
201: {
|
|
68753
69218
|
headers: {
|
|
68754
69219
|
[name: string]: unknown;
|
|
68755
69220
|
};
|
|
68756
69221
|
content: {
|
|
68757
|
-
"application/json": components["schemas"]["
|
|
69222
|
+
"application/json": components["schemas"]["CreateResponse"];
|
|
68758
69223
|
};
|
|
68759
69224
|
};
|
|
68760
69225
|
/** @description Bad Request */
|
|
@@ -68813,7 +69278,7 @@ interface operations {
|
|
|
68813
69278
|
};
|
|
68814
69279
|
};
|
|
68815
69280
|
};
|
|
68816
|
-
|
|
69281
|
+
delete_risk_domain_advice_for_advisory_report_by_id_v1_api_advisory_reports__report_id__risk_domains__risk_domain_id__advice__advice_id__delete: {
|
|
68817
69282
|
parameters: {
|
|
68818
69283
|
query?: {
|
|
68819
69284
|
/**
|
|
@@ -68833,22 +69298,20 @@ interface operations {
|
|
|
68833
69298
|
};
|
|
68834
69299
|
path: {
|
|
68835
69300
|
report_id: string;
|
|
69301
|
+
risk_domain_id: string;
|
|
69302
|
+
advice_id: string;
|
|
68836
69303
|
};
|
|
68837
69304
|
cookie?: never;
|
|
68838
69305
|
};
|
|
68839
|
-
requestBody
|
|
68840
|
-
content: {
|
|
68841
|
-
"application/json": components["schemas"]["add_risk_domain_to_advisory_report_revision_params"]["data"];
|
|
68842
|
-
};
|
|
68843
|
-
};
|
|
69306
|
+
requestBody?: never;
|
|
68844
69307
|
responses: {
|
|
68845
69308
|
/** @description Successful Response */
|
|
68846
|
-
|
|
69309
|
+
200: {
|
|
68847
69310
|
headers: {
|
|
68848
69311
|
[name: string]: unknown;
|
|
68849
69312
|
};
|
|
68850
69313
|
content: {
|
|
68851
|
-
"application/json": components["schemas"]["
|
|
69314
|
+
"application/json": components["schemas"]["app__handlers__nats__models__StatusResponse"];
|
|
68852
69315
|
};
|
|
68853
69316
|
};
|
|
68854
69317
|
/** @description Bad Request */
|
|
@@ -68907,7 +69370,7 @@ interface operations {
|
|
|
68907
69370
|
};
|
|
68908
69371
|
};
|
|
68909
69372
|
};
|
|
68910
|
-
|
|
69373
|
+
update_risk_domain_advice_for_advisory_report_by_id_v1_api_advisory_reports__report_id__risk_domains__risk_domain_id__advice__advice_id__patch: {
|
|
68911
69374
|
parameters: {
|
|
68912
69375
|
query?: {
|
|
68913
69376
|
/**
|
|
@@ -68928,13 +69391,18 @@ interface operations {
|
|
|
68928
69391
|
path: {
|
|
68929
69392
|
report_id: string;
|
|
68930
69393
|
risk_domain_id: string;
|
|
69394
|
+
advice_id: string;
|
|
68931
69395
|
};
|
|
68932
69396
|
cookie?: never;
|
|
68933
69397
|
};
|
|
68934
|
-
requestBody
|
|
69398
|
+
requestBody: {
|
|
69399
|
+
content: {
|
|
69400
|
+
"application/json": components["schemas"]["update_risk_domain_advice_from_advisory_report_revision_params"]["data"];
|
|
69401
|
+
};
|
|
69402
|
+
};
|
|
68935
69403
|
responses: {
|
|
68936
69404
|
/** @description Successful Response */
|
|
68937
|
-
|
|
69405
|
+
201: {
|
|
68938
69406
|
headers: {
|
|
68939
69407
|
[name: string]: unknown;
|
|
68940
69408
|
};
|
|
@@ -68998,7 +69466,7 @@ interface operations {
|
|
|
68998
69466
|
};
|
|
68999
69467
|
};
|
|
69000
69468
|
};
|
|
69001
|
-
|
|
69469
|
+
create_risk_domain_action_from_advice_for_advisory_report_by_id_v1_api_advisory_reports__report_id__risk_domains__risk_domain_id__advice__advice_id__actions_put: {
|
|
69002
69470
|
parameters: {
|
|
69003
69471
|
query?: {
|
|
69004
69472
|
/**
|
|
@@ -69019,12 +69487,13 @@ interface operations {
|
|
|
69019
69487
|
path: {
|
|
69020
69488
|
report_id: string;
|
|
69021
69489
|
risk_domain_id: string;
|
|
69490
|
+
advice_id: string;
|
|
69022
69491
|
};
|
|
69023
69492
|
cookie?: never;
|
|
69024
69493
|
};
|
|
69025
69494
|
requestBody: {
|
|
69026
69495
|
content: {
|
|
69027
|
-
"application/json": components["schemas"]["
|
|
69496
|
+
"application/json": components["schemas"]["upsert_action_from_advice_in_advisory_report_revision_params"]["data"];
|
|
69028
69497
|
};
|
|
69029
69498
|
};
|
|
69030
69499
|
responses: {
|
|
@@ -69093,7 +69562,7 @@ interface operations {
|
|
|
69093
69562
|
};
|
|
69094
69563
|
};
|
|
69095
69564
|
};
|
|
69096
|
-
|
|
69565
|
+
create_risk_domain_action_for_advisory_report_by_id_v1_api_advisory_reports__report_id__risk_domains__risk_domain_id__actions_post: {
|
|
69097
69566
|
parameters: {
|
|
69098
69567
|
query?: {
|
|
69099
69568
|
/**
|
|
@@ -69114,19 +69583,22 @@ interface operations {
|
|
|
69114
69583
|
path: {
|
|
69115
69584
|
report_id: string;
|
|
69116
69585
|
risk_domain_id: string;
|
|
69117
|
-
advice_id: string;
|
|
69118
69586
|
};
|
|
69119
69587
|
cookie?: never;
|
|
69120
69588
|
};
|
|
69121
|
-
requestBody
|
|
69589
|
+
requestBody: {
|
|
69590
|
+
content: {
|
|
69591
|
+
"application/json": components["schemas"]["add_action_to_risk_domain_in_advisory_report_revision_params"]["data"];
|
|
69592
|
+
};
|
|
69593
|
+
};
|
|
69122
69594
|
responses: {
|
|
69123
69595
|
/** @description Successful Response */
|
|
69124
|
-
|
|
69596
|
+
201: {
|
|
69125
69597
|
headers: {
|
|
69126
69598
|
[name: string]: unknown;
|
|
69127
69599
|
};
|
|
69128
69600
|
content: {
|
|
69129
|
-
"application/json": components["schemas"]["
|
|
69601
|
+
"application/json": components["schemas"]["CreateResponse"];
|
|
69130
69602
|
};
|
|
69131
69603
|
};
|
|
69132
69604
|
/** @description Bad Request */
|
|
@@ -69185,7 +69657,7 @@ interface operations {
|
|
|
69185
69657
|
};
|
|
69186
69658
|
};
|
|
69187
69659
|
};
|
|
69188
|
-
|
|
69660
|
+
delete_risk_domain_action_for_advisory_report_by_id_v1_api_advisory_reports__report_id__risk_domains__risk_domain_id__actions__action_id__delete: {
|
|
69189
69661
|
parameters: {
|
|
69190
69662
|
query?: {
|
|
69191
69663
|
/**
|
|
@@ -69206,18 +69678,14 @@ interface operations {
|
|
|
69206
69678
|
path: {
|
|
69207
69679
|
report_id: string;
|
|
69208
69680
|
risk_domain_id: string;
|
|
69209
|
-
|
|
69681
|
+
action_id: string;
|
|
69210
69682
|
};
|
|
69211
69683
|
cookie?: never;
|
|
69212
69684
|
};
|
|
69213
|
-
requestBody
|
|
69214
|
-
content: {
|
|
69215
|
-
"application/json": components["schemas"]["update_risk_domain_advice_from_advisory_report_revision_params"]["data"];
|
|
69216
|
-
};
|
|
69217
|
-
};
|
|
69685
|
+
requestBody?: never;
|
|
69218
69686
|
responses: {
|
|
69219
69687
|
/** @description Successful Response */
|
|
69220
|
-
|
|
69688
|
+
200: {
|
|
69221
69689
|
headers: {
|
|
69222
69690
|
[name: string]: unknown;
|
|
69223
69691
|
};
|
|
@@ -69281,7 +69749,7 @@ interface operations {
|
|
|
69281
69749
|
};
|
|
69282
69750
|
};
|
|
69283
69751
|
};
|
|
69284
|
-
|
|
69752
|
+
update_risk_domain_action_for_advisory_report_by_id_v1_api_advisory_reports__report_id__risk_domains__risk_domain_id__actions__action_id__patch: {
|
|
69285
69753
|
parameters: {
|
|
69286
69754
|
query?: {
|
|
69287
69755
|
/**
|
|
@@ -69302,23 +69770,23 @@ interface operations {
|
|
|
69302
69770
|
path: {
|
|
69303
69771
|
report_id: string;
|
|
69304
69772
|
risk_domain_id: string;
|
|
69305
|
-
|
|
69773
|
+
action_id: string;
|
|
69306
69774
|
};
|
|
69307
69775
|
cookie?: never;
|
|
69308
69776
|
};
|
|
69309
69777
|
requestBody: {
|
|
69310
69778
|
content: {
|
|
69311
|
-
"application/json": components["schemas"]["
|
|
69779
|
+
"application/json": components["schemas"]["update_risk_domain_action_from_advisory_report_revision_params"]["data"];
|
|
69312
69780
|
};
|
|
69313
69781
|
};
|
|
69314
69782
|
responses: {
|
|
69315
69783
|
/** @description Successful Response */
|
|
69316
|
-
|
|
69784
|
+
200: {
|
|
69317
69785
|
headers: {
|
|
69318
69786
|
[name: string]: unknown;
|
|
69319
69787
|
};
|
|
69320
69788
|
content: {
|
|
69321
|
-
"application/json": components["schemas"]["
|
|
69789
|
+
"application/json": components["schemas"]["app__handlers__nats__models__StatusResponse"];
|
|
69322
69790
|
};
|
|
69323
69791
|
};
|
|
69324
69792
|
/** @description Bad Request */
|
|
@@ -69377,7 +69845,7 @@ interface operations {
|
|
|
69377
69845
|
};
|
|
69378
69846
|
};
|
|
69379
69847
|
};
|
|
69380
|
-
|
|
69848
|
+
create_or_replace_insurance_policy_for_advisory_report_by_id_v1_api_advisory_reports__report_id__insurance_policies_put: {
|
|
69381
69849
|
parameters: {
|
|
69382
69850
|
query?: {
|
|
69383
69851
|
/**
|
|
@@ -69397,18 +69865,17 @@ interface operations {
|
|
|
69397
69865
|
};
|
|
69398
69866
|
path: {
|
|
69399
69867
|
report_id: string;
|
|
69400
|
-
risk_domain_id: string;
|
|
69401
69868
|
};
|
|
69402
69869
|
cookie?: never;
|
|
69403
69870
|
};
|
|
69404
69871
|
requestBody: {
|
|
69405
69872
|
content: {
|
|
69406
|
-
"application/json": components["schemas"]["
|
|
69873
|
+
"application/json": components["schemas"]["upsert_insurance_policy_for_advisory_report_revision_params"]["data"];
|
|
69407
69874
|
};
|
|
69408
69875
|
};
|
|
69409
69876
|
responses: {
|
|
69410
69877
|
/** @description Successful Response */
|
|
69411
|
-
|
|
69878
|
+
200: {
|
|
69412
69879
|
headers: {
|
|
69413
69880
|
[name: string]: unknown;
|
|
69414
69881
|
};
|
|
@@ -69472,7 +69939,7 @@ interface operations {
|
|
|
69472
69939
|
};
|
|
69473
69940
|
};
|
|
69474
69941
|
};
|
|
69475
|
-
|
|
69942
|
+
delete_insurance_policy_for_advisory_report_by_id_v1_api_advisory_reports__report_id__insurance_policies__insurance_policy_id__delete: {
|
|
69476
69943
|
parameters: {
|
|
69477
69944
|
query?: {
|
|
69478
69945
|
/**
|
|
@@ -69492,8 +69959,7 @@ interface operations {
|
|
|
69492
69959
|
};
|
|
69493
69960
|
path: {
|
|
69494
69961
|
report_id: string;
|
|
69495
|
-
|
|
69496
|
-
action_id: string;
|
|
69962
|
+
insurance_policy_id: string;
|
|
69497
69963
|
};
|
|
69498
69964
|
cookie?: never;
|
|
69499
69965
|
};
|
|
@@ -69564,7 +70030,7 @@ interface operations {
|
|
|
69564
70030
|
};
|
|
69565
70031
|
};
|
|
69566
70032
|
};
|
|
69567
|
-
|
|
70033
|
+
order_insurance_polcies_of_advisory_report_v1_api_advisory_reports__report_id__insurance_policies_order_put: {
|
|
69568
70034
|
parameters: {
|
|
69569
70035
|
query?: {
|
|
69570
70036
|
/**
|
|
@@ -69584,14 +70050,12 @@ interface operations {
|
|
|
69584
70050
|
};
|
|
69585
70051
|
path: {
|
|
69586
70052
|
report_id: string;
|
|
69587
|
-
risk_domain_id: string;
|
|
69588
|
-
action_id: string;
|
|
69589
70053
|
};
|
|
69590
70054
|
cookie?: never;
|
|
69591
70055
|
};
|
|
69592
70056
|
requestBody: {
|
|
69593
70057
|
content: {
|
|
69594
|
-
"application/json": components["schemas"]["
|
|
70058
|
+
"application/json": components["schemas"]["order_insurance_policy_for_advisory_report_revision_params"]["data"];
|
|
69595
70059
|
};
|
|
69596
70060
|
};
|
|
69597
70061
|
responses: {
|
|
@@ -69601,7 +70065,7 @@ interface operations {
|
|
|
69601
70065
|
[name: string]: unknown;
|
|
69602
70066
|
};
|
|
69603
70067
|
content: {
|
|
69604
|
-
"application/json": components["schemas"]["
|
|
70068
|
+
"application/json": components["schemas"]["CreateResponse"];
|
|
69605
70069
|
};
|
|
69606
70070
|
};
|
|
69607
70071
|
/** @description Bad Request */
|
|
@@ -69660,7 +70124,7 @@ interface operations {
|
|
|
69660
70124
|
};
|
|
69661
70125
|
};
|
|
69662
70126
|
};
|
|
69663
|
-
|
|
70127
|
+
create_or_replace_policy_packages_for_advisory_report_by_id_v1_api_advisory_reports__report_id__policy_packages_put: {
|
|
69664
70128
|
parameters: {
|
|
69665
70129
|
query?: {
|
|
69666
70130
|
/**
|
|
@@ -69685,7 +70149,7 @@ interface operations {
|
|
|
69685
70149
|
};
|
|
69686
70150
|
requestBody: {
|
|
69687
70151
|
content: {
|
|
69688
|
-
"application/json": components["schemas"]["
|
|
70152
|
+
"application/json": components["schemas"]["upsert_insurance_policy_package_for_advisory_report_revision_params"]["data"];
|
|
69689
70153
|
};
|
|
69690
70154
|
};
|
|
69691
70155
|
responses: {
|
|
@@ -69754,9 +70218,87 @@ interface operations {
|
|
|
69754
70218
|
};
|
|
69755
70219
|
};
|
|
69756
70220
|
};
|
|
69757
|
-
|
|
70221
|
+
get_all_available_affiliations_v1_api_affiliations_get: {
|
|
70222
|
+
parameters: {
|
|
70223
|
+
query?: never;
|
|
70224
|
+
header?: {
|
|
70225
|
+
/** @description Which release to target running in 'PRODUCTION' environment. */
|
|
70226
|
+
"x-release"?: string;
|
|
70227
|
+
};
|
|
70228
|
+
path?: never;
|
|
70229
|
+
cookie?: never;
|
|
70230
|
+
};
|
|
70231
|
+
requestBody?: never;
|
|
70232
|
+
responses: {
|
|
70233
|
+
/** @description Successful Response */
|
|
70234
|
+
200: {
|
|
70235
|
+
headers: {
|
|
70236
|
+
[name: string]: unknown;
|
|
70237
|
+
};
|
|
70238
|
+
content: {
|
|
70239
|
+
"application/json": components["schemas"]["MultiAffiliationInfoQueryModel"];
|
|
70240
|
+
};
|
|
70241
|
+
};
|
|
70242
|
+
/** @description Bad Request */
|
|
70243
|
+
400: {
|
|
70244
|
+
headers: {
|
|
70245
|
+
[name: string]: unknown;
|
|
70246
|
+
};
|
|
70247
|
+
content: {
|
|
70248
|
+
"application/json": components["schemas"]["Error_4XX"];
|
|
70249
|
+
};
|
|
70250
|
+
};
|
|
70251
|
+
/** @description Unauthorized */
|
|
70252
|
+
401: {
|
|
70253
|
+
headers: {
|
|
70254
|
+
[name: string]: unknown;
|
|
70255
|
+
};
|
|
70256
|
+
content: {
|
|
70257
|
+
"application/json": components["schemas"]["Error_401"];
|
|
70258
|
+
};
|
|
70259
|
+
};
|
|
70260
|
+
/** @description Forbidden */
|
|
70261
|
+
403: {
|
|
70262
|
+
headers: {
|
|
70263
|
+
[name: string]: unknown;
|
|
70264
|
+
};
|
|
70265
|
+
content: {
|
|
70266
|
+
"application/json": components["schemas"]["Error_403"];
|
|
70267
|
+
};
|
|
70268
|
+
};
|
|
70269
|
+
/** @description Unprocessable Entity */
|
|
70270
|
+
422: {
|
|
70271
|
+
headers: {
|
|
70272
|
+
[name: string]: unknown;
|
|
70273
|
+
};
|
|
70274
|
+
content: {
|
|
70275
|
+
"application/json": components["schemas"]["Error_422"];
|
|
70276
|
+
};
|
|
70277
|
+
};
|
|
70278
|
+
/** @description Too Many Requests */
|
|
70279
|
+
429: {
|
|
70280
|
+
headers: {
|
|
70281
|
+
[name: string]: unknown;
|
|
70282
|
+
};
|
|
70283
|
+
content: {
|
|
70284
|
+
"application/json": components["schemas"]["Error_429"];
|
|
70285
|
+
};
|
|
70286
|
+
};
|
|
70287
|
+
/** @description Internal Server Error */
|
|
70288
|
+
500: {
|
|
70289
|
+
headers: {
|
|
70290
|
+
[name: string]: unknown;
|
|
70291
|
+
};
|
|
70292
|
+
content: {
|
|
70293
|
+
"application/json": components["schemas"]["ServerError"];
|
|
70294
|
+
};
|
|
70295
|
+
};
|
|
70296
|
+
};
|
|
70297
|
+
};
|
|
70298
|
+
get_anva_labels_v1_api_anvaflows_labels_get: {
|
|
69758
70299
|
parameters: {
|
|
69759
70300
|
query?: {
|
|
70301
|
+
status?: ("HIDDEN" | "VISIBLE" | "UNMAPPED")[];
|
|
69760
70302
|
/**
|
|
69761
70303
|
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
69762
70304
|
* @example EN
|
|
@@ -69772,10 +70314,7 @@ interface operations {
|
|
|
69772
70314
|
/** @description Which release to target running in 'PRODUCTION' environment. */
|
|
69773
70315
|
"x-release"?: string;
|
|
69774
70316
|
};
|
|
69775
|
-
path
|
|
69776
|
-
report_id: string;
|
|
69777
|
-
insurance_policy_id: string;
|
|
69778
|
-
};
|
|
70317
|
+
path?: never;
|
|
69779
70318
|
cookie?: never;
|
|
69780
70319
|
};
|
|
69781
70320
|
requestBody?: never;
|
|
@@ -69786,7 +70325,7 @@ interface operations {
|
|
|
69786
70325
|
[name: string]: unknown;
|
|
69787
70326
|
};
|
|
69788
70327
|
content: {
|
|
69789
|
-
"application/json": components["schemas"]["
|
|
70328
|
+
"application/json": components["schemas"]["MultiAnvaLabelQueryModel"];
|
|
69790
70329
|
};
|
|
69791
70330
|
};
|
|
69792
70331
|
/** @description Bad Request */
|
|
@@ -69845,9 +70384,10 @@ interface operations {
|
|
|
69845
70384
|
};
|
|
69846
70385
|
};
|
|
69847
70386
|
};
|
|
69848
|
-
|
|
70387
|
+
get_supported_anvaflow_insurances_v1_api_anvaflows_supported_insurances_get: {
|
|
69849
70388
|
parameters: {
|
|
69850
|
-
query
|
|
70389
|
+
query: {
|
|
70390
|
+
party_type: "CUSTOMER" | "COMPANY";
|
|
69851
70391
|
/**
|
|
69852
70392
|
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
69853
70393
|
* @example EN
|
|
@@ -69863,16 +70403,10 @@ interface operations {
|
|
|
69863
70403
|
/** @description Which release to target running in 'PRODUCTION' environment. */
|
|
69864
70404
|
"x-release"?: string;
|
|
69865
70405
|
};
|
|
69866
|
-
path
|
|
69867
|
-
report_id: string;
|
|
69868
|
-
};
|
|
70406
|
+
path?: never;
|
|
69869
70407
|
cookie?: never;
|
|
69870
70408
|
};
|
|
69871
|
-
requestBody
|
|
69872
|
-
content: {
|
|
69873
|
-
"application/json": components["schemas"]["order_insurance_policy_for_advisory_report_revision_params"]["data"];
|
|
69874
|
-
};
|
|
69875
|
-
};
|
|
70409
|
+
requestBody?: never;
|
|
69876
70410
|
responses: {
|
|
69877
70411
|
/** @description Successful Response */
|
|
69878
70412
|
200: {
|
|
@@ -69880,7 +70414,7 @@ interface operations {
|
|
|
69880
70414
|
[name: string]: unknown;
|
|
69881
70415
|
};
|
|
69882
70416
|
content: {
|
|
69883
|
-
"application/json": components["schemas"]["
|
|
70417
|
+
"application/json": components["schemas"]["MultiAnvaInsuranceQueryModel"];
|
|
69884
70418
|
};
|
|
69885
70419
|
};
|
|
69886
70420
|
/** @description Bad Request */
|
|
@@ -69939,9 +70473,10 @@ interface operations {
|
|
|
69939
70473
|
};
|
|
69940
70474
|
};
|
|
69941
70475
|
};
|
|
69942
|
-
|
|
70476
|
+
get_supported_anvaflow_tags_v1_api_anvaflows_supported_tags_get: {
|
|
69943
70477
|
parameters: {
|
|
69944
|
-
query
|
|
70478
|
+
query: {
|
|
70479
|
+
party_type: "CUSTOMER" | "COMPANY";
|
|
69945
70480
|
/**
|
|
69946
70481
|
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
69947
70482
|
* @example EN
|
|
@@ -69957,89 +70492,6 @@ interface operations {
|
|
|
69957
70492
|
/** @description Which release to target running in 'PRODUCTION' environment. */
|
|
69958
70493
|
"x-release"?: string;
|
|
69959
70494
|
};
|
|
69960
|
-
path: {
|
|
69961
|
-
report_id: string;
|
|
69962
|
-
};
|
|
69963
|
-
cookie?: never;
|
|
69964
|
-
};
|
|
69965
|
-
requestBody: {
|
|
69966
|
-
content: {
|
|
69967
|
-
"application/json": components["schemas"]["upsert_insurance_policy_package_for_advisory_report_revision_params"]["data"];
|
|
69968
|
-
};
|
|
69969
|
-
};
|
|
69970
|
-
responses: {
|
|
69971
|
-
/** @description Successful Response */
|
|
69972
|
-
200: {
|
|
69973
|
-
headers: {
|
|
69974
|
-
[name: string]: unknown;
|
|
69975
|
-
};
|
|
69976
|
-
content: {
|
|
69977
|
-
"application/json": components["schemas"]["CreateResponse"];
|
|
69978
|
-
};
|
|
69979
|
-
};
|
|
69980
|
-
/** @description Bad Request */
|
|
69981
|
-
400: {
|
|
69982
|
-
headers: {
|
|
69983
|
-
[name: string]: unknown;
|
|
69984
|
-
};
|
|
69985
|
-
content: {
|
|
69986
|
-
"application/json": components["schemas"]["Error_4XX"];
|
|
69987
|
-
};
|
|
69988
|
-
};
|
|
69989
|
-
/** @description Unauthorized */
|
|
69990
|
-
401: {
|
|
69991
|
-
headers: {
|
|
69992
|
-
[name: string]: unknown;
|
|
69993
|
-
};
|
|
69994
|
-
content: {
|
|
69995
|
-
"application/json": components["schemas"]["Error_401"];
|
|
69996
|
-
};
|
|
69997
|
-
};
|
|
69998
|
-
/** @description Forbidden */
|
|
69999
|
-
403: {
|
|
70000
|
-
headers: {
|
|
70001
|
-
[name: string]: unknown;
|
|
70002
|
-
};
|
|
70003
|
-
content: {
|
|
70004
|
-
"application/json": components["schemas"]["Error_403"];
|
|
70005
|
-
};
|
|
70006
|
-
};
|
|
70007
|
-
/** @description Unprocessable Entity */
|
|
70008
|
-
422: {
|
|
70009
|
-
headers: {
|
|
70010
|
-
[name: string]: unknown;
|
|
70011
|
-
};
|
|
70012
|
-
content: {
|
|
70013
|
-
"application/json": components["schemas"]["Error_422"];
|
|
70014
|
-
};
|
|
70015
|
-
};
|
|
70016
|
-
/** @description Too Many Requests */
|
|
70017
|
-
429: {
|
|
70018
|
-
headers: {
|
|
70019
|
-
[name: string]: unknown;
|
|
70020
|
-
};
|
|
70021
|
-
content: {
|
|
70022
|
-
"application/json": components["schemas"]["Error_429"];
|
|
70023
|
-
};
|
|
70024
|
-
};
|
|
70025
|
-
/** @description Internal Server Error */
|
|
70026
|
-
500: {
|
|
70027
|
-
headers: {
|
|
70028
|
-
[name: string]: unknown;
|
|
70029
|
-
};
|
|
70030
|
-
content: {
|
|
70031
|
-
"application/json": components["schemas"]["ServerError"];
|
|
70032
|
-
};
|
|
70033
|
-
};
|
|
70034
|
-
};
|
|
70035
|
-
};
|
|
70036
|
-
get_all_available_affiliations_v1_api_affiliations_get: {
|
|
70037
|
-
parameters: {
|
|
70038
|
-
query?: never;
|
|
70039
|
-
header?: {
|
|
70040
|
-
/** @description Which release to target running in 'PRODUCTION' environment. */
|
|
70041
|
-
"x-release"?: string;
|
|
70042
|
-
};
|
|
70043
70495
|
path?: never;
|
|
70044
70496
|
cookie?: never;
|
|
70045
70497
|
};
|
|
@@ -70051,7 +70503,7 @@ interface operations {
|
|
|
70051
70503
|
[name: string]: unknown;
|
|
70052
70504
|
};
|
|
70053
70505
|
content: {
|
|
70054
|
-
"application/json": components["schemas"]["
|
|
70506
|
+
"application/json": components["schemas"]["MultiAnvaTagQueryModel"];
|
|
70055
70507
|
};
|
|
70056
70508
|
};
|
|
70057
70509
|
/** @description Bad Request */
|
|
@@ -70110,10 +70562,11 @@ interface operations {
|
|
|
70110
70562
|
};
|
|
70111
70563
|
};
|
|
70112
70564
|
};
|
|
70113
|
-
|
|
70565
|
+
get_supported_anvaflow_coverages_v1_api_anvaflows_supported_coverages_get: {
|
|
70114
70566
|
parameters: {
|
|
70115
70567
|
query?: {
|
|
70116
|
-
|
|
70568
|
+
insurance_ids?: number[];
|
|
70569
|
+
party_type?: "CUSTOMER" | "COMPANY";
|
|
70117
70570
|
/**
|
|
70118
70571
|
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
70119
70572
|
* @example EN
|
|
@@ -70140,7 +70593,7 @@ interface operations {
|
|
|
70140
70593
|
[name: string]: unknown;
|
|
70141
70594
|
};
|
|
70142
70595
|
content: {
|
|
70143
|
-
"application/json": components["schemas"]["
|
|
70596
|
+
"application/json": components["schemas"]["MultiAnvaCoverageQueryModel"];
|
|
70144
70597
|
};
|
|
70145
70598
|
};
|
|
70146
70599
|
/** @description Bad Request */
|
|
@@ -70199,10 +70652,12 @@ interface operations {
|
|
|
70199
70652
|
};
|
|
70200
70653
|
};
|
|
70201
70654
|
};
|
|
70202
|
-
|
|
70655
|
+
get_supported_anvaflow_insurance_companies_v1_api_anvaflows_supported_insurance_companies_get: {
|
|
70203
70656
|
parameters: {
|
|
70204
|
-
query
|
|
70205
|
-
|
|
70657
|
+
query?: {
|
|
70658
|
+
insurance_ids?: number[];
|
|
70659
|
+
coverage_codes?: string[];
|
|
70660
|
+
party_type?: "CUSTOMER" | "COMPANY";
|
|
70206
70661
|
/**
|
|
70207
70662
|
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
70208
70663
|
* @example EN
|
|
@@ -70229,7 +70684,7 @@ interface operations {
|
|
|
70229
70684
|
[name: string]: unknown;
|
|
70230
70685
|
};
|
|
70231
70686
|
content: {
|
|
70232
|
-
"application/json": components["schemas"]["
|
|
70687
|
+
"application/json": components["schemas"]["MultiAnvaInsuranceCompanyQueryModel"];
|
|
70233
70688
|
};
|
|
70234
70689
|
};
|
|
70235
70690
|
/** @description Bad Request */
|
|
@@ -70288,10 +70743,9 @@ interface operations {
|
|
|
70288
70743
|
};
|
|
70289
70744
|
};
|
|
70290
70745
|
};
|
|
70291
|
-
|
|
70746
|
+
calculate_anvaquotes_by_session_id_v1_api_anvaflows__session_id__calculate_post: {
|
|
70292
70747
|
parameters: {
|
|
70293
|
-
query
|
|
70294
|
-
party_type: "CUSTOMER" | "COMPANY";
|
|
70748
|
+
query?: {
|
|
70295
70749
|
/**
|
|
70296
70750
|
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
70297
70751
|
* @example EN
|
|
@@ -70307,100 +70761,16 @@ interface operations {
|
|
|
70307
70761
|
/** @description Which release to target running in 'PRODUCTION' environment. */
|
|
70308
70762
|
"x-release"?: string;
|
|
70309
70763
|
};
|
|
70310
|
-
path
|
|
70311
|
-
|
|
70312
|
-
};
|
|
70313
|
-
requestBody?: never;
|
|
70314
|
-
responses: {
|
|
70315
|
-
/** @description Successful Response */
|
|
70316
|
-
200: {
|
|
70317
|
-
headers: {
|
|
70318
|
-
[name: string]: unknown;
|
|
70319
|
-
};
|
|
70320
|
-
content: {
|
|
70321
|
-
"application/json": components["schemas"]["MultiAnvaTagQueryModel"];
|
|
70322
|
-
};
|
|
70323
|
-
};
|
|
70324
|
-
/** @description Bad Request */
|
|
70325
|
-
400: {
|
|
70326
|
-
headers: {
|
|
70327
|
-
[name: string]: unknown;
|
|
70328
|
-
};
|
|
70329
|
-
content: {
|
|
70330
|
-
"application/json": components["schemas"]["Error_4XX"];
|
|
70331
|
-
};
|
|
70332
|
-
};
|
|
70333
|
-
/** @description Unauthorized */
|
|
70334
|
-
401: {
|
|
70335
|
-
headers: {
|
|
70336
|
-
[name: string]: unknown;
|
|
70337
|
-
};
|
|
70338
|
-
content: {
|
|
70339
|
-
"application/json": components["schemas"]["Error_401"];
|
|
70340
|
-
};
|
|
70341
|
-
};
|
|
70342
|
-
/** @description Forbidden */
|
|
70343
|
-
403: {
|
|
70344
|
-
headers: {
|
|
70345
|
-
[name: string]: unknown;
|
|
70346
|
-
};
|
|
70347
|
-
content: {
|
|
70348
|
-
"application/json": components["schemas"]["Error_403"];
|
|
70349
|
-
};
|
|
70350
|
-
};
|
|
70351
|
-
/** @description Unprocessable Entity */
|
|
70352
|
-
422: {
|
|
70353
|
-
headers: {
|
|
70354
|
-
[name: string]: unknown;
|
|
70355
|
-
};
|
|
70356
|
-
content: {
|
|
70357
|
-
"application/json": components["schemas"]["Error_422"];
|
|
70358
|
-
};
|
|
70359
|
-
};
|
|
70360
|
-
/** @description Too Many Requests */
|
|
70361
|
-
429: {
|
|
70362
|
-
headers: {
|
|
70363
|
-
[name: string]: unknown;
|
|
70364
|
-
};
|
|
70365
|
-
content: {
|
|
70366
|
-
"application/json": components["schemas"]["Error_429"];
|
|
70367
|
-
};
|
|
70368
|
-
};
|
|
70369
|
-
/** @description Internal Server Error */
|
|
70370
|
-
500: {
|
|
70371
|
-
headers: {
|
|
70372
|
-
[name: string]: unknown;
|
|
70373
|
-
};
|
|
70374
|
-
content: {
|
|
70375
|
-
"application/json": components["schemas"]["ServerError"];
|
|
70376
|
-
};
|
|
70764
|
+
path: {
|
|
70765
|
+
session_id: string;
|
|
70377
70766
|
};
|
|
70767
|
+
cookie?: never;
|
|
70378
70768
|
};
|
|
70379
|
-
|
|
70380
|
-
|
|
70381
|
-
|
|
70382
|
-
query?: {
|
|
70383
|
-
insurance_ids?: number[];
|
|
70384
|
-
party_type?: "CUSTOMER" | "COMPANY";
|
|
70385
|
-
/**
|
|
70386
|
-
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
70387
|
-
* @example EN
|
|
70388
|
-
*/
|
|
70389
|
-
lang?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
|
|
70390
|
-
/**
|
|
70391
|
-
* @description Same as lang, but adds support to pass ?language as well
|
|
70392
|
-
* @example EN
|
|
70393
|
-
*/
|
|
70394
|
-
language?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
|
|
70395
|
-
};
|
|
70396
|
-
header?: {
|
|
70397
|
-
/** @description Which release to target running in 'PRODUCTION' environment. */
|
|
70398
|
-
"x-release"?: string;
|
|
70769
|
+
requestBody: {
|
|
70770
|
+
content: {
|
|
70771
|
+
"application/json": components["schemas"]["handle_calculate_anva_quotes_for_conversation_params"]["data"];
|
|
70399
70772
|
};
|
|
70400
|
-
path?: never;
|
|
70401
|
-
cookie?: never;
|
|
70402
70773
|
};
|
|
70403
|
-
requestBody?: never;
|
|
70404
70774
|
responses: {
|
|
70405
70775
|
/** @description Successful Response */
|
|
70406
70776
|
200: {
|
|
@@ -70408,7 +70778,7 @@ interface operations {
|
|
|
70408
70778
|
[name: string]: unknown;
|
|
70409
70779
|
};
|
|
70410
70780
|
content: {
|
|
70411
|
-
"application/json": components["schemas"]["
|
|
70781
|
+
"application/json": components["schemas"]["AnvaCalculationResponse"];
|
|
70412
70782
|
};
|
|
70413
70783
|
};
|
|
70414
70784
|
/** @description Bad Request */
|
|
@@ -70467,12 +70837,9 @@ interface operations {
|
|
|
70467
70837
|
};
|
|
70468
70838
|
};
|
|
70469
70839
|
};
|
|
70470
|
-
|
|
70840
|
+
recalculate_one_anvaquote_by_anva_product_id_session_id_v1_api_anvaflows__session_id__anvaproducts__anva_product_id__calculate_post: {
|
|
70471
70841
|
parameters: {
|
|
70472
70842
|
query?: {
|
|
70473
|
-
insurance_ids?: number[];
|
|
70474
|
-
coverage_codes?: string[];
|
|
70475
|
-
party_type?: "CUSTOMER" | "COMPANY";
|
|
70476
70843
|
/**
|
|
70477
70844
|
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
70478
70845
|
* @example EN
|
|
@@ -70488,10 +70855,17 @@ interface operations {
|
|
|
70488
70855
|
/** @description Which release to target running in 'PRODUCTION' environment. */
|
|
70489
70856
|
"x-release"?: string;
|
|
70490
70857
|
};
|
|
70491
|
-
path
|
|
70858
|
+
path: {
|
|
70859
|
+
session_id: string;
|
|
70860
|
+
anva_product_id: string;
|
|
70861
|
+
};
|
|
70492
70862
|
cookie?: never;
|
|
70493
70863
|
};
|
|
70494
|
-
requestBody
|
|
70864
|
+
requestBody: {
|
|
70865
|
+
content: {
|
|
70866
|
+
"application/json": components["schemas"]["handle_calculate_one_anva_quote_for_conversation_params"]["data"];
|
|
70867
|
+
};
|
|
70868
|
+
};
|
|
70495
70869
|
responses: {
|
|
70496
70870
|
/** @description Successful Response */
|
|
70497
70871
|
200: {
|
|
@@ -70499,7 +70873,7 @@ interface operations {
|
|
|
70499
70873
|
[name: string]: unknown;
|
|
70500
70874
|
};
|
|
70501
70875
|
content: {
|
|
70502
|
-
"application/json": components["schemas"]["
|
|
70876
|
+
"application/json": components["schemas"]["AnvaQuote"];
|
|
70503
70877
|
};
|
|
70504
70878
|
};
|
|
70505
70879
|
/** @description Bad Request */
|
|
@@ -70558,7 +70932,7 @@ interface operations {
|
|
|
70558
70932
|
};
|
|
70559
70933
|
};
|
|
70560
70934
|
};
|
|
70561
|
-
|
|
70935
|
+
send_offer_to_anva_by_session_id_v1_api_anvaflows__session_id__send_offer_to_anva_post: {
|
|
70562
70936
|
parameters: {
|
|
70563
70937
|
query?: {
|
|
70564
70938
|
/**
|
|
@@ -70581,19 +70955,15 @@ interface operations {
|
|
|
70581
70955
|
};
|
|
70582
70956
|
cookie?: never;
|
|
70583
70957
|
};
|
|
70584
|
-
requestBody
|
|
70585
|
-
content: {
|
|
70586
|
-
"application/json": components["schemas"]["handle_calculate_anva_quotes_for_conversation_params"]["data"];
|
|
70587
|
-
};
|
|
70588
|
-
};
|
|
70958
|
+
requestBody?: never;
|
|
70589
70959
|
responses: {
|
|
70590
70960
|
/** @description Successful Response */
|
|
70591
|
-
|
|
70961
|
+
201: {
|
|
70592
70962
|
headers: {
|
|
70593
70963
|
[name: string]: unknown;
|
|
70594
70964
|
};
|
|
70595
70965
|
content: {
|
|
70596
|
-
"application/json": components["schemas"]["
|
|
70966
|
+
"application/json": components["schemas"]["wg_py_models__domain__wegroup__rest__responses__StatusResponse"];
|
|
70597
70967
|
};
|
|
70598
70968
|
};
|
|
70599
70969
|
/** @description Bad Request */
|
|
@@ -70652,7 +71022,7 @@ interface operations {
|
|
|
70652
71022
|
};
|
|
70653
71023
|
};
|
|
70654
71024
|
};
|
|
70655
|
-
|
|
71025
|
+
recalculate_simulation_by_session_id_v1_api_anvaflows__session_id__recalculate_simulation_post: {
|
|
70656
71026
|
parameters: {
|
|
70657
71027
|
query?: {
|
|
70658
71028
|
/**
|
|
@@ -70672,13 +71042,12 @@ interface operations {
|
|
|
70672
71042
|
};
|
|
70673
71043
|
path: {
|
|
70674
71044
|
session_id: string;
|
|
70675
|
-
anva_product_id: string;
|
|
70676
71045
|
};
|
|
70677
71046
|
cookie?: never;
|
|
70678
71047
|
};
|
|
70679
71048
|
requestBody: {
|
|
70680
71049
|
content: {
|
|
70681
|
-
"application/json": components["schemas"]["
|
|
71050
|
+
"application/json": components["schemas"]["handle_recalculate_simulation_params"]["data"];
|
|
70682
71051
|
};
|
|
70683
71052
|
};
|
|
70684
71053
|
responses: {
|
|
@@ -70688,7 +71057,7 @@ interface operations {
|
|
|
70688
71057
|
[name: string]: unknown;
|
|
70689
71058
|
};
|
|
70690
71059
|
content: {
|
|
70691
|
-
"application/json": components["schemas"]["
|
|
71060
|
+
"application/json": components["schemas"]["wg_py_models__domain__wegroup__rest__responses__StatusResponse"];
|
|
70692
71061
|
};
|
|
70693
71062
|
};
|
|
70694
71063
|
/** @description Bad Request */
|
|
@@ -71496,7 +71865,7 @@ interface operations {
|
|
|
71496
71865
|
[name: string]: unknown;
|
|
71497
71866
|
};
|
|
71498
71867
|
content: {
|
|
71499
|
-
"application/json": components["schemas"]["
|
|
71868
|
+
"application/json": components["schemas"]["BrokerWithModules"];
|
|
71500
71869
|
};
|
|
71501
71870
|
};
|
|
71502
71871
|
/** @description Bad Request */
|
|
@@ -71575,7 +71944,7 @@ interface operations {
|
|
|
71575
71944
|
[name: string]: unknown;
|
|
71576
71945
|
};
|
|
71577
71946
|
content: {
|
|
71578
|
-
"application/json": components["schemas"]["
|
|
71947
|
+
"application/json": components["schemas"]["BrokerWithModules"];
|
|
71579
71948
|
};
|
|
71580
71949
|
};
|
|
71581
71950
|
/** @description Bad Request */
|
|
@@ -71737,7 +72106,7 @@ interface operations {
|
|
|
71737
72106
|
[name: string]: unknown;
|
|
71738
72107
|
};
|
|
71739
72108
|
content: {
|
|
71740
|
-
"application/json": components["schemas"]["
|
|
72109
|
+
"application/json": components["schemas"]["BrokerIntegrations"];
|
|
71741
72110
|
};
|
|
71742
72111
|
};
|
|
71743
72112
|
/** @description Bad Request */
|
|
@@ -78928,7 +79297,7 @@ interface operations {
|
|
|
78928
79297
|
[name: string]: unknown;
|
|
78929
79298
|
};
|
|
78930
79299
|
content: {
|
|
78931
|
-
"application/json": components["schemas"]["
|
|
79300
|
+
"application/json": components["schemas"]["RetrieveFlowResponse"];
|
|
78932
79301
|
};
|
|
78933
79302
|
};
|
|
78934
79303
|
/** @description Bad Request */
|
|
@@ -88353,7 +88722,7 @@ interface operations {
|
|
|
88353
88722
|
content: {
|
|
88354
88723
|
"application/json": {
|
|
88355
88724
|
/** Items */
|
|
88356
|
-
items: components["schemas"]["
|
|
88725
|
+
items: components["schemas"]["Theme"][];
|
|
88357
88726
|
/** Pagination */
|
|
88358
88727
|
pagination: {
|
|
88359
88728
|
/**
|
|
@@ -94469,7 +94838,7 @@ interface operations {
|
|
|
94469
94838
|
[name: string]: unknown;
|
|
94470
94839
|
};
|
|
94471
94840
|
content: {
|
|
94472
|
-
"application/json":
|
|
94841
|
+
"application/json": components["schemas"]["PolicyPackagesQueryModel"];
|
|
94473
94842
|
};
|
|
94474
94843
|
};
|
|
94475
94844
|
/** @description Bad Request */
|
|
@@ -102885,52 +103254,52 @@ type Middleware = Middleware$1;
|
|
|
102885
103254
|
type ClientType = ReturnType<typeof createClient<paths>>;
|
|
102886
103255
|
declare const wgApiClient: (options: ClientOptions) => ClientType;
|
|
102887
103256
|
|
|
102888
|
-
declare const routeName$
|
|
102889
|
-
type GetWeatherInfoQueryParams = paths[typeof routeName$
|
|
102890
|
-
type GetWeatherInfoResponse = paths[typeof routeName$
|
|
102891
|
-
type GetWeatherInfoProps = paths[typeof routeName$
|
|
103257
|
+
declare const routeName$6e = "/v1/api/weather/info";
|
|
103258
|
+
type GetWeatherInfoQueryParams = paths[typeof routeName$6e]['get']['parameters']['query'];
|
|
103259
|
+
type GetWeatherInfoResponse = paths[typeof routeName$6e]['get']['responses'][200]['content']['application/json'];
|
|
103260
|
+
type GetWeatherInfoProps = paths[typeof routeName$6e]['get']['parameters'];
|
|
102892
103261
|
declare const getWeatherInfo: (props: GetWeatherInfoProps, wgApiClient: ClientType) => Promise<GetWeatherInfoResponse>;
|
|
102893
103262
|
|
|
102894
|
-
declare const routeName$
|
|
102895
|
-
type SearchCitiesByCountryQueryParams = paths[typeof routeName$
|
|
102896
|
-
type SearchCitiesByCountryResponse = paths[typeof routeName$
|
|
102897
|
-
type SearchCitiesByCountryProps = paths[typeof routeName$
|
|
103263
|
+
declare const routeName$6d = "/v1/api/address/cities";
|
|
103264
|
+
type SearchCitiesByCountryQueryParams = paths[typeof routeName$6d]['get']['parameters']['query'];
|
|
103265
|
+
type SearchCitiesByCountryResponse = paths[typeof routeName$6d]['get']['responses'][200]['content']['application/json'];
|
|
103266
|
+
type SearchCitiesByCountryProps = paths[typeof routeName$6d]['get']['parameters'];
|
|
102898
103267
|
declare const searchCitiesByCountry: (props: SearchCitiesByCountryProps, wgApiClient: ClientType) => Promise<SearchCitiesByCountryResponse>;
|
|
102899
103268
|
|
|
102900
|
-
declare const routeName$
|
|
102901
|
-
type SeachStreetsByCityAndCountryQueryParams = paths[typeof routeName$
|
|
102902
|
-
type SeachStreetsByCityAndCountryResponse = paths[typeof routeName$
|
|
102903
|
-
type SeachStreetsByCityAndCountryProps = paths[typeof routeName$
|
|
103269
|
+
declare const routeName$6c = "/v1/api/address/streets";
|
|
103270
|
+
type SeachStreetsByCityAndCountryQueryParams = paths[typeof routeName$6c]['get']['parameters']['query'];
|
|
103271
|
+
type SeachStreetsByCityAndCountryResponse = paths[typeof routeName$6c]['get']['responses'][200]['content']['application/json'];
|
|
103272
|
+
type SeachStreetsByCityAndCountryProps = paths[typeof routeName$6c]['get']['parameters'];
|
|
102904
103273
|
declare const seachStreetsByCityAndCountry: (props: SeachStreetsByCityAndCountryProps, wgApiClient: ClientType) => Promise<SeachStreetsByCityAndCountryResponse>;
|
|
102905
103274
|
|
|
102906
|
-
declare const routeName$
|
|
102907
|
-
type SearchAddressesByCountryQueryParams = paths[typeof routeName$
|
|
102908
|
-
type SearchAddressesByCountryResponse = paths[typeof routeName$
|
|
102909
|
-
type SearchAddressesByCountryProps = paths[typeof routeName$
|
|
103275
|
+
declare const routeName$6b = "/v1/api/address/search";
|
|
103276
|
+
type SearchAddressesByCountryQueryParams = paths[typeof routeName$6b]['get']['parameters']['query'];
|
|
103277
|
+
type SearchAddressesByCountryResponse = paths[typeof routeName$6b]['get']['responses'][200]['content']['application/json'];
|
|
103278
|
+
type SearchAddressesByCountryProps = paths[typeof routeName$6b]['get']['parameters'];
|
|
102910
103279
|
declare const searchAddressesByCountry: (props: SearchAddressesByCountryProps, wgApiClient: ClientType) => Promise<SearchAddressesByCountryResponse>;
|
|
102911
103280
|
|
|
102912
|
-
declare const routeName$
|
|
102913
|
-
type GetAddressInfoQueryParams = paths[typeof routeName$
|
|
102914
|
-
type GetAddressInfoResponse = paths[typeof routeName$
|
|
102915
|
-
type GetAddressInfoProps = paths[typeof routeName$
|
|
103281
|
+
declare const routeName$6a = "/v1/api/address/info/premium";
|
|
103282
|
+
type GetAddressInfoQueryParams = paths[typeof routeName$6a]['get']['parameters']['query'];
|
|
103283
|
+
type GetAddressInfoResponse = paths[typeof routeName$6a]['get']['responses'][200]['content']['application/json'];
|
|
103284
|
+
type GetAddressInfoProps = paths[typeof routeName$6a]['get']['parameters'];
|
|
102916
103285
|
declare const getAddressInfo: (props: GetAddressInfoProps, wgApiClient: ClientType) => Promise<GetAddressInfoResponse>;
|
|
102917
103286
|
|
|
102918
|
-
declare const routeName$
|
|
102919
|
-
type GetAddressInfoFreemiumQueryParams = paths[typeof routeName$
|
|
102920
|
-
type GetAddressInfoFreemiumResponse = paths[typeof routeName$
|
|
102921
|
-
type GetAddressInfoFreemiumProps = paths[typeof routeName$
|
|
103287
|
+
declare const routeName$69 = "/v1/api/address/info/freemium";
|
|
103288
|
+
type GetAddressInfoFreemiumQueryParams = paths[typeof routeName$69]['get']['parameters']['query'];
|
|
103289
|
+
type GetAddressInfoFreemiumResponse = paths[typeof routeName$69]['get']['responses'][200]['content']['application/json'];
|
|
103290
|
+
type GetAddressInfoFreemiumProps = paths[typeof routeName$69]['get']['parameters'];
|
|
102922
103291
|
declare const getAddressInfoFreemium: (props: GetAddressInfoFreemiumProps, wgApiClient: ClientType) => Promise<GetAddressInfoFreemiumResponse>;
|
|
102923
103292
|
|
|
102924
|
-
declare const routeName$
|
|
102925
|
-
type GetAllAdvisoryReportsQueryParams = paths[typeof routeName$
|
|
102926
|
-
type GetAllAdvisoryReportsResponse = paths[typeof routeName$
|
|
102927
|
-
type GetAllAdvisoryReportsProps = paths[typeof routeName$
|
|
103293
|
+
declare const routeName$68 = "/v1/api/advisory-reports";
|
|
103294
|
+
type GetAllAdvisoryReportsQueryParams = paths[typeof routeName$68]['get']['parameters']['query'];
|
|
103295
|
+
type GetAllAdvisoryReportsResponse = paths[typeof routeName$68]['get']['responses'][200]['content']['application/json'];
|
|
103296
|
+
type GetAllAdvisoryReportsProps = paths[typeof routeName$68]['get']['parameters'];
|
|
102928
103297
|
declare const getAllAdvisoryReports: (props: GetAllAdvisoryReportsProps, wgApiClient: ClientType) => Promise<GetAllAdvisoryReportsResponse>;
|
|
102929
103298
|
|
|
102930
|
-
declare const routeName$
|
|
102931
|
-
type CreateAdvisoryReportBody = paths[typeof routeName$
|
|
102932
|
-
type CreateAdvisoryReportQueryParams = paths[typeof routeName$
|
|
102933
|
-
type CreateAdvisoryReportResponse = paths[typeof routeName$
|
|
103299
|
+
declare const routeName$67 = "/v1/api/advisory-reports";
|
|
103300
|
+
type CreateAdvisoryReportBody = paths[typeof routeName$67]['post']['requestBody']['content']['application/json'];
|
|
103301
|
+
type CreateAdvisoryReportQueryParams = paths[typeof routeName$67]['post']['parameters']['query'];
|
|
103302
|
+
type CreateAdvisoryReportResponse = paths[typeof routeName$67]['post']['responses'][201]['content']['application/json'];
|
|
102934
103303
|
interface CreateAdvisoryReportProps {
|
|
102935
103304
|
body: CreateAdvisoryReportBody;
|
|
102936
103305
|
params: {
|
|
@@ -102939,17 +103308,17 @@ interface CreateAdvisoryReportProps {
|
|
|
102939
103308
|
}
|
|
102940
103309
|
declare const createAdvisoryReport: (props: CreateAdvisoryReportProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportResponse>;
|
|
102941
103310
|
|
|
102942
|
-
declare const routeName$
|
|
102943
|
-
type GetAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
102944
|
-
type GetAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
102945
|
-
type GetAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
102946
|
-
type GetAdvisoryReportByIdProps = paths[typeof routeName$
|
|
103311
|
+
declare const routeName$66 = "/v1/api/advisory-reports/{report_id}";
|
|
103312
|
+
type GetAdvisoryReportByIdPathParams = paths[typeof routeName$66]['get']['parameters']['path'];
|
|
103313
|
+
type GetAdvisoryReportByIdQueryParams = paths[typeof routeName$66]['get']['parameters']['query'];
|
|
103314
|
+
type GetAdvisoryReportByIdResponse = paths[typeof routeName$66]['get']['responses'][200]['content']['application/json'];
|
|
103315
|
+
type GetAdvisoryReportByIdProps = paths[typeof routeName$66]['get']['parameters'];
|
|
102947
103316
|
declare const getAdvisoryReportById: (props: GetAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportByIdResponse>;
|
|
102948
103317
|
|
|
102949
|
-
declare const routeName$
|
|
102950
|
-
type DeleteAdvisoryReportRevisionPathParams = paths[typeof routeName$
|
|
102951
|
-
type DeleteAdvisoryReportRevisionQueryParams = paths[typeof routeName$
|
|
102952
|
-
type DeleteAdvisoryReportRevisionResponse = paths[typeof routeName$
|
|
103318
|
+
declare const routeName$65 = "/v1/api/advisory-reports/{report_id}";
|
|
103319
|
+
type DeleteAdvisoryReportRevisionPathParams = paths[typeof routeName$65]['delete']['parameters']['path'];
|
|
103320
|
+
type DeleteAdvisoryReportRevisionQueryParams = paths[typeof routeName$65]['delete']['parameters']['query'];
|
|
103321
|
+
type DeleteAdvisoryReportRevisionResponse = paths[typeof routeName$65]['delete']['responses'][200]['content']['application/json'];
|
|
102953
103322
|
interface DeleteAdvisoryReportRevisionProps {
|
|
102954
103323
|
params: {
|
|
102955
103324
|
query: DeleteAdvisoryReportRevisionQueryParams;
|
|
@@ -102958,11 +103327,11 @@ interface DeleteAdvisoryReportRevisionProps {
|
|
|
102958
103327
|
}
|
|
102959
103328
|
declare const deleteAdvisoryReportRevision: (props: DeleteAdvisoryReportRevisionProps, wgApiClient: ClientType) => Promise<DeleteAdvisoryReportRevisionResponse>;
|
|
102960
103329
|
|
|
102961
|
-
declare const routeName$
|
|
102962
|
-
type UpdateAdvisoryReportBody = paths[typeof routeName$
|
|
102963
|
-
type UpdateAdvisoryReportPathParams = paths[typeof routeName$
|
|
102964
|
-
type UpdateAdvisoryReportQueryParams = paths[typeof routeName$
|
|
102965
|
-
type UpdateAdvisoryReportResponse = paths[typeof routeName$
|
|
103330
|
+
declare const routeName$64 = "/v1/api/advisory-reports/{report_id}";
|
|
103331
|
+
type UpdateAdvisoryReportBody = paths[typeof routeName$64]['patch']['requestBody']['content']['application/json'];
|
|
103332
|
+
type UpdateAdvisoryReportPathParams = paths[typeof routeName$64]['patch']['parameters']['path'];
|
|
103333
|
+
type UpdateAdvisoryReportQueryParams = paths[typeof routeName$64]['patch']['parameters']['query'];
|
|
103334
|
+
type UpdateAdvisoryReportResponse = paths[typeof routeName$64]['patch']['responses'][200]['content']['application/json'];
|
|
102966
103335
|
interface UpdateAdvisoryReportProps {
|
|
102967
103336
|
body: UpdateAdvisoryReportBody;
|
|
102968
103337
|
params: {
|
|
@@ -102972,18 +103341,18 @@ interface UpdateAdvisoryReportProps {
|
|
|
102972
103341
|
}
|
|
102973
103342
|
declare const updateAdvisoryReport: (props: UpdateAdvisoryReportProps, wgApiClient: ClientType) => Promise<UpdateAdvisoryReportResponse>;
|
|
102974
103343
|
|
|
102975
|
-
declare const routeName$
|
|
102976
|
-
type GetEventsByAdvisoryReportIdPathParams = paths[typeof routeName$
|
|
102977
|
-
type GetEventsByAdvisoryReportIdQueryParams = paths[typeof routeName$
|
|
102978
|
-
type GetEventsByAdvisoryReportIdResponse = paths[typeof routeName$
|
|
102979
|
-
type GetEventsByAdvisoryReportIdProps = paths[typeof routeName$
|
|
103344
|
+
declare const routeName$63 = "/v1/api/advisory-reports/{report_id}/events";
|
|
103345
|
+
type GetEventsByAdvisoryReportIdPathParams = paths[typeof routeName$63]['get']['parameters']['path'];
|
|
103346
|
+
type GetEventsByAdvisoryReportIdQueryParams = paths[typeof routeName$63]['get']['parameters']['query'];
|
|
103347
|
+
type GetEventsByAdvisoryReportIdResponse = paths[typeof routeName$63]['get']['responses'][200]['content']['application/json'];
|
|
103348
|
+
type GetEventsByAdvisoryReportIdProps = paths[typeof routeName$63]['get']['parameters'];
|
|
102980
103349
|
declare const getEventsByAdvisoryReportId: (props: GetEventsByAdvisoryReportIdProps, wgApiClient: ClientType) => Promise<GetEventsByAdvisoryReportIdResponse>;
|
|
102981
103350
|
|
|
102982
|
-
declare const routeName$
|
|
102983
|
-
type SendAdvisoryReportAsMailBody = paths[typeof routeName$
|
|
102984
|
-
type SendAdvisoryReportAsMailPathParams = paths[typeof routeName$
|
|
102985
|
-
type SendAdvisoryReportAsMailQueryParams = paths[typeof routeName$
|
|
102986
|
-
type SendAdvisoryReportAsMailResponse = paths[typeof routeName$
|
|
103351
|
+
declare const routeName$62 = "/v1/api/advisory-reports/{report_id}/email-inquiries";
|
|
103352
|
+
type SendAdvisoryReportAsMailBody = paths[typeof routeName$62]['post']['requestBody']['content']['application/json'];
|
|
103353
|
+
type SendAdvisoryReportAsMailPathParams = paths[typeof routeName$62]['post']['parameters']['path'];
|
|
103354
|
+
type SendAdvisoryReportAsMailQueryParams = paths[typeof routeName$62]['post']['parameters']['query'];
|
|
103355
|
+
type SendAdvisoryReportAsMailResponse = paths[typeof routeName$62]['post']['responses'][201]['content']['application/json'];
|
|
102987
103356
|
interface SendAdvisoryReportAsMailProps {
|
|
102988
103357
|
body: SendAdvisoryReportAsMailBody;
|
|
102989
103358
|
params: {
|
|
@@ -102993,10 +103362,10 @@ interface SendAdvisoryReportAsMailProps {
|
|
|
102993
103362
|
}
|
|
102994
103363
|
declare const sendAdvisoryReportAsMail: (props: SendAdvisoryReportAsMailProps, wgApiClient: ClientType) => Promise<SendAdvisoryReportAsMailResponse>;
|
|
102995
103364
|
|
|
102996
|
-
declare const routeName$
|
|
102997
|
-
type GenerateDocxDocumentOfAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
102998
|
-
type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
102999
|
-
type GenerateDocxDocumentOfAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
103365
|
+
declare const routeName$61 = "/v1/api/advisory-reports/{report_id}/docx";
|
|
103366
|
+
type GenerateDocxDocumentOfAdvisoryReportByIdPathParams = paths[typeof routeName$61]['post']['parameters']['path'];
|
|
103367
|
+
type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams = paths[typeof routeName$61]['post']['parameters']['query'];
|
|
103368
|
+
type GenerateDocxDocumentOfAdvisoryReportByIdResponse = paths[typeof routeName$61]['post']['responses'][200]['content']['application/json'];
|
|
103000
103369
|
interface GenerateDocxDocumentOfAdvisoryReportByIdProps {
|
|
103001
103370
|
params: {
|
|
103002
103371
|
query: GenerateDocxDocumentOfAdvisoryReportByIdQueryParams;
|
|
@@ -103005,17 +103374,17 @@ interface GenerateDocxDocumentOfAdvisoryReportByIdProps {
|
|
|
103005
103374
|
}
|
|
103006
103375
|
declare const generateDocxDocumentOfAdvisoryReportById: (props: GenerateDocxDocumentOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GenerateDocxDocumentOfAdvisoryReportByIdResponse>;
|
|
103007
103376
|
|
|
103008
|
-
declare const routeName$
|
|
103009
|
-
type GetPdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
103010
|
-
type GetPdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
103011
|
-
type GetPdfOfAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
103012
|
-
type GetPdfOfAdvisoryReportByIdProps = paths[typeof routeName$
|
|
103377
|
+
declare const routeName$60 = "/v1/api/advisory-reports/{report_id}/pdf";
|
|
103378
|
+
type GetPdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$60]['get']['parameters']['path'];
|
|
103379
|
+
type GetPdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$60]['get']['parameters']['query'];
|
|
103380
|
+
type GetPdfOfAdvisoryReportByIdResponse = paths[typeof routeName$60]['get']['responses'][307]['content']['application/json'];
|
|
103381
|
+
type GetPdfOfAdvisoryReportByIdProps = paths[typeof routeName$60]['get']['parameters'];
|
|
103013
103382
|
declare const getPdfOfAdvisoryReportById: (props: GetPdfOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GetPdfOfAdvisoryReportByIdResponse>;
|
|
103014
103383
|
|
|
103015
|
-
declare const routeName$
|
|
103016
|
-
type GeneratePdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
103017
|
-
type GeneratePdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
103018
|
-
type GeneratePdfOfAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
103384
|
+
declare const routeName$5$ = "/v1/api/advisory-reports/{report_id}/pdf";
|
|
103385
|
+
type GeneratePdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$5$]['post']['parameters']['path'];
|
|
103386
|
+
type GeneratePdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$5$]['post']['parameters']['query'];
|
|
103387
|
+
type GeneratePdfOfAdvisoryReportByIdResponse = paths[typeof routeName$5$]['post']['responses'][200]['content']['application/json'];
|
|
103019
103388
|
interface GeneratePdfOfAdvisoryReportByIdProps {
|
|
103020
103389
|
params: {
|
|
103021
103390
|
query: GeneratePdfOfAdvisoryReportByIdQueryParams;
|
|
@@ -103024,10 +103393,10 @@ interface GeneratePdfOfAdvisoryReportByIdProps {
|
|
|
103024
103393
|
}
|
|
103025
103394
|
declare const generatePdfOfAdvisoryReportById: (props: GeneratePdfOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GeneratePdfOfAdvisoryReportByIdResponse>;
|
|
103026
103395
|
|
|
103027
|
-
declare const routeName$
|
|
103028
|
-
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody = paths[typeof routeName$
|
|
103029
|
-
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams = paths[typeof routeName$
|
|
103030
|
-
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse = paths[typeof routeName$
|
|
103396
|
+
declare const routeName$5_ = "/v1/api/advisory-report-front-page-pdf";
|
|
103397
|
+
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody = paths[typeof routeName$5_]['post']['requestBody']['content']['application/json'];
|
|
103398
|
+
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams = paths[typeof routeName$5_]['post']['parameters']['query'];
|
|
103399
|
+
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse = paths[typeof routeName$5_]['post']['responses'][201]['content']['application/json'];
|
|
103031
103400
|
interface GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps {
|
|
103032
103401
|
body: GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody;
|
|
103033
103402
|
params: {
|
|
@@ -103036,11 +103405,11 @@ interface GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps {
|
|
|
103036
103405
|
}
|
|
103037
103406
|
declare const generateStandaloneFrontPagePdfOfAdvisoryReportAsExample: (props: GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps, wgApiClient: ClientType) => Promise<GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse>;
|
|
103038
103407
|
|
|
103039
|
-
declare const routeName$
|
|
103040
|
-
type AcceptOrRejectAnAdvisoryReportBody = paths[typeof routeName$
|
|
103041
|
-
type AcceptOrRejectAnAdvisoryReportPathParams = paths[typeof routeName$
|
|
103042
|
-
type AcceptOrRejectAnAdvisoryReportQueryParams = paths[typeof routeName$
|
|
103043
|
-
type AcceptOrRejectAnAdvisoryReportResponse = paths[typeof routeName$
|
|
103408
|
+
declare const routeName$5Z = "/v1/api/advisory-reports/{report_id}/acceptances";
|
|
103409
|
+
type AcceptOrRejectAnAdvisoryReportBody = paths[typeof routeName$5Z]['post']['requestBody']['content']['application/json'];
|
|
103410
|
+
type AcceptOrRejectAnAdvisoryReportPathParams = paths[typeof routeName$5Z]['post']['parameters']['path'];
|
|
103411
|
+
type AcceptOrRejectAnAdvisoryReportQueryParams = paths[typeof routeName$5Z]['post']['parameters']['query'];
|
|
103412
|
+
type AcceptOrRejectAnAdvisoryReportResponse = paths[typeof routeName$5Z]['post']['responses'][200]['content']['application/json'];
|
|
103044
103413
|
interface AcceptOrRejectAnAdvisoryReportProps {
|
|
103045
103414
|
body: AcceptOrRejectAnAdvisoryReportBody;
|
|
103046
103415
|
params: {
|
|
@@ -103050,11 +103419,11 @@ interface AcceptOrRejectAnAdvisoryReportProps {
|
|
|
103050
103419
|
}
|
|
103051
103420
|
declare const acceptOrRejectAnAdvisoryReport: (props: AcceptOrRejectAnAdvisoryReportProps, wgApiClient: ClientType) => Promise<AcceptOrRejectAnAdvisoryReportResponse>;
|
|
103052
103421
|
|
|
103053
|
-
declare const routeName$
|
|
103054
|
-
type LinkConversationToAdvisoryReportBody = paths[typeof routeName$
|
|
103055
|
-
type LinkConversationToAdvisoryReportPathParams = paths[typeof routeName$
|
|
103056
|
-
type LinkConversationToAdvisoryReportQueryParams = paths[typeof routeName$
|
|
103057
|
-
type LinkConversationToAdvisoryReportResponse = paths[typeof routeName$
|
|
103422
|
+
declare const routeName$5Y = "/v1/api/advisory-reports/{report_id}/conversations";
|
|
103423
|
+
type LinkConversationToAdvisoryReportBody = paths[typeof routeName$5Y]['post']['requestBody']['content']['application/json'];
|
|
103424
|
+
type LinkConversationToAdvisoryReportPathParams = paths[typeof routeName$5Y]['post']['parameters']['path'];
|
|
103425
|
+
type LinkConversationToAdvisoryReportQueryParams = paths[typeof routeName$5Y]['post']['parameters']['query'];
|
|
103426
|
+
type LinkConversationToAdvisoryReportResponse = paths[typeof routeName$5Y]['post']['responses'][201]['content']['application/json'];
|
|
103058
103427
|
interface LinkConversationToAdvisoryReportProps {
|
|
103059
103428
|
body: LinkConversationToAdvisoryReportBody;
|
|
103060
103429
|
params: {
|
|
@@ -103064,11 +103433,11 @@ interface LinkConversationToAdvisoryReportProps {
|
|
|
103064
103433
|
}
|
|
103065
103434
|
declare const linkConversationToAdvisoryReport: (props: LinkConversationToAdvisoryReportProps, wgApiClient: ClientType) => Promise<LinkConversationToAdvisoryReportResponse>;
|
|
103066
103435
|
|
|
103067
|
-
declare const routeName$
|
|
103068
|
-
type CreateAdvisoryReportRevisionV2Body = paths[typeof routeName$
|
|
103069
|
-
type CreateAdvisoryReportRevisionV2PathParams = paths[typeof routeName$
|
|
103070
|
-
type CreateAdvisoryReportRevisionV2QueryParams = paths[typeof routeName$
|
|
103071
|
-
type CreateAdvisoryReportRevisionV2Response = paths[typeof routeName$
|
|
103436
|
+
declare const routeName$5X = "/v2/api/advisory-reports/{report_id}/revisions";
|
|
103437
|
+
type CreateAdvisoryReportRevisionV2Body = paths[typeof routeName$5X]['post']['requestBody']['content']['application/json'];
|
|
103438
|
+
type CreateAdvisoryReportRevisionV2PathParams = paths[typeof routeName$5X]['post']['parameters']['path'];
|
|
103439
|
+
type CreateAdvisoryReportRevisionV2QueryParams = paths[typeof routeName$5X]['post']['parameters']['query'];
|
|
103440
|
+
type CreateAdvisoryReportRevisionV2Response = paths[typeof routeName$5X]['post']['responses'][201]['content']['application/json'];
|
|
103072
103441
|
interface CreateAdvisoryReportRevisionV2Props {
|
|
103073
103442
|
body: CreateAdvisoryReportRevisionV2Body;
|
|
103074
103443
|
params: {
|
|
@@ -103078,11 +103447,11 @@ interface CreateAdvisoryReportRevisionV2Props {
|
|
|
103078
103447
|
}
|
|
103079
103448
|
declare const createAdvisoryReportRevisionV2: (props: CreateAdvisoryReportRevisionV2Props, wgApiClient: ClientType) => Promise<CreateAdvisoryReportRevisionV2Response>;
|
|
103080
103449
|
|
|
103081
|
-
declare const routeName$
|
|
103082
|
-
type CreateAdvisoryReportRevisionBody = paths[typeof routeName$
|
|
103083
|
-
type CreateAdvisoryReportRevisionPathParams = paths[typeof routeName$
|
|
103084
|
-
type CreateAdvisoryReportRevisionQueryParams = paths[typeof routeName$
|
|
103085
|
-
type CreateAdvisoryReportRevisionResponse = paths[typeof routeName$
|
|
103450
|
+
declare const routeName$5W = "/v1/api/advisory-reports/{report_id}/revisions";
|
|
103451
|
+
type CreateAdvisoryReportRevisionBody = paths[typeof routeName$5W]['post']['requestBody']['content']['application/json'];
|
|
103452
|
+
type CreateAdvisoryReportRevisionPathParams = paths[typeof routeName$5W]['post']['parameters']['path'];
|
|
103453
|
+
type CreateAdvisoryReportRevisionQueryParams = paths[typeof routeName$5W]['post']['parameters']['query'];
|
|
103454
|
+
type CreateAdvisoryReportRevisionResponse = paths[typeof routeName$5W]['post']['responses'][201]['content']['application/json'];
|
|
103086
103455
|
interface CreateAdvisoryReportRevisionProps {
|
|
103087
103456
|
body: CreateAdvisoryReportRevisionBody;
|
|
103088
103457
|
params: {
|
|
@@ -103092,10 +103461,10 @@ interface CreateAdvisoryReportRevisionProps {
|
|
|
103092
103461
|
}
|
|
103093
103462
|
declare const createAdvisoryReportRevision: (props: CreateAdvisoryReportRevisionProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportRevisionResponse>;
|
|
103094
103463
|
|
|
103095
|
-
declare const routeName$
|
|
103096
|
-
type DeleteAdvisoryReportPathParams = paths[typeof routeName$
|
|
103097
|
-
type DeleteAdvisoryReportQueryParams = paths[typeof routeName$
|
|
103098
|
-
type DeleteAdvisoryReportResponse = paths[typeof routeName$
|
|
103464
|
+
declare const routeName$5V = "/v2/api/advisory-reports/{report_id}";
|
|
103465
|
+
type DeleteAdvisoryReportPathParams = paths[typeof routeName$5V]['delete']['parameters']['path'];
|
|
103466
|
+
type DeleteAdvisoryReportQueryParams = paths[typeof routeName$5V]['delete']['parameters']['query'];
|
|
103467
|
+
type DeleteAdvisoryReportResponse = paths[typeof routeName$5V]['delete']['responses'][200]['content']['application/json'];
|
|
103099
103468
|
interface DeleteAdvisoryReportProps {
|
|
103100
103469
|
params: {
|
|
103101
103470
|
query: DeleteAdvisoryReportQueryParams;
|
|
@@ -103104,11 +103473,11 @@ interface DeleteAdvisoryReportProps {
|
|
|
103104
103473
|
}
|
|
103105
103474
|
declare const deleteAdvisoryReport: (props: DeleteAdvisoryReportProps, wgApiClient: ClientType) => Promise<DeleteAdvisoryReportResponse>;
|
|
103106
103475
|
|
|
103107
|
-
declare const routeName$
|
|
103108
|
-
type PutClausesForReportBody = paths[typeof routeName$
|
|
103109
|
-
type PutClausesForReportPathParams = paths[typeof routeName$
|
|
103110
|
-
type PutClausesForReportQueryParams = paths[typeof routeName$
|
|
103111
|
-
type PutClausesForReportResponse = paths[typeof routeName$
|
|
103476
|
+
declare const routeName$5U = "/v1/api/advisory-reports/{report_id}/clauses";
|
|
103477
|
+
type PutClausesForReportBody = paths[typeof routeName$5U]['put']['requestBody']['content']['application/json'];
|
|
103478
|
+
type PutClausesForReportPathParams = paths[typeof routeName$5U]['put']['parameters']['path'];
|
|
103479
|
+
type PutClausesForReportQueryParams = paths[typeof routeName$5U]['put']['parameters']['query'];
|
|
103480
|
+
type PutClausesForReportResponse = paths[typeof routeName$5U]['put']['responses'][200]['content']['application/json'];
|
|
103112
103481
|
interface PutClausesForReportProps {
|
|
103113
103482
|
body: PutClausesForReportBody;
|
|
103114
103483
|
params: {
|
|
@@ -103118,18 +103487,18 @@ interface PutClausesForReportProps {
|
|
|
103118
103487
|
}
|
|
103119
103488
|
declare const putClausesForReport: (props: PutClausesForReportProps, wgApiClient: ClientType) => Promise<PutClausesForReportResponse>;
|
|
103120
103489
|
|
|
103121
|
-
declare const routeName$
|
|
103122
|
-
type GetStepSettingsByAdvisoryReportIdPathParams = paths[typeof routeName$
|
|
103123
|
-
type GetStepSettingsByAdvisoryReportIdQueryParams = paths[typeof routeName$
|
|
103124
|
-
type GetStepSettingsByAdvisoryReportIdResponse = paths[typeof routeName$
|
|
103125
|
-
type GetStepSettingsByAdvisoryReportIdProps = paths[typeof routeName$
|
|
103490
|
+
declare const routeName$5T = "/v1/api/advisory-reports/{report_id}/settings/steps";
|
|
103491
|
+
type GetStepSettingsByAdvisoryReportIdPathParams = paths[typeof routeName$5T]['get']['parameters']['path'];
|
|
103492
|
+
type GetStepSettingsByAdvisoryReportIdQueryParams = paths[typeof routeName$5T]['get']['parameters']['query'];
|
|
103493
|
+
type GetStepSettingsByAdvisoryReportIdResponse = paths[typeof routeName$5T]['get']['responses'][200]['content']['application/json'];
|
|
103494
|
+
type GetStepSettingsByAdvisoryReportIdProps = paths[typeof routeName$5T]['get']['parameters'];
|
|
103126
103495
|
declare const getStepSettingsByAdvisoryReportId: (props: GetStepSettingsByAdvisoryReportIdProps, wgApiClient: ClientType) => Promise<GetStepSettingsByAdvisoryReportIdResponse>;
|
|
103127
103496
|
|
|
103128
|
-
declare const routeName$
|
|
103129
|
-
type CreateAdvisoryReportStepSettingsBody = paths[typeof routeName$
|
|
103130
|
-
type CreateAdvisoryReportStepSettingsPathParams = paths[typeof routeName$
|
|
103131
|
-
type CreateAdvisoryReportStepSettingsQueryParams = paths[typeof routeName$
|
|
103132
|
-
type CreateAdvisoryReportStepSettingsResponse = paths[typeof routeName$
|
|
103497
|
+
declare const routeName$5S = "/v1/api/advisory-reports/{report_id}/settings/steps";
|
|
103498
|
+
type CreateAdvisoryReportStepSettingsBody = paths[typeof routeName$5S]['put']['requestBody']['content']['application/json'];
|
|
103499
|
+
type CreateAdvisoryReportStepSettingsPathParams = paths[typeof routeName$5S]['put']['parameters']['path'];
|
|
103500
|
+
type CreateAdvisoryReportStepSettingsQueryParams = paths[typeof routeName$5S]['put']['parameters']['query'];
|
|
103501
|
+
type CreateAdvisoryReportStepSettingsResponse = paths[typeof routeName$5S]['put']['responses'][200]['content']['application/json'];
|
|
103133
103502
|
interface CreateAdvisoryReportStepSettingsProps {
|
|
103134
103503
|
body: CreateAdvisoryReportStepSettingsBody;
|
|
103135
103504
|
params: {
|
|
@@ -103139,11 +103508,11 @@ interface CreateAdvisoryReportStepSettingsProps {
|
|
|
103139
103508
|
}
|
|
103140
103509
|
declare const createAdvisoryReportStepSettings: (props: CreateAdvisoryReportStepSettingsProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportStepSettingsResponse>;
|
|
103141
103510
|
|
|
103142
|
-
declare const routeName$
|
|
103143
|
-
type CreateRiskDomainForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
103144
|
-
type CreateRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
103145
|
-
type CreateRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
103146
|
-
type CreateRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
103511
|
+
declare const routeName$5R = "/v1/api/advisory-reports/{report_id}/risk-domains";
|
|
103512
|
+
type CreateRiskDomainForAdvisoryReportByIdBody = paths[typeof routeName$5R]['post']['requestBody']['content']['application/json'];
|
|
103513
|
+
type CreateRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$5R]['post']['parameters']['path'];
|
|
103514
|
+
type CreateRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$5R]['post']['parameters']['query'];
|
|
103515
|
+
type CreateRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$5R]['post']['responses'][201]['content']['application/json'];
|
|
103147
103516
|
interface CreateRiskDomainForAdvisoryReportByIdProps {
|
|
103148
103517
|
body: CreateRiskDomainForAdvisoryReportByIdBody;
|
|
103149
103518
|
params: {
|
|
@@ -103153,10 +103522,10 @@ interface CreateRiskDomainForAdvisoryReportByIdProps {
|
|
|
103153
103522
|
}
|
|
103154
103523
|
declare const createRiskDomainForAdvisoryReportById: (props: CreateRiskDomainForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainForAdvisoryReportByIdResponse>;
|
|
103155
103524
|
|
|
103156
|
-
declare const routeName$
|
|
103157
|
-
type DeleteRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
103158
|
-
type DeleteRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
103159
|
-
type DeleteRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
103525
|
+
declare const routeName$5Q = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}";
|
|
103526
|
+
type DeleteRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$5Q]['delete']['parameters']['path'];
|
|
103527
|
+
type DeleteRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$5Q]['delete']['parameters']['query'];
|
|
103528
|
+
type DeleteRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$5Q]['delete']['responses'][200]['content']['application/json'];
|
|
103160
103529
|
interface DeleteRiskDomainForAdvisoryReportByIdProps {
|
|
103161
103530
|
params: {
|
|
103162
103531
|
query: DeleteRiskDomainForAdvisoryReportByIdQueryParams;
|
|
@@ -103165,11 +103534,11 @@ interface DeleteRiskDomainForAdvisoryReportByIdProps {
|
|
|
103165
103534
|
}
|
|
103166
103535
|
declare const deleteRiskDomainForAdvisoryReportById: (props: DeleteRiskDomainForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainForAdvisoryReportByIdResponse>;
|
|
103167
103536
|
|
|
103168
|
-
declare const routeName$
|
|
103169
|
-
type CreateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
103170
|
-
type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
103171
|
-
type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
103172
|
-
type CreateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
103537
|
+
declare const routeName$5P = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice";
|
|
103538
|
+
type CreateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$5P]['post']['requestBody']['content']['application/json'];
|
|
103539
|
+
type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$5P]['post']['parameters']['path'];
|
|
103540
|
+
type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$5P]['post']['parameters']['query'];
|
|
103541
|
+
type CreateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$5P]['post']['responses'][201]['content']['application/json'];
|
|
103173
103542
|
interface CreateRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
103174
103543
|
body: CreateRiskDomainAdviceForAdvisoryReportByIdBody;
|
|
103175
103544
|
params: {
|
|
@@ -103179,10 +103548,10 @@ interface CreateRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
|
103179
103548
|
}
|
|
103180
103549
|
declare const createRiskDomainAdviceForAdvisoryReportById: (props: CreateRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainAdviceForAdvisoryReportByIdResponse>;
|
|
103181
103550
|
|
|
103182
|
-
declare const routeName$
|
|
103183
|
-
type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
103184
|
-
type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
103185
|
-
type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
103551
|
+
declare const routeName$5O = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
|
|
103552
|
+
type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$5O]['delete']['parameters']['path'];
|
|
103553
|
+
type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$5O]['delete']['parameters']['query'];
|
|
103554
|
+
type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$5O]['delete']['responses'][200]['content']['application/json'];
|
|
103186
103555
|
interface DeleteRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
103187
103556
|
params: {
|
|
103188
103557
|
query: DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams;
|
|
@@ -103191,11 +103560,11 @@ interface DeleteRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
|
103191
103560
|
}
|
|
103192
103561
|
declare const deleteRiskDomainAdviceForAdvisoryReportById: (props: DeleteRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainAdviceForAdvisoryReportByIdResponse>;
|
|
103193
103562
|
|
|
103194
|
-
declare const routeName$
|
|
103195
|
-
type UpdateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
103196
|
-
type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
103197
|
-
type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
103198
|
-
type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
103563
|
+
declare const routeName$5N = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
|
|
103564
|
+
type UpdateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$5N]['patch']['requestBody']['content']['application/json'];
|
|
103565
|
+
type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$5N]['patch']['parameters']['path'];
|
|
103566
|
+
type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$5N]['patch']['parameters']['query'];
|
|
103567
|
+
type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$5N]['patch']['responses'][201]['content']['application/json'];
|
|
103199
103568
|
interface UpdateRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
103200
103569
|
body: UpdateRiskDomainAdviceForAdvisoryReportByIdBody;
|
|
103201
103570
|
params: {
|
|
@@ -103205,11 +103574,11 @@ interface UpdateRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
|
103205
103574
|
}
|
|
103206
103575
|
declare const updateRiskDomainAdviceForAdvisoryReportById: (props: UpdateRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainAdviceForAdvisoryReportByIdResponse>;
|
|
103207
103576
|
|
|
103208
|
-
declare const routeName$
|
|
103209
|
-
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
103210
|
-
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
103211
|
-
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
103212
|
-
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
103577
|
+
declare const routeName$5M = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}/actions";
|
|
103578
|
+
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody = paths[typeof routeName$5M]['put']['requestBody']['content']['application/json'];
|
|
103579
|
+
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$5M]['put']['parameters']['path'];
|
|
103580
|
+
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$5M]['put']['parameters']['query'];
|
|
103581
|
+
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$5M]['put']['responses'][201]['content']['application/json'];
|
|
103213
103582
|
interface CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps {
|
|
103214
103583
|
body: CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody;
|
|
103215
103584
|
params: {
|
|
@@ -103219,11 +103588,11 @@ interface CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps {
|
|
|
103219
103588
|
}
|
|
103220
103589
|
declare const createRiskDomainActionFromAdviceForAdvisoryReportById: (props: CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse>;
|
|
103221
103590
|
|
|
103222
|
-
declare const routeName$
|
|
103223
|
-
type CreateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
103224
|
-
type CreateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
103225
|
-
type CreateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
103226
|
-
type CreateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
103591
|
+
declare const routeName$5L = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions";
|
|
103592
|
+
type CreateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$5L]['post']['requestBody']['content']['application/json'];
|
|
103593
|
+
type CreateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$5L]['post']['parameters']['path'];
|
|
103594
|
+
type CreateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$5L]['post']['parameters']['query'];
|
|
103595
|
+
type CreateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$5L]['post']['responses'][201]['content']['application/json'];
|
|
103227
103596
|
interface CreateRiskDomainActionForAdvisoryReportByIdProps {
|
|
103228
103597
|
body: CreateRiskDomainActionForAdvisoryReportByIdBody;
|
|
103229
103598
|
params: {
|
|
@@ -103233,10 +103602,10 @@ interface CreateRiskDomainActionForAdvisoryReportByIdProps {
|
|
|
103233
103602
|
}
|
|
103234
103603
|
declare const createRiskDomainActionForAdvisoryReportById: (props: CreateRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainActionForAdvisoryReportByIdResponse>;
|
|
103235
103604
|
|
|
103236
|
-
declare const routeName$
|
|
103237
|
-
type DeleteRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
103238
|
-
type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
103239
|
-
type DeleteRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
103605
|
+
declare const routeName$5K = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
|
|
103606
|
+
type DeleteRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$5K]['delete']['parameters']['path'];
|
|
103607
|
+
type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$5K]['delete']['parameters']['query'];
|
|
103608
|
+
type DeleteRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$5K]['delete']['responses'][200]['content']['application/json'];
|
|
103240
103609
|
interface DeleteRiskDomainActionForAdvisoryReportByIdProps {
|
|
103241
103610
|
params: {
|
|
103242
103611
|
query: DeleteRiskDomainActionForAdvisoryReportByIdQueryParams;
|
|
@@ -103245,11 +103614,11 @@ interface DeleteRiskDomainActionForAdvisoryReportByIdProps {
|
|
|
103245
103614
|
}
|
|
103246
103615
|
declare const deleteRiskDomainActionForAdvisoryReportById: (props: DeleteRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainActionForAdvisoryReportByIdResponse>;
|
|
103247
103616
|
|
|
103248
|
-
declare const routeName$
|
|
103249
|
-
type UpdateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
103250
|
-
type UpdateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
103251
|
-
type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
103252
|
-
type UpdateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
103617
|
+
declare const routeName$5J = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
|
|
103618
|
+
type UpdateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$5J]['patch']['requestBody']['content']['application/json'];
|
|
103619
|
+
type UpdateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$5J]['patch']['parameters']['path'];
|
|
103620
|
+
type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$5J]['patch']['parameters']['query'];
|
|
103621
|
+
type UpdateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$5J]['patch']['responses'][200]['content']['application/json'];
|
|
103253
103622
|
interface UpdateRiskDomainActionForAdvisoryReportByIdProps {
|
|
103254
103623
|
body: UpdateRiskDomainActionForAdvisoryReportByIdBody;
|
|
103255
103624
|
params: {
|
|
@@ -103259,11 +103628,11 @@ interface UpdateRiskDomainActionForAdvisoryReportByIdProps {
|
|
|
103259
103628
|
}
|
|
103260
103629
|
declare const updateRiskDomainActionForAdvisoryReportById: (props: UpdateRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainActionForAdvisoryReportByIdResponse>;
|
|
103261
103630
|
|
|
103262
|
-
declare const routeName$
|
|
103263
|
-
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
103264
|
-
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
103265
|
-
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
103266
|
-
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
103631
|
+
declare const routeName$5I = "/v1/api/advisory-reports/{report_id}/insurance-policies";
|
|
103632
|
+
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody = paths[typeof routeName$5I]['put']['requestBody']['content']['application/json'];
|
|
103633
|
+
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$5I]['put']['parameters']['path'];
|
|
103634
|
+
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$5I]['put']['parameters']['query'];
|
|
103635
|
+
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$5I]['put']['responses'][200]['content']['application/json'];
|
|
103267
103636
|
interface CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps {
|
|
103268
103637
|
body: CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody;
|
|
103269
103638
|
params: {
|
|
@@ -103273,10 +103642,10 @@ interface CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps {
|
|
|
103273
103642
|
}
|
|
103274
103643
|
declare const createOrReplaceInsurancePolicyForAdvisoryReportById: (props: CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse>;
|
|
103275
103644
|
|
|
103276
|
-
declare const routeName$
|
|
103277
|
-
type DeleteInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
103278
|
-
type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
103279
|
-
type DeleteInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
103645
|
+
declare const routeName$5H = "/v1/api/advisory-reports/{report_id}/insurance-policies/{insurance_policy_id}";
|
|
103646
|
+
type DeleteInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$5H]['delete']['parameters']['path'];
|
|
103647
|
+
type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$5H]['delete']['parameters']['query'];
|
|
103648
|
+
type DeleteInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$5H]['delete']['responses'][200]['content']['application/json'];
|
|
103280
103649
|
interface DeleteInsurancePolicyForAdvisoryReportByIdProps {
|
|
103281
103650
|
params: {
|
|
103282
103651
|
query: DeleteInsurancePolicyForAdvisoryReportByIdQueryParams;
|
|
@@ -103285,11 +103654,11 @@ interface DeleteInsurancePolicyForAdvisoryReportByIdProps {
|
|
|
103285
103654
|
}
|
|
103286
103655
|
declare const deleteInsurancePolicyForAdvisoryReportById: (props: DeleteInsurancePolicyForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteInsurancePolicyForAdvisoryReportByIdResponse>;
|
|
103287
103656
|
|
|
103288
|
-
declare const routeName$
|
|
103289
|
-
type OrderInsurancePolciesOfAdvisoryReportBody = paths[typeof routeName$
|
|
103290
|
-
type OrderInsurancePolciesOfAdvisoryReportPathParams = paths[typeof routeName$
|
|
103291
|
-
type OrderInsurancePolciesOfAdvisoryReportQueryParams = paths[typeof routeName$
|
|
103292
|
-
type OrderInsurancePolciesOfAdvisoryReportResponse = paths[typeof routeName$
|
|
103657
|
+
declare const routeName$5G = "/v1/api/advisory-reports/{report_id}/insurance-policies/order";
|
|
103658
|
+
type OrderInsurancePolciesOfAdvisoryReportBody = paths[typeof routeName$5G]['put']['requestBody']['content']['application/json'];
|
|
103659
|
+
type OrderInsurancePolciesOfAdvisoryReportPathParams = paths[typeof routeName$5G]['put']['parameters']['path'];
|
|
103660
|
+
type OrderInsurancePolciesOfAdvisoryReportQueryParams = paths[typeof routeName$5G]['put']['parameters']['query'];
|
|
103661
|
+
type OrderInsurancePolciesOfAdvisoryReportResponse = paths[typeof routeName$5G]['put']['responses'][200]['content']['application/json'];
|
|
103293
103662
|
interface OrderInsurancePolciesOfAdvisoryReportProps {
|
|
103294
103663
|
body: OrderInsurancePolciesOfAdvisoryReportBody;
|
|
103295
103664
|
params: {
|
|
@@ -103299,11 +103668,11 @@ interface OrderInsurancePolciesOfAdvisoryReportProps {
|
|
|
103299
103668
|
}
|
|
103300
103669
|
declare const orderInsurancePolciesOfAdvisoryReport: (props: OrderInsurancePolciesOfAdvisoryReportProps, wgApiClient: ClientType) => Promise<OrderInsurancePolciesOfAdvisoryReportResponse>;
|
|
103301
103670
|
|
|
103302
|
-
declare const routeName$
|
|
103303
|
-
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
103304
|
-
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
103305
|
-
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
103306
|
-
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
103671
|
+
declare const routeName$5F = "/v1/api/advisory-reports/{report_id}/policy-packages";
|
|
103672
|
+
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody = paths[typeof routeName$5F]['put']['requestBody']['content']['application/json'];
|
|
103673
|
+
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams = paths[typeof routeName$5F]['put']['parameters']['path'];
|
|
103674
|
+
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams = paths[typeof routeName$5F]['put']['parameters']['query'];
|
|
103675
|
+
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse = paths[typeof routeName$5F]['put']['responses'][200]['content']['application/json'];
|
|
103307
103676
|
interface CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps {
|
|
103308
103677
|
body: CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody;
|
|
103309
103678
|
params: {
|
|
@@ -103313,45 +103682,45 @@ interface CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps {
|
|
|
103313
103682
|
}
|
|
103314
103683
|
declare const createOrReplacePolicyPackagesForAdvisoryReportById: (props: CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse>;
|
|
103315
103684
|
|
|
103316
|
-
declare const routeName$
|
|
103317
|
-
type GetAllAvailableAffiliationsResponse = paths[typeof routeName$
|
|
103685
|
+
declare const routeName$5E = "/v1/api/affiliations";
|
|
103686
|
+
type GetAllAvailableAffiliationsResponse = paths[typeof routeName$5E]['get']['responses'][200]['content']['application/json'];
|
|
103318
103687
|
declare const getAllAvailableAffiliations: (wgApiClient: ClientType) => Promise<GetAllAvailableAffiliationsResponse>;
|
|
103319
103688
|
|
|
103320
|
-
declare const routeName$
|
|
103321
|
-
type GetAnvaLabelsQueryParams = paths[typeof routeName$
|
|
103322
|
-
type GetAnvaLabelsResponse = paths[typeof routeName$
|
|
103323
|
-
type GetAnvaLabelsProps = paths[typeof routeName$
|
|
103689
|
+
declare const routeName$5D = "/v1/api/anvaflows/labels";
|
|
103690
|
+
type GetAnvaLabelsQueryParams = paths[typeof routeName$5D]['get']['parameters']['query'];
|
|
103691
|
+
type GetAnvaLabelsResponse = paths[typeof routeName$5D]['get']['responses'][200]['content']['application/json'];
|
|
103692
|
+
type GetAnvaLabelsProps = paths[typeof routeName$5D]['get']['parameters'];
|
|
103324
103693
|
declare const getAnvaLabels: (props: GetAnvaLabelsProps, wgApiClient: ClientType) => Promise<GetAnvaLabelsResponse>;
|
|
103325
103694
|
|
|
103326
|
-
declare const routeName$
|
|
103327
|
-
type GetSupportedAnvaflowInsurancesQueryParams = paths[typeof routeName$
|
|
103328
|
-
type GetSupportedAnvaflowInsurancesResponse = paths[typeof routeName$
|
|
103329
|
-
type GetSupportedAnvaflowInsurancesProps = paths[typeof routeName$
|
|
103695
|
+
declare const routeName$5C = "/v1/api/anvaflows/supported-insurances";
|
|
103696
|
+
type GetSupportedAnvaflowInsurancesQueryParams = paths[typeof routeName$5C]['get']['parameters']['query'];
|
|
103697
|
+
type GetSupportedAnvaflowInsurancesResponse = paths[typeof routeName$5C]['get']['responses'][200]['content']['application/json'];
|
|
103698
|
+
type GetSupportedAnvaflowInsurancesProps = paths[typeof routeName$5C]['get']['parameters'];
|
|
103330
103699
|
declare const getSupportedAnvaflowInsurances: (props: GetSupportedAnvaflowInsurancesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowInsurancesResponse>;
|
|
103331
103700
|
|
|
103332
|
-
declare const routeName$
|
|
103333
|
-
type GetSupportedAnvaflowTagsQueryParams = paths[typeof routeName$
|
|
103334
|
-
type GetSupportedAnvaflowTagsResponse = paths[typeof routeName$
|
|
103335
|
-
type GetSupportedAnvaflowTagsProps = paths[typeof routeName$
|
|
103701
|
+
declare const routeName$5B = "/v1/api/anvaflows/supported-tags";
|
|
103702
|
+
type GetSupportedAnvaflowTagsQueryParams = paths[typeof routeName$5B]['get']['parameters']['query'];
|
|
103703
|
+
type GetSupportedAnvaflowTagsResponse = paths[typeof routeName$5B]['get']['responses'][200]['content']['application/json'];
|
|
103704
|
+
type GetSupportedAnvaflowTagsProps = paths[typeof routeName$5B]['get']['parameters'];
|
|
103336
103705
|
declare const getSupportedAnvaflowTags: (props: GetSupportedAnvaflowTagsProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowTagsResponse>;
|
|
103337
103706
|
|
|
103338
|
-
declare const routeName$
|
|
103339
|
-
type GetSupportedAnvaflowCoveragesQueryParams = paths[typeof routeName$
|
|
103340
|
-
type GetSupportedAnvaflowCoveragesResponse = paths[typeof routeName$
|
|
103341
|
-
type GetSupportedAnvaflowCoveragesProps = paths[typeof routeName$
|
|
103707
|
+
declare const routeName$5A = "/v1/api/anvaflows/supported-coverages";
|
|
103708
|
+
type GetSupportedAnvaflowCoveragesQueryParams = paths[typeof routeName$5A]['get']['parameters']['query'];
|
|
103709
|
+
type GetSupportedAnvaflowCoveragesResponse = paths[typeof routeName$5A]['get']['responses'][200]['content']['application/json'];
|
|
103710
|
+
type GetSupportedAnvaflowCoveragesProps = paths[typeof routeName$5A]['get']['parameters'];
|
|
103342
103711
|
declare const getSupportedAnvaflowCoverages: (props: GetSupportedAnvaflowCoveragesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowCoveragesResponse>;
|
|
103343
103712
|
|
|
103344
|
-
declare const routeName$
|
|
103345
|
-
type GetSupportedAnvaflowInsuranceCompaniesQueryParams = paths[typeof routeName$
|
|
103346
|
-
type GetSupportedAnvaflowInsuranceCompaniesResponse = paths[typeof routeName$
|
|
103347
|
-
type GetSupportedAnvaflowInsuranceCompaniesProps = paths[typeof routeName$
|
|
103713
|
+
declare const routeName$5z = "/v1/api/anvaflows/supported-insurance-companies";
|
|
103714
|
+
type GetSupportedAnvaflowInsuranceCompaniesQueryParams = paths[typeof routeName$5z]['get']['parameters']['query'];
|
|
103715
|
+
type GetSupportedAnvaflowInsuranceCompaniesResponse = paths[typeof routeName$5z]['get']['responses'][200]['content']['application/json'];
|
|
103716
|
+
type GetSupportedAnvaflowInsuranceCompaniesProps = paths[typeof routeName$5z]['get']['parameters'];
|
|
103348
103717
|
declare const getSupportedAnvaflowInsuranceCompanies: (props: GetSupportedAnvaflowInsuranceCompaniesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowInsuranceCompaniesResponse>;
|
|
103349
103718
|
|
|
103350
|
-
declare const routeName$
|
|
103351
|
-
type CalculateAnvaquotesBySessionIdBody = paths[typeof routeName$
|
|
103352
|
-
type CalculateAnvaquotesBySessionIdPathParams = paths[typeof routeName$
|
|
103353
|
-
type CalculateAnvaquotesBySessionIdQueryParams = paths[typeof routeName$
|
|
103354
|
-
type CalculateAnvaquotesBySessionIdResponse = paths[typeof routeName$
|
|
103719
|
+
declare const routeName$5y = "/v1/api/anvaflows/{session_id}/calculate";
|
|
103720
|
+
type CalculateAnvaquotesBySessionIdBody = paths[typeof routeName$5y]['post']['requestBody']['content']['application/json'];
|
|
103721
|
+
type CalculateAnvaquotesBySessionIdPathParams = paths[typeof routeName$5y]['post']['parameters']['path'];
|
|
103722
|
+
type CalculateAnvaquotesBySessionIdQueryParams = paths[typeof routeName$5y]['post']['parameters']['query'];
|
|
103723
|
+
type CalculateAnvaquotesBySessionIdResponse = paths[typeof routeName$5y]['post']['responses'][200]['content']['application/json'];
|
|
103355
103724
|
interface CalculateAnvaquotesBySessionIdProps {
|
|
103356
103725
|
body: CalculateAnvaquotesBySessionIdBody;
|
|
103357
103726
|
params: {
|
|
@@ -103361,11 +103730,11 @@ interface CalculateAnvaquotesBySessionIdProps {
|
|
|
103361
103730
|
}
|
|
103362
103731
|
declare const calculateAnvaquotesBySessionId: (props: CalculateAnvaquotesBySessionIdProps, wgApiClient: ClientType) => Promise<CalculateAnvaquotesBySessionIdResponse>;
|
|
103363
103732
|
|
|
103364
|
-
declare const routeName$
|
|
103365
|
-
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody = paths[typeof routeName$
|
|
103366
|
-
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams = paths[typeof routeName$
|
|
103367
|
-
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams = paths[typeof routeName$
|
|
103368
|
-
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse = paths[typeof routeName$
|
|
103733
|
+
declare const routeName$5x = "/v1/api/anvaflows/{session_id}/anvaproducts/{anva_product_id}/calculate";
|
|
103734
|
+
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody = paths[typeof routeName$5x]['post']['requestBody']['content']['application/json'];
|
|
103735
|
+
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams = paths[typeof routeName$5x]['post']['parameters']['path'];
|
|
103736
|
+
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams = paths[typeof routeName$5x]['post']['parameters']['query'];
|
|
103737
|
+
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse = paths[typeof routeName$5x]['post']['responses'][200]['content']['application/json'];
|
|
103369
103738
|
interface RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps {
|
|
103370
103739
|
body: RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody;
|
|
103371
103740
|
params: {
|
|
@@ -103375,6 +103744,32 @@ interface RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps {
|
|
|
103375
103744
|
}
|
|
103376
103745
|
declare const recalculateOneAnvaquoteByAnvaProductIdSessionId: (props: RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps, wgApiClient: ClientType) => Promise<RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse>;
|
|
103377
103746
|
|
|
103747
|
+
declare const routeName$5w = "/v1/api/anvaflows/{session_id}/send-offer-to-anva";
|
|
103748
|
+
type SendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$5w]['post']['parameters']['path'];
|
|
103749
|
+
type SendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$5w]['post']['parameters']['query'];
|
|
103750
|
+
type SendOfferToAnvaBySessionIdResponse = paths[typeof routeName$5w]['post']['responses'][201]['content']['application/json'];
|
|
103751
|
+
interface SendOfferToAnvaBySessionIdProps {
|
|
103752
|
+
params: {
|
|
103753
|
+
query: SendOfferToAnvaBySessionIdQueryParams;
|
|
103754
|
+
path: SendOfferToAnvaBySessionIdPathParams;
|
|
103755
|
+
};
|
|
103756
|
+
}
|
|
103757
|
+
declare const sendOfferToAnvaBySessionId: (props: SendOfferToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<SendOfferToAnvaBySessionIdResponse>;
|
|
103758
|
+
|
|
103759
|
+
declare const routeName$5v = "/v1/api/anvaflows/{session_id}/recalculate-simulation";
|
|
103760
|
+
type RecalculateSimulationBySessionIdBody = paths[typeof routeName$5v]['post']['requestBody']['content']['application/json'];
|
|
103761
|
+
type RecalculateSimulationBySessionIdPathParams = paths[typeof routeName$5v]['post']['parameters']['path'];
|
|
103762
|
+
type RecalculateSimulationBySessionIdQueryParams = paths[typeof routeName$5v]['post']['parameters']['query'];
|
|
103763
|
+
type RecalculateSimulationBySessionIdResponse = paths[typeof routeName$5v]['post']['responses'][200]['content']['application/json'];
|
|
103764
|
+
interface RecalculateSimulationBySessionIdProps {
|
|
103765
|
+
body: RecalculateSimulationBySessionIdBody;
|
|
103766
|
+
params: {
|
|
103767
|
+
query: RecalculateSimulationBySessionIdQueryParams;
|
|
103768
|
+
path: RecalculateSimulationBySessionIdPathParams;
|
|
103769
|
+
};
|
|
103770
|
+
}
|
|
103771
|
+
declare const recalculateSimulationBySessionId: (props: RecalculateSimulationBySessionIdProps, wgApiClient: ClientType) => Promise<RecalculateSimulationBySessionIdResponse>;
|
|
103772
|
+
|
|
103378
103773
|
declare const routeName$5u = "/v1/api/anvaflows/closing-questions";
|
|
103379
103774
|
type GetAnvaClosingQuestionsQueryParams = paths[typeof routeName$5u]['get']['parameters']['query'];
|
|
103380
103775
|
type GetAnvaClosingQuestionsResponse = paths[typeof routeName$5u]['get']['responses'][200]['content']['application/json'];
|
|
@@ -106658,4 +107053,4 @@ declare const routeName = "/v1/api/hubspot-visitor-identification-token";
|
|
|
106658
107053
|
type GetHubspotVisitorIdentificationTokenResponse = paths[typeof routeName]['get']['responses'][200]['content']['application/json'];
|
|
106659
107054
|
declare const getHubspotVisitorIdentificationToken: (wgApiClient: ClientType) => Promise<GetHubspotVisitorIdentificationTokenResponse>;
|
|
106660
107055
|
|
|
106661
|
-
export { type $defs, type AcceptOrRejectAnAdvisoryReportBody, type AcceptOrRejectAnAdvisoryReportPathParams, type AcceptOrRejectAnAdvisoryReportQueryParams, type AcceptOrRejectAnAdvisoryReportResponse, type AnswerAFlowDirectlyBody, type AnswerAFlowDirectlyPathParams, type AnswerAFlowDirectlyQueryParams, type AnswerAFlowDirectlyResponse, type AnswerAFlowSessionBody, type AnswerAFlowSessionPathParams, type AnswerAFlowSessionQueryParams, type AnswerAFlowSessionResponse, type CalculateAnvaquotesBySessionIdBody, type CalculateAnvaquotesBySessionIdPathParams, type CalculateAnvaquotesBySessionIdQueryParams, type CalculateAnvaquotesBySessionIdResponse, type CalculateCarLeaseQuoteBody, type CalculateCarLeaseQuoteQueryParams, type CalculateCarLeaseQuoteResponse, type CalculateQuotesV2Body, type CalculateQuotesV2PathParams, type CalculateQuotesV2QueryParams, type CalculateQuotesV2Response, 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 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 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 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 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 DeleteAdvisoryReportPathParams, type DeleteAdvisoryReportQueryParams, type DeleteAdvisoryReportResponse, type DeleteAdvisoryReportRevisionPathParams, type DeleteAdvisoryReportRevisionQueryParams, type DeleteAdvisoryReportRevisionResponse, type DeleteAllSessionsBySessionIdPathParams, type DeleteAllSessionsBySessionIdResponse, type DeleteBrokerConnectionByKeyPathParams, type DeleteBrokerConnectionByKeyResponse, type DeleteClaimAsBrokerByIdPathParams, type DeleteClaimAsBrokerByIdQueryParams, type DeleteClaimAsBrokerByIdResponse, type DeleteCommentOnActivityPathParams, type DeleteCommentOnActivityQueryParams, type DeleteCommentOnActivityResponse, type DeleteDistributionConnectionByKeyPathParams, type DeleteDistributionConnectionByKeyResponse, 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 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 Disable2FaByUserBody, type Disable2FaByUserResponse, type DownloadDocumentByIdPathParams, type DownloadDocumentByIdQueryParams, type DownloadDocumentByIdResponse, type EditInsuranceProductAdviceByDistributionBody, type EditInsuranceProductAdviceByDistributionPathParams, type EditInsuranceProductAdviceByDistributionResponse, type EditInsuranceProductDescriptionsByDistributionPathParams, type EditInsuranceProductDescriptionsByDistributionResponse, type Enable2FaBody, type Enable2FaResponse, type EnrichPartyByIdWithExternalCompanyDataPathParams, type EnrichPartyByIdWithExternalCompanyDataQueryParams, type EnrichPartyByIdWithExternalCompanyDataResponse, type ExportAdvisoryReportByIdBody, type ExportAdvisoryReportByIdPathParams, type ExportAdvisoryReportByIdQueryParams, type ExportAdvisoryReportByIdResponse, type ExportPartyByIdPathParams, type ExportPartyByIdResponse, type ExportQuoteByIdBody, type ExportQuoteByIdPathParams, type ExportQuoteByIdQueryParams, type ExportQuoteByIdResponse, type ExtractInsurancePoliciesForOneDocumentBody, type ExtractInsurancePoliciesForOneDocumentResponse, type ExtractManyDocumentInBatchBody, type ExtractManyDocumentInBatchResponse, type ExtractOffersForOneDocumentBody, type ExtractOffersForOneDocumentResponse, type ExtractOneDocumentBody, type ExtractOneDocumentResponse, 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 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 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 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 GetAnvaClosingQuestionsQueryParams, type GetAnvaClosingQuestionsResponse, type GetAnvaEmployeesQueryParams, type GetAnvaEmployeesResponse, type GetAnvaLabelsQueryParams, type GetAnvaLabelsResponse, type GetAnvaPartiesQueryParams, type GetAnvaPartiesResponse, type GetAnvaproductByIdPathParams, type GetAnvaproductByIdQueryParams, type GetAnvaproductByIdResponse, type GetAnvaproductsQueryParams, type GetAnvaproductsResponse, type GetArtifactFromEventByIdPathParams, type GetArtifactFromEventByIdQueryParams, type GetArtifactFromEventByIdResponse, type GetAvailableFlowsForDistributionInfoQueryParams, type GetAvailableFlowsForDistributionInfoResponse, type GetBrokerConnectionsByIdPathParams, 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 GetClaimAsBrokerByIdPathParams, type GetClaimAsBrokerByIdQueryParams, type GetClaimAsBrokerByIdResponse, type GetClaimAsCustomerWithTokenPathParams, type GetClaimAsCustomerWithTokenQueryParams, type GetClaimAsCustomerWithTokenResponse, type GetClaimEventsAsBrokerByIdPathParams, type GetClaimEventsAsBrokerByIdQueryParams, type GetClaimEventsAsBrokerByIdResponse, type GetClaimEventsAsCustomerPathParams, type GetClaimEventsAsCustomerQueryParams, type GetClaimEventsAsCustomerResponse, 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 GetCurrentBrokerOfTheUserResponse, type GetDiasEmployeesQueryParams, type GetDiasEmployeesResponse, type GetDiasPartiesQueryParams, type GetDiasPartiesResponse, type GetDistributionActivityPathParams, type GetDistributionActivityQueryParams, type GetDistributionActivityResponse, type GetDistributionAffiliationsPathParams, type GetDistributionAffiliationsResponse, type GetDistributionByIdPathParams, type GetDistributionByIdResponse, type GetDistributionConnectionsByIdPathParams, type GetDistributionConnectionsByIdQueryParams, type GetDistributionConnectionsByIdResponse, type GetDistributionHasPendingUpgradePathParams, type GetDistributionHasPendingUpgradeResponse, type GetDistributionSettingsResponse, type GetDistributionTagsQueryParams, type GetDistributionTagsResponse, type GetDocumentExtractionBatchByIdPathParams, type GetDocumentExtractionBatchByIdResponse, type GetDocumentMetadataPathParams, type GetDocumentMetadataResponse, type GetDocumentsForPartyPathParams, type GetDocumentsForPartyQueryParams, type GetDocumentsForPartyResponse, type GetEncryptionKeysQueryParams, type GetEncryptionKeysResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponsePathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryPathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryResponse, type GetEventsByAdvisoryReportIdPathParams, type GetEventsByAdvisoryReportIdQueryParams, type GetEventsByAdvisoryReportIdResponse, type GetExtractEnityInfoPathParams, type GetExtractEnityInfoResponse, type GetFasterforwardEmployeesQueryParams, type GetFasterforwardEmployeesResponse, type GetFasterforwardTeamsQueryParams, type GetFasterforwardTeamsResponse, type GetFlowInfoByIdPathParams, type GetFlowInfoByIdQueryParams, type GetFlowInfoByIdResponse, type GetFlowsInfoQueryParams, type GetFlowsInfoResponse, type GetHubspotVisitorIdentificationTokenResponse, type GetInfoForClaimPathParams, type GetInfoForClaimQueryParams, type GetInfoForClaimResponse, type GetInsightsIfCarIsInsuredBody, type GetInsightsIfCarIsInsuredResponse, type GetInsuranceCompaniesQueryParams, type GetInsuranceCompaniesResponse, type GetInsurancePoliciesForPartyPathParams, type GetInsurancePoliciesForPartyQueryParams, type GetInsurancePoliciesForPartyResponse, type GetInsurancePolicyByIdPathParams, type GetInsurancePolicyByIdResponse, type GetInsurancePolicySimulationsForPartyPathParams, type GetInsurancePolicySimulationsForPartyQueryParams, type GetInsurancePolicySimulationsForPartyResponse, type GetInsuranceProductClausesByDistributionQueryParams, type GetInsuranceProductClausesByDistributionResponse, type GetInsuranceProductsV2QueryParams, type GetInsuranceProductsV2Response, type GetIntegrationsByDistributionPathParams, type GetIntegrationsByDistributionResponse, 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 GetOrganisationDistributionsPathParams, type GetOrganisationDistributionsQueryParams, type GetOrganisationDistributionsResponse, type GetOrganisationLeadsPathParams, type GetOrganisationLeadsQueryParams, type GetOrganisationLeadsResponse, type GetOrganisationOffersPathParams, type GetOrganisationOffersQueryParams, type GetOrganisationOffersResponse, 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 GetPolicyPackageByIdPathParams, type GetPolicyPackageByIdResponse, type GetPolicyPackageSimulationsForPartyPathParams, type GetPolicyPackageSimulationsForPartyResponse, 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 GetStepSettingsByAdvisoryReportIdPathParams, type GetStepSettingsByAdvisoryReportIdQueryParams, type GetStepSettingsByAdvisoryReportIdResponse, 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 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 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 ImportAnvaInsurancePolicyDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyDocumentInWegroupResponse, type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse, type ImportAnvaPartyInWegroupPathParams, type ImportAnvaPartyInWegroupQueryParams, type ImportAnvaPartyInWegroupResponse, type ImportDiasPartyInWegroupPathParams, type ImportDiasPartyInWegroupQueryParams, type ImportDiasPartyInWegroupResponse, type InviteColleaguesToDistributionBody, type InviteColleaguesToDistributionResponse, type LinkConversationToAdvisoryReportBody, type LinkConversationToAdvisoryReportPathParams, type LinkConversationToAdvisoryReportQueryParams, type LinkConversationToAdvisoryReportResponse, 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 OverrideInsuranceProductRecommendationByIdBody, type OverrideInsuranceProductRecommendationByIdPathParams, type OverrideInsuranceProductRecommendationByIdResponse, type OverridePreventionAdviceRecommendationByIdBody, type OverridePreventionAdviceRecommendationByIdPathParams, type OverridePreventionAdviceRecommendationByIdResponse, type PatchAnvaproductByIdBody, type PatchAnvaproductByIdPathParams, type PatchAnvaproductByIdQueryParams, type PatchAnvaproductByIdResponse, 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 RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse, 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 RetrieveExportByIdPathParams, type RetrieveExportByIdQueryParams, type RetrieveExportByIdResponse, type RetrieveFlowBody, type RetrieveFlowPathParams, type RetrieveFlowQueryParams, type RetrieveFlowResponse, 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 SchemaActivity, type SchemaActivityFrontPageCmd, type SchemaActivityFrontPageQueryModel, 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 SchemaAdviceQueryModel, type SchemaAdviceType, type SchemaAdvisoryReport, type SchemaAdvisoryReportAdviceActionCreateCmd, 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 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 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 SchemaAnvaCalculationPackage, type SchemaAnvaCalculationResponse, type SchemaAnvaClosingQuestion, type SchemaAnvaClosingQuestionUpsert, type SchemaAnvaClosingQuestionUpsertCmd, type SchemaAnvaCoverage, type SchemaAnvaDocument, type SchemaAnvaDocumentUpdateCmd, type SchemaAnvaFlowLabelStatus, type SchemaAnvaFlowStatus, type SchemaAnvaInsurance, type SchemaAnvaInsuranceCompany, type SchemaAnvaInsuranceCompanyUpdateCmd, type SchemaAnvaInsuranceUpdateCmd, type SchemaAnvaLabel, type SchemaAnvaPackage, type SchemaAnvaPackageDiscount, type SchemaAnvaPackageUpdateCmd, type SchemaAnvaProduct, type SchemaAnvaProductQueryModel, type SchemaAnvaProductQuestionnaire, type SchemaAnvaProductQuestionnaireQueryModel, type SchemaAnvaProductQuestionnaireUpdate, type SchemaAnvaProductQuestionnairesQueryModel, type SchemaAnvaProductQuestionnairesUpdateCmd, type SchemaAnvaProductQuestionnairesValidateCmd, type SchemaAnvaProductTag, type SchemaAnvaProductToInsurancePolicyLink, type SchemaAnvaProductUpdateCmd, type SchemaAnvaQuote, type SchemaAnvaTag, type SchemaApiCoverage, type SchemaApiCoverageSource, type SchemaAppHandlersNatsModelsStatusResponse, type SchemaAppModelsAdvisoryReportAdvisoryReportRevisionCreateCmdInsurancePolicies, type SchemaAppModelsAffiliationAffiliation, 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 SchemaAppModelsIntegrationBrokerIntegrations, type SchemaAppModelsLeadAcknowledgement, type SchemaAppModelsLocalisationLocalisation, type SchemaAppModelsOfferAcknowledgement, type SchemaAppModelsOfferInsurance, 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 SchemaAppModelsSettingsBrokerSettings, type SchemaAppModelsThemeThemeCreateCmd, type SchemaAppResponsesBaseStatusResponse, type SchemaAppViewsModelsAdvisoryReportAdvisoryReportQueryModelInsurancePolicies, type SchemaAppViewsModelsAdvisoryReportCoverageQueryModelExternalLabel, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportPolicyPackageQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportRiskDomainActionQueryModelRiskDomain, type SchemaAppViewsModelsAdvisoryReportRiskDomainAdviceQueryModelRiskDomain, type SchemaAppViewsModelsBrokerBroker, type SchemaAppViewsModelsOfferAcknowledgement, type SchemaAppViewsModelsOfferGuarantee, type SchemaAppViewsModelsOfferPartyAssignee, type SchemaAppViewsModelsPartyAddresWithMetadataMetaData, type SchemaAppViewsModelsPartyLink, type SchemaAppViewsModelsPartyManagementQueryModel, type SchemaAppViewsModelsPartyManagementquerymodel, type SchemaAppViewsModelsPartyPartyAssignee, type SchemaAppViewsModelsPartyPartyDocumentQueryModel, type SchemaAppViewsModelsPartyPartyDocumentsMetaData, type SchemaAppViewsModelsPartyPartyLogoQueryModel, type SchemaAppViewsModelsPartyPartyRelationQueryModelParty, type SchemaAppViewsModelsPartyPartyassignee, type SchemaAppViewsModelsPartyPartydocumentquerymodel, 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 SchemaAppViewsModelsThemeTheme, 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 SchemaAthoraFamilyPayload, 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 SchemaBase, 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 SchemaBrokerConnectionCreate, type SchemaBrokerConnectionUpdate, type SchemaBrokerCreateCmd, type SchemaBrokerIntegrationsPatchCmd, type SchemaBrokerMembershipsCreateCmd, type SchemaBrokerPatchCmd, type SchemaBrokerType, type SchemaBrokerUserCreateCmd, type SchemaBuildingExtra, type SchemaBuildingMaintenanceStatus, type SchemaBuildingPurpose, type SchemaBuildingRentOut, type SchemaBuildingUse, type SchemaCalculateAnvaQuotesRequest, type SchemaCalculateProfileaseCarQuoteCmd, type SchemaCalculateProfileaseCarQuoteParams, type SchemaCalculationSpecEnumValue, type SchemaCalculationSpecInputType, type SchemaCalculationSpecType, type SchemaCampaignAudienceType, type SchemaCampaignCreateResponse, 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 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 SchemaChatCmd, type SchemaChatSummaryDetailed, type SchemaChatSummaryGroup, type SchemaChatSummaryQuestion, type SchemaChatSummarySection, type SchemaChild, type SchemaChildProtection, type SchemaChildProtectionDriver, type SchemaChildProtectionPassenger, type SchemaChildProtectionRear, 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 SchemaClaimStatus, type SchemaClaimType, type SchemaClauseCmd, type SchemaClauseQueryModel, type SchemaCloudDataStorageLocation, 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 SchemaCompareAnswer, type SchemaCompareCmd, type SchemaCondition, 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 SchemaCreateAccountParams, type SchemaCreateAdvisoryReportParams, type SchemaCreateAdvisoryReportRevisionParams, type SchemaCreateAdvisoryReportRevisionV2Params, 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 SchemaCreateDistributionConnectionParams, type SchemaCreateDistributionTagParams, type SchemaCreateDistributionUspParams, type SchemaCreateFamilyRiskObjectParams, type SchemaCreateFlowParams, type SchemaCreateFlowSessionParams, type SchemaCreateInsurancePolicyForPartyParams, type SchemaCreateInsuranceProductClauseParams, type SchemaCreateLegalRiskObjectParams, type SchemaCreateMiscellaneousRiskObjectParams, type SchemaCreateNoteForPartyParams, type SchemaCreateOfferRequestForInsuranceCompanyDocxParams, type SchemaCreateOfferRequestForInsuranceCompanyPdfParams, type SchemaCreateOfferRevisionParams, type SchemaCreateOfferV2Params, type SchemaCreatePartyAccidentParams, type SchemaCreatePartyExternalRefsParams, type SchemaCreatePartyFromCompanyRegistrationParams, type SchemaCreatePartyGroupRiskObjectParams, type SchemaCreateProfileaseCarLeaseOfferParams, type SchemaCreateProfileaseCarOfferCmd, type SchemaCreateProfileaseCarOfferResponse, type SchemaCreateRelationBetweenPartiesParams, type SchemaCreateRelationBetweenPartyAndRiskObjectParams, type SchemaCreateReplyUuid, type SchemaCreateResponse, type SchemaCreateRiskObjectExternalRefsParams, type SchemaCreateSemiTrailerRiskObjectParams, type SchemaCreateSignedPartiesUploadUrlParams, type SchemaCreateToolkitAccountParams, type SchemaCreateToolkitBrokerParams, type SchemaCreateTrailerRiskObjectParams, type SchemaCreateTrialUserParams, 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 SchemaDeductibleType, type SchemaDelaFuneralPayload, type SchemaDeleteMethod, type SchemaDemographicData, 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 SchemaDriver, type SchemaDriverBrandClubMembership, type SchemaDriverExperience, type SchemaDriverLicenseCode, type SchemaDriverLicenseCode_2, type SchemaDriverLicenseType, type SchemaDriverLicenseType_2, type SchemaDriverVehicle, type SchemaDriverVehicleExperience, type SchemaDriverVehicleUsage, type SchemaDrivingTimes, type SchemaEducationLevel, type SchemaEducationLevel_2, type SchemaElectricBatteryType, type SchemaElectricalBikeAssistance, type SchemaElectricalInstallationType, type SchemaElectricalInstallations, type SchemaElectronicStabilityControl, 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 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 SchemaExtractSingularDocumentParams, type SchemaExtractThemeCmd, type SchemaExtractWebsiteThemeParams, type SchemaExtractedInsurancePolicy, type SchemaExtractedQuestionnaireFilters, type SchemaExtractedQuestionnaireRequest, type SchemaFacade, type SchemaFamilyPayloads, type SchemaFamilyReferenceQueryModel, type SchemaFamilyRiskObjectIdWithRevisionId, type SchemaFamilyStatus, type SchemaFamilyStatus_2, type SchemaFeedback, type SchemaFieldMapping, type SchemaFieldMappingManager, type SchemaFieldOperation, type SchemaFieldTransformer, 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 SchemaFlowsModelsAnvaInsurancePackageInsurancePolicy, type SchemaFlowsModelsAnvaInsurancePolicy, 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 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 SchemaHandleCreateDocumentFromQuestionnaireParams, type SchemaHandleGenerateQuestionsToPrefillByCarParams, type SchemaHandleMarkSessionCompletedParams, type SchemaHandleQuoteCalculationV2ExtraParams, type SchemaHandleQuoteMailSendParams, type SchemaHandleQuoteSaveParams, type SchemaHandleRetrieveConversationReportPdfBySessionIdParams, type SchemaHandleRetrieveProductsV2Params, type SchemaHandleSetAskLaterQuestionIdsParams, type SchemaHandleUpdateAnvaProductsParams, type SchemaHandleUpdateAnvaQuestionnairesByProductIdParams, type SchemaHandleUpdateSessionParams, type SchemaHandleUpsertAnvaClosingQuestionsParams, type SchemaHandleValidateAnvaQuestionnairesByProductIdParams, 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 SchemaIdentificationTypes, type SchemaIdentificationTypes_2, type SchemaImpactTime, type SchemaImpactTime_2, type SchemaImportActivity, type SchemaImportPartyResponse, type SchemaIncomeData, type SchemaInformationRequirementSheetSpecification, type SchemaInputType, type SchemaInsurance, type SchemaInsuranceCompanyRetrieveResponse, type SchemaInsuranceCompanyTag, type SchemaInsuranceCompanyTag_2, type SchemaInsuranceContent, type SchemaInsuranceExtended, type SchemaInsuranceFsma, type SchemaInsuranceHistory, type SchemaInsuranceModuleExportQueryModel, type SchemaInsuranceModuleExportType, type SchemaInsurancePackage, type SchemaInsurancePoliciesQueryModel, type SchemaInsurancePolicyCreateCmd, type SchemaInsurancePolicyCreateType, type SchemaInsurancePolicyDocumentCmd, type SchemaInsurancePolicyDocumentQueryModel, type SchemaInsurancePolicyDocumentType, type SchemaInsurancePolicyEntity, type SchemaInsurancePolicyLinkCmd, type SchemaInsurancePolicyLinkQueryModel, type SchemaInsurancePolicyQueryModel, type SchemaInsurancePolicySimulationType, type SchemaInsurancePolicySimulationUpsertCmd, 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 SchemaInviteUsersToDistributionParams, type SchemaIsBurglarProof, type SchemaItServices, type SchemaItem, type SchemaJob, 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 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 SchemaMaxRoofLoad, type SchemaMaxSpeed, type SchemaMaxVolumeTrunk, type SchemaMaxWeight, type SchemaMembership, type SchemaMercuryModelsAnvaListItem, type SchemaMercuryModelsFasterforwardListItem, type SchemaMergePartiesIntoPartyByIdParams, type SchemaMetadata, type SchemaMimeType, type SchemaMinVolumeTrunk, type SchemaMinimalBicycle, type SchemaMinimalBoat, type SchemaMinimalCar, type SchemaMinimalCoverageQueryModel, type SchemaMinimalFamily, type SchemaMinimalFleet, type SchemaMinimalInsurancePolicyQueryModel, type SchemaMinimalLegal, type SchemaMinimalMiscellaneous, type SchemaMinimalOfferQueryModel, type SchemaMinimalPartyGroup, type SchemaMinimalPartyQueryModel, type SchemaMinimalResidence, type SchemaMinimalRiskObject, type SchemaMinimalRiskObjects, type SchemaMinimalSemiTrailer, type SchemaMinimalTeacher, type SchemaMinimalTrailer, type SchemaMinimalTwoWheeler, type SchemaMiscellaneous, type SchemaMiscellaneousRiskObjectIdWithRevisionId, type SchemaMockedDisableTwoFactorRequest, type SchemaMockedTwoFactorVerificationRequest, type SchemaMortgage, type SchemaMostImportantItems, type SchemaMostImportantItems_2, type SchemaMotorType, type SchemaMotorType_2, type SchemaMotorcycleInterests, type SchemaMotorcycleInterests_2, type SchemaMultiAffiliationInfoQueryModel, type SchemaMultiAffiliationQueryModel, type SchemaMultiAnvaClosingQuestionQueryModel, type SchemaMultiAnvaCoverageQueryModel, type SchemaMultiAnvaInsuranceCompanyQueryModel, type SchemaMultiAnvaInsuranceQueryModel, type SchemaMultiAnvaLabelQueryModel, type SchemaMultiAnvaProductQueryModel, type SchemaMultiAnvaTagQueryModel, type SchemaMultiBrokerQueryModel, type SchemaMultiFlowSessionItemQueryModel, type SchemaMultiFlowSessionQueryModel, type SchemaMultiLeaseOfferQueryModel, type SchemaMultiOfferQueryModel, type SchemaMultiPartyQueryModel, type SchemaMultiQuoteBeSession, type SchemaMultiQuoteNlSession, type SchemaNationalIdentificationNumberValidation, type SchemaNatsError, 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 SchemaOptimcoCar, type SchemaOptimcoCarPayload, type SchemaOptimcoDriver, type SchemaOptimcoFamilyPayload, type SchemaOptions, type SchemaOrderInsurancePolicyForAdvisoryReportRevisionParams, type SchemaOrigin, type SchemaOtherSafetySystems, type SchemaOutlook, type SchemaOverrideInsuranceProductRecommendationParams, type SchemaOverridePreventionAdviceRecommendationParams, type SchemaPaginatedInsuranceCompanyResponse, type SchemaPaginatedLeadReply, type SchemaPaginatedOffersResponse, type SchemaPaginatedOffersV2Response, type SchemaPagination, type SchemaParcelData, type SchemaPartiesQueryModel, type SchemaPartyAddresses, type SchemaPartyAssigneesUpdateCmd, type SchemaPartyConversationNotes, type SchemaPartyDocument, type SchemaPartyDocumentQueryModel, type SchemaPartyDocumentType, type SchemaPartyDocumentUpload, type SchemaPartyDocuments, type SchemaPartyEntity, type SchemaPartyExternalRefsCreateCmd, type SchemaPartyExternalRefsQueryModel, type SchemaPartyGroupCustomerQueryModel, type SchemaPartyGroupReferenceQueryModel, type SchemaPartyGroupRiskObjectIdWithRevisionId, 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 SchemaPersonnelDetails, type SchemaPhysicalProperties, type SchemaPiaBeCar, type SchemaPiaBeCarPayload, type SchemaPiaBeDriver, type SchemaPiaContractConversionStatus, type SchemaPiaNlCar, type SchemaPiaNlCarPayload, type SchemaPiaNlDriver, type SchemaPlanQueryModel, type SchemaPlansReply, type SchemaPnpCar, type SchemaPnpCarPayload, type SchemaPnpDriver, type SchemaPnpFamilyPayload, type SchemaPnpHome, type SchemaPnpHomePayload, type SchemaPolicyDocumentType, type SchemaPolicyHolderRelation, type SchemaPolicyHolderRelation_2, type SchemaPolicyPackageCreateCmd, type SchemaPolicyPackageEntity, type SchemaPolicyPackageQueryModel, type SchemaPolicyPackagesQueryModel, type SchemaPossibleInsuranceProductQueryModel, type SchemaPossibleInsuranceProductsQueryModel, type SchemaPossiblePackage, 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 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 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 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 SchemaResidenceFloodType, type SchemaResidenceMonumentType, type SchemaResidencePreferences, type SchemaResidenceReferenceQueryModel, type SchemaResidenceRiskObjectIdWithRevisionId, type SchemaResidenceTheftProtection, type SchemaResidenceUsage, type SchemaRestrictiveAddress, type SchemaRestrictiveCar, type SchemaRestrictiveDriveAssistanceSystem, type SchemaRestrictiveDriver, type SchemaRetrieveAdvisoryReportFrontPageStandalonePdfParams, 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 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 SchemaSecurityMeasure, type SchemaSelectedRecommendationsFeedback, type SchemaSemiTrailerRiskObjectIdWithRevisionId, type SchemaSemiTrailerType, type SchemaSendAdvisoryReportRevisionMailParams, type SchemaSeries, type SchemaSeriesSortContext, type SchemaServerError, type SchemaServerErrorMsgEnum, type SchemaSessionReport, type SchemaShareholder, type SchemaShareholderQueryModel, type SchemaSignatureBox, type SchemaSiloCapacity, type SchemaSingleAffiliationQueryModel, type SchemaSingleAuditDetailQueryModel, type SchemaSingleAuditQueryModel, type SchemaSingleBrokerQueryModel, type SchemaSingleUserQueryModel, 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 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 SchemaTelephoneNr, type SchemaTheftFormulas, type SchemaTheftFormulas_2, type SchemaTheme, type SchemaThemes, type SchemaThirdPartyActivity, type SchemaThirdPartyConstructionWorkInsuranceType, type SchemaThirdPartyConstructionWorkInsuranceType_2, type SchemaTokenReply, type SchemaToolkitAccountCreateCmd, type SchemaToolkitBrokerCreateCmd, type SchemaToolkitBrokerCreationResponse, type SchemaToolkitLicenseType, type SchemaTrailerRiskObjectIdWithRevisionId, type SchemaTrailerTonnageCategory, type SchemaTrailerType, type SchemaTrailerType_2, type SchemaTransferLeadByIdParams, type SchemaTransferPartyByIdParams, type SchemaTransmissionType, type SchemaTransmissionType_2, type SchemaTransportInfo, type SchemaTravelMethods, type SchemaTravelMethods_2, type SchemaTravelsAYear, type SchemaTravelsAYear_2, 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 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 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 SchemaUploadSignedUrlResponse, type SchemaUpsertActionFromAdviceInAdvisoryReportRevisionParams, 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 SchemaWgPyModelsDomainInsuranceInsurancesAthoraFamilyFamily, 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 SchemaWgPyModelsDomainInsuranceInsurancesPiaBeDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceInsurancesPiaBeEnumsAccreditedAppraiser, type SchemaWgPyModelsDomainInsuranceInsurancesPiaBeEnumsBrandClub, type SchemaWgPyModelsDomainInsuranceInsurancesPiaBeEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesPiaBeEnumsCompanyLegalForm, type SchemaWgPyModelsDomainInsuranceInsurancesPiaBeEnumsCountryOfRegistration, type SchemaWgPyModelsDomainInsuranceInsurancesPiaBeEnumsProfessionalUsagePurpose, type SchemaWgPyModelsDomainInsuranceInsurancesPiaBeProspectCompanyOwner, type SchemaWgPyModelsDomainInsuranceInsurancesPiaBeProspectCustomerOwner, type SchemaWgPyModelsDomainInsuranceInsurancesPiaNlDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceInsurancesPiaNlEnumsAccreditedAppraiser, type SchemaWgPyModelsDomainInsuranceInsurancesPiaNlEnumsBrandClub, type SchemaWgPyModelsDomainInsuranceInsurancesPiaNlEnumsCarDemo, type SchemaWgPyModelsDomainInsuranceInsurancesPiaNlEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesPiaNlEnumsCompanyLegalForm, type SchemaWgPyModelsDomainInsuranceInsurancesPiaNlEnumsCountryOfRegistration, type SchemaWgPyModelsDomainInsuranceInsurancesPiaNlEnumsProfessionalUsagePurpose, type SchemaWgPyModelsDomainInsuranceInsurancesPiaNlEnumsSubjectToVat, type SchemaWgPyModelsDomainInsuranceInsurancesPiaNlProspectCompanyOwner, type SchemaWgPyModelsDomainInsuranceInsurancesPiaNlProspectCustomerOwner, 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 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 SchemaWgPyModelsDomainWegroupEnumsAccreditedAppraiser, type SchemaWgPyModelsDomainWegroupEnumsBrandClub, type SchemaWgPyModelsDomainWegroupEnumsCarDemo, 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 SchemaWgPyModelsDomainWegroupEnumsSubjectToVat, type SchemaWgPyModelsDomainWegroupRestResponsesStatusResponse, type SchemaWgPyModelsEnumsCoveragePeriod, type SchemaWgPyModelsEnumsCoverageperiod, type SchemaWgPyModelsNatsCompany, type SchemaWgPyModelsSmtReadComponentsBrokerBrokerBroker, type SchemaWgPyModelsSmtReadInsuranceInsuranceProductQueryModelRiskDomain, type SchemaWgPyModelsSmtReadProspectExternalRefsQueryModel, type SchemaWgPyModelsSmtReadProspectManagementQueryModel, type SchemaWgPyModelsSmtReadProspectPartyDocumentQueryModel, type SchemaWgPyModelsSmtReadProspectPartyLogoQueryModel, type SchemaWgPyModelsUserCompany, type SchemaWgsdkQuotesCarEvaluationType, type SchemaWgsdkQuotesCountryCodes, type SchemaWgsdkSmtAccident, type SchemaWgsdkSmtAccidentStatement, type SchemaWgsdkSmtCarEvaluationType, type SchemaWgsdkSmtClaim, 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 SeachStreetsByCityAndCountryQueryParams, type SeachStreetsByCityAndCountryResponse, type SearchAddressesByCountryQueryParams, type SearchAddressesByCountryResponse, type SearchCitiesByCountryQueryParams, type SearchCitiesByCountryResponse, type SearchDirectorsByFirstAndLastNameQueryParams, type SearchDirectorsByFirstAndLastNameResponse, type SearchEnterprisesByCountryQueryParams, type SearchEnterprisesByCountryResponse, type SearchVehiclesBody, type SearchVehiclesQueryParams, type SearchVehiclesResponse, type SendAdvisoryReportAsMailBody, type SendAdvisoryReportAsMailPathParams, type SendAdvisoryReportAsMailQueryParams, type SendAdvisoryReportAsMailResponse, type SendClaimToKeypointPathParams, type SendClaimToKeypointQueryParams, type SendClaimToKeypointResponse, type SendExampleCampaignTargetMailQueryParams, type SendExampleCampaignTargetMailResponse, type SendMailClaimReportByIdPathParams, type SendMailClaimReportByIdQueryParams, type SendMailClaimReportByIdResponse, type SendMailFollowupPageToCustomerPathParams, type SendMailFollowupPageToCustomerQueryParams, type SendMailFollowupPageToCustomerResponse, 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 UnlockClaimPathParams, type UnlockClaimQueryParams, type UnlockClaimResponse, type UpdateAdvisoryReportBody, type UpdateAdvisoryReportPathParams, type UpdateAdvisoryReportQueryParams, type UpdateAdvisoryReportResponse, 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 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 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 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 UpdateYourOwnUserBody, type UpdateYourOwnUserResponse, type UpdateYourPasswordBody, type UpdateYourPasswordResponse, type UploadClaimDocumentAsBrokerPathParams, type UploadClaimDocumentAsBrokerQueryParams, type UploadClaimDocumentAsBrokerResponse, type UpsertAnvaClosingQuestionsBody, type UpsertAnvaClosingQuestionsQueryParams, type UpsertAnvaClosingQuestionsResponse, type UpsertInsurancePoliciesForPartyBody, type UpsertInsurancePoliciesForPartyPathParams, type UpsertInsurancePoliciesForPartyResponse, type UpsertInsurancePolicySimulationForPartyBody, type UpsertInsurancePolicySimulationForPartyPathParams, type UpsertInsurancePolicySimulationForPartyResponse, type UpsertPolicyPackagesForPartyBody, type UpsertPolicyPackagesForPartyPathParams, type UpsertPolicyPackagesForPartyResponse, type V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostQueryParams, type V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostResponse, type V1ApiIntegrationsAnvaPartiesGetQueryParams, type V1ApiIntegrationsAnvaPartiesGetResponse, type V1ApiIntegrationsAnvaValidatePostQueryParams, type V1ApiIntegrationsAnvaValidatePostResponse, 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 ValidateFasterforwardConnectionQueryParams, type ValidateFasterforwardConnectionResponse, type ValidatePromotionsResponse, type VerifyIfADistributionExistsByCompanyRegistrationBody, type VerifyIfADistributionExistsByCompanyRegistrationQueryParams, type VerifyIfADistributionExistsByCompanyRegistrationResponse, type VerifyIfADistributionExistsByNameBody, type VerifyIfADistributionExistsByNameQueryParams, type VerifyIfADistributionExistsByNameResponse, type VerifyIfAUserExistsByEmailBody, type VerifyIfAUserExistsByEmailQueryParams, type VerifyIfAUserExistsByEmailResponse, type WgApiSchema, type WgPaths, acceptOrRejectAnAdvisoryReport, answerAFlowDirectly, answerAFlowSession, calculateAnvaquotesBySessionId, calculateCarLeaseQuote, calculateQuotesV2, claimReportById, claimRequestUpdate, commentOnActivity, type components, createAccidentsForParty, createAccount, createAdvisoryReport, createAdvisoryReportRevision, createAdvisoryReportRevisionV2, createAdvisoryReportStepSettings, createBicycleRiskObject, createBoatRiskObject, createBrokerConnectionsById, createCampaign, createCarRiskObject, createClaimAsBroker, createClaimAsCustomer, createCompanyLead, createConversation, createConversationReminder, createCustomerLead, createDistributionConnectionById, createDistributionTag, createDocumentForClaim, createDocumentForClaimAsCustomer, createDocumentForParty, createEntityAsBroker, createEntityAsCustomerWithToken, createFamilyRiskObject, createInsurancePoliciesForParty, createInsuranceProductClauseForDistribution, createLegalParty, createLegalRiskObject, createLockForClaim, createMiscellaneousRiskObject, createNaturalParty, createNoteOnEvent, createNoteOnEventAsCustomer, createOfferRevision, createOrReplaceInsurancePolicyForAdvisoryReportById, createOrReplacePolicyPackagesForAdvisoryReportById, createPartyByEnrichingWithEnrichingWithCompanyRegistration, createPartyGroupRiskObject, createPartyNote, createPartyOffers, createPartyRelations, createProfileaseCarLeaseOffer, createProflowSessionByBatchId, createRecommendationByPartyId, createRecommendationBySessionId, createReferenceForParty, createReferencesForRiskObject, createRelationBetweenRiskObjectAndParty, createRiskDomainActionForAdvisoryReportById, createRiskDomainActionFromAdviceForAdvisoryReportById, createRiskDomainAdviceForAdvisoryReportById, createRiskDomainForAdvisoryReportById, createSemiTrailerRiskObject, createToolkitAccount, createToolkitBroker, createTrailerRiskObject, createTrialBroker, createUploadLinkAsCustomer, createUspItemForDistribution, deleteAdvisoryReport, deleteAdvisoryReportRevision, deleteAllSessionsBySessionId, deleteBrokerConnectionByKey, deleteClaimAsBrokerById, deleteCommentOnActivity, deleteDistributionConnectionByKey, deleteDistributionTag, deleteDocumentById, deleteDocumentByIdAsCustomerWithToken, deleteDocumentForParty, deleteEntityAsBrokerById, deleteEntityByIdAsCustomerWithToken, deleteEntityBySessionIdAndFlowId, deleteInsurancePoliciesForParty, deleteInsurancePolicyForAdvisoryReportById, deleteInsuranceProductClauseForDistribution, deleteNote, deletePartyEntityBySessionIdAndFlowId, deletePartyNoteById, deletePartyRelations, deletePolicyPackagesForParty, deleteRelationBetweenRiskObjectAndParty, deleteRiskDomainActionForAdvisoryReportById, deleteRiskDomainAdviceForAdvisoryReportById, deleteRiskDomainForAdvisoryReportById, deleteRiskObjectById, deleteSessionBySessionId, deleteUspByDistributionAndId, disable2FaByUser, downloadDocumentById, editInsuranceProductAdviceByDistribution, editInsuranceProductDescriptionsByDistribution, enable2Fa, enrichPartyByIdWithExternalCompanyData, exportAdvisoryReportById, exportPartyById, exportQuoteById, extractInsurancePoliciesForOneDocument, extractManyDocumentInBatch, extractOffersForOneDocument, extractOneDocument, extractWebsiteTheme, generateCompanyDescription, generateDistributionAboutUsCompletion, generateDnsPrefix, generateDocxDocumentOfAdvisoryReportById, generateFlowQuestionnaire, generateFlowQuestionnaireDocument, generateOfferRequestForInsuranceCompanyDocx, generateOfferRequestForInsuranceCompanyPdf, generatePdfOfAdvisoryReportById, generatePossibleProductsBySessionV2, generateQuestionsToPrefillByCar, generateStandaloneFrontPagePdfOfAdvisoryReportAsExample, generateTokenForSocialLoginFlowAsBroker, get2FaByUser, getActivityByParty, getAddressInfo, getAddressInfoFreemium, getAdvicesPerInsuranceProduct, getAdvisoryReportById, getAdvisoryReportExportOptions, getAllActivityTypes, getAllAdvisoryReports, getAllAvailableAffiliations, getAllAvailablePlans, getAllAvailableThemesInWegroup, getAllBrokersLinkedToCurrentUser, getAllCampaignTemplates, getAllCampaignsByDistribution, getAllCarClaimCategories, getAllClaimsAsBroker, getAllConversations, getAllEnums, getAllLeadsByDistribution, getAllLeaseOffersByDistribution, getAllPartiesByDistribution, getAllPartiesByDistributionV2, getAllRiskObjectsByPartyId, getAllRiskObjectsByPartyIdV2, getAllSessionsBySessionId, getAllVehicleBrands, getAllVehicleSeriesByBrandKey, getAllVehicleVersionsBySeriesId, getAnvaClosingQuestions, getAnvaEmployees, getAnvaLabels, getAnvaParties, getAnvaproductById, getAnvaproducts, getArtifactFromEventById, getAvailableFlowsForDistributionInfo, getBrokerConnectionsById, getBrokerIntegrations, getCampaignById, getCampaignSettingsByDistribution, getCampaignTargetMailTemplate, getCarLeaseRates, getChatBySessionId, getChatSummaryV2BySessionId, getClaimAsBrokerById, getClaimAsCustomerWithToken, getClaimEventsAsBrokerById, getClaimEventsAsCustomer, getConversationById, getConversationNotes, getConversationReportPdfById, getConversationsOriginFilter, getCurrentBrokerOfTheUser, getDiasEmployees, getDiasParties, getDistributionActivity, getDistributionAffiliations, getDistributionById, getDistributionConnectionsById, getDistributionHasPendingUpgrade, getDistributionSettings, getDistributionTags, getDocumentExtractionBatchById, getDocumentMetadata, getDocumentsForParty, getEncryptionKeys, getEnterpriseByCompanyRegistrationNumberAndCountry, getEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponse, getEventsByAdvisoryReportId, getExtractEnityInfo, getFasterforwardEmployees, getFasterforwardTeams, getFlowInfoById, getFlowsInfo, getHubspotVisitorIdentificationToken, getInfoForClaim, getInsightsIfCarIsInsured, getInsuranceCompanies, getInsurancePoliciesForParty, getInsurancePolicyById, getInsurancePolicySimulationsForParty, getInsuranceProductClausesByDistribution, getInsuranceProductsV2, getIntegrationsByDistribution, getLeadById, getLeadProviderById, getLeadProvidersByAffinity, getLeaseOfferById, getLinkOfDocument, getMetricsByCampaign, getMinimalOfferById, getMinimalOfferRevisionById, getMinimalRiskObjectById, getNace, getNoveltyInsightsByDistribution, getOfferById, getOffersByDistribution, getOnboardingChecklistByBroker, getOrganisationDistributions, getOrganisationLeads, getOrganisationOffers, getPartiesOriginFilter, getPartyAddresses, getPartyById, getPartyMergeSuggestions, getPdfOfAdvisoryReportById, getPerformanceInsightsByDistribution, getPolicyPackageById, getPolicyPackageSimulationsForParty, getPolicyPackagesForParty, getPossibleInsuranceProductsByPartyId, getPossibleInsuranceProductsByRiskObjectId, getPossibleInsuranceProductsForManagementByPartyId, getPossibleInsuranceProductsForStaffByPartyId, getPreventionAdvice, getPromotionsByDistributionId, getProvenanceInfoOfDocument, getQuoteExports, getQuoteInsights, getQuotesAsBatchResultsByConversationId, getRecommendationsById, getRecommendationsByPartyId, getRecommendationsBySessionId, getRiskAnalysisByPartyId, getRiskDomainById, getRiskDomains, getRiskObjectByRiskObjectRevisionId, getRiskObjectRevisionsById, getSbi, getStepSettingsByAdvisoryReportId, getSupportedAnvaflowCoverages, getSupportedAnvaflowInsuranceCompanies, getSupportedAnvaflowInsurances, getSupportedAnvaflowTags, getSupportedInsuranceCompanies, getSupportedInsuranceSubjects, getSupportedMimeTypes, getSupportedRiskDomains, getTheBrokerById, getUspByDistribution, getValuesOfEnum, getVehicleByCarIdOrFebiacId, getVehicleByNumberPlateAndCarId, getVehicleByVersionId, getVehicleByVinAndCarId, getVehicleVersionFactsBySeriesId, getWeatherInfo, getYourOwnUser, giveFeedbackOnConversationById, giveFeedbackOnRecommendationsById, giveFeedbackToInsuranceTermsBot, handleCreateDistributionTheme, handleDeleteDistributionTheme, handleUpdateDistributionTheme, importAnvaInsurancePolicyDocumentInWegroup, importAnvaInsurancePolicyPackageDocumentInWegroup, importAnvaPartyInWegroup, importDiasPartyInWegroup, inviteColleaguesToDistribution, linkConversationToAdvisoryReport, lockFlightApi, markConversationAsCompletedById, mergePartiesTogether, type operations, orderInsurancePolciesOfAdvisoryReport, overrideInsuranceProductRecommendationById, overridePreventionAdviceRecommendationById, patchAnvaproductById, type paths, poseAQuestionToInsuranceTermsBot, poseAQuestionToInsuranceTermsBotForItToCompare, postEventAsCarglassPartner, putClausesForReport, recalculateOneAnvaquoteByAnvaProductIdSessionId, retrieveAirports, retrieveAllExportsByParty, retrieveAnvaflowsQuestionnaires, retrieveAskLaterQuestions, retrieveAutomobileByCarIdFreemiumVersion, retrieveAutomobileByIdFreemium, retrieveExportById, retrieveFlow, seachStreetsByCityAndCountry, searchAddressesByCountry, searchCitiesByCountry, searchDirectorsByFirstAndLastName, searchEnterprisesByCountry, searchVehicles, sendAdvisoryReportAsMail, sendClaimToKeypoint, sendExampleCampaignTargetMail, sendMailClaimReportById, sendMailFollowupPageToCustomer, sendQuoteAsMail, setAskLaterQuestions, transferLeadToOtherDistribution, transferPartyToOtherDistribution, unlockClaim, updateAdvisoryReport, updateAnvaflowsQuestionnaire, updateBicycleRiskObject, updateBoatRiskObject, updateBrokerByBroker, updateBrokerConnectionByKey, updateBrokerIntegrations, updateCampaign, updateCarRiskObject, updateClaimAsBrokerById, updateClaimAsCustomerWithToken, updateCommentOnActivity, updateConversationById, updateDeclarationRemark, updateDistributionConnectionByKey, updateDistributionIntegrations, updateDistributionSettings, updateDocumentForParty, updateDocumentMetadataById, updateDocumentMetadataByIdAsCustomerWithToken, updateEntityAsBrokerById, updateEntityAsCustomerWithToken, updateFamilyRiskObject, updateFleetRiskObject, updateInsuranceProductByDistribution, updateInsuranceProductClauseForDistribution, updateLegalRiskObject, updateMiscellaneousRiskObject, updateNote, updateOfferById, updateOffersInBulk, updatePartyAssignees, updatePartyById, updatePartyGroupRiskObject, updatePartyNoteById, updatePartyRelations, updatePreventionByDistribution, updateRelationBetweenRiskObjectAndParty, updateResidenceRiskObject, updateRiskDomainActionForAdvisoryReportById, updateRiskDomainAdviceForAdvisoryReportById, updateRiskDomainByDistribution, updateSemiTrailerRiskObject, updateTargetsByCampaign, updateTrailerRiskObject, updateTwoWheelerRiskObject, updateUspByDistributionAndId, updateYourOwnUser, updateYourPassword, uploadClaimDocumentAsBroker, upsertAnvaClosingQuestions, upsertInsurancePoliciesForParty, upsertInsurancePolicySimulationForParty, upsertPolicyPackagesForParty, v1ApiIntegrationsAnvaPartiesAnvaIdImportsPost, v1ApiIntegrationsAnvaPartiesGet, v1ApiIntegrationsAnvaValidatePost, validateAChassisNumber, validateACompanyRegistrationNumber, validateANationalIdentificationNumber, validateATelephonenr, validateAVehicleRegistrationPlate, validateAWebsite, validateAnEmail, validateAnFsma, validateAnIban, validateAnvaConnection, validateAnvaDwhConnection, validateAnvaflowsQuestionnaire, validateClaim, validateFasterforwardConnection, validatePromotions, verifyIfADistributionExistsByCompanyRegistration, verifyIfADistributionExistsByName, verifyIfAUserExistsByEmail, type webhooks, wgApiClient };
|
|
107056
|
+
export { type $defs, type AcceptOrRejectAnAdvisoryReportBody, type AcceptOrRejectAnAdvisoryReportPathParams, type AcceptOrRejectAnAdvisoryReportQueryParams, type AcceptOrRejectAnAdvisoryReportResponse, type AnswerAFlowDirectlyBody, type AnswerAFlowDirectlyPathParams, type AnswerAFlowDirectlyQueryParams, type AnswerAFlowDirectlyResponse, type AnswerAFlowSessionBody, type AnswerAFlowSessionPathParams, type AnswerAFlowSessionQueryParams, type AnswerAFlowSessionResponse, type CalculateAnvaquotesBySessionIdBody, type CalculateAnvaquotesBySessionIdPathParams, type CalculateAnvaquotesBySessionIdQueryParams, type CalculateAnvaquotesBySessionIdResponse, type CalculateCarLeaseQuoteBody, type CalculateCarLeaseQuoteQueryParams, type CalculateCarLeaseQuoteResponse, type CalculateQuotesV2Body, type CalculateQuotesV2PathParams, type CalculateQuotesV2QueryParams, type CalculateQuotesV2Response, 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 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 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 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 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 DeleteAdvisoryReportPathParams, type DeleteAdvisoryReportQueryParams, type DeleteAdvisoryReportResponse, type DeleteAdvisoryReportRevisionPathParams, type DeleteAdvisoryReportRevisionQueryParams, type DeleteAdvisoryReportRevisionResponse, type DeleteAllSessionsBySessionIdPathParams, type DeleteAllSessionsBySessionIdResponse, type DeleteBrokerConnectionByKeyPathParams, type DeleteBrokerConnectionByKeyResponse, type DeleteClaimAsBrokerByIdPathParams, type DeleteClaimAsBrokerByIdQueryParams, type DeleteClaimAsBrokerByIdResponse, type DeleteCommentOnActivityPathParams, type DeleteCommentOnActivityQueryParams, type DeleteCommentOnActivityResponse, type DeleteDistributionConnectionByKeyPathParams, type DeleteDistributionConnectionByKeyResponse, 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 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 Disable2FaByUserBody, type Disable2FaByUserResponse, type DownloadDocumentByIdPathParams, type DownloadDocumentByIdQueryParams, type DownloadDocumentByIdResponse, type EditInsuranceProductAdviceByDistributionBody, type EditInsuranceProductAdviceByDistributionPathParams, type EditInsuranceProductAdviceByDistributionResponse, type EditInsuranceProductDescriptionsByDistributionPathParams, type EditInsuranceProductDescriptionsByDistributionResponse, type Enable2FaBody, type Enable2FaResponse, type EnrichPartyByIdWithExternalCompanyDataPathParams, type EnrichPartyByIdWithExternalCompanyDataQueryParams, type EnrichPartyByIdWithExternalCompanyDataResponse, type ExportAdvisoryReportByIdBody, type ExportAdvisoryReportByIdPathParams, type ExportAdvisoryReportByIdQueryParams, type ExportAdvisoryReportByIdResponse, type ExportPartyByIdPathParams, type ExportPartyByIdResponse, type ExportQuoteByIdBody, type ExportQuoteByIdPathParams, type ExportQuoteByIdQueryParams, type ExportQuoteByIdResponse, type ExtractInsurancePoliciesForOneDocumentBody, type ExtractInsurancePoliciesForOneDocumentResponse, type ExtractManyDocumentInBatchBody, type ExtractManyDocumentInBatchResponse, type ExtractOffersForOneDocumentBody, type ExtractOffersForOneDocumentResponse, type ExtractOneDocumentBody, type ExtractOneDocumentResponse, 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 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 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 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 GetAnvaClosingQuestionsQueryParams, type GetAnvaClosingQuestionsResponse, type GetAnvaEmployeesQueryParams, type GetAnvaEmployeesResponse, type GetAnvaLabelsQueryParams, type GetAnvaLabelsResponse, type GetAnvaPartiesQueryParams, type GetAnvaPartiesResponse, type GetAnvaproductByIdPathParams, type GetAnvaproductByIdQueryParams, type GetAnvaproductByIdResponse, type GetAnvaproductsQueryParams, type GetAnvaproductsResponse, type GetArtifactFromEventByIdPathParams, type GetArtifactFromEventByIdQueryParams, type GetArtifactFromEventByIdResponse, type GetAvailableFlowsForDistributionInfoQueryParams, type GetAvailableFlowsForDistributionInfoResponse, type GetBrokerConnectionsByIdPathParams, 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 GetClaimAsBrokerByIdPathParams, type GetClaimAsBrokerByIdQueryParams, type GetClaimAsBrokerByIdResponse, type GetClaimAsCustomerWithTokenPathParams, type GetClaimAsCustomerWithTokenQueryParams, type GetClaimAsCustomerWithTokenResponse, type GetClaimEventsAsBrokerByIdPathParams, type GetClaimEventsAsBrokerByIdQueryParams, type GetClaimEventsAsBrokerByIdResponse, type GetClaimEventsAsCustomerPathParams, type GetClaimEventsAsCustomerQueryParams, type GetClaimEventsAsCustomerResponse, 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 GetCurrentBrokerOfTheUserResponse, type GetDiasEmployeesQueryParams, type GetDiasEmployeesResponse, type GetDiasPartiesQueryParams, type GetDiasPartiesResponse, type GetDistributionActivityPathParams, type GetDistributionActivityQueryParams, type GetDistributionActivityResponse, type GetDistributionAffiliationsPathParams, type GetDistributionAffiliationsResponse, type GetDistributionByIdPathParams, type GetDistributionByIdResponse, type GetDistributionConnectionsByIdPathParams, type GetDistributionConnectionsByIdQueryParams, type GetDistributionConnectionsByIdResponse, type GetDistributionHasPendingUpgradePathParams, type GetDistributionHasPendingUpgradeResponse, type GetDistributionSettingsResponse, type GetDistributionTagsQueryParams, type GetDistributionTagsResponse, type GetDocumentExtractionBatchByIdPathParams, type GetDocumentExtractionBatchByIdResponse, type GetDocumentMetadataPathParams, type GetDocumentMetadataResponse, type GetDocumentsForPartyPathParams, type GetDocumentsForPartyQueryParams, type GetDocumentsForPartyResponse, type GetEncryptionKeysQueryParams, type GetEncryptionKeysResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponsePathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryPathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryResponse, type GetEventsByAdvisoryReportIdPathParams, type GetEventsByAdvisoryReportIdQueryParams, type GetEventsByAdvisoryReportIdResponse, type GetExtractEnityInfoPathParams, type GetExtractEnityInfoResponse, type GetFasterforwardEmployeesQueryParams, type GetFasterforwardEmployeesResponse, type GetFasterforwardTeamsQueryParams, type GetFasterforwardTeamsResponse, type GetFlowInfoByIdPathParams, type GetFlowInfoByIdQueryParams, type GetFlowInfoByIdResponse, type GetFlowsInfoQueryParams, type GetFlowsInfoResponse, type GetHubspotVisitorIdentificationTokenResponse, type GetInfoForClaimPathParams, type GetInfoForClaimQueryParams, type GetInfoForClaimResponse, type GetInsightsIfCarIsInsuredBody, type GetInsightsIfCarIsInsuredResponse, type GetInsuranceCompaniesQueryParams, type GetInsuranceCompaniesResponse, type GetInsurancePoliciesForPartyPathParams, type GetInsurancePoliciesForPartyQueryParams, type GetInsurancePoliciesForPartyResponse, type GetInsurancePolicyByIdPathParams, type GetInsurancePolicyByIdResponse, type GetInsurancePolicySimulationsForPartyPathParams, type GetInsurancePolicySimulationsForPartyQueryParams, type GetInsurancePolicySimulationsForPartyResponse, type GetInsuranceProductClausesByDistributionQueryParams, type GetInsuranceProductClausesByDistributionResponse, type GetInsuranceProductsV2QueryParams, type GetInsuranceProductsV2Response, type GetIntegrationsByDistributionPathParams, type GetIntegrationsByDistributionResponse, 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 GetOrganisationDistributionsPathParams, type GetOrganisationDistributionsQueryParams, type GetOrganisationDistributionsResponse, type GetOrganisationLeadsPathParams, type GetOrganisationLeadsQueryParams, type GetOrganisationLeadsResponse, type GetOrganisationOffersPathParams, type GetOrganisationOffersQueryParams, type GetOrganisationOffersResponse, 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 GetPolicyPackageByIdPathParams, type GetPolicyPackageByIdResponse, type GetPolicyPackageSimulationsForPartyPathParams, type GetPolicyPackageSimulationsForPartyResponse, 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 GetStepSettingsByAdvisoryReportIdPathParams, type GetStepSettingsByAdvisoryReportIdQueryParams, type GetStepSettingsByAdvisoryReportIdResponse, 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 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 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 ImportAnvaInsurancePolicyDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyDocumentInWegroupResponse, type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse, type ImportAnvaPartyInWegroupPathParams, type ImportAnvaPartyInWegroupQueryParams, type ImportAnvaPartyInWegroupResponse, type ImportDiasPartyInWegroupPathParams, type ImportDiasPartyInWegroupQueryParams, type ImportDiasPartyInWegroupResponse, type InviteColleaguesToDistributionBody, type InviteColleaguesToDistributionResponse, type LinkConversationToAdvisoryReportBody, type LinkConversationToAdvisoryReportPathParams, type LinkConversationToAdvisoryReportQueryParams, type LinkConversationToAdvisoryReportResponse, 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 OverrideInsuranceProductRecommendationByIdBody, type OverrideInsuranceProductRecommendationByIdPathParams, type OverrideInsuranceProductRecommendationByIdResponse, type OverridePreventionAdviceRecommendationByIdBody, type OverridePreventionAdviceRecommendationByIdPathParams, type OverridePreventionAdviceRecommendationByIdResponse, type PatchAnvaproductByIdBody, type PatchAnvaproductByIdPathParams, type PatchAnvaproductByIdQueryParams, type PatchAnvaproductByIdResponse, 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 RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse, type RecalculateSimulationBySessionIdBody, type RecalculateSimulationBySessionIdPathParams, type RecalculateSimulationBySessionIdQueryParams, type RecalculateSimulationBySessionIdResponse, 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 RetrieveExportByIdPathParams, type RetrieveExportByIdQueryParams, type RetrieveExportByIdResponse, type RetrieveFlowBody, type RetrieveFlowPathParams, type RetrieveFlowQueryParams, type RetrieveFlowResponse, 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 SchemaActivity, type SchemaActivityFrontPageCmd, type SchemaActivityFrontPageQueryModel, 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 SchemaAdviceQueryModel, type SchemaAdviceType, type SchemaAdvisoryReport, type SchemaAdvisoryReportAdviceActionCreateCmd, 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 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 SchemaAnvaCalculationPackage, type SchemaAnvaCalculationResponse, type SchemaAnvaClosingQuestion, type SchemaAnvaClosingQuestionUpsert, type SchemaAnvaClosingQuestionUpsertCmd, type SchemaAnvaCoverage, type SchemaAnvaDocument, type SchemaAnvaDocumentUpdateCmd, type SchemaAnvaFlowLabelStatus, type SchemaAnvaFlowStatus, type SchemaAnvaInsurance, type SchemaAnvaInsuranceCompany, type SchemaAnvaInsuranceCompanyUpdateCmd, type SchemaAnvaInsuranceUpdateCmd, type SchemaAnvaLabel, type SchemaAnvaPackage, type SchemaAnvaPackageDiscount, type SchemaAnvaPackageUpdateCmd, type SchemaAnvaProduct, type SchemaAnvaProductQueryModel, type SchemaAnvaProductQuestionnaire, type SchemaAnvaProductQuestionnaireQueryModel, type SchemaAnvaProductQuestionnaireUpdate, type SchemaAnvaProductQuestionnairesQueryModel, type SchemaAnvaProductQuestionnairesUpdateCmd, type SchemaAnvaProductQuestionnairesValidateCmd, type SchemaAnvaProductTag, type SchemaAnvaProductToInsurancePolicyLink, type SchemaAnvaProductUpdateCmd, type SchemaAnvaQuote, type SchemaAnvaTag, type SchemaApiCoverage, type SchemaApiCoverageSource, type SchemaAppHandlersNatsModelsStatusResponse, 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 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 SchemaAppResponsesBaseStatusResponse, type SchemaAppViewsModelsAdvisoryReportAdvisoryReportQueryModelInsurancePolicies, type SchemaAppViewsModelsAdvisoryReportCoverageQueryModelExternalLabel, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportPolicyPackageQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportRiskDomainActionQueryModelRiskDomain, type SchemaAppViewsModelsAdvisoryReportRiskDomainAdviceQueryModelRiskDomain, type SchemaAppViewsModelsOfferAcknowledgement, type SchemaAppViewsModelsOfferGuarantee, type SchemaAppViewsModelsOfferPartyAssignee, type SchemaAppViewsModelsPartyAddresWithMetadataMetaData, type SchemaAppViewsModelsPartyLink, type SchemaAppViewsModelsPartyManagementQueryModel, type SchemaAppViewsModelsPartyManagementquerymodel, type SchemaAppViewsModelsPartyPartyAssignee, type SchemaAppViewsModelsPartyPartyDocumentQueryModel, type SchemaAppViewsModelsPartyPartyDocumentsMetaData, type SchemaAppViewsModelsPartyPartyLogoQueryModel, type SchemaAppViewsModelsPartyPartyRelationQueryModelParty, type SchemaAppViewsModelsPartyPartyassignee, type SchemaAppViewsModelsPartyPartydocumentquerymodel, 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 SchemaAthoraFamilyPayload, 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 SchemaBase, 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 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 SchemaCalculateProfileaseCarQuoteCmd, type SchemaCalculateProfileaseCarQuoteParams, type SchemaCalculationSpecEnumValue, type SchemaCalculationSpecInputType, type SchemaCalculationSpecType, type SchemaCampaignAudienceType, type SchemaCampaignCreateResponse, 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 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 SchemaChatCmd, type SchemaChatSummaryDetailed, type SchemaChatSummaryGroup, type SchemaChatSummaryQuestion, type SchemaChatSummarySection, type SchemaChild, type SchemaChildProtection, type SchemaChildProtectionDriver, type SchemaChildProtectionPassenger, type SchemaChildProtectionRear, 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 SchemaClaimStatus, type SchemaClaimType, type SchemaClauseCmd, type SchemaClauseQueryModel, type SchemaCloudDataStorageLocation, 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 SchemaCompareAnswer, type SchemaCompareCmd, type SchemaCondition, 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 SchemaCreateAccountParams, type SchemaCreateAdvisoryReportParams, type SchemaCreateAdvisoryReportRevisionParams, type SchemaCreateAdvisoryReportRevisionV2Params, 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 SchemaCreateDistributionConnectionParams, type SchemaCreateDistributionTagParams, type SchemaCreateDistributionUspParams, type SchemaCreateFamilyRiskObjectParams, type SchemaCreateFlowParams, type SchemaCreateFlowSessionParams, type SchemaCreateInsurancePolicyForPartyParams, type SchemaCreateInsuranceProductClauseParams, type SchemaCreateLegalRiskObjectParams, type SchemaCreateMiscellaneousRiskObjectParams, type SchemaCreateNoteForPartyParams, type SchemaCreateOfferRequestForInsuranceCompanyDocxParams, type SchemaCreateOfferRequestForInsuranceCompanyPdfParams, type SchemaCreateOfferRevisionParams, type SchemaCreateOfferV2Params, type SchemaCreatePartyAccidentParams, type SchemaCreatePartyExternalRefsParams, type SchemaCreatePartyFromCompanyRegistrationParams, type SchemaCreatePartyGroupRiskObjectParams, type SchemaCreateProfileaseCarLeaseOfferParams, type SchemaCreateProfileaseCarOfferCmd, type SchemaCreateProfileaseCarOfferResponse, type SchemaCreateRelationBetweenPartiesParams, type SchemaCreateRelationBetweenPartyAndRiskObjectParams, type SchemaCreateReplyUuid, type SchemaCreateResponse, type SchemaCreateRiskObjectExternalRefsParams, type SchemaCreateSemiTrailerRiskObjectParams, type SchemaCreateSignedPartiesUploadUrlParams, type SchemaCreateToolkitAccountParams, type SchemaCreateToolkitBrokerParams, type SchemaCreateTrailerRiskObjectParams, type SchemaCreateTrialUserParams, 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 SchemaDeductibleType, type SchemaDelaFuneralPayload, type SchemaDeleteMethod, type SchemaDemographicData, 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 SchemaDriver, type SchemaDriverBrandClubMembership, type SchemaDriverExperience, type SchemaDriverLicenseCode, type SchemaDriverLicenseCode_2, type SchemaDriverLicenseType, type SchemaDriverLicenseType_2, type SchemaDriverVehicle, type SchemaDriverVehicleExperience, type SchemaDriverVehicleUsage, type SchemaDrivingTimes, type SchemaEducationLevel, type SchemaEducationLevel_2, type SchemaElectricBatteryType, type SchemaElectricalBikeAssistance, type SchemaElectricalInstallationType, type SchemaElectricalInstallations, type SchemaElectronicStabilityControl, 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 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 SchemaExtractSingularDocumentParams, type SchemaExtractThemeCmd, type SchemaExtractWebsiteThemeParams, type SchemaExtractedInsurancePolicy, type SchemaExtractedQuestionnaireFilters, type SchemaExtractedQuestionnaireRequest, type SchemaFacade, type SchemaFamilyPayloads, type SchemaFamilyReferenceQueryModel, type SchemaFamilyRiskObjectIdWithRevisionId, type SchemaFamilyStatus, type SchemaFamilyStatus_2, type SchemaFeedback, type SchemaFieldMapping, type SchemaFieldMappingManager, type SchemaFieldOperation, type SchemaFieldTransformer, 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 SchemaFlowsModelsAnvaInsurancePackageInsurancePolicy, type SchemaFlowsModelsAnvaInsurancePolicy, 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 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 SchemaHandleCreateDocumentFromQuestionnaireParams, type SchemaHandleGenerateQuestionsToPrefillByCarParams, type SchemaHandleMarkSessionCompletedParams, type SchemaHandleQuoteCalculationV2ExtraParams, type SchemaHandleQuoteMailSendParams, type SchemaHandleQuoteSaveParams, type SchemaHandleRecalculateSimulationParams, type SchemaHandleRetrieveConversationReportPdfBySessionIdParams, type SchemaHandleRetrieveProductsV2Params, type SchemaHandleSetAskLaterQuestionIdsParams, type SchemaHandleUpdateAnvaProductsParams, type SchemaHandleUpdateAnvaQuestionnairesByProductIdParams, type SchemaHandleUpdateSessionParams, type SchemaHandleUpsertAnvaClosingQuestionsParams, type SchemaHandleValidateAnvaQuestionnairesByProductIdParams, 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 SchemaIdentificationTypes, type SchemaIdentificationTypes_2, type SchemaImpactTime, type SchemaImpactTime_2, type SchemaImportActivity, type SchemaImportPartyResponse, type SchemaIncomeData, type SchemaInformationRequirementSheetSpecification, type SchemaInputType, type SchemaInsurance, type SchemaInsuranceCompanyRetrieveResponse, type SchemaInsuranceCompanyTag, type SchemaInsuranceCompanyTag_2, type SchemaInsuranceContent, type SchemaInsuranceExtended, type SchemaInsuranceFsma, type SchemaInsuranceHistory, type SchemaInsuranceModuleExportQueryModel, type SchemaInsuranceModuleExportType, type SchemaInsurancePackage, type SchemaInsurancePoliciesQueryModel, type SchemaInsurancePolicyCreateCmd, type SchemaInsurancePolicyCreateType, type SchemaInsurancePolicyDocumentCmd, type SchemaInsurancePolicyDocumentQueryModel, type SchemaInsurancePolicyDocumentType, type SchemaInsurancePolicyEntity, type SchemaInsurancePolicyLinkCmd, type SchemaInsurancePolicyLinkQueryModel, type SchemaInsurancePolicyQueryModel, type SchemaInsurancePolicySimulationType, type SchemaInsurancePolicySimulationUpsertCmd, 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 SchemaInviteUsersToDistributionParams, type SchemaIsBurglarProof, type SchemaItServices, type SchemaItem, type SchemaJob, 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 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 SchemaMaxRoofLoad, type SchemaMaxSpeed, type SchemaMaxVolumeTrunk, type SchemaMaxWeight, type SchemaMembership, type SchemaMercuryModelsAnvaListItem, type SchemaMercuryModelsFasterforwardListItem, type SchemaMergePartiesIntoPartyByIdParams, type SchemaMetadata, type SchemaMimeType, type SchemaMinVolumeTrunk, type SchemaMinimalBicycle, type SchemaMinimalBoat, type SchemaMinimalCar, type SchemaMinimalCoverageQueryModel, type SchemaMinimalFamily, type SchemaMinimalFleet, type SchemaMinimalInsurancePolicyQueryModel, type SchemaMinimalLegal, type SchemaMinimalMiscellaneous, type SchemaMinimalOfferQueryModel, type SchemaMinimalPartyGroup, type SchemaMinimalPartyQueryModel, type SchemaMinimalResidence, type SchemaMinimalRiskObject, type SchemaMinimalRiskObjects, type SchemaMinimalSemiTrailer, type SchemaMinimalTeacher, type SchemaMinimalTrailer, type SchemaMinimalTwoWheeler, type SchemaMiscellaneous, type SchemaMiscellaneousRiskObjectIdWithRevisionId, type SchemaMockedDisableTwoFactorRequest, type SchemaMockedTwoFactorVerificationRequest, type SchemaMortgage, type SchemaMostImportantItems, type SchemaMostImportantItems_2, type SchemaMotorType, type SchemaMotorType_2, type SchemaMotorcycleInterests, type SchemaMotorcycleInterests_2, type SchemaMultiAffiliationInfoQueryModel, type SchemaMultiAffiliationQueryModel, type SchemaMultiAnvaClosingQuestionQueryModel, type SchemaMultiAnvaCoverageQueryModel, type SchemaMultiAnvaInsuranceCompanyQueryModel, type SchemaMultiAnvaInsuranceQueryModel, type SchemaMultiAnvaLabelQueryModel, type SchemaMultiAnvaProductQueryModel, type SchemaMultiAnvaTagQueryModel, type SchemaMultiBrokerQueryModel, type SchemaMultiFlowSessionItemQueryModel, type SchemaMultiFlowSessionQueryModel, type SchemaMultiLeaseOfferQueryModel, type SchemaMultiOfferQueryModel, type SchemaMultiPartyQueryModel, type SchemaMultiQuoteBeSession, type SchemaMultiQuoteNlSession, type SchemaNationalIdentificationNumberValidation, type SchemaNatsError, 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 SchemaOptimcoCar, type SchemaOptimcoCarPayload, type SchemaOptimcoDriver, type SchemaOptimcoFamilyPayload, type SchemaOptions, type SchemaOrderInsurancePolicyForAdvisoryReportRevisionParams, type SchemaOrigin, type SchemaOtherSafetySystems, type SchemaOutlook, type SchemaOverrideInsuranceProductRecommendationParams, type SchemaOverridePreventionAdviceRecommendationParams, type SchemaPaginatedInsuranceCompanyResponse, type SchemaPaginatedLeadReply, type SchemaPaginatedOffersResponse, type SchemaPaginatedOffersV2Response, type SchemaPagination, type SchemaParcelData, type SchemaPartiesQueryModel, type SchemaPartyAddresses, type SchemaPartyAssigneesUpdateCmd, type SchemaPartyConversationNotes, type SchemaPartyDocument, type SchemaPartyDocumentQueryModel, type SchemaPartyDocumentType, type SchemaPartyDocumentUpload, type SchemaPartyDocuments, type SchemaPartyEntity, type SchemaPartyExternalRefsCreateCmd, type SchemaPartyExternalRefsQueryModel, type SchemaPartyGroupCustomerQueryModel, type SchemaPartyGroupReferenceQueryModel, type SchemaPartyGroupRiskObjectIdWithRevisionId, 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 SchemaPersonnelDetails, type SchemaPhysicalProperties, type SchemaPiaBeCar, type SchemaPiaBeCarPayload, type SchemaPiaBeDriver, type SchemaPiaContractConversionStatus, type SchemaPiaNlCar, type SchemaPiaNlCarPayload, type SchemaPiaNlDriver, type SchemaPlanQueryModel, type SchemaPlanStatus, type SchemaPlansReply, type SchemaPnpCar, type SchemaPnpCarPayload, type SchemaPnpDriver, type SchemaPnpFamilyPayload, type SchemaPnpHome, type SchemaPnpHomePayload, type SchemaPolicyDocumentType, type SchemaPolicyHolderRelation, type SchemaPolicyHolderRelation_2, type SchemaPolicyPackageCreateCmd, type SchemaPolicyPackageEntity, type SchemaPolicyPackageQueryModel, type SchemaPolicyPackagesQueryModel, type SchemaPossibleInsuranceProductQueryModel, type SchemaPossibleInsuranceProductsQueryModel, type SchemaPossiblePackage, 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 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 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 SchemaRecalculateSimulationCmd, 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 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 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 SchemaSecurityMeasure, type SchemaSelectedRecommendationsFeedback, type SchemaSemiTrailerRiskObjectIdWithRevisionId, type SchemaSemiTrailerType, type SchemaSendAdvisoryReportRevisionMailParams, type SchemaSeries, type SchemaSeriesSortContext, type SchemaServerError, type SchemaServerErrorMsgEnum, type SchemaSessionReport, type SchemaShareholder, type SchemaShareholderQueryModel, type SchemaSignatureBox, type SchemaSiloCapacity, type SchemaSingleAffiliationQueryModel, type SchemaSingleAuditDetailQueryModel, type SchemaSingleAuditQueryModel, type SchemaSingleUserQueryModel, 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 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 SchemaTelephoneNr, type SchemaTheftFormulas, type SchemaTheftFormulas_2, type SchemaTheme, type SchemaThemes, type SchemaThirdPartyActivity, type SchemaThirdPartyConstructionWorkInsuranceType, type SchemaThirdPartyConstructionWorkInsuranceType_2, type SchemaTokenReply, type SchemaToolkitAccountCreateCmd, type SchemaToolkitBrokerCreateCmd, type SchemaToolkitBrokerCreationResponse, type SchemaToolkitLicenseType, type SchemaTrailerRiskObjectIdWithRevisionId, type SchemaTrailerTonnageCategory, type SchemaTrailerType, type SchemaTrailerType_2, type SchemaTransferLeadByIdParams, type SchemaTransferPartyByIdParams, type SchemaTransmissionType, type SchemaTransmissionType_2, type SchemaTransportInfo, type SchemaTravelMethods, type SchemaTravelMethods_2, type SchemaTravelsAYear, type SchemaTravelsAYear_2, 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 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 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 SchemaUploadSignedUrlResponse, type SchemaUpsertActionFromAdviceInAdvisoryReportRevisionParams, 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 SchemaWgPyModelsDomainInsuranceInsurancesAthoraFamilyFamily, 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 SchemaWgPyModelsDomainInsuranceInsurancesPiaBeDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceInsurancesPiaBeEnumsAccreditedAppraiser, type SchemaWgPyModelsDomainInsuranceInsurancesPiaBeEnumsBrandClub, type SchemaWgPyModelsDomainInsuranceInsurancesPiaBeEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesPiaBeEnumsCompanyLegalForm, type SchemaWgPyModelsDomainInsuranceInsurancesPiaBeEnumsCountryOfRegistration, type SchemaWgPyModelsDomainInsuranceInsurancesPiaBeEnumsProfessionalUsagePurpose, type SchemaWgPyModelsDomainInsuranceInsurancesPiaBeProspectCompanyOwner, type SchemaWgPyModelsDomainInsuranceInsurancesPiaBeProspectCustomerOwner, type SchemaWgPyModelsDomainInsuranceInsurancesPiaNlDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceInsurancesPiaNlEnumsAccreditedAppraiser, type SchemaWgPyModelsDomainInsuranceInsurancesPiaNlEnumsBrandClub, type SchemaWgPyModelsDomainInsuranceInsurancesPiaNlEnumsCarDemo, type SchemaWgPyModelsDomainInsuranceInsurancesPiaNlEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesPiaNlEnumsCompanyLegalForm, type SchemaWgPyModelsDomainInsuranceInsurancesPiaNlEnumsCountryOfRegistration, type SchemaWgPyModelsDomainInsuranceInsurancesPiaNlEnumsProfessionalUsagePurpose, type SchemaWgPyModelsDomainInsuranceInsurancesPiaNlEnumsSubjectToVat, type SchemaWgPyModelsDomainInsuranceInsurancesPiaNlProspectCompanyOwner, type SchemaWgPyModelsDomainInsuranceInsurancesPiaNlProspectCustomerOwner, 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 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 SchemaWgPyModelsDomainWegroupEnumsAccreditedAppraiser, type SchemaWgPyModelsDomainWegroupEnumsBrandClub, type SchemaWgPyModelsDomainWegroupEnumsCarDemo, 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 SchemaWgPyModelsDomainWegroupEnumsSubjectToVat, 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 SchemaWgsdkSmtClaim, 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 SeachStreetsByCityAndCountryQueryParams, type SeachStreetsByCityAndCountryResponse, type SearchAddressesByCountryQueryParams, type SearchAddressesByCountryResponse, type SearchCitiesByCountryQueryParams, type SearchCitiesByCountryResponse, type SearchDirectorsByFirstAndLastNameQueryParams, type SearchDirectorsByFirstAndLastNameResponse, type SearchEnterprisesByCountryQueryParams, type SearchEnterprisesByCountryResponse, type SearchVehiclesBody, type SearchVehiclesQueryParams, type SearchVehiclesResponse, type SendAdvisoryReportAsMailBody, type SendAdvisoryReportAsMailPathParams, type SendAdvisoryReportAsMailQueryParams, type SendAdvisoryReportAsMailResponse, type SendClaimToKeypointPathParams, type SendClaimToKeypointQueryParams, type SendClaimToKeypointResponse, type SendExampleCampaignTargetMailQueryParams, type SendExampleCampaignTargetMailResponse, type SendMailClaimReportByIdPathParams, type SendMailClaimReportByIdQueryParams, type SendMailClaimReportByIdResponse, type SendMailFollowupPageToCustomerPathParams, type SendMailFollowupPageToCustomerQueryParams, type SendMailFollowupPageToCustomerResponse, type SendOfferToAnvaBySessionIdPathParams, type SendOfferToAnvaBySessionIdQueryParams, type SendOfferToAnvaBySessionIdResponse, 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 UnlockClaimPathParams, type UnlockClaimQueryParams, type UnlockClaimResponse, type UpdateAdvisoryReportBody, type UpdateAdvisoryReportPathParams, type UpdateAdvisoryReportQueryParams, type UpdateAdvisoryReportResponse, 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 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 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 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 UpdateYourOwnUserBody, type UpdateYourOwnUserResponse, type UpdateYourPasswordBody, type UpdateYourPasswordResponse, type UploadClaimDocumentAsBrokerPathParams, type UploadClaimDocumentAsBrokerQueryParams, type UploadClaimDocumentAsBrokerResponse, type UpsertAnvaClosingQuestionsBody, type UpsertAnvaClosingQuestionsQueryParams, type UpsertAnvaClosingQuestionsResponse, type UpsertInsurancePoliciesForPartyBody, type UpsertInsurancePoliciesForPartyPathParams, type UpsertInsurancePoliciesForPartyResponse, type UpsertInsurancePolicySimulationForPartyBody, type UpsertInsurancePolicySimulationForPartyPathParams, type UpsertInsurancePolicySimulationForPartyResponse, type UpsertPolicyPackagesForPartyBody, type UpsertPolicyPackagesForPartyPathParams, type UpsertPolicyPackagesForPartyResponse, type V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostQueryParams, type V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostResponse, type V1ApiIntegrationsAnvaPartiesGetQueryParams, type V1ApiIntegrationsAnvaPartiesGetResponse, type V1ApiIntegrationsAnvaValidatePostQueryParams, type V1ApiIntegrationsAnvaValidatePostResponse, 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 ValidateFasterforwardConnectionQueryParams, type ValidateFasterforwardConnectionResponse, type ValidatePromotionsResponse, type VerifyIfADistributionExistsByCompanyRegistrationBody, type VerifyIfADistributionExistsByCompanyRegistrationQueryParams, type VerifyIfADistributionExistsByCompanyRegistrationResponse, type VerifyIfADistributionExistsByNameBody, type VerifyIfADistributionExistsByNameQueryParams, type VerifyIfADistributionExistsByNameResponse, type VerifyIfAUserExistsByEmailBody, type VerifyIfAUserExistsByEmailQueryParams, type VerifyIfAUserExistsByEmailResponse, type WgApiSchema, type WgPaths, acceptOrRejectAnAdvisoryReport, answerAFlowDirectly, answerAFlowSession, calculateAnvaquotesBySessionId, calculateCarLeaseQuote, calculateQuotesV2, claimReportById, claimRequestUpdate, commentOnActivity, type components, createAccidentsForParty, createAccount, createAdvisoryReport, createAdvisoryReportRevision, createAdvisoryReportRevisionV2, createAdvisoryReportStepSettings, createBicycleRiskObject, createBoatRiskObject, createBrokerConnectionsById, createCampaign, createCarRiskObject, createClaimAsBroker, createClaimAsCustomer, createCompanyLead, createConversation, createConversationReminder, createCustomerLead, createDistributionConnectionById, createDistributionTag, createDocumentForClaim, createDocumentForClaimAsCustomer, createDocumentForParty, createEntityAsBroker, createEntityAsCustomerWithToken, createFamilyRiskObject, createInsurancePoliciesForParty, createInsuranceProductClauseForDistribution, createLegalParty, createLegalRiskObject, createLockForClaim, createMiscellaneousRiskObject, createNaturalParty, createNoteOnEvent, createNoteOnEventAsCustomer, createOfferRevision, createOrReplaceInsurancePolicyForAdvisoryReportById, createOrReplacePolicyPackagesForAdvisoryReportById, createPartyByEnrichingWithEnrichingWithCompanyRegistration, createPartyGroupRiskObject, createPartyNote, createPartyOffers, createPartyRelations, createProfileaseCarLeaseOffer, createProflowSessionByBatchId, createRecommendationByPartyId, createRecommendationBySessionId, createReferenceForParty, createReferencesForRiskObject, createRelationBetweenRiskObjectAndParty, createRiskDomainActionForAdvisoryReportById, createRiskDomainActionFromAdviceForAdvisoryReportById, createRiskDomainAdviceForAdvisoryReportById, createRiskDomainForAdvisoryReportById, createSemiTrailerRiskObject, createToolkitAccount, createToolkitBroker, createTrailerRiskObject, createTrialBroker, createUploadLinkAsCustomer, createUspItemForDistribution, deleteAdvisoryReport, deleteAdvisoryReportRevision, deleteAllSessionsBySessionId, deleteBrokerConnectionByKey, deleteClaimAsBrokerById, deleteCommentOnActivity, deleteDistributionConnectionByKey, deleteDistributionTag, deleteDocumentById, deleteDocumentByIdAsCustomerWithToken, deleteDocumentForParty, deleteEntityAsBrokerById, deleteEntityByIdAsCustomerWithToken, deleteEntityBySessionIdAndFlowId, deleteInsurancePoliciesForParty, deleteInsurancePolicyForAdvisoryReportById, deleteInsuranceProductClauseForDistribution, deleteNote, deletePartyEntityBySessionIdAndFlowId, deletePartyNoteById, deletePartyRelations, deletePolicyPackagesForParty, deleteRelationBetweenRiskObjectAndParty, deleteRiskDomainActionForAdvisoryReportById, deleteRiskDomainAdviceForAdvisoryReportById, deleteRiskDomainForAdvisoryReportById, deleteRiskObjectById, deleteSessionBySessionId, deleteUspByDistributionAndId, disable2FaByUser, downloadDocumentById, editInsuranceProductAdviceByDistribution, editInsuranceProductDescriptionsByDistribution, enable2Fa, enrichPartyByIdWithExternalCompanyData, exportAdvisoryReportById, exportPartyById, exportQuoteById, extractInsurancePoliciesForOneDocument, extractManyDocumentInBatch, extractOffersForOneDocument, extractOneDocument, extractWebsiteTheme, generateCompanyDescription, generateDistributionAboutUsCompletion, generateDnsPrefix, generateDocxDocumentOfAdvisoryReportById, generateFlowQuestionnaire, generateFlowQuestionnaireDocument, generateOfferRequestForInsuranceCompanyDocx, generateOfferRequestForInsuranceCompanyPdf, generatePdfOfAdvisoryReportById, generatePossibleProductsBySessionV2, generateQuestionsToPrefillByCar, generateStandaloneFrontPagePdfOfAdvisoryReportAsExample, generateTokenForSocialLoginFlowAsBroker, get2FaByUser, getActivityByParty, getAddressInfo, getAddressInfoFreemium, getAdvicesPerInsuranceProduct, getAdvisoryReportById, getAdvisoryReportExportOptions, getAllActivityTypes, getAllAdvisoryReports, getAllAvailableAffiliations, getAllAvailablePlans, getAllAvailableThemesInWegroup, getAllBrokersLinkedToCurrentUser, getAllCampaignTemplates, getAllCampaignsByDistribution, getAllCarClaimCategories, getAllClaimsAsBroker, getAllConversations, getAllEnums, getAllLeadsByDistribution, getAllLeaseOffersByDistribution, getAllPartiesByDistribution, getAllPartiesByDistributionV2, getAllRiskObjectsByPartyId, getAllRiskObjectsByPartyIdV2, getAllSessionsBySessionId, getAllVehicleBrands, getAllVehicleSeriesByBrandKey, getAllVehicleVersionsBySeriesId, getAnvaClosingQuestions, getAnvaEmployees, getAnvaLabels, getAnvaParties, getAnvaproductById, getAnvaproducts, getArtifactFromEventById, getAvailableFlowsForDistributionInfo, getBrokerConnectionsById, getBrokerIntegrations, getCampaignById, getCampaignSettingsByDistribution, getCampaignTargetMailTemplate, getCarLeaseRates, getChatBySessionId, getChatSummaryV2BySessionId, getClaimAsBrokerById, getClaimAsCustomerWithToken, getClaimEventsAsBrokerById, getClaimEventsAsCustomer, getConversationById, getConversationNotes, getConversationReportPdfById, getConversationsOriginFilter, getCurrentBrokerOfTheUser, getDiasEmployees, getDiasParties, getDistributionActivity, getDistributionAffiliations, getDistributionById, getDistributionConnectionsById, getDistributionHasPendingUpgrade, getDistributionSettings, getDistributionTags, getDocumentExtractionBatchById, getDocumentMetadata, getDocumentsForParty, getEncryptionKeys, getEnterpriseByCompanyRegistrationNumberAndCountry, getEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponse, getEventsByAdvisoryReportId, getExtractEnityInfo, getFasterforwardEmployees, getFasterforwardTeams, getFlowInfoById, getFlowsInfo, getHubspotVisitorIdentificationToken, getInfoForClaim, getInsightsIfCarIsInsured, getInsuranceCompanies, getInsurancePoliciesForParty, getInsurancePolicyById, getInsurancePolicySimulationsForParty, getInsuranceProductClausesByDistribution, getInsuranceProductsV2, getIntegrationsByDistribution, getLeadById, getLeadProviderById, getLeadProvidersByAffinity, getLeaseOfferById, getLinkOfDocument, getMetricsByCampaign, getMinimalOfferById, getMinimalOfferRevisionById, getMinimalRiskObjectById, getNace, getNoveltyInsightsByDistribution, getOfferById, getOffersByDistribution, getOnboardingChecklistByBroker, getOrganisationDistributions, getOrganisationLeads, getOrganisationOffers, getPartiesOriginFilter, getPartyAddresses, getPartyById, getPartyMergeSuggestions, getPdfOfAdvisoryReportById, getPerformanceInsightsByDistribution, getPolicyPackageById, getPolicyPackageSimulationsForParty, getPolicyPackagesForParty, getPossibleInsuranceProductsByPartyId, getPossibleInsuranceProductsByRiskObjectId, getPossibleInsuranceProductsForManagementByPartyId, getPossibleInsuranceProductsForStaffByPartyId, getPreventionAdvice, getPromotionsByDistributionId, getProvenanceInfoOfDocument, getQuoteExports, getQuoteInsights, getQuotesAsBatchResultsByConversationId, getRecommendationsById, getRecommendationsByPartyId, getRecommendationsBySessionId, getRiskAnalysisByPartyId, getRiskDomainById, getRiskDomains, getRiskObjectByRiskObjectRevisionId, getRiskObjectRevisionsById, getSbi, getStepSettingsByAdvisoryReportId, getSupportedAnvaflowCoverages, getSupportedAnvaflowInsuranceCompanies, getSupportedAnvaflowInsurances, getSupportedAnvaflowTags, getSupportedInsuranceCompanies, getSupportedInsuranceSubjects, getSupportedMimeTypes, getSupportedRiskDomains, getTheBrokerById, getUspByDistribution, getValuesOfEnum, getVehicleByCarIdOrFebiacId, getVehicleByNumberPlateAndCarId, getVehicleByVersionId, getVehicleByVinAndCarId, getVehicleVersionFactsBySeriesId, getWeatherInfo, getYourOwnUser, giveFeedbackOnConversationById, giveFeedbackOnRecommendationsById, giveFeedbackToInsuranceTermsBot, handleCreateDistributionTheme, handleDeleteDistributionTheme, handleUpdateDistributionTheme, importAnvaInsurancePolicyDocumentInWegroup, importAnvaInsurancePolicyPackageDocumentInWegroup, importAnvaPartyInWegroup, importDiasPartyInWegroup, inviteColleaguesToDistribution, linkConversationToAdvisoryReport, lockFlightApi, markConversationAsCompletedById, mergePartiesTogether, type operations, orderInsurancePolciesOfAdvisoryReport, overrideInsuranceProductRecommendationById, overridePreventionAdviceRecommendationById, patchAnvaproductById, type paths, poseAQuestionToInsuranceTermsBot, poseAQuestionToInsuranceTermsBotForItToCompare, postEventAsCarglassPartner, putClausesForReport, recalculateOneAnvaquoteByAnvaProductIdSessionId, recalculateSimulationBySessionId, retrieveAirports, retrieveAllExportsByParty, retrieveAnvaflowsQuestionnaires, retrieveAskLaterQuestions, retrieveAutomobileByCarIdFreemiumVersion, retrieveAutomobileByIdFreemium, retrieveExportById, retrieveFlow, seachStreetsByCityAndCountry, searchAddressesByCountry, searchCitiesByCountry, searchDirectorsByFirstAndLastName, searchEnterprisesByCountry, searchVehicles, sendAdvisoryReportAsMail, sendClaimToKeypoint, sendExampleCampaignTargetMail, sendMailClaimReportById, sendMailFollowupPageToCustomer, sendOfferToAnvaBySessionId, sendQuoteAsMail, setAskLaterQuestions, transferLeadToOtherDistribution, transferPartyToOtherDistribution, unlockClaim, updateAdvisoryReport, updateAnvaflowsQuestionnaire, updateBicycleRiskObject, updateBoatRiskObject, updateBrokerByBroker, updateBrokerConnectionByKey, updateBrokerIntegrations, updateCampaign, updateCarRiskObject, updateClaimAsBrokerById, updateClaimAsCustomerWithToken, updateCommentOnActivity, updateConversationById, updateDeclarationRemark, updateDistributionConnectionByKey, updateDistributionIntegrations, updateDistributionSettings, updateDocumentForParty, updateDocumentMetadataById, updateDocumentMetadataByIdAsCustomerWithToken, updateEntityAsBrokerById, updateEntityAsCustomerWithToken, updateFamilyRiskObject, updateFleetRiskObject, updateInsuranceProductByDistribution, updateInsuranceProductClauseForDistribution, updateLegalRiskObject, updateMiscellaneousRiskObject, updateNote, updateOfferById, updateOffersInBulk, updatePartyAssignees, updatePartyById, updatePartyGroupRiskObject, updatePartyNoteById, updatePartyRelations, updatePreventionByDistribution, updateRelationBetweenRiskObjectAndParty, updateResidenceRiskObject, updateRiskDomainActionForAdvisoryReportById, updateRiskDomainAdviceForAdvisoryReportById, updateRiskDomainByDistribution, updateSemiTrailerRiskObject, updateTargetsByCampaign, updateTrailerRiskObject, updateTwoWheelerRiskObject, updateUspByDistributionAndId, updateYourOwnUser, updateYourPassword, uploadClaimDocumentAsBroker, upsertAnvaClosingQuestions, upsertInsurancePoliciesForParty, upsertInsurancePolicySimulationForParty, upsertPolicyPackagesForParty, v1ApiIntegrationsAnvaPartiesAnvaIdImportsPost, v1ApiIntegrationsAnvaPartiesGet, v1ApiIntegrationsAnvaValidatePost, validateAChassisNumber, validateACompanyRegistrationNumber, validateANationalIdentificationNumber, validateATelephonenr, validateAVehicleRegistrationPlate, validateAWebsite, validateAnEmail, validateAnFsma, validateAnIban, validateAnvaConnection, validateAnvaDwhConnection, validateAnvaflowsQuestionnaire, validateClaim, validateFasterforwardConnection, validatePromotions, verifyIfADistributionExistsByCompanyRegistration, verifyIfADistributionExistsByName, verifyIfAUserExistsByEmail, type webhooks, wgApiClient };
|