wg-api-sdk 4.30.250 → 4.30.252

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.
@@ -2585,6 +2585,26 @@ interface paths {
2585
2585
  patch?: never;
2586
2586
  trace?: never;
2587
2587
  };
2588
+ "/v1/api/connections/dias/afdbranches": {
2589
+ parameters: {
2590
+ query?: never;
2591
+ header?: never;
2592
+ path?: never;
2593
+ cookie?: never;
2594
+ };
2595
+ /**
2596
+ * Get Dias Afdbranches
2597
+ * @description Get dias afdbranches of your Dias account
2598
+ */
2599
+ get: operations["get_dias_afdbranches_v1_api_connections_dias_afdbranches_get"];
2600
+ put?: never;
2601
+ post?: never;
2602
+ delete?: never;
2603
+ options?: never;
2604
+ head?: never;
2605
+ patch?: never;
2606
+ trace?: never;
2607
+ };
2588
2608
  "/v1/api/connections/fasterforward/employees": {
2589
2609
  parameters: {
2590
2610
  query?: never;
@@ -3704,6 +3724,23 @@ interface paths {
3704
3724
  patch?: never;
3705
3725
  trace?: never;
3706
3726
  };
3727
+ "/v1/api/diasflows/conversations/{session_id}/contact-person": {
3728
+ parameters: {
3729
+ query?: never;
3730
+ header?: never;
3731
+ path?: never;
3732
+ cookie?: never;
3733
+ };
3734
+ get?: never;
3735
+ put?: never;
3736
+ /** Create Dias Contact Person */
3737
+ post: operations["create_dias_contact_person_v1_api_diasflows_conversations__session_id__contact_person_post"];
3738
+ delete?: never;
3739
+ options?: never;
3740
+ head?: never;
3741
+ patch?: never;
3742
+ trace?: never;
3743
+ };
3707
3744
  "/v1/api/distributions/{distribution_id}/themes": {
3708
3745
  parameters: {
3709
3746
  query?: never;
@@ -9069,7 +9106,7 @@ interface components {
9069
9106
  * Timestamp
9070
9107
  * Format: date-time
9071
9108
  * @description Timestamp of when the error occured
9072
- * @default 2026-01-28T12:07:54.573066
9109
+ * @default 2026-01-30T09:55:50.177369
9073
9110
  */
9074
9111
  timestamp: string;
9075
9112
  /**
@@ -28220,6 +28257,8 @@ interface components {
28220
28257
  anva_is_head_relation?: boolean;
28221
28258
  /** Anva Relation Nr For Login */
28222
28259
  anva_relation_nr_for_login?: string;
28260
+ /** Anva Should Customer Account Be Disabled */
28261
+ anva_should_customer_account_be_disabled?: boolean;
28223
28262
  /**
28224
28263
  * Name
28225
28264
  * @description the Company's name
@@ -31598,6 +31637,8 @@ interface components {
31598
31637
  anva_is_head_relation?: boolean;
31599
31638
  /** Anva Relation Nr For Login */
31600
31639
  anva_relation_nr_for_login?: string;
31640
+ /** Anva Should Customer Account Be Disabled */
31641
+ anva_should_customer_account_be_disabled?: boolean;
31601
31642
  /**
31602
31643
  * First Name
31603
31644
  * @description The prospect's first name.
@@ -34213,6 +34254,8 @@ interface components {
34213
34254
  anva_is_head_relation?: boolean;
34214
34255
  /** Anva Relation Nr For Login */
34215
34256
  anva_relation_nr_for_login?: string;
34257
+ /** Anva Should Customer Account Be Disabled */
34258
+ anva_should_customer_account_be_disabled?: boolean;
34216
34259
  /**
34217
34260
  * First Name
34218
34261
  * @description The prospect's first name.
@@ -36297,6 +36340,8 @@ interface components {
36297
36340
  anva_is_head_relation?: boolean;
36298
36341
  /** Anva Relation Nr For Login */
36299
36342
  anva_relation_nr_for_login?: string;
36343
+ /** Anva Should Customer Account Be Disabled */
36344
+ anva_should_customer_account_be_disabled?: boolean;
36300
36345
  /**
36301
36346
  * First Name
36302
36347
  * @description The prospect's first name.
@@ -43407,6 +43452,8 @@ interface components {
43407
43452
  anva_is_head_relation?: boolean;
43408
43453
  /** Anva Relation Nr For Login */
43409
43454
  anva_relation_nr_for_login?: string;
43455
+ /** Anva Should Customer Account Be Disabled */
43456
+ anva_should_customer_account_be_disabled?: boolean;
43410
43457
  /**
43411
43458
  * First Name
43412
43459
  * @description The prospect's first name.
@@ -45893,6 +45940,8 @@ interface components {
45893
45940
  anva_is_head_relation?: boolean;
45894
45941
  /** Anva Relation Nr For Login */
45895
45942
  anva_relation_nr_for_login?: string;
45943
+ /** Anva Should Customer Account Be Disabled */
45944
+ anva_should_customer_account_be_disabled?: boolean;
45896
45945
  /**
45897
45946
  * First Name
45898
45947
  * @description The prospect's first name.
@@ -53244,7 +53293,7 @@ interface components {
53244
53293
  /**
53245
53294
  * Quote Specifications
53246
53295
  * @default {
53247
- * "contract_commencement_date": "2026-01-28"
53296
+ * "contract_commencement_date": "2026-01-29"
53248
53297
  * }
53249
53298
  */
53250
53299
  quote_specifications: components["schemas"]["QuoteSpecification"];
@@ -66133,6 +66182,34 @@ interface components {
66133
66182
  start_date?: string;
66134
66183
  payment_interval?: components["schemas"]["PAYMENT_INTERVAL"];
66135
66184
  };
66185
+ /** handle_create_dias_contact_person_params */
66186
+ handle_create_dias_contact_person_params: {
66187
+ auth: components["schemas"]["Auth"];
66188
+ data: components["schemas"]["CreateDiasContactPersonCreateCmd"];
66189
+ /**
66190
+ * Session Id
66191
+ * Format: uuid
66192
+ */
66193
+ session_id: string;
66194
+ };
66195
+ /** CreateDiasContactPersonCreateCmd */
66196
+ CreateDiasContactPersonCreateCmd: {
66197
+ /** First Name */
66198
+ first_name: string;
66199
+ /** Infix */
66200
+ infix?: string;
66201
+ /** Last Name */
66202
+ last_name: string;
66203
+ /** Telephonenr */
66204
+ telephonenr: string;
66205
+ /** Email */
66206
+ email: string;
66207
+ /**
66208
+ * Birth
66209
+ * Format: date
66210
+ */
66211
+ birth: string;
66212
+ };
66136
66213
  /** MultiAnvaLabelQueryModel */
66137
66214
  MultiAnvaLabelQueryModel: {
66138
66215
  /** Items */
@@ -69938,6 +70015,20 @@ interface components {
69938
70015
  /** Name */
69939
70016
  name: string;
69940
70017
  };
70018
+ /** MultiDiasAfdBranchQueryModel */
70019
+ MultiDiasAfdBranchQueryModel: {
70020
+ /** Items */
70021
+ items: components["schemas"]["DiasAfdBranch"][];
70022
+ /** Count */
70023
+ count: number;
70024
+ };
70025
+ /** DiasAfdBranch */
70026
+ DiasAfdBranch: {
70027
+ /** Id */
70028
+ id: number;
70029
+ /** Name */
70030
+ name: string;
70031
+ };
69941
70032
  };
69942
70033
  responses: never;
69943
70034
  parameters: never;
@@ -71740,6 +71831,8 @@ type SchemaHandleCalculateOneDiasQuoteForConversationParams = components['schema
71740
71831
  type SchemaRecalculateDiasQuoteRequest = components['schemas']['RecalculateDiasQuoteRequest'];
71741
71832
  type SchemaHandleRecalculateDiasSimulationParams = components['schemas']['handle_recalculate_dias_simulation_params'];
71742
71833
  type SchemaRecalculateDiasSimulationCmd = components['schemas']['RecalculateDiasSimulationCmd'];
71834
+ type SchemaHandleCreateDiasContactPersonParams = components['schemas']['handle_create_dias_contact_person_params'];
71835
+ type SchemaCreateDiasContactPersonCreateCmd = components['schemas']['CreateDiasContactPersonCreateCmd'];
71743
71836
  type SchemaMultiAnvaLabelQueryModel = components['schemas']['MultiAnvaLabelQueryModel'];
71744
71837
  type SchemaAnvaLabel = components['schemas']['AnvaLabel'];
71745
71838
  type SchemaAnvaFlowLabelStatus = components['schemas']['ANVA_FLOW_LABEL_STATUS'];
@@ -71940,6 +72033,8 @@ type SchemaChatSummaryQuestion = components['schemas']['ChatSummaryQuestion'];
71940
72033
  type SchemaCampaignMetrics = components['schemas']['CampaignMetrics'];
71941
72034
  type SchemaMultiDiasProductSearchQueryModel = components['schemas']['MultiDiasProductSearchQueryModel'];
71942
72035
  type SchemaDiasProductSearch = components['schemas']['DiasProductSearch'];
72036
+ type SchemaMultiDiasAfdBranchQueryModel = components['schemas']['MultiDiasAfdBranchQueryModel'];
72037
+ type SchemaDiasAfdBranch = components['schemas']['DiasAfdBranch'];
71943
72038
  type $defs = Record<string, never>;
71944
72039
  interface operations {
71945
72040
  get_weather_info_v1_api_weather_info_get: {
@@ -85858,6 +85953,7 @@ interface operations {
85858
85953
  parameters: {
85859
85954
  query?: {
85860
85955
  q?: string;
85956
+ afdbranche_id?: number;
85861
85957
  };
85862
85958
  header?: {
85863
85959
  /** @description Which release to target running in 'STAGING' environment. */
@@ -85933,6 +86029,83 @@ interface operations {
85933
86029
  };
85934
86030
  };
85935
86031
  };
86032
+ get_dias_afdbranches_v1_api_connections_dias_afdbranches_get: {
86033
+ parameters: {
86034
+ query?: never;
86035
+ header?: {
86036
+ /** @description Which release to target running in 'STAGING' environment. */
86037
+ "x-release"?: string;
86038
+ };
86039
+ path?: never;
86040
+ cookie?: never;
86041
+ };
86042
+ requestBody?: never;
86043
+ responses: {
86044
+ /** @description Successful Response */
86045
+ 200: {
86046
+ headers: {
86047
+ [name: string]: unknown;
86048
+ };
86049
+ content: {
86050
+ "application/json": components["schemas"]["MultiDiasAfdBranchQueryModel"];
86051
+ };
86052
+ };
86053
+ /** @description Bad Request */
86054
+ 400: {
86055
+ headers: {
86056
+ [name: string]: unknown;
86057
+ };
86058
+ content: {
86059
+ "application/json": components["schemas"]["Error_4XX"];
86060
+ };
86061
+ };
86062
+ /** @description Unauthorized */
86063
+ 401: {
86064
+ headers: {
86065
+ [name: string]: unknown;
86066
+ };
86067
+ content: {
86068
+ "application/json": components["schemas"]["Error_401"];
86069
+ };
86070
+ };
86071
+ /** @description Forbidden */
86072
+ 403: {
86073
+ headers: {
86074
+ [name: string]: unknown;
86075
+ };
86076
+ content: {
86077
+ "application/json": components["schemas"]["Error_403"];
86078
+ };
86079
+ };
86080
+ /** @description Unprocessable Content */
86081
+ 422: {
86082
+ headers: {
86083
+ [name: string]: unknown;
86084
+ };
86085
+ content: {
86086
+ "application/json": components["schemas"]["Error_422"];
86087
+ };
86088
+ };
86089
+ /** @description Too Many Requests */
86090
+ 429: {
86091
+ headers: {
86092
+ [name: string]: unknown;
86093
+ };
86094
+ content: {
86095
+ "application/json": components["schemas"]["Error_429"];
86096
+ };
86097
+ };
86098
+ /** @description Internal Server Error */
86099
+ 500: {
86100
+ headers: {
86101
+ [name: string]: unknown;
86102
+ };
86103
+ content: {
86104
+ "application/json": components["schemas"]["ServerError"];
86105
+ };
86106
+ };
86107
+ };
86108
+ };
85936
86109
  get_fasterforward_employees_v1_api_connections_fasterforward_employees_get: {
85937
86110
  parameters: {
85938
86111
  query?: {
@@ -92084,6 +92257,100 @@ interface operations {
92084
92257
  };
92085
92258
  };
92086
92259
  };
92260
+ create_dias_contact_person_v1_api_diasflows_conversations__session_id__contact_person_post: {
92261
+ parameters: {
92262
+ query?: {
92263
+ /**
92264
+ * @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
92265
+ * @example EN
92266
+ */
92267
+ lang?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
92268
+ /**
92269
+ * @description Same as lang, but adds support to pass ?language as well
92270
+ * @example EN
92271
+ */
92272
+ language?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
92273
+ };
92274
+ header?: {
92275
+ /** @description Which release to target running in 'STAGING' environment. */
92276
+ "x-release"?: string;
92277
+ };
92278
+ path: {
92279
+ session_id: string;
92280
+ };
92281
+ cookie?: never;
92282
+ };
92283
+ requestBody: {
92284
+ content: {
92285
+ "application/json": components["schemas"]["handle_create_dias_contact_person_params"]["data"];
92286
+ };
92287
+ };
92288
+ responses: {
92289
+ /** @description Successful Response */
92290
+ 201: {
92291
+ headers: {
92292
+ [name: string]: unknown;
92293
+ };
92294
+ content: {
92295
+ "application/json": components["schemas"]["wg_py_models__domain__wegroup__rest__responses__StatusResponse"];
92296
+ };
92297
+ };
92298
+ /** @description Bad Request */
92299
+ 400: {
92300
+ headers: {
92301
+ [name: string]: unknown;
92302
+ };
92303
+ content: {
92304
+ "application/json": components["schemas"]["Error_4XX"];
92305
+ };
92306
+ };
92307
+ /** @description Unauthorized */
92308
+ 401: {
92309
+ headers: {
92310
+ [name: string]: unknown;
92311
+ };
92312
+ content: {
92313
+ "application/json": components["schemas"]["Error_401"];
92314
+ };
92315
+ };
92316
+ /** @description Forbidden */
92317
+ 403: {
92318
+ headers: {
92319
+ [name: string]: unknown;
92320
+ };
92321
+ content: {
92322
+ "application/json": components["schemas"]["Error_403"];
92323
+ };
92324
+ };
92325
+ /** @description Unprocessable Content */
92326
+ 422: {
92327
+ headers: {
92328
+ [name: string]: unknown;
92329
+ };
92330
+ content: {
92331
+ "application/json": components["schemas"]["Error_422"];
92332
+ };
92333
+ };
92334
+ /** @description Too Many Requests */
92335
+ 429: {
92336
+ headers: {
92337
+ [name: string]: unknown;
92338
+ };
92339
+ content: {
92340
+ "application/json": components["schemas"]["Error_429"];
92341
+ };
92342
+ };
92343
+ /** @description Internal Server Error */
92344
+ 500: {
92345
+ headers: {
92346
+ [name: string]: unknown;
92347
+ };
92348
+ content: {
92349
+ "application/json": components["schemas"]["ServerError"];
92350
+ };
92351
+ };
92352
+ };
92353
+ };
92087
92354
  handle_create_distribution_theme_v1_api_distributions__distribution_id__themes_post: {
92088
92355
  parameters: {
92089
92356
  query?: {
@@ -117697,52 +117964,52 @@ type Middleware = Middleware$1;
117697
117964
  type ClientType = ReturnType<typeof createClient<paths>>;
117698
117965
  declare const wgApiClient: (options: ClientOptions) => ClientType;
117699
117966
 
117700
- declare const routeName$7M = "/v1/api/weather/info";
117701
- type GetWeatherInfoQueryParams = paths[typeof routeName$7M]['get']['parameters']['query'];
117702
- type GetWeatherInfoResponse = paths[typeof routeName$7M]['get']['responses'][200]['content']['application/json'];
117703
- type GetWeatherInfoProps = paths[typeof routeName$7M]['get']['parameters'];
117967
+ declare const routeName$7O = "/v1/api/weather/info";
117968
+ type GetWeatherInfoQueryParams = paths[typeof routeName$7O]['get']['parameters']['query'];
117969
+ type GetWeatherInfoResponse = paths[typeof routeName$7O]['get']['responses'][200]['content']['application/json'];
117970
+ type GetWeatherInfoProps = paths[typeof routeName$7O]['get']['parameters'];
117704
117971
  declare const getWeatherInfo: (props: GetWeatherInfoProps, wgApiClient: ClientType) => Promise<GetWeatherInfoResponse>;
117705
117972
 
117706
- declare const routeName$7L = "/v1/api/address/cities";
117707
- type SearchCitiesByCountryQueryParams = paths[typeof routeName$7L]['get']['parameters']['query'];
117708
- type SearchCitiesByCountryResponse = paths[typeof routeName$7L]['get']['responses'][200]['content']['application/json'];
117709
- type SearchCitiesByCountryProps = paths[typeof routeName$7L]['get']['parameters'];
117973
+ declare const routeName$7N = "/v1/api/address/cities";
117974
+ type SearchCitiesByCountryQueryParams = paths[typeof routeName$7N]['get']['parameters']['query'];
117975
+ type SearchCitiesByCountryResponse = paths[typeof routeName$7N]['get']['responses'][200]['content']['application/json'];
117976
+ type SearchCitiesByCountryProps = paths[typeof routeName$7N]['get']['parameters'];
117710
117977
  declare const searchCitiesByCountry: (props: SearchCitiesByCountryProps, wgApiClient: ClientType) => Promise<SearchCitiesByCountryResponse>;
117711
117978
 
117712
- declare const routeName$7K = "/v1/api/address/streets";
117713
- type SeachStreetsByCityAndCountryQueryParams = paths[typeof routeName$7K]['get']['parameters']['query'];
117714
- type SeachStreetsByCityAndCountryResponse = paths[typeof routeName$7K]['get']['responses'][200]['content']['application/json'];
117715
- type SeachStreetsByCityAndCountryProps = paths[typeof routeName$7K]['get']['parameters'];
117979
+ declare const routeName$7M = "/v1/api/address/streets";
117980
+ type SeachStreetsByCityAndCountryQueryParams = paths[typeof routeName$7M]['get']['parameters']['query'];
117981
+ type SeachStreetsByCityAndCountryResponse = paths[typeof routeName$7M]['get']['responses'][200]['content']['application/json'];
117982
+ type SeachStreetsByCityAndCountryProps = paths[typeof routeName$7M]['get']['parameters'];
117716
117983
  declare const seachStreetsByCityAndCountry: (props: SeachStreetsByCityAndCountryProps, wgApiClient: ClientType) => Promise<SeachStreetsByCityAndCountryResponse>;
117717
117984
 
117718
- declare const routeName$7J = "/v1/api/address/search";
117719
- type SearchAddressesByCountryQueryParams = paths[typeof routeName$7J]['get']['parameters']['query'];
117720
- type SearchAddressesByCountryResponse = paths[typeof routeName$7J]['get']['responses'][200]['content']['application/json'];
117721
- type SearchAddressesByCountryProps = paths[typeof routeName$7J]['get']['parameters'];
117985
+ declare const routeName$7L = "/v1/api/address/search";
117986
+ type SearchAddressesByCountryQueryParams = paths[typeof routeName$7L]['get']['parameters']['query'];
117987
+ type SearchAddressesByCountryResponse = paths[typeof routeName$7L]['get']['responses'][200]['content']['application/json'];
117988
+ type SearchAddressesByCountryProps = paths[typeof routeName$7L]['get']['parameters'];
117722
117989
  declare const searchAddressesByCountry: (props: SearchAddressesByCountryProps, wgApiClient: ClientType) => Promise<SearchAddressesByCountryResponse>;
117723
117990
 
117724
- declare const routeName$7I = "/v1/api/address/info/premium";
117725
- type GetAddressInfoQueryParams = paths[typeof routeName$7I]['get']['parameters']['query'];
117726
- type GetAddressInfoResponse = paths[typeof routeName$7I]['get']['responses'][200]['content']['application/json'];
117727
- type GetAddressInfoProps = paths[typeof routeName$7I]['get']['parameters'];
117991
+ declare const routeName$7K = "/v1/api/address/info/premium";
117992
+ type GetAddressInfoQueryParams = paths[typeof routeName$7K]['get']['parameters']['query'];
117993
+ type GetAddressInfoResponse = paths[typeof routeName$7K]['get']['responses'][200]['content']['application/json'];
117994
+ type GetAddressInfoProps = paths[typeof routeName$7K]['get']['parameters'];
117728
117995
  declare const getAddressInfo: (props: GetAddressInfoProps, wgApiClient: ClientType) => Promise<GetAddressInfoResponse>;
117729
117996
 
117730
- declare const routeName$7H = "/v1/api/address/info/freemium";
117731
- type GetAddressInfoFreemiumQueryParams = paths[typeof routeName$7H]['get']['parameters']['query'];
117732
- type GetAddressInfoFreemiumResponse = paths[typeof routeName$7H]['get']['responses'][200]['content']['application/json'];
117733
- type GetAddressInfoFreemiumProps = paths[typeof routeName$7H]['get']['parameters'];
117997
+ declare const routeName$7J = "/v1/api/address/info/freemium";
117998
+ type GetAddressInfoFreemiumQueryParams = paths[typeof routeName$7J]['get']['parameters']['query'];
117999
+ type GetAddressInfoFreemiumResponse = paths[typeof routeName$7J]['get']['responses'][200]['content']['application/json'];
118000
+ type GetAddressInfoFreemiumProps = paths[typeof routeName$7J]['get']['parameters'];
117734
118001
  declare const getAddressInfoFreemium: (props: GetAddressInfoFreemiumProps, wgApiClient: ClientType) => Promise<GetAddressInfoFreemiumResponse>;
117735
118002
 
117736
- declare const routeName$7G = "/v1/api/advisory-reports";
117737
- type GetAllAdvisoryReportsQueryParams = paths[typeof routeName$7G]['get']['parameters']['query'];
117738
- type GetAllAdvisoryReportsResponse = paths[typeof routeName$7G]['get']['responses'][200]['content']['application/json'];
117739
- type GetAllAdvisoryReportsProps = paths[typeof routeName$7G]['get']['parameters'];
118003
+ declare const routeName$7I = "/v1/api/advisory-reports";
118004
+ type GetAllAdvisoryReportsQueryParams = paths[typeof routeName$7I]['get']['parameters']['query'];
118005
+ type GetAllAdvisoryReportsResponse = paths[typeof routeName$7I]['get']['responses'][200]['content']['application/json'];
118006
+ type GetAllAdvisoryReportsProps = paths[typeof routeName$7I]['get']['parameters'];
117740
118007
  declare const getAllAdvisoryReports: (props: GetAllAdvisoryReportsProps, wgApiClient: ClientType) => Promise<GetAllAdvisoryReportsResponse>;
117741
118008
 
117742
- declare const routeName$7F = "/v1/api/advisory-reports";
117743
- type CreateAdvisoryReportBody = paths[typeof routeName$7F]['post']['requestBody']['content']['application/json'];
117744
- type CreateAdvisoryReportQueryParams = paths[typeof routeName$7F]['post']['parameters']['query'];
117745
- type CreateAdvisoryReportResponse = paths[typeof routeName$7F]['post']['responses'][201]['content']['application/json'];
118009
+ declare const routeName$7H = "/v1/api/advisory-reports";
118010
+ type CreateAdvisoryReportBody = paths[typeof routeName$7H]['post']['requestBody']['content']['application/json'];
118011
+ type CreateAdvisoryReportQueryParams = paths[typeof routeName$7H]['post']['parameters']['query'];
118012
+ type CreateAdvisoryReportResponse = paths[typeof routeName$7H]['post']['responses'][201]['content']['application/json'];
117746
118013
  interface CreateAdvisoryReportProps {
117747
118014
  body: CreateAdvisoryReportBody;
117748
118015
  params: {
@@ -117751,17 +118018,17 @@ interface CreateAdvisoryReportProps {
117751
118018
  }
117752
118019
  declare const createAdvisoryReport: (props: CreateAdvisoryReportProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportResponse>;
117753
118020
 
117754
- declare const routeName$7E = "/v1/api/advisory-reports/{report_id}";
117755
- type GetAdvisoryReportByIdPathParams = paths[typeof routeName$7E]['get']['parameters']['path'];
117756
- type GetAdvisoryReportByIdQueryParams = paths[typeof routeName$7E]['get']['parameters']['query'];
117757
- type GetAdvisoryReportByIdResponse = paths[typeof routeName$7E]['get']['responses'][200]['content']['application/json'];
117758
- type GetAdvisoryReportByIdProps = paths[typeof routeName$7E]['get']['parameters'];
118021
+ declare const routeName$7G = "/v1/api/advisory-reports/{report_id}";
118022
+ type GetAdvisoryReportByIdPathParams = paths[typeof routeName$7G]['get']['parameters']['path'];
118023
+ type GetAdvisoryReportByIdQueryParams = paths[typeof routeName$7G]['get']['parameters']['query'];
118024
+ type GetAdvisoryReportByIdResponse = paths[typeof routeName$7G]['get']['responses'][200]['content']['application/json'];
118025
+ type GetAdvisoryReportByIdProps = paths[typeof routeName$7G]['get']['parameters'];
117759
118026
  declare const getAdvisoryReportById: (props: GetAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportByIdResponse>;
117760
118027
 
117761
- declare const routeName$7D = "/v1/api/advisory-reports/{report_id}";
117762
- type DeleteAdvisoryReportRevisionPathParams = paths[typeof routeName$7D]['delete']['parameters']['path'];
117763
- type DeleteAdvisoryReportRevisionQueryParams = paths[typeof routeName$7D]['delete']['parameters']['query'];
117764
- type DeleteAdvisoryReportRevisionResponse = paths[typeof routeName$7D]['delete']['responses'][200]['content']['application/json'];
118028
+ declare const routeName$7F = "/v1/api/advisory-reports/{report_id}";
118029
+ type DeleteAdvisoryReportRevisionPathParams = paths[typeof routeName$7F]['delete']['parameters']['path'];
118030
+ type DeleteAdvisoryReportRevisionQueryParams = paths[typeof routeName$7F]['delete']['parameters']['query'];
118031
+ type DeleteAdvisoryReportRevisionResponse = paths[typeof routeName$7F]['delete']['responses'][200]['content']['application/json'];
117765
118032
  interface DeleteAdvisoryReportRevisionProps {
117766
118033
  params: {
117767
118034
  query: DeleteAdvisoryReportRevisionQueryParams;
@@ -117770,11 +118037,11 @@ interface DeleteAdvisoryReportRevisionProps {
117770
118037
  }
117771
118038
  declare const deleteAdvisoryReportRevision: (props: DeleteAdvisoryReportRevisionProps, wgApiClient: ClientType) => Promise<DeleteAdvisoryReportRevisionResponse>;
117772
118039
 
117773
- declare const routeName$7C = "/v1/api/advisory-reports/{report_id}";
117774
- type UpdateAdvisoryReportBody = paths[typeof routeName$7C]['patch']['requestBody']['content']['application/json'];
117775
- type UpdateAdvisoryReportPathParams = paths[typeof routeName$7C]['patch']['parameters']['path'];
117776
- type UpdateAdvisoryReportQueryParams = paths[typeof routeName$7C]['patch']['parameters']['query'];
117777
- type UpdateAdvisoryReportResponse = paths[typeof routeName$7C]['patch']['responses'][200]['content']['application/json'];
118040
+ declare const routeName$7E = "/v1/api/advisory-reports/{report_id}";
118041
+ type UpdateAdvisoryReportBody = paths[typeof routeName$7E]['patch']['requestBody']['content']['application/json'];
118042
+ type UpdateAdvisoryReportPathParams = paths[typeof routeName$7E]['patch']['parameters']['path'];
118043
+ type UpdateAdvisoryReportQueryParams = paths[typeof routeName$7E]['patch']['parameters']['query'];
118044
+ type UpdateAdvisoryReportResponse = paths[typeof routeName$7E]['patch']['responses'][200]['content']['application/json'];
117778
118045
  interface UpdateAdvisoryReportProps {
117779
118046
  body: UpdateAdvisoryReportBody;
117780
118047
  params: {
@@ -117784,18 +118051,18 @@ interface UpdateAdvisoryReportProps {
117784
118051
  }
117785
118052
  declare const updateAdvisoryReport: (props: UpdateAdvisoryReportProps, wgApiClient: ClientType) => Promise<UpdateAdvisoryReportResponse>;
117786
118053
 
117787
- declare const routeName$7B = "/v1/api/advisory-reports/{report_id}/events";
117788
- type GetEventsByAdvisoryReportIdPathParams = paths[typeof routeName$7B]['get']['parameters']['path'];
117789
- type GetEventsByAdvisoryReportIdQueryParams = paths[typeof routeName$7B]['get']['parameters']['query'];
117790
- type GetEventsByAdvisoryReportIdResponse = paths[typeof routeName$7B]['get']['responses'][200]['content']['application/json'];
117791
- type GetEventsByAdvisoryReportIdProps = paths[typeof routeName$7B]['get']['parameters'];
118054
+ declare const routeName$7D = "/v1/api/advisory-reports/{report_id}/events";
118055
+ type GetEventsByAdvisoryReportIdPathParams = paths[typeof routeName$7D]['get']['parameters']['path'];
118056
+ type GetEventsByAdvisoryReportIdQueryParams = paths[typeof routeName$7D]['get']['parameters']['query'];
118057
+ type GetEventsByAdvisoryReportIdResponse = paths[typeof routeName$7D]['get']['responses'][200]['content']['application/json'];
118058
+ type GetEventsByAdvisoryReportIdProps = paths[typeof routeName$7D]['get']['parameters'];
117792
118059
  declare const getEventsByAdvisoryReportId: (props: GetEventsByAdvisoryReportIdProps, wgApiClient: ClientType) => Promise<GetEventsByAdvisoryReportIdResponse>;
117793
118060
 
117794
- declare const routeName$7A = "/v1/api/advisory-reports/{report_id}/email-inquiries";
117795
- type SendAdvisoryReportAsMailBody = paths[typeof routeName$7A]['post']['requestBody']['content']['application/json'];
117796
- type SendAdvisoryReportAsMailPathParams = paths[typeof routeName$7A]['post']['parameters']['path'];
117797
- type SendAdvisoryReportAsMailQueryParams = paths[typeof routeName$7A]['post']['parameters']['query'];
117798
- type SendAdvisoryReportAsMailResponse = paths[typeof routeName$7A]['post']['responses'][201]['content']['application/json'];
118061
+ declare const routeName$7C = "/v1/api/advisory-reports/{report_id}/email-inquiries";
118062
+ type SendAdvisoryReportAsMailBody = paths[typeof routeName$7C]['post']['requestBody']['content']['application/json'];
118063
+ type SendAdvisoryReportAsMailPathParams = paths[typeof routeName$7C]['post']['parameters']['path'];
118064
+ type SendAdvisoryReportAsMailQueryParams = paths[typeof routeName$7C]['post']['parameters']['query'];
118065
+ type SendAdvisoryReportAsMailResponse = paths[typeof routeName$7C]['post']['responses'][201]['content']['application/json'];
117799
118066
  interface SendAdvisoryReportAsMailProps {
117800
118067
  body: SendAdvisoryReportAsMailBody;
117801
118068
  params: {
@@ -117805,10 +118072,10 @@ interface SendAdvisoryReportAsMailProps {
117805
118072
  }
117806
118073
  declare const sendAdvisoryReportAsMail: (props: SendAdvisoryReportAsMailProps, wgApiClient: ClientType) => Promise<SendAdvisoryReportAsMailResponse>;
117807
118074
 
117808
- declare const routeName$7z = "/v1/api/advisory-reports/{report_id}/docx";
117809
- type GenerateDocxDocumentOfAdvisoryReportByIdPathParams = paths[typeof routeName$7z]['post']['parameters']['path'];
117810
- type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7z]['post']['parameters']['query'];
117811
- type GenerateDocxDocumentOfAdvisoryReportByIdResponse = paths[typeof routeName$7z]['post']['responses'][200]['content']['application/json'];
118075
+ declare const routeName$7B = "/v1/api/advisory-reports/{report_id}/docx";
118076
+ type GenerateDocxDocumentOfAdvisoryReportByIdPathParams = paths[typeof routeName$7B]['post']['parameters']['path'];
118077
+ type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7B]['post']['parameters']['query'];
118078
+ type GenerateDocxDocumentOfAdvisoryReportByIdResponse = paths[typeof routeName$7B]['post']['responses'][200]['content']['application/json'];
117812
118079
  interface GenerateDocxDocumentOfAdvisoryReportByIdProps {
117813
118080
  params: {
117814
118081
  query: GenerateDocxDocumentOfAdvisoryReportByIdQueryParams;
@@ -117817,17 +118084,17 @@ interface GenerateDocxDocumentOfAdvisoryReportByIdProps {
117817
118084
  }
117818
118085
  declare const generateDocxDocumentOfAdvisoryReportById: (props: GenerateDocxDocumentOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GenerateDocxDocumentOfAdvisoryReportByIdResponse>;
117819
118086
 
117820
- declare const routeName$7y = "/v1/api/advisory-reports/{report_id}/pdf";
117821
- type GetPdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$7y]['get']['parameters']['path'];
117822
- type GetPdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7y]['get']['parameters']['query'];
117823
- type GetPdfOfAdvisoryReportByIdResponse = paths[typeof routeName$7y]['get']['responses'][307]['content']['application/json'];
117824
- type GetPdfOfAdvisoryReportByIdProps = paths[typeof routeName$7y]['get']['parameters'];
118087
+ declare const routeName$7A = "/v1/api/advisory-reports/{report_id}/pdf";
118088
+ type GetPdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$7A]['get']['parameters']['path'];
118089
+ type GetPdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7A]['get']['parameters']['query'];
118090
+ type GetPdfOfAdvisoryReportByIdResponse = paths[typeof routeName$7A]['get']['responses'][307]['content']['application/json'];
118091
+ type GetPdfOfAdvisoryReportByIdProps = paths[typeof routeName$7A]['get']['parameters'];
117825
118092
  declare const getPdfOfAdvisoryReportById: (props: GetPdfOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GetPdfOfAdvisoryReportByIdResponse>;
117826
118093
 
117827
- declare const routeName$7x = "/v1/api/advisory-reports/{report_id}/pdf";
117828
- type GeneratePdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$7x]['post']['parameters']['path'];
117829
- type GeneratePdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7x]['post']['parameters']['query'];
117830
- type GeneratePdfOfAdvisoryReportByIdResponse = paths[typeof routeName$7x]['post']['responses'][200]['content']['application/json'];
118094
+ declare const routeName$7z = "/v1/api/advisory-reports/{report_id}/pdf";
118095
+ type GeneratePdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$7z]['post']['parameters']['path'];
118096
+ type GeneratePdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7z]['post']['parameters']['query'];
118097
+ type GeneratePdfOfAdvisoryReportByIdResponse = paths[typeof routeName$7z]['post']['responses'][200]['content']['application/json'];
117831
118098
  interface GeneratePdfOfAdvisoryReportByIdProps {
117832
118099
  params: {
117833
118100
  query: GeneratePdfOfAdvisoryReportByIdQueryParams;
@@ -117836,10 +118103,10 @@ interface GeneratePdfOfAdvisoryReportByIdProps {
117836
118103
  }
117837
118104
  declare const generatePdfOfAdvisoryReportById: (props: GeneratePdfOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GeneratePdfOfAdvisoryReportByIdResponse>;
117838
118105
 
117839
- declare const routeName$7w = "/v1/api/advisory-report-front-page-pdf";
117840
- type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody = paths[typeof routeName$7w]['post']['requestBody']['content']['application/json'];
117841
- type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams = paths[typeof routeName$7w]['post']['parameters']['query'];
117842
- type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse = paths[typeof routeName$7w]['post']['responses'][201]['content']['application/json'];
118106
+ declare const routeName$7y = "/v1/api/advisory-report-front-page-pdf";
118107
+ type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody = paths[typeof routeName$7y]['post']['requestBody']['content']['application/json'];
118108
+ type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams = paths[typeof routeName$7y]['post']['parameters']['query'];
118109
+ type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse = paths[typeof routeName$7y]['post']['responses'][201]['content']['application/json'];
117843
118110
  interface GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps {
117844
118111
  body: GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody;
117845
118112
  params: {
@@ -117848,11 +118115,11 @@ interface GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps {
117848
118115
  }
117849
118116
  declare const generateStandaloneFrontPagePdfOfAdvisoryReportAsExample: (props: GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps, wgApiClient: ClientType) => Promise<GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse>;
117850
118117
 
117851
- declare const routeName$7v = "/v1/api/advisory-reports/{report_id}/acceptances";
117852
- type AcceptOrRejectAnAdvisoryReportBody = paths[typeof routeName$7v]['post']['requestBody']['content']['application/json'];
117853
- type AcceptOrRejectAnAdvisoryReportPathParams = paths[typeof routeName$7v]['post']['parameters']['path'];
117854
- type AcceptOrRejectAnAdvisoryReportQueryParams = paths[typeof routeName$7v]['post']['parameters']['query'];
117855
- type AcceptOrRejectAnAdvisoryReportResponse = paths[typeof routeName$7v]['post']['responses'][200]['content']['application/json'];
118118
+ declare const routeName$7x = "/v1/api/advisory-reports/{report_id}/acceptances";
118119
+ type AcceptOrRejectAnAdvisoryReportBody = paths[typeof routeName$7x]['post']['requestBody']['content']['application/json'];
118120
+ type AcceptOrRejectAnAdvisoryReportPathParams = paths[typeof routeName$7x]['post']['parameters']['path'];
118121
+ type AcceptOrRejectAnAdvisoryReportQueryParams = paths[typeof routeName$7x]['post']['parameters']['query'];
118122
+ type AcceptOrRejectAnAdvisoryReportResponse = paths[typeof routeName$7x]['post']['responses'][200]['content']['application/json'];
117856
118123
  interface AcceptOrRejectAnAdvisoryReportProps {
117857
118124
  body: AcceptOrRejectAnAdvisoryReportBody;
117858
118125
  params: {
@@ -117862,11 +118129,11 @@ interface AcceptOrRejectAnAdvisoryReportProps {
117862
118129
  }
117863
118130
  declare const acceptOrRejectAnAdvisoryReport: (props: AcceptOrRejectAnAdvisoryReportProps, wgApiClient: ClientType) => Promise<AcceptOrRejectAnAdvisoryReportResponse>;
117864
118131
 
117865
- declare const routeName$7u = "/v1/api/advisory-reports/{report_id}/conversations";
117866
- type LinkConversationToAdvisoryReportBody = paths[typeof routeName$7u]['post']['requestBody']['content']['application/json'];
117867
- type LinkConversationToAdvisoryReportPathParams = paths[typeof routeName$7u]['post']['parameters']['path'];
117868
- type LinkConversationToAdvisoryReportQueryParams = paths[typeof routeName$7u]['post']['parameters']['query'];
117869
- type LinkConversationToAdvisoryReportResponse = paths[typeof routeName$7u]['post']['responses'][201]['content']['application/json'];
118132
+ declare const routeName$7w = "/v1/api/advisory-reports/{report_id}/conversations";
118133
+ type LinkConversationToAdvisoryReportBody = paths[typeof routeName$7w]['post']['requestBody']['content']['application/json'];
118134
+ type LinkConversationToAdvisoryReportPathParams = paths[typeof routeName$7w]['post']['parameters']['path'];
118135
+ type LinkConversationToAdvisoryReportQueryParams = paths[typeof routeName$7w]['post']['parameters']['query'];
118136
+ type LinkConversationToAdvisoryReportResponse = paths[typeof routeName$7w]['post']['responses'][201]['content']['application/json'];
117870
118137
  interface LinkConversationToAdvisoryReportProps {
117871
118138
  body: LinkConversationToAdvisoryReportBody;
117872
118139
  params: {
@@ -117876,11 +118143,11 @@ interface LinkConversationToAdvisoryReportProps {
117876
118143
  }
117877
118144
  declare const linkConversationToAdvisoryReport: (props: LinkConversationToAdvisoryReportProps, wgApiClient: ClientType) => Promise<LinkConversationToAdvisoryReportResponse>;
117878
118145
 
117879
- declare const routeName$7t = "/v2/api/advisory-reports/{report_id}/revisions";
117880
- type CreateAdvisoryReportRevisionV2Body = paths[typeof routeName$7t]['post']['requestBody']['content']['application/json'];
117881
- type CreateAdvisoryReportRevisionV2PathParams = paths[typeof routeName$7t]['post']['parameters']['path'];
117882
- type CreateAdvisoryReportRevisionV2QueryParams = paths[typeof routeName$7t]['post']['parameters']['query'];
117883
- type CreateAdvisoryReportRevisionV2Response = paths[typeof routeName$7t]['post']['responses'][201]['content']['application/json'];
118146
+ declare const routeName$7v = "/v2/api/advisory-reports/{report_id}/revisions";
118147
+ type CreateAdvisoryReportRevisionV2Body = paths[typeof routeName$7v]['post']['requestBody']['content']['application/json'];
118148
+ type CreateAdvisoryReportRevisionV2PathParams = paths[typeof routeName$7v]['post']['parameters']['path'];
118149
+ type CreateAdvisoryReportRevisionV2QueryParams = paths[typeof routeName$7v]['post']['parameters']['query'];
118150
+ type CreateAdvisoryReportRevisionV2Response = paths[typeof routeName$7v]['post']['responses'][201]['content']['application/json'];
117884
118151
  interface CreateAdvisoryReportRevisionV2Props {
117885
118152
  body: CreateAdvisoryReportRevisionV2Body;
117886
118153
  params: {
@@ -117890,11 +118157,11 @@ interface CreateAdvisoryReportRevisionV2Props {
117890
118157
  }
117891
118158
  declare const createAdvisoryReportRevisionV2: (props: CreateAdvisoryReportRevisionV2Props, wgApiClient: ClientType) => Promise<CreateAdvisoryReportRevisionV2Response>;
117892
118159
 
117893
- declare const routeName$7s = "/v1/api/advisory-reports/{report_id}/revisions";
117894
- type CreateAdvisoryReportRevisionBody = paths[typeof routeName$7s]['post']['requestBody']['content']['application/json'];
117895
- type CreateAdvisoryReportRevisionPathParams = paths[typeof routeName$7s]['post']['parameters']['path'];
117896
- type CreateAdvisoryReportRevisionQueryParams = paths[typeof routeName$7s]['post']['parameters']['query'];
117897
- type CreateAdvisoryReportRevisionResponse = paths[typeof routeName$7s]['post']['responses'][201]['content']['application/json'];
118160
+ declare const routeName$7u = "/v1/api/advisory-reports/{report_id}/revisions";
118161
+ type CreateAdvisoryReportRevisionBody = paths[typeof routeName$7u]['post']['requestBody']['content']['application/json'];
118162
+ type CreateAdvisoryReportRevisionPathParams = paths[typeof routeName$7u]['post']['parameters']['path'];
118163
+ type CreateAdvisoryReportRevisionQueryParams = paths[typeof routeName$7u]['post']['parameters']['query'];
118164
+ type CreateAdvisoryReportRevisionResponse = paths[typeof routeName$7u]['post']['responses'][201]['content']['application/json'];
117898
118165
  interface CreateAdvisoryReportRevisionProps {
117899
118166
  body: CreateAdvisoryReportRevisionBody;
117900
118167
  params: {
@@ -117904,10 +118171,10 @@ interface CreateAdvisoryReportRevisionProps {
117904
118171
  }
117905
118172
  declare const createAdvisoryReportRevision: (props: CreateAdvisoryReportRevisionProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportRevisionResponse>;
117906
118173
 
117907
- declare const routeName$7r = "/v2/api/advisory-reports/{report_id}";
117908
- type DeleteAdvisoryReportPathParams = paths[typeof routeName$7r]['delete']['parameters']['path'];
117909
- type DeleteAdvisoryReportQueryParams = paths[typeof routeName$7r]['delete']['parameters']['query'];
117910
- type DeleteAdvisoryReportResponse = paths[typeof routeName$7r]['delete']['responses'][200]['content']['application/json'];
118174
+ declare const routeName$7t = "/v2/api/advisory-reports/{report_id}";
118175
+ type DeleteAdvisoryReportPathParams = paths[typeof routeName$7t]['delete']['parameters']['path'];
118176
+ type DeleteAdvisoryReportQueryParams = paths[typeof routeName$7t]['delete']['parameters']['query'];
118177
+ type DeleteAdvisoryReportResponse = paths[typeof routeName$7t]['delete']['responses'][200]['content']['application/json'];
117911
118178
  interface DeleteAdvisoryReportProps {
117912
118179
  params: {
117913
118180
  query: DeleteAdvisoryReportQueryParams;
@@ -117916,11 +118183,11 @@ interface DeleteAdvisoryReportProps {
117916
118183
  }
117917
118184
  declare const deleteAdvisoryReport: (props: DeleteAdvisoryReportProps, wgApiClient: ClientType) => Promise<DeleteAdvisoryReportResponse>;
117918
118185
 
117919
- declare const routeName$7q = "/v1/api/advisory-reports/{report_id}/clauses";
117920
- type PutClausesForReportBody = paths[typeof routeName$7q]['put']['requestBody']['content']['application/json'];
117921
- type PutClausesForReportPathParams = paths[typeof routeName$7q]['put']['parameters']['path'];
117922
- type PutClausesForReportQueryParams = paths[typeof routeName$7q]['put']['parameters']['query'];
117923
- type PutClausesForReportResponse = paths[typeof routeName$7q]['put']['responses'][200]['content']['application/json'];
118186
+ declare const routeName$7s = "/v1/api/advisory-reports/{report_id}/clauses";
118187
+ type PutClausesForReportBody = paths[typeof routeName$7s]['put']['requestBody']['content']['application/json'];
118188
+ type PutClausesForReportPathParams = paths[typeof routeName$7s]['put']['parameters']['path'];
118189
+ type PutClausesForReportQueryParams = paths[typeof routeName$7s]['put']['parameters']['query'];
118190
+ type PutClausesForReportResponse = paths[typeof routeName$7s]['put']['responses'][200]['content']['application/json'];
117924
118191
  interface PutClausesForReportProps {
117925
118192
  body: PutClausesForReportBody;
117926
118193
  params: {
@@ -117930,9 +118197,9 @@ interface PutClausesForReportProps {
117930
118197
  }
117931
118198
  declare const putClausesForReport: (props: PutClausesForReportProps, wgApiClient: ClientType) => Promise<PutClausesForReportResponse>;
117932
118199
 
117933
- declare const routeName$7p = "/v1/api/advisory-reports/{report_id}/personalise-advices";
117934
- type GeneratePersonalizationAdviceForAdvisoryReportPathParams = paths[typeof routeName$7p]['post']['parameters']['path'];
117935
- type GeneratePersonalizationAdviceForAdvisoryReportResponse = paths[typeof routeName$7p]['post']['responses'][200]['content']['application/json'];
118200
+ declare const routeName$7r = "/v1/api/advisory-reports/{report_id}/personalise-advices";
118201
+ type GeneratePersonalizationAdviceForAdvisoryReportPathParams = paths[typeof routeName$7r]['post']['parameters']['path'];
118202
+ type GeneratePersonalizationAdviceForAdvisoryReportResponse = paths[typeof routeName$7r]['post']['responses'][200]['content']['application/json'];
117936
118203
  interface GeneratePersonalizationAdviceForAdvisoryReportProps {
117937
118204
  params: {
117938
118205
  path: GeneratePersonalizationAdviceForAdvisoryReportPathParams;
@@ -117940,18 +118207,18 @@ interface GeneratePersonalizationAdviceForAdvisoryReportProps {
117940
118207
  }
117941
118208
  declare const generatePersonalizationAdviceForAdvisoryReport: (props: GeneratePersonalizationAdviceForAdvisoryReportProps, wgApiClient: ClientType) => Promise<GeneratePersonalizationAdviceForAdvisoryReportResponse>;
117942
118209
 
117943
- declare const routeName$7o = "/v1/api/advisory-reports/{report_id}/settings/steps";
117944
- type GetStepSettingsByAdvisoryReportIdPathParams = paths[typeof routeName$7o]['get']['parameters']['path'];
117945
- type GetStepSettingsByAdvisoryReportIdQueryParams = paths[typeof routeName$7o]['get']['parameters']['query'];
117946
- type GetStepSettingsByAdvisoryReportIdResponse = paths[typeof routeName$7o]['get']['responses'][200]['content']['application/json'];
117947
- type GetStepSettingsByAdvisoryReportIdProps = paths[typeof routeName$7o]['get']['parameters'];
118210
+ declare const routeName$7q = "/v1/api/advisory-reports/{report_id}/settings/steps";
118211
+ type GetStepSettingsByAdvisoryReportIdPathParams = paths[typeof routeName$7q]['get']['parameters']['path'];
118212
+ type GetStepSettingsByAdvisoryReportIdQueryParams = paths[typeof routeName$7q]['get']['parameters']['query'];
118213
+ type GetStepSettingsByAdvisoryReportIdResponse = paths[typeof routeName$7q]['get']['responses'][200]['content']['application/json'];
118214
+ type GetStepSettingsByAdvisoryReportIdProps = paths[typeof routeName$7q]['get']['parameters'];
117948
118215
  declare const getStepSettingsByAdvisoryReportId: (props: GetStepSettingsByAdvisoryReportIdProps, wgApiClient: ClientType) => Promise<GetStepSettingsByAdvisoryReportIdResponse>;
117949
118216
 
117950
- declare const routeName$7n = "/v1/api/advisory-reports/{report_id}/settings/steps";
117951
- type CreateAdvisoryReportStepSettingsBody = paths[typeof routeName$7n]['put']['requestBody']['content']['application/json'];
117952
- type CreateAdvisoryReportStepSettingsPathParams = paths[typeof routeName$7n]['put']['parameters']['path'];
117953
- type CreateAdvisoryReportStepSettingsQueryParams = paths[typeof routeName$7n]['put']['parameters']['query'];
117954
- type CreateAdvisoryReportStepSettingsResponse = paths[typeof routeName$7n]['put']['responses'][200]['content']['application/json'];
118217
+ declare const routeName$7p = "/v1/api/advisory-reports/{report_id}/settings/steps";
118218
+ type CreateAdvisoryReportStepSettingsBody = paths[typeof routeName$7p]['put']['requestBody']['content']['application/json'];
118219
+ type CreateAdvisoryReportStepSettingsPathParams = paths[typeof routeName$7p]['put']['parameters']['path'];
118220
+ type CreateAdvisoryReportStepSettingsQueryParams = paths[typeof routeName$7p]['put']['parameters']['query'];
118221
+ type CreateAdvisoryReportStepSettingsResponse = paths[typeof routeName$7p]['put']['responses'][200]['content']['application/json'];
117955
118222
  interface CreateAdvisoryReportStepSettingsProps {
117956
118223
  body: CreateAdvisoryReportStepSettingsBody;
117957
118224
  params: {
@@ -117961,11 +118228,11 @@ interface CreateAdvisoryReportStepSettingsProps {
117961
118228
  }
117962
118229
  declare const createAdvisoryReportStepSettings: (props: CreateAdvisoryReportStepSettingsProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportStepSettingsResponse>;
117963
118230
 
117964
- declare const routeName$7m = "/v1/api/advisory-reports/{report_id}/risk-domains";
117965
- type CreateRiskDomainForAdvisoryReportByIdBody = paths[typeof routeName$7m]['post']['requestBody']['content']['application/json'];
117966
- type CreateRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$7m]['post']['parameters']['path'];
117967
- type CreateRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$7m]['post']['parameters']['query'];
117968
- type CreateRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$7m]['post']['responses'][201]['content']['application/json'];
118231
+ declare const routeName$7o = "/v1/api/advisory-reports/{report_id}/risk-domains";
118232
+ type CreateRiskDomainForAdvisoryReportByIdBody = paths[typeof routeName$7o]['post']['requestBody']['content']['application/json'];
118233
+ type CreateRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$7o]['post']['parameters']['path'];
118234
+ type CreateRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$7o]['post']['parameters']['query'];
118235
+ type CreateRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$7o]['post']['responses'][201]['content']['application/json'];
117969
118236
  interface CreateRiskDomainForAdvisoryReportByIdProps {
117970
118237
  body: CreateRiskDomainForAdvisoryReportByIdBody;
117971
118238
  params: {
@@ -117975,10 +118242,10 @@ interface CreateRiskDomainForAdvisoryReportByIdProps {
117975
118242
  }
117976
118243
  declare const createRiskDomainForAdvisoryReportById: (props: CreateRiskDomainForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainForAdvisoryReportByIdResponse>;
117977
118244
 
117978
- declare const routeName$7l = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}";
117979
- type DeleteRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$7l]['delete']['parameters']['path'];
117980
- type DeleteRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$7l]['delete']['parameters']['query'];
117981
- type DeleteRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$7l]['delete']['responses'][200]['content']['application/json'];
118245
+ declare const routeName$7n = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}";
118246
+ type DeleteRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$7n]['delete']['parameters']['path'];
118247
+ type DeleteRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$7n]['delete']['parameters']['query'];
118248
+ type DeleteRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$7n]['delete']['responses'][200]['content']['application/json'];
117982
118249
  interface DeleteRiskDomainForAdvisoryReportByIdProps {
117983
118250
  params: {
117984
118251
  query: DeleteRiskDomainForAdvisoryReportByIdQueryParams;
@@ -117987,11 +118254,11 @@ interface DeleteRiskDomainForAdvisoryReportByIdProps {
117987
118254
  }
117988
118255
  declare const deleteRiskDomainForAdvisoryReportById: (props: DeleteRiskDomainForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainForAdvisoryReportByIdResponse>;
117989
118256
 
117990
- declare const routeName$7k = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice";
117991
- type CreateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$7k]['post']['requestBody']['content']['application/json'];
117992
- type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7k]['post']['parameters']['path'];
117993
- type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7k]['post']['parameters']['query'];
117994
- type CreateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7k]['post']['responses'][201]['content']['application/json'];
118257
+ declare const routeName$7m = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice";
118258
+ type CreateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$7m]['post']['requestBody']['content']['application/json'];
118259
+ type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7m]['post']['parameters']['path'];
118260
+ type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7m]['post']['parameters']['query'];
118261
+ type CreateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7m]['post']['responses'][201]['content']['application/json'];
117995
118262
  interface CreateRiskDomainAdviceForAdvisoryReportByIdProps {
117996
118263
  body: CreateRiskDomainAdviceForAdvisoryReportByIdBody;
117997
118264
  params: {
@@ -118001,10 +118268,10 @@ interface CreateRiskDomainAdviceForAdvisoryReportByIdProps {
118001
118268
  }
118002
118269
  declare const createRiskDomainAdviceForAdvisoryReportById: (props: CreateRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainAdviceForAdvisoryReportByIdResponse>;
118003
118270
 
118004
- declare const routeName$7j = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
118005
- type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7j]['delete']['parameters']['path'];
118006
- type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7j]['delete']['parameters']['query'];
118007
- type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7j]['delete']['responses'][200]['content']['application/json'];
118271
+ declare const routeName$7l = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
118272
+ type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7l]['delete']['parameters']['path'];
118273
+ type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7l]['delete']['parameters']['query'];
118274
+ type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7l]['delete']['responses'][200]['content']['application/json'];
118008
118275
  interface DeleteRiskDomainAdviceForAdvisoryReportByIdProps {
118009
118276
  params: {
118010
118277
  query: DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams;
@@ -118013,11 +118280,11 @@ interface DeleteRiskDomainAdviceForAdvisoryReportByIdProps {
118013
118280
  }
118014
118281
  declare const deleteRiskDomainAdviceForAdvisoryReportById: (props: DeleteRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainAdviceForAdvisoryReportByIdResponse>;
118015
118282
 
118016
- declare const routeName$7i = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
118017
- type UpdateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$7i]['patch']['requestBody']['content']['application/json'];
118018
- type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7i]['patch']['parameters']['path'];
118019
- type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7i]['patch']['parameters']['query'];
118020
- type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7i]['patch']['responses'][201]['content']['application/json'];
118283
+ declare const routeName$7k = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
118284
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$7k]['patch']['requestBody']['content']['application/json'];
118285
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7k]['patch']['parameters']['path'];
118286
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7k]['patch']['parameters']['query'];
118287
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7k]['patch']['responses'][201]['content']['application/json'];
118021
118288
  interface UpdateRiskDomainAdviceForAdvisoryReportByIdProps {
118022
118289
  body: UpdateRiskDomainAdviceForAdvisoryReportByIdBody;
118023
118290
  params: {
@@ -118027,11 +118294,11 @@ interface UpdateRiskDomainAdviceForAdvisoryReportByIdProps {
118027
118294
  }
118028
118295
  declare const updateRiskDomainAdviceForAdvisoryReportById: (props: UpdateRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainAdviceForAdvisoryReportByIdResponse>;
118029
118296
 
118030
- declare const routeName$7h = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}/actions";
118031
- type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody = paths[typeof routeName$7h]['put']['requestBody']['content']['application/json'];
118032
- type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7h]['put']['parameters']['path'];
118033
- type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7h]['put']['parameters']['query'];
118034
- type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7h]['put']['responses'][201]['content']['application/json'];
118297
+ declare const routeName$7j = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}/actions";
118298
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody = paths[typeof routeName$7j]['put']['requestBody']['content']['application/json'];
118299
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7j]['put']['parameters']['path'];
118300
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7j]['put']['parameters']['query'];
118301
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7j]['put']['responses'][201]['content']['application/json'];
118035
118302
  interface CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps {
118036
118303
  body: CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody;
118037
118304
  params: {
@@ -118041,11 +118308,11 @@ interface CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps {
118041
118308
  }
118042
118309
  declare const createRiskDomainActionFromAdviceForAdvisoryReportById: (props: CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse>;
118043
118310
 
118044
- declare const routeName$7g = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions";
118045
- type CreateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$7g]['post']['requestBody']['content']['application/json'];
118046
- type CreateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7g]['post']['parameters']['path'];
118047
- type CreateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7g]['post']['parameters']['query'];
118048
- type CreateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7g]['post']['responses'][201]['content']['application/json'];
118311
+ declare const routeName$7i = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions";
118312
+ type CreateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$7i]['post']['requestBody']['content']['application/json'];
118313
+ type CreateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7i]['post']['parameters']['path'];
118314
+ type CreateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7i]['post']['parameters']['query'];
118315
+ type CreateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7i]['post']['responses'][201]['content']['application/json'];
118049
118316
  interface CreateRiskDomainActionForAdvisoryReportByIdProps {
118050
118317
  body: CreateRiskDomainActionForAdvisoryReportByIdBody;
118051
118318
  params: {
@@ -118055,10 +118322,10 @@ interface CreateRiskDomainActionForAdvisoryReportByIdProps {
118055
118322
  }
118056
118323
  declare const createRiskDomainActionForAdvisoryReportById: (props: CreateRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainActionForAdvisoryReportByIdResponse>;
118057
118324
 
118058
- declare const routeName$7f = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
118059
- type DeleteRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7f]['delete']['parameters']['path'];
118060
- type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7f]['delete']['parameters']['query'];
118061
- type DeleteRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7f]['delete']['responses'][200]['content']['application/json'];
118325
+ declare const routeName$7h = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
118326
+ type DeleteRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7h]['delete']['parameters']['path'];
118327
+ type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7h]['delete']['parameters']['query'];
118328
+ type DeleteRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7h]['delete']['responses'][200]['content']['application/json'];
118062
118329
  interface DeleteRiskDomainActionForAdvisoryReportByIdProps {
118063
118330
  params: {
118064
118331
  query: DeleteRiskDomainActionForAdvisoryReportByIdQueryParams;
@@ -118067,11 +118334,11 @@ interface DeleteRiskDomainActionForAdvisoryReportByIdProps {
118067
118334
  }
118068
118335
  declare const deleteRiskDomainActionForAdvisoryReportById: (props: DeleteRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainActionForAdvisoryReportByIdResponse>;
118069
118336
 
118070
- declare const routeName$7e = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
118071
- type UpdateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$7e]['patch']['requestBody']['content']['application/json'];
118072
- type UpdateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7e]['patch']['parameters']['path'];
118073
- type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7e]['patch']['parameters']['query'];
118074
- type UpdateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7e]['patch']['responses'][200]['content']['application/json'];
118337
+ declare const routeName$7g = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
118338
+ type UpdateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$7g]['patch']['requestBody']['content']['application/json'];
118339
+ type UpdateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7g]['patch']['parameters']['path'];
118340
+ type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7g]['patch']['parameters']['query'];
118341
+ type UpdateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7g]['patch']['responses'][200]['content']['application/json'];
118075
118342
  interface UpdateRiskDomainActionForAdvisoryReportByIdProps {
118076
118343
  body: UpdateRiskDomainActionForAdvisoryReportByIdBody;
118077
118344
  params: {
@@ -118081,11 +118348,11 @@ interface UpdateRiskDomainActionForAdvisoryReportByIdProps {
118081
118348
  }
118082
118349
  declare const updateRiskDomainActionForAdvisoryReportById: (props: UpdateRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainActionForAdvisoryReportByIdResponse>;
118083
118350
 
118084
- declare const routeName$7d = "/v1/api/advisory-reports/{report_id}/insurance-policies";
118085
- type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody = paths[typeof routeName$7d]['put']['requestBody']['content']['application/json'];
118086
- type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$7d]['put']['parameters']['path'];
118087
- type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$7d]['put']['parameters']['query'];
118088
- type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$7d]['put']['responses'][200]['content']['application/json'];
118351
+ declare const routeName$7f = "/v1/api/advisory-reports/{report_id}/insurance-policies";
118352
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody = paths[typeof routeName$7f]['put']['requestBody']['content']['application/json'];
118353
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$7f]['put']['parameters']['path'];
118354
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$7f]['put']['parameters']['query'];
118355
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$7f]['put']['responses'][200]['content']['application/json'];
118089
118356
  interface CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps {
118090
118357
  body: CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody;
118091
118358
  params: {
@@ -118095,10 +118362,10 @@ interface CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps {
118095
118362
  }
118096
118363
  declare const createOrReplaceInsurancePolicyForAdvisoryReportById: (props: CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse>;
118097
118364
 
118098
- declare const routeName$7c = "/v1/api/advisory-reports/{report_id}/insurance-policies/{insurance_policy_id}";
118099
- type DeleteInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$7c]['delete']['parameters']['path'];
118100
- type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$7c]['delete']['parameters']['query'];
118101
- type DeleteInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$7c]['delete']['responses'][200]['content']['application/json'];
118365
+ declare const routeName$7e = "/v1/api/advisory-reports/{report_id}/insurance-policies/{insurance_policy_id}";
118366
+ type DeleteInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$7e]['delete']['parameters']['path'];
118367
+ type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$7e]['delete']['parameters']['query'];
118368
+ type DeleteInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$7e]['delete']['responses'][200]['content']['application/json'];
118102
118369
  interface DeleteInsurancePolicyForAdvisoryReportByIdProps {
118103
118370
  params: {
118104
118371
  query: DeleteInsurancePolicyForAdvisoryReportByIdQueryParams;
@@ -118107,11 +118374,11 @@ interface DeleteInsurancePolicyForAdvisoryReportByIdProps {
118107
118374
  }
118108
118375
  declare const deleteInsurancePolicyForAdvisoryReportById: (props: DeleteInsurancePolicyForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteInsurancePolicyForAdvisoryReportByIdResponse>;
118109
118376
 
118110
- declare const routeName$7b = "/v1/api/advisory-reports/{report_id}/insurance-policies/order";
118111
- type OrderInsurancePolciesOfAdvisoryReportBody = paths[typeof routeName$7b]['put']['requestBody']['content']['application/json'];
118112
- type OrderInsurancePolciesOfAdvisoryReportPathParams = paths[typeof routeName$7b]['put']['parameters']['path'];
118113
- type OrderInsurancePolciesOfAdvisoryReportQueryParams = paths[typeof routeName$7b]['put']['parameters']['query'];
118114
- type OrderInsurancePolciesOfAdvisoryReportResponse = paths[typeof routeName$7b]['put']['responses'][200]['content']['application/json'];
118377
+ declare const routeName$7d = "/v1/api/advisory-reports/{report_id}/insurance-policies/order";
118378
+ type OrderInsurancePolciesOfAdvisoryReportBody = paths[typeof routeName$7d]['put']['requestBody']['content']['application/json'];
118379
+ type OrderInsurancePolciesOfAdvisoryReportPathParams = paths[typeof routeName$7d]['put']['parameters']['path'];
118380
+ type OrderInsurancePolciesOfAdvisoryReportQueryParams = paths[typeof routeName$7d]['put']['parameters']['query'];
118381
+ type OrderInsurancePolciesOfAdvisoryReportResponse = paths[typeof routeName$7d]['put']['responses'][200]['content']['application/json'];
118115
118382
  interface OrderInsurancePolciesOfAdvisoryReportProps {
118116
118383
  body: OrderInsurancePolciesOfAdvisoryReportBody;
118117
118384
  params: {
@@ -118121,11 +118388,11 @@ interface OrderInsurancePolciesOfAdvisoryReportProps {
118121
118388
  }
118122
118389
  declare const orderInsurancePolciesOfAdvisoryReport: (props: OrderInsurancePolciesOfAdvisoryReportProps, wgApiClient: ClientType) => Promise<OrderInsurancePolciesOfAdvisoryReportResponse>;
118123
118390
 
118124
- declare const routeName$7a = "/v1/api/advisory-reports/{report_id}/policy-packages";
118125
- type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody = paths[typeof routeName$7a]['put']['requestBody']['content']['application/json'];
118126
- type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams = paths[typeof routeName$7a]['put']['parameters']['path'];
118127
- type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams = paths[typeof routeName$7a]['put']['parameters']['query'];
118128
- type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse = paths[typeof routeName$7a]['put']['responses'][200]['content']['application/json'];
118391
+ declare const routeName$7c = "/v1/api/advisory-reports/{report_id}/policy-packages";
118392
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody = paths[typeof routeName$7c]['put']['requestBody']['content']['application/json'];
118393
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams = paths[typeof routeName$7c]['put']['parameters']['path'];
118394
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams = paths[typeof routeName$7c]['put']['parameters']['query'];
118395
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse = paths[typeof routeName$7c]['put']['responses'][200]['content']['application/json'];
118129
118396
  interface CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps {
118130
118397
  body: CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody;
118131
118398
  params: {
@@ -118135,39 +118402,39 @@ interface CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps {
118135
118402
  }
118136
118403
  declare const createOrReplacePolicyPackagesForAdvisoryReportById: (props: CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse>;
118137
118404
 
118138
- declare const routeName$79 = "/v1/api/advisory-reports/{report_id_1}/diff/{report_id_2}";
118139
- type GetAdvisoryReportRevisionDiffPathParams = paths[typeof routeName$79]['get']['parameters']['path'];
118140
- type GetAdvisoryReportRevisionDiffQueryParams = paths[typeof routeName$79]['get']['parameters']['query'];
118141
- type GetAdvisoryReportRevisionDiffResponse = paths[typeof routeName$79]['get']['responses'][200]['content']['application/json'];
118142
- type GetAdvisoryReportRevisionDiffProps = paths[typeof routeName$79]['get']['parameters'];
118405
+ declare const routeName$7b = "/v1/api/advisory-reports/{report_id_1}/diff/{report_id_2}";
118406
+ type GetAdvisoryReportRevisionDiffPathParams = paths[typeof routeName$7b]['get']['parameters']['path'];
118407
+ type GetAdvisoryReportRevisionDiffQueryParams = paths[typeof routeName$7b]['get']['parameters']['query'];
118408
+ type GetAdvisoryReportRevisionDiffResponse = paths[typeof routeName$7b]['get']['responses'][200]['content']['application/json'];
118409
+ type GetAdvisoryReportRevisionDiffProps = paths[typeof routeName$7b]['get']['parameters'];
118143
118410
  declare const getAdvisoryReportRevisionDiff: (props: GetAdvisoryReportRevisionDiffProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportRevisionDiffResponse>;
118144
118411
 
118145
- declare const routeName$78 = "/v1/api/affiliations";
118146
- type GetAllAvailableAffiliationsResponse = paths[typeof routeName$78]['get']['responses'][200]['content']['application/json'];
118412
+ declare const routeName$7a = "/v1/api/affiliations";
118413
+ type GetAllAvailableAffiliationsResponse = paths[typeof routeName$7a]['get']['responses'][200]['content']['application/json'];
118147
118414
  declare const getAllAvailableAffiliations: (wgApiClient: ClientType) => Promise<GetAllAvailableAffiliationsResponse>;
118148
118415
 
118149
- declare const routeName$77 = "/v1/api/anvaflows/labels";
118150
- type GetAnvaLabelsQueryParams = paths[typeof routeName$77]['get']['parameters']['query'];
118151
- type GetAnvaLabelsResponse = paths[typeof routeName$77]['get']['responses'][200]['content']['application/json'];
118152
- type GetAnvaLabelsProps = paths[typeof routeName$77]['get']['parameters'];
118416
+ declare const routeName$79 = "/v1/api/anvaflows/labels";
118417
+ type GetAnvaLabelsQueryParams = paths[typeof routeName$79]['get']['parameters']['query'];
118418
+ type GetAnvaLabelsResponse = paths[typeof routeName$79]['get']['responses'][200]['content']['application/json'];
118419
+ type GetAnvaLabelsProps = paths[typeof routeName$79]['get']['parameters'];
118153
118420
  declare const getAnvaLabels: (props: GetAnvaLabelsProps, wgApiClient: ClientType) => Promise<GetAnvaLabelsResponse>;
118154
118421
 
118155
- declare const routeName$76 = "/v1/api/anvaflows/supported-insurances";
118156
- type GetSupportedAnvaflowInsurancesQueryParams = paths[typeof routeName$76]['get']['parameters']['query'];
118157
- type GetSupportedAnvaflowInsurancesResponse = paths[typeof routeName$76]['get']['responses'][200]['content']['application/json'];
118158
- type GetSupportedAnvaflowInsurancesProps = paths[typeof routeName$76]['get']['parameters'];
118422
+ declare const routeName$78 = "/v1/api/anvaflows/supported-insurances";
118423
+ type GetSupportedAnvaflowInsurancesQueryParams = paths[typeof routeName$78]['get']['parameters']['query'];
118424
+ type GetSupportedAnvaflowInsurancesResponse = paths[typeof routeName$78]['get']['responses'][200]['content']['application/json'];
118425
+ type GetSupportedAnvaflowInsurancesProps = paths[typeof routeName$78]['get']['parameters'];
118159
118426
  declare const getSupportedAnvaflowInsurances: (props: GetSupportedAnvaflowInsurancesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowInsurancesResponse>;
118160
118427
 
118161
- declare const routeName$75 = "/v1/api/anvaflows/supported-tags";
118162
- type GetSupportedAnvaflowTagsQueryParams = paths[typeof routeName$75]['get']['parameters']['query'];
118163
- type GetSupportedAnvaflowTagsResponse = paths[typeof routeName$75]['get']['responses'][200]['content']['application/json'];
118164
- type GetSupportedAnvaflowTagsProps = paths[typeof routeName$75]['get']['parameters'];
118428
+ declare const routeName$77 = "/v1/api/anvaflows/supported-tags";
118429
+ type GetSupportedAnvaflowTagsQueryParams = paths[typeof routeName$77]['get']['parameters']['query'];
118430
+ type GetSupportedAnvaflowTagsResponse = paths[typeof routeName$77]['get']['responses'][200]['content']['application/json'];
118431
+ type GetSupportedAnvaflowTagsProps = paths[typeof routeName$77]['get']['parameters'];
118165
118432
  declare const getSupportedAnvaflowTags: (props: GetSupportedAnvaflowTagsProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowTagsResponse>;
118166
118433
 
118167
- declare const routeName$74 = "/v1/api/anvaflows/supported-tags";
118168
- type CreateAnvaflowTagsBody = paths[typeof routeName$74]['put']['requestBody']['content']['application/json'];
118169
- type CreateAnvaflowTagsQueryParams = paths[typeof routeName$74]['put']['parameters']['query'];
118170
- type CreateAnvaflowTagsResponse = paths[typeof routeName$74]['put']['responses'][200]['content']['application/json'];
118434
+ declare const routeName$76 = "/v1/api/anvaflows/supported-tags";
118435
+ type CreateAnvaflowTagsBody = paths[typeof routeName$76]['put']['requestBody']['content']['application/json'];
118436
+ type CreateAnvaflowTagsQueryParams = paths[typeof routeName$76]['put']['parameters']['query'];
118437
+ type CreateAnvaflowTagsResponse = paths[typeof routeName$76]['put']['responses'][200]['content']['application/json'];
118171
118438
  interface CreateAnvaflowTagsProps {
118172
118439
  body: CreateAnvaflowTagsBody;
118173
118440
  params: {
@@ -118176,35 +118443,35 @@ interface CreateAnvaflowTagsProps {
118176
118443
  }
118177
118444
  declare const createAnvaflowTags: (props: CreateAnvaflowTagsProps, wgApiClient: ClientType) => Promise<CreateAnvaflowTagsResponse>;
118178
118445
 
118179
- declare const routeName$73 = "/v1/api/anvaflows/supported-coverages";
118180
- type GetSupportedAnvaflowCoveragesQueryParams = paths[typeof routeName$73]['get']['parameters']['query'];
118181
- type GetSupportedAnvaflowCoveragesResponse = paths[typeof routeName$73]['get']['responses'][200]['content']['application/json'];
118182
- type GetSupportedAnvaflowCoveragesProps = paths[typeof routeName$73]['get']['parameters'];
118446
+ declare const routeName$75 = "/v1/api/anvaflows/supported-coverages";
118447
+ type GetSupportedAnvaflowCoveragesQueryParams = paths[typeof routeName$75]['get']['parameters']['query'];
118448
+ type GetSupportedAnvaflowCoveragesResponse = paths[typeof routeName$75]['get']['responses'][200]['content']['application/json'];
118449
+ type GetSupportedAnvaflowCoveragesProps = paths[typeof routeName$75]['get']['parameters'];
118183
118450
  declare const getSupportedAnvaflowCoverages: (props: GetSupportedAnvaflowCoveragesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowCoveragesResponse>;
118184
118451
 
118185
- declare const routeName$72 = "/v1/api/anvaflows/supported-adn-coverages";
118186
- type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams = paths[typeof routeName$72]['get']['parameters']['query'];
118187
- type GetSupportedAnvaflowCoveragesGroupedByAdnResponse = paths[typeof routeName$72]['get']['responses'][200]['content']['application/json'];
118188
- type GetSupportedAnvaflowCoveragesGroupedByAdnProps = paths[typeof routeName$72]['get']['parameters'];
118452
+ declare const routeName$74 = "/v1/api/anvaflows/supported-adn-coverages";
118453
+ type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams = paths[typeof routeName$74]['get']['parameters']['query'];
118454
+ type GetSupportedAnvaflowCoveragesGroupedByAdnResponse = paths[typeof routeName$74]['get']['responses'][200]['content']['application/json'];
118455
+ type GetSupportedAnvaflowCoveragesGroupedByAdnProps = paths[typeof routeName$74]['get']['parameters'];
118189
118456
  declare const getSupportedAnvaflowCoveragesGroupedByAdn: (props: GetSupportedAnvaflowCoveragesGroupedByAdnProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowCoveragesGroupedByAdnResponse>;
118190
118457
 
118191
- declare const routeName$71 = "/v1/api/anvaflows/supported-insurance-companies";
118192
- type GetSupportedAnvaflowInsuranceCompaniesQueryParams = paths[typeof routeName$71]['get']['parameters']['query'];
118193
- type GetSupportedAnvaflowInsuranceCompaniesResponse = paths[typeof routeName$71]['get']['responses'][200]['content']['application/json'];
118194
- type GetSupportedAnvaflowInsuranceCompaniesProps = paths[typeof routeName$71]['get']['parameters'];
118458
+ declare const routeName$73 = "/v1/api/anvaflows/supported-insurance-companies";
118459
+ type GetSupportedAnvaflowInsuranceCompaniesQueryParams = paths[typeof routeName$73]['get']['parameters']['query'];
118460
+ type GetSupportedAnvaflowInsuranceCompaniesResponse = paths[typeof routeName$73]['get']['responses'][200]['content']['application/json'];
118461
+ type GetSupportedAnvaflowInsuranceCompaniesProps = paths[typeof routeName$73]['get']['parameters'];
118195
118462
  declare const getSupportedAnvaflowInsuranceCompanies: (props: GetSupportedAnvaflowInsuranceCompaniesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowInsuranceCompaniesResponse>;
118196
118463
 
118197
- declare const routeName$70 = "/v1/api/anvaflows/mutation-reasons";
118198
- type GetAnvaMutationReasonsQueryParams = paths[typeof routeName$70]['get']['parameters']['query'];
118199
- type GetAnvaMutationReasonsResponse = paths[typeof routeName$70]['get']['responses'][200]['content']['application/json'];
118200
- type GetAnvaMutationReasonsProps = paths[typeof routeName$70]['get']['parameters'];
118464
+ declare const routeName$72 = "/v1/api/anvaflows/mutation-reasons";
118465
+ type GetAnvaMutationReasonsQueryParams = paths[typeof routeName$72]['get']['parameters']['query'];
118466
+ type GetAnvaMutationReasonsResponse = paths[typeof routeName$72]['get']['responses'][200]['content']['application/json'];
118467
+ type GetAnvaMutationReasonsProps = paths[typeof routeName$72]['get']['parameters'];
118201
118468
  declare const getAnvaMutationReasons: (props: GetAnvaMutationReasonsProps, wgApiClient: ClientType) => Promise<GetAnvaMutationReasonsResponse>;
118202
118469
 
118203
- declare const routeName$6$ = "/v1/api/anvaflows/{session_id}/calculate";
118204
- type CalculateAnvaquotesBySessionIdBody = paths[typeof routeName$6$]['post']['requestBody']['content']['application/json'];
118205
- type CalculateAnvaquotesBySessionIdPathParams = paths[typeof routeName$6$]['post']['parameters']['path'];
118206
- type CalculateAnvaquotesBySessionIdQueryParams = paths[typeof routeName$6$]['post']['parameters']['query'];
118207
- type CalculateAnvaquotesBySessionIdResponse = paths[typeof routeName$6$]['post']['responses'][200]['content']['application/json'];
118470
+ declare const routeName$71 = "/v1/api/anvaflows/{session_id}/calculate";
118471
+ type CalculateAnvaquotesBySessionIdBody = paths[typeof routeName$71]['post']['requestBody']['content']['application/json'];
118472
+ type CalculateAnvaquotesBySessionIdPathParams = paths[typeof routeName$71]['post']['parameters']['path'];
118473
+ type CalculateAnvaquotesBySessionIdQueryParams = paths[typeof routeName$71]['post']['parameters']['query'];
118474
+ type CalculateAnvaquotesBySessionIdResponse = paths[typeof routeName$71]['post']['responses'][200]['content']['application/json'];
118208
118475
  interface CalculateAnvaquotesBySessionIdProps {
118209
118476
  body: CalculateAnvaquotesBySessionIdBody;
118210
118477
  params: {
@@ -118214,11 +118481,11 @@ interface CalculateAnvaquotesBySessionIdProps {
118214
118481
  }
118215
118482
  declare const calculateAnvaquotesBySessionId: (props: CalculateAnvaquotesBySessionIdProps, wgApiClient: ClientType) => Promise<CalculateAnvaquotesBySessionIdResponse>;
118216
118483
 
118217
- declare const routeName$6_ = "/v2/api/anvaflows/{session_id}/calculate";
118218
- type EnqueueCalculationAnvaquotesBySessionIdBody = paths[typeof routeName$6_]['post']['requestBody']['content']['application/json'];
118219
- type EnqueueCalculationAnvaquotesBySessionIdPathParams = paths[typeof routeName$6_]['post']['parameters']['path'];
118220
- type EnqueueCalculationAnvaquotesBySessionIdQueryParams = paths[typeof routeName$6_]['post']['parameters']['query'];
118221
- type EnqueueCalculationAnvaquotesBySessionIdResponse = paths[typeof routeName$6_]['post']['responses'][202]['content']['application/json'];
118484
+ declare const routeName$70 = "/v2/api/anvaflows/{session_id}/calculate";
118485
+ type EnqueueCalculationAnvaquotesBySessionIdBody = paths[typeof routeName$70]['post']['requestBody']['content']['application/json'];
118486
+ type EnqueueCalculationAnvaquotesBySessionIdPathParams = paths[typeof routeName$70]['post']['parameters']['path'];
118487
+ type EnqueueCalculationAnvaquotesBySessionIdQueryParams = paths[typeof routeName$70]['post']['parameters']['query'];
118488
+ type EnqueueCalculationAnvaquotesBySessionIdResponse = paths[typeof routeName$70]['post']['responses'][202]['content']['application/json'];
118222
118489
  interface EnqueueCalculationAnvaquotesBySessionIdProps {
118223
118490
  body: EnqueueCalculationAnvaquotesBySessionIdBody;
118224
118491
  params: {
@@ -118228,11 +118495,11 @@ interface EnqueueCalculationAnvaquotesBySessionIdProps {
118228
118495
  }
118229
118496
  declare const enqueueCalculationAnvaquotesBySessionId: (props: EnqueueCalculationAnvaquotesBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueCalculationAnvaquotesBySessionIdResponse>;
118230
118497
 
118231
- declare const routeName$6Z = "/v1/api/anvaflows/{session_id}/anvaproducts/{anva_product_id}/calculate";
118232
- type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody = paths[typeof routeName$6Z]['post']['requestBody']['content']['application/json'];
118233
- type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams = paths[typeof routeName$6Z]['post']['parameters']['path'];
118234
- type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams = paths[typeof routeName$6Z]['post']['parameters']['query'];
118235
- type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse = paths[typeof routeName$6Z]['post']['responses'][200]['content']['application/json'];
118498
+ declare const routeName$6$ = "/v1/api/anvaflows/{session_id}/anvaproducts/{anva_product_id}/calculate";
118499
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody = paths[typeof routeName$6$]['post']['requestBody']['content']['application/json'];
118500
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams = paths[typeof routeName$6$]['post']['parameters']['path'];
118501
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams = paths[typeof routeName$6$]['post']['parameters']['query'];
118502
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse = paths[typeof routeName$6$]['post']['responses'][200]['content']['application/json'];
118236
118503
  interface RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps {
118237
118504
  body: RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody;
118238
118505
  params: {
@@ -118242,10 +118509,10 @@ interface RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps {
118242
118509
  }
118243
118510
  declare const recalculateOneAnvaquoteByAnvaProductIdSessionId: (props: RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps, wgApiClient: ClientType) => Promise<RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse>;
118244
118511
 
118245
- declare const routeName$6Y = "/v1/api/anvaflows/{session_id}/send-offer-to-anva";
118246
- type SendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$6Y]['post']['parameters']['path'];
118247
- type SendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$6Y]['post']['parameters']['query'];
118248
- type SendOfferToAnvaBySessionIdResponse = paths[typeof routeName$6Y]['post']['responses'][201]['content']['application/json'];
118512
+ declare const routeName$6_ = "/v1/api/anvaflows/{session_id}/send-offer-to-anva";
118513
+ type SendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$6_]['post']['parameters']['path'];
118514
+ type SendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$6_]['post']['parameters']['query'];
118515
+ type SendOfferToAnvaBySessionIdResponse = paths[typeof routeName$6_]['post']['responses'][201]['content']['application/json'];
118249
118516
  interface SendOfferToAnvaBySessionIdProps {
118250
118517
  params: {
118251
118518
  query: SendOfferToAnvaBySessionIdQueryParams;
@@ -118254,10 +118521,10 @@ interface SendOfferToAnvaBySessionIdProps {
118254
118521
  }
118255
118522
  declare const sendOfferToAnvaBySessionId: (props: SendOfferToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<SendOfferToAnvaBySessionIdResponse>;
118256
118523
 
118257
- declare const routeName$6X = "/v2/api/anvaflows/{session_id}/send-offer-to-anva";
118258
- type EnqueueSendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$6X]['post']['parameters']['path'];
118259
- type EnqueueSendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$6X]['post']['parameters']['query'];
118260
- type EnqueueSendOfferToAnvaBySessionIdResponse = paths[typeof routeName$6X]['post']['responses'][202]['content']['application/json'];
118524
+ declare const routeName$6Z = "/v2/api/anvaflows/{session_id}/send-offer-to-anva";
118525
+ type EnqueueSendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$6Z]['post']['parameters']['path'];
118526
+ type EnqueueSendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$6Z]['post']['parameters']['query'];
118527
+ type EnqueueSendOfferToAnvaBySessionIdResponse = paths[typeof routeName$6Z]['post']['responses'][202]['content']['application/json'];
118261
118528
  interface EnqueueSendOfferToAnvaBySessionIdProps {
118262
118529
  params: {
118263
118530
  query: EnqueueSendOfferToAnvaBySessionIdQueryParams;
@@ -118266,11 +118533,11 @@ interface EnqueueSendOfferToAnvaBySessionIdProps {
118266
118533
  }
118267
118534
  declare const enqueueSendOfferToAnvaBySessionId: (props: EnqueueSendOfferToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueSendOfferToAnvaBySessionIdResponse>;
118268
118535
 
118269
- declare const routeName$6W = "/v1/api/anvaflows/{session_id}/send-offer-mail";
118270
- type SendOfferMailBySessionIdBody = paths[typeof routeName$6W]['post']['requestBody']['content']['application/json'];
118271
- type SendOfferMailBySessionIdPathParams = paths[typeof routeName$6W]['post']['parameters']['path'];
118272
- type SendOfferMailBySessionIdQueryParams = paths[typeof routeName$6W]['post']['parameters']['query'];
118273
- type SendOfferMailBySessionIdResponse = paths[typeof routeName$6W]['post']['responses'][201]['content']['application/json'];
118536
+ declare const routeName$6Y = "/v1/api/anvaflows/{session_id}/send-offer-mail";
118537
+ type SendOfferMailBySessionIdBody = paths[typeof routeName$6Y]['post']['requestBody']['content']['application/json'];
118538
+ type SendOfferMailBySessionIdPathParams = paths[typeof routeName$6Y]['post']['parameters']['path'];
118539
+ type SendOfferMailBySessionIdQueryParams = paths[typeof routeName$6Y]['post']['parameters']['query'];
118540
+ type SendOfferMailBySessionIdResponse = paths[typeof routeName$6Y]['post']['responses'][201]['content']['application/json'];
118274
118541
  interface SendOfferMailBySessionIdProps {
118275
118542
  body: SendOfferMailBySessionIdBody;
118276
118543
  params: {
@@ -118280,11 +118547,11 @@ interface SendOfferMailBySessionIdProps {
118280
118547
  }
118281
118548
  declare const sendOfferMailBySessionId: (props: SendOfferMailBySessionIdProps, wgApiClient: ClientType) => Promise<SendOfferMailBySessionIdResponse>;
118282
118549
 
118283
- declare const routeName$6V = "/v1/api/anvaflows/{session_id}/send-custom-quotes-to-anva";
118284
- type EnqueueSendCustomQuotesToAnvaBySessionIdBody = paths[typeof routeName$6V]['post']['requestBody']['content']['application/json'];
118285
- type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams = paths[typeof routeName$6V]['post']['parameters']['path'];
118286
- type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams = paths[typeof routeName$6V]['post']['parameters']['query'];
118287
- type EnqueueSendCustomQuotesToAnvaBySessionIdResponse = paths[typeof routeName$6V]['post']['responses'][202]['content']['application/json'];
118550
+ declare const routeName$6X = "/v1/api/anvaflows/{session_id}/send-custom-quotes-to-anva";
118551
+ type EnqueueSendCustomQuotesToAnvaBySessionIdBody = paths[typeof routeName$6X]['post']['requestBody']['content']['application/json'];
118552
+ type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams = paths[typeof routeName$6X]['post']['parameters']['path'];
118553
+ type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams = paths[typeof routeName$6X]['post']['parameters']['query'];
118554
+ type EnqueueSendCustomQuotesToAnvaBySessionIdResponse = paths[typeof routeName$6X]['post']['responses'][202]['content']['application/json'];
118288
118555
  interface EnqueueSendCustomQuotesToAnvaBySessionIdProps {
118289
118556
  body: EnqueueSendCustomQuotesToAnvaBySessionIdBody;
118290
118557
  params: {
@@ -118294,11 +118561,11 @@ interface EnqueueSendCustomQuotesToAnvaBySessionIdProps {
118294
118561
  }
118295
118562
  declare const enqueueSendCustomQuotesToAnvaBySessionId: (props: EnqueueSendCustomQuotesToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueSendCustomQuotesToAnvaBySessionIdResponse>;
118296
118563
 
118297
- declare const routeName$6U = "/v1/api/anvaflows/{session_id}/recalculate-simulation";
118298
- type RecalculateSimulationBySessionIdBody = paths[typeof routeName$6U]['post']['requestBody']['content']['application/json'];
118299
- type RecalculateSimulationBySessionIdPathParams = paths[typeof routeName$6U]['post']['parameters']['path'];
118300
- type RecalculateSimulationBySessionIdQueryParams = paths[typeof routeName$6U]['post']['parameters']['query'];
118301
- type RecalculateSimulationBySessionIdResponse = paths[typeof routeName$6U]['post']['responses'][200]['content']['application/json'];
118564
+ declare const routeName$6W = "/v1/api/anvaflows/{session_id}/recalculate-simulation";
118565
+ type RecalculateSimulationBySessionIdBody = paths[typeof routeName$6W]['post']['requestBody']['content']['application/json'];
118566
+ type RecalculateSimulationBySessionIdPathParams = paths[typeof routeName$6W]['post']['parameters']['path'];
118567
+ type RecalculateSimulationBySessionIdQueryParams = paths[typeof routeName$6W]['post']['parameters']['query'];
118568
+ type RecalculateSimulationBySessionIdResponse = paths[typeof routeName$6W]['post']['responses'][200]['content']['application/json'];
118302
118569
  interface RecalculateSimulationBySessionIdProps {
118303
118570
  body: RecalculateSimulationBySessionIdBody;
118304
118571
  params: {
@@ -118308,23 +118575,23 @@ interface RecalculateSimulationBySessionIdProps {
118308
118575
  }
118309
118576
  declare const recalculateSimulationBySessionId: (props: RecalculateSimulationBySessionIdProps, wgApiClient: ClientType) => Promise<RecalculateSimulationBySessionIdResponse>;
118310
118577
 
118311
- declare const routeName$6T = "/v1/api/anvaflows/{session_id}/collection-methods";
118312
- type GetAnvaCollectionMethodsPathParams = paths[typeof routeName$6T]['get']['parameters']['path'];
118313
- type GetAnvaCollectionMethodsQueryParams = paths[typeof routeName$6T]['get']['parameters']['query'];
118314
- type GetAnvaCollectionMethodsResponse = paths[typeof routeName$6T]['get']['responses'][200]['content']['application/json'];
118315
- type GetAnvaCollectionMethodsProps = paths[typeof routeName$6T]['get']['parameters'];
118578
+ declare const routeName$6V = "/v1/api/anvaflows/{session_id}/collection-methods";
118579
+ type GetAnvaCollectionMethodsPathParams = paths[typeof routeName$6V]['get']['parameters']['path'];
118580
+ type GetAnvaCollectionMethodsQueryParams = paths[typeof routeName$6V]['get']['parameters']['query'];
118581
+ type GetAnvaCollectionMethodsResponse = paths[typeof routeName$6V]['get']['responses'][200]['content']['application/json'];
118582
+ type GetAnvaCollectionMethodsProps = paths[typeof routeName$6V]['get']['parameters'];
118316
118583
  declare const getAnvaCollectionMethods: (props: GetAnvaCollectionMethodsProps, wgApiClient: ClientType) => Promise<GetAnvaCollectionMethodsResponse>;
118317
118584
 
118318
- declare const routeName$6S = "/v1/api/anvaflows/closing-questions";
118319
- type GetAnvaClosingQuestionsQueryParams = paths[typeof routeName$6S]['get']['parameters']['query'];
118320
- type GetAnvaClosingQuestionsResponse = paths[typeof routeName$6S]['get']['responses'][200]['content']['application/json'];
118321
- type GetAnvaClosingQuestionsProps = paths[typeof routeName$6S]['get']['parameters'];
118585
+ declare const routeName$6U = "/v1/api/anvaflows/closing-questions";
118586
+ type GetAnvaClosingQuestionsQueryParams = paths[typeof routeName$6U]['get']['parameters']['query'];
118587
+ type GetAnvaClosingQuestionsResponse = paths[typeof routeName$6U]['get']['responses'][200]['content']['application/json'];
118588
+ type GetAnvaClosingQuestionsProps = paths[typeof routeName$6U]['get']['parameters'];
118322
118589
  declare const getAnvaClosingQuestions: (props: GetAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<GetAnvaClosingQuestionsResponse>;
118323
118590
 
118324
- declare const routeName$6R = "/v1/api/anvaflows/closing-questions";
118325
- type UpsertAnvaClosingQuestionsBody = paths[typeof routeName$6R]['put']['requestBody']['content']['application/json'];
118326
- type UpsertAnvaClosingQuestionsQueryParams = paths[typeof routeName$6R]['put']['parameters']['query'];
118327
- type UpsertAnvaClosingQuestionsResponse = paths[typeof routeName$6R]['put']['responses'][200]['content']['application/json'];
118591
+ declare const routeName$6T = "/v1/api/anvaflows/closing-questions";
118592
+ type UpsertAnvaClosingQuestionsBody = paths[typeof routeName$6T]['put']['requestBody']['content']['application/json'];
118593
+ type UpsertAnvaClosingQuestionsQueryParams = paths[typeof routeName$6T]['put']['parameters']['query'];
118594
+ type UpsertAnvaClosingQuestionsResponse = paths[typeof routeName$6T]['put']['responses'][200]['content']['application/json'];
118328
118595
  interface UpsertAnvaClosingQuestionsProps {
118329
118596
  body: UpsertAnvaClosingQuestionsBody;
118330
118597
  params: {
@@ -118333,10 +118600,10 @@ interface UpsertAnvaClosingQuestionsProps {
118333
118600
  }
118334
118601
  declare const upsertAnvaClosingQuestions: (props: UpsertAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<UpsertAnvaClosingQuestionsResponse>;
118335
118602
 
118336
- declare const routeName$6Q = "/v1/api/anvaflows/closing-questions/{closing_question_id}";
118337
- type DeleteAnvaClosingQuestionsPathParams = paths[typeof routeName$6Q]['delete']['parameters']['path'];
118338
- type DeleteAnvaClosingQuestionsQueryParams = paths[typeof routeName$6Q]['delete']['parameters']['query'];
118339
- type DeleteAnvaClosingQuestionsResponse = paths[typeof routeName$6Q]['delete']['responses'][200]['content']['application/json'];
118603
+ declare const routeName$6S = "/v1/api/anvaflows/closing-questions/{closing_question_id}";
118604
+ type DeleteAnvaClosingQuestionsPathParams = paths[typeof routeName$6S]['delete']['parameters']['path'];
118605
+ type DeleteAnvaClosingQuestionsQueryParams = paths[typeof routeName$6S]['delete']['parameters']['query'];
118606
+ type DeleteAnvaClosingQuestionsResponse = paths[typeof routeName$6S]['delete']['responses'][200]['content']['application/json'];
118340
118607
  interface DeleteAnvaClosingQuestionsProps {
118341
118608
  params: {
118342
118609
  query: DeleteAnvaClosingQuestionsQueryParams;
@@ -118345,11 +118612,11 @@ interface DeleteAnvaClosingQuestionsProps {
118345
118612
  }
118346
118613
  declare const deleteAnvaClosingQuestions: (props: DeleteAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<DeleteAnvaClosingQuestionsResponse>;
118347
118614
 
118348
- declare const routeName$6P = "/v1/api/anvaflows/{session_id}/anva-party";
118349
- type CreateAnvaPartyBody = paths[typeof routeName$6P]['post']['requestBody']['content']['application/json'];
118350
- type CreateAnvaPartyPathParams = paths[typeof routeName$6P]['post']['parameters']['path'];
118351
- type CreateAnvaPartyQueryParams = paths[typeof routeName$6P]['post']['parameters']['query'];
118352
- type CreateAnvaPartyResponse = paths[typeof routeName$6P]['post']['responses'][201]['content']['application/json'];
118615
+ declare const routeName$6R = "/v1/api/anvaflows/{session_id}/anva-party";
118616
+ type CreateAnvaPartyBody = paths[typeof routeName$6R]['post']['requestBody']['content']['application/json'];
118617
+ type CreateAnvaPartyPathParams = paths[typeof routeName$6R]['post']['parameters']['path'];
118618
+ type CreateAnvaPartyQueryParams = paths[typeof routeName$6R]['post']['parameters']['query'];
118619
+ type CreateAnvaPartyResponse = paths[typeof routeName$6R]['post']['responses'][201]['content']['application/json'];
118353
118620
  interface CreateAnvaPartyProps {
118354
118621
  body: CreateAnvaPartyBody;
118355
118622
  params: {
@@ -118359,16 +118626,16 @@ interface CreateAnvaPartyProps {
118359
118626
  }
118360
118627
  declare const createAnvaParty: (props: CreateAnvaPartyProps, wgApiClient: ClientType) => Promise<CreateAnvaPartyResponse>;
118361
118628
 
118362
- declare const routeName$6O = "/v1/api/anvaproducts";
118363
- type GetAnvaproductsQueryParams = paths[typeof routeName$6O]['get']['parameters']['query'];
118364
- type GetAnvaproductsResponse = paths[typeof routeName$6O]['get']['responses'][200]['content']['application/json'];
118365
- type GetAnvaproductsProps = paths[typeof routeName$6O]['get']['parameters'];
118629
+ declare const routeName$6Q = "/v1/api/anvaproducts";
118630
+ type GetAnvaproductsQueryParams = paths[typeof routeName$6Q]['get']['parameters']['query'];
118631
+ type GetAnvaproductsResponse = paths[typeof routeName$6Q]['get']['responses'][200]['content']['application/json'];
118632
+ type GetAnvaproductsProps = paths[typeof routeName$6Q]['get']['parameters'];
118366
118633
  declare const getAnvaproducts: (props: GetAnvaproductsProps, wgApiClient: ClientType) => Promise<GetAnvaproductsResponse>;
118367
118634
 
118368
- declare const routeName$6N = "/v1/api/anvaproducts/import";
118369
- type ImportAnvaproductBody = paths[typeof routeName$6N]['post']['requestBody']['content']['application/json'];
118370
- type ImportAnvaproductQueryParams = paths[typeof routeName$6N]['post']['parameters']['query'];
118371
- type ImportAnvaproductResponse = paths[typeof routeName$6N]['post']['responses'][200]['content']['application/json'];
118635
+ declare const routeName$6P = "/v1/api/anvaproducts/import";
118636
+ type ImportAnvaproductBody = paths[typeof routeName$6P]['post']['requestBody']['content']['application/json'];
118637
+ type ImportAnvaproductQueryParams = paths[typeof routeName$6P]['post']['parameters']['query'];
118638
+ type ImportAnvaproductResponse = paths[typeof routeName$6P]['post']['responses'][200]['content']['application/json'];
118372
118639
  interface ImportAnvaproductProps {
118373
118640
  body: ImportAnvaproductBody;
118374
118641
  params: {
@@ -118377,18 +118644,18 @@ interface ImportAnvaproductProps {
118377
118644
  }
118378
118645
  declare const importAnvaproduct: (props: ImportAnvaproductProps, wgApiClient: ClientType) => Promise<ImportAnvaproductResponse>;
118379
118646
 
118380
- declare const routeName$6M = "/v1/api/anvaproducts/{anva_product_id}";
118381
- type GetAnvaproductByIdPathParams = paths[typeof routeName$6M]['get']['parameters']['path'];
118382
- type GetAnvaproductByIdQueryParams = paths[typeof routeName$6M]['get']['parameters']['query'];
118383
- type GetAnvaproductByIdResponse = paths[typeof routeName$6M]['get']['responses'][200]['content']['application/json'];
118384
- type GetAnvaproductByIdProps = paths[typeof routeName$6M]['get']['parameters'];
118647
+ declare const routeName$6O = "/v1/api/anvaproducts/{anva_product_id}";
118648
+ type GetAnvaproductByIdPathParams = paths[typeof routeName$6O]['get']['parameters']['path'];
118649
+ type GetAnvaproductByIdQueryParams = paths[typeof routeName$6O]['get']['parameters']['query'];
118650
+ type GetAnvaproductByIdResponse = paths[typeof routeName$6O]['get']['responses'][200]['content']['application/json'];
118651
+ type GetAnvaproductByIdProps = paths[typeof routeName$6O]['get']['parameters'];
118385
118652
  declare const getAnvaproductById: (props: GetAnvaproductByIdProps, wgApiClient: ClientType) => Promise<GetAnvaproductByIdResponse>;
118386
118653
 
118387
- declare const routeName$6L = "/v1/api/anvaproducts/{anva_product_id}";
118388
- type PatchAnvaproductByIdBody = paths[typeof routeName$6L]['patch']['requestBody']['content']['application/json'];
118389
- type PatchAnvaproductByIdPathParams = paths[typeof routeName$6L]['patch']['parameters']['path'];
118390
- type PatchAnvaproductByIdQueryParams = paths[typeof routeName$6L]['patch']['parameters']['query'];
118391
- type PatchAnvaproductByIdResponse = paths[typeof routeName$6L]['patch']['responses'][200]['content']['application/json'];
118654
+ declare const routeName$6N = "/v1/api/anvaproducts/{anva_product_id}";
118655
+ type PatchAnvaproductByIdBody = paths[typeof routeName$6N]['patch']['requestBody']['content']['application/json'];
118656
+ type PatchAnvaproductByIdPathParams = paths[typeof routeName$6N]['patch']['parameters']['path'];
118657
+ type PatchAnvaproductByIdQueryParams = paths[typeof routeName$6N]['patch']['parameters']['query'];
118658
+ type PatchAnvaproductByIdResponse = paths[typeof routeName$6N]['patch']['responses'][200]['content']['application/json'];
118392
118659
  interface PatchAnvaproductByIdProps {
118393
118660
  body: PatchAnvaproductByIdBody;
118394
118661
  params: {
@@ -118398,11 +118665,11 @@ interface PatchAnvaproductByIdProps {
118398
118665
  }
118399
118666
  declare const patchAnvaproductById: (props: PatchAnvaproductByIdProps, wgApiClient: ClientType) => Promise<PatchAnvaproductByIdResponse>;
118400
118667
 
118401
- declare const routeName$6K = "/v1/api/anvaproducts/{anva_product_id}/coverages/{coverage_code}";
118402
- type PatchAnvaproductCoverageByIdBody = paths[typeof routeName$6K]['patch']['requestBody']['content']['application/json'];
118403
- type PatchAnvaproductCoverageByIdPathParams = paths[typeof routeName$6K]['patch']['parameters']['path'];
118404
- type PatchAnvaproductCoverageByIdQueryParams = paths[typeof routeName$6K]['patch']['parameters']['query'];
118405
- type PatchAnvaproductCoverageByIdResponse = paths[typeof routeName$6K]['patch']['responses'][200]['content']['application/json'];
118668
+ declare const routeName$6M = "/v1/api/anvaproducts/{anva_product_id}/coverages/{coverage_code}";
118669
+ type PatchAnvaproductCoverageByIdBody = paths[typeof routeName$6M]['patch']['requestBody']['content']['application/json'];
118670
+ type PatchAnvaproductCoverageByIdPathParams = paths[typeof routeName$6M]['patch']['parameters']['path'];
118671
+ type PatchAnvaproductCoverageByIdQueryParams = paths[typeof routeName$6M]['patch']['parameters']['query'];
118672
+ type PatchAnvaproductCoverageByIdResponse = paths[typeof routeName$6M]['patch']['responses'][200]['content']['application/json'];
118406
118673
  interface PatchAnvaproductCoverageByIdProps {
118407
118674
  body: PatchAnvaproductCoverageByIdBody;
118408
118675
  params: {
@@ -118412,18 +118679,18 @@ interface PatchAnvaproductCoverageByIdProps {
118412
118679
  }
118413
118680
  declare const patchAnvaproductCoverageById: (props: PatchAnvaproductCoverageByIdProps, wgApiClient: ClientType) => Promise<PatchAnvaproductCoverageByIdResponse>;
118414
118681
 
118415
- declare const routeName$6J = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
118416
- type RetrieveAnvaflowsQuestionnairesPathParams = paths[typeof routeName$6J]['get']['parameters']['path'];
118417
- type RetrieveAnvaflowsQuestionnairesQueryParams = paths[typeof routeName$6J]['get']['parameters']['query'];
118418
- type RetrieveAnvaflowsQuestionnairesResponse = paths[typeof routeName$6J]['get']['responses'][200]['content']['application/json'];
118419
- type RetrieveAnvaflowsQuestionnairesProps = paths[typeof routeName$6J]['get']['parameters'];
118682
+ declare const routeName$6L = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
118683
+ type RetrieveAnvaflowsQuestionnairesPathParams = paths[typeof routeName$6L]['get']['parameters']['path'];
118684
+ type RetrieveAnvaflowsQuestionnairesQueryParams = paths[typeof routeName$6L]['get']['parameters']['query'];
118685
+ type RetrieveAnvaflowsQuestionnairesResponse = paths[typeof routeName$6L]['get']['responses'][200]['content']['application/json'];
118686
+ type RetrieveAnvaflowsQuestionnairesProps = paths[typeof routeName$6L]['get']['parameters'];
118420
118687
  declare const retrieveAnvaflowsQuestionnaires: (props: RetrieveAnvaflowsQuestionnairesProps, wgApiClient: ClientType) => Promise<RetrieveAnvaflowsQuestionnairesResponse>;
118421
118688
 
118422
- declare const routeName$6I = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
118423
- type UpdateAnvaflowsQuestionnaireBody = paths[typeof routeName$6I]['put']['requestBody']['content']['application/json'];
118424
- type UpdateAnvaflowsQuestionnairePathParams = paths[typeof routeName$6I]['put']['parameters']['path'];
118425
- type UpdateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$6I]['put']['parameters']['query'];
118426
- type UpdateAnvaflowsQuestionnaireResponse = paths[typeof routeName$6I]['put']['responses'][200]['content']['application/json'];
118689
+ declare const routeName$6K = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
118690
+ type UpdateAnvaflowsQuestionnaireBody = paths[typeof routeName$6K]['put']['requestBody']['content']['application/json'];
118691
+ type UpdateAnvaflowsQuestionnairePathParams = paths[typeof routeName$6K]['put']['parameters']['path'];
118692
+ type UpdateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$6K]['put']['parameters']['query'];
118693
+ type UpdateAnvaflowsQuestionnaireResponse = paths[typeof routeName$6K]['put']['responses'][200]['content']['application/json'];
118427
118694
  interface UpdateAnvaflowsQuestionnaireProps {
118428
118695
  body: UpdateAnvaflowsQuestionnaireBody;
118429
118696
  params: {
@@ -118433,11 +118700,11 @@ interface UpdateAnvaflowsQuestionnaireProps {
118433
118700
  }
118434
118701
  declare const updateAnvaflowsQuestionnaire: (props: UpdateAnvaflowsQuestionnaireProps, wgApiClient: ClientType) => Promise<UpdateAnvaflowsQuestionnaireResponse>;
118435
118702
 
118436
- declare const routeName$6H = "/v1/api/anvaproducts/{anva_product_id}/questionnaires/validate";
118437
- type ValidateAnvaflowsQuestionnaireBody = paths[typeof routeName$6H]['post']['requestBody']['content']['application/json'];
118438
- type ValidateAnvaflowsQuestionnairePathParams = paths[typeof routeName$6H]['post']['parameters']['path'];
118439
- type ValidateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$6H]['post']['parameters']['query'];
118440
- type ValidateAnvaflowsQuestionnaireResponse = paths[typeof routeName$6H]['post']['responses'][200]['content']['application/json'];
118703
+ declare const routeName$6J = "/v1/api/anvaproducts/{anva_product_id}/questionnaires/validate";
118704
+ type ValidateAnvaflowsQuestionnaireBody = paths[typeof routeName$6J]['post']['requestBody']['content']['application/json'];
118705
+ type ValidateAnvaflowsQuestionnairePathParams = paths[typeof routeName$6J]['post']['parameters']['path'];
118706
+ type ValidateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$6J]['post']['parameters']['query'];
118707
+ type ValidateAnvaflowsQuestionnaireResponse = paths[typeof routeName$6J]['post']['responses'][200]['content']['application/json'];
118441
118708
  interface ValidateAnvaflowsQuestionnaireProps {
118442
118709
  body: ValidateAnvaflowsQuestionnaireBody;
118443
118710
  params: {
@@ -118447,10 +118714,10 @@ interface ValidateAnvaflowsQuestionnaireProps {
118447
118714
  }
118448
118715
  declare const validateAnvaflowsQuestionnaire: (props: ValidateAnvaflowsQuestionnaireProps, wgApiClient: ClientType) => Promise<ValidateAnvaflowsQuestionnaireResponse>;
118449
118716
 
118450
- declare const routeName$6G = "/v1/api/anvaproducts/questionnaires/update-all-questions-by-anvalabels";
118451
- type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody = paths[typeof routeName$6G]['post']['requestBody']['content']['application/json'];
118452
- type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams = paths[typeof routeName$6G]['post']['parameters']['query'];
118453
- type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse = paths[typeof routeName$6G]['post']['responses'][200]['content']['application/json'];
118717
+ declare const routeName$6I = "/v1/api/anvaproducts/questionnaires/update-all-questions-by-anvalabels";
118718
+ type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody = paths[typeof routeName$6I]['post']['requestBody']['content']['application/json'];
118719
+ type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams = paths[typeof routeName$6I]['post']['parameters']['query'];
118720
+ type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse = paths[typeof routeName$6I]['post']['responses'][200]['content']['application/json'];
118454
118721
  interface UpdateQuestionForAllQuestionnairesByAnvaLabelsProps {
118455
118722
  body: UpdateQuestionForAllQuestionnairesByAnvaLabelsBody;
118456
118723
  params: {
@@ -118459,20 +118726,20 @@ interface UpdateQuestionForAllQuestionnairesByAnvaLabelsProps {
118459
118726
  }
118460
118727
  declare const updateQuestionForAllQuestionnairesByAnvaLabels: (props: UpdateQuestionForAllQuestionnairesByAnvaLabelsProps, wgApiClient: ClientType) => Promise<UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse>;
118461
118728
 
118462
- declare const routeName$6F = "/v1/api/brokers/me";
118463
- type GetCurrentBrokerOfTheUserResponse = paths[typeof routeName$6F]['get']['responses'][200]['content']['application/json'];
118729
+ declare const routeName$6H = "/v1/api/brokers/me";
118730
+ type GetCurrentBrokerOfTheUserResponse = paths[typeof routeName$6H]['get']['responses'][200]['content']['application/json'];
118464
118731
  declare const getCurrentBrokerOfTheUser: (wgApiClient: ClientType) => Promise<GetCurrentBrokerOfTheUserResponse>;
118465
118732
 
118466
- declare const routeName$6E = "/v1/api/brokers/{broker_id}";
118467
- type GetTheBrokerByIdPathParams = paths[typeof routeName$6E]['get']['parameters']['path'];
118468
- type GetTheBrokerByIdResponse = paths[typeof routeName$6E]['get']['responses'][200]['content']['application/json'];
118469
- type GetTheBrokerByIdProps = paths[typeof routeName$6E]['get']['parameters'];
118733
+ declare const routeName$6G = "/v1/api/brokers/{broker_id}";
118734
+ type GetTheBrokerByIdPathParams = paths[typeof routeName$6G]['get']['parameters']['path'];
118735
+ type GetTheBrokerByIdResponse = paths[typeof routeName$6G]['get']['responses'][200]['content']['application/json'];
118736
+ type GetTheBrokerByIdProps = paths[typeof routeName$6G]['get']['parameters'];
118470
118737
  declare const getTheBrokerById: (props: GetTheBrokerByIdProps, wgApiClient: ClientType) => Promise<GetTheBrokerByIdResponse>;
118471
118738
 
118472
- declare const routeName$6D = "/v1/api/brokers/{broker_id}";
118473
- type UpdateBrokerByBrokerBody = paths[typeof routeName$6D]['patch']['requestBody']['content']['application/json'];
118474
- type UpdateBrokerByBrokerPathParams = paths[typeof routeName$6D]['patch']['parameters']['path'];
118475
- type UpdateBrokerByBrokerResponse = paths[typeof routeName$6D]['patch']['responses'][200]['content']['application/json'];
118739
+ declare const routeName$6F = "/v1/api/brokers/{broker_id}";
118740
+ type UpdateBrokerByBrokerBody = paths[typeof routeName$6F]['patch']['requestBody']['content']['application/json'];
118741
+ type UpdateBrokerByBrokerPathParams = paths[typeof routeName$6F]['patch']['parameters']['path'];
118742
+ type UpdateBrokerByBrokerResponse = paths[typeof routeName$6F]['patch']['responses'][200]['content']['application/json'];
118476
118743
  interface UpdateBrokerByBrokerProps {
118477
118744
  body: UpdateBrokerByBrokerBody;
118478
118745
  params: {
@@ -118481,16 +118748,16 @@ interface UpdateBrokerByBrokerProps {
118481
118748
  }
118482
118749
  declare const updateBrokerByBroker: (props: UpdateBrokerByBrokerProps, wgApiClient: ClientType) => Promise<UpdateBrokerByBrokerResponse>;
118483
118750
 
118484
- declare const routeName$6C = "/v1/api/brokers/{broker_id}/integrations";
118485
- type GetBrokerIntegrationsPathParams = paths[typeof routeName$6C]['get']['parameters']['path'];
118486
- type GetBrokerIntegrationsResponse = paths[typeof routeName$6C]['get']['responses'][200]['content']['application/json'];
118487
- type GetBrokerIntegrationsProps = paths[typeof routeName$6C]['get']['parameters'];
118751
+ declare const routeName$6E = "/v1/api/brokers/{broker_id}/integrations";
118752
+ type GetBrokerIntegrationsPathParams = paths[typeof routeName$6E]['get']['parameters']['path'];
118753
+ type GetBrokerIntegrationsResponse = paths[typeof routeName$6E]['get']['responses'][200]['content']['application/json'];
118754
+ type GetBrokerIntegrationsProps = paths[typeof routeName$6E]['get']['parameters'];
118488
118755
  declare const getBrokerIntegrations: (props: GetBrokerIntegrationsProps, wgApiClient: ClientType) => Promise<GetBrokerIntegrationsResponse>;
118489
118756
 
118490
- declare const routeName$6B = "/v1/api/brokers/{broker_id}/integrations";
118491
- type UpdateBrokerIntegrationsBody = paths[typeof routeName$6B]['patch']['requestBody']['content']['application/json'];
118492
- type UpdateBrokerIntegrationsPathParams = paths[typeof routeName$6B]['patch']['parameters']['path'];
118493
- type UpdateBrokerIntegrationsResponse = paths[typeof routeName$6B]['patch']['responses'][200]['content']['application/json'];
118757
+ declare const routeName$6D = "/v1/api/brokers/{broker_id}/integrations";
118758
+ type UpdateBrokerIntegrationsBody = paths[typeof routeName$6D]['patch']['requestBody']['content']['application/json'];
118759
+ type UpdateBrokerIntegrationsPathParams = paths[typeof routeName$6D]['patch']['parameters']['path'];
118760
+ type UpdateBrokerIntegrationsResponse = paths[typeof routeName$6D]['patch']['responses'][200]['content']['application/json'];
118494
118761
  interface UpdateBrokerIntegrationsProps {
118495
118762
  body: UpdateBrokerIntegrationsBody;
118496
118763
  params: {
@@ -118499,37 +118766,37 @@ interface UpdateBrokerIntegrationsProps {
118499
118766
  }
118500
118767
  declare const updateBrokerIntegrations: (props: UpdateBrokerIntegrationsProps, wgApiClient: ClientType) => Promise<UpdateBrokerIntegrationsResponse>;
118501
118768
 
118502
- declare const routeName$6A = "/v1/api/anva-relation-managers/{anva_relation_manager_id}";
118503
- type GetBrokerByAnvaRelationMangerIdPathParams = paths[typeof routeName$6A]['get']['parameters']['path'];
118504
- type GetBrokerByAnvaRelationMangerIdResponse = paths[typeof routeName$6A]['get']['responses'][200]['content']['application/json'];
118505
- type GetBrokerByAnvaRelationMangerIdProps = paths[typeof routeName$6A]['get']['parameters'];
118769
+ declare const routeName$6C = "/v1/api/anva-relation-managers/{anva_relation_manager_id}";
118770
+ type GetBrokerByAnvaRelationMangerIdPathParams = paths[typeof routeName$6C]['get']['parameters']['path'];
118771
+ type GetBrokerByAnvaRelationMangerIdResponse = paths[typeof routeName$6C]['get']['responses'][200]['content']['application/json'];
118772
+ type GetBrokerByAnvaRelationMangerIdProps = paths[typeof routeName$6C]['get']['parameters'];
118506
118773
  declare const getBrokerByAnvaRelationMangerId: (props: GetBrokerByAnvaRelationMangerIdProps, wgApiClient: ClientType) => Promise<GetBrokerByAnvaRelationMangerIdResponse>;
118507
118774
 
118508
- declare const routeName$6z = "/v1/api/anva-producers/{anva_producer_id}";
118509
- type GetBrokerByAnvaProducerIdPathParams = paths[typeof routeName$6z]['get']['parameters']['path'];
118510
- type GetBrokerByAnvaProducerIdResponse = paths[typeof routeName$6z]['get']['responses'][200]['content']['application/json'];
118511
- type GetBrokerByAnvaProducerIdProps = paths[typeof routeName$6z]['get']['parameters'];
118775
+ declare const routeName$6B = "/v1/api/anva-producers/{anva_producer_id}";
118776
+ type GetBrokerByAnvaProducerIdPathParams = paths[typeof routeName$6B]['get']['parameters']['path'];
118777
+ type GetBrokerByAnvaProducerIdResponse = paths[typeof routeName$6B]['get']['responses'][200]['content']['application/json'];
118778
+ type GetBrokerByAnvaProducerIdProps = paths[typeof routeName$6B]['get']['parameters'];
118512
118779
  declare const getBrokerByAnvaProducerId: (props: GetBrokerByAnvaProducerIdProps, wgApiClient: ClientType) => Promise<GetBrokerByAnvaProducerIdResponse>;
118513
118780
 
118514
- declare const routeName$6y = "/v1/api/brokers/{broker_id}/checklists/onboarding";
118515
- type GetOnboardingChecklistByBrokerPathParams = paths[typeof routeName$6y]['get']['parameters']['path'];
118516
- type GetOnboardingChecklistByBrokerQueryParams = paths[typeof routeName$6y]['get']['parameters']['query'];
118517
- type GetOnboardingChecklistByBrokerResponse = paths[typeof routeName$6y]['get']['responses'][200]['content']['application/json'];
118518
- type GetOnboardingChecklistByBrokerProps = paths[typeof routeName$6y]['get']['parameters'];
118781
+ declare const routeName$6A = "/v1/api/brokers/{broker_id}/checklists/onboarding";
118782
+ type GetOnboardingChecklistByBrokerPathParams = paths[typeof routeName$6A]['get']['parameters']['path'];
118783
+ type GetOnboardingChecklistByBrokerQueryParams = paths[typeof routeName$6A]['get']['parameters']['query'];
118784
+ type GetOnboardingChecklistByBrokerResponse = paths[typeof routeName$6A]['get']['responses'][200]['content']['application/json'];
118785
+ type GetOnboardingChecklistByBrokerProps = paths[typeof routeName$6A]['get']['parameters'];
118519
118786
  declare const getOnboardingChecklistByBroker: (props: GetOnboardingChecklistByBrokerProps, wgApiClient: ClientType) => Promise<GetOnboardingChecklistByBrokerResponse>;
118520
118787
 
118521
- declare const routeName$6x = "/v1/api/campaigns/{campaign_id}";
118522
- type GetCampaignByIdPathParams = paths[typeof routeName$6x]['get']['parameters']['path'];
118523
- type GetCampaignByIdQueryParams = paths[typeof routeName$6x]['get']['parameters']['query'];
118524
- type GetCampaignByIdResponse = paths[typeof routeName$6x]['get']['responses'][200]['content']['application/json'];
118525
- type GetCampaignByIdProps = paths[typeof routeName$6x]['get']['parameters'];
118788
+ declare const routeName$6z = "/v1/api/campaigns/{campaign_id}";
118789
+ type GetCampaignByIdPathParams = paths[typeof routeName$6z]['get']['parameters']['path'];
118790
+ type GetCampaignByIdQueryParams = paths[typeof routeName$6z]['get']['parameters']['query'];
118791
+ type GetCampaignByIdResponse = paths[typeof routeName$6z]['get']['responses'][200]['content']['application/json'];
118792
+ type GetCampaignByIdProps = paths[typeof routeName$6z]['get']['parameters'];
118526
118793
  declare const getCampaignById: (props: GetCampaignByIdProps, wgApiClient: ClientType) => Promise<GetCampaignByIdResponse>;
118527
118794
 
118528
- declare const routeName$6w = "/v1/api/campaigns/{campaign_id}";
118529
- type UpdateCampaignBody = paths[typeof routeName$6w]['patch']['requestBody']['content']['application/json'];
118530
- type UpdateCampaignPathParams = paths[typeof routeName$6w]['patch']['parameters']['path'];
118531
- type UpdateCampaignQueryParams = paths[typeof routeName$6w]['patch']['parameters']['query'];
118532
- type UpdateCampaignResponse = paths[typeof routeName$6w]['patch']['responses'][200]['content']['application/json'];
118795
+ declare const routeName$6y = "/v1/api/campaigns/{campaign_id}";
118796
+ type UpdateCampaignBody = paths[typeof routeName$6y]['patch']['requestBody']['content']['application/json'];
118797
+ type UpdateCampaignPathParams = paths[typeof routeName$6y]['patch']['parameters']['path'];
118798
+ type UpdateCampaignQueryParams = paths[typeof routeName$6y]['patch']['parameters']['query'];
118799
+ type UpdateCampaignResponse = paths[typeof routeName$6y]['patch']['responses'][200]['content']['application/json'];
118533
118800
  interface UpdateCampaignProps {
118534
118801
  body: UpdateCampaignBody;
118535
118802
  params: {
@@ -118539,16 +118806,16 @@ interface UpdateCampaignProps {
118539
118806
  }
118540
118807
  declare const updateCampaign: (props: UpdateCampaignProps, wgApiClient: ClientType) => Promise<UpdateCampaignResponse>;
118541
118808
 
118542
- declare const routeName$6v = "/v1/api/campaigns";
118543
- type GetAllCampaignsByDistributionQueryParams = paths[typeof routeName$6v]['get']['parameters']['query'];
118544
- type GetAllCampaignsByDistributionResponse = paths[typeof routeName$6v]['get']['responses'][200]['content']['application/json'];
118545
- type GetAllCampaignsByDistributionProps = paths[typeof routeName$6v]['get']['parameters'];
118809
+ declare const routeName$6x = "/v1/api/campaigns";
118810
+ type GetAllCampaignsByDistributionQueryParams = paths[typeof routeName$6x]['get']['parameters']['query'];
118811
+ type GetAllCampaignsByDistributionResponse = paths[typeof routeName$6x]['get']['responses'][200]['content']['application/json'];
118812
+ type GetAllCampaignsByDistributionProps = paths[typeof routeName$6x]['get']['parameters'];
118546
118813
  declare const getAllCampaignsByDistribution: (props: GetAllCampaignsByDistributionProps, wgApiClient: ClientType) => Promise<GetAllCampaignsByDistributionResponse>;
118547
118814
 
118548
- declare const routeName$6u = "/v1/api/campaigns";
118549
- type CreateCampaignBody = paths[typeof routeName$6u]['post']['requestBody']['content']['application/json'];
118550
- type CreateCampaignQueryParams = paths[typeof routeName$6u]['post']['parameters']['query'];
118551
- type CreateCampaignResponse = paths[typeof routeName$6u]['post']['responses'][201]['content']['application/json'];
118815
+ declare const routeName$6w = "/v1/api/campaigns";
118816
+ type CreateCampaignBody = paths[typeof routeName$6w]['post']['requestBody']['content']['application/json'];
118817
+ type CreateCampaignQueryParams = paths[typeof routeName$6w]['post']['parameters']['query'];
118818
+ type CreateCampaignResponse = paths[typeof routeName$6w]['post']['responses'][201]['content']['application/json'];
118552
118819
  interface CreateCampaignProps {
118553
118820
  body: CreateCampaignBody;
118554
118821
  params: {
@@ -118557,17 +118824,17 @@ interface CreateCampaignProps {
118557
118824
  }
118558
118825
  declare const createCampaign: (props: CreateCampaignProps, wgApiClient: ClientType) => Promise<CreateCampaignResponse>;
118559
118826
 
118560
- declare const routeName$6t = "/v1/api/campaigns/{campaign_id}/metrics";
118561
- type GetMetricsByCampaignPathParams = paths[typeof routeName$6t]['get']['parameters']['path'];
118562
- type GetMetricsByCampaignQueryParams = paths[typeof routeName$6t]['get']['parameters']['query'];
118563
- type GetMetricsByCampaignResponse = paths[typeof routeName$6t]['get']['responses'][200]['content']['application/json'];
118564
- type GetMetricsByCampaignProps = paths[typeof routeName$6t]['get']['parameters'];
118827
+ declare const routeName$6v = "/v1/api/campaigns/{campaign_id}/metrics";
118828
+ type GetMetricsByCampaignPathParams = paths[typeof routeName$6v]['get']['parameters']['path'];
118829
+ type GetMetricsByCampaignQueryParams = paths[typeof routeName$6v]['get']['parameters']['query'];
118830
+ type GetMetricsByCampaignResponse = paths[typeof routeName$6v]['get']['responses'][200]['content']['application/json'];
118831
+ type GetMetricsByCampaignProps = paths[typeof routeName$6v]['get']['parameters'];
118565
118832
  declare const getMetricsByCampaign: (props: GetMetricsByCampaignProps, wgApiClient: ClientType) => Promise<GetMetricsByCampaignResponse>;
118566
118833
 
118567
- declare const routeName$6s = "/v1/api/campaigns/{campaign_id}/targets";
118568
- type UpdateTargetsByCampaignPathParams = paths[typeof routeName$6s]['patch']['parameters']['path'];
118569
- type UpdateTargetsByCampaignQueryParams = paths[typeof routeName$6s]['patch']['parameters']['query'];
118570
- type UpdateTargetsByCampaignResponse = paths[typeof routeName$6s]['patch']['responses'][200]['content']['application/json'];
118834
+ declare const routeName$6u = "/v1/api/campaigns/{campaign_id}/targets";
118835
+ type UpdateTargetsByCampaignPathParams = paths[typeof routeName$6u]['patch']['parameters']['path'];
118836
+ type UpdateTargetsByCampaignQueryParams = paths[typeof routeName$6u]['patch']['parameters']['query'];
118837
+ type UpdateTargetsByCampaignResponse = paths[typeof routeName$6u]['patch']['responses'][200]['content']['application/json'];
118571
118838
  interface UpdateTargetsByCampaignProps {
118572
118839
  params: {
118573
118840
  query: UpdateTargetsByCampaignQueryParams;
@@ -118576,15 +118843,15 @@ interface UpdateTargetsByCampaignProps {
118576
118843
  }
118577
118844
  declare const updateTargetsByCampaign: (props: UpdateTargetsByCampaignProps, wgApiClient: ClientType) => Promise<UpdateTargetsByCampaignResponse>;
118578
118845
 
118579
- declare const routeName$6r = "/v1/api/campaign-templates";
118580
- type GetAllCampaignTemplatesQueryParams = paths[typeof routeName$6r]['get']['parameters']['query'];
118581
- type GetAllCampaignTemplatesResponse = paths[typeof routeName$6r]['get']['responses'][200]['content']['application/json'];
118582
- type GetAllCampaignTemplatesProps = paths[typeof routeName$6r]['get']['parameters'];
118846
+ declare const routeName$6t = "/v1/api/campaign-templates";
118847
+ type GetAllCampaignTemplatesQueryParams = paths[typeof routeName$6t]['get']['parameters']['query'];
118848
+ type GetAllCampaignTemplatesResponse = paths[typeof routeName$6t]['get']['responses'][200]['content']['application/json'];
118849
+ type GetAllCampaignTemplatesProps = paths[typeof routeName$6t]['get']['parameters'];
118583
118850
  declare const getAllCampaignTemplates: (props: GetAllCampaignTemplatesProps, wgApiClient: ClientType) => Promise<GetAllCampaignTemplatesResponse>;
118584
118851
 
118585
- declare const routeName$6q = "/v1/api/campaigns/example-mails";
118586
- type SendExampleCampaignTargetMailQueryParams = paths[typeof routeName$6q]['post']['parameters']['query'];
118587
- type SendExampleCampaignTargetMailResponse = paths[typeof routeName$6q]['post']['responses'][201]['content']['application/json'];
118852
+ declare const routeName$6s = "/v1/api/campaigns/example-mails";
118853
+ type SendExampleCampaignTargetMailQueryParams = paths[typeof routeName$6s]['post']['parameters']['query'];
118854
+ type SendExampleCampaignTargetMailResponse = paths[typeof routeName$6s]['post']['responses'][201]['content']['application/json'];
118588
118855
  interface SendExampleCampaignTargetMailProps {
118589
118856
  params: {
118590
118857
  query: SendExampleCampaignTargetMailQueryParams;
@@ -118592,16 +118859,16 @@ interface SendExampleCampaignTargetMailProps {
118592
118859
  }
118593
118860
  declare const sendExampleCampaignTargetMail: (props: SendExampleCampaignTargetMailProps, wgApiClient: ClientType) => Promise<SendExampleCampaignTargetMailResponse>;
118594
118861
 
118595
- declare const routeName$6p = "/v1/api/distributions/campaign-settings";
118596
- type GetCampaignSettingsByDistributionQueryParams = paths[typeof routeName$6p]['get']['parameters']['query'];
118597
- type GetCampaignSettingsByDistributionResponse = paths[typeof routeName$6p]['get']['responses'][200]['content']['application/json'];
118598
- type GetCampaignSettingsByDistributionProps = paths[typeof routeName$6p]['get']['parameters'];
118862
+ declare const routeName$6r = "/v1/api/distributions/campaign-settings";
118863
+ type GetCampaignSettingsByDistributionQueryParams = paths[typeof routeName$6r]['get']['parameters']['query'];
118864
+ type GetCampaignSettingsByDistributionResponse = paths[typeof routeName$6r]['get']['responses'][200]['content']['application/json'];
118865
+ type GetCampaignSettingsByDistributionProps = paths[typeof routeName$6r]['get']['parameters'];
118599
118866
  declare const getCampaignSettingsByDistribution: (props: GetCampaignSettingsByDistributionProps, wgApiClient: ClientType) => Promise<GetCampaignSettingsByDistributionResponse>;
118600
118867
 
118601
- declare const routeName$6o = "/v1/api/campaigns/dns-prefixes/generate";
118602
- type GenerateDnsPrefixBody = paths[typeof routeName$6o]['post']['requestBody']['content']['application/json'];
118603
- type GenerateDnsPrefixQueryParams = paths[typeof routeName$6o]['post']['parameters']['query'];
118604
- type GenerateDnsPrefixResponse = paths[typeof routeName$6o]['post']['responses'][200]['content']['application/json'];
118868
+ declare const routeName$6q = "/v1/api/campaigns/dns-prefixes/generate";
118869
+ type GenerateDnsPrefixBody = paths[typeof routeName$6q]['post']['requestBody']['content']['application/json'];
118870
+ type GenerateDnsPrefixQueryParams = paths[typeof routeName$6q]['post']['parameters']['query'];
118871
+ type GenerateDnsPrefixResponse = paths[typeof routeName$6q]['post']['responses'][200]['content']['application/json'];
118605
118872
  interface GenerateDnsPrefixProps {
118606
118873
  body: GenerateDnsPrefixBody;
118607
118874
  params: {
@@ -118610,16 +118877,16 @@ interface GenerateDnsPrefixProps {
118610
118877
  }
118611
118878
  declare const generateDnsPrefix: (props: GenerateDnsPrefixProps, wgApiClient: ClientType) => Promise<GenerateDnsPrefixResponse>;
118612
118879
 
118613
- declare const routeName$6n = "/v1/api/mail-templates/campaign-target";
118614
- type GetCampaignTargetMailTemplateQueryParams = paths[typeof routeName$6n]['get']['parameters']['query'];
118615
- type GetCampaignTargetMailTemplateResponse = paths[typeof routeName$6n]['get']['responses'][200]['content']['application/json'];
118616
- type GetCampaignTargetMailTemplateProps = paths[typeof routeName$6n]['get']['parameters'];
118880
+ declare const routeName$6p = "/v1/api/mail-templates/campaign-target";
118881
+ type GetCampaignTargetMailTemplateQueryParams = paths[typeof routeName$6p]['get']['parameters']['query'];
118882
+ type GetCampaignTargetMailTemplateResponse = paths[typeof routeName$6p]['get']['responses'][200]['content']['application/json'];
118883
+ type GetCampaignTargetMailTemplateProps = paths[typeof routeName$6p]['get']['parameters'];
118617
118884
  declare const getCampaignTargetMailTemplate: (props: GetCampaignTargetMailTemplateProps, wgApiClient: ClientType) => Promise<GetCampaignTargetMailTemplateResponse>;
118618
118885
 
118619
- declare const routeName$6m = "/v1/api/distributions/{distribution_id}/claims";
118620
- type CreateClaimAsCustomerPathParams = paths[typeof routeName$6m]['post']['parameters']['path'];
118621
- type CreateClaimAsCustomerQueryParams = paths[typeof routeName$6m]['post']['parameters']['query'];
118622
- type CreateClaimAsCustomerResponse = paths[typeof routeName$6m]['post']['responses'][201]['content']['application/json'];
118886
+ declare const routeName$6o = "/v1/api/distributions/{distribution_id}/claims";
118887
+ type CreateClaimAsCustomerPathParams = paths[typeof routeName$6o]['post']['parameters']['path'];
118888
+ type CreateClaimAsCustomerQueryParams = paths[typeof routeName$6o]['post']['parameters']['query'];
118889
+ type CreateClaimAsCustomerResponse = paths[typeof routeName$6o]['post']['responses'][201]['content']['application/json'];
118623
118890
  interface CreateClaimAsCustomerProps {
118624
118891
  params: {
118625
118892
  query: CreateClaimAsCustomerQueryParams;
@@ -118628,15 +118895,15 @@ interface CreateClaimAsCustomerProps {
118628
118895
  }
118629
118896
  declare const createClaimAsCustomer: (props: CreateClaimAsCustomerProps, wgApiClient: ClientType) => Promise<CreateClaimAsCustomerResponse>;
118630
118897
 
118631
- declare const routeName$6l = "/v1/api/claims";
118632
- type GetAllClaimsAsBrokerQueryParams = paths[typeof routeName$6l]['get']['parameters']['query'];
118633
- type GetAllClaimsAsBrokerResponse = paths[typeof routeName$6l]['get']['responses'][200]['content']['application/json'];
118634
- type GetAllClaimsAsBrokerProps = paths[typeof routeName$6l]['get']['parameters'];
118898
+ declare const routeName$6n = "/v1/api/claims";
118899
+ type GetAllClaimsAsBrokerQueryParams = paths[typeof routeName$6n]['get']['parameters']['query'];
118900
+ type GetAllClaimsAsBrokerResponse = paths[typeof routeName$6n]['get']['responses'][200]['content']['application/json'];
118901
+ type GetAllClaimsAsBrokerProps = paths[typeof routeName$6n]['get']['parameters'];
118635
118902
  declare const getAllClaimsAsBroker: (props: GetAllClaimsAsBrokerProps, wgApiClient: ClientType) => Promise<GetAllClaimsAsBrokerResponse>;
118636
118903
 
118637
- declare const routeName$6k = "/v1/api/claims";
118638
- type CreateClaimAsBrokerQueryParams = paths[typeof routeName$6k]['post']['parameters']['query'];
118639
- type CreateClaimAsBrokerResponse = paths[typeof routeName$6k]['post']['responses'][201]['content']['application/json'];
118904
+ declare const routeName$6m = "/v1/api/claims";
118905
+ type CreateClaimAsBrokerQueryParams = paths[typeof routeName$6m]['post']['parameters']['query'];
118906
+ type CreateClaimAsBrokerResponse = paths[typeof routeName$6m]['post']['responses'][201]['content']['application/json'];
118640
118907
  interface CreateClaimAsBrokerProps {
118641
118908
  params: {
118642
118909
  query: CreateClaimAsBrokerQueryParams;
@@ -118644,17 +118911,17 @@ interface CreateClaimAsBrokerProps {
118644
118911
  }
118645
118912
  declare const createClaimAsBroker: (props: CreateClaimAsBrokerProps, wgApiClient: ClientType) => Promise<CreateClaimAsBrokerResponse>;
118646
118913
 
118647
- declare const routeName$6j = "/v1/api/claims/{claim_id}";
118648
- type GetClaimAsBrokerByIdPathParams = paths[typeof routeName$6j]['get']['parameters']['path'];
118649
- type GetClaimAsBrokerByIdQueryParams = paths[typeof routeName$6j]['get']['parameters']['query'];
118650
- type GetClaimAsBrokerByIdResponse = paths[typeof routeName$6j]['get']['responses'][200]['content']['application/json'];
118651
- type GetClaimAsBrokerByIdProps = paths[typeof routeName$6j]['get']['parameters'];
118914
+ declare const routeName$6l = "/v1/api/claims/{claim_id}";
118915
+ type GetClaimAsBrokerByIdPathParams = paths[typeof routeName$6l]['get']['parameters']['path'];
118916
+ type GetClaimAsBrokerByIdQueryParams = paths[typeof routeName$6l]['get']['parameters']['query'];
118917
+ type GetClaimAsBrokerByIdResponse = paths[typeof routeName$6l]['get']['responses'][200]['content']['application/json'];
118918
+ type GetClaimAsBrokerByIdProps = paths[typeof routeName$6l]['get']['parameters'];
118652
118919
  declare const getClaimAsBrokerById: (props: GetClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<GetClaimAsBrokerByIdResponse>;
118653
118920
 
118654
- declare const routeName$6i = "/v1/api/claims/{claim_id}";
118655
- type DeleteClaimAsBrokerByIdPathParams = paths[typeof routeName$6i]['delete']['parameters']['path'];
118656
- type DeleteClaimAsBrokerByIdQueryParams = paths[typeof routeName$6i]['delete']['parameters']['query'];
118657
- type DeleteClaimAsBrokerByIdResponse = paths[typeof routeName$6i]['delete']['responses'][200]['content']['application/json'];
118921
+ declare const routeName$6k = "/v1/api/claims/{claim_id}";
118922
+ type DeleteClaimAsBrokerByIdPathParams = paths[typeof routeName$6k]['delete']['parameters']['path'];
118923
+ type DeleteClaimAsBrokerByIdQueryParams = paths[typeof routeName$6k]['delete']['parameters']['query'];
118924
+ type DeleteClaimAsBrokerByIdResponse = paths[typeof routeName$6k]['delete']['responses'][200]['content']['application/json'];
118658
118925
  interface DeleteClaimAsBrokerByIdProps {
118659
118926
  params: {
118660
118927
  query: DeleteClaimAsBrokerByIdQueryParams;
@@ -118663,10 +118930,10 @@ interface DeleteClaimAsBrokerByIdProps {
118663
118930
  }
118664
118931
  declare const deleteClaimAsBrokerById: (props: DeleteClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<DeleteClaimAsBrokerByIdResponse>;
118665
118932
 
118666
- declare const routeName$6h = "/v1/api/claims/{claim_id}";
118667
- type UpdateClaimAsBrokerByIdPathParams = paths[typeof routeName$6h]['patch']['parameters']['path'];
118668
- type UpdateClaimAsBrokerByIdQueryParams = paths[typeof routeName$6h]['patch']['parameters']['query'];
118669
- type UpdateClaimAsBrokerByIdResponse = paths[typeof routeName$6h]['patch']['responses'][200]['content']['application/json'];
118933
+ declare const routeName$6j = "/v1/api/claims/{claim_id}";
118934
+ type UpdateClaimAsBrokerByIdPathParams = paths[typeof routeName$6j]['patch']['parameters']['path'];
118935
+ type UpdateClaimAsBrokerByIdQueryParams = paths[typeof routeName$6j]['patch']['parameters']['query'];
118936
+ type UpdateClaimAsBrokerByIdResponse = paths[typeof routeName$6j]['patch']['responses'][200]['content']['application/json'];
118670
118937
  interface UpdateClaimAsBrokerByIdProps {
118671
118938
  params: {
118672
118939
  query: UpdateClaimAsBrokerByIdQueryParams;
@@ -118675,10 +118942,10 @@ interface UpdateClaimAsBrokerByIdProps {
118675
118942
  }
118676
118943
  declare const updateClaimAsBrokerById: (props: UpdateClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<UpdateClaimAsBrokerByIdResponse>;
118677
118944
 
118678
- declare const routeName$6g = "/v1/api/claims/{claim_id}/connections/keypoint/declaration/remark";
118679
- type UpdateDeclarationRemarkPathParams = paths[typeof routeName$6g]['put']['parameters']['path'];
118680
- type UpdateDeclarationRemarkQueryParams = paths[typeof routeName$6g]['put']['parameters']['query'];
118681
- type UpdateDeclarationRemarkResponse = paths[typeof routeName$6g]['put']['responses'][200]['content']['application/json'];
118945
+ declare const routeName$6i = "/v1/api/claims/{claim_id}/connections/keypoint/declaration/remark";
118946
+ type UpdateDeclarationRemarkPathParams = paths[typeof routeName$6i]['put']['parameters']['path'];
118947
+ type UpdateDeclarationRemarkQueryParams = paths[typeof routeName$6i]['put']['parameters']['query'];
118948
+ type UpdateDeclarationRemarkResponse = paths[typeof routeName$6i]['put']['responses'][200]['content']['application/json'];
118682
118949
  interface UpdateDeclarationRemarkProps {
118683
118950
  params: {
118684
118951
  query: UpdateDeclarationRemarkQueryParams;
@@ -118687,10 +118954,10 @@ interface UpdateDeclarationRemarkProps {
118687
118954
  }
118688
118955
  declare const updateDeclarationRemark: (props: UpdateDeclarationRemarkProps, wgApiClient: ClientType) => Promise<UpdateDeclarationRemarkResponse>;
118689
118956
 
118690
- declare const routeName$6f = "/v1/api/claims/{claim_id}/lock";
118691
- type CreateLockForClaimPathParams = paths[typeof routeName$6f]['post']['parameters']['path'];
118692
- type CreateLockForClaimQueryParams = paths[typeof routeName$6f]['post']['parameters']['query'];
118693
- type CreateLockForClaimResponse = paths[typeof routeName$6f]['post']['responses'][201]['content']['application/json'];
118957
+ declare const routeName$6h = "/v1/api/claims/{claim_id}/lock";
118958
+ type CreateLockForClaimPathParams = paths[typeof routeName$6h]['post']['parameters']['path'];
118959
+ type CreateLockForClaimQueryParams = paths[typeof routeName$6h]['post']['parameters']['query'];
118960
+ type CreateLockForClaimResponse = paths[typeof routeName$6h]['post']['responses'][201]['content']['application/json'];
118694
118961
  interface CreateLockForClaimProps {
118695
118962
  params: {
118696
118963
  query: CreateLockForClaimQueryParams;
@@ -118699,10 +118966,10 @@ interface CreateLockForClaimProps {
118699
118966
  }
118700
118967
  declare const createLockForClaim: (props: CreateLockForClaimProps, wgApiClient: ClientType) => Promise<CreateLockForClaimResponse>;
118701
118968
 
118702
- declare const routeName$6e = "/v1/api/claims/{claim_id}/unlock";
118703
- type UnlockClaimPathParams = paths[typeof routeName$6e]['post']['parameters']['path'];
118704
- type UnlockClaimQueryParams = paths[typeof routeName$6e]['post']['parameters']['query'];
118705
- type UnlockClaimResponse = paths[typeof routeName$6e]['post']['responses'][200]['content']['application/json'];
118969
+ declare const routeName$6g = "/v1/api/claims/{claim_id}/unlock";
118970
+ type UnlockClaimPathParams = paths[typeof routeName$6g]['post']['parameters']['path'];
118971
+ type UnlockClaimQueryParams = paths[typeof routeName$6g]['post']['parameters']['query'];
118972
+ type UnlockClaimResponse = paths[typeof routeName$6g]['post']['responses'][200]['content']['application/json'];
118706
118973
  interface UnlockClaimProps {
118707
118974
  params: {
118708
118975
  query: UnlockClaimQueryParams;
@@ -118711,10 +118978,10 @@ interface UnlockClaimProps {
118711
118978
  }
118712
118979
  declare const unlockClaim: (props: UnlockClaimProps, wgApiClient: ClientType) => Promise<UnlockClaimResponse>;
118713
118980
 
118714
- declare const routeName$6d = "/v1/api/claims/{claim_id}/request_update";
118715
- type ClaimRequestUpdatePathParams = paths[typeof routeName$6d]['post']['parameters']['path'];
118716
- type ClaimRequestUpdateQueryParams = paths[typeof routeName$6d]['post']['parameters']['query'];
118717
- type ClaimRequestUpdateResponse = paths[typeof routeName$6d]['post']['responses'][200]['content']['application/json'];
118981
+ declare const routeName$6f = "/v1/api/claims/{claim_id}/request_update";
118982
+ type ClaimRequestUpdatePathParams = paths[typeof routeName$6f]['post']['parameters']['path'];
118983
+ type ClaimRequestUpdateQueryParams = paths[typeof routeName$6f]['post']['parameters']['query'];
118984
+ type ClaimRequestUpdateResponse = paths[typeof routeName$6f]['post']['responses'][200]['content']['application/json'];
118718
118985
  interface ClaimRequestUpdateProps {
118719
118986
  params: {
118720
118987
  query: ClaimRequestUpdateQueryParams;
@@ -118723,10 +118990,10 @@ interface ClaimRequestUpdateProps {
118723
118990
  }
118724
118991
  declare const claimRequestUpdate: (props: ClaimRequestUpdateProps, wgApiClient: ClientType) => Promise<ClaimRequestUpdateResponse>;
118725
118992
 
118726
- declare const routeName$6c = "/v1/api/claims/{claim_id}/validate";
118727
- type ValidateClaimPathParams = paths[typeof routeName$6c]['post']['parameters']['path'];
118728
- type ValidateClaimQueryParams = paths[typeof routeName$6c]['post']['parameters']['query'];
118729
- type ValidateClaimResponse = paths[typeof routeName$6c]['post']['responses'][200]['content']['application/json'];
118993
+ declare const routeName$6e = "/v1/api/claims/{claim_id}/validate";
118994
+ type ValidateClaimPathParams = paths[typeof routeName$6e]['post']['parameters']['path'];
118995
+ type ValidateClaimQueryParams = paths[typeof routeName$6e]['post']['parameters']['query'];
118996
+ type ValidateClaimResponse = paths[typeof routeName$6e]['post']['responses'][200]['content']['application/json'];
118730
118997
  interface ValidateClaimProps {
118731
118998
  params: {
118732
118999
  query: ValidateClaimQueryParams;
@@ -118735,10 +119002,10 @@ interface ValidateClaimProps {
118735
119002
  }
118736
119003
  declare const validateClaim: (props: ValidateClaimProps, wgApiClient: ClientType) => Promise<ValidateClaimResponse>;
118737
119004
 
118738
- declare const routeName$6b = "/v1/api/claims/{claim_id}/documents";
118739
- type CreateDocumentForClaimPathParams = paths[typeof routeName$6b]['post']['parameters']['path'];
118740
- type CreateDocumentForClaimQueryParams = paths[typeof routeName$6b]['post']['parameters']['query'];
118741
- type CreateDocumentForClaimResponse = paths[typeof routeName$6b]['post']['responses'][201]['content']['application/json'];
119005
+ declare const routeName$6d = "/v1/api/claims/{claim_id}/documents";
119006
+ type CreateDocumentForClaimPathParams = paths[typeof routeName$6d]['post']['parameters']['path'];
119007
+ type CreateDocumentForClaimQueryParams = paths[typeof routeName$6d]['post']['parameters']['query'];
119008
+ type CreateDocumentForClaimResponse = paths[typeof routeName$6d]['post']['responses'][201]['content']['application/json'];
118742
119009
  interface CreateDocumentForClaimProps {
118743
119010
  params: {
118744
119011
  query: CreateDocumentForClaimQueryParams;
@@ -118747,17 +119014,17 @@ interface CreateDocumentForClaimProps {
118747
119014
  }
118748
119015
  declare const createDocumentForClaim: (props: CreateDocumentForClaimProps, wgApiClient: ClientType) => Promise<CreateDocumentForClaimResponse>;
118749
119016
 
118750
- declare const routeName$6a = "/v1/api/claims/{claim_id}/documents/{document_id}";
118751
- type DownloadDocumentByIdPathParams = paths[typeof routeName$6a]['get']['parameters']['path'];
118752
- type DownloadDocumentByIdQueryParams = paths[typeof routeName$6a]['get']['parameters']['query'];
118753
- type DownloadDocumentByIdResponse = paths[typeof routeName$6a]['get']['responses'][307]['content']['application/json'];
118754
- type DownloadDocumentByIdProps = paths[typeof routeName$6a]['get']['parameters'];
119017
+ declare const routeName$6c = "/v1/api/claims/{claim_id}/documents/{document_id}";
119018
+ type DownloadDocumentByIdPathParams = paths[typeof routeName$6c]['get']['parameters']['path'];
119019
+ type DownloadDocumentByIdQueryParams = paths[typeof routeName$6c]['get']['parameters']['query'];
119020
+ type DownloadDocumentByIdResponse = paths[typeof routeName$6c]['get']['responses'][307]['content']['application/json'];
119021
+ type DownloadDocumentByIdProps = paths[typeof routeName$6c]['get']['parameters'];
118755
119022
  declare const downloadDocumentById: (props: DownloadDocumentByIdProps, wgApiClient: ClientType) => Promise<DownloadDocumentByIdResponse>;
118756
119023
 
118757
- declare const routeName$69 = "/v1/api/claims/{claim_id}/documents/{document_id}";
118758
- type DeleteDocumentByIdPathParams = paths[typeof routeName$69]['delete']['parameters']['path'];
118759
- type DeleteDocumentByIdQueryParams = paths[typeof routeName$69]['delete']['parameters']['query'];
118760
- type DeleteDocumentByIdResponse = paths[typeof routeName$69]['delete']['responses'][200]['content']['application/json'];
119024
+ declare const routeName$6b = "/v1/api/claims/{claim_id}/documents/{document_id}";
119025
+ type DeleteDocumentByIdPathParams = paths[typeof routeName$6b]['delete']['parameters']['path'];
119026
+ type DeleteDocumentByIdQueryParams = paths[typeof routeName$6b]['delete']['parameters']['query'];
119027
+ type DeleteDocumentByIdResponse = paths[typeof routeName$6b]['delete']['responses'][200]['content']['application/json'];
118761
119028
  interface DeleteDocumentByIdProps {
118762
119029
  params: {
118763
119030
  query: DeleteDocumentByIdQueryParams;
@@ -118766,10 +119033,10 @@ interface DeleteDocumentByIdProps {
118766
119033
  }
118767
119034
  declare const deleteDocumentById: (props: DeleteDocumentByIdProps, wgApiClient: ClientType) => Promise<DeleteDocumentByIdResponse>;
118768
119035
 
118769
- declare const routeName$68 = "/v1/api/claims/{claim_id}/documents/{document_id}";
118770
- type UpdateDocumentMetadataByIdPathParams = paths[typeof routeName$68]['patch']['parameters']['path'];
118771
- type UpdateDocumentMetadataByIdQueryParams = paths[typeof routeName$68]['patch']['parameters']['query'];
118772
- type UpdateDocumentMetadataByIdResponse = paths[typeof routeName$68]['patch']['responses'][200]['content']['application/json'];
119036
+ declare const routeName$6a = "/v1/api/claims/{claim_id}/documents/{document_id}";
119037
+ type UpdateDocumentMetadataByIdPathParams = paths[typeof routeName$6a]['patch']['parameters']['path'];
119038
+ type UpdateDocumentMetadataByIdQueryParams = paths[typeof routeName$6a]['patch']['parameters']['query'];
119039
+ type UpdateDocumentMetadataByIdResponse = paths[typeof routeName$6a]['patch']['responses'][200]['content']['application/json'];
118773
119040
  interface UpdateDocumentMetadataByIdProps {
118774
119041
  params: {
118775
119042
  query: UpdateDocumentMetadataByIdQueryParams;
@@ -118778,17 +119045,17 @@ interface UpdateDocumentMetadataByIdProps {
118778
119045
  }
118779
119046
  declare const updateDocumentMetadataById: (props: UpdateDocumentMetadataByIdProps, wgApiClient: ClientType) => Promise<UpdateDocumentMetadataByIdResponse>;
118780
119047
 
118781
- declare const routeName$67 = "/v1/api/claims/customer/token/{token}";
118782
- type GetClaimAsCustomerWithTokenPathParams = paths[typeof routeName$67]['get']['parameters']['path'];
118783
- type GetClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$67]['get']['parameters']['query'];
118784
- type GetClaimAsCustomerWithTokenResponse = paths[typeof routeName$67]['get']['responses'][200]['content']['application/json'];
118785
- type GetClaimAsCustomerWithTokenProps = paths[typeof routeName$67]['get']['parameters'];
119048
+ declare const routeName$69 = "/v1/api/claims/customer/token/{token}";
119049
+ type GetClaimAsCustomerWithTokenPathParams = paths[typeof routeName$69]['get']['parameters']['path'];
119050
+ type GetClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$69]['get']['parameters']['query'];
119051
+ type GetClaimAsCustomerWithTokenResponse = paths[typeof routeName$69]['get']['responses'][200]['content']['application/json'];
119052
+ type GetClaimAsCustomerWithTokenProps = paths[typeof routeName$69]['get']['parameters'];
118786
119053
  declare const getClaimAsCustomerWithToken: (props: GetClaimAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<GetClaimAsCustomerWithTokenResponse>;
118787
119054
 
118788
- declare const routeName$66 = "/v1/api/claims/customer/token/{token}";
118789
- type UpdateClaimAsCustomerWithTokenPathParams = paths[typeof routeName$66]['patch']['parameters']['path'];
118790
- type UpdateClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$66]['patch']['parameters']['query'];
118791
- type UpdateClaimAsCustomerWithTokenResponse = paths[typeof routeName$66]['patch']['responses'][200]['content']['application/json'];
119055
+ declare const routeName$68 = "/v1/api/claims/customer/token/{token}";
119056
+ type UpdateClaimAsCustomerWithTokenPathParams = paths[typeof routeName$68]['patch']['parameters']['path'];
119057
+ type UpdateClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$68]['patch']['parameters']['query'];
119058
+ type UpdateClaimAsCustomerWithTokenResponse = paths[typeof routeName$68]['patch']['responses'][200]['content']['application/json'];
118792
119059
  interface UpdateClaimAsCustomerWithTokenProps {
118793
119060
  params: {
118794
119061
  query: UpdateClaimAsCustomerWithTokenQueryParams;
@@ -118797,10 +119064,10 @@ interface UpdateClaimAsCustomerWithTokenProps {
118797
119064
  }
118798
119065
  declare const updateClaimAsCustomerWithToken: (props: UpdateClaimAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateClaimAsCustomerWithTokenResponse>;
118799
119066
 
118800
- declare const routeName$65 = "/v1/api/claims/customer/token/{token}/entities";
118801
- type CreateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$65]['post']['parameters']['path'];
118802
- type CreateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$65]['post']['parameters']['query'];
118803
- type CreateEntityAsCustomerWithTokenResponse = paths[typeof routeName$65]['post']['responses'][201]['content']['application/json'];
119067
+ declare const routeName$67 = "/v1/api/claims/customer/token/{token}/entities";
119068
+ type CreateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$67]['post']['parameters']['path'];
119069
+ type CreateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$67]['post']['parameters']['query'];
119070
+ type CreateEntityAsCustomerWithTokenResponse = paths[typeof routeName$67]['post']['responses'][201]['content']['application/json'];
118804
119071
  interface CreateEntityAsCustomerWithTokenProps {
118805
119072
  params: {
118806
119073
  query: CreateEntityAsCustomerWithTokenQueryParams;
@@ -118809,10 +119076,10 @@ interface CreateEntityAsCustomerWithTokenProps {
118809
119076
  }
118810
119077
  declare const createEntityAsCustomerWithToken: (props: CreateEntityAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<CreateEntityAsCustomerWithTokenResponse>;
118811
119078
 
118812
- declare const routeName$64 = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
118813
- type DeleteEntityByIdAsCustomerWithTokenPathParams = paths[typeof routeName$64]['delete']['parameters']['path'];
118814
- type DeleteEntityByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$64]['delete']['parameters']['query'];
118815
- type DeleteEntityByIdAsCustomerWithTokenResponse = paths[typeof routeName$64]['delete']['responses'][200]['content']['application/json'];
119079
+ declare const routeName$66 = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
119080
+ type DeleteEntityByIdAsCustomerWithTokenPathParams = paths[typeof routeName$66]['delete']['parameters']['path'];
119081
+ type DeleteEntityByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$66]['delete']['parameters']['query'];
119082
+ type DeleteEntityByIdAsCustomerWithTokenResponse = paths[typeof routeName$66]['delete']['responses'][200]['content']['application/json'];
118816
119083
  interface DeleteEntityByIdAsCustomerWithTokenProps {
118817
119084
  params: {
118818
119085
  query: DeleteEntityByIdAsCustomerWithTokenQueryParams;
@@ -118821,10 +119088,10 @@ interface DeleteEntityByIdAsCustomerWithTokenProps {
118821
119088
  }
118822
119089
  declare const deleteEntityByIdAsCustomerWithToken: (props: DeleteEntityByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<DeleteEntityByIdAsCustomerWithTokenResponse>;
118823
119090
 
118824
- declare const routeName$63 = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
118825
- type UpdateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$63]['patch']['parameters']['path'];
118826
- type UpdateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$63]['patch']['parameters']['query'];
118827
- type UpdateEntityAsCustomerWithTokenResponse = paths[typeof routeName$63]['patch']['responses'][200]['content']['application/json'];
119091
+ declare const routeName$65 = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
119092
+ type UpdateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$65]['patch']['parameters']['path'];
119093
+ type UpdateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$65]['patch']['parameters']['query'];
119094
+ type UpdateEntityAsCustomerWithTokenResponse = paths[typeof routeName$65]['patch']['responses'][200]['content']['application/json'];
118828
119095
  interface UpdateEntityAsCustomerWithTokenProps {
118829
119096
  params: {
118830
119097
  query: UpdateEntityAsCustomerWithTokenQueryParams;
@@ -118833,10 +119100,10 @@ interface UpdateEntityAsCustomerWithTokenProps {
118833
119100
  }
118834
119101
  declare const updateEntityAsCustomerWithToken: (props: UpdateEntityAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateEntityAsCustomerWithTokenResponse>;
118835
119102
 
118836
- declare const routeName$62 = "/v1/api/claims/upload/{claim_doc_category}";
118837
- type UploadClaimDocumentAsBrokerPathParams = paths[typeof routeName$62]['post']['parameters']['path'];
118838
- type UploadClaimDocumentAsBrokerQueryParams = paths[typeof routeName$62]['post']['parameters']['query'];
118839
- type UploadClaimDocumentAsBrokerResponse = paths[typeof routeName$62]['post']['responses'][200]['content']['application/json'];
119103
+ declare const routeName$64 = "/v1/api/claims/upload/{claim_doc_category}";
119104
+ type UploadClaimDocumentAsBrokerPathParams = paths[typeof routeName$64]['post']['parameters']['path'];
119105
+ type UploadClaimDocumentAsBrokerQueryParams = paths[typeof routeName$64]['post']['parameters']['query'];
119106
+ type UploadClaimDocumentAsBrokerResponse = paths[typeof routeName$64]['post']['responses'][200]['content']['application/json'];
118840
119107
  interface UploadClaimDocumentAsBrokerProps {
118841
119108
  params: {
118842
119109
  query: UploadClaimDocumentAsBrokerQueryParams;
@@ -118845,10 +119112,10 @@ interface UploadClaimDocumentAsBrokerProps {
118845
119112
  }
118846
119113
  declare const uploadClaimDocumentAsBroker: (props: UploadClaimDocumentAsBrokerProps, wgApiClient: ClientType) => Promise<UploadClaimDocumentAsBrokerResponse>;
118847
119114
 
118848
- declare const routeName$61 = "/v1/api/claims/customer/upload/{claim_doc_category}";
118849
- type CreateUploadLinkAsCustomerPathParams = paths[typeof routeName$61]['post']['parameters']['path'];
118850
- type CreateUploadLinkAsCustomerQueryParams = paths[typeof routeName$61]['post']['parameters']['query'];
118851
- type CreateUploadLinkAsCustomerResponse = paths[typeof routeName$61]['post']['responses'][200]['content']['application/json'];
119115
+ declare const routeName$63 = "/v1/api/claims/customer/upload/{claim_doc_category}";
119116
+ type CreateUploadLinkAsCustomerPathParams = paths[typeof routeName$63]['post']['parameters']['path'];
119117
+ type CreateUploadLinkAsCustomerQueryParams = paths[typeof routeName$63]['post']['parameters']['query'];
119118
+ type CreateUploadLinkAsCustomerResponse = paths[typeof routeName$63]['post']['responses'][200]['content']['application/json'];
118852
119119
  interface CreateUploadLinkAsCustomerProps {
118853
119120
  params: {
118854
119121
  query: CreateUploadLinkAsCustomerQueryParams;
@@ -118857,9 +119124,9 @@ interface CreateUploadLinkAsCustomerProps {
118857
119124
  }
118858
119125
  declare const createUploadLinkAsCustomer: (props: CreateUploadLinkAsCustomerProps, wgApiClient: ClientType) => Promise<CreateUploadLinkAsCustomerResponse>;
118859
119126
 
118860
- declare const routeName$60 = "/v1/api/claims/generate/token";
118861
- type GenerateTokenForSocialLoginFlowAsBrokerQueryParams = paths[typeof routeName$60]['post']['parameters']['query'];
118862
- type GenerateTokenForSocialLoginFlowAsBrokerResponse = paths[typeof routeName$60]['post']['responses'][201]['content']['application/json'];
119127
+ declare const routeName$62 = "/v1/api/claims/generate/token";
119128
+ type GenerateTokenForSocialLoginFlowAsBrokerQueryParams = paths[typeof routeName$62]['post']['parameters']['query'];
119129
+ type GenerateTokenForSocialLoginFlowAsBrokerResponse = paths[typeof routeName$62]['post']['responses'][201]['content']['application/json'];
118863
119130
  interface GenerateTokenForSocialLoginFlowAsBrokerProps {
118864
119131
  params: {
118865
119132
  query: GenerateTokenForSocialLoginFlowAsBrokerQueryParams;
@@ -118867,17 +119134,17 @@ interface GenerateTokenForSocialLoginFlowAsBrokerProps {
118867
119134
  }
118868
119135
  declare const generateTokenForSocialLoginFlowAsBroker: (props: GenerateTokenForSocialLoginFlowAsBrokerProps, wgApiClient: ClientType) => Promise<GenerateTokenForSocialLoginFlowAsBrokerResponse>;
118869
119136
 
118870
- declare const routeName$5$ = "/v1/api/claims/customer/token/{token}/events";
118871
- type GetClaimEventsAsCustomerPathParams = paths[typeof routeName$5$]['get']['parameters']['path'];
118872
- type GetClaimEventsAsCustomerQueryParams = paths[typeof routeName$5$]['get']['parameters']['query'];
118873
- type GetClaimEventsAsCustomerResponse = paths[typeof routeName$5$]['get']['responses'][200]['content']['application/json'];
118874
- type GetClaimEventsAsCustomerProps = paths[typeof routeName$5$]['get']['parameters'];
119137
+ declare const routeName$61 = "/v1/api/claims/customer/token/{token}/events";
119138
+ type GetClaimEventsAsCustomerPathParams = paths[typeof routeName$61]['get']['parameters']['path'];
119139
+ type GetClaimEventsAsCustomerQueryParams = paths[typeof routeName$61]['get']['parameters']['query'];
119140
+ type GetClaimEventsAsCustomerResponse = paths[typeof routeName$61]['get']['responses'][200]['content']['application/json'];
119141
+ type GetClaimEventsAsCustomerProps = paths[typeof routeName$61]['get']['parameters'];
118875
119142
  declare const getClaimEventsAsCustomer: (props: GetClaimEventsAsCustomerProps, wgApiClient: ClientType) => Promise<GetClaimEventsAsCustomerResponse>;
118876
119143
 
118877
- declare const routeName$5_ = "/v1/api/claims/customer/token/{token}/documents";
118878
- type CreateDocumentForClaimAsCustomerPathParams = paths[typeof routeName$5_]['post']['parameters']['path'];
118879
- type CreateDocumentForClaimAsCustomerQueryParams = paths[typeof routeName$5_]['post']['parameters']['query'];
118880
- type CreateDocumentForClaimAsCustomerResponse = paths[typeof routeName$5_]['post']['responses'][200]['content']['application/json'];
119144
+ declare const routeName$60 = "/v1/api/claims/customer/token/{token}/documents";
119145
+ type CreateDocumentForClaimAsCustomerPathParams = paths[typeof routeName$60]['post']['parameters']['path'];
119146
+ type CreateDocumentForClaimAsCustomerQueryParams = paths[typeof routeName$60]['post']['parameters']['query'];
119147
+ type CreateDocumentForClaimAsCustomerResponse = paths[typeof routeName$60]['post']['responses'][200]['content']['application/json'];
118881
119148
  interface CreateDocumentForClaimAsCustomerProps {
118882
119149
  params: {
118883
119150
  query: CreateDocumentForClaimAsCustomerQueryParams;
@@ -118886,10 +119153,10 @@ interface CreateDocumentForClaimAsCustomerProps {
118886
119153
  }
118887
119154
  declare const createDocumentForClaimAsCustomer: (props: CreateDocumentForClaimAsCustomerProps, wgApiClient: ClientType) => Promise<CreateDocumentForClaimAsCustomerResponse>;
118888
119155
 
118889
- declare const routeName$5Z = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
118890
- type DeleteDocumentByIdAsCustomerWithTokenPathParams = paths[typeof routeName$5Z]['delete']['parameters']['path'];
118891
- type DeleteDocumentByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$5Z]['delete']['parameters']['query'];
118892
- type DeleteDocumentByIdAsCustomerWithTokenResponse = paths[typeof routeName$5Z]['delete']['responses'][200]['content']['application/json'];
119156
+ declare const routeName$5$ = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
119157
+ type DeleteDocumentByIdAsCustomerWithTokenPathParams = paths[typeof routeName$5$]['delete']['parameters']['path'];
119158
+ type DeleteDocumentByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$5$]['delete']['parameters']['query'];
119159
+ type DeleteDocumentByIdAsCustomerWithTokenResponse = paths[typeof routeName$5$]['delete']['responses'][200]['content']['application/json'];
118893
119160
  interface DeleteDocumentByIdAsCustomerWithTokenProps {
118894
119161
  params: {
118895
119162
  query: DeleteDocumentByIdAsCustomerWithTokenQueryParams;
@@ -118898,10 +119165,10 @@ interface DeleteDocumentByIdAsCustomerWithTokenProps {
118898
119165
  }
118899
119166
  declare const deleteDocumentByIdAsCustomerWithToken: (props: DeleteDocumentByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<DeleteDocumentByIdAsCustomerWithTokenResponse>;
118900
119167
 
118901
- declare const routeName$5Y = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
118902
- type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams = paths[typeof routeName$5Y]['patch']['parameters']['path'];
118903
- type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$5Y]['patch']['parameters']['query'];
118904
- type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse = paths[typeof routeName$5Y]['patch']['responses'][200]['content']['application/json'];
119168
+ declare const routeName$5_ = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
119169
+ type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams = paths[typeof routeName$5_]['patch']['parameters']['path'];
119170
+ type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$5_]['patch']['parameters']['query'];
119171
+ type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse = paths[typeof routeName$5_]['patch']['responses'][200]['content']['application/json'];
118905
119172
  interface UpdateDocumentMetadataByIdAsCustomerWithTokenProps {
118906
119173
  params: {
118907
119174
  query: UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams;
@@ -118910,10 +119177,10 @@ interface UpdateDocumentMetadataByIdAsCustomerWithTokenProps {
118910
119177
  }
118911
119178
  declare const updateDocumentMetadataByIdAsCustomerWithToken: (props: UpdateDocumentMetadataByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateDocumentMetadataByIdAsCustomerWithTokenResponse>;
118912
119179
 
118913
- declare const routeName$5X = "/v1/api/claims/customer/token/{token}/events/{event_id}/notes";
118914
- type CreateNoteOnEventAsCustomerPathParams = paths[typeof routeName$5X]['post']['parameters']['path'];
118915
- type CreateNoteOnEventAsCustomerQueryParams = paths[typeof routeName$5X]['post']['parameters']['query'];
118916
- type CreateNoteOnEventAsCustomerResponse = paths[typeof routeName$5X]['post']['responses'][200]['content']['application/json'];
119180
+ declare const routeName$5Z = "/v1/api/claims/customer/token/{token}/events/{event_id}/notes";
119181
+ type CreateNoteOnEventAsCustomerPathParams = paths[typeof routeName$5Z]['post']['parameters']['path'];
119182
+ type CreateNoteOnEventAsCustomerQueryParams = paths[typeof routeName$5Z]['post']['parameters']['query'];
119183
+ type CreateNoteOnEventAsCustomerResponse = paths[typeof routeName$5Z]['post']['responses'][200]['content']['application/json'];
118917
119184
  interface CreateNoteOnEventAsCustomerProps {
118918
119185
  params: {
118919
119186
  query: CreateNoteOnEventAsCustomerQueryParams;
@@ -118922,10 +119189,10 @@ interface CreateNoteOnEventAsCustomerProps {
118922
119189
  }
118923
119190
  declare const createNoteOnEventAsCustomer: (props: CreateNoteOnEventAsCustomerProps, wgApiClient: ClientType) => Promise<CreateNoteOnEventAsCustomerResponse>;
118924
119191
 
118925
- declare const routeName$5W = "/v1/api/claims/{claim_id}/entities";
118926
- type CreateEntityAsBrokerPathParams = paths[typeof routeName$5W]['post']['parameters']['path'];
118927
- type CreateEntityAsBrokerQueryParams = paths[typeof routeName$5W]['post']['parameters']['query'];
118928
- type CreateEntityAsBrokerResponse = paths[typeof routeName$5W]['post']['responses'][201]['content']['application/json'];
119192
+ declare const routeName$5Y = "/v1/api/claims/{claim_id}/entities";
119193
+ type CreateEntityAsBrokerPathParams = paths[typeof routeName$5Y]['post']['parameters']['path'];
119194
+ type CreateEntityAsBrokerQueryParams = paths[typeof routeName$5Y]['post']['parameters']['query'];
119195
+ type CreateEntityAsBrokerResponse = paths[typeof routeName$5Y]['post']['responses'][201]['content']['application/json'];
118929
119196
  interface CreateEntityAsBrokerProps {
118930
119197
  params: {
118931
119198
  query: CreateEntityAsBrokerQueryParams;
@@ -118934,10 +119201,10 @@ interface CreateEntityAsBrokerProps {
118934
119201
  }
118935
119202
  declare const createEntityAsBroker: (props: CreateEntityAsBrokerProps, wgApiClient: ClientType) => Promise<CreateEntityAsBrokerResponse>;
118936
119203
 
118937
- declare const routeName$5V = "/v1/api/claims/{claim_id}/entities/{entity_id}";
118938
- type DeleteEntityAsBrokerByIdPathParams = paths[typeof routeName$5V]['delete']['parameters']['path'];
118939
- type DeleteEntityAsBrokerByIdQueryParams = paths[typeof routeName$5V]['delete']['parameters']['query'];
118940
- type DeleteEntityAsBrokerByIdResponse = paths[typeof routeName$5V]['delete']['responses'][200]['content']['application/json'];
119204
+ declare const routeName$5X = "/v1/api/claims/{claim_id}/entities/{entity_id}";
119205
+ type DeleteEntityAsBrokerByIdPathParams = paths[typeof routeName$5X]['delete']['parameters']['path'];
119206
+ type DeleteEntityAsBrokerByIdQueryParams = paths[typeof routeName$5X]['delete']['parameters']['query'];
119207
+ type DeleteEntityAsBrokerByIdResponse = paths[typeof routeName$5X]['delete']['responses'][200]['content']['application/json'];
118941
119208
  interface DeleteEntityAsBrokerByIdProps {
118942
119209
  params: {
118943
119210
  query: DeleteEntityAsBrokerByIdQueryParams;
@@ -118946,10 +119213,10 @@ interface DeleteEntityAsBrokerByIdProps {
118946
119213
  }
118947
119214
  declare const deleteEntityAsBrokerById: (props: DeleteEntityAsBrokerByIdProps, wgApiClient: ClientType) => Promise<DeleteEntityAsBrokerByIdResponse>;
118948
119215
 
118949
- declare const routeName$5U = "/v1/api/claims/{claim_id}/entities/{entity_id}";
118950
- type UpdateEntityAsBrokerByIdPathParams = paths[typeof routeName$5U]['patch']['parameters']['path'];
118951
- type UpdateEntityAsBrokerByIdQueryParams = paths[typeof routeName$5U]['patch']['parameters']['query'];
118952
- type UpdateEntityAsBrokerByIdResponse = paths[typeof routeName$5U]['patch']['responses'][200]['content']['application/json'];
119216
+ declare const routeName$5W = "/v1/api/claims/{claim_id}/entities/{entity_id}";
119217
+ type UpdateEntityAsBrokerByIdPathParams = paths[typeof routeName$5W]['patch']['parameters']['path'];
119218
+ type UpdateEntityAsBrokerByIdQueryParams = paths[typeof routeName$5W]['patch']['parameters']['query'];
119219
+ type UpdateEntityAsBrokerByIdResponse = paths[typeof routeName$5W]['patch']['responses'][200]['content']['application/json'];
118953
119220
  interface UpdateEntityAsBrokerByIdProps {
118954
119221
  params: {
118955
119222
  query: UpdateEntityAsBrokerByIdQueryParams;
@@ -118958,17 +119225,17 @@ interface UpdateEntityAsBrokerByIdProps {
118958
119225
  }
118959
119226
  declare const updateEntityAsBrokerById: (props: UpdateEntityAsBrokerByIdProps, wgApiClient: ClientType) => Promise<UpdateEntityAsBrokerByIdResponse>;
118960
119227
 
118961
- declare const routeName$5T = "/v1/api/claims/{claim_id}/events";
118962
- type GetClaimEventsAsBrokerByIdPathParams = paths[typeof routeName$5T]['get']['parameters']['path'];
118963
- type GetClaimEventsAsBrokerByIdQueryParams = paths[typeof routeName$5T]['get']['parameters']['query'];
118964
- type GetClaimEventsAsBrokerByIdResponse = paths[typeof routeName$5T]['get']['responses'][200]['content']['application/json'];
118965
- type GetClaimEventsAsBrokerByIdProps = paths[typeof routeName$5T]['get']['parameters'];
119228
+ declare const routeName$5V = "/v1/api/claims/{claim_id}/events";
119229
+ type GetClaimEventsAsBrokerByIdPathParams = paths[typeof routeName$5V]['get']['parameters']['path'];
119230
+ type GetClaimEventsAsBrokerByIdQueryParams = paths[typeof routeName$5V]['get']['parameters']['query'];
119231
+ type GetClaimEventsAsBrokerByIdResponse = paths[typeof routeName$5V]['get']['responses'][200]['content']['application/json'];
119232
+ type GetClaimEventsAsBrokerByIdProps = paths[typeof routeName$5V]['get']['parameters'];
118966
119233
  declare const getClaimEventsAsBrokerById: (props: GetClaimEventsAsBrokerByIdProps, wgApiClient: ClientType) => Promise<GetClaimEventsAsBrokerByIdResponse>;
118967
119234
 
118968
- declare const routeName$5S = "/v1/api/claims/{claim_id}/connections/keypoint/declaration";
118969
- type SendClaimToKeypointPathParams = paths[typeof routeName$5S]['post']['parameters']['path'];
118970
- type SendClaimToKeypointQueryParams = paths[typeof routeName$5S]['post']['parameters']['query'];
118971
- type SendClaimToKeypointResponse = paths[typeof routeName$5S]['post']['responses'][201]['content']['application/json'];
119235
+ declare const routeName$5U = "/v1/api/claims/{claim_id}/connections/keypoint/declaration";
119236
+ type SendClaimToKeypointPathParams = paths[typeof routeName$5U]['post']['parameters']['path'];
119237
+ type SendClaimToKeypointQueryParams = paths[typeof routeName$5U]['post']['parameters']['query'];
119238
+ type SendClaimToKeypointResponse = paths[typeof routeName$5U]['post']['responses'][201]['content']['application/json'];
118972
119239
  interface SendClaimToKeypointProps {
118973
119240
  params: {
118974
119241
  query: SendClaimToKeypointQueryParams;
@@ -118977,10 +119244,10 @@ interface SendClaimToKeypointProps {
118977
119244
  }
118978
119245
  declare const sendClaimToKeypoint: (props: SendClaimToKeypointProps, wgApiClient: ClientType) => Promise<SendClaimToKeypointResponse>;
118979
119246
 
118980
- declare const routeName$5R = "/v1/api/claims/{claim_id}/customer/followup-page/email";
118981
- type SendMailFollowupPageToCustomerPathParams = paths[typeof routeName$5R]['post']['parameters']['path'];
118982
- type SendMailFollowupPageToCustomerQueryParams = paths[typeof routeName$5R]['post']['parameters']['query'];
118983
- type SendMailFollowupPageToCustomerResponse = paths[typeof routeName$5R]['post']['responses'][200]['content']['application/json'];
119247
+ declare const routeName$5T = "/v1/api/claims/{claim_id}/customer/followup-page/email";
119248
+ type SendMailFollowupPageToCustomerPathParams = paths[typeof routeName$5T]['post']['parameters']['path'];
119249
+ type SendMailFollowupPageToCustomerQueryParams = paths[typeof routeName$5T]['post']['parameters']['query'];
119250
+ type SendMailFollowupPageToCustomerResponse = paths[typeof routeName$5T]['post']['responses'][200]['content']['application/json'];
118984
119251
  interface SendMailFollowupPageToCustomerProps {
118985
119252
  params: {
118986
119253
  query: SendMailFollowupPageToCustomerQueryParams;
@@ -118989,21 +119256,21 @@ interface SendMailFollowupPageToCustomerProps {
118989
119256
  }
118990
119257
  declare const sendMailFollowupPageToCustomer: (props: SendMailFollowupPageToCustomerProps, wgApiClient: ClientType) => Promise<SendMailFollowupPageToCustomerResponse>;
118991
119258
 
118992
- declare const routeName$5Q = "/v1/api/claims/categories/CAR";
118993
- type GetAllCarClaimCategoriesResponse = paths[typeof routeName$5Q]['get']['responses'][200]['content']['application/json'];
119259
+ declare const routeName$5S = "/v1/api/claims/categories/CAR";
119260
+ type GetAllCarClaimCategoriesResponse = paths[typeof routeName$5S]['get']['responses'][200]['content']['application/json'];
118994
119261
  declare const getAllCarClaimCategories: (wgApiClient: ClientType) => Promise<GetAllCarClaimCategoriesResponse>;
118995
119262
 
118996
- declare const routeName$5P = "/v1/api/claims/info/{claim_type}/{claim_category}";
118997
- type GetInfoForClaimPathParams = paths[typeof routeName$5P]['get']['parameters']['path'];
118998
- type GetInfoForClaimQueryParams = paths[typeof routeName$5P]['get']['parameters']['query'];
118999
- type GetInfoForClaimResponse = paths[typeof routeName$5P]['get']['responses'][200]['content']['application/json'];
119000
- type GetInfoForClaimProps = paths[typeof routeName$5P]['get']['parameters'];
119263
+ declare const routeName$5R = "/v1/api/claims/info/{claim_type}/{claim_category}";
119264
+ type GetInfoForClaimPathParams = paths[typeof routeName$5R]['get']['parameters']['path'];
119265
+ type GetInfoForClaimQueryParams = paths[typeof routeName$5R]['get']['parameters']['query'];
119266
+ type GetInfoForClaimResponse = paths[typeof routeName$5R]['get']['responses'][200]['content']['application/json'];
119267
+ type GetInfoForClaimProps = paths[typeof routeName$5R]['get']['parameters'];
119001
119268
  declare const getInfoForClaim: (props: GetInfoForClaimProps, wgApiClient: ClientType) => Promise<GetInfoForClaimResponse>;
119002
119269
 
119003
- declare const routeName$5O = "/v1/api/claims/{claim_id}/events/{event_id}/notes";
119004
- type CreateNoteOnEventPathParams = paths[typeof routeName$5O]['post']['parameters']['path'];
119005
- type CreateNoteOnEventQueryParams = paths[typeof routeName$5O]['post']['parameters']['query'];
119006
- type CreateNoteOnEventResponse = paths[typeof routeName$5O]['post']['responses'][201]['content']['application/json'];
119270
+ declare const routeName$5Q = "/v1/api/claims/{claim_id}/events/{event_id}/notes";
119271
+ type CreateNoteOnEventPathParams = paths[typeof routeName$5Q]['post']['parameters']['path'];
119272
+ type CreateNoteOnEventQueryParams = paths[typeof routeName$5Q]['post']['parameters']['query'];
119273
+ type CreateNoteOnEventResponse = paths[typeof routeName$5Q]['post']['responses'][201]['content']['application/json'];
119007
119274
  interface CreateNoteOnEventProps {
119008
119275
  params: {
119009
119276
  query: CreateNoteOnEventQueryParams;
@@ -119012,10 +119279,10 @@ interface CreateNoteOnEventProps {
119012
119279
  }
119013
119280
  declare const createNoteOnEvent: (props: CreateNoteOnEventProps, wgApiClient: ClientType) => Promise<CreateNoteOnEventResponse>;
119014
119281
 
119015
- declare const routeName$5N = "/v1/api/claims/notes/{note_id}";
119016
- type DeleteNotePathParams = paths[typeof routeName$5N]['delete']['parameters']['path'];
119017
- type DeleteNoteQueryParams = paths[typeof routeName$5N]['delete']['parameters']['query'];
119018
- type DeleteNoteResponse = paths[typeof routeName$5N]['delete']['responses'][200]['content']['application/json'];
119282
+ declare const routeName$5P = "/v1/api/claims/notes/{note_id}";
119283
+ type DeleteNotePathParams = paths[typeof routeName$5P]['delete']['parameters']['path'];
119284
+ type DeleteNoteQueryParams = paths[typeof routeName$5P]['delete']['parameters']['query'];
119285
+ type DeleteNoteResponse = paths[typeof routeName$5P]['delete']['responses'][200]['content']['application/json'];
119019
119286
  interface DeleteNoteProps {
119020
119287
  params: {
119021
119288
  query: DeleteNoteQueryParams;
@@ -119024,10 +119291,10 @@ interface DeleteNoteProps {
119024
119291
  }
119025
119292
  declare const deleteNote: (props: DeleteNoteProps, wgApiClient: ClientType) => Promise<DeleteNoteResponse>;
119026
119293
 
119027
- declare const routeName$5M = "/v1/api/claims/notes/{note_id}";
119028
- type UpdateNotePathParams = paths[typeof routeName$5M]['patch']['parameters']['path'];
119029
- type UpdateNoteQueryParams = paths[typeof routeName$5M]['patch']['parameters']['query'];
119030
- type UpdateNoteResponse = paths[typeof routeName$5M]['patch']['responses'][200]['content']['application/json'];
119294
+ declare const routeName$5O = "/v1/api/claims/notes/{note_id}";
119295
+ type UpdateNotePathParams = paths[typeof routeName$5O]['patch']['parameters']['path'];
119296
+ type UpdateNoteQueryParams = paths[typeof routeName$5O]['patch']['parameters']['query'];
119297
+ type UpdateNoteResponse = paths[typeof routeName$5O]['patch']['responses'][200]['content']['application/json'];
119031
119298
  interface UpdateNoteProps {
119032
119299
  params: {
119033
119300
  query: UpdateNoteQueryParams;
@@ -119036,17 +119303,17 @@ interface UpdateNoteProps {
119036
119303
  }
119037
119304
  declare const updateNote: (props: UpdateNoteProps, wgApiClient: ClientType) => Promise<UpdateNoteResponse>;
119038
119305
 
119039
- declare const routeName$5L = "/v1/api/claims/{claim_id}/report";
119040
- type ClaimReportByIdPathParams = paths[typeof routeName$5L]['get']['parameters']['path'];
119041
- type ClaimReportByIdQueryParams = paths[typeof routeName$5L]['get']['parameters']['query'];
119042
- type ClaimReportByIdResponse = paths[typeof routeName$5L]['get']['responses'][200]['content']['application/json'];
119043
- type ClaimReportByIdProps = paths[typeof routeName$5L]['get']['parameters'];
119306
+ declare const routeName$5N = "/v1/api/claims/{claim_id}/report";
119307
+ type ClaimReportByIdPathParams = paths[typeof routeName$5N]['get']['parameters']['path'];
119308
+ type ClaimReportByIdQueryParams = paths[typeof routeName$5N]['get']['parameters']['query'];
119309
+ type ClaimReportByIdResponse = paths[typeof routeName$5N]['get']['responses'][200]['content']['application/json'];
119310
+ type ClaimReportByIdProps = paths[typeof routeName$5N]['get']['parameters'];
119044
119311
  declare const claimReportById: (props: ClaimReportByIdProps, wgApiClient: ClientType) => Promise<ClaimReportByIdResponse>;
119045
119312
 
119046
- declare const routeName$5K = "/v1/api/claims/{claim_id}/report/email";
119047
- type SendMailClaimReportByIdPathParams = paths[typeof routeName$5K]['post']['parameters']['path'];
119048
- type SendMailClaimReportByIdQueryParams = paths[typeof routeName$5K]['post']['parameters']['query'];
119049
- type SendMailClaimReportByIdResponse = paths[typeof routeName$5K]['post']['responses'][200]['content']['application/json'];
119313
+ declare const routeName$5M = "/v1/api/claims/{claim_id}/report/email";
119314
+ type SendMailClaimReportByIdPathParams = paths[typeof routeName$5M]['post']['parameters']['path'];
119315
+ type SendMailClaimReportByIdQueryParams = paths[typeof routeName$5M]['post']['parameters']['query'];
119316
+ type SendMailClaimReportByIdResponse = paths[typeof routeName$5M]['post']['responses'][200]['content']['application/json'];
119050
119317
  interface SendMailClaimReportByIdProps {
119051
119318
  params: {
119052
119319
  query: SendMailClaimReportByIdQueryParams;
@@ -119055,16 +119322,16 @@ interface SendMailClaimReportByIdProps {
119055
119322
  }
119056
119323
  declare const sendMailClaimReportById: (props: SendMailClaimReportByIdProps, wgApiClient: ClientType) => Promise<SendMailClaimReportByIdResponse>;
119057
119324
 
119058
- declare const routeName$5J = "/v1/api/brokers/{broker_id}/connections";
119059
- type GetBrokerConnectionsByIdPathParams = paths[typeof routeName$5J]['get']['parameters']['path'];
119060
- type GetBrokerConnectionsByIdResponse = paths[typeof routeName$5J]['get']['responses'][200]['content']['application/json'];
119061
- type GetBrokerConnectionsByIdProps = paths[typeof routeName$5J]['get']['parameters'];
119325
+ declare const routeName$5L = "/v1/api/brokers/{broker_id}/connections";
119326
+ type GetBrokerConnectionsByIdPathParams = paths[typeof routeName$5L]['get']['parameters']['path'];
119327
+ type GetBrokerConnectionsByIdResponse = paths[typeof routeName$5L]['get']['responses'][200]['content']['application/json'];
119328
+ type GetBrokerConnectionsByIdProps = paths[typeof routeName$5L]['get']['parameters'];
119062
119329
  declare const getBrokerConnectionsById: (props: GetBrokerConnectionsByIdProps, wgApiClient: ClientType) => Promise<GetBrokerConnectionsByIdResponse>;
119063
119330
 
119064
- declare const routeName$5I = "/v1/api/brokers/{broker_id}/connections/{key}";
119065
- type CreateBrokerConnectionsByIdBody = paths[typeof routeName$5I]['post']['requestBody']['content']['application/json'];
119066
- type CreateBrokerConnectionsByIdPathParams = paths[typeof routeName$5I]['post']['parameters']['path'];
119067
- type CreateBrokerConnectionsByIdResponse = paths[typeof routeName$5I]['post']['responses'][201]['content']['application/json'];
119331
+ declare const routeName$5K = "/v1/api/brokers/{broker_id}/connections/{key}";
119332
+ type CreateBrokerConnectionsByIdBody = paths[typeof routeName$5K]['post']['requestBody']['content']['application/json'];
119333
+ type CreateBrokerConnectionsByIdPathParams = paths[typeof routeName$5K]['post']['parameters']['path'];
119334
+ type CreateBrokerConnectionsByIdResponse = paths[typeof routeName$5K]['post']['responses'][201]['content']['application/json'];
119068
119335
  interface CreateBrokerConnectionsByIdProps {
119069
119336
  body: CreateBrokerConnectionsByIdBody;
119070
119337
  params: {
@@ -119073,9 +119340,9 @@ interface CreateBrokerConnectionsByIdProps {
119073
119340
  }
119074
119341
  declare const createBrokerConnectionsById: (props: CreateBrokerConnectionsByIdProps, wgApiClient: ClientType) => Promise<CreateBrokerConnectionsByIdResponse>;
119075
119342
 
119076
- declare const routeName$5H = "/v1/api/brokers/{broker_id}/connections/{key}";
119077
- type DeleteBrokerConnectionByKeyPathParams = paths[typeof routeName$5H]['delete']['parameters']['path'];
119078
- type DeleteBrokerConnectionByKeyResponse = paths[typeof routeName$5H]['delete']['responses'][200]['content']['application/json'];
119343
+ declare const routeName$5J = "/v1/api/brokers/{broker_id}/connections/{key}";
119344
+ type DeleteBrokerConnectionByKeyPathParams = paths[typeof routeName$5J]['delete']['parameters']['path'];
119345
+ type DeleteBrokerConnectionByKeyResponse = paths[typeof routeName$5J]['delete']['responses'][200]['content']['application/json'];
119079
119346
  interface DeleteBrokerConnectionByKeyProps {
119080
119347
  params: {
119081
119348
  path: DeleteBrokerConnectionByKeyPathParams;
@@ -119083,10 +119350,10 @@ interface DeleteBrokerConnectionByKeyProps {
119083
119350
  }
119084
119351
  declare const deleteBrokerConnectionByKey: (props: DeleteBrokerConnectionByKeyProps, wgApiClient: ClientType) => Promise<DeleteBrokerConnectionByKeyResponse>;
119085
119352
 
119086
- declare const routeName$5G = "/v1/api/brokers/{broker_id}/connections/{key}";
119087
- type UpdateBrokerConnectionByKeyBody = paths[typeof routeName$5G]['patch']['requestBody']['content']['application/json'];
119088
- type UpdateBrokerConnectionByKeyPathParams = paths[typeof routeName$5G]['patch']['parameters']['path'];
119089
- type UpdateBrokerConnectionByKeyResponse = paths[typeof routeName$5G]['patch']['responses'][200]['content']['application/json'];
119353
+ declare const routeName$5I = "/v1/api/brokers/{broker_id}/connections/{key}";
119354
+ type UpdateBrokerConnectionByKeyBody = paths[typeof routeName$5I]['patch']['requestBody']['content']['application/json'];
119355
+ type UpdateBrokerConnectionByKeyPathParams = paths[typeof routeName$5I]['patch']['parameters']['path'];
119356
+ type UpdateBrokerConnectionByKeyResponse = paths[typeof routeName$5I]['patch']['responses'][200]['content']['application/json'];
119090
119357
  interface UpdateBrokerConnectionByKeyProps {
119091
119358
  body: UpdateBrokerConnectionByKeyBody;
119092
119359
  params: {
@@ -119095,10 +119362,10 @@ interface UpdateBrokerConnectionByKeyProps {
119095
119362
  }
119096
119363
  declare const updateBrokerConnectionByKey: (props: UpdateBrokerConnectionByKeyProps, wgApiClient: ClientType) => Promise<UpdateBrokerConnectionByKeyResponse>;
119097
119364
 
119098
- declare const routeName$5F = "/v1/api/distributions/{distribution_id}/connections/{key}";
119099
- type CreateDistributionConnectionByIdBody = paths[typeof routeName$5F]['post']['requestBody']['content']['application/json'];
119100
- type CreateDistributionConnectionByIdPathParams = paths[typeof routeName$5F]['post']['parameters']['path'];
119101
- type CreateDistributionConnectionByIdResponse = paths[typeof routeName$5F]['post']['responses'][201]['content']['application/json'];
119365
+ declare const routeName$5H = "/v1/api/distributions/{distribution_id}/connections/{key}";
119366
+ type CreateDistributionConnectionByIdBody = paths[typeof routeName$5H]['post']['requestBody']['content']['application/json'];
119367
+ type CreateDistributionConnectionByIdPathParams = paths[typeof routeName$5H]['post']['parameters']['path'];
119368
+ type CreateDistributionConnectionByIdResponse = paths[typeof routeName$5H]['post']['responses'][201]['content']['application/json'];
119102
119369
  interface CreateDistributionConnectionByIdProps {
119103
119370
  body: CreateDistributionConnectionByIdBody;
119104
119371
  params: {
@@ -119107,9 +119374,9 @@ interface CreateDistributionConnectionByIdProps {
119107
119374
  }
119108
119375
  declare const createDistributionConnectionById: (props: CreateDistributionConnectionByIdProps, wgApiClient: ClientType) => Promise<CreateDistributionConnectionByIdResponse>;
119109
119376
 
119110
- declare const routeName$5E = "/v1/api/distributions/{distribution_id}/connections/{key}";
119111
- type DeleteDistributionConnectionByKeyPathParams = paths[typeof routeName$5E]['delete']['parameters']['path'];
119112
- type DeleteDistributionConnectionByKeyResponse = paths[typeof routeName$5E]['delete']['responses'][200]['content']['application/json'];
119377
+ declare const routeName$5G = "/v1/api/distributions/{distribution_id}/connections/{key}";
119378
+ type DeleteDistributionConnectionByKeyPathParams = paths[typeof routeName$5G]['delete']['parameters']['path'];
119379
+ type DeleteDistributionConnectionByKeyResponse = paths[typeof routeName$5G]['delete']['responses'][200]['content']['application/json'];
119113
119380
  interface DeleteDistributionConnectionByKeyProps {
119114
119381
  params: {
119115
119382
  path: DeleteDistributionConnectionByKeyPathParams;
@@ -119117,10 +119384,10 @@ interface DeleteDistributionConnectionByKeyProps {
119117
119384
  }
119118
119385
  declare const deleteDistributionConnectionByKey: (props: DeleteDistributionConnectionByKeyProps, wgApiClient: ClientType) => Promise<DeleteDistributionConnectionByKeyResponse>;
119119
119386
 
119120
- declare const routeName$5D = "/v1/api/distributions/{distribution_id}/connections/{key}";
119121
- type UpdateDistributionConnectionByKeyBody = paths[typeof routeName$5D]['patch']['requestBody']['content']['application/json'];
119122
- type UpdateDistributionConnectionByKeyPathParams = paths[typeof routeName$5D]['patch']['parameters']['path'];
119123
- type UpdateDistributionConnectionByKeyResponse = paths[typeof routeName$5D]['patch']['responses'][200]['content']['application/json'];
119387
+ declare const routeName$5F = "/v1/api/distributions/{distribution_id}/connections/{key}";
119388
+ type UpdateDistributionConnectionByKeyBody = paths[typeof routeName$5F]['patch']['requestBody']['content']['application/json'];
119389
+ type UpdateDistributionConnectionByKeyPathParams = paths[typeof routeName$5F]['patch']['parameters']['path'];
119390
+ type UpdateDistributionConnectionByKeyResponse = paths[typeof routeName$5F]['patch']['responses'][200]['content']['application/json'];
119124
119391
  interface UpdateDistributionConnectionByKeyProps {
119125
119392
  body: UpdateDistributionConnectionByKeyBody;
119126
119393
  params: {
@@ -119129,41 +119396,41 @@ interface UpdateDistributionConnectionByKeyProps {
119129
119396
  }
119130
119397
  declare const updateDistributionConnectionByKey: (props: UpdateDistributionConnectionByKeyProps, wgApiClient: ClientType) => Promise<UpdateDistributionConnectionByKeyResponse>;
119131
119398
 
119132
- declare const routeName$5C = "/v1/api/distributions/{distribution_id}/connections";
119133
- type GetDistributionConnectionsByIdPathParams = paths[typeof routeName$5C]['get']['parameters']['path'];
119134
- type GetDistributionConnectionsByIdQueryParams = paths[typeof routeName$5C]['get']['parameters']['query'];
119135
- type GetDistributionConnectionsByIdResponse = paths[typeof routeName$5C]['get']['responses'][200]['content']['application/json'];
119136
- type GetDistributionConnectionsByIdProps = paths[typeof routeName$5C]['get']['parameters'];
119399
+ declare const routeName$5E = "/v1/api/distributions/{distribution_id}/connections";
119400
+ type GetDistributionConnectionsByIdPathParams = paths[typeof routeName$5E]['get']['parameters']['path'];
119401
+ type GetDistributionConnectionsByIdQueryParams = paths[typeof routeName$5E]['get']['parameters']['query'];
119402
+ type GetDistributionConnectionsByIdResponse = paths[typeof routeName$5E]['get']['responses'][200]['content']['application/json'];
119403
+ type GetDistributionConnectionsByIdProps = paths[typeof routeName$5E]['get']['parameters'];
119137
119404
  declare const getDistributionConnectionsById: (props: GetDistributionConnectionsByIdProps, wgApiClient: ClientType) => Promise<GetDistributionConnectionsByIdResponse>;
119138
119405
 
119139
- declare const routeName$5B = "/v1/api/connections/anva/parties";
119140
- type GetAnvaPartiesQueryParams = paths[typeof routeName$5B]['get']['parameters']['query'];
119141
- type GetAnvaPartiesResponse = paths[typeof routeName$5B]['get']['responses'][200]['content']['application/json'];
119142
- type GetAnvaPartiesProps = paths[typeof routeName$5B]['get']['parameters'];
119406
+ declare const routeName$5D = "/v1/api/connections/anva/parties";
119407
+ type GetAnvaPartiesQueryParams = paths[typeof routeName$5D]['get']['parameters']['query'];
119408
+ type GetAnvaPartiesResponse = paths[typeof routeName$5D]['get']['responses'][200]['content']['application/json'];
119409
+ type GetAnvaPartiesProps = paths[typeof routeName$5D]['get']['parameters'];
119143
119410
  declare const getAnvaParties: (props: GetAnvaPartiesProps, wgApiClient: ClientType) => Promise<GetAnvaPartiesResponse>;
119144
119411
 
119145
- declare const routeName$5A = "/v1/api/connections/anva/employees";
119146
- type GetAnvaEmployeesQueryParams = paths[typeof routeName$5A]['get']['parameters']['query'];
119147
- type GetAnvaEmployeesResponse = paths[typeof routeName$5A]['get']['responses'][200]['content']['application/json'];
119148
- type GetAnvaEmployeesProps = paths[typeof routeName$5A]['get']['parameters'];
119412
+ declare const routeName$5C = "/v1/api/connections/anva/employees";
119413
+ type GetAnvaEmployeesQueryParams = paths[typeof routeName$5C]['get']['parameters']['query'];
119414
+ type GetAnvaEmployeesResponse = paths[typeof routeName$5C]['get']['responses'][200]['content']['application/json'];
119415
+ type GetAnvaEmployeesProps = paths[typeof routeName$5C]['get']['parameters'];
119149
119416
  declare const getAnvaEmployees: (props: GetAnvaEmployeesProps, wgApiClient: ClientType) => Promise<GetAnvaEmployeesResponse>;
119150
119417
 
119151
- declare const routeName$5z = "/v1/api/connections/anva/agents";
119152
- type GetAnvaAgentsQueryParams = paths[typeof routeName$5z]['get']['parameters']['query'];
119153
- type GetAnvaAgentsResponse = paths[typeof routeName$5z]['get']['responses'][200]['content']['application/json'];
119154
- type GetAnvaAgentsProps = paths[typeof routeName$5z]['get']['parameters'];
119418
+ declare const routeName$5B = "/v1/api/connections/anva/agents";
119419
+ type GetAnvaAgentsQueryParams = paths[typeof routeName$5B]['get']['parameters']['query'];
119420
+ type GetAnvaAgentsResponse = paths[typeof routeName$5B]['get']['responses'][200]['content']['application/json'];
119421
+ type GetAnvaAgentsProps = paths[typeof routeName$5B]['get']['parameters'];
119155
119422
  declare const getAnvaAgents: (props: GetAnvaAgentsProps, wgApiClient: ClientType) => Promise<GetAnvaAgentsResponse>;
119156
119423
 
119157
- declare const routeName$5y = "/v1/api/connections/anva/products";
119158
- type GetAnvaProductsQueryParams = paths[typeof routeName$5y]['get']['parameters']['query'];
119159
- type GetAnvaProductsResponse = paths[typeof routeName$5y]['get']['responses'][200]['content']['application/json'];
119160
- type GetAnvaProductsProps = paths[typeof routeName$5y]['get']['parameters'];
119424
+ declare const routeName$5A = "/v1/api/connections/anva/products";
119425
+ type GetAnvaProductsQueryParams = paths[typeof routeName$5A]['get']['parameters']['query'];
119426
+ type GetAnvaProductsResponse = paths[typeof routeName$5A]['get']['responses'][200]['content']['application/json'];
119427
+ type GetAnvaProductsProps = paths[typeof routeName$5A]['get']['parameters'];
119161
119428
  declare const getAnvaProducts: (props: GetAnvaProductsProps, wgApiClient: ClientType) => Promise<GetAnvaProductsResponse>;
119162
119429
 
119163
- declare const routeName$5x = "/v1/api/connections/anva/parties/{anva_id}/imports";
119164
- type ImportAnvaPartyInWegroupPathParams = paths[typeof routeName$5x]['post']['parameters']['path'];
119165
- type ImportAnvaPartyInWegroupQueryParams = paths[typeof routeName$5x]['post']['parameters']['query'];
119166
- type ImportAnvaPartyInWegroupResponse = paths[typeof routeName$5x]['post']['responses'][201]['content']['application/json'];
119430
+ declare const routeName$5z = "/v1/api/connections/anva/parties/{anva_id}/imports";
119431
+ type ImportAnvaPartyInWegroupPathParams = paths[typeof routeName$5z]['post']['parameters']['path'];
119432
+ type ImportAnvaPartyInWegroupQueryParams = paths[typeof routeName$5z]['post']['parameters']['query'];
119433
+ type ImportAnvaPartyInWegroupResponse = paths[typeof routeName$5z]['post']['responses'][201]['content']['application/json'];
119167
119434
  interface ImportAnvaPartyInWegroupProps {
119168
119435
  params: {
119169
119436
  query: ImportAnvaPartyInWegroupQueryParams;
@@ -119172,31 +119439,31 @@ interface ImportAnvaPartyInWegroupProps {
119172
119439
  }
119173
119440
  declare const importAnvaPartyInWegroup: (props: ImportAnvaPartyInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaPartyInWegroupResponse>;
119174
119441
 
119175
- declare const routeName$5w = "/v1/api/connections/anva/parties/{anva_party_id}/policies/{anva_policy_id}/policy-document/imports";
119176
- type ImportAnvaInsurancePolicyDocumentInWegroupPathParams = paths[typeof routeName$5w]['get']['parameters']['path'];
119177
- type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams = paths[typeof routeName$5w]['get']['parameters']['query'];
119178
- type ImportAnvaInsurancePolicyDocumentInWegroupResponse = paths[typeof routeName$5w]['get']['responses'][307]['content']['application/json'];
119179
- type ImportAnvaInsurancePolicyDocumentInWegroupProps = paths[typeof routeName$5w]['get']['parameters'];
119442
+ declare const routeName$5y = "/v1/api/connections/anva/parties/{anva_party_id}/policies/{anva_policy_id}/policy-document/imports";
119443
+ type ImportAnvaInsurancePolicyDocumentInWegroupPathParams = paths[typeof routeName$5y]['get']['parameters']['path'];
119444
+ type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams = paths[typeof routeName$5y]['get']['parameters']['query'];
119445
+ type ImportAnvaInsurancePolicyDocumentInWegroupResponse = paths[typeof routeName$5y]['get']['responses'][307]['content']['application/json'];
119446
+ type ImportAnvaInsurancePolicyDocumentInWegroupProps = paths[typeof routeName$5y]['get']['parameters'];
119180
119447
  declare const importAnvaInsurancePolicyDocumentInWegroup: (props: ImportAnvaInsurancePolicyDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaInsurancePolicyDocumentInWegroupResponse>;
119181
119448
 
119182
- declare const routeName$5v = "/v1/api/connections/anva/parties/{anva_party_id}/policy-packages/{anva_policy_id}/policy-document/imports";
119183
- type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams = paths[typeof routeName$5v]['get']['parameters']['path'];
119184
- type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams = paths[typeof routeName$5v]['get']['parameters']['query'];
119185
- type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse = paths[typeof routeName$5v]['get']['responses'][307]['content']['application/json'];
119186
- type ImportAnvaInsurancePolicyPackageDocumentInWegroupProps = paths[typeof routeName$5v]['get']['parameters'];
119449
+ declare const routeName$5x = "/v1/api/connections/anva/parties/{anva_party_id}/policy-packages/{anva_policy_id}/policy-document/imports";
119450
+ type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams = paths[typeof routeName$5x]['get']['parameters']['path'];
119451
+ type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams = paths[typeof routeName$5x]['get']['parameters']['query'];
119452
+ type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse = paths[typeof routeName$5x]['get']['responses'][307]['content']['application/json'];
119453
+ type ImportAnvaInsurancePolicyPackageDocumentInWegroupProps = paths[typeof routeName$5x]['get']['parameters'];
119187
119454
  declare const importAnvaInsurancePolicyPackageDocumentInWegroup: (props: ImportAnvaInsurancePolicyPackageDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse>;
119188
119455
 
119189
- declare const routeName$5u = "/v1/api/connections/anva/documents/import";
119190
- type ImportAnvaDocumentInWegroupQueryParams = paths[typeof routeName$5u]['get']['parameters']['query'];
119191
- type ImportAnvaDocumentInWegroupResponse = paths[typeof routeName$5u]['get']['responses'][307]['content']['application/json'];
119192
- type ImportAnvaDocumentInWegroupProps = paths[typeof routeName$5u]['get']['parameters'];
119456
+ declare const routeName$5w = "/v1/api/connections/anva/documents/import";
119457
+ type ImportAnvaDocumentInWegroupQueryParams = paths[typeof routeName$5w]['get']['parameters']['query'];
119458
+ type ImportAnvaDocumentInWegroupResponse = paths[typeof routeName$5w]['get']['responses'][307]['content']['application/json'];
119459
+ type ImportAnvaDocumentInWegroupProps = paths[typeof routeName$5w]['get']['parameters'];
119193
119460
  declare const importAnvaDocumentInWegroup: (props: ImportAnvaDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaDocumentInWegroupResponse>;
119194
119461
 
119195
- declare const routeName$5t = "/v1/api/connections/anva/parties/{anva_party_id}/task";
119196
- type CreateAnvaTaskBody = paths[typeof routeName$5t]['post']['requestBody']['content']['application/json'];
119197
- type CreateAnvaTaskPathParams = paths[typeof routeName$5t]['post']['parameters']['path'];
119198
- type CreateAnvaTaskQueryParams = paths[typeof routeName$5t]['post']['parameters']['query'];
119199
- type CreateAnvaTaskResponse = paths[typeof routeName$5t]['post']['responses'][201]['content']['application/json'];
119462
+ declare const routeName$5v = "/v1/api/connections/anva/parties/{anva_party_id}/task";
119463
+ type CreateAnvaTaskBody = paths[typeof routeName$5v]['post']['requestBody']['content']['application/json'];
119464
+ type CreateAnvaTaskPathParams = paths[typeof routeName$5v]['post']['parameters']['path'];
119465
+ type CreateAnvaTaskQueryParams = paths[typeof routeName$5v]['post']['parameters']['query'];
119466
+ type CreateAnvaTaskResponse = paths[typeof routeName$5v]['post']['responses'][201]['content']['application/json'];
119200
119467
  interface CreateAnvaTaskProps {
119201
119468
  body: CreateAnvaTaskBody;
119202
119469
  params: {
@@ -119206,9 +119473,9 @@ interface CreateAnvaTaskProps {
119206
119473
  }
119207
119474
  declare const createAnvaTask: (props: CreateAnvaTaskProps, wgApiClient: ClientType) => Promise<CreateAnvaTaskResponse>;
119208
119475
 
119209
- declare const routeName$5s = "/v1/api/connections/anva/validate";
119210
- type ValidateAnvaConnectionQueryParams = paths[typeof routeName$5s]['post']['parameters']['query'];
119211
- type ValidateAnvaConnectionResponse = paths[typeof routeName$5s]['post']['responses'][200]['content']['application/json'];
119476
+ declare const routeName$5u = "/v1/api/connections/anva/validate";
119477
+ type ValidateAnvaConnectionQueryParams = paths[typeof routeName$5u]['post']['parameters']['query'];
119478
+ type ValidateAnvaConnectionResponse = paths[typeof routeName$5u]['post']['responses'][200]['content']['application/json'];
119212
119479
  interface ValidateAnvaConnectionProps {
119213
119480
  params: {
119214
119481
  query: ValidateAnvaConnectionQueryParams;
@@ -119216,9 +119483,9 @@ interface ValidateAnvaConnectionProps {
119216
119483
  }
119217
119484
  declare const validateAnvaConnection: (props: ValidateAnvaConnectionProps, wgApiClient: ClientType) => Promise<ValidateAnvaConnectionResponse>;
119218
119485
 
119219
- declare const routeName$5r = "/v1/api/connections/anva_dwh/validate";
119220
- type ValidateAnvaDwhConnectionQueryParams = paths[typeof routeName$5r]['post']['parameters']['query'];
119221
- type ValidateAnvaDwhConnectionResponse = paths[typeof routeName$5r]['post']['responses'][200]['content']['application/json'];
119486
+ declare const routeName$5t = "/v1/api/connections/anva_dwh/validate";
119487
+ type ValidateAnvaDwhConnectionQueryParams = paths[typeof routeName$5t]['post']['parameters']['query'];
119488
+ type ValidateAnvaDwhConnectionResponse = paths[typeof routeName$5t]['post']['responses'][200]['content']['application/json'];
119222
119489
  interface ValidateAnvaDwhConnectionProps {
119223
119490
  params: {
119224
119491
  query: ValidateAnvaDwhConnectionQueryParams;
@@ -119226,22 +119493,22 @@ interface ValidateAnvaDwhConnectionProps {
119226
119493
  }
119227
119494
  declare const validateAnvaDwhConnection: (props: ValidateAnvaDwhConnectionProps, wgApiClient: ClientType) => Promise<ValidateAnvaDwhConnectionResponse>;
119228
119495
 
119229
- declare const routeName$5q = "/v1/api/connections/dias/parties";
119230
- type GetDiasPartiesQueryParams = paths[typeof routeName$5q]['get']['parameters']['query'];
119231
- type GetDiasPartiesResponse = paths[typeof routeName$5q]['get']['responses'][200]['content']['application/json'];
119232
- type GetDiasPartiesProps = paths[typeof routeName$5q]['get']['parameters'];
119496
+ declare const routeName$5s = "/v1/api/connections/dias/parties";
119497
+ type GetDiasPartiesQueryParams = paths[typeof routeName$5s]['get']['parameters']['query'];
119498
+ type GetDiasPartiesResponse = paths[typeof routeName$5s]['get']['responses'][200]['content']['application/json'];
119499
+ type GetDiasPartiesProps = paths[typeof routeName$5s]['get']['parameters'];
119233
119500
  declare const getDiasParties: (props: GetDiasPartiesProps, wgApiClient: ClientType) => Promise<GetDiasPartiesResponse>;
119234
119501
 
119235
- declare const routeName$5p = "/v1/api/connections/dias/employees";
119236
- type GetDiasEmployeesQueryParams = paths[typeof routeName$5p]['get']['parameters']['query'];
119237
- type GetDiasEmployeesResponse = paths[typeof routeName$5p]['get']['responses'][200]['content']['application/json'];
119238
- type GetDiasEmployeesProps = paths[typeof routeName$5p]['get']['parameters'];
119502
+ declare const routeName$5r = "/v1/api/connections/dias/employees";
119503
+ type GetDiasEmployeesQueryParams = paths[typeof routeName$5r]['get']['parameters']['query'];
119504
+ type GetDiasEmployeesResponse = paths[typeof routeName$5r]['get']['responses'][200]['content']['application/json'];
119505
+ type GetDiasEmployeesProps = paths[typeof routeName$5r]['get']['parameters'];
119239
119506
  declare const getDiasEmployees: (props: GetDiasEmployeesProps, wgApiClient: ClientType) => Promise<GetDiasEmployeesResponse>;
119240
119507
 
119241
- declare const routeName$5o = "/v1/api/connections/dias/parties/{dias_id}/imports";
119242
- type ImportDiasPartyInWegroupPathParams = paths[typeof routeName$5o]['post']['parameters']['path'];
119243
- type ImportDiasPartyInWegroupQueryParams = paths[typeof routeName$5o]['post']['parameters']['query'];
119244
- type ImportDiasPartyInWegroupResponse = paths[typeof routeName$5o]['post']['responses'][201]['content']['application/json'];
119508
+ declare const routeName$5q = "/v1/api/connections/dias/parties/{dias_id}/imports";
119509
+ type ImportDiasPartyInWegroupPathParams = paths[typeof routeName$5q]['post']['parameters']['path'];
119510
+ type ImportDiasPartyInWegroupQueryParams = paths[typeof routeName$5q]['post']['parameters']['query'];
119511
+ type ImportDiasPartyInWegroupResponse = paths[typeof routeName$5q]['post']['responses'][201]['content']['application/json'];
119245
119512
  interface ImportDiasPartyInWegroupProps {
119246
119513
  params: {
119247
119514
  query: ImportDiasPartyInWegroupQueryParams;
@@ -119250,33 +119517,37 @@ interface ImportDiasPartyInWegroupProps {
119250
119517
  }
119251
119518
  declare const importDiasPartyInWegroup: (props: ImportDiasPartyInWegroupProps, wgApiClient: ClientType) => Promise<ImportDiasPartyInWegroupResponse>;
119252
119519
 
119253
- declare const routeName$5n = "/v1/api/connections/dias/products";
119254
- type GetDiasProductsQueryParams = paths[typeof routeName$5n]['get']['parameters']['query'];
119255
- type GetDiasProductsResponse = paths[typeof routeName$5n]['get']['responses'][200]['content']['application/json'];
119256
- type GetDiasProductsProps = paths[typeof routeName$5n]['get']['parameters'];
119520
+ declare const routeName$5p = "/v1/api/connections/dias/products";
119521
+ type GetDiasProductsQueryParams = paths[typeof routeName$5p]['get']['parameters']['query'];
119522
+ type GetDiasProductsResponse = paths[typeof routeName$5p]['get']['responses'][200]['content']['application/json'];
119523
+ type GetDiasProductsProps = paths[typeof routeName$5p]['get']['parameters'];
119257
119524
  declare const getDiasProducts: (props: GetDiasProductsProps, wgApiClient: ClientType) => Promise<GetDiasProductsResponse>;
119258
119525
 
119259
- declare const routeName$5m = "/v1/api/connections/fasterforward/employees";
119260
- type GetFasterforwardEmployeesQueryParams = paths[typeof routeName$5m]['get']['parameters']['query'];
119261
- type GetFasterforwardEmployeesResponse = paths[typeof routeName$5m]['get']['responses'][200]['content']['application/json'];
119262
- type GetFasterforwardEmployeesProps = paths[typeof routeName$5m]['get']['parameters'];
119526
+ declare const routeName$5o = "/v1/api/connections/dias/afdbranches";
119527
+ type GetDiasAfdbranchesResponse = paths[typeof routeName$5o]['get']['responses'][200]['content']['application/json'];
119528
+ declare const getDiasAfdbranches: (wgApiClient: ClientType) => Promise<GetDiasAfdbranchesResponse>;
119529
+
119530
+ declare const routeName$5n = "/v1/api/connections/fasterforward/employees";
119531
+ type GetFasterforwardEmployeesQueryParams = paths[typeof routeName$5n]['get']['parameters']['query'];
119532
+ type GetFasterforwardEmployeesResponse = paths[typeof routeName$5n]['get']['responses'][200]['content']['application/json'];
119533
+ type GetFasterforwardEmployeesProps = paths[typeof routeName$5n]['get']['parameters'];
119263
119534
  declare const getFasterforwardEmployees: (props: GetFasterforwardEmployeesProps, wgApiClient: ClientType) => Promise<GetFasterforwardEmployeesResponse>;
119264
119535
 
119265
- declare const routeName$5l = "/v1/api/connections/assu/employees";
119266
- type GetAssuEmployeesQueryParams = paths[typeof routeName$5l]['get']['parameters']['query'];
119267
- type GetAssuEmployeesResponse = paths[typeof routeName$5l]['get']['responses'][200]['content']['application/json'];
119268
- type GetAssuEmployeesProps = paths[typeof routeName$5l]['get']['parameters'];
119536
+ declare const routeName$5m = "/v1/api/connections/assu/employees";
119537
+ type GetAssuEmployeesQueryParams = paths[typeof routeName$5m]['get']['parameters']['query'];
119538
+ type GetAssuEmployeesResponse = paths[typeof routeName$5m]['get']['responses'][200]['content']['application/json'];
119539
+ type GetAssuEmployeesProps = paths[typeof routeName$5m]['get']['parameters'];
119269
119540
  declare const getAssuEmployees: (props: GetAssuEmployeesProps, wgApiClient: ClientType) => Promise<GetAssuEmployeesResponse>;
119270
119541
 
119271
- declare const routeName$5k = "/v1/api/connections/fasterforward/teams";
119272
- type GetFasterforwardTeamsQueryParams = paths[typeof routeName$5k]['get']['parameters']['query'];
119273
- type GetFasterforwardTeamsResponse = paths[typeof routeName$5k]['get']['responses'][200]['content']['application/json'];
119274
- type GetFasterforwardTeamsProps = paths[typeof routeName$5k]['get']['parameters'];
119542
+ declare const routeName$5l = "/v1/api/connections/fasterforward/teams";
119543
+ type GetFasterforwardTeamsQueryParams = paths[typeof routeName$5l]['get']['parameters']['query'];
119544
+ type GetFasterforwardTeamsResponse = paths[typeof routeName$5l]['get']['responses'][200]['content']['application/json'];
119545
+ type GetFasterforwardTeamsProps = paths[typeof routeName$5l]['get']['parameters'];
119275
119546
  declare const getFasterforwardTeams: (props: GetFasterforwardTeamsProps, wgApiClient: ClientType) => Promise<GetFasterforwardTeamsResponse>;
119276
119547
 
119277
- declare const routeName$5j = "/v1/api/connections/fasterforward/validate";
119278
- type ValidateFasterforwardConnectionQueryParams = paths[typeof routeName$5j]['post']['parameters']['query'];
119279
- type ValidateFasterforwardConnectionResponse = paths[typeof routeName$5j]['post']['responses'][200]['content']['application/json'];
119548
+ declare const routeName$5k = "/v1/api/connections/fasterforward/validate";
119549
+ type ValidateFasterforwardConnectionQueryParams = paths[typeof routeName$5k]['post']['parameters']['query'];
119550
+ type ValidateFasterforwardConnectionResponse = paths[typeof routeName$5k]['post']['responses'][200]['content']['application/json'];
119280
119551
  interface ValidateFasterforwardConnectionProps {
119281
119552
  params: {
119282
119553
  query: ValidateFasterforwardConnectionQueryParams;
@@ -119284,15 +119555,15 @@ interface ValidateFasterforwardConnectionProps {
119284
119555
  }
119285
119556
  declare const validateFasterforwardConnection: (props: ValidateFasterforwardConnectionProps, wgApiClient: ClientType) => Promise<ValidateFasterforwardConnectionResponse>;
119286
119557
 
119287
- declare const routeName$5i = "/v1/api/integrations/anva/parties";
119288
- type V1ApiIntegrationsAnvaPartiesGetQueryParams = paths[typeof routeName$5i]['get']['parameters']['query'];
119289
- type V1ApiIntegrationsAnvaPartiesGetResponse = paths[typeof routeName$5i]['get']['responses'][200]['content']['application/json'];
119290
- type V1ApiIntegrationsAnvaPartiesGetProps = paths[typeof routeName$5i]['get']['parameters'];
119558
+ declare const routeName$5j = "/v1/api/integrations/anva/parties";
119559
+ type V1ApiIntegrationsAnvaPartiesGetQueryParams = paths[typeof routeName$5j]['get']['parameters']['query'];
119560
+ type V1ApiIntegrationsAnvaPartiesGetResponse = paths[typeof routeName$5j]['get']['responses'][200]['content']['application/json'];
119561
+ type V1ApiIntegrationsAnvaPartiesGetProps = paths[typeof routeName$5j]['get']['parameters'];
119291
119562
  declare const v1ApiIntegrationsAnvaPartiesGet: (props: V1ApiIntegrationsAnvaPartiesGetProps, wgApiClient: ClientType) => Promise<V1ApiIntegrationsAnvaPartiesGetResponse>;
119292
119563
 
119293
- declare const routeName$5h = "/v1/api/integrations/anva/parties/{anva_id}/imports";
119294
- type V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostQueryParams = paths[typeof routeName$5h]['post']['parameters']['query'];
119295
- type V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostResponse = paths[typeof routeName$5h]['post']['responses'][201]['content']['application/json'];
119564
+ declare const routeName$5i = "/v1/api/integrations/anva/parties/{anva_id}/imports";
119565
+ type V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostQueryParams = paths[typeof routeName$5i]['post']['parameters']['query'];
119566
+ type V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostResponse = paths[typeof routeName$5i]['post']['responses'][201]['content']['application/json'];
119296
119567
  interface V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostProps {
119297
119568
  params: {
119298
119569
  query: V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostQueryParams;
@@ -119300,9 +119571,9 @@ interface V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostProps {
119300
119571
  }
119301
119572
  declare const v1ApiIntegrationsAnvaPartiesAnvaIdImportsPost: (props: V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostProps, wgApiClient: ClientType) => Promise<V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostResponse>;
119302
119573
 
119303
- declare const routeName$5g = "/v1/api/integrations/anva/validate";
119304
- type V1ApiIntegrationsAnvaValidatePostQueryParams = paths[typeof routeName$5g]['post']['parameters']['query'];
119305
- type V1ApiIntegrationsAnvaValidatePostResponse = paths[typeof routeName$5g]['post']['responses'][200]['content']['application/json'];
119574
+ declare const routeName$5h = "/v1/api/integrations/anva/validate";
119575
+ type V1ApiIntegrationsAnvaValidatePostQueryParams = paths[typeof routeName$5h]['post']['parameters']['query'];
119576
+ type V1ApiIntegrationsAnvaValidatePostResponse = paths[typeof routeName$5h]['post']['responses'][200]['content']['application/json'];
119306
119577
  interface V1ApiIntegrationsAnvaValidatePostProps {
119307
119578
  params: {
119308
119579
  query: V1ApiIntegrationsAnvaValidatePostQueryParams;
@@ -119310,11 +119581,11 @@ interface V1ApiIntegrationsAnvaValidatePostProps {
119310
119581
  }
119311
119582
  declare const v1ApiIntegrationsAnvaValidatePost: (props: V1ApiIntegrationsAnvaValidatePostProps, wgApiClient: ClientType) => Promise<V1ApiIntegrationsAnvaValidatePostResponse>;
119312
119583
 
119313
- declare const routeName$5f = "/v1/api/conversations/{session_id}/generate-questions-to-prefill-by-car";
119314
- type GenerateQuestionsToPrefillByCarBody = paths[typeof routeName$5f]['post']['requestBody']['content']['application/json'];
119315
- type GenerateQuestionsToPrefillByCarPathParams = paths[typeof routeName$5f]['post']['parameters']['path'];
119316
- type GenerateQuestionsToPrefillByCarQueryParams = paths[typeof routeName$5f]['post']['parameters']['query'];
119317
- type GenerateQuestionsToPrefillByCarResponse = paths[typeof routeName$5f]['post']['responses'][200]['content']['application/json'];
119584
+ declare const routeName$5g = "/v1/api/conversations/{session_id}/generate-questions-to-prefill-by-car";
119585
+ type GenerateQuestionsToPrefillByCarBody = paths[typeof routeName$5g]['post']['requestBody']['content']['application/json'];
119586
+ type GenerateQuestionsToPrefillByCarPathParams = paths[typeof routeName$5g]['post']['parameters']['path'];
119587
+ type GenerateQuestionsToPrefillByCarQueryParams = paths[typeof routeName$5g]['post']['parameters']['query'];
119588
+ type GenerateQuestionsToPrefillByCarResponse = paths[typeof routeName$5g]['post']['responses'][200]['content']['application/json'];
119318
119589
  interface GenerateQuestionsToPrefillByCarProps {
119319
119590
  body: GenerateQuestionsToPrefillByCarBody;
119320
119591
  params: {
@@ -119324,11 +119595,11 @@ interface GenerateQuestionsToPrefillByCarProps {
119324
119595
  }
119325
119596
  declare const generateQuestionsToPrefillByCar: (props: GenerateQuestionsToPrefillByCarProps, wgApiClient: ClientType) => Promise<GenerateQuestionsToPrefillByCarResponse>;
119326
119597
 
119327
- declare const routeName$5e = "/v1/api/flows/{flow_id}/conversations";
119328
- type CreateConversationBody = paths[typeof routeName$5e]['post']['requestBody']['content']['application/json'];
119329
- type CreateConversationPathParams = paths[typeof routeName$5e]['post']['parameters']['path'];
119330
- type CreateConversationQueryParams = paths[typeof routeName$5e]['post']['parameters']['query'];
119331
- type CreateConversationResponse = paths[typeof routeName$5e]['post']['responses'][201]['content']['application/json'];
119598
+ declare const routeName$5f = "/v1/api/flows/{flow_id}/conversations";
119599
+ type CreateConversationBody = paths[typeof routeName$5f]['post']['requestBody']['content']['application/json'];
119600
+ type CreateConversationPathParams = paths[typeof routeName$5f]['post']['parameters']['path'];
119601
+ type CreateConversationQueryParams = paths[typeof routeName$5f]['post']['parameters']['query'];
119602
+ type CreateConversationResponse = paths[typeof routeName$5f]['post']['responses'][201]['content']['application/json'];
119332
119603
  interface CreateConversationProps {
119333
119604
  body: CreateConversationBody;
119334
119605
  params: {
@@ -119338,11 +119609,11 @@ interface CreateConversationProps {
119338
119609
  }
119339
119610
  declare const createConversation: (props: CreateConversationProps, wgApiClient: ClientType) => Promise<CreateConversationResponse>;
119340
119611
 
119341
- declare const routeName$5d = "/v1/api/flows/{flow_id}/conversations/{session_id}/answers";
119342
- type AnswerAFlowSessionBody = paths[typeof routeName$5d]['post']['requestBody']['content']['application/json'];
119343
- type AnswerAFlowSessionPathParams = paths[typeof routeName$5d]['post']['parameters']['path'];
119344
- type AnswerAFlowSessionQueryParams = paths[typeof routeName$5d]['post']['parameters']['query'];
119345
- type AnswerAFlowSessionResponse = paths[typeof routeName$5d]['post']['responses'][200]['content']['application/json'];
119612
+ declare const routeName$5e = "/v1/api/flows/{flow_id}/conversations/{session_id}/answers";
119613
+ type AnswerAFlowSessionBody = paths[typeof routeName$5e]['post']['requestBody']['content']['application/json'];
119614
+ type AnswerAFlowSessionPathParams = paths[typeof routeName$5e]['post']['parameters']['path'];
119615
+ type AnswerAFlowSessionQueryParams = paths[typeof routeName$5e]['post']['parameters']['query'];
119616
+ type AnswerAFlowSessionResponse = paths[typeof routeName$5e]['post']['responses'][200]['content']['application/json'];
119346
119617
  interface AnswerAFlowSessionProps {
119347
119618
  body: AnswerAFlowSessionBody;
119348
119619
  params: {
@@ -119352,28 +119623,28 @@ interface AnswerAFlowSessionProps {
119352
119623
  }
119353
119624
  declare const answerAFlowSession: (props: AnswerAFlowSessionProps, wgApiClient: ClientType) => Promise<AnswerAFlowSessionResponse>;
119354
119625
 
119355
- declare const routeName$5c = "/v1/api/conversations";
119356
- type GetAllConversationsQueryParams = paths[typeof routeName$5c]['get']['parameters']['query'];
119357
- type GetAllConversationsResponse = paths[typeof routeName$5c]['get']['responses'][200]['content']['application/json'];
119358
- type GetAllConversationsProps = paths[typeof routeName$5c]['get']['parameters'];
119626
+ declare const routeName$5d = "/v1/api/conversations";
119627
+ type GetAllConversationsQueryParams = paths[typeof routeName$5d]['get']['parameters']['query'];
119628
+ type GetAllConversationsResponse = paths[typeof routeName$5d]['get']['responses'][200]['content']['application/json'];
119629
+ type GetAllConversationsProps = paths[typeof routeName$5d]['get']['parameters'];
119359
119630
  declare const getAllConversations: (props: GetAllConversationsProps, wgApiClient: ClientType) => Promise<GetAllConversationsResponse>;
119360
119631
 
119361
- declare const routeName$5b = "/v1/api/conversations-filters/origin";
119362
- type GetConversationsOriginFilterQueryParams = paths[typeof routeName$5b]['get']['parameters']['query'];
119363
- type GetConversationsOriginFilterResponse = paths[typeof routeName$5b]['get']['responses'][200]['content']['application/json'];
119364
- type GetConversationsOriginFilterProps = paths[typeof routeName$5b]['get']['parameters'];
119632
+ declare const routeName$5c = "/v1/api/conversations-filters/origin";
119633
+ type GetConversationsOriginFilterQueryParams = paths[typeof routeName$5c]['get']['parameters']['query'];
119634
+ type GetConversationsOriginFilterResponse = paths[typeof routeName$5c]['get']['responses'][200]['content']['application/json'];
119635
+ type GetConversationsOriginFilterProps = paths[typeof routeName$5c]['get']['parameters'];
119365
119636
  declare const getConversationsOriginFilter: (props: GetConversationsOriginFilterProps, wgApiClient: ClientType) => Promise<GetConversationsOriginFilterResponse>;
119366
119637
 
119367
- declare const routeName$5a = "/v1/api/conversations/{session_id}";
119368
- type GetConversationByIdPathParams = paths[typeof routeName$5a]['get']['parameters']['path'];
119369
- type GetConversationByIdQueryParams = paths[typeof routeName$5a]['get']['parameters']['query'];
119370
- type GetConversationByIdResponse = paths[typeof routeName$5a]['get']['responses'][200]['content']['application/json'];
119371
- type GetConversationByIdProps = paths[typeof routeName$5a]['get']['parameters'];
119638
+ declare const routeName$5b = "/v1/api/conversations/{session_id}";
119639
+ type GetConversationByIdPathParams = paths[typeof routeName$5b]['get']['parameters']['path'];
119640
+ type GetConversationByIdQueryParams = paths[typeof routeName$5b]['get']['parameters']['query'];
119641
+ type GetConversationByIdResponse = paths[typeof routeName$5b]['get']['responses'][200]['content']['application/json'];
119642
+ type GetConversationByIdProps = paths[typeof routeName$5b]['get']['parameters'];
119372
119643
  declare const getConversationById: (props: GetConversationByIdProps, wgApiClient: ClientType) => Promise<GetConversationByIdResponse>;
119373
119644
 
119374
- declare const routeName$59 = "/v1/api/conversations/{session_id}";
119375
- type DeleteSessionBySessionIdPathParams = paths[typeof routeName$59]['delete']['parameters']['path'];
119376
- type DeleteSessionBySessionIdResponse = paths[typeof routeName$59]['delete']['responses'][200]['content']['application/json'];
119645
+ declare const routeName$5a = "/v1/api/conversations/{session_id}";
119646
+ type DeleteSessionBySessionIdPathParams = paths[typeof routeName$5a]['delete']['parameters']['path'];
119647
+ type DeleteSessionBySessionIdResponse = paths[typeof routeName$5a]['delete']['responses'][200]['content']['application/json'];
119377
119648
  interface DeleteSessionBySessionIdProps {
119378
119649
  params: {
119379
119650
  path: DeleteSessionBySessionIdPathParams;
@@ -119381,10 +119652,10 @@ interface DeleteSessionBySessionIdProps {
119381
119652
  }
119382
119653
  declare const deleteSessionBySessionId: (props: DeleteSessionBySessionIdProps, wgApiClient: ClientType) => Promise<DeleteSessionBySessionIdResponse>;
119383
119654
 
119384
- declare const routeName$58 = "/v1/api/conversations/{session_id}";
119385
- type UpdateConversationByIdBody = paths[typeof routeName$58]['patch']['requestBody']['content']['application/json'];
119386
- type UpdateConversationByIdPathParams = paths[typeof routeName$58]['patch']['parameters']['path'];
119387
- type UpdateConversationByIdResponse = paths[typeof routeName$58]['patch']['responses'][200]['content']['application/json'];
119655
+ declare const routeName$59 = "/v1/api/conversations/{session_id}";
119656
+ type UpdateConversationByIdBody = paths[typeof routeName$59]['patch']['requestBody']['content']['application/json'];
119657
+ type UpdateConversationByIdPathParams = paths[typeof routeName$59]['patch']['parameters']['path'];
119658
+ type UpdateConversationByIdResponse = paths[typeof routeName$59]['patch']['responses'][200]['content']['application/json'];
119388
119659
  interface UpdateConversationByIdProps {
119389
119660
  body: UpdateConversationByIdBody;
119390
119661
  params: {
@@ -119393,16 +119664,16 @@ interface UpdateConversationByIdProps {
119393
119664
  }
119394
119665
  declare const updateConversationById: (props: UpdateConversationByIdProps, wgApiClient: ClientType) => Promise<UpdateConversationByIdResponse>;
119395
119666
 
119396
- declare const routeName$57 = "/v1/api/conversations/{session_id}/sessions";
119397
- type GetAllSessionsBySessionIdPathParams = paths[typeof routeName$57]['get']['parameters']['path'];
119398
- type GetAllSessionsBySessionIdQueryParams = paths[typeof routeName$57]['get']['parameters']['query'];
119399
- type GetAllSessionsBySessionIdResponse = paths[typeof routeName$57]['get']['responses'][200]['content']['application/json'];
119400
- type GetAllSessionsBySessionIdProps = paths[typeof routeName$57]['get']['parameters'];
119667
+ declare const routeName$58 = "/v1/api/conversations/{session_id}/sessions";
119668
+ type GetAllSessionsBySessionIdPathParams = paths[typeof routeName$58]['get']['parameters']['path'];
119669
+ type GetAllSessionsBySessionIdQueryParams = paths[typeof routeName$58]['get']['parameters']['query'];
119670
+ type GetAllSessionsBySessionIdResponse = paths[typeof routeName$58]['get']['responses'][200]['content']['application/json'];
119671
+ type GetAllSessionsBySessionIdProps = paths[typeof routeName$58]['get']['parameters'];
119401
119672
  declare const getAllSessionsBySessionId: (props: GetAllSessionsBySessionIdProps, wgApiClient: ClientType) => Promise<GetAllSessionsBySessionIdResponse>;
119402
119673
 
119403
- declare const routeName$56 = "/v1/api/conversations/{session_id}/sessions";
119404
- type DeleteAllSessionsBySessionIdPathParams = paths[typeof routeName$56]['delete']['parameters']['path'];
119405
- type DeleteAllSessionsBySessionIdResponse = paths[typeof routeName$56]['delete']['responses'][200]['content']['application/json'];
119674
+ declare const routeName$57 = "/v1/api/conversations/{session_id}/sessions";
119675
+ type DeleteAllSessionsBySessionIdPathParams = paths[typeof routeName$57]['delete']['parameters']['path'];
119676
+ type DeleteAllSessionsBySessionIdResponse = paths[typeof routeName$57]['delete']['responses'][200]['content']['application/json'];
119406
119677
  interface DeleteAllSessionsBySessionIdProps {
119407
119678
  params: {
119408
119679
  path: DeleteAllSessionsBySessionIdPathParams;
@@ -119410,10 +119681,10 @@ interface DeleteAllSessionsBySessionIdProps {
119410
119681
  }
119411
119682
  declare const deleteAllSessionsBySessionId: (props: DeleteAllSessionsBySessionIdProps, wgApiClient: ClientType) => Promise<DeleteAllSessionsBySessionIdResponse>;
119412
119683
 
119413
- declare const routeName$55 = "/v1/api/conversations/{session_id}/entities/{entity_id}";
119414
- type DeleteEntityBySessionIdAndFlowIdPathParams = paths[typeof routeName$55]['delete']['parameters']['path'];
119415
- type DeleteEntityBySessionIdAndFlowIdQueryParams = paths[typeof routeName$55]['delete']['parameters']['query'];
119416
- type DeleteEntityBySessionIdAndFlowIdResponse = paths[typeof routeName$55]['delete']['responses'][200]['content']['application/json'];
119684
+ declare const routeName$56 = "/v1/api/conversations/{session_id}/entities/{entity_id}";
119685
+ type DeleteEntityBySessionIdAndFlowIdPathParams = paths[typeof routeName$56]['delete']['parameters']['path'];
119686
+ type DeleteEntityBySessionIdAndFlowIdQueryParams = paths[typeof routeName$56]['delete']['parameters']['query'];
119687
+ type DeleteEntityBySessionIdAndFlowIdResponse = paths[typeof routeName$56]['delete']['responses'][200]['content']['application/json'];
119417
119688
  interface DeleteEntityBySessionIdAndFlowIdProps {
119418
119689
  params: {
119419
119690
  query: DeleteEntityBySessionIdAndFlowIdQueryParams;
@@ -119422,10 +119693,10 @@ interface DeleteEntityBySessionIdAndFlowIdProps {
119422
119693
  }
119423
119694
  declare const deleteEntityBySessionIdAndFlowId: (props: DeleteEntityBySessionIdAndFlowIdProps, wgApiClient: ClientType) => Promise<DeleteEntityBySessionIdAndFlowIdResponse>;
119424
119695
 
119425
- declare const routeName$54 = "/v1/api/conversations/{session_id}/entities/{entity_id}/parties/{party_id}";
119426
- type DeletePartyEntityBySessionIdAndFlowIdPathParams = paths[typeof routeName$54]['delete']['parameters']['path'];
119427
- type DeletePartyEntityBySessionIdAndFlowIdQueryParams = paths[typeof routeName$54]['delete']['parameters']['query'];
119428
- type DeletePartyEntityBySessionIdAndFlowIdResponse = paths[typeof routeName$54]['delete']['responses'][200]['content']['application/json'];
119696
+ declare const routeName$55 = "/v1/api/conversations/{session_id}/entities/{entity_id}/parties/{party_id}";
119697
+ type DeletePartyEntityBySessionIdAndFlowIdPathParams = paths[typeof routeName$55]['delete']['parameters']['path'];
119698
+ type DeletePartyEntityBySessionIdAndFlowIdQueryParams = paths[typeof routeName$55]['delete']['parameters']['query'];
119699
+ type DeletePartyEntityBySessionIdAndFlowIdResponse = paths[typeof routeName$55]['delete']['responses'][200]['content']['application/json'];
119429
119700
  interface DeletePartyEntityBySessionIdAndFlowIdProps {
119430
119701
  params: {
119431
119702
  query: DeletePartyEntityBySessionIdAndFlowIdQueryParams;
@@ -119434,10 +119705,10 @@ interface DeletePartyEntityBySessionIdAndFlowIdProps {
119434
119705
  }
119435
119706
  declare const deletePartyEntityBySessionIdAndFlowId: (props: DeletePartyEntityBySessionIdAndFlowIdProps, wgApiClient: ClientType) => Promise<DeletePartyEntityBySessionIdAndFlowIdResponse>;
119436
119707
 
119437
- declare const routeName$53 = "/v1/api/conversations/{session_id}/complete";
119438
- type MarkConversationAsCompletedByIdBody = paths[typeof routeName$53]['post']['requestBody']['content']['application/json'];
119439
- type MarkConversationAsCompletedByIdPathParams = paths[typeof routeName$53]['post']['parameters']['path'];
119440
- type MarkConversationAsCompletedByIdResponse = paths[typeof routeName$53]['post']['responses'][200]['content']['application/json'];
119708
+ declare const routeName$54 = "/v1/api/conversations/{session_id}/complete";
119709
+ type MarkConversationAsCompletedByIdBody = paths[typeof routeName$54]['post']['requestBody']['content']['application/json'];
119710
+ type MarkConversationAsCompletedByIdPathParams = paths[typeof routeName$54]['post']['parameters']['path'];
119711
+ type MarkConversationAsCompletedByIdResponse = paths[typeof routeName$54]['post']['responses'][200]['content']['application/json'];
119441
119712
  interface MarkConversationAsCompletedByIdProps {
119442
119713
  body: MarkConversationAsCompletedByIdBody;
119443
119714
  params: {
@@ -119446,9 +119717,9 @@ interface MarkConversationAsCompletedByIdProps {
119446
119717
  }
119447
119718
  declare const markConversationAsCompletedById: (props: MarkConversationAsCompletedByIdProps, wgApiClient: ClientType) => Promise<MarkConversationAsCompletedByIdResponse>;
119448
119719
 
119449
- declare const routeName$52 = "/v1/api/conversations/{session_id}/reminders";
119450
- type CreateConversationReminderPathParams = paths[typeof routeName$52]['post']['parameters']['path'];
119451
- type CreateConversationReminderResponse = paths[typeof routeName$52]['post']['responses'][200]['content']['application/json'];
119720
+ declare const routeName$53 = "/v1/api/conversations/{session_id}/reminders";
119721
+ type CreateConversationReminderPathParams = paths[typeof routeName$53]['post']['parameters']['path'];
119722
+ type CreateConversationReminderResponse = paths[typeof routeName$53]['post']['responses'][200]['content']['application/json'];
119452
119723
  interface CreateConversationReminderProps {
119453
119724
  params: {
119454
119725
  path: CreateConversationReminderPathParams;
@@ -119456,11 +119727,11 @@ interface CreateConversationReminderProps {
119456
119727
  }
119457
119728
  declare const createConversationReminder: (props: CreateConversationReminderProps, wgApiClient: ClientType) => Promise<CreateConversationReminderResponse>;
119458
119729
 
119459
- declare const routeName$51 = "/v1/api/conversations/{session_id}/pdf";
119460
- type GetConversationReportPdfByIdBody = paths[typeof routeName$51]['post']['requestBody']['content']['application/json'];
119461
- type GetConversationReportPdfByIdPathParams = paths[typeof routeName$51]['post']['parameters']['path'];
119462
- type GetConversationReportPdfByIdQueryParams = paths[typeof routeName$51]['post']['parameters']['query'];
119463
- type GetConversationReportPdfByIdResponse = paths[typeof routeName$51]['post']['responses'][200]['content']['application/json'];
119730
+ declare const routeName$52 = "/v1/api/conversations/{session_id}/pdf";
119731
+ type GetConversationReportPdfByIdBody = paths[typeof routeName$52]['post']['requestBody']['content']['application/json'];
119732
+ type GetConversationReportPdfByIdPathParams = paths[typeof routeName$52]['post']['parameters']['path'];
119733
+ type GetConversationReportPdfByIdQueryParams = paths[typeof routeName$52]['post']['parameters']['query'];
119734
+ type GetConversationReportPdfByIdResponse = paths[typeof routeName$52]['post']['responses'][200]['content']['application/json'];
119464
119735
  interface GetConversationReportPdfByIdProps {
119465
119736
  body: GetConversationReportPdfByIdBody;
119466
119737
  params: {
@@ -119470,10 +119741,10 @@ interface GetConversationReportPdfByIdProps {
119470
119741
  }
119471
119742
  declare const getConversationReportPdfById: (props: GetConversationReportPdfByIdProps, wgApiClient: ClientType) => Promise<GetConversationReportPdfByIdResponse>;
119472
119743
 
119473
- declare const routeName$50 = "/v1/api/conversations/{session_id}/feedback";
119474
- type GiveFeedbackOnConversationByIdPathParams = paths[typeof routeName$50]['post']['parameters']['path'];
119475
- type GiveFeedbackOnConversationByIdQueryParams = paths[typeof routeName$50]['post']['parameters']['query'];
119476
- type GiveFeedbackOnConversationByIdResponse = paths[typeof routeName$50]['post']['responses'][201]['content']['application/json'];
119744
+ declare const routeName$51 = "/v1/api/conversations/{session_id}/feedback";
119745
+ type GiveFeedbackOnConversationByIdPathParams = paths[typeof routeName$51]['post']['parameters']['path'];
119746
+ type GiveFeedbackOnConversationByIdQueryParams = paths[typeof routeName$51]['post']['parameters']['query'];
119747
+ type GiveFeedbackOnConversationByIdResponse = paths[typeof routeName$51]['post']['responses'][201]['content']['application/json'];
119477
119748
  interface GiveFeedbackOnConversationByIdProps {
119478
119749
  params: {
119479
119750
  query: GiveFeedbackOnConversationByIdQueryParams;
@@ -119482,27 +119753,27 @@ interface GiveFeedbackOnConversationByIdProps {
119482
119753
  }
119483
119754
  declare const giveFeedbackOnConversationById: (props: GiveFeedbackOnConversationByIdProps, wgApiClient: ClientType) => Promise<GiveFeedbackOnConversationByIdResponse>;
119484
119755
 
119485
- declare const routeName$4$ = "/v1/api/conversations/{session_id}/chat";
119486
- type GetChatBySessionIdPathParams = paths[typeof routeName$4$]['get']['parameters']['path'];
119487
- type GetChatBySessionIdResponse = paths[typeof routeName$4$]['get']['responses'][200]['content']['application/json'];
119488
- type GetChatBySessionIdProps = paths[typeof routeName$4$]['get']['parameters'];
119756
+ declare const routeName$50 = "/v1/api/conversations/{session_id}/chat";
119757
+ type GetChatBySessionIdPathParams = paths[typeof routeName$50]['get']['parameters']['path'];
119758
+ type GetChatBySessionIdResponse = paths[typeof routeName$50]['get']['responses'][200]['content']['application/json'];
119759
+ type GetChatBySessionIdProps = paths[typeof routeName$50]['get']['parameters'];
119489
119760
  declare const getChatBySessionId: (props: GetChatBySessionIdProps, wgApiClient: ClientType) => Promise<GetChatBySessionIdResponse>;
119490
119761
 
119491
- declare const routeName$4_ = "/v2/api/conversations/{session_id}/chat-summary";
119492
- type GetChatSummaryV2BySessionIdPathParams = paths[typeof routeName$4_]['get']['parameters']['path'];
119493
- type GetChatSummaryV2BySessionIdQueryParams = paths[typeof routeName$4_]['get']['parameters']['query'];
119494
- type GetChatSummaryV2BySessionIdResponse = paths[typeof routeName$4_]['get']['responses'][200]['content']['application/json'];
119495
- type GetChatSummaryV2BySessionIdProps = paths[typeof routeName$4_]['get']['parameters'];
119762
+ declare const routeName$4$ = "/v2/api/conversations/{session_id}/chat-summary";
119763
+ type GetChatSummaryV2BySessionIdPathParams = paths[typeof routeName$4$]['get']['parameters']['path'];
119764
+ type GetChatSummaryV2BySessionIdQueryParams = paths[typeof routeName$4$]['get']['parameters']['query'];
119765
+ type GetChatSummaryV2BySessionIdResponse = paths[typeof routeName$4$]['get']['responses'][200]['content']['application/json'];
119766
+ type GetChatSummaryV2BySessionIdProps = paths[typeof routeName$4$]['get']['parameters'];
119496
119767
  declare const getChatSummaryV2BySessionId: (props: GetChatSummaryV2BySessionIdProps, wgApiClient: ClientType) => Promise<GetChatSummaryV2BySessionIdResponse>;
119497
119768
 
119498
- declare const routeName$4Z = "/v1/api/customers/me/parties";
119499
- type GetPartiesLinkedToUserResponse = paths[typeof routeName$4Z]['get']['responses'][200]['content']['application/json'];
119769
+ declare const routeName$4_ = "/v1/api/customers/me/parties";
119770
+ type GetPartiesLinkedToUserResponse = paths[typeof routeName$4_]['get']['responses'][200]['content']['application/json'];
119500
119771
  declare const getPartiesLinkedToUser: (wgApiClient: ClientType) => Promise<GetPartiesLinkedToUserResponse>;
119501
119772
 
119502
- declare const routeName$4Y = "/v1/api/parties/{party_id}/customer-invitations";
119503
- type InviteUserToPartyBody = paths[typeof routeName$4Y]['post']['requestBody']['content']['application/json'];
119504
- type InviteUserToPartyPathParams = paths[typeof routeName$4Y]['post']['parameters']['path'];
119505
- type InviteUserToPartyResponse = paths[typeof routeName$4Y]['post']['responses'][200]['content']['application/json'];
119773
+ declare const routeName$4Z = "/v1/api/parties/{party_id}/customer-invitations";
119774
+ type InviteUserToPartyBody = paths[typeof routeName$4Z]['post']['requestBody']['content']['application/json'];
119775
+ type InviteUserToPartyPathParams = paths[typeof routeName$4Z]['post']['parameters']['path'];
119776
+ type InviteUserToPartyResponse = paths[typeof routeName$4Z]['post']['responses'][200]['content']['application/json'];
119506
119777
  interface InviteUserToPartyProps {
119507
119778
  body: InviteUserToPartyBody;
119508
119779
  params: {
@@ -119511,31 +119782,31 @@ interface InviteUserToPartyProps {
119511
119782
  }
119512
119783
  declare const inviteUserToParty: (props: InviteUserToPartyProps, wgApiClient: ClientType) => Promise<InviteUserToPartyResponse>;
119513
119784
 
119514
- declare const routeName$4X = "/v1/api/parties/{party_id}/checkup";
119515
- type GetCheckupByPartyIdPathParams = paths[typeof routeName$4X]['get']['parameters']['path'];
119516
- type GetCheckupByPartyIdResponse = paths[typeof routeName$4X]['get']['responses'][200]['content']['application/json'];
119517
- type GetCheckupByPartyIdProps = paths[typeof routeName$4X]['get']['parameters'];
119785
+ declare const routeName$4Y = "/v1/api/parties/{party_id}/checkup";
119786
+ type GetCheckupByPartyIdPathParams = paths[typeof routeName$4Y]['get']['parameters']['path'];
119787
+ type GetCheckupByPartyIdResponse = paths[typeof routeName$4Y]['get']['responses'][200]['content']['application/json'];
119788
+ type GetCheckupByPartyIdProps = paths[typeof routeName$4Y]['get']['parameters'];
119518
119789
  declare const getCheckupByPartyId: (props: GetCheckupByPartyIdProps, wgApiClient: ClientType) => Promise<GetCheckupByPartyIdResponse>;
119519
119790
 
119520
- declare const routeName$4W = "/v1/api/parties/link-users";
119521
- type LinkPartyToUserBody = paths[typeof routeName$4W]['post']['requestBody']['content']['application/json'];
119522
- type LinkPartyToUserResponse = paths[typeof routeName$4W]['post']['responses'][200]['content']['application/json'];
119791
+ declare const routeName$4X = "/v1/api/parties/link-users";
119792
+ type LinkPartyToUserBody = paths[typeof routeName$4X]['post']['requestBody']['content']['application/json'];
119793
+ type LinkPartyToUserResponse = paths[typeof routeName$4X]['post']['responses'][200]['content']['application/json'];
119523
119794
  interface LinkPartyToUserProps {
119524
119795
  body: LinkPartyToUserBody;
119525
119796
  }
119526
119797
  declare const linkPartyToUser: (props: LinkPartyToUserProps, wgApiClient: ClientType) => Promise<LinkPartyToUserResponse>;
119527
119798
 
119528
- declare const routeName$4V = "/v1/api/parties/delink-users";
119529
- type DelinkPartyToUserBody = paths[typeof routeName$4V]['post']['requestBody']['content']['application/json'];
119530
- type DelinkPartyToUserResponse = paths[typeof routeName$4V]['post']['responses'][200]['content']['application/json'];
119799
+ declare const routeName$4W = "/v1/api/parties/delink-users";
119800
+ type DelinkPartyToUserBody = paths[typeof routeName$4W]['post']['requestBody']['content']['application/json'];
119801
+ type DelinkPartyToUserResponse = paths[typeof routeName$4W]['post']['responses'][200]['content']['application/json'];
119531
119802
  interface DelinkPartyToUserProps {
119532
119803
  body: DelinkPartyToUserBody;
119533
119804
  }
119534
119805
  declare const delinkPartyToUser: (props: DelinkPartyToUserProps, wgApiClient: ClientType) => Promise<DelinkPartyToUserResponse>;
119535
119806
 
119536
- declare const routeName$4U = "/v1/api/customers/{user_id}/password-reset";
119537
- type SendPasswordResetToCustomerPathParams = paths[typeof routeName$4U]['post']['parameters']['path'];
119538
- type SendPasswordResetToCustomerResponse = paths[typeof routeName$4U]['post']['responses'][200]['content']['application/json'];
119807
+ declare const routeName$4V = "/v1/api/customers/{user_id}/password-reset";
119808
+ type SendPasswordResetToCustomerPathParams = paths[typeof routeName$4V]['post']['parameters']['path'];
119809
+ type SendPasswordResetToCustomerResponse = paths[typeof routeName$4V]['post']['responses'][200]['content']['application/json'];
119539
119810
  interface SendPasswordResetToCustomerProps {
119540
119811
  params: {
119541
119812
  path: SendPasswordResetToCustomerPathParams;
@@ -119543,9 +119814,9 @@ interface SendPasswordResetToCustomerProps {
119543
119814
  }
119544
119815
  declare const sendPasswordResetToCustomer: (props: SendPasswordResetToCustomerProps, wgApiClient: ClientType) => Promise<SendPasswordResetToCustomerResponse>;
119545
119816
 
119546
- declare const routeName$4T = "/v1/api/customers/{user_id}/2fa";
119547
- type Disable2FaForCustomerPathParams = paths[typeof routeName$4T]['delete']['parameters']['path'];
119548
- type Disable2FaForCustomerResponse = paths[typeof routeName$4T]['delete']['responses'][200]['content']['application/json'];
119817
+ declare const routeName$4U = "/v1/api/customers/{user_id}/2fa";
119818
+ type Disable2FaForCustomerPathParams = paths[typeof routeName$4U]['delete']['parameters']['path'];
119819
+ type Disable2FaForCustomerResponse = paths[typeof routeName$4U]['delete']['responses'][200]['content']['application/json'];
119549
119820
  interface Disable2FaForCustomerProps {
119550
119821
  params: {
119551
119822
  path: Disable2FaForCustomerPathParams;
@@ -119553,106 +119824,106 @@ interface Disable2FaForCustomerProps {
119553
119824
  }
119554
119825
  declare const disable2FaForCustomer: (props: Disable2FaForCustomerProps, wgApiClient: ClientType) => Promise<Disable2FaForCustomerResponse>;
119555
119826
 
119556
- declare const routeName$4S = "/v1/api/customers/me/insurance-policies";
119557
- type GetInsurancePoliciesAsCustomerQueryParams = paths[typeof routeName$4S]['get']['parameters']['query'];
119558
- type GetInsurancePoliciesAsCustomerResponse = paths[typeof routeName$4S]['get']['responses'][200]['content']['application/json'];
119559
- type GetInsurancePoliciesAsCustomerProps = paths[typeof routeName$4S]['get']['parameters'];
119827
+ declare const routeName$4T = "/v1/api/customers/me/insurance-policies";
119828
+ type GetInsurancePoliciesAsCustomerQueryParams = paths[typeof routeName$4T]['get']['parameters']['query'];
119829
+ type GetInsurancePoliciesAsCustomerResponse = paths[typeof routeName$4T]['get']['responses'][200]['content']['application/json'];
119830
+ type GetInsurancePoliciesAsCustomerProps = paths[typeof routeName$4T]['get']['parameters'];
119560
119831
  declare const getInsurancePoliciesAsCustomer: (props: GetInsurancePoliciesAsCustomerProps, wgApiClient: ClientType) => Promise<GetInsurancePoliciesAsCustomerResponse>;
119561
119832
 
119562
- declare const routeName$4R = "/v1/api/customers/me/insurance-policies/{insurance_policy_id}";
119563
- type GetInsurancePolicyByIdAsCustomerPathParams = paths[typeof routeName$4R]['get']['parameters']['path'];
119564
- type GetInsurancePolicyByIdAsCustomerResponse = paths[typeof routeName$4R]['get']['responses'][200]['content']['application/json'];
119565
- type GetInsurancePolicyByIdAsCustomerProps = paths[typeof routeName$4R]['get']['parameters'];
119833
+ declare const routeName$4S = "/v1/api/customers/me/insurance-policies/{insurance_policy_id}";
119834
+ type GetInsurancePolicyByIdAsCustomerPathParams = paths[typeof routeName$4S]['get']['parameters']['path'];
119835
+ type GetInsurancePolicyByIdAsCustomerResponse = paths[typeof routeName$4S]['get']['responses'][200]['content']['application/json'];
119836
+ type GetInsurancePolicyByIdAsCustomerProps = paths[typeof routeName$4S]['get']['parameters'];
119566
119837
  declare const getInsurancePolicyByIdAsCustomer: (props: GetInsurancePolicyByIdAsCustomerProps, wgApiClient: ClientType) => Promise<GetInsurancePolicyByIdAsCustomerResponse>;
119567
119838
 
119568
- declare const routeName$4Q = "/v1/api/customers/me/insurance-policies/{insurance_policy_id}/finconnect/link";
119569
- type GetFinconnectLinkForInsurancePolicyAsCustomerPathParams = paths[typeof routeName$4Q]['get']['parameters']['path'];
119570
- type GetFinconnectLinkForInsurancePolicyAsCustomerQueryParams = paths[typeof routeName$4Q]['get']['parameters']['query'];
119571
- type GetFinconnectLinkForInsurancePolicyAsCustomerResponse = paths[typeof routeName$4Q]['get']['responses'][200]['content']['application/json'];
119572
- type GetFinconnectLinkForInsurancePolicyAsCustomerProps = paths[typeof routeName$4Q]['get']['parameters'];
119839
+ declare const routeName$4R = "/v1/api/customers/me/insurance-policies/{insurance_policy_id}/finconnect/link";
119840
+ type GetFinconnectLinkForInsurancePolicyAsCustomerPathParams = paths[typeof routeName$4R]['get']['parameters']['path'];
119841
+ type GetFinconnectLinkForInsurancePolicyAsCustomerQueryParams = paths[typeof routeName$4R]['get']['parameters']['query'];
119842
+ type GetFinconnectLinkForInsurancePolicyAsCustomerResponse = paths[typeof routeName$4R]['get']['responses'][200]['content']['application/json'];
119843
+ type GetFinconnectLinkForInsurancePolicyAsCustomerProps = paths[typeof routeName$4R]['get']['parameters'];
119573
119844
  declare const getFinconnectLinkForInsurancePolicyAsCustomer: (props: GetFinconnectLinkForInsurancePolicyAsCustomerProps, wgApiClient: ClientType) => Promise<GetFinconnectLinkForInsurancePolicyAsCustomerResponse>;
119574
119845
 
119575
- declare const routeName$4P = "/v1/api/customers/me/anva-inquiry";
119576
- type SendAnvaInquiryAsCustomerBody = paths[typeof routeName$4P]['post']['requestBody']['content']['application/json'];
119577
- type SendAnvaInquiryAsCustomerResponse = paths[typeof routeName$4P]['post']['responses'][201]['content']['application/json'];
119846
+ declare const routeName$4Q = "/v1/api/customers/me/anva-inquiry";
119847
+ type SendAnvaInquiryAsCustomerBody = paths[typeof routeName$4Q]['post']['requestBody']['content']['application/json'];
119848
+ type SendAnvaInquiryAsCustomerResponse = paths[typeof routeName$4Q]['post']['responses'][201]['content']['application/json'];
119578
119849
  interface SendAnvaInquiryAsCustomerProps {
119579
119850
  body: SendAnvaInquiryAsCustomerBody;
119580
119851
  }
119581
119852
  declare const sendAnvaInquiryAsCustomer: (props: SendAnvaInquiryAsCustomerProps, wgApiClient: ClientType) => Promise<SendAnvaInquiryAsCustomerResponse>;
119582
119853
 
119583
- declare const routeName$4O = "/v1/api/customers/me/policy-packages";
119584
- type GetPolicyPackagesAsCustomerQueryParams = paths[typeof routeName$4O]['get']['parameters']['query'];
119585
- type GetPolicyPackagesAsCustomerResponse = paths[typeof routeName$4O]['get']['responses'][200]['content']['application/json'];
119586
- type GetPolicyPackagesAsCustomerProps = paths[typeof routeName$4O]['get']['parameters'];
119854
+ declare const routeName$4P = "/v1/api/customers/me/policy-packages";
119855
+ type GetPolicyPackagesAsCustomerQueryParams = paths[typeof routeName$4P]['get']['parameters']['query'];
119856
+ type GetPolicyPackagesAsCustomerResponse = paths[typeof routeName$4P]['get']['responses'][200]['content']['application/json'];
119857
+ type GetPolicyPackagesAsCustomerProps = paths[typeof routeName$4P]['get']['parameters'];
119587
119858
  declare const getPolicyPackagesAsCustomer: (props: GetPolicyPackagesAsCustomerProps, wgApiClient: ClientType) => Promise<GetPolicyPackagesAsCustomerResponse>;
119588
119859
 
119589
- declare const routeName$4N = "/v1/api/customers/me/policy-packages/{policy_package_id}";
119590
- type GetPolicyPackageByIdAsCustomerPathParams = paths[typeof routeName$4N]['get']['parameters']['path'];
119591
- type GetPolicyPackageByIdAsCustomerResponse = paths[typeof routeName$4N]['get']['responses'][200]['content']['application/json'];
119592
- type GetPolicyPackageByIdAsCustomerProps = paths[typeof routeName$4N]['get']['parameters'];
119860
+ declare const routeName$4O = "/v1/api/customers/me/policy-packages/{policy_package_id}";
119861
+ type GetPolicyPackageByIdAsCustomerPathParams = paths[typeof routeName$4O]['get']['parameters']['path'];
119862
+ type GetPolicyPackageByIdAsCustomerResponse = paths[typeof routeName$4O]['get']['responses'][200]['content']['application/json'];
119863
+ type GetPolicyPackageByIdAsCustomerProps = paths[typeof routeName$4O]['get']['parameters'];
119593
119864
  declare const getPolicyPackageByIdAsCustomer: (props: GetPolicyPackageByIdAsCustomerProps, wgApiClient: ClientType) => Promise<GetPolicyPackageByIdAsCustomerResponse>;
119594
119865
 
119595
- declare const routeName$4M = "/v1/api/customers/me/current-account-insights";
119596
- type GetCurrentAccountInsightsAsCustomerQueryParams = paths[typeof routeName$4M]['get']['parameters']['query'];
119597
- type GetCurrentAccountInsightsAsCustomerResponse = paths[typeof routeName$4M]['get']['responses'][200]['content']['application/json'];
119598
- type GetCurrentAccountInsightsAsCustomerProps = paths[typeof routeName$4M]['get']['parameters'];
119866
+ declare const routeName$4N = "/v1/api/customers/me/current-account-insights";
119867
+ type GetCurrentAccountInsightsAsCustomerQueryParams = paths[typeof routeName$4N]['get']['parameters']['query'];
119868
+ type GetCurrentAccountInsightsAsCustomerResponse = paths[typeof routeName$4N]['get']['responses'][200]['content']['application/json'];
119869
+ type GetCurrentAccountInsightsAsCustomerProps = paths[typeof routeName$4N]['get']['parameters'];
119599
119870
  declare const getCurrentAccountInsightsAsCustomer: (props: GetCurrentAccountInsightsAsCustomerProps, wgApiClient: ClientType) => Promise<GetCurrentAccountInsightsAsCustomerResponse>;
119600
119871
 
119601
- declare const routeName$4L = "/v1/api/customers/me/invoices";
119602
- type GetInvoicesAsCustomerQueryParams = paths[typeof routeName$4L]['get']['parameters']['query'];
119603
- type GetInvoicesAsCustomerResponse = paths[typeof routeName$4L]['get']['responses'][200]['content']['application/json'];
119604
- type GetInvoicesAsCustomerProps = paths[typeof routeName$4L]['get']['parameters'];
119872
+ declare const routeName$4M = "/v1/api/customers/me/invoices";
119873
+ type GetInvoicesAsCustomerQueryParams = paths[typeof routeName$4M]['get']['parameters']['query'];
119874
+ type GetInvoicesAsCustomerResponse = paths[typeof routeName$4M]['get']['responses'][200]['content']['application/json'];
119875
+ type GetInvoicesAsCustomerProps = paths[typeof routeName$4M]['get']['parameters'];
119605
119876
  declare const getInvoicesAsCustomer: (props: GetInvoicesAsCustomerProps, wgApiClient: ClientType) => Promise<GetInvoicesAsCustomerResponse>;
119606
119877
 
119607
- declare const routeName$4K = "/v1/api/customers/me/invoices/{invoice_id}";
119608
- type GetInvoiceByIdAsCustomerPathParams = paths[typeof routeName$4K]['get']['parameters']['path'];
119609
- type GetInvoiceByIdAsCustomerResponse = paths[typeof routeName$4K]['get']['responses'][200]['content']['application/json'];
119610
- type GetInvoiceByIdAsCustomerProps = paths[typeof routeName$4K]['get']['parameters'];
119878
+ declare const routeName$4L = "/v1/api/customers/me/invoices/{invoice_id}";
119879
+ type GetInvoiceByIdAsCustomerPathParams = paths[typeof routeName$4L]['get']['parameters']['path'];
119880
+ type GetInvoiceByIdAsCustomerResponse = paths[typeof routeName$4L]['get']['responses'][200]['content']['application/json'];
119881
+ type GetInvoiceByIdAsCustomerProps = paths[typeof routeName$4L]['get']['parameters'];
119611
119882
  declare const getInvoiceByIdAsCustomer: (props: GetInvoiceByIdAsCustomerProps, wgApiClient: ClientType) => Promise<GetInvoiceByIdAsCustomerResponse>;
119612
119883
 
119613
- declare const routeName$4J = "/v1/api/customers/me/claims";
119614
- type GetClaimsAsCustomerQueryParams = paths[typeof routeName$4J]['get']['parameters']['query'];
119615
- type GetClaimsAsCustomerResponse = paths[typeof routeName$4J]['get']['responses'][200]['content']['application/json'];
119616
- type GetClaimsAsCustomerProps = paths[typeof routeName$4J]['get']['parameters'];
119884
+ declare const routeName$4K = "/v1/api/customers/me/claims";
119885
+ type GetClaimsAsCustomerQueryParams = paths[typeof routeName$4K]['get']['parameters']['query'];
119886
+ type GetClaimsAsCustomerResponse = paths[typeof routeName$4K]['get']['responses'][200]['content']['application/json'];
119887
+ type GetClaimsAsCustomerProps = paths[typeof routeName$4K]['get']['parameters'];
119617
119888
  declare const getClaimsAsCustomer: (props: GetClaimsAsCustomerProps, wgApiClient: ClientType) => Promise<GetClaimsAsCustomerResponse>;
119618
119889
 
119619
- declare const routeName$4I = "/v1/api/customers/me/claims/{claim_id}";
119620
- type GetClaimByIdAsCustomerPathParams = paths[typeof routeName$4I]['get']['parameters']['path'];
119621
- type GetClaimByIdAsCustomerResponse = paths[typeof routeName$4I]['get']['responses'][200]['content']['application/json'];
119622
- type GetClaimByIdAsCustomerProps = paths[typeof routeName$4I]['get']['parameters'];
119890
+ declare const routeName$4J = "/v1/api/customers/me/claims/{claim_id}";
119891
+ type GetClaimByIdAsCustomerPathParams = paths[typeof routeName$4J]['get']['parameters']['path'];
119892
+ type GetClaimByIdAsCustomerResponse = paths[typeof routeName$4J]['get']['responses'][200]['content']['application/json'];
119893
+ type GetClaimByIdAsCustomerProps = paths[typeof routeName$4J]['get']['parameters'];
119623
119894
  declare const getClaimByIdAsCustomer: (props: GetClaimByIdAsCustomerProps, wgApiClient: ClientType) => Promise<GetClaimByIdAsCustomerResponse>;
119624
119895
 
119625
- declare const routeName$4H = "/v1/api/customers/me/documents";
119626
- type GetDocumentsAsCustomerQueryParams = paths[typeof routeName$4H]['get']['parameters']['query'];
119627
- type GetDocumentsAsCustomerResponse = paths[typeof routeName$4H]['get']['responses'][200]['content']['application/json'];
119628
- type GetDocumentsAsCustomerProps = paths[typeof routeName$4H]['get']['parameters'];
119896
+ declare const routeName$4I = "/v1/api/customers/me/documents";
119897
+ type GetDocumentsAsCustomerQueryParams = paths[typeof routeName$4I]['get']['parameters']['query'];
119898
+ type GetDocumentsAsCustomerResponse = paths[typeof routeName$4I]['get']['responses'][200]['content']['application/json'];
119899
+ type GetDocumentsAsCustomerProps = paths[typeof routeName$4I]['get']['parameters'];
119629
119900
  declare const getDocumentsAsCustomer: (props: GetDocumentsAsCustomerProps, wgApiClient: ClientType) => Promise<GetDocumentsAsCustomerResponse>;
119630
119901
 
119631
- declare const routeName$4G = "/v1/api/customers/me/finconnect/link";
119632
- type GetFinconnectLinkAsCustomerQueryParams = paths[typeof routeName$4G]['get']['parameters']['query'];
119633
- type GetFinconnectLinkAsCustomerResponse = paths[typeof routeName$4G]['get']['responses'][200]['content']['application/json'];
119634
- type GetFinconnectLinkAsCustomerProps = paths[typeof routeName$4G]['get']['parameters'];
119902
+ declare const routeName$4H = "/v1/api/customers/me/finconnect/link";
119903
+ type GetFinconnectLinkAsCustomerQueryParams = paths[typeof routeName$4H]['get']['parameters']['query'];
119904
+ type GetFinconnectLinkAsCustomerResponse = paths[typeof routeName$4H]['get']['responses'][200]['content']['application/json'];
119905
+ type GetFinconnectLinkAsCustomerProps = paths[typeof routeName$4H]['get']['parameters'];
119635
119906
  declare const getFinconnectLinkAsCustomer: (props: GetFinconnectLinkAsCustomerProps, wgApiClient: ClientType) => Promise<GetFinconnectLinkAsCustomerResponse>;
119636
119907
 
119637
- declare const routeName$4F = "/v1/api/parties/me";
119638
- type PatchOwnPartyAsCustomerBody = paths[typeof routeName$4F]['patch']['requestBody']['content']['application/json'];
119639
- type PatchOwnPartyAsCustomerResponse = paths[typeof routeName$4F]['patch']['responses'][200]['content']['application/json'];
119908
+ declare const routeName$4G = "/v1/api/parties/me";
119909
+ type PatchOwnPartyAsCustomerBody = paths[typeof routeName$4G]['patch']['requestBody']['content']['application/json'];
119910
+ type PatchOwnPartyAsCustomerResponse = paths[typeof routeName$4G]['patch']['responses'][200]['content']['application/json'];
119640
119911
  interface PatchOwnPartyAsCustomerProps {
119641
119912
  body: PatchOwnPartyAsCustomerBody;
119642
119913
  }
119643
119914
  declare const patchOwnPartyAsCustomer: (props: PatchOwnPartyAsCustomerProps, wgApiClient: ClientType) => Promise<PatchOwnPartyAsCustomerResponse>;
119644
119915
 
119645
- declare const routeName$4E = "/v1/api/parties/me/activities";
119646
- type CreatePartyActivitiesAsCustomerBody = paths[typeof routeName$4E]['post']['requestBody']['content']['application/json'];
119647
- type CreatePartyActivitiesAsCustomerResponse = paths[typeof routeName$4E]['post']['responses'][201]['content']['application/json'];
119916
+ declare const routeName$4F = "/v1/api/parties/me/activities";
119917
+ type CreatePartyActivitiesAsCustomerBody = paths[typeof routeName$4F]['post']['requestBody']['content']['application/json'];
119918
+ type CreatePartyActivitiesAsCustomerResponse = paths[typeof routeName$4F]['post']['responses'][201]['content']['application/json'];
119648
119919
  interface CreatePartyActivitiesAsCustomerProps {
119649
119920
  body: CreatePartyActivitiesAsCustomerBody;
119650
119921
  }
119651
119922
  declare const createPartyActivitiesAsCustomer: (props: CreatePartyActivitiesAsCustomerProps, wgApiClient: ClientType) => Promise<CreatePartyActivitiesAsCustomerResponse>;
119652
119923
 
119653
- declare const routeName$4D = "/v1/api/parties/me/activities/{activity_id}";
119654
- type DeletePartyActivitiesAsCustomerPathParams = paths[typeof routeName$4D]['delete']['parameters']['path'];
119655
- type DeletePartyActivitiesAsCustomerResponse = paths[typeof routeName$4D]['delete']['responses'][200]['content']['application/json'];
119924
+ declare const routeName$4E = "/v1/api/parties/me/activities/{activity_id}";
119925
+ type DeletePartyActivitiesAsCustomerPathParams = paths[typeof routeName$4E]['delete']['parameters']['path'];
119926
+ type DeletePartyActivitiesAsCustomerResponse = paths[typeof routeName$4E]['delete']['responses'][200]['content']['application/json'];
119656
119927
  interface DeletePartyActivitiesAsCustomerProps {
119657
119928
  params: {
119658
119929
  path: DeletePartyActivitiesAsCustomerPathParams;
@@ -119660,10 +119931,10 @@ interface DeletePartyActivitiesAsCustomerProps {
119660
119931
  }
119661
119932
  declare const deletePartyActivitiesAsCustomer: (props: DeletePartyActivitiesAsCustomerProps, wgApiClient: ClientType) => Promise<DeletePartyActivitiesAsCustomerResponse>;
119662
119933
 
119663
- declare const routeName$4C = "/v1/api/parties/me/activities/{activity_id}";
119664
- type UpdatePartyActivitiesAsCustomerBody = paths[typeof routeName$4C]['patch']['requestBody']['content']['application/json'];
119665
- type UpdatePartyActivitiesAsCustomerPathParams = paths[typeof routeName$4C]['patch']['parameters']['path'];
119666
- type UpdatePartyActivitiesAsCustomerResponse = paths[typeof routeName$4C]['patch']['responses'][200]['content']['application/json'];
119934
+ declare const routeName$4D = "/v1/api/parties/me/activities/{activity_id}";
119935
+ type UpdatePartyActivitiesAsCustomerBody = paths[typeof routeName$4D]['patch']['requestBody']['content']['application/json'];
119936
+ type UpdatePartyActivitiesAsCustomerPathParams = paths[typeof routeName$4D]['patch']['parameters']['path'];
119937
+ type UpdatePartyActivitiesAsCustomerResponse = paths[typeof routeName$4D]['patch']['responses'][200]['content']['application/json'];
119667
119938
  interface UpdatePartyActivitiesAsCustomerProps {
119668
119939
  body: UpdatePartyActivitiesAsCustomerBody;
119669
119940
  params: {
@@ -119672,29 +119943,29 @@ interface UpdatePartyActivitiesAsCustomerProps {
119672
119943
  }
119673
119944
  declare const updatePartyActivitiesAsCustomer: (props: UpdatePartyActivitiesAsCustomerProps, wgApiClient: ClientType) => Promise<UpdatePartyActivitiesAsCustomerResponse>;
119674
119945
 
119675
- declare const routeName$4B = "/v1/api/parties/{party_id}/customers";
119676
- type GetCustomersByPartyPathParams = paths[typeof routeName$4B]['get']['parameters']['path'];
119677
- type GetCustomersByPartyQueryParams = paths[typeof routeName$4B]['get']['parameters']['query'];
119678
- type GetCustomersByPartyResponse = paths[typeof routeName$4B]['get']['responses'][200]['content']['application/json'];
119679
- type GetCustomersByPartyProps = paths[typeof routeName$4B]['get']['parameters'];
119946
+ declare const routeName$4C = "/v1/api/parties/{party_id}/customers";
119947
+ type GetCustomersByPartyPathParams = paths[typeof routeName$4C]['get']['parameters']['path'];
119948
+ type GetCustomersByPartyQueryParams = paths[typeof routeName$4C]['get']['parameters']['query'];
119949
+ type GetCustomersByPartyResponse = paths[typeof routeName$4C]['get']['responses'][200]['content']['application/json'];
119950
+ type GetCustomersByPartyProps = paths[typeof routeName$4C]['get']['parameters'];
119680
119951
  declare const getCustomersByParty: (props: GetCustomersByPartyProps, wgApiClient: ClientType) => Promise<GetCustomersByPartyResponse>;
119681
119952
 
119682
- declare const routeName$4A = "/v1/api/customers/{user_id}/parties";
119683
- type GetPartiesByCustomerPathParams = paths[typeof routeName$4A]['get']['parameters']['path'];
119684
- type GetPartiesByCustomerQueryParams = paths[typeof routeName$4A]['get']['parameters']['query'];
119685
- type GetPartiesByCustomerResponse = paths[typeof routeName$4A]['get']['responses'][200]['content']['application/json'];
119686
- type GetPartiesByCustomerProps = paths[typeof routeName$4A]['get']['parameters'];
119953
+ declare const routeName$4B = "/v1/api/customers/{user_id}/parties";
119954
+ type GetPartiesByCustomerPathParams = paths[typeof routeName$4B]['get']['parameters']['path'];
119955
+ type GetPartiesByCustomerQueryParams = paths[typeof routeName$4B]['get']['parameters']['query'];
119956
+ type GetPartiesByCustomerResponse = paths[typeof routeName$4B]['get']['responses'][200]['content']['application/json'];
119957
+ type GetPartiesByCustomerProps = paths[typeof routeName$4B]['get']['parameters'];
119687
119958
  declare const getPartiesByCustomer: (props: GetPartiesByCustomerProps, wgApiClient: ClientType) => Promise<GetPartiesByCustomerResponse>;
119688
119959
 
119689
- declare const routeName$4z = "/v1/api/customers";
119690
- type GetAllCustomersByDistributionQueryParams = paths[typeof routeName$4z]['get']['parameters']['query'];
119691
- type GetAllCustomersByDistributionResponse = paths[typeof routeName$4z]['get']['responses'][200]['content']['application/json'];
119692
- type GetAllCustomersByDistributionProps = paths[typeof routeName$4z]['get']['parameters'];
119960
+ declare const routeName$4A = "/v1/api/customers";
119961
+ type GetAllCustomersByDistributionQueryParams = paths[typeof routeName$4A]['get']['parameters']['query'];
119962
+ type GetAllCustomersByDistributionResponse = paths[typeof routeName$4A]['get']['responses'][200]['content']['application/json'];
119963
+ type GetAllCustomersByDistributionProps = paths[typeof routeName$4A]['get']['parameters'];
119693
119964
  declare const getAllCustomersByDistribution: (props: GetAllCustomersByDistributionProps, wgApiClient: ClientType) => Promise<GetAllCustomersByDistributionResponse>;
119694
119965
 
119695
- declare const routeName$4y = "/v1/api/customers/{user_id}/parties/{party_id}/block";
119696
- type BlockCustomerFromAccessingPartyPathParams = paths[typeof routeName$4y]['post']['parameters']['path'];
119697
- type BlockCustomerFromAccessingPartyResponse = paths[typeof routeName$4y]['post']['responses'][200]['content']['application/json'];
119966
+ declare const routeName$4z = "/v1/api/customers/{user_id}/parties/{party_id}/block";
119967
+ type BlockCustomerFromAccessingPartyPathParams = paths[typeof routeName$4z]['post']['parameters']['path'];
119968
+ type BlockCustomerFromAccessingPartyResponse = paths[typeof routeName$4z]['post']['responses'][200]['content']['application/json'];
119698
119969
  interface BlockCustomerFromAccessingPartyProps {
119699
119970
  params: {
119700
119971
  path: BlockCustomerFromAccessingPartyPathParams;
@@ -119702,9 +119973,9 @@ interface BlockCustomerFromAccessingPartyProps {
119702
119973
  }
119703
119974
  declare const blockCustomerFromAccessingParty: (props: BlockCustomerFromAccessingPartyProps, wgApiClient: ClientType) => Promise<BlockCustomerFromAccessingPartyResponse>;
119704
119975
 
119705
- declare const routeName$4x = "/v1/api/customers/{user_id}/parties/{party_id}/block";
119706
- type UnblockCustomerFromAccessingPartyPathParams = paths[typeof routeName$4x]['delete']['parameters']['path'];
119707
- type UnblockCustomerFromAccessingPartyResponse = paths[typeof routeName$4x]['delete']['responses'][200]['content']['application/json'];
119976
+ declare const routeName$4y = "/v1/api/customers/{user_id}/parties/{party_id}/block";
119977
+ type UnblockCustomerFromAccessingPartyPathParams = paths[typeof routeName$4y]['delete']['parameters']['path'];
119978
+ type UnblockCustomerFromAccessingPartyResponse = paths[typeof routeName$4y]['delete']['responses'][200]['content']['application/json'];
119708
119979
  interface UnblockCustomerFromAccessingPartyProps {
119709
119980
  params: {
119710
119981
  path: UnblockCustomerFromAccessingPartyPathParams;
@@ -119712,16 +119983,16 @@ interface UnblockCustomerFromAccessingPartyProps {
119712
119983
  }
119713
119984
  declare const unblockCustomerFromAccessingParty: (props: UnblockCustomerFromAccessingPartyProps, wgApiClient: ClientType) => Promise<UnblockCustomerFromAccessingPartyResponse>;
119714
119985
 
119715
- declare const routeName$4w = "/v1/api/diasflows/products";
119716
- type GetDiasflowProductsQueryParams = paths[typeof routeName$4w]['get']['parameters']['query'];
119717
- type GetDiasflowProductsResponse = paths[typeof routeName$4w]['get']['responses'][200]['content']['application/json'];
119718
- type GetDiasflowProductsProps = paths[typeof routeName$4w]['get']['parameters'];
119986
+ declare const routeName$4x = "/v1/api/diasflows/products";
119987
+ type GetDiasflowProductsQueryParams = paths[typeof routeName$4x]['get']['parameters']['query'];
119988
+ type GetDiasflowProductsResponse = paths[typeof routeName$4x]['get']['responses'][200]['content']['application/json'];
119989
+ type GetDiasflowProductsProps = paths[typeof routeName$4x]['get']['parameters'];
119719
119990
  declare const getDiasflowProducts: (props: GetDiasflowProductsProps, wgApiClient: ClientType) => Promise<GetDiasflowProductsResponse>;
119720
119991
 
119721
- declare const routeName$4v = "/v1/api/diasflows/products/import";
119722
- type ImportDiasflowProductBody = paths[typeof routeName$4v]['post']['requestBody']['content']['application/json'];
119723
- type ImportDiasflowProductQueryParams = paths[typeof routeName$4v]['post']['parameters']['query'];
119724
- type ImportDiasflowProductResponse = paths[typeof routeName$4v]['post']['responses'][200]['content']['application/json'];
119992
+ declare const routeName$4w = "/v1/api/diasflows/products/import";
119993
+ type ImportDiasflowProductBody = paths[typeof routeName$4w]['post']['requestBody']['content']['application/json'];
119994
+ type ImportDiasflowProductQueryParams = paths[typeof routeName$4w]['post']['parameters']['query'];
119995
+ type ImportDiasflowProductResponse = paths[typeof routeName$4w]['post']['responses'][200]['content']['application/json'];
119725
119996
  interface ImportDiasflowProductProps {
119726
119997
  body: ImportDiasflowProductBody;
119727
119998
  params: {
@@ -119730,18 +120001,18 @@ interface ImportDiasflowProductProps {
119730
120001
  }
119731
120002
  declare const importDiasflowProduct: (props: ImportDiasflowProductProps, wgApiClient: ClientType) => Promise<ImportDiasflowProductResponse>;
119732
120003
 
119733
- declare const routeName$4u = "/v1/api/diasflows/products/{product_id}";
119734
- type GetDiasflowProductByIdPathParams = paths[typeof routeName$4u]['get']['parameters']['path'];
119735
- type GetDiasflowProductByIdQueryParams = paths[typeof routeName$4u]['get']['parameters']['query'];
119736
- type GetDiasflowProductByIdResponse = paths[typeof routeName$4u]['get']['responses'][200]['content']['application/json'];
119737
- type GetDiasflowProductByIdProps = paths[typeof routeName$4u]['get']['parameters'];
120004
+ declare const routeName$4v = "/v1/api/diasflows/products/{product_id}";
120005
+ type GetDiasflowProductByIdPathParams = paths[typeof routeName$4v]['get']['parameters']['path'];
120006
+ type GetDiasflowProductByIdQueryParams = paths[typeof routeName$4v]['get']['parameters']['query'];
120007
+ type GetDiasflowProductByIdResponse = paths[typeof routeName$4v]['get']['responses'][200]['content']['application/json'];
120008
+ type GetDiasflowProductByIdProps = paths[typeof routeName$4v]['get']['parameters'];
119738
120009
  declare const getDiasflowProductById: (props: GetDiasflowProductByIdProps, wgApiClient: ClientType) => Promise<GetDiasflowProductByIdResponse>;
119739
120010
 
119740
- declare const routeName$4t = "/v1/api/diasflows/products/{product_id}";
119741
- type PatchDiasflowProductByIdBody = paths[typeof routeName$4t]['patch']['requestBody']['content']['application/json'];
119742
- type PatchDiasflowProductByIdPathParams = paths[typeof routeName$4t]['patch']['parameters']['path'];
119743
- type PatchDiasflowProductByIdQueryParams = paths[typeof routeName$4t]['patch']['parameters']['query'];
119744
- type PatchDiasflowProductByIdResponse = paths[typeof routeName$4t]['patch']['responses'][200]['content']['application/json'];
120011
+ declare const routeName$4u = "/v1/api/diasflows/products/{product_id}";
120012
+ type PatchDiasflowProductByIdBody = paths[typeof routeName$4u]['patch']['requestBody']['content']['application/json'];
120013
+ type PatchDiasflowProductByIdPathParams = paths[typeof routeName$4u]['patch']['parameters']['path'];
120014
+ type PatchDiasflowProductByIdQueryParams = paths[typeof routeName$4u]['patch']['parameters']['query'];
120015
+ type PatchDiasflowProductByIdResponse = paths[typeof routeName$4u]['patch']['responses'][200]['content']['application/json'];
119745
120016
  interface PatchDiasflowProductByIdProps {
119746
120017
  body: PatchDiasflowProductByIdBody;
119747
120018
  params: {
@@ -119751,11 +120022,11 @@ interface PatchDiasflowProductByIdProps {
119751
120022
  }
119752
120023
  declare const patchDiasflowProductById: (props: PatchDiasflowProductByIdProps, wgApiClient: ClientType) => Promise<PatchDiasflowProductByIdResponse>;
119753
120024
 
119754
- declare const routeName$4s = "/v1/api/diasflows/products/{product_id}/coverages/{coverage_id}";
119755
- type PatchDiasflowProductCoverageByIdBody = paths[typeof routeName$4s]['patch']['requestBody']['content']['application/json'];
119756
- type PatchDiasflowProductCoverageByIdPathParams = paths[typeof routeName$4s]['patch']['parameters']['path'];
119757
- type PatchDiasflowProductCoverageByIdQueryParams = paths[typeof routeName$4s]['patch']['parameters']['query'];
119758
- type PatchDiasflowProductCoverageByIdResponse = paths[typeof routeName$4s]['patch']['responses'][200]['content']['application/json'];
120025
+ declare const routeName$4t = "/v1/api/diasflows/products/{product_id}/coverages/{coverage_id}";
120026
+ type PatchDiasflowProductCoverageByIdBody = paths[typeof routeName$4t]['patch']['requestBody']['content']['application/json'];
120027
+ type PatchDiasflowProductCoverageByIdPathParams = paths[typeof routeName$4t]['patch']['parameters']['path'];
120028
+ type PatchDiasflowProductCoverageByIdQueryParams = paths[typeof routeName$4t]['patch']['parameters']['query'];
120029
+ type PatchDiasflowProductCoverageByIdResponse = paths[typeof routeName$4t]['patch']['responses'][200]['content']['application/json'];
119759
120030
  interface PatchDiasflowProductCoverageByIdProps {
119760
120031
  body: PatchDiasflowProductCoverageByIdBody;
119761
120032
  params: {
@@ -119765,18 +120036,18 @@ interface PatchDiasflowProductCoverageByIdProps {
119765
120036
  }
119766
120037
  declare const patchDiasflowProductCoverageById: (props: PatchDiasflowProductCoverageByIdProps, wgApiClient: ClientType) => Promise<PatchDiasflowProductCoverageByIdResponse>;
119767
120038
 
119768
- declare const routeName$4r = "/v1/api/diasflows/products/{product_id}/questionnaires";
119769
- type RetrieveDiasQuestionnairesPathParams = paths[typeof routeName$4r]['get']['parameters']['path'];
119770
- type RetrieveDiasQuestionnairesQueryParams = paths[typeof routeName$4r]['get']['parameters']['query'];
119771
- type RetrieveDiasQuestionnairesResponse = paths[typeof routeName$4r]['get']['responses'][200]['content']['application/json'];
119772
- type RetrieveDiasQuestionnairesProps = paths[typeof routeName$4r]['get']['parameters'];
120039
+ declare const routeName$4s = "/v1/api/diasflows/products/{product_id}/questionnaires";
120040
+ type RetrieveDiasQuestionnairesPathParams = paths[typeof routeName$4s]['get']['parameters']['path'];
120041
+ type RetrieveDiasQuestionnairesQueryParams = paths[typeof routeName$4s]['get']['parameters']['query'];
120042
+ type RetrieveDiasQuestionnairesResponse = paths[typeof routeName$4s]['get']['responses'][200]['content']['application/json'];
120043
+ type RetrieveDiasQuestionnairesProps = paths[typeof routeName$4s]['get']['parameters'];
119773
120044
  declare const retrieveDiasQuestionnaires: (props: RetrieveDiasQuestionnairesProps, wgApiClient: ClientType) => Promise<RetrieveDiasQuestionnairesResponse>;
119774
120045
 
119775
- declare const routeName$4q = "/v1/api/diasflows/products/{product_id}/questionnaires";
119776
- type UpdateDiasQuestionnaireBody = paths[typeof routeName$4q]['put']['requestBody']['content']['application/json'];
119777
- type UpdateDiasQuestionnairePathParams = paths[typeof routeName$4q]['put']['parameters']['path'];
119778
- type UpdateDiasQuestionnaireQueryParams = paths[typeof routeName$4q]['put']['parameters']['query'];
119779
- type UpdateDiasQuestionnaireResponse = paths[typeof routeName$4q]['put']['responses'][200]['content']['application/json'];
120046
+ declare const routeName$4r = "/v1/api/diasflows/products/{product_id}/questionnaires";
120047
+ type UpdateDiasQuestionnaireBody = paths[typeof routeName$4r]['put']['requestBody']['content']['application/json'];
120048
+ type UpdateDiasQuestionnairePathParams = paths[typeof routeName$4r]['put']['parameters']['path'];
120049
+ type UpdateDiasQuestionnaireQueryParams = paths[typeof routeName$4r]['put']['parameters']['query'];
120050
+ type UpdateDiasQuestionnaireResponse = paths[typeof routeName$4r]['put']['responses'][200]['content']['application/json'];
119780
120051
  interface UpdateDiasQuestionnaireProps {
119781
120052
  body: UpdateDiasQuestionnaireBody;
119782
120053
  params: {
@@ -119786,11 +120057,11 @@ interface UpdateDiasQuestionnaireProps {
119786
120057
  }
119787
120058
  declare const updateDiasQuestionnaire: (props: UpdateDiasQuestionnaireProps, wgApiClient: ClientType) => Promise<UpdateDiasQuestionnaireResponse>;
119788
120059
 
119789
- declare const routeName$4p = "/v1/api/diasflows/products/{product_id}/questionnaires/validate";
119790
- type ValidateDiasQuestionnaireBody = paths[typeof routeName$4p]['post']['requestBody']['content']['application/json'];
119791
- type ValidateDiasQuestionnairePathParams = paths[typeof routeName$4p]['post']['parameters']['path'];
119792
- type ValidateDiasQuestionnaireQueryParams = paths[typeof routeName$4p]['post']['parameters']['query'];
119793
- type ValidateDiasQuestionnaireResponse = paths[typeof routeName$4p]['post']['responses'][200]['content']['application/json'];
120060
+ declare const routeName$4q = "/v1/api/diasflows/products/{product_id}/questionnaires/validate";
120061
+ type ValidateDiasQuestionnaireBody = paths[typeof routeName$4q]['post']['requestBody']['content']['application/json'];
120062
+ type ValidateDiasQuestionnairePathParams = paths[typeof routeName$4q]['post']['parameters']['path'];
120063
+ type ValidateDiasQuestionnaireQueryParams = paths[typeof routeName$4q]['post']['parameters']['query'];
120064
+ type ValidateDiasQuestionnaireResponse = paths[typeof routeName$4q]['post']['responses'][200]['content']['application/json'];
119794
120065
  interface ValidateDiasQuestionnaireProps {
119795
120066
  body: ValidateDiasQuestionnaireBody;
119796
120067
  params: {
@@ -119800,18 +120071,18 @@ interface ValidateDiasQuestionnaireProps {
119800
120071
  }
119801
120072
  declare const validateDiasQuestionnaire: (props: ValidateDiasQuestionnaireProps, wgApiClient: ClientType) => Promise<ValidateDiasQuestionnaireResponse>;
119802
120073
 
119803
- declare const routeName$4o = "/v1/api/diasflows/conversations/{session_id}/collection-methods";
119804
- type GetDiasCollectionMethodsPathParams = paths[typeof routeName$4o]['get']['parameters']['path'];
119805
- type GetDiasCollectionMethodsQueryParams = paths[typeof routeName$4o]['get']['parameters']['query'];
119806
- type GetDiasCollectionMethodsResponse = paths[typeof routeName$4o]['get']['responses'][200]['content']['application/json'];
119807
- type GetDiasCollectionMethodsProps = paths[typeof routeName$4o]['get']['parameters'];
120074
+ declare const routeName$4p = "/v1/api/diasflows/conversations/{session_id}/collection-methods";
120075
+ type GetDiasCollectionMethodsPathParams = paths[typeof routeName$4p]['get']['parameters']['path'];
120076
+ type GetDiasCollectionMethodsQueryParams = paths[typeof routeName$4p]['get']['parameters']['query'];
120077
+ type GetDiasCollectionMethodsResponse = paths[typeof routeName$4p]['get']['responses'][200]['content']['application/json'];
120078
+ type GetDiasCollectionMethodsProps = paths[typeof routeName$4p]['get']['parameters'];
119808
120079
  declare const getDiasCollectionMethods: (props: GetDiasCollectionMethodsProps, wgApiClient: ClientType) => Promise<GetDiasCollectionMethodsResponse>;
119809
120080
 
119810
- declare const routeName$4n = "/v1/api/diasflows/conversations/{session_id}/calculate";
119811
- type CalculateDiasQuotesBySessionIdBody = paths[typeof routeName$4n]['post']['requestBody']['content']['application/json'];
119812
- type CalculateDiasQuotesBySessionIdPathParams = paths[typeof routeName$4n]['post']['parameters']['path'];
119813
- type CalculateDiasQuotesBySessionIdQueryParams = paths[typeof routeName$4n]['post']['parameters']['query'];
119814
- type CalculateDiasQuotesBySessionIdResponse = paths[typeof routeName$4n]['post']['responses'][200]['content']['application/json'];
120081
+ declare const routeName$4o = "/v1/api/diasflows/conversations/{session_id}/calculate";
120082
+ type CalculateDiasQuotesBySessionIdBody = paths[typeof routeName$4o]['post']['requestBody']['content']['application/json'];
120083
+ type CalculateDiasQuotesBySessionIdPathParams = paths[typeof routeName$4o]['post']['parameters']['path'];
120084
+ type CalculateDiasQuotesBySessionIdQueryParams = paths[typeof routeName$4o]['post']['parameters']['query'];
120085
+ type CalculateDiasQuotesBySessionIdResponse = paths[typeof routeName$4o]['post']['responses'][200]['content']['application/json'];
119815
120086
  interface CalculateDiasQuotesBySessionIdProps {
119816
120087
  body: CalculateDiasQuotesBySessionIdBody;
119817
120088
  params: {
@@ -119821,11 +120092,11 @@ interface CalculateDiasQuotesBySessionIdProps {
119821
120092
  }
119822
120093
  declare const calculateDiasQuotesBySessionId: (props: CalculateDiasQuotesBySessionIdProps, wgApiClient: ClientType) => Promise<CalculateDiasQuotesBySessionIdResponse>;
119823
120094
 
119824
- declare const routeName$4m = "/v1/api/diasflows/conversations/{session_id}/products/{product_id}/calculate";
119825
- type RecalculateDiasQuotesBySessionIdAndProductIdBody = paths[typeof routeName$4m]['post']['requestBody']['content']['application/json'];
119826
- type RecalculateDiasQuotesBySessionIdAndProductIdPathParams = paths[typeof routeName$4m]['post']['parameters']['path'];
119827
- type RecalculateDiasQuotesBySessionIdAndProductIdQueryParams = paths[typeof routeName$4m]['post']['parameters']['query'];
119828
- type RecalculateDiasQuotesBySessionIdAndProductIdResponse = paths[typeof routeName$4m]['post']['responses'][200]['content']['application/json'];
120095
+ declare const routeName$4n = "/v1/api/diasflows/conversations/{session_id}/products/{product_id}/calculate";
120096
+ type RecalculateDiasQuotesBySessionIdAndProductIdBody = paths[typeof routeName$4n]['post']['requestBody']['content']['application/json'];
120097
+ type RecalculateDiasQuotesBySessionIdAndProductIdPathParams = paths[typeof routeName$4n]['post']['parameters']['path'];
120098
+ type RecalculateDiasQuotesBySessionIdAndProductIdQueryParams = paths[typeof routeName$4n]['post']['parameters']['query'];
120099
+ type RecalculateDiasQuotesBySessionIdAndProductIdResponse = paths[typeof routeName$4n]['post']['responses'][200]['content']['application/json'];
119829
120100
  interface RecalculateDiasQuotesBySessionIdAndProductIdProps {
119830
120101
  body: RecalculateDiasQuotesBySessionIdAndProductIdBody;
119831
120102
  params: {
@@ -119835,11 +120106,11 @@ interface RecalculateDiasQuotesBySessionIdAndProductIdProps {
119835
120106
  }
119836
120107
  declare const recalculateDiasQuotesBySessionIdAndProductId: (props: RecalculateDiasQuotesBySessionIdAndProductIdProps, wgApiClient: ClientType) => Promise<RecalculateDiasQuotesBySessionIdAndProductIdResponse>;
119837
120108
 
119838
- declare const routeName$4l = "/v1/api/diasflows/conversations/{session_id}/recalculate-simulation";
119839
- type RecalculateDiasSimulationBySessionIdBody = paths[typeof routeName$4l]['post']['requestBody']['content']['application/json'];
119840
- type RecalculateDiasSimulationBySessionIdPathParams = paths[typeof routeName$4l]['post']['parameters']['path'];
119841
- type RecalculateDiasSimulationBySessionIdQueryParams = paths[typeof routeName$4l]['post']['parameters']['query'];
119842
- type RecalculateDiasSimulationBySessionIdResponse = paths[typeof routeName$4l]['post']['responses'][200]['content']['application/json'];
120109
+ declare const routeName$4m = "/v1/api/diasflows/conversations/{session_id}/recalculate-simulation";
120110
+ type RecalculateDiasSimulationBySessionIdBody = paths[typeof routeName$4m]['post']['requestBody']['content']['application/json'];
120111
+ type RecalculateDiasSimulationBySessionIdPathParams = paths[typeof routeName$4m]['post']['parameters']['path'];
120112
+ type RecalculateDiasSimulationBySessionIdQueryParams = paths[typeof routeName$4m]['post']['parameters']['query'];
120113
+ type RecalculateDiasSimulationBySessionIdResponse = paths[typeof routeName$4m]['post']['responses'][200]['content']['application/json'];
119843
120114
  interface RecalculateDiasSimulationBySessionIdProps {
119844
120115
  body: RecalculateDiasSimulationBySessionIdBody;
119845
120116
  params: {
@@ -119849,6 +120120,20 @@ interface RecalculateDiasSimulationBySessionIdProps {
119849
120120
  }
119850
120121
  declare const recalculateDiasSimulationBySessionId: (props: RecalculateDiasSimulationBySessionIdProps, wgApiClient: ClientType) => Promise<RecalculateDiasSimulationBySessionIdResponse>;
119851
120122
 
120123
+ declare const routeName$4l = "/v1/api/diasflows/conversations/{session_id}/contact-person";
120124
+ type CreateDiasContactPersonBody = paths[typeof routeName$4l]['post']['requestBody']['content']['application/json'];
120125
+ type CreateDiasContactPersonPathParams = paths[typeof routeName$4l]['post']['parameters']['path'];
120126
+ type CreateDiasContactPersonQueryParams = paths[typeof routeName$4l]['post']['parameters']['query'];
120127
+ type CreateDiasContactPersonResponse = paths[typeof routeName$4l]['post']['responses'][201]['content']['application/json'];
120128
+ interface CreateDiasContactPersonProps {
120129
+ body: CreateDiasContactPersonBody;
120130
+ params: {
120131
+ query: CreateDiasContactPersonQueryParams;
120132
+ path: CreateDiasContactPersonPathParams;
120133
+ };
120134
+ }
120135
+ declare const createDiasContactPerson: (props: CreateDiasContactPersonProps, wgApiClient: ClientType) => Promise<CreateDiasContactPersonResponse>;
120136
+
119852
120137
  declare const routeName$4k = "/v1/api/distributions/{distribution_id}/themes";
119853
120138
  type HandleCreateDistributionThemeBody = paths[typeof routeName$4k]['post']['requestBody']['content']['application/json'];
119854
120139
  type HandleCreateDistributionThemeQueryParams = paths[typeof routeName$4k]['post']['parameters']['query'];
@@ -122371,4 +122656,4 @@ interface ValidateYellowhiveQuestionnaireProps {
122371
122656
  }
122372
122657
  declare const validateYellowhiveQuestionnaire: (props: ValidateYellowhiveQuestionnaireProps, wgApiClient: ClientType) => Promise<ValidateYellowhiveQuestionnaireResponse>;
122373
122658
 
122374
- export { type $defs, type AcceptOrRejectAnAdvisoryReportBody, type AcceptOrRejectAnAdvisoryReportPathParams, type AcceptOrRejectAnAdvisoryReportQueryParams, type AcceptOrRejectAnAdvisoryReportResponse, 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 CreateAnvaPartyBody, type CreateAnvaPartyPathParams, type CreateAnvaPartyQueryParams, type CreateAnvaPartyResponse, type CreateAnvaTaskBody, type CreateAnvaTaskPathParams, type CreateAnvaTaskQueryParams, type CreateAnvaTaskResponse, type CreateAnvaflowTagsBody, type CreateAnvaflowTagsQueryParams, type CreateAnvaflowTagsResponse, type CreateBicycleRiskObjectBody, type CreateBicycleRiskObjectPathParams, type CreateBicycleRiskObjectQueryParams, type CreateBicycleRiskObjectResponse, type CreateBoatRiskObjectBody, type CreateBoatRiskObjectPathParams, type CreateBoatRiskObjectQueryParams, type CreateBoatRiskObjectResponse, type CreateBrokerConnectionsByIdBody, type CreateBrokerConnectionsByIdPathParams, type CreateBrokerConnectionsByIdResponse, type CreateCampaignBody, type CreateCampaignQueryParams, type CreateCampaignResponse, type CreateCarRiskObjectBody, type CreateCarRiskObjectPathParams, type CreateCarRiskObjectQueryParams, type CreateCarRiskObjectResponse, type CreateClaimAsBrokerQueryParams, type CreateClaimAsBrokerResponse, type CreateClaimAsCustomerPathParams, type CreateClaimAsCustomerQueryParams, type CreateClaimAsCustomerResponse, type CreateCompanyLeadBody, type CreateCompanyLeadPathParams, type CreateCompanyLeadQueryParams, type CreateCompanyLeadResponse, type CreateConversationBody, type CreateConversationPathParams, type CreateConversationQueryParams, type CreateConversationReminderPathParams, type CreateConversationReminderResponse, type CreateConversationResponse, type CreateCustomerLeadBody, type CreateCustomerLeadPathParams, type CreateCustomerLeadQueryParams, type CreateCustomerLeadResponse, type CreateDistributionConnectionByIdBody, type CreateDistributionConnectionByIdPathParams, type CreateDistributionConnectionByIdResponse, type CreateDistributionTagBody, type CreateDistributionTagQueryParams, type CreateDistributionTagResponse, type CreateDocumentForClaimAsCustomerPathParams, type CreateDocumentForClaimAsCustomerQueryParams, type CreateDocumentForClaimAsCustomerResponse, type CreateDocumentForClaimPathParams, type CreateDocumentForClaimQueryParams, type CreateDocumentForClaimResponse, type CreateDocumentForPartyBody, type CreateDocumentForPartyPathParams, type CreateDocumentForPartyQueryParams, type CreateDocumentForPartyResponse, type CreateEntityAsBrokerPathParams, type CreateEntityAsBrokerQueryParams, type CreateEntityAsBrokerResponse, type CreateEntityAsCustomerWithTokenPathParams, type CreateEntityAsCustomerWithTokenQueryParams, type CreateEntityAsCustomerWithTokenResponse, type CreateFamilyRiskObjectBody, type CreateFamilyRiskObjectPathParams, type CreateFamilyRiskObjectQueryParams, type CreateFamilyRiskObjectResponse, type CreateInsurancePoliciesForPartyBody, type CreateInsurancePoliciesForPartyPathParams, type CreateInsurancePoliciesForPartyResponse, type CreateInsuranceProductClauseForDistributionBody, type CreateInsuranceProductClauseForDistributionQueryParams, type CreateInsuranceProductClauseForDistributionResponse, type CreateLegalPartyBody, type CreateLegalPartyResponse, type CreateLegalRiskObjectBody, type CreateLegalRiskObjectPathParams, type CreateLegalRiskObjectQueryParams, type CreateLegalRiskObjectResponse, type CreateLockForClaimPathParams, type CreateLockForClaimQueryParams, type CreateLockForClaimResponse, type CreateMiscellaneousRiskObjectBody, type CreateMiscellaneousRiskObjectPathParams, type CreateMiscellaneousRiskObjectQueryParams, type CreateMiscellaneousRiskObjectResponse, type CreateNaturalPartyBody, type CreateNaturalPartyResponse, type CreateNoteOnEventAsCustomerPathParams, type CreateNoteOnEventAsCustomerQueryParams, type CreateNoteOnEventAsCustomerResponse, type CreateNoteOnEventPathParams, type CreateNoteOnEventQueryParams, type CreateNoteOnEventResponse, type CreateOfferRevisionBody, type CreateOfferRevisionPathParams, type CreateOfferRevisionResponse, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse, type 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 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 Disable2FaByUserBody, type Disable2FaByUserResponse, type Disable2FaForCustomerPathParams, type Disable2FaForCustomerResponse, type DownloadDocumentByIdPathParams, type DownloadDocumentByIdQueryParams, type DownloadDocumentByIdResponse, type EditInsuranceProductAdviceByDistributionBody, type EditInsuranceProductAdviceByDistributionPathParams, type EditInsuranceProductAdviceByDistributionResponse, type EditInsuranceProductDescriptionsByDistributionPathParams, type EditInsuranceProductDescriptionsByDistributionResponse, type Enable2FaBody, type Enable2FaResponse, type EnqueueCalculationAnvaquotesBySessionIdBody, type EnqueueCalculationAnvaquotesBySessionIdPathParams, type EnqueueCalculationAnvaquotesBySessionIdQueryParams, type EnqueueCalculationAnvaquotesBySessionIdResponse, type EnqueueSendCustomQuotesToAnvaBySessionIdBody, type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams, type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams, type EnqueueSendCustomQuotesToAnvaBySessionIdResponse, type EnqueueSendOfferToAnvaBySessionIdPathParams, type EnqueueSendOfferToAnvaBySessionIdQueryParams, type EnqueueSendOfferToAnvaBySessionIdResponse, type EnrichPartyByIdWithExternalCompanyDataPathParams, type EnrichPartyByIdWithExternalCompanyDataQueryParams, type EnrichPartyByIdWithExternalCompanyDataResponse, type ExportAdvisoryReportByIdBody, type ExportAdvisoryReportByIdPathParams, type ExportAdvisoryReportByIdQueryParams, type ExportAdvisoryReportByIdResponse, type ExportPartyByIdPathParams, type ExportPartyByIdResponse, type ExportQuoteByIdBody, type ExportQuoteByIdPathParams, type ExportQuoteByIdQueryParams, type ExportQuoteByIdResponse, type ExtractInsurancePoliciesForOneDocumentBody, type ExtractInsurancePoliciesForOneDocumentEnqueueBody, type ExtractInsurancePoliciesForOneDocumentEnqueueResponse, type ExtractInsurancePoliciesForOneDocumentResponse, type ExtractManyDocumentInBatchBody, type ExtractManyDocumentInBatchResponse, type ExtractOffersForOneDocumentBody, type ExtractOffersForOneDocumentEnqueueBody, type ExtractOffersForOneDocumentEnqueueResponse, type ExtractOffersForOneDocumentResponse, type ExtractOneDocumentBody, type ExtractOneDocumentEnqueueBody, type ExtractOneDocumentEnqueueResponse, type ExtractOneDocumentResponse, type ExtractPartyForOneDocumentEnqueueBody, type ExtractPartyForOneDocumentEnqueueResponse, type ExtractWebsiteThemeBody, type ExtractWebsiteThemeResponse, type GenerateCompanyDescriptionBody, type GenerateCompanyDescriptionResponse, type GenerateDistributionAboutUsCompletionBody, type GenerateDistributionAboutUsCompletionResponse, type GenerateDnsPrefixBody, type GenerateDnsPrefixQueryParams, type GenerateDnsPrefixResponse, type GenerateDocxDocumentOfAdvisoryReportByIdPathParams, type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams, type GenerateDocxDocumentOfAdvisoryReportByIdResponse, type GenerateFlowQuestionnaireDocumentBody, type GenerateFlowQuestionnaireDocumentPathParams, type GenerateFlowQuestionnaireDocumentQueryParams, type GenerateFlowQuestionnaireDocumentResponse, type GenerateFlowQuestionnairePathParams, type GenerateFlowQuestionnaireQueryParams, type GenerateFlowQuestionnaireResponse, type GenerateOfferRequestForInsuranceCompanyDocxBody, type GenerateOfferRequestForInsuranceCompanyDocxResponse, type GenerateOfferRequestForInsuranceCompanyPdfBody, type GenerateOfferRequestForInsuranceCompanyPdfResponse, type GeneratePdfOfAdvisoryReportByIdPathParams, type GeneratePdfOfAdvisoryReportByIdQueryParams, type GeneratePdfOfAdvisoryReportByIdResponse, type GeneratePersonalizationAdviceForAdvisoryReportPathParams, type GeneratePersonalizationAdviceForAdvisoryReportResponse, type GeneratePossibleProductsBySessionV2Body, type GeneratePossibleProductsBySessionV2PathParams, type GeneratePossibleProductsBySessionV2QueryParams, type GeneratePossibleProductsBySessionV2Response, type GenerateQuestionsToPrefillByCarBody, type GenerateQuestionsToPrefillByCarPathParams, type GenerateQuestionsToPrefillByCarQueryParams, type GenerateQuestionsToPrefillByCarResponse, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse, type GenerateTokenForSocialLoginFlowAsBrokerQueryParams, type GenerateTokenForSocialLoginFlowAsBrokerResponse, type Get2FaByUserResponse, type GetActivityByPartyPathParams, type GetActivityByPartyQueryParams, type GetActivityByPartyResponse, type GetAddressInfoFreemiumQueryParams, type GetAddressInfoFreemiumResponse, type GetAddressInfoQueryParams, type GetAddressInfoResponse, type GetAdvicesPerInsuranceProductPathParams, type GetAdvicesPerInsuranceProductResponse, type GetAdvisoryReportByIdPathParams, type GetAdvisoryReportByIdQueryParams, type GetAdvisoryReportByIdResponse, type GetAdvisoryReportExportOptionsPathParams, type GetAdvisoryReportExportOptionsResponse, type GetAdvisoryReportRevisionDiffPathParams, type GetAdvisoryReportRevisionDiffQueryParams, type GetAdvisoryReportRevisionDiffResponse, type GetAllActivityTypesQueryParams, type GetAllActivityTypesResponse, type GetAllAdvisoryReportsQueryParams, type GetAllAdvisoryReportsResponse, type GetAllAvailableAffiliationsResponse, type GetAllAvailablePlansResponse, type GetAllAvailableThemesInWegroupQueryParams, type GetAllAvailableThemesInWegroupResponse, type GetAllBrokersLinkedToCurrentUserResponse, type GetAllCampaignTemplatesQueryParams, type GetAllCampaignTemplatesResponse, type GetAllCampaignsByDistributionQueryParams, type GetAllCampaignsByDistributionResponse, type GetAllCarClaimCategoriesResponse, type GetAllClaimsAsBrokerQueryParams, type GetAllClaimsAsBrokerResponse, type GetAllConversationsQueryParams, type GetAllConversationsResponse, type GetAllCustomersByDistributionQueryParams, type GetAllCustomersByDistributionResponse, type GetAllEnumsResponse, type GetAllLeadsByDistributionPathParams, type GetAllLeadsByDistributionResponse, type GetAllLeaseOffersByDistributionPathParams, type GetAllLeaseOffersByDistributionQueryParams, type GetAllLeaseOffersByDistributionResponse, type GetAllPartiesByDistributionPathParams, type GetAllPartiesByDistributionQueryParams, type GetAllPartiesByDistributionResponse, type GetAllPartiesByDistributionV2PathParams, type GetAllPartiesByDistributionV2QueryParams, type GetAllPartiesByDistributionV2Response, type GetAllRiskObjectsByPartyIdPathParams, type GetAllRiskObjectsByPartyIdQueryParams, type GetAllRiskObjectsByPartyIdResponse, type GetAllRiskObjectsByPartyIdV2PathParams, type GetAllRiskObjectsByPartyIdV2QueryParams, type GetAllRiskObjectsByPartyIdV2Response, type GetAllSessionsBySessionIdPathParams, type GetAllSessionsBySessionIdQueryParams, type GetAllSessionsBySessionIdResponse, type GetAllVehicleBrandsQueryParams, type GetAllVehicleBrandsResponse, type GetAllVehicleSeriesByBrandKeyPathParams, type GetAllVehicleSeriesByBrandKeyQueryParams, type GetAllVehicleSeriesByBrandKeyResponse, type GetAllVehicleVersionsBySeriesIdPathParams, type GetAllVehicleVersionsBySeriesIdQueryParams, type GetAllVehicleVersionsBySeriesIdResponse, type GetAnvaAgentsQueryParams, type GetAnvaAgentsResponse, type GetAnvaClosingQuestionsQueryParams, type GetAnvaClosingQuestionsResponse, type GetAnvaCollectionMethodsPathParams, type GetAnvaCollectionMethodsQueryParams, type GetAnvaCollectionMethodsResponse, type GetAnvaEmployeesQueryParams, type GetAnvaEmployeesResponse, type GetAnvaLabelsQueryParams, type GetAnvaLabelsResponse, type GetAnvaMutationReasonsQueryParams, type GetAnvaMutationReasonsResponse, type GetAnvaPartiesQueryParams, type GetAnvaPartiesResponse, type GetAnvaProductsQueryParams, type GetAnvaProductsResponse, type GetAnvaproductByIdPathParams, type GetAnvaproductByIdQueryParams, type GetAnvaproductByIdResponse, type GetAnvaproductsQueryParams, type GetAnvaproductsResponse, type GetArtifactFromEventByIdPathParams, type GetArtifactFromEventByIdQueryParams, type GetArtifactFromEventByIdResponse, type GetAssuEmployeesQueryParams, type GetAssuEmployeesResponse, type GetAvailableFlowsForDistributionInfoQueryParams, type GetAvailableFlowsForDistributionInfoResponse, type GetBrokerByAnvaProducerIdPathParams, type GetBrokerByAnvaProducerIdResponse, type GetBrokerByAnvaRelationMangerIdPathParams, type GetBrokerByAnvaRelationMangerIdResponse, type GetBrokerConnectionsByIdPathParams, type 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 GetDiasCollectionMethodsPathParams, type GetDiasCollectionMethodsQueryParams, type GetDiasCollectionMethodsResponse, type GetDiasEmployeesQueryParams, type GetDiasEmployeesResponse, type GetDiasPartiesQueryParams, type GetDiasPartiesResponse, type GetDiasProductsQueryParams, type GetDiasProductsResponse, type GetDiasflowProductByIdPathParams, type GetDiasflowProductByIdQueryParams, type GetDiasflowProductByIdResponse, type GetDiasflowProductsQueryParams, type GetDiasflowProductsResponse, type GetDistributionActivityPathParams, type GetDistributionActivityQueryParams, type GetDistributionActivityResponse, type GetDistributionAffiliationsPathParams, type GetDistributionAffiliationsResponse, type GetDistributionByIdPathParams, type GetDistributionByIdResponse, type GetDistributionConnectionsByIdPathParams, type GetDistributionConnectionsByIdQueryParams, type GetDistributionConnectionsByIdResponse, type GetDistributionFaqQueryParams, type GetDistributionFaqResponse, type GetDistributionHasPendingUpgradePathParams, type GetDistributionHasPendingUpgradeResponse, type GetDistributionSettingsResponse, type GetDistributionTagsQueryParams, type GetDistributionTagsResponse, type GetDocumentExtractionBatchByIdPathParams, type GetDocumentExtractionBatchByIdResponse, type GetDocumentMetadataPathParams, type GetDocumentMetadataResponse, type GetDocumentsAsCustomerQueryParams, type GetDocumentsAsCustomerResponse, type GetDocumentsForPartyPathParams, type GetDocumentsForPartyQueryParams, type GetDocumentsForPartyResponse, type GetEmailByMessageIdQueryParams, type GetEmailByMessageIdResponse, type GetEncryptionKeysQueryParams, type GetEncryptionKeysResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponsePathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryPathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryResponse, type GetEnumByAnvaLabelPathParams, type GetEnumByAnvaLabelQueryParams, type GetEnumByAnvaLabelResponse, type GetEnumByDiasLabelPathParams, type GetEnumByDiasLabelQueryParams, type GetEnumByDiasLabelResponse, type GetEventsByAdvisoryReportIdPathParams, type GetEventsByAdvisoryReportIdQueryParams, type GetEventsByAdvisoryReportIdResponse, type GetExtractEnityInfoPathParams, type GetExtractEnityInfoResponse, type GetFasterforwardEmployeesQueryParams, type GetFasterforwardEmployeesResponse, type GetFasterforwardTeamsQueryParams, type GetFasterforwardTeamsResponse, type GetFinconnectLinkAsCustomerQueryParams, type GetFinconnectLinkAsCustomerResponse, type GetFinconnectLinkForInsurancePolicyAsCustomerPathParams, type GetFinconnectLinkForInsurancePolicyAsCustomerQueryParams, type GetFinconnectLinkForInsurancePolicyAsCustomerResponse, type GetFlowInfoByIdPathParams, type GetFlowInfoByIdQueryParams, type GetFlowInfoByIdResponse, type GetFlowsInfoQueryParams, type GetFlowsInfoResponse, type GetGbiQueryParams, type GetGbiResponse, type GetHubspotVisitorIdentificationTokenResponse, type GetInfoForClaimPathParams, type GetInfoForClaimQueryParams, type GetInfoForClaimResponse, type GetInsightsIfCarIsInsuredBody, type GetInsightsIfCarIsInsuredResponse, type GetInsuranceCompaniesQueryParams, type GetInsuranceCompaniesResponse, type GetInsurancePoliciesAsCustomerQueryParams, type GetInsurancePoliciesAsCustomerResponse, type GetInsurancePoliciesForPartyPathParams, type GetInsurancePoliciesForPartyQueryParams, type GetInsurancePoliciesForPartyResponse, type GetInsurancePolicyByIdAsCustomerPathParams, type GetInsurancePolicyByIdAsCustomerResponse, type GetInsurancePolicyByIdPathParams, type GetInsurancePolicyByIdResponse, type GetInsurancePolicySimulationsForPartyPathParams, type GetInsurancePolicySimulationsForPartyQueryParams, type GetInsurancePolicySimulationsForPartyResponse, type GetInsuranceProductClausesByDistributionQueryParams, type GetInsuranceProductClausesByDistributionResponse, type GetInsuranceProductsV2QueryParams, type GetInsuranceProductsV2Response, type GetIntegrationsByDistributionPathParams, type GetIntegrationsByDistributionResponse, type GetInvoiceByIdAsCustomerPathParams, type GetInvoiceByIdAsCustomerResponse, type GetInvoicesAsCustomerQueryParams, type GetInvoicesAsCustomerResponse, type GetInvoicesAsPartyByIdPathParams, type GetInvoicesAsPartyByIdResponse, type GetInvoicesAsPartyPathParams, type GetInvoicesAsPartyQueryParams, type GetInvoicesAsPartyResponse, type GetJobResultByIdPathParams, type GetJobResultByIdQueryParams, type GetJobResultByIdResponse, type GetKycByPartyPathParams, type GetKycByPartyQueryParams, type GetKycByPartyResponse, type GetLeadByIdPathParams, type GetLeadByIdResponse, type GetLeadProviderByIdPathParams, type GetLeadProviderByIdResponse, type GetLeadProvidersByAffinityQueryParams, type GetLeadProvidersByAffinityResponse, type GetLeaseOfferByIdPathParams, type GetLeaseOfferByIdQueryParams, type GetLeaseOfferByIdResponse, type GetLinkOfDocumentPathParams, type GetLinkOfDocumentResponse, type GetMetricsByCampaignPathParams, type GetMetricsByCampaignQueryParams, type GetMetricsByCampaignResponse, type GetMinimalOfferByIdPathParams, type GetMinimalOfferByIdQueryParams, type GetMinimalOfferByIdResponse, type GetMinimalOfferRevisionByIdPathParams, type GetMinimalOfferRevisionByIdResponse, type GetMinimalRiskObjectByIdPathParams, type GetMinimalRiskObjectByIdQueryParams, type GetMinimalRiskObjectByIdResponse, type GetNaceQueryParams, type GetNaceResponse, type GetNoveltyInsightsByDistributionPathParams, type GetNoveltyInsightsByDistributionQueryParams, type GetNoveltyInsightsByDistributionResponse, type GetOfferByIdPathParams, type GetOfferByIdResponse, type GetOffersByDistributionPathParams, type GetOffersByDistributionQueryParams, type GetOffersByDistributionResponse, type GetOnboardingChecklistByBrokerPathParams, type GetOnboardingChecklistByBrokerQueryParams, type GetOnboardingChecklistByBrokerResponse, type GetOrganisationDistributionsPathParams, type GetOrganisationDistributionsQueryParams, type GetOrganisationDistributionsResponse, type GetOrganisationLeadsPathParams, type GetOrganisationLeadsQueryParams, type GetOrganisationLeadsResponse, type GetOrganisationOffersPathParams, type GetOrganisationOffersQueryParams, type GetOrganisationOffersResponse, 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 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 ImportDiasPartyInWegroupPathParams, type ImportDiasPartyInWegroupQueryParams, type ImportDiasPartyInWegroupResponse, type ImportDiasflowProductBody, type ImportDiasflowProductQueryParams, type ImportDiasflowProductResponse, 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 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 PatchDiasflowProductCoverageByIdBody, type PatchDiasflowProductCoverageByIdPathParams, type PatchDiasflowProductCoverageByIdQueryParams, type PatchDiasflowProductCoverageByIdResponse, 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 SchemaActivitiesCreateCmd, type SchemaActivity, type SchemaActivityFrontPageCmd, type SchemaActivityFrontPageQueryModel, type SchemaActivityPatchCmd, type SchemaActivityQueryModel, type SchemaAddActionToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdviceToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdvisoryReportStepsConfigurationParams, type SchemaAddConversationToAdvisoryReportRevisionParams, type SchemaAddInsuranceProductClausesToAdvisoryReportRevisionParams, type SchemaAddRiskDomainToAdvisoryReportRevisionParams, type SchemaAdditionalProperties, type SchemaAdditionalProperties_2, type SchemaAddresWithMetadata, type SchemaAddress, type SchemaAddressAllNones, type SchemaAddressInfoLinkRelationType, type SchemaAddressInformation, type SchemaAddressRules, type SchemaAdviceChangeType, type SchemaAdviceDiffModel, type SchemaAdviceQueryModel, type SchemaAdviceType, type SchemaAdvisoryReport, type SchemaAdvisoryReportAdviceActionCreateCmd, type SchemaAdvisoryReportAdviceDiff, type SchemaAdvisoryReportClauseQueryModel, type SchemaAdvisoryReportClausesCreateCmd, type SchemaAdvisoryReportConversationLinkCmd, type SchemaAdvisoryReportConversationQueryModel, type SchemaAdvisoryReportCreateCmd, type SchemaAdvisoryReportDocxResponse, type SchemaAdvisoryReportExportOptions, type SchemaAdvisoryReportExportResponse, type SchemaAdvisoryReportFrontPageCreateCmd, type SchemaAdvisoryReportInsurancePolicyCmd, type SchemaAdvisoryReportInsurancePolicyOrder, type SchemaAdvisoryReportInsurancePolicyPackageCmd, type SchemaAdvisoryReportPartyQueryModel, type SchemaAdvisoryReportPdfResponse, type SchemaAdvisoryReportQueryModel, type SchemaAdvisoryReportRevisionAcceptanceCmd, type SchemaAdvisoryReportRevisionCmd, type SchemaAdvisoryReportRevisionCreateCmd, type SchemaAdvisoryReportRevisionMailInquiryCmd, type SchemaAdvisoryReportRevisionUpdateCmd, type SchemaAdvisoryReportRevisionsQueryModel, type SchemaAdvisoryReportRiskDomainActionCreateCmd, type SchemaAdvisoryReportRiskDomainActionPatchCmd, type SchemaAdvisoryReportRiskDomainAdviceCreateCmd, type SchemaAdvisoryReportRiskDomainAdvicePatchCmd, type SchemaAdvisoryReportRiskDomainCreateCmd, type SchemaAdvisoryReportStepsCreateCmd, type SchemaAdvisoryReportTask, type SchemaAdvisoryReportsQueryModel, type SchemaAdvisoryTaskPriority, type SchemaAedesCar, type SchemaAedesCarPayload, type SchemaAedesDriver, type SchemaAedesParking, type SchemaAedesParking_2, type SchemaAffiliation, type SchemaAffiliationInfo, type SchemaAffiliationStatus, type SchemaAffinityKey, type SchemaAgHomePayload, type SchemaAgriculturalVehicleUsage, type SchemaAgriculturalVehicleUsage_2, type SchemaAlarmSystem, type SchemaAllGuaranteesSetting, type SchemaAllianzCancellationReason, type SchemaAllianzCancellationReason_2, type SchemaAllianzCar, type SchemaAllianzCarPayload, type SchemaAllianzDriver, type SchemaAllianzFamilyPayload, type SchemaAllianzHome, type SchemaAllianzHomePayload, type SchemaAnalyzeEmailByIdParams, type SchemaAnnex, type SchemaAnnexRoofConstructionType, type SchemaAnnexType, type SchemaAnnexType_2, type SchemaAnnexWallConstructionType, type SchemaAnnualPremium, type SchemaAnnualPremiumQueryModel, type SchemaAnswer, type SchemaAnswerFlowParams, type SchemaAnswerFlowSessionParams, type SchemaAnswerFlowsResponse, type SchemaAnswerValidationError, type SchemaAnswerValidationErrorMessage, type SchemaAnswersPayload, type SchemaAnvaAdnCoverage, type SchemaAnvaCalculationPackage, type SchemaAnvaCalculationResponse, type SchemaAnvaClaimStatus, type SchemaAnvaClosingQuestion, type SchemaAnvaClosingQuestionUpsertCmd, type SchemaAnvaCollectionMethod, type SchemaAnvaCollectionMethods, type SchemaAnvaCoverage, type SchemaAnvaCoverageCombination, type SchemaAnvaCustomerInquiryParams, type SchemaAnvaDocument, type SchemaAnvaDocumentUpdateCmd, type 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 SchemaAppModelsPartyCustomer, type SchemaAppModelsPartyManagementBaseDocumentDataPreferences, type SchemaAppModelsPartyManagementFunction, type SchemaAppModelsPartyManagementFunction_2, type SchemaAppModelsPartyManagementbasedocumentdataPreferences, type SchemaAppModelsPartyPartyCompanyBaseAssetInfo, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoMachineDelivery, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoPeriodicCash, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoSiloCapacity, type SchemaAppModelsPartyPartyCompanyBaseBookkeeper, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorks, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorksConstructionWorkDuration, type SchemaAppModelsPartyPartyCompanyBaseContactPerson, type SchemaAppModelsPartyPartyCompanyBaseCustomerInfo, type SchemaAppModelsPartyPartyCompanyBaseCyber, type SchemaAppModelsPartyPartyCompanyBaseExhibitionActivity, type SchemaAppModelsPartyPartyCompanyBaseExportActivity, type SchemaAppModelsPartyPartyCompanyBaseFinancialInfo, type SchemaAppModelsPartyPartyCompanyBaseImportActivity, type SchemaAppModelsPartyPartyCompanyBaseLegalAid, type SchemaAppModelsPartyPartyCompanyBaseLiabilityInfo, type SchemaAppModelsPartyPartyCompanyBaseOutlook, type SchemaAppModelsPartyPartyCompanyBasePersonnelDetails, type SchemaAppModelsPartyPartyCompanyBaseThirdPartyActivity, type SchemaAppModelsPartyPartyCompanyBaseTransportInfo, type SchemaAppModelsPartyPartyCompanyBaseTurnover, type SchemaAppModelsPartyPartyCompanyBaseWorkforce, type SchemaAppModelsPartyPartyCompanyBaseWorkforceWageBill, type SchemaAppModelsPartyPartyPreferences, type SchemaAppModelsPartyPartyPreferencesFuneralPreference, type SchemaAppModelsPartyPartycompanybaseAssetinfo, type SchemaAppModelsPartyPartycompanybaseAssetinfoMachinedelivery, type SchemaAppModelsPartyPartycompanybaseAssetinfoPeriodiccash, type SchemaAppModelsPartyPartycompanybaseAssetinfoSilocapacity, type SchemaAppModelsPartyPartycompanybaseBookkeeper, type SchemaAppModelsPartyPartycompanybaseConstructionworks, type SchemaAppModelsPartyPartycompanybaseConstructionworksConstructionworkduration, type SchemaAppModelsPartyPartycompanybaseContactperson, type SchemaAppModelsPartyPartycompanybaseCustomerinfo, type SchemaAppModelsPartyPartycompanybaseCyber, type SchemaAppModelsPartyPartycompanybaseExhibitionactivity, type SchemaAppModelsPartyPartycompanybaseExportactivity, type SchemaAppModelsPartyPartycompanybaseFinancialinfo, type SchemaAppModelsPartyPartycompanybaseImportactivity, type SchemaAppModelsPartyPartycompanybaseLegalaid, type SchemaAppModelsPartyPartycompanybaseLiabilityinfo, type SchemaAppModelsPartyPartycompanybaseOutlook, type SchemaAppModelsPartyPartycompanybasePersonneldetails, type SchemaAppModelsPartyPartycompanybaseThirdpartyactivity, type SchemaAppModelsPartyPartycompanybaseTransportinfo, type SchemaAppModelsPartyPartycompanybaseTurnover, type SchemaAppModelsPartyPartycompanybaseWorkforce, type SchemaAppModelsPartyPartycompanybaseWorkforceWagebill, type SchemaAppModelsPartyPartypreferences, type SchemaAppModelsPartyPartypreferencesFuneralpreference, type SchemaAppModelsReadDocument, type SchemaAppModelsReadDocumentExternalRef, type SchemaAppModelsRiskObjectsAmountOfRiskObjects, type SchemaAppModelsRiskObjectsBicycleBicycle, type SchemaAppModelsRiskObjectsBicyclePreferences, type SchemaAppModelsRiskObjectsBoatBoat, type SchemaAppModelsRiskObjectsBoatPreferences, type SchemaAppModelsRiskObjectsCarCar, type SchemaAppModelsRiskObjectsCarCar_2, type SchemaAppModelsRiskObjectsCarPreferences, type SchemaAppModelsRiskObjectsCarPreferences_2, type SchemaAppModelsRiskObjectsFamilyFamily, type SchemaAppModelsRiskObjectsLegalLegal, type SchemaAppModelsRiskObjectsMiscellaneousMiscellaneous, type SchemaAppModelsRiskObjectsPartyGroupPartyGroup, type SchemaAppModelsRiskObjectsResidenceMainBuilding, type SchemaAppModelsRiskObjectsResidenceResidence, type SchemaAppModelsRiskObjectsResidenceResidencePreferences, type SchemaAppModelsRiskObjectsRiskObjects, type SchemaAppModelsRiskObjectsSemiTrailerSemiTrailer, type SchemaAppModelsRiskObjectsTeacherTeacher, type SchemaAppModelsRiskObjectsTrailerTrailer, type SchemaAppModelsRiskObjectsTwowheelerPreferences, type SchemaAppModelsRiskObjectsTwowheelerTwoWheeler, type SchemaAppModelsThemeThemeCreateCmd, type SchemaAppResponsesBaseStatusResponse, type SchemaAppViewsModelsAdvisoryReportAdvisoryReportQueryModelInsurancePolicies, type SchemaAppViewsModelsAdvisoryReportCoverageQueryModelExternalLabel, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportPolicyPackageQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportRiskDomainActionQueryModelRiskDomain, type SchemaAppViewsModelsAdvisoryReportRiskDomainAdviceQueryModelRiskDomain, type 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 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 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 SchemaCampaignCreateResponse, type SchemaCampaignDistributionSettingsQueryModel, type SchemaCampaignExtend, type SchemaCampaignFlowType, type SchemaCampaignGenerateDnsPrefix, type SchemaCampaignInsurance, type SchemaCampaignInsuranceQueryModel, type SchemaCampaignMailTemplateQueryModel, type SchemaCampaignMetrics, type SchemaCampaignQueryModel, type SchemaCampaignQueryModelFull, type SchemaCampaignReferenceQueryModel, type SchemaCampaignSharingOption, type SchemaCampaignSpecifications, type SchemaCampaignSpecificationsQueryModel, type SchemaCampaignStatus, type SchemaCampaignTarget, type SchemaCampaignTargetQueryModel, type SchemaCampaignTemplateCategory, type SchemaCampaignTemplateQueryModel, type SchemaCampaignTemplatesQueryModel, type SchemaCampaignType, type SchemaCampaignVerifiedDnsPrefix, type SchemaCampaignYellowHiveProduct, type SchemaCampaignYellowHiveProductQueryModel, type SchemaCampaignYellowHiveProducts, type SchemaCampaignYellowHiveProductsQueryModel, type SchemaCampaignsResponse, type SchemaCar, type SchemaCarCategory, type SchemaCarCategoryCode, type SchemaCarCategoryCode_2, type SchemaCarCategory_2, type SchemaCarClaimType, type SchemaCarClaimType_2, type SchemaCarDemo, type SchemaCarDemo_2, type SchemaCarEvaluationType, type SchemaCarEvaluationType_2, type SchemaCarGlassEvent, type SchemaCarInsuranceInsightPayload, type SchemaCarInsurancePolicyInsightsCarResponse, type SchemaCarInsurancePolicyInsightsDistributionResponse, type SchemaCarInsurancePolicyInsightsPartyResponse, type SchemaCarInsurancePolicyInsightsResponse, type SchemaCarInsured, type SchemaCarInterests, type SchemaCarInterests_2, type SchemaCarLease, type SchemaCarLeaseRatesResponse, type SchemaCarLookUpToQuestion, type SchemaCarLookUpToQuestions, type SchemaCarLookUpToQuestionsCmd, type SchemaCarMileage, type SchemaCarNlPayloads, type SchemaCarPayloads, type SchemaCarPremiumResponse, type SchemaCarProfessionalUsagePurpose, type SchemaCarProfessionalUsagePurpose_2, type SchemaCarReferenceQueryModel, type SchemaCarRiskObjectIdWithRevisionId, type SchemaCarStorage, type SchemaCarTaxation, type SchemaCarTheftProtection, type SchemaCarTheftProtection_2, type SchemaCarTrackingSystem, type SchemaCarTrackingSystem_2, type SchemaCarTrailer, type SchemaCarUsage, type SchemaCarUsagePeriod, type SchemaCarUsagePeriod_2, type SchemaCarUsedFor, type SchemaCarUsedFor_2, type SchemaCarVehicleType, type SchemaCarVehicleType_2, type SchemaCarglassEventCreateParams, type SchemaCategoryType, type SchemaChatCmd, type SchemaChatSummaryDetailed, type SchemaChatSummaryGroup, type SchemaChatSummaryQuestion, type SchemaChatSummarySection, type SchemaCheckupItemType, type SchemaChild, type SchemaChildProtection, type SchemaChildProtectionDriver, type SchemaChildProtectionPassenger, type SchemaChildProtectionRear, type SchemaCitizensCar, type SchemaCitizensCarPayload, type SchemaCitizensCoverageChoice, type SchemaCitizensCoverageChoice_2, type SchemaCitizensInsuredAmountAccidents, type SchemaCitizensInsuredAmountAccidents_2, type SchemaCitizensInsuredAmountLiability, type SchemaCitizensInsuredAmountLiability_2, type SchemaCitizensSteeringPosition, type SchemaCity, type SchemaCityAutomaticEmergencyBraking, type SchemaCivilState, type SchemaCivilState_2, type SchemaClaim, type SchemaClaimCause, type SchemaClaimCause_2, type SchemaClaimFreeYears, type SchemaClaimFreeYears_2, type SchemaClaimLossAmount, type SchemaClaimLossAmount_2, type SchemaClaimQueryModel, type SchemaClaimStatus, type SchemaClaimType, type SchemaClaimsQueryModel, type SchemaClauseCmd, type SchemaClauseQueryModel, type SchemaCloudDataStorageLocation, type SchemaCollectionMethod, type SchemaCommentary, type SchemaCommentaryQueryModel, type SchemaCompany, type SchemaCompanyCreateCmd, type SchemaCompanyGoodQueryModel, type SchemaCompanyInfo, type SchemaCompanyInfoContent, type SchemaCompanyInventoryQueryModel, type SchemaCompanyInvestmentQueryModel, type SchemaCompanyLeadCreateCmd, type SchemaCompanyLeadCreateReply, type SchemaCompanyLeaseQueryModel, type SchemaCompanyLoanQueryModel, type SchemaCompanyProspectType, type SchemaCompanyProspectsWithLeadOfferRiskObjectsQueryModel, type SchemaCompanyQueryModel, type SchemaCompanyRegistration, type SchemaCompanyRegistrationQueryModel, type SchemaCompanyRegistrationType, type SchemaCompanyRegistrationType_2, type SchemaCompanySearchBy, type SchemaCompareAnswer, type SchemaCompareCmd, type SchemaCondition, type SchemaConditionAction, type SchemaConditionCheckType, type SchemaConditionOperation, type SchemaConditionType, type SchemaConditions, type SchemaConstructionType, type SchemaConstructionTypeFloors, type SchemaConstructionWorkDuration, type SchemaConstructionWorks, type SchemaConstructionYear, type SchemaConstructionYearCategory, type SchemaContactPerson, type SchemaContentValueDefinedType, type SchemaContractConversions, type SchemaConversationAnswer, type SchemaConversationAnswerCompared, type SchemaConversationDocumentPdfModel, type SchemaConversationNote, type SchemaConversationsOriginFilter, type SchemaConversationsOriginFilterItem, type SchemaCountryCodes, type SchemaCountryCodes_2, type SchemaCoverage, type SchemaCoverageCmd, type SchemaCoverageGroupMatchingScore, type SchemaCoverageInsights, type SchemaCoverageLimit, type SchemaCoveragePeriod, type SchemaCoverageQueryModel, type SchemaCoverageUpdateCmd, type SchemaCreateAccountParams, type SchemaCreateAdvisoryReportParams, type SchemaCreateAdvisoryReportRevisionParams, type SchemaCreateAdvisoryReportRevisionV2Params, type SchemaCreateAnvaPartyCompanyCmd, type SchemaCreateAnvaPartyCompanyRegistration, type SchemaCreateAnvaPartyCustomerCmd, type SchemaCreateBicycleRiskObjectParams, type SchemaCreateBoatRiskObjectParams, type SchemaCreateBrokerConnectionParams, type SchemaCreateCampaignAssistantAvatarCmd, type SchemaCreateCampaignCmd, type SchemaCreateCampaignLogoCmd, type SchemaCreateCampaignParams, type SchemaCreateCarRiskObjectParams, type SchemaCreateCompanyLeadParams, type SchemaCreateCompanyProspectParams, type SchemaCreateCustomThemeAsDistributionParams, type SchemaCreateCustomerLeadParams, type SchemaCreateCustomerProspectParams, type 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 SchemaCreateReplyUuid, type SchemaCreateResponse, type SchemaCreateRiskObjectExternalRefsParams, type SchemaCreateSemiTrailerRiskObjectParams, type SchemaCreateSignedPartiesUploadUrlParams, type SchemaCreateTaskInAnvaParams, 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 SchemaDeductibleType, type SchemaDelaFuneralPayload, type SchemaDeleteMethod, type SchemaDelinkPartyToUserParams, type SchemaDemographicData, type SchemaDiasCalculationPackage, type SchemaDiasCollectionMethods, type SchemaDiasCoverage, type SchemaDiasCoverageUpdateCmd, type SchemaDiasFlowStatus, type SchemaDiasInsurance, type SchemaDiasInsuranceCompany, type SchemaDiasInsurancePackage, type SchemaDiasInsurancePolicy, 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 SchemaDimensions, type SchemaDinghy, type SchemaDinghyCategory, type SchemaDirector, type SchemaDisable_2faForMeParams, type SchemaDiscount, type SchemaDisplacement, type SchemaDistances, type SchemaDistribution, type SchemaDistributionCompanyRegistrationValidation, type SchemaDistributionConnectionCreateCmd, type SchemaDistributionConnectionQueryModel, type SchemaDistributionConnectionUpdateCmd, type SchemaDistributionCreateCmd, type SchemaDistributionFrontPageSettings, type SchemaDistributionFrontPageSettingsQueryModel, type SchemaDistributionInvite, type SchemaDistributionLogos, type SchemaDistributionNameValidateCmd, type SchemaDistributionNoveltyInsight, type SchemaDistributionPromotionCreateCmd, type SchemaDistributionPromotionsReply, type SchemaDistributionSettings, type SchemaDistributionSettingsPatchCmd, type SchemaDistributionSignatureMethodQueryModel, type SchemaDistributionSignaturePatchCmd, type SchemaDistributionTagCreateCmd, type SchemaDistributionTagReply, type SchemaDistributionTagsQueryModel, type SchemaDistributionThemeCreateCmd, type SchemaDistributionThemeUpdateCmd, type SchemaDistributionUsp, type SchemaDistributionUspItemCreateCmd, type SchemaDistributionUspItemUpdateCmd, type SchemaDistributionUspReply, type SchemaDistributions, type SchemaDnaYachtBoatPayload, type SchemaDocument, type SchemaDocumentExtractionBatch, type SchemaDocumentExtractionBatchPayload, type SchemaDocumentExtractionEntityInfo, type SchemaDocumentLinkResponse, type SchemaDocumentQueryModel, type SchemaDocumentReferenceQueryModel, type SchemaDocumentResourceType, type SchemaDocumentStatus, type SchemaDocumentType, type SchemaDocumentType_2, type SchemaDomainCar, type SchemaDriveAssistanceSystem, type SchemaDriveTrainLayout, type SchemaDriveTrainLayout_2, type SchemaDriver, type SchemaDriverBrandClubMembership, type SchemaDriverExperience, type SchemaDriverLicenseCode, type SchemaDriverLicenseCode_2, type SchemaDriverLicenseType, type SchemaDriverLicenseType_2, type SchemaDriverVehicle, type SchemaDriverVehicleExperience, type SchemaDriverVehicleUsage, type SchemaDrivingTimes, type SchemaDutyOfCareCheckupItem, type SchemaDutyOfCareKind, type SchemaDutyOfCareStatus, type SchemaEducationLevel, type SchemaEducationLevel_2, type SchemaElectricBatteryType, type SchemaElectricalBikeAssistance, type SchemaElectricalInstallationType, type SchemaElectricalInstallations, type SchemaElectronicStabilityControl, type SchemaEmailActionability, type SchemaEmailAggregateResponse, type SchemaEmailAnalysis, type SchemaEmailAnalysisResponse, type SchemaEmailAnalyzeByEmailIdCmd, type SchemaEmailConversation, type SchemaEmailModel, type SchemaEmailTriageClassification, type SchemaEmailTriageCmd, type SchemaEmailValidation, type SchemaEmission, type SchemaEmissionStandard, type SchemaEmployeeInformation, type SchemaEmployeeInformationQueryModel, type SchemaEmployees, type SchemaEmploymentType, type SchemaEnable_2faForMeParams, type SchemaEnergyCategory, type SchemaEngine, type SchemaEngineRotations, type SchemaEngineTorque, type SchemaEntityChanges, type SchemaEntityExtraction, type SchemaEntityKey, type SchemaEntityReference, type SchemaEnumSource, type SchemaEnumValue, type SchemaEnums, type SchemaEnumsResponse, type SchemaErrorDetail, type SchemaErrorEnum_401, type SchemaErrorMessages, type SchemaErrorResponse, type SchemaError_401, type SchemaError_403, type SchemaError_422, type SchemaError_429, type SchemaError_4Xx, type SchemaEstablishment, type SchemaEstablishmentQueryModel, type SchemaEuromexLegalPayload, type SchemaExcludedCoverage, type SchemaExhibitionActivity, type SchemaExistsReply, type SchemaExportActivity, type SchemaExportAdvisoryReportByIdParams, type SchemaExportAdvisoryReportCreateCmd, type SchemaExportOption, type SchemaExportsQueued, type SchemaExternalRef, type SchemaExternalRefCompany, type SchemaExternalRefsQueryModel, type SchemaExternalResponseFormatted, type SchemaExtraLegalBenefits, type SchemaExtractDocumentCmd, type SchemaExtractOneDocumentResponse, type SchemaExtractOnePoliciesDocumentResponse, type SchemaExtractSingularDocumentAsInsurancePolicyParams, type SchemaExtractSingularDocumentAsOfferParams, type SchemaExtractSingularDocumentEnqueueParams, type SchemaExtractSingularDocumentInsurancePoliciesEnqueueParams, type SchemaExtractSingularDocumentOffersEnqueueParams, type SchemaExtractSingularDocumentParams, type SchemaExtractSingularDocumentPartyEnqueueParams, type SchemaExtractThemeCmd, type SchemaExtractWebsiteThemeParams, type SchemaExtractedInsurancePolicy, type SchemaExtractedQuestionnaireFilters, type SchemaExtractedQuestionnaireRequest, type SchemaFacade, type SchemaFamilyPayloads, type SchemaFamilyReferenceQueryModel, type SchemaFamilyRiskObjectIdWithRevisionId, type SchemaFamilyStatus, type SchemaFamilyStatus_2, type SchemaFaqCreateCmd, type SchemaFaqItem, type SchemaFaqQueryModel, type SchemaFaqType, type SchemaFeatureItem, type SchemaFeedback, type SchemaFieldMapping, type SchemaFieldMappingManager, type SchemaFieldOperation, type SchemaFieldTransformer, type SchemaFinConnectLinkQueryModel, type SchemaFinancial, type SchemaFinancialInfo, type SchemaFinancialInstitution, type SchemaFinancing, type SchemaFinishingType, type SchemaFireSpecifications, type SchemaFlammableLiquids, type SchemaFleet, type SchemaFleetInfo, type SchemaFleetQueryModel, type SchemaFleetRiskObjectIdWithRevisionId, type SchemaFloatCalculationSpec, type SchemaFloor, type SchemaFlow, type SchemaFlowInfo, type SchemaFlowMailType, type SchemaFlowRequest, type SchemaFlowSessionQueryModel, type SchemaFlowSessionReference, type SchemaFlowSessionStatus, type SchemaFlowStatus, type SchemaFlowSubType, type SchemaFlowType, type SchemaFlowVersion, type SchemaFlowsError, type SchemaFlowsErrorType, type SchemaFlowsInfo, type SchemaFlowsModelsAnvaAnvaQuoteCoverage, type SchemaFlowsModelsAnvaAnvaQuoteDocument, type SchemaFlowsModelsAnvaSendOfferMailCmdDocument, type SchemaFlowsModelsAnvaWarning, type SchemaFlowsModelsDiasDiasQuoteCoverage, type SchemaFlowsModelsDiasDocument, type SchemaFlowsModelsDiasWarning, type SchemaFlowsModelsYellowhiveDocument, type SchemaFlowsModelsYellowhiveWarning, type SchemaFlowsModelsYellowhiveYellowHiveQuoteCoverage, type SchemaForecast, type SchemaForecastDataResponse, type SchemaFormattedExceptionModel, type SchemaFormulaInfo, type SchemaForwardCollisionWarning, type SchemaFoyerCar, type SchemaFoyerCarPayload, type SchemaFoyerDriver, type SchemaFranchise, type SchemaFranchiseLevel, type SchemaFranchiseQueryModel, type SchemaFranchiseType, type SchemaFrontPageCmd, type SchemaFrontPageQueryModel, type SchemaFrontalCrashProtection, type SchemaFrontalCrashProtectionDriver, type SchemaFrontalCrashProtectionPassenger, type SchemaFrontalCrashProtectionRear, type SchemaFsmaStatute, type SchemaFuel, type SchemaFuelCapacity, type SchemaFuelConsumption, type SchemaFullLeaseOfferQueryModel, type SchemaFunction, type SchemaFuneralPayloads, type SchemaFuneralPreference, type SchemaFuneralPreferenceQueryModel, type SchemaFuturePlans, type SchemaGender, type SchemaGeneral, type SchemaGenerateAboutUsCmd, type SchemaGenerateCompanyDescriptionCmd, type SchemaGenerateCompanyDescriptionParams, type SchemaGenerateCompanyDescriptionResponse, type SchemaGenerateCompanySettingsAboutUsParams, type SchemaGenerateDnsPrefixParams, type SchemaGenerateRecommendationParams, type SchemaGenerateRecommendationsByPartyIdParams, type SchemaGetAddressInfoPremiumResponse, type SchemaGetAdvisoryReportDiffResponse, type SchemaGetAutomobileBrandResponse, type SchemaGetAutomobileBrandsResponse, type SchemaGetAutomobileFactsResponse, type SchemaGetAutomobileSerieResponse, type SchemaGetAutomobileSeriesResponse, type SchemaGetAutomobileVersionResponse, type SchemaGetAutomobileVersionsResponse, type SchemaGetCarInsuranceInsightsParams, type SchemaGetCarPremiumResponse, type SchemaGetCityResponse, type SchemaGetCompanyMultiResponse, type SchemaGetCompanySingleResponse, type SchemaGetDirectorMultiResponse, type SchemaGetNumberPlatePremiumResponse, type SchemaGetSearchAddressNewResponse, type SchemaGetStreetResponse, type SchemaGetVinPremiumResponse, type SchemaGiveSelectedProductsFeedbackParams, type SchemaGuarantee, type SchemaGuaranteeBase, type SchemaGuaranteeContent, type SchemaGuaranteeMatchingScores, type SchemaGuaranteeModification, type SchemaGuaranteeTag, type SchemaHandleCalculateAnvaQuotesForConversationParams, type SchemaHandleCalculateOneAnvaQuoteForConversationParams, type SchemaHandleCalculateOneDiasQuoteForConversationParams, type SchemaHandleCalculateOneYellowhiveQuoteForConversationParams, type SchemaHandleCreateAnvaPartyParams, type SchemaHandleCreateDocumentFromQuestionnaireParams, type SchemaHandleCreateYellowhiveContactPersonParams, type SchemaHandleGenerateQuestionsToPrefillByCarParams, type SchemaHandleImportAnvaProductsParams, type SchemaHandleImportDiasProductsParams, type SchemaHandleMarkSessionCompletedParams, type SchemaHandleQueueCalculateAnvaQuotesForConversationParams, type SchemaHandleQueueCalculateDiasQuotesForConversationParams, type SchemaHandleQueueCalculateYellowhiveQuotesForConversationParams, type SchemaHandleQueueSendCustomQuotesToAnvaParams, type SchemaHandleQuoteCalculationV2ExtraParams, type SchemaHandleQuoteMailSendParams, type SchemaHandleQuoteSaveParams, type SchemaHandleRecalculateAnvaSimulationParams, type SchemaHandleRecalculateDiasSimulationParams, type SchemaHandleRecalculateYellowhiveSimulationParams, type SchemaHandleRetrieveConversationReportPdfBySessionIdParams, type SchemaHandleRetrieveProductsV2Params, type SchemaHandleSendOfferMailParams, type SchemaHandleSetAskLaterQuestionIdsParams, type SchemaHandleUpdateAllAnvaQuestionnaireQuestionsByAnvaLabelParams, type 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 SchemaInsurancePolicy, 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 SchemaMercuryModelsFasterforwardListItem, type SchemaMergePartiesIntoPartyByIdParams, type SchemaMetadata, 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 SchemaMockedDisableTwoFactorRequest, type SchemaMockedTwoFactorVerificationRequest, type SchemaMortgage, type SchemaMostImportantItems, type SchemaMostImportantItems_2, type SchemaMotorType, type SchemaMotorType_2, type SchemaMotorcycleInterests, type SchemaMotorcycleInterests_2, type SchemaMultiAffiliationInfoQueryModel, type SchemaMultiAffiliationQueryModel, type SchemaMultiAnvaAdnCoverageQueryModel, type SchemaMultiAnvaClosingQuestionQueryModel, type SchemaMultiAnvaCoverageQueryModel, type SchemaMultiAnvaInsuranceCompanyQueryModel, type SchemaMultiAnvaInsuranceQueryModel, type SchemaMultiAnvaLabelQueryModel, type SchemaMultiAnvaProductQueryModel, type SchemaMultiAnvaQuestionByAnvaLabelUpdateCmd, type SchemaMultiAnvaTagQueryModel, type SchemaMultiBrokerQueryModel, 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 SchemaOpenClaimsCheckupItem, type SchemaOptimcoCar, type SchemaOptimcoCarPayload, type SchemaOptimcoDriver, type SchemaOptimcoFamilyPayload, type SchemaOptions, type SchemaOrderInsurancePolicyForAdvisoryReportRevisionParams, type SchemaOrigin, type SchemaOtherSafetySystems, type SchemaOutlook, 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 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 SchemaPossiblePackage, type SchemaPostInsuranceTermsChatFeedbackParams, type SchemaPostInsuranceTermsChatParams, type SchemaPostInsuranceTermsComparisonParams, type SchemaPreferredWayOfContact, type SchemaPremium, type SchemaPremiumQueryModel, type SchemaPreventAdvice, type SchemaPreventionAdvice, type SchemaPreventionAdviceDistributionUpdateCmd, type SchemaPreventionAdviceQueryModel, type SchemaPreventionAdviceRecommendation, type SchemaPreventionAdviceRecommendationPatchCmd, type SchemaPreventionMeasure, type SchemaPreventionPlan, type SchemaPrice, type SchemaPriceQualityRatio, type SchemaPriceRange, type 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 SchemaSecurityMeasure, type SchemaSelectedRecommendationsFeedback, type SchemaSemiTrailerRiskObjectIdWithRevisionId, type SchemaSemiTrailerType, type SchemaSendAdvisoryReportRevisionMailParams, type SchemaSendMailForSimulationParams, type SchemaSendOfferMailCmd, type SchemaSendOfferMailResponse, type SchemaSentimentType, type SchemaSeries, type SchemaSeriesSortContext, type SchemaServerError, type SchemaServerErrorMsgEnum, type SchemaSessionCompletedRemarks, type SchemaSessionReport, type SchemaShareholder, type SchemaShareholderQueryModel, type SchemaSignatureBox, type SchemaSiloCapacity, type SchemaSingleAffiliationQueryModel, type SchemaSingleAuditDetailQueryModel, type SchemaSingleAuditQueryModel, type SchemaSingleUserQueryModel, type SchemaSingularityJobQueuedResponse, type SchemaSingularityJobResultBase, type SchemaSingularityModelsDocumentExtractorCmdLink, type SchemaSingularityModelsPartyCheckupLink, type SchemaSmtCompany, type SchemaSocialLinks, type SchemaSort, type SchemaSourceInfo, type SchemaSpeedAssistance, type SchemaSplitCost, type SchemaSportHobbies, type SchemaSportHobbies_2, type SchemaStateOfChildren, type SchemaStateOfChildren_2, type SchemaStatus, type SchemaStatusReply, type SchemaStatusResponse, type SchemaSteeringPosition, type SchemaSteeringPosition_2, type SchemaStorageSecurity, type SchemaStorageSecurity_2, type SchemaStreet, type SchemaStringCalculationSpec, type SchemaSubcity, type SchemaSubjectToVat, type SchemaSubjectToVat_2, type SchemaSupplierType, type SchemaSupplierType_2, type SchemaSupportedFileTypesResponse, type SchemaSupportedProFlowCountryCodes, type SchemaSurveillanceEquipmentType, type SchemaSwimmingPoolType, type SchemaSwitchCandidatesCheckupItem, type SchemaSymbol, type SchemaTableColumn, type SchemaTableRules, type SchemaTag, type SchemaTagContentItem, type SchemaTankLocationType, type SchemaTax, type SchemaTaxBaseBe, type SchemaTaxField, type SchemaTaxPaymentDetails, type SchemaTaxPaymentTime, type SchemaTeacherRiskObjectIdWithRevisionId, type SchemaTeams, type SchemaTechnicalEquipmentType, type SchemaTechniekNederlandTypeOfCompany, type SchemaTechniekNederlandTypeOfCompanySpecification, type SchemaTechniekNederlandTypeOfCompanySpecification_2, type SchemaTechniekNederlandTypeOfCompany_2, type SchemaTelephoneNr, 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 SchemaUpdateBicycleRiskObjectByIdV2Params, type SchemaUpdateBoatRiskObjectByIdV2Params, type SchemaUpdateBrokerByIdParams, type SchemaUpdateBrokerConnectionByKeyParams, type SchemaUpdateCampaignAssistantAvatarCmd, type SchemaUpdateCampaignByIdParams, type SchemaUpdateCampaignCmd, type SchemaUpdateCampaignLogoCmd, type SchemaUpdateCarRiskObjectByIdV2Params, type SchemaUpdateCustomThemeAsDistributionParams, type SchemaUpdateDistributionConnectionByKeyParams, type SchemaUpdateDocumentByPartyIdParams, type SchemaUpdateFamilyRiskObjectByIdV2Params, type SchemaUpdateInsuranceProductClauseParams, type SchemaUpdateInsuranceProductInDistributionParams, type SchemaUpdateIntegrationsByBrokerIdParams, type SchemaUpdateLegalRiskObjectByIdV2Params, type SchemaUpdateMeUserByIdParams, type SchemaUpdateMiscellaneousRiskObjectByIdV2Params, type SchemaUpdateOfferRevisionParams, type SchemaUpdateOffersInBulkParams, type SchemaUpdatePartyActivityParams, type SchemaUpdatePartyAssigneesParams, type SchemaUpdatePartyByIdParams, type SchemaUpdatePartyGroupRiskObjectByIdV2Params, type SchemaUpdatePartyNoteByIdParams, type SchemaUpdatePasswordCmd, type SchemaUpdatePasswordForUserByUserIdParams, type SchemaUpdatePreventionAdviceInDistributionParams, type SchemaUpdateRelationByIdParams, type SchemaUpdateResidenceRiskObjectByIdV2Params, type SchemaUpdateRiskDomainActionFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainAdviceFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainInDistributionParams, type SchemaUpdateRiskObjectRelationByIdParams, type SchemaUpdateSemiTrailerRiskObjectByIdV2Params, type SchemaUpdateSessionCmd, type SchemaUpdateSettingsByDistributionIdParams, type SchemaUpdateTrailerRiskObjectByIdV2Params, type SchemaUpdateTwoWheelerRiskObjectByIdV2Params, type SchemaUpdateUspByIdParams, type SchemaUpdatedRiskObjectRevisionReply, type SchemaUploadDocumentPatchCmd, type 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 SearchCitiesByCountryQueryParams, type SearchCitiesByCountryResponse, type SearchDirectorsByFirstAndLastNameQueryParams, type SearchDirectorsByFirstAndLastNameResponse, type SearchEnterprisesByCountryQueryParams, type SearchEnterprisesByCountryResponse, type SearchVehiclesBody, type SearchVehiclesQueryParams, type SearchVehiclesResponse, type SendAdvisoryReportAsMailBody, type SendAdvisoryReportAsMailPathParams, type SendAdvisoryReportAsMailQueryParams, type SendAdvisoryReportAsMailResponse, type SendAnvaInquiryAsCustomerBody, type SendAnvaInquiryAsCustomerResponse, type SendClaimToKeypointPathParams, type SendClaimToKeypointQueryParams, type SendClaimToKeypointResponse, type SendExampleCampaignTargetMailQueryParams, type SendExampleCampaignTargetMailResponse, type SendMailClaimReportByIdPathParams, type SendMailClaimReportByIdQueryParams, type SendMailClaimReportByIdResponse, type SendMailFollowupPageToCustomerPathParams, type SendMailFollowupPageToCustomerQueryParams, type SendMailFollowupPageToCustomerResponse, type SendMailForSimulationToPartyBody, type SendMailForSimulationToPartyPathParams, type SendMailForSimulationToPartyQueryParams, type SendMailForSimulationToPartyResponse, type SendOfferMailBySessionIdBody, type SendOfferMailBySessionIdPathParams, type SendOfferMailBySessionIdQueryParams, type SendOfferMailBySessionIdResponse, type SendOfferToAnvaBySessionIdPathParams, type SendOfferToAnvaBySessionIdQueryParams, type SendOfferToAnvaBySessionIdResponse, type SendPasswordResetToCustomerPathParams, type SendPasswordResetToCustomerResponse, type SendQuoteAsMailBody, type SendQuoteAsMailPathParams, type SendQuoteAsMailQueryParams, type SendQuoteAsMailResponse, type SetAskLaterQuestionsBody, type SetAskLaterQuestionsResponse, type TransferLeadToOtherDistributionBody, type TransferLeadToOtherDistributionPathParams, type TransferLeadToOtherDistributionQueryParams, type TransferLeadToOtherDistributionResponse, type TransferPartyToOtherDistributionBody, type TransferPartyToOtherDistributionPathParams, type TransferPartyToOtherDistributionQueryParams, type TransferPartyToOtherDistributionResponse, type TriageEmailBody, type TriageEmailResponse, type UnblockCustomerFromAccessingPartyPathParams, type UnblockCustomerFromAccessingPartyResponse, type UnlockClaimPathParams, type UnlockClaimQueryParams, type UnlockClaimResponse, type UpdateAdvisoryReportBody, type UpdateAdvisoryReportPathParams, type UpdateAdvisoryReportQueryParams, type UpdateAdvisoryReportResponse, type UpdateAnvaflowsQuestionnaireBody, type UpdateAnvaflowsQuestionnairePathParams, type UpdateAnvaflowsQuestionnaireQueryParams, type UpdateAnvaflowsQuestionnaireResponse, type UpdateBicycleRiskObjectBody, type UpdateBicycleRiskObjectPathParams, type UpdateBicycleRiskObjectQueryParams, type UpdateBicycleRiskObjectResponse, type UpdateBoatRiskObjectBody, type UpdateBoatRiskObjectPathParams, type UpdateBoatRiskObjectQueryParams, type UpdateBoatRiskObjectResponse, type UpdateBrokerByBrokerBody, type UpdateBrokerByBrokerPathParams, type UpdateBrokerByBrokerResponse, type UpdateBrokerConnectionByKeyBody, type UpdateBrokerConnectionByKeyPathParams, type UpdateBrokerConnectionByKeyResponse, type UpdateBrokerIntegrationsBody, type UpdateBrokerIntegrationsPathParams, type UpdateBrokerIntegrationsResponse, type UpdateCampaignBody, type UpdateCampaignPathParams, type UpdateCampaignQueryParams, type UpdateCampaignResponse, type UpdateCarRiskObjectBody, type UpdateCarRiskObjectPathParams, type UpdateCarRiskObjectQueryParams, type UpdateCarRiskObjectResponse, type UpdateClaimAsBrokerByIdPathParams, type UpdateClaimAsBrokerByIdQueryParams, type UpdateClaimAsBrokerByIdResponse, type UpdateClaimAsCustomerWithTokenPathParams, type UpdateClaimAsCustomerWithTokenQueryParams, type UpdateClaimAsCustomerWithTokenResponse, type UpdateCommentOnActivityPathParams, type UpdateCommentOnActivityQueryParams, type UpdateCommentOnActivityResponse, type UpdateConversationByIdBody, type UpdateConversationByIdPathParams, type UpdateConversationByIdResponse, type UpdateDeclarationRemarkPathParams, type UpdateDeclarationRemarkQueryParams, type UpdateDeclarationRemarkResponse, type UpdateDiasQuestionnaireBody, type UpdateDiasQuestionnairePathParams, type UpdateDiasQuestionnaireQueryParams, type UpdateDiasQuestionnaireResponse, type UpdateDistributionConnectionByKeyBody, type UpdateDistributionConnectionByKeyPathParams, type UpdateDistributionConnectionByKeyResponse, type UpdateDistributionIntegrationsPathParams, type UpdateDistributionIntegrationsResponse, type UpdateDistributionSettingsBody, type UpdateDistributionSettingsResponse, type UpdateDocumentForPartyBody, type UpdateDocumentForPartyPathParams, type UpdateDocumentForPartyResponse, type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse, type UpdateDocumentMetadataByIdPathParams, type UpdateDocumentMetadataByIdQueryParams, type UpdateDocumentMetadataByIdResponse, type UpdateEntityAsBrokerByIdPathParams, type UpdateEntityAsBrokerByIdQueryParams, type UpdateEntityAsBrokerByIdResponse, type UpdateEntityAsCustomerWithTokenPathParams, type UpdateEntityAsCustomerWithTokenQueryParams, type UpdateEntityAsCustomerWithTokenResponse, type UpdateFamilyRiskObjectBody, type UpdateFamilyRiskObjectPathParams, type UpdateFamilyRiskObjectQueryParams, type UpdateFamilyRiskObjectResponse, type UpdateFleetRiskObjectBody, type UpdateFleetRiskObjectPathParams, type UpdateFleetRiskObjectQueryParams, type UpdateFleetRiskObjectResponse, type UpdateInsuranceProductByDistributionBody, type UpdateInsuranceProductByDistributionPathParams, type UpdateInsuranceProductByDistributionResponse, type UpdateInsuranceProductClauseForDistributionBody, type UpdateInsuranceProductClauseForDistributionPathParams, type UpdateInsuranceProductClauseForDistributionQueryParams, type UpdateInsuranceProductClauseForDistributionResponse, type UpdateLegalRiskObjectBody, type UpdateLegalRiskObjectPathParams, type UpdateLegalRiskObjectQueryParams, type UpdateLegalRiskObjectResponse, type UpdateMiscellaneousRiskObjectBody, type UpdateMiscellaneousRiskObjectPathParams, type UpdateMiscellaneousRiskObjectQueryParams, type UpdateMiscellaneousRiskObjectResponse, type UpdateNotePathParams, type UpdateNoteQueryParams, type UpdateNoteResponse, type UpdateOfferByIdBody, type UpdateOfferByIdPathParams, type UpdateOfferByIdResponse, type UpdateOffersInBulkBody, type UpdateOffersInBulkResponse, type UpdatePartyActivitiesAsCustomerBody, type UpdatePartyActivitiesAsCustomerPathParams, type UpdatePartyActivitiesAsCustomerResponse, type UpdatePartyAssigneesBody, type UpdatePartyAssigneesPathParams, type UpdatePartyAssigneesQueryParams, type UpdatePartyAssigneesResponse, type UpdatePartyByIdBody, type UpdatePartyByIdPathParams, type UpdatePartyByIdResponse, type UpdatePartyGroupRiskObjectBody, type UpdatePartyGroupRiskObjectPathParams, type UpdatePartyGroupRiskObjectQueryParams, type UpdatePartyGroupRiskObjectResponse, type UpdatePartyNoteByIdBody, type UpdatePartyNoteByIdPathParams, type UpdatePartyNoteByIdResponse, type UpdatePartyRelationsBody, type UpdatePartyRelationsPathParams, type UpdatePartyRelationsResponse, type UpdatePreventionByDistributionBody, type UpdatePreventionByDistributionPathParams, type UpdatePreventionByDistributionResponse, type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody, type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams, type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse, type UpdateRelationBetweenRiskObjectAndPartyBody, type UpdateRelationBetweenRiskObjectAndPartyPathParams, type UpdateRelationBetweenRiskObjectAndPartyQueryParams, type UpdateRelationBetweenRiskObjectAndPartyResponse, type UpdateResidenceRiskObjectBody, type UpdateResidenceRiskObjectPathParams, type UpdateResidenceRiskObjectQueryParams, type UpdateResidenceRiskObjectResponse, type UpdateRiskDomainActionForAdvisoryReportByIdBody, type UpdateRiskDomainActionForAdvisoryReportByIdPathParams, type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams, type UpdateRiskDomainActionForAdvisoryReportByIdResponse, type UpdateRiskDomainAdviceForAdvisoryReportByIdBody, type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse, type UpdateRiskDomainByDistributionBody, type UpdateRiskDomainByDistributionPathParams, type UpdateRiskDomainByDistributionResponse, type UpdateSemiTrailerRiskObjectBody, type UpdateSemiTrailerRiskObjectPathParams, type UpdateSemiTrailerRiskObjectQueryParams, type UpdateSemiTrailerRiskObjectResponse, type UpdateTargetsByCampaignPathParams, type UpdateTargetsByCampaignQueryParams, type UpdateTargetsByCampaignResponse, type UpdateTrailerRiskObjectBody, type UpdateTrailerRiskObjectPathParams, type UpdateTrailerRiskObjectQueryParams, type UpdateTrailerRiskObjectResponse, type UpdateTwoWheelerRiskObjectBody, type UpdateTwoWheelerRiskObjectPathParams, type UpdateTwoWheelerRiskObjectQueryParams, type UpdateTwoWheelerRiskObjectResponse, type UpdateUspByDistributionAndIdBody, type UpdateUspByDistributionAndIdPathParams, type UpdateUspByDistributionAndIdQueryParams, type UpdateUspByDistributionAndIdResponse, type UpdateYellowhiveQuestionnaireBody, type UpdateYellowhiveQuestionnairePathParams, type UpdateYellowhiveQuestionnaireQueryParams, type UpdateYellowhiveQuestionnaireResponse, type UpdateYourOwnUserBody, type UpdateYourOwnUserResponse, type UpdateYourPasswordBody, type UpdateYourPasswordResponse, type UploadClaimDocumentAsBrokerPathParams, type UploadClaimDocumentAsBrokerQueryParams, type UploadClaimDocumentAsBrokerResponse, type 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 V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostQueryParams, type V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostResponse, type V1ApiIntegrationsAnvaPartiesGetQueryParams, type V1ApiIntegrationsAnvaPartiesGetResponse, type V1ApiIntegrationsAnvaValidatePostQueryParams, type V1ApiIntegrationsAnvaValidatePostResponse, type ValidateAChassisNumberResponse, type ValidateACompanyRegistrationNumberResponse, type ValidateANationalIdentificationNumberBody, type ValidateANationalIdentificationNumberResponse, type ValidateATelephonenrResponse, type ValidateAVehicleRegistrationPlateBody, type ValidateAVehicleRegistrationPlateResponse, type ValidateAWebsiteResponse, type ValidateAnEmailResponse, type ValidateAnFsmaResponse, type ValidateAnIbanBody, type ValidateAnIbanResponse, type ValidateAnvaConnectionQueryParams, type ValidateAnvaConnectionResponse, type ValidateAnvaDwhConnectionQueryParams, type ValidateAnvaDwhConnectionResponse, type ValidateAnvaflowsQuestionnaireBody, type ValidateAnvaflowsQuestionnairePathParams, type ValidateAnvaflowsQuestionnaireQueryParams, type ValidateAnvaflowsQuestionnaireResponse, type ValidateClaimPathParams, type ValidateClaimQueryParams, type ValidateClaimResponse, type 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, analyzeEmail, answerAFlowDirectly, answerAFlowSession, blockCustomerFromAccessingParty, calculateAnvaquotesBySessionId, calculateCarLeaseQuote, calculateDiasQuotesBySessionId, calculateQuotesV2, calculateYellowhiveQuotesBySessionId, claimReportById, claimRequestUpdate, commentOnActivity, type components, createAccidentsForParty, createAccount, createAdvisoryReport, createAdvisoryReportRevision, createAdvisoryReportRevisionV2, createAdvisoryReportStepSettings, createAnvaParty, createAnvaTask, createAnvaflowTags, createBicycleRiskObject, createBoatRiskObject, createBrokerConnectionsById, createCampaign, createCarRiskObject, createClaimAsBroker, createClaimAsCustomer, createCompanyLead, createConversation, createConversationReminder, createCustomerLead, createDistributionConnectionById, createDistributionTag, createDocumentForClaim, createDocumentForClaimAsCustomer, createDocumentForParty, createEntityAsBroker, createEntityAsCustomerWithToken, createFamilyRiskObject, createInsurancePoliciesForParty, createInsuranceProductClauseForDistribution, createLegalParty, createLegalRiskObject, createLockForClaim, createMiscellaneousRiskObject, createNaturalParty, createNoteOnEvent, createNoteOnEventAsCustomer, createOfferRevision, createOrReplaceInsurancePolicyForAdvisoryReportById, createOrReplacePolicyPackagesForAdvisoryReportById, 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, 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, disable2FaByUser, disable2FaForCustomer, downloadDocumentById, editInsuranceProductAdviceByDistribution, editInsuranceProductDescriptionsByDistribution, enable2Fa, enqueueCalculationAnvaquotesBySessionId, enqueueSendCustomQuotesToAnvaBySessionId, enqueueSendOfferToAnvaBySessionId, enrichPartyByIdWithExternalCompanyData, exportAdvisoryReportById, exportPartyById, exportQuoteById, extractInsurancePoliciesForOneDocument, extractInsurancePoliciesForOneDocumentEnqueue, extractManyDocumentInBatch, extractOffersForOneDocument, extractOffersForOneDocumentEnqueue, extractOneDocument, extractOneDocumentEnqueue, extractPartyForOneDocumentEnqueue, extractWebsiteTheme, generateCompanyDescription, generateDistributionAboutUsCompletion, generateDnsPrefix, generateDocxDocumentOfAdvisoryReportById, generateFlowQuestionnaire, generateFlowQuestionnaireDocument, generateOfferRequestForInsuranceCompanyDocx, generateOfferRequestForInsuranceCompanyPdf, generatePdfOfAdvisoryReportById, generatePersonalizationAdviceForAdvisoryReport, generatePossibleProductsBySessionV2, generateQuestionsToPrefillByCar, generateStandaloneFrontPagePdfOfAdvisoryReportAsExample, generateTokenForSocialLoginFlowAsBroker, get2FaByUser, getActivityByParty, getAddressInfo, getAddressInfoFreemium, getAdvicesPerInsuranceProduct, getAdvisoryReportById, getAdvisoryReportExportOptions, getAdvisoryReportRevisionDiff, getAllActivityTypes, getAllAdvisoryReports, getAllAvailableAffiliations, getAllAvailablePlans, getAllAvailableThemesInWegroup, getAllBrokersLinkedToCurrentUser, getAllCampaignTemplates, getAllCampaignsByDistribution, getAllCarClaimCategories, getAllClaimsAsBroker, getAllConversations, getAllCustomersByDistribution, getAllEnums, getAllLeadsByDistribution, getAllLeaseOffersByDistribution, getAllPartiesByDistribution, getAllPartiesByDistributionV2, getAllRiskObjectsByPartyId, getAllRiskObjectsByPartyIdV2, getAllSessionsBySessionId, getAllVehicleBrands, getAllVehicleSeriesByBrandKey, getAllVehicleVersionsBySeriesId, getAnvaAgents, getAnvaClosingQuestions, getAnvaCollectionMethods, getAnvaEmployees, getAnvaLabels, getAnvaMutationReasons, getAnvaParties, getAnvaProducts, getAnvaproductById, getAnvaproducts, getArtifactFromEventById, getAssuEmployees, getAvailableFlowsForDistributionInfo, getBrokerByAnvaProducerId, getBrokerByAnvaRelationMangerId, getBrokerConnectionsById, getBrokerIntegrations, getCampaignById, getCampaignSettingsByDistribution, getCampaignTargetMailTemplate, getCarLeaseRates, getChatBySessionId, getChatSummaryV2BySessionId, getCheckupByPartyId, getClaimAsBrokerById, getClaimAsCustomerWithToken, getClaimByIdAsCustomer, getClaimEventsAsBrokerById, getClaimEventsAsCustomer, getClaimsAsCustomer, getClaimsAsParty, getClaimsAsPartyById, getComplianceByRiskObjectId, getConversationById, getConversationNotes, getConversationReportPdfById, getConversationsOriginFilter, getCurrentAccountInsightsAsCustomer, getCurrentAccountInsightsAsParty, getCurrentBrokerOfTheUser, getCustomersByParty, getDiasCollectionMethods, getDiasEmployees, getDiasParties, getDiasProducts, getDiasflowProductById, getDiasflowProducts, getDistributionActivity, getDistributionAffiliations, getDistributionById, getDistributionConnectionsById, getDistributionFaq, getDistributionHasPendingUpgrade, getDistributionSettings, getDistributionTags, getDocumentExtractionBatchById, getDocumentMetadata, getDocumentsAsCustomer, getDocumentsForParty, getEmailByMessageId, getEncryptionKeys, getEnterpriseByCompanyRegistrationNumberAndCountry, getEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponse, getEnumByAnvaLabel, getEnumByDiasLabel, getEventsByAdvisoryReportId, getExtractEnityInfo, getFasterforwardEmployees, getFasterforwardTeams, getFinconnectLinkAsCustomer, getFinconnectLinkForInsurancePolicyAsCustomer, getFlowInfoById, getFlowsInfo, getGbi, getHubspotVisitorIdentificationToken, getInfoForClaim, getInsightsIfCarIsInsured, getInsuranceCompanies, getInsurancePoliciesAsCustomer, getInsurancePoliciesForParty, getInsurancePolicyById, getInsurancePolicyByIdAsCustomer, getInsurancePolicySimulationsForParty, getInsuranceProductClausesByDistribution, getInsuranceProductsV2, getIntegrationsByDistribution, getInvoiceByIdAsCustomer, getInvoicesAsCustomer, getInvoicesAsParty, getInvoicesAsPartyById, getJobResultById, getKycByParty, getLeadById, getLeadProviderById, getLeadProvidersByAffinity, getLeaseOfferById, getLinkOfDocument, getMetricsByCampaign, getMinimalOfferById, getMinimalOfferRevisionById, getMinimalRiskObjectById, getNace, getNoveltyInsightsByDistribution, getOfferById, getOffersByDistribution, getOnboardingChecklistByBroker, getOrganisationDistributions, getOrganisationLeads, getOrganisationOffers, 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, getTheBrokerById, getUspByDistribution, getValuesOfEnum, getVehicleByCarIdOrFebiacId, getVehicleByNumberPlateAndCarId, getVehicleByVersionId, getVehicleByVinAndCarId, getVehicleVersionFactsBySeriesId, getWeatherInfo, getYellowhiveflowProductById, getYellowhiveflowProducts, getYourOwnUser, giveFeedbackOnConversationById, giveFeedbackOnRecommendationsById, giveFeedbackToInsuranceTermsBot, handleCreateDistributionTheme, handleDeleteDistributionTheme, handleUpdateDistributionTheme, importAnvaDocumentInWegroup, importAnvaInsurancePolicyDocumentInWegroup, importAnvaInsurancePolicyPackageDocumentInWegroup, importAnvaPartyInWegroup, importAnvaproduct, importDiasPartyInWegroup, importDiasflowProduct, inviteColleaguesToDistribution, inviteUserToParty, linkConversationToAdvisoryReport, linkPartyToUser, lockFlightApi, markConversationAsCompletedById, mergePartiesTogether, type operations, orderInsurancePolciesOfAdvisoryReport, overrideInsuranceProductRecommendationById, overridePreventionAdviceRecommendationById, patchAnvaproductById, patchAnvaproductCoverageById, patchDiasflowProductById, patchDiasflowProductCoverageById, 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, searchCitiesByCountry, searchDirectorsByFirstAndLastName, searchEnterprisesByCountry, searchVehicles, sendAdvisoryReportAsMail, sendAnvaInquiryAsCustomer, sendClaimToKeypoint, sendExampleCampaignTargetMail, sendMailClaimReportById, sendMailFollowupPageToCustomer, sendMailForSimulationToParty, sendOfferMailBySessionId, sendOfferToAnvaBySessionId, sendPasswordResetToCustomer, sendQuoteAsMail, setAskLaterQuestions, transferLeadToOtherDistribution, transferPartyToOtherDistribution, triageEmail, unblockCustomerFromAccessingParty, unlockClaim, updateAdvisoryReport, updateAnvaflowsQuestionnaire, updateBicycleRiskObject, updateBoatRiskObject, updateBrokerByBroker, updateBrokerConnectionByKey, updateBrokerIntegrations, updateCampaign, updateCarRiskObject, updateClaimAsBrokerById, updateClaimAsCustomerWithToken, updateCommentOnActivity, updateConversationById, updateDeclarationRemark, updateDiasQuestionnaire, updateDistributionConnectionByKey, updateDistributionIntegrations, updateDistributionSettings, updateDocumentForParty, updateDocumentMetadataById, updateDocumentMetadataByIdAsCustomerWithToken, updateEntityAsBrokerById, updateEntityAsCustomerWithToken, updateFamilyRiskObject, updateFleetRiskObject, updateInsuranceProductByDistribution, updateInsuranceProductClauseForDistribution, updateLegalRiskObject, updateMiscellaneousRiskObject, updateNote, updateOfferById, updateOffersInBulk, updatePartyActivitiesAsCustomer, updatePartyAssignees, updatePartyById, updatePartyGroupRiskObject, updatePartyNoteById, updatePartyRelations, updatePreventionByDistribution, updateQuestionForAllQuestionnairesByAnvaLabels, updateRelationBetweenRiskObjectAndParty, updateResidenceRiskObject, updateRiskDomainActionForAdvisoryReportById, updateRiskDomainAdviceForAdvisoryReportById, updateRiskDomainByDistribution, updateSemiTrailerRiskObject, updateTargetsByCampaign, updateTrailerRiskObject, updateTwoWheelerRiskObject, updateUspByDistributionAndId, updateYellowhiveQuestionnaire, updateYourOwnUser, updateYourPassword, uploadClaimDocumentAsBroker, upsertAnvaClosingQuestions, upsertDistributionFaq, upsertInsurancePoliciesForParty, upsertInsurancePolicySimulationForParty, upsertPolicyPackagesForParty, v1ApiIntegrationsAnvaPartiesAnvaIdImportsPost, v1ApiIntegrationsAnvaPartiesGet, v1ApiIntegrationsAnvaValidatePost, validateAChassisNumber, validateACompanyRegistrationNumber, validateANationalIdentificationNumber, validateATelephonenr, validateAVehicleRegistrationPlate, validateAWebsite, validateAnEmail, validateAnFsma, validateAnIban, validateAnvaConnection, validateAnvaDwhConnection, validateAnvaflowsQuestionnaire, validateClaim, validateDiasQuestionnaire, validateFasterforwardConnection, validatePromotions, validateYellowhiveQuestionnaire, verifyIfADistributionExistsByCompanyRegistration, verifyIfADistributionExistsByName, verifyIfAUserExistsByEmail, type webhooks, wgApiClient };
122659
+ export { type $defs, type AcceptOrRejectAnAdvisoryReportBody, type AcceptOrRejectAnAdvisoryReportPathParams, type AcceptOrRejectAnAdvisoryReportQueryParams, type AcceptOrRejectAnAdvisoryReportResponse, 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 CreateAnvaPartyBody, type CreateAnvaPartyPathParams, type CreateAnvaPartyQueryParams, type CreateAnvaPartyResponse, type CreateAnvaTaskBody, type CreateAnvaTaskPathParams, type CreateAnvaTaskQueryParams, type CreateAnvaTaskResponse, type CreateAnvaflowTagsBody, type CreateAnvaflowTagsQueryParams, type CreateAnvaflowTagsResponse, 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 CreateDiasContactPersonBody, type CreateDiasContactPersonPathParams, type CreateDiasContactPersonQueryParams, type CreateDiasContactPersonResponse, type CreateDistributionConnectionByIdBody, type CreateDistributionConnectionByIdPathParams, type CreateDistributionConnectionByIdResponse, type CreateDistributionTagBody, type CreateDistributionTagQueryParams, type CreateDistributionTagResponse, type CreateDocumentForClaimAsCustomerPathParams, type CreateDocumentForClaimAsCustomerQueryParams, type CreateDocumentForClaimAsCustomerResponse, type CreateDocumentForClaimPathParams, type CreateDocumentForClaimQueryParams, type CreateDocumentForClaimResponse, type CreateDocumentForPartyBody, type CreateDocumentForPartyPathParams, type CreateDocumentForPartyQueryParams, type CreateDocumentForPartyResponse, type CreateEntityAsBrokerPathParams, type CreateEntityAsBrokerQueryParams, type CreateEntityAsBrokerResponse, type CreateEntityAsCustomerWithTokenPathParams, type CreateEntityAsCustomerWithTokenQueryParams, type CreateEntityAsCustomerWithTokenResponse, type CreateFamilyRiskObjectBody, type CreateFamilyRiskObjectPathParams, type CreateFamilyRiskObjectQueryParams, type CreateFamilyRiskObjectResponse, type CreateInsurancePoliciesForPartyBody, type CreateInsurancePoliciesForPartyPathParams, type CreateInsurancePoliciesForPartyResponse, type CreateInsuranceProductClauseForDistributionBody, type CreateInsuranceProductClauseForDistributionQueryParams, type CreateInsuranceProductClauseForDistributionResponse, type CreateLegalPartyBody, type CreateLegalPartyResponse, type CreateLegalRiskObjectBody, type CreateLegalRiskObjectPathParams, type CreateLegalRiskObjectQueryParams, type CreateLegalRiskObjectResponse, type CreateLockForClaimPathParams, type CreateLockForClaimQueryParams, type CreateLockForClaimResponse, type CreateMiscellaneousRiskObjectBody, type CreateMiscellaneousRiskObjectPathParams, type CreateMiscellaneousRiskObjectQueryParams, type CreateMiscellaneousRiskObjectResponse, type CreateNaturalPartyBody, type CreateNaturalPartyResponse, type CreateNoteOnEventAsCustomerPathParams, type CreateNoteOnEventAsCustomerQueryParams, type CreateNoteOnEventAsCustomerResponse, type CreateNoteOnEventPathParams, type CreateNoteOnEventQueryParams, type CreateNoteOnEventResponse, type CreateOfferRevisionBody, type CreateOfferRevisionPathParams, type CreateOfferRevisionResponse, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse, type 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 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 Disable2FaByUserBody, type Disable2FaByUserResponse, type Disable2FaForCustomerPathParams, type Disable2FaForCustomerResponse, type DownloadDocumentByIdPathParams, type DownloadDocumentByIdQueryParams, type DownloadDocumentByIdResponse, type EditInsuranceProductAdviceByDistributionBody, type EditInsuranceProductAdviceByDistributionPathParams, type EditInsuranceProductAdviceByDistributionResponse, type EditInsuranceProductDescriptionsByDistributionPathParams, type EditInsuranceProductDescriptionsByDistributionResponse, type Enable2FaBody, type Enable2FaResponse, type EnqueueCalculationAnvaquotesBySessionIdBody, type EnqueueCalculationAnvaquotesBySessionIdPathParams, type EnqueueCalculationAnvaquotesBySessionIdQueryParams, type EnqueueCalculationAnvaquotesBySessionIdResponse, type EnqueueSendCustomQuotesToAnvaBySessionIdBody, type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams, type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams, type EnqueueSendCustomQuotesToAnvaBySessionIdResponse, type EnqueueSendOfferToAnvaBySessionIdPathParams, type EnqueueSendOfferToAnvaBySessionIdQueryParams, type EnqueueSendOfferToAnvaBySessionIdResponse, type EnrichPartyByIdWithExternalCompanyDataPathParams, type EnrichPartyByIdWithExternalCompanyDataQueryParams, type EnrichPartyByIdWithExternalCompanyDataResponse, type ExportAdvisoryReportByIdBody, type ExportAdvisoryReportByIdPathParams, type ExportAdvisoryReportByIdQueryParams, type ExportAdvisoryReportByIdResponse, type ExportPartyByIdPathParams, type ExportPartyByIdResponse, type ExportQuoteByIdBody, type ExportQuoteByIdPathParams, type ExportQuoteByIdQueryParams, type ExportQuoteByIdResponse, type ExtractInsurancePoliciesForOneDocumentBody, type ExtractInsurancePoliciesForOneDocumentEnqueueBody, type ExtractInsurancePoliciesForOneDocumentEnqueueResponse, type ExtractInsurancePoliciesForOneDocumentResponse, type ExtractManyDocumentInBatchBody, type ExtractManyDocumentInBatchResponse, type ExtractOffersForOneDocumentBody, type ExtractOffersForOneDocumentEnqueueBody, type ExtractOffersForOneDocumentEnqueueResponse, type ExtractOffersForOneDocumentResponse, type ExtractOneDocumentBody, type ExtractOneDocumentEnqueueBody, type ExtractOneDocumentEnqueueResponse, type ExtractOneDocumentResponse, type ExtractPartyForOneDocumentEnqueueBody, type ExtractPartyForOneDocumentEnqueueResponse, type ExtractWebsiteThemeBody, type ExtractWebsiteThemeResponse, type GenerateCompanyDescriptionBody, type GenerateCompanyDescriptionResponse, type GenerateDistributionAboutUsCompletionBody, type GenerateDistributionAboutUsCompletionResponse, type GenerateDnsPrefixBody, type GenerateDnsPrefixQueryParams, type GenerateDnsPrefixResponse, type GenerateDocxDocumentOfAdvisoryReportByIdPathParams, type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams, type GenerateDocxDocumentOfAdvisoryReportByIdResponse, type GenerateFlowQuestionnaireDocumentBody, type GenerateFlowQuestionnaireDocumentPathParams, type GenerateFlowQuestionnaireDocumentQueryParams, type GenerateFlowQuestionnaireDocumentResponse, type GenerateFlowQuestionnairePathParams, type GenerateFlowQuestionnaireQueryParams, type GenerateFlowQuestionnaireResponse, type GenerateOfferRequestForInsuranceCompanyDocxBody, type GenerateOfferRequestForInsuranceCompanyDocxResponse, type GenerateOfferRequestForInsuranceCompanyPdfBody, type GenerateOfferRequestForInsuranceCompanyPdfResponse, type GeneratePdfOfAdvisoryReportByIdPathParams, type GeneratePdfOfAdvisoryReportByIdQueryParams, type GeneratePdfOfAdvisoryReportByIdResponse, type GeneratePersonalizationAdviceForAdvisoryReportPathParams, type GeneratePersonalizationAdviceForAdvisoryReportResponse, type GeneratePossibleProductsBySessionV2Body, type GeneratePossibleProductsBySessionV2PathParams, type GeneratePossibleProductsBySessionV2QueryParams, type GeneratePossibleProductsBySessionV2Response, type GenerateQuestionsToPrefillByCarBody, type GenerateQuestionsToPrefillByCarPathParams, type GenerateQuestionsToPrefillByCarQueryParams, type GenerateQuestionsToPrefillByCarResponse, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse, type GenerateTokenForSocialLoginFlowAsBrokerQueryParams, type GenerateTokenForSocialLoginFlowAsBrokerResponse, type Get2FaByUserResponse, type GetActivityByPartyPathParams, type GetActivityByPartyQueryParams, type GetActivityByPartyResponse, type GetAddressInfoFreemiumQueryParams, type GetAddressInfoFreemiumResponse, type GetAddressInfoQueryParams, type GetAddressInfoResponse, type GetAdvicesPerInsuranceProductPathParams, type GetAdvicesPerInsuranceProductResponse, type GetAdvisoryReportByIdPathParams, type GetAdvisoryReportByIdQueryParams, type GetAdvisoryReportByIdResponse, type GetAdvisoryReportExportOptionsPathParams, type GetAdvisoryReportExportOptionsResponse, type GetAdvisoryReportRevisionDiffPathParams, type GetAdvisoryReportRevisionDiffQueryParams, type GetAdvisoryReportRevisionDiffResponse, type GetAllActivityTypesQueryParams, type GetAllActivityTypesResponse, type GetAllAdvisoryReportsQueryParams, type GetAllAdvisoryReportsResponse, type GetAllAvailableAffiliationsResponse, type GetAllAvailablePlansResponse, type GetAllAvailableThemesInWegroupQueryParams, type GetAllAvailableThemesInWegroupResponse, type GetAllBrokersLinkedToCurrentUserResponse, type GetAllCampaignTemplatesQueryParams, type GetAllCampaignTemplatesResponse, type GetAllCampaignsByDistributionQueryParams, type GetAllCampaignsByDistributionResponse, type GetAllCarClaimCategoriesResponse, type GetAllClaimsAsBrokerQueryParams, type GetAllClaimsAsBrokerResponse, type GetAllConversationsQueryParams, type GetAllConversationsResponse, type GetAllCustomersByDistributionQueryParams, type GetAllCustomersByDistributionResponse, type GetAllEnumsResponse, type GetAllLeadsByDistributionPathParams, type GetAllLeadsByDistributionResponse, type GetAllLeaseOffersByDistributionPathParams, type GetAllLeaseOffersByDistributionQueryParams, type GetAllLeaseOffersByDistributionResponse, type GetAllPartiesByDistributionPathParams, type GetAllPartiesByDistributionQueryParams, type GetAllPartiesByDistributionResponse, type GetAllPartiesByDistributionV2PathParams, type GetAllPartiesByDistributionV2QueryParams, type GetAllPartiesByDistributionV2Response, type GetAllRiskObjectsByPartyIdPathParams, type GetAllRiskObjectsByPartyIdQueryParams, type GetAllRiskObjectsByPartyIdResponse, type GetAllRiskObjectsByPartyIdV2PathParams, type GetAllRiskObjectsByPartyIdV2QueryParams, type GetAllRiskObjectsByPartyIdV2Response, type GetAllSessionsBySessionIdPathParams, type GetAllSessionsBySessionIdQueryParams, type GetAllSessionsBySessionIdResponse, type GetAllVehicleBrandsQueryParams, type GetAllVehicleBrandsResponse, type GetAllVehicleSeriesByBrandKeyPathParams, type GetAllVehicleSeriesByBrandKeyQueryParams, type GetAllVehicleSeriesByBrandKeyResponse, type GetAllVehicleVersionsBySeriesIdPathParams, type GetAllVehicleVersionsBySeriesIdQueryParams, type GetAllVehicleVersionsBySeriesIdResponse, type GetAnvaAgentsQueryParams, type GetAnvaAgentsResponse, type GetAnvaClosingQuestionsQueryParams, type GetAnvaClosingQuestionsResponse, type GetAnvaCollectionMethodsPathParams, type GetAnvaCollectionMethodsQueryParams, type GetAnvaCollectionMethodsResponse, type GetAnvaEmployeesQueryParams, type GetAnvaEmployeesResponse, type GetAnvaLabelsQueryParams, type GetAnvaLabelsResponse, type GetAnvaMutationReasonsQueryParams, type GetAnvaMutationReasonsResponse, type GetAnvaPartiesQueryParams, type GetAnvaPartiesResponse, type GetAnvaProductsQueryParams, type GetAnvaProductsResponse, type GetAnvaproductByIdPathParams, type GetAnvaproductByIdQueryParams, type GetAnvaproductByIdResponse, type GetAnvaproductsQueryParams, type GetAnvaproductsResponse, type GetArtifactFromEventByIdPathParams, type GetArtifactFromEventByIdQueryParams, type GetArtifactFromEventByIdResponse, type GetAssuEmployeesQueryParams, type GetAssuEmployeesResponse, type GetAvailableFlowsForDistributionInfoQueryParams, type GetAvailableFlowsForDistributionInfoResponse, type GetBrokerByAnvaProducerIdPathParams, type GetBrokerByAnvaProducerIdResponse, type GetBrokerByAnvaRelationMangerIdPathParams, type GetBrokerByAnvaRelationMangerIdResponse, type GetBrokerConnectionsByIdPathParams, type 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 GetDiasProductsQueryParams, type GetDiasProductsResponse, type GetDiasflowProductByIdPathParams, type GetDiasflowProductByIdQueryParams, type GetDiasflowProductByIdResponse, type GetDiasflowProductsQueryParams, type GetDiasflowProductsResponse, type GetDistributionActivityPathParams, type GetDistributionActivityQueryParams, type GetDistributionActivityResponse, type GetDistributionAffiliationsPathParams, type GetDistributionAffiliationsResponse, type GetDistributionByIdPathParams, type GetDistributionByIdResponse, type GetDistributionConnectionsByIdPathParams, type GetDistributionConnectionsByIdQueryParams, type GetDistributionConnectionsByIdResponse, type GetDistributionFaqQueryParams, type GetDistributionFaqResponse, type GetDistributionHasPendingUpgradePathParams, type GetDistributionHasPendingUpgradeResponse, type GetDistributionSettingsResponse, type GetDistributionTagsQueryParams, type GetDistributionTagsResponse, type GetDocumentExtractionBatchByIdPathParams, type GetDocumentExtractionBatchByIdResponse, type GetDocumentMetadataPathParams, type GetDocumentMetadataResponse, type GetDocumentsAsCustomerQueryParams, type GetDocumentsAsCustomerResponse, type GetDocumentsForPartyPathParams, type GetDocumentsForPartyQueryParams, type GetDocumentsForPartyResponse, type GetEmailByMessageIdQueryParams, type GetEmailByMessageIdResponse, type GetEncryptionKeysQueryParams, type GetEncryptionKeysResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponsePathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryPathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryResponse, type GetEnumByAnvaLabelPathParams, type GetEnumByAnvaLabelQueryParams, type GetEnumByAnvaLabelResponse, type GetEnumByDiasLabelPathParams, type GetEnumByDiasLabelQueryParams, type GetEnumByDiasLabelResponse, type GetEventsByAdvisoryReportIdPathParams, type GetEventsByAdvisoryReportIdQueryParams, type GetEventsByAdvisoryReportIdResponse, type GetExtractEnityInfoPathParams, type GetExtractEnityInfoResponse, type GetFasterforwardEmployeesQueryParams, type GetFasterforwardEmployeesResponse, type GetFasterforwardTeamsQueryParams, type GetFasterforwardTeamsResponse, type GetFinconnectLinkAsCustomerQueryParams, type GetFinconnectLinkAsCustomerResponse, type GetFinconnectLinkForInsurancePolicyAsCustomerPathParams, type GetFinconnectLinkForInsurancePolicyAsCustomerQueryParams, type GetFinconnectLinkForInsurancePolicyAsCustomerResponse, type GetFlowInfoByIdPathParams, type GetFlowInfoByIdQueryParams, type GetFlowInfoByIdResponse, type GetFlowsInfoQueryParams, type GetFlowsInfoResponse, type GetGbiQueryParams, type GetGbiResponse, type GetHubspotVisitorIdentificationTokenResponse, type GetInfoForClaimPathParams, type GetInfoForClaimQueryParams, type GetInfoForClaimResponse, type GetInsightsIfCarIsInsuredBody, type GetInsightsIfCarIsInsuredResponse, type GetInsuranceCompaniesQueryParams, type GetInsuranceCompaniesResponse, type GetInsurancePoliciesAsCustomerQueryParams, type GetInsurancePoliciesAsCustomerResponse, type GetInsurancePoliciesForPartyPathParams, type GetInsurancePoliciesForPartyQueryParams, type GetInsurancePoliciesForPartyResponse, type GetInsurancePolicyByIdAsCustomerPathParams, type GetInsurancePolicyByIdAsCustomerResponse, type GetInsurancePolicyByIdPathParams, type GetInsurancePolicyByIdResponse, type GetInsurancePolicySimulationsForPartyPathParams, type GetInsurancePolicySimulationsForPartyQueryParams, type GetInsurancePolicySimulationsForPartyResponse, type GetInsuranceProductClausesByDistributionQueryParams, type GetInsuranceProductClausesByDistributionResponse, type GetInsuranceProductsV2QueryParams, type GetInsuranceProductsV2Response, type GetIntegrationsByDistributionPathParams, type GetIntegrationsByDistributionResponse, type GetInvoiceByIdAsCustomerPathParams, type GetInvoiceByIdAsCustomerResponse, type GetInvoicesAsCustomerQueryParams, type GetInvoicesAsCustomerResponse, type GetInvoicesAsPartyByIdPathParams, type GetInvoicesAsPartyByIdResponse, type GetInvoicesAsPartyPathParams, type GetInvoicesAsPartyQueryParams, type GetInvoicesAsPartyResponse, type GetJobResultByIdPathParams, type GetJobResultByIdQueryParams, type GetJobResultByIdResponse, type GetKycByPartyPathParams, type GetKycByPartyQueryParams, type GetKycByPartyResponse, type GetLeadByIdPathParams, type GetLeadByIdResponse, type GetLeadProviderByIdPathParams, type GetLeadProviderByIdResponse, type GetLeadProvidersByAffinityQueryParams, type GetLeadProvidersByAffinityResponse, type GetLeaseOfferByIdPathParams, type GetLeaseOfferByIdQueryParams, type GetLeaseOfferByIdResponse, type GetLinkOfDocumentPathParams, type GetLinkOfDocumentResponse, type GetMetricsByCampaignPathParams, type GetMetricsByCampaignQueryParams, type GetMetricsByCampaignResponse, type GetMinimalOfferByIdPathParams, type GetMinimalOfferByIdQueryParams, type GetMinimalOfferByIdResponse, type GetMinimalOfferRevisionByIdPathParams, type GetMinimalOfferRevisionByIdResponse, type GetMinimalRiskObjectByIdPathParams, type GetMinimalRiskObjectByIdQueryParams, type GetMinimalRiskObjectByIdResponse, type GetNaceQueryParams, type GetNaceResponse, type GetNoveltyInsightsByDistributionPathParams, type GetNoveltyInsightsByDistributionQueryParams, type GetNoveltyInsightsByDistributionResponse, type GetOfferByIdPathParams, type GetOfferByIdResponse, type GetOffersByDistributionPathParams, type GetOffersByDistributionQueryParams, type GetOffersByDistributionResponse, type GetOnboardingChecklistByBrokerPathParams, type GetOnboardingChecklistByBrokerQueryParams, type GetOnboardingChecklistByBrokerResponse, type GetOrganisationDistributionsPathParams, type GetOrganisationDistributionsQueryParams, type GetOrganisationDistributionsResponse, type GetOrganisationLeadsPathParams, type GetOrganisationLeadsQueryParams, type GetOrganisationLeadsResponse, type GetOrganisationOffersPathParams, type GetOrganisationOffersQueryParams, type GetOrganisationOffersResponse, 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 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 ImportDiasPartyInWegroupPathParams, type ImportDiasPartyInWegroupQueryParams, type ImportDiasPartyInWegroupResponse, type ImportDiasflowProductBody, type ImportDiasflowProductQueryParams, type ImportDiasflowProductResponse, 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 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 PatchDiasflowProductCoverageByIdBody, type PatchDiasflowProductCoverageByIdPathParams, type PatchDiasflowProductCoverageByIdQueryParams, type PatchDiasflowProductCoverageByIdResponse, 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 SchemaActivitiesCreateCmd, type SchemaActivity, type SchemaActivityFrontPageCmd, type SchemaActivityFrontPageQueryModel, type SchemaActivityPatchCmd, type SchemaActivityQueryModel, type SchemaAddActionToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdviceToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdvisoryReportStepsConfigurationParams, type SchemaAddConversationToAdvisoryReportRevisionParams, type SchemaAddInsuranceProductClausesToAdvisoryReportRevisionParams, type SchemaAddRiskDomainToAdvisoryReportRevisionParams, type SchemaAdditionalProperties, type SchemaAdditionalProperties_2, type SchemaAddresWithMetadata, type SchemaAddress, type SchemaAddressAllNones, type SchemaAddressInfoLinkRelationType, type SchemaAddressInformation, type SchemaAddressRules, type SchemaAdviceChangeType, type SchemaAdviceDiffModel, type SchemaAdviceQueryModel, type SchemaAdviceType, type SchemaAdvisoryReport, type SchemaAdvisoryReportAdviceActionCreateCmd, type SchemaAdvisoryReportAdviceDiff, type SchemaAdvisoryReportClauseQueryModel, type SchemaAdvisoryReportClausesCreateCmd, type SchemaAdvisoryReportConversationLinkCmd, type SchemaAdvisoryReportConversationQueryModel, type SchemaAdvisoryReportCreateCmd, type SchemaAdvisoryReportDocxResponse, type SchemaAdvisoryReportExportOptions, type SchemaAdvisoryReportExportResponse, type SchemaAdvisoryReportFrontPageCreateCmd, type SchemaAdvisoryReportInsurancePolicyCmd, type SchemaAdvisoryReportInsurancePolicyOrder, type SchemaAdvisoryReportInsurancePolicyPackageCmd, type SchemaAdvisoryReportPartyQueryModel, type SchemaAdvisoryReportPdfResponse, type SchemaAdvisoryReportQueryModel, type SchemaAdvisoryReportRevisionAcceptanceCmd, type SchemaAdvisoryReportRevisionCmd, type SchemaAdvisoryReportRevisionCreateCmd, type SchemaAdvisoryReportRevisionMailInquiryCmd, type SchemaAdvisoryReportRevisionUpdateCmd, type SchemaAdvisoryReportRevisionsQueryModel, type SchemaAdvisoryReportRiskDomainActionCreateCmd, type SchemaAdvisoryReportRiskDomainActionPatchCmd, type SchemaAdvisoryReportRiskDomainAdviceCreateCmd, type SchemaAdvisoryReportRiskDomainAdvicePatchCmd, type SchemaAdvisoryReportRiskDomainCreateCmd, type SchemaAdvisoryReportStepsCreateCmd, type SchemaAdvisoryReportTask, type SchemaAdvisoryReportsQueryModel, type SchemaAdvisoryTaskPriority, type SchemaAedesCar, type SchemaAedesCarPayload, type SchemaAedesDriver, type SchemaAedesParking, type SchemaAedesParking_2, type SchemaAffiliation, type SchemaAffiliationInfo, type SchemaAffiliationStatus, type SchemaAffinityKey, type SchemaAgHomePayload, type SchemaAgriculturalVehicleUsage, type SchemaAgriculturalVehicleUsage_2, type SchemaAlarmSystem, type SchemaAllGuaranteesSetting, type SchemaAllianzCancellationReason, type SchemaAllianzCancellationReason_2, type SchemaAllianzCar, type SchemaAllianzCarPayload, type SchemaAllianzDriver, type SchemaAllianzFamilyPayload, type SchemaAllianzHome, type SchemaAllianzHomePayload, type SchemaAnalyzeEmailByIdParams, type SchemaAnnex, type SchemaAnnexRoofConstructionType, type SchemaAnnexType, type SchemaAnnexType_2, type SchemaAnnexWallConstructionType, type SchemaAnnualPremium, type SchemaAnnualPremiumQueryModel, type SchemaAnswer, type SchemaAnswerFlowParams, type SchemaAnswerFlowSessionParams, type SchemaAnswerFlowsResponse, type SchemaAnswerValidationError, type SchemaAnswerValidationErrorMessage, type SchemaAnswersPayload, type SchemaAnvaAdnCoverage, type SchemaAnvaCalculationPackage, type SchemaAnvaCalculationResponse, type SchemaAnvaClaimStatus, type SchemaAnvaClosingQuestion, type SchemaAnvaClosingQuestionUpsertCmd, type SchemaAnvaCollectionMethod, type SchemaAnvaCollectionMethods, type SchemaAnvaCoverage, type SchemaAnvaCoverageCombination, type SchemaAnvaCustomerInquiryParams, type SchemaAnvaDocument, type SchemaAnvaDocumentUpdateCmd, type 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 SchemaAppModelsPartyCustomer, type SchemaAppModelsPartyManagementBaseDocumentDataPreferences, type SchemaAppModelsPartyManagementFunction, type SchemaAppModelsPartyManagementFunction_2, type SchemaAppModelsPartyManagementbasedocumentdataPreferences, type SchemaAppModelsPartyPartyCompanyBaseAssetInfo, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoMachineDelivery, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoPeriodicCash, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoSiloCapacity, type SchemaAppModelsPartyPartyCompanyBaseBookkeeper, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorks, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorksConstructionWorkDuration, type SchemaAppModelsPartyPartyCompanyBaseContactPerson, type SchemaAppModelsPartyPartyCompanyBaseCustomerInfo, type SchemaAppModelsPartyPartyCompanyBaseCyber, type SchemaAppModelsPartyPartyCompanyBaseExhibitionActivity, type SchemaAppModelsPartyPartyCompanyBaseExportActivity, type SchemaAppModelsPartyPartyCompanyBaseFinancialInfo, type SchemaAppModelsPartyPartyCompanyBaseImportActivity, type SchemaAppModelsPartyPartyCompanyBaseLegalAid, type SchemaAppModelsPartyPartyCompanyBaseLiabilityInfo, type SchemaAppModelsPartyPartyCompanyBaseOutlook, type SchemaAppModelsPartyPartyCompanyBasePersonnelDetails, type SchemaAppModelsPartyPartyCompanyBaseThirdPartyActivity, type SchemaAppModelsPartyPartyCompanyBaseTransportInfo, type SchemaAppModelsPartyPartyCompanyBaseTurnover, type SchemaAppModelsPartyPartyCompanyBaseWorkforce, type SchemaAppModelsPartyPartyCompanyBaseWorkforceWageBill, type SchemaAppModelsPartyPartyPreferences, type SchemaAppModelsPartyPartyPreferencesFuneralPreference, type SchemaAppModelsPartyPartycompanybaseAssetinfo, type SchemaAppModelsPartyPartycompanybaseAssetinfoMachinedelivery, type SchemaAppModelsPartyPartycompanybaseAssetinfoPeriodiccash, type SchemaAppModelsPartyPartycompanybaseAssetinfoSilocapacity, type SchemaAppModelsPartyPartycompanybaseBookkeeper, type SchemaAppModelsPartyPartycompanybaseConstructionworks, type SchemaAppModelsPartyPartycompanybaseConstructionworksConstructionworkduration, type SchemaAppModelsPartyPartycompanybaseContactperson, type SchemaAppModelsPartyPartycompanybaseCustomerinfo, type SchemaAppModelsPartyPartycompanybaseCyber, type SchemaAppModelsPartyPartycompanybaseExhibitionactivity, type SchemaAppModelsPartyPartycompanybaseExportactivity, type SchemaAppModelsPartyPartycompanybaseFinancialinfo, type SchemaAppModelsPartyPartycompanybaseImportactivity, type SchemaAppModelsPartyPartycompanybaseLegalaid, type SchemaAppModelsPartyPartycompanybaseLiabilityinfo, type SchemaAppModelsPartyPartycompanybaseOutlook, type SchemaAppModelsPartyPartycompanybasePersonneldetails, type SchemaAppModelsPartyPartycompanybaseThirdpartyactivity, type SchemaAppModelsPartyPartycompanybaseTransportinfo, type SchemaAppModelsPartyPartycompanybaseTurnover, type SchemaAppModelsPartyPartycompanybaseWorkforce, type SchemaAppModelsPartyPartycompanybaseWorkforceWagebill, type SchemaAppModelsPartyPartypreferences, type SchemaAppModelsPartyPartypreferencesFuneralpreference, type SchemaAppModelsReadDocument, type SchemaAppModelsReadDocumentExternalRef, type SchemaAppModelsRiskObjectsAmountOfRiskObjects, type SchemaAppModelsRiskObjectsBicycleBicycle, type SchemaAppModelsRiskObjectsBicyclePreferences, type SchemaAppModelsRiskObjectsBoatBoat, type SchemaAppModelsRiskObjectsBoatPreferences, type SchemaAppModelsRiskObjectsCarCar, type SchemaAppModelsRiskObjectsCarCar_2, type SchemaAppModelsRiskObjectsCarPreferences, type SchemaAppModelsRiskObjectsCarPreferences_2, type SchemaAppModelsRiskObjectsFamilyFamily, type SchemaAppModelsRiskObjectsLegalLegal, type SchemaAppModelsRiskObjectsMiscellaneousMiscellaneous, type SchemaAppModelsRiskObjectsPartyGroupPartyGroup, type SchemaAppModelsRiskObjectsResidenceMainBuilding, type SchemaAppModelsRiskObjectsResidenceResidence, type SchemaAppModelsRiskObjectsResidenceResidencePreferences, type SchemaAppModelsRiskObjectsRiskObjects, type SchemaAppModelsRiskObjectsSemiTrailerSemiTrailer, type SchemaAppModelsRiskObjectsTeacherTeacher, type SchemaAppModelsRiskObjectsTrailerTrailer, type SchemaAppModelsRiskObjectsTwowheelerPreferences, type SchemaAppModelsRiskObjectsTwowheelerTwoWheeler, type SchemaAppModelsThemeThemeCreateCmd, type SchemaAppResponsesBaseStatusResponse, type SchemaAppViewsModelsAdvisoryReportAdvisoryReportQueryModelInsurancePolicies, type SchemaAppViewsModelsAdvisoryReportCoverageQueryModelExternalLabel, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportPolicyPackageQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportRiskDomainActionQueryModelRiskDomain, type SchemaAppViewsModelsAdvisoryReportRiskDomainAdviceQueryModelRiskDomain, type 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 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 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 SchemaCampaignCreateResponse, type SchemaCampaignDistributionSettingsQueryModel, type SchemaCampaignExtend, type SchemaCampaignFlowType, type SchemaCampaignGenerateDnsPrefix, type SchemaCampaignInsurance, type SchemaCampaignInsuranceQueryModel, type SchemaCampaignMailTemplateQueryModel, type SchemaCampaignMetrics, type SchemaCampaignQueryModel, type SchemaCampaignQueryModelFull, type SchemaCampaignReferenceQueryModel, type SchemaCampaignSharingOption, type SchemaCampaignSpecifications, type SchemaCampaignSpecificationsQueryModel, type SchemaCampaignStatus, type SchemaCampaignTarget, type SchemaCampaignTargetQueryModel, type SchemaCampaignTemplateCategory, type SchemaCampaignTemplateQueryModel, type SchemaCampaignTemplatesQueryModel, type SchemaCampaignType, type SchemaCampaignVerifiedDnsPrefix, type SchemaCampaignYellowHiveProduct, type SchemaCampaignYellowHiveProductQueryModel, type SchemaCampaignYellowHiveProducts, type SchemaCampaignYellowHiveProductsQueryModel, type SchemaCampaignsResponse, type SchemaCar, type SchemaCarCategory, type SchemaCarCategoryCode, type SchemaCarCategoryCode_2, type SchemaCarCategory_2, type SchemaCarClaimType, type SchemaCarClaimType_2, type SchemaCarDemo, type SchemaCarDemo_2, type SchemaCarEvaluationType, type SchemaCarEvaluationType_2, type SchemaCarGlassEvent, type SchemaCarInsuranceInsightPayload, type SchemaCarInsurancePolicyInsightsCarResponse, type SchemaCarInsurancePolicyInsightsDistributionResponse, type SchemaCarInsurancePolicyInsightsPartyResponse, type SchemaCarInsurancePolicyInsightsResponse, type SchemaCarInsured, type SchemaCarInterests, type SchemaCarInterests_2, type SchemaCarLease, type SchemaCarLeaseRatesResponse, type SchemaCarLookUpToQuestion, type SchemaCarLookUpToQuestions, type SchemaCarLookUpToQuestionsCmd, type SchemaCarMileage, type SchemaCarNlPayloads, type SchemaCarPayloads, type SchemaCarPremiumResponse, type SchemaCarProfessionalUsagePurpose, type SchemaCarProfessionalUsagePurpose_2, type SchemaCarReferenceQueryModel, type SchemaCarRiskObjectIdWithRevisionId, type SchemaCarStorage, type SchemaCarTaxation, type SchemaCarTheftProtection, type SchemaCarTheftProtection_2, type SchemaCarTrackingSystem, type SchemaCarTrackingSystem_2, type SchemaCarTrailer, type SchemaCarUsage, type SchemaCarUsagePeriod, type SchemaCarUsagePeriod_2, type SchemaCarUsedFor, type SchemaCarUsedFor_2, type SchemaCarVehicleType, type SchemaCarVehicleType_2, type SchemaCarglassEventCreateParams, type SchemaCategoryType, type SchemaChatCmd, type SchemaChatSummaryDetailed, type SchemaChatSummaryGroup, type SchemaChatSummaryQuestion, type SchemaChatSummarySection, type SchemaCheckupItemType, type SchemaChild, type SchemaChildProtection, type SchemaChildProtectionDriver, type SchemaChildProtectionPassenger, type SchemaChildProtectionRear, type SchemaCitizensCar, type SchemaCitizensCarPayload, type SchemaCitizensCoverageChoice, type SchemaCitizensCoverageChoice_2, type SchemaCitizensInsuredAmountAccidents, type SchemaCitizensInsuredAmountAccidents_2, type SchemaCitizensInsuredAmountLiability, type SchemaCitizensInsuredAmountLiability_2, type SchemaCitizensSteeringPosition, type SchemaCity, type SchemaCityAutomaticEmergencyBraking, type SchemaCivilState, type SchemaCivilState_2, type SchemaClaim, type SchemaClaimCause, type SchemaClaimCause_2, type SchemaClaimFreeYears, type SchemaClaimFreeYears_2, type SchemaClaimLossAmount, type SchemaClaimLossAmount_2, type SchemaClaimQueryModel, type SchemaClaimStatus, type SchemaClaimType, type SchemaClaimsQueryModel, type SchemaClauseCmd, type SchemaClauseQueryModel, type SchemaCloudDataStorageLocation, type SchemaCollectionMethod, type SchemaCommentary, type SchemaCommentaryQueryModel, type SchemaCompany, type SchemaCompanyCreateCmd, type SchemaCompanyGoodQueryModel, type SchemaCompanyInfo, type SchemaCompanyInfoContent, type SchemaCompanyInventoryQueryModel, type SchemaCompanyInvestmentQueryModel, type SchemaCompanyLeadCreateCmd, type SchemaCompanyLeadCreateReply, type SchemaCompanyLeaseQueryModel, type SchemaCompanyLoanQueryModel, type SchemaCompanyProspectType, type SchemaCompanyProspectsWithLeadOfferRiskObjectsQueryModel, type SchemaCompanyQueryModel, type SchemaCompanyRegistration, type SchemaCompanyRegistrationQueryModel, type SchemaCompanyRegistrationType, type SchemaCompanyRegistrationType_2, type SchemaCompanySearchBy, type SchemaCompareAnswer, type SchemaCompareCmd, type SchemaCondition, type SchemaConditionAction, type SchemaConditionCheckType, type SchemaConditionOperation, type SchemaConditionType, type SchemaConditions, type SchemaConstructionType, type SchemaConstructionTypeFloors, type SchemaConstructionWorkDuration, type SchemaConstructionWorks, type SchemaConstructionYear, type SchemaConstructionYearCategory, type SchemaContactPerson, type SchemaContentValueDefinedType, type SchemaContractConversions, type SchemaConversationAnswer, type SchemaConversationAnswerCompared, type SchemaConversationDocumentPdfModel, type SchemaConversationNote, type SchemaConversationsOriginFilter, type SchemaConversationsOriginFilterItem, type SchemaCountryCodes, type SchemaCountryCodes_2, type SchemaCoverage, type SchemaCoverageCmd, type SchemaCoverageGroupMatchingScore, type SchemaCoverageInsights, type SchemaCoverageLimit, type SchemaCoveragePeriod, type SchemaCoverageQueryModel, type SchemaCoverageUpdateCmd, type SchemaCreateAccountParams, type SchemaCreateAdvisoryReportParams, type SchemaCreateAdvisoryReportRevisionParams, type SchemaCreateAdvisoryReportRevisionV2Params, type SchemaCreateAnvaPartyCompanyCmd, type SchemaCreateAnvaPartyCompanyRegistration, type SchemaCreateAnvaPartyCustomerCmd, type SchemaCreateBicycleRiskObjectParams, type SchemaCreateBoatRiskObjectParams, type SchemaCreateBrokerConnectionParams, type SchemaCreateCampaignAssistantAvatarCmd, type SchemaCreateCampaignCmd, type SchemaCreateCampaignLogoCmd, type SchemaCreateCampaignParams, type SchemaCreateCarRiskObjectParams, type SchemaCreateCompanyLeadParams, type SchemaCreateCompanyProspectParams, type SchemaCreateCustomThemeAsDistributionParams, type SchemaCreateCustomerLeadParams, type SchemaCreateCustomerProspectParams, type SchemaCreateDiasContactPersonCreateCmd, 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 SchemaCreateReplyUuid, type SchemaCreateResponse, type SchemaCreateRiskObjectExternalRefsParams, type SchemaCreateSemiTrailerRiskObjectParams, type SchemaCreateSignedPartiesUploadUrlParams, type SchemaCreateTaskInAnvaParams, 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 SchemaDeductibleType, type SchemaDelaFuneralPayload, type SchemaDeleteMethod, type SchemaDelinkPartyToUserParams, type SchemaDemographicData, type SchemaDiasAfdBranch, type SchemaDiasCalculationPackage, type SchemaDiasCollectionMethods, type SchemaDiasCoverage, type SchemaDiasCoverageUpdateCmd, type SchemaDiasFlowStatus, type SchemaDiasInsurance, type SchemaDiasInsuranceCompany, type SchemaDiasInsurancePackage, type SchemaDiasInsurancePolicy, 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 SchemaDimensions, type SchemaDinghy, type SchemaDinghyCategory, type SchemaDirector, type SchemaDisable_2faForMeParams, type SchemaDiscount, type SchemaDisplacement, type SchemaDistances, type SchemaDistribution, type SchemaDistributionCompanyRegistrationValidation, type SchemaDistributionConnectionCreateCmd, type SchemaDistributionConnectionQueryModel, type SchemaDistributionConnectionUpdateCmd, type SchemaDistributionCreateCmd, type SchemaDistributionFrontPageSettings, type SchemaDistributionFrontPageSettingsQueryModel, type SchemaDistributionInvite, type SchemaDistributionLogos, type SchemaDistributionNameValidateCmd, type SchemaDistributionNoveltyInsight, type SchemaDistributionPromotionCreateCmd, type SchemaDistributionPromotionsReply, type SchemaDistributionSettings, type SchemaDistributionSettingsPatchCmd, type SchemaDistributionSignatureMethodQueryModel, type SchemaDistributionSignaturePatchCmd, type SchemaDistributionTagCreateCmd, type SchemaDistributionTagReply, type SchemaDistributionTagsQueryModel, type SchemaDistributionThemeCreateCmd, type SchemaDistributionThemeUpdateCmd, type SchemaDistributionUsp, type SchemaDistributionUspItemCreateCmd, type SchemaDistributionUspItemUpdateCmd, type SchemaDistributionUspReply, type SchemaDistributions, type SchemaDnaYachtBoatPayload, type SchemaDocument, type SchemaDocumentExtractionBatch, type SchemaDocumentExtractionBatchPayload, type SchemaDocumentExtractionEntityInfo, type SchemaDocumentLinkResponse, type SchemaDocumentQueryModel, type SchemaDocumentReferenceQueryModel, type SchemaDocumentResourceType, type SchemaDocumentStatus, type SchemaDocumentType, type SchemaDocumentType_2, type SchemaDomainCar, type SchemaDriveAssistanceSystem, type SchemaDriveTrainLayout, type SchemaDriveTrainLayout_2, type SchemaDriver, type SchemaDriverBrandClubMembership, type SchemaDriverExperience, type SchemaDriverLicenseCode, type SchemaDriverLicenseCode_2, type SchemaDriverLicenseType, type SchemaDriverLicenseType_2, type SchemaDriverVehicle, type SchemaDriverVehicleExperience, type SchemaDriverVehicleUsage, type SchemaDrivingTimes, type SchemaDutyOfCareCheckupItem, type SchemaDutyOfCareKind, type SchemaDutyOfCareStatus, type SchemaEducationLevel, type SchemaEducationLevel_2, type SchemaElectricBatteryType, type SchemaElectricalBikeAssistance, type SchemaElectricalInstallationType, type SchemaElectricalInstallations, type SchemaElectronicStabilityControl, type SchemaEmailActionability, type SchemaEmailAggregateResponse, type SchemaEmailAnalysis, type SchemaEmailAnalysisResponse, type SchemaEmailAnalyzeByEmailIdCmd, type SchemaEmailConversation, type SchemaEmailModel, type SchemaEmailTriageClassification, type SchemaEmailTriageCmd, type SchemaEmailValidation, type SchemaEmission, type SchemaEmissionStandard, type SchemaEmployeeInformation, type SchemaEmployeeInformationQueryModel, type SchemaEmployees, type SchemaEmploymentType, type SchemaEnable_2faForMeParams, type SchemaEnergyCategory, type SchemaEngine, type SchemaEngineRotations, type SchemaEngineTorque, type SchemaEntityChanges, type SchemaEntityExtraction, type SchemaEntityKey, type SchemaEntityReference, type SchemaEnumSource, type SchemaEnumValue, type SchemaEnums, type SchemaEnumsResponse, type SchemaErrorDetail, type SchemaErrorEnum_401, type SchemaErrorMessages, type SchemaErrorResponse, type SchemaError_401, type SchemaError_403, type SchemaError_422, type SchemaError_429, type SchemaError_4Xx, type SchemaEstablishment, type SchemaEstablishmentQueryModel, type SchemaEuromexLegalPayload, type SchemaExcludedCoverage, type SchemaExhibitionActivity, type SchemaExistsReply, type SchemaExportActivity, type SchemaExportAdvisoryReportByIdParams, type SchemaExportAdvisoryReportCreateCmd, type SchemaExportOption, type SchemaExportsQueued, type SchemaExternalRef, type SchemaExternalRefCompany, type SchemaExternalRefsQueryModel, type SchemaExternalResponseFormatted, type SchemaExtraLegalBenefits, type SchemaExtractDocumentCmd, type SchemaExtractOneDocumentResponse, type SchemaExtractOnePoliciesDocumentResponse, type SchemaExtractSingularDocumentAsInsurancePolicyParams, type SchemaExtractSingularDocumentAsOfferParams, type SchemaExtractSingularDocumentEnqueueParams, type SchemaExtractSingularDocumentInsurancePoliciesEnqueueParams, type SchemaExtractSingularDocumentOffersEnqueueParams, type SchemaExtractSingularDocumentParams, type SchemaExtractSingularDocumentPartyEnqueueParams, type SchemaExtractThemeCmd, type SchemaExtractWebsiteThemeParams, type SchemaExtractedInsurancePolicy, type SchemaExtractedQuestionnaireFilters, type SchemaExtractedQuestionnaireRequest, type SchemaFacade, type SchemaFamilyPayloads, type SchemaFamilyReferenceQueryModel, type SchemaFamilyRiskObjectIdWithRevisionId, type SchemaFamilyStatus, type SchemaFamilyStatus_2, type SchemaFaqCreateCmd, type SchemaFaqItem, type SchemaFaqQueryModel, type SchemaFaqType, type SchemaFeatureItem, type SchemaFeedback, type SchemaFieldMapping, type SchemaFieldMappingManager, type SchemaFieldOperation, type SchemaFieldTransformer, type SchemaFinConnectLinkQueryModel, type SchemaFinancial, type SchemaFinancialInfo, type SchemaFinancialInstitution, type SchemaFinancing, type SchemaFinishingType, type SchemaFireSpecifications, type SchemaFlammableLiquids, type SchemaFleet, type SchemaFleetInfo, type SchemaFleetQueryModel, type SchemaFleetRiskObjectIdWithRevisionId, type SchemaFloatCalculationSpec, type SchemaFloor, type SchemaFlow, type SchemaFlowInfo, type SchemaFlowMailType, type SchemaFlowRequest, type SchemaFlowSessionQueryModel, type SchemaFlowSessionReference, type SchemaFlowSessionStatus, type SchemaFlowStatus, type SchemaFlowSubType, type SchemaFlowType, type SchemaFlowVersion, type SchemaFlowsError, type SchemaFlowsErrorType, type SchemaFlowsInfo, type SchemaFlowsModelsAnvaAnvaQuoteCoverage, type SchemaFlowsModelsAnvaAnvaQuoteDocument, type SchemaFlowsModelsAnvaSendOfferMailCmdDocument, type SchemaFlowsModelsAnvaWarning, type SchemaFlowsModelsDiasDiasQuoteCoverage, type SchemaFlowsModelsDiasDocument, type SchemaFlowsModelsDiasWarning, type SchemaFlowsModelsYellowhiveDocument, type SchemaFlowsModelsYellowhiveWarning, type SchemaFlowsModelsYellowhiveYellowHiveQuoteCoverage, type SchemaForecast, type SchemaForecastDataResponse, type SchemaFormattedExceptionModel, type SchemaFormulaInfo, type SchemaForwardCollisionWarning, type SchemaFoyerCar, type SchemaFoyerCarPayload, type SchemaFoyerDriver, type SchemaFranchise, type SchemaFranchiseLevel, type SchemaFranchiseQueryModel, type SchemaFranchiseType, type SchemaFrontPageCmd, type SchemaFrontPageQueryModel, type SchemaFrontalCrashProtection, type SchemaFrontalCrashProtectionDriver, type SchemaFrontalCrashProtectionPassenger, type SchemaFrontalCrashProtectionRear, type SchemaFsmaStatute, type SchemaFuel, type SchemaFuelCapacity, type SchemaFuelConsumption, type SchemaFullLeaseOfferQueryModel, type SchemaFunction, type SchemaFuneralPayloads, type SchemaFuneralPreference, type SchemaFuneralPreferenceQueryModel, type SchemaFuturePlans, type SchemaGender, type SchemaGeneral, type SchemaGenerateAboutUsCmd, type SchemaGenerateCompanyDescriptionCmd, type SchemaGenerateCompanyDescriptionParams, type SchemaGenerateCompanyDescriptionResponse, type SchemaGenerateCompanySettingsAboutUsParams, type SchemaGenerateDnsPrefixParams, type SchemaGenerateRecommendationParams, type SchemaGenerateRecommendationsByPartyIdParams, type SchemaGetAddressInfoPremiumResponse, type SchemaGetAdvisoryReportDiffResponse, type SchemaGetAutomobileBrandResponse, type SchemaGetAutomobileBrandsResponse, type SchemaGetAutomobileFactsResponse, type SchemaGetAutomobileSerieResponse, type SchemaGetAutomobileSeriesResponse, type SchemaGetAutomobileVersionResponse, type SchemaGetAutomobileVersionsResponse, type SchemaGetCarInsuranceInsightsParams, type SchemaGetCarPremiumResponse, type SchemaGetCityResponse, type SchemaGetCompanyMultiResponse, type SchemaGetCompanySingleResponse, type SchemaGetDirectorMultiResponse, type SchemaGetNumberPlatePremiumResponse, type SchemaGetSearchAddressNewResponse, type SchemaGetStreetResponse, type SchemaGetVinPremiumResponse, type SchemaGiveSelectedProductsFeedbackParams, type SchemaGuarantee, type SchemaGuaranteeBase, type SchemaGuaranteeContent, type SchemaGuaranteeMatchingScores, type SchemaGuaranteeModification, type SchemaGuaranteeTag, type SchemaHandleCalculateAnvaQuotesForConversationParams, type SchemaHandleCalculateOneAnvaQuoteForConversationParams, type SchemaHandleCalculateOneDiasQuoteForConversationParams, type SchemaHandleCalculateOneYellowhiveQuoteForConversationParams, type SchemaHandleCreateAnvaPartyParams, type SchemaHandleCreateDiasContactPersonParams, type SchemaHandleCreateDocumentFromQuestionnaireParams, type SchemaHandleCreateYellowhiveContactPersonParams, type SchemaHandleGenerateQuestionsToPrefillByCarParams, type SchemaHandleImportAnvaProductsParams, type SchemaHandleImportDiasProductsParams, type SchemaHandleMarkSessionCompletedParams, type SchemaHandleQueueCalculateAnvaQuotesForConversationParams, type SchemaHandleQueueCalculateDiasQuotesForConversationParams, type SchemaHandleQueueCalculateYellowhiveQuotesForConversationParams, type SchemaHandleQueueSendCustomQuotesToAnvaParams, type SchemaHandleQuoteCalculationV2ExtraParams, type SchemaHandleQuoteMailSendParams, type SchemaHandleQuoteSaveParams, type SchemaHandleRecalculateAnvaSimulationParams, type SchemaHandleRecalculateDiasSimulationParams, type SchemaHandleRecalculateYellowhiveSimulationParams, type SchemaHandleRetrieveConversationReportPdfBySessionIdParams, type SchemaHandleRetrieveProductsV2Params, type SchemaHandleSendOfferMailParams, type SchemaHandleSetAskLaterQuestionIdsParams, type SchemaHandleUpdateAllAnvaQuestionnaireQuestionsByAnvaLabelParams, type 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 SchemaInsurancePolicy, 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 SchemaMercuryModelsFasterforwardListItem, type SchemaMergePartiesIntoPartyByIdParams, type SchemaMetadata, 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 SchemaMockedDisableTwoFactorRequest, type SchemaMockedTwoFactorVerificationRequest, type SchemaMortgage, type SchemaMostImportantItems, type SchemaMostImportantItems_2, type SchemaMotorType, type SchemaMotorType_2, type SchemaMotorcycleInterests, type SchemaMotorcycleInterests_2, type SchemaMultiAffiliationInfoQueryModel, type SchemaMultiAffiliationQueryModel, type SchemaMultiAnvaAdnCoverageQueryModel, type SchemaMultiAnvaClosingQuestionQueryModel, type SchemaMultiAnvaCoverageQueryModel, type SchemaMultiAnvaInsuranceCompanyQueryModel, type SchemaMultiAnvaInsuranceQueryModel, type SchemaMultiAnvaLabelQueryModel, type SchemaMultiAnvaProductQueryModel, type SchemaMultiAnvaQuestionByAnvaLabelUpdateCmd, type SchemaMultiAnvaTagQueryModel, type SchemaMultiBrokerQueryModel, type SchemaMultiDiasAfdBranchQueryModel, 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 SchemaOpenClaimsCheckupItem, type SchemaOptimcoCar, type SchemaOptimcoCarPayload, type SchemaOptimcoDriver, type SchemaOptimcoFamilyPayload, type SchemaOptions, type SchemaOrderInsurancePolicyForAdvisoryReportRevisionParams, type SchemaOrigin, type SchemaOtherSafetySystems, type SchemaOutlook, 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 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 SchemaPossiblePackage, type SchemaPostInsuranceTermsChatFeedbackParams, type SchemaPostInsuranceTermsChatParams, type SchemaPostInsuranceTermsComparisonParams, type SchemaPreferredWayOfContact, type SchemaPremium, type SchemaPremiumQueryModel, type SchemaPreventAdvice, type SchemaPreventionAdvice, type SchemaPreventionAdviceDistributionUpdateCmd, type SchemaPreventionAdviceQueryModel, type SchemaPreventionAdviceRecommendation, type SchemaPreventionAdviceRecommendationPatchCmd, type SchemaPreventionMeasure, type SchemaPreventionPlan, type SchemaPrice, type SchemaPriceQualityRatio, type SchemaPriceRange, type 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 SchemaSecurityMeasure, type SchemaSelectedRecommendationsFeedback, type SchemaSemiTrailerRiskObjectIdWithRevisionId, type SchemaSemiTrailerType, type SchemaSendAdvisoryReportRevisionMailParams, type SchemaSendMailForSimulationParams, type SchemaSendOfferMailCmd, type SchemaSendOfferMailResponse, type SchemaSentimentType, type SchemaSeries, type SchemaSeriesSortContext, type SchemaServerError, type SchemaServerErrorMsgEnum, type SchemaSessionCompletedRemarks, type SchemaSessionReport, type SchemaShareholder, type SchemaShareholderQueryModel, type SchemaSignatureBox, type SchemaSiloCapacity, type SchemaSingleAffiliationQueryModel, type SchemaSingleAuditDetailQueryModel, type SchemaSingleAuditQueryModel, type SchemaSingleUserQueryModel, type SchemaSingularityJobQueuedResponse, type SchemaSingularityJobResultBase, type SchemaSingularityModelsDocumentExtractorCmdLink, type SchemaSingularityModelsPartyCheckupLink, type SchemaSmtCompany, type SchemaSocialLinks, type SchemaSort, type SchemaSourceInfo, type SchemaSpeedAssistance, type SchemaSplitCost, type SchemaSportHobbies, type SchemaSportHobbies_2, type SchemaStateOfChildren, type SchemaStateOfChildren_2, type SchemaStatus, type SchemaStatusReply, type SchemaStatusResponse, type SchemaSteeringPosition, type SchemaSteeringPosition_2, type SchemaStorageSecurity, type SchemaStorageSecurity_2, type SchemaStreet, type SchemaStringCalculationSpec, type SchemaSubcity, type SchemaSubjectToVat, type SchemaSubjectToVat_2, type SchemaSupplierType, type SchemaSupplierType_2, type SchemaSupportedFileTypesResponse, type SchemaSupportedProFlowCountryCodes, type SchemaSurveillanceEquipmentType, type SchemaSwimmingPoolType, type SchemaSwitchCandidatesCheckupItem, type SchemaSymbol, type SchemaTableColumn, type SchemaTableRules, type SchemaTag, type SchemaTagContentItem, type SchemaTankLocationType, type SchemaTax, type SchemaTaxBaseBe, type SchemaTaxField, type SchemaTaxPaymentDetails, type SchemaTaxPaymentTime, type SchemaTeacherRiskObjectIdWithRevisionId, type SchemaTeams, type SchemaTechnicalEquipmentType, type SchemaTechniekNederlandTypeOfCompany, type SchemaTechniekNederlandTypeOfCompanySpecification, type SchemaTechniekNederlandTypeOfCompanySpecification_2, type SchemaTechniekNederlandTypeOfCompany_2, type SchemaTelephoneNr, 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 SchemaUpdateBicycleRiskObjectByIdV2Params, type SchemaUpdateBoatRiskObjectByIdV2Params, type SchemaUpdateBrokerByIdParams, type SchemaUpdateBrokerConnectionByKeyParams, type SchemaUpdateCampaignAssistantAvatarCmd, type SchemaUpdateCampaignByIdParams, type SchemaUpdateCampaignCmd, type SchemaUpdateCampaignLogoCmd, type SchemaUpdateCarRiskObjectByIdV2Params, type SchemaUpdateCustomThemeAsDistributionParams, type SchemaUpdateDistributionConnectionByKeyParams, type SchemaUpdateDocumentByPartyIdParams, type SchemaUpdateFamilyRiskObjectByIdV2Params, type SchemaUpdateInsuranceProductClauseParams, type SchemaUpdateInsuranceProductInDistributionParams, type SchemaUpdateIntegrationsByBrokerIdParams, type SchemaUpdateLegalRiskObjectByIdV2Params, type SchemaUpdateMeUserByIdParams, type SchemaUpdateMiscellaneousRiskObjectByIdV2Params, type SchemaUpdateOfferRevisionParams, type SchemaUpdateOffersInBulkParams, type SchemaUpdatePartyActivityParams, type SchemaUpdatePartyAssigneesParams, type SchemaUpdatePartyByIdParams, type SchemaUpdatePartyGroupRiskObjectByIdV2Params, type SchemaUpdatePartyNoteByIdParams, type SchemaUpdatePasswordCmd, type SchemaUpdatePasswordForUserByUserIdParams, type SchemaUpdatePreventionAdviceInDistributionParams, type SchemaUpdateRelationByIdParams, type SchemaUpdateResidenceRiskObjectByIdV2Params, type SchemaUpdateRiskDomainActionFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainAdviceFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainInDistributionParams, type SchemaUpdateRiskObjectRelationByIdParams, type SchemaUpdateSemiTrailerRiskObjectByIdV2Params, type SchemaUpdateSessionCmd, type SchemaUpdateSettingsByDistributionIdParams, type SchemaUpdateTrailerRiskObjectByIdV2Params, type SchemaUpdateTwoWheelerRiskObjectByIdV2Params, type SchemaUpdateUspByIdParams, type SchemaUpdatedRiskObjectRevisionReply, type SchemaUploadDocumentPatchCmd, type 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 SearchCitiesByCountryQueryParams, type SearchCitiesByCountryResponse, type SearchDirectorsByFirstAndLastNameQueryParams, type SearchDirectorsByFirstAndLastNameResponse, type SearchEnterprisesByCountryQueryParams, type SearchEnterprisesByCountryResponse, type SearchVehiclesBody, type SearchVehiclesQueryParams, type SearchVehiclesResponse, type SendAdvisoryReportAsMailBody, type SendAdvisoryReportAsMailPathParams, type SendAdvisoryReportAsMailQueryParams, type SendAdvisoryReportAsMailResponse, type SendAnvaInquiryAsCustomerBody, type SendAnvaInquiryAsCustomerResponse, type SendClaimToKeypointPathParams, type SendClaimToKeypointQueryParams, type SendClaimToKeypointResponse, type SendExampleCampaignTargetMailQueryParams, type SendExampleCampaignTargetMailResponse, type SendMailClaimReportByIdPathParams, type SendMailClaimReportByIdQueryParams, type SendMailClaimReportByIdResponse, type SendMailFollowupPageToCustomerPathParams, type SendMailFollowupPageToCustomerQueryParams, type SendMailFollowupPageToCustomerResponse, type SendMailForSimulationToPartyBody, type SendMailForSimulationToPartyPathParams, type SendMailForSimulationToPartyQueryParams, type SendMailForSimulationToPartyResponse, type SendOfferMailBySessionIdBody, type SendOfferMailBySessionIdPathParams, type SendOfferMailBySessionIdQueryParams, type SendOfferMailBySessionIdResponse, type SendOfferToAnvaBySessionIdPathParams, type SendOfferToAnvaBySessionIdQueryParams, type SendOfferToAnvaBySessionIdResponse, type SendPasswordResetToCustomerPathParams, type SendPasswordResetToCustomerResponse, type SendQuoteAsMailBody, type SendQuoteAsMailPathParams, type SendQuoteAsMailQueryParams, type SendQuoteAsMailResponse, type SetAskLaterQuestionsBody, type SetAskLaterQuestionsResponse, type TransferLeadToOtherDistributionBody, type TransferLeadToOtherDistributionPathParams, type TransferLeadToOtherDistributionQueryParams, type TransferLeadToOtherDistributionResponse, type TransferPartyToOtherDistributionBody, type TransferPartyToOtherDistributionPathParams, type TransferPartyToOtherDistributionQueryParams, type TransferPartyToOtherDistributionResponse, type TriageEmailBody, type TriageEmailResponse, type UnblockCustomerFromAccessingPartyPathParams, type UnblockCustomerFromAccessingPartyResponse, type UnlockClaimPathParams, type UnlockClaimQueryParams, type UnlockClaimResponse, type UpdateAdvisoryReportBody, type UpdateAdvisoryReportPathParams, type UpdateAdvisoryReportQueryParams, type UpdateAdvisoryReportResponse, type UpdateAnvaflowsQuestionnaireBody, type UpdateAnvaflowsQuestionnairePathParams, type UpdateAnvaflowsQuestionnaireQueryParams, type UpdateAnvaflowsQuestionnaireResponse, type UpdateBicycleRiskObjectBody, type UpdateBicycleRiskObjectPathParams, type UpdateBicycleRiskObjectQueryParams, type UpdateBicycleRiskObjectResponse, type UpdateBoatRiskObjectBody, type UpdateBoatRiskObjectPathParams, type UpdateBoatRiskObjectQueryParams, type UpdateBoatRiskObjectResponse, type UpdateBrokerByBrokerBody, type UpdateBrokerByBrokerPathParams, type UpdateBrokerByBrokerResponse, type UpdateBrokerConnectionByKeyBody, type UpdateBrokerConnectionByKeyPathParams, type UpdateBrokerConnectionByKeyResponse, type UpdateBrokerIntegrationsBody, type UpdateBrokerIntegrationsPathParams, type UpdateBrokerIntegrationsResponse, type UpdateCampaignBody, type UpdateCampaignPathParams, type UpdateCampaignQueryParams, type UpdateCampaignResponse, type UpdateCarRiskObjectBody, type UpdateCarRiskObjectPathParams, type UpdateCarRiskObjectQueryParams, type UpdateCarRiskObjectResponse, type UpdateClaimAsBrokerByIdPathParams, type UpdateClaimAsBrokerByIdQueryParams, type UpdateClaimAsBrokerByIdResponse, type UpdateClaimAsCustomerWithTokenPathParams, type UpdateClaimAsCustomerWithTokenQueryParams, type UpdateClaimAsCustomerWithTokenResponse, type UpdateCommentOnActivityPathParams, type UpdateCommentOnActivityQueryParams, type UpdateCommentOnActivityResponse, type UpdateConversationByIdBody, type UpdateConversationByIdPathParams, type UpdateConversationByIdResponse, type UpdateDeclarationRemarkPathParams, type UpdateDeclarationRemarkQueryParams, type UpdateDeclarationRemarkResponse, type UpdateDiasQuestionnaireBody, type UpdateDiasQuestionnairePathParams, type UpdateDiasQuestionnaireQueryParams, type UpdateDiasQuestionnaireResponse, type UpdateDistributionConnectionByKeyBody, type UpdateDistributionConnectionByKeyPathParams, type UpdateDistributionConnectionByKeyResponse, type UpdateDistributionIntegrationsPathParams, type UpdateDistributionIntegrationsResponse, type UpdateDistributionSettingsBody, type UpdateDistributionSettingsResponse, type UpdateDocumentForPartyBody, type UpdateDocumentForPartyPathParams, type UpdateDocumentForPartyResponse, type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse, type UpdateDocumentMetadataByIdPathParams, type UpdateDocumentMetadataByIdQueryParams, type UpdateDocumentMetadataByIdResponse, type UpdateEntityAsBrokerByIdPathParams, type UpdateEntityAsBrokerByIdQueryParams, type UpdateEntityAsBrokerByIdResponse, type UpdateEntityAsCustomerWithTokenPathParams, type UpdateEntityAsCustomerWithTokenQueryParams, type UpdateEntityAsCustomerWithTokenResponse, type UpdateFamilyRiskObjectBody, type UpdateFamilyRiskObjectPathParams, type UpdateFamilyRiskObjectQueryParams, type UpdateFamilyRiskObjectResponse, type UpdateFleetRiskObjectBody, type UpdateFleetRiskObjectPathParams, type UpdateFleetRiskObjectQueryParams, type UpdateFleetRiskObjectResponse, type UpdateInsuranceProductByDistributionBody, type UpdateInsuranceProductByDistributionPathParams, type UpdateInsuranceProductByDistributionResponse, type UpdateInsuranceProductClauseForDistributionBody, type UpdateInsuranceProductClauseForDistributionPathParams, type UpdateInsuranceProductClauseForDistributionQueryParams, type UpdateInsuranceProductClauseForDistributionResponse, type UpdateLegalRiskObjectBody, type UpdateLegalRiskObjectPathParams, type UpdateLegalRiskObjectQueryParams, type UpdateLegalRiskObjectResponse, type UpdateMiscellaneousRiskObjectBody, type UpdateMiscellaneousRiskObjectPathParams, type UpdateMiscellaneousRiskObjectQueryParams, type UpdateMiscellaneousRiskObjectResponse, type UpdateNotePathParams, type UpdateNoteQueryParams, type UpdateNoteResponse, type UpdateOfferByIdBody, type UpdateOfferByIdPathParams, type UpdateOfferByIdResponse, type UpdateOffersInBulkBody, type UpdateOffersInBulkResponse, type UpdatePartyActivitiesAsCustomerBody, type UpdatePartyActivitiesAsCustomerPathParams, type UpdatePartyActivitiesAsCustomerResponse, type UpdatePartyAssigneesBody, type UpdatePartyAssigneesPathParams, type UpdatePartyAssigneesQueryParams, type UpdatePartyAssigneesResponse, type UpdatePartyByIdBody, type UpdatePartyByIdPathParams, type UpdatePartyByIdResponse, type UpdatePartyGroupRiskObjectBody, type UpdatePartyGroupRiskObjectPathParams, type UpdatePartyGroupRiskObjectQueryParams, type UpdatePartyGroupRiskObjectResponse, type UpdatePartyNoteByIdBody, type UpdatePartyNoteByIdPathParams, type UpdatePartyNoteByIdResponse, type UpdatePartyRelationsBody, type UpdatePartyRelationsPathParams, type UpdatePartyRelationsResponse, type UpdatePreventionByDistributionBody, type UpdatePreventionByDistributionPathParams, type UpdatePreventionByDistributionResponse, type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody, type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams, type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse, type UpdateRelationBetweenRiskObjectAndPartyBody, type UpdateRelationBetweenRiskObjectAndPartyPathParams, type UpdateRelationBetweenRiskObjectAndPartyQueryParams, type UpdateRelationBetweenRiskObjectAndPartyResponse, type UpdateResidenceRiskObjectBody, type UpdateResidenceRiskObjectPathParams, type UpdateResidenceRiskObjectQueryParams, type UpdateResidenceRiskObjectResponse, type UpdateRiskDomainActionForAdvisoryReportByIdBody, type UpdateRiskDomainActionForAdvisoryReportByIdPathParams, type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams, type UpdateRiskDomainActionForAdvisoryReportByIdResponse, type UpdateRiskDomainAdviceForAdvisoryReportByIdBody, type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse, type UpdateRiskDomainByDistributionBody, type UpdateRiskDomainByDistributionPathParams, type UpdateRiskDomainByDistributionResponse, type UpdateSemiTrailerRiskObjectBody, type UpdateSemiTrailerRiskObjectPathParams, type UpdateSemiTrailerRiskObjectQueryParams, type UpdateSemiTrailerRiskObjectResponse, type UpdateTargetsByCampaignPathParams, type UpdateTargetsByCampaignQueryParams, type UpdateTargetsByCampaignResponse, type UpdateTrailerRiskObjectBody, type UpdateTrailerRiskObjectPathParams, type UpdateTrailerRiskObjectQueryParams, type UpdateTrailerRiskObjectResponse, type UpdateTwoWheelerRiskObjectBody, type UpdateTwoWheelerRiskObjectPathParams, type UpdateTwoWheelerRiskObjectQueryParams, type UpdateTwoWheelerRiskObjectResponse, type UpdateUspByDistributionAndIdBody, type UpdateUspByDistributionAndIdPathParams, type UpdateUspByDistributionAndIdQueryParams, type UpdateUspByDistributionAndIdResponse, type UpdateYellowhiveQuestionnaireBody, type UpdateYellowhiveQuestionnairePathParams, type UpdateYellowhiveQuestionnaireQueryParams, type UpdateYellowhiveQuestionnaireResponse, type UpdateYourOwnUserBody, type UpdateYourOwnUserResponse, type UpdateYourPasswordBody, type UpdateYourPasswordResponse, type UploadClaimDocumentAsBrokerPathParams, type UploadClaimDocumentAsBrokerQueryParams, type UploadClaimDocumentAsBrokerResponse, type 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 V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostQueryParams, type V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostResponse, type V1ApiIntegrationsAnvaPartiesGetQueryParams, type V1ApiIntegrationsAnvaPartiesGetResponse, type V1ApiIntegrationsAnvaValidatePostQueryParams, type V1ApiIntegrationsAnvaValidatePostResponse, type ValidateAChassisNumberResponse, type ValidateACompanyRegistrationNumberResponse, type ValidateANationalIdentificationNumberBody, type ValidateANationalIdentificationNumberResponse, type ValidateATelephonenrResponse, type ValidateAVehicleRegistrationPlateBody, type ValidateAVehicleRegistrationPlateResponse, type ValidateAWebsiteResponse, type ValidateAnEmailResponse, type ValidateAnFsmaResponse, type ValidateAnIbanBody, type ValidateAnIbanResponse, type ValidateAnvaConnectionQueryParams, type ValidateAnvaConnectionResponse, type ValidateAnvaDwhConnectionQueryParams, type ValidateAnvaDwhConnectionResponse, type ValidateAnvaflowsQuestionnaireBody, type ValidateAnvaflowsQuestionnairePathParams, type ValidateAnvaflowsQuestionnaireQueryParams, type ValidateAnvaflowsQuestionnaireResponse, type ValidateClaimPathParams, type ValidateClaimQueryParams, type ValidateClaimResponse, type 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, analyzeEmail, answerAFlowDirectly, answerAFlowSession, blockCustomerFromAccessingParty, calculateAnvaquotesBySessionId, calculateCarLeaseQuote, calculateDiasQuotesBySessionId, calculateQuotesV2, calculateYellowhiveQuotesBySessionId, claimReportById, claimRequestUpdate, commentOnActivity, type components, createAccidentsForParty, createAccount, createAdvisoryReport, createAdvisoryReportRevision, createAdvisoryReportRevisionV2, createAdvisoryReportStepSettings, createAnvaParty, createAnvaTask, createAnvaflowTags, createBicycleRiskObject, createBoatRiskObject, createBrokerConnectionsById, createCampaign, createCarRiskObject, createClaimAsBroker, createClaimAsCustomer, createCompanyLead, createConversation, createConversationReminder, createCustomerLead, createDiasContactPerson, createDistributionConnectionById, createDistributionTag, createDocumentForClaim, createDocumentForClaimAsCustomer, createDocumentForParty, createEntityAsBroker, createEntityAsCustomerWithToken, createFamilyRiskObject, 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, 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, disable2FaByUser, disable2FaForCustomer, downloadDocumentById, editInsuranceProductAdviceByDistribution, editInsuranceProductDescriptionsByDistribution, enable2Fa, enqueueCalculationAnvaquotesBySessionId, enqueueSendCustomQuotesToAnvaBySessionId, enqueueSendOfferToAnvaBySessionId, enrichPartyByIdWithExternalCompanyData, exportAdvisoryReportById, exportPartyById, exportQuoteById, extractInsurancePoliciesForOneDocument, extractInsurancePoliciesForOneDocumentEnqueue, extractManyDocumentInBatch, extractOffersForOneDocument, extractOffersForOneDocumentEnqueue, extractOneDocument, extractOneDocumentEnqueue, extractPartyForOneDocumentEnqueue, extractWebsiteTheme, generateCompanyDescription, generateDistributionAboutUsCompletion, generateDnsPrefix, generateDocxDocumentOfAdvisoryReportById, generateFlowQuestionnaire, generateFlowQuestionnaireDocument, generateOfferRequestForInsuranceCompanyDocx, generateOfferRequestForInsuranceCompanyPdf, generatePdfOfAdvisoryReportById, generatePersonalizationAdviceForAdvisoryReport, generatePossibleProductsBySessionV2, generateQuestionsToPrefillByCar, generateStandaloneFrontPagePdfOfAdvisoryReportAsExample, generateTokenForSocialLoginFlowAsBroker, get2FaByUser, getActivityByParty, getAddressInfo, getAddressInfoFreemium, getAdvicesPerInsuranceProduct, getAdvisoryReportById, getAdvisoryReportExportOptions, getAdvisoryReportRevisionDiff, getAllActivityTypes, getAllAdvisoryReports, getAllAvailableAffiliations, getAllAvailablePlans, getAllAvailableThemesInWegroup, getAllBrokersLinkedToCurrentUser, getAllCampaignTemplates, getAllCampaignsByDistribution, getAllCarClaimCategories, getAllClaimsAsBroker, getAllConversations, getAllCustomersByDistribution, getAllEnums, getAllLeadsByDistribution, getAllLeaseOffersByDistribution, getAllPartiesByDistribution, getAllPartiesByDistributionV2, getAllRiskObjectsByPartyId, getAllRiskObjectsByPartyIdV2, getAllSessionsBySessionId, getAllVehicleBrands, getAllVehicleSeriesByBrandKey, getAllVehicleVersionsBySeriesId, getAnvaAgents, getAnvaClosingQuestions, getAnvaCollectionMethods, getAnvaEmployees, getAnvaLabels, getAnvaMutationReasons, getAnvaParties, getAnvaProducts, getAnvaproductById, getAnvaproducts, getArtifactFromEventById, getAssuEmployees, getAvailableFlowsForDistributionInfo, getBrokerByAnvaProducerId, getBrokerByAnvaRelationMangerId, getBrokerConnectionsById, getBrokerIntegrations, getCampaignById, getCampaignSettingsByDistribution, getCampaignTargetMailTemplate, getCarLeaseRates, getChatBySessionId, getChatSummaryV2BySessionId, getCheckupByPartyId, getClaimAsBrokerById, getClaimAsCustomerWithToken, getClaimByIdAsCustomer, getClaimEventsAsBrokerById, getClaimEventsAsCustomer, getClaimsAsCustomer, getClaimsAsParty, getClaimsAsPartyById, getComplianceByRiskObjectId, getConversationById, getConversationNotes, getConversationReportPdfById, getConversationsOriginFilter, getCurrentAccountInsightsAsCustomer, getCurrentAccountInsightsAsParty, getCurrentBrokerOfTheUser, getCustomersByParty, getDiasAfdbranches, getDiasCollectionMethods, getDiasEmployees, getDiasParties, getDiasProducts, getDiasflowProductById, getDiasflowProducts, getDistributionActivity, getDistributionAffiliations, getDistributionById, getDistributionConnectionsById, getDistributionFaq, getDistributionHasPendingUpgrade, getDistributionSettings, getDistributionTags, getDocumentExtractionBatchById, getDocumentMetadata, getDocumentsAsCustomer, getDocumentsForParty, getEmailByMessageId, getEncryptionKeys, getEnterpriseByCompanyRegistrationNumberAndCountry, getEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponse, getEnumByAnvaLabel, getEnumByDiasLabel, getEventsByAdvisoryReportId, getExtractEnityInfo, getFasterforwardEmployees, getFasterforwardTeams, getFinconnectLinkAsCustomer, getFinconnectLinkForInsurancePolicyAsCustomer, getFlowInfoById, getFlowsInfo, getGbi, getHubspotVisitorIdentificationToken, getInfoForClaim, getInsightsIfCarIsInsured, getInsuranceCompanies, getInsurancePoliciesAsCustomer, getInsurancePoliciesForParty, getInsurancePolicyById, getInsurancePolicyByIdAsCustomer, getInsurancePolicySimulationsForParty, getInsuranceProductClausesByDistribution, getInsuranceProductsV2, getIntegrationsByDistribution, getInvoiceByIdAsCustomer, getInvoicesAsCustomer, getInvoicesAsParty, getInvoicesAsPartyById, getJobResultById, getKycByParty, getLeadById, getLeadProviderById, getLeadProvidersByAffinity, getLeaseOfferById, getLinkOfDocument, getMetricsByCampaign, getMinimalOfferById, getMinimalOfferRevisionById, getMinimalRiskObjectById, getNace, getNoveltyInsightsByDistribution, getOfferById, getOffersByDistribution, getOnboardingChecklistByBroker, getOrganisationDistributions, getOrganisationLeads, getOrganisationOffers, 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, getTheBrokerById, getUspByDistribution, getValuesOfEnum, getVehicleByCarIdOrFebiacId, getVehicleByNumberPlateAndCarId, getVehicleByVersionId, getVehicleByVinAndCarId, getVehicleVersionFactsBySeriesId, getWeatherInfo, getYellowhiveflowProductById, getYellowhiveflowProducts, getYourOwnUser, giveFeedbackOnConversationById, giveFeedbackOnRecommendationsById, giveFeedbackToInsuranceTermsBot, handleCreateDistributionTheme, handleDeleteDistributionTheme, handleUpdateDistributionTheme, importAnvaDocumentInWegroup, importAnvaInsurancePolicyDocumentInWegroup, importAnvaInsurancePolicyPackageDocumentInWegroup, importAnvaPartyInWegroup, importAnvaproduct, importDiasPartyInWegroup, importDiasflowProduct, inviteColleaguesToDistribution, inviteUserToParty, linkConversationToAdvisoryReport, linkPartyToUser, lockFlightApi, markConversationAsCompletedById, mergePartiesTogether, type operations, orderInsurancePolciesOfAdvisoryReport, overrideInsuranceProductRecommendationById, overridePreventionAdviceRecommendationById, patchAnvaproductById, patchAnvaproductCoverageById, patchDiasflowProductById, patchDiasflowProductCoverageById, 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, searchCitiesByCountry, searchDirectorsByFirstAndLastName, searchEnterprisesByCountry, searchVehicles, sendAdvisoryReportAsMail, sendAnvaInquiryAsCustomer, sendClaimToKeypoint, sendExampleCampaignTargetMail, sendMailClaimReportById, sendMailFollowupPageToCustomer, sendMailForSimulationToParty, sendOfferMailBySessionId, sendOfferToAnvaBySessionId, sendPasswordResetToCustomer, sendQuoteAsMail, setAskLaterQuestions, transferLeadToOtherDistribution, transferPartyToOtherDistribution, triageEmail, unblockCustomerFromAccessingParty, unlockClaim, updateAdvisoryReport, updateAnvaflowsQuestionnaire, updateBicycleRiskObject, updateBoatRiskObject, updateBrokerByBroker, updateBrokerConnectionByKey, updateBrokerIntegrations, updateCampaign, updateCarRiskObject, updateClaimAsBrokerById, updateClaimAsCustomerWithToken, updateCommentOnActivity, updateConversationById, updateDeclarationRemark, updateDiasQuestionnaire, updateDistributionConnectionByKey, updateDistributionIntegrations, updateDistributionSettings, updateDocumentForParty, updateDocumentMetadataById, updateDocumentMetadataByIdAsCustomerWithToken, updateEntityAsBrokerById, updateEntityAsCustomerWithToken, updateFamilyRiskObject, updateFleetRiskObject, updateInsuranceProductByDistribution, updateInsuranceProductClauseForDistribution, updateLegalRiskObject, updateMiscellaneousRiskObject, updateNote, updateOfferById, updateOffersInBulk, updatePartyActivitiesAsCustomer, updatePartyAssignees, updatePartyById, updatePartyGroupRiskObject, updatePartyNoteById, updatePartyRelations, updatePreventionByDistribution, updateQuestionForAllQuestionnairesByAnvaLabels, updateRelationBetweenRiskObjectAndParty, updateResidenceRiskObject, updateRiskDomainActionForAdvisoryReportById, updateRiskDomainAdviceForAdvisoryReportById, updateRiskDomainByDistribution, updateSemiTrailerRiskObject, updateTargetsByCampaign, updateTrailerRiskObject, updateTwoWheelerRiskObject, updateUspByDistributionAndId, updateYellowhiveQuestionnaire, updateYourOwnUser, updateYourPassword, uploadClaimDocumentAsBroker, upsertAnvaClosingQuestions, upsertDistributionFaq, upsertInsurancePoliciesForParty, upsertInsurancePolicySimulationForParty, upsertPolicyPackagesForParty, v1ApiIntegrationsAnvaPartiesAnvaIdImportsPost, v1ApiIntegrationsAnvaPartiesGet, v1ApiIntegrationsAnvaValidatePost, validateAChassisNumber, validateACompanyRegistrationNumber, validateANationalIdentificationNumber, validateATelephonenr, validateAVehicleRegistrationPlate, validateAWebsite, validateAnEmail, validateAnFsma, validateAnIban, validateAnvaConnection, validateAnvaDwhConnection, validateAnvaflowsQuestionnaire, validateClaim, validateDiasQuestionnaire, validateFasterforwardConnection, validatePromotions, validateYellowhiveQuestionnaire, verifyIfADistributionExistsByCompanyRegistration, verifyIfADistributionExistsByName, verifyIfAUserExistsByEmail, type webhooks, wgApiClient };