wg-api-sdk 4.31.70 → 4.31.72

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/index.d.ts CHANGED
@@ -1178,6 +1178,27 @@ interface paths {
1178
1178
  patch?: never;
1179
1179
  trace?: never;
1180
1180
  };
1181
+ "/v1/api/anvaflows/{session_id}/regenerate": {
1182
+ parameters: {
1183
+ query?: never;
1184
+ header?: never;
1185
+ path?: never;
1186
+ cookie?: never;
1187
+ };
1188
+ get?: never;
1189
+ put?: never;
1190
+ /**
1191
+ * Regenerate Anvaquestionnaire By Session Id
1192
+ * @description Regenerate the ANVA questionnaire for a conversation after a coverage-selection change,
1193
+ * returning the questions that still need to be asked.
1194
+ */
1195
+ post: operations["regenerate_anvaquestionnaire_by_session_id_v1_api_anvaflows__session_id__regenerate_post"];
1196
+ delete?: never;
1197
+ options?: never;
1198
+ head?: never;
1199
+ patch?: never;
1200
+ trace?: never;
1201
+ };
1181
1202
  "/v1/api/anvaflows/{session_id}/send-custom-quotes-to-anva": {
1182
1203
  parameters: {
1183
1204
  query?: never;
@@ -9781,7 +9802,7 @@ interface components {
9781
9802
  * Timestamp
9782
9803
  * Format: date-time
9783
9804
  * @description Timestamp of when the error occured
9784
- * @default 2026-07-03T13:51:18.017172
9805
+ * @default 2026-07-07T13:44:31.621511
9785
9806
  */
9786
9807
  timestamp: string;
9787
9808
  /**
@@ -32851,8 +32872,8 @@ interface components {
32851
32872
  * @example 1970-01-01
32852
32873
  */
32853
32874
  start_date?: string;
32854
- /** Active */
32855
- active?: boolean;
32875
+ /** Is Active */
32876
+ is_active?: boolean;
32856
32877
  };
32857
32878
  /** InsurancePolicyDocumentCmd */
32858
32879
  InsurancePolicyDocumentCmd: {
@@ -39397,11 +39418,13 @@ interface components {
39397
39418
  legal_form?: components["schemas"]["LEGAL_FORM"];
39398
39419
  company_registration?: components["schemas"]["app__models__company_registration__CompanyRegistration"];
39399
39420
  gender?: components["schemas"]["GENDER"];
39421
+ /** Anva Is Head Relation */
39422
+ anva_is_head_relation?: boolean;
39400
39423
  };
39401
39424
  /** PartiesSearchCmd */
39402
39425
  PartiesSearchCmd: {
39403
39426
  /** Q */
39404
- q: string;
39427
+ q: string[];
39405
39428
  /**
39406
39429
  * Search Timeout
39407
39430
  * @default 5
@@ -54039,7 +54062,7 @@ interface components {
54039
54062
  /**
54040
54063
  * Quote Specifications
54041
54064
  * @default {
54042
- * "contract_commencement_date": "2026-07-03"
54065
+ * "contract_commencement_date": "2026-07-07"
54043
54066
  * }
54044
54067
  */
54045
54068
  quote_specifications: components["schemas"]["QuoteSpecification"];
@@ -58509,7 +58532,6 @@ interface components {
58509
58532
  baloise?: components["schemas"]["BaloiseCarPayload"];
58510
58533
  pnp?: components["schemas"]["PnpCarPayload"];
58511
58534
  optimco?: components["schemas"]["OptimcoCarPayload"];
58512
- verzekerje?: components["schemas"]["SafetyStickCarPayload"];
58513
58535
  vivium?: components["schemas"]["ViviumCarPayload"];
58514
58536
  foyer?: components["schemas"]["FoyerCarPayload"];
58515
58537
  };
@@ -60040,194 +60062,6 @@ interface components {
60040
60062
  /** Has Already Been Insured For A Car */
60041
60063
  has_already_been_insured_for_a_car?: boolean;
60042
60064
  };
60043
- /** SafetyStickCarPayload */
60044
- SafetyStickCarPayload: {
60045
- /** Policy Holder */
60046
- policy_holder: components["schemas"]["wg_py_models__domain__insurance__insurances__safetystick__prospect__Customer"] | components["schemas"]["wg_py_models__domain__insurance__insurances__safetystick__prospect__Company"];
60047
- car: components["schemas"]["SafetyStickCar"];
60048
- };
60049
- /** Customer */
60050
- wg_py_models__domain__insurance__insurances__safetystick__prospect__Customer: {
60051
- address: components["schemas"]["wg_py_models__domain__insurance__insurances__optimco__address__Address"];
60052
- native_language?: components["schemas"]["LANGUAGE_CODES"];
60053
- /** Telephonenr */
60054
- telephonenr?: string;
60055
- /** email */
60056
- email?: string;
60057
- /** First Name */
60058
- first_name: string;
60059
- /** Last Name */
60060
- last_name: string;
60061
- /**
60062
- * Birth
60063
- * Format: date
60064
- */
60065
- birth?: string;
60066
- gender?: components["schemas"]["wg_py_models__domain__wegroup__enums__GENDER"];
60067
- };
60068
- /** Company */
60069
- wg_py_models__domain__insurance__insurances__safetystick__prospect__Company: {
60070
- address: components["schemas"]["wg_py_models__domain__insurance__insurances__optimco__address__Address"];
60071
- native_language?: components["schemas"]["LANGUAGE_CODES"];
60072
- /** Telephonenr */
60073
- telephonenr?: string;
60074
- /** email */
60075
- email?: string;
60076
- /** Name */
60077
- name: string;
60078
- legal_form: components["schemas"]["LEGAL_FORM"];
60079
- };
60080
- /** SafetyStickCar */
60081
- SafetyStickCar: {
60082
- driver: components["schemas"]["SafetyStickDriver"];
60083
- /**
60084
- * date
60085
- * Format: date
60086
- */
60087
- registration_first: string;
60088
- /** Number Plate */
60089
- number_plate?: string;
60090
- /** Kw */
60091
- kw: number;
60092
- motor_type?: components["schemas"]["MOTOR_TYPE"];
60093
- /** Seats */
60094
- seats?: number;
60095
- /** Brand */
60096
- brand: string;
60097
- /** Model */
60098
- model?: string;
60099
- /** Version */
60100
- version?: string;
60101
- /** Model Year */
60102
- model_year: number;
60103
- /** Invoice Value */
60104
- invoice_value?: number;
60105
- /** Catalogue Value */
60106
- catalogue_value?: number;
60107
- /** Professional Use */
60108
- professional_use: boolean;
60109
- /** Is First Owner */
60110
- is_first_owner?: boolean;
60111
- mileage?: components["schemas"]["CarMileage"];
60112
- /** Chassis Number */
60113
- chassis_number?: string;
60114
- };
60115
- /** SafetyStickDriver */
60116
- SafetyStickDriver: {
60117
- /**
60118
- * Id
60119
- * Format: uuid
60120
- * @description Can be empty on creation, should be provided on update.
60121
- */
60122
- id?: string;
60123
- /**
60124
- * First Name
60125
- * @description The driver's first name.
60126
- * @default
60127
- */
60128
- first_name: string;
60129
- /**
60130
- * Last Name
60131
- * @description The driver's last name.
60132
- */
60133
- last_name: string;
60134
- /**
60135
- * Initials
60136
- * @description The driver's initials for example J.J. for a person with first name Jan-Jaap.
60137
- */
60138
- initials?: string;
60139
- /**
60140
- * Primary
60141
- * @description Is the driver the primary driver of the vehicle?
60142
- */
60143
- primary: boolean;
60144
- /**
60145
- * date
60146
- * Format: date
60147
- * @description The driver's date of birth.
60148
- */
60149
- birth: string;
60150
- /** @description The driver's gender. */
60151
- gender?: components["schemas"]["wg_py_models__domain__wegroup__enums__GENDER"];
60152
- /** @description The driver's native language. */
60153
- native_language?: components["schemas"]["LANGUAGE_CODES"];
60154
- /**
60155
- * date
60156
- * Format: date
60157
- */
60158
- issue_license_date: string;
60159
- issue_license_country?: components["schemas"]["COUNTRY_CODES"];
60160
- accident_statement: components["schemas"]["wg_py_models__domain__insurance__risk_objects__vehicle__accident__AccidentStatement"];
60161
- /**
60162
- * Number Of Accidents Last Five Years
60163
- * @description Total number of accidents during the last five years.
60164
- */
60165
- number_of_accidents_last_five_years?: number;
60166
- address: components["schemas"]["wg_py_models__domain__insurance__insurances__optimco__address__Address"];
60167
- /**
60168
- * Birth Place
60169
- * @description The Driver's place of birth.
60170
- */
60171
- birth_place?: string;
60172
- driver_license_code?: components["schemas"]["DRIVER_LICENSE_CODE"];
60173
- /**
60174
- * @description The type of the driver license.
60175
- * @default NO_LICENSE
60176
- */
60177
- driver_license_type: components["schemas"]["DRIVER_LICENSE_TYPE"];
60178
- /**
60179
- * Special Employment
60180
- * @description For elvas project, set employment for bloc retour
60181
- */
60182
- special_employment?: boolean;
60183
- /** @description The profession of the driver. */
60184
- profession?: components["schemas"]["wg_py_models__domain__wegroup__enums__PROFESSION"];
60185
- /** Other Profession */
60186
- other_profession?: string;
60187
- /** @description Indication of your home to work distance in km. */
60188
- home_to_work_distance?: components["schemas"]["HOME_TO_WORK_DISTANCE"];
60189
- /**
60190
- * Previous Bonus Malus
60191
- * @description The bonus malus
60192
- */
60193
- previous_bonus_malus?: number;
60194
- /** Same As Policy Holder */
60195
- same_as_policy_holder?: boolean;
60196
- /** @description Deprecated! This is actually a driver's relation to policy holder. Use relation_to_policy_holder instead. */
60197
- relation_to_primary_driver?: components["schemas"]["POLICY_HOLDER_RELATION"];
60198
- relation_to_policy_holder?: components["schemas"]["POLICY_HOLDER_RELATION"];
60199
- /** Relation To Policy Holder Other */
60200
- relation_to_policy_holder_other?: string;
60201
- /**
60202
- * Claims
60203
- * @default []
60204
- */
60205
- claims: components["schemas"]["Claim"][];
60206
- usage?: components["schemas"]["DriverVehicleUsage"];
60207
- experience?: components["schemas"]["DriverExperience"];
60208
- /** Club Memberships */
60209
- club_memberships?: components["schemas"]["DriverBrandClubMembership"][];
60210
- /** Cars Insured */
60211
- cars_insured?: components["schemas"]["CarInsured"][];
60212
- /**
60213
- * date
60214
- * Format: date
60215
- */
60216
- registered_owner_since?: string;
60217
- claim_free_years?: components["schemas"]["wg_py_models__domain__wegroup__enums__CLAIM_FREE_YEARS"];
60218
- /**
60219
- * Claim Scale Nl
60220
- * @description Scale of claims in the Netherlands, this is linked to the amount of claim free years.
60221
- */
60222
- claim_scale_nl?: number;
60223
- /**
60224
- * date
60225
- * Format: date
60226
- */
60227
- first_insurance_date_of_a_car?: string;
60228
- /** Has Already Been Insured For A Car */
60229
- has_already_been_insured_for_a_car?: boolean;
60230
- };
60231
60065
  /** ViviumCarPayload */
60232
60066
  ViviumCarPayload: {
60233
60067
  /** Policy Holder */
@@ -67537,6 +67371,35 @@ interface components {
67537
67371
  /** Coverages */
67538
67372
  coverages: number[];
67539
67373
  };
67374
+ /** handle_regenerate_anva_questionnaire_params */
67375
+ handle_regenerate_anva_questionnaire_params: {
67376
+ auth: components["schemas"]["Auth"];
67377
+ /**
67378
+ * Session Id
67379
+ * Format: uuid
67380
+ */
67381
+ session_id: string;
67382
+ data: components["schemas"]["AnvaRegenerateQuestionnaireRequest"];
67383
+ };
67384
+ /** AnvaRegenerateQuestionnaireResponse */
67385
+ AnvaRegenerateQuestionnaireResponse: {
67386
+ questionnaire: components["schemas"]["Questionnaire"];
67387
+ };
67388
+ /** AnvaRegenerateQuestionnaireRequest */
67389
+ AnvaRegenerateQuestionnaireRequest: {
67390
+ /** Anva Products */
67391
+ anva_products: components["schemas"]["AnvaProductCoverageSelection"][];
67392
+ };
67393
+ /** AnvaProductCoverageSelection */
67394
+ AnvaProductCoverageSelection: {
67395
+ /**
67396
+ * Id
67397
+ * Format: uuid
67398
+ */
67399
+ id: string;
67400
+ /** Coverages */
67401
+ coverages: number[];
67402
+ };
67540
67403
  /** handle_send_offer_mail_params */
67541
67404
  handle_send_offer_mail_params: {
67542
67405
  auth: components["schemas"]["Auth"];
@@ -72686,11 +72549,6 @@ type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoAddressAddress = components
72686
72549
  type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCompany = components['schemas']['wg_py_models__domain__insurance__insurances__optimco__prospect__Company'];
72687
72550
  type SchemaOptimcoCar = components['schemas']['OptimcoCar'];
72688
72551
  type SchemaOptimcoDriver = components['schemas']['OptimcoDriver'];
72689
- type SchemaSafetyStickCarPayload = components['schemas']['SafetyStickCarPayload'];
72690
- type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCustomer = components['schemas']['wg_py_models__domain__insurance__insurances__safetystick__prospect__Customer'];
72691
- type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCompany = components['schemas']['wg_py_models__domain__insurance__insurances__safetystick__prospect__Company'];
72692
- type SchemaSafetyStickCar = components['schemas']['SafetyStickCar'];
72693
- type SchemaSafetyStickDriver = components['schemas']['SafetyStickDriver'];
72694
72552
  type SchemaViviumCarPayload = components['schemas']['ViviumCarPayload'];
72695
72553
  type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCustomer = components['schemas']['wg_py_models__domain__insurance__insurances__vivium__prospect__Customer'];
72696
72554
  type SchemaWgPyModelsDomainInsuranceInsurancesViviumAddressAddress = components['schemas']['wg_py_models__domain__insurance__insurances__vivium__address__Address'];
@@ -73135,6 +72993,10 @@ type SchemaAnvaQuoteCalculationJob = components['schemas']['AnvaQuoteCalculation
73135
72993
  type SchemaAnvaPolicyPackageCalculationJob = components['schemas']['AnvaPolicyPackageCalculationJob'];
73136
72994
  type SchemaHandleCalculateOneAnvaQuoteForConversationParams = components['schemas']['handle_calculate_one_anva_quote_for_conversation_params'];
73137
72995
  type SchemaRecalculateAnvaQuoteRequest = components['schemas']['RecalculateAnvaQuoteRequest'];
72996
+ type SchemaHandleRegenerateAnvaQuestionnaireParams = components['schemas']['handle_regenerate_anva_questionnaire_params'];
72997
+ type SchemaAnvaRegenerateQuestionnaireResponse = components['schemas']['AnvaRegenerateQuestionnaireResponse'];
72998
+ type SchemaAnvaRegenerateQuestionnaireRequest = components['schemas']['AnvaRegenerateQuestionnaireRequest'];
72999
+ type SchemaAnvaProductCoverageSelection = components['schemas']['AnvaProductCoverageSelection'];
73138
73000
  type SchemaHandleSendOfferMailParams = components['schemas']['handle_send_offer_mail_params'];
73139
73001
  type SchemaSendOfferMailResponse = components['schemas']['SendOfferMailResponse'];
73140
73002
  type SchemaSendOfferMailCmd = components['schemas']['SendOfferMailCmd'];
@@ -78371,6 +78233,7 @@ interface operations {
78371
78233
  query?: {
78372
78234
  insurance_ids?: number[];
78373
78235
  party_type?: "CUSTOMER" | "COMPANY";
78236
+ coverage_category?: "MAIN" | "SUPPLEMENTARY";
78374
78237
  /**
78375
78238
  * @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
78376
78239
  * @example EN
@@ -79468,6 +79331,100 @@ interface operations {
79468
79331
  };
79469
79332
  };
79470
79333
  };
79334
+ regenerate_anvaquestionnaire_by_session_id_v1_api_anvaflows__session_id__regenerate_post: {
79335
+ parameters: {
79336
+ query?: {
79337
+ /**
79338
+ * @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
79339
+ * @example EN
79340
+ */
79341
+ lang?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
79342
+ /**
79343
+ * @description Same as lang, but adds support to pass ?language as well
79344
+ * @example EN
79345
+ */
79346
+ language?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
79347
+ };
79348
+ header?: {
79349
+ /** @description Which release to target running in 'STAGING' environment. */
79350
+ "x-release"?: string;
79351
+ };
79352
+ path: {
79353
+ session_id: string;
79354
+ };
79355
+ cookie?: never;
79356
+ };
79357
+ requestBody: {
79358
+ content: {
79359
+ "application/json": components["schemas"]["handle_regenerate_anva_questionnaire_params"]["data"];
79360
+ };
79361
+ };
79362
+ responses: {
79363
+ /** @description Successful Response */
79364
+ 200: {
79365
+ headers: {
79366
+ [name: string]: unknown;
79367
+ };
79368
+ content: {
79369
+ "application/json": components["schemas"]["AnvaRegenerateQuestionnaireResponse"];
79370
+ };
79371
+ };
79372
+ /** @description Bad Request */
79373
+ 400: {
79374
+ headers: {
79375
+ [name: string]: unknown;
79376
+ };
79377
+ content: {
79378
+ "application/json": components["schemas"]["Error_4XX"];
79379
+ };
79380
+ };
79381
+ /** @description Unauthorized */
79382
+ 401: {
79383
+ headers: {
79384
+ [name: string]: unknown;
79385
+ };
79386
+ content: {
79387
+ "application/json": components["schemas"]["Error_401"];
79388
+ };
79389
+ };
79390
+ /** @description Forbidden */
79391
+ 403: {
79392
+ headers: {
79393
+ [name: string]: unknown;
79394
+ };
79395
+ content: {
79396
+ "application/json": components["schemas"]["Error_403"];
79397
+ };
79398
+ };
79399
+ /** @description Unprocessable Content */
79400
+ 422: {
79401
+ headers: {
79402
+ [name: string]: unknown;
79403
+ };
79404
+ content: {
79405
+ "application/json": components["schemas"]["Error_422"];
79406
+ };
79407
+ };
79408
+ /** @description Too Many Requests */
79409
+ 429: {
79410
+ headers: {
79411
+ [name: string]: unknown;
79412
+ };
79413
+ content: {
79414
+ "application/json": components["schemas"]["Error_429"];
79415
+ };
79416
+ };
79417
+ /** @description Internal Server Error */
79418
+ 500: {
79419
+ headers: {
79420
+ [name: string]: unknown;
79421
+ };
79422
+ content: {
79423
+ "application/json": components["schemas"]["ServerError"];
79424
+ };
79425
+ };
79426
+ };
79427
+ };
79471
79428
  enqueue_send_custom_quotes_to_anva_by_session_id_v1_api_anvaflows__session_id__send_custom_quotes_to_anva_post: {
79472
79429
  parameters: {
79473
79430
  query?: {
@@ -122620,20 +122577,20 @@ type Middleware = Middleware$1;
122620
122577
  type ClientType = ReturnType<typeof createClient<paths>>;
122621
122578
  declare const wgApiClient: (options: ClientOptions) => ClientType;
122622
122579
 
122623
- declare const routeName$8n = "/enums";
122624
- type GetAllEnumsResponse = paths[typeof routeName$8n]['get']['responses'][200]['content']['application/json'];
122580
+ declare const routeName$8o = "/enums";
122581
+ type GetAllEnumsResponse = paths[typeof routeName$8o]['get']['responses'][200]['content']['application/json'];
122625
122582
  declare const getAllEnums: (wgApiClient: ClientType) => Promise<GetAllEnumsResponse>;
122626
122583
 
122627
- declare const routeName$8m = "/enums/{enum}";
122628
- type GetValuesOfEnumPathParams = paths[typeof routeName$8m]['get']['parameters']['path'];
122629
- type GetValuesOfEnumResponse = paths[typeof routeName$8m]['get']['responses'][200]['content']['application/json'];
122630
- type GetValuesOfEnumProps = paths[typeof routeName$8m]['get']['parameters'];
122584
+ declare const routeName$8n = "/enums/{enum}";
122585
+ type GetValuesOfEnumPathParams = paths[typeof routeName$8n]['get']['parameters']['path'];
122586
+ type GetValuesOfEnumResponse = paths[typeof routeName$8n]['get']['responses'][200]['content']['application/json'];
122587
+ type GetValuesOfEnumProps = paths[typeof routeName$8n]['get']['parameters'];
122631
122588
  declare const getValuesOfEnum: (props: GetValuesOfEnumProps, wgApiClient: ClientType) => Promise<GetValuesOfEnumResponse>;
122632
122589
 
122633
- declare const routeName$8l = "/v1/api/accounts";
122634
- type CreateAccountBody = paths[typeof routeName$8l]['post']['requestBody']['content']['application/json'];
122635
- type CreateAccountQueryParams = paths[typeof routeName$8l]['post']['parameters']['query'];
122636
- type CreateAccountResponse = paths[typeof routeName$8l]['post']['responses'][201]['content']['application/json'];
122590
+ declare const routeName$8m = "/v1/api/accounts";
122591
+ type CreateAccountBody = paths[typeof routeName$8m]['post']['requestBody']['content']['application/json'];
122592
+ type CreateAccountQueryParams = paths[typeof routeName$8m]['post']['parameters']['query'];
122593
+ type CreateAccountResponse = paths[typeof routeName$8m]['post']['responses'][201]['content']['application/json'];
122637
122594
  interface CreateAccountProps {
122638
122595
  body: CreateAccountBody;
122639
122596
  params: {
@@ -122642,119 +122599,119 @@ interface CreateAccountProps {
122642
122599
  }
122643
122600
  declare const createAccount: (props: CreateAccountProps, wgApiClient: ClientType) => Promise<CreateAccountResponse>;
122644
122601
 
122645
- declare const routeName$8k = "/v1/api/activity-types";
122646
- type GetAllActivityTypesQueryParams = paths[typeof routeName$8k]['get']['parameters']['query'];
122647
- type GetAllActivityTypesResponse = paths[typeof routeName$8k]['get']['responses'][200]['content']['application/json'];
122648
- type GetAllActivityTypesProps = paths[typeof routeName$8k]['get']['parameters'];
122602
+ declare const routeName$8l = "/v1/api/activity-types";
122603
+ type GetAllActivityTypesQueryParams = paths[typeof routeName$8l]['get']['parameters']['query'];
122604
+ type GetAllActivityTypesResponse = paths[typeof routeName$8l]['get']['responses'][200]['content']['application/json'];
122605
+ type GetAllActivityTypesProps = paths[typeof routeName$8l]['get']['parameters'];
122649
122606
  declare const getAllActivityTypes: (props: GetAllActivityTypesProps, wgApiClient: ClientType) => Promise<GetAllActivityTypesResponse>;
122650
122607
 
122651
- declare const routeName$8j = "/v1/api/anvaflows/labels/{label}/enum";
122652
- type GetEnumByAnvaLabelPathParams = paths[typeof routeName$8j]['get']['parameters']['path'];
122653
- type GetEnumByAnvaLabelQueryParams = paths[typeof routeName$8j]['get']['parameters']['query'];
122654
- type GetEnumByAnvaLabelResponse = paths[typeof routeName$8j]['get']['responses'][200]['content']['application/json'];
122655
- type GetEnumByAnvaLabelProps = paths[typeof routeName$8j]['get']['parameters'];
122608
+ declare const routeName$8k = "/v1/api/anvaflows/labels/{label}/enum";
122609
+ type GetEnumByAnvaLabelPathParams = paths[typeof routeName$8k]['get']['parameters']['path'];
122610
+ type GetEnumByAnvaLabelQueryParams = paths[typeof routeName$8k]['get']['parameters']['query'];
122611
+ type GetEnumByAnvaLabelResponse = paths[typeof routeName$8k]['get']['responses'][200]['content']['application/json'];
122612
+ type GetEnumByAnvaLabelProps = paths[typeof routeName$8k]['get']['parameters'];
122656
122613
  declare const getEnumByAnvaLabel: (props: GetEnumByAnvaLabelProps, wgApiClient: ClientType) => Promise<GetEnumByAnvaLabelResponse>;
122657
122614
 
122658
- declare const routeName$8i = "/v1/api/diasflows/labels/{label}/enum";
122659
- type GetEnumByDiasLabelPathParams = paths[typeof routeName$8i]['get']['parameters']['path'];
122660
- type GetEnumByDiasLabelQueryParams = paths[typeof routeName$8i]['get']['parameters']['query'];
122661
- type GetEnumByDiasLabelResponse = paths[typeof routeName$8i]['get']['responses'][200]['content']['application/json'];
122662
- type GetEnumByDiasLabelProps = paths[typeof routeName$8i]['get']['parameters'];
122615
+ declare const routeName$8j = "/v1/api/diasflows/labels/{label}/enum";
122616
+ type GetEnumByDiasLabelPathParams = paths[typeof routeName$8j]['get']['parameters']['path'];
122617
+ type GetEnumByDiasLabelQueryParams = paths[typeof routeName$8j]['get']['parameters']['query'];
122618
+ type GetEnumByDiasLabelResponse = paths[typeof routeName$8j]['get']['responses'][200]['content']['application/json'];
122619
+ type GetEnumByDiasLabelProps = paths[typeof routeName$8j]['get']['parameters'];
122663
122620
  declare const getEnumByDiasLabel: (props: GetEnumByDiasLabelProps, wgApiClient: ClientType) => Promise<GetEnumByDiasLabelResponse>;
122664
122621
 
122665
- declare const routeName$8h = "/v1/api/events/{activity_id}/artifact";
122666
- type GetArtifactFromEventByIdPathParams = paths[typeof routeName$8h]['get']['parameters']['path'];
122667
- type GetArtifactFromEventByIdQueryParams = paths[typeof routeName$8h]['get']['parameters']['query'];
122668
- type GetArtifactFromEventByIdResponse = paths[typeof routeName$8h]['get']['responses'][200]['content']['application/json'];
122669
- type GetArtifactFromEventByIdProps = paths[typeof routeName$8h]['get']['parameters'];
122622
+ declare const routeName$8i = "/v1/api/events/{activity_id}/artifact";
122623
+ type GetArtifactFromEventByIdPathParams = paths[typeof routeName$8i]['get']['parameters']['path'];
122624
+ type GetArtifactFromEventByIdQueryParams = paths[typeof routeName$8i]['get']['parameters']['query'];
122625
+ type GetArtifactFromEventByIdResponse = paths[typeof routeName$8i]['get']['responses'][200]['content']['application/json'];
122626
+ type GetArtifactFromEventByIdProps = paths[typeof routeName$8i]['get']['parameters'];
122670
122627
  declare const getArtifactFromEventById: (props: GetArtifactFromEventByIdProps, wgApiClient: ClientType) => Promise<GetArtifactFromEventByIdResponse>;
122671
122628
 
122672
- declare const routeName$8g = "/v1/api/flows/jobs/{job_id}";
122673
- type GetJobResultByIdPathParams = paths[typeof routeName$8g]['get']['parameters']['path'];
122674
- type GetJobResultByIdQueryParams = paths[typeof routeName$8g]['get']['parameters']['query'];
122675
- type GetJobResultByIdResponse = paths[typeof routeName$8g]['get']['responses'][200]['content']['application/json'];
122676
- type GetJobResultByIdProps = paths[typeof routeName$8g]['get']['parameters'];
122629
+ declare const routeName$8h = "/v1/api/flows/jobs/{job_id}";
122630
+ type GetJobResultByIdPathParams = paths[typeof routeName$8h]['get']['parameters']['path'];
122631
+ type GetJobResultByIdQueryParams = paths[typeof routeName$8h]['get']['parameters']['query'];
122632
+ type GetJobResultByIdResponse = paths[typeof routeName$8h]['get']['responses'][200]['content']['application/json'];
122633
+ type GetJobResultByIdProps = paths[typeof routeName$8h]['get']['parameters'];
122677
122634
  declare const getJobResultById: (props: GetJobResultByIdProps, wgApiClient: ClientType) => Promise<GetJobResultByIdResponse>;
122678
122635
 
122679
- declare const routeName$8f = "/v1/api/gbi-codes";
122680
- type GetGbiQueryParams = paths[typeof routeName$8f]['get']['parameters']['query'];
122681
- type GetGbiResponse = paths[typeof routeName$8f]['get']['responses'][200]['content']['application/json'];
122682
- type GetGbiProps = paths[typeof routeName$8f]['get']['parameters'];
122636
+ declare const routeName$8g = "/v1/api/gbi-codes";
122637
+ type GetGbiQueryParams = paths[typeof routeName$8g]['get']['parameters']['query'];
122638
+ type GetGbiResponse = paths[typeof routeName$8g]['get']['responses'][200]['content']['application/json'];
122639
+ type GetGbiProps = paths[typeof routeName$8g]['get']['parameters'];
122683
122640
  declare const getGbi: (props: GetGbiProps, wgApiClient: ClientType) => Promise<GetGbiResponse>;
122684
122641
 
122685
- declare const routeName$8e = "/v1/api/insights/cars/check-insurance";
122686
- type GetInsightsIfCarIsInsuredBody = paths[typeof routeName$8e]['post']['requestBody']['content']['application/json'];
122687
- type GetInsightsIfCarIsInsuredResponse = paths[typeof routeName$8e]['post']['responses'][200]['content']['application/json'];
122642
+ declare const routeName$8f = "/v1/api/insights/cars/check-insurance";
122643
+ type GetInsightsIfCarIsInsuredBody = paths[typeof routeName$8f]['post']['requestBody']['content']['application/json'];
122644
+ type GetInsightsIfCarIsInsuredResponse = paths[typeof routeName$8f]['post']['responses'][200]['content']['application/json'];
122688
122645
  interface GetInsightsIfCarIsInsuredProps {
122689
122646
  body: GetInsightsIfCarIsInsuredBody;
122690
122647
  }
122691
122648
  declare const getInsightsIfCarIsInsured: (props: GetInsightsIfCarIsInsuredProps, wgApiClient: ClientType) => Promise<GetInsightsIfCarIsInsuredResponse>;
122692
122649
 
122693
- declare const routeName$8d = "/v1/api/insurance_companies";
122694
- type GetInsuranceCompaniesQueryParams = paths[typeof routeName$8d]['get']['parameters']['query'];
122695
- type GetInsuranceCompaniesResponse = paths[typeof routeName$8d]['get']['responses'][200]['content']['application/json'];
122696
- type GetInsuranceCompaniesProps = paths[typeof routeName$8d]['get']['parameters'];
122650
+ declare const routeName$8e = "/v1/api/insurance_companies";
122651
+ type GetInsuranceCompaniesQueryParams = paths[typeof routeName$8e]['get']['parameters']['query'];
122652
+ type GetInsuranceCompaniesResponse = paths[typeof routeName$8e]['get']['responses'][200]['content']['application/json'];
122653
+ type GetInsuranceCompaniesProps = paths[typeof routeName$8e]['get']['parameters'];
122697
122654
  declare const getInsuranceCompanies: (props: GetInsuranceCompaniesProps, wgApiClient: ClientType) => Promise<GetInsuranceCompaniesResponse>;
122698
122655
 
122699
- declare const routeName$8c = "/v1/api/keys";
122700
- type GetEncryptionKeysQueryParams = paths[typeof routeName$8c]['get']['parameters']['query'];
122701
- type GetEncryptionKeysResponse = paths[typeof routeName$8c]['get']['responses'][200]['content']['application/json'];
122702
- type GetEncryptionKeysProps = paths[typeof routeName$8c]['get']['parameters'];
122656
+ declare const routeName$8d = "/v1/api/keys";
122657
+ type GetEncryptionKeysQueryParams = paths[typeof routeName$8d]['get']['parameters']['query'];
122658
+ type GetEncryptionKeysResponse = paths[typeof routeName$8d]['get']['responses'][200]['content']['application/json'];
122659
+ type GetEncryptionKeysProps = paths[typeof routeName$8d]['get']['parameters'];
122703
122660
  declare const getEncryptionKeys: (props: GetEncryptionKeysProps, wgApiClient: ClientType) => Promise<GetEncryptionKeysResponse>;
122704
122661
 
122705
- declare const routeName$8b = "/v1/api/lead-providers";
122706
- type GetLeadProvidersByAffinityQueryParams = paths[typeof routeName$8b]['get']['parameters']['query'];
122707
- type GetLeadProvidersByAffinityResponse = paths[typeof routeName$8b]['get']['responses'][200]['content']['application/json'];
122708
- type GetLeadProvidersByAffinityProps = paths[typeof routeName$8b]['get']['parameters'];
122662
+ declare const routeName$8c = "/v1/api/lead-providers";
122663
+ type GetLeadProvidersByAffinityQueryParams = paths[typeof routeName$8c]['get']['parameters']['query'];
122664
+ type GetLeadProvidersByAffinityResponse = paths[typeof routeName$8c]['get']['responses'][200]['content']['application/json'];
122665
+ type GetLeadProvidersByAffinityProps = paths[typeof routeName$8c]['get']['parameters'];
122709
122666
  declare const getLeadProvidersByAffinity: (props: GetLeadProvidersByAffinityProps, wgApiClient: ClientType) => Promise<GetLeadProvidersByAffinityResponse>;
122710
122667
 
122711
- declare const routeName$8a = "/v1/api/lead-providers/{lead_provider_id}";
122712
- type GetLeadProviderByIdPathParams = paths[typeof routeName$8a]['get']['parameters']['path'];
122713
- type GetLeadProviderByIdResponse = paths[typeof routeName$8a]['get']['responses'][200]['content']['application/json'];
122714
- type GetLeadProviderByIdProps = paths[typeof routeName$8a]['get']['parameters'];
122668
+ declare const routeName$8b = "/v1/api/lead-providers/{lead_provider_id}";
122669
+ type GetLeadProviderByIdPathParams = paths[typeof routeName$8b]['get']['parameters']['path'];
122670
+ type GetLeadProviderByIdResponse = paths[typeof routeName$8b]['get']['responses'][200]['content']['application/json'];
122671
+ type GetLeadProviderByIdProps = paths[typeof routeName$8b]['get']['parameters'];
122715
122672
  declare const getLeadProviderById: (props: GetLeadProviderByIdProps, wgApiClient: ClientType) => Promise<GetLeadProviderByIdResponse>;
122716
122673
 
122717
- declare const routeName$89 = "/v1/api/nace-codes";
122718
- type GetNaceQueryParams = paths[typeof routeName$89]['get']['parameters']['query'];
122719
- type GetNaceResponse = paths[typeof routeName$89]['get']['responses'][200]['content']['application/json'];
122720
- type GetNaceProps = paths[typeof routeName$89]['get']['parameters'];
122674
+ declare const routeName$8a = "/v1/api/nace-codes";
122675
+ type GetNaceQueryParams = paths[typeof routeName$8a]['get']['parameters']['query'];
122676
+ type GetNaceResponse = paths[typeof routeName$8a]['get']['responses'][200]['content']['application/json'];
122677
+ type GetNaceProps = paths[typeof routeName$8a]['get']['parameters'];
122721
122678
  declare const getNace: (props: GetNaceProps, wgApiClient: ClientType) => Promise<GetNaceResponse>;
122722
122679
 
122723
- declare const routeName$88 = "/v1/api/partners/carglass/events";
122724
- type PostEventAsCarglassPartnerBody = paths[typeof routeName$88]['post']['requestBody']['content']['application/json'];
122725
- type PostEventAsCarglassPartnerResponse = paths[typeof routeName$88]['post']['responses'][201]['content']['application/json'];
122680
+ declare const routeName$89 = "/v1/api/partners/carglass/events";
122681
+ type PostEventAsCarglassPartnerBody = paths[typeof routeName$89]['post']['requestBody']['content']['application/json'];
122682
+ type PostEventAsCarglassPartnerResponse = paths[typeof routeName$89]['post']['responses'][201]['content']['application/json'];
122726
122683
  interface PostEventAsCarglassPartnerProps {
122727
122684
  body: PostEventAsCarglassPartnerBody;
122728
122685
  }
122729
122686
  declare const postEventAsCarglassPartner: (props: PostEventAsCarglassPartnerProps, wgApiClient: ClientType) => Promise<PostEventAsCarglassPartnerResponse>;
122730
122687
 
122731
- declare const routeName$87 = "/v1/api/plans";
122732
- type GetAllAvailablePlansResponse = paths[typeof routeName$87]['get']['responses'][200]['content']['application/json'];
122688
+ declare const routeName$88 = "/v1/api/plans";
122689
+ type GetAllAvailablePlansResponse = paths[typeof routeName$88]['get']['responses'][200]['content']['application/json'];
122733
122690
  declare const getAllAvailablePlans: (wgApiClient: ClientType) => Promise<GetAllAvailablePlansResponse>;
122734
122691
 
122735
- declare const routeName$86 = "/v1/api/sbi-codes";
122736
- type GetSbiQueryParams = paths[typeof routeName$86]['get']['parameters']['query'];
122737
- type GetSbiResponse = paths[typeof routeName$86]['get']['responses'][200]['content']['application/json'];
122738
- type GetSbiProps = paths[typeof routeName$86]['get']['parameters'];
122692
+ declare const routeName$87 = "/v1/api/sbi-codes";
122693
+ type GetSbiQueryParams = paths[typeof routeName$87]['get']['parameters']['query'];
122694
+ type GetSbiResponse = paths[typeof routeName$87]['get']['responses'][200]['content']['application/json'];
122695
+ type GetSbiProps = paths[typeof routeName$87]['get']['parameters'];
122739
122696
  declare const getSbi: (props: GetSbiProps, wgApiClient: ClientType) => Promise<GetSbiResponse>;
122740
122697
 
122741
- declare const routeName$85 = "/v1/api/singularity/jobs/{job_id}";
122742
- type GetSingularityJobResultByIdPathParams = paths[typeof routeName$85]['get']['parameters']['path'];
122743
- type GetSingularityJobResultByIdQueryParams = paths[typeof routeName$85]['get']['parameters']['query'];
122744
- type GetSingularityJobResultByIdResponse = paths[typeof routeName$85]['get']['responses'][200]['content']['application/json'];
122745
- type GetSingularityJobResultByIdProps = paths[typeof routeName$85]['get']['parameters'];
122698
+ declare const routeName$86 = "/v1/api/singularity/jobs/{job_id}";
122699
+ type GetSingularityJobResultByIdPathParams = paths[typeof routeName$86]['get']['parameters']['path'];
122700
+ type GetSingularityJobResultByIdQueryParams = paths[typeof routeName$86]['get']['parameters']['query'];
122701
+ type GetSingularityJobResultByIdResponse = paths[typeof routeName$86]['get']['responses'][200]['content']['application/json'];
122702
+ type GetSingularityJobResultByIdProps = paths[typeof routeName$86]['get']['parameters'];
122746
122703
  declare const getSingularityJobResultById: (props: GetSingularityJobResultByIdProps, wgApiClient: ClientType) => Promise<GetSingularityJobResultByIdResponse>;
122747
122704
 
122748
- declare const routeName$84 = "/v1/api/themes";
122749
- type GetAllAvailableThemesInWegroupQueryParams = paths[typeof routeName$84]['get']['parameters']['query'];
122750
- type GetAllAvailableThemesInWegroupResponse = paths[typeof routeName$84]['get']['responses'][200]['content']['application/json'];
122751
- type GetAllAvailableThemesInWegroupProps = paths[typeof routeName$84]['get']['parameters'];
122705
+ declare const routeName$85 = "/v1/api/themes";
122706
+ type GetAllAvailableThemesInWegroupQueryParams = paths[typeof routeName$85]['get']['parameters']['query'];
122707
+ type GetAllAvailableThemesInWegroupResponse = paths[typeof routeName$85]['get']['responses'][200]['content']['application/json'];
122708
+ type GetAllAvailableThemesInWegroupProps = paths[typeof routeName$85]['get']['parameters'];
122752
122709
  declare const getAllAvailableThemesInWegroup: (props: GetAllAvailableThemesInWegroupProps, wgApiClient: ClientType) => Promise<GetAllAvailableThemesInWegroupResponse>;
122753
122710
 
122754
- declare const routeName$83 = "/v1/api/toolkit-accounts";
122755
- type CreateToolkitAccountBody = paths[typeof routeName$83]['post']['requestBody']['content']['application/json'];
122756
- type CreateToolkitAccountQueryParams = paths[typeof routeName$83]['post']['parameters']['query'];
122757
- type CreateToolkitAccountResponse = paths[typeof routeName$83]['post']['responses'][201]['content']['application/json'];
122711
+ declare const routeName$84 = "/v1/api/toolkit-accounts";
122712
+ type CreateToolkitAccountBody = paths[typeof routeName$84]['post']['requestBody']['content']['application/json'];
122713
+ type CreateToolkitAccountQueryParams = paths[typeof routeName$84]['post']['parameters']['query'];
122714
+ type CreateToolkitAccountResponse = paths[typeof routeName$84]['post']['responses'][201]['content']['application/json'];
122758
122715
  interface CreateToolkitAccountProps {
122759
122716
  body: CreateToolkitAccountBody;
122760
122717
  params: {
@@ -122763,10 +122720,10 @@ interface CreateToolkitAccountProps {
122763
122720
  }
122764
122721
  declare const createToolkitAccount: (props: CreateToolkitAccountProps, wgApiClient: ClientType) => Promise<CreateToolkitAccountResponse>;
122765
122722
 
122766
- declare const routeName$82 = "/v1/api/toolkit-brokers";
122767
- type CreateToolkitBrokerBody = paths[typeof routeName$82]['post']['requestBody']['content']['application/json'];
122768
- type CreateToolkitBrokerQueryParams = paths[typeof routeName$82]['post']['parameters']['query'];
122769
- type CreateToolkitBrokerResponse = paths[typeof routeName$82]['post']['responses'][201]['content']['application/json'];
122723
+ declare const routeName$83 = "/v1/api/toolkit-brokers";
122724
+ type CreateToolkitBrokerBody = paths[typeof routeName$83]['post']['requestBody']['content']['application/json'];
122725
+ type CreateToolkitBrokerQueryParams = paths[typeof routeName$83]['post']['parameters']['query'];
122726
+ type CreateToolkitBrokerResponse = paths[typeof routeName$83]['post']['responses'][201]['content']['application/json'];
122770
122727
  interface CreateToolkitBrokerProps {
122771
122728
  body: CreateToolkitBrokerBody;
122772
122729
  params: {
@@ -122775,10 +122732,10 @@ interface CreateToolkitBrokerProps {
122775
122732
  }
122776
122733
  declare const createToolkitBroker: (props: CreateToolkitBrokerProps, wgApiClient: ClientType) => Promise<CreateToolkitBrokerResponse>;
122777
122734
 
122778
- declare const routeName$81 = "/v1/api/trials";
122779
- type CreateTrialBrokerBody = paths[typeof routeName$81]['post']['requestBody']['content']['application/json'];
122780
- type CreateTrialBrokerQueryParams = paths[typeof routeName$81]['post']['parameters']['query'];
122781
- type CreateTrialBrokerResponse = paths[typeof routeName$81]['post']['responses'][201]['content']['application/json'];
122735
+ declare const routeName$82 = "/v1/api/trials";
122736
+ type CreateTrialBrokerBody = paths[typeof routeName$82]['post']['requestBody']['content']['application/json'];
122737
+ type CreateTrialBrokerQueryParams = paths[typeof routeName$82]['post']['parameters']['query'];
122738
+ type CreateTrialBrokerResponse = paths[typeof routeName$82]['post']['responses'][201]['content']['application/json'];
122782
122739
  interface CreateTrialBrokerProps {
122783
122740
  body: CreateTrialBrokerBody;
122784
122741
  params: {
@@ -122787,10 +122744,10 @@ interface CreateTrialBrokerProps {
122787
122744
  }
122788
122745
  declare const createTrialBroker: (props: CreateTrialBrokerProps, wgApiClient: ClientType) => Promise<CreateTrialBrokerResponse>;
122789
122746
 
122790
- declare const routeName$80 = "/v1/api/verify/exists/distribution/name";
122791
- type VerifyIfADistributionExistsByNameBody = paths[typeof routeName$80]['post']['requestBody']['content']['application/json'];
122792
- type VerifyIfADistributionExistsByNameQueryParams = paths[typeof routeName$80]['post']['parameters']['query'];
122793
- type VerifyIfADistributionExistsByNameResponse = paths[typeof routeName$80]['post']['responses'][200]['content']['application/json'];
122747
+ declare const routeName$81 = "/v1/api/verify/exists/distribution/name";
122748
+ type VerifyIfADistributionExistsByNameBody = paths[typeof routeName$81]['post']['requestBody']['content']['application/json'];
122749
+ type VerifyIfADistributionExistsByNameQueryParams = paths[typeof routeName$81]['post']['parameters']['query'];
122750
+ type VerifyIfADistributionExistsByNameResponse = paths[typeof routeName$81]['post']['responses'][200]['content']['application/json'];
122794
122751
  interface VerifyIfADistributionExistsByNameProps {
122795
122752
  body: VerifyIfADistributionExistsByNameBody;
122796
122753
  params: {
@@ -122799,10 +122756,10 @@ interface VerifyIfADistributionExistsByNameProps {
122799
122756
  }
122800
122757
  declare const verifyIfADistributionExistsByName: (props: VerifyIfADistributionExistsByNameProps, wgApiClient: ClientType) => Promise<VerifyIfADistributionExistsByNameResponse>;
122801
122758
 
122802
- declare const routeName$7$ = "/v1/api/verify/exists/distribution/registration";
122803
- type VerifyIfADistributionExistsByCompanyRegistrationBody = paths[typeof routeName$7$]['post']['requestBody']['content']['application/json'];
122804
- type VerifyIfADistributionExistsByCompanyRegistrationQueryParams = paths[typeof routeName$7$]['post']['parameters']['query'];
122805
- type VerifyIfADistributionExistsByCompanyRegistrationResponse = paths[typeof routeName$7$]['post']['responses'][200]['content']['application/json'];
122759
+ declare const routeName$80 = "/v1/api/verify/exists/distribution/registration";
122760
+ type VerifyIfADistributionExistsByCompanyRegistrationBody = paths[typeof routeName$80]['post']['requestBody']['content']['application/json'];
122761
+ type VerifyIfADistributionExistsByCompanyRegistrationQueryParams = paths[typeof routeName$80]['post']['parameters']['query'];
122762
+ type VerifyIfADistributionExistsByCompanyRegistrationResponse = paths[typeof routeName$80]['post']['responses'][200]['content']['application/json'];
122806
122763
  interface VerifyIfADistributionExistsByCompanyRegistrationProps {
122807
122764
  body: VerifyIfADistributionExistsByCompanyRegistrationBody;
122808
122765
  params: {
@@ -122811,10 +122768,10 @@ interface VerifyIfADistributionExistsByCompanyRegistrationProps {
122811
122768
  }
122812
122769
  declare const verifyIfADistributionExistsByCompanyRegistration: (props: VerifyIfADistributionExistsByCompanyRegistrationProps, wgApiClient: ClientType) => Promise<VerifyIfADistributionExistsByCompanyRegistrationResponse>;
122813
122770
 
122814
- declare const routeName$7_ = "/v1/api/verify/exists/user/email";
122815
- type VerifyIfAUserExistsByEmailBody = paths[typeof routeName$7_]['post']['requestBody']['content']['application/json'];
122816
- type VerifyIfAUserExistsByEmailQueryParams = paths[typeof routeName$7_]['post']['parameters']['query'];
122817
- type VerifyIfAUserExistsByEmailResponse = paths[typeof routeName$7_]['post']['responses'][200]['content']['application/json'];
122771
+ declare const routeName$7$ = "/v1/api/verify/exists/user/email";
122772
+ type VerifyIfAUserExistsByEmailBody = paths[typeof routeName$7$]['post']['requestBody']['content']['application/json'];
122773
+ type VerifyIfAUserExistsByEmailQueryParams = paths[typeof routeName$7$]['post']['parameters']['query'];
122774
+ type VerifyIfAUserExistsByEmailResponse = paths[typeof routeName$7$]['post']['responses'][200]['content']['application/json'];
122818
122775
  interface VerifyIfAUserExistsByEmailProps {
122819
122776
  body: VerifyIfAUserExistsByEmailBody;
122820
122777
  params: {
@@ -122823,10 +122780,10 @@ interface VerifyIfAUserExistsByEmailProps {
122823
122780
  }
122824
122781
  declare const verifyIfAUserExistsByEmail: (props: VerifyIfAUserExistsByEmailProps, wgApiClient: ClientType) => Promise<VerifyIfAUserExistsByEmailResponse>;
122825
122782
 
122826
- declare const routeName$7Z = "/v1/api/activities/{activity_id}/comments";
122827
- type CommentOnActivityPathParams = paths[typeof routeName$7Z]['post']['parameters']['path'];
122828
- type CommentOnActivityQueryParams = paths[typeof routeName$7Z]['post']['parameters']['query'];
122829
- type CommentOnActivityResponse = paths[typeof routeName$7Z]['post']['responses'][201]['content']['application/json'];
122783
+ declare const routeName$7_ = "/v1/api/activities/{activity_id}/comments";
122784
+ type CommentOnActivityPathParams = paths[typeof routeName$7_]['post']['parameters']['path'];
122785
+ type CommentOnActivityQueryParams = paths[typeof routeName$7_]['post']['parameters']['query'];
122786
+ type CommentOnActivityResponse = paths[typeof routeName$7_]['post']['responses'][201]['content']['application/json'];
122830
122787
  interface CommentOnActivityProps {
122831
122788
  params: {
122832
122789
  query: CommentOnActivityQueryParams;
@@ -122835,10 +122792,10 @@ interface CommentOnActivityProps {
122835
122792
  }
122836
122793
  declare const commentOnActivity: (props: CommentOnActivityProps, wgApiClient: ClientType) => Promise<CommentOnActivityResponse>;
122837
122794
 
122838
- declare const routeName$7Y = "/v1/api/activities/{activity_id}/comments/{comment_id}";
122839
- type DeleteCommentOnActivityPathParams = paths[typeof routeName$7Y]['delete']['parameters']['path'];
122840
- type DeleteCommentOnActivityQueryParams = paths[typeof routeName$7Y]['delete']['parameters']['query'];
122841
- type DeleteCommentOnActivityResponse = paths[typeof routeName$7Y]['delete']['responses'][200]['content']['application/json'];
122795
+ declare const routeName$7Z = "/v1/api/activities/{activity_id}/comments/{comment_id}";
122796
+ type DeleteCommentOnActivityPathParams = paths[typeof routeName$7Z]['delete']['parameters']['path'];
122797
+ type DeleteCommentOnActivityQueryParams = paths[typeof routeName$7Z]['delete']['parameters']['query'];
122798
+ type DeleteCommentOnActivityResponse = paths[typeof routeName$7Z]['delete']['responses'][200]['content']['application/json'];
122842
122799
  interface DeleteCommentOnActivityProps {
122843
122800
  params: {
122844
122801
  query: DeleteCommentOnActivityQueryParams;
@@ -122847,10 +122804,10 @@ interface DeleteCommentOnActivityProps {
122847
122804
  }
122848
122805
  declare const deleteCommentOnActivity: (props: DeleteCommentOnActivityProps, wgApiClient: ClientType) => Promise<DeleteCommentOnActivityResponse>;
122849
122806
 
122850
- declare const routeName$7X = "/v1/api/activities/{activity_id}/comments/{comment_id}";
122851
- type UpdateCommentOnActivityPathParams = paths[typeof routeName$7X]['patch']['parameters']['path'];
122852
- type UpdateCommentOnActivityQueryParams = paths[typeof routeName$7X]['patch']['parameters']['query'];
122853
- type UpdateCommentOnActivityResponse = paths[typeof routeName$7X]['patch']['responses'][200]['content']['application/json'];
122807
+ declare const routeName$7Y = "/v1/api/activities/{activity_id}/comments/{comment_id}";
122808
+ type UpdateCommentOnActivityPathParams = paths[typeof routeName$7Y]['patch']['parameters']['path'];
122809
+ type UpdateCommentOnActivityQueryParams = paths[typeof routeName$7Y]['patch']['parameters']['query'];
122810
+ type UpdateCommentOnActivityResponse = paths[typeof routeName$7Y]['patch']['responses'][200]['content']['application/json'];
122854
122811
  interface UpdateCommentOnActivityProps {
122855
122812
  params: {
122856
122813
  query: UpdateCommentOnActivityQueryParams;
@@ -122859,36 +122816,36 @@ interface UpdateCommentOnActivityProps {
122859
122816
  }
122860
122817
  declare const updateCommentOnActivity: (props: UpdateCommentOnActivityProps, wgApiClient: ClientType) => Promise<UpdateCommentOnActivityResponse>;
122861
122818
 
122862
- declare const routeName$7W = "/v1/api/distributions/{distribution_id}/parties";
122863
- type GetAllPartiesByDistributionPathParams = paths[typeof routeName$7W]['get']['parameters']['path'];
122864
- type GetAllPartiesByDistributionQueryParams = paths[typeof routeName$7W]['get']['parameters']['query'];
122865
- type GetAllPartiesByDistributionResponse = paths[typeof routeName$7W]['get']['responses'][200]['content']['application/json'];
122866
- type GetAllPartiesByDistributionProps = paths[typeof routeName$7W]['get']['parameters'];
122819
+ declare const routeName$7X = "/v1/api/distributions/{distribution_id}/parties";
122820
+ type GetAllPartiesByDistributionPathParams = paths[typeof routeName$7X]['get']['parameters']['path'];
122821
+ type GetAllPartiesByDistributionQueryParams = paths[typeof routeName$7X]['get']['parameters']['query'];
122822
+ type GetAllPartiesByDistributionResponse = paths[typeof routeName$7X]['get']['responses'][200]['content']['application/json'];
122823
+ type GetAllPartiesByDistributionProps = paths[typeof routeName$7X]['get']['parameters'];
122867
122824
  declare const getAllPartiesByDistribution: (props: GetAllPartiesByDistributionProps, wgApiClient: ClientType) => Promise<GetAllPartiesByDistributionResponse>;
122868
122825
 
122869
- declare const routeName$7V = "/v1/api/exports/{export_id}";
122870
- type RetrieveExportByIdPathParams = paths[typeof routeName$7V]['get']['parameters']['path'];
122871
- type RetrieveExportByIdQueryParams = paths[typeof routeName$7V]['get']['parameters']['query'];
122872
- type RetrieveExportByIdResponse = paths[typeof routeName$7V]['get']['responses'][200]['content']['application/json'];
122873
- type RetrieveExportByIdProps = paths[typeof routeName$7V]['get']['parameters'];
122826
+ declare const routeName$7W = "/v1/api/exports/{export_id}";
122827
+ type RetrieveExportByIdPathParams = paths[typeof routeName$7W]['get']['parameters']['path'];
122828
+ type RetrieveExportByIdQueryParams = paths[typeof routeName$7W]['get']['parameters']['query'];
122829
+ type RetrieveExportByIdResponse = paths[typeof routeName$7W]['get']['responses'][200]['content']['application/json'];
122830
+ type RetrieveExportByIdProps = paths[typeof routeName$7W]['get']['parameters'];
122874
122831
  declare const retrieveExportById: (props: RetrieveExportByIdProps, wgApiClient: ClientType) => Promise<RetrieveExportByIdResponse>;
122875
122832
 
122876
- declare const routeName$7U = "/v1/api/insurance-policies/{insurance_policy_id}";
122877
- type GetInsurancePolicyByIdPathParams = paths[typeof routeName$7U]['get']['parameters']['path'];
122878
- type GetInsurancePolicyByIdResponse = paths[typeof routeName$7U]['get']['responses'][200]['content']['application/json'];
122879
- type GetInsurancePolicyByIdProps = paths[typeof routeName$7U]['get']['parameters'];
122833
+ declare const routeName$7V = "/v1/api/insurance-policies/{insurance_policy_id}";
122834
+ type GetInsurancePolicyByIdPathParams = paths[typeof routeName$7V]['get']['parameters']['path'];
122835
+ type GetInsurancePolicyByIdResponse = paths[typeof routeName$7V]['get']['responses'][200]['content']['application/json'];
122836
+ type GetInsurancePolicyByIdProps = paths[typeof routeName$7V]['get']['parameters'];
122880
122837
  declare const getInsurancePolicyById: (props: GetInsurancePolicyByIdProps, wgApiClient: ClientType) => Promise<GetInsurancePolicyByIdResponse>;
122881
122838
 
122882
- declare const routeName$7T = "/v1/api/insurance-policies/{insurance_policy_id}/compliance";
122883
- type GetInsurancePolicyComplianceByIdPathParams = paths[typeof routeName$7T]['get']['parameters']['path'];
122884
- type GetInsurancePolicyComplianceByIdResponse = paths[typeof routeName$7T]['get']['responses'][200]['content']['application/json'];
122885
- type GetInsurancePolicyComplianceByIdProps = paths[typeof routeName$7T]['get']['parameters'];
122839
+ declare const routeName$7U = "/v1/api/insurance-policies/{insurance_policy_id}/compliance";
122840
+ type GetInsurancePolicyComplianceByIdPathParams = paths[typeof routeName$7U]['get']['parameters']['path'];
122841
+ type GetInsurancePolicyComplianceByIdResponse = paths[typeof routeName$7U]['get']['responses'][200]['content']['application/json'];
122842
+ type GetInsurancePolicyComplianceByIdProps = paths[typeof routeName$7U]['get']['parameters'];
122886
122843
  declare const getInsurancePolicyComplianceById: (props: GetInsurancePolicyComplianceByIdProps, wgApiClient: ClientType) => Promise<GetInsurancePolicyComplianceByIdResponse>;
122887
122844
 
122888
- declare const routeName$7S = "/v1/api/insurance-policies/{insurance_policy_id}/compliance";
122889
- type UpdateInsurancePolicyComplianceBody = paths[typeof routeName$7S]['patch']['requestBody']['content']['application/json'];
122890
- type UpdateInsurancePolicyCompliancePathParams = paths[typeof routeName$7S]['patch']['parameters']['path'];
122891
- type UpdateInsurancePolicyComplianceResponse = paths[typeof routeName$7S]['patch']['responses'][200]['content']['application/json'];
122845
+ declare const routeName$7T = "/v1/api/insurance-policies/{insurance_policy_id}/compliance";
122846
+ type UpdateInsurancePolicyComplianceBody = paths[typeof routeName$7T]['patch']['requestBody']['content']['application/json'];
122847
+ type UpdateInsurancePolicyCompliancePathParams = paths[typeof routeName$7T]['patch']['parameters']['path'];
122848
+ type UpdateInsurancePolicyComplianceResponse = paths[typeof routeName$7T]['patch']['responses'][200]['content']['application/json'];
122892
122849
  interface UpdateInsurancePolicyComplianceProps {
122893
122850
  body: UpdateInsurancePolicyComplianceBody;
122894
122851
  params: {
@@ -122897,10 +122854,10 @@ interface UpdateInsurancePolicyComplianceProps {
122897
122854
  }
122898
122855
  declare const updateInsurancePolicyCompliance: (props: UpdateInsurancePolicyComplianceProps, wgApiClient: ClientType) => Promise<UpdateInsurancePolicyComplianceResponse>;
122899
122856
 
122900
- declare const routeName$7R = "/v1/api/insurance-policies/{insurance_policy_id}/coverages/{coverage_id}/compliance";
122901
- type UpdateInsurancePolicyCoverageComplianceBody = paths[typeof routeName$7R]['patch']['requestBody']['content']['application/json'];
122902
- type UpdateInsurancePolicyCoverageCompliancePathParams = paths[typeof routeName$7R]['patch']['parameters']['path'];
122903
- type UpdateInsurancePolicyCoverageComplianceResponse = paths[typeof routeName$7R]['patch']['responses'][200]['content']['application/json'];
122857
+ declare const routeName$7S = "/v1/api/insurance-policies/{insurance_policy_id}/coverages/{coverage_id}/compliance";
122858
+ type UpdateInsurancePolicyCoverageComplianceBody = paths[typeof routeName$7S]['patch']['requestBody']['content']['application/json'];
122859
+ type UpdateInsurancePolicyCoverageCompliancePathParams = paths[typeof routeName$7S]['patch']['parameters']['path'];
122860
+ type UpdateInsurancePolicyCoverageComplianceResponse = paths[typeof routeName$7S]['patch']['responses'][200]['content']['application/json'];
122904
122861
  interface UpdateInsurancePolicyCoverageComplianceProps {
122905
122862
  body: UpdateInsurancePolicyCoverageComplianceBody;
122906
122863
  params: {
@@ -122909,10 +122866,10 @@ interface UpdateInsurancePolicyCoverageComplianceProps {
122909
122866
  }
122910
122867
  declare const updateInsurancePolicyCoverageCompliance: (props: UpdateInsurancePolicyCoverageComplianceProps, wgApiClient: ClientType) => Promise<UpdateInsurancePolicyCoverageComplianceResponse>;
122911
122868
 
122912
- declare const routeName$7Q = "/v1/api/parties-by-company-registration";
122913
- type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationBody = paths[typeof routeName$7Q]['post']['requestBody']['content']['application/json'];
122914
- type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationQueryParams = paths[typeof routeName$7Q]['post']['parameters']['query'];
122915
- type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationResponse = paths[typeof routeName$7Q]['post']['responses'][201]['content']['application/json'];
122869
+ declare const routeName$7R = "/v1/api/parties-by-company-registration";
122870
+ type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationBody = paths[typeof routeName$7R]['post']['requestBody']['content']['application/json'];
122871
+ type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationQueryParams = paths[typeof routeName$7R]['post']['parameters']['query'];
122872
+ type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationResponse = paths[typeof routeName$7R]['post']['responses'][201]['content']['application/json'];
122916
122873
  interface CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationProps {
122917
122874
  body: CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationBody;
122918
122875
  params: {
@@ -122921,32 +122878,32 @@ interface CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationProps {
122921
122878
  }
122922
122879
  declare const createPartyByEnrichingWithEnrichingWithCompanyRegistration: (props: CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationProps, wgApiClient: ClientType) => Promise<CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationResponse>;
122923
122880
 
122924
- declare const routeName$7P = "/v1/api/parties-filters/origin";
122925
- type GetPartiesOriginFilterQueryParams = paths[typeof routeName$7P]['get']['parameters']['query'];
122926
- type GetPartiesOriginFilterResponse = paths[typeof routeName$7P]['get']['responses'][200]['content']['application/json'];
122927
- type GetPartiesOriginFilterProps = paths[typeof routeName$7P]['get']['parameters'];
122881
+ declare const routeName$7Q = "/v1/api/parties-filters/origin";
122882
+ type GetPartiesOriginFilterQueryParams = paths[typeof routeName$7Q]['get']['parameters']['query'];
122883
+ type GetPartiesOriginFilterResponse = paths[typeof routeName$7Q]['get']['responses'][200]['content']['application/json'];
122884
+ type GetPartiesOriginFilterProps = paths[typeof routeName$7Q]['get']['parameters'];
122928
122885
  declare const getPartiesOriginFilter: (props: GetPartiesOriginFilterProps, wgApiClient: ClientType) => Promise<GetPartiesOriginFilterResponse>;
122929
122886
 
122930
- declare const routeName$7O = "/v1/api/parties/companies";
122931
- type CreateLegalPartyBody = paths[typeof routeName$7O]['post']['requestBody']['content']['application/json'];
122932
- type CreateLegalPartyResponse = paths[typeof routeName$7O]['post']['responses'][201]['content']['application/json'];
122887
+ declare const routeName$7P = "/v1/api/parties/companies";
122888
+ type CreateLegalPartyBody = paths[typeof routeName$7P]['post']['requestBody']['content']['application/json'];
122889
+ type CreateLegalPartyResponse = paths[typeof routeName$7P]['post']['responses'][201]['content']['application/json'];
122933
122890
  interface CreateLegalPartyProps {
122934
122891
  body: CreateLegalPartyBody;
122935
122892
  }
122936
122893
  declare const createLegalParty: (props: CreateLegalPartyProps, wgApiClient: ClientType) => Promise<CreateLegalPartyResponse>;
122937
122894
 
122938
- declare const routeName$7N = "/v1/api/parties/customers";
122939
- type CreateNaturalPartyBody = paths[typeof routeName$7N]['post']['requestBody']['content']['application/json'];
122940
- type CreateNaturalPartyResponse = paths[typeof routeName$7N]['post']['responses'][201]['content']['application/json'];
122895
+ declare const routeName$7O = "/v1/api/parties/customers";
122896
+ type CreateNaturalPartyBody = paths[typeof routeName$7O]['post']['requestBody']['content']['application/json'];
122897
+ type CreateNaturalPartyResponse = paths[typeof routeName$7O]['post']['responses'][201]['content']['application/json'];
122941
122898
  interface CreateNaturalPartyProps {
122942
122899
  body: CreateNaturalPartyBody;
122943
122900
  }
122944
122901
  declare const createNaturalParty: (props: CreateNaturalPartyProps, wgApiClient: ClientType) => Promise<CreateNaturalPartyResponse>;
122945
122902
 
122946
- declare const routeName$7M = "/v1/api/parties/search";
122947
- type SearchPartiesBody = paths[typeof routeName$7M]['post']['requestBody']['content']['application/json'];
122948
- type SearchPartiesQueryParams = paths[typeof routeName$7M]['post']['parameters']['query'];
122949
- type SearchPartiesResponse = paths[typeof routeName$7M]['post']['responses'][200]['content']['application/json'];
122903
+ declare const routeName$7N = "/v1/api/parties/search";
122904
+ type SearchPartiesBody = paths[typeof routeName$7N]['post']['requestBody']['content']['application/json'];
122905
+ type SearchPartiesQueryParams = paths[typeof routeName$7N]['post']['parameters']['query'];
122906
+ type SearchPartiesResponse = paths[typeof routeName$7N]['post']['responses'][200]['content']['application/json'];
122950
122907
  interface SearchPartiesProps {
122951
122908
  body: SearchPartiesBody;
122952
122909
  params: {
@@ -122955,16 +122912,16 @@ interface SearchPartiesProps {
122955
122912
  }
122956
122913
  declare const searchParties: (props: SearchPartiesProps, wgApiClient: ClientType) => Promise<SearchPartiesResponse>;
122957
122914
 
122958
- declare const routeName$7L = "/v1/api/parties/{party_id}";
122959
- type GetPartyByIdPathParams = paths[typeof routeName$7L]['get']['parameters']['path'];
122960
- type GetPartyByIdResponse = paths[typeof routeName$7L]['get']['responses'][200]['content']['application/json'];
122961
- type GetPartyByIdProps = paths[typeof routeName$7L]['get']['parameters'];
122915
+ declare const routeName$7M = "/v1/api/parties/{party_id}";
122916
+ type GetPartyByIdPathParams = paths[typeof routeName$7M]['get']['parameters']['path'];
122917
+ type GetPartyByIdResponse = paths[typeof routeName$7M]['get']['responses'][200]['content']['application/json'];
122918
+ type GetPartyByIdProps = paths[typeof routeName$7M]['get']['parameters'];
122962
122919
  declare const getPartyById: (props: GetPartyByIdProps, wgApiClient: ClientType) => Promise<GetPartyByIdResponse>;
122963
122920
 
122964
- declare const routeName$7K = "/v1/api/parties/{party_id}";
122965
- type UpdatePartyByIdBody = paths[typeof routeName$7K]['patch']['requestBody']['content']['application/json'];
122966
- type UpdatePartyByIdPathParams = paths[typeof routeName$7K]['patch']['parameters']['path'];
122967
- type UpdatePartyByIdResponse = paths[typeof routeName$7K]['patch']['responses'][200]['content']['application/json'];
122921
+ declare const routeName$7L = "/v1/api/parties/{party_id}";
122922
+ type UpdatePartyByIdBody = paths[typeof routeName$7L]['patch']['requestBody']['content']['application/json'];
122923
+ type UpdatePartyByIdPathParams = paths[typeof routeName$7L]['patch']['parameters']['path'];
122924
+ type UpdatePartyByIdResponse = paths[typeof routeName$7L]['patch']['responses'][200]['content']['application/json'];
122968
122925
  interface UpdatePartyByIdProps {
122969
122926
  body: UpdatePartyByIdBody;
122970
122927
  params: {
@@ -122973,24 +122930,24 @@ interface UpdatePartyByIdProps {
122973
122930
  }
122974
122931
  declare const updatePartyById: (props: UpdatePartyByIdProps, wgApiClient: ClientType) => Promise<UpdatePartyByIdResponse>;
122975
122932
 
122976
- declare const routeName$7J = "/v1/api/parties/{party_id}/activity";
122977
- type GetActivityByPartyPathParams = paths[typeof routeName$7J]['get']['parameters']['path'];
122978
- type GetActivityByPartyQueryParams = paths[typeof routeName$7J]['get']['parameters']['query'];
122979
- type GetActivityByPartyResponse = paths[typeof routeName$7J]['get']['responses'][200]['content']['application/json'];
122980
- type GetActivityByPartyProps = paths[typeof routeName$7J]['get']['parameters'];
122933
+ declare const routeName$7K = "/v1/api/parties/{party_id}/activity";
122934
+ type GetActivityByPartyPathParams = paths[typeof routeName$7K]['get']['parameters']['path'];
122935
+ type GetActivityByPartyQueryParams = paths[typeof routeName$7K]['get']['parameters']['query'];
122936
+ type GetActivityByPartyResponse = paths[typeof routeName$7K]['get']['responses'][200]['content']['application/json'];
122937
+ type GetActivityByPartyProps = paths[typeof routeName$7K]['get']['parameters'];
122981
122938
  declare const getActivityByParty: (props: GetActivityByPartyProps, wgApiClient: ClientType) => Promise<GetActivityByPartyResponse>;
122982
122939
 
122983
- declare const routeName$7I = "/v1/api/parties/{party_id}/addresses";
122984
- type GetPartyAddressesPathParams = paths[typeof routeName$7I]['get']['parameters']['path'];
122985
- type GetPartyAddressesResponse = paths[typeof routeName$7I]['get']['responses'][200]['content']['application/json'];
122986
- type GetPartyAddressesProps = paths[typeof routeName$7I]['get']['parameters'];
122940
+ declare const routeName$7J = "/v1/api/parties/{party_id}/addresses";
122941
+ type GetPartyAddressesPathParams = paths[typeof routeName$7J]['get']['parameters']['path'];
122942
+ type GetPartyAddressesResponse = paths[typeof routeName$7J]['get']['responses'][200]['content']['application/json'];
122943
+ type GetPartyAddressesProps = paths[typeof routeName$7J]['get']['parameters'];
122987
122944
  declare const getPartyAddresses: (props: GetPartyAddressesProps, wgApiClient: ClientType) => Promise<GetPartyAddressesResponse>;
122988
122945
 
122989
- declare const routeName$7H = "/v1/api/parties/{party_id}/assignees";
122990
- type UpdatePartyAssigneesBody = paths[typeof routeName$7H]['put']['requestBody']['content']['application/json'];
122991
- type UpdatePartyAssigneesPathParams = paths[typeof routeName$7H]['put']['parameters']['path'];
122992
- type UpdatePartyAssigneesQueryParams = paths[typeof routeName$7H]['put']['parameters']['query'];
122993
- type UpdatePartyAssigneesResponse = paths[typeof routeName$7H]['put']['responses'][200]['content']['application/json'];
122946
+ declare const routeName$7I = "/v1/api/parties/{party_id}/assignees";
122947
+ type UpdatePartyAssigneesBody = paths[typeof routeName$7I]['put']['requestBody']['content']['application/json'];
122948
+ type UpdatePartyAssigneesPathParams = paths[typeof routeName$7I]['put']['parameters']['path'];
122949
+ type UpdatePartyAssigneesQueryParams = paths[typeof routeName$7I]['put']['parameters']['query'];
122950
+ type UpdatePartyAssigneesResponse = paths[typeof routeName$7I]['put']['responses'][200]['content']['application/json'];
122994
122951
  interface UpdatePartyAssigneesProps {
122995
122952
  body: UpdatePartyAssigneesBody;
122996
122953
  params: {
@@ -123000,45 +122957,45 @@ interface UpdatePartyAssigneesProps {
123000
122957
  }
123001
122958
  declare const updatePartyAssignees: (props: UpdatePartyAssigneesProps, wgApiClient: ClientType) => Promise<UpdatePartyAssigneesResponse>;
123002
122959
 
123003
- declare const routeName$7G = "/v1/api/parties/{party_id}/claims";
123004
- type GetClaimsAsPartyPathParams = paths[typeof routeName$7G]['get']['parameters']['path'];
123005
- type GetClaimsAsPartyQueryParams = paths[typeof routeName$7G]['get']['parameters']['query'];
123006
- type GetClaimsAsPartyResponse = paths[typeof routeName$7G]['get']['responses'][200]['content']['application/json'];
123007
- type GetClaimsAsPartyProps = paths[typeof routeName$7G]['get']['parameters'];
122960
+ declare const routeName$7H = "/v1/api/parties/{party_id}/claims";
122961
+ type GetClaimsAsPartyPathParams = paths[typeof routeName$7H]['get']['parameters']['path'];
122962
+ type GetClaimsAsPartyQueryParams = paths[typeof routeName$7H]['get']['parameters']['query'];
122963
+ type GetClaimsAsPartyResponse = paths[typeof routeName$7H]['get']['responses'][200]['content']['application/json'];
122964
+ type GetClaimsAsPartyProps = paths[typeof routeName$7H]['get']['parameters'];
123008
122965
  declare const getClaimsAsParty: (props: GetClaimsAsPartyProps, wgApiClient: ClientType) => Promise<GetClaimsAsPartyResponse>;
123009
122966
 
123010
- declare const routeName$7F = "/v1/api/parties/{party_id}/claims/{claim_id}";
123011
- type GetClaimsAsPartyByIdPathParams = paths[typeof routeName$7F]['get']['parameters']['path'];
123012
- type GetClaimsAsPartyByIdResponse = paths[typeof routeName$7F]['get']['responses'][200]['content']['application/json'];
123013
- type GetClaimsAsPartyByIdProps = paths[typeof routeName$7F]['get']['parameters'];
122967
+ declare const routeName$7G = "/v1/api/parties/{party_id}/claims/{claim_id}";
122968
+ type GetClaimsAsPartyByIdPathParams = paths[typeof routeName$7G]['get']['parameters']['path'];
122969
+ type GetClaimsAsPartyByIdResponse = paths[typeof routeName$7G]['get']['responses'][200]['content']['application/json'];
122970
+ type GetClaimsAsPartyByIdProps = paths[typeof routeName$7G]['get']['parameters'];
123014
122971
  declare const getClaimsAsPartyById: (props: GetClaimsAsPartyByIdProps, wgApiClient: ClientType) => Promise<GetClaimsAsPartyByIdResponse>;
123015
122972
 
123016
- declare const routeName$7E = "/v1/api/parties/{party_id}/conversation_notes";
123017
- type GetConversationNotesPathParams = paths[typeof routeName$7E]['get']['parameters']['path'];
123018
- type GetConversationNotesQueryParams = paths[typeof routeName$7E]['get']['parameters']['query'];
123019
- type GetConversationNotesResponse = paths[typeof routeName$7E]['get']['responses'][200]['content']['application/json'];
123020
- type GetConversationNotesProps = paths[typeof routeName$7E]['get']['parameters'];
122973
+ declare const routeName$7F = "/v1/api/parties/{party_id}/conversation_notes";
122974
+ type GetConversationNotesPathParams = paths[typeof routeName$7F]['get']['parameters']['path'];
122975
+ type GetConversationNotesQueryParams = paths[typeof routeName$7F]['get']['parameters']['query'];
122976
+ type GetConversationNotesResponse = paths[typeof routeName$7F]['get']['responses'][200]['content']['application/json'];
122977
+ type GetConversationNotesProps = paths[typeof routeName$7F]['get']['parameters'];
123021
122978
  declare const getConversationNotes: (props: GetConversationNotesProps, wgApiClient: ClientType) => Promise<GetConversationNotesResponse>;
123022
122979
 
123023
- declare const routeName$7D = "/v1/api/parties/{party_id}/current-account-insights";
123024
- type GetCurrentAccountInsightsAsPartyPathParams = paths[typeof routeName$7D]['get']['parameters']['path'];
123025
- type GetCurrentAccountInsightsAsPartyQueryParams = paths[typeof routeName$7D]['get']['parameters']['query'];
123026
- type GetCurrentAccountInsightsAsPartyResponse = paths[typeof routeName$7D]['get']['responses'][200]['content']['application/json'];
123027
- type GetCurrentAccountInsightsAsPartyProps = paths[typeof routeName$7D]['get']['parameters'];
122980
+ declare const routeName$7E = "/v1/api/parties/{party_id}/current-account-insights";
122981
+ type GetCurrentAccountInsightsAsPartyPathParams = paths[typeof routeName$7E]['get']['parameters']['path'];
122982
+ type GetCurrentAccountInsightsAsPartyQueryParams = paths[typeof routeName$7E]['get']['parameters']['query'];
122983
+ type GetCurrentAccountInsightsAsPartyResponse = paths[typeof routeName$7E]['get']['responses'][200]['content']['application/json'];
122984
+ type GetCurrentAccountInsightsAsPartyProps = paths[typeof routeName$7E]['get']['parameters'];
123028
122985
  declare const getCurrentAccountInsightsAsParty: (props: GetCurrentAccountInsightsAsPartyProps, wgApiClient: ClientType) => Promise<GetCurrentAccountInsightsAsPartyResponse>;
123029
122986
 
123030
- declare const routeName$7C = "/v1/api/parties/{party_id}/documents";
123031
- type GetDocumentsForPartyPathParams = paths[typeof routeName$7C]['get']['parameters']['path'];
123032
- type GetDocumentsForPartyQueryParams = paths[typeof routeName$7C]['get']['parameters']['query'];
123033
- type GetDocumentsForPartyResponse = paths[typeof routeName$7C]['get']['responses'][200]['content']['application/json'];
123034
- type GetDocumentsForPartyProps = paths[typeof routeName$7C]['get']['parameters'];
122987
+ declare const routeName$7D = "/v1/api/parties/{party_id}/documents";
122988
+ type GetDocumentsForPartyPathParams = paths[typeof routeName$7D]['get']['parameters']['path'];
122989
+ type GetDocumentsForPartyQueryParams = paths[typeof routeName$7D]['get']['parameters']['query'];
122990
+ type GetDocumentsForPartyResponse = paths[typeof routeName$7D]['get']['responses'][200]['content']['application/json'];
122991
+ type GetDocumentsForPartyProps = paths[typeof routeName$7D]['get']['parameters'];
123035
122992
  declare const getDocumentsForParty: (props: GetDocumentsForPartyProps, wgApiClient: ClientType) => Promise<GetDocumentsForPartyResponse>;
123036
122993
 
123037
- declare const routeName$7B = "/v1/api/parties/{party_id}/documents";
123038
- type CreateDocumentForPartyBody = paths[typeof routeName$7B]['post']['requestBody']['content']['application/json'];
123039
- type CreateDocumentForPartyPathParams = paths[typeof routeName$7B]['post']['parameters']['path'];
123040
- type CreateDocumentForPartyQueryParams = paths[typeof routeName$7B]['post']['parameters']['query'];
123041
- type CreateDocumentForPartyResponse = paths[typeof routeName$7B]['post']['responses'][201]['content']['application/json'];
122994
+ declare const routeName$7C = "/v1/api/parties/{party_id}/documents";
122995
+ type CreateDocumentForPartyBody = paths[typeof routeName$7C]['post']['requestBody']['content']['application/json'];
122996
+ type CreateDocumentForPartyPathParams = paths[typeof routeName$7C]['post']['parameters']['path'];
122997
+ type CreateDocumentForPartyQueryParams = paths[typeof routeName$7C]['post']['parameters']['query'];
122998
+ type CreateDocumentForPartyResponse = paths[typeof routeName$7C]['post']['responses'][201]['content']['application/json'];
123042
122999
  interface CreateDocumentForPartyProps {
123043
123000
  body: CreateDocumentForPartyBody;
123044
123001
  params: {
@@ -123048,9 +123005,9 @@ interface CreateDocumentForPartyProps {
123048
123005
  }
123049
123006
  declare const createDocumentForParty: (props: CreateDocumentForPartyProps, wgApiClient: ClientType) => Promise<CreateDocumentForPartyResponse>;
123050
123007
 
123051
- declare const routeName$7A = "/v1/api/parties/{party_id}/documents/{document_id}";
123052
- type DeleteDocumentForPartyPathParams = paths[typeof routeName$7A]['delete']['parameters']['path'];
123053
- type DeleteDocumentForPartyResponse = paths[typeof routeName$7A]['delete']['responses'][200]['content']['application/json'];
123008
+ declare const routeName$7B = "/v1/api/parties/{party_id}/documents/{document_id}";
123009
+ type DeleteDocumentForPartyPathParams = paths[typeof routeName$7B]['delete']['parameters']['path'];
123010
+ type DeleteDocumentForPartyResponse = paths[typeof routeName$7B]['delete']['responses'][200]['content']['application/json'];
123054
123011
  interface DeleteDocumentForPartyProps {
123055
123012
  params: {
123056
123013
  path: DeleteDocumentForPartyPathParams;
@@ -123058,10 +123015,10 @@ interface DeleteDocumentForPartyProps {
123058
123015
  }
123059
123016
  declare const deleteDocumentForParty: (props: DeleteDocumentForPartyProps, wgApiClient: ClientType) => Promise<DeleteDocumentForPartyResponse>;
123060
123017
 
123061
- declare const routeName$7z = "/v1/api/parties/{party_id}/documents/{document_id}";
123062
- type UpdateDocumentForPartyBody = paths[typeof routeName$7z]['patch']['requestBody']['content']['application/json'];
123063
- type UpdateDocumentForPartyPathParams = paths[typeof routeName$7z]['patch']['parameters']['path'];
123064
- type UpdateDocumentForPartyResponse = paths[typeof routeName$7z]['patch']['responses'][200]['content']['application/json'];
123018
+ declare const routeName$7A = "/v1/api/parties/{party_id}/documents/{document_id}";
123019
+ type UpdateDocumentForPartyBody = paths[typeof routeName$7A]['patch']['requestBody']['content']['application/json'];
123020
+ type UpdateDocumentForPartyPathParams = paths[typeof routeName$7A]['patch']['parameters']['path'];
123021
+ type UpdateDocumentForPartyResponse = paths[typeof routeName$7A]['patch']['responses'][200]['content']['application/json'];
123065
123022
  interface UpdateDocumentForPartyProps {
123066
123023
  body: UpdateDocumentForPartyBody;
123067
123024
  params: {
@@ -123070,10 +123027,10 @@ interface UpdateDocumentForPartyProps {
123070
123027
  }
123071
123028
  declare const updateDocumentForParty: (props: UpdateDocumentForPartyProps, wgApiClient: ClientType) => Promise<UpdateDocumentForPartyResponse>;
123072
123029
 
123073
- declare const routeName$7y = "/v1/api/parties/{party_id}/enrichments";
123074
- type EnrichPartyByIdWithExternalCompanyDataPathParams = paths[typeof routeName$7y]['put']['parameters']['path'];
123075
- type EnrichPartyByIdWithExternalCompanyDataQueryParams = paths[typeof routeName$7y]['put']['parameters']['query'];
123076
- type EnrichPartyByIdWithExternalCompanyDataResponse = paths[typeof routeName$7y]['put']['responses'][200]['content']['application/json'];
123030
+ declare const routeName$7z = "/v1/api/parties/{party_id}/enrichments";
123031
+ type EnrichPartyByIdWithExternalCompanyDataPathParams = paths[typeof routeName$7z]['put']['parameters']['path'];
123032
+ type EnrichPartyByIdWithExternalCompanyDataQueryParams = paths[typeof routeName$7z]['put']['parameters']['query'];
123033
+ type EnrichPartyByIdWithExternalCompanyDataResponse = paths[typeof routeName$7z]['put']['responses'][200]['content']['application/json'];
123077
123034
  interface EnrichPartyByIdWithExternalCompanyDataProps {
123078
123035
  params: {
123079
123036
  query: EnrichPartyByIdWithExternalCompanyDataQueryParams;
@@ -123082,10 +123039,10 @@ interface EnrichPartyByIdWithExternalCompanyDataProps {
123082
123039
  }
123083
123040
  declare const enrichPartyByIdWithExternalCompanyData: (props: EnrichPartyByIdWithExternalCompanyDataProps, wgApiClient: ClientType) => Promise<EnrichPartyByIdWithExternalCompanyDataResponse>;
123084
123041
 
123085
- declare const routeName$7x = "/v1/api/parties/{party_id}/export-to-anva";
123086
- type ExportPartyToAnvaPathParams = paths[typeof routeName$7x]['post']['parameters']['path'];
123087
- type ExportPartyToAnvaQueryParams = paths[typeof routeName$7x]['post']['parameters']['query'];
123088
- type ExportPartyToAnvaResponse = paths[typeof routeName$7x]['post']['responses'][201]['content']['application/json'];
123042
+ declare const routeName$7y = "/v1/api/parties/{party_id}/export-to-anva";
123043
+ type ExportPartyToAnvaPathParams = paths[typeof routeName$7y]['post']['parameters']['path'];
123044
+ type ExportPartyToAnvaQueryParams = paths[typeof routeName$7y]['post']['parameters']['query'];
123045
+ type ExportPartyToAnvaResponse = paths[typeof routeName$7y]['post']['responses'][201]['content']['application/json'];
123089
123046
  interface ExportPartyToAnvaProps {
123090
123047
  params: {
123091
123048
  query: ExportPartyToAnvaQueryParams;
@@ -123094,10 +123051,10 @@ interface ExportPartyToAnvaProps {
123094
123051
  }
123095
123052
  declare const exportPartyToAnva: (props: ExportPartyToAnvaProps, wgApiClient: ClientType) => Promise<ExportPartyToAnvaResponse>;
123096
123053
 
123097
- declare const routeName$7w = "/v1/api/parties/{party_id}/export-to-assu";
123098
- type ExportPartyToAssuPathParams = paths[typeof routeName$7w]['post']['parameters']['path'];
123099
- type ExportPartyToAssuQueryParams = paths[typeof routeName$7w]['post']['parameters']['query'];
123100
- type ExportPartyToAssuResponse = paths[typeof routeName$7w]['post']['responses'][201]['content']['application/json'];
123054
+ declare const routeName$7x = "/v1/api/parties/{party_id}/export-to-assu";
123055
+ type ExportPartyToAssuPathParams = paths[typeof routeName$7x]['post']['parameters']['path'];
123056
+ type ExportPartyToAssuQueryParams = paths[typeof routeName$7x]['post']['parameters']['query'];
123057
+ type ExportPartyToAssuResponse = paths[typeof routeName$7x]['post']['responses'][201]['content']['application/json'];
123101
123058
  interface ExportPartyToAssuProps {
123102
123059
  params: {
123103
123060
  query: ExportPartyToAssuQueryParams;
@@ -123106,10 +123063,10 @@ interface ExportPartyToAssuProps {
123106
123063
  }
123107
123064
  declare const exportPartyToAssu: (props: ExportPartyToAssuProps, wgApiClient: ClientType) => Promise<ExportPartyToAssuResponse>;
123108
123065
 
123109
- declare const routeName$7v = "/v1/api/parties/{party_id}/export-to-dias";
123110
- type ExportPartyToDiasPathParams = paths[typeof routeName$7v]['post']['parameters']['path'];
123111
- type ExportPartyToDiasQueryParams = paths[typeof routeName$7v]['post']['parameters']['query'];
123112
- type ExportPartyToDiasResponse = paths[typeof routeName$7v]['post']['responses'][201]['content']['application/json'];
123066
+ declare const routeName$7w = "/v1/api/parties/{party_id}/export-to-dias";
123067
+ type ExportPartyToDiasPathParams = paths[typeof routeName$7w]['post']['parameters']['path'];
123068
+ type ExportPartyToDiasQueryParams = paths[typeof routeName$7w]['post']['parameters']['query'];
123069
+ type ExportPartyToDiasResponse = paths[typeof routeName$7w]['post']['responses'][201]['content']['application/json'];
123113
123070
  interface ExportPartyToDiasProps {
123114
123071
  params: {
123115
123072
  query: ExportPartyToDiasQueryParams;
@@ -123118,10 +123075,10 @@ interface ExportPartyToDiasProps {
123118
123075
  }
123119
123076
  declare const exportPartyToDias: (props: ExportPartyToDiasProps, wgApiClient: ClientType) => Promise<ExportPartyToDiasResponse>;
123120
123077
 
123121
- declare const routeName$7u = "/v1/api/parties/{party_id}/export-to-fasterforward";
123122
- type ExportPartyToFasterforwardPathParams = paths[typeof routeName$7u]['post']['parameters']['path'];
123123
- type ExportPartyToFasterforwardQueryParams = paths[typeof routeName$7u]['post']['parameters']['query'];
123124
- type ExportPartyToFasterforwardResponse = paths[typeof routeName$7u]['post']['responses'][201]['content']['application/json'];
123078
+ declare const routeName$7v = "/v1/api/parties/{party_id}/export-to-fasterforward";
123079
+ type ExportPartyToFasterforwardPathParams = paths[typeof routeName$7v]['post']['parameters']['path'];
123080
+ type ExportPartyToFasterforwardQueryParams = paths[typeof routeName$7v]['post']['parameters']['query'];
123081
+ type ExportPartyToFasterforwardResponse = paths[typeof routeName$7v]['post']['responses'][201]['content']['application/json'];
123125
123082
  interface ExportPartyToFasterforwardProps {
123126
123083
  params: {
123127
123084
  query: ExportPartyToFasterforwardQueryParams;
@@ -123130,16 +123087,16 @@ interface ExportPartyToFasterforwardProps {
123130
123087
  }
123131
123088
  declare const exportPartyToFasterforward: (props: ExportPartyToFasterforwardProps, wgApiClient: ClientType) => Promise<ExportPartyToFasterforwardResponse>;
123132
123089
 
123133
- declare const routeName$7t = "/v1/api/parties/{party_id}/exports";
123134
- type RetrieveAllExportsByPartyPathParams = paths[typeof routeName$7t]['get']['parameters']['path'];
123135
- type RetrieveAllExportsByPartyQueryParams = paths[typeof routeName$7t]['get']['parameters']['query'];
123136
- type RetrieveAllExportsByPartyResponse = paths[typeof routeName$7t]['get']['responses'][200]['content']['application/json'];
123137
- type RetrieveAllExportsByPartyProps = paths[typeof routeName$7t]['get']['parameters'];
123090
+ declare const routeName$7u = "/v1/api/parties/{party_id}/exports";
123091
+ type RetrieveAllExportsByPartyPathParams = paths[typeof routeName$7u]['get']['parameters']['path'];
123092
+ type RetrieveAllExportsByPartyQueryParams = paths[typeof routeName$7u]['get']['parameters']['query'];
123093
+ type RetrieveAllExportsByPartyResponse = paths[typeof routeName$7u]['get']['responses'][200]['content']['application/json'];
123094
+ type RetrieveAllExportsByPartyProps = paths[typeof routeName$7u]['get']['parameters'];
123138
123095
  declare const retrieveAllExportsByParty: (props: RetrieveAllExportsByPartyProps, wgApiClient: ClientType) => Promise<RetrieveAllExportsByPartyResponse>;
123139
123096
 
123140
- declare const routeName$7s = "/v1/api/parties/{party_id}/exports/crm";
123141
- type ExportPartyByIdPathParams = paths[typeof routeName$7s]['post']['parameters']['path'];
123142
- type ExportPartyByIdResponse = paths[typeof routeName$7s]['post']['responses'][201]['content']['application/json'];
123097
+ declare const routeName$7t = "/v1/api/parties/{party_id}/exports/crm";
123098
+ type ExportPartyByIdPathParams = paths[typeof routeName$7t]['post']['parameters']['path'];
123099
+ type ExportPartyByIdResponse = paths[typeof routeName$7t]['post']['responses'][201]['content']['application/json'];
123143
123100
  interface ExportPartyByIdProps {
123144
123101
  params: {
123145
123102
  path: ExportPartyByIdPathParams;
@@ -123147,17 +123104,17 @@ interface ExportPartyByIdProps {
123147
123104
  }
123148
123105
  declare const exportPartyById: (props: ExportPartyByIdProps, wgApiClient: ClientType) => Promise<ExportPartyByIdResponse>;
123149
123106
 
123150
- declare const routeName$7r = "/v1/api/parties/{party_id}/insurance-policies";
123151
- type GetInsurancePoliciesForPartyPathParams = paths[typeof routeName$7r]['get']['parameters']['path'];
123152
- type GetInsurancePoliciesForPartyQueryParams = paths[typeof routeName$7r]['get']['parameters']['query'];
123153
- type GetInsurancePoliciesForPartyResponse = paths[typeof routeName$7r]['get']['responses'][200]['content']['application/json'];
123154
- type GetInsurancePoliciesForPartyProps = paths[typeof routeName$7r]['get']['parameters'];
123107
+ declare const routeName$7s = "/v1/api/parties/{party_id}/insurance-policies";
123108
+ type GetInsurancePoliciesForPartyPathParams = paths[typeof routeName$7s]['get']['parameters']['path'];
123109
+ type GetInsurancePoliciesForPartyQueryParams = paths[typeof routeName$7s]['get']['parameters']['query'];
123110
+ type GetInsurancePoliciesForPartyResponse = paths[typeof routeName$7s]['get']['responses'][200]['content']['application/json'];
123111
+ type GetInsurancePoliciesForPartyProps = paths[typeof routeName$7s]['get']['parameters'];
123155
123112
  declare const getInsurancePoliciesForParty: (props: GetInsurancePoliciesForPartyProps, wgApiClient: ClientType) => Promise<GetInsurancePoliciesForPartyResponse>;
123156
123113
 
123157
- declare const routeName$7q = "/v1/api/parties/{party_id}/insurance-policies";
123158
- type UpsertInsurancePoliciesForPartyBody = paths[typeof routeName$7q]['put']['requestBody']['content']['application/json'];
123159
- type UpsertInsurancePoliciesForPartyPathParams = paths[typeof routeName$7q]['put']['parameters']['path'];
123160
- type UpsertInsurancePoliciesForPartyResponse = paths[typeof routeName$7q]['put']['responses'][201]['content']['application/json'];
123114
+ declare const routeName$7r = "/v1/api/parties/{party_id}/insurance-policies";
123115
+ type UpsertInsurancePoliciesForPartyBody = paths[typeof routeName$7r]['put']['requestBody']['content']['application/json'];
123116
+ type UpsertInsurancePoliciesForPartyPathParams = paths[typeof routeName$7r]['put']['parameters']['path'];
123117
+ type UpsertInsurancePoliciesForPartyResponse = paths[typeof routeName$7r]['put']['responses'][201]['content']['application/json'];
123161
123118
  interface UpsertInsurancePoliciesForPartyProps {
123162
123119
  body: UpsertInsurancePoliciesForPartyBody;
123163
123120
  params: {
@@ -123166,10 +123123,10 @@ interface UpsertInsurancePoliciesForPartyProps {
123166
123123
  }
123167
123124
  declare const upsertInsurancePoliciesForParty: (props: UpsertInsurancePoliciesForPartyProps, wgApiClient: ClientType) => Promise<UpsertInsurancePoliciesForPartyResponse>;
123168
123125
 
123169
- declare const routeName$7p = "/v1/api/parties/{party_id}/insurance-policies";
123170
- type CreateInsurancePoliciesForPartyBody = paths[typeof routeName$7p]['post']['requestBody']['content']['application/json'];
123171
- type CreateInsurancePoliciesForPartyPathParams = paths[typeof routeName$7p]['post']['parameters']['path'];
123172
- type CreateInsurancePoliciesForPartyResponse = paths[typeof routeName$7p]['post']['responses'][201]['content']['application/json'];
123126
+ declare const routeName$7q = "/v1/api/parties/{party_id}/insurance-policies";
123127
+ type CreateInsurancePoliciesForPartyBody = paths[typeof routeName$7q]['post']['requestBody']['content']['application/json'];
123128
+ type CreateInsurancePoliciesForPartyPathParams = paths[typeof routeName$7q]['post']['parameters']['path'];
123129
+ type CreateInsurancePoliciesForPartyResponse = paths[typeof routeName$7q]['post']['responses'][201]['content']['application/json'];
123173
123130
  interface CreateInsurancePoliciesForPartyProps {
123174
123131
  body: CreateInsurancePoliciesForPartyBody;
123175
123132
  params: {
@@ -123178,9 +123135,9 @@ interface CreateInsurancePoliciesForPartyProps {
123178
123135
  }
123179
123136
  declare const createInsurancePoliciesForParty: (props: CreateInsurancePoliciesForPartyProps, wgApiClient: ClientType) => Promise<CreateInsurancePoliciesForPartyResponse>;
123180
123137
 
123181
- declare const routeName$7o = "/v1/api/parties/{party_id}/insurance-policies/{insurance_policy_id}";
123182
- type DeleteInsurancePoliciesForPartyPathParams = paths[typeof routeName$7o]['delete']['parameters']['path'];
123183
- type DeleteInsurancePoliciesForPartyResponse = paths[typeof routeName$7o]['delete']['responses'][200]['content']['application/json'];
123138
+ declare const routeName$7p = "/v1/api/parties/{party_id}/insurance-policies/{insurance_policy_id}";
123139
+ type DeleteInsurancePoliciesForPartyPathParams = paths[typeof routeName$7p]['delete']['parameters']['path'];
123140
+ type DeleteInsurancePoliciesForPartyResponse = paths[typeof routeName$7p]['delete']['responses'][200]['content']['application/json'];
123184
123141
  interface DeleteInsurancePoliciesForPartyProps {
123185
123142
  params: {
123186
123143
  path: DeleteInsurancePoliciesForPartyPathParams;
@@ -123188,52 +123145,52 @@ interface DeleteInsurancePoliciesForPartyProps {
123188
123145
  }
123189
123146
  declare const deleteInsurancePoliciesForParty: (props: DeleteInsurancePoliciesForPartyProps, wgApiClient: ClientType) => Promise<DeleteInsurancePoliciesForPartyResponse>;
123190
123147
 
123191
- declare const routeName$7n = "/v1/api/parties/{party_id}/insurance-policies/{insurance_policy_id}/finconnect/link";
123192
- type GetFinconnectLinkForInsurancePolicyPathParams = paths[typeof routeName$7n]['get']['parameters']['path'];
123193
- type GetFinconnectLinkForInsurancePolicyQueryParams = paths[typeof routeName$7n]['get']['parameters']['query'];
123194
- type GetFinconnectLinkForInsurancePolicyResponse = paths[typeof routeName$7n]['get']['responses'][200]['content']['application/json'];
123195
- type GetFinconnectLinkForInsurancePolicyProps = paths[typeof routeName$7n]['get']['parameters'];
123148
+ declare const routeName$7o = "/v1/api/parties/{party_id}/insurance-policies/{insurance_policy_id}/finconnect/link";
123149
+ type GetFinconnectLinkForInsurancePolicyPathParams = paths[typeof routeName$7o]['get']['parameters']['path'];
123150
+ type GetFinconnectLinkForInsurancePolicyQueryParams = paths[typeof routeName$7o]['get']['parameters']['query'];
123151
+ type GetFinconnectLinkForInsurancePolicyResponse = paths[typeof routeName$7o]['get']['responses'][200]['content']['application/json'];
123152
+ type GetFinconnectLinkForInsurancePolicyProps = paths[typeof routeName$7o]['get']['parameters'];
123196
123153
  declare const getFinconnectLinkForInsurancePolicy: (props: GetFinconnectLinkForInsurancePolicyProps, wgApiClient: ClientType) => Promise<GetFinconnectLinkForInsurancePolicyResponse>;
123197
123154
 
123198
- declare const routeName$7m = "/v1/api/parties/{party_id}/invoices";
123199
- type GetInvoicesAsPartyPathParams = paths[typeof routeName$7m]['get']['parameters']['path'];
123200
- type GetInvoicesAsPartyQueryParams = paths[typeof routeName$7m]['get']['parameters']['query'];
123201
- type GetInvoicesAsPartyResponse = paths[typeof routeName$7m]['get']['responses'][200]['content']['application/json'];
123202
- type GetInvoicesAsPartyProps = paths[typeof routeName$7m]['get']['parameters'];
123155
+ declare const routeName$7n = "/v1/api/parties/{party_id}/invoices";
123156
+ type GetInvoicesAsPartyPathParams = paths[typeof routeName$7n]['get']['parameters']['path'];
123157
+ type GetInvoicesAsPartyQueryParams = paths[typeof routeName$7n]['get']['parameters']['query'];
123158
+ type GetInvoicesAsPartyResponse = paths[typeof routeName$7n]['get']['responses'][200]['content']['application/json'];
123159
+ type GetInvoicesAsPartyProps = paths[typeof routeName$7n]['get']['parameters'];
123203
123160
  declare const getInvoicesAsParty: (props: GetInvoicesAsPartyProps, wgApiClient: ClientType) => Promise<GetInvoicesAsPartyResponse>;
123204
123161
 
123205
- declare const routeName$7l = "/v1/api/parties/{party_id}/invoices/{invoice_id}";
123206
- type GetInvoicesAsPartyByIdPathParams = paths[typeof routeName$7l]['get']['parameters']['path'];
123207
- type GetInvoicesAsPartyByIdResponse = paths[typeof routeName$7l]['get']['responses'][200]['content']['application/json'];
123208
- type GetInvoicesAsPartyByIdProps = paths[typeof routeName$7l]['get']['parameters'];
123162
+ declare const routeName$7m = "/v1/api/parties/{party_id}/invoices/{invoice_id}";
123163
+ type GetInvoicesAsPartyByIdPathParams = paths[typeof routeName$7m]['get']['parameters']['path'];
123164
+ type GetInvoicesAsPartyByIdResponse = paths[typeof routeName$7m]['get']['responses'][200]['content']['application/json'];
123165
+ type GetInvoicesAsPartyByIdProps = paths[typeof routeName$7m]['get']['parameters'];
123209
123166
  declare const getInvoicesAsPartyById: (props: GetInvoicesAsPartyByIdProps, wgApiClient: ClientType) => Promise<GetInvoicesAsPartyByIdResponse>;
123210
123167
 
123211
- declare const routeName$7k = "/v1/api/parties/{party_id}/kyc";
123212
- type GetKycByPartyPathParams = paths[typeof routeName$7k]['get']['parameters']['path'];
123213
- type GetKycByPartyQueryParams = paths[typeof routeName$7k]['get']['parameters']['query'];
123214
- type GetKycByPartyResponse = paths[typeof routeName$7k]['get']['responses'][200]['content']['application/json'];
123215
- type GetKycByPartyProps = paths[typeof routeName$7k]['get']['parameters'];
123168
+ declare const routeName$7l = "/v1/api/parties/{party_id}/kyc";
123169
+ type GetKycByPartyPathParams = paths[typeof routeName$7l]['get']['parameters']['path'];
123170
+ type GetKycByPartyQueryParams = paths[typeof routeName$7l]['get']['parameters']['query'];
123171
+ type GetKycByPartyResponse = paths[typeof routeName$7l]['get']['responses'][200]['content']['application/json'];
123172
+ type GetKycByPartyProps = paths[typeof routeName$7l]['get']['parameters'];
123216
123173
  declare const getKycByParty: (props: GetKycByPartyProps, wgApiClient: ClientType) => Promise<GetKycByPartyResponse>;
123217
123174
 
123218
- declare const routeName$7j = "/v1/api/parties/{party_id}/management/possible-insurance-products";
123219
- type GetPossibleInsuranceProductsForManagementByPartyIdPathParams = paths[typeof routeName$7j]['get']['parameters']['path'];
123220
- type GetPossibleInsuranceProductsForManagementByPartyIdQueryParams = paths[typeof routeName$7j]['get']['parameters']['query'];
123221
- type GetPossibleInsuranceProductsForManagementByPartyIdResponse = paths[typeof routeName$7j]['get']['responses'][200]['content']['application/json'];
123222
- type GetPossibleInsuranceProductsForManagementByPartyIdProps = paths[typeof routeName$7j]['get']['parameters'];
123175
+ declare const routeName$7k = "/v1/api/parties/{party_id}/management/possible-insurance-products";
123176
+ type GetPossibleInsuranceProductsForManagementByPartyIdPathParams = paths[typeof routeName$7k]['get']['parameters']['path'];
123177
+ type GetPossibleInsuranceProductsForManagementByPartyIdQueryParams = paths[typeof routeName$7k]['get']['parameters']['query'];
123178
+ type GetPossibleInsuranceProductsForManagementByPartyIdResponse = paths[typeof routeName$7k]['get']['responses'][200]['content']['application/json'];
123179
+ type GetPossibleInsuranceProductsForManagementByPartyIdProps = paths[typeof routeName$7k]['get']['parameters'];
123223
123180
  declare const getPossibleInsuranceProductsForManagementByPartyId: (props: GetPossibleInsuranceProductsForManagementByPartyIdProps, wgApiClient: ClientType) => Promise<GetPossibleInsuranceProductsForManagementByPartyIdResponse>;
123224
123181
 
123225
- declare const routeName$7i = "/v1/api/parties/{party_id}/merge-suggestions";
123226
- type GetPartyMergeSuggestionsPathParams = paths[typeof routeName$7i]['get']['parameters']['path'];
123227
- type GetPartyMergeSuggestionsQueryParams = paths[typeof routeName$7i]['get']['parameters']['query'];
123228
- type GetPartyMergeSuggestionsResponse = paths[typeof routeName$7i]['get']['responses'][200]['content']['application/json'];
123229
- type GetPartyMergeSuggestionsProps = paths[typeof routeName$7i]['get']['parameters'];
123182
+ declare const routeName$7j = "/v1/api/parties/{party_id}/merge-suggestions";
123183
+ type GetPartyMergeSuggestionsPathParams = paths[typeof routeName$7j]['get']['parameters']['path'];
123184
+ type GetPartyMergeSuggestionsQueryParams = paths[typeof routeName$7j]['get']['parameters']['query'];
123185
+ type GetPartyMergeSuggestionsResponse = paths[typeof routeName$7j]['get']['responses'][200]['content']['application/json'];
123186
+ type GetPartyMergeSuggestionsProps = paths[typeof routeName$7j]['get']['parameters'];
123230
123187
  declare const getPartyMergeSuggestions: (props: GetPartyMergeSuggestionsProps, wgApiClient: ClientType) => Promise<GetPartyMergeSuggestionsResponse>;
123231
123188
 
123232
- declare const routeName$7h = "/v1/api/parties/{party_id}/merges";
123233
- type MergePartiesTogetherBody = paths[typeof routeName$7h]['post']['requestBody']['content']['application/json'];
123234
- type MergePartiesTogetherPathParams = paths[typeof routeName$7h]['post']['parameters']['path'];
123235
- type MergePartiesTogetherQueryParams = paths[typeof routeName$7h]['post']['parameters']['query'];
123236
- type MergePartiesTogetherResponse = paths[typeof routeName$7h]['post']['responses'][200]['content']['application/json'];
123189
+ declare const routeName$7i = "/v1/api/parties/{party_id}/merges";
123190
+ type MergePartiesTogetherBody = paths[typeof routeName$7i]['post']['requestBody']['content']['application/json'];
123191
+ type MergePartiesTogetherPathParams = paths[typeof routeName$7i]['post']['parameters']['path'];
123192
+ type MergePartiesTogetherQueryParams = paths[typeof routeName$7i]['post']['parameters']['query'];
123193
+ type MergePartiesTogetherResponse = paths[typeof routeName$7i]['post']['responses'][200]['content']['application/json'];
123237
123194
  interface MergePartiesTogetherProps {
123238
123195
  body: MergePartiesTogetherBody;
123239
123196
  params: {
@@ -123243,10 +123200,10 @@ interface MergePartiesTogetherProps {
123243
123200
  }
123244
123201
  declare const mergePartiesTogether: (props: MergePartiesTogetherProps, wgApiClient: ClientType) => Promise<MergePartiesTogetherResponse>;
123245
123202
 
123246
- declare const routeName$7g = "/v1/api/parties/{party_id}/notes";
123247
- type CreatePartyNoteBody = paths[typeof routeName$7g]['post']['requestBody']['content']['application/json'];
123248
- type CreatePartyNotePathParams = paths[typeof routeName$7g]['post']['parameters']['path'];
123249
- type CreatePartyNoteResponse = paths[typeof routeName$7g]['post']['responses'][201]['content']['application/json'];
123203
+ declare const routeName$7h = "/v1/api/parties/{party_id}/notes";
123204
+ type CreatePartyNoteBody = paths[typeof routeName$7h]['post']['requestBody']['content']['application/json'];
123205
+ type CreatePartyNotePathParams = paths[typeof routeName$7h]['post']['parameters']['path'];
123206
+ type CreatePartyNoteResponse = paths[typeof routeName$7h]['post']['responses'][201]['content']['application/json'];
123250
123207
  interface CreatePartyNoteProps {
123251
123208
  body: CreatePartyNoteBody;
123252
123209
  params: {
@@ -123255,9 +123212,9 @@ interface CreatePartyNoteProps {
123255
123212
  }
123256
123213
  declare const createPartyNote: (props: CreatePartyNoteProps, wgApiClient: ClientType) => Promise<CreatePartyNoteResponse>;
123257
123214
 
123258
- declare const routeName$7f = "/v1/api/parties/{party_id}/notes/{note_id}";
123259
- type DeletePartyNoteByIdPathParams = paths[typeof routeName$7f]['delete']['parameters']['path'];
123260
- type DeletePartyNoteByIdResponse = paths[typeof routeName$7f]['delete']['responses'][200]['content']['application/json'];
123215
+ declare const routeName$7g = "/v1/api/parties/{party_id}/notes/{note_id}";
123216
+ type DeletePartyNoteByIdPathParams = paths[typeof routeName$7g]['delete']['parameters']['path'];
123217
+ type DeletePartyNoteByIdResponse = paths[typeof routeName$7g]['delete']['responses'][200]['content']['application/json'];
123261
123218
  interface DeletePartyNoteByIdProps {
123262
123219
  params: {
123263
123220
  path: DeletePartyNoteByIdPathParams;
@@ -123265,10 +123222,10 @@ interface DeletePartyNoteByIdProps {
123265
123222
  }
123266
123223
  declare const deletePartyNoteById: (props: DeletePartyNoteByIdProps, wgApiClient: ClientType) => Promise<DeletePartyNoteByIdResponse>;
123267
123224
 
123268
- declare const routeName$7e = "/v1/api/parties/{party_id}/notes/{note_id}";
123269
- type UpdatePartyNoteByIdBody = paths[typeof routeName$7e]['patch']['requestBody']['content']['application/json'];
123270
- type UpdatePartyNoteByIdPathParams = paths[typeof routeName$7e]['patch']['parameters']['path'];
123271
- type UpdatePartyNoteByIdResponse = paths[typeof routeName$7e]['patch']['responses'][200]['content']['application/json'];
123225
+ declare const routeName$7f = "/v1/api/parties/{party_id}/notes/{note_id}";
123226
+ type UpdatePartyNoteByIdBody = paths[typeof routeName$7f]['patch']['requestBody']['content']['application/json'];
123227
+ type UpdatePartyNoteByIdPathParams = paths[typeof routeName$7f]['patch']['parameters']['path'];
123228
+ type UpdatePartyNoteByIdResponse = paths[typeof routeName$7f]['patch']['responses'][200]['content']['application/json'];
123272
123229
  interface UpdatePartyNoteByIdProps {
123273
123230
  body: UpdatePartyNoteByIdBody;
123274
123231
  params: {
@@ -123277,11 +123234,11 @@ interface UpdatePartyNoteByIdProps {
123277
123234
  }
123278
123235
  declare const updatePartyNoteById: (props: UpdatePartyNoteByIdProps, wgApiClient: ClientType) => Promise<UpdatePartyNoteByIdResponse>;
123279
123236
 
123280
- declare const routeName$7d = "/v1/api/parties/{party_id}/offers";
123281
- type CreatePartyOffersBody = paths[typeof routeName$7d]['post']['requestBody']['content']['application/json'];
123282
- type CreatePartyOffersPathParams = paths[typeof routeName$7d]['post']['parameters']['path'];
123283
- type CreatePartyOffersQueryParams = paths[typeof routeName$7d]['post']['parameters']['query'];
123284
- type CreatePartyOffersResponse = paths[typeof routeName$7d]['post']['responses'][201]['content']['application/json'];
123237
+ declare const routeName$7e = "/v1/api/parties/{party_id}/offers";
123238
+ type CreatePartyOffersBody = paths[typeof routeName$7e]['post']['requestBody']['content']['application/json'];
123239
+ type CreatePartyOffersPathParams = paths[typeof routeName$7e]['post']['parameters']['path'];
123240
+ type CreatePartyOffersQueryParams = paths[typeof routeName$7e]['post']['parameters']['query'];
123241
+ type CreatePartyOffersResponse = paths[typeof routeName$7e]['post']['responses'][201]['content']['application/json'];
123285
123242
  interface CreatePartyOffersProps {
123286
123243
  body: CreatePartyOffersBody;
123287
123244
  params: {
@@ -123291,23 +123248,23 @@ interface CreatePartyOffersProps {
123291
123248
  }
123292
123249
  declare const createPartyOffers: (props: CreatePartyOffersProps, wgApiClient: ClientType) => Promise<CreatePartyOffersResponse>;
123293
123250
 
123294
- declare const routeName$7c = "/v1/api/parties/{party_id}/onesurance-data";
123295
- type GetOnesuranceDataByPartyIdPathParams = paths[typeof routeName$7c]['get']['parameters']['path'];
123296
- type GetOnesuranceDataByPartyIdQueryParams = paths[typeof routeName$7c]['get']['parameters']['query'];
123297
- type GetOnesuranceDataByPartyIdResponse = paths[typeof routeName$7c]['get']['responses'][200]['content']['application/json'];
123298
- type GetOnesuranceDataByPartyIdProps = paths[typeof routeName$7c]['get']['parameters'];
123251
+ declare const routeName$7d = "/v1/api/parties/{party_id}/onesurance-data";
123252
+ type GetOnesuranceDataByPartyIdPathParams = paths[typeof routeName$7d]['get']['parameters']['path'];
123253
+ type GetOnesuranceDataByPartyIdQueryParams = paths[typeof routeName$7d]['get']['parameters']['query'];
123254
+ type GetOnesuranceDataByPartyIdResponse = paths[typeof routeName$7d]['get']['responses'][200]['content']['application/json'];
123255
+ type GetOnesuranceDataByPartyIdProps = paths[typeof routeName$7d]['get']['parameters'];
123299
123256
  declare const getOnesuranceDataByPartyId: (props: GetOnesuranceDataByPartyIdProps, wgApiClient: ClientType) => Promise<GetOnesuranceDataByPartyIdResponse>;
123300
123257
 
123301
- declare const routeName$7b = "/v1/api/parties/{party_id}/policy-packages";
123302
- type GetPolicyPackagesForPartyPathParams = paths[typeof routeName$7b]['get']['parameters']['path'];
123303
- type GetPolicyPackagesForPartyResponse = paths[typeof routeName$7b]['get']['responses'][200]['content']['application/json'];
123304
- type GetPolicyPackagesForPartyProps = paths[typeof routeName$7b]['get']['parameters'];
123258
+ declare const routeName$7c = "/v1/api/parties/{party_id}/policy-packages";
123259
+ type GetPolicyPackagesForPartyPathParams = paths[typeof routeName$7c]['get']['parameters']['path'];
123260
+ type GetPolicyPackagesForPartyResponse = paths[typeof routeName$7c]['get']['responses'][200]['content']['application/json'];
123261
+ type GetPolicyPackagesForPartyProps = paths[typeof routeName$7c]['get']['parameters'];
123305
123262
  declare const getPolicyPackagesForParty: (props: GetPolicyPackagesForPartyProps, wgApiClient: ClientType) => Promise<GetPolicyPackagesForPartyResponse>;
123306
123263
 
123307
- declare const routeName$7a = "/v1/api/parties/{party_id}/policy-packages";
123308
- type UpsertPolicyPackagesForPartyBody = paths[typeof routeName$7a]['put']['requestBody']['content']['application/json'];
123309
- type UpsertPolicyPackagesForPartyPathParams = paths[typeof routeName$7a]['put']['parameters']['path'];
123310
- type UpsertPolicyPackagesForPartyResponse = paths[typeof routeName$7a]['put']['responses'][201]['content']['application/json'];
123264
+ declare const routeName$7b = "/v1/api/parties/{party_id}/policy-packages";
123265
+ type UpsertPolicyPackagesForPartyBody = paths[typeof routeName$7b]['put']['requestBody']['content']['application/json'];
123266
+ type UpsertPolicyPackagesForPartyPathParams = paths[typeof routeName$7b]['put']['parameters']['path'];
123267
+ type UpsertPolicyPackagesForPartyResponse = paths[typeof routeName$7b]['put']['responses'][201]['content']['application/json'];
123311
123268
  interface UpsertPolicyPackagesForPartyProps {
123312
123269
  body: UpsertPolicyPackagesForPartyBody;
123313
123270
  params: {
@@ -123316,16 +123273,16 @@ interface UpsertPolicyPackagesForPartyProps {
123316
123273
  }
123317
123274
  declare const upsertPolicyPackagesForParty: (props: UpsertPolicyPackagesForPartyProps, wgApiClient: ClientType) => Promise<UpsertPolicyPackagesForPartyResponse>;
123318
123275
 
123319
- declare const routeName$79 = "/v1/api/parties/{party_id}/policy-packages/{policy_package_id}";
123320
- type GetPolicyPackageByIdPathParams = paths[typeof routeName$79]['get']['parameters']['path'];
123321
- type GetPolicyPackageByIdQueryParams = paths[typeof routeName$79]['get']['parameters']['query'];
123322
- type GetPolicyPackageByIdResponse = paths[typeof routeName$79]['get']['responses'][200]['content']['application/json'];
123323
- type GetPolicyPackageByIdProps = paths[typeof routeName$79]['get']['parameters'];
123276
+ declare const routeName$7a = "/v1/api/parties/{party_id}/policy-packages/{policy_package_id}";
123277
+ type GetPolicyPackageByIdPathParams = paths[typeof routeName$7a]['get']['parameters']['path'];
123278
+ type GetPolicyPackageByIdQueryParams = paths[typeof routeName$7a]['get']['parameters']['query'];
123279
+ type GetPolicyPackageByIdResponse = paths[typeof routeName$7a]['get']['responses'][200]['content']['application/json'];
123280
+ type GetPolicyPackageByIdProps = paths[typeof routeName$7a]['get']['parameters'];
123324
123281
  declare const getPolicyPackageById: (props: GetPolicyPackageByIdProps, wgApiClient: ClientType) => Promise<GetPolicyPackageByIdResponse>;
123325
123282
 
123326
- declare const routeName$78 = "/v1/api/parties/{party_id}/policy-packages/{policy_package_id}";
123327
- type DeletePolicyPackagesForPartyPathParams = paths[typeof routeName$78]['delete']['parameters']['path'];
123328
- type DeletePolicyPackagesForPartyResponse = paths[typeof routeName$78]['delete']['responses'][200]['content']['application/json'];
123283
+ declare const routeName$79 = "/v1/api/parties/{party_id}/policy-packages/{policy_package_id}";
123284
+ type DeletePolicyPackagesForPartyPathParams = paths[typeof routeName$79]['delete']['parameters']['path'];
123285
+ type DeletePolicyPackagesForPartyResponse = paths[typeof routeName$79]['delete']['responses'][200]['content']['application/json'];
123329
123286
  interface DeletePolicyPackagesForPartyProps {
123330
123287
  params: {
123331
123288
  path: DeletePolicyPackagesForPartyPathParams;
@@ -123333,17 +123290,17 @@ interface DeletePolicyPackagesForPartyProps {
123333
123290
  }
123334
123291
  declare const deletePolicyPackagesForParty: (props: DeletePolicyPackagesForPartyProps, wgApiClient: ClientType) => Promise<DeletePolicyPackagesForPartyResponse>;
123335
123292
 
123336
- declare const routeName$77 = "/v1/api/parties/{party_id}/possible-insurance-products";
123337
- type GetPossibleInsuranceProductsByPartyIdPathParams = paths[typeof routeName$77]['get']['parameters']['path'];
123338
- type GetPossibleInsuranceProductsByPartyIdQueryParams = paths[typeof routeName$77]['get']['parameters']['query'];
123339
- type GetPossibleInsuranceProductsByPartyIdResponse = paths[typeof routeName$77]['get']['responses'][200]['content']['application/json'];
123340
- type GetPossibleInsuranceProductsByPartyIdProps = paths[typeof routeName$77]['get']['parameters'];
123293
+ declare const routeName$78 = "/v1/api/parties/{party_id}/possible-insurance-products";
123294
+ type GetPossibleInsuranceProductsByPartyIdPathParams = paths[typeof routeName$78]['get']['parameters']['path'];
123295
+ type GetPossibleInsuranceProductsByPartyIdQueryParams = paths[typeof routeName$78]['get']['parameters']['query'];
123296
+ type GetPossibleInsuranceProductsByPartyIdResponse = paths[typeof routeName$78]['get']['responses'][200]['content']['application/json'];
123297
+ type GetPossibleInsuranceProductsByPartyIdProps = paths[typeof routeName$78]['get']['parameters'];
123341
123298
  declare const getPossibleInsuranceProductsByPartyId: (props: GetPossibleInsuranceProductsByPartyIdProps, wgApiClient: ClientType) => Promise<GetPossibleInsuranceProductsByPartyIdResponse>;
123342
123299
 
123343
- declare const routeName$76 = "/v1/api/parties/{party_id}/references";
123344
- type CreateReferenceForPartyBody = paths[typeof routeName$76]['post']['requestBody']['content']['application/json'];
123345
- type CreateReferenceForPartyPathParams = paths[typeof routeName$76]['post']['parameters']['path'];
123346
- type CreateReferenceForPartyResponse = paths[typeof routeName$76]['post']['responses'][200]['content']['application/json'];
123300
+ declare const routeName$77 = "/v1/api/parties/{party_id}/references";
123301
+ type CreateReferenceForPartyBody = paths[typeof routeName$77]['post']['requestBody']['content']['application/json'];
123302
+ type CreateReferenceForPartyPathParams = paths[typeof routeName$77]['post']['parameters']['path'];
123303
+ type CreateReferenceForPartyResponse = paths[typeof routeName$77]['post']['responses'][200]['content']['application/json'];
123347
123304
  interface CreateReferenceForPartyProps {
123348
123305
  body: CreateReferenceForPartyBody;
123349
123306
  params: {
@@ -123352,17 +123309,17 @@ interface CreateReferenceForPartyProps {
123352
123309
  }
123353
123310
  declare const createReferenceForParty: (props: CreateReferenceForPartyProps, wgApiClient: ClientType) => Promise<CreateReferenceForPartyResponse>;
123354
123311
 
123355
- declare const routeName$75 = "/v1/api/parties/{party_id}/risk_analysis";
123356
- type GetRiskAnalysisByPartyIdPathParams = paths[typeof routeName$75]['get']['parameters']['path'];
123357
- type GetRiskAnalysisByPartyIdResponse = paths[typeof routeName$75]['get']['responses'][200]['content']['application/json'];
123358
- type GetRiskAnalysisByPartyIdProps = paths[typeof routeName$75]['get']['parameters'];
123312
+ declare const routeName$76 = "/v1/api/parties/{party_id}/risk_analysis";
123313
+ type GetRiskAnalysisByPartyIdPathParams = paths[typeof routeName$76]['get']['parameters']['path'];
123314
+ type GetRiskAnalysisByPartyIdResponse = paths[typeof routeName$76]['get']['responses'][200]['content']['application/json'];
123315
+ type GetRiskAnalysisByPartyIdProps = paths[typeof routeName$76]['get']['parameters'];
123359
123316
  declare const getRiskAnalysisByPartyId: (props: GetRiskAnalysisByPartyIdProps, wgApiClient: ClientType) => Promise<GetRiskAnalysisByPartyIdResponse>;
123360
123317
 
123361
- declare const routeName$74 = "/v1/api/parties/{party_id}/risk_objects/{risk_object_id}/relations";
123362
- type CreateRelationBetweenRiskObjectAndPartyBody = paths[typeof routeName$74]['post']['requestBody']['content']['application/json'];
123363
- type CreateRelationBetweenRiskObjectAndPartyPathParams = paths[typeof routeName$74]['post']['parameters']['path'];
123364
- type CreateRelationBetweenRiskObjectAndPartyQueryParams = paths[typeof routeName$74]['post']['parameters']['query'];
123365
- type CreateRelationBetweenRiskObjectAndPartyResponse = paths[typeof routeName$74]['post']['responses'][201]['content']['application/json'];
123318
+ declare const routeName$75 = "/v1/api/parties/{party_id}/risk_objects/{risk_object_id}/relations";
123319
+ type CreateRelationBetweenRiskObjectAndPartyBody = paths[typeof routeName$75]['post']['requestBody']['content']['application/json'];
123320
+ type CreateRelationBetweenRiskObjectAndPartyPathParams = paths[typeof routeName$75]['post']['parameters']['path'];
123321
+ type CreateRelationBetweenRiskObjectAndPartyQueryParams = paths[typeof routeName$75]['post']['parameters']['query'];
123322
+ type CreateRelationBetweenRiskObjectAndPartyResponse = paths[typeof routeName$75]['post']['responses'][201]['content']['application/json'];
123366
123323
  interface CreateRelationBetweenRiskObjectAndPartyProps {
123367
123324
  body: CreateRelationBetweenRiskObjectAndPartyBody;
123368
123325
  params: {
@@ -123372,11 +123329,11 @@ interface CreateRelationBetweenRiskObjectAndPartyProps {
123372
123329
  }
123373
123330
  declare const createRelationBetweenRiskObjectAndParty: (props: CreateRelationBetweenRiskObjectAndPartyProps, wgApiClient: ClientType) => Promise<CreateRelationBetweenRiskObjectAndPartyResponse>;
123374
123331
 
123375
- declare const routeName$73 = "/v1/api/parties/{party_id}/simulations/{simulation_id}/email-inquiries";
123376
- type SendMailForSimulationToPartyBody = paths[typeof routeName$73]['post']['requestBody']['content']['application/json'];
123377
- type SendMailForSimulationToPartyPathParams = paths[typeof routeName$73]['post']['parameters']['path'];
123378
- type SendMailForSimulationToPartyQueryParams = paths[typeof routeName$73]['post']['parameters']['query'];
123379
- type SendMailForSimulationToPartyResponse = paths[typeof routeName$73]['post']['responses'][201]['content']['application/json'];
123332
+ declare const routeName$74 = "/v1/api/parties/{party_id}/simulations/{simulation_id}/email-inquiries";
123333
+ type SendMailForSimulationToPartyBody = paths[typeof routeName$74]['post']['requestBody']['content']['application/json'];
123334
+ type SendMailForSimulationToPartyPathParams = paths[typeof routeName$74]['post']['parameters']['path'];
123335
+ type SendMailForSimulationToPartyQueryParams = paths[typeof routeName$74]['post']['parameters']['query'];
123336
+ type SendMailForSimulationToPartyResponse = paths[typeof routeName$74]['post']['responses'][201]['content']['application/json'];
123380
123337
  interface SendMailForSimulationToPartyProps {
123381
123338
  body: SendMailForSimulationToPartyBody;
123382
123339
  params: {
@@ -123386,17 +123343,17 @@ interface SendMailForSimulationToPartyProps {
123386
123343
  }
123387
123344
  declare const sendMailForSimulationToParty: (props: SendMailForSimulationToPartyProps, wgApiClient: ClientType) => Promise<SendMailForSimulationToPartyResponse>;
123388
123345
 
123389
- declare const routeName$72 = "/v1/api/parties/{party_id}/simulations/{simulation_id}/insurance-policies";
123390
- type GetInsurancePolicySimulationsForPartyPathParams = paths[typeof routeName$72]['get']['parameters']['path'];
123391
- type GetInsurancePolicySimulationsForPartyQueryParams = paths[typeof routeName$72]['get']['parameters']['query'];
123392
- type GetInsurancePolicySimulationsForPartyResponse = paths[typeof routeName$72]['get']['responses'][200]['content']['application/json'];
123393
- type GetInsurancePolicySimulationsForPartyProps = paths[typeof routeName$72]['get']['parameters'];
123346
+ declare const routeName$73 = "/v1/api/parties/{party_id}/simulations/{simulation_id}/insurance-policies";
123347
+ type GetInsurancePolicySimulationsForPartyPathParams = paths[typeof routeName$73]['get']['parameters']['path'];
123348
+ type GetInsurancePolicySimulationsForPartyQueryParams = paths[typeof routeName$73]['get']['parameters']['query'];
123349
+ type GetInsurancePolicySimulationsForPartyResponse = paths[typeof routeName$73]['get']['responses'][200]['content']['application/json'];
123350
+ type GetInsurancePolicySimulationsForPartyProps = paths[typeof routeName$73]['get']['parameters'];
123394
123351
  declare const getInsurancePolicySimulationsForParty: (props: GetInsurancePolicySimulationsForPartyProps, wgApiClient: ClientType) => Promise<GetInsurancePolicySimulationsForPartyResponse>;
123395
123352
 
123396
- declare const routeName$71 = "/v1/api/parties/{party_id}/simulations/{simulation_id}/insurance-policies";
123397
- type UpsertInsurancePolicySimulationForPartyBody = paths[typeof routeName$71]['put']['requestBody']['content']['application/json'];
123398
- type UpsertInsurancePolicySimulationForPartyPathParams = paths[typeof routeName$71]['put']['parameters']['path'];
123399
- type UpsertInsurancePolicySimulationForPartyResponse = paths[typeof routeName$71]['put']['responses'][201]['content']['application/json'];
123353
+ declare const routeName$72 = "/v1/api/parties/{party_id}/simulations/{simulation_id}/insurance-policies";
123354
+ type UpsertInsurancePolicySimulationForPartyBody = paths[typeof routeName$72]['put']['requestBody']['content']['application/json'];
123355
+ type UpsertInsurancePolicySimulationForPartyPathParams = paths[typeof routeName$72]['put']['parameters']['path'];
123356
+ type UpsertInsurancePolicySimulationForPartyResponse = paths[typeof routeName$72]['put']['responses'][201]['content']['application/json'];
123400
123357
  interface UpsertInsurancePolicySimulationForPartyProps {
123401
123358
  body: UpsertInsurancePolicySimulationForPartyBody;
123402
123359
  params: {
@@ -123405,31 +123362,31 @@ interface UpsertInsurancePolicySimulationForPartyProps {
123405
123362
  }
123406
123363
  declare const upsertInsurancePolicySimulationForParty: (props: UpsertInsurancePolicySimulationForPartyProps, wgApiClient: ClientType) => Promise<UpsertInsurancePolicySimulationForPartyResponse>;
123407
123364
 
123408
- declare const routeName$70 = "/v1/api/parties/{party_id}/simulations/{simulation_id}/policy-packages";
123409
- type GetPolicyPackageSimulationsForPartyPathParams = paths[typeof routeName$70]['get']['parameters']['path'];
123410
- type GetPolicyPackageSimulationsForPartyResponse = paths[typeof routeName$70]['get']['responses'][200]['content']['application/json'];
123411
- type GetPolicyPackageSimulationsForPartyProps = paths[typeof routeName$70]['get']['parameters'];
123365
+ declare const routeName$71 = "/v1/api/parties/{party_id}/simulations/{simulation_id}/policy-packages";
123366
+ type GetPolicyPackageSimulationsForPartyPathParams = paths[typeof routeName$71]['get']['parameters']['path'];
123367
+ type GetPolicyPackageSimulationsForPartyResponse = paths[typeof routeName$71]['get']['responses'][200]['content']['application/json'];
123368
+ type GetPolicyPackageSimulationsForPartyProps = paths[typeof routeName$71]['get']['parameters'];
123412
123369
  declare const getPolicyPackageSimulationsForParty: (props: GetPolicyPackageSimulationsForPartyProps, wgApiClient: ClientType) => Promise<GetPolicyPackageSimulationsForPartyResponse>;
123413
123370
 
123414
- declare const routeName$6$ = "/v1/api/parties/{party_id}/staff/possible-insurance-products";
123415
- type GetPossibleInsuranceProductsForStaffByPartyIdPathParams = paths[typeof routeName$6$]['get']['parameters']['path'];
123416
- type GetPossibleInsuranceProductsForStaffByPartyIdQueryParams = paths[typeof routeName$6$]['get']['parameters']['query'];
123417
- type GetPossibleInsuranceProductsForStaffByPartyIdResponse = paths[typeof routeName$6$]['get']['responses'][200]['content']['application/json'];
123418
- type GetPossibleInsuranceProductsForStaffByPartyIdProps = paths[typeof routeName$6$]['get']['parameters'];
123371
+ declare const routeName$70 = "/v1/api/parties/{party_id}/staff/possible-insurance-products";
123372
+ type GetPossibleInsuranceProductsForStaffByPartyIdPathParams = paths[typeof routeName$70]['get']['parameters']['path'];
123373
+ type GetPossibleInsuranceProductsForStaffByPartyIdQueryParams = paths[typeof routeName$70]['get']['parameters']['query'];
123374
+ type GetPossibleInsuranceProductsForStaffByPartyIdResponse = paths[typeof routeName$70]['get']['responses'][200]['content']['application/json'];
123375
+ type GetPossibleInsuranceProductsForStaffByPartyIdProps = paths[typeof routeName$70]['get']['parameters'];
123419
123376
  declare const getPossibleInsuranceProductsForStaffByPartyId: (props: GetPossibleInsuranceProductsForStaffByPartyIdProps, wgApiClient: ClientType) => Promise<GetPossibleInsuranceProductsForStaffByPartyIdResponse>;
123420
123377
 
123421
- declare const routeName$6_ = "/v1/api/parties/{party_id}/system-campaigns";
123422
- type GetSystemCampaignsByPartyPathParams = paths[typeof routeName$6_]['get']['parameters']['path'];
123423
- type GetSystemCampaignsByPartyQueryParams = paths[typeof routeName$6_]['get']['parameters']['query'];
123424
- type GetSystemCampaignsByPartyResponse = paths[typeof routeName$6_]['get']['responses'][200]['content']['application/json'];
123425
- type GetSystemCampaignsByPartyProps = paths[typeof routeName$6_]['get']['parameters'];
123378
+ declare const routeName$6$ = "/v1/api/parties/{party_id}/system-campaigns";
123379
+ type GetSystemCampaignsByPartyPathParams = paths[typeof routeName$6$]['get']['parameters']['path'];
123380
+ type GetSystemCampaignsByPartyQueryParams = paths[typeof routeName$6$]['get']['parameters']['query'];
123381
+ type GetSystemCampaignsByPartyResponse = paths[typeof routeName$6$]['get']['responses'][200]['content']['application/json'];
123382
+ type GetSystemCampaignsByPartyProps = paths[typeof routeName$6$]['get']['parameters'];
123426
123383
  declare const getSystemCampaignsByParty: (props: GetSystemCampaignsByPartyProps, wgApiClient: ClientType) => Promise<GetSystemCampaignsByPartyResponse>;
123427
123384
 
123428
- declare const routeName$6Z = "/v1/api/parties/{party_id}/transfers";
123429
- type TransferPartyToOtherDistributionBody = paths[typeof routeName$6Z]['post']['requestBody']['content']['application/json'];
123430
- type TransferPartyToOtherDistributionPathParams = paths[typeof routeName$6Z]['post']['parameters']['path'];
123431
- type TransferPartyToOtherDistributionQueryParams = paths[typeof routeName$6Z]['post']['parameters']['query'];
123432
- type TransferPartyToOtherDistributionResponse = paths[typeof routeName$6Z]['post']['responses'][200]['content']['application/json'];
123385
+ declare const routeName$6_ = "/v1/api/parties/{party_id}/transfers";
123386
+ type TransferPartyToOtherDistributionBody = paths[typeof routeName$6_]['post']['requestBody']['content']['application/json'];
123387
+ type TransferPartyToOtherDistributionPathParams = paths[typeof routeName$6_]['post']['parameters']['path'];
123388
+ type TransferPartyToOtherDistributionQueryParams = paths[typeof routeName$6_]['post']['parameters']['query'];
123389
+ type TransferPartyToOtherDistributionResponse = paths[typeof routeName$6_]['post']['responses'][200]['content']['application/json'];
123433
123390
  interface TransferPartyToOtherDistributionProps {
123434
123391
  body: TransferPartyToOtherDistributionBody;
123435
123392
  params: {
@@ -123439,10 +123396,10 @@ interface TransferPartyToOtherDistributionProps {
123439
123396
  }
123440
123397
  declare const transferPartyToOtherDistribution: (props: TransferPartyToOtherDistributionProps, wgApiClient: ClientType) => Promise<TransferPartyToOtherDistributionResponse>;
123441
123398
 
123442
- declare const routeName$6Y = "/v1/api/relations";
123443
- type CreatePartyRelationsBody = paths[typeof routeName$6Y]['post']['requestBody']['content']['application/json'];
123444
- type CreatePartyRelationsQueryParams = paths[typeof routeName$6Y]['post']['parameters']['query'];
123445
- type CreatePartyRelationsResponse = paths[typeof routeName$6Y]['post']['responses'][201]['content']['application/json'];
123399
+ declare const routeName$6Z = "/v1/api/relations";
123400
+ type CreatePartyRelationsBody = paths[typeof routeName$6Z]['post']['requestBody']['content']['application/json'];
123401
+ type CreatePartyRelationsQueryParams = paths[typeof routeName$6Z]['post']['parameters']['query'];
123402
+ type CreatePartyRelationsResponse = paths[typeof routeName$6Z]['post']['responses'][201]['content']['application/json'];
123446
123403
  interface CreatePartyRelationsProps {
123447
123404
  body: CreatePartyRelationsBody;
123448
123405
  params: {
@@ -123451,9 +123408,9 @@ interface CreatePartyRelationsProps {
123451
123408
  }
123452
123409
  declare const createPartyRelations: (props: CreatePartyRelationsProps, wgApiClient: ClientType) => Promise<CreatePartyRelationsResponse>;
123453
123410
 
123454
- declare const routeName$6X = "/v1/api/relations/{relation_id}";
123455
- type DeletePartyRelationsPathParams = paths[typeof routeName$6X]['delete']['parameters']['path'];
123456
- type DeletePartyRelationsResponse = paths[typeof routeName$6X]['delete']['responses'][200]['content']['application/json'];
123411
+ declare const routeName$6Y = "/v1/api/relations/{relation_id}";
123412
+ type DeletePartyRelationsPathParams = paths[typeof routeName$6Y]['delete']['parameters']['path'];
123413
+ type DeletePartyRelationsResponse = paths[typeof routeName$6Y]['delete']['responses'][200]['content']['application/json'];
123457
123414
  interface DeletePartyRelationsProps {
123458
123415
  params: {
123459
123416
  path: DeletePartyRelationsPathParams;
@@ -123461,10 +123418,10 @@ interface DeletePartyRelationsProps {
123461
123418
  }
123462
123419
  declare const deletePartyRelations: (props: DeletePartyRelationsProps, wgApiClient: ClientType) => Promise<DeletePartyRelationsResponse>;
123463
123420
 
123464
- declare const routeName$6W = "/v1/api/relations/{relation_id}";
123465
- type UpdatePartyRelationsBody = paths[typeof routeName$6W]['patch']['requestBody']['content']['application/json'];
123466
- type UpdatePartyRelationsPathParams = paths[typeof routeName$6W]['patch']['parameters']['path'];
123467
- type UpdatePartyRelationsResponse = paths[typeof routeName$6W]['patch']['responses'][200]['content']['application/json'];
123421
+ declare const routeName$6X = "/v1/api/relations/{relation_id}";
123422
+ type UpdatePartyRelationsBody = paths[typeof routeName$6X]['patch']['requestBody']['content']['application/json'];
123423
+ type UpdatePartyRelationsPathParams = paths[typeof routeName$6X]['patch']['parameters']['path'];
123424
+ type UpdatePartyRelationsResponse = paths[typeof routeName$6X]['patch']['responses'][200]['content']['application/json'];
123468
123425
  interface UpdatePartyRelationsProps {
123469
123426
  body: UpdatePartyRelationsBody;
123470
123427
  params: {
@@ -123473,53 +123430,53 @@ interface UpdatePartyRelationsProps {
123473
123430
  }
123474
123431
  declare const updatePartyRelations: (props: UpdatePartyRelationsProps, wgApiClient: ClientType) => Promise<UpdatePartyRelationsResponse>;
123475
123432
 
123476
- declare const routeName$6V = "/v2/api/distributions/{distribution_id}/parties";
123477
- type GetAllPartiesByDistributionV2PathParams = paths[typeof routeName$6V]['get']['parameters']['path'];
123478
- type GetAllPartiesByDistributionV2QueryParams = paths[typeof routeName$6V]['get']['parameters']['query'];
123479
- type GetAllPartiesByDistributionV2Response = paths[typeof routeName$6V]['get']['responses'][200]['content']['application/json'];
123480
- type GetAllPartiesByDistributionV2Props = paths[typeof routeName$6V]['get']['parameters'];
123433
+ declare const routeName$6W = "/v2/api/distributions/{distribution_id}/parties";
123434
+ type GetAllPartiesByDistributionV2PathParams = paths[typeof routeName$6W]['get']['parameters']['path'];
123435
+ type GetAllPartiesByDistributionV2QueryParams = paths[typeof routeName$6W]['get']['parameters']['query'];
123436
+ type GetAllPartiesByDistributionV2Response = paths[typeof routeName$6W]['get']['responses'][200]['content']['application/json'];
123437
+ type GetAllPartiesByDistributionV2Props = paths[typeof routeName$6W]['get']['parameters'];
123481
123438
  declare const getAllPartiesByDistributionV2: (props: GetAllPartiesByDistributionV2Props, wgApiClient: ClientType) => Promise<GetAllPartiesByDistributionV2Response>;
123482
123439
 
123483
- declare const routeName$6U = "/v1/api/address/cities";
123484
- type SearchCitiesByCountryQueryParams = paths[typeof routeName$6U]['get']['parameters']['query'];
123485
- type SearchCitiesByCountryResponse = paths[typeof routeName$6U]['get']['responses'][200]['content']['application/json'];
123486
- type SearchCitiesByCountryProps = paths[typeof routeName$6U]['get']['parameters'];
123440
+ declare const routeName$6V = "/v1/api/address/cities";
123441
+ type SearchCitiesByCountryQueryParams = paths[typeof routeName$6V]['get']['parameters']['query'];
123442
+ type SearchCitiesByCountryResponse = paths[typeof routeName$6V]['get']['responses'][200]['content']['application/json'];
123443
+ type SearchCitiesByCountryProps = paths[typeof routeName$6V]['get']['parameters'];
123487
123444
  declare const searchCitiesByCountry: (props: SearchCitiesByCountryProps, wgApiClient: ClientType) => Promise<SearchCitiesByCountryResponse>;
123488
123445
 
123489
- declare const routeName$6T = "/v1/api/address/info/freemium";
123490
- type GetAddressInfoFreemiumQueryParams = paths[typeof routeName$6T]['get']['parameters']['query'];
123491
- type GetAddressInfoFreemiumResponse = paths[typeof routeName$6T]['get']['responses'][200]['content']['application/json'];
123492
- type GetAddressInfoFreemiumProps = paths[typeof routeName$6T]['get']['parameters'];
123446
+ declare const routeName$6U = "/v1/api/address/info/freemium";
123447
+ type GetAddressInfoFreemiumQueryParams = paths[typeof routeName$6U]['get']['parameters']['query'];
123448
+ type GetAddressInfoFreemiumResponse = paths[typeof routeName$6U]['get']['responses'][200]['content']['application/json'];
123449
+ type GetAddressInfoFreemiumProps = paths[typeof routeName$6U]['get']['parameters'];
123493
123450
  declare const getAddressInfoFreemium: (props: GetAddressInfoFreemiumProps, wgApiClient: ClientType) => Promise<GetAddressInfoFreemiumResponse>;
123494
123451
 
123495
- declare const routeName$6S = "/v1/api/address/info/premium";
123496
- type GetAddressInfoQueryParams = paths[typeof routeName$6S]['get']['parameters']['query'];
123497
- type GetAddressInfoResponse = paths[typeof routeName$6S]['get']['responses'][200]['content']['application/json'];
123498
- type GetAddressInfoProps = paths[typeof routeName$6S]['get']['parameters'];
123452
+ declare const routeName$6T = "/v1/api/address/info/premium";
123453
+ type GetAddressInfoQueryParams = paths[typeof routeName$6T]['get']['parameters']['query'];
123454
+ type GetAddressInfoResponse = paths[typeof routeName$6T]['get']['responses'][200]['content']['application/json'];
123455
+ type GetAddressInfoProps = paths[typeof routeName$6T]['get']['parameters'];
123499
123456
  declare const getAddressInfo: (props: GetAddressInfoProps, wgApiClient: ClientType) => Promise<GetAddressInfoResponse>;
123500
123457
 
123501
- declare const routeName$6R = "/v1/api/address/search";
123502
- type SearchAddressesByCountryQueryParams = paths[typeof routeName$6R]['get']['parameters']['query'];
123503
- type SearchAddressesByCountryResponse = paths[typeof routeName$6R]['get']['responses'][200]['content']['application/json'];
123504
- type SearchAddressesByCountryProps = paths[typeof routeName$6R]['get']['parameters'];
123458
+ declare const routeName$6S = "/v1/api/address/search";
123459
+ type SearchAddressesByCountryQueryParams = paths[typeof routeName$6S]['get']['parameters']['query'];
123460
+ type SearchAddressesByCountryResponse = paths[typeof routeName$6S]['get']['responses'][200]['content']['application/json'];
123461
+ type SearchAddressesByCountryProps = paths[typeof routeName$6S]['get']['parameters'];
123505
123462
  declare const searchAddressesByCountry: (props: SearchAddressesByCountryProps, wgApiClient: ClientType) => Promise<SearchAddressesByCountryResponse>;
123506
123463
 
123507
- declare const routeName$6Q = "/v1/api/address/streets";
123508
- type SeachStreetsByCityAndCountryQueryParams = paths[typeof routeName$6Q]['get']['parameters']['query'];
123509
- type SeachStreetsByCityAndCountryResponse = paths[typeof routeName$6Q]['get']['responses'][200]['content']['application/json'];
123510
- type SeachStreetsByCityAndCountryProps = paths[typeof routeName$6Q]['get']['parameters'];
123464
+ declare const routeName$6R = "/v1/api/address/streets";
123465
+ type SeachStreetsByCityAndCountryQueryParams = paths[typeof routeName$6R]['get']['parameters']['query'];
123466
+ type SeachStreetsByCityAndCountryResponse = paths[typeof routeName$6R]['get']['responses'][200]['content']['application/json'];
123467
+ type SeachStreetsByCityAndCountryProps = paths[typeof routeName$6R]['get']['parameters'];
123511
123468
  declare const seachStreetsByCityAndCountry: (props: SeachStreetsByCityAndCountryProps, wgApiClient: ClientType) => Promise<SeachStreetsByCityAndCountryResponse>;
123512
123469
 
123513
- declare const routeName$6P = "/v1/api/weather/info";
123514
- type GetWeatherInfoQueryParams = paths[typeof routeName$6P]['get']['parameters']['query'];
123515
- type GetWeatherInfoResponse = paths[typeof routeName$6P]['get']['responses'][200]['content']['application/json'];
123516
- type GetWeatherInfoProps = paths[typeof routeName$6P]['get']['parameters'];
123470
+ declare const routeName$6Q = "/v1/api/weather/info";
123471
+ type GetWeatherInfoQueryParams = paths[typeof routeName$6Q]['get']['parameters']['query'];
123472
+ type GetWeatherInfoResponse = paths[typeof routeName$6Q]['get']['responses'][200]['content']['application/json'];
123473
+ type GetWeatherInfoProps = paths[typeof routeName$6Q]['get']['parameters'];
123517
123474
  declare const getWeatherInfo: (props: GetWeatherInfoProps, wgApiClient: ClientType) => Promise<GetWeatherInfoResponse>;
123518
123475
 
123519
- declare const routeName$6O = "/v1/api/advisory-report-front-page-pdf";
123520
- type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody = paths[typeof routeName$6O]['post']['requestBody']['content']['application/json'];
123521
- type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams = paths[typeof routeName$6O]['post']['parameters']['query'];
123522
- type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse = paths[typeof routeName$6O]['post']['responses'][201]['content']['application/json'];
123476
+ declare const routeName$6P = "/v1/api/advisory-report-front-page-pdf";
123477
+ type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody = paths[typeof routeName$6P]['post']['requestBody']['content']['application/json'];
123478
+ type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams = paths[typeof routeName$6P]['post']['parameters']['query'];
123479
+ type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse = paths[typeof routeName$6P]['post']['responses'][201]['content']['application/json'];
123523
123480
  interface GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps {
123524
123481
  body: GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody;
123525
123482
  params: {
@@ -123528,16 +123485,16 @@ interface GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps {
123528
123485
  }
123529
123486
  declare const generateStandaloneFrontPagePdfOfAdvisoryReportAsExample: (props: GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps, wgApiClient: ClientType) => Promise<GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse>;
123530
123487
 
123531
- declare const routeName$6N = "/v1/api/advisory-reports";
123532
- type GetAllAdvisoryReportsQueryParams = paths[typeof routeName$6N]['get']['parameters']['query'];
123533
- type GetAllAdvisoryReportsResponse = paths[typeof routeName$6N]['get']['responses'][200]['content']['application/json'];
123534
- type GetAllAdvisoryReportsProps = paths[typeof routeName$6N]['get']['parameters'];
123488
+ declare const routeName$6O = "/v1/api/advisory-reports";
123489
+ type GetAllAdvisoryReportsQueryParams = paths[typeof routeName$6O]['get']['parameters']['query'];
123490
+ type GetAllAdvisoryReportsResponse = paths[typeof routeName$6O]['get']['responses'][200]['content']['application/json'];
123491
+ type GetAllAdvisoryReportsProps = paths[typeof routeName$6O]['get']['parameters'];
123535
123492
  declare const getAllAdvisoryReports: (props: GetAllAdvisoryReportsProps, wgApiClient: ClientType) => Promise<GetAllAdvisoryReportsResponse>;
123536
123493
 
123537
- declare const routeName$6M = "/v1/api/advisory-reports";
123538
- type CreateAdvisoryReportBody = paths[typeof routeName$6M]['post']['requestBody']['content']['application/json'];
123539
- type CreateAdvisoryReportQueryParams = paths[typeof routeName$6M]['post']['parameters']['query'];
123540
- type CreateAdvisoryReportResponse = paths[typeof routeName$6M]['post']['responses'][201]['content']['application/json'];
123494
+ declare const routeName$6N = "/v1/api/advisory-reports";
123495
+ type CreateAdvisoryReportBody = paths[typeof routeName$6N]['post']['requestBody']['content']['application/json'];
123496
+ type CreateAdvisoryReportQueryParams = paths[typeof routeName$6N]['post']['parameters']['query'];
123497
+ type CreateAdvisoryReportResponse = paths[typeof routeName$6N]['post']['responses'][201]['content']['application/json'];
123541
123498
  interface CreateAdvisoryReportProps {
123542
123499
  body: CreateAdvisoryReportBody;
123543
123500
  params: {
@@ -123546,24 +123503,24 @@ interface CreateAdvisoryReportProps {
123546
123503
  }
123547
123504
  declare const createAdvisoryReport: (props: CreateAdvisoryReportProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportResponse>;
123548
123505
 
123549
- declare const routeName$6L = "/v1/api/advisory-reports/{report_id_1}/diff/{report_id_2}";
123550
- type GetAdvisoryReportRevisionDiffPathParams = paths[typeof routeName$6L]['get']['parameters']['path'];
123551
- type GetAdvisoryReportRevisionDiffQueryParams = paths[typeof routeName$6L]['get']['parameters']['query'];
123552
- type GetAdvisoryReportRevisionDiffResponse = paths[typeof routeName$6L]['get']['responses'][200]['content']['application/json'];
123553
- type GetAdvisoryReportRevisionDiffProps = paths[typeof routeName$6L]['get']['parameters'];
123506
+ declare const routeName$6M = "/v1/api/advisory-reports/{report_id_1}/diff/{report_id_2}";
123507
+ type GetAdvisoryReportRevisionDiffPathParams = paths[typeof routeName$6M]['get']['parameters']['path'];
123508
+ type GetAdvisoryReportRevisionDiffQueryParams = paths[typeof routeName$6M]['get']['parameters']['query'];
123509
+ type GetAdvisoryReportRevisionDiffResponse = paths[typeof routeName$6M]['get']['responses'][200]['content']['application/json'];
123510
+ type GetAdvisoryReportRevisionDiffProps = paths[typeof routeName$6M]['get']['parameters'];
123554
123511
  declare const getAdvisoryReportRevisionDiff: (props: GetAdvisoryReportRevisionDiffProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportRevisionDiffResponse>;
123555
123512
 
123556
- declare const routeName$6K = "/v1/api/advisory-reports/{report_id}";
123557
- type GetAdvisoryReportByIdPathParams = paths[typeof routeName$6K]['get']['parameters']['path'];
123558
- type GetAdvisoryReportByIdQueryParams = paths[typeof routeName$6K]['get']['parameters']['query'];
123559
- type GetAdvisoryReportByIdResponse = paths[typeof routeName$6K]['get']['responses'][200]['content']['application/json'];
123560
- type GetAdvisoryReportByIdProps = paths[typeof routeName$6K]['get']['parameters'];
123513
+ declare const routeName$6L = "/v1/api/advisory-reports/{report_id}";
123514
+ type GetAdvisoryReportByIdPathParams = paths[typeof routeName$6L]['get']['parameters']['path'];
123515
+ type GetAdvisoryReportByIdQueryParams = paths[typeof routeName$6L]['get']['parameters']['query'];
123516
+ type GetAdvisoryReportByIdResponse = paths[typeof routeName$6L]['get']['responses'][200]['content']['application/json'];
123517
+ type GetAdvisoryReportByIdProps = paths[typeof routeName$6L]['get']['parameters'];
123561
123518
  declare const getAdvisoryReportById: (props: GetAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportByIdResponse>;
123562
123519
 
123563
- declare const routeName$6J = "/v1/api/advisory-reports/{report_id}";
123564
- type DeleteAdvisoryReportRevisionPathParams = paths[typeof routeName$6J]['delete']['parameters']['path'];
123565
- type DeleteAdvisoryReportRevisionQueryParams = paths[typeof routeName$6J]['delete']['parameters']['query'];
123566
- type DeleteAdvisoryReportRevisionResponse = paths[typeof routeName$6J]['delete']['responses'][200]['content']['application/json'];
123520
+ declare const routeName$6K = "/v1/api/advisory-reports/{report_id}";
123521
+ type DeleteAdvisoryReportRevisionPathParams = paths[typeof routeName$6K]['delete']['parameters']['path'];
123522
+ type DeleteAdvisoryReportRevisionQueryParams = paths[typeof routeName$6K]['delete']['parameters']['query'];
123523
+ type DeleteAdvisoryReportRevisionResponse = paths[typeof routeName$6K]['delete']['responses'][200]['content']['application/json'];
123567
123524
  interface DeleteAdvisoryReportRevisionProps {
123568
123525
  params: {
123569
123526
  query: DeleteAdvisoryReportRevisionQueryParams;
@@ -123572,11 +123529,11 @@ interface DeleteAdvisoryReportRevisionProps {
123572
123529
  }
123573
123530
  declare const deleteAdvisoryReportRevision: (props: DeleteAdvisoryReportRevisionProps, wgApiClient: ClientType) => Promise<DeleteAdvisoryReportRevisionResponse>;
123574
123531
 
123575
- declare const routeName$6I = "/v1/api/advisory-reports/{report_id}";
123576
- type UpdateAdvisoryReportBody = paths[typeof routeName$6I]['patch']['requestBody']['content']['application/json'];
123577
- type UpdateAdvisoryReportPathParams = paths[typeof routeName$6I]['patch']['parameters']['path'];
123578
- type UpdateAdvisoryReportQueryParams = paths[typeof routeName$6I]['patch']['parameters']['query'];
123579
- type UpdateAdvisoryReportResponse = paths[typeof routeName$6I]['patch']['responses'][200]['content']['application/json'];
123532
+ declare const routeName$6J = "/v1/api/advisory-reports/{report_id}";
123533
+ type UpdateAdvisoryReportBody = paths[typeof routeName$6J]['patch']['requestBody']['content']['application/json'];
123534
+ type UpdateAdvisoryReportPathParams = paths[typeof routeName$6J]['patch']['parameters']['path'];
123535
+ type UpdateAdvisoryReportQueryParams = paths[typeof routeName$6J]['patch']['parameters']['query'];
123536
+ type UpdateAdvisoryReportResponse = paths[typeof routeName$6J]['patch']['responses'][200]['content']['application/json'];
123580
123537
  interface UpdateAdvisoryReportProps {
123581
123538
  body: UpdateAdvisoryReportBody;
123582
123539
  params: {
@@ -123586,11 +123543,11 @@ interface UpdateAdvisoryReportProps {
123586
123543
  }
123587
123544
  declare const updateAdvisoryReport: (props: UpdateAdvisoryReportProps, wgApiClient: ClientType) => Promise<UpdateAdvisoryReportResponse>;
123588
123545
 
123589
- declare const routeName$6H = "/v1/api/advisory-reports/{report_id}/acceptances";
123590
- type AcceptOrRejectAnAdvisoryReportBody = paths[typeof routeName$6H]['post']['requestBody']['content']['application/json'];
123591
- type AcceptOrRejectAnAdvisoryReportPathParams = paths[typeof routeName$6H]['post']['parameters']['path'];
123592
- type AcceptOrRejectAnAdvisoryReportQueryParams = paths[typeof routeName$6H]['post']['parameters']['query'];
123593
- type AcceptOrRejectAnAdvisoryReportResponse = paths[typeof routeName$6H]['post']['responses'][200]['content']['application/json'];
123546
+ declare const routeName$6I = "/v1/api/advisory-reports/{report_id}/acceptances";
123547
+ type AcceptOrRejectAnAdvisoryReportBody = paths[typeof routeName$6I]['post']['requestBody']['content']['application/json'];
123548
+ type AcceptOrRejectAnAdvisoryReportPathParams = paths[typeof routeName$6I]['post']['parameters']['path'];
123549
+ type AcceptOrRejectAnAdvisoryReportQueryParams = paths[typeof routeName$6I]['post']['parameters']['query'];
123550
+ type AcceptOrRejectAnAdvisoryReportResponse = paths[typeof routeName$6I]['post']['responses'][200]['content']['application/json'];
123594
123551
  interface AcceptOrRejectAnAdvisoryReportProps {
123595
123552
  body: AcceptOrRejectAnAdvisoryReportBody;
123596
123553
  params: {
@@ -123600,11 +123557,11 @@ interface AcceptOrRejectAnAdvisoryReportProps {
123600
123557
  }
123601
123558
  declare const acceptOrRejectAnAdvisoryReport: (props: AcceptOrRejectAnAdvisoryReportProps, wgApiClient: ClientType) => Promise<AcceptOrRejectAnAdvisoryReportResponse>;
123602
123559
 
123603
- declare const routeName$6G = "/v1/api/advisory-reports/{report_id}/clauses";
123604
- type PutClausesForReportBody = paths[typeof routeName$6G]['put']['requestBody']['content']['application/json'];
123605
- type PutClausesForReportPathParams = paths[typeof routeName$6G]['put']['parameters']['path'];
123606
- type PutClausesForReportQueryParams = paths[typeof routeName$6G]['put']['parameters']['query'];
123607
- type PutClausesForReportResponse = paths[typeof routeName$6G]['put']['responses'][200]['content']['application/json'];
123560
+ declare const routeName$6H = "/v1/api/advisory-reports/{report_id}/clauses";
123561
+ type PutClausesForReportBody = paths[typeof routeName$6H]['put']['requestBody']['content']['application/json'];
123562
+ type PutClausesForReportPathParams = paths[typeof routeName$6H]['put']['parameters']['path'];
123563
+ type PutClausesForReportQueryParams = paths[typeof routeName$6H]['put']['parameters']['query'];
123564
+ type PutClausesForReportResponse = paths[typeof routeName$6H]['put']['responses'][200]['content']['application/json'];
123608
123565
  interface PutClausesForReportProps {
123609
123566
  body: PutClausesForReportBody;
123610
123567
  params: {
@@ -123614,11 +123571,11 @@ interface PutClausesForReportProps {
123614
123571
  }
123615
123572
  declare const putClausesForReport: (props: PutClausesForReportProps, wgApiClient: ClientType) => Promise<PutClausesForReportResponse>;
123616
123573
 
123617
- declare const routeName$6F = "/v1/api/advisory-reports/{report_id}/conversations";
123618
- type LinkConversationToAdvisoryReportBody = paths[typeof routeName$6F]['post']['requestBody']['content']['application/json'];
123619
- type LinkConversationToAdvisoryReportPathParams = paths[typeof routeName$6F]['post']['parameters']['path'];
123620
- type LinkConversationToAdvisoryReportQueryParams = paths[typeof routeName$6F]['post']['parameters']['query'];
123621
- type LinkConversationToAdvisoryReportResponse = paths[typeof routeName$6F]['post']['responses'][201]['content']['application/json'];
123574
+ declare const routeName$6G = "/v1/api/advisory-reports/{report_id}/conversations";
123575
+ type LinkConversationToAdvisoryReportBody = paths[typeof routeName$6G]['post']['requestBody']['content']['application/json'];
123576
+ type LinkConversationToAdvisoryReportPathParams = paths[typeof routeName$6G]['post']['parameters']['path'];
123577
+ type LinkConversationToAdvisoryReportQueryParams = paths[typeof routeName$6G]['post']['parameters']['query'];
123578
+ type LinkConversationToAdvisoryReportResponse = paths[typeof routeName$6G]['post']['responses'][201]['content']['application/json'];
123622
123579
  interface LinkConversationToAdvisoryReportProps {
123623
123580
  body: LinkConversationToAdvisoryReportBody;
123624
123581
  params: {
@@ -123628,10 +123585,10 @@ interface LinkConversationToAdvisoryReportProps {
123628
123585
  }
123629
123586
  declare const linkConversationToAdvisoryReport: (props: LinkConversationToAdvisoryReportProps, wgApiClient: ClientType) => Promise<LinkConversationToAdvisoryReportResponse>;
123630
123587
 
123631
- declare const routeName$6E = "/v1/api/advisory-reports/{report_id}/docx";
123632
- type GenerateDocxDocumentOfAdvisoryReportByIdPathParams = paths[typeof routeName$6E]['post']['parameters']['path'];
123633
- type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams = paths[typeof routeName$6E]['post']['parameters']['query'];
123634
- type GenerateDocxDocumentOfAdvisoryReportByIdResponse = paths[typeof routeName$6E]['post']['responses'][200]['content']['application/json'];
123588
+ declare const routeName$6F = "/v1/api/advisory-reports/{report_id}/docx";
123589
+ type GenerateDocxDocumentOfAdvisoryReportByIdPathParams = paths[typeof routeName$6F]['post']['parameters']['path'];
123590
+ type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams = paths[typeof routeName$6F]['post']['parameters']['query'];
123591
+ type GenerateDocxDocumentOfAdvisoryReportByIdResponse = paths[typeof routeName$6F]['post']['responses'][200]['content']['application/json'];
123635
123592
  interface GenerateDocxDocumentOfAdvisoryReportByIdProps {
123636
123593
  params: {
123637
123594
  query: GenerateDocxDocumentOfAdvisoryReportByIdQueryParams;
@@ -123640,11 +123597,11 @@ interface GenerateDocxDocumentOfAdvisoryReportByIdProps {
123640
123597
  }
123641
123598
  declare const generateDocxDocumentOfAdvisoryReportById: (props: GenerateDocxDocumentOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GenerateDocxDocumentOfAdvisoryReportByIdResponse>;
123642
123599
 
123643
- declare const routeName$6D = "/v1/api/advisory-reports/{report_id}/email-inquiries";
123644
- type SendAdvisoryReportAsMailBody = paths[typeof routeName$6D]['post']['requestBody']['content']['application/json'];
123645
- type SendAdvisoryReportAsMailPathParams = paths[typeof routeName$6D]['post']['parameters']['path'];
123646
- type SendAdvisoryReportAsMailQueryParams = paths[typeof routeName$6D]['post']['parameters']['query'];
123647
- type SendAdvisoryReportAsMailResponse = paths[typeof routeName$6D]['post']['responses'][201]['content']['application/json'];
123600
+ declare const routeName$6E = "/v1/api/advisory-reports/{report_id}/email-inquiries";
123601
+ type SendAdvisoryReportAsMailBody = paths[typeof routeName$6E]['post']['requestBody']['content']['application/json'];
123602
+ type SendAdvisoryReportAsMailPathParams = paths[typeof routeName$6E]['post']['parameters']['path'];
123603
+ type SendAdvisoryReportAsMailQueryParams = paths[typeof routeName$6E]['post']['parameters']['query'];
123604
+ type SendAdvisoryReportAsMailResponse = paths[typeof routeName$6E]['post']['responses'][201]['content']['application/json'];
123648
123605
  interface SendAdvisoryReportAsMailProps {
123649
123606
  body: SendAdvisoryReportAsMailBody;
123650
123607
  params: {
@@ -123654,24 +123611,24 @@ interface SendAdvisoryReportAsMailProps {
123654
123611
  }
123655
123612
  declare const sendAdvisoryReportAsMail: (props: SendAdvisoryReportAsMailProps, wgApiClient: ClientType) => Promise<SendAdvisoryReportAsMailResponse>;
123656
123613
 
123657
- declare const routeName$6C = "/v1/api/advisory-reports/{report_id}/events";
123658
- type GetEventsByAdvisoryReportIdPathParams = paths[typeof routeName$6C]['get']['parameters']['path'];
123659
- type GetEventsByAdvisoryReportIdQueryParams = paths[typeof routeName$6C]['get']['parameters']['query'];
123660
- type GetEventsByAdvisoryReportIdResponse = paths[typeof routeName$6C]['get']['responses'][200]['content']['application/json'];
123661
- type GetEventsByAdvisoryReportIdProps = paths[typeof routeName$6C]['get']['parameters'];
123614
+ declare const routeName$6D = "/v1/api/advisory-reports/{report_id}/events";
123615
+ type GetEventsByAdvisoryReportIdPathParams = paths[typeof routeName$6D]['get']['parameters']['path'];
123616
+ type GetEventsByAdvisoryReportIdQueryParams = paths[typeof routeName$6D]['get']['parameters']['query'];
123617
+ type GetEventsByAdvisoryReportIdResponse = paths[typeof routeName$6D]['get']['responses'][200]['content']['application/json'];
123618
+ type GetEventsByAdvisoryReportIdProps = paths[typeof routeName$6D]['get']['parameters'];
123662
123619
  declare const getEventsByAdvisoryReportId: (props: GetEventsByAdvisoryReportIdProps, wgApiClient: ClientType) => Promise<GetEventsByAdvisoryReportIdResponse>;
123663
123620
 
123664
- declare const routeName$6B = "/v1/api/advisory-reports/{report_id}/export-options";
123665
- type GetAdvisoryReportExportOptionsPathParams = paths[typeof routeName$6B]['get']['parameters']['path'];
123666
- type GetAdvisoryReportExportOptionsResponse = paths[typeof routeName$6B]['get']['responses'][200]['content']['application/json'];
123667
- type GetAdvisoryReportExportOptionsProps = paths[typeof routeName$6B]['get']['parameters'];
123621
+ declare const routeName$6C = "/v1/api/advisory-reports/{report_id}/export-options";
123622
+ type GetAdvisoryReportExportOptionsPathParams = paths[typeof routeName$6C]['get']['parameters']['path'];
123623
+ type GetAdvisoryReportExportOptionsResponse = paths[typeof routeName$6C]['get']['responses'][200]['content']['application/json'];
123624
+ type GetAdvisoryReportExportOptionsProps = paths[typeof routeName$6C]['get']['parameters'];
123668
123625
  declare const getAdvisoryReportExportOptions: (props: GetAdvisoryReportExportOptionsProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportExportOptionsResponse>;
123669
123626
 
123670
- declare const routeName$6A = "/v1/api/advisory-reports/{report_id}/exports";
123671
- type ExportAdvisoryReportByIdBody = paths[typeof routeName$6A]['post']['requestBody']['content']['application/json'];
123672
- type ExportAdvisoryReportByIdPathParams = paths[typeof routeName$6A]['post']['parameters']['path'];
123673
- type ExportAdvisoryReportByIdQueryParams = paths[typeof routeName$6A]['post']['parameters']['query'];
123674
- type ExportAdvisoryReportByIdResponse = paths[typeof routeName$6A]['post']['responses'][201]['content']['application/json'];
123627
+ declare const routeName$6B = "/v1/api/advisory-reports/{report_id}/exports";
123628
+ type ExportAdvisoryReportByIdBody = paths[typeof routeName$6B]['post']['requestBody']['content']['application/json'];
123629
+ type ExportAdvisoryReportByIdPathParams = paths[typeof routeName$6B]['post']['parameters']['path'];
123630
+ type ExportAdvisoryReportByIdQueryParams = paths[typeof routeName$6B]['post']['parameters']['query'];
123631
+ type ExportAdvisoryReportByIdResponse = paths[typeof routeName$6B]['post']['responses'][201]['content']['application/json'];
123675
123632
  interface ExportAdvisoryReportByIdProps {
123676
123633
  body: ExportAdvisoryReportByIdBody;
123677
123634
  params: {
@@ -123681,11 +123638,11 @@ interface ExportAdvisoryReportByIdProps {
123681
123638
  }
123682
123639
  declare const exportAdvisoryReportById: (props: ExportAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<ExportAdvisoryReportByIdResponse>;
123683
123640
 
123684
- declare const routeName$6z = "/v1/api/advisory-reports/{report_id}/insurance-policies";
123685
- type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody = paths[typeof routeName$6z]['put']['requestBody']['content']['application/json'];
123686
- type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$6z]['put']['parameters']['path'];
123687
- type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$6z]['put']['parameters']['query'];
123688
- type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$6z]['put']['responses'][200]['content']['application/json'];
123641
+ declare const routeName$6A = "/v1/api/advisory-reports/{report_id}/insurance-policies";
123642
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody = paths[typeof routeName$6A]['put']['requestBody']['content']['application/json'];
123643
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$6A]['put']['parameters']['path'];
123644
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$6A]['put']['parameters']['query'];
123645
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$6A]['put']['responses'][200]['content']['application/json'];
123689
123646
  interface CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps {
123690
123647
  body: CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody;
123691
123648
  params: {
@@ -123695,11 +123652,11 @@ interface CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps {
123695
123652
  }
123696
123653
  declare const createOrReplaceInsurancePolicyForAdvisoryReportById: (props: CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse>;
123697
123654
 
123698
- declare const routeName$6y = "/v1/api/advisory-reports/{report_id}/insurance-policies/order";
123699
- type OrderInsurancePolciesOfAdvisoryReportBody = paths[typeof routeName$6y]['put']['requestBody']['content']['application/json'];
123700
- type OrderInsurancePolciesOfAdvisoryReportPathParams = paths[typeof routeName$6y]['put']['parameters']['path'];
123701
- type OrderInsurancePolciesOfAdvisoryReportQueryParams = paths[typeof routeName$6y]['put']['parameters']['query'];
123702
- type OrderInsurancePolciesOfAdvisoryReportResponse = paths[typeof routeName$6y]['put']['responses'][200]['content']['application/json'];
123655
+ declare const routeName$6z = "/v1/api/advisory-reports/{report_id}/insurance-policies/order";
123656
+ type OrderInsurancePolciesOfAdvisoryReportBody = paths[typeof routeName$6z]['put']['requestBody']['content']['application/json'];
123657
+ type OrderInsurancePolciesOfAdvisoryReportPathParams = paths[typeof routeName$6z]['put']['parameters']['path'];
123658
+ type OrderInsurancePolciesOfAdvisoryReportQueryParams = paths[typeof routeName$6z]['put']['parameters']['query'];
123659
+ type OrderInsurancePolciesOfAdvisoryReportResponse = paths[typeof routeName$6z]['put']['responses'][200]['content']['application/json'];
123703
123660
  interface OrderInsurancePolciesOfAdvisoryReportProps {
123704
123661
  body: OrderInsurancePolciesOfAdvisoryReportBody;
123705
123662
  params: {
@@ -123709,10 +123666,10 @@ interface OrderInsurancePolciesOfAdvisoryReportProps {
123709
123666
  }
123710
123667
  declare const orderInsurancePolciesOfAdvisoryReport: (props: OrderInsurancePolciesOfAdvisoryReportProps, wgApiClient: ClientType) => Promise<OrderInsurancePolciesOfAdvisoryReportResponse>;
123711
123668
 
123712
- declare const routeName$6x = "/v1/api/advisory-reports/{report_id}/insurance-policies/{insurance_policy_id}";
123713
- type DeleteInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$6x]['delete']['parameters']['path'];
123714
- type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$6x]['delete']['parameters']['query'];
123715
- type DeleteInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$6x]['delete']['responses'][200]['content']['application/json'];
123669
+ declare const routeName$6y = "/v1/api/advisory-reports/{report_id}/insurance-policies/{insurance_policy_id}";
123670
+ type DeleteInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$6y]['delete']['parameters']['path'];
123671
+ type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$6y]['delete']['parameters']['query'];
123672
+ type DeleteInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$6y]['delete']['responses'][200]['content']['application/json'];
123716
123673
  interface DeleteInsurancePolicyForAdvisoryReportByIdProps {
123717
123674
  params: {
123718
123675
  query: DeleteInsurancePolicyForAdvisoryReportByIdQueryParams;
@@ -123721,17 +123678,17 @@ interface DeleteInsurancePolicyForAdvisoryReportByIdProps {
123721
123678
  }
123722
123679
  declare const deleteInsurancePolicyForAdvisoryReportById: (props: DeleteInsurancePolicyForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteInsurancePolicyForAdvisoryReportByIdResponse>;
123723
123680
 
123724
- declare const routeName$6w = "/v1/api/advisory-reports/{report_id}/pdf";
123725
- type GetPdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$6w]['get']['parameters']['path'];
123726
- type GetPdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$6w]['get']['parameters']['query'];
123727
- type GetPdfOfAdvisoryReportByIdResponse = paths[typeof routeName$6w]['get']['responses'][307]['content']['application/json'];
123728
- type GetPdfOfAdvisoryReportByIdProps = paths[typeof routeName$6w]['get']['parameters'];
123681
+ declare const routeName$6x = "/v1/api/advisory-reports/{report_id}/pdf";
123682
+ type GetPdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$6x]['get']['parameters']['path'];
123683
+ type GetPdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$6x]['get']['parameters']['query'];
123684
+ type GetPdfOfAdvisoryReportByIdResponse = paths[typeof routeName$6x]['get']['responses'][307]['content']['application/json'];
123685
+ type GetPdfOfAdvisoryReportByIdProps = paths[typeof routeName$6x]['get']['parameters'];
123729
123686
  declare const getPdfOfAdvisoryReportById: (props: GetPdfOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GetPdfOfAdvisoryReportByIdResponse>;
123730
123687
 
123731
- declare const routeName$6v = "/v1/api/advisory-reports/{report_id}/pdf";
123732
- type GeneratePdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$6v]['post']['parameters']['path'];
123733
- type GeneratePdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$6v]['post']['parameters']['query'];
123734
- type GeneratePdfOfAdvisoryReportByIdResponse = paths[typeof routeName$6v]['post']['responses'][200]['content']['application/json'];
123688
+ declare const routeName$6w = "/v1/api/advisory-reports/{report_id}/pdf";
123689
+ type GeneratePdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$6w]['post']['parameters']['path'];
123690
+ type GeneratePdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$6w]['post']['parameters']['query'];
123691
+ type GeneratePdfOfAdvisoryReportByIdResponse = paths[typeof routeName$6w]['post']['responses'][200]['content']['application/json'];
123735
123692
  interface GeneratePdfOfAdvisoryReportByIdProps {
123736
123693
  params: {
123737
123694
  query: GeneratePdfOfAdvisoryReportByIdQueryParams;
@@ -123740,9 +123697,9 @@ interface GeneratePdfOfAdvisoryReportByIdProps {
123740
123697
  }
123741
123698
  declare const generatePdfOfAdvisoryReportById: (props: GeneratePdfOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GeneratePdfOfAdvisoryReportByIdResponse>;
123742
123699
 
123743
- declare const routeName$6u = "/v1/api/advisory-reports/{report_id}/personalise-advices";
123744
- type GeneratePersonalizationAdviceForAdvisoryReportPathParams = paths[typeof routeName$6u]['post']['parameters']['path'];
123745
- type GeneratePersonalizationAdviceForAdvisoryReportResponse = paths[typeof routeName$6u]['post']['responses'][200]['content']['application/json'];
123700
+ declare const routeName$6v = "/v1/api/advisory-reports/{report_id}/personalise-advices";
123701
+ type GeneratePersonalizationAdviceForAdvisoryReportPathParams = paths[typeof routeName$6v]['post']['parameters']['path'];
123702
+ type GeneratePersonalizationAdviceForAdvisoryReportResponse = paths[typeof routeName$6v]['post']['responses'][200]['content']['application/json'];
123746
123703
  interface GeneratePersonalizationAdviceForAdvisoryReportProps {
123747
123704
  params: {
123748
123705
  path: GeneratePersonalizationAdviceForAdvisoryReportPathParams;
@@ -123750,11 +123707,11 @@ interface GeneratePersonalizationAdviceForAdvisoryReportProps {
123750
123707
  }
123751
123708
  declare const generatePersonalizationAdviceForAdvisoryReport: (props: GeneratePersonalizationAdviceForAdvisoryReportProps, wgApiClient: ClientType) => Promise<GeneratePersonalizationAdviceForAdvisoryReportResponse>;
123752
123709
 
123753
- declare const routeName$6t = "/v1/api/advisory-reports/{report_id}/policy-packages";
123754
- type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody = paths[typeof routeName$6t]['put']['requestBody']['content']['application/json'];
123755
- type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams = paths[typeof routeName$6t]['put']['parameters']['path'];
123756
- type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams = paths[typeof routeName$6t]['put']['parameters']['query'];
123757
- type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse = paths[typeof routeName$6t]['put']['responses'][200]['content']['application/json'];
123710
+ declare const routeName$6u = "/v1/api/advisory-reports/{report_id}/policy-packages";
123711
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody = paths[typeof routeName$6u]['put']['requestBody']['content']['application/json'];
123712
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams = paths[typeof routeName$6u]['put']['parameters']['path'];
123713
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams = paths[typeof routeName$6u]['put']['parameters']['query'];
123714
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse = paths[typeof routeName$6u]['put']['responses'][200]['content']['application/json'];
123758
123715
  interface CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps {
123759
123716
  body: CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody;
123760
123717
  params: {
@@ -123764,11 +123721,11 @@ interface CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps {
123764
123721
  }
123765
123722
  declare const createOrReplacePolicyPackagesForAdvisoryReportById: (props: CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse>;
123766
123723
 
123767
- declare const routeName$6s = "/v1/api/advisory-reports/{report_id}/revisions";
123768
- type CreateAdvisoryReportRevisionBody = paths[typeof routeName$6s]['post']['requestBody']['content']['application/json'];
123769
- type CreateAdvisoryReportRevisionPathParams = paths[typeof routeName$6s]['post']['parameters']['path'];
123770
- type CreateAdvisoryReportRevisionQueryParams = paths[typeof routeName$6s]['post']['parameters']['query'];
123771
- type CreateAdvisoryReportRevisionResponse = paths[typeof routeName$6s]['post']['responses'][201]['content']['application/json'];
123724
+ declare const routeName$6t = "/v1/api/advisory-reports/{report_id}/revisions";
123725
+ type CreateAdvisoryReportRevisionBody = paths[typeof routeName$6t]['post']['requestBody']['content']['application/json'];
123726
+ type CreateAdvisoryReportRevisionPathParams = paths[typeof routeName$6t]['post']['parameters']['path'];
123727
+ type CreateAdvisoryReportRevisionQueryParams = paths[typeof routeName$6t]['post']['parameters']['query'];
123728
+ type CreateAdvisoryReportRevisionResponse = paths[typeof routeName$6t]['post']['responses'][201]['content']['application/json'];
123772
123729
  interface CreateAdvisoryReportRevisionProps {
123773
123730
  body: CreateAdvisoryReportRevisionBody;
123774
123731
  params: {
@@ -123778,11 +123735,11 @@ interface CreateAdvisoryReportRevisionProps {
123778
123735
  }
123779
123736
  declare const createAdvisoryReportRevision: (props: CreateAdvisoryReportRevisionProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportRevisionResponse>;
123780
123737
 
123781
- declare const routeName$6r = "/v1/api/advisory-reports/{report_id}/risk-domains";
123782
- type CreateRiskDomainForAdvisoryReportByIdBody = paths[typeof routeName$6r]['post']['requestBody']['content']['application/json'];
123783
- type CreateRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$6r]['post']['parameters']['path'];
123784
- type CreateRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$6r]['post']['parameters']['query'];
123785
- type CreateRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$6r]['post']['responses'][201]['content']['application/json'];
123738
+ declare const routeName$6s = "/v1/api/advisory-reports/{report_id}/risk-domains";
123739
+ type CreateRiskDomainForAdvisoryReportByIdBody = paths[typeof routeName$6s]['post']['requestBody']['content']['application/json'];
123740
+ type CreateRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$6s]['post']['parameters']['path'];
123741
+ type CreateRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$6s]['post']['parameters']['query'];
123742
+ type CreateRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$6s]['post']['responses'][201]['content']['application/json'];
123786
123743
  interface CreateRiskDomainForAdvisoryReportByIdProps {
123787
123744
  body: CreateRiskDomainForAdvisoryReportByIdBody;
123788
123745
  params: {
@@ -123792,10 +123749,10 @@ interface CreateRiskDomainForAdvisoryReportByIdProps {
123792
123749
  }
123793
123750
  declare const createRiskDomainForAdvisoryReportById: (props: CreateRiskDomainForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainForAdvisoryReportByIdResponse>;
123794
123751
 
123795
- declare const routeName$6q = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}";
123796
- type DeleteRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$6q]['delete']['parameters']['path'];
123797
- type DeleteRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$6q]['delete']['parameters']['query'];
123798
- type DeleteRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$6q]['delete']['responses'][200]['content']['application/json'];
123752
+ declare const routeName$6r = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}";
123753
+ type DeleteRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$6r]['delete']['parameters']['path'];
123754
+ type DeleteRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$6r]['delete']['parameters']['query'];
123755
+ type DeleteRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$6r]['delete']['responses'][200]['content']['application/json'];
123799
123756
  interface DeleteRiskDomainForAdvisoryReportByIdProps {
123800
123757
  params: {
123801
123758
  query: DeleteRiskDomainForAdvisoryReportByIdQueryParams;
@@ -123804,11 +123761,11 @@ interface DeleteRiskDomainForAdvisoryReportByIdProps {
123804
123761
  }
123805
123762
  declare const deleteRiskDomainForAdvisoryReportById: (props: DeleteRiskDomainForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainForAdvisoryReportByIdResponse>;
123806
123763
 
123807
- declare const routeName$6p = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions";
123808
- type CreateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$6p]['post']['requestBody']['content']['application/json'];
123809
- type CreateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$6p]['post']['parameters']['path'];
123810
- type CreateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$6p]['post']['parameters']['query'];
123811
- type CreateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$6p]['post']['responses'][201]['content']['application/json'];
123764
+ declare const routeName$6q = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions";
123765
+ type CreateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$6q]['post']['requestBody']['content']['application/json'];
123766
+ type CreateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$6q]['post']['parameters']['path'];
123767
+ type CreateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$6q]['post']['parameters']['query'];
123768
+ type CreateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$6q]['post']['responses'][201]['content']['application/json'];
123812
123769
  interface CreateRiskDomainActionForAdvisoryReportByIdProps {
123813
123770
  body: CreateRiskDomainActionForAdvisoryReportByIdBody;
123814
123771
  params: {
@@ -123818,10 +123775,10 @@ interface CreateRiskDomainActionForAdvisoryReportByIdProps {
123818
123775
  }
123819
123776
  declare const createRiskDomainActionForAdvisoryReportById: (props: CreateRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainActionForAdvisoryReportByIdResponse>;
123820
123777
 
123821
- declare const routeName$6o = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
123822
- type DeleteRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$6o]['delete']['parameters']['path'];
123823
- type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$6o]['delete']['parameters']['query'];
123824
- type DeleteRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$6o]['delete']['responses'][200]['content']['application/json'];
123778
+ declare const routeName$6p = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
123779
+ type DeleteRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$6p]['delete']['parameters']['path'];
123780
+ type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$6p]['delete']['parameters']['query'];
123781
+ type DeleteRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$6p]['delete']['responses'][200]['content']['application/json'];
123825
123782
  interface DeleteRiskDomainActionForAdvisoryReportByIdProps {
123826
123783
  params: {
123827
123784
  query: DeleteRiskDomainActionForAdvisoryReportByIdQueryParams;
@@ -123830,11 +123787,11 @@ interface DeleteRiskDomainActionForAdvisoryReportByIdProps {
123830
123787
  }
123831
123788
  declare const deleteRiskDomainActionForAdvisoryReportById: (props: DeleteRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainActionForAdvisoryReportByIdResponse>;
123832
123789
 
123833
- declare const routeName$6n = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
123834
- type UpdateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$6n]['patch']['requestBody']['content']['application/json'];
123835
- type UpdateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$6n]['patch']['parameters']['path'];
123836
- type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$6n]['patch']['parameters']['query'];
123837
- type UpdateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$6n]['patch']['responses'][200]['content']['application/json'];
123790
+ declare const routeName$6o = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
123791
+ type UpdateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$6o]['patch']['requestBody']['content']['application/json'];
123792
+ type UpdateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$6o]['patch']['parameters']['path'];
123793
+ type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$6o]['patch']['parameters']['query'];
123794
+ type UpdateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$6o]['patch']['responses'][200]['content']['application/json'];
123838
123795
  interface UpdateRiskDomainActionForAdvisoryReportByIdProps {
123839
123796
  body: UpdateRiskDomainActionForAdvisoryReportByIdBody;
123840
123797
  params: {
@@ -123844,11 +123801,11 @@ interface UpdateRiskDomainActionForAdvisoryReportByIdProps {
123844
123801
  }
123845
123802
  declare const updateRiskDomainActionForAdvisoryReportById: (props: UpdateRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainActionForAdvisoryReportByIdResponse>;
123846
123803
 
123847
- declare const routeName$6m = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice";
123848
- type CreateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$6m]['post']['requestBody']['content']['application/json'];
123849
- type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6m]['post']['parameters']['path'];
123850
- type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6m]['post']['parameters']['query'];
123851
- type CreateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6m]['post']['responses'][201]['content']['application/json'];
123804
+ declare const routeName$6n = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice";
123805
+ type CreateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$6n]['post']['requestBody']['content']['application/json'];
123806
+ type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6n]['post']['parameters']['path'];
123807
+ type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6n]['post']['parameters']['query'];
123808
+ type CreateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6n]['post']['responses'][201]['content']['application/json'];
123852
123809
  interface CreateRiskDomainAdviceForAdvisoryReportByIdProps {
123853
123810
  body: CreateRiskDomainAdviceForAdvisoryReportByIdBody;
123854
123811
  params: {
@@ -123858,10 +123815,10 @@ interface CreateRiskDomainAdviceForAdvisoryReportByIdProps {
123858
123815
  }
123859
123816
  declare const createRiskDomainAdviceForAdvisoryReportById: (props: CreateRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainAdviceForAdvisoryReportByIdResponse>;
123860
123817
 
123861
- declare const routeName$6l = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
123862
- type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6l]['delete']['parameters']['path'];
123863
- type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6l]['delete']['parameters']['query'];
123864
- type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6l]['delete']['responses'][200]['content']['application/json'];
123818
+ declare const routeName$6m = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
123819
+ type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6m]['delete']['parameters']['path'];
123820
+ type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6m]['delete']['parameters']['query'];
123821
+ type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6m]['delete']['responses'][200]['content']['application/json'];
123865
123822
  interface DeleteRiskDomainAdviceForAdvisoryReportByIdProps {
123866
123823
  params: {
123867
123824
  query: DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams;
@@ -123870,11 +123827,11 @@ interface DeleteRiskDomainAdviceForAdvisoryReportByIdProps {
123870
123827
  }
123871
123828
  declare const deleteRiskDomainAdviceForAdvisoryReportById: (props: DeleteRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainAdviceForAdvisoryReportByIdResponse>;
123872
123829
 
123873
- declare const routeName$6k = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
123874
- type UpdateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$6k]['patch']['requestBody']['content']['application/json'];
123875
- type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6k]['patch']['parameters']['path'];
123876
- type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6k]['patch']['parameters']['query'];
123877
- type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6k]['patch']['responses'][201]['content']['application/json'];
123830
+ declare const routeName$6l = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
123831
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$6l]['patch']['requestBody']['content']['application/json'];
123832
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6l]['patch']['parameters']['path'];
123833
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6l]['patch']['parameters']['query'];
123834
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6l]['patch']['responses'][201]['content']['application/json'];
123878
123835
  interface UpdateRiskDomainAdviceForAdvisoryReportByIdProps {
123879
123836
  body: UpdateRiskDomainAdviceForAdvisoryReportByIdBody;
123880
123837
  params: {
@@ -123884,11 +123841,11 @@ interface UpdateRiskDomainAdviceForAdvisoryReportByIdProps {
123884
123841
  }
123885
123842
  declare const updateRiskDomainAdviceForAdvisoryReportById: (props: UpdateRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainAdviceForAdvisoryReportByIdResponse>;
123886
123843
 
123887
- declare const routeName$6j = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}/actions";
123888
- type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody = paths[typeof routeName$6j]['put']['requestBody']['content']['application/json'];
123889
- type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6j]['put']['parameters']['path'];
123890
- type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6j]['put']['parameters']['query'];
123891
- type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6j]['put']['responses'][201]['content']['application/json'];
123844
+ declare const routeName$6k = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}/actions";
123845
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody = paths[typeof routeName$6k]['put']['requestBody']['content']['application/json'];
123846
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6k]['put']['parameters']['path'];
123847
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6k]['put']['parameters']['query'];
123848
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6k]['put']['responses'][201]['content']['application/json'];
123892
123849
  interface CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps {
123893
123850
  body: CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody;
123894
123851
  params: {
@@ -123898,18 +123855,18 @@ interface CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps {
123898
123855
  }
123899
123856
  declare const createRiskDomainActionFromAdviceForAdvisoryReportById: (props: CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse>;
123900
123857
 
123901
- declare const routeName$6i = "/v1/api/advisory-reports/{report_id}/settings/steps";
123902
- type GetStepSettingsByAdvisoryReportIdPathParams = paths[typeof routeName$6i]['get']['parameters']['path'];
123903
- type GetStepSettingsByAdvisoryReportIdQueryParams = paths[typeof routeName$6i]['get']['parameters']['query'];
123904
- type GetStepSettingsByAdvisoryReportIdResponse = paths[typeof routeName$6i]['get']['responses'][200]['content']['application/json'];
123905
- type GetStepSettingsByAdvisoryReportIdProps = paths[typeof routeName$6i]['get']['parameters'];
123858
+ declare const routeName$6j = "/v1/api/advisory-reports/{report_id}/settings/steps";
123859
+ type GetStepSettingsByAdvisoryReportIdPathParams = paths[typeof routeName$6j]['get']['parameters']['path'];
123860
+ type GetStepSettingsByAdvisoryReportIdQueryParams = paths[typeof routeName$6j]['get']['parameters']['query'];
123861
+ type GetStepSettingsByAdvisoryReportIdResponse = paths[typeof routeName$6j]['get']['responses'][200]['content']['application/json'];
123862
+ type GetStepSettingsByAdvisoryReportIdProps = paths[typeof routeName$6j]['get']['parameters'];
123906
123863
  declare const getStepSettingsByAdvisoryReportId: (props: GetStepSettingsByAdvisoryReportIdProps, wgApiClient: ClientType) => Promise<GetStepSettingsByAdvisoryReportIdResponse>;
123907
123864
 
123908
- declare const routeName$6h = "/v1/api/advisory-reports/{report_id}/settings/steps";
123909
- type CreateAdvisoryReportStepSettingsBody = paths[typeof routeName$6h]['put']['requestBody']['content']['application/json'];
123910
- type CreateAdvisoryReportStepSettingsPathParams = paths[typeof routeName$6h]['put']['parameters']['path'];
123911
- type CreateAdvisoryReportStepSettingsQueryParams = paths[typeof routeName$6h]['put']['parameters']['query'];
123912
- type CreateAdvisoryReportStepSettingsResponse = paths[typeof routeName$6h]['put']['responses'][200]['content']['application/json'];
123865
+ declare const routeName$6i = "/v1/api/advisory-reports/{report_id}/settings/steps";
123866
+ type CreateAdvisoryReportStepSettingsBody = paths[typeof routeName$6i]['put']['requestBody']['content']['application/json'];
123867
+ type CreateAdvisoryReportStepSettingsPathParams = paths[typeof routeName$6i]['put']['parameters']['path'];
123868
+ type CreateAdvisoryReportStepSettingsQueryParams = paths[typeof routeName$6i]['put']['parameters']['query'];
123869
+ type CreateAdvisoryReportStepSettingsResponse = paths[typeof routeName$6i]['put']['responses'][200]['content']['application/json'];
123913
123870
  interface CreateAdvisoryReportStepSettingsProps {
123914
123871
  body: CreateAdvisoryReportStepSettingsBody;
123915
123872
  params: {
@@ -123919,10 +123876,10 @@ interface CreateAdvisoryReportStepSettingsProps {
123919
123876
  }
123920
123877
  declare const createAdvisoryReportStepSettings: (props: CreateAdvisoryReportStepSettingsProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportStepSettingsResponse>;
123921
123878
 
123922
- declare const routeName$6g = "/v2/api/advisory-reports/{report_id}";
123923
- type DeleteAdvisoryReportPathParams = paths[typeof routeName$6g]['delete']['parameters']['path'];
123924
- type DeleteAdvisoryReportQueryParams = paths[typeof routeName$6g]['delete']['parameters']['query'];
123925
- type DeleteAdvisoryReportResponse = paths[typeof routeName$6g]['delete']['responses'][200]['content']['application/json'];
123879
+ declare const routeName$6h = "/v2/api/advisory-reports/{report_id}";
123880
+ type DeleteAdvisoryReportPathParams = paths[typeof routeName$6h]['delete']['parameters']['path'];
123881
+ type DeleteAdvisoryReportQueryParams = paths[typeof routeName$6h]['delete']['parameters']['query'];
123882
+ type DeleteAdvisoryReportResponse = paths[typeof routeName$6h]['delete']['responses'][200]['content']['application/json'];
123926
123883
  interface DeleteAdvisoryReportProps {
123927
123884
  params: {
123928
123885
  query: DeleteAdvisoryReportQueryParams;
@@ -123931,11 +123888,11 @@ interface DeleteAdvisoryReportProps {
123931
123888
  }
123932
123889
  declare const deleteAdvisoryReport: (props: DeleteAdvisoryReportProps, wgApiClient: ClientType) => Promise<DeleteAdvisoryReportResponse>;
123933
123890
 
123934
- declare const routeName$6f = "/v2/api/advisory-reports/{report_id}/revisions";
123935
- type CreateAdvisoryReportRevisionV2Body = paths[typeof routeName$6f]['post']['requestBody']['content']['application/json'];
123936
- type CreateAdvisoryReportRevisionV2PathParams = paths[typeof routeName$6f]['post']['parameters']['path'];
123937
- type CreateAdvisoryReportRevisionV2QueryParams = paths[typeof routeName$6f]['post']['parameters']['query'];
123938
- type CreateAdvisoryReportRevisionV2Response = paths[typeof routeName$6f]['post']['responses'][201]['content']['application/json'];
123891
+ declare const routeName$6g = "/v2/api/advisory-reports/{report_id}/revisions";
123892
+ type CreateAdvisoryReportRevisionV2Body = paths[typeof routeName$6g]['post']['requestBody']['content']['application/json'];
123893
+ type CreateAdvisoryReportRevisionV2PathParams = paths[typeof routeName$6g]['post']['parameters']['path'];
123894
+ type CreateAdvisoryReportRevisionV2QueryParams = paths[typeof routeName$6g]['post']['parameters']['query'];
123895
+ type CreateAdvisoryReportRevisionV2Response = paths[typeof routeName$6g]['post']['responses'][201]['content']['application/json'];
123939
123896
  interface CreateAdvisoryReportRevisionV2Props {
123940
123897
  body: CreateAdvisoryReportRevisionV2Body;
123941
123898
  params: {
@@ -123945,36 +123902,36 @@ interface CreateAdvisoryReportRevisionV2Props {
123945
123902
  }
123946
123903
  declare const createAdvisoryReportRevisionV2: (props: CreateAdvisoryReportRevisionV2Props, wgApiClient: ClientType) => Promise<CreateAdvisoryReportRevisionV2Response>;
123947
123904
 
123948
- declare const routeName$6e = "/v1/api/affiliations";
123949
- type GetAllAvailableAffiliationsResponse = paths[typeof routeName$6e]['get']['responses'][200]['content']['application/json'];
123905
+ declare const routeName$6f = "/v1/api/affiliations";
123906
+ type GetAllAvailableAffiliationsResponse = paths[typeof routeName$6f]['get']['responses'][200]['content']['application/json'];
123950
123907
  declare const getAllAvailableAffiliations: (wgApiClient: ClientType) => Promise<GetAllAvailableAffiliationsResponse>;
123951
123908
 
123952
- declare const routeName$6d = "/v1/api/anva-producers/{anva_producer_id}";
123953
- type GetBrokerByAnvaProducerIdPathParams = paths[typeof routeName$6d]['get']['parameters']['path'];
123954
- type GetBrokerByAnvaProducerIdResponse = paths[typeof routeName$6d]['get']['responses'][200]['content']['application/json'];
123955
- type GetBrokerByAnvaProducerIdProps = paths[typeof routeName$6d]['get']['parameters'];
123909
+ declare const routeName$6e = "/v1/api/anva-producers/{anva_producer_id}";
123910
+ type GetBrokerByAnvaProducerIdPathParams = paths[typeof routeName$6e]['get']['parameters']['path'];
123911
+ type GetBrokerByAnvaProducerIdResponse = paths[typeof routeName$6e]['get']['responses'][200]['content']['application/json'];
123912
+ type GetBrokerByAnvaProducerIdProps = paths[typeof routeName$6e]['get']['parameters'];
123956
123913
  declare const getBrokerByAnvaProducerId: (props: GetBrokerByAnvaProducerIdProps, wgApiClient: ClientType) => Promise<GetBrokerByAnvaProducerIdResponse>;
123957
123914
 
123958
- declare const routeName$6c = "/v1/api/anva-relation-managers/{anva_relation_manager_id}";
123959
- type GetBrokerByAnvaRelationMangerIdPathParams = paths[typeof routeName$6c]['get']['parameters']['path'];
123960
- type GetBrokerByAnvaRelationMangerIdResponse = paths[typeof routeName$6c]['get']['responses'][200]['content']['application/json'];
123961
- type GetBrokerByAnvaRelationMangerIdProps = paths[typeof routeName$6c]['get']['parameters'];
123915
+ declare const routeName$6d = "/v1/api/anva-relation-managers/{anva_relation_manager_id}";
123916
+ type GetBrokerByAnvaRelationMangerIdPathParams = paths[typeof routeName$6d]['get']['parameters']['path'];
123917
+ type GetBrokerByAnvaRelationMangerIdResponse = paths[typeof routeName$6d]['get']['responses'][200]['content']['application/json'];
123918
+ type GetBrokerByAnvaRelationMangerIdProps = paths[typeof routeName$6d]['get']['parameters'];
123962
123919
  declare const getBrokerByAnvaRelationMangerId: (props: GetBrokerByAnvaRelationMangerIdProps, wgApiClient: ClientType) => Promise<GetBrokerByAnvaRelationMangerIdResponse>;
123963
123920
 
123964
- declare const routeName$6b = "/v1/api/brokers/me";
123965
- type GetCurrentBrokerOfTheUserResponse = paths[typeof routeName$6b]['get']['responses'][200]['content']['application/json'];
123921
+ declare const routeName$6c = "/v1/api/brokers/me";
123922
+ type GetCurrentBrokerOfTheUserResponse = paths[typeof routeName$6c]['get']['responses'][200]['content']['application/json'];
123966
123923
  declare const getCurrentBrokerOfTheUser: (wgApiClient: ClientType) => Promise<GetCurrentBrokerOfTheUserResponse>;
123967
123924
 
123968
- declare const routeName$6a = "/v1/api/brokers/{broker_id}";
123969
- type GetTheBrokerByIdPathParams = paths[typeof routeName$6a]['get']['parameters']['path'];
123970
- type GetTheBrokerByIdResponse = paths[typeof routeName$6a]['get']['responses'][200]['content']['application/json'];
123971
- type GetTheBrokerByIdProps = paths[typeof routeName$6a]['get']['parameters'];
123925
+ declare const routeName$6b = "/v1/api/brokers/{broker_id}";
123926
+ type GetTheBrokerByIdPathParams = paths[typeof routeName$6b]['get']['parameters']['path'];
123927
+ type GetTheBrokerByIdResponse = paths[typeof routeName$6b]['get']['responses'][200]['content']['application/json'];
123928
+ type GetTheBrokerByIdProps = paths[typeof routeName$6b]['get']['parameters'];
123972
123929
  declare const getTheBrokerById: (props: GetTheBrokerByIdProps, wgApiClient: ClientType) => Promise<GetTheBrokerByIdResponse>;
123973
123930
 
123974
- declare const routeName$69 = "/v1/api/brokers/{broker_id}";
123975
- type UpdateBrokerByBrokerBody = paths[typeof routeName$69]['patch']['requestBody']['content']['application/json'];
123976
- type UpdateBrokerByBrokerPathParams = paths[typeof routeName$69]['patch']['parameters']['path'];
123977
- type UpdateBrokerByBrokerResponse = paths[typeof routeName$69]['patch']['responses'][200]['content']['application/json'];
123931
+ declare const routeName$6a = "/v1/api/brokers/{broker_id}";
123932
+ type UpdateBrokerByBrokerBody = paths[typeof routeName$6a]['patch']['requestBody']['content']['application/json'];
123933
+ type UpdateBrokerByBrokerPathParams = paths[typeof routeName$6a]['patch']['parameters']['path'];
123934
+ type UpdateBrokerByBrokerResponse = paths[typeof routeName$6a]['patch']['responses'][200]['content']['application/json'];
123978
123935
  interface UpdateBrokerByBrokerProps {
123979
123936
  body: UpdateBrokerByBrokerBody;
123980
123937
  params: {
@@ -123983,23 +123940,23 @@ interface UpdateBrokerByBrokerProps {
123983
123940
  }
123984
123941
  declare const updateBrokerByBroker: (props: UpdateBrokerByBrokerProps, wgApiClient: ClientType) => Promise<UpdateBrokerByBrokerResponse>;
123985
123942
 
123986
- declare const routeName$68 = "/v1/api/brokers/{broker_id}/checklists/onboarding";
123987
- type GetOnboardingChecklistByBrokerPathParams = paths[typeof routeName$68]['get']['parameters']['path'];
123988
- type GetOnboardingChecklistByBrokerQueryParams = paths[typeof routeName$68]['get']['parameters']['query'];
123989
- type GetOnboardingChecklistByBrokerResponse = paths[typeof routeName$68]['get']['responses'][200]['content']['application/json'];
123990
- type GetOnboardingChecklistByBrokerProps = paths[typeof routeName$68]['get']['parameters'];
123943
+ declare const routeName$69 = "/v1/api/brokers/{broker_id}/checklists/onboarding";
123944
+ type GetOnboardingChecklistByBrokerPathParams = paths[typeof routeName$69]['get']['parameters']['path'];
123945
+ type GetOnboardingChecklistByBrokerQueryParams = paths[typeof routeName$69]['get']['parameters']['query'];
123946
+ type GetOnboardingChecklistByBrokerResponse = paths[typeof routeName$69]['get']['responses'][200]['content']['application/json'];
123947
+ type GetOnboardingChecklistByBrokerProps = paths[typeof routeName$69]['get']['parameters'];
123991
123948
  declare const getOnboardingChecklistByBroker: (props: GetOnboardingChecklistByBrokerProps, wgApiClient: ClientType) => Promise<GetOnboardingChecklistByBrokerResponse>;
123992
123949
 
123993
- declare const routeName$67 = "/v1/api/brokers/{broker_id}/integrations";
123994
- type GetBrokerIntegrationsPathParams = paths[typeof routeName$67]['get']['parameters']['path'];
123995
- type GetBrokerIntegrationsResponse = paths[typeof routeName$67]['get']['responses'][200]['content']['application/json'];
123996
- type GetBrokerIntegrationsProps = paths[typeof routeName$67]['get']['parameters'];
123950
+ declare const routeName$68 = "/v1/api/brokers/{broker_id}/integrations";
123951
+ type GetBrokerIntegrationsPathParams = paths[typeof routeName$68]['get']['parameters']['path'];
123952
+ type GetBrokerIntegrationsResponse = paths[typeof routeName$68]['get']['responses'][200]['content']['application/json'];
123953
+ type GetBrokerIntegrationsProps = paths[typeof routeName$68]['get']['parameters'];
123997
123954
  declare const getBrokerIntegrations: (props: GetBrokerIntegrationsProps, wgApiClient: ClientType) => Promise<GetBrokerIntegrationsResponse>;
123998
123955
 
123999
- declare const routeName$66 = "/v1/api/brokers/{broker_id}/integrations";
124000
- type UpdateBrokerIntegrationsBody = paths[typeof routeName$66]['patch']['requestBody']['content']['application/json'];
124001
- type UpdateBrokerIntegrationsPathParams = paths[typeof routeName$66]['patch']['parameters']['path'];
124002
- type UpdateBrokerIntegrationsResponse = paths[typeof routeName$66]['patch']['responses'][200]['content']['application/json'];
123956
+ declare const routeName$67 = "/v1/api/brokers/{broker_id}/integrations";
123957
+ type UpdateBrokerIntegrationsBody = paths[typeof routeName$67]['patch']['requestBody']['content']['application/json'];
123958
+ type UpdateBrokerIntegrationsPathParams = paths[typeof routeName$67]['patch']['parameters']['path'];
123959
+ type UpdateBrokerIntegrationsResponse = paths[typeof routeName$67]['patch']['responses'][200]['content']['application/json'];
124003
123960
  interface UpdateBrokerIntegrationsProps {
124004
123961
  body: UpdateBrokerIntegrationsBody;
124005
123962
  params: {
@@ -124008,16 +123965,16 @@ interface UpdateBrokerIntegrationsProps {
124008
123965
  }
124009
123966
  declare const updateBrokerIntegrations: (props: UpdateBrokerIntegrationsProps, wgApiClient: ClientType) => Promise<UpdateBrokerIntegrationsResponse>;
124010
123967
 
124011
- declare const routeName$65 = "/v1/api/anvaflows/closing-questions";
124012
- type GetAnvaClosingQuestionsQueryParams = paths[typeof routeName$65]['get']['parameters']['query'];
124013
- type GetAnvaClosingQuestionsResponse = paths[typeof routeName$65]['get']['responses'][200]['content']['application/json'];
124014
- type GetAnvaClosingQuestionsProps = paths[typeof routeName$65]['get']['parameters'];
123968
+ declare const routeName$66 = "/v1/api/anvaflows/closing-questions";
123969
+ type GetAnvaClosingQuestionsQueryParams = paths[typeof routeName$66]['get']['parameters']['query'];
123970
+ type GetAnvaClosingQuestionsResponse = paths[typeof routeName$66]['get']['responses'][200]['content']['application/json'];
123971
+ type GetAnvaClosingQuestionsProps = paths[typeof routeName$66]['get']['parameters'];
124015
123972
  declare const getAnvaClosingQuestions: (props: GetAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<GetAnvaClosingQuestionsResponse>;
124016
123973
 
124017
- declare const routeName$64 = "/v1/api/anvaflows/closing-questions";
124018
- type UpsertAnvaClosingQuestionsBody = paths[typeof routeName$64]['put']['requestBody']['content']['application/json'];
124019
- type UpsertAnvaClosingQuestionsQueryParams = paths[typeof routeName$64]['put']['parameters']['query'];
124020
- type UpsertAnvaClosingQuestionsResponse = paths[typeof routeName$64]['put']['responses'][200]['content']['application/json'];
123974
+ declare const routeName$65 = "/v1/api/anvaflows/closing-questions";
123975
+ type UpsertAnvaClosingQuestionsBody = paths[typeof routeName$65]['put']['requestBody']['content']['application/json'];
123976
+ type UpsertAnvaClosingQuestionsQueryParams = paths[typeof routeName$65]['put']['parameters']['query'];
123977
+ type UpsertAnvaClosingQuestionsResponse = paths[typeof routeName$65]['put']['responses'][200]['content']['application/json'];
124021
123978
  interface UpsertAnvaClosingQuestionsProps {
124022
123979
  body: UpsertAnvaClosingQuestionsBody;
124023
123980
  params: {
@@ -124026,10 +123983,10 @@ interface UpsertAnvaClosingQuestionsProps {
124026
123983
  }
124027
123984
  declare const upsertAnvaClosingQuestions: (props: UpsertAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<UpsertAnvaClosingQuestionsResponse>;
124028
123985
 
124029
- declare const routeName$63 = "/v1/api/anvaflows/closing-questions/{closing_question_id}";
124030
- type DeleteAnvaClosingQuestionsPathParams = paths[typeof routeName$63]['delete']['parameters']['path'];
124031
- type DeleteAnvaClosingQuestionsQueryParams = paths[typeof routeName$63]['delete']['parameters']['query'];
124032
- type DeleteAnvaClosingQuestionsResponse = paths[typeof routeName$63]['delete']['responses'][200]['content']['application/json'];
123986
+ declare const routeName$64 = "/v1/api/anvaflows/closing-questions/{closing_question_id}";
123987
+ type DeleteAnvaClosingQuestionsPathParams = paths[typeof routeName$64]['delete']['parameters']['path'];
123988
+ type DeleteAnvaClosingQuestionsQueryParams = paths[typeof routeName$64]['delete']['parameters']['query'];
123989
+ type DeleteAnvaClosingQuestionsResponse = paths[typeof routeName$64]['delete']['responses'][200]['content']['application/json'];
124033
123990
  interface DeleteAnvaClosingQuestionsProps {
124034
123991
  params: {
124035
123992
  query: DeleteAnvaClosingQuestionsQueryParams;
@@ -124038,52 +123995,52 @@ interface DeleteAnvaClosingQuestionsProps {
124038
123995
  }
124039
123996
  declare const deleteAnvaClosingQuestions: (props: DeleteAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<DeleteAnvaClosingQuestionsResponse>;
124040
123997
 
124041
- declare const routeName$62 = "/v1/api/anvaflows/labels";
124042
- type GetAnvaLabelsQueryParams = paths[typeof routeName$62]['get']['parameters']['query'];
124043
- type GetAnvaLabelsResponse = paths[typeof routeName$62]['get']['responses'][200]['content']['application/json'];
124044
- type GetAnvaLabelsProps = paths[typeof routeName$62]['get']['parameters'];
123998
+ declare const routeName$63 = "/v1/api/anvaflows/labels";
123999
+ type GetAnvaLabelsQueryParams = paths[typeof routeName$63]['get']['parameters']['query'];
124000
+ type GetAnvaLabelsResponse = paths[typeof routeName$63]['get']['responses'][200]['content']['application/json'];
124001
+ type GetAnvaLabelsProps = paths[typeof routeName$63]['get']['parameters'];
124045
124002
  declare const getAnvaLabels: (props: GetAnvaLabelsProps, wgApiClient: ClientType) => Promise<GetAnvaLabelsResponse>;
124046
124003
 
124047
- declare const routeName$61 = "/v1/api/anvaflows/mutation-reasons";
124048
- type GetAnvaMutationReasonsQueryParams = paths[typeof routeName$61]['get']['parameters']['query'];
124049
- type GetAnvaMutationReasonsResponse = paths[typeof routeName$61]['get']['responses'][200]['content']['application/json'];
124050
- type GetAnvaMutationReasonsProps = paths[typeof routeName$61]['get']['parameters'];
124004
+ declare const routeName$62 = "/v1/api/anvaflows/mutation-reasons";
124005
+ type GetAnvaMutationReasonsQueryParams = paths[typeof routeName$62]['get']['parameters']['query'];
124006
+ type GetAnvaMutationReasonsResponse = paths[typeof routeName$62]['get']['responses'][200]['content']['application/json'];
124007
+ type GetAnvaMutationReasonsProps = paths[typeof routeName$62]['get']['parameters'];
124051
124008
  declare const getAnvaMutationReasons: (props: GetAnvaMutationReasonsProps, wgApiClient: ClientType) => Promise<GetAnvaMutationReasonsResponse>;
124052
124009
 
124053
- declare const routeName$60 = "/v1/api/anvaflows/supported-adn-coverages";
124054
- type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams = paths[typeof routeName$60]['get']['parameters']['query'];
124055
- type GetSupportedAnvaflowCoveragesGroupedByAdnResponse = paths[typeof routeName$60]['get']['responses'][200]['content']['application/json'];
124056
- type GetSupportedAnvaflowCoveragesGroupedByAdnProps = paths[typeof routeName$60]['get']['parameters'];
124010
+ declare const routeName$61 = "/v1/api/anvaflows/supported-adn-coverages";
124011
+ type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams = paths[typeof routeName$61]['get']['parameters']['query'];
124012
+ type GetSupportedAnvaflowCoveragesGroupedByAdnResponse = paths[typeof routeName$61]['get']['responses'][200]['content']['application/json'];
124013
+ type GetSupportedAnvaflowCoveragesGroupedByAdnProps = paths[typeof routeName$61]['get']['parameters'];
124057
124014
  declare const getSupportedAnvaflowCoveragesGroupedByAdn: (props: GetSupportedAnvaflowCoveragesGroupedByAdnProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowCoveragesGroupedByAdnResponse>;
124058
124015
 
124059
- declare const routeName$5$ = "/v1/api/anvaflows/supported-coverages";
124060
- type GetSupportedAnvaflowCoveragesQueryParams = paths[typeof routeName$5$]['get']['parameters']['query'];
124061
- type GetSupportedAnvaflowCoveragesResponse = paths[typeof routeName$5$]['get']['responses'][200]['content']['application/json'];
124062
- type GetSupportedAnvaflowCoveragesProps = paths[typeof routeName$5$]['get']['parameters'];
124016
+ declare const routeName$60 = "/v1/api/anvaflows/supported-coverages";
124017
+ type GetSupportedAnvaflowCoveragesQueryParams = paths[typeof routeName$60]['get']['parameters']['query'];
124018
+ type GetSupportedAnvaflowCoveragesResponse = paths[typeof routeName$60]['get']['responses'][200]['content']['application/json'];
124019
+ type GetSupportedAnvaflowCoveragesProps = paths[typeof routeName$60]['get']['parameters'];
124063
124020
  declare const getSupportedAnvaflowCoverages: (props: GetSupportedAnvaflowCoveragesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowCoveragesResponse>;
124064
124021
 
124065
- declare const routeName$5_ = "/v1/api/anvaflows/supported-insurance-companies";
124066
- type GetSupportedAnvaflowInsuranceCompaniesQueryParams = paths[typeof routeName$5_]['get']['parameters']['query'];
124067
- type GetSupportedAnvaflowInsuranceCompaniesResponse = paths[typeof routeName$5_]['get']['responses'][200]['content']['application/json'];
124068
- type GetSupportedAnvaflowInsuranceCompaniesProps = paths[typeof routeName$5_]['get']['parameters'];
124022
+ declare const routeName$5$ = "/v1/api/anvaflows/supported-insurance-companies";
124023
+ type GetSupportedAnvaflowInsuranceCompaniesQueryParams = paths[typeof routeName$5$]['get']['parameters']['query'];
124024
+ type GetSupportedAnvaflowInsuranceCompaniesResponse = paths[typeof routeName$5$]['get']['responses'][200]['content']['application/json'];
124025
+ type GetSupportedAnvaflowInsuranceCompaniesProps = paths[typeof routeName$5$]['get']['parameters'];
124069
124026
  declare const getSupportedAnvaflowInsuranceCompanies: (props: GetSupportedAnvaflowInsuranceCompaniesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowInsuranceCompaniesResponse>;
124070
124027
 
124071
- declare const routeName$5Z = "/v1/api/anvaflows/supported-insurances";
124072
- type GetSupportedAnvaflowInsurancesQueryParams = paths[typeof routeName$5Z]['get']['parameters']['query'];
124073
- type GetSupportedAnvaflowInsurancesResponse = paths[typeof routeName$5Z]['get']['responses'][200]['content']['application/json'];
124074
- type GetSupportedAnvaflowInsurancesProps = paths[typeof routeName$5Z]['get']['parameters'];
124028
+ declare const routeName$5_ = "/v1/api/anvaflows/supported-insurances";
124029
+ type GetSupportedAnvaflowInsurancesQueryParams = paths[typeof routeName$5_]['get']['parameters']['query'];
124030
+ type GetSupportedAnvaflowInsurancesResponse = paths[typeof routeName$5_]['get']['responses'][200]['content']['application/json'];
124031
+ type GetSupportedAnvaflowInsurancesProps = paths[typeof routeName$5_]['get']['parameters'];
124075
124032
  declare const getSupportedAnvaflowInsurances: (props: GetSupportedAnvaflowInsurancesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowInsurancesResponse>;
124076
124033
 
124077
- declare const routeName$5Y = "/v1/api/anvaflows/supported-tags";
124078
- type GetSupportedAnvaflowTagsQueryParams = paths[typeof routeName$5Y]['get']['parameters']['query'];
124079
- type GetSupportedAnvaflowTagsResponse = paths[typeof routeName$5Y]['get']['responses'][200]['content']['application/json'];
124080
- type GetSupportedAnvaflowTagsProps = paths[typeof routeName$5Y]['get']['parameters'];
124034
+ declare const routeName$5Z = "/v1/api/anvaflows/supported-tags";
124035
+ type GetSupportedAnvaflowTagsQueryParams = paths[typeof routeName$5Z]['get']['parameters']['query'];
124036
+ type GetSupportedAnvaflowTagsResponse = paths[typeof routeName$5Z]['get']['responses'][200]['content']['application/json'];
124037
+ type GetSupportedAnvaflowTagsProps = paths[typeof routeName$5Z]['get']['parameters'];
124081
124038
  declare const getSupportedAnvaflowTags: (props: GetSupportedAnvaflowTagsProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowTagsResponse>;
124082
124039
 
124083
- declare const routeName$5X = "/v1/api/anvaflows/supported-tags";
124084
- type CreateAnvaflowTagsBody = paths[typeof routeName$5X]['put']['requestBody']['content']['application/json'];
124085
- type CreateAnvaflowTagsQueryParams = paths[typeof routeName$5X]['put']['parameters']['query'];
124086
- type CreateAnvaflowTagsResponse = paths[typeof routeName$5X]['put']['responses'][200]['content']['application/json'];
124040
+ declare const routeName$5Y = "/v1/api/anvaflows/supported-tags";
124041
+ type CreateAnvaflowTagsBody = paths[typeof routeName$5Y]['put']['requestBody']['content']['application/json'];
124042
+ type CreateAnvaflowTagsQueryParams = paths[typeof routeName$5Y]['put']['parameters']['query'];
124043
+ type CreateAnvaflowTagsResponse = paths[typeof routeName$5Y]['put']['responses'][200]['content']['application/json'];
124087
124044
  interface CreateAnvaflowTagsProps {
124088
124045
  body: CreateAnvaflowTagsBody;
124089
124046
  params: {
@@ -124092,11 +124049,11 @@ interface CreateAnvaflowTagsProps {
124092
124049
  }
124093
124050
  declare const createAnvaflowTags: (props: CreateAnvaflowTagsProps, wgApiClient: ClientType) => Promise<CreateAnvaflowTagsResponse>;
124094
124051
 
124095
- declare const routeName$5W = "/v1/api/anvaflows/{session_id}/anva-party";
124096
- type CreateAnvaPartyViaConversationBody = paths[typeof routeName$5W]['post']['requestBody']['content']['application/json'];
124097
- type CreateAnvaPartyViaConversationPathParams = paths[typeof routeName$5W]['post']['parameters']['path'];
124098
- type CreateAnvaPartyViaConversationQueryParams = paths[typeof routeName$5W]['post']['parameters']['query'];
124099
- type CreateAnvaPartyViaConversationResponse = paths[typeof routeName$5W]['post']['responses'][201]['content']['application/json'];
124052
+ declare const routeName$5X = "/v1/api/anvaflows/{session_id}/anva-party";
124053
+ type CreateAnvaPartyViaConversationBody = paths[typeof routeName$5X]['post']['requestBody']['content']['application/json'];
124054
+ type CreateAnvaPartyViaConversationPathParams = paths[typeof routeName$5X]['post']['parameters']['path'];
124055
+ type CreateAnvaPartyViaConversationQueryParams = paths[typeof routeName$5X]['post']['parameters']['query'];
124056
+ type CreateAnvaPartyViaConversationResponse = paths[typeof routeName$5X]['post']['responses'][201]['content']['application/json'];
124100
124057
  interface CreateAnvaPartyViaConversationProps {
124101
124058
  body: CreateAnvaPartyViaConversationBody;
124102
124059
  params: {
@@ -124106,11 +124063,11 @@ interface CreateAnvaPartyViaConversationProps {
124106
124063
  }
124107
124064
  declare const createAnvaPartyViaConversation: (props: CreateAnvaPartyViaConversationProps, wgApiClient: ClientType) => Promise<CreateAnvaPartyViaConversationResponse>;
124108
124065
 
124109
- declare const routeName$5V = "/v1/api/anvaflows/{session_id}/anva-party";
124110
- type UpdateAnvaPartyViaConversationBody = paths[typeof routeName$5V]['patch']['requestBody']['content']['application/json'];
124111
- type UpdateAnvaPartyViaConversationPathParams = paths[typeof routeName$5V]['patch']['parameters']['path'];
124112
- type UpdateAnvaPartyViaConversationQueryParams = paths[typeof routeName$5V]['patch']['parameters']['query'];
124113
- type UpdateAnvaPartyViaConversationResponse = paths[typeof routeName$5V]['patch']['responses'][200]['content']['application/json'];
124066
+ declare const routeName$5W = "/v1/api/anvaflows/{session_id}/anva-party";
124067
+ type UpdateAnvaPartyViaConversationBody = paths[typeof routeName$5W]['patch']['requestBody']['content']['application/json'];
124068
+ type UpdateAnvaPartyViaConversationPathParams = paths[typeof routeName$5W]['patch']['parameters']['path'];
124069
+ type UpdateAnvaPartyViaConversationQueryParams = paths[typeof routeName$5W]['patch']['parameters']['query'];
124070
+ type UpdateAnvaPartyViaConversationResponse = paths[typeof routeName$5W]['patch']['responses'][200]['content']['application/json'];
124114
124071
  interface UpdateAnvaPartyViaConversationProps {
124115
124072
  body: UpdateAnvaPartyViaConversationBody;
124116
124073
  params: {
@@ -124120,11 +124077,11 @@ interface UpdateAnvaPartyViaConversationProps {
124120
124077
  }
124121
124078
  declare const updateAnvaPartyViaConversation: (props: UpdateAnvaPartyViaConversationProps, wgApiClient: ClientType) => Promise<UpdateAnvaPartyViaConversationResponse>;
124122
124079
 
124123
- declare const routeName$5U = "/v1/api/anvaflows/{session_id}/anvaproducts/{anva_product_id}/calculate";
124124
- type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody = paths[typeof routeName$5U]['post']['requestBody']['content']['application/json'];
124125
- type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams = paths[typeof routeName$5U]['post']['parameters']['path'];
124126
- type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams = paths[typeof routeName$5U]['post']['parameters']['query'];
124127
- type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse = paths[typeof routeName$5U]['post']['responses'][200]['content']['application/json'];
124080
+ declare const routeName$5V = "/v1/api/anvaflows/{session_id}/anvaproducts/{anva_product_id}/calculate";
124081
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody = paths[typeof routeName$5V]['post']['requestBody']['content']['application/json'];
124082
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams = paths[typeof routeName$5V]['post']['parameters']['path'];
124083
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams = paths[typeof routeName$5V]['post']['parameters']['query'];
124084
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse = paths[typeof routeName$5V]['post']['responses'][200]['content']['application/json'];
124128
124085
  interface RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps {
124129
124086
  body: RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody;
124130
124087
  params: {
@@ -124134,11 +124091,11 @@ interface RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps {
124134
124091
  }
124135
124092
  declare const recalculateOneAnvaquoteByAnvaProductIdSessionId: (props: RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps, wgApiClient: ClientType) => Promise<RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse>;
124136
124093
 
124137
- declare const routeName$5T = "/v1/api/anvaflows/{session_id}/calculate";
124138
- type CalculateAnvaquotesBySessionIdBody = paths[typeof routeName$5T]['post']['requestBody']['content']['application/json'];
124139
- type CalculateAnvaquotesBySessionIdPathParams = paths[typeof routeName$5T]['post']['parameters']['path'];
124140
- type CalculateAnvaquotesBySessionIdQueryParams = paths[typeof routeName$5T]['post']['parameters']['query'];
124141
- type CalculateAnvaquotesBySessionIdResponse = paths[typeof routeName$5T]['post']['responses'][200]['content']['application/json'];
124094
+ declare const routeName$5U = "/v1/api/anvaflows/{session_id}/calculate";
124095
+ type CalculateAnvaquotesBySessionIdBody = paths[typeof routeName$5U]['post']['requestBody']['content']['application/json'];
124096
+ type CalculateAnvaquotesBySessionIdPathParams = paths[typeof routeName$5U]['post']['parameters']['path'];
124097
+ type CalculateAnvaquotesBySessionIdQueryParams = paths[typeof routeName$5U]['post']['parameters']['query'];
124098
+ type CalculateAnvaquotesBySessionIdResponse = paths[typeof routeName$5U]['post']['responses'][200]['content']['application/json'];
124142
124099
  interface CalculateAnvaquotesBySessionIdProps {
124143
124100
  body: CalculateAnvaquotesBySessionIdBody;
124144
124101
  params: {
@@ -124148,18 +124105,18 @@ interface CalculateAnvaquotesBySessionIdProps {
124148
124105
  }
124149
124106
  declare const calculateAnvaquotesBySessionId: (props: CalculateAnvaquotesBySessionIdProps, wgApiClient: ClientType) => Promise<CalculateAnvaquotesBySessionIdResponse>;
124150
124107
 
124151
- declare const routeName$5S = "/v1/api/anvaflows/{session_id}/collection-methods";
124152
- type GetAnvaCollectionMethodsPathParams = paths[typeof routeName$5S]['get']['parameters']['path'];
124153
- type GetAnvaCollectionMethodsQueryParams = paths[typeof routeName$5S]['get']['parameters']['query'];
124154
- type GetAnvaCollectionMethodsResponse = paths[typeof routeName$5S]['get']['responses'][200]['content']['application/json'];
124155
- type GetAnvaCollectionMethodsProps = paths[typeof routeName$5S]['get']['parameters'];
124108
+ declare const routeName$5T = "/v1/api/anvaflows/{session_id}/collection-methods";
124109
+ type GetAnvaCollectionMethodsPathParams = paths[typeof routeName$5T]['get']['parameters']['path'];
124110
+ type GetAnvaCollectionMethodsQueryParams = paths[typeof routeName$5T]['get']['parameters']['query'];
124111
+ type GetAnvaCollectionMethodsResponse = paths[typeof routeName$5T]['get']['responses'][200]['content']['application/json'];
124112
+ type GetAnvaCollectionMethodsProps = paths[typeof routeName$5T]['get']['parameters'];
124156
124113
  declare const getAnvaCollectionMethods: (props: GetAnvaCollectionMethodsProps, wgApiClient: ClientType) => Promise<GetAnvaCollectionMethodsResponse>;
124157
124114
 
124158
- declare const routeName$5R = "/v1/api/anvaflows/{session_id}/recalculate-simulation";
124159
- type RecalculateSimulationBySessionIdBody = paths[typeof routeName$5R]['post']['requestBody']['content']['application/json'];
124160
- type RecalculateSimulationBySessionIdPathParams = paths[typeof routeName$5R]['post']['parameters']['path'];
124161
- type RecalculateSimulationBySessionIdQueryParams = paths[typeof routeName$5R]['post']['parameters']['query'];
124162
- type RecalculateSimulationBySessionIdResponse = paths[typeof routeName$5R]['post']['responses'][200]['content']['application/json'];
124115
+ declare const routeName$5S = "/v1/api/anvaflows/{session_id}/recalculate-simulation";
124116
+ type RecalculateSimulationBySessionIdBody = paths[typeof routeName$5S]['post']['requestBody']['content']['application/json'];
124117
+ type RecalculateSimulationBySessionIdPathParams = paths[typeof routeName$5S]['post']['parameters']['path'];
124118
+ type RecalculateSimulationBySessionIdQueryParams = paths[typeof routeName$5S]['post']['parameters']['query'];
124119
+ type RecalculateSimulationBySessionIdResponse = paths[typeof routeName$5S]['post']['responses'][200]['content']['application/json'];
124163
124120
  interface RecalculateSimulationBySessionIdProps {
124164
124121
  body: RecalculateSimulationBySessionIdBody;
124165
124122
  params: {
@@ -124169,6 +124126,20 @@ interface RecalculateSimulationBySessionIdProps {
124169
124126
  }
124170
124127
  declare const recalculateSimulationBySessionId: (props: RecalculateSimulationBySessionIdProps, wgApiClient: ClientType) => Promise<RecalculateSimulationBySessionIdResponse>;
124171
124128
 
124129
+ declare const routeName$5R = "/v1/api/anvaflows/{session_id}/regenerate";
124130
+ type RegenerateAnvaquestionnaireBySessionIdBody = paths[typeof routeName$5R]['post']['requestBody']['content']['application/json'];
124131
+ type RegenerateAnvaquestionnaireBySessionIdPathParams = paths[typeof routeName$5R]['post']['parameters']['path'];
124132
+ type RegenerateAnvaquestionnaireBySessionIdQueryParams = paths[typeof routeName$5R]['post']['parameters']['query'];
124133
+ type RegenerateAnvaquestionnaireBySessionIdResponse = paths[typeof routeName$5R]['post']['responses'][200]['content']['application/json'];
124134
+ interface RegenerateAnvaquestionnaireBySessionIdProps {
124135
+ body: RegenerateAnvaquestionnaireBySessionIdBody;
124136
+ params: {
124137
+ query: RegenerateAnvaquestionnaireBySessionIdQueryParams;
124138
+ path: RegenerateAnvaquestionnaireBySessionIdPathParams;
124139
+ };
124140
+ }
124141
+ declare const regenerateAnvaquestionnaireBySessionId: (props: RegenerateAnvaquestionnaireBySessionIdProps, wgApiClient: ClientType) => Promise<RegenerateAnvaquestionnaireBySessionIdResponse>;
124142
+
124172
124143
  declare const routeName$5Q = "/v1/api/anvaflows/{session_id}/send-custom-quotes-to-anva";
124173
124144
  type EnqueueSendCustomQuotesToAnvaBySessionIdBody = paths[typeof routeName$5Q]['post']['requestBody']['content']['application/json'];
124174
124145
  type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams = paths[typeof routeName$5Q]['post']['parameters']['path'];
@@ -127677,4 +127648,4 @@ type GetSupportedYellowhiveflowInsurancesResponse = paths[typeof routeName]['get
127677
127648
  type GetSupportedYellowhiveflowInsurancesProps = paths[typeof routeName]['get']['parameters'];
127678
127649
  declare const getSupportedYellowhiveflowInsurances: (props: GetSupportedYellowhiveflowInsurancesProps, wgApiClient: ClientType) => Promise<GetSupportedYellowhiveflowInsurancesResponse>;
127679
127650
 
127680
- export { type $defs, type AcceptOrRejectAnAdvisoryReportBody, type AcceptOrRejectAnAdvisoryReportPathParams, type AcceptOrRejectAnAdvisoryReportQueryParams, type AcceptOrRejectAnAdvisoryReportResponse, type ActivateOutlookConnectionSyncBody, type ActivateOutlookConnectionSyncQueryParams, type ActivateOutlookConnectionSyncResponse, type AnalyzeEmailBody, type AnalyzeEmailPathParams, type AnalyzeEmailResponse, type AnswerAFlowDirectlyBody, type AnswerAFlowDirectlyPathParams, type AnswerAFlowDirectlyQueryParams, type AnswerAFlowDirectlyResponse, type AnswerAFlowSessionBody, type AnswerAFlowSessionPathParams, type AnswerAFlowSessionQueryParams, type AnswerAFlowSessionResponse, type BlockCustomerFromAccessingPartyPathParams, type BlockCustomerFromAccessingPartyResponse, type CalculateAnvaquotesBySessionIdBody, type CalculateAnvaquotesBySessionIdPathParams, type CalculateAnvaquotesBySessionIdQueryParams, type CalculateAnvaquotesBySessionIdResponse, type CalculateCarLeaseQuoteBody, type CalculateCarLeaseQuoteQueryParams, type CalculateCarLeaseQuoteResponse, type CalculateDiasQuotesBySessionIdBody, type CalculateDiasQuotesBySessionIdPathParams, type CalculateDiasQuotesBySessionIdQueryParams, type CalculateDiasQuotesBySessionIdResponse, type CalculateQuotesV2Body, type CalculateQuotesV2PathParams, type CalculateQuotesV2QueryParams, type CalculateQuotesV2Response, type CalculateYellowhiveQuotesBySessionIdBody, type CalculateYellowhiveQuotesBySessionIdPathParams, type CalculateYellowhiveQuotesBySessionIdQueryParams, type CalculateYellowhiveQuotesBySessionIdResponse, type ClaimReportByIdPathParams, type ClaimReportByIdQueryParams, type ClaimReportByIdResponse, type ClaimRequestUpdatePathParams, type ClaimRequestUpdateQueryParams, type ClaimRequestUpdateResponse, type ClientType, type CommentOnActivityPathParams, type CommentOnActivityQueryParams, type CommentOnActivityResponse, type CreateAccidentsForPartyBody, type CreateAccidentsForPartyPathParams, type CreateAccidentsForPartyQueryParams, type CreateAccidentsForPartyResponse, type CreateAccountBody, type CreateAccountQueryParams, type CreateAccountResponse, type CreateAdvisoryReportBody, type CreateAdvisoryReportQueryParams, type CreateAdvisoryReportResponse, type CreateAdvisoryReportRevisionBody, type CreateAdvisoryReportRevisionPathParams, type CreateAdvisoryReportRevisionQueryParams, type CreateAdvisoryReportRevisionResponse, type CreateAdvisoryReportRevisionV2Body, type CreateAdvisoryReportRevisionV2PathParams, type CreateAdvisoryReportRevisionV2QueryParams, type CreateAdvisoryReportRevisionV2Response, type CreateAdvisoryReportStepSettingsBody, type CreateAdvisoryReportStepSettingsPathParams, type CreateAdvisoryReportStepSettingsQueryParams, type CreateAdvisoryReportStepSettingsResponse, type CreateAnvaPartyViaConversationBody, type CreateAnvaPartyViaConversationPathParams, type CreateAnvaPartyViaConversationQueryParams, type CreateAnvaPartyViaConversationResponse, type CreateAnvaTaskBody, type CreateAnvaTaskPathParams, type CreateAnvaTaskQueryParams, type CreateAnvaTaskResponse, type CreateAnvaflowTagsBody, type CreateAnvaflowTagsQueryParams, type CreateAnvaflowTagsResponse, type CreateAssuTaskBody, type CreateAssuTaskPathParams, type CreateAssuTaskQueryParams, type CreateAssuTaskResponse, type CreateBicycleRiskObjectBody, type CreateBicycleRiskObjectPathParams, type CreateBicycleRiskObjectQueryParams, type CreateBicycleRiskObjectResponse, type CreateBoatRiskObjectBody, type CreateBoatRiskObjectPathParams, type CreateBoatRiskObjectQueryParams, type CreateBoatRiskObjectResponse, type CreateBrokerConnectionsByIdBody, type CreateBrokerConnectionsByIdPathParams, type CreateBrokerConnectionsByIdResponse, type CreateCampaignBody, type CreateCampaignQueryParams, type CreateCampaignResponse, type CreateCarRiskObjectBody, type CreateCarRiskObjectPathParams, type CreateCarRiskObjectQueryParams, type CreateCarRiskObjectResponse, type CreateClaimAsBrokerQueryParams, type CreateClaimAsBrokerResponse, type CreateClaimAsCustomerPathParams, type CreateClaimAsCustomerQueryParams, type CreateClaimAsCustomerResponse, type CreateCompanyLeadBody, type CreateCompanyLeadPathParams, type CreateCompanyLeadQueryParams, type CreateCompanyLeadResponse, type CreateConversationBody, type CreateConversationPathParams, type CreateConversationQueryParams, type CreateConversationReminderPathParams, type CreateConversationReminderResponse, type CreateConversationResponse, type CreateCustomerLeadBody, type CreateCustomerLeadPathParams, type CreateCustomerLeadQueryParams, type CreateCustomerLeadResponse, type CreateDiasPartyViaConversationBody, type CreateDiasPartyViaConversationPathParams, type CreateDiasPartyViaConversationQueryParams, type CreateDiasPartyViaConversationResponse, type CreateDiasTaskBody, type CreateDiasTaskPathParams, type CreateDiasTaskQueryParams, type CreateDiasTaskResponse, type CreateDistributionConnectionByIdBody, type CreateDistributionConnectionByIdPathParams, type CreateDistributionConnectionByIdResponse, type CreateDistributionTagBody, type CreateDistributionTagQueryParams, type CreateDistributionTagResponse, type CreateDocumentForClaimAsCustomerPathParams, type CreateDocumentForClaimAsCustomerQueryParams, type CreateDocumentForClaimAsCustomerResponse, type CreateDocumentForClaimPathParams, type CreateDocumentForClaimQueryParams, type CreateDocumentForClaimResponse, type CreateDocumentForPartyBody, type CreateDocumentForPartyPathParams, type CreateDocumentForPartyQueryParams, type CreateDocumentForPartyResponse, type CreateEntityAsBrokerPathParams, type CreateEntityAsBrokerQueryParams, type CreateEntityAsBrokerResponse, type CreateEntityAsCustomerWithTokenPathParams, type CreateEntityAsCustomerWithTokenQueryParams, type CreateEntityAsCustomerWithTokenResponse, type CreateFamilyRiskObjectBody, type CreateFamilyRiskObjectPathParams, type CreateFamilyRiskObjectQueryParams, type CreateFamilyRiskObjectResponse, type CreateFasterforwardTaskBody, type CreateFasterforwardTaskPathParams, type CreateFasterforwardTaskQueryParams, type CreateFasterforwardTaskResponse, type CreateInsurancePoliciesForPartyBody, type CreateInsurancePoliciesForPartyPathParams, type CreateInsurancePoliciesForPartyResponse, type CreateInsuranceProductClauseForDistributionBody, type CreateInsuranceProductClauseForDistributionQueryParams, type CreateInsuranceProductClauseForDistributionResponse, type CreateLegalPartyBody, type CreateLegalPartyResponse, type CreateLegalRiskObjectBody, type CreateLegalRiskObjectPathParams, type CreateLegalRiskObjectQueryParams, type CreateLegalRiskObjectResponse, type CreateLockForClaimPathParams, type CreateLockForClaimQueryParams, type CreateLockForClaimResponse, type CreateMiscellaneousRiskObjectBody, type CreateMiscellaneousRiskObjectPathParams, type CreateMiscellaneousRiskObjectQueryParams, type CreateMiscellaneousRiskObjectResponse, type CreateNaturalPartyBody, type CreateNaturalPartyResponse, type CreateNoteOnEventAsCustomerPathParams, type CreateNoteOnEventAsCustomerQueryParams, type CreateNoteOnEventAsCustomerResponse, type CreateNoteOnEventPathParams, type CreateNoteOnEventQueryParams, type CreateNoteOnEventResponse, type CreateOfferRevisionBody, type CreateOfferRevisionPathParams, type CreateOfferRevisionResponse, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse, type CreatePartyActivitiesAsCustomerBody, type CreatePartyActivitiesAsCustomerResponse, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationBody, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationQueryParams, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationResponse, type CreatePartyGroupRiskObjectBody, type CreatePartyGroupRiskObjectPathParams, type CreatePartyGroupRiskObjectQueryParams, type CreatePartyGroupRiskObjectResponse, type CreatePartyNoteBody, type CreatePartyNotePathParams, type CreatePartyNoteResponse, type CreatePartyOffersBody, type CreatePartyOffersPathParams, type CreatePartyOffersQueryParams, type CreatePartyOffersResponse, type CreatePartyRelationsBody, type CreatePartyRelationsQueryParams, type CreatePartyRelationsResponse, type CreateProfileaseCarLeaseOfferBody, type CreateProfileaseCarLeaseOfferQueryParams, type CreateProfileaseCarLeaseOfferResponse, type CreateProflowSessionByBatchIdPathParams, type CreateProflowSessionByBatchIdQueryParams, type CreateProflowSessionByBatchIdResponse, type CreateRecommendationByPartyIdBody, type CreateRecommendationByPartyIdPathParams, type CreateRecommendationByPartyIdQueryParams, type CreateRecommendationByPartyIdResponse, type CreateRecommendationBySessionIdBody, type CreateRecommendationBySessionIdQueryParams, type CreateRecommendationBySessionIdResponse, type CreateReferenceForPartyBody, type CreateReferenceForPartyPathParams, type CreateReferenceForPartyResponse, type CreateReferencesForRiskObjectBody, type CreateReferencesForRiskObjectPathParams, type CreateReferencesForRiskObjectQueryParams, type CreateReferencesForRiskObjectResponse, type CreateRelationBetweenRiskObjectAndPartyBody, type CreateRelationBetweenRiskObjectAndPartyPathParams, type CreateRelationBetweenRiskObjectAndPartyQueryParams, type CreateRelationBetweenRiskObjectAndPartyResponse, type CreateRiskDomainActionForAdvisoryReportByIdBody, type CreateRiskDomainActionForAdvisoryReportByIdPathParams, type CreateRiskDomainActionForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionForAdvisoryReportByIdResponse, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainAdviceForAdvisoryReportByIdBody, type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainForAdvisoryReportByIdBody, type CreateRiskDomainForAdvisoryReportByIdPathParams, type CreateRiskDomainForAdvisoryReportByIdQueryParams, type CreateRiskDomainForAdvisoryReportByIdResponse, type CreateSemiTrailerRiskObjectBody, type CreateSemiTrailerRiskObjectPathParams, type CreateSemiTrailerRiskObjectQueryParams, type CreateSemiTrailerRiskObjectResponse, type CreateToolkitAccountBody, type CreateToolkitAccountQueryParams, type CreateToolkitAccountResponse, type CreateToolkitBrokerBody, type CreateToolkitBrokerQueryParams, type CreateToolkitBrokerResponse, type CreateTrailerRiskObjectBody, type CreateTrailerRiskObjectPathParams, type CreateTrailerRiskObjectQueryParams, type CreateTrailerRiskObjectResponse, type CreateTrialBrokerBody, type CreateTrialBrokerQueryParams, type CreateTrialBrokerResponse, type CreateUploadLinkAsCustomerPathParams, type CreateUploadLinkAsCustomerQueryParams, type CreateUploadLinkAsCustomerResponse, type CreateUspItemForDistributionBody, type CreateUspItemForDistributionQueryParams, type CreateUspItemForDistributionResponse, type CreateYellowhiveContactPersonBody, type CreateYellowhiveContactPersonPathParams, type CreateYellowhiveContactPersonQueryParams, type CreateYellowhiveContactPersonResponse, type DeactivateOutlookConnectionSyncBody, type DeactivateOutlookConnectionSyncQueryParams, type DeactivateOutlookConnectionSyncResponse, type DeleteAdvisoryReportPathParams, type DeleteAdvisoryReportQueryParams, type DeleteAdvisoryReportResponse, type DeleteAdvisoryReportRevisionPathParams, type DeleteAdvisoryReportRevisionQueryParams, type DeleteAdvisoryReportRevisionResponse, type DeleteAllSessionsBySessionIdPathParams, type DeleteAllSessionsBySessionIdResponse, type DeleteAnvaClosingQuestionsPathParams, type DeleteAnvaClosingQuestionsQueryParams, type DeleteAnvaClosingQuestionsResponse, type DeleteBrokerConnectionByKeyPathParams, type DeleteBrokerConnectionByKeyResponse, type DeleteClaimAsBrokerByIdPathParams, type DeleteClaimAsBrokerByIdQueryParams, type DeleteClaimAsBrokerByIdResponse, type DeleteCommentOnActivityPathParams, type DeleteCommentOnActivityQueryParams, type DeleteCommentOnActivityResponse, type DeleteDistributionConnectionByKeyPathParams, type DeleteDistributionConnectionByKeyResponse, type DeleteDistributionFaqPathParams, type DeleteDistributionFaqQueryParams, type DeleteDistributionFaqResponse, type DeleteDistributionTagPathParams, type DeleteDistributionTagQueryParams, type DeleteDistributionTagResponse, type DeleteDocumentByIdAsCustomerWithTokenPathParams, type DeleteDocumentByIdAsCustomerWithTokenQueryParams, type DeleteDocumentByIdAsCustomerWithTokenResponse, type DeleteDocumentByIdPathParams, type DeleteDocumentByIdQueryParams, type DeleteDocumentByIdResponse, type DeleteDocumentForPartyPathParams, type DeleteDocumentForPartyResponse, type DeleteEntityAsBrokerByIdPathParams, type DeleteEntityAsBrokerByIdQueryParams, type DeleteEntityAsBrokerByIdResponse, type DeleteEntityByIdAsCustomerWithTokenPathParams, type DeleteEntityByIdAsCustomerWithTokenQueryParams, type DeleteEntityByIdAsCustomerWithTokenResponse, type DeleteEntityBySessionIdAndFlowIdPathParams, type DeleteEntityBySessionIdAndFlowIdQueryParams, type DeleteEntityBySessionIdAndFlowIdResponse, type DeleteInsurancePoliciesForPartyPathParams, type DeleteInsurancePoliciesForPartyResponse, type DeleteInsurancePolicyForAdvisoryReportByIdPathParams, type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams, type DeleteInsurancePolicyForAdvisoryReportByIdResponse, type DeleteInsuranceProductClauseForDistributionPathParams, type DeleteInsuranceProductClauseForDistributionQueryParams, type DeleteInsuranceProductClauseForDistributionResponse, type DeleteNotePathParams, type DeleteNoteQueryParams, type DeleteNoteResponse, type DeletePartyActivitiesAsCustomerPathParams, type DeletePartyActivitiesAsCustomerResponse, type DeletePartyEntityBySessionIdAndFlowIdPathParams, type DeletePartyEntityBySessionIdAndFlowIdQueryParams, type DeletePartyEntityBySessionIdAndFlowIdResponse, type DeletePartyNoteByIdPathParams, type DeletePartyNoteByIdResponse, type DeletePartyRelationsPathParams, type DeletePartyRelationsResponse, type DeletePolicyPackagesForPartyPathParams, type DeletePolicyPackagesForPartyResponse, type DeleteRelationBetweenRiskObjectAndPartyPathParams, type DeleteRelationBetweenRiskObjectAndPartyQueryParams, type DeleteRelationBetweenRiskObjectAndPartyResponse, type DeleteRiskDomainActionForAdvisoryReportByIdPathParams, type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams, type DeleteRiskDomainActionForAdvisoryReportByIdResponse, type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams, type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams, type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse, type DeleteRiskDomainForAdvisoryReportByIdPathParams, type DeleteRiskDomainForAdvisoryReportByIdQueryParams, type DeleteRiskDomainForAdvisoryReportByIdResponse, type DeleteRiskObjectByIdPathParams, type DeleteRiskObjectByIdResponse, type DeleteSessionBySessionIdPathParams, type DeleteSessionBySessionIdResponse, type DeleteUspByDistributionAndIdPathParams, type DeleteUspByDistributionAndIdQueryParams, type DeleteUspByDistributionAndIdResponse, type DelinkPartyToUserBody, type DelinkPartyToUserResponse, type DeprecatedValidateAnvaConnectionQueryParams, type DeprecatedValidateAnvaConnectionResponse, type Disable2FaAsUserForUserPathParams, type Disable2FaAsUserForUserResponse, 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 EnqueueCalculationAnvaquotesBySessionIdBody, type EnqueueCalculationAnvaquotesBySessionIdPathParams, type EnqueueCalculationAnvaquotesBySessionIdQueryParams, type EnqueueCalculationAnvaquotesBySessionIdResponse, type EnqueueSendCustomQuotesToAnvaBySessionIdBody, type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams, type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams, type EnqueueSendCustomQuotesToAnvaBySessionIdResponse, type EnqueueSendOfferToAnvaBySessionIdPathParams, type EnqueueSendOfferToAnvaBySessionIdQueryParams, type EnqueueSendOfferToAnvaBySessionIdResponse, type EnrichPartyByIdWithExternalCompanyDataPathParams, type EnrichPartyByIdWithExternalCompanyDataQueryParams, type EnrichPartyByIdWithExternalCompanyDataResponse, type ExportAdvisoryReportByIdBody, type ExportAdvisoryReportByIdPathParams, type ExportAdvisoryReportByIdQueryParams, type ExportAdvisoryReportByIdResponse, type ExportPartyByIdPathParams, type ExportPartyByIdResponse, type ExportPartyToAnvaPathParams, type ExportPartyToAnvaQueryParams, type ExportPartyToAnvaResponse, type ExportPartyToAssuPathParams, type ExportPartyToAssuQueryParams, type ExportPartyToAssuResponse, type ExportPartyToDiasPathParams, type ExportPartyToDiasQueryParams, type ExportPartyToDiasResponse, type ExportPartyToFasterforwardPathParams, type ExportPartyToFasterforwardQueryParams, type ExportPartyToFasterforwardResponse, type ExportQuoteByIdBody, type ExportQuoteByIdPathParams, type ExportQuoteByIdQueryParams, type ExportQuoteByIdResponse, type ExtractInsurancePoliciesForOneDocumentBody, type ExtractInsurancePoliciesForOneDocumentEnqueueBody, type ExtractInsurancePoliciesForOneDocumentEnqueueResponse, type ExtractInsurancePoliciesForOneDocumentResponse, type ExtractManyDocumentInBatchBody, type ExtractManyDocumentInBatchResponse, type ExtractOffersForOneDocumentBody, type ExtractOffersForOneDocumentEnqueueBody, type ExtractOffersForOneDocumentEnqueueResponse, type ExtractOffersForOneDocumentResponse, type ExtractOneDocumentBody, type ExtractOneDocumentEnqueueBody, type ExtractOneDocumentEnqueueResponse, type ExtractOneDocumentResponse, type ExtractPartyForOneDocumentEnqueueBody, type ExtractPartyForOneDocumentEnqueueResponse, type ExtractWebsiteThemeBody, type ExtractWebsiteThemeResponse, type GenerateCompanyDescriptionBody, type GenerateCompanyDescriptionResponse, type GenerateConceptReplyBody, type GenerateConceptReplyPathParams, type GenerateConceptReplyQueryParams, type GenerateConceptReplyResponse, type GenerateDiasOfferDocumentBySessionIdPathParams, type GenerateDiasOfferDocumentBySessionIdQueryParams, type GenerateDiasOfferDocumentBySessionIdResponse, type GenerateDistributionAboutUsCompletionBody, type GenerateDistributionAboutUsCompletionResponse, type GenerateDnsPrefixBody, type GenerateDnsPrefixQueryParams, type GenerateDnsPrefixResponse, type GenerateDocxDocumentOfAdvisoryReportByIdPathParams, type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams, type GenerateDocxDocumentOfAdvisoryReportByIdResponse, type GenerateFlowQuestionnaireDocumentBody, type GenerateFlowQuestionnaireDocumentPathParams, type GenerateFlowQuestionnaireDocumentQueryParams, type GenerateFlowQuestionnaireDocumentResponse, type GenerateFlowQuestionnairePathParams, type GenerateFlowQuestionnaireQueryParams, type GenerateFlowQuestionnaireResponse, type GenerateOfferRequestForInsuranceCompanyDocxBody, type GenerateOfferRequestForInsuranceCompanyDocxResponse, type GenerateOfferRequestForInsuranceCompanyPdfBody, type GenerateOfferRequestForInsuranceCompanyPdfResponse, type GeneratePdfOfAdvisoryReportByIdPathParams, type GeneratePdfOfAdvisoryReportByIdQueryParams, type GeneratePdfOfAdvisoryReportByIdResponse, type GeneratePersonalizationAdviceForAdvisoryReportPathParams, type GeneratePersonalizationAdviceForAdvisoryReportResponse, type GeneratePossibleProductsBySessionV2Body, type GeneratePossibleProductsBySessionV2PathParams, type GeneratePossibleProductsBySessionV2QueryParams, type GeneratePossibleProductsBySessionV2Response, type GenerateQuestionsToPrefillByCarBody, type GenerateQuestionsToPrefillByCarPathParams, type GenerateQuestionsToPrefillByCarQueryParams, type GenerateQuestionsToPrefillByCarResponse, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse, type GenerateTokenForSocialLoginFlowAsBrokerQueryParams, type GenerateTokenForSocialLoginFlowAsBrokerResponse, type Get2FaByUserResponse, type GetActivityByPartyPathParams, type GetActivityByPartyQueryParams, type GetActivityByPartyResponse, type GetAddressInfoFreemiumQueryParams, type GetAddressInfoFreemiumResponse, type GetAddressInfoQueryParams, type GetAddressInfoResponse, type GetAdvicesPerInsuranceProductPathParams, type GetAdvicesPerInsuranceProductResponse, type GetAdvisoryReportByIdPathParams, type GetAdvisoryReportByIdQueryParams, type GetAdvisoryReportByIdResponse, type GetAdvisoryReportExportOptionsPathParams, type GetAdvisoryReportExportOptionsResponse, type GetAdvisoryReportRevisionDiffPathParams, type GetAdvisoryReportRevisionDiffQueryParams, type GetAdvisoryReportRevisionDiffResponse, type GetAllActivityTypesQueryParams, type GetAllActivityTypesResponse, type GetAllAdvisoryReportsQueryParams, type GetAllAdvisoryReportsResponse, type GetAllAvailableAffiliationsResponse, type GetAllAvailablePlansResponse, type GetAllAvailableThemesInWegroupQueryParams, type GetAllAvailableThemesInWegroupResponse, type GetAllBrokersLinkedToCurrentUserResponse, type GetAllCampaignTemplatesQueryParams, type GetAllCampaignTemplatesResponse, type GetAllCampaignsByDistributionQueryParams, type GetAllCampaignsByDistributionResponse, type GetAllCarClaimCategoriesResponse, type GetAllClaimsAsBrokerQueryParams, type GetAllClaimsAsBrokerResponse, type GetAllConversationsQueryParams, type GetAllConversationsResponse, type GetAllCustomersByDistributionQueryParams, type GetAllCustomersByDistributionResponse, type GetAllEnumsResponse, type GetAllLeadsByDistributionPathParams, type GetAllLeadsByDistributionResponse, type GetAllLeaseOffersByDistributionPathParams, type GetAllLeaseOffersByDistributionQueryParams, type GetAllLeaseOffersByDistributionResponse, type GetAllPartiesByDistributionPathParams, type GetAllPartiesByDistributionQueryParams, type GetAllPartiesByDistributionResponse, type GetAllPartiesByDistributionV2PathParams, type GetAllPartiesByDistributionV2QueryParams, type GetAllPartiesByDistributionV2Response, type GetAllRiskObjectsByPartyIdPathParams, type GetAllRiskObjectsByPartyIdQueryParams, type GetAllRiskObjectsByPartyIdResponse, type GetAllRiskObjectsByPartyIdV2PathParams, type GetAllRiskObjectsByPartyIdV2QueryParams, type GetAllRiskObjectsByPartyIdV2Response, type GetAllSessionsBySessionIdPathParams, type GetAllSessionsBySessionIdQueryParams, type GetAllSessionsBySessionIdResponse, type GetAllVehicleBrandsQueryParams, type GetAllVehicleBrandsResponse, type GetAllVehicleSeriesByBrandKeyPathParams, type GetAllVehicleSeriesByBrandKeyQueryParams, type GetAllVehicleSeriesByBrandKeyResponse, type GetAllVehicleVersionsBySeriesIdPathParams, type GetAllVehicleVersionsBySeriesIdQueryParams, type GetAllVehicleVersionsBySeriesIdResponse, type GetAnvaAgentsQueryParams, type GetAnvaAgentsResponse, type GetAnvaClosingQuestionsQueryParams, type GetAnvaClosingQuestionsResponse, type GetAnvaCollectionMethodsPathParams, type GetAnvaCollectionMethodsQueryParams, type GetAnvaCollectionMethodsResponse, type GetAnvaEmployeesQueryParams, type GetAnvaEmployeesResponse, type GetAnvaLabelsQueryParams, type GetAnvaLabelsResponse, type GetAnvaMutationReasonsQueryParams, type GetAnvaMutationReasonsResponse, type GetAnvaPartiesQueryParams, type GetAnvaPartiesResponse, type GetAnvaProductsQueryParams, type GetAnvaProductsResponse, type GetAnvaproductByIdPathParams, type GetAnvaproductByIdQueryParams, type GetAnvaproductByIdResponse, type GetAnvaproductsQueryParams, type GetAnvaproductsResponse, type GetArtifactFromEventByIdPathParams, type GetArtifactFromEventByIdQueryParams, type GetArtifactFromEventByIdResponse, type GetAssuEmployeesQueryParams, type GetAssuEmployeesResponse, type GetAvailableFlowsForDistributionInfoQueryParams, type GetAvailableFlowsForDistributionInfoResponse, type GetBrokerByAnvaProducerIdPathParams, type GetBrokerByAnvaProducerIdResponse, type GetBrokerByAnvaRelationMangerIdPathParams, type GetBrokerByAnvaRelationMangerIdResponse, type GetBrokerConnectionsByIdPathParams, type GetBrokerConnectionsByIdQueryParams, type GetBrokerConnectionsByIdResponse, type GetBrokerIntegrationsPathParams, type GetBrokerIntegrationsResponse, type GetCampaignByIdPathParams, type GetCampaignByIdQueryParams, type GetCampaignByIdResponse, type GetCampaignSettingsByDistributionQueryParams, type GetCampaignSettingsByDistributionResponse, type GetCampaignTargetMailTemplateQueryParams, type GetCampaignTargetMailTemplateResponse, type GetCarLeaseRatesQueryParams, type GetCarLeaseRatesResponse, type GetChatBySessionIdPathParams, type GetChatBySessionIdResponse, type GetChatSummaryV2BySessionIdPathParams, type GetChatSummaryV2BySessionIdQueryParams, type GetChatSummaryV2BySessionIdResponse, type GetCheckupByPartyIdPathParams, type GetCheckupByPartyIdResponse, type GetClaimAsBrokerByIdPathParams, type GetClaimAsBrokerByIdQueryParams, type GetClaimAsBrokerByIdResponse, type GetClaimAsCustomerWithTokenPathParams, type GetClaimAsCustomerWithTokenQueryParams, type GetClaimAsCustomerWithTokenResponse, type GetClaimByIdAsCustomerPathParams, type GetClaimByIdAsCustomerResponse, type GetClaimEventsAsBrokerByIdPathParams, type GetClaimEventsAsBrokerByIdQueryParams, type GetClaimEventsAsBrokerByIdResponse, type GetClaimEventsAsCustomerPathParams, type GetClaimEventsAsCustomerQueryParams, type GetClaimEventsAsCustomerResponse, type GetClaimsAsCustomerQueryParams, type GetClaimsAsCustomerResponse, type GetClaimsAsPartyByIdPathParams, type GetClaimsAsPartyByIdResponse, type GetClaimsAsPartyPathParams, type GetClaimsAsPartyQueryParams, type GetClaimsAsPartyResponse, type GetComplianceByRiskObjectIdPathParams, type GetComplianceByRiskObjectIdResponse, type GetConversationByIdPathParams, type GetConversationByIdQueryParams, type GetConversationByIdResponse, type GetConversationNotesPathParams, type GetConversationNotesQueryParams, type GetConversationNotesResponse, type GetConversationReportPdfByIdBody, type GetConversationReportPdfByIdPathParams, type GetConversationReportPdfByIdQueryParams, type GetConversationReportPdfByIdResponse, type GetConversationsOriginFilterQueryParams, type GetConversationsOriginFilterResponse, type GetCurrentAccountInsightsAsCustomerQueryParams, type GetCurrentAccountInsightsAsCustomerResponse, type GetCurrentAccountInsightsAsPartyPathParams, type GetCurrentAccountInsightsAsPartyQueryParams, type GetCurrentAccountInsightsAsPartyResponse, type GetCurrentBrokerOfTheUserResponse, type GetCustomersByPartyPathParams, type GetCustomersByPartyQueryParams, type GetCustomersByPartyResponse, type GetDiasAfdbranchesResponse, type GetDiasCollectionMethodsPathParams, type GetDiasCollectionMethodsQueryParams, type GetDiasCollectionMethodsResponse, type GetDiasEmployeesQueryParams, type GetDiasEmployeesResponse, type GetDiasPartiesQueryParams, type GetDiasPartiesResponse, type GetDiasPartySalutationsResponse, type GetDiasPartyTitlesResponse, type GetDiasProductsQueryParams, type GetDiasProductsResponse, type GetDiasflowInsurancesQueryParams, type GetDiasflowInsurancesResponse, type GetDiasflowProductByIdPathParams, type GetDiasflowProductByIdQueryParams, type GetDiasflowProductByIdResponse, type GetDiasflowProductsQueryParams, type GetDiasflowProductsResponse, type GetDistributionActivityPathParams, type GetDistributionActivityQueryParams, type GetDistributionActivityResponse, type GetDistributionAffiliationsPathParams, type GetDistributionAffiliationsResponse, type GetDistributionByIdPathParams, type GetDistributionByIdResponse, type GetDistributionConnectionsByIdPathParams, type GetDistributionConnectionsByIdQueryParams, type GetDistributionConnectionsByIdResponse, type GetDistributionFaqQueryParams, type GetDistributionFaqResponse, type GetDistributionHasPendingUpgradePathParams, type GetDistributionHasPendingUpgradeResponse, type GetDistributionSettingsResponse, type GetDistributionTagsQueryParams, type GetDistributionTagsResponse, type GetDocumentExtractionBatchByIdPathParams, type GetDocumentExtractionBatchByIdResponse, type GetDocumentMetadataPathParams, type GetDocumentMetadataResponse, type GetDocumentsAsCustomerQueryParams, type GetDocumentsAsCustomerResponse, type GetDocumentsForPartyPathParams, type GetDocumentsForPartyQueryParams, type GetDocumentsForPartyResponse, type GetEmailByMessageIdQueryParams, type GetEmailByMessageIdResponse, type GetEncryptionKeysQueryParams, type GetEncryptionKeysResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponsePathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryPathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryResponse, type GetEnumByAnvaLabelPathParams, type GetEnumByAnvaLabelQueryParams, type GetEnumByAnvaLabelResponse, type GetEnumByDiasLabelPathParams, type GetEnumByDiasLabelQueryParams, type GetEnumByDiasLabelResponse, type GetEventsByAdvisoryReportIdPathParams, type GetEventsByAdvisoryReportIdQueryParams, type GetEventsByAdvisoryReportIdResponse, type GetExtractEnityInfoPathParams, type GetExtractEnityInfoResponse, type GetFasterforwardEmployeesQueryParams, type GetFasterforwardEmployeesResponse, type GetFasterforwardTeamsQueryParams, type GetFasterforwardTeamsResponse, type GetFinconnectLinkAsCustomerQueryParams, type GetFinconnectLinkAsCustomerResponse, type GetFinconnectLinkForInsurancePolicyAsCustomerPathParams, type GetFinconnectLinkForInsurancePolicyAsCustomerQueryParams, type GetFinconnectLinkForInsurancePolicyAsCustomerResponse, type GetFinconnectLinkForInsurancePolicyPathParams, type GetFinconnectLinkForInsurancePolicyQueryParams, type GetFinconnectLinkForInsurancePolicyResponse, type GetFlowInfoByIdPathParams, type GetFlowInfoByIdQueryParams, type GetFlowInfoByIdResponse, type GetFlowsInfoQueryParams, type GetFlowsInfoResponse, type GetGbiQueryParams, type GetGbiResponse, type GetHubspotVisitorIdentificationTokenResponse, type GetInfoForClaimPathParams, type GetInfoForClaimQueryParams, type GetInfoForClaimResponse, type GetInsightsIfCarIsInsuredBody, type GetInsightsIfCarIsInsuredResponse, type GetInsuranceCompaniesQueryParams, type GetInsuranceCompaniesResponse, type GetInsurancePoliciesAsCustomerQueryParams, type GetInsurancePoliciesAsCustomerResponse, type GetInsurancePoliciesForPartyPathParams, type GetInsurancePoliciesForPartyQueryParams, type GetInsurancePoliciesForPartyResponse, type GetInsurancePolicyByIdAsCustomerPathParams, type GetInsurancePolicyByIdAsCustomerResponse, type GetInsurancePolicyByIdPathParams, type GetInsurancePolicyByIdResponse, type GetInsurancePolicyComplianceByIdPathParams, type GetInsurancePolicyComplianceByIdResponse, type GetInsurancePolicySimulationsForPartyPathParams, type GetInsurancePolicySimulationsForPartyQueryParams, type GetInsurancePolicySimulationsForPartyResponse, type GetInsuranceProductClausesByDistributionQueryParams, type GetInsuranceProductClausesByDistributionResponse, type GetInsuranceProductsV2QueryParams, type GetInsuranceProductsV2Response, type GetIntegrationsByDistributionPathParams, type GetIntegrationsByDistributionResponse, type GetInvoiceByIdAsCustomerPathParams, type GetInvoiceByIdAsCustomerResponse, type GetInvoicesAsCustomerQueryParams, type GetInvoicesAsCustomerResponse, type GetInvoicesAsPartyByIdPathParams, type GetInvoicesAsPartyByIdResponse, type GetInvoicesAsPartyPathParams, type GetInvoicesAsPartyQueryParams, type GetInvoicesAsPartyResponse, type GetJobResultByIdPathParams, type GetJobResultByIdQueryParams, type GetJobResultByIdResponse, type GetKycByPartyPathParams, type GetKycByPartyQueryParams, type GetKycByPartyResponse, type GetLeadByIdPathParams, type GetLeadByIdResponse, type GetLeadProviderByIdPathParams, type GetLeadProviderByIdResponse, type GetLeadProvidersByAffinityQueryParams, type GetLeadProvidersByAffinityResponse, type GetLeaseOfferByIdPathParams, type GetLeaseOfferByIdQueryParams, type GetLeaseOfferByIdResponse, type GetLinkOfDocumentPathParams, type GetLinkOfDocumentResponse, type GetMetricsByCampaignPathParams, type GetMetricsByCampaignQueryParams, type GetMetricsByCampaignResponse, type GetMinimalOfferByIdPathParams, type GetMinimalOfferByIdQueryParams, type GetMinimalOfferByIdResponse, type GetMinimalOfferRevisionByIdPathParams, type GetMinimalOfferRevisionByIdResponse, type GetMinimalRiskObjectByIdPathParams, type GetMinimalRiskObjectByIdQueryParams, type GetMinimalRiskObjectByIdResponse, type GetNaceQueryParams, type GetNaceResponse, type GetNoveltyInsightsByDistributionPathParams, type GetNoveltyInsightsByDistributionQueryParams, type GetNoveltyInsightsByDistributionResponse, type GetOfferByIdPathParams, type GetOfferByIdResponse, type GetOffersByDistributionPathParams, type GetOffersByDistributionQueryParams, type GetOffersByDistributionResponse, type GetOnboardingChecklistByBrokerPathParams, type GetOnboardingChecklistByBrokerQueryParams, type GetOnboardingChecklistByBrokerResponse, type GetOnesuranceDataByPartyIdPathParams, type GetOnesuranceDataByPartyIdQueryParams, type GetOnesuranceDataByPartyIdResponse, type GetOnesuranceRecommendationsByEmailIdPathParams, type GetOnesuranceRecommendationsByEmailIdQueryParams, type GetOnesuranceRecommendationsByEmailIdResponse, type GetOrganisationDistributionsPathParams, type GetOrganisationDistributionsQueryParams, type GetOrganisationDistributionsResponse, type GetOrganisationLeadsPathParams, type GetOrganisationLeadsQueryParams, type GetOrganisationLeadsResponse, type GetOrganisationOffersPathParams, type GetOrganisationOffersQueryParams, type GetOrganisationOffersResponse, type GetOutlookConnectionDetailsQueryParams, type GetOutlookConnectionDetailsResponse, type GetOutlookMailByIdPathParams, type GetOutlookMailByIdQueryParams, type GetOutlookMailByIdResponse, type GetOutlookMailByOutlookMessageIdPathParams, type GetOutlookMailByOutlookMessageIdQueryParams, type GetOutlookMailByOutlookMessageIdResponse, type GetOutlookMailfoldersQueryParams, type GetOutlookMailfoldersResponse, type GetOutlookMailsQueryParams, type GetOutlookMailsResponse, type GetPartiesByCustomerPathParams, type GetPartiesByCustomerQueryParams, type GetPartiesByCustomerResponse, type GetPartiesLinkedToUserResponse, type GetPartiesOriginFilterQueryParams, type GetPartiesOriginFilterResponse, type GetPartyAddressesPathParams, type GetPartyAddressesResponse, type GetPartyByIdPathParams, type GetPartyByIdResponse, type GetPartyMergeSuggestionsPathParams, type GetPartyMergeSuggestionsQueryParams, type GetPartyMergeSuggestionsResponse, type GetPdfOfAdvisoryReportByIdPathParams, type GetPdfOfAdvisoryReportByIdQueryParams, type GetPdfOfAdvisoryReportByIdResponse, type GetPerformanceInsightsByDistributionPathParams, type GetPerformanceInsightsByDistributionQueryParams, type GetPerformanceInsightsByDistributionResponse, type GetPolicyPackageByIdAsCustomerPathParams, type GetPolicyPackageByIdAsCustomerResponse, type GetPolicyPackageByIdPathParams, type GetPolicyPackageByIdQueryParams, type GetPolicyPackageByIdResponse, type GetPolicyPackageSimulationsForPartyPathParams, type GetPolicyPackageSimulationsForPartyResponse, type GetPolicyPackagesAsCustomerQueryParams, type GetPolicyPackagesAsCustomerResponse, type GetPolicyPackagesForPartyPathParams, type GetPolicyPackagesForPartyResponse, type GetPossibleInsuranceProductsByPartyIdPathParams, type GetPossibleInsuranceProductsByPartyIdQueryParams, type GetPossibleInsuranceProductsByPartyIdResponse, type GetPossibleInsuranceProductsByRiskObjectIdPathParams, type GetPossibleInsuranceProductsByRiskObjectIdQueryParams, type GetPossibleInsuranceProductsByRiskObjectIdResponse, type GetPossibleInsuranceProductsForManagementByPartyIdPathParams, type GetPossibleInsuranceProductsForManagementByPartyIdQueryParams, type GetPossibleInsuranceProductsForManagementByPartyIdResponse, type GetPossibleInsuranceProductsForStaffByPartyIdPathParams, type GetPossibleInsuranceProductsForStaffByPartyIdQueryParams, type GetPossibleInsuranceProductsForStaffByPartyIdResponse, type GetPreventionAdviceQueryParams, type GetPreventionAdviceResponse, type GetPromotionsByDistributionIdPathParams, type GetPromotionsByDistributionIdResponse, type GetProvenanceInfoOfDocumentPathParams, type GetProvenanceInfoOfDocumentResponse, type GetQuoteExportsQueryParams, type GetQuoteExportsResponse, type GetQuoteInsightsPathParams, type GetQuoteInsightsQueryParams, type GetQuoteInsightsResponse, type GetQuotesAsBatchResultsByConversationIdPathParams, type GetQuotesAsBatchResultsByConversationIdQueryParams, type GetQuotesAsBatchResultsByConversationIdResponse, type GetRecommendationsByIdPathParams, type GetRecommendationsByIdQueryParams, type GetRecommendationsByIdResponse, type GetRecommendationsByPartyIdPathParams, type GetRecommendationsByPartyIdQueryParams, type GetRecommendationsByPartyIdResponse, type GetRecommendationsBySessionIdPathParams, type GetRecommendationsBySessionIdQueryParams, type GetRecommendationsBySessionIdResponse, type GetRiskAnalysisByPartyIdPathParams, type GetRiskAnalysisByPartyIdResponse, type GetRiskDomainByIdPathParams, type GetRiskDomainByIdQueryParams, type GetRiskDomainByIdResponse, type GetRiskDomainsQueryParams, type GetRiskDomainsResponse, type GetRiskObjectByRiskObjectRevisionIdPathParams, type GetRiskObjectByRiskObjectRevisionIdQueryParams, type GetRiskObjectByRiskObjectRevisionIdResponse, type GetRiskObjectRevisionsByIdPathParams, type GetRiskObjectRevisionsByIdQueryParams, type GetRiskObjectRevisionsByIdResponse, type GetSbiQueryParams, type GetSbiResponse, type GetSingularityJobResultByIdPathParams, type GetSingularityJobResultByIdQueryParams, type GetSingularityJobResultByIdResponse, type GetStepSettingsByAdvisoryReportIdPathParams, type GetStepSettingsByAdvisoryReportIdQueryParams, type GetStepSettingsByAdvisoryReportIdResponse, type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams, type GetSupportedAnvaflowCoveragesGroupedByAdnResponse, type GetSupportedAnvaflowCoveragesQueryParams, type GetSupportedAnvaflowCoveragesResponse, type GetSupportedAnvaflowInsuranceCompaniesQueryParams, type GetSupportedAnvaflowInsuranceCompaniesResponse, type GetSupportedAnvaflowInsurancesQueryParams, type GetSupportedAnvaflowInsurancesResponse, type GetSupportedAnvaflowTagsQueryParams, type GetSupportedAnvaflowTagsResponse, type GetSupportedInsuranceCompaniesQueryParams, type GetSupportedInsuranceCompaniesResponse, type GetSupportedInsuranceSubjectsQueryParams, type GetSupportedInsuranceSubjectsResponse, type GetSupportedMimeTypesResponse, type GetSupportedRiskDomainsQueryParams, type GetSupportedRiskDomainsResponse, type GetSupportedYellowhiveflowCoveragesQueryParams, type GetSupportedYellowhiveflowCoveragesResponse, type GetSupportedYellowhiveflowInsurancesQueryParams, type GetSupportedYellowhiveflowInsurancesResponse, type GetSystemCampaignsByPartyPathParams, type GetSystemCampaignsByPartyQueryParams, type GetSystemCampaignsByPartyResponse, type GetTheBrokerByIdPathParams, type GetTheBrokerByIdResponse, type GetUspByDistributionQueryParams, type GetUspByDistributionResponse, type GetValuesOfEnumPathParams, type GetValuesOfEnumResponse, type GetVehicleByCarIdOrFebiacIdQueryParams, type GetVehicleByCarIdOrFebiacIdResponse, type GetVehicleByNumberPlateAndCarIdPathParams, type GetVehicleByNumberPlateAndCarIdQueryParams, type GetVehicleByNumberPlateAndCarIdResponse, type GetVehicleByVersionIdPathParams, type GetVehicleByVersionIdQueryParams, type GetVehicleByVersionIdResponse, type GetVehicleByVinAndCarIdPathParams, type GetVehicleByVinAndCarIdQueryParams, type GetVehicleByVinAndCarIdResponse, type GetVehicleVersionFactsBySeriesIdPathParams, type GetVehicleVersionFactsBySeriesIdQueryParams, type GetVehicleVersionFactsBySeriesIdResponse, type GetWeatherInfoQueryParams, type GetWeatherInfoResponse, type GetYellowhiveflowProductByIdPathParams, type GetYellowhiveflowProductByIdQueryParams, type GetYellowhiveflowProductByIdResponse, type GetYellowhiveflowProductsQueryParams, type GetYellowhiveflowProductsResponse, type GetYourOwnUserResponse, type GiveFeedbackOnConversationByIdPathParams, type GiveFeedbackOnConversationByIdQueryParams, type GiveFeedbackOnConversationByIdResponse, type GiveFeedbackOnRecommendationsByIdBody, type GiveFeedbackOnRecommendationsByIdPathParams, type GiveFeedbackOnRecommendationsByIdResponse, type GiveFeedbackToInsuranceTermsBotBody, type GiveFeedbackToInsuranceTermsBotQueryParams, type GiveFeedbackToInsuranceTermsBotResponse, type HandleCreateDistributionThemeBody, type HandleCreateDistributionThemeQueryParams, type HandleCreateDistributionThemeResponse, type HandleDeleteDistributionThemePathParams, type HandleDeleteDistributionThemeQueryParams, type HandleDeleteDistributionThemeResponse, type HandleUpdateDistributionThemeBody, type HandleUpdateDistributionThemePathParams, type HandleUpdateDistributionThemeQueryParams, type HandleUpdateDistributionThemeResponse, type HttpMethod, type ImportAnvaDocumentInWegroupQueryParams, type ImportAnvaDocumentInWegroupResponse, type ImportAnvaInsurancePolicyDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyDocumentInWegroupResponse, type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse, type ImportAnvaPartyInWegroupPathParams, type ImportAnvaPartyInWegroupQueryParams, type ImportAnvaPartyInWegroupResponse, type ImportAnvaproductBody, type ImportAnvaproductQueryParams, type ImportAnvaproductResponse, type ImportAssuPartyInWegroupPathParams, type ImportAssuPartyInWegroupQueryParams, type ImportAssuPartyInWegroupResponse, type ImportDiasPartyInWegroupPathParams, type ImportDiasPartyInWegroupQueryParams, type ImportDiasPartyInWegroupResponse, type ImportDiasflowProductBody, type ImportDiasflowProductQueryParams, type ImportDiasflowProductResponse, type ImportFasterforwardPartyInWegroupPathParams, type ImportFasterforwardPartyInWegroupQueryParams, type ImportFasterforwardPartyInWegroupResponse, type InviteColleaguesToDistributionBody, type InviteColleaguesToDistributionResponse, type InviteUserToPartyBody, type InviteUserToPartyPathParams, type InviteUserToPartyResponse, type LinkConversationToAdvisoryReportBody, type LinkConversationToAdvisoryReportPathParams, type LinkConversationToAdvisoryReportQueryParams, type LinkConversationToAdvisoryReportResponse, type LinkPartyToUserBody, type LinkPartyToUserResponse, type LockFlightApiResponse, type MarkConversationAsCompletedByIdBody, type MarkConversationAsCompletedByIdPathParams, type MarkConversationAsCompletedByIdResponse, type MergePartiesTogetherBody, type MergePartiesTogetherPathParams, type MergePartiesTogetherQueryParams, type MergePartiesTogetherResponse, type Middleware, type OrderInsurancePolciesOfAdvisoryReportBody, type OrderInsurancePolciesOfAdvisoryReportPathParams, type OrderInsurancePolciesOfAdvisoryReportQueryParams, type OrderInsurancePolciesOfAdvisoryReportResponse, type OutlookConnectionSyncQueryParams, type OutlookConnectionSyncResponse, type OverrideInsuranceProductRecommendationByIdBody, type OverrideInsuranceProductRecommendationByIdPathParams, type OverrideInsuranceProductRecommendationByIdResponse, type OverridePreventionAdviceRecommendationByIdBody, type OverridePreventionAdviceRecommendationByIdPathParams, type OverridePreventionAdviceRecommendationByIdResponse, type PatchAnvaproductByIdBody, type PatchAnvaproductByIdPathParams, type PatchAnvaproductByIdQueryParams, type PatchAnvaproductByIdResponse, type PatchAnvaproductCoverageByIdBody, type PatchAnvaproductCoverageByIdPathParams, type PatchAnvaproductCoverageByIdQueryParams, type PatchAnvaproductCoverageByIdResponse, type PatchDiasflowProductByIdBody, type PatchDiasflowProductByIdPathParams, type PatchDiasflowProductByIdQueryParams, type PatchDiasflowProductByIdResponse, type PatchDiasflowProductCoverageByDiasIdBody, type PatchDiasflowProductCoverageByDiasIdPathParams, type PatchDiasflowProductCoverageByDiasIdQueryParams, type PatchDiasflowProductCoverageByDiasIdResponse, type PatchOwnPartyAsCustomerBody, type PatchOwnPartyAsCustomerResponse, type PoseAQuestionToInsuranceTermsBotBody, type PoseAQuestionToInsuranceTermsBotForItToCompareBody, type PoseAQuestionToInsuranceTermsBotForItToCompareQueryParams, type PoseAQuestionToInsuranceTermsBotForItToCompareResponse, type PoseAQuestionToInsuranceTermsBotQueryParams, type PoseAQuestionToInsuranceTermsBotResponse, type PostEventAsCarglassPartnerBody, type PostEventAsCarglassPartnerResponse, type PutClausesForReportBody, type PutClausesForReportPathParams, type PutClausesForReportQueryParams, type PutClausesForReportResponse, type RecalculateDiasQuotesBySessionIdAndProductIdBody, type RecalculateDiasQuotesBySessionIdAndProductIdPathParams, type RecalculateDiasQuotesBySessionIdAndProductIdQueryParams, type RecalculateDiasQuotesBySessionIdAndProductIdResponse, type RecalculateDiasSimulationBySessionIdBody, type RecalculateDiasSimulationBySessionIdPathParams, type RecalculateDiasSimulationBySessionIdQueryParams, type RecalculateDiasSimulationBySessionIdResponse, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse, type RecalculateSimulationBySessionIdBody, type RecalculateSimulationBySessionIdPathParams, type RecalculateSimulationBySessionIdQueryParams, type RecalculateSimulationBySessionIdResponse, type RecalculateYellowhiveQuotesBySessionIdAndProductIdBody, type RecalculateYellowhiveQuotesBySessionIdAndProductIdPathParams, type RecalculateYellowhiveQuotesBySessionIdAndProductIdQueryParams, type RecalculateYellowhiveQuotesBySessionIdAndProductIdResponse, type RecalculateYellowhiveSimulationBySessionIdBody, type RecalculateYellowhiveSimulationBySessionIdPathParams, type RecalculateYellowhiveSimulationBySessionIdQueryParams, type RecalculateYellowhiveSimulationBySessionIdResponse, type RetrieveAirportsResponse, type RetrieveAllExportsByPartyPathParams, type RetrieveAllExportsByPartyQueryParams, type RetrieveAllExportsByPartyResponse, type RetrieveAnvaflowsQuestionnairesPathParams, type RetrieveAnvaflowsQuestionnairesQueryParams, type RetrieveAnvaflowsQuestionnairesResponse, type RetrieveAskLaterQuestionsQueryParams, type RetrieveAskLaterQuestionsResponse, type RetrieveAutomobileByCarIdFreemiumVersionPathParams, type RetrieveAutomobileByCarIdFreemiumVersionQueryParams, type RetrieveAutomobileByCarIdFreemiumVersionResponse, type RetrieveAutomobileByIdFreemiumQueryParams, type RetrieveAutomobileByIdFreemiumResponse, type RetrieveDiasQuestionnairesPathParams, type RetrieveDiasQuestionnairesQueryParams, type RetrieveDiasQuestionnairesResponse, type RetrieveExportByIdPathParams, type RetrieveExportByIdQueryParams, type RetrieveExportByIdResponse, type RetrieveFlowBody, type RetrieveFlowPathParams, type RetrieveFlowQueryParams, type RetrieveFlowResponse, type RetrieveYellowhiveQuestionnairesPathParams, type RetrieveYellowhiveQuestionnairesQueryParams, type RetrieveYellowhiveQuestionnairesResponse, type SchemaAboutUsResponse, type SchemaAccelerationTo100, type SchemaAccident, type SchemaAccidentStatement, type SchemaAccidentStatementType, type SchemaAccidentStatementType_2, type SchemaAccountCreateCmd, type SchemaAccountCreatedResponse, type SchemaAccreditedAppraiser, type SchemaAccreditedAppraiser_2, type SchemaAcknowledgementQueryModel, type SchemaAction, type SchemaActionType, type SchemaActionUrlResponse, type SchemaActivateOutlookSyncCmd, type SchemaActivateOutlookSyncParams, type SchemaActivitiesCreateCmd, type SchemaActivity, type SchemaActivityFrontPageCmd, type SchemaActivityFrontPageQueryModel, type SchemaActivityPatchCmd, type SchemaActivityQueryModel, type SchemaAddActionToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdviceToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdvisoryReportStepsConfigurationParams, type SchemaAddConversationToAdvisoryReportRevisionParams, type SchemaAddInsuranceProductClausesToAdvisoryReportRevisionParams, type SchemaAddRiskDomainToAdvisoryReportRevisionParams, type SchemaAdditionalProperties, type SchemaAdditionalProperties_2, type SchemaAddresWithMetadata, type SchemaAddress, type SchemaAddressAllNones, type SchemaAddressInfoLinkRelationType, type SchemaAddressInformation, type SchemaAddressRules, type SchemaAdviceChangeType, type SchemaAdviceDiffModel, type SchemaAdviceQueryModel, type SchemaAdviceType, type SchemaAdvisoryReport, type SchemaAdvisoryReportAdviceActionCreateCmd, type SchemaAdvisoryReportAdviceDiff, type SchemaAdvisoryReportClauseQueryModel, type SchemaAdvisoryReportClausesCreateCmd, type SchemaAdvisoryReportConversationLinkCmd, type SchemaAdvisoryReportConversationQueryModel, type SchemaAdvisoryReportCreateCmd, type SchemaAdvisoryReportDocxResponse, type SchemaAdvisoryReportExportOptions, type SchemaAdvisoryReportExportResponse, type SchemaAdvisoryReportFrontPageCreateCmd, type SchemaAdvisoryReportInsurancePolicyCmd, type SchemaAdvisoryReportInsurancePolicyOrder, type SchemaAdvisoryReportInsurancePolicyPackageCmd, type SchemaAdvisoryReportPartyQueryModel, type SchemaAdvisoryReportPdfResponse, type SchemaAdvisoryReportQueryModel, type SchemaAdvisoryReportRevisionAcceptanceCmd, type SchemaAdvisoryReportRevisionCmd, type SchemaAdvisoryReportRevisionCreateCmd, type SchemaAdvisoryReportRevisionMailInquiryCmd, type SchemaAdvisoryReportRevisionUpdateCmd, type SchemaAdvisoryReportRevisionsQueryModel, type SchemaAdvisoryReportRiskDomainActionCreateCmd, type SchemaAdvisoryReportRiskDomainActionPatchCmd, type SchemaAdvisoryReportRiskDomainAdviceCreateCmd, type SchemaAdvisoryReportRiskDomainAdvicePatchCmd, type SchemaAdvisoryReportRiskDomainCreateCmd, type SchemaAdvisoryReportStepsCreateCmd, type SchemaAdvisoryReportTask, type SchemaAdvisoryReportsQueryModel, type SchemaAdvisoryTaskPriority, type SchemaAedesCar, type SchemaAedesCarPayload, type SchemaAedesDriver, type SchemaAedesParking, type SchemaAedesParking_2, type SchemaAffiliation, type SchemaAffiliationInfo, type SchemaAffiliationStatus, type SchemaAffinityKey, type SchemaAgHomePayload, type SchemaAgriculturalVehicleUsage, type SchemaAgriculturalVehicleUsage_2, type SchemaAlarmSystem, type SchemaAllGuaranteesSetting, type SchemaAllianzCancellationReason, type SchemaAllianzCancellationReason_2, type SchemaAllianzCar, type SchemaAllianzCarPayload, type SchemaAllianzDriver, type SchemaAllianzFamilyPayload, type SchemaAllianzHome, type SchemaAllianzHomePayload, type SchemaAnalyzeEmailByIdParams, type SchemaAnnex, type SchemaAnnexRoofConstructionType, type SchemaAnnexType, type SchemaAnnexType_2, type SchemaAnnexWallConstructionType, type SchemaAnnualPremium, type SchemaAnnualPremiumQueryModel, type SchemaAnswer, type SchemaAnswerFlowParams, type SchemaAnswerFlowSessionParams, type SchemaAnswerFlowsResponse, type SchemaAnswerValidationError, type SchemaAnswerValidationErrorMessage, type SchemaAnswersPayload, type SchemaAnvaAdnCoverage, type SchemaAnvaCalculationPackage, type SchemaAnvaCalculationResponse, type SchemaAnvaClaimStatus, type SchemaAnvaClosingQuestion, type SchemaAnvaClosingQuestionUpsertCmd, type SchemaAnvaCollectionMethod, type SchemaAnvaCollectionMethods, type SchemaAnvaCoverage, type SchemaAnvaCoverageCombination, type SchemaAnvaCustomerInquiryParams, type SchemaAnvaDocument, type SchemaAnvaDocumentTaskCmd, type SchemaAnvaDocumentUpdateCmd, type SchemaAnvaDocumentUploadCmd, type SchemaAnvaExportReply, type SchemaAnvaFlowLabelStatus, type SchemaAnvaFlowStatus, type SchemaAnvaInquiry, type SchemaAnvaInquiryDocument, type SchemaAnvaInsurance, type SchemaAnvaInsuranceCompany, type SchemaAnvaInsuranceCompanyUpdateCmd, type SchemaAnvaInsurancePackage, type SchemaAnvaInsurancePolicy, type SchemaAnvaInsuranceUpdateCmd, type SchemaAnvaInvoiceStatus, type SchemaAnvaLabel, type SchemaAnvaMutationReason, type SchemaAnvaMutationReasons, type SchemaAnvaOfferDocument, type SchemaAnvaPackage, type SchemaAnvaPackageDiscount, type SchemaAnvaPackageUpdateCmd, type SchemaAnvaPolicyPackageCalculationJob, type SchemaAnvaProduct, type SchemaAnvaProductFlowRevision, type SchemaAnvaProductImportCmd, type SchemaAnvaProductQueryModel, type SchemaAnvaProductQuestionnaire, type SchemaAnvaProductQuestionnaireQueryModel, type SchemaAnvaProductQuestionnairesQueryModel, type SchemaAnvaProductQuestionnairesUpdateCmd, type SchemaAnvaProductQuestionnairesValidateCmd, type SchemaAnvaProductSearchItem, type SchemaAnvaProductSearches, type SchemaAnvaProductTag, type SchemaAnvaProductTagUpsertCmd, type SchemaAnvaProductToInsurancePolicyLink, type SchemaAnvaProductUpdateCmd, type SchemaAnvaQuote, type SchemaAnvaQuoteCalculationJob, type SchemaAnvaQuoteCalculationJobsQueuedResponse, type SchemaAnvaSendOfferInsurancePolicy, type SchemaAnvaSendOfferPolicyPackage, type SchemaAnvaSendOfferResponse, type SchemaAnvaTag, type SchemaAnvaTaskCmd, type SchemaAnvaTaskPriority, type SchemaApiCoverage, type SchemaApiCoverageSource, type SchemaAppHandlersNatsModelsStatusResponse, type SchemaAppModelsAdvisoryReportAdvisoryReportAdviceDiffRiskDomain, type SchemaAppModelsAdvisoryReportAdvisoryReportRevisionCreateCmdInsurancePolicies, type SchemaAppModelsCompanyRegistrationCompanyRegistration, type SchemaAppModelsCompanyRegistrationCompanyregistration, type SchemaAppModelsEnumsCompanyProspectType, type SchemaAppModelsEnumsCustomerProspectType, type SchemaAppModelsEnumsLanguageCodes, type SchemaAppModelsEnumsLanguageCodes_2, type SchemaAppModelsEnumsMiscellaneousType, type SchemaAppModelsEnumsProspectType, type SchemaAppModelsEnumsProspectType_2, type SchemaAppModelsFsmaFsma, type SchemaAppModelsInsurancePolicyExternalLabel, type SchemaAppModelsInsurancePolicyExternalRef, type SchemaAppModelsInsurancePolicyExternalref, type SchemaAppModelsLeadAcknowledgement, type SchemaAppModelsLocalisationLocalisation, type SchemaAppModelsOfferAcknowledgement, type SchemaAppModelsOfferInsurance, type SchemaAppModelsPartyCommandsExternalRef, type SchemaAppModelsPartyCommandsExternalref, type SchemaAppModelsPartyCustomer, type SchemaAppModelsPartyManagementBaseDocumentDataPreferences, type SchemaAppModelsPartyManagementFunction, type SchemaAppModelsPartyManagementFunction_2, type SchemaAppModelsPartyManagementbasedocumentdataPreferences, type SchemaAppModelsPartyPartyCompanyBaseAssetInfo, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoMachineDelivery, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoPeriodicCash, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoSiloCapacity, type SchemaAppModelsPartyPartyCompanyBaseBookkeeper, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorks, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorksConstructionWorkDuration, type SchemaAppModelsPartyPartyCompanyBaseContactPerson, type SchemaAppModelsPartyPartyCompanyBaseCustomerInfo, type SchemaAppModelsPartyPartyCompanyBaseCyber, type SchemaAppModelsPartyPartyCompanyBaseExhibitionActivity, type SchemaAppModelsPartyPartyCompanyBaseExportActivity, type SchemaAppModelsPartyPartyCompanyBaseFinancialInfo, type SchemaAppModelsPartyPartyCompanyBaseImportActivity, type SchemaAppModelsPartyPartyCompanyBaseLegalAid, type SchemaAppModelsPartyPartyCompanyBaseLiabilityInfo, type SchemaAppModelsPartyPartyCompanyBaseOutlook, type SchemaAppModelsPartyPartyCompanyBasePersonnelDetails, type SchemaAppModelsPartyPartyCompanyBaseThirdPartyActivity, type SchemaAppModelsPartyPartyCompanyBaseTransportInfo, type SchemaAppModelsPartyPartyCompanyBaseTurnover, type SchemaAppModelsPartyPartyCompanyBaseWorkforce, type SchemaAppModelsPartyPartyCompanyBaseWorkforceWageBill, type SchemaAppModelsPartyPartyPreferences, type SchemaAppModelsPartyPartyPreferencesFuneralPreference, type SchemaAppModelsPartyPartycompanybaseAssetinfo, type SchemaAppModelsPartyPartycompanybaseAssetinfoMachinedelivery, type SchemaAppModelsPartyPartycompanybaseAssetinfoPeriodiccash, type SchemaAppModelsPartyPartycompanybaseAssetinfoSilocapacity, type SchemaAppModelsPartyPartycompanybaseBookkeeper, type SchemaAppModelsPartyPartycompanybaseConstructionworks, type SchemaAppModelsPartyPartycompanybaseConstructionworksConstructionworkduration, type SchemaAppModelsPartyPartycompanybaseContactperson, type SchemaAppModelsPartyPartycompanybaseCustomerinfo, type SchemaAppModelsPartyPartycompanybaseCyber, type SchemaAppModelsPartyPartycompanybaseExhibitionactivity, type SchemaAppModelsPartyPartycompanybaseExportactivity, type SchemaAppModelsPartyPartycompanybaseFinancialinfo, type SchemaAppModelsPartyPartycompanybaseImportactivity, type SchemaAppModelsPartyPartycompanybaseLegalaid, type SchemaAppModelsPartyPartycompanybaseLiabilityinfo, type SchemaAppModelsPartyPartycompanybaseOutlook, type SchemaAppModelsPartyPartycompanybasePersonneldetails, type SchemaAppModelsPartyPartycompanybaseThirdpartyactivity, type SchemaAppModelsPartyPartycompanybaseTransportinfo, type SchemaAppModelsPartyPartycompanybaseTurnover, type SchemaAppModelsPartyPartycompanybaseWorkforce, type SchemaAppModelsPartyPartycompanybaseWorkforceWagebill, type SchemaAppModelsPartyPartypreferences, type SchemaAppModelsPartyPartypreferencesFuneralpreference, type SchemaAppModelsReadDocument, type SchemaAppModelsReadDocumentExternalRef, type SchemaAppModelsRiskObjectsAmountOfRiskObjects, type SchemaAppModelsRiskObjectsBicycleBicycle, type SchemaAppModelsRiskObjectsBicyclePreferences, type SchemaAppModelsRiskObjectsBoatBoat, type SchemaAppModelsRiskObjectsBoatPreferences, type SchemaAppModelsRiskObjectsCarCar, type SchemaAppModelsRiskObjectsCarCar_2, type SchemaAppModelsRiskObjectsCarPreferences, type SchemaAppModelsRiskObjectsCarPreferences_2, type SchemaAppModelsRiskObjectsFamilyFamily, type SchemaAppModelsRiskObjectsLegalLegal, type SchemaAppModelsRiskObjectsMiscellaneousMiscellaneous, type SchemaAppModelsRiskObjectsPartyGroupPartyGroup, type SchemaAppModelsRiskObjectsResidenceMainBuilding, type SchemaAppModelsRiskObjectsResidenceResidence, type SchemaAppModelsRiskObjectsResidenceResidencePreferences, type SchemaAppModelsRiskObjectsRiskObjects, type SchemaAppModelsRiskObjectsSemiTrailerSemiTrailer, type SchemaAppModelsRiskObjectsTeacherTeacher, type SchemaAppModelsRiskObjectsTrailerTrailer, type SchemaAppModelsRiskObjectsTwowheelerPreferences, type SchemaAppModelsRiskObjectsTwowheelerTwoWheeler, type SchemaAppModelsThemeThemeCreateCmd, type SchemaAppModelsUploadExternalRef, type SchemaAppResponsesBaseStatusResponse, type SchemaAppViewsModelsAdvisoryReportAdvisoryReportQueryModelInsurancePolicies, type SchemaAppViewsModelsAdvisoryReportCoverageQueryModelExternalLabel, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyClauseComplianceQueryModelItem, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyComplianceQueryModelItem, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyCoverageComplianceQueryModelItem, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportPolicyPackageQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportRiskDomainActionQueryModelRiskDomain, type SchemaAppViewsModelsAdvisoryReportRiskDomainAdviceQueryModelRiskDomain, type SchemaAppViewsModelsClaimClaim, type SchemaAppViewsModelsClaimDocument, type SchemaAppViewsModelsInvoiceDocument, type SchemaAppViewsModelsOfferAcknowledgement, type SchemaAppViewsModelsOfferGuarantee, type SchemaAppViewsModelsOfferPartyAssignee, type SchemaAppViewsModelsPartyAddresWithMetadataMetaData, type SchemaAppViewsModelsPartyDocumentsPartyDocumentQueryModel, type SchemaAppViewsModelsPartyDocumentsPartydocumentquerymodel, type SchemaAppViewsModelsPartyLink, type SchemaAppViewsModelsPartyManagementQueryModel, type SchemaAppViewsModelsPartyManagementquerymodel, type SchemaAppViewsModelsPartyPartyAssignee, type SchemaAppViewsModelsPartyPartyDocumentsMetaData, type SchemaAppViewsModelsPartyPartyLogoQueryModel, type SchemaAppViewsModelsPartyPartyRelationQueryModelParty, type SchemaAppViewsModelsPartyPartyassignee, type SchemaAppViewsModelsPartyPartylogoquerymodel, type SchemaAppViewsModelsPartyPartyrelationquerymodelParty, type SchemaAppViewsModelsRiskDomainPreventionAdviceQueryModelPreventAdviceRiskDomain, type SchemaAppViewsModelsRiskDomainRiskDomainsQueryModelRiskDomain, type SchemaAppViewsModelsRiskObjectBicycle, type SchemaAppViewsModelsRiskObjectBoat, type SchemaAppViewsModelsRiskObjectCar, type SchemaAppViewsModelsRiskObjectDriver, type SchemaAppViewsModelsRiskObjectFamily, type SchemaAppViewsModelsRiskObjectLegal, type SchemaAppViewsModelsRiskObjectLink, type SchemaAppViewsModelsRiskObjectMiscellaneous, type SchemaAppViewsModelsRiskObjectPartyGroup, type SchemaAppViewsModelsRiskObjectPerson, type SchemaAppViewsModelsRiskObjectResidence, type SchemaAppViewsModelsRiskObjectRiskObjects, type SchemaAppViewsModelsRiskObjectSemiTrailer, type SchemaAppViewsModelsRiskObjectTeacher, type SchemaAppViewsModelsRiskObjectTrailer, type SchemaAppViewsModelsRiskObjectTwoWheeler, type SchemaAragLegalPayload, type SchemaArcesLegalPayload, type SchemaAskLaterQuestion, type SchemaAskLaterQuestionsRequest, type SchemaAskLaterQuestionsResponse, type SchemaAskaPackageChoice, type SchemaAskaPackageChoice_2, type SchemaAskaTravelInsuranceType, type SchemaAskaTravelInsuranceType_2, type SchemaAssetInfo, type SchemaAssignedToType, type SchemaAssociatedCompany, type SchemaAssuDocumentUploadCmd, type SchemaAssuTaskCmd, type SchemaAssuTaskDocument, type SchemaAssuTaskPriority, type SchemaAttachmentType, type SchemaAudits, type SchemaAuth, type SchemaAutomaticEmergencyBreaking, type SchemaAvatars, type SchemaAxaCar, type SchemaAxaCarPayload, type SchemaAxaContractualExcess, type SchemaAxaContractualExcess_2, type SchemaAxaDriver, type SchemaAxaFamilyPayload, type SchemaAxaHome, type SchemaAxaHomePayload, type SchemaAxaItemLimitTier, type SchemaAxaItemLimitTier_2, type SchemaAxaTheftFormulas, type SchemaAxaTheftFormulas_2, type SchemaBackupFrequency, type SchemaBackupFrequency_2, type SchemaBalance, type SchemaBalanceQueryModel, type SchemaBaloiseCar, type SchemaBaloiseCarPayload, type SchemaBaloiseDriver, type SchemaBaloiseFamilyPayload, type SchemaBaloiseHome, type SchemaBaloiseHomePayload, type SchemaBatchUnitResponse, type SchemaBatteryCapacity, type SchemaBicycle, type SchemaBicycleReferenceQueryModel, type SchemaBicycleRiskObjectIdWithRevisionId, type SchemaBicycleSpeed, type SchemaBicycleType, type SchemaBicycleUsage, type SchemaBlindSpotWarning, type SchemaBoat, type SchemaBoatAccidentCoverageLevel, type SchemaBoatAccidentCoverageLevel_2, type SchemaBoatBerthBigCity, type SchemaBoatBerthNlArea, type SchemaBoatBerthType, type SchemaBoatCategory, type SchemaBoatCompetitionType, type SchemaBoatConstructionType, type SchemaBoatMotorKind, type SchemaBoatNlPayloads, type SchemaBoatPreferences, type SchemaBoatReferenceQueryModel, type SchemaBoatRiskObjectIdWithRevisionId, type SchemaBoatTerritory, type SchemaBoatTrailer, type SchemaBoatUsage, type SchemaBookkeeper, type SchemaBrand, type SchemaBrandClub, type SchemaBrandClub_2, type SchemaBrandSortContext, type SchemaBroker, type SchemaBrokerConnectionCreate, type SchemaBrokerConnectionOutlookMailFolderSyncDetails, type SchemaBrokerConnectionUpdate, type SchemaBrokerCreateCmd, type SchemaBrokerIntegrations, type SchemaBrokerIntegrationsPatchCmd, type SchemaBrokerMembershipsCreateCmd, type SchemaBrokerPatchCmd, type SchemaBrokerPlan, type SchemaBrokerSettings, type SchemaBrokerType, type SchemaBrokerUserCreateCmd, type SchemaBrokerWithDistributionName, type SchemaBrokerWithModules, type SchemaBuildingExtra, type SchemaBuildingMaintenanceStatus, type SchemaBuildingPurpose, type SchemaBuildingRentOut, type SchemaBuildingUse, type SchemaCalculateAnvaQuotesRequest, type SchemaCalculateDiasQuotesRequest, type SchemaCalculateProfileaseCarQuoteCmd, type SchemaCalculateProfileaseCarQuoteParams, type SchemaCalculateYellowHiveQuotesRequest, type SchemaCalculationSpecEnumValue, type SchemaCalculationSpecInputType, type SchemaCalculationSpecType, type SchemaCampaignAudienceType, type SchemaCampaignDistributionSettingsQueryModel, type SchemaCampaignExtend, type SchemaCampaignFlowType, type SchemaCampaignGenerateDnsPrefix, type SchemaCampaignInsurance, type SchemaCampaignInsuranceQueryModel, type SchemaCampaignMailTemplateQueryModel, type SchemaCampaignMetrics, type SchemaCampaignQueryModel, type SchemaCampaignQueryModelFull, type SchemaCampaignReferenceQueryModel, type SchemaCampaignSharingOption, type SchemaCampaignSpecifications, type SchemaCampaignSpecificationsQueryModel, type SchemaCampaignStatus, type SchemaCampaignTarget, type SchemaCampaignTargetQueryModel, type SchemaCampaignTemplateCategory, type SchemaCampaignTemplateQueryModel, type SchemaCampaignTemplatesQueryModel, type SchemaCampaignType, type SchemaCampaignVerifiedDnsPrefix, type SchemaCampaignYellowHiveProduct, type SchemaCampaignYellowHiveProductQueryModel, type SchemaCampaignYellowHiveProducts, type SchemaCampaignYellowHiveProductsQueryModel, type SchemaCampaigns, type SchemaCampaignsResponse, type SchemaCar, type SchemaCarCategory, type SchemaCarCategoryCode, type SchemaCarCategoryCode_2, type SchemaCarCategory_2, type SchemaCarClaimType, type SchemaCarClaimType_2, type SchemaCarDemo, type SchemaCarDemo_2, type SchemaCarEvaluationType, type SchemaCarEvaluationType_2, type SchemaCarGlassEvent, type SchemaCarInsuranceInsightPayload, type SchemaCarInsurancePolicyInsightsCarResponse, type SchemaCarInsurancePolicyInsightsDistributionResponse, type SchemaCarInsurancePolicyInsightsPartyResponse, type SchemaCarInsurancePolicyInsightsResponse, type SchemaCarInsured, type SchemaCarInterests, type SchemaCarInterests_2, type SchemaCarLease, type SchemaCarLeaseRatesResponse, type SchemaCarLookUpToQuestion, type SchemaCarLookUpToQuestions, type SchemaCarLookUpToQuestionsCmd, type SchemaCarMileage, type SchemaCarNlPayloads, type SchemaCarPayloads, type SchemaCarPremiumResponse, type SchemaCarProfessionalUsagePurpose, type SchemaCarProfessionalUsagePurpose_2, type SchemaCarReferenceQueryModel, type SchemaCarRiskObjectIdWithRevisionId, type SchemaCarStorage, type SchemaCarTaxation, type SchemaCarTheftProtection, type SchemaCarTheftProtection_2, type SchemaCarTrackingSystem, type SchemaCarTrackingSystem_2, type SchemaCarTrailer, type SchemaCarUsage, type SchemaCarUsagePeriod, type SchemaCarUsagePeriod_2, type SchemaCarUsedFor, type SchemaCarUsedFor_2, type SchemaCarVehicleType, type SchemaCarVehicleType_2, type SchemaCarglassEventCreateParams, type SchemaCategoryType, type SchemaChatCmd, type SchemaChatSummaryDetailed, type SchemaChatSummaryGroup, type SchemaChatSummaryQuestion, type SchemaChatSummarySection, type SchemaCheckupItemType, type SchemaCheckupStatus, type SchemaChild, type SchemaChildProtection, type SchemaChildProtectionDriver, type SchemaChildProtectionPassenger, type SchemaChildProtectionRear, type SchemaChunk, type SchemaCitizensCar, type SchemaCitizensCarPayload, type SchemaCitizensCoverageChoice, type SchemaCitizensCoverageChoice_2, type SchemaCitizensInsuredAmountAccidents, type SchemaCitizensInsuredAmountAccidents_2, type SchemaCitizensInsuredAmountLiability, type SchemaCitizensInsuredAmountLiability_2, type SchemaCitizensSteeringPosition, type SchemaCity, type SchemaCityAutomaticEmergencyBraking, type SchemaCivilState, type SchemaCivilState_2, type SchemaClaim, type SchemaClaimCause, type SchemaClaimCause_2, type SchemaClaimFreeYears, type SchemaClaimFreeYears_2, type SchemaClaimLossAmount, type SchemaClaimLossAmount_2, type SchemaClaimQueryModel, type SchemaClaimStatus, type SchemaClaimType, type SchemaClaimsQueryModel, type SchemaClauseCmd, type SchemaClauseQueryModel, type SchemaCloudDataStorageLocation, type SchemaCollectionMethod, type SchemaCommentary, type SchemaCommentaryQueryModel, type SchemaCompany, type SchemaCompanyCreateCmd, type SchemaCompanyGoodQueryModel, type SchemaCompanyInfo, type SchemaCompanyInfoContent, type SchemaCompanyInventoryQueryModel, type SchemaCompanyInvestmentQueryModel, type SchemaCompanyLeadCreateCmd, type SchemaCompanyLeadCreateReply, type SchemaCompanyLeaseQueryModel, type SchemaCompanyLoanQueryModel, type SchemaCompanyProspectType, type SchemaCompanyProspectsWithLeadOfferRiskObjectsQueryModel, type SchemaCompanyQueryModel, type SchemaCompanyRegistration, type SchemaCompanyRegistrationQueryModel, type SchemaCompanyRegistrationType, type SchemaCompanyRegistrationType_2, type SchemaCompanySearchBy, type SchemaCompareAnswer, type SchemaCompareCmd, type SchemaCompliance, type SchemaComplianceRole, type SchemaConceptReplyGeneratedResponse, type SchemaCondition, type SchemaConditionAction, type SchemaConditionCheckType, type SchemaConditionOperation, type SchemaConditionType, type SchemaConditions, type SchemaConstructionType, type SchemaConstructionTypeFloors, type SchemaConstructionWorkDuration, type SchemaConstructionWorks, type SchemaConstructionYear, type SchemaConstructionYearCategory, type SchemaContactPerson, type SchemaContentValueDefinedType, type SchemaContractConversions, type SchemaConversationAnswer, type SchemaConversationAnswerCompared, type SchemaConversationDocumentPdfModel, type SchemaConversationNote, type SchemaConversationsOriginFilter, type SchemaConversationsOriginFilterItem, type SchemaCountryCodes, type SchemaCountryCodes_2, type SchemaCoverage, type SchemaCoverageCmd, type SchemaCoverageGroupMatchingScore, type SchemaCoverageInsights, type SchemaCoverageLimit, type SchemaCoveragePeriod, type SchemaCoverageQueryModel, type SchemaCoverageUpdateCmd, type SchemaCreateAccountParams, type SchemaCreateAdvisoryReportParams, type SchemaCreateAdvisoryReportRevisionParams, type SchemaCreateAdvisoryReportRevisionV2Params, type SchemaCreateAnvaPartyChildCmd, type SchemaCreateAnvaPartyCompanyCmd, type SchemaCreateAnvaPartyCompanyRegistration, type SchemaCreateAnvaPartyCustomerCmd, type SchemaCreateBicycleRiskObjectParams, type SchemaCreateBoatRiskObjectParams, type SchemaCreateBrokerConnectionParams, type SchemaCreateCampaignAssistantAvatarCmd, type SchemaCreateCampaignCmd, type SchemaCreateCampaignLogoCmd, type SchemaCreateCampaignParams, type SchemaCreateCarRiskObjectParams, type SchemaCreateCompanyLeadParams, type SchemaCreateCompanyProspectParams, type SchemaCreateCustomThemeAsDistributionParams, type SchemaCreateCustomerLeadParams, type SchemaCreateCustomerProspectParams, type SchemaCreateDiasPartyCompanyCmd, type SchemaCreateDiasPartyCompanyRegistration, type SchemaCreateDiasPartyCustomerCmd, type SchemaCreateDistributionConnectionParams, type SchemaCreateDistributionTagParams, type SchemaCreateDistributionUspParams, type SchemaCreateFamilyRiskObjectParams, type SchemaCreateFlowParams, type SchemaCreateFlowSessionParams, type SchemaCreateInsurancePolicyForPartyParams, type SchemaCreateInsuranceProductClauseParams, type SchemaCreateLegalRiskObjectParams, type SchemaCreateMiscellaneousRiskObjectParams, type SchemaCreateMultiResponse, type SchemaCreateNoteForPartyParams, type SchemaCreateOfferRequestForInsuranceCompanyDocxParams, type SchemaCreateOfferRequestForInsuranceCompanyPdfParams, type SchemaCreateOfferRevisionParams, type SchemaCreateOfferV2Params, type SchemaCreatePartyAccidentParams, type SchemaCreatePartyActivitiesParams, type SchemaCreatePartyExternalRefsParams, type SchemaCreatePartyFromCompanyRegistrationParams, type SchemaCreatePartyGroupRiskObjectParams, type SchemaCreateProfileaseCarLeaseOfferParams, type SchemaCreateProfileaseCarOfferCmd, type SchemaCreateProfileaseCarOfferResponse, type SchemaCreateRelationBetweenPartiesParams, type SchemaCreateRelationBetweenPartyAndRiskObjectParams, type SchemaCreateReply, type SchemaCreateReplyUuid, type SchemaCreateResponse, type SchemaCreateRiskObjectExternalRefsParams, type SchemaCreateSemiTrailerRiskObjectParams, type SchemaCreateSignedPartiesUploadUrlParams, type SchemaCreateTaskInAnvaParams, type SchemaCreateTaskInAssuParams, type SchemaCreateTaskInDiasParams, type SchemaCreateTaskInFasterforwardParams, type SchemaCreateToolkitAccountParams, type SchemaCreateToolkitBrokerParams, type SchemaCreateTrailerRiskObjectParams, type SchemaCreateTrialUserParams, type SchemaCreateYellowHiveContactPersonCreateCmd, type SchemaCreditRating, type SchemaCreditScore, type SchemaCrmExportQueryModel, type SchemaCrmExportType, type SchemaCurrency, type SchemaCurrencyValue, type SchemaCustomAdvice, type SchemaCustomAdvicePatchCmd, type SchemaCustomer, type SchemaCustomerCreateCmd, type SchemaCustomerInfo, type SchemaCustomerLeadCreateCmd, type SchemaCustomerLeadCreateReply, type SchemaCustomerProspectType, type SchemaCustomerProspectsWithLeadOfferRiskObjectsQueryModel, type SchemaCustomerQueryModel, type SchemaCustomerSheet, type SchemaCustomerSheetAcceptations, type SchemaCustomersInfoType, type SchemaCyber, type SchemaDasLegalPayload, type SchemaDataType, type SchemaDate, type SchemaDateDsl, type SchemaDeactivateOutlookSyncCmd, type SchemaDeactivateOutlookSyncParams, type SchemaDeductibleType, type SchemaDelaFuneralPayload, type SchemaDeleteMethod, type SchemaDelinkPartyToUserParams, type SchemaDemographicData, type SchemaDiasAfdBranch, type SchemaDiasCalculationPackage, type SchemaDiasClosingQuestion, type SchemaDiasCollectionMethods, type SchemaDiasCoverage, type SchemaDiasCoverageCombination, type SchemaDiasCoverageUpdateCmd, type SchemaDiasDocumentUploadCmd, type SchemaDiasDocumentUploadItem, type SchemaDiasEntity, type SchemaDiasEntityLink, type SchemaDiasEntityType, type SchemaDiasExistingInsurancePackage, type SchemaDiasFlowStatus, type SchemaDiasInsurance, type SchemaDiasInsuranceCompany, type SchemaDiasInsurancePackage, type SchemaDiasInsurancePolicy, type SchemaDiasOfferDocumentResponse, type SchemaDiasOfferMailCmd, type SchemaDiasOfferMailResponse, type SchemaDiasPackage, type SchemaDiasPolicyPackageCalculationJob, type SchemaDiasProduct, type SchemaDiasProductFlowInSession, type SchemaDiasProductImportCmd, type SchemaDiasProductQuestionnaire, type SchemaDiasProductQuestionnaireQueryModel, type SchemaDiasProductQuestionnairesQueryModel, type SchemaDiasProductQuestionnairesUpdateCmd, type SchemaDiasProductQuestionnairesValidateCmd, type SchemaDiasProductSearch, type SchemaDiasProductToInsurancePolicyLink, type SchemaDiasProductUpdateCmd, type SchemaDiasProductsInConversationCmd, type SchemaDiasQuote, type SchemaDiasQuoteCalculationJob, type SchemaDiasQuoteCalculationJobsQueuedResponse, type SchemaDiasSaluation, type SchemaDiasSendOfferInsurancePolicy, type SchemaDiasSendOfferPolicyPackage, type SchemaDiasTaskDocument, type SchemaDiasTitle, type SchemaDimensions, type SchemaDinghy, type SchemaDinghyCategory, type SchemaDirector, type SchemaDisable_2faForMeParams, type SchemaDiscount, type SchemaDisplacement, type SchemaDistances, type SchemaDistribution, type SchemaDistributionCompanyRegistrationValidation, type SchemaDistributionConnectionCreateCmd, type SchemaDistributionConnectionQueryModel, type SchemaDistributionConnectionUpdateCmd, type SchemaDistributionCreateCmd, type SchemaDistributionFrontPageSettings, type SchemaDistributionFrontPageSettingsQueryModel, type SchemaDistributionInvite, type SchemaDistributionLogos, type SchemaDistributionNameValidateCmd, type SchemaDistributionNoveltyInsight, type SchemaDistributionPromotionCreateCmd, type SchemaDistributionPromotionsReply, type SchemaDistributionSettings, type SchemaDistributionSettingsPatchCmd, type SchemaDistributionSignatureMethodQueryModel, type SchemaDistributionSignaturePatchCmd, type SchemaDistributionTagCreateCmd, type SchemaDistributionTagReply, type SchemaDistributionTagsQueryModel, type SchemaDistributionThemeCreateCmd, type SchemaDistributionThemeUpdateCmd, type SchemaDistributionUsp, type SchemaDistributionUspItemCreateCmd, type SchemaDistributionUspItemUpdateCmd, type SchemaDistributionUspReply, type SchemaDistributions, type SchemaDnaYachtBoatPayload, type SchemaDocument, type SchemaDocumentExtractionBatch, type SchemaDocumentExtractionBatchPayload, type SchemaDocumentExtractionEntityInfo, type SchemaDocumentLinkResponse, type SchemaDocumentQueryModel, type SchemaDocumentReferenceQueryModel, type SchemaDocumentResourceType, type SchemaDocumentStatus, type SchemaDocumentType, type SchemaDocumentType_2, type SchemaDomainCar, type SchemaDriveAssistanceSystem, type SchemaDriveTrainLayout, type SchemaDriveTrainLayout_2, type SchemaDriver, type SchemaDriverBrandClubMembership, type SchemaDriverExperience, type SchemaDriverLicenseCode, type SchemaDriverLicenseCode_2, type SchemaDriverLicenseType, type SchemaDriverLicenseType_2, type SchemaDriverVehicle, type SchemaDriverVehicleExperience, type SchemaDriverVehicleUsage, type SchemaDrivingTimes, type SchemaDutyOfCareCheckupItem, type SchemaDutyOfCareKind, type SchemaDutyOfCareStatus, type SchemaEducationLevel, type SchemaEducationLevel_2, type SchemaElectricBatteryType, type SchemaElectricalBikeAssistance, type SchemaElectricalInstallationType, type SchemaElectricalInstallations, type SchemaElectronicStabilityControl, type SchemaEmailActionability, type SchemaEmailAggregateResponse, type SchemaEmailAnalysis, type SchemaEmailAnalysisResponse, type SchemaEmailAnalyzeByEmailIdCmd, type SchemaEmailConversation, type SchemaEmailModel, type SchemaEmailTriageClassification, type SchemaEmailTriageCmd, type SchemaEmailUpdateByEmailIdCmd, type SchemaEmailValidation, type SchemaEmission, type SchemaEmissionStandard, type SchemaEmployeeInformation, type SchemaEmployeeInformationQueryModel, type SchemaEmployees, type SchemaEmploymentType, type SchemaEnable_2faForMeParams, type SchemaEnergyCategory, type SchemaEngine, type SchemaEngineRotations, type SchemaEngineTorque, type SchemaEntityChanges, type SchemaEntityExtraction, type SchemaEntityKey, type SchemaEntityReference, type SchemaEnumSource, type SchemaEnumValue, type SchemaEnums, type SchemaEnumsResponse, type SchemaErrorDetail, type SchemaErrorEnum_401, type SchemaErrorMessages, type SchemaErrorResponse, type SchemaError_401, type SchemaError_403, type SchemaError_422, type SchemaError_429, type SchemaError_4Xx, type SchemaEstablishment, type SchemaEstablishmentQueryModel, type SchemaEuromexLegalPayload, type SchemaExcludedCoverage, type SchemaExhibitionActivity, type SchemaExistsReply, type SchemaExportActivity, type SchemaExportAdvisoryReportByIdParams, type SchemaExportAdvisoryReportCreateCmd, type SchemaExportOption, type SchemaExportsQueued, type SchemaExternalRef, type SchemaExternalRefCompany, type SchemaExternalRefsQueryModel, type SchemaExternalResponseFormatted, type SchemaExtraLegalBenefits, type SchemaExtractDocumentCmd, type SchemaExtractOneDocumentResponse, type SchemaExtractOnePoliciesDocumentResponse, type SchemaExtractSingularDocumentAsInsurancePolicyParams, type SchemaExtractSingularDocumentAsOfferParams, type SchemaExtractSingularDocumentEnqueueParams, type SchemaExtractSingularDocumentInsurancePoliciesEnqueueParams, type SchemaExtractSingularDocumentOffersEnqueueParams, type SchemaExtractSingularDocumentParams, type SchemaExtractSingularDocumentPartyEnqueueParams, type SchemaExtractThemeCmd, type SchemaExtractWebsiteThemeParams, type SchemaExtractedInsurancePolicy, type SchemaExtractedQuestionnaireFilters, type SchemaExtractedQuestionnaireRequest, type SchemaFacade, type SchemaFamilyPayloads, type SchemaFamilyReferenceQueryModel, type SchemaFamilyRiskObjectIdWithRevisionId, type SchemaFamilyStatus, type SchemaFamilyStatus_2, type SchemaFaqCreateCmd, type SchemaFaqItem, type SchemaFaqQueryModel, type SchemaFaqType, type SchemaFasterForwardDocumentUploadCmd, type SchemaFeatureItem, type SchemaFeedback, type SchemaFieldMapping, type SchemaFieldMappingManager, type SchemaFieldOperation, type SchemaFieldTransformer, type SchemaFinConnectLinkQueryModel, type SchemaFinancial, type SchemaFinancialInfo, type SchemaFinancialInstitution, type SchemaFinancing, type SchemaFinishingType, type SchemaFireSpecifications, type SchemaFishCheck, type SchemaFlammableLiquids, type SchemaFleet, type SchemaFleetInfo, type SchemaFleetQueryModel, type SchemaFleetRiskObjectIdWithRevisionId, type SchemaFloatCalculationSpec, type SchemaFloor, type SchemaFlow, type SchemaFlowInfo, type SchemaFlowMailType, type SchemaFlowRequest, type SchemaFlowSessionQueryModel, type SchemaFlowSessionReference, type SchemaFlowSessionStatus, type SchemaFlowStatus, type SchemaFlowSubType, type SchemaFlowType, type SchemaFlowVersion, type SchemaFlowsError, type SchemaFlowsErrorType, type SchemaFlowsInfo, type SchemaFlowsModelsAnvaAnvaInsurancePackageInsurancePolicy, type SchemaFlowsModelsAnvaAnvaPartyBaseAddress, type SchemaFlowsModelsAnvaAnvaQuoteCoverage, type SchemaFlowsModelsAnvaAnvaQuoteDocument, type SchemaFlowsModelsAnvaAnvaQuotePossiblePackage, type SchemaFlowsModelsAnvaSendOfferMailCmdDocument, type SchemaFlowsModelsAnvaWarning, type SchemaFlowsModelsDiasBaseDiasInsurancePackageInsurancePolicy, type SchemaFlowsModelsDiasDiasOfferDocument, type SchemaFlowsModelsDiasDiasOfferMailCmdDiasOfferDocument, type SchemaFlowsModelsDiasDiasPartyBaseAddress, type SchemaFlowsModelsDiasDiasQuoteCoverage, type SchemaFlowsModelsDiasDiasQuotePossiblePackage, type SchemaFlowsModelsDiasDocument, type SchemaFlowsModelsDiasWarning, type SchemaFlowsModelsYellowhiveDocument, type SchemaFlowsModelsYellowhiveWarning, type SchemaFlowsModelsYellowhiveYellowHiveQuoteCoverage, type SchemaForecast, type SchemaForecastDataResponse, type SchemaFormattedExceptionModel, type SchemaFormulaInfo, type SchemaForwardCollisionWarning, type SchemaFoyerCar, type SchemaFoyerCarPayload, type SchemaFoyerDriver, type SchemaFranchise, type SchemaFranchiseLevel, type SchemaFranchiseQueryModel, type SchemaFranchiseType, type SchemaFrontPageCmd, type SchemaFrontPageQueryModel, type SchemaFrontalCrashProtection, type SchemaFrontalCrashProtectionDriver, type SchemaFrontalCrashProtectionPassenger, type SchemaFrontalCrashProtectionRear, type SchemaFsmaStatute, type SchemaFuel, type SchemaFuelCapacity, type SchemaFuelConsumption, type SchemaFullLeaseOfferQueryModel, type SchemaFunction, type SchemaFuneralPayloads, type SchemaFuneralPreference, type SchemaFuneralPreferenceQueryModel, type SchemaFuturePlans, type SchemaGender, type SchemaGeneral, type SchemaGenerateAboutUsCmd, type SchemaGenerateCompanyDescriptionCmd, type SchemaGenerateCompanyDescriptionParams, type SchemaGenerateCompanyDescriptionResponse, type SchemaGenerateCompanySettingsAboutUsParams, type SchemaGenerateConceptReplyCmd, type SchemaGenerateConceptReplyParams, type SchemaGenerateDnsPrefixParams, type SchemaGenerateRecommendationParams, type SchemaGenerateRecommendationsByPartyIdParams, type SchemaGetAddressInfoPremiumResponse, type SchemaGetAdvisoryReportDiffResponse, type SchemaGetAutomobileBrandResponse, type SchemaGetAutomobileBrandsResponse, type SchemaGetAutomobileFactsResponse, type SchemaGetAutomobileSerieResponse, type SchemaGetAutomobileSeriesResponse, type SchemaGetAutomobileVersionResponse, type SchemaGetAutomobileVersionsResponse, type SchemaGetCarInsuranceInsightsParams, type SchemaGetCarPremiumResponse, type SchemaGetCityResponse, type SchemaGetCompanyMultiResponse, type SchemaGetCompanySingleResponse, type SchemaGetDirectorMultiResponse, type SchemaGetNumberPlatePremiumResponse, type SchemaGetSearchAddressNewResponse, type SchemaGetStreetResponse, type SchemaGetVinPremiumResponse, type SchemaGiveSelectedProductsFeedbackParams, type SchemaGuarantee, type SchemaGuaranteeBase, type SchemaGuaranteeContent, type SchemaGuaranteeMatchingScores, type SchemaGuaranteeModification, type SchemaGuaranteeTag, type SchemaHandleCalculateAnvaQuotesForConversationParams, type SchemaHandleCalculateOneAnvaQuoteForConversationParams, type SchemaHandleCalculateOneDiasQuoteForConversationParams, type SchemaHandleCalculateOneYellowhiveQuoteForConversationParams, type SchemaHandleCreateAnvaPartyParams, type SchemaHandleCreateDiasPartyParams, type SchemaHandleCreateDocumentFromQuestionnaireParams, type SchemaHandleCreateYellowhiveContactPersonParams, type SchemaHandleGenerateQuestionsToPrefillByCarParams, type SchemaHandleImportAnvaProductsParams, type SchemaHandleImportDiasProductsParams, type SchemaHandleMarkSessionCompletedParams, type SchemaHandleQueueCalculateAnvaQuotesForConversationParams, type SchemaHandleQueueCalculateDiasQuotesForConversationParams, type SchemaHandleQueueCalculateYellowhiveQuotesForConversationParams, type SchemaHandleQueueSendCustomQuotesToAnvaParams, type SchemaHandleQuoteCalculationV2ExtraParams, type SchemaHandleQuoteMailSendParams, type SchemaHandleQuoteSaveParams, type SchemaHandleRecalculateAnvaSimulationParams, type SchemaHandleRecalculateDiasSimulationParams, type SchemaHandleRecalculateYellowhiveSimulationParams, type SchemaHandleRetrieveConversationReportPdfBySessionIdParams, type SchemaHandleRetrieveProductsV2Params, type SchemaHandleSendDiasOfferMailParams, type SchemaHandleSendOfferMailParams, type SchemaHandleSetAskLaterQuestionIdsParams, type SchemaHandleUpdateAllAnvaQuestionnaireQuestionsByAnvaLabelParams, type SchemaHandleUpdateAnvaPartyParams, type SchemaHandleUpdateAnvaProductCoverageParams, type SchemaHandleUpdateAnvaProductsParams, type SchemaHandleUpdateAnvaQuestionnairesByProductIdParams, type SchemaHandleUpdateDiasQuestionnairesByProductIdParams, type SchemaHandleUpdateDiasflowsProductByIdParams, type SchemaHandleUpdateDiasflowsProductCoverageByIdParams, type SchemaHandleUpdateSessionParams, type SchemaHandleUpdateYellowhiveQuestionnairesByProductIdParams, type SchemaHandleUpsertAnvaClosingQuestionsParams, type SchemaHandleUpsertSupportedAnvaflowsTagParams, type SchemaHandleValidateAnvaQuestionnairesByProductIdParams, type SchemaHandleValidateDiasQuestionnairesByProductIdParams, type SchemaHandleValidateYellowhiveQuestionnairesByProductIdParams, type SchemaHazardLevel, type SchemaHeaders, type SchemaHeatingType, type SchemaHighSpeedAutomaticEmergencyBraking, type SchemaHobbies, type SchemaHolderState, type SchemaHomeAge, type SchemaHomeEvaluationType, type SchemaHomeNlPayloads, type SchemaHomePayloads, type SchemaHomeToWorkDistance, type SchemaHomeToWorkDistance_2, type SchemaHp, type SchemaHttpMethod, type SchemaIbanValidation, type SchemaIdIntResponse, type SchemaIdentificationTypes, type SchemaIdentificationTypes_2, type SchemaImpactTime, type SchemaImpactTime_2, type SchemaImportActivity, type SchemaImportPartyError, type SchemaImportPartyResponse, type SchemaIncomeData, type SchemaInformationRequirementSheetSpecification, type SchemaInputType, type SchemaInsurance, type SchemaInsuranceCarrierType, type SchemaInsuranceCarrierType_2, type SchemaInsuranceCompanyRetrieveResponse, type SchemaInsuranceCompanyTag, type SchemaInsuranceCompanyTag_2, type SchemaInsuranceContent, type SchemaInsuranceExtended, type SchemaInsuranceFsma, type SchemaInsuranceHistory, type SchemaInsuranceModuleExportQueryModel, type SchemaInsuranceModuleExportType, type SchemaInsurancePoliciesQueryModel, type SchemaInsurancePolicyClauseComplianceQueryModel, type SchemaInsurancePolicyClauseComplianceUpdateItemCmd, type SchemaInsurancePolicyComplianceItemCmd, type SchemaInsurancePolicyComplianceQueryModel, type SchemaInsurancePolicyComplianceType, type SchemaInsurancePolicyComplianceUpdateCmd, type SchemaInsurancePolicyCoverageComplianceItemCmd, type SchemaInsurancePolicyCoverageComplianceQueryModel, type SchemaInsurancePolicyCoverageComplianceType, type SchemaInsurancePolicyCoverageComplianceUpdateCmd, type SchemaInsurancePolicyCreateCmd, type SchemaInsurancePolicyCreateType, type SchemaInsurancePolicyDocumentCmd, type SchemaInsurancePolicyDocumentQueryModel, type SchemaInsurancePolicyDocumentType, type SchemaInsurancePolicyEntity, type SchemaInsurancePolicyLinkCmd, type SchemaInsurancePolicyLinkQueryModel, type SchemaInsurancePolicyQueryModel, type SchemaInsurancePolicySimulationSendRequest, type SchemaInsurancePolicySimulationType, type SchemaInsurancePolicySimulationUpsertCmd, type SchemaInsurancePolicyStatus, type SchemaInsurancePolicyType, type SchemaInsurancePolicyType_2, type SchemaInsuranceProduct, type SchemaInsuranceProductAdvices, type SchemaInsuranceProductByDistributionUpdateCmd, type SchemaInsuranceProductClauseCreateCmd, type SchemaInsuranceProductClauseUpdateCmd, type SchemaInsuranceProductClausesQueryModel, type SchemaInsuranceProductEntity, type SchemaInsuranceProductQueryModel, type SchemaInsuranceProductRecommendation, type SchemaInsuranceProductRecommendationPatchCmd, type SchemaInsuranceProductsQueryModel, type SchemaInsuranceTerminationReasonType, type SchemaInsuranceTerminationReasonType_2, type SchemaInsuranceType, type SchemaInsuranceType_2, type SchemaInsuredContentValue, type SchemaInsuredValue, type SchemaInventoryCheckupItem, type SchemaInviteCustomersToPartyParams, type SchemaInviteUsersToDistributionParams, type SchemaInvoice, type SchemaInvoiceQueryModel, type SchemaInvoicesQueryModel, type SchemaIsBurglarProof, type SchemaItServices, type SchemaItem, type SchemaJob, type SchemaJobQueuedResponse, type SchemaJobResult, type SchemaJobResultType, type SchemaJobStatus, type SchemaJointIndustrialCommittee, type SchemaJointIndustrialCommitteeQueryModel, type SchemaJsonRpcError, type SchemaJsonRpcReply, type SchemaKey, type SchemaKeys, type SchemaKind, type SchemaKmPerYear, type SchemaKmPerYear_2, type SchemaKw, type SchemaLabelValueCount, type SchemaLabeledItems, type SchemaLaneCenteringAssist, type SchemaLaneDepartureWarning, type SchemaLaneKeepingAssistance, type SchemaLanguage, type SchemaLanguageCodes, type SchemaLarLegalPayload, type SchemaLastAnswer, type SchemaLateralCrashProtection, type SchemaLateralCrashProtectionDriver, type SchemaLateralCrashProtectionPassenger, type SchemaLateralCrashProtectionRear, type SchemaLeadCampaignQueryModel, type SchemaLeadDocumentQueryModel, type SchemaLeadDocumentType, type SchemaLeadProviderQueryModel, type SchemaLeadProviderResponse, type SchemaLeadProvidersResponse, type SchemaLeadReferenceQueryModel, type SchemaLeadRetrieveReply, type SchemaLeadStatus, type SchemaLeadTransferPayload, type SchemaLeaseOfferDocumentQueryModel, type SchemaLeaseOfferDocumentType, type SchemaLeaseOfferType, type SchemaLeaseType, type SchemaLeaseType_2, type SchemaLegalAid, type SchemaLegalForm, type SchemaLegalForm_2, type SchemaLegalPayloads, type SchemaLegalReferenceQueryModel, type SchemaLegalRiskObjectIdWithRevisionId, type SchemaLength, type SchemaLengthUnit, type SchemaLez, type SchemaLezCity, type SchemaLezPass, type SchemaLezYears, type SchemaLiabilityInfo, type SchemaLiabilityType, type SchemaLiabilityType_2, type SchemaLicense, type SchemaLicensePlateType, type SchemaLicensePlateType_2, type SchemaLink, type SchemaLinkPartyToUserCmd, type SchemaLinkPartyToUserCmdItem, type SchemaLinkPartyToUserParams, type SchemaLinkedCompany, type SchemaLinkedCompanyQueryModel, type SchemaLivingRoomSize, type SchemaLocalisationPatchCmd, type SchemaLocalization, type SchemaLocalized, type SchemaLowerCaseCountryCodes, type SchemaLowerCaseLanguageCodes, type SchemaMachineAcquisitionType, type SchemaMachineDelivery, type SchemaMailEvent, type SchemaMainBuilding, type SchemaMainBuildingType, type SchemaManagement, type SchemaManagementFuturePlans, type SchemaManagementQueryModel, type SchemaMarkSessionAsCompletedModel, type SchemaMarkSessionAsCompletedResponse, type SchemaMaxLoadWeight, type SchemaMaxRoofLoad, type SchemaMaxSpeed, type SchemaMaxVolumeTrunk, type SchemaMaxWeight, type SchemaMembership, type SchemaMercuryModelsAnvaListItem, type SchemaMercuryModelsAssuDocumentUploadCmd, type SchemaMercuryModelsFasterforwardDocumentUploadCmd, type SchemaMercuryModelsFasterforwardFasterForwardSearchRelations, type SchemaMercuryModelsFasterforwardFasterForwardSearchRelationsFasterForwardSearchRelations, type SchemaMercuryModelsFasterforwardListItem, type SchemaMercuryModelsFasterforwardTaskCmd, type SchemaMercuryModelsFasterforwardTaskPriority, type SchemaMercuryModelsMDiasTaskCmd, type SchemaMercuryModelsMDiasTaskPriority, type SchemaMergePartiesIntoPartyByIdParams, type SchemaMetadata, type SchemaMicrosoftOutlookMailFolder, type SchemaMicrosoftOutlookMailFolders, type SchemaMimeType, type SchemaMinVolumeTrunk, type SchemaMinimalBicycle, type SchemaMinimalBoat, type SchemaMinimalCar, type SchemaMinimalClaim, type SchemaMinimalCoverageQueryModel, type SchemaMinimalCustomerPartyQueryModel, type SchemaMinimalCustomerPartyQueryModels, type SchemaMinimalDutyOfCareItem, type SchemaMinimalFamily, type SchemaMinimalFleet, type SchemaMinimalInsurancePolicy, type SchemaMinimalInsurancePolicyQueryModel, type SchemaMinimalInventorySummary, type SchemaMinimalInvoice, type SchemaMinimalLegal, type SchemaMinimalMiscellaneous, type SchemaMinimalOfferQueryModel, type SchemaMinimalPartyGroup, type SchemaMinimalPartyQueryModel, type SchemaMinimalPolicyPackage, type SchemaMinimalResidence, type SchemaMinimalRiskObject, type SchemaMinimalRiskObjects, type SchemaMinimalSemiTrailer, type SchemaMinimalTeacher, type SchemaMinimalTrailer, type SchemaMinimalTwoWheeler, type SchemaMinimalUser, type SchemaMinimalUserQueryModels, type SchemaMiscellaneous, type SchemaMiscellaneousRiskObjectIdWithRevisionId, type SchemaMortgage, type SchemaMostImportantItems, type SchemaMostImportantItems_2, type SchemaMotorType, type SchemaMotorType_2, type SchemaMotorcycleInterests, type SchemaMotorcycleInterests_2, type SchemaMultiAffiliationInfoQueryModel, type SchemaMultiAffiliationQueryModel, type SchemaMultiAnvaAdnCoverageQueryModel, type SchemaMultiAnvaClosingQuestionQueryModel, type SchemaMultiAnvaCoverageQueryModel, type SchemaMultiAnvaInsuranceCompanyQueryModel, type SchemaMultiAnvaInsuranceQueryModel, type SchemaMultiAnvaLabelQueryModel, type SchemaMultiAnvaProductQueryModel, type SchemaMultiAnvaQuestionByAnvaLabelUpdateCmd, type SchemaMultiAnvaTagQueryModel, type SchemaMultiBrokerQueryModel, type SchemaMultiDiasAfdBranchQueryModel, type SchemaMultiDiasInsuranceQueryModel, type SchemaMultiDiasPartySaluationQueryModel, type SchemaMultiDiasPartyTitleQueryModel, type SchemaMultiDiasProductQueryModel, type SchemaMultiDiasProductSearchQueryModel, type SchemaMultiFlowSessionItemQueryModel, type SchemaMultiFlowSessionQueryModel, type SchemaMultiLeaseOfferQueryModel, type SchemaMultiOfferQueryModel, type SchemaMultiPartyQueryModel, type SchemaMultiQuoteBeSession, type SchemaMultiQuoteNlSession, type SchemaMultiYellowHiveCoverageQueryModel, type SchemaMultiYellowHiveInsuranceQueryModel, type SchemaMultiYellowHiveProductQueryModel, type SchemaNationalIdentificationNumberValidation, type SchemaNatsError, type SchemaNextActionItem, type SchemaNextActionSource, type SchemaNextActionType, type SchemaNotice, type SchemaNumberPlateInfo, type SchemaNumberPlatePremiumResponse, type SchemaOccupationType, type SchemaOfferCampaignQueryModel, type SchemaOfferCreateCmdV2, type SchemaOfferCreateResponse, type SchemaOfferCreateRevisionCmd, type SchemaOfferPatchBulkCmd, type SchemaOfferPayment, type SchemaOfferRejectionCancellationReason, type SchemaOfferRequestForInsuranceCompanyCreateCmd, type SchemaOfferRequestForInsuranceCompanyInsuranceProductItem, type SchemaOfferRequestForInsuranceCompanyItem, type SchemaOfferRequestForInsuranceCompanyItemWithId, type SchemaOfferRequestForInsuranceCompanyParty, type SchemaOfferRevisionDocument, type SchemaOfferRevisionDocumentType, type SchemaOfferRevisionPatchCmd, type SchemaOfferRevisionQueryModel, type SchemaOfferRevisionReferenceQueryModel, type SchemaOfferStatus, type SchemaOfferWarning, type SchemaOmniumFormula, type SchemaOmniumFormulaByName, type SchemaOmniumFormulaByName_2, type SchemaOmniumFormula_2, type SchemaOnesuranceAction, type SchemaOnesuranceActionType, type SchemaOnesuranceAdvice, type SchemaOnesuranceAdviceLevel, type SchemaOnesuranceAdviceType, type SchemaOnesuranceExplanationData, type SchemaOnesuranceIntent, type SchemaOnesurancePartyData, type SchemaOnesuranceProduct, type SchemaOnesuranceQuickFeedback, type SchemaOnesuranceRecommendation, type SchemaOnesuranceRecommendationType, type SchemaOnesuranceRecommendations, type SchemaOnesuranceRelationDetails, type SchemaOpenClaimsCheckupItem, type SchemaOptimcoCar, type SchemaOptimcoCarPayload, type SchemaOptimcoDriver, type SchemaOptimcoFamilyPayload, type SchemaOptions, type SchemaOrderInsurancePolicyForAdvisoryReportRevisionParams, type SchemaOrigin, type SchemaOtherSafetySystems, type SchemaOutlook, type SchemaOutlookAttachment, type SchemaOutlookConnectionDetails, type SchemaOutlookEmailDetailWithAnalysis, type SchemaOutlookEmailItemWithAnalysis, type SchemaOutlookEmailsWithAnalysis, type SchemaOutlookMailHeader, type SchemaOutlookMailRecepient, type SchemaOverdueInvoicesCheckupItem, type SchemaOverrideInsuranceProductRecommendationParams, type SchemaOverridePreventionAdviceRecommendationParams, type SchemaPackagesToProposeCheckupItem, type SchemaPaginatedInsuranceCompanyResponse, type SchemaPaginatedLeadReply, type SchemaPaginatedOffersResponse, type SchemaPaginatedOffersV2Response, type SchemaPagination, type SchemaParcelData, type SchemaPartiesQueryModel, type SchemaPartiesQueryModelItem, type SchemaPartiesSearchCmd, type SchemaPartiesSearchItem, type SchemaPartiesSearchResponse, type SchemaPartyAddresses, type SchemaPartyAssigneesUpdateCmd, type SchemaPartyCheckupResponse, type SchemaPartyComplianceType, type SchemaPartyConversationNotes, type SchemaPartyCurrentAccountInsightsQueryModel, type SchemaPartyDocument, type SchemaPartyDocumentQueryModel, type SchemaPartyDocumentType, type SchemaPartyDocumentUpload, type SchemaPartyDocuments, type SchemaPartyEntity, type SchemaPartyExternalRefsCreateCmd, type SchemaPartyExternalRefsQueryModel, type SchemaPartyGroupCustomerQueryModel, type SchemaPartyGroupReferenceQueryModel, type SchemaPartyGroupRiskObjectIdWithRevisionId, type SchemaPartyInvite, type SchemaPartyKycItem, type SchemaPartyKycQueryModel, type SchemaPartyLink, type SchemaPartyLinkQueryModel, type SchemaPartyLogoCmd, type SchemaPartyLogoQueryModel, type SchemaPartyMergeCmd, type SchemaPartyNoteCmd, type SchemaPartyOriginFilter, type SchemaPartyOriginFilterItem, type SchemaPartyPatchCmd, type SchemaPartyPreferences, type SchemaPartyPreferencesQueryModel, type SchemaPartyQueryModel, type SchemaPartyRelation, type SchemaPartyRelationCreateCmd, type SchemaPartyRelationQueryModel, type SchemaPartyRelationType, type SchemaPartyRelationType_2, type SchemaPartySocialLinks, type SchemaPartyStatus, type SchemaPartyStatus_2, type SchemaPartyTransferPayload, type SchemaPartyWithMetadata, type SchemaPaymentInterval, type SchemaPaymentIntervalLowerCaseValues, type SchemaPaymentInterval_2, type SchemaPaymentMethod, type SchemaPaymentMethod_2, type SchemaPaymentStatus, type SchemaPedestrianDetection, type SchemaPendingUpgradesReply, type SchemaPerformance, type SchemaPeriodicCash, type SchemaPermittedTowbarDownload, type SchemaPermittedTrailerLoadWithoutBrakes, type SchemaPersonalizedAdvice, type SchemaPersonalizedAdviceResponse, type SchemaPersonnelDetails, type SchemaPhysicalProperties, type SchemaPiaContractConversionStatus, type SchemaPlanQueryModel, type SchemaPlanStatus, type SchemaPlansReply, type SchemaPnpCar, type SchemaPnpCarPayload, type SchemaPnpDriver, type SchemaPnpFamilyPayload, type SchemaPnpHome, type SchemaPnpHomePayload, type SchemaPoliciesToProposeCheckupItem, type SchemaPolicyDocumentType, type SchemaPolicyHolderRelation, type SchemaPolicyHolderRelation_2, type SchemaPolicyPackageCreateCmd, type SchemaPolicyPackageEntity, type SchemaPolicyPackageQueryModel, type SchemaPolicyPackagesQueryModel, type SchemaPossibleInsuranceProductQueryModel, type SchemaPossibleInsuranceProductsQueryModel, type SchemaPostInsuranceTermsChatFeedbackParams, type SchemaPostInsuranceTermsChatParams, type SchemaPostInsuranceTermsComparisonParams, type SchemaPreferredWayOfContact, type SchemaPremium, type SchemaPremiumQueryModel, type SchemaPreventAdvice, type SchemaPreventionAdvice, type SchemaPreventionAdviceDistributionUpdateCmd, type SchemaPreventionAdviceQueryModel, type SchemaPreventionAdviceRecommendation, type SchemaPreventionAdviceRecommendationPatchCmd, type SchemaPreventionMeasure, type SchemaPreventionPlan, type SchemaPrice, type SchemaPriceQualityRatio, type SchemaPriceRange, type SchemaPriorityTag, type SchemaProductInfo, type SchemaProductV2, type SchemaProductsFilterSort, type SchemaProductsGroupBy, type SchemaProductsV2Filter, type SchemaProductsV2Response, type SchemaProfession, type SchemaProfileaseLeaseRate, type SchemaProfileaseLeaseResidual, type SchemaProfileaseLeaseType, type SchemaProfileaseQuote, type SchemaPromotion, type SchemaPromotionCriteria, type SchemaPromotionModifications, type SchemaPromotionQueryModel, type SchemaPropertyType, type SchemaProspectCreationResponse, type SchemaProspectReferenceQueryModel, type SchemaProspectType, type SchemaProvenanceDocumentReference, type SchemaPublicConnectionQueryModel, type SchemaPublicConnectionsQueryModel, type SchemaPublicDistributionConnectionQueryModel, type SchemaQuestion, type SchemaQuestionGroup, type SchemaQuestionUpdateCmd, type SchemaQuestionnaire, type SchemaQuote, type SchemaQuoteDetails, type SchemaQuoteExport, type SchemaQuoteExportRequest, type SchemaQuoteExportResponse, type SchemaQuoteMailSendRequest, type SchemaQuoteMailSendResponse, type SchemaQuoteReferenceQueryModel, type SchemaQuoteRequestV2Base, type SchemaQuoteResponse, type SchemaQuoteResponseV2, type SchemaQuoteSpecification, type SchemaQuoteStatus, type SchemaRateLimitErrorMsgEnum, type SchemaRearAutomaticEmergencyBraking, type SchemaRearCrossTrafficWarning, type SchemaRecalculateAnvaQuoteRequest, type SchemaRecalculateAnvaSimulationCmd, type SchemaRecalculateDiasQuoteRequest, type SchemaRecalculateDiasSimulationCmd, type SchemaRecalculateYellowHiveQuoteRequest, type SchemaRecalculateYellowHiveSimulationCmd, type SchemaRecommendation, type SchemaRecommendationLevel, type SchemaRecommendationReferenceQueryModel, type SchemaRecommendationsBaseCreateCmd, type SchemaRecommendationsCreateCmd, type SchemaRecommendationsQueryModel, type SchemaRecommendationsV2CreateCmd, type SchemaReconstructionValueDefinedType, type SchemaReference, type SchemaRegex, type SchemaRegistration, type SchemaRelations, type SchemaRentOutTerm, type SchemaRepairCosts, type SchemaReportRevisionStatus, type SchemaReportRevisionStatusSubset, type SchemaResidenceBuildingType, type SchemaResidenceComplianceType, type SchemaResidenceFloodType, type SchemaResidenceMonumentType, type SchemaResidencePreferences, type SchemaResidenceReferenceQueryModel, type SchemaResidenceRiskObjectIdWithRevisionId, type SchemaResidenceTheftProtection, type SchemaResidenceUsage, type SchemaRestrictiveAddress, type SchemaRestrictiveCar, type SchemaRestrictiveDriveAssistanceSystem, type SchemaRestrictiveDriver, type SchemaRetrieveAdvisoryReportFrontPageStandalonePdfParams, type SchemaRetrieveFlowResponse, type SchemaRetrieveQuestionnaireResponse, type SchemaRetrieveQuotesBatchResponse, type SchemaRetrieveQuotesExportsResponse, type SchemaRetrieveQuotesInsightsResponse, type SchemaRideHeight, type SchemaRiskAddress, type SchemaRiskAnalysisSubjects, type SchemaRiskData, type SchemaRiskDomain, type SchemaRiskDomainActionQueryModel, type SchemaRiskDomainAdviceQueryModel, type SchemaRiskDomainDistributionUpdateCmd, type SchemaRiskDomainQueryModel, type SchemaRiskDomainsQueryModel, type SchemaRiskObject, type SchemaRiskObjectCarType, type SchemaRiskObjectCarType_2, type SchemaRiskObjectComplianceItem, type SchemaRiskObjectComplianceQueryModel, type SchemaRiskObjectCreationError, type SchemaRiskObjectCreationResponse, type SchemaRiskObjectEntity, type SchemaRiskObjectExternalRefsCreateCmd, type SchemaRiskObjectExternalRefsQueryModel, type SchemaRiskObjectFamilyType, type SchemaRiskObjectInFleet, type SchemaRiskObjectLegalType, type SchemaRiskObjectPartyGroupType, type SchemaRiskObjectPartyRelation, type SchemaRiskObjectReferenceQueryModel, type SchemaRiskObjectRelationCreateCmd, type SchemaRiskObjectRelationQueryModel, type SchemaRiskObjectRelationUpdateCmd, type SchemaRiskObjectResidenceType, type SchemaRiskObjectRevisionIds, type SchemaRiskObjectRevisions, type SchemaRiskObjectTeacherType, type SchemaRiskObjectTwoWheelerType, type SchemaRiskObjectType, type SchemaRiskObjectType_2, type SchemaRiskObjectsWithRevision, type SchemaRizivConventionStatus, type SchemaRizivConventionStatus_2, type SchemaRizivMember, type SchemaRoleFilter, type SchemaRoleFilterType, type SchemaRollingWorkEquipmentType, type SchemaRollingWorkEquipmentType_2, type SchemaRoofConstructionType, type SchemaRoofTypes, type SchemaRooms, type SchemaRules, type SchemaSafety, type SchemaSafetyFeatureOption, type SchemaSafetyStickCar, type SchemaSafetyStickCarPayload, type SchemaSafetyStickDriver, type SchemaSalaryCoefficient, type SchemaSalaryCoefficient_2, type SchemaSatelliteProtection, type SchemaSatelliteProtectionSystem, type SchemaSatelliteProtectionSystem_2, type SchemaSavingTypes, type SchemaSavingTypes_2, type SchemaSearchAddress, type SchemaSearchPartiesParams, type SchemaSection, type SchemaSecurityMeasure, type SchemaSelectedRecommendationsFeedback, type SchemaSemiTrailerRiskObjectIdWithRevisionId, type SchemaSemiTrailerType, type SchemaSendAdvisoryReportRevisionMailParams, type SchemaSendMailForSimulationParams, type SchemaSendOfferMailCmd, type SchemaSendOfferMailResponse, type SchemaSentimentType, type SchemaSeriesSortContext, type SchemaSeriesWithoutModel, type SchemaServerError, type SchemaServerErrorMsgEnum, type SchemaSessionCompletedRemarks, type SchemaSessionReport, type SchemaShareholder, type SchemaShareholderQueryModel, type SchemaSignatureBox, type SchemaSiloCapacity, type SchemaSingleAffiliationQueryModel, type SchemaSingleAuditDetailQueryModel, type SchemaSingleAuditQueryModel, type SchemaSingleUserQueryModel, type SchemaSingularityJobQueuedResponse, type SchemaSingularityJobResultBase, type SchemaSingularityModelsDocumentExtractorCmdLink, type SchemaSingularityModelsPartyCheckupLink, type SchemaSmtCompany, type SchemaSocialLinks, type SchemaSort, type SchemaSourceInfo, type SchemaSpeedAssistance, type SchemaSplitCost, type SchemaSportHobbies, type SchemaSportHobbies_2, type SchemaStateOfChildren, type SchemaStateOfChildren_2, type SchemaStatus, type SchemaStatusReply, type SchemaStatusResponse, type SchemaSteeringPosition, type SchemaSteeringPosition_2, type SchemaStorageSecurity, type SchemaStorageSecurity_2, type SchemaStreet, type SchemaStringCalculationSpec, type SchemaSubcity, type SchemaSubjectToVat, type SchemaSubjectToVat_2, type SchemaSupplierType, type SchemaSupplierType_2, type SchemaSupportedFileTypesResponse, type SchemaSupportedProFlowCountryCodes, type SchemaSurveillanceEquipmentType, type SchemaSwimmingPoolType, type SchemaSwitchCandidatesCheckupItem, type SchemaSymbol, type SchemaSystemCampaignType, type SchemaTableColumn, type SchemaTableRules, type SchemaTag, type SchemaTagContentItem, type SchemaTankLocationType, type SchemaTax, type SchemaTaxBaseBe, type SchemaTaxField, type SchemaTaxPaymentDetails, type SchemaTaxPaymentTime, type SchemaTeacherRiskObjectIdWithRevisionId, type SchemaTeams, type SchemaTechnicalEquipmentType, type SchemaTechniekNederlandTypeOfCompany, type SchemaTechniekNederlandTypeOfCompanySpecification, type SchemaTechniekNederlandTypeOfCompanySpecification_2, type SchemaTechniekNederlandTypeOfCompany_2, type SchemaTelephonenrCategory, type SchemaTelephonenrCategory_2, type SchemaTheftFormulas, type SchemaTheftFormulas_2, type SchemaTheme, type SchemaThemes, type SchemaThirdPartyActivity, type SchemaThirdPartyConstructionWorkInsuranceType, type SchemaThirdPartyConstructionWorkInsuranceType_2, type SchemaTitleAndMessageResponse, type SchemaTokenReply, type SchemaToolkitAccountCreateCmd, type SchemaToolkitBrokerCreateCmd, type SchemaToolkitBrokerCreationResponse, type SchemaToolkitLicenseType, type SchemaTrailerRiskObjectIdWithRevisionId, type SchemaTrailerTonnageCategory, type SchemaTrailerType, type SchemaTrailerType_2, type SchemaTransferCandidatesCheckupItem, type SchemaTransferLeadByIdParams, type SchemaTransferPartyByIdParams, type SchemaTransmissionType, type SchemaTransmissionType_2, type SchemaTransportInfo, type SchemaTravelMethods, type SchemaTravelMethods_2, type SchemaTravelsAYear, type SchemaTravelsAYear_2, type SchemaTriageEmailParams, type SchemaTriageResponse, type SchemaTrialOnboarding, type SchemaTrinityHandlersNatsOnboardingModelsUserIdResponse, type SchemaTrinityModelsUserAccountCreateCmdBroker, type SchemaTrinityModelsUserAccountCreateCmdDistribution, type SchemaTrinityModelsUserAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserToolkitAccountCreateCmdBroker, type SchemaTrinityModelsUserToolkitAccountCreateCmdDistribution, type SchemaTrinityModelsUserToolkitAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserTrialOnboardingDistribution, type SchemaTrinityModelsUserTrialOnboardingUserOVerwrite, type SchemaTruckDestination, type SchemaTruckDestination_2, type SchemaTurnover, type SchemaTwoFactorCreateCmd, type SchemaTwoFactorDisableCmd, type SchemaTwoFactorResponse, type SchemaTwoWheelerCategories, type SchemaTwoWheelerReferenceQueryModel, type SchemaTwoWheelerRiskObjectIdWithRevisionId, type SchemaTwoWheelerVehicleType, type SchemaTypeOfWork, type SchemaTypeOfWork_2, type SchemaTypedKeys, type SchemaUnitOfLength, type SchemaUnitOfLength_2, type SchemaUpdateAdvicesByInsuranceProductInDistributionParams, type SchemaUpdateAdvisoryReportAcceptanceByIdParams, type SchemaUpdateAdvisoryReportMetadataByIdParams, type SchemaUpdateAnvaPartyCompanyCmd, type SchemaUpdateAnvaPartyCustomerCmd, type SchemaUpdateBicycleRiskObjectByIdV2Params, type SchemaUpdateBoatRiskObjectByIdV2Params, type SchemaUpdateBrokerByIdParams, type SchemaUpdateBrokerConnectionByKeyParams, type SchemaUpdateCampaignAssistantAvatarCmd, type SchemaUpdateCampaignByIdParams, type SchemaUpdateCampaignCmd, type SchemaUpdateCampaignLogoCmd, type SchemaUpdateCarRiskObjectByIdV2Params, type SchemaUpdateCustomThemeAsDistributionParams, type SchemaUpdateDistributionConnectionByKeyParams, type SchemaUpdateDocumentByPartyIdParams, type SchemaUpdateEmailByIdParams, type SchemaUpdateFamilyRiskObjectByIdV2Params, type SchemaUpdateInsurancePolicyComplianceParams, type SchemaUpdateInsurancePolicyCoverageComplianceParams, type SchemaUpdateInsuranceProductClauseParams, type SchemaUpdateInsuranceProductInDistributionParams, type SchemaUpdateIntegrationsByBrokerIdParams, type SchemaUpdateLegalRiskObjectByIdV2Params, type SchemaUpdateMeUserByIdParams, type SchemaUpdateMiscellaneousRiskObjectByIdV2Params, type SchemaUpdateOfferRevisionParams, type SchemaUpdateOffersInBulkParams, type SchemaUpdatePartyActivityParams, type SchemaUpdatePartyAssigneesParams, type SchemaUpdatePartyByIdParams, type SchemaUpdatePartyGroupRiskObjectByIdV2Params, type SchemaUpdatePartyNoteByIdParams, type SchemaUpdatePasswordCmd, type SchemaUpdatePasswordForUserByUserIdParams, type SchemaUpdatePreventionAdviceInDistributionParams, type SchemaUpdateRelationByIdParams, type SchemaUpdateResidenceRiskObjectByIdV2Params, type SchemaUpdateRiskDomainActionFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainAdviceFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainInDistributionParams, type SchemaUpdateRiskObjectRelationByIdParams, type SchemaUpdateSemiTrailerRiskObjectByIdV2Params, type SchemaUpdateSessionCmd, type SchemaUpdateSettingsByDistributionIdParams, type SchemaUpdateTrailerRiskObjectByIdV2Params, type SchemaUpdateTwoWheelerRiskObjectByIdV2Params, type SchemaUpdateUspByIdParams, type SchemaUpdatedRiskObjectRevisionReply, type SchemaUploadDocumentPatchCmd, type SchemaUploadDocumentsInAnvaParams, type SchemaUploadDocumentsInAssuParams, type SchemaUploadDocumentsInDiasParams, type SchemaUploadDocumentsInFasterforwardParams, type SchemaUploadSignedUrlResponse, type SchemaUpsertActionFromAdviceInAdvisoryReportRevisionParams, type SchemaUpsertFaqItemParams, type SchemaUpsertInsurancePolicyForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicyPackageForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicySimulationForPartyParams, type SchemaUpsertPolicyPackageByPartyParams, type SchemaUserMeUpdateCmd, type SchemaUserRole, type SchemaValidator, type SchemaValuableItem, type SchemaValueUnitInt, type SchemaValueUnitStr, type SchemaVatType, type SchemaVatType_2, type SchemaVehicleRegistrationDateType, type SchemaVehicleRegistrationPlateValidation, type SchemaVehicleSearch, type SchemaVerifyIfADistributionExistsByCompanyRegistrationParams, type SchemaVerifyIfADistributionExistsByNameParams, type SchemaVerifyIfAUserExistsByEmailParams, type SchemaVersion, type SchemaVersionSortContext, type SchemaVillasureHomePayload, type SchemaVinInfo, type SchemaVinPremiumResponse, type SchemaViviumCar, type SchemaViviumCarPayload, type SchemaViviumDriver, type SchemaViviumFamilyPayload, type SchemaViviumHome, type SchemaViviumHomePayload, type SchemaVoltage, type SchemaWageBill, type SchemaWarningMsg, type SchemaWarranyOptions, type SchemaWarranyOptions_2, type SchemaWeightEmpty, type SchemaWgBeApiAddressModelsAddressAddress, type SchemaWgBeApiAddressModelsAddressInformationV2Company, type SchemaWgBeApiAddressModelsAddressInformationV2Link, type SchemaWgBeApiAddressModelsPersonsDirectorsCompany, type SchemaWgBeApiAddressModelsVatCompanyActivity, type SchemaWgBeApiAddressModelsVatCompanyAssetInfo, type SchemaWgBeApiAddressModelsVatCompanyContactPerson, type SchemaWgBeApiAddressModelsVatCompanyFleetInfo, type SchemaWgBeApiAddressModelsVatCompanyLink, type SchemaWgBeApiAddressModelsVatCompanyPersonnelDetails, type SchemaWgBeApiAddressModelsVatCompanyThirdPartyActivity, type SchemaWgBeApiAddressModelsVatCompanyTurnover, type SchemaWgBeApiAddressModelsVatCompanyWorkforce, type SchemaWgBeApiQuotesModelsBaseLocalization, type SchemaWgBeApiQuotesModelsBaseLocalization_2, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsCar, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsFamily, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsLegal, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsPartyGroup, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsResidence, type SchemaWgPyModelsComplexAddress, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoMachineDelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoPeriodicCash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoSiloCapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoMachinedelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoPeriodiccash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoSilocapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorksConstructionWorkDuration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworksConstructionworkduration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactPerson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactperson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFleetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalAid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalaid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyManagementFunction, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonnelDetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonneldetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdPartyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdpartyactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWageBill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWagebill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsAnnexAnnex, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverAssistanceSystemDriveAssistanceSystem, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverCarInsured, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriver, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsInsuranceHistoryInsuranceHistory, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsPersonPerson, type SchemaWgPyModelsDomainInsuranceInsurancesAedesAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzEnumsCarUsedFor, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesAragLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesArcesLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesAxaAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAxaCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsHolderState, type SchemaWgPyModelsDomainInsuranceInsurancesAxaFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesDasLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralParty, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralPartyGroup, type SchemaWgPyModelsDomainInsuranceInsurancesEuromexLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesLarLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesPnpFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesViviumCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesViviumFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumResidenceRooms, type SchemaWgPyModelsDomainInsuranceProspectCompany, type SchemaWgPyModelsDomainInsuranceProspectCompany_2, type SchemaWgPyModelsDomainInsuranceProspectCustomer, type SchemaWgPyModelsDomainInsuranceProspectCustomer_2, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferences, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferencesFuneralPreference, type SchemaWgPyModelsDomainInsuranceProspectPartypreferences, type SchemaWgPyModelsDomainInsuranceProspectPartypreferencesFuneralpreference, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesPartyExternalRefsQueryModel, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBicycleBicycle, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBoatBoat, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsCarCar, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsMiscMiscellaneous, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerSemiTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainInsuranceRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyPerson, type SchemaWgPyModelsDomainInsuranceRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceAnnexAnnex, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingFacade, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingMainBuilding, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidencePreferencesResidencePreferences, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceRoomsRooms, type SchemaWgPyModelsDomainInsuranceRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccident, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccidentStatement, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarInsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarinsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverbrandclubmembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleusage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainWegroupComplexAddress, type SchemaWgPyModelsDomainWegroupComplexAddress_2, type SchemaWgPyModelsDomainWegroupComplexCompanyRegistration, type SchemaWgPyModelsDomainWegroupComplexCompanyregistration, type SchemaWgPyModelsDomainWegroupComplexLocalization, type SchemaWgPyModelsDomainWegroupEnumsCarUsedFor, type SchemaWgPyModelsDomainWegroupEnumsClaimFreeYears, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsCurrency, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsGender, type SchemaWgPyModelsDomainWegroupEnumsHolderState, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes_2, type SchemaWgPyModelsDomainWegroupEnumsMiscellaneousType, type SchemaWgPyModelsDomainWegroupEnumsOfferRevisionDocumentType, type SchemaWgPyModelsDomainWegroupEnumsProfession, type SchemaWgPyModelsDomainWegroupEnumsProspectType, type SchemaWgPyModelsDomainWegroupEnumsProspectType_2, type SchemaWgPyModelsDomainWegroupRestResponsesStatusResponse, type SchemaWgPyModelsEnumsCoveragePeriod, type SchemaWgPyModelsEnumsCoverageperiod, type SchemaWgPyModelsNatsCompany, type SchemaWgPyModelsSmtReadInsuranceInsuranceProductQueryModelRiskDomain, type SchemaWgPyModelsSmtReadProspectExternalRefsQueryModel, type SchemaWgPyModelsSmtReadProspectManagementQueryModel, type SchemaWgPyModelsSmtReadProspectPartyDocumentQueryModel, type SchemaWgPyModelsSmtReadProspectPartyLogoQueryModel, type SchemaWgPyModelsUserCompany, type SchemaWgsdkQuotesCarEvaluationType, type SchemaWgsdkQuotesCountryCodes, type SchemaWgsdkSmtAccident, type SchemaWgsdkSmtAccidentStatement, type SchemaWgsdkSmtCarEvaluationType, type SchemaWgsdkSmtCountryCodes, type SchemaWgsdkSmtCoveragePeriod, type SchemaWgsdkSmtGender, type SchemaWgsdkSmtInsuranceHistory, type SchemaWgsdkSmtProfession, type SchemaWheelBase, type SchemaWheelBaseArray, type SchemaWheelRimSizeArray, type SchemaWheelRimsSize, type SchemaWheelSize, type SchemaWheelSizeArray, type SchemaWidth, type SchemaWindow, type SchemaWorkforce, type SchemaWorkforcePossibleDanger, type SchemaWorkingMethod, type SchemaYellowHiveCoverage, type SchemaYellowHiveInsurance, type SchemaYellowHiveInsurancePolicy, type SchemaYellowHiveProduct, type SchemaYellowHiveProductQuestionnaire, type SchemaYellowHiveProductQuestionnaireQueryModel, type SchemaYellowHiveProductQuestionnairesQueryModel, type SchemaYellowHiveProductQuestionnairesUpdateCmd, type SchemaYellowHiveProductQuestionnairesValidateCmd, type SchemaYellowHiveProductToInsurancePolicyLink, type SchemaYellowHiveProductsInConversationCmd, type SchemaYellowHiveQuote, type SchemaYellowHiveQuoteCalculationJob, type SchemaYellowHiveQuoteCalculationJobsQueuedResponse, type SeachStreetsByCityAndCountryQueryParams, type SeachStreetsByCityAndCountryResponse, type SearchAddressesByCountryQueryParams, type SearchAddressesByCountryResponse, type SearchAssuPartiesQueryParams, type SearchAssuPartiesResponse, type SearchCitiesByCountryQueryParams, type SearchCitiesByCountryResponse, type SearchDirectorsByFirstAndLastNameQueryParams, type SearchDirectorsByFirstAndLastNameResponse, type SearchEnterprisesByCountryQueryParams, type SearchEnterprisesByCountryResponse, type SearchFasterforwardPartiesQueryParams, type SearchFasterforwardPartiesResponse, type SearchPartiesBody, type SearchPartiesQueryParams, type SearchPartiesResponse, type SearchVehiclesBody, type SearchVehiclesQueryParams, type SearchVehiclesResponse, type SendAdvisoryReportAsMailBody, type SendAdvisoryReportAsMailPathParams, type SendAdvisoryReportAsMailQueryParams, type SendAdvisoryReportAsMailResponse, type SendAnvaInquiryAsCustomerBody, type SendAnvaInquiryAsCustomerResponse, type SendClaimToKeypointPathParams, type SendClaimToKeypointQueryParams, type SendClaimToKeypointResponse, type SendDiasOfferMailBySessionIdBody, type SendDiasOfferMailBySessionIdPathParams, type SendDiasOfferMailBySessionIdQueryParams, type SendDiasOfferMailBySessionIdResponse, type SendExampleCampaignTargetMailQueryParams, type SendExampleCampaignTargetMailResponse, type SendMailClaimReportByIdPathParams, type SendMailClaimReportByIdQueryParams, type SendMailClaimReportByIdResponse, type SendMailFollowupPageToCustomerPathParams, type SendMailFollowupPageToCustomerQueryParams, type SendMailFollowupPageToCustomerResponse, type SendMailForSimulationToPartyBody, type SendMailForSimulationToPartyPathParams, type SendMailForSimulationToPartyQueryParams, type SendMailForSimulationToPartyResponse, type SendOfferMailBySessionIdBody, type SendOfferMailBySessionIdPathParams, type SendOfferMailBySessionIdQueryParams, type SendOfferMailBySessionIdResponse, type SendOfferToAnvaBySessionIdPathParams, type SendOfferToAnvaBySessionIdQueryParams, type SendOfferToAnvaBySessionIdResponse, type SendPasswordResetToCustomerPathParams, type SendPasswordResetToCustomerResponse, type SendQuoteAsMailBody, type SendQuoteAsMailPathParams, type SendQuoteAsMailQueryParams, type SendQuoteAsMailResponse, type SetAskLaterQuestionsBody, type SetAskLaterQuestionsResponse, type TransferLeadToOtherDistributionBody, type TransferLeadToOtherDistributionPathParams, type TransferLeadToOtherDistributionQueryParams, type TransferLeadToOtherDistributionResponse, type TransferPartyToOtherDistributionBody, type TransferPartyToOtherDistributionPathParams, type TransferPartyToOtherDistributionQueryParams, type TransferPartyToOtherDistributionResponse, type TriageEmailBody, type TriageEmailResponse, type UnblockCustomerFromAccessingPartyPathParams, type UnblockCustomerFromAccessingPartyResponse, type UnlockClaimPathParams, type UnlockClaimQueryParams, type UnlockClaimResponse, type UpdateAdvisoryReportBody, type UpdateAdvisoryReportPathParams, type UpdateAdvisoryReportQueryParams, type UpdateAdvisoryReportResponse, type UpdateAnalyzedEmailIdBody, type UpdateAnalyzedEmailIdPathParams, type UpdateAnalyzedEmailIdQueryParams, type UpdateAnalyzedEmailIdResponse, type UpdateAnvaPartyViaConversationBody, type UpdateAnvaPartyViaConversationPathParams, type UpdateAnvaPartyViaConversationQueryParams, type UpdateAnvaPartyViaConversationResponse, type UpdateAnvaflowsQuestionnaireBody, type UpdateAnvaflowsQuestionnairePathParams, type UpdateAnvaflowsQuestionnaireQueryParams, type UpdateAnvaflowsQuestionnaireResponse, type UpdateBicycleRiskObjectBody, type UpdateBicycleRiskObjectPathParams, type UpdateBicycleRiskObjectQueryParams, type UpdateBicycleRiskObjectResponse, type UpdateBoatRiskObjectBody, type UpdateBoatRiskObjectPathParams, type UpdateBoatRiskObjectQueryParams, type UpdateBoatRiskObjectResponse, type UpdateBrokerByBrokerBody, type UpdateBrokerByBrokerPathParams, type UpdateBrokerByBrokerResponse, type UpdateBrokerConnectionByKeyBody, type UpdateBrokerConnectionByKeyPathParams, type UpdateBrokerConnectionByKeyResponse, type UpdateBrokerIntegrationsBody, type UpdateBrokerIntegrationsPathParams, type UpdateBrokerIntegrationsResponse, type UpdateCampaignBody, type UpdateCampaignPathParams, type UpdateCampaignQueryParams, type UpdateCampaignResponse, type UpdateCarRiskObjectBody, type UpdateCarRiskObjectPathParams, type UpdateCarRiskObjectQueryParams, type UpdateCarRiskObjectResponse, type UpdateClaimAsBrokerByIdPathParams, type UpdateClaimAsBrokerByIdQueryParams, type UpdateClaimAsBrokerByIdResponse, type UpdateClaimAsCustomerWithTokenPathParams, type UpdateClaimAsCustomerWithTokenQueryParams, type UpdateClaimAsCustomerWithTokenResponse, type UpdateCommentOnActivityPathParams, type UpdateCommentOnActivityQueryParams, type UpdateCommentOnActivityResponse, type UpdateConversationByIdBody, type UpdateConversationByIdPathParams, type UpdateConversationByIdResponse, type UpdateDeclarationRemarkPathParams, type UpdateDeclarationRemarkQueryParams, type UpdateDeclarationRemarkResponse, type UpdateDiasQuestionnaireBody, type UpdateDiasQuestionnairePathParams, type UpdateDiasQuestionnaireQueryParams, type UpdateDiasQuestionnaireResponse, type UpdateDistributionConnectionByKeyBody, type UpdateDistributionConnectionByKeyPathParams, type UpdateDistributionConnectionByKeyResponse, type UpdateDistributionIntegrationsPathParams, type UpdateDistributionIntegrationsResponse, type UpdateDistributionSettingsBody, type UpdateDistributionSettingsResponse, type UpdateDocumentForPartyBody, type UpdateDocumentForPartyPathParams, type UpdateDocumentForPartyResponse, type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse, type UpdateDocumentMetadataByIdPathParams, type UpdateDocumentMetadataByIdQueryParams, type UpdateDocumentMetadataByIdResponse, type UpdateEntityAsBrokerByIdPathParams, type UpdateEntityAsBrokerByIdQueryParams, type UpdateEntityAsBrokerByIdResponse, type UpdateEntityAsCustomerWithTokenPathParams, type UpdateEntityAsCustomerWithTokenQueryParams, type UpdateEntityAsCustomerWithTokenResponse, type UpdateFamilyRiskObjectBody, type UpdateFamilyRiskObjectPathParams, type UpdateFamilyRiskObjectQueryParams, type UpdateFamilyRiskObjectResponse, type UpdateFleetRiskObjectBody, type UpdateFleetRiskObjectPathParams, type UpdateFleetRiskObjectQueryParams, type UpdateFleetRiskObjectResponse, type UpdateInsurancePolicyComplianceBody, type UpdateInsurancePolicyCompliancePathParams, type UpdateInsurancePolicyComplianceResponse, type UpdateInsurancePolicyCoverageComplianceBody, type UpdateInsurancePolicyCoverageCompliancePathParams, type UpdateInsurancePolicyCoverageComplianceResponse, type UpdateInsuranceProductByDistributionBody, type UpdateInsuranceProductByDistributionPathParams, type UpdateInsuranceProductByDistributionResponse, type UpdateInsuranceProductClauseForDistributionBody, type UpdateInsuranceProductClauseForDistributionPathParams, type UpdateInsuranceProductClauseForDistributionQueryParams, type UpdateInsuranceProductClauseForDistributionResponse, type UpdateLegalRiskObjectBody, type UpdateLegalRiskObjectPathParams, type UpdateLegalRiskObjectQueryParams, type UpdateLegalRiskObjectResponse, type UpdateMiscellaneousRiskObjectBody, type UpdateMiscellaneousRiskObjectPathParams, type UpdateMiscellaneousRiskObjectQueryParams, type UpdateMiscellaneousRiskObjectResponse, type UpdateNotePathParams, type UpdateNoteQueryParams, type UpdateNoteResponse, type UpdateOfferByIdBody, type UpdateOfferByIdPathParams, type UpdateOfferByIdResponse, type UpdateOffersInBulkBody, type UpdateOffersInBulkResponse, type UpdatePartyActivitiesAsCustomerBody, type UpdatePartyActivitiesAsCustomerPathParams, type UpdatePartyActivitiesAsCustomerResponse, type UpdatePartyAssigneesBody, type UpdatePartyAssigneesPathParams, type UpdatePartyAssigneesQueryParams, type UpdatePartyAssigneesResponse, type UpdatePartyByIdBody, type UpdatePartyByIdPathParams, type UpdatePartyByIdResponse, type UpdatePartyGroupRiskObjectBody, type UpdatePartyGroupRiskObjectPathParams, type UpdatePartyGroupRiskObjectQueryParams, type UpdatePartyGroupRiskObjectResponse, type UpdatePartyNoteByIdBody, type UpdatePartyNoteByIdPathParams, type UpdatePartyNoteByIdResponse, type UpdatePartyRelationsBody, type UpdatePartyRelationsPathParams, type UpdatePartyRelationsResponse, type UpdatePreventionByDistributionBody, type UpdatePreventionByDistributionPathParams, type UpdatePreventionByDistributionResponse, type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody, type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams, type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse, type UpdateRelationBetweenRiskObjectAndPartyBody, type UpdateRelationBetweenRiskObjectAndPartyPathParams, type UpdateRelationBetweenRiskObjectAndPartyQueryParams, type UpdateRelationBetweenRiskObjectAndPartyResponse, type UpdateResidenceRiskObjectBody, type UpdateResidenceRiskObjectPathParams, type UpdateResidenceRiskObjectQueryParams, type UpdateResidenceRiskObjectResponse, type UpdateRiskDomainActionForAdvisoryReportByIdBody, type UpdateRiskDomainActionForAdvisoryReportByIdPathParams, type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams, type UpdateRiskDomainActionForAdvisoryReportByIdResponse, type UpdateRiskDomainAdviceForAdvisoryReportByIdBody, type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse, type UpdateRiskDomainByDistributionBody, type UpdateRiskDomainByDistributionPathParams, type UpdateRiskDomainByDistributionResponse, type UpdateSemiTrailerRiskObjectBody, type UpdateSemiTrailerRiskObjectPathParams, type UpdateSemiTrailerRiskObjectQueryParams, type UpdateSemiTrailerRiskObjectResponse, type UpdateTargetsByCampaignPathParams, type UpdateTargetsByCampaignQueryParams, type UpdateTargetsByCampaignResponse, type UpdateTrailerRiskObjectBody, type UpdateTrailerRiskObjectPathParams, type UpdateTrailerRiskObjectQueryParams, type UpdateTrailerRiskObjectResponse, type UpdateTwoWheelerRiskObjectBody, type UpdateTwoWheelerRiskObjectPathParams, type UpdateTwoWheelerRiskObjectQueryParams, type UpdateTwoWheelerRiskObjectResponse, type UpdateUspByDistributionAndIdBody, type UpdateUspByDistributionAndIdPathParams, type UpdateUspByDistributionAndIdQueryParams, type UpdateUspByDistributionAndIdResponse, type UpdateYellowhiveQuestionnaireBody, type UpdateYellowhiveQuestionnairePathParams, type UpdateYellowhiveQuestionnaireQueryParams, type UpdateYellowhiveQuestionnaireResponse, type UpdateYourOwnUserBody, type UpdateYourOwnUserResponse, type UpdateYourPasswordBody, type UpdateYourPasswordResponse, type UploadClaimDocumentAsBrokerPathParams, type UploadClaimDocumentAsBrokerQueryParams, type UploadClaimDocumentAsBrokerResponse, type UploadDocumentsInAnvaBody, type UploadDocumentsInAnvaPathParams, type UploadDocumentsInAnvaQueryParams, type UploadDocumentsInAnvaResponse, type UploadDocumentsInAssuBody, type UploadDocumentsInAssuPathParams, type UploadDocumentsInAssuQueryParams, type UploadDocumentsInAssuResponse, type UploadDocumentsInDiasBody, type UploadDocumentsInDiasPathParams, type UploadDocumentsInDiasQueryParams, type UploadDocumentsInDiasResponse, type UploadDocumentsInFasterforwardBody, type UploadDocumentsInFasterforwardPathParams, type UploadDocumentsInFasterforwardQueryParams, type UploadDocumentsInFasterforwardResponse, type UpsertAnvaClosingQuestionsBody, type UpsertAnvaClosingQuestionsQueryParams, type UpsertAnvaClosingQuestionsResponse, type UpsertDistributionFaqBody, type UpsertDistributionFaqQueryParams, type UpsertDistributionFaqResponse, type UpsertInsurancePoliciesForPartyBody, type UpsertInsurancePoliciesForPartyPathParams, type UpsertInsurancePoliciesForPartyResponse, type UpsertInsurancePolicySimulationForPartyBody, type UpsertInsurancePolicySimulationForPartyPathParams, type UpsertInsurancePolicySimulationForPartyResponse, type UpsertPolicyPackagesForPartyBody, type UpsertPolicyPackagesForPartyPathParams, type UpsertPolicyPackagesForPartyResponse, type ValidateAChassisNumberResponse, type ValidateACompanyRegistrationNumberResponse, type ValidateANationalIdentificationNumberBody, type ValidateANationalIdentificationNumberResponse, type ValidateATelephonenrResponse, type ValidateAVehicleRegistrationPlateBody, type ValidateAVehicleRegistrationPlateResponse, type ValidateAWebsiteResponse, type ValidateAnEmailResponse, type ValidateAnFsmaResponse, type ValidateAnIbanBody, type ValidateAnIbanResponse, type ValidateAnvaConnectionQueryParams, type ValidateAnvaConnectionResponse, type ValidateAnvaDwhConnectionQueryParams, type ValidateAnvaDwhConnectionResponse, type ValidateAnvaflowsQuestionnaireBody, type ValidateAnvaflowsQuestionnairePathParams, type ValidateAnvaflowsQuestionnaireQueryParams, type ValidateAnvaflowsQuestionnaireResponse, type ValidateClaimPathParams, type ValidateClaimQueryParams, type ValidateClaimResponse, type ValidateDiasQuestionnaireBody, type ValidateDiasQuestionnairePathParams, type ValidateDiasQuestionnaireQueryParams, type ValidateDiasQuestionnaireResponse, type ValidateFasterforwardConnectionQueryParams, type ValidateFasterforwardConnectionResponse, type ValidatePromotionsResponse, type ValidateYellowhiveQuestionnaireBody, type ValidateYellowhiveQuestionnairePathParams, type ValidateYellowhiveQuestionnaireQueryParams, type ValidateYellowhiveQuestionnaireResponse, type VerifyIfADistributionExistsByCompanyRegistrationBody, type VerifyIfADistributionExistsByCompanyRegistrationQueryParams, type VerifyIfADistributionExistsByCompanyRegistrationResponse, type VerifyIfADistributionExistsByNameBody, type VerifyIfADistributionExistsByNameQueryParams, type VerifyIfADistributionExistsByNameResponse, type VerifyIfAUserExistsByEmailBody, type VerifyIfAUserExistsByEmailQueryParams, type VerifyIfAUserExistsByEmailResponse, type WgApiSchema, type WgPaths, acceptOrRejectAnAdvisoryReport, activateOutlookConnectionSync, analyzeEmail, answerAFlowDirectly, answerAFlowSession, blockCustomerFromAccessingParty, calculateAnvaquotesBySessionId, calculateCarLeaseQuote, calculateDiasQuotesBySessionId, calculateQuotesV2, calculateYellowhiveQuotesBySessionId, claimReportById, claimRequestUpdate, commentOnActivity, type components, createAccidentsForParty, createAccount, createAdvisoryReport, createAdvisoryReportRevision, createAdvisoryReportRevisionV2, createAdvisoryReportStepSettings, createAnvaPartyViaConversation, createAnvaTask, createAnvaflowTags, createAssuTask, createBicycleRiskObject, createBoatRiskObject, createBrokerConnectionsById, createCampaign, createCarRiskObject, createClaimAsBroker, createClaimAsCustomer, createCompanyLead, createConversation, createConversationReminder, createCustomerLead, createDiasPartyViaConversation, createDiasTask, createDistributionConnectionById, createDistributionTag, createDocumentForClaim, createDocumentForClaimAsCustomer, createDocumentForParty, createEntityAsBroker, createEntityAsCustomerWithToken, createFamilyRiskObject, createFasterforwardTask, createInsurancePoliciesForParty, createInsuranceProductClauseForDistribution, createLegalParty, createLegalRiskObject, createLockForClaim, createMiscellaneousRiskObject, createNaturalParty, createNoteOnEvent, createNoteOnEventAsCustomer, createOfferRevision, createOrReplaceInsurancePolicyForAdvisoryReportById, createOrReplacePolicyPackagesForAdvisoryReportById, createPartyActivitiesAsCustomer, createPartyByEnrichingWithEnrichingWithCompanyRegistration, createPartyGroupRiskObject, createPartyNote, createPartyOffers, createPartyRelations, createProfileaseCarLeaseOffer, createProflowSessionByBatchId, createRecommendationByPartyId, createRecommendationBySessionId, createReferenceForParty, createReferencesForRiskObject, createRelationBetweenRiskObjectAndParty, createRiskDomainActionForAdvisoryReportById, createRiskDomainActionFromAdviceForAdvisoryReportById, createRiskDomainAdviceForAdvisoryReportById, createRiskDomainForAdvisoryReportById, createSemiTrailerRiskObject, createToolkitAccount, createToolkitBroker, createTrailerRiskObject, createTrialBroker, createUploadLinkAsCustomer, createUspItemForDistribution, createYellowhiveContactPerson, deactivateOutlookConnectionSync, deleteAdvisoryReport, deleteAdvisoryReportRevision, deleteAllSessionsBySessionId, deleteAnvaClosingQuestions, deleteBrokerConnectionByKey, deleteClaimAsBrokerById, deleteCommentOnActivity, deleteDistributionConnectionByKey, deleteDistributionFaq, deleteDistributionTag, deleteDocumentById, deleteDocumentByIdAsCustomerWithToken, deleteDocumentForParty, deleteEntityAsBrokerById, deleteEntityByIdAsCustomerWithToken, deleteEntityBySessionIdAndFlowId, deleteInsurancePoliciesForParty, deleteInsurancePolicyForAdvisoryReportById, deleteInsuranceProductClauseForDistribution, deleteNote, deletePartyActivitiesAsCustomer, deletePartyEntityBySessionIdAndFlowId, deletePartyNoteById, deletePartyRelations, deletePolicyPackagesForParty, deleteRelationBetweenRiskObjectAndParty, deleteRiskDomainActionForAdvisoryReportById, deleteRiskDomainAdviceForAdvisoryReportById, deleteRiskDomainForAdvisoryReportById, deleteRiskObjectById, deleteSessionBySessionId, deleteUspByDistributionAndId, delinkPartyToUser, deprecatedValidateAnvaConnection, disable2FaAsUserForUser, disable2FaByUser, downloadDocumentById, editInsuranceProductAdviceByDistribution, editInsuranceProductDescriptionsByDistribution, enable2Fa, enqueueCalculationAnvaquotesBySessionId, enqueueSendCustomQuotesToAnvaBySessionId, enqueueSendOfferToAnvaBySessionId, enrichPartyByIdWithExternalCompanyData, exportAdvisoryReportById, exportPartyById, exportPartyToAnva, exportPartyToAssu, exportPartyToDias, exportPartyToFasterforward, exportQuoteById, extractInsurancePoliciesForOneDocument, extractInsurancePoliciesForOneDocumentEnqueue, extractManyDocumentInBatch, extractOffersForOneDocument, extractOffersForOneDocumentEnqueue, extractOneDocument, extractOneDocumentEnqueue, extractPartyForOneDocumentEnqueue, extractWebsiteTheme, generateCompanyDescription, generateConceptReply, generateDiasOfferDocumentBySessionId, generateDistributionAboutUsCompletion, generateDnsPrefix, generateDocxDocumentOfAdvisoryReportById, generateFlowQuestionnaire, generateFlowQuestionnaireDocument, generateOfferRequestForInsuranceCompanyDocx, generateOfferRequestForInsuranceCompanyPdf, generatePdfOfAdvisoryReportById, generatePersonalizationAdviceForAdvisoryReport, generatePossibleProductsBySessionV2, generateQuestionsToPrefillByCar, generateStandaloneFrontPagePdfOfAdvisoryReportAsExample, generateTokenForSocialLoginFlowAsBroker, get2FaByUser, getActivityByParty, getAddressInfo, getAddressInfoFreemium, getAdvicesPerInsuranceProduct, getAdvisoryReportById, getAdvisoryReportExportOptions, getAdvisoryReportRevisionDiff, getAllActivityTypes, getAllAdvisoryReports, getAllAvailableAffiliations, getAllAvailablePlans, getAllAvailableThemesInWegroup, getAllBrokersLinkedToCurrentUser, getAllCampaignTemplates, getAllCampaignsByDistribution, getAllCarClaimCategories, getAllClaimsAsBroker, getAllConversations, getAllCustomersByDistribution, getAllEnums, getAllLeadsByDistribution, getAllLeaseOffersByDistribution, getAllPartiesByDistribution, getAllPartiesByDistributionV2, getAllRiskObjectsByPartyId, getAllRiskObjectsByPartyIdV2, getAllSessionsBySessionId, getAllVehicleBrands, getAllVehicleSeriesByBrandKey, getAllVehicleVersionsBySeriesId, getAnvaAgents, getAnvaClosingQuestions, getAnvaCollectionMethods, getAnvaEmployees, getAnvaLabels, getAnvaMutationReasons, getAnvaParties, getAnvaProducts, getAnvaproductById, getAnvaproducts, getArtifactFromEventById, getAssuEmployees, getAvailableFlowsForDistributionInfo, getBrokerByAnvaProducerId, getBrokerByAnvaRelationMangerId, getBrokerConnectionsById, getBrokerIntegrations, getCampaignById, getCampaignSettingsByDistribution, getCampaignTargetMailTemplate, getCarLeaseRates, getChatBySessionId, getChatSummaryV2BySessionId, getCheckupByPartyId, getClaimAsBrokerById, getClaimAsCustomerWithToken, getClaimByIdAsCustomer, getClaimEventsAsBrokerById, getClaimEventsAsCustomer, getClaimsAsCustomer, getClaimsAsParty, getClaimsAsPartyById, getComplianceByRiskObjectId, getConversationById, getConversationNotes, getConversationReportPdfById, getConversationsOriginFilter, getCurrentAccountInsightsAsCustomer, getCurrentAccountInsightsAsParty, getCurrentBrokerOfTheUser, getCustomersByParty, getDiasAfdbranches, getDiasCollectionMethods, getDiasEmployees, getDiasParties, getDiasPartySalutations, getDiasPartyTitles, getDiasProducts, getDiasflowInsurances, getDiasflowProductById, getDiasflowProducts, getDistributionActivity, getDistributionAffiliations, getDistributionById, getDistributionConnectionsById, getDistributionFaq, getDistributionHasPendingUpgrade, getDistributionSettings, getDistributionTags, getDocumentExtractionBatchById, getDocumentMetadata, getDocumentsAsCustomer, getDocumentsForParty, getEmailByMessageId, getEncryptionKeys, getEnterpriseByCompanyRegistrationNumberAndCountry, getEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponse, getEnumByAnvaLabel, getEnumByDiasLabel, getEventsByAdvisoryReportId, getExtractEnityInfo, getFasterforwardEmployees, getFasterforwardTeams, getFinconnectLinkAsCustomer, getFinconnectLinkForInsurancePolicy, getFinconnectLinkForInsurancePolicyAsCustomer, getFlowInfoById, getFlowsInfo, getGbi, getHubspotVisitorIdentificationToken, getInfoForClaim, getInsightsIfCarIsInsured, getInsuranceCompanies, getInsurancePoliciesAsCustomer, getInsurancePoliciesForParty, getInsurancePolicyById, getInsurancePolicyByIdAsCustomer, getInsurancePolicyComplianceById, getInsurancePolicySimulationsForParty, getInsuranceProductClausesByDistribution, getInsuranceProductsV2, getIntegrationsByDistribution, getInvoiceByIdAsCustomer, getInvoicesAsCustomer, getInvoicesAsParty, getInvoicesAsPartyById, getJobResultById, getKycByParty, getLeadById, getLeadProviderById, getLeadProvidersByAffinity, getLeaseOfferById, getLinkOfDocument, getMetricsByCampaign, getMinimalOfferById, getMinimalOfferRevisionById, getMinimalRiskObjectById, getNace, getNoveltyInsightsByDistribution, getOfferById, getOffersByDistribution, getOnboardingChecklistByBroker, getOnesuranceDataByPartyId, getOnesuranceRecommendationsByEmailId, getOrganisationDistributions, getOrganisationLeads, getOrganisationOffers, getOutlookConnectionDetails, getOutlookMailById, getOutlookMailByOutlookMessageId, getOutlookMailfolders, getOutlookMails, getPartiesByCustomer, getPartiesLinkedToUser, getPartiesOriginFilter, getPartyAddresses, getPartyById, getPartyMergeSuggestions, getPdfOfAdvisoryReportById, getPerformanceInsightsByDistribution, getPolicyPackageById, getPolicyPackageByIdAsCustomer, getPolicyPackageSimulationsForParty, getPolicyPackagesAsCustomer, getPolicyPackagesForParty, getPossibleInsuranceProductsByPartyId, getPossibleInsuranceProductsByRiskObjectId, getPossibleInsuranceProductsForManagementByPartyId, getPossibleInsuranceProductsForStaffByPartyId, getPreventionAdvice, getPromotionsByDistributionId, getProvenanceInfoOfDocument, getQuoteExports, getQuoteInsights, getQuotesAsBatchResultsByConversationId, getRecommendationsById, getRecommendationsByPartyId, getRecommendationsBySessionId, getRiskAnalysisByPartyId, getRiskDomainById, getRiskDomains, getRiskObjectByRiskObjectRevisionId, getRiskObjectRevisionsById, getSbi, getSingularityJobResultById, getStepSettingsByAdvisoryReportId, getSupportedAnvaflowCoverages, getSupportedAnvaflowCoveragesGroupedByAdn, getSupportedAnvaflowInsuranceCompanies, getSupportedAnvaflowInsurances, getSupportedAnvaflowTags, getSupportedInsuranceCompanies, getSupportedInsuranceSubjects, getSupportedMimeTypes, getSupportedRiskDomains, getSupportedYellowhiveflowCoverages, getSupportedYellowhiveflowInsurances, getSystemCampaignsByParty, getTheBrokerById, getUspByDistribution, getValuesOfEnum, getVehicleByCarIdOrFebiacId, getVehicleByNumberPlateAndCarId, getVehicleByVersionId, getVehicleByVinAndCarId, getVehicleVersionFactsBySeriesId, getWeatherInfo, getYellowhiveflowProductById, getYellowhiveflowProducts, getYourOwnUser, giveFeedbackOnConversationById, giveFeedbackOnRecommendationsById, giveFeedbackToInsuranceTermsBot, handleCreateDistributionTheme, handleDeleteDistributionTheme, handleUpdateDistributionTheme, importAnvaDocumentInWegroup, importAnvaInsurancePolicyDocumentInWegroup, importAnvaInsurancePolicyPackageDocumentInWegroup, importAnvaPartyInWegroup, importAnvaproduct, importAssuPartyInWegroup, importDiasPartyInWegroup, importDiasflowProduct, importFasterforwardPartyInWegroup, inviteColleaguesToDistribution, inviteUserToParty, linkConversationToAdvisoryReport, linkPartyToUser, lockFlightApi, markConversationAsCompletedById, mergePartiesTogether, type operations, orderInsurancePolciesOfAdvisoryReport, outlookConnectionSync, overrideInsuranceProductRecommendationById, overridePreventionAdviceRecommendationById, patchAnvaproductById, patchAnvaproductCoverageById, patchDiasflowProductById, patchDiasflowProductCoverageByDiasId, patchOwnPartyAsCustomer, type paths, poseAQuestionToInsuranceTermsBot, poseAQuestionToInsuranceTermsBotForItToCompare, postEventAsCarglassPartner, putClausesForReport, recalculateDiasQuotesBySessionIdAndProductId, recalculateDiasSimulationBySessionId, recalculateOneAnvaquoteByAnvaProductIdSessionId, recalculateSimulationBySessionId, recalculateYellowhiveQuotesBySessionIdAndProductId, recalculateYellowhiveSimulationBySessionId, retrieveAirports, retrieveAllExportsByParty, retrieveAnvaflowsQuestionnaires, retrieveAskLaterQuestions, retrieveAutomobileByCarIdFreemiumVersion, retrieveAutomobileByIdFreemium, retrieveDiasQuestionnaires, retrieveExportById, retrieveFlow, retrieveYellowhiveQuestionnaires, seachStreetsByCityAndCountry, searchAddressesByCountry, searchAssuParties, searchCitiesByCountry, searchDirectorsByFirstAndLastName, searchEnterprisesByCountry, searchFasterforwardParties, searchParties, searchVehicles, sendAdvisoryReportAsMail, sendAnvaInquiryAsCustomer, sendClaimToKeypoint, sendDiasOfferMailBySessionId, sendExampleCampaignTargetMail, sendMailClaimReportById, sendMailFollowupPageToCustomer, sendMailForSimulationToParty, sendOfferMailBySessionId, sendOfferToAnvaBySessionId, sendPasswordResetToCustomer, sendQuoteAsMail, setAskLaterQuestions, transferLeadToOtherDistribution, transferPartyToOtherDistribution, triageEmail, unblockCustomerFromAccessingParty, unlockClaim, updateAdvisoryReport, updateAnalyzedEmailId, updateAnvaPartyViaConversation, updateAnvaflowsQuestionnaire, updateBicycleRiskObject, updateBoatRiskObject, updateBrokerByBroker, updateBrokerConnectionByKey, updateBrokerIntegrations, updateCampaign, updateCarRiskObject, updateClaimAsBrokerById, updateClaimAsCustomerWithToken, updateCommentOnActivity, updateConversationById, updateDeclarationRemark, updateDiasQuestionnaire, updateDistributionConnectionByKey, updateDistributionIntegrations, updateDistributionSettings, updateDocumentForParty, updateDocumentMetadataById, updateDocumentMetadataByIdAsCustomerWithToken, updateEntityAsBrokerById, updateEntityAsCustomerWithToken, updateFamilyRiskObject, updateFleetRiskObject, updateInsurancePolicyCompliance, updateInsurancePolicyCoverageCompliance, updateInsuranceProductByDistribution, updateInsuranceProductClauseForDistribution, updateLegalRiskObject, updateMiscellaneousRiskObject, updateNote, updateOfferById, updateOffersInBulk, updatePartyActivitiesAsCustomer, updatePartyAssignees, updatePartyById, updatePartyGroupRiskObject, updatePartyNoteById, updatePartyRelations, updatePreventionByDistribution, updateQuestionForAllQuestionnairesByAnvaLabels, updateRelationBetweenRiskObjectAndParty, updateResidenceRiskObject, updateRiskDomainActionForAdvisoryReportById, updateRiskDomainAdviceForAdvisoryReportById, updateRiskDomainByDistribution, updateSemiTrailerRiskObject, updateTargetsByCampaign, updateTrailerRiskObject, updateTwoWheelerRiskObject, updateUspByDistributionAndId, updateYellowhiveQuestionnaire, updateYourOwnUser, updateYourPassword, uploadClaimDocumentAsBroker, uploadDocumentsInAnva, uploadDocumentsInAssu, uploadDocumentsInDias, uploadDocumentsInFasterforward, upsertAnvaClosingQuestions, upsertDistributionFaq, upsertInsurancePoliciesForParty, upsertInsurancePolicySimulationForParty, upsertPolicyPackagesForParty, validateAChassisNumber, validateACompanyRegistrationNumber, validateANationalIdentificationNumber, validateATelephonenr, validateAVehicleRegistrationPlate, validateAWebsite, validateAnEmail, validateAnFsma, validateAnIban, validateAnvaConnection, validateAnvaDwhConnection, validateAnvaflowsQuestionnaire, validateClaim, validateDiasQuestionnaire, validateFasterforwardConnection, validatePromotions, validateYellowhiveQuestionnaire, verifyIfADistributionExistsByCompanyRegistration, verifyIfADistributionExistsByName, verifyIfAUserExistsByEmail, type webhooks, wgApiClient };
127651
+ export { type $defs, type AcceptOrRejectAnAdvisoryReportBody, type AcceptOrRejectAnAdvisoryReportPathParams, type AcceptOrRejectAnAdvisoryReportQueryParams, type AcceptOrRejectAnAdvisoryReportResponse, type ActivateOutlookConnectionSyncBody, type ActivateOutlookConnectionSyncQueryParams, type ActivateOutlookConnectionSyncResponse, type AnalyzeEmailBody, type AnalyzeEmailPathParams, type AnalyzeEmailResponse, type AnswerAFlowDirectlyBody, type AnswerAFlowDirectlyPathParams, type AnswerAFlowDirectlyQueryParams, type AnswerAFlowDirectlyResponse, type AnswerAFlowSessionBody, type AnswerAFlowSessionPathParams, type AnswerAFlowSessionQueryParams, type AnswerAFlowSessionResponse, type BlockCustomerFromAccessingPartyPathParams, type BlockCustomerFromAccessingPartyResponse, type CalculateAnvaquotesBySessionIdBody, type CalculateAnvaquotesBySessionIdPathParams, type CalculateAnvaquotesBySessionIdQueryParams, type CalculateAnvaquotesBySessionIdResponse, type CalculateCarLeaseQuoteBody, type CalculateCarLeaseQuoteQueryParams, type CalculateCarLeaseQuoteResponse, type CalculateDiasQuotesBySessionIdBody, type CalculateDiasQuotesBySessionIdPathParams, type CalculateDiasQuotesBySessionIdQueryParams, type CalculateDiasQuotesBySessionIdResponse, type CalculateQuotesV2Body, type CalculateQuotesV2PathParams, type CalculateQuotesV2QueryParams, type CalculateQuotesV2Response, type CalculateYellowhiveQuotesBySessionIdBody, type CalculateYellowhiveQuotesBySessionIdPathParams, type CalculateYellowhiveQuotesBySessionIdQueryParams, type CalculateYellowhiveQuotesBySessionIdResponse, type ClaimReportByIdPathParams, type ClaimReportByIdQueryParams, type ClaimReportByIdResponse, type ClaimRequestUpdatePathParams, type ClaimRequestUpdateQueryParams, type ClaimRequestUpdateResponse, type ClientType, type CommentOnActivityPathParams, type CommentOnActivityQueryParams, type CommentOnActivityResponse, type CreateAccidentsForPartyBody, type CreateAccidentsForPartyPathParams, type CreateAccidentsForPartyQueryParams, type CreateAccidentsForPartyResponse, type CreateAccountBody, type CreateAccountQueryParams, type CreateAccountResponse, type CreateAdvisoryReportBody, type CreateAdvisoryReportQueryParams, type CreateAdvisoryReportResponse, type CreateAdvisoryReportRevisionBody, type CreateAdvisoryReportRevisionPathParams, type CreateAdvisoryReportRevisionQueryParams, type CreateAdvisoryReportRevisionResponse, type CreateAdvisoryReportRevisionV2Body, type CreateAdvisoryReportRevisionV2PathParams, type CreateAdvisoryReportRevisionV2QueryParams, type CreateAdvisoryReportRevisionV2Response, type CreateAdvisoryReportStepSettingsBody, type CreateAdvisoryReportStepSettingsPathParams, type CreateAdvisoryReportStepSettingsQueryParams, type CreateAdvisoryReportStepSettingsResponse, type CreateAnvaPartyViaConversationBody, type CreateAnvaPartyViaConversationPathParams, type CreateAnvaPartyViaConversationQueryParams, type CreateAnvaPartyViaConversationResponse, type CreateAnvaTaskBody, type CreateAnvaTaskPathParams, type CreateAnvaTaskQueryParams, type CreateAnvaTaskResponse, type CreateAnvaflowTagsBody, type CreateAnvaflowTagsQueryParams, type CreateAnvaflowTagsResponse, type CreateAssuTaskBody, type CreateAssuTaskPathParams, type CreateAssuTaskQueryParams, type CreateAssuTaskResponse, type CreateBicycleRiskObjectBody, type CreateBicycleRiskObjectPathParams, type CreateBicycleRiskObjectQueryParams, type CreateBicycleRiskObjectResponse, type CreateBoatRiskObjectBody, type CreateBoatRiskObjectPathParams, type CreateBoatRiskObjectQueryParams, type CreateBoatRiskObjectResponse, type CreateBrokerConnectionsByIdBody, type CreateBrokerConnectionsByIdPathParams, type CreateBrokerConnectionsByIdResponse, type CreateCampaignBody, type CreateCampaignQueryParams, type CreateCampaignResponse, type CreateCarRiskObjectBody, type CreateCarRiskObjectPathParams, type CreateCarRiskObjectQueryParams, type CreateCarRiskObjectResponse, type CreateClaimAsBrokerQueryParams, type CreateClaimAsBrokerResponse, type CreateClaimAsCustomerPathParams, type CreateClaimAsCustomerQueryParams, type CreateClaimAsCustomerResponse, type CreateCompanyLeadBody, type CreateCompanyLeadPathParams, type CreateCompanyLeadQueryParams, type CreateCompanyLeadResponse, type CreateConversationBody, type CreateConversationPathParams, type CreateConversationQueryParams, type CreateConversationReminderPathParams, type CreateConversationReminderResponse, type CreateConversationResponse, type CreateCustomerLeadBody, type CreateCustomerLeadPathParams, type CreateCustomerLeadQueryParams, type CreateCustomerLeadResponse, type CreateDiasPartyViaConversationBody, type CreateDiasPartyViaConversationPathParams, type CreateDiasPartyViaConversationQueryParams, type CreateDiasPartyViaConversationResponse, type CreateDiasTaskBody, type CreateDiasTaskPathParams, type CreateDiasTaskQueryParams, type CreateDiasTaskResponse, type CreateDistributionConnectionByIdBody, type CreateDistributionConnectionByIdPathParams, type CreateDistributionConnectionByIdResponse, type CreateDistributionTagBody, type CreateDistributionTagQueryParams, type CreateDistributionTagResponse, type CreateDocumentForClaimAsCustomerPathParams, type CreateDocumentForClaimAsCustomerQueryParams, type CreateDocumentForClaimAsCustomerResponse, type CreateDocumentForClaimPathParams, type CreateDocumentForClaimQueryParams, type CreateDocumentForClaimResponse, type CreateDocumentForPartyBody, type CreateDocumentForPartyPathParams, type CreateDocumentForPartyQueryParams, type CreateDocumentForPartyResponse, type CreateEntityAsBrokerPathParams, type CreateEntityAsBrokerQueryParams, type CreateEntityAsBrokerResponse, type CreateEntityAsCustomerWithTokenPathParams, type CreateEntityAsCustomerWithTokenQueryParams, type CreateEntityAsCustomerWithTokenResponse, type CreateFamilyRiskObjectBody, type CreateFamilyRiskObjectPathParams, type CreateFamilyRiskObjectQueryParams, type CreateFamilyRiskObjectResponse, type CreateFasterforwardTaskBody, type CreateFasterforwardTaskPathParams, type CreateFasterforwardTaskQueryParams, type CreateFasterforwardTaskResponse, type CreateInsurancePoliciesForPartyBody, type CreateInsurancePoliciesForPartyPathParams, type CreateInsurancePoliciesForPartyResponse, type CreateInsuranceProductClauseForDistributionBody, type CreateInsuranceProductClauseForDistributionQueryParams, type CreateInsuranceProductClauseForDistributionResponse, type CreateLegalPartyBody, type CreateLegalPartyResponse, type CreateLegalRiskObjectBody, type CreateLegalRiskObjectPathParams, type CreateLegalRiskObjectQueryParams, type CreateLegalRiskObjectResponse, type CreateLockForClaimPathParams, type CreateLockForClaimQueryParams, type CreateLockForClaimResponse, type CreateMiscellaneousRiskObjectBody, type CreateMiscellaneousRiskObjectPathParams, type CreateMiscellaneousRiskObjectQueryParams, type CreateMiscellaneousRiskObjectResponse, type CreateNaturalPartyBody, type CreateNaturalPartyResponse, type CreateNoteOnEventAsCustomerPathParams, type CreateNoteOnEventAsCustomerQueryParams, type CreateNoteOnEventAsCustomerResponse, type CreateNoteOnEventPathParams, type CreateNoteOnEventQueryParams, type CreateNoteOnEventResponse, type CreateOfferRevisionBody, type CreateOfferRevisionPathParams, type CreateOfferRevisionResponse, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse, type CreatePartyActivitiesAsCustomerBody, type CreatePartyActivitiesAsCustomerResponse, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationBody, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationQueryParams, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationResponse, type CreatePartyGroupRiskObjectBody, type CreatePartyGroupRiskObjectPathParams, type CreatePartyGroupRiskObjectQueryParams, type CreatePartyGroupRiskObjectResponse, type CreatePartyNoteBody, type CreatePartyNotePathParams, type CreatePartyNoteResponse, type CreatePartyOffersBody, type CreatePartyOffersPathParams, type CreatePartyOffersQueryParams, type CreatePartyOffersResponse, type CreatePartyRelationsBody, type CreatePartyRelationsQueryParams, type CreatePartyRelationsResponse, type CreateProfileaseCarLeaseOfferBody, type CreateProfileaseCarLeaseOfferQueryParams, type CreateProfileaseCarLeaseOfferResponse, type CreateProflowSessionByBatchIdPathParams, type CreateProflowSessionByBatchIdQueryParams, type CreateProflowSessionByBatchIdResponse, type CreateRecommendationByPartyIdBody, type CreateRecommendationByPartyIdPathParams, type CreateRecommendationByPartyIdQueryParams, type CreateRecommendationByPartyIdResponse, type CreateRecommendationBySessionIdBody, type CreateRecommendationBySessionIdQueryParams, type CreateRecommendationBySessionIdResponse, type CreateReferenceForPartyBody, type CreateReferenceForPartyPathParams, type CreateReferenceForPartyResponse, type CreateReferencesForRiskObjectBody, type CreateReferencesForRiskObjectPathParams, type CreateReferencesForRiskObjectQueryParams, type CreateReferencesForRiskObjectResponse, type CreateRelationBetweenRiskObjectAndPartyBody, type CreateRelationBetweenRiskObjectAndPartyPathParams, type CreateRelationBetweenRiskObjectAndPartyQueryParams, type CreateRelationBetweenRiskObjectAndPartyResponse, type CreateRiskDomainActionForAdvisoryReportByIdBody, type CreateRiskDomainActionForAdvisoryReportByIdPathParams, type CreateRiskDomainActionForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionForAdvisoryReportByIdResponse, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainAdviceForAdvisoryReportByIdBody, type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainForAdvisoryReportByIdBody, type CreateRiskDomainForAdvisoryReportByIdPathParams, type CreateRiskDomainForAdvisoryReportByIdQueryParams, type CreateRiskDomainForAdvisoryReportByIdResponse, type CreateSemiTrailerRiskObjectBody, type CreateSemiTrailerRiskObjectPathParams, type CreateSemiTrailerRiskObjectQueryParams, type CreateSemiTrailerRiskObjectResponse, type CreateToolkitAccountBody, type CreateToolkitAccountQueryParams, type CreateToolkitAccountResponse, type CreateToolkitBrokerBody, type CreateToolkitBrokerQueryParams, type CreateToolkitBrokerResponse, type CreateTrailerRiskObjectBody, type CreateTrailerRiskObjectPathParams, type CreateTrailerRiskObjectQueryParams, type CreateTrailerRiskObjectResponse, type CreateTrialBrokerBody, type CreateTrialBrokerQueryParams, type CreateTrialBrokerResponse, type CreateUploadLinkAsCustomerPathParams, type CreateUploadLinkAsCustomerQueryParams, type CreateUploadLinkAsCustomerResponse, type CreateUspItemForDistributionBody, type CreateUspItemForDistributionQueryParams, type CreateUspItemForDistributionResponse, type CreateYellowhiveContactPersonBody, type CreateYellowhiveContactPersonPathParams, type CreateYellowhiveContactPersonQueryParams, type CreateYellowhiveContactPersonResponse, type DeactivateOutlookConnectionSyncBody, type DeactivateOutlookConnectionSyncQueryParams, type DeactivateOutlookConnectionSyncResponse, type DeleteAdvisoryReportPathParams, type DeleteAdvisoryReportQueryParams, type DeleteAdvisoryReportResponse, type DeleteAdvisoryReportRevisionPathParams, type DeleteAdvisoryReportRevisionQueryParams, type DeleteAdvisoryReportRevisionResponse, type DeleteAllSessionsBySessionIdPathParams, type DeleteAllSessionsBySessionIdResponse, type DeleteAnvaClosingQuestionsPathParams, type DeleteAnvaClosingQuestionsQueryParams, type DeleteAnvaClosingQuestionsResponse, type DeleteBrokerConnectionByKeyPathParams, type DeleteBrokerConnectionByKeyResponse, type DeleteClaimAsBrokerByIdPathParams, type DeleteClaimAsBrokerByIdQueryParams, type DeleteClaimAsBrokerByIdResponse, type DeleteCommentOnActivityPathParams, type DeleteCommentOnActivityQueryParams, type DeleteCommentOnActivityResponse, type DeleteDistributionConnectionByKeyPathParams, type DeleteDistributionConnectionByKeyResponse, type DeleteDistributionFaqPathParams, type DeleteDistributionFaqQueryParams, type DeleteDistributionFaqResponse, type DeleteDistributionTagPathParams, type DeleteDistributionTagQueryParams, type DeleteDistributionTagResponse, type DeleteDocumentByIdAsCustomerWithTokenPathParams, type DeleteDocumentByIdAsCustomerWithTokenQueryParams, type DeleteDocumentByIdAsCustomerWithTokenResponse, type DeleteDocumentByIdPathParams, type DeleteDocumentByIdQueryParams, type DeleteDocumentByIdResponse, type DeleteDocumentForPartyPathParams, type DeleteDocumentForPartyResponse, type DeleteEntityAsBrokerByIdPathParams, type DeleteEntityAsBrokerByIdQueryParams, type DeleteEntityAsBrokerByIdResponse, type DeleteEntityByIdAsCustomerWithTokenPathParams, type DeleteEntityByIdAsCustomerWithTokenQueryParams, type DeleteEntityByIdAsCustomerWithTokenResponse, type DeleteEntityBySessionIdAndFlowIdPathParams, type DeleteEntityBySessionIdAndFlowIdQueryParams, type DeleteEntityBySessionIdAndFlowIdResponse, type DeleteInsurancePoliciesForPartyPathParams, type DeleteInsurancePoliciesForPartyResponse, type DeleteInsurancePolicyForAdvisoryReportByIdPathParams, type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams, type DeleteInsurancePolicyForAdvisoryReportByIdResponse, type DeleteInsuranceProductClauseForDistributionPathParams, type DeleteInsuranceProductClauseForDistributionQueryParams, type DeleteInsuranceProductClauseForDistributionResponse, type DeleteNotePathParams, type DeleteNoteQueryParams, type DeleteNoteResponse, type DeletePartyActivitiesAsCustomerPathParams, type DeletePartyActivitiesAsCustomerResponse, type DeletePartyEntityBySessionIdAndFlowIdPathParams, type DeletePartyEntityBySessionIdAndFlowIdQueryParams, type DeletePartyEntityBySessionIdAndFlowIdResponse, type DeletePartyNoteByIdPathParams, type DeletePartyNoteByIdResponse, type DeletePartyRelationsPathParams, type DeletePartyRelationsResponse, type DeletePolicyPackagesForPartyPathParams, type DeletePolicyPackagesForPartyResponse, type DeleteRelationBetweenRiskObjectAndPartyPathParams, type DeleteRelationBetweenRiskObjectAndPartyQueryParams, type DeleteRelationBetweenRiskObjectAndPartyResponse, type DeleteRiskDomainActionForAdvisoryReportByIdPathParams, type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams, type DeleteRiskDomainActionForAdvisoryReportByIdResponse, type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams, type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams, type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse, type DeleteRiskDomainForAdvisoryReportByIdPathParams, type DeleteRiskDomainForAdvisoryReportByIdQueryParams, type DeleteRiskDomainForAdvisoryReportByIdResponse, type DeleteRiskObjectByIdPathParams, type DeleteRiskObjectByIdResponse, type DeleteSessionBySessionIdPathParams, type DeleteSessionBySessionIdResponse, type DeleteUspByDistributionAndIdPathParams, type DeleteUspByDistributionAndIdQueryParams, type DeleteUspByDistributionAndIdResponse, type DelinkPartyToUserBody, type DelinkPartyToUserResponse, type DeprecatedValidateAnvaConnectionQueryParams, type DeprecatedValidateAnvaConnectionResponse, type Disable2FaAsUserForUserPathParams, type Disable2FaAsUserForUserResponse, 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 EnqueueCalculationAnvaquotesBySessionIdBody, type EnqueueCalculationAnvaquotesBySessionIdPathParams, type EnqueueCalculationAnvaquotesBySessionIdQueryParams, type EnqueueCalculationAnvaquotesBySessionIdResponse, type EnqueueSendCustomQuotesToAnvaBySessionIdBody, type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams, type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams, type EnqueueSendCustomQuotesToAnvaBySessionIdResponse, type EnqueueSendOfferToAnvaBySessionIdPathParams, type EnqueueSendOfferToAnvaBySessionIdQueryParams, type EnqueueSendOfferToAnvaBySessionIdResponse, type EnrichPartyByIdWithExternalCompanyDataPathParams, type EnrichPartyByIdWithExternalCompanyDataQueryParams, type EnrichPartyByIdWithExternalCompanyDataResponse, type ExportAdvisoryReportByIdBody, type ExportAdvisoryReportByIdPathParams, type ExportAdvisoryReportByIdQueryParams, type ExportAdvisoryReportByIdResponse, type ExportPartyByIdPathParams, type ExportPartyByIdResponse, type ExportPartyToAnvaPathParams, type ExportPartyToAnvaQueryParams, type ExportPartyToAnvaResponse, type ExportPartyToAssuPathParams, type ExportPartyToAssuQueryParams, type ExportPartyToAssuResponse, type ExportPartyToDiasPathParams, type ExportPartyToDiasQueryParams, type ExportPartyToDiasResponse, type ExportPartyToFasterforwardPathParams, type ExportPartyToFasterforwardQueryParams, type ExportPartyToFasterforwardResponse, type ExportQuoteByIdBody, type ExportQuoteByIdPathParams, type ExportQuoteByIdQueryParams, type ExportQuoteByIdResponse, type ExtractInsurancePoliciesForOneDocumentBody, type ExtractInsurancePoliciesForOneDocumentEnqueueBody, type ExtractInsurancePoliciesForOneDocumentEnqueueResponse, type ExtractInsurancePoliciesForOneDocumentResponse, type ExtractManyDocumentInBatchBody, type ExtractManyDocumentInBatchResponse, type ExtractOffersForOneDocumentBody, type ExtractOffersForOneDocumentEnqueueBody, type ExtractOffersForOneDocumentEnqueueResponse, type ExtractOffersForOneDocumentResponse, type ExtractOneDocumentBody, type ExtractOneDocumentEnqueueBody, type ExtractOneDocumentEnqueueResponse, type ExtractOneDocumentResponse, type ExtractPartyForOneDocumentEnqueueBody, type ExtractPartyForOneDocumentEnqueueResponse, type ExtractWebsiteThemeBody, type ExtractWebsiteThemeResponse, type GenerateCompanyDescriptionBody, type GenerateCompanyDescriptionResponse, type GenerateConceptReplyBody, type GenerateConceptReplyPathParams, type GenerateConceptReplyQueryParams, type GenerateConceptReplyResponse, type GenerateDiasOfferDocumentBySessionIdPathParams, type GenerateDiasOfferDocumentBySessionIdQueryParams, type GenerateDiasOfferDocumentBySessionIdResponse, type GenerateDistributionAboutUsCompletionBody, type GenerateDistributionAboutUsCompletionResponse, type GenerateDnsPrefixBody, type GenerateDnsPrefixQueryParams, type GenerateDnsPrefixResponse, type GenerateDocxDocumentOfAdvisoryReportByIdPathParams, type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams, type GenerateDocxDocumentOfAdvisoryReportByIdResponse, type GenerateFlowQuestionnaireDocumentBody, type GenerateFlowQuestionnaireDocumentPathParams, type GenerateFlowQuestionnaireDocumentQueryParams, type GenerateFlowQuestionnaireDocumentResponse, type GenerateFlowQuestionnairePathParams, type GenerateFlowQuestionnaireQueryParams, type GenerateFlowQuestionnaireResponse, type GenerateOfferRequestForInsuranceCompanyDocxBody, type GenerateOfferRequestForInsuranceCompanyDocxResponse, type GenerateOfferRequestForInsuranceCompanyPdfBody, type GenerateOfferRequestForInsuranceCompanyPdfResponse, type GeneratePdfOfAdvisoryReportByIdPathParams, type GeneratePdfOfAdvisoryReportByIdQueryParams, type GeneratePdfOfAdvisoryReportByIdResponse, type GeneratePersonalizationAdviceForAdvisoryReportPathParams, type GeneratePersonalizationAdviceForAdvisoryReportResponse, type GeneratePossibleProductsBySessionV2Body, type GeneratePossibleProductsBySessionV2PathParams, type GeneratePossibleProductsBySessionV2QueryParams, type GeneratePossibleProductsBySessionV2Response, type GenerateQuestionsToPrefillByCarBody, type GenerateQuestionsToPrefillByCarPathParams, type GenerateQuestionsToPrefillByCarQueryParams, type GenerateQuestionsToPrefillByCarResponse, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse, type GenerateTokenForSocialLoginFlowAsBrokerQueryParams, type GenerateTokenForSocialLoginFlowAsBrokerResponse, type Get2FaByUserResponse, type GetActivityByPartyPathParams, type GetActivityByPartyQueryParams, type GetActivityByPartyResponse, type GetAddressInfoFreemiumQueryParams, type GetAddressInfoFreemiumResponse, type GetAddressInfoQueryParams, type GetAddressInfoResponse, type GetAdvicesPerInsuranceProductPathParams, type GetAdvicesPerInsuranceProductResponse, type GetAdvisoryReportByIdPathParams, type GetAdvisoryReportByIdQueryParams, type GetAdvisoryReportByIdResponse, type GetAdvisoryReportExportOptionsPathParams, type GetAdvisoryReportExportOptionsResponse, type GetAdvisoryReportRevisionDiffPathParams, type GetAdvisoryReportRevisionDiffQueryParams, type GetAdvisoryReportRevisionDiffResponse, type GetAllActivityTypesQueryParams, type GetAllActivityTypesResponse, type GetAllAdvisoryReportsQueryParams, type GetAllAdvisoryReportsResponse, type GetAllAvailableAffiliationsResponse, type GetAllAvailablePlansResponse, type GetAllAvailableThemesInWegroupQueryParams, type GetAllAvailableThemesInWegroupResponse, type GetAllBrokersLinkedToCurrentUserResponse, type GetAllCampaignTemplatesQueryParams, type GetAllCampaignTemplatesResponse, type GetAllCampaignsByDistributionQueryParams, type GetAllCampaignsByDistributionResponse, type GetAllCarClaimCategoriesResponse, type GetAllClaimsAsBrokerQueryParams, type GetAllClaimsAsBrokerResponse, type GetAllConversationsQueryParams, type GetAllConversationsResponse, type GetAllCustomersByDistributionQueryParams, type GetAllCustomersByDistributionResponse, type GetAllEnumsResponse, type GetAllLeadsByDistributionPathParams, type GetAllLeadsByDistributionResponse, type GetAllLeaseOffersByDistributionPathParams, type GetAllLeaseOffersByDistributionQueryParams, type GetAllLeaseOffersByDistributionResponse, type GetAllPartiesByDistributionPathParams, type GetAllPartiesByDistributionQueryParams, type GetAllPartiesByDistributionResponse, type GetAllPartiesByDistributionV2PathParams, type GetAllPartiesByDistributionV2QueryParams, type GetAllPartiesByDistributionV2Response, type GetAllRiskObjectsByPartyIdPathParams, type GetAllRiskObjectsByPartyIdQueryParams, type GetAllRiskObjectsByPartyIdResponse, type GetAllRiskObjectsByPartyIdV2PathParams, type GetAllRiskObjectsByPartyIdV2QueryParams, type GetAllRiskObjectsByPartyIdV2Response, type GetAllSessionsBySessionIdPathParams, type GetAllSessionsBySessionIdQueryParams, type GetAllSessionsBySessionIdResponse, type GetAllVehicleBrandsQueryParams, type GetAllVehicleBrandsResponse, type GetAllVehicleSeriesByBrandKeyPathParams, type GetAllVehicleSeriesByBrandKeyQueryParams, type GetAllVehicleSeriesByBrandKeyResponse, type GetAllVehicleVersionsBySeriesIdPathParams, type GetAllVehicleVersionsBySeriesIdQueryParams, type GetAllVehicleVersionsBySeriesIdResponse, type GetAnvaAgentsQueryParams, type GetAnvaAgentsResponse, type GetAnvaClosingQuestionsQueryParams, type GetAnvaClosingQuestionsResponse, type GetAnvaCollectionMethodsPathParams, type GetAnvaCollectionMethodsQueryParams, type GetAnvaCollectionMethodsResponse, type GetAnvaEmployeesQueryParams, type GetAnvaEmployeesResponse, type GetAnvaLabelsQueryParams, type GetAnvaLabelsResponse, type GetAnvaMutationReasonsQueryParams, type GetAnvaMutationReasonsResponse, type GetAnvaPartiesQueryParams, type GetAnvaPartiesResponse, type GetAnvaProductsQueryParams, type GetAnvaProductsResponse, type GetAnvaproductByIdPathParams, type GetAnvaproductByIdQueryParams, type GetAnvaproductByIdResponse, type GetAnvaproductsQueryParams, type GetAnvaproductsResponse, type GetArtifactFromEventByIdPathParams, type GetArtifactFromEventByIdQueryParams, type GetArtifactFromEventByIdResponse, type GetAssuEmployeesQueryParams, type GetAssuEmployeesResponse, type GetAvailableFlowsForDistributionInfoQueryParams, type GetAvailableFlowsForDistributionInfoResponse, type GetBrokerByAnvaProducerIdPathParams, type GetBrokerByAnvaProducerIdResponse, type GetBrokerByAnvaRelationMangerIdPathParams, type GetBrokerByAnvaRelationMangerIdResponse, type GetBrokerConnectionsByIdPathParams, type GetBrokerConnectionsByIdQueryParams, type GetBrokerConnectionsByIdResponse, type GetBrokerIntegrationsPathParams, type GetBrokerIntegrationsResponse, type GetCampaignByIdPathParams, type GetCampaignByIdQueryParams, type GetCampaignByIdResponse, type GetCampaignSettingsByDistributionQueryParams, type GetCampaignSettingsByDistributionResponse, type GetCampaignTargetMailTemplateQueryParams, type GetCampaignTargetMailTemplateResponse, type GetCarLeaseRatesQueryParams, type GetCarLeaseRatesResponse, type GetChatBySessionIdPathParams, type GetChatBySessionIdResponse, type GetChatSummaryV2BySessionIdPathParams, type GetChatSummaryV2BySessionIdQueryParams, type GetChatSummaryV2BySessionIdResponse, type GetCheckupByPartyIdPathParams, type GetCheckupByPartyIdResponse, type GetClaimAsBrokerByIdPathParams, type GetClaimAsBrokerByIdQueryParams, type GetClaimAsBrokerByIdResponse, type GetClaimAsCustomerWithTokenPathParams, type GetClaimAsCustomerWithTokenQueryParams, type GetClaimAsCustomerWithTokenResponse, type GetClaimByIdAsCustomerPathParams, type GetClaimByIdAsCustomerResponse, type GetClaimEventsAsBrokerByIdPathParams, type GetClaimEventsAsBrokerByIdQueryParams, type GetClaimEventsAsBrokerByIdResponse, type GetClaimEventsAsCustomerPathParams, type GetClaimEventsAsCustomerQueryParams, type GetClaimEventsAsCustomerResponse, type GetClaimsAsCustomerQueryParams, type GetClaimsAsCustomerResponse, type GetClaimsAsPartyByIdPathParams, type GetClaimsAsPartyByIdResponse, type GetClaimsAsPartyPathParams, type GetClaimsAsPartyQueryParams, type GetClaimsAsPartyResponse, type GetComplianceByRiskObjectIdPathParams, type GetComplianceByRiskObjectIdResponse, type GetConversationByIdPathParams, type GetConversationByIdQueryParams, type GetConversationByIdResponse, type GetConversationNotesPathParams, type GetConversationNotesQueryParams, type GetConversationNotesResponse, type GetConversationReportPdfByIdBody, type GetConversationReportPdfByIdPathParams, type GetConversationReportPdfByIdQueryParams, type GetConversationReportPdfByIdResponse, type GetConversationsOriginFilterQueryParams, type GetConversationsOriginFilterResponse, type GetCurrentAccountInsightsAsCustomerQueryParams, type GetCurrentAccountInsightsAsCustomerResponse, type GetCurrentAccountInsightsAsPartyPathParams, type GetCurrentAccountInsightsAsPartyQueryParams, type GetCurrentAccountInsightsAsPartyResponse, type GetCurrentBrokerOfTheUserResponse, type GetCustomersByPartyPathParams, type GetCustomersByPartyQueryParams, type GetCustomersByPartyResponse, type GetDiasAfdbranchesResponse, type GetDiasCollectionMethodsPathParams, type GetDiasCollectionMethodsQueryParams, type GetDiasCollectionMethodsResponse, type GetDiasEmployeesQueryParams, type GetDiasEmployeesResponse, type GetDiasPartiesQueryParams, type GetDiasPartiesResponse, type GetDiasPartySalutationsResponse, type GetDiasPartyTitlesResponse, type GetDiasProductsQueryParams, type GetDiasProductsResponse, type GetDiasflowInsurancesQueryParams, type GetDiasflowInsurancesResponse, type GetDiasflowProductByIdPathParams, type GetDiasflowProductByIdQueryParams, type GetDiasflowProductByIdResponse, type GetDiasflowProductsQueryParams, type GetDiasflowProductsResponse, type GetDistributionActivityPathParams, type GetDistributionActivityQueryParams, type GetDistributionActivityResponse, type GetDistributionAffiliationsPathParams, type GetDistributionAffiliationsResponse, type GetDistributionByIdPathParams, type GetDistributionByIdResponse, type GetDistributionConnectionsByIdPathParams, type GetDistributionConnectionsByIdQueryParams, type GetDistributionConnectionsByIdResponse, type GetDistributionFaqQueryParams, type GetDistributionFaqResponse, type GetDistributionHasPendingUpgradePathParams, type GetDistributionHasPendingUpgradeResponse, type GetDistributionSettingsResponse, type GetDistributionTagsQueryParams, type GetDistributionTagsResponse, type GetDocumentExtractionBatchByIdPathParams, type GetDocumentExtractionBatchByIdResponse, type GetDocumentMetadataPathParams, type GetDocumentMetadataResponse, type GetDocumentsAsCustomerQueryParams, type GetDocumentsAsCustomerResponse, type GetDocumentsForPartyPathParams, type GetDocumentsForPartyQueryParams, type GetDocumentsForPartyResponse, type GetEmailByMessageIdQueryParams, type GetEmailByMessageIdResponse, type GetEncryptionKeysQueryParams, type GetEncryptionKeysResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponsePathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryPathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryResponse, type GetEnumByAnvaLabelPathParams, type GetEnumByAnvaLabelQueryParams, type GetEnumByAnvaLabelResponse, type GetEnumByDiasLabelPathParams, type GetEnumByDiasLabelQueryParams, type GetEnumByDiasLabelResponse, type GetEventsByAdvisoryReportIdPathParams, type GetEventsByAdvisoryReportIdQueryParams, type GetEventsByAdvisoryReportIdResponse, type GetExtractEnityInfoPathParams, type GetExtractEnityInfoResponse, type GetFasterforwardEmployeesQueryParams, type GetFasterforwardEmployeesResponse, type GetFasterforwardTeamsQueryParams, type GetFasterforwardTeamsResponse, type GetFinconnectLinkAsCustomerQueryParams, type GetFinconnectLinkAsCustomerResponse, type GetFinconnectLinkForInsurancePolicyAsCustomerPathParams, type GetFinconnectLinkForInsurancePolicyAsCustomerQueryParams, type GetFinconnectLinkForInsurancePolicyAsCustomerResponse, type GetFinconnectLinkForInsurancePolicyPathParams, type GetFinconnectLinkForInsurancePolicyQueryParams, type GetFinconnectLinkForInsurancePolicyResponse, type GetFlowInfoByIdPathParams, type GetFlowInfoByIdQueryParams, type GetFlowInfoByIdResponse, type GetFlowsInfoQueryParams, type GetFlowsInfoResponse, type GetGbiQueryParams, type GetGbiResponse, type GetHubspotVisitorIdentificationTokenResponse, type GetInfoForClaimPathParams, type GetInfoForClaimQueryParams, type GetInfoForClaimResponse, type GetInsightsIfCarIsInsuredBody, type GetInsightsIfCarIsInsuredResponse, type GetInsuranceCompaniesQueryParams, type GetInsuranceCompaniesResponse, type GetInsurancePoliciesAsCustomerQueryParams, type GetInsurancePoliciesAsCustomerResponse, type GetInsurancePoliciesForPartyPathParams, type GetInsurancePoliciesForPartyQueryParams, type GetInsurancePoliciesForPartyResponse, type GetInsurancePolicyByIdAsCustomerPathParams, type GetInsurancePolicyByIdAsCustomerResponse, type GetInsurancePolicyByIdPathParams, type GetInsurancePolicyByIdResponse, type GetInsurancePolicyComplianceByIdPathParams, type GetInsurancePolicyComplianceByIdResponse, type GetInsurancePolicySimulationsForPartyPathParams, type GetInsurancePolicySimulationsForPartyQueryParams, type GetInsurancePolicySimulationsForPartyResponse, type GetInsuranceProductClausesByDistributionQueryParams, type GetInsuranceProductClausesByDistributionResponse, type GetInsuranceProductsV2QueryParams, type GetInsuranceProductsV2Response, type GetIntegrationsByDistributionPathParams, type GetIntegrationsByDistributionResponse, type GetInvoiceByIdAsCustomerPathParams, type GetInvoiceByIdAsCustomerResponse, type GetInvoicesAsCustomerQueryParams, type GetInvoicesAsCustomerResponse, type GetInvoicesAsPartyByIdPathParams, type GetInvoicesAsPartyByIdResponse, type GetInvoicesAsPartyPathParams, type GetInvoicesAsPartyQueryParams, type GetInvoicesAsPartyResponse, type GetJobResultByIdPathParams, type GetJobResultByIdQueryParams, type GetJobResultByIdResponse, type GetKycByPartyPathParams, type GetKycByPartyQueryParams, type GetKycByPartyResponse, type GetLeadByIdPathParams, type GetLeadByIdResponse, type GetLeadProviderByIdPathParams, type GetLeadProviderByIdResponse, type GetLeadProvidersByAffinityQueryParams, type GetLeadProvidersByAffinityResponse, type GetLeaseOfferByIdPathParams, type GetLeaseOfferByIdQueryParams, type GetLeaseOfferByIdResponse, type GetLinkOfDocumentPathParams, type GetLinkOfDocumentResponse, type GetMetricsByCampaignPathParams, type GetMetricsByCampaignQueryParams, type GetMetricsByCampaignResponse, type GetMinimalOfferByIdPathParams, type GetMinimalOfferByIdQueryParams, type GetMinimalOfferByIdResponse, type GetMinimalOfferRevisionByIdPathParams, type GetMinimalOfferRevisionByIdResponse, type GetMinimalRiskObjectByIdPathParams, type GetMinimalRiskObjectByIdQueryParams, type GetMinimalRiskObjectByIdResponse, type GetNaceQueryParams, type GetNaceResponse, type GetNoveltyInsightsByDistributionPathParams, type GetNoveltyInsightsByDistributionQueryParams, type GetNoveltyInsightsByDistributionResponse, type GetOfferByIdPathParams, type GetOfferByIdResponse, type GetOffersByDistributionPathParams, type GetOffersByDistributionQueryParams, type GetOffersByDistributionResponse, type GetOnboardingChecklistByBrokerPathParams, type GetOnboardingChecklistByBrokerQueryParams, type GetOnboardingChecklistByBrokerResponse, type GetOnesuranceDataByPartyIdPathParams, type GetOnesuranceDataByPartyIdQueryParams, type GetOnesuranceDataByPartyIdResponse, type GetOnesuranceRecommendationsByEmailIdPathParams, type GetOnesuranceRecommendationsByEmailIdQueryParams, type GetOnesuranceRecommendationsByEmailIdResponse, type GetOrganisationDistributionsPathParams, type GetOrganisationDistributionsQueryParams, type GetOrganisationDistributionsResponse, type GetOrganisationLeadsPathParams, type GetOrganisationLeadsQueryParams, type GetOrganisationLeadsResponse, type GetOrganisationOffersPathParams, type GetOrganisationOffersQueryParams, type GetOrganisationOffersResponse, type GetOutlookConnectionDetailsQueryParams, type GetOutlookConnectionDetailsResponse, type GetOutlookMailByIdPathParams, type GetOutlookMailByIdQueryParams, type GetOutlookMailByIdResponse, type GetOutlookMailByOutlookMessageIdPathParams, type GetOutlookMailByOutlookMessageIdQueryParams, type GetOutlookMailByOutlookMessageIdResponse, type GetOutlookMailfoldersQueryParams, type GetOutlookMailfoldersResponse, type GetOutlookMailsQueryParams, type GetOutlookMailsResponse, type GetPartiesByCustomerPathParams, type GetPartiesByCustomerQueryParams, type GetPartiesByCustomerResponse, type GetPartiesLinkedToUserResponse, type GetPartiesOriginFilterQueryParams, type GetPartiesOriginFilterResponse, type GetPartyAddressesPathParams, type GetPartyAddressesResponse, type GetPartyByIdPathParams, type GetPartyByIdResponse, type GetPartyMergeSuggestionsPathParams, type GetPartyMergeSuggestionsQueryParams, type GetPartyMergeSuggestionsResponse, type GetPdfOfAdvisoryReportByIdPathParams, type GetPdfOfAdvisoryReportByIdQueryParams, type GetPdfOfAdvisoryReportByIdResponse, type GetPerformanceInsightsByDistributionPathParams, type GetPerformanceInsightsByDistributionQueryParams, type GetPerformanceInsightsByDistributionResponse, type GetPolicyPackageByIdAsCustomerPathParams, type GetPolicyPackageByIdAsCustomerResponse, type GetPolicyPackageByIdPathParams, type GetPolicyPackageByIdQueryParams, type GetPolicyPackageByIdResponse, type GetPolicyPackageSimulationsForPartyPathParams, type GetPolicyPackageSimulationsForPartyResponse, type GetPolicyPackagesAsCustomerQueryParams, type GetPolicyPackagesAsCustomerResponse, type GetPolicyPackagesForPartyPathParams, type GetPolicyPackagesForPartyResponse, type GetPossibleInsuranceProductsByPartyIdPathParams, type GetPossibleInsuranceProductsByPartyIdQueryParams, type GetPossibleInsuranceProductsByPartyIdResponse, type GetPossibleInsuranceProductsByRiskObjectIdPathParams, type GetPossibleInsuranceProductsByRiskObjectIdQueryParams, type GetPossibleInsuranceProductsByRiskObjectIdResponse, type GetPossibleInsuranceProductsForManagementByPartyIdPathParams, type GetPossibleInsuranceProductsForManagementByPartyIdQueryParams, type GetPossibleInsuranceProductsForManagementByPartyIdResponse, type GetPossibleInsuranceProductsForStaffByPartyIdPathParams, type GetPossibleInsuranceProductsForStaffByPartyIdQueryParams, type GetPossibleInsuranceProductsForStaffByPartyIdResponse, type GetPreventionAdviceQueryParams, type GetPreventionAdviceResponse, type GetPromotionsByDistributionIdPathParams, type GetPromotionsByDistributionIdResponse, type GetProvenanceInfoOfDocumentPathParams, type GetProvenanceInfoOfDocumentResponse, type GetQuoteExportsQueryParams, type GetQuoteExportsResponse, type GetQuoteInsightsPathParams, type GetQuoteInsightsQueryParams, type GetQuoteInsightsResponse, type GetQuotesAsBatchResultsByConversationIdPathParams, type GetQuotesAsBatchResultsByConversationIdQueryParams, type GetQuotesAsBatchResultsByConversationIdResponse, type GetRecommendationsByIdPathParams, type GetRecommendationsByIdQueryParams, type GetRecommendationsByIdResponse, type GetRecommendationsByPartyIdPathParams, type GetRecommendationsByPartyIdQueryParams, type GetRecommendationsByPartyIdResponse, type GetRecommendationsBySessionIdPathParams, type GetRecommendationsBySessionIdQueryParams, type GetRecommendationsBySessionIdResponse, type GetRiskAnalysisByPartyIdPathParams, type GetRiskAnalysisByPartyIdResponse, type GetRiskDomainByIdPathParams, type GetRiskDomainByIdQueryParams, type GetRiskDomainByIdResponse, type GetRiskDomainsQueryParams, type GetRiskDomainsResponse, type GetRiskObjectByRiskObjectRevisionIdPathParams, type GetRiskObjectByRiskObjectRevisionIdQueryParams, type GetRiskObjectByRiskObjectRevisionIdResponse, type GetRiskObjectRevisionsByIdPathParams, type GetRiskObjectRevisionsByIdQueryParams, type GetRiskObjectRevisionsByIdResponse, type GetSbiQueryParams, type GetSbiResponse, type GetSingularityJobResultByIdPathParams, type GetSingularityJobResultByIdQueryParams, type GetSingularityJobResultByIdResponse, type GetStepSettingsByAdvisoryReportIdPathParams, type GetStepSettingsByAdvisoryReportIdQueryParams, type GetStepSettingsByAdvisoryReportIdResponse, type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams, type GetSupportedAnvaflowCoveragesGroupedByAdnResponse, type GetSupportedAnvaflowCoveragesQueryParams, type GetSupportedAnvaflowCoveragesResponse, type GetSupportedAnvaflowInsuranceCompaniesQueryParams, type GetSupportedAnvaflowInsuranceCompaniesResponse, type GetSupportedAnvaflowInsurancesQueryParams, type GetSupportedAnvaflowInsurancesResponse, type GetSupportedAnvaflowTagsQueryParams, type GetSupportedAnvaflowTagsResponse, type GetSupportedInsuranceCompaniesQueryParams, type GetSupportedInsuranceCompaniesResponse, type GetSupportedInsuranceSubjectsQueryParams, type GetSupportedInsuranceSubjectsResponse, type GetSupportedMimeTypesResponse, type GetSupportedRiskDomainsQueryParams, type GetSupportedRiskDomainsResponse, type GetSupportedYellowhiveflowCoveragesQueryParams, type GetSupportedYellowhiveflowCoveragesResponse, type GetSupportedYellowhiveflowInsurancesQueryParams, type GetSupportedYellowhiveflowInsurancesResponse, type GetSystemCampaignsByPartyPathParams, type GetSystemCampaignsByPartyQueryParams, type GetSystemCampaignsByPartyResponse, type GetTheBrokerByIdPathParams, type GetTheBrokerByIdResponse, type GetUspByDistributionQueryParams, type GetUspByDistributionResponse, type GetValuesOfEnumPathParams, type GetValuesOfEnumResponse, type GetVehicleByCarIdOrFebiacIdQueryParams, type GetVehicleByCarIdOrFebiacIdResponse, type GetVehicleByNumberPlateAndCarIdPathParams, type GetVehicleByNumberPlateAndCarIdQueryParams, type GetVehicleByNumberPlateAndCarIdResponse, type GetVehicleByVersionIdPathParams, type GetVehicleByVersionIdQueryParams, type GetVehicleByVersionIdResponse, type GetVehicleByVinAndCarIdPathParams, type GetVehicleByVinAndCarIdQueryParams, type GetVehicleByVinAndCarIdResponse, type GetVehicleVersionFactsBySeriesIdPathParams, type GetVehicleVersionFactsBySeriesIdQueryParams, type GetVehicleVersionFactsBySeriesIdResponse, type GetWeatherInfoQueryParams, type GetWeatherInfoResponse, type GetYellowhiveflowProductByIdPathParams, type GetYellowhiveflowProductByIdQueryParams, type GetYellowhiveflowProductByIdResponse, type GetYellowhiveflowProductsQueryParams, type GetYellowhiveflowProductsResponse, type GetYourOwnUserResponse, type GiveFeedbackOnConversationByIdPathParams, type GiveFeedbackOnConversationByIdQueryParams, type GiveFeedbackOnConversationByIdResponse, type GiveFeedbackOnRecommendationsByIdBody, type GiveFeedbackOnRecommendationsByIdPathParams, type GiveFeedbackOnRecommendationsByIdResponse, type GiveFeedbackToInsuranceTermsBotBody, type GiveFeedbackToInsuranceTermsBotQueryParams, type GiveFeedbackToInsuranceTermsBotResponse, type HandleCreateDistributionThemeBody, type HandleCreateDistributionThemeQueryParams, type HandleCreateDistributionThemeResponse, type HandleDeleteDistributionThemePathParams, type HandleDeleteDistributionThemeQueryParams, type HandleDeleteDistributionThemeResponse, type HandleUpdateDistributionThemeBody, type HandleUpdateDistributionThemePathParams, type HandleUpdateDistributionThemeQueryParams, type HandleUpdateDistributionThemeResponse, type HttpMethod, type ImportAnvaDocumentInWegroupQueryParams, type ImportAnvaDocumentInWegroupResponse, type ImportAnvaInsurancePolicyDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyDocumentInWegroupResponse, type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse, type ImportAnvaPartyInWegroupPathParams, type ImportAnvaPartyInWegroupQueryParams, type ImportAnvaPartyInWegroupResponse, type ImportAnvaproductBody, type ImportAnvaproductQueryParams, type ImportAnvaproductResponse, type ImportAssuPartyInWegroupPathParams, type ImportAssuPartyInWegroupQueryParams, type ImportAssuPartyInWegroupResponse, type ImportDiasPartyInWegroupPathParams, type ImportDiasPartyInWegroupQueryParams, type ImportDiasPartyInWegroupResponse, type ImportDiasflowProductBody, type ImportDiasflowProductQueryParams, type ImportDiasflowProductResponse, type ImportFasterforwardPartyInWegroupPathParams, type ImportFasterforwardPartyInWegroupQueryParams, type ImportFasterforwardPartyInWegroupResponse, type InviteColleaguesToDistributionBody, type InviteColleaguesToDistributionResponse, type InviteUserToPartyBody, type InviteUserToPartyPathParams, type InviteUserToPartyResponse, type LinkConversationToAdvisoryReportBody, type LinkConversationToAdvisoryReportPathParams, type LinkConversationToAdvisoryReportQueryParams, type LinkConversationToAdvisoryReportResponse, type LinkPartyToUserBody, type LinkPartyToUserResponse, type LockFlightApiResponse, type MarkConversationAsCompletedByIdBody, type MarkConversationAsCompletedByIdPathParams, type MarkConversationAsCompletedByIdResponse, type MergePartiesTogetherBody, type MergePartiesTogetherPathParams, type MergePartiesTogetherQueryParams, type MergePartiesTogetherResponse, type Middleware, type OrderInsurancePolciesOfAdvisoryReportBody, type OrderInsurancePolciesOfAdvisoryReportPathParams, type OrderInsurancePolciesOfAdvisoryReportQueryParams, type OrderInsurancePolciesOfAdvisoryReportResponse, type OutlookConnectionSyncQueryParams, type OutlookConnectionSyncResponse, type OverrideInsuranceProductRecommendationByIdBody, type OverrideInsuranceProductRecommendationByIdPathParams, type OverrideInsuranceProductRecommendationByIdResponse, type OverridePreventionAdviceRecommendationByIdBody, type OverridePreventionAdviceRecommendationByIdPathParams, type OverridePreventionAdviceRecommendationByIdResponse, type PatchAnvaproductByIdBody, type PatchAnvaproductByIdPathParams, type PatchAnvaproductByIdQueryParams, type PatchAnvaproductByIdResponse, type PatchAnvaproductCoverageByIdBody, type PatchAnvaproductCoverageByIdPathParams, type PatchAnvaproductCoverageByIdQueryParams, type PatchAnvaproductCoverageByIdResponse, type PatchDiasflowProductByIdBody, type PatchDiasflowProductByIdPathParams, type PatchDiasflowProductByIdQueryParams, type PatchDiasflowProductByIdResponse, type PatchDiasflowProductCoverageByDiasIdBody, type PatchDiasflowProductCoverageByDiasIdPathParams, type PatchDiasflowProductCoverageByDiasIdQueryParams, type PatchDiasflowProductCoverageByDiasIdResponse, type PatchOwnPartyAsCustomerBody, type PatchOwnPartyAsCustomerResponse, type PoseAQuestionToInsuranceTermsBotBody, type PoseAQuestionToInsuranceTermsBotForItToCompareBody, type PoseAQuestionToInsuranceTermsBotForItToCompareQueryParams, type PoseAQuestionToInsuranceTermsBotForItToCompareResponse, type PoseAQuestionToInsuranceTermsBotQueryParams, type PoseAQuestionToInsuranceTermsBotResponse, type PostEventAsCarglassPartnerBody, type PostEventAsCarglassPartnerResponse, type PutClausesForReportBody, type PutClausesForReportPathParams, type PutClausesForReportQueryParams, type PutClausesForReportResponse, type RecalculateDiasQuotesBySessionIdAndProductIdBody, type RecalculateDiasQuotesBySessionIdAndProductIdPathParams, type RecalculateDiasQuotesBySessionIdAndProductIdQueryParams, type RecalculateDiasQuotesBySessionIdAndProductIdResponse, type RecalculateDiasSimulationBySessionIdBody, type RecalculateDiasSimulationBySessionIdPathParams, type RecalculateDiasSimulationBySessionIdQueryParams, type RecalculateDiasSimulationBySessionIdResponse, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse, type RecalculateSimulationBySessionIdBody, type RecalculateSimulationBySessionIdPathParams, type RecalculateSimulationBySessionIdQueryParams, type RecalculateSimulationBySessionIdResponse, type RecalculateYellowhiveQuotesBySessionIdAndProductIdBody, type RecalculateYellowhiveQuotesBySessionIdAndProductIdPathParams, type RecalculateYellowhiveQuotesBySessionIdAndProductIdQueryParams, type RecalculateYellowhiveQuotesBySessionIdAndProductIdResponse, type RecalculateYellowhiveSimulationBySessionIdBody, type RecalculateYellowhiveSimulationBySessionIdPathParams, type RecalculateYellowhiveSimulationBySessionIdQueryParams, type RecalculateYellowhiveSimulationBySessionIdResponse, type RegenerateAnvaquestionnaireBySessionIdBody, type RegenerateAnvaquestionnaireBySessionIdPathParams, type RegenerateAnvaquestionnaireBySessionIdQueryParams, type RegenerateAnvaquestionnaireBySessionIdResponse, type RetrieveAirportsResponse, type RetrieveAllExportsByPartyPathParams, type RetrieveAllExportsByPartyQueryParams, type RetrieveAllExportsByPartyResponse, type RetrieveAnvaflowsQuestionnairesPathParams, type RetrieveAnvaflowsQuestionnairesQueryParams, type RetrieveAnvaflowsQuestionnairesResponse, type RetrieveAskLaterQuestionsQueryParams, type RetrieveAskLaterQuestionsResponse, type RetrieveAutomobileByCarIdFreemiumVersionPathParams, type RetrieveAutomobileByCarIdFreemiumVersionQueryParams, type RetrieveAutomobileByCarIdFreemiumVersionResponse, type RetrieveAutomobileByIdFreemiumQueryParams, type RetrieveAutomobileByIdFreemiumResponse, type RetrieveDiasQuestionnairesPathParams, type RetrieveDiasQuestionnairesQueryParams, type RetrieveDiasQuestionnairesResponse, type RetrieveExportByIdPathParams, type RetrieveExportByIdQueryParams, type RetrieveExportByIdResponse, type RetrieveFlowBody, type RetrieveFlowPathParams, type RetrieveFlowQueryParams, type RetrieveFlowResponse, type RetrieveYellowhiveQuestionnairesPathParams, type RetrieveYellowhiveQuestionnairesQueryParams, type RetrieveYellowhiveQuestionnairesResponse, type SchemaAboutUsResponse, type SchemaAccelerationTo100, type SchemaAccident, type SchemaAccidentStatement, type SchemaAccidentStatementType, type SchemaAccidentStatementType_2, type SchemaAccountCreateCmd, type SchemaAccountCreatedResponse, type SchemaAccreditedAppraiser, type SchemaAccreditedAppraiser_2, type SchemaAcknowledgementQueryModel, type SchemaAction, type SchemaActionType, type SchemaActionUrlResponse, type SchemaActivateOutlookSyncCmd, type SchemaActivateOutlookSyncParams, type SchemaActivitiesCreateCmd, type SchemaActivity, type SchemaActivityFrontPageCmd, type SchemaActivityFrontPageQueryModel, type SchemaActivityPatchCmd, type SchemaActivityQueryModel, type SchemaAddActionToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdviceToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdvisoryReportStepsConfigurationParams, type SchemaAddConversationToAdvisoryReportRevisionParams, type SchemaAddInsuranceProductClausesToAdvisoryReportRevisionParams, type SchemaAddRiskDomainToAdvisoryReportRevisionParams, type SchemaAdditionalProperties, type SchemaAdditionalProperties_2, type SchemaAddresWithMetadata, type SchemaAddress, type SchemaAddressAllNones, type SchemaAddressInfoLinkRelationType, type SchemaAddressInformation, type SchemaAddressRules, type SchemaAdviceChangeType, type SchemaAdviceDiffModel, type SchemaAdviceQueryModel, type SchemaAdviceType, type SchemaAdvisoryReport, type SchemaAdvisoryReportAdviceActionCreateCmd, type SchemaAdvisoryReportAdviceDiff, type SchemaAdvisoryReportClauseQueryModel, type SchemaAdvisoryReportClausesCreateCmd, type SchemaAdvisoryReportConversationLinkCmd, type SchemaAdvisoryReportConversationQueryModel, type SchemaAdvisoryReportCreateCmd, type SchemaAdvisoryReportDocxResponse, type SchemaAdvisoryReportExportOptions, type SchemaAdvisoryReportExportResponse, type SchemaAdvisoryReportFrontPageCreateCmd, type SchemaAdvisoryReportInsurancePolicyCmd, type SchemaAdvisoryReportInsurancePolicyOrder, type SchemaAdvisoryReportInsurancePolicyPackageCmd, type SchemaAdvisoryReportPartyQueryModel, type SchemaAdvisoryReportPdfResponse, type SchemaAdvisoryReportQueryModel, type SchemaAdvisoryReportRevisionAcceptanceCmd, type SchemaAdvisoryReportRevisionCmd, type SchemaAdvisoryReportRevisionCreateCmd, type SchemaAdvisoryReportRevisionMailInquiryCmd, type SchemaAdvisoryReportRevisionUpdateCmd, type SchemaAdvisoryReportRevisionsQueryModel, type SchemaAdvisoryReportRiskDomainActionCreateCmd, type SchemaAdvisoryReportRiskDomainActionPatchCmd, type SchemaAdvisoryReportRiskDomainAdviceCreateCmd, type SchemaAdvisoryReportRiskDomainAdvicePatchCmd, type SchemaAdvisoryReportRiskDomainCreateCmd, type SchemaAdvisoryReportStepsCreateCmd, type SchemaAdvisoryReportTask, type SchemaAdvisoryReportsQueryModel, type SchemaAdvisoryTaskPriority, type SchemaAedesCar, type SchemaAedesCarPayload, type SchemaAedesDriver, type SchemaAedesParking, type SchemaAedesParking_2, type SchemaAffiliation, type SchemaAffiliationInfo, type SchemaAffiliationStatus, type SchemaAffinityKey, type SchemaAgHomePayload, type SchemaAgriculturalVehicleUsage, type SchemaAgriculturalVehicleUsage_2, type SchemaAlarmSystem, type SchemaAllGuaranteesSetting, type SchemaAllianzCancellationReason, type SchemaAllianzCancellationReason_2, type SchemaAllianzCar, type SchemaAllianzCarPayload, type SchemaAllianzDriver, type SchemaAllianzFamilyPayload, type SchemaAllianzHome, type SchemaAllianzHomePayload, type SchemaAnalyzeEmailByIdParams, type SchemaAnnex, type SchemaAnnexRoofConstructionType, type SchemaAnnexType, type SchemaAnnexType_2, type SchemaAnnexWallConstructionType, type SchemaAnnualPremium, type SchemaAnnualPremiumQueryModel, type SchemaAnswer, type SchemaAnswerFlowParams, type SchemaAnswerFlowSessionParams, type SchemaAnswerFlowsResponse, type SchemaAnswerValidationError, type SchemaAnswerValidationErrorMessage, type SchemaAnswersPayload, type SchemaAnvaAdnCoverage, type SchemaAnvaCalculationPackage, type SchemaAnvaCalculationResponse, type SchemaAnvaClaimStatus, type SchemaAnvaClosingQuestion, type SchemaAnvaClosingQuestionUpsertCmd, type SchemaAnvaCollectionMethod, type SchemaAnvaCollectionMethods, type SchemaAnvaCoverage, type SchemaAnvaCoverageCombination, type SchemaAnvaCustomerInquiryParams, type SchemaAnvaDocument, type SchemaAnvaDocumentTaskCmd, type SchemaAnvaDocumentUpdateCmd, type SchemaAnvaDocumentUploadCmd, type SchemaAnvaExportReply, type SchemaAnvaFlowLabelStatus, type SchemaAnvaFlowStatus, type SchemaAnvaInquiry, type SchemaAnvaInquiryDocument, type SchemaAnvaInsurance, type SchemaAnvaInsuranceCompany, type SchemaAnvaInsuranceCompanyUpdateCmd, type SchemaAnvaInsurancePackage, type SchemaAnvaInsurancePolicy, type SchemaAnvaInsuranceUpdateCmd, type SchemaAnvaInvoiceStatus, type SchemaAnvaLabel, type SchemaAnvaMutationReason, type SchemaAnvaMutationReasons, type SchemaAnvaOfferDocument, type SchemaAnvaPackage, type SchemaAnvaPackageDiscount, type SchemaAnvaPackageUpdateCmd, type SchemaAnvaPolicyPackageCalculationJob, type SchemaAnvaProduct, type SchemaAnvaProductCoverageSelection, type SchemaAnvaProductFlowRevision, type SchemaAnvaProductImportCmd, type SchemaAnvaProductQueryModel, type SchemaAnvaProductQuestionnaire, type SchemaAnvaProductQuestionnaireQueryModel, type SchemaAnvaProductQuestionnairesQueryModel, type SchemaAnvaProductQuestionnairesUpdateCmd, type SchemaAnvaProductQuestionnairesValidateCmd, type SchemaAnvaProductSearchItem, type SchemaAnvaProductSearches, type SchemaAnvaProductTag, type SchemaAnvaProductTagUpsertCmd, type SchemaAnvaProductToInsurancePolicyLink, type SchemaAnvaProductUpdateCmd, type SchemaAnvaQuote, type SchemaAnvaQuoteCalculationJob, type SchemaAnvaQuoteCalculationJobsQueuedResponse, type SchemaAnvaRegenerateQuestionnaireRequest, type SchemaAnvaRegenerateQuestionnaireResponse, type SchemaAnvaSendOfferInsurancePolicy, type SchemaAnvaSendOfferPolicyPackage, type SchemaAnvaSendOfferResponse, type SchemaAnvaTag, type SchemaAnvaTaskCmd, type SchemaAnvaTaskPriority, type SchemaApiCoverage, type SchemaApiCoverageSource, type SchemaAppHandlersNatsModelsStatusResponse, type SchemaAppModelsAdvisoryReportAdvisoryReportAdviceDiffRiskDomain, type SchemaAppModelsAdvisoryReportAdvisoryReportRevisionCreateCmdInsurancePolicies, type SchemaAppModelsCompanyRegistrationCompanyRegistration, type SchemaAppModelsCompanyRegistrationCompanyregistration, type SchemaAppModelsEnumsCompanyProspectType, type SchemaAppModelsEnumsCustomerProspectType, type SchemaAppModelsEnumsLanguageCodes, type SchemaAppModelsEnumsLanguageCodes_2, type SchemaAppModelsEnumsMiscellaneousType, type SchemaAppModelsEnumsProspectType, type SchemaAppModelsEnumsProspectType_2, type SchemaAppModelsFsmaFsma, type SchemaAppModelsInsurancePolicyExternalLabel, type SchemaAppModelsInsurancePolicyExternalRef, type SchemaAppModelsInsurancePolicyExternalref, type SchemaAppModelsLeadAcknowledgement, type SchemaAppModelsLocalisationLocalisation, type SchemaAppModelsOfferAcknowledgement, type SchemaAppModelsOfferInsurance, type SchemaAppModelsPartyCommandsExternalRef, type SchemaAppModelsPartyCommandsExternalref, type SchemaAppModelsPartyCustomer, type SchemaAppModelsPartyManagementBaseDocumentDataPreferences, type SchemaAppModelsPartyManagementFunction, type SchemaAppModelsPartyManagementFunction_2, type SchemaAppModelsPartyManagementbasedocumentdataPreferences, type SchemaAppModelsPartyPartyCompanyBaseAssetInfo, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoMachineDelivery, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoPeriodicCash, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoSiloCapacity, type SchemaAppModelsPartyPartyCompanyBaseBookkeeper, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorks, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorksConstructionWorkDuration, type SchemaAppModelsPartyPartyCompanyBaseContactPerson, type SchemaAppModelsPartyPartyCompanyBaseCustomerInfo, type SchemaAppModelsPartyPartyCompanyBaseCyber, type SchemaAppModelsPartyPartyCompanyBaseExhibitionActivity, type SchemaAppModelsPartyPartyCompanyBaseExportActivity, type SchemaAppModelsPartyPartyCompanyBaseFinancialInfo, type SchemaAppModelsPartyPartyCompanyBaseImportActivity, type SchemaAppModelsPartyPartyCompanyBaseLegalAid, type SchemaAppModelsPartyPartyCompanyBaseLiabilityInfo, type SchemaAppModelsPartyPartyCompanyBaseOutlook, type SchemaAppModelsPartyPartyCompanyBasePersonnelDetails, type SchemaAppModelsPartyPartyCompanyBaseThirdPartyActivity, type SchemaAppModelsPartyPartyCompanyBaseTransportInfo, type SchemaAppModelsPartyPartyCompanyBaseTurnover, type SchemaAppModelsPartyPartyCompanyBaseWorkforce, type SchemaAppModelsPartyPartyCompanyBaseWorkforceWageBill, type SchemaAppModelsPartyPartyPreferences, type SchemaAppModelsPartyPartyPreferencesFuneralPreference, type SchemaAppModelsPartyPartycompanybaseAssetinfo, type SchemaAppModelsPartyPartycompanybaseAssetinfoMachinedelivery, type SchemaAppModelsPartyPartycompanybaseAssetinfoPeriodiccash, type SchemaAppModelsPartyPartycompanybaseAssetinfoSilocapacity, type SchemaAppModelsPartyPartycompanybaseBookkeeper, type SchemaAppModelsPartyPartycompanybaseConstructionworks, type SchemaAppModelsPartyPartycompanybaseConstructionworksConstructionworkduration, type SchemaAppModelsPartyPartycompanybaseContactperson, type SchemaAppModelsPartyPartycompanybaseCustomerinfo, type SchemaAppModelsPartyPartycompanybaseCyber, type SchemaAppModelsPartyPartycompanybaseExhibitionactivity, type SchemaAppModelsPartyPartycompanybaseExportactivity, type SchemaAppModelsPartyPartycompanybaseFinancialinfo, type SchemaAppModelsPartyPartycompanybaseImportactivity, type SchemaAppModelsPartyPartycompanybaseLegalaid, type SchemaAppModelsPartyPartycompanybaseLiabilityinfo, type SchemaAppModelsPartyPartycompanybaseOutlook, type SchemaAppModelsPartyPartycompanybasePersonneldetails, type SchemaAppModelsPartyPartycompanybaseThirdpartyactivity, type SchemaAppModelsPartyPartycompanybaseTransportinfo, type SchemaAppModelsPartyPartycompanybaseTurnover, type SchemaAppModelsPartyPartycompanybaseWorkforce, type SchemaAppModelsPartyPartycompanybaseWorkforceWagebill, type SchemaAppModelsPartyPartypreferences, type SchemaAppModelsPartyPartypreferencesFuneralpreference, type SchemaAppModelsReadDocument, type SchemaAppModelsReadDocumentExternalRef, type SchemaAppModelsRiskObjectsAmountOfRiskObjects, type SchemaAppModelsRiskObjectsBicycleBicycle, type SchemaAppModelsRiskObjectsBicyclePreferences, type SchemaAppModelsRiskObjectsBoatBoat, type SchemaAppModelsRiskObjectsBoatPreferences, type SchemaAppModelsRiskObjectsCarCar, type SchemaAppModelsRiskObjectsCarCar_2, type SchemaAppModelsRiskObjectsCarPreferences, type SchemaAppModelsRiskObjectsCarPreferences_2, type SchemaAppModelsRiskObjectsFamilyFamily, type SchemaAppModelsRiskObjectsLegalLegal, type SchemaAppModelsRiskObjectsMiscellaneousMiscellaneous, type SchemaAppModelsRiskObjectsPartyGroupPartyGroup, type SchemaAppModelsRiskObjectsResidenceMainBuilding, type SchemaAppModelsRiskObjectsResidenceResidence, type SchemaAppModelsRiskObjectsResidenceResidencePreferences, type SchemaAppModelsRiskObjectsRiskObjects, type SchemaAppModelsRiskObjectsSemiTrailerSemiTrailer, type SchemaAppModelsRiskObjectsTeacherTeacher, type SchemaAppModelsRiskObjectsTrailerTrailer, type SchemaAppModelsRiskObjectsTwowheelerPreferences, type SchemaAppModelsRiskObjectsTwowheelerTwoWheeler, type SchemaAppModelsThemeThemeCreateCmd, type SchemaAppModelsUploadExternalRef, type SchemaAppResponsesBaseStatusResponse, type SchemaAppViewsModelsAdvisoryReportAdvisoryReportQueryModelInsurancePolicies, type SchemaAppViewsModelsAdvisoryReportCoverageQueryModelExternalLabel, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyClauseComplianceQueryModelItem, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyComplianceQueryModelItem, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyCoverageComplianceQueryModelItem, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportPolicyPackageQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportRiskDomainActionQueryModelRiskDomain, type SchemaAppViewsModelsAdvisoryReportRiskDomainAdviceQueryModelRiskDomain, type SchemaAppViewsModelsClaimClaim, type SchemaAppViewsModelsClaimDocument, type SchemaAppViewsModelsInvoiceDocument, type SchemaAppViewsModelsOfferAcknowledgement, type SchemaAppViewsModelsOfferGuarantee, type SchemaAppViewsModelsOfferPartyAssignee, type SchemaAppViewsModelsPartyAddresWithMetadataMetaData, type SchemaAppViewsModelsPartyDocumentsPartyDocumentQueryModel, type SchemaAppViewsModelsPartyDocumentsPartydocumentquerymodel, type SchemaAppViewsModelsPartyLink, type SchemaAppViewsModelsPartyManagementQueryModel, type SchemaAppViewsModelsPartyManagementquerymodel, type SchemaAppViewsModelsPartyPartyAssignee, type SchemaAppViewsModelsPartyPartyDocumentsMetaData, type SchemaAppViewsModelsPartyPartyLogoQueryModel, type SchemaAppViewsModelsPartyPartyRelationQueryModelParty, type SchemaAppViewsModelsPartyPartyassignee, type SchemaAppViewsModelsPartyPartylogoquerymodel, type SchemaAppViewsModelsPartyPartyrelationquerymodelParty, type SchemaAppViewsModelsRiskDomainPreventionAdviceQueryModelPreventAdviceRiskDomain, type SchemaAppViewsModelsRiskDomainRiskDomainsQueryModelRiskDomain, type SchemaAppViewsModelsRiskObjectBicycle, type SchemaAppViewsModelsRiskObjectBoat, type SchemaAppViewsModelsRiskObjectCar, type SchemaAppViewsModelsRiskObjectDriver, type SchemaAppViewsModelsRiskObjectFamily, type SchemaAppViewsModelsRiskObjectLegal, type SchemaAppViewsModelsRiskObjectLink, type SchemaAppViewsModelsRiskObjectMiscellaneous, type SchemaAppViewsModelsRiskObjectPartyGroup, type SchemaAppViewsModelsRiskObjectPerson, type SchemaAppViewsModelsRiskObjectResidence, type SchemaAppViewsModelsRiskObjectRiskObjects, type SchemaAppViewsModelsRiskObjectSemiTrailer, type SchemaAppViewsModelsRiskObjectTeacher, type SchemaAppViewsModelsRiskObjectTrailer, type SchemaAppViewsModelsRiskObjectTwoWheeler, type SchemaAragLegalPayload, type SchemaArcesLegalPayload, type SchemaAskLaterQuestion, type SchemaAskLaterQuestionsRequest, type SchemaAskLaterQuestionsResponse, type SchemaAskaPackageChoice, type SchemaAskaPackageChoice_2, type SchemaAskaTravelInsuranceType, type SchemaAskaTravelInsuranceType_2, type SchemaAssetInfo, type SchemaAssignedToType, type SchemaAssociatedCompany, type SchemaAssuDocumentUploadCmd, type SchemaAssuTaskCmd, type SchemaAssuTaskDocument, type SchemaAssuTaskPriority, type SchemaAttachmentType, type SchemaAudits, type SchemaAuth, type SchemaAutomaticEmergencyBreaking, type SchemaAvatars, type SchemaAxaCar, type SchemaAxaCarPayload, type SchemaAxaContractualExcess, type SchemaAxaContractualExcess_2, type SchemaAxaDriver, type SchemaAxaFamilyPayload, type SchemaAxaHome, type SchemaAxaHomePayload, type SchemaAxaItemLimitTier, type SchemaAxaItemLimitTier_2, type SchemaAxaTheftFormulas, type SchemaAxaTheftFormulas_2, type SchemaBackupFrequency, type SchemaBackupFrequency_2, type SchemaBalance, type SchemaBalanceQueryModel, type SchemaBaloiseCar, type SchemaBaloiseCarPayload, type SchemaBaloiseDriver, type SchemaBaloiseFamilyPayload, type SchemaBaloiseHome, type SchemaBaloiseHomePayload, type SchemaBatchUnitResponse, type SchemaBatteryCapacity, type SchemaBicycle, type SchemaBicycleReferenceQueryModel, type SchemaBicycleRiskObjectIdWithRevisionId, type SchemaBicycleSpeed, type SchemaBicycleType, type SchemaBicycleUsage, type SchemaBlindSpotWarning, type SchemaBoat, type SchemaBoatAccidentCoverageLevel, type SchemaBoatAccidentCoverageLevel_2, type SchemaBoatBerthBigCity, type SchemaBoatBerthNlArea, type SchemaBoatBerthType, type SchemaBoatCategory, type SchemaBoatCompetitionType, type SchemaBoatConstructionType, type SchemaBoatMotorKind, type SchemaBoatNlPayloads, type SchemaBoatPreferences, type SchemaBoatReferenceQueryModel, type SchemaBoatRiskObjectIdWithRevisionId, type SchemaBoatTerritory, type SchemaBoatTrailer, type SchemaBoatUsage, type SchemaBookkeeper, type SchemaBrand, type SchemaBrandClub, type SchemaBrandClub_2, type SchemaBrandSortContext, type SchemaBroker, type SchemaBrokerConnectionCreate, type SchemaBrokerConnectionOutlookMailFolderSyncDetails, type SchemaBrokerConnectionUpdate, type SchemaBrokerCreateCmd, type SchemaBrokerIntegrations, type SchemaBrokerIntegrationsPatchCmd, type SchemaBrokerMembershipsCreateCmd, type SchemaBrokerPatchCmd, type SchemaBrokerPlan, type SchemaBrokerSettings, type SchemaBrokerType, type SchemaBrokerUserCreateCmd, type SchemaBrokerWithDistributionName, type SchemaBrokerWithModules, type SchemaBuildingExtra, type SchemaBuildingMaintenanceStatus, type SchemaBuildingPurpose, type SchemaBuildingRentOut, type SchemaBuildingUse, type SchemaCalculateAnvaQuotesRequest, type SchemaCalculateDiasQuotesRequest, type SchemaCalculateProfileaseCarQuoteCmd, type SchemaCalculateProfileaseCarQuoteParams, type SchemaCalculateYellowHiveQuotesRequest, type SchemaCalculationSpecEnumValue, type SchemaCalculationSpecInputType, type SchemaCalculationSpecType, type SchemaCampaignAudienceType, type SchemaCampaignDistributionSettingsQueryModel, type SchemaCampaignExtend, type SchemaCampaignFlowType, type SchemaCampaignGenerateDnsPrefix, type SchemaCampaignInsurance, type SchemaCampaignInsuranceQueryModel, type SchemaCampaignMailTemplateQueryModel, type SchemaCampaignMetrics, type SchemaCampaignQueryModel, type SchemaCampaignQueryModelFull, type SchemaCampaignReferenceQueryModel, type SchemaCampaignSharingOption, type SchemaCampaignSpecifications, type SchemaCampaignSpecificationsQueryModel, type SchemaCampaignStatus, type SchemaCampaignTarget, type SchemaCampaignTargetQueryModel, type SchemaCampaignTemplateCategory, type SchemaCampaignTemplateQueryModel, type SchemaCampaignTemplatesQueryModel, type SchemaCampaignType, type SchemaCampaignVerifiedDnsPrefix, type SchemaCampaignYellowHiveProduct, type SchemaCampaignYellowHiveProductQueryModel, type SchemaCampaignYellowHiveProducts, type SchemaCampaignYellowHiveProductsQueryModel, type SchemaCampaigns, type SchemaCampaignsResponse, type SchemaCar, type SchemaCarCategory, type SchemaCarCategoryCode, type SchemaCarCategoryCode_2, type SchemaCarCategory_2, type SchemaCarClaimType, type SchemaCarClaimType_2, type SchemaCarDemo, type SchemaCarDemo_2, type SchemaCarEvaluationType, type SchemaCarEvaluationType_2, type SchemaCarGlassEvent, type SchemaCarInsuranceInsightPayload, type SchemaCarInsurancePolicyInsightsCarResponse, type SchemaCarInsurancePolicyInsightsDistributionResponse, type SchemaCarInsurancePolicyInsightsPartyResponse, type SchemaCarInsurancePolicyInsightsResponse, type SchemaCarInsured, type SchemaCarInterests, type SchemaCarInterests_2, type SchemaCarLease, type SchemaCarLeaseRatesResponse, type SchemaCarLookUpToQuestion, type SchemaCarLookUpToQuestions, type SchemaCarLookUpToQuestionsCmd, type SchemaCarMileage, type SchemaCarNlPayloads, type SchemaCarPayloads, type SchemaCarPremiumResponse, type SchemaCarProfessionalUsagePurpose, type SchemaCarProfessionalUsagePurpose_2, type SchemaCarReferenceQueryModel, type SchemaCarRiskObjectIdWithRevisionId, type SchemaCarStorage, type SchemaCarTaxation, type SchemaCarTheftProtection, type SchemaCarTheftProtection_2, type SchemaCarTrackingSystem, type SchemaCarTrackingSystem_2, type SchemaCarTrailer, type SchemaCarUsage, type SchemaCarUsagePeriod, type SchemaCarUsagePeriod_2, type SchemaCarUsedFor, type SchemaCarUsedFor_2, type SchemaCarVehicleType, type SchemaCarVehicleType_2, type SchemaCarglassEventCreateParams, type SchemaCategoryType, type SchemaChatCmd, type SchemaChatSummaryDetailed, type SchemaChatSummaryGroup, type SchemaChatSummaryQuestion, type SchemaChatSummarySection, type SchemaCheckupItemType, type SchemaCheckupStatus, type SchemaChild, type SchemaChildProtection, type SchemaChildProtectionDriver, type SchemaChildProtectionPassenger, type SchemaChildProtectionRear, type SchemaChunk, type SchemaCitizensCar, type SchemaCitizensCarPayload, type SchemaCitizensCoverageChoice, type SchemaCitizensCoverageChoice_2, type SchemaCitizensInsuredAmountAccidents, type SchemaCitizensInsuredAmountAccidents_2, type SchemaCitizensInsuredAmountLiability, type SchemaCitizensInsuredAmountLiability_2, type SchemaCitizensSteeringPosition, type SchemaCity, type SchemaCityAutomaticEmergencyBraking, type SchemaCivilState, type SchemaCivilState_2, type SchemaClaim, type SchemaClaimCause, type SchemaClaimCause_2, type SchemaClaimFreeYears, type SchemaClaimFreeYears_2, type SchemaClaimLossAmount, type SchemaClaimLossAmount_2, type SchemaClaimQueryModel, type SchemaClaimStatus, type SchemaClaimType, type SchemaClaimsQueryModel, type SchemaClauseCmd, type SchemaClauseQueryModel, type SchemaCloudDataStorageLocation, type SchemaCollectionMethod, type SchemaCommentary, type SchemaCommentaryQueryModel, type SchemaCompany, type SchemaCompanyCreateCmd, type SchemaCompanyGoodQueryModel, type SchemaCompanyInfo, type SchemaCompanyInfoContent, type SchemaCompanyInventoryQueryModel, type SchemaCompanyInvestmentQueryModel, type SchemaCompanyLeadCreateCmd, type SchemaCompanyLeadCreateReply, type SchemaCompanyLeaseQueryModel, type SchemaCompanyLoanQueryModel, type SchemaCompanyProspectType, type SchemaCompanyProspectsWithLeadOfferRiskObjectsQueryModel, type SchemaCompanyQueryModel, type SchemaCompanyRegistration, type SchemaCompanyRegistrationQueryModel, type SchemaCompanyRegistrationType, type SchemaCompanyRegistrationType_2, type SchemaCompanySearchBy, type SchemaCompareAnswer, type SchemaCompareCmd, type SchemaCompliance, type SchemaComplianceRole, type SchemaConceptReplyGeneratedResponse, type SchemaCondition, type SchemaConditionAction, type SchemaConditionCheckType, type SchemaConditionOperation, type SchemaConditionType, type SchemaConditions, type SchemaConstructionType, type SchemaConstructionTypeFloors, type SchemaConstructionWorkDuration, type SchemaConstructionWorks, type SchemaConstructionYear, type SchemaConstructionYearCategory, type SchemaContactPerson, type SchemaContentValueDefinedType, type SchemaContractConversions, type SchemaConversationAnswer, type SchemaConversationAnswerCompared, type SchemaConversationDocumentPdfModel, type SchemaConversationNote, type SchemaConversationsOriginFilter, type SchemaConversationsOriginFilterItem, type SchemaCountryCodes, type SchemaCountryCodes_2, type SchemaCoverage, type SchemaCoverageCmd, type SchemaCoverageGroupMatchingScore, type SchemaCoverageInsights, type SchemaCoverageLimit, type SchemaCoveragePeriod, type SchemaCoverageQueryModel, type SchemaCoverageUpdateCmd, type SchemaCreateAccountParams, type SchemaCreateAdvisoryReportParams, type SchemaCreateAdvisoryReportRevisionParams, type SchemaCreateAdvisoryReportRevisionV2Params, type SchemaCreateAnvaPartyChildCmd, type SchemaCreateAnvaPartyCompanyCmd, type SchemaCreateAnvaPartyCompanyRegistration, type SchemaCreateAnvaPartyCustomerCmd, type SchemaCreateBicycleRiskObjectParams, type SchemaCreateBoatRiskObjectParams, type SchemaCreateBrokerConnectionParams, type SchemaCreateCampaignAssistantAvatarCmd, type SchemaCreateCampaignCmd, type SchemaCreateCampaignLogoCmd, type SchemaCreateCampaignParams, type SchemaCreateCarRiskObjectParams, type SchemaCreateCompanyLeadParams, type SchemaCreateCompanyProspectParams, type SchemaCreateCustomThemeAsDistributionParams, type SchemaCreateCustomerLeadParams, type SchemaCreateCustomerProspectParams, type SchemaCreateDiasPartyCompanyCmd, type SchemaCreateDiasPartyCompanyRegistration, type SchemaCreateDiasPartyCustomerCmd, type SchemaCreateDistributionConnectionParams, type SchemaCreateDistributionTagParams, type SchemaCreateDistributionUspParams, type SchemaCreateFamilyRiskObjectParams, type SchemaCreateFlowParams, type SchemaCreateFlowSessionParams, type SchemaCreateInsurancePolicyForPartyParams, type SchemaCreateInsuranceProductClauseParams, type SchemaCreateLegalRiskObjectParams, type SchemaCreateMiscellaneousRiskObjectParams, type SchemaCreateMultiResponse, type SchemaCreateNoteForPartyParams, type SchemaCreateOfferRequestForInsuranceCompanyDocxParams, type SchemaCreateOfferRequestForInsuranceCompanyPdfParams, type SchemaCreateOfferRevisionParams, type SchemaCreateOfferV2Params, type SchemaCreatePartyAccidentParams, type SchemaCreatePartyActivitiesParams, type SchemaCreatePartyExternalRefsParams, type SchemaCreatePartyFromCompanyRegistrationParams, type SchemaCreatePartyGroupRiskObjectParams, type SchemaCreateProfileaseCarLeaseOfferParams, type SchemaCreateProfileaseCarOfferCmd, type SchemaCreateProfileaseCarOfferResponse, type SchemaCreateRelationBetweenPartiesParams, type SchemaCreateRelationBetweenPartyAndRiskObjectParams, type SchemaCreateReply, type SchemaCreateReplyUuid, type SchemaCreateResponse, type SchemaCreateRiskObjectExternalRefsParams, type SchemaCreateSemiTrailerRiskObjectParams, type SchemaCreateSignedPartiesUploadUrlParams, type SchemaCreateTaskInAnvaParams, type SchemaCreateTaskInAssuParams, type SchemaCreateTaskInDiasParams, type SchemaCreateTaskInFasterforwardParams, type SchemaCreateToolkitAccountParams, type SchemaCreateToolkitBrokerParams, type SchemaCreateTrailerRiskObjectParams, type SchemaCreateTrialUserParams, type SchemaCreateYellowHiveContactPersonCreateCmd, type SchemaCreditRating, type SchemaCreditScore, type SchemaCrmExportQueryModel, type SchemaCrmExportType, type SchemaCurrency, type SchemaCurrencyValue, type SchemaCustomAdvice, type SchemaCustomAdvicePatchCmd, type SchemaCustomer, type SchemaCustomerCreateCmd, type SchemaCustomerInfo, type SchemaCustomerLeadCreateCmd, type SchemaCustomerLeadCreateReply, type SchemaCustomerProspectType, type SchemaCustomerProspectsWithLeadOfferRiskObjectsQueryModel, type SchemaCustomerQueryModel, type SchemaCustomerSheet, type SchemaCustomerSheetAcceptations, type SchemaCustomersInfoType, type SchemaCyber, type SchemaDasLegalPayload, type SchemaDataType, type SchemaDate, type SchemaDateDsl, type SchemaDeactivateOutlookSyncCmd, type SchemaDeactivateOutlookSyncParams, type SchemaDeductibleType, type SchemaDelaFuneralPayload, type SchemaDeleteMethod, type SchemaDelinkPartyToUserParams, type SchemaDemographicData, type SchemaDiasAfdBranch, type SchemaDiasCalculationPackage, type SchemaDiasClosingQuestion, type SchemaDiasCollectionMethods, type SchemaDiasCoverage, type SchemaDiasCoverageCombination, type SchemaDiasCoverageUpdateCmd, type SchemaDiasDocumentUploadCmd, type SchemaDiasDocumentUploadItem, type SchemaDiasEntity, type SchemaDiasEntityLink, type SchemaDiasEntityType, type SchemaDiasExistingInsurancePackage, type SchemaDiasFlowStatus, type SchemaDiasInsurance, type SchemaDiasInsuranceCompany, type SchemaDiasInsurancePackage, type SchemaDiasInsurancePolicy, type SchemaDiasOfferDocumentResponse, type SchemaDiasOfferMailCmd, type SchemaDiasOfferMailResponse, type SchemaDiasPackage, type SchemaDiasPolicyPackageCalculationJob, type SchemaDiasProduct, type SchemaDiasProductFlowInSession, type SchemaDiasProductImportCmd, type SchemaDiasProductQuestionnaire, type SchemaDiasProductQuestionnaireQueryModel, type SchemaDiasProductQuestionnairesQueryModel, type SchemaDiasProductQuestionnairesUpdateCmd, type SchemaDiasProductQuestionnairesValidateCmd, type SchemaDiasProductSearch, type SchemaDiasProductToInsurancePolicyLink, type SchemaDiasProductUpdateCmd, type SchemaDiasProductsInConversationCmd, type SchemaDiasQuote, type SchemaDiasQuoteCalculationJob, type SchemaDiasQuoteCalculationJobsQueuedResponse, type SchemaDiasSaluation, type SchemaDiasSendOfferInsurancePolicy, type SchemaDiasSendOfferPolicyPackage, type SchemaDiasTaskDocument, type SchemaDiasTitle, type SchemaDimensions, type SchemaDinghy, type SchemaDinghyCategory, type SchemaDirector, type SchemaDisable_2faForMeParams, type SchemaDiscount, type SchemaDisplacement, type SchemaDistances, type SchemaDistribution, type SchemaDistributionCompanyRegistrationValidation, type SchemaDistributionConnectionCreateCmd, type SchemaDistributionConnectionQueryModel, type SchemaDistributionConnectionUpdateCmd, type SchemaDistributionCreateCmd, type SchemaDistributionFrontPageSettings, type SchemaDistributionFrontPageSettingsQueryModel, type SchemaDistributionInvite, type SchemaDistributionLogos, type SchemaDistributionNameValidateCmd, type SchemaDistributionNoveltyInsight, type SchemaDistributionPromotionCreateCmd, type SchemaDistributionPromotionsReply, type SchemaDistributionSettings, type SchemaDistributionSettingsPatchCmd, type SchemaDistributionSignatureMethodQueryModel, type SchemaDistributionSignaturePatchCmd, type SchemaDistributionTagCreateCmd, type SchemaDistributionTagReply, type SchemaDistributionTagsQueryModel, type SchemaDistributionThemeCreateCmd, type SchemaDistributionThemeUpdateCmd, type SchemaDistributionUsp, type SchemaDistributionUspItemCreateCmd, type SchemaDistributionUspItemUpdateCmd, type SchemaDistributionUspReply, type SchemaDistributions, type SchemaDnaYachtBoatPayload, type SchemaDocument, type SchemaDocumentExtractionBatch, type SchemaDocumentExtractionBatchPayload, type SchemaDocumentExtractionEntityInfo, type SchemaDocumentLinkResponse, type SchemaDocumentQueryModel, type SchemaDocumentReferenceQueryModel, type SchemaDocumentResourceType, type SchemaDocumentStatus, type SchemaDocumentType, type SchemaDocumentType_2, type SchemaDomainCar, type SchemaDriveAssistanceSystem, type SchemaDriveTrainLayout, type SchemaDriveTrainLayout_2, type SchemaDriver, type SchemaDriverBrandClubMembership, type SchemaDriverExperience, type SchemaDriverLicenseCode, type SchemaDriverLicenseCode_2, type SchemaDriverLicenseType, type SchemaDriverLicenseType_2, type SchemaDriverVehicle, type SchemaDriverVehicleExperience, type SchemaDriverVehicleUsage, type SchemaDrivingTimes, type SchemaDutyOfCareCheckupItem, type SchemaDutyOfCareKind, type SchemaDutyOfCareStatus, type SchemaEducationLevel, type SchemaEducationLevel_2, type SchemaElectricBatteryType, type SchemaElectricalBikeAssistance, type SchemaElectricalInstallationType, type SchemaElectricalInstallations, type SchemaElectronicStabilityControl, type SchemaEmailActionability, type SchemaEmailAggregateResponse, type SchemaEmailAnalysis, type SchemaEmailAnalysisResponse, type SchemaEmailAnalyzeByEmailIdCmd, type SchemaEmailConversation, type SchemaEmailModel, type SchemaEmailTriageClassification, type SchemaEmailTriageCmd, type SchemaEmailUpdateByEmailIdCmd, type SchemaEmailValidation, type SchemaEmission, type SchemaEmissionStandard, type SchemaEmployeeInformation, type SchemaEmployeeInformationQueryModel, type SchemaEmployees, type SchemaEmploymentType, type SchemaEnable_2faForMeParams, type SchemaEnergyCategory, type SchemaEngine, type SchemaEngineRotations, type SchemaEngineTorque, type SchemaEntityChanges, type SchemaEntityExtraction, type SchemaEntityKey, type SchemaEntityReference, type SchemaEnumSource, type SchemaEnumValue, type SchemaEnums, type SchemaEnumsResponse, type SchemaErrorDetail, type SchemaErrorEnum_401, type SchemaErrorMessages, type SchemaErrorResponse, type SchemaError_401, type SchemaError_403, type SchemaError_422, type SchemaError_429, type SchemaError_4Xx, type SchemaEstablishment, type SchemaEstablishmentQueryModel, type SchemaEuromexLegalPayload, type SchemaExcludedCoverage, type SchemaExhibitionActivity, type SchemaExistsReply, type SchemaExportActivity, type SchemaExportAdvisoryReportByIdParams, type SchemaExportAdvisoryReportCreateCmd, type SchemaExportOption, type SchemaExportsQueued, type SchemaExternalRef, type SchemaExternalRefCompany, type SchemaExternalRefsQueryModel, type SchemaExternalResponseFormatted, type SchemaExtraLegalBenefits, type SchemaExtractDocumentCmd, type SchemaExtractOneDocumentResponse, type SchemaExtractOnePoliciesDocumentResponse, type SchemaExtractSingularDocumentAsInsurancePolicyParams, type SchemaExtractSingularDocumentAsOfferParams, type SchemaExtractSingularDocumentEnqueueParams, type SchemaExtractSingularDocumentInsurancePoliciesEnqueueParams, type SchemaExtractSingularDocumentOffersEnqueueParams, type SchemaExtractSingularDocumentParams, type SchemaExtractSingularDocumentPartyEnqueueParams, type SchemaExtractThemeCmd, type SchemaExtractWebsiteThemeParams, type SchemaExtractedInsurancePolicy, type SchemaExtractedQuestionnaireFilters, type SchemaExtractedQuestionnaireRequest, type SchemaFacade, type SchemaFamilyPayloads, type SchemaFamilyReferenceQueryModel, type SchemaFamilyRiskObjectIdWithRevisionId, type SchemaFamilyStatus, type SchemaFamilyStatus_2, type SchemaFaqCreateCmd, type SchemaFaqItem, type SchemaFaqQueryModel, type SchemaFaqType, type SchemaFasterForwardDocumentUploadCmd, type SchemaFeatureItem, type SchemaFeedback, type SchemaFieldMapping, type SchemaFieldMappingManager, type SchemaFieldOperation, type SchemaFieldTransformer, type SchemaFinConnectLinkQueryModel, type SchemaFinancial, type SchemaFinancialInfo, type SchemaFinancialInstitution, type SchemaFinancing, type SchemaFinishingType, type SchemaFireSpecifications, type SchemaFishCheck, type SchemaFlammableLiquids, type SchemaFleet, type SchemaFleetInfo, type SchemaFleetQueryModel, type SchemaFleetRiskObjectIdWithRevisionId, type SchemaFloatCalculationSpec, type SchemaFloor, type SchemaFlow, type SchemaFlowInfo, type SchemaFlowMailType, type SchemaFlowRequest, type SchemaFlowSessionQueryModel, type SchemaFlowSessionReference, type SchemaFlowSessionStatus, type SchemaFlowStatus, type SchemaFlowSubType, type SchemaFlowType, type SchemaFlowVersion, type SchemaFlowsError, type SchemaFlowsErrorType, type SchemaFlowsInfo, type SchemaFlowsModelsAnvaAnvaInsurancePackageInsurancePolicy, type SchemaFlowsModelsAnvaAnvaPartyBaseAddress, type SchemaFlowsModelsAnvaAnvaQuoteCoverage, type SchemaFlowsModelsAnvaAnvaQuoteDocument, type SchemaFlowsModelsAnvaAnvaQuotePossiblePackage, type SchemaFlowsModelsAnvaSendOfferMailCmdDocument, type SchemaFlowsModelsAnvaWarning, type SchemaFlowsModelsDiasBaseDiasInsurancePackageInsurancePolicy, type SchemaFlowsModelsDiasDiasOfferDocument, type SchemaFlowsModelsDiasDiasOfferMailCmdDiasOfferDocument, type SchemaFlowsModelsDiasDiasPartyBaseAddress, type SchemaFlowsModelsDiasDiasQuoteCoverage, type SchemaFlowsModelsDiasDiasQuotePossiblePackage, type SchemaFlowsModelsDiasDocument, type SchemaFlowsModelsDiasWarning, type SchemaFlowsModelsYellowhiveDocument, type SchemaFlowsModelsYellowhiveWarning, type SchemaFlowsModelsYellowhiveYellowHiveQuoteCoverage, type SchemaForecast, type SchemaForecastDataResponse, type SchemaFormattedExceptionModel, type SchemaFormulaInfo, type SchemaForwardCollisionWarning, type SchemaFoyerCar, type SchemaFoyerCarPayload, type SchemaFoyerDriver, type SchemaFranchise, type SchemaFranchiseLevel, type SchemaFranchiseQueryModel, type SchemaFranchiseType, type SchemaFrontPageCmd, type SchemaFrontPageQueryModel, type SchemaFrontalCrashProtection, type SchemaFrontalCrashProtectionDriver, type SchemaFrontalCrashProtectionPassenger, type SchemaFrontalCrashProtectionRear, type SchemaFsmaStatute, type SchemaFuel, type SchemaFuelCapacity, type SchemaFuelConsumption, type SchemaFullLeaseOfferQueryModel, type SchemaFunction, type SchemaFuneralPayloads, type SchemaFuneralPreference, type SchemaFuneralPreferenceQueryModel, type SchemaFuturePlans, type SchemaGender, type SchemaGeneral, type SchemaGenerateAboutUsCmd, type SchemaGenerateCompanyDescriptionCmd, type SchemaGenerateCompanyDescriptionParams, type SchemaGenerateCompanyDescriptionResponse, type SchemaGenerateCompanySettingsAboutUsParams, type SchemaGenerateConceptReplyCmd, type SchemaGenerateConceptReplyParams, type SchemaGenerateDnsPrefixParams, type SchemaGenerateRecommendationParams, type SchemaGenerateRecommendationsByPartyIdParams, type SchemaGetAddressInfoPremiumResponse, type SchemaGetAdvisoryReportDiffResponse, type SchemaGetAutomobileBrandResponse, type SchemaGetAutomobileBrandsResponse, type SchemaGetAutomobileFactsResponse, type SchemaGetAutomobileSerieResponse, type SchemaGetAutomobileSeriesResponse, type SchemaGetAutomobileVersionResponse, type SchemaGetAutomobileVersionsResponse, type SchemaGetCarInsuranceInsightsParams, type SchemaGetCarPremiumResponse, type SchemaGetCityResponse, type SchemaGetCompanyMultiResponse, type SchemaGetCompanySingleResponse, type SchemaGetDirectorMultiResponse, type SchemaGetNumberPlatePremiumResponse, type SchemaGetSearchAddressNewResponse, type SchemaGetStreetResponse, type SchemaGetVinPremiumResponse, type SchemaGiveSelectedProductsFeedbackParams, type SchemaGuarantee, type SchemaGuaranteeBase, type SchemaGuaranteeContent, type SchemaGuaranteeMatchingScores, type SchemaGuaranteeModification, type SchemaGuaranteeTag, type SchemaHandleCalculateAnvaQuotesForConversationParams, type SchemaHandleCalculateOneAnvaQuoteForConversationParams, type SchemaHandleCalculateOneDiasQuoteForConversationParams, type SchemaHandleCalculateOneYellowhiveQuoteForConversationParams, type SchemaHandleCreateAnvaPartyParams, type SchemaHandleCreateDiasPartyParams, type SchemaHandleCreateDocumentFromQuestionnaireParams, type SchemaHandleCreateYellowhiveContactPersonParams, type SchemaHandleGenerateQuestionsToPrefillByCarParams, type SchemaHandleImportAnvaProductsParams, type SchemaHandleImportDiasProductsParams, type SchemaHandleMarkSessionCompletedParams, type SchemaHandleQueueCalculateAnvaQuotesForConversationParams, type SchemaHandleQueueCalculateDiasQuotesForConversationParams, type SchemaHandleQueueCalculateYellowhiveQuotesForConversationParams, type SchemaHandleQueueSendCustomQuotesToAnvaParams, type SchemaHandleQuoteCalculationV2ExtraParams, type SchemaHandleQuoteMailSendParams, type SchemaHandleQuoteSaveParams, type SchemaHandleRecalculateAnvaSimulationParams, type SchemaHandleRecalculateDiasSimulationParams, type SchemaHandleRecalculateYellowhiveSimulationParams, type SchemaHandleRegenerateAnvaQuestionnaireParams, type SchemaHandleRetrieveConversationReportPdfBySessionIdParams, type SchemaHandleRetrieveProductsV2Params, type SchemaHandleSendDiasOfferMailParams, type SchemaHandleSendOfferMailParams, type SchemaHandleSetAskLaterQuestionIdsParams, type SchemaHandleUpdateAllAnvaQuestionnaireQuestionsByAnvaLabelParams, type SchemaHandleUpdateAnvaPartyParams, type SchemaHandleUpdateAnvaProductCoverageParams, type SchemaHandleUpdateAnvaProductsParams, type SchemaHandleUpdateAnvaQuestionnairesByProductIdParams, type SchemaHandleUpdateDiasQuestionnairesByProductIdParams, type SchemaHandleUpdateDiasflowsProductByIdParams, type SchemaHandleUpdateDiasflowsProductCoverageByIdParams, type SchemaHandleUpdateSessionParams, type SchemaHandleUpdateYellowhiveQuestionnairesByProductIdParams, type SchemaHandleUpsertAnvaClosingQuestionsParams, type SchemaHandleUpsertSupportedAnvaflowsTagParams, type SchemaHandleValidateAnvaQuestionnairesByProductIdParams, type SchemaHandleValidateDiasQuestionnairesByProductIdParams, type SchemaHandleValidateYellowhiveQuestionnairesByProductIdParams, type SchemaHazardLevel, type SchemaHeaders, type SchemaHeatingType, type SchemaHighSpeedAutomaticEmergencyBraking, type SchemaHobbies, type SchemaHolderState, type SchemaHomeAge, type SchemaHomeEvaluationType, type SchemaHomeNlPayloads, type SchemaHomePayloads, type SchemaHomeToWorkDistance, type SchemaHomeToWorkDistance_2, type SchemaHp, type SchemaHttpMethod, type SchemaIbanValidation, type SchemaIdIntResponse, type SchemaIdentificationTypes, type SchemaIdentificationTypes_2, type SchemaImpactTime, type SchemaImpactTime_2, type SchemaImportActivity, type SchemaImportPartyError, type SchemaImportPartyResponse, type SchemaIncomeData, type SchemaInformationRequirementSheetSpecification, type SchemaInputType, type SchemaInsurance, type SchemaInsuranceCarrierType, type SchemaInsuranceCarrierType_2, type SchemaInsuranceCompanyRetrieveResponse, type SchemaInsuranceCompanyTag, type SchemaInsuranceCompanyTag_2, type SchemaInsuranceContent, type SchemaInsuranceExtended, type SchemaInsuranceFsma, type SchemaInsuranceHistory, type SchemaInsuranceModuleExportQueryModel, type SchemaInsuranceModuleExportType, type SchemaInsurancePoliciesQueryModel, type SchemaInsurancePolicyClauseComplianceQueryModel, type SchemaInsurancePolicyClauseComplianceUpdateItemCmd, type SchemaInsurancePolicyComplianceItemCmd, type SchemaInsurancePolicyComplianceQueryModel, type SchemaInsurancePolicyComplianceType, type SchemaInsurancePolicyComplianceUpdateCmd, type SchemaInsurancePolicyCoverageComplianceItemCmd, type SchemaInsurancePolicyCoverageComplianceQueryModel, type SchemaInsurancePolicyCoverageComplianceType, type SchemaInsurancePolicyCoverageComplianceUpdateCmd, type SchemaInsurancePolicyCreateCmd, type SchemaInsurancePolicyCreateType, type SchemaInsurancePolicyDocumentCmd, type SchemaInsurancePolicyDocumentQueryModel, type SchemaInsurancePolicyDocumentType, type SchemaInsurancePolicyEntity, type SchemaInsurancePolicyLinkCmd, type SchemaInsurancePolicyLinkQueryModel, type SchemaInsurancePolicyQueryModel, type SchemaInsurancePolicySimulationSendRequest, type SchemaInsurancePolicySimulationType, type SchemaInsurancePolicySimulationUpsertCmd, type SchemaInsurancePolicyStatus, type SchemaInsurancePolicyType, type SchemaInsurancePolicyType_2, type SchemaInsuranceProduct, type SchemaInsuranceProductAdvices, type SchemaInsuranceProductByDistributionUpdateCmd, type SchemaInsuranceProductClauseCreateCmd, type SchemaInsuranceProductClauseUpdateCmd, type SchemaInsuranceProductClausesQueryModel, type SchemaInsuranceProductEntity, type SchemaInsuranceProductQueryModel, type SchemaInsuranceProductRecommendation, type SchemaInsuranceProductRecommendationPatchCmd, type SchemaInsuranceProductsQueryModel, type SchemaInsuranceTerminationReasonType, type SchemaInsuranceTerminationReasonType_2, type SchemaInsuranceType, type SchemaInsuranceType_2, type SchemaInsuredContentValue, type SchemaInsuredValue, type SchemaInventoryCheckupItem, type SchemaInviteCustomersToPartyParams, type SchemaInviteUsersToDistributionParams, type SchemaInvoice, type SchemaInvoiceQueryModel, type SchemaInvoicesQueryModel, type SchemaIsBurglarProof, type SchemaItServices, type SchemaItem, type SchemaJob, type SchemaJobQueuedResponse, type SchemaJobResult, type SchemaJobResultType, type SchemaJobStatus, type SchemaJointIndustrialCommittee, type SchemaJointIndustrialCommitteeQueryModel, type SchemaJsonRpcError, type SchemaJsonRpcReply, type SchemaKey, type SchemaKeys, type SchemaKind, type SchemaKmPerYear, type SchemaKmPerYear_2, type SchemaKw, type SchemaLabelValueCount, type SchemaLabeledItems, type SchemaLaneCenteringAssist, type SchemaLaneDepartureWarning, type SchemaLaneKeepingAssistance, type SchemaLanguage, type SchemaLanguageCodes, type SchemaLarLegalPayload, type SchemaLastAnswer, type SchemaLateralCrashProtection, type SchemaLateralCrashProtectionDriver, type SchemaLateralCrashProtectionPassenger, type SchemaLateralCrashProtectionRear, type SchemaLeadCampaignQueryModel, type SchemaLeadDocumentQueryModel, type SchemaLeadDocumentType, type SchemaLeadProviderQueryModel, type SchemaLeadProviderResponse, type SchemaLeadProvidersResponse, type SchemaLeadReferenceQueryModel, type SchemaLeadRetrieveReply, type SchemaLeadStatus, type SchemaLeadTransferPayload, type SchemaLeaseOfferDocumentQueryModel, type SchemaLeaseOfferDocumentType, type SchemaLeaseOfferType, type SchemaLeaseType, type SchemaLeaseType_2, type SchemaLegalAid, type SchemaLegalForm, type SchemaLegalForm_2, type SchemaLegalPayloads, type SchemaLegalReferenceQueryModel, type SchemaLegalRiskObjectIdWithRevisionId, type SchemaLength, type SchemaLengthUnit, type SchemaLez, type SchemaLezCity, type SchemaLezPass, type SchemaLezYears, type SchemaLiabilityInfo, type SchemaLiabilityType, type SchemaLiabilityType_2, type SchemaLicense, type SchemaLicensePlateType, type SchemaLicensePlateType_2, type SchemaLink, type SchemaLinkPartyToUserCmd, type SchemaLinkPartyToUserCmdItem, type SchemaLinkPartyToUserParams, type SchemaLinkedCompany, type SchemaLinkedCompanyQueryModel, type SchemaLivingRoomSize, type SchemaLocalisationPatchCmd, type SchemaLocalization, type SchemaLocalized, type SchemaLowerCaseCountryCodes, type SchemaLowerCaseLanguageCodes, type SchemaMachineAcquisitionType, type SchemaMachineDelivery, type SchemaMailEvent, type SchemaMainBuilding, type SchemaMainBuildingType, type SchemaManagement, type SchemaManagementFuturePlans, type SchemaManagementQueryModel, type SchemaMarkSessionAsCompletedModel, type SchemaMarkSessionAsCompletedResponse, type SchemaMaxLoadWeight, type SchemaMaxRoofLoad, type SchemaMaxSpeed, type SchemaMaxVolumeTrunk, type SchemaMaxWeight, type SchemaMembership, type SchemaMercuryModelsAnvaListItem, type SchemaMercuryModelsAssuDocumentUploadCmd, type SchemaMercuryModelsFasterforwardDocumentUploadCmd, type SchemaMercuryModelsFasterforwardFasterForwardSearchRelations, type SchemaMercuryModelsFasterforwardFasterForwardSearchRelationsFasterForwardSearchRelations, type SchemaMercuryModelsFasterforwardListItem, type SchemaMercuryModelsFasterforwardTaskCmd, type SchemaMercuryModelsFasterforwardTaskPriority, type SchemaMercuryModelsMDiasTaskCmd, type SchemaMercuryModelsMDiasTaskPriority, type SchemaMergePartiesIntoPartyByIdParams, type SchemaMetadata, type SchemaMicrosoftOutlookMailFolder, type SchemaMicrosoftOutlookMailFolders, type SchemaMimeType, type SchemaMinVolumeTrunk, type SchemaMinimalBicycle, type SchemaMinimalBoat, type SchemaMinimalCar, type SchemaMinimalClaim, type SchemaMinimalCoverageQueryModel, type SchemaMinimalCustomerPartyQueryModel, type SchemaMinimalCustomerPartyQueryModels, type SchemaMinimalDutyOfCareItem, type SchemaMinimalFamily, type SchemaMinimalFleet, type SchemaMinimalInsurancePolicy, type SchemaMinimalInsurancePolicyQueryModel, type SchemaMinimalInventorySummary, type SchemaMinimalInvoice, type SchemaMinimalLegal, type SchemaMinimalMiscellaneous, type SchemaMinimalOfferQueryModel, type SchemaMinimalPartyGroup, type SchemaMinimalPartyQueryModel, type SchemaMinimalPolicyPackage, type SchemaMinimalResidence, type SchemaMinimalRiskObject, type SchemaMinimalRiskObjects, type SchemaMinimalSemiTrailer, type SchemaMinimalTeacher, type SchemaMinimalTrailer, type SchemaMinimalTwoWheeler, type SchemaMinimalUser, type SchemaMinimalUserQueryModels, type SchemaMiscellaneous, type SchemaMiscellaneousRiskObjectIdWithRevisionId, type SchemaMortgage, type SchemaMostImportantItems, type SchemaMostImportantItems_2, type SchemaMotorType, type SchemaMotorType_2, type SchemaMotorcycleInterests, type SchemaMotorcycleInterests_2, type SchemaMultiAffiliationInfoQueryModel, type SchemaMultiAffiliationQueryModel, type SchemaMultiAnvaAdnCoverageQueryModel, type SchemaMultiAnvaClosingQuestionQueryModel, type SchemaMultiAnvaCoverageQueryModel, type SchemaMultiAnvaInsuranceCompanyQueryModel, type SchemaMultiAnvaInsuranceQueryModel, type SchemaMultiAnvaLabelQueryModel, type SchemaMultiAnvaProductQueryModel, type SchemaMultiAnvaQuestionByAnvaLabelUpdateCmd, type SchemaMultiAnvaTagQueryModel, type SchemaMultiBrokerQueryModel, type SchemaMultiDiasAfdBranchQueryModel, type SchemaMultiDiasInsuranceQueryModel, type SchemaMultiDiasPartySaluationQueryModel, type SchemaMultiDiasPartyTitleQueryModel, type SchemaMultiDiasProductQueryModel, type SchemaMultiDiasProductSearchQueryModel, type SchemaMultiFlowSessionItemQueryModel, type SchemaMultiFlowSessionQueryModel, type SchemaMultiLeaseOfferQueryModel, type SchemaMultiOfferQueryModel, type SchemaMultiPartyQueryModel, type SchemaMultiQuoteBeSession, type SchemaMultiQuoteNlSession, type SchemaMultiYellowHiveCoverageQueryModel, type SchemaMultiYellowHiveInsuranceQueryModel, type SchemaMultiYellowHiveProductQueryModel, type SchemaNationalIdentificationNumberValidation, type SchemaNatsError, type SchemaNextActionItem, type SchemaNextActionSource, type SchemaNextActionType, type SchemaNotice, type SchemaNumberPlateInfo, type SchemaNumberPlatePremiumResponse, type SchemaOccupationType, type SchemaOfferCampaignQueryModel, type SchemaOfferCreateCmdV2, type SchemaOfferCreateResponse, type SchemaOfferCreateRevisionCmd, type SchemaOfferPatchBulkCmd, type SchemaOfferPayment, type SchemaOfferRejectionCancellationReason, type SchemaOfferRequestForInsuranceCompanyCreateCmd, type SchemaOfferRequestForInsuranceCompanyInsuranceProductItem, type SchemaOfferRequestForInsuranceCompanyItem, type SchemaOfferRequestForInsuranceCompanyItemWithId, type SchemaOfferRequestForInsuranceCompanyParty, type SchemaOfferRevisionDocument, type SchemaOfferRevisionDocumentType, type SchemaOfferRevisionPatchCmd, type SchemaOfferRevisionQueryModel, type SchemaOfferRevisionReferenceQueryModel, type SchemaOfferStatus, type SchemaOfferWarning, type SchemaOmniumFormula, type SchemaOmniumFormulaByName, type SchemaOmniumFormulaByName_2, type SchemaOmniumFormula_2, type SchemaOnesuranceAction, type SchemaOnesuranceActionType, type SchemaOnesuranceAdvice, type SchemaOnesuranceAdviceLevel, type SchemaOnesuranceAdviceType, type SchemaOnesuranceExplanationData, type SchemaOnesuranceIntent, type SchemaOnesurancePartyData, type SchemaOnesuranceProduct, type SchemaOnesuranceQuickFeedback, type SchemaOnesuranceRecommendation, type SchemaOnesuranceRecommendationType, type SchemaOnesuranceRecommendations, type SchemaOnesuranceRelationDetails, type SchemaOpenClaimsCheckupItem, type SchemaOptimcoCar, type SchemaOptimcoCarPayload, type SchemaOptimcoDriver, type SchemaOptimcoFamilyPayload, type SchemaOptions, type SchemaOrderInsurancePolicyForAdvisoryReportRevisionParams, type SchemaOrigin, type SchemaOtherSafetySystems, type SchemaOutlook, type SchemaOutlookAttachment, type SchemaOutlookConnectionDetails, type SchemaOutlookEmailDetailWithAnalysis, type SchemaOutlookEmailItemWithAnalysis, type SchemaOutlookEmailsWithAnalysis, type SchemaOutlookMailHeader, type SchemaOutlookMailRecepient, type SchemaOverdueInvoicesCheckupItem, type SchemaOverrideInsuranceProductRecommendationParams, type SchemaOverridePreventionAdviceRecommendationParams, type SchemaPackagesToProposeCheckupItem, type SchemaPaginatedInsuranceCompanyResponse, type SchemaPaginatedLeadReply, type SchemaPaginatedOffersResponse, type SchemaPaginatedOffersV2Response, type SchemaPagination, type SchemaParcelData, type SchemaPartiesQueryModel, type SchemaPartiesQueryModelItem, type SchemaPartiesSearchCmd, type SchemaPartiesSearchItem, type SchemaPartiesSearchResponse, type SchemaPartyAddresses, type SchemaPartyAssigneesUpdateCmd, type SchemaPartyCheckupResponse, type SchemaPartyComplianceType, type SchemaPartyConversationNotes, type SchemaPartyCurrentAccountInsightsQueryModel, type SchemaPartyDocument, type SchemaPartyDocumentQueryModel, type SchemaPartyDocumentType, type SchemaPartyDocumentUpload, type SchemaPartyDocuments, type SchemaPartyEntity, type SchemaPartyExternalRefsCreateCmd, type SchemaPartyExternalRefsQueryModel, type SchemaPartyGroupCustomerQueryModel, type SchemaPartyGroupReferenceQueryModel, type SchemaPartyGroupRiskObjectIdWithRevisionId, type SchemaPartyInvite, type SchemaPartyKycItem, type SchemaPartyKycQueryModel, type SchemaPartyLink, type SchemaPartyLinkQueryModel, type SchemaPartyLogoCmd, type SchemaPartyLogoQueryModel, type SchemaPartyMergeCmd, type SchemaPartyNoteCmd, type SchemaPartyOriginFilter, type SchemaPartyOriginFilterItem, type SchemaPartyPatchCmd, type SchemaPartyPreferences, type SchemaPartyPreferencesQueryModel, type SchemaPartyQueryModel, type SchemaPartyRelation, type SchemaPartyRelationCreateCmd, type SchemaPartyRelationQueryModel, type SchemaPartyRelationType, type SchemaPartyRelationType_2, type SchemaPartySocialLinks, type SchemaPartyStatus, type SchemaPartyStatus_2, type SchemaPartyTransferPayload, type SchemaPartyWithMetadata, type SchemaPaymentInterval, type SchemaPaymentIntervalLowerCaseValues, type SchemaPaymentInterval_2, type SchemaPaymentMethod, type SchemaPaymentMethod_2, type SchemaPaymentStatus, type SchemaPedestrianDetection, type SchemaPendingUpgradesReply, type SchemaPerformance, type SchemaPeriodicCash, type SchemaPermittedTowbarDownload, type SchemaPermittedTrailerLoadWithoutBrakes, type SchemaPersonalizedAdvice, type SchemaPersonalizedAdviceResponse, type SchemaPersonnelDetails, type SchemaPhysicalProperties, type SchemaPiaContractConversionStatus, type SchemaPlanQueryModel, type SchemaPlanStatus, type SchemaPlansReply, type SchemaPnpCar, type SchemaPnpCarPayload, type SchemaPnpDriver, type SchemaPnpFamilyPayload, type SchemaPnpHome, type SchemaPnpHomePayload, type SchemaPoliciesToProposeCheckupItem, type SchemaPolicyDocumentType, type SchemaPolicyHolderRelation, type SchemaPolicyHolderRelation_2, type SchemaPolicyPackageCreateCmd, type SchemaPolicyPackageEntity, type SchemaPolicyPackageQueryModel, type SchemaPolicyPackagesQueryModel, type SchemaPossibleInsuranceProductQueryModel, type SchemaPossibleInsuranceProductsQueryModel, type SchemaPostInsuranceTermsChatFeedbackParams, type SchemaPostInsuranceTermsChatParams, type SchemaPostInsuranceTermsComparisonParams, type SchemaPreferredWayOfContact, type SchemaPremium, type SchemaPremiumQueryModel, type SchemaPreventAdvice, type SchemaPreventionAdvice, type SchemaPreventionAdviceDistributionUpdateCmd, type SchemaPreventionAdviceQueryModel, type SchemaPreventionAdviceRecommendation, type SchemaPreventionAdviceRecommendationPatchCmd, type SchemaPreventionMeasure, type SchemaPreventionPlan, type SchemaPrice, type SchemaPriceQualityRatio, type SchemaPriceRange, type SchemaPriorityTag, type SchemaProductInfo, type SchemaProductV2, type SchemaProductsFilterSort, type SchemaProductsGroupBy, type SchemaProductsV2Filter, type SchemaProductsV2Response, type SchemaProfession, type SchemaProfileaseLeaseRate, type SchemaProfileaseLeaseResidual, type SchemaProfileaseLeaseType, type SchemaProfileaseQuote, type SchemaPromotion, type SchemaPromotionCriteria, type SchemaPromotionModifications, type SchemaPromotionQueryModel, type SchemaPropertyType, type SchemaProspectCreationResponse, type SchemaProspectReferenceQueryModel, type SchemaProspectType, type SchemaProvenanceDocumentReference, type SchemaPublicConnectionQueryModel, type SchemaPublicConnectionsQueryModel, type SchemaPublicDistributionConnectionQueryModel, type SchemaQuestion, type SchemaQuestionGroup, type SchemaQuestionUpdateCmd, type SchemaQuestionnaire, type SchemaQuote, type SchemaQuoteDetails, type SchemaQuoteExport, type SchemaQuoteExportRequest, type SchemaQuoteExportResponse, type SchemaQuoteMailSendRequest, type SchemaQuoteMailSendResponse, type SchemaQuoteReferenceQueryModel, type SchemaQuoteRequestV2Base, type SchemaQuoteResponse, type SchemaQuoteResponseV2, type SchemaQuoteSpecification, type SchemaQuoteStatus, type SchemaRateLimitErrorMsgEnum, type SchemaRearAutomaticEmergencyBraking, type SchemaRearCrossTrafficWarning, type SchemaRecalculateAnvaQuoteRequest, type SchemaRecalculateAnvaSimulationCmd, type SchemaRecalculateDiasQuoteRequest, type SchemaRecalculateDiasSimulationCmd, type SchemaRecalculateYellowHiveQuoteRequest, type SchemaRecalculateYellowHiveSimulationCmd, type SchemaRecommendation, type SchemaRecommendationLevel, type SchemaRecommendationReferenceQueryModel, type SchemaRecommendationsBaseCreateCmd, type SchemaRecommendationsCreateCmd, type SchemaRecommendationsQueryModel, type SchemaRecommendationsV2CreateCmd, type SchemaReconstructionValueDefinedType, type SchemaReference, type SchemaRegex, type SchemaRegistration, type SchemaRelations, type SchemaRentOutTerm, type SchemaRepairCosts, type SchemaReportRevisionStatus, type SchemaReportRevisionStatusSubset, type SchemaResidenceBuildingType, type SchemaResidenceComplianceType, type SchemaResidenceFloodType, type SchemaResidenceMonumentType, type SchemaResidencePreferences, type SchemaResidenceReferenceQueryModel, type SchemaResidenceRiskObjectIdWithRevisionId, type SchemaResidenceTheftProtection, type SchemaResidenceUsage, type SchemaRestrictiveAddress, type SchemaRestrictiveCar, type SchemaRestrictiveDriveAssistanceSystem, type SchemaRestrictiveDriver, type SchemaRetrieveAdvisoryReportFrontPageStandalonePdfParams, type SchemaRetrieveFlowResponse, type SchemaRetrieveQuestionnaireResponse, type SchemaRetrieveQuotesBatchResponse, type SchemaRetrieveQuotesExportsResponse, type SchemaRetrieveQuotesInsightsResponse, type SchemaRideHeight, type SchemaRiskAddress, type SchemaRiskAnalysisSubjects, type SchemaRiskData, type SchemaRiskDomain, type SchemaRiskDomainActionQueryModel, type SchemaRiskDomainAdviceQueryModel, type SchemaRiskDomainDistributionUpdateCmd, type SchemaRiskDomainQueryModel, type SchemaRiskDomainsQueryModel, type SchemaRiskObject, type SchemaRiskObjectCarType, type SchemaRiskObjectCarType_2, type SchemaRiskObjectComplianceItem, type SchemaRiskObjectComplianceQueryModel, type SchemaRiskObjectCreationError, type SchemaRiskObjectCreationResponse, type SchemaRiskObjectEntity, type SchemaRiskObjectExternalRefsCreateCmd, type SchemaRiskObjectExternalRefsQueryModel, type SchemaRiskObjectFamilyType, type SchemaRiskObjectInFleet, type SchemaRiskObjectLegalType, type SchemaRiskObjectPartyGroupType, type SchemaRiskObjectPartyRelation, type SchemaRiskObjectReferenceQueryModel, type SchemaRiskObjectRelationCreateCmd, type SchemaRiskObjectRelationQueryModel, type SchemaRiskObjectRelationUpdateCmd, type SchemaRiskObjectResidenceType, type SchemaRiskObjectRevisionIds, type SchemaRiskObjectRevisions, type SchemaRiskObjectTeacherType, type SchemaRiskObjectTwoWheelerType, type SchemaRiskObjectType, type SchemaRiskObjectType_2, type SchemaRiskObjectsWithRevision, type SchemaRizivConventionStatus, type SchemaRizivConventionStatus_2, type SchemaRizivMember, type SchemaRoleFilter, type SchemaRoleFilterType, type SchemaRollingWorkEquipmentType, type SchemaRollingWorkEquipmentType_2, type SchemaRoofConstructionType, type SchemaRoofTypes, type SchemaRooms, type SchemaRules, type SchemaSafety, type SchemaSafetyFeatureOption, type SchemaSalaryCoefficient, type SchemaSalaryCoefficient_2, type SchemaSatelliteProtection, type SchemaSatelliteProtectionSystem, type SchemaSatelliteProtectionSystem_2, type SchemaSavingTypes, type SchemaSavingTypes_2, type SchemaSearchAddress, type SchemaSearchPartiesParams, type SchemaSection, type SchemaSecurityMeasure, type SchemaSelectedRecommendationsFeedback, type SchemaSemiTrailerRiskObjectIdWithRevisionId, type SchemaSemiTrailerType, type SchemaSendAdvisoryReportRevisionMailParams, type SchemaSendMailForSimulationParams, type SchemaSendOfferMailCmd, type SchemaSendOfferMailResponse, type SchemaSentimentType, type SchemaSeriesSortContext, type SchemaSeriesWithoutModel, type SchemaServerError, type SchemaServerErrorMsgEnum, type SchemaSessionCompletedRemarks, type SchemaSessionReport, type SchemaShareholder, type SchemaShareholderQueryModel, type SchemaSignatureBox, type SchemaSiloCapacity, type SchemaSingleAffiliationQueryModel, type SchemaSingleAuditDetailQueryModel, type SchemaSingleAuditQueryModel, type SchemaSingleUserQueryModel, type SchemaSingularityJobQueuedResponse, type SchemaSingularityJobResultBase, type SchemaSingularityModelsDocumentExtractorCmdLink, type SchemaSingularityModelsPartyCheckupLink, type SchemaSmtCompany, type SchemaSocialLinks, type SchemaSort, type SchemaSourceInfo, type SchemaSpeedAssistance, type SchemaSplitCost, type SchemaSportHobbies, type SchemaSportHobbies_2, type SchemaStateOfChildren, type SchemaStateOfChildren_2, type SchemaStatus, type SchemaStatusReply, type SchemaStatusResponse, type SchemaSteeringPosition, type SchemaSteeringPosition_2, type SchemaStorageSecurity, type SchemaStorageSecurity_2, type SchemaStreet, type SchemaStringCalculationSpec, type SchemaSubcity, type SchemaSubjectToVat, type SchemaSubjectToVat_2, type SchemaSupplierType, type SchemaSupplierType_2, type SchemaSupportedFileTypesResponse, type SchemaSupportedProFlowCountryCodes, type SchemaSurveillanceEquipmentType, type SchemaSwimmingPoolType, type SchemaSwitchCandidatesCheckupItem, type SchemaSymbol, type SchemaSystemCampaignType, type SchemaTableColumn, type SchemaTableRules, type SchemaTag, type SchemaTagContentItem, type SchemaTankLocationType, type SchemaTax, type SchemaTaxBaseBe, type SchemaTaxField, type SchemaTaxPaymentDetails, type SchemaTaxPaymentTime, type SchemaTeacherRiskObjectIdWithRevisionId, type SchemaTeams, type SchemaTechnicalEquipmentType, type SchemaTechniekNederlandTypeOfCompany, type SchemaTechniekNederlandTypeOfCompanySpecification, type SchemaTechniekNederlandTypeOfCompanySpecification_2, type SchemaTechniekNederlandTypeOfCompany_2, type SchemaTelephonenrCategory, type SchemaTelephonenrCategory_2, type SchemaTheftFormulas, type SchemaTheftFormulas_2, type SchemaTheme, type SchemaThemes, type SchemaThirdPartyActivity, type SchemaThirdPartyConstructionWorkInsuranceType, type SchemaThirdPartyConstructionWorkInsuranceType_2, type SchemaTitleAndMessageResponse, type SchemaTokenReply, type SchemaToolkitAccountCreateCmd, type SchemaToolkitBrokerCreateCmd, type SchemaToolkitBrokerCreationResponse, type SchemaToolkitLicenseType, type SchemaTrailerRiskObjectIdWithRevisionId, type SchemaTrailerTonnageCategory, type SchemaTrailerType, type SchemaTrailerType_2, type SchemaTransferCandidatesCheckupItem, type SchemaTransferLeadByIdParams, type SchemaTransferPartyByIdParams, type SchemaTransmissionType, type SchemaTransmissionType_2, type SchemaTransportInfo, type SchemaTravelMethods, type SchemaTravelMethods_2, type SchemaTravelsAYear, type SchemaTravelsAYear_2, type SchemaTriageEmailParams, type SchemaTriageResponse, type SchemaTrialOnboarding, type SchemaTrinityHandlersNatsOnboardingModelsUserIdResponse, type SchemaTrinityModelsUserAccountCreateCmdBroker, type SchemaTrinityModelsUserAccountCreateCmdDistribution, type SchemaTrinityModelsUserAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserToolkitAccountCreateCmdBroker, type SchemaTrinityModelsUserToolkitAccountCreateCmdDistribution, type SchemaTrinityModelsUserToolkitAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserTrialOnboardingDistribution, type SchemaTrinityModelsUserTrialOnboardingUserOVerwrite, type SchemaTruckDestination, type SchemaTruckDestination_2, type SchemaTurnover, type SchemaTwoFactorCreateCmd, type SchemaTwoFactorDisableCmd, type SchemaTwoFactorResponse, type SchemaTwoWheelerCategories, type SchemaTwoWheelerReferenceQueryModel, type SchemaTwoWheelerRiskObjectIdWithRevisionId, type SchemaTwoWheelerVehicleType, type SchemaTypeOfWork, type SchemaTypeOfWork_2, type SchemaTypedKeys, type SchemaUnitOfLength, type SchemaUnitOfLength_2, type SchemaUpdateAdvicesByInsuranceProductInDistributionParams, type SchemaUpdateAdvisoryReportAcceptanceByIdParams, type SchemaUpdateAdvisoryReportMetadataByIdParams, type SchemaUpdateAnvaPartyCompanyCmd, type SchemaUpdateAnvaPartyCustomerCmd, type SchemaUpdateBicycleRiskObjectByIdV2Params, type SchemaUpdateBoatRiskObjectByIdV2Params, type SchemaUpdateBrokerByIdParams, type SchemaUpdateBrokerConnectionByKeyParams, type SchemaUpdateCampaignAssistantAvatarCmd, type SchemaUpdateCampaignByIdParams, type SchemaUpdateCampaignCmd, type SchemaUpdateCampaignLogoCmd, type SchemaUpdateCarRiskObjectByIdV2Params, type SchemaUpdateCustomThemeAsDistributionParams, type SchemaUpdateDistributionConnectionByKeyParams, type SchemaUpdateDocumentByPartyIdParams, type SchemaUpdateEmailByIdParams, type SchemaUpdateFamilyRiskObjectByIdV2Params, type SchemaUpdateInsurancePolicyComplianceParams, type SchemaUpdateInsurancePolicyCoverageComplianceParams, type SchemaUpdateInsuranceProductClauseParams, type SchemaUpdateInsuranceProductInDistributionParams, type SchemaUpdateIntegrationsByBrokerIdParams, type SchemaUpdateLegalRiskObjectByIdV2Params, type SchemaUpdateMeUserByIdParams, type SchemaUpdateMiscellaneousRiskObjectByIdV2Params, type SchemaUpdateOfferRevisionParams, type SchemaUpdateOffersInBulkParams, type SchemaUpdatePartyActivityParams, type SchemaUpdatePartyAssigneesParams, type SchemaUpdatePartyByIdParams, type SchemaUpdatePartyGroupRiskObjectByIdV2Params, type SchemaUpdatePartyNoteByIdParams, type SchemaUpdatePasswordCmd, type SchemaUpdatePasswordForUserByUserIdParams, type SchemaUpdatePreventionAdviceInDistributionParams, type SchemaUpdateRelationByIdParams, type SchemaUpdateResidenceRiskObjectByIdV2Params, type SchemaUpdateRiskDomainActionFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainAdviceFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainInDistributionParams, type SchemaUpdateRiskObjectRelationByIdParams, type SchemaUpdateSemiTrailerRiskObjectByIdV2Params, type SchemaUpdateSessionCmd, type SchemaUpdateSettingsByDistributionIdParams, type SchemaUpdateTrailerRiskObjectByIdV2Params, type SchemaUpdateTwoWheelerRiskObjectByIdV2Params, type SchemaUpdateUspByIdParams, type SchemaUpdatedRiskObjectRevisionReply, type SchemaUploadDocumentPatchCmd, type SchemaUploadDocumentsInAnvaParams, type SchemaUploadDocumentsInAssuParams, type SchemaUploadDocumentsInDiasParams, type SchemaUploadDocumentsInFasterforwardParams, type SchemaUploadSignedUrlResponse, type SchemaUpsertActionFromAdviceInAdvisoryReportRevisionParams, type SchemaUpsertFaqItemParams, type SchemaUpsertInsurancePolicyForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicyPackageForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicySimulationForPartyParams, type SchemaUpsertPolicyPackageByPartyParams, type SchemaUserMeUpdateCmd, type SchemaUserRole, type SchemaValidator, type SchemaValuableItem, type SchemaValueUnitInt, type SchemaValueUnitStr, type SchemaVatType, type SchemaVatType_2, type SchemaVehicleRegistrationDateType, type SchemaVehicleRegistrationPlateValidation, type SchemaVehicleSearch, type SchemaVerifyIfADistributionExistsByCompanyRegistrationParams, type SchemaVerifyIfADistributionExistsByNameParams, type SchemaVerifyIfAUserExistsByEmailParams, type SchemaVersion, type SchemaVersionSortContext, type SchemaVillasureHomePayload, type SchemaVinInfo, type SchemaVinPremiumResponse, type SchemaViviumCar, type SchemaViviumCarPayload, type SchemaViviumDriver, type SchemaViviumFamilyPayload, type SchemaViviumHome, type SchemaViviumHomePayload, type SchemaVoltage, type SchemaWageBill, type SchemaWarningMsg, type SchemaWarranyOptions, type SchemaWarranyOptions_2, type SchemaWeightEmpty, type SchemaWgBeApiAddressModelsAddressAddress, type SchemaWgBeApiAddressModelsAddressInformationV2Company, type SchemaWgBeApiAddressModelsAddressInformationV2Link, type SchemaWgBeApiAddressModelsPersonsDirectorsCompany, type SchemaWgBeApiAddressModelsVatCompanyActivity, type SchemaWgBeApiAddressModelsVatCompanyAssetInfo, type SchemaWgBeApiAddressModelsVatCompanyContactPerson, type SchemaWgBeApiAddressModelsVatCompanyFleetInfo, type SchemaWgBeApiAddressModelsVatCompanyLink, type SchemaWgBeApiAddressModelsVatCompanyPersonnelDetails, type SchemaWgBeApiAddressModelsVatCompanyThirdPartyActivity, type SchemaWgBeApiAddressModelsVatCompanyTurnover, type SchemaWgBeApiAddressModelsVatCompanyWorkforce, type SchemaWgBeApiQuotesModelsBaseLocalization, type SchemaWgBeApiQuotesModelsBaseLocalization_2, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsCar, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsFamily, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsLegal, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsPartyGroup, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsResidence, type SchemaWgPyModelsComplexAddress, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoMachineDelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoPeriodicCash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoSiloCapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoMachinedelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoPeriodiccash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoSilocapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorksConstructionWorkDuration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworksConstructionworkduration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactPerson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactperson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFleetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalAid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalaid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyManagementFunction, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonnelDetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonneldetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdPartyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdpartyactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWageBill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWagebill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsAnnexAnnex, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverAssistanceSystemDriveAssistanceSystem, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverCarInsured, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriver, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsInsuranceHistoryInsuranceHistory, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsPersonPerson, type SchemaWgPyModelsDomainInsuranceInsurancesAedesAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzEnumsCarUsedFor, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesAragLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesArcesLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesAxaAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAxaCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsHolderState, type SchemaWgPyModelsDomainInsuranceInsurancesAxaFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesDasLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralParty, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralPartyGroup, type SchemaWgPyModelsDomainInsuranceInsurancesEuromexLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesLarLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesPnpFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesViviumAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesViviumCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesViviumFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumResidenceRooms, type SchemaWgPyModelsDomainInsuranceProspectCompany, type SchemaWgPyModelsDomainInsuranceProspectCompany_2, type SchemaWgPyModelsDomainInsuranceProspectCustomer, type SchemaWgPyModelsDomainInsuranceProspectCustomer_2, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferences, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferencesFuneralPreference, type SchemaWgPyModelsDomainInsuranceProspectPartypreferences, type SchemaWgPyModelsDomainInsuranceProspectPartypreferencesFuneralpreference, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesPartyExternalRefsQueryModel, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBicycleBicycle, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBoatBoat, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsCarCar, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsMiscMiscellaneous, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerSemiTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainInsuranceRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyPerson, type SchemaWgPyModelsDomainInsuranceRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceAnnexAnnex, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingFacade, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingMainBuilding, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidencePreferencesResidencePreferences, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceRoomsRooms, type SchemaWgPyModelsDomainInsuranceRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccident, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccidentStatement, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarInsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarinsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverbrandclubmembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleusage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainWegroupComplexAddress, type SchemaWgPyModelsDomainWegroupComplexAddress_2, type SchemaWgPyModelsDomainWegroupComplexCompanyRegistration, type SchemaWgPyModelsDomainWegroupComplexCompanyregistration, type SchemaWgPyModelsDomainWegroupComplexLocalization, type SchemaWgPyModelsDomainWegroupEnumsCarUsedFor, type SchemaWgPyModelsDomainWegroupEnumsClaimFreeYears, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsCurrency, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsGender, type SchemaWgPyModelsDomainWegroupEnumsHolderState, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes_2, type SchemaWgPyModelsDomainWegroupEnumsMiscellaneousType, type SchemaWgPyModelsDomainWegroupEnumsOfferRevisionDocumentType, type SchemaWgPyModelsDomainWegroupEnumsProfession, type SchemaWgPyModelsDomainWegroupEnumsProspectType, type SchemaWgPyModelsDomainWegroupEnumsProspectType_2, type SchemaWgPyModelsDomainWegroupRestResponsesStatusResponse, type SchemaWgPyModelsEnumsCoveragePeriod, type SchemaWgPyModelsEnumsCoverageperiod, type SchemaWgPyModelsNatsCompany, type SchemaWgPyModelsSmtReadInsuranceInsuranceProductQueryModelRiskDomain, type SchemaWgPyModelsSmtReadProspectExternalRefsQueryModel, type SchemaWgPyModelsSmtReadProspectManagementQueryModel, type SchemaWgPyModelsSmtReadProspectPartyDocumentQueryModel, type SchemaWgPyModelsSmtReadProspectPartyLogoQueryModel, type SchemaWgPyModelsUserCompany, type SchemaWgsdkQuotesCarEvaluationType, type SchemaWgsdkQuotesCountryCodes, type SchemaWgsdkSmtAccident, type SchemaWgsdkSmtAccidentStatement, type SchemaWgsdkSmtCarEvaluationType, type SchemaWgsdkSmtCountryCodes, type SchemaWgsdkSmtCoveragePeriod, type SchemaWgsdkSmtGender, type SchemaWgsdkSmtInsuranceHistory, type SchemaWgsdkSmtProfession, type SchemaWheelBase, type SchemaWheelBaseArray, type SchemaWheelRimSizeArray, type SchemaWheelRimsSize, type SchemaWheelSize, type SchemaWheelSizeArray, type SchemaWidth, type SchemaWindow, type SchemaWorkforce, type SchemaWorkforcePossibleDanger, type SchemaWorkingMethod, type SchemaYellowHiveCoverage, type SchemaYellowHiveInsurance, type SchemaYellowHiveInsurancePolicy, type SchemaYellowHiveProduct, type SchemaYellowHiveProductQuestionnaire, type SchemaYellowHiveProductQuestionnaireQueryModel, type SchemaYellowHiveProductQuestionnairesQueryModel, type SchemaYellowHiveProductQuestionnairesUpdateCmd, type SchemaYellowHiveProductQuestionnairesValidateCmd, type SchemaYellowHiveProductToInsurancePolicyLink, type SchemaYellowHiveProductsInConversationCmd, type SchemaYellowHiveQuote, type SchemaYellowHiveQuoteCalculationJob, type SchemaYellowHiveQuoteCalculationJobsQueuedResponse, type SeachStreetsByCityAndCountryQueryParams, type SeachStreetsByCityAndCountryResponse, type SearchAddressesByCountryQueryParams, type SearchAddressesByCountryResponse, type SearchAssuPartiesQueryParams, type SearchAssuPartiesResponse, type SearchCitiesByCountryQueryParams, type SearchCitiesByCountryResponse, type SearchDirectorsByFirstAndLastNameQueryParams, type SearchDirectorsByFirstAndLastNameResponse, type SearchEnterprisesByCountryQueryParams, type SearchEnterprisesByCountryResponse, type SearchFasterforwardPartiesQueryParams, type SearchFasterforwardPartiesResponse, type SearchPartiesBody, type SearchPartiesQueryParams, type SearchPartiesResponse, type SearchVehiclesBody, type SearchVehiclesQueryParams, type SearchVehiclesResponse, type SendAdvisoryReportAsMailBody, type SendAdvisoryReportAsMailPathParams, type SendAdvisoryReportAsMailQueryParams, type SendAdvisoryReportAsMailResponse, type SendAnvaInquiryAsCustomerBody, type SendAnvaInquiryAsCustomerResponse, type SendClaimToKeypointPathParams, type SendClaimToKeypointQueryParams, type SendClaimToKeypointResponse, type SendDiasOfferMailBySessionIdBody, type SendDiasOfferMailBySessionIdPathParams, type SendDiasOfferMailBySessionIdQueryParams, type SendDiasOfferMailBySessionIdResponse, type SendExampleCampaignTargetMailQueryParams, type SendExampleCampaignTargetMailResponse, type SendMailClaimReportByIdPathParams, type SendMailClaimReportByIdQueryParams, type SendMailClaimReportByIdResponse, type SendMailFollowupPageToCustomerPathParams, type SendMailFollowupPageToCustomerQueryParams, type SendMailFollowupPageToCustomerResponse, type SendMailForSimulationToPartyBody, type SendMailForSimulationToPartyPathParams, type SendMailForSimulationToPartyQueryParams, type SendMailForSimulationToPartyResponse, type SendOfferMailBySessionIdBody, type SendOfferMailBySessionIdPathParams, type SendOfferMailBySessionIdQueryParams, type SendOfferMailBySessionIdResponse, type SendOfferToAnvaBySessionIdPathParams, type SendOfferToAnvaBySessionIdQueryParams, type SendOfferToAnvaBySessionIdResponse, type SendPasswordResetToCustomerPathParams, type SendPasswordResetToCustomerResponse, type SendQuoteAsMailBody, type SendQuoteAsMailPathParams, type SendQuoteAsMailQueryParams, type SendQuoteAsMailResponse, type SetAskLaterQuestionsBody, type SetAskLaterQuestionsResponse, type TransferLeadToOtherDistributionBody, type TransferLeadToOtherDistributionPathParams, type TransferLeadToOtherDistributionQueryParams, type TransferLeadToOtherDistributionResponse, type TransferPartyToOtherDistributionBody, type TransferPartyToOtherDistributionPathParams, type TransferPartyToOtherDistributionQueryParams, type TransferPartyToOtherDistributionResponse, type TriageEmailBody, type TriageEmailResponse, type UnblockCustomerFromAccessingPartyPathParams, type UnblockCustomerFromAccessingPartyResponse, type UnlockClaimPathParams, type UnlockClaimQueryParams, type UnlockClaimResponse, type UpdateAdvisoryReportBody, type UpdateAdvisoryReportPathParams, type UpdateAdvisoryReportQueryParams, type UpdateAdvisoryReportResponse, type UpdateAnalyzedEmailIdBody, type UpdateAnalyzedEmailIdPathParams, type UpdateAnalyzedEmailIdQueryParams, type UpdateAnalyzedEmailIdResponse, type UpdateAnvaPartyViaConversationBody, type UpdateAnvaPartyViaConversationPathParams, type UpdateAnvaPartyViaConversationQueryParams, type UpdateAnvaPartyViaConversationResponse, type UpdateAnvaflowsQuestionnaireBody, type UpdateAnvaflowsQuestionnairePathParams, type UpdateAnvaflowsQuestionnaireQueryParams, type UpdateAnvaflowsQuestionnaireResponse, type UpdateBicycleRiskObjectBody, type UpdateBicycleRiskObjectPathParams, type UpdateBicycleRiskObjectQueryParams, type UpdateBicycleRiskObjectResponse, type UpdateBoatRiskObjectBody, type UpdateBoatRiskObjectPathParams, type UpdateBoatRiskObjectQueryParams, type UpdateBoatRiskObjectResponse, type UpdateBrokerByBrokerBody, type UpdateBrokerByBrokerPathParams, type UpdateBrokerByBrokerResponse, type UpdateBrokerConnectionByKeyBody, type UpdateBrokerConnectionByKeyPathParams, type UpdateBrokerConnectionByKeyResponse, type UpdateBrokerIntegrationsBody, type UpdateBrokerIntegrationsPathParams, type UpdateBrokerIntegrationsResponse, type UpdateCampaignBody, type UpdateCampaignPathParams, type UpdateCampaignQueryParams, type UpdateCampaignResponse, type UpdateCarRiskObjectBody, type UpdateCarRiskObjectPathParams, type UpdateCarRiskObjectQueryParams, type UpdateCarRiskObjectResponse, type UpdateClaimAsBrokerByIdPathParams, type UpdateClaimAsBrokerByIdQueryParams, type UpdateClaimAsBrokerByIdResponse, type UpdateClaimAsCustomerWithTokenPathParams, type UpdateClaimAsCustomerWithTokenQueryParams, type UpdateClaimAsCustomerWithTokenResponse, type UpdateCommentOnActivityPathParams, type UpdateCommentOnActivityQueryParams, type UpdateCommentOnActivityResponse, type UpdateConversationByIdBody, type UpdateConversationByIdPathParams, type UpdateConversationByIdResponse, type UpdateDeclarationRemarkPathParams, type UpdateDeclarationRemarkQueryParams, type UpdateDeclarationRemarkResponse, type UpdateDiasQuestionnaireBody, type UpdateDiasQuestionnairePathParams, type UpdateDiasQuestionnaireQueryParams, type UpdateDiasQuestionnaireResponse, type UpdateDistributionConnectionByKeyBody, type UpdateDistributionConnectionByKeyPathParams, type UpdateDistributionConnectionByKeyResponse, type UpdateDistributionIntegrationsPathParams, type UpdateDistributionIntegrationsResponse, type UpdateDistributionSettingsBody, type UpdateDistributionSettingsResponse, type UpdateDocumentForPartyBody, type UpdateDocumentForPartyPathParams, type UpdateDocumentForPartyResponse, type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse, type UpdateDocumentMetadataByIdPathParams, type UpdateDocumentMetadataByIdQueryParams, type UpdateDocumentMetadataByIdResponse, type UpdateEntityAsBrokerByIdPathParams, type UpdateEntityAsBrokerByIdQueryParams, type UpdateEntityAsBrokerByIdResponse, type UpdateEntityAsCustomerWithTokenPathParams, type UpdateEntityAsCustomerWithTokenQueryParams, type UpdateEntityAsCustomerWithTokenResponse, type UpdateFamilyRiskObjectBody, type UpdateFamilyRiskObjectPathParams, type UpdateFamilyRiskObjectQueryParams, type UpdateFamilyRiskObjectResponse, type UpdateFleetRiskObjectBody, type UpdateFleetRiskObjectPathParams, type UpdateFleetRiskObjectQueryParams, type UpdateFleetRiskObjectResponse, type UpdateInsurancePolicyComplianceBody, type UpdateInsurancePolicyCompliancePathParams, type UpdateInsurancePolicyComplianceResponse, type UpdateInsurancePolicyCoverageComplianceBody, type UpdateInsurancePolicyCoverageCompliancePathParams, type UpdateInsurancePolicyCoverageComplianceResponse, type UpdateInsuranceProductByDistributionBody, type UpdateInsuranceProductByDistributionPathParams, type UpdateInsuranceProductByDistributionResponse, type UpdateInsuranceProductClauseForDistributionBody, type UpdateInsuranceProductClauseForDistributionPathParams, type UpdateInsuranceProductClauseForDistributionQueryParams, type UpdateInsuranceProductClauseForDistributionResponse, type UpdateLegalRiskObjectBody, type UpdateLegalRiskObjectPathParams, type UpdateLegalRiskObjectQueryParams, type UpdateLegalRiskObjectResponse, type UpdateMiscellaneousRiskObjectBody, type UpdateMiscellaneousRiskObjectPathParams, type UpdateMiscellaneousRiskObjectQueryParams, type UpdateMiscellaneousRiskObjectResponse, type UpdateNotePathParams, type UpdateNoteQueryParams, type UpdateNoteResponse, type UpdateOfferByIdBody, type UpdateOfferByIdPathParams, type UpdateOfferByIdResponse, type UpdateOffersInBulkBody, type UpdateOffersInBulkResponse, type UpdatePartyActivitiesAsCustomerBody, type UpdatePartyActivitiesAsCustomerPathParams, type UpdatePartyActivitiesAsCustomerResponse, type UpdatePartyAssigneesBody, type UpdatePartyAssigneesPathParams, type UpdatePartyAssigneesQueryParams, type UpdatePartyAssigneesResponse, type UpdatePartyByIdBody, type UpdatePartyByIdPathParams, type UpdatePartyByIdResponse, type UpdatePartyGroupRiskObjectBody, type UpdatePartyGroupRiskObjectPathParams, type UpdatePartyGroupRiskObjectQueryParams, type UpdatePartyGroupRiskObjectResponse, type UpdatePartyNoteByIdBody, type UpdatePartyNoteByIdPathParams, type UpdatePartyNoteByIdResponse, type UpdatePartyRelationsBody, type UpdatePartyRelationsPathParams, type UpdatePartyRelationsResponse, type UpdatePreventionByDistributionBody, type UpdatePreventionByDistributionPathParams, type UpdatePreventionByDistributionResponse, type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody, type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams, type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse, type UpdateRelationBetweenRiskObjectAndPartyBody, type UpdateRelationBetweenRiskObjectAndPartyPathParams, type UpdateRelationBetweenRiskObjectAndPartyQueryParams, type UpdateRelationBetweenRiskObjectAndPartyResponse, type UpdateResidenceRiskObjectBody, type UpdateResidenceRiskObjectPathParams, type UpdateResidenceRiskObjectQueryParams, type UpdateResidenceRiskObjectResponse, type UpdateRiskDomainActionForAdvisoryReportByIdBody, type UpdateRiskDomainActionForAdvisoryReportByIdPathParams, type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams, type UpdateRiskDomainActionForAdvisoryReportByIdResponse, type UpdateRiskDomainAdviceForAdvisoryReportByIdBody, type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse, type UpdateRiskDomainByDistributionBody, type UpdateRiskDomainByDistributionPathParams, type UpdateRiskDomainByDistributionResponse, type UpdateSemiTrailerRiskObjectBody, type UpdateSemiTrailerRiskObjectPathParams, type UpdateSemiTrailerRiskObjectQueryParams, type UpdateSemiTrailerRiskObjectResponse, type UpdateTargetsByCampaignPathParams, type UpdateTargetsByCampaignQueryParams, type UpdateTargetsByCampaignResponse, type UpdateTrailerRiskObjectBody, type UpdateTrailerRiskObjectPathParams, type UpdateTrailerRiskObjectQueryParams, type UpdateTrailerRiskObjectResponse, type UpdateTwoWheelerRiskObjectBody, type UpdateTwoWheelerRiskObjectPathParams, type UpdateTwoWheelerRiskObjectQueryParams, type UpdateTwoWheelerRiskObjectResponse, type UpdateUspByDistributionAndIdBody, type UpdateUspByDistributionAndIdPathParams, type UpdateUspByDistributionAndIdQueryParams, type UpdateUspByDistributionAndIdResponse, type UpdateYellowhiveQuestionnaireBody, type UpdateYellowhiveQuestionnairePathParams, type UpdateYellowhiveQuestionnaireQueryParams, type UpdateYellowhiveQuestionnaireResponse, type UpdateYourOwnUserBody, type UpdateYourOwnUserResponse, type UpdateYourPasswordBody, type UpdateYourPasswordResponse, type UploadClaimDocumentAsBrokerPathParams, type UploadClaimDocumentAsBrokerQueryParams, type UploadClaimDocumentAsBrokerResponse, type UploadDocumentsInAnvaBody, type UploadDocumentsInAnvaPathParams, type UploadDocumentsInAnvaQueryParams, type UploadDocumentsInAnvaResponse, type UploadDocumentsInAssuBody, type UploadDocumentsInAssuPathParams, type UploadDocumentsInAssuQueryParams, type UploadDocumentsInAssuResponse, type UploadDocumentsInDiasBody, type UploadDocumentsInDiasPathParams, type UploadDocumentsInDiasQueryParams, type UploadDocumentsInDiasResponse, type UploadDocumentsInFasterforwardBody, type UploadDocumentsInFasterforwardPathParams, type UploadDocumentsInFasterforwardQueryParams, type UploadDocumentsInFasterforwardResponse, type UpsertAnvaClosingQuestionsBody, type UpsertAnvaClosingQuestionsQueryParams, type UpsertAnvaClosingQuestionsResponse, type UpsertDistributionFaqBody, type UpsertDistributionFaqQueryParams, type UpsertDistributionFaqResponse, type UpsertInsurancePoliciesForPartyBody, type UpsertInsurancePoliciesForPartyPathParams, type UpsertInsurancePoliciesForPartyResponse, type UpsertInsurancePolicySimulationForPartyBody, type UpsertInsurancePolicySimulationForPartyPathParams, type UpsertInsurancePolicySimulationForPartyResponse, type UpsertPolicyPackagesForPartyBody, type UpsertPolicyPackagesForPartyPathParams, type UpsertPolicyPackagesForPartyResponse, type ValidateAChassisNumberResponse, type ValidateACompanyRegistrationNumberResponse, type ValidateANationalIdentificationNumberBody, type ValidateANationalIdentificationNumberResponse, type ValidateATelephonenrResponse, type ValidateAVehicleRegistrationPlateBody, type ValidateAVehicleRegistrationPlateResponse, type ValidateAWebsiteResponse, type ValidateAnEmailResponse, type ValidateAnFsmaResponse, type ValidateAnIbanBody, type ValidateAnIbanResponse, type ValidateAnvaConnectionQueryParams, type ValidateAnvaConnectionResponse, type ValidateAnvaDwhConnectionQueryParams, type ValidateAnvaDwhConnectionResponse, type ValidateAnvaflowsQuestionnaireBody, type ValidateAnvaflowsQuestionnairePathParams, type ValidateAnvaflowsQuestionnaireQueryParams, type ValidateAnvaflowsQuestionnaireResponse, type ValidateClaimPathParams, type ValidateClaimQueryParams, type ValidateClaimResponse, type ValidateDiasQuestionnaireBody, type ValidateDiasQuestionnairePathParams, type ValidateDiasQuestionnaireQueryParams, type ValidateDiasQuestionnaireResponse, type ValidateFasterforwardConnectionQueryParams, type ValidateFasterforwardConnectionResponse, type ValidatePromotionsResponse, type ValidateYellowhiveQuestionnaireBody, type ValidateYellowhiveQuestionnairePathParams, type ValidateYellowhiveQuestionnaireQueryParams, type ValidateYellowhiveQuestionnaireResponse, type VerifyIfADistributionExistsByCompanyRegistrationBody, type VerifyIfADistributionExistsByCompanyRegistrationQueryParams, type VerifyIfADistributionExistsByCompanyRegistrationResponse, type VerifyIfADistributionExistsByNameBody, type VerifyIfADistributionExistsByNameQueryParams, type VerifyIfADistributionExistsByNameResponse, type VerifyIfAUserExistsByEmailBody, type VerifyIfAUserExistsByEmailQueryParams, type VerifyIfAUserExistsByEmailResponse, type WgApiSchema, type WgPaths, acceptOrRejectAnAdvisoryReport, activateOutlookConnectionSync, analyzeEmail, answerAFlowDirectly, answerAFlowSession, blockCustomerFromAccessingParty, calculateAnvaquotesBySessionId, calculateCarLeaseQuote, calculateDiasQuotesBySessionId, calculateQuotesV2, calculateYellowhiveQuotesBySessionId, claimReportById, claimRequestUpdate, commentOnActivity, type components, createAccidentsForParty, createAccount, createAdvisoryReport, createAdvisoryReportRevision, createAdvisoryReportRevisionV2, createAdvisoryReportStepSettings, createAnvaPartyViaConversation, createAnvaTask, createAnvaflowTags, createAssuTask, createBicycleRiskObject, createBoatRiskObject, createBrokerConnectionsById, createCampaign, createCarRiskObject, createClaimAsBroker, createClaimAsCustomer, createCompanyLead, createConversation, createConversationReminder, createCustomerLead, createDiasPartyViaConversation, createDiasTask, createDistributionConnectionById, createDistributionTag, createDocumentForClaim, createDocumentForClaimAsCustomer, createDocumentForParty, createEntityAsBroker, createEntityAsCustomerWithToken, createFamilyRiskObject, createFasterforwardTask, createInsurancePoliciesForParty, createInsuranceProductClauseForDistribution, createLegalParty, createLegalRiskObject, createLockForClaim, createMiscellaneousRiskObject, createNaturalParty, createNoteOnEvent, createNoteOnEventAsCustomer, createOfferRevision, createOrReplaceInsurancePolicyForAdvisoryReportById, createOrReplacePolicyPackagesForAdvisoryReportById, createPartyActivitiesAsCustomer, createPartyByEnrichingWithEnrichingWithCompanyRegistration, createPartyGroupRiskObject, createPartyNote, createPartyOffers, createPartyRelations, createProfileaseCarLeaseOffer, createProflowSessionByBatchId, createRecommendationByPartyId, createRecommendationBySessionId, createReferenceForParty, createReferencesForRiskObject, createRelationBetweenRiskObjectAndParty, createRiskDomainActionForAdvisoryReportById, createRiskDomainActionFromAdviceForAdvisoryReportById, createRiskDomainAdviceForAdvisoryReportById, createRiskDomainForAdvisoryReportById, createSemiTrailerRiskObject, createToolkitAccount, createToolkitBroker, createTrailerRiskObject, createTrialBroker, createUploadLinkAsCustomer, createUspItemForDistribution, createYellowhiveContactPerson, deactivateOutlookConnectionSync, deleteAdvisoryReport, deleteAdvisoryReportRevision, deleteAllSessionsBySessionId, deleteAnvaClosingQuestions, deleteBrokerConnectionByKey, deleteClaimAsBrokerById, deleteCommentOnActivity, deleteDistributionConnectionByKey, deleteDistributionFaq, deleteDistributionTag, deleteDocumentById, deleteDocumentByIdAsCustomerWithToken, deleteDocumentForParty, deleteEntityAsBrokerById, deleteEntityByIdAsCustomerWithToken, deleteEntityBySessionIdAndFlowId, deleteInsurancePoliciesForParty, deleteInsurancePolicyForAdvisoryReportById, deleteInsuranceProductClauseForDistribution, deleteNote, deletePartyActivitiesAsCustomer, deletePartyEntityBySessionIdAndFlowId, deletePartyNoteById, deletePartyRelations, deletePolicyPackagesForParty, deleteRelationBetweenRiskObjectAndParty, deleteRiskDomainActionForAdvisoryReportById, deleteRiskDomainAdviceForAdvisoryReportById, deleteRiskDomainForAdvisoryReportById, deleteRiskObjectById, deleteSessionBySessionId, deleteUspByDistributionAndId, delinkPartyToUser, deprecatedValidateAnvaConnection, disable2FaAsUserForUser, disable2FaByUser, downloadDocumentById, editInsuranceProductAdviceByDistribution, editInsuranceProductDescriptionsByDistribution, enable2Fa, enqueueCalculationAnvaquotesBySessionId, enqueueSendCustomQuotesToAnvaBySessionId, enqueueSendOfferToAnvaBySessionId, enrichPartyByIdWithExternalCompanyData, exportAdvisoryReportById, exportPartyById, exportPartyToAnva, exportPartyToAssu, exportPartyToDias, exportPartyToFasterforward, exportQuoteById, extractInsurancePoliciesForOneDocument, extractInsurancePoliciesForOneDocumentEnqueue, extractManyDocumentInBatch, extractOffersForOneDocument, extractOffersForOneDocumentEnqueue, extractOneDocument, extractOneDocumentEnqueue, extractPartyForOneDocumentEnqueue, extractWebsiteTheme, generateCompanyDescription, generateConceptReply, generateDiasOfferDocumentBySessionId, generateDistributionAboutUsCompletion, generateDnsPrefix, generateDocxDocumentOfAdvisoryReportById, generateFlowQuestionnaire, generateFlowQuestionnaireDocument, generateOfferRequestForInsuranceCompanyDocx, generateOfferRequestForInsuranceCompanyPdf, generatePdfOfAdvisoryReportById, generatePersonalizationAdviceForAdvisoryReport, generatePossibleProductsBySessionV2, generateQuestionsToPrefillByCar, generateStandaloneFrontPagePdfOfAdvisoryReportAsExample, generateTokenForSocialLoginFlowAsBroker, get2FaByUser, getActivityByParty, getAddressInfo, getAddressInfoFreemium, getAdvicesPerInsuranceProduct, getAdvisoryReportById, getAdvisoryReportExportOptions, getAdvisoryReportRevisionDiff, getAllActivityTypes, getAllAdvisoryReports, getAllAvailableAffiliations, getAllAvailablePlans, getAllAvailableThemesInWegroup, getAllBrokersLinkedToCurrentUser, getAllCampaignTemplates, getAllCampaignsByDistribution, getAllCarClaimCategories, getAllClaimsAsBroker, getAllConversations, getAllCustomersByDistribution, getAllEnums, getAllLeadsByDistribution, getAllLeaseOffersByDistribution, getAllPartiesByDistribution, getAllPartiesByDistributionV2, getAllRiskObjectsByPartyId, getAllRiskObjectsByPartyIdV2, getAllSessionsBySessionId, getAllVehicleBrands, getAllVehicleSeriesByBrandKey, getAllVehicleVersionsBySeriesId, getAnvaAgents, getAnvaClosingQuestions, getAnvaCollectionMethods, getAnvaEmployees, getAnvaLabels, getAnvaMutationReasons, getAnvaParties, getAnvaProducts, getAnvaproductById, getAnvaproducts, getArtifactFromEventById, getAssuEmployees, getAvailableFlowsForDistributionInfo, getBrokerByAnvaProducerId, getBrokerByAnvaRelationMangerId, getBrokerConnectionsById, getBrokerIntegrations, getCampaignById, getCampaignSettingsByDistribution, getCampaignTargetMailTemplate, getCarLeaseRates, getChatBySessionId, getChatSummaryV2BySessionId, getCheckupByPartyId, getClaimAsBrokerById, getClaimAsCustomerWithToken, getClaimByIdAsCustomer, getClaimEventsAsBrokerById, getClaimEventsAsCustomer, getClaimsAsCustomer, getClaimsAsParty, getClaimsAsPartyById, getComplianceByRiskObjectId, getConversationById, getConversationNotes, getConversationReportPdfById, getConversationsOriginFilter, getCurrentAccountInsightsAsCustomer, getCurrentAccountInsightsAsParty, getCurrentBrokerOfTheUser, getCustomersByParty, getDiasAfdbranches, getDiasCollectionMethods, getDiasEmployees, getDiasParties, getDiasPartySalutations, getDiasPartyTitles, getDiasProducts, getDiasflowInsurances, getDiasflowProductById, getDiasflowProducts, getDistributionActivity, getDistributionAffiliations, getDistributionById, getDistributionConnectionsById, getDistributionFaq, getDistributionHasPendingUpgrade, getDistributionSettings, getDistributionTags, getDocumentExtractionBatchById, getDocumentMetadata, getDocumentsAsCustomer, getDocumentsForParty, getEmailByMessageId, getEncryptionKeys, getEnterpriseByCompanyRegistrationNumberAndCountry, getEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponse, getEnumByAnvaLabel, getEnumByDiasLabel, getEventsByAdvisoryReportId, getExtractEnityInfo, getFasterforwardEmployees, getFasterforwardTeams, getFinconnectLinkAsCustomer, getFinconnectLinkForInsurancePolicy, getFinconnectLinkForInsurancePolicyAsCustomer, getFlowInfoById, getFlowsInfo, getGbi, getHubspotVisitorIdentificationToken, getInfoForClaim, getInsightsIfCarIsInsured, getInsuranceCompanies, getInsurancePoliciesAsCustomer, getInsurancePoliciesForParty, getInsurancePolicyById, getInsurancePolicyByIdAsCustomer, getInsurancePolicyComplianceById, getInsurancePolicySimulationsForParty, getInsuranceProductClausesByDistribution, getInsuranceProductsV2, getIntegrationsByDistribution, getInvoiceByIdAsCustomer, getInvoicesAsCustomer, getInvoicesAsParty, getInvoicesAsPartyById, getJobResultById, getKycByParty, getLeadById, getLeadProviderById, getLeadProvidersByAffinity, getLeaseOfferById, getLinkOfDocument, getMetricsByCampaign, getMinimalOfferById, getMinimalOfferRevisionById, getMinimalRiskObjectById, getNace, getNoveltyInsightsByDistribution, getOfferById, getOffersByDistribution, getOnboardingChecklistByBroker, getOnesuranceDataByPartyId, getOnesuranceRecommendationsByEmailId, getOrganisationDistributions, getOrganisationLeads, getOrganisationOffers, getOutlookConnectionDetails, getOutlookMailById, getOutlookMailByOutlookMessageId, getOutlookMailfolders, getOutlookMails, getPartiesByCustomer, getPartiesLinkedToUser, getPartiesOriginFilter, getPartyAddresses, getPartyById, getPartyMergeSuggestions, getPdfOfAdvisoryReportById, getPerformanceInsightsByDistribution, getPolicyPackageById, getPolicyPackageByIdAsCustomer, getPolicyPackageSimulationsForParty, getPolicyPackagesAsCustomer, getPolicyPackagesForParty, getPossibleInsuranceProductsByPartyId, getPossibleInsuranceProductsByRiskObjectId, getPossibleInsuranceProductsForManagementByPartyId, getPossibleInsuranceProductsForStaffByPartyId, getPreventionAdvice, getPromotionsByDistributionId, getProvenanceInfoOfDocument, getQuoteExports, getQuoteInsights, getQuotesAsBatchResultsByConversationId, getRecommendationsById, getRecommendationsByPartyId, getRecommendationsBySessionId, getRiskAnalysisByPartyId, getRiskDomainById, getRiskDomains, getRiskObjectByRiskObjectRevisionId, getRiskObjectRevisionsById, getSbi, getSingularityJobResultById, getStepSettingsByAdvisoryReportId, getSupportedAnvaflowCoverages, getSupportedAnvaflowCoveragesGroupedByAdn, getSupportedAnvaflowInsuranceCompanies, getSupportedAnvaflowInsurances, getSupportedAnvaflowTags, getSupportedInsuranceCompanies, getSupportedInsuranceSubjects, getSupportedMimeTypes, getSupportedRiskDomains, getSupportedYellowhiveflowCoverages, getSupportedYellowhiveflowInsurances, getSystemCampaignsByParty, getTheBrokerById, getUspByDistribution, getValuesOfEnum, getVehicleByCarIdOrFebiacId, getVehicleByNumberPlateAndCarId, getVehicleByVersionId, getVehicleByVinAndCarId, getVehicleVersionFactsBySeriesId, getWeatherInfo, getYellowhiveflowProductById, getYellowhiveflowProducts, getYourOwnUser, giveFeedbackOnConversationById, giveFeedbackOnRecommendationsById, giveFeedbackToInsuranceTermsBot, handleCreateDistributionTheme, handleDeleteDistributionTheme, handleUpdateDistributionTheme, importAnvaDocumentInWegroup, importAnvaInsurancePolicyDocumentInWegroup, importAnvaInsurancePolicyPackageDocumentInWegroup, importAnvaPartyInWegroup, importAnvaproduct, importAssuPartyInWegroup, importDiasPartyInWegroup, importDiasflowProduct, importFasterforwardPartyInWegroup, inviteColleaguesToDistribution, inviteUserToParty, linkConversationToAdvisoryReport, linkPartyToUser, lockFlightApi, markConversationAsCompletedById, mergePartiesTogether, type operations, orderInsurancePolciesOfAdvisoryReport, outlookConnectionSync, overrideInsuranceProductRecommendationById, overridePreventionAdviceRecommendationById, patchAnvaproductById, patchAnvaproductCoverageById, patchDiasflowProductById, patchDiasflowProductCoverageByDiasId, patchOwnPartyAsCustomer, type paths, poseAQuestionToInsuranceTermsBot, poseAQuestionToInsuranceTermsBotForItToCompare, postEventAsCarglassPartner, putClausesForReport, recalculateDiasQuotesBySessionIdAndProductId, recalculateDiasSimulationBySessionId, recalculateOneAnvaquoteByAnvaProductIdSessionId, recalculateSimulationBySessionId, recalculateYellowhiveQuotesBySessionIdAndProductId, recalculateYellowhiveSimulationBySessionId, regenerateAnvaquestionnaireBySessionId, retrieveAirports, retrieveAllExportsByParty, retrieveAnvaflowsQuestionnaires, retrieveAskLaterQuestions, retrieveAutomobileByCarIdFreemiumVersion, retrieveAutomobileByIdFreemium, retrieveDiasQuestionnaires, retrieveExportById, retrieveFlow, retrieveYellowhiveQuestionnaires, seachStreetsByCityAndCountry, searchAddressesByCountry, searchAssuParties, searchCitiesByCountry, searchDirectorsByFirstAndLastName, searchEnterprisesByCountry, searchFasterforwardParties, searchParties, searchVehicles, sendAdvisoryReportAsMail, sendAnvaInquiryAsCustomer, sendClaimToKeypoint, sendDiasOfferMailBySessionId, sendExampleCampaignTargetMail, sendMailClaimReportById, sendMailFollowupPageToCustomer, sendMailForSimulationToParty, sendOfferMailBySessionId, sendOfferToAnvaBySessionId, sendPasswordResetToCustomer, sendQuoteAsMail, setAskLaterQuestions, transferLeadToOtherDistribution, transferPartyToOtherDistribution, triageEmail, unblockCustomerFromAccessingParty, unlockClaim, updateAdvisoryReport, updateAnalyzedEmailId, updateAnvaPartyViaConversation, updateAnvaflowsQuestionnaire, updateBicycleRiskObject, updateBoatRiskObject, updateBrokerByBroker, updateBrokerConnectionByKey, updateBrokerIntegrations, updateCampaign, updateCarRiskObject, updateClaimAsBrokerById, updateClaimAsCustomerWithToken, updateCommentOnActivity, updateConversationById, updateDeclarationRemark, updateDiasQuestionnaire, updateDistributionConnectionByKey, updateDistributionIntegrations, updateDistributionSettings, updateDocumentForParty, updateDocumentMetadataById, updateDocumentMetadataByIdAsCustomerWithToken, updateEntityAsBrokerById, updateEntityAsCustomerWithToken, updateFamilyRiskObject, updateFleetRiskObject, updateInsurancePolicyCompliance, updateInsurancePolicyCoverageCompliance, updateInsuranceProductByDistribution, updateInsuranceProductClauseForDistribution, updateLegalRiskObject, updateMiscellaneousRiskObject, updateNote, updateOfferById, updateOffersInBulk, updatePartyActivitiesAsCustomer, updatePartyAssignees, updatePartyById, updatePartyGroupRiskObject, updatePartyNoteById, updatePartyRelations, updatePreventionByDistribution, updateQuestionForAllQuestionnairesByAnvaLabels, updateRelationBetweenRiskObjectAndParty, updateResidenceRiskObject, updateRiskDomainActionForAdvisoryReportById, updateRiskDomainAdviceForAdvisoryReportById, updateRiskDomainByDistribution, updateSemiTrailerRiskObject, updateTargetsByCampaign, updateTrailerRiskObject, updateTwoWheelerRiskObject, updateUspByDistributionAndId, updateYellowhiveQuestionnaire, updateYourOwnUser, updateYourPassword, uploadClaimDocumentAsBroker, uploadDocumentsInAnva, uploadDocumentsInAssu, uploadDocumentsInDias, uploadDocumentsInFasterforward, upsertAnvaClosingQuestions, upsertDistributionFaq, upsertInsurancePoliciesForParty, upsertInsurancePolicySimulationForParty, upsertPolicyPackagesForParty, validateAChassisNumber, validateACompanyRegistrationNumber, validateANationalIdentificationNumber, validateATelephonenr, validateAVehicleRegistrationPlate, validateAWebsite, validateAnEmail, validateAnFsma, validateAnIban, validateAnvaConnection, validateAnvaDwhConnection, validateAnvaflowsQuestionnaire, validateClaim, validateDiasQuestionnaire, validateFasterforwardConnection, validatePromotions, validateYellowhiveQuestionnaire, verifyIfADistributionExistsByCompanyRegistration, verifyIfADistributionExistsByName, verifyIfAUserExistsByEmail, type webhooks, wgApiClient };