wg-api-sdk 1.0.75 → 1.0.77

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.
@@ -3025,6 +3025,26 @@ interface paths {
3025
3025
  patch?: never;
3026
3026
  trace?: never;
3027
3027
  };
3028
+ "/v1/api/parties/{party_id}/checkup": {
3029
+ parameters: {
3030
+ query?: never;
3031
+ header?: never;
3032
+ path?: never;
3033
+ cookie?: never;
3034
+ };
3035
+ /**
3036
+ * Get Checkup By Party Id
3037
+ * @description Retrieve a checkup for a party by its party ID
3038
+ */
3039
+ get: operations["get_checkup_by_party_id_v1_api_parties__party_id__checkup_get"];
3040
+ put?: never;
3041
+ post?: never;
3042
+ delete?: never;
3043
+ options?: never;
3044
+ head?: never;
3045
+ patch?: never;
3046
+ trace?: never;
3047
+ };
3028
3048
  "/v1/api/parties/link-users": {
3029
3049
  parameters: {
3030
3050
  query?: never;
@@ -6596,23 +6616,6 @@ interface paths {
6596
6616
  patch?: never;
6597
6617
  trace?: never;
6598
6618
  };
6599
- "/v1/api/risk_objects/{risk_object_id}/compliance": {
6600
- parameters: {
6601
- query?: never;
6602
- header?: never;
6603
- path?: never;
6604
- cookie?: never;
6605
- };
6606
- /** Get Compliance By Risk Object Id */
6607
- get: operations["get_compliance_by_risk_object_id_v1_api_risk_objects__risk_object_id__compliance_get"];
6608
- put?: never;
6609
- post?: never;
6610
- delete?: never;
6611
- options?: never;
6612
- head?: never;
6613
- patch?: never;
6614
- trace?: never;
6615
- };
6616
6619
  "/v2/api/quotes/{insurance_type}/{insurance_company}/{insurance}": {
6617
6620
  parameters: {
6618
6621
  query?: never;
@@ -7105,6 +7108,23 @@ interface paths {
7105
7108
  patch?: never;
7106
7109
  trace?: never;
7107
7110
  };
7111
+ "/v1/api/risk_objects/{risk_object_id}/compliance": {
7112
+ parameters: {
7113
+ query?: never;
7114
+ header?: never;
7115
+ path?: never;
7116
+ cookie?: never;
7117
+ };
7118
+ /** Get Compliance By Risk Object Id */
7119
+ get: operations["get_compliance_by_risk_object_id_v1_api_risk_objects__risk_object_id__compliance_get"];
7120
+ put?: never;
7121
+ post?: never;
7122
+ delete?: never;
7123
+ options?: never;
7124
+ head?: never;
7125
+ patch?: never;
7126
+ trace?: never;
7127
+ };
7108
7128
  "/v1/api/risk_objects/{risk_object_type}/{risk_object_revision_id}": {
7109
7129
  parameters: {
7110
7130
  query?: never;
@@ -7575,7 +7595,10 @@ interface paths {
7575
7595
  get?: never;
7576
7596
  put?: never;
7577
7597
  post?: never;
7578
- /** Delete Risk Object By Id */
7598
+ /**
7599
+ * Delete Risk Object By Id
7600
+ * @description Deletes a risk object (and all of it's revisions) by risk object id
7601
+ */
7579
7602
  delete: operations["delete_risk_object_by_id_v1_api_risk_objects__risk_object_id__delete"];
7580
7603
  options?: never;
7581
7604
  head?: never;
@@ -8728,7 +8751,7 @@ interface components {
8728
8751
  * Timestamp
8729
8752
  * Format: date-time
8730
8753
  * @description Timestamp of when the error occured
8731
- * @default 2025-10-23T08:23:42.873983
8754
+ * @default 2025-10-30T07:23:12.169996
8732
8755
  */
8733
8756
  timestamp: string;
8734
8757
  /**
@@ -17282,7 +17305,7 @@ interface components {
17282
17305
  * @description An enumeration.
17283
17306
  * @enum {unknown}
17284
17307
  */
17285
- InsuranceCompanyTag: "ag" | "allianz" | "amlin" | "argenta" | "aedes" | "axa" | "baloise" | "belfius" | "bcover" | "corona" | "das" | "de_motoverzekering" | "lar" | "arces" | "ing" | "arag" | "ethias" | "euromex" | "federale" | "fidea" | "generali" | "athora" | "hdi" | "nn" | "kbc" | "optimco" | "partners" | "pv" | "pnp" | "touring" | "tvm" | "vivium" | "dvv" | "foyer" | "yuzzu" | "ardpre" | "alpha" | "amma" | "asco" | "cda" | "hagelunie" | "zurich" | "deltalloyd" | "mercator" | "ns" | "fortis" | "bnp" | "dela" | "dkv" | "europ" | "elitis" | "mobly" | "nomad" | "qover" | "patronale" | "santevet" | "vab" | "callant" | "pia" | "ibis" | "verzekerje" | "villasure" | "belvilla" | "dna_yachtinsurance" | "ex_amlin" | "yacht_and_co" | "asr" | "unigarant" | "VdH" | "bdm";
17308
+ InsuranceCompanyTag: "ag" | "allianz" | "amlin" | "argenta" | "aedes" | "axa" | "baloise" | "belfius" | "bcover" | "corona" | "das" | "de_motoverzekering" | "lar" | "arces" | "ing" | "arag" | "ethias" | "euromex" | "federale" | "fidea" | "generali" | "athora" | "hdi" | "nn" | "kbc" | "optimco" | "partners" | "pv" | "pnp" | "touring" | "tvm" | "vivium" | "dvv" | "foyer" | "yuzzu" | "ardpre" | "alpha" | "amma" | "asco" | "cda" | "hagelunie" | "zurich" | "deltalloyd" | "mercator" | "ns" | "fortis" | "bnp" | "dela" | "dkv" | "europ" | "elitis" | "mobly" | "nomad" | "qover" | "patronale" | "santevet" | "vab" | "callant" | "pia" | "ibis" | "wegroup" | "verzekerje" | "villasure" | "dna_yachtinsurance" | "bikmo" | "belvilla" | "ex_amlin" | "yacht_and_co" | "asr" | "unigarant" | "aska" | "vdh" | "citizens_aw" | "citizens_cw" | "assudis";
17286
17309
  /**
17287
17310
  * _InsuranceType
17288
17311
  * @description An enumeration.
@@ -24586,6 +24609,8 @@ interface components {
24586
24609
  wants_to_insure_disasters?: boolean;
24587
24610
  /** Preferred Amount Of Days Insured */
24588
24611
  preferred_amount_of_days_insured?: number;
24612
+ /** Wants To Insure Medical Assistance */
24613
+ wants_to_insure_medical_assistance?: boolean;
24589
24614
  };
24590
24615
  /** FuneralPreference */
24591
24616
  app__models__party__PartyPreferences__FuneralPreference: {
@@ -31240,6 +31265,8 @@ interface components {
31240
31265
  insured_amount_dental_costs?: number;
31241
31266
  /** Insured Amount Special Sports */
31242
31267
  insured_amount_special_sports?: number;
31268
+ /** Deductible Amount */
31269
+ deductible_amount?: number;
31243
31270
  /** Has Known Risks */
31244
31271
  has_known_risks?: boolean;
31245
31272
  /** Was Refused Insurance */
@@ -33791,6 +33818,8 @@ interface components {
33791
33818
  insured_amount_dental_costs?: number;
33792
33819
  /** Insured Amount Special Sports */
33793
33820
  insured_amount_special_sports?: number;
33821
+ /** Deductible Amount */
33822
+ deductible_amount?: number;
33794
33823
  /** Has Known Risks */
33795
33824
  has_known_risks?: boolean;
33796
33825
  /** Was Refused Insurance */
@@ -35803,6 +35832,8 @@ interface components {
35803
35832
  insured_amount_dental_costs?: number;
35804
35833
  /** Insured Amount Special Sports */
35805
35834
  insured_amount_special_sports?: number;
35835
+ /** Deductible Amount */
35836
+ deductible_amount?: number;
35806
35837
  /** Has Known Risks */
35807
35838
  has_known_risks?: boolean;
35808
35839
  /** Was Refused Insurance */
@@ -42806,6 +42837,8 @@ interface components {
42806
42837
  insured_amount_dental_costs?: number;
42807
42838
  /** Insured Amount Special Sports */
42808
42839
  insured_amount_special_sports?: number;
42840
+ /** Deductible Amount */
42841
+ deductible_amount?: number;
42809
42842
  /** Has Known Risks */
42810
42843
  has_known_risks?: boolean;
42811
42844
  /** Was Refused Insurance */
@@ -45244,6 +45277,8 @@ interface components {
45244
45277
  insured_amount_dental_costs?: number;
45245
45278
  /** Insured Amount Special Sports */
45246
45279
  insured_amount_special_sports?: number;
45280
+ /** Deductible Amount */
45281
+ deductible_amount?: number;
45247
45282
  /** Has Known Risks */
45248
45283
  has_known_risks?: boolean;
45249
45284
  /** Was Refused Insurance */
@@ -45820,6 +45855,23 @@ interface components {
45820
45855
  /** Count */
45821
45856
  count: number;
45822
45857
  };
45858
+ /** RiskObjectComplianceQueryModel */
45859
+ RiskObjectComplianceQueryModel: {
45860
+ /** Items */
45861
+ items: components["schemas"]["RiskObjectComplianceItem"][];
45862
+ };
45863
+ /** RiskObjectComplianceItem */
45864
+ RiskObjectComplianceItem: {
45865
+ type: components["schemas"]["RESIDENCE_COMPLIANCE_TYPE"];
45866
+ /** Documents */
45867
+ documents: components["schemas"]["app__views__models__party_documents__PartyDocumentQueryModel"][];
45868
+ };
45869
+ /**
45870
+ * RESIDENCE_COMPLIANCE_TYPE
45871
+ * @description An enumeration.
45872
+ * @enum {unknown}
45873
+ */
45874
+ RESIDENCE_COMPLIANCE_TYPE: "SCOPE_10" | "SCOPE_12";
45823
45875
  /** create_family_risk_object_params */
45824
45876
  create_family_risk_object_params: {
45825
45877
  auth: components["schemas"]["Auth"];
@@ -62796,8 +62848,6 @@ interface components {
62796
62848
  contact_person_telephonenr?: string;
62797
62849
  /** Memo */
62798
62850
  memo?: string;
62799
- /** Agenda Code */
62800
- agenda_code?: string;
62801
62851
  };
62802
62852
  /**
62803
62853
  * ANVA_TASK_PRIORITY
@@ -63204,6 +63254,8 @@ interface components {
63204
63254
  title?: string;
63205
63255
  /** Description */
63206
63256
  description?: string;
63257
+ /** Is Mutation */
63258
+ is_mutation?: boolean;
63207
63259
  /**
63208
63260
  * Allowed Distributions
63209
63261
  * @default []
@@ -63361,6 +63413,8 @@ interface components {
63361
63413
  anva_coverage_codes?: string[];
63362
63414
  /** Insurance Policy Ids */
63363
63415
  insurance_policy_ids?: string[];
63416
+ /** Yellowhive Product Ids */
63417
+ yellowhive_product_ids?: string[];
63364
63418
  };
63365
63419
  /** FieldMappingManager */
63366
63420
  FieldMappingManager: {
@@ -64186,6 +64240,8 @@ interface components {
64186
64240
  /** Insurance Company Name */
64187
64241
  insurance_company_name: string;
64188
64242
  insurance: components["schemas"]["YellowHiveInsurance"];
64243
+ /** Coverages */
64244
+ coverages: components["schemas"]["YellowHiveCoverage"][];
64189
64245
  };
64190
64246
  /** CalculateYellowHiveQuotesRequest */
64191
64247
  CalculateYellowHiveQuotesRequest: {
@@ -64221,6 +64277,7 @@ interface components {
64221
64277
  RecalculateYellowHiveQuoteRequest: {
64222
64278
  /** Coverages */
64223
64279
  coverages: string[];
64280
+ payment_interval?: components["schemas"]["PAYMENT_INTERVAL"];
64224
64281
  };
64225
64282
  /** handle_recalculate_yellowhive_simulation_params */
64226
64283
  handle_recalculate_yellowhive_simulation_params: {
@@ -64555,6 +64612,8 @@ interface components {
64555
64612
  anva_product_id: string;
64556
64613
  insurance_company: components["schemas"]["AnvaInsuranceCompany"];
64557
64614
  insurance: components["schemas"]["AnvaInsurance"];
64615
+ /** Coverages */
64616
+ coverages: components["schemas"]["AnvaCoverage"][];
64558
64617
  tag?: components["schemas"]["AnvaProductTag"];
64559
64618
  /** Index */
64560
64619
  index?: number;
@@ -68906,6 +68965,9 @@ type SchemaCreatePartyAccidentParams = components['schemas']['create_party_accid
68906
68965
  type SchemaCreateRiskObjectExternalRefsParams = components['schemas']['create_risk_object_external_refs_params'];
68907
68966
  type SchemaRiskObjectExternalRefsCreateCmd = components['schemas']['RiskObjectExternalRefsCreateCmd'];
68908
68967
  type SchemaRiskObjectRevisions = components['schemas']['RiskObjectRevisions'];
68968
+ type SchemaRiskObjectComplianceQueryModel = components['schemas']['RiskObjectComplianceQueryModel'];
68969
+ type SchemaRiskObjectComplianceItem = components['schemas']['RiskObjectComplianceItem'];
68970
+ type SchemaResidenceComplianceType = components['schemas']['RESIDENCE_COMPLIANCE_TYPE'];
68909
68971
  type SchemaCreateFamilyRiskObjectParams = components['schemas']['create_family_risk_object_params'];
68910
68972
  type SchemaCreatePartyGroupRiskObjectParams = components['schemas']['create_party_group_risk_object_params'];
68911
68973
  type SchemaCreateLegalRiskObjectParams = components['schemas']['create_legal_risk_object_params'];
@@ -85849,6 +85911,85 @@ interface operations {
85849
85911
  };
85850
85912
  };
85851
85913
  };
85914
+ get_checkup_by_party_id_v1_api_parties__party_id__checkup_get: {
85915
+ parameters: {
85916
+ query?: never;
85917
+ header?: {
85918
+ /** @description Which release to target running in 'PRODUCTION' environment. */
85919
+ "x-release"?: string;
85920
+ };
85921
+ path: {
85922
+ party_id: string;
85923
+ };
85924
+ cookie?: never;
85925
+ };
85926
+ requestBody?: never;
85927
+ responses: {
85928
+ /** @description Successful Response */
85929
+ 200: {
85930
+ headers: {
85931
+ [name: string]: unknown;
85932
+ };
85933
+ content: {
85934
+ "application/json": unknown;
85935
+ };
85936
+ };
85937
+ /** @description Bad Request */
85938
+ 400: {
85939
+ headers: {
85940
+ [name: string]: unknown;
85941
+ };
85942
+ content: {
85943
+ "application/json": components["schemas"]["Error_4XX"];
85944
+ };
85945
+ };
85946
+ /** @description Unauthorized */
85947
+ 401: {
85948
+ headers: {
85949
+ [name: string]: unknown;
85950
+ };
85951
+ content: {
85952
+ "application/json": components["schemas"]["Error_401"];
85953
+ };
85954
+ };
85955
+ /** @description Forbidden */
85956
+ 403: {
85957
+ headers: {
85958
+ [name: string]: unknown;
85959
+ };
85960
+ content: {
85961
+ "application/json": components["schemas"]["Error_403"];
85962
+ };
85963
+ };
85964
+ /** @description Unprocessable Content */
85965
+ 422: {
85966
+ headers: {
85967
+ [name: string]: unknown;
85968
+ };
85969
+ content: {
85970
+ "application/json": components["schemas"]["Error_422"];
85971
+ };
85972
+ };
85973
+ /** @description Too Many Requests */
85974
+ 429: {
85975
+ headers: {
85976
+ [name: string]: unknown;
85977
+ };
85978
+ content: {
85979
+ "application/json": components["schemas"]["Error_429"];
85980
+ };
85981
+ };
85982
+ /** @description Internal Server Error */
85983
+ 500: {
85984
+ headers: {
85985
+ [name: string]: unknown;
85986
+ };
85987
+ content: {
85988
+ "application/json": components["schemas"]["ServerError"];
85989
+ };
85990
+ };
85991
+ };
85992
+ };
85852
85993
  link_party_to_user_v1_api_parties_link_users_post: {
85853
85994
  parameters: {
85854
85995
  query?: never;
@@ -93454,6 +93595,7 @@ interface operations {
93454
93595
  query?: {
93455
93596
  types?: components["schemas"]["FLOW_TYPE"][];
93456
93597
  country_codes?: components["schemas"]["COUNTRY_CODES"][];
93598
+ is_mutation?: boolean;
93457
93599
  /**
93458
93600
  * @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
93459
93601
  * @example EN
@@ -105259,85 +105401,6 @@ interface operations {
105259
105401
  };
105260
105402
  };
105261
105403
  };
105262
- get_compliance_by_risk_object_id_v1_api_risk_objects__risk_object_id__compliance_get: {
105263
- parameters: {
105264
- query?: never;
105265
- header?: {
105266
- /** @description Which release to target running in 'PRODUCTION' environment. */
105267
- "x-release"?: string;
105268
- };
105269
- path: {
105270
- risk_object_id: string;
105271
- };
105272
- cookie?: never;
105273
- };
105274
- requestBody?: never;
105275
- responses: {
105276
- /** @description Successful Response */
105277
- 200: {
105278
- headers: {
105279
- [name: string]: unknown;
105280
- };
105281
- content: {
105282
- "application/json": unknown;
105283
- };
105284
- };
105285
- /** @description Bad Request */
105286
- 400: {
105287
- headers: {
105288
- [name: string]: unknown;
105289
- };
105290
- content: {
105291
- "application/json": components["schemas"]["Error_4XX"];
105292
- };
105293
- };
105294
- /** @description Unauthorized */
105295
- 401: {
105296
- headers: {
105297
- [name: string]: unknown;
105298
- };
105299
- content: {
105300
- "application/json": components["schemas"]["Error_401"];
105301
- };
105302
- };
105303
- /** @description Forbidden */
105304
- 403: {
105305
- headers: {
105306
- [name: string]: unknown;
105307
- };
105308
- content: {
105309
- "application/json": components["schemas"]["Error_403"];
105310
- };
105311
- };
105312
- /** @description Unprocessable Content */
105313
- 422: {
105314
- headers: {
105315
- [name: string]: unknown;
105316
- };
105317
- content: {
105318
- "application/json": components["schemas"]["Error_422"];
105319
- };
105320
- };
105321
- /** @description Too Many Requests */
105322
- 429: {
105323
- headers: {
105324
- [name: string]: unknown;
105325
- };
105326
- content: {
105327
- "application/json": components["schemas"]["Error_429"];
105328
- };
105329
- };
105330
- /** @description Internal Server Error */
105331
- 500: {
105332
- headers: {
105333
- [name: string]: unknown;
105334
- };
105335
- content: {
105336
- "application/json": components["schemas"]["ServerError"];
105337
- };
105338
- };
105339
- };
105340
- };
105341
105404
  calculate_quotes_v2_v2_api_quotes__insurance_type___insurance_company___insurance__post: {
105342
105405
  parameters: {
105343
105406
  query?: {
@@ -107785,6 +107848,85 @@ interface operations {
107785
107848
  };
107786
107849
  };
107787
107850
  };
107851
+ get_compliance_by_risk_object_id_v1_api_risk_objects__risk_object_id__compliance_get: {
107852
+ parameters: {
107853
+ query?: never;
107854
+ header?: {
107855
+ /** @description Which release to target running in 'PRODUCTION' environment. */
107856
+ "x-release"?: string;
107857
+ };
107858
+ path: {
107859
+ risk_object_id: string;
107860
+ };
107861
+ cookie?: never;
107862
+ };
107863
+ requestBody?: never;
107864
+ responses: {
107865
+ /** @description Successful Response */
107866
+ 200: {
107867
+ headers: {
107868
+ [name: string]: unknown;
107869
+ };
107870
+ content: {
107871
+ "application/json": components["schemas"]["RiskObjectComplianceQueryModel"];
107872
+ };
107873
+ };
107874
+ /** @description Bad Request */
107875
+ 400: {
107876
+ headers: {
107877
+ [name: string]: unknown;
107878
+ };
107879
+ content: {
107880
+ "application/json": components["schemas"]["Error_4XX"];
107881
+ };
107882
+ };
107883
+ /** @description Unauthorized */
107884
+ 401: {
107885
+ headers: {
107886
+ [name: string]: unknown;
107887
+ };
107888
+ content: {
107889
+ "application/json": components["schemas"]["Error_401"];
107890
+ };
107891
+ };
107892
+ /** @description Forbidden */
107893
+ 403: {
107894
+ headers: {
107895
+ [name: string]: unknown;
107896
+ };
107897
+ content: {
107898
+ "application/json": components["schemas"]["Error_403"];
107899
+ };
107900
+ };
107901
+ /** @description Unprocessable Content */
107902
+ 422: {
107903
+ headers: {
107904
+ [name: string]: unknown;
107905
+ };
107906
+ content: {
107907
+ "application/json": components["schemas"]["Error_422"];
107908
+ };
107909
+ };
107910
+ /** @description Too Many Requests */
107911
+ 429: {
107912
+ headers: {
107913
+ [name: string]: unknown;
107914
+ };
107915
+ content: {
107916
+ "application/json": components["schemas"]["Error_429"];
107917
+ };
107918
+ };
107919
+ /** @description Internal Server Error */
107920
+ 500: {
107921
+ headers: {
107922
+ [name: string]: unknown;
107923
+ };
107924
+ content: {
107925
+ "application/json": components["schemas"]["ServerError"];
107926
+ };
107927
+ };
107928
+ };
107929
+ };
107788
107930
  get_risk_object_by_risk_object_revision_id_v1_api_risk_objects__risk_object_type___risk_object_revision_id__get: {
107789
107931
  parameters: {
107790
107932
  query?: {
@@ -109900,7 +110042,7 @@ interface operations {
109900
110042
  [name: string]: unknown;
109901
110043
  };
109902
110044
  content: {
109903
- "application/json": unknown;
110045
+ "application/json": components["schemas"]["app__handlers__nats__models__StatusResponse"];
109904
110046
  };
109905
110047
  };
109906
110048
  /** @description Bad Request */
@@ -113625,52 +113767,52 @@ type Middleware = Middleware$1;
113625
113767
  type ClientType = ReturnType<typeof createClient<paths>>;
113626
113768
  declare const wgApiClient: (options: ClientOptions) => ClientType;
113627
113769
 
113628
- declare const routeName$7q = "/v1/api/weather/info";
113629
- type GetWeatherInfoQueryParams = paths[typeof routeName$7q]['get']['parameters']['query'];
113630
- type GetWeatherInfoResponse = paths[typeof routeName$7q]['get']['responses'][200]['content']['application/json'];
113631
- type GetWeatherInfoProps = paths[typeof routeName$7q]['get']['parameters'];
113770
+ declare const routeName$7r = "/v1/api/weather/info";
113771
+ type GetWeatherInfoQueryParams = paths[typeof routeName$7r]['get']['parameters']['query'];
113772
+ type GetWeatherInfoResponse = paths[typeof routeName$7r]['get']['responses'][200]['content']['application/json'];
113773
+ type GetWeatherInfoProps = paths[typeof routeName$7r]['get']['parameters'];
113632
113774
  declare const getWeatherInfo: (props: GetWeatherInfoProps, wgApiClient: ClientType) => Promise<GetWeatherInfoResponse>;
113633
113775
 
113634
- declare const routeName$7p = "/v1/api/address/cities";
113635
- type SearchCitiesByCountryQueryParams = paths[typeof routeName$7p]['get']['parameters']['query'];
113636
- type SearchCitiesByCountryResponse = paths[typeof routeName$7p]['get']['responses'][200]['content']['application/json'];
113637
- type SearchCitiesByCountryProps = paths[typeof routeName$7p]['get']['parameters'];
113776
+ declare const routeName$7q = "/v1/api/address/cities";
113777
+ type SearchCitiesByCountryQueryParams = paths[typeof routeName$7q]['get']['parameters']['query'];
113778
+ type SearchCitiesByCountryResponse = paths[typeof routeName$7q]['get']['responses'][200]['content']['application/json'];
113779
+ type SearchCitiesByCountryProps = paths[typeof routeName$7q]['get']['parameters'];
113638
113780
  declare const searchCitiesByCountry: (props: SearchCitiesByCountryProps, wgApiClient: ClientType) => Promise<SearchCitiesByCountryResponse>;
113639
113781
 
113640
- declare const routeName$7o = "/v1/api/address/streets";
113641
- type SeachStreetsByCityAndCountryQueryParams = paths[typeof routeName$7o]['get']['parameters']['query'];
113642
- type SeachStreetsByCityAndCountryResponse = paths[typeof routeName$7o]['get']['responses'][200]['content']['application/json'];
113643
- type SeachStreetsByCityAndCountryProps = paths[typeof routeName$7o]['get']['parameters'];
113782
+ declare const routeName$7p = "/v1/api/address/streets";
113783
+ type SeachStreetsByCityAndCountryQueryParams = paths[typeof routeName$7p]['get']['parameters']['query'];
113784
+ type SeachStreetsByCityAndCountryResponse = paths[typeof routeName$7p]['get']['responses'][200]['content']['application/json'];
113785
+ type SeachStreetsByCityAndCountryProps = paths[typeof routeName$7p]['get']['parameters'];
113644
113786
  declare const seachStreetsByCityAndCountry: (props: SeachStreetsByCityAndCountryProps, wgApiClient: ClientType) => Promise<SeachStreetsByCityAndCountryResponse>;
113645
113787
 
113646
- declare const routeName$7n = "/v1/api/address/search";
113647
- type SearchAddressesByCountryQueryParams = paths[typeof routeName$7n]['get']['parameters']['query'];
113648
- type SearchAddressesByCountryResponse = paths[typeof routeName$7n]['get']['responses'][200]['content']['application/json'];
113649
- type SearchAddressesByCountryProps = paths[typeof routeName$7n]['get']['parameters'];
113788
+ declare const routeName$7o = "/v1/api/address/search";
113789
+ type SearchAddressesByCountryQueryParams = paths[typeof routeName$7o]['get']['parameters']['query'];
113790
+ type SearchAddressesByCountryResponse = paths[typeof routeName$7o]['get']['responses'][200]['content']['application/json'];
113791
+ type SearchAddressesByCountryProps = paths[typeof routeName$7o]['get']['parameters'];
113650
113792
  declare const searchAddressesByCountry: (props: SearchAddressesByCountryProps, wgApiClient: ClientType) => Promise<SearchAddressesByCountryResponse>;
113651
113793
 
113652
- declare const routeName$7m = "/v1/api/address/info/premium";
113653
- type GetAddressInfoQueryParams = paths[typeof routeName$7m]['get']['parameters']['query'];
113654
- type GetAddressInfoResponse = paths[typeof routeName$7m]['get']['responses'][200]['content']['application/json'];
113655
- type GetAddressInfoProps = paths[typeof routeName$7m]['get']['parameters'];
113794
+ declare const routeName$7n = "/v1/api/address/info/premium";
113795
+ type GetAddressInfoQueryParams = paths[typeof routeName$7n]['get']['parameters']['query'];
113796
+ type GetAddressInfoResponse = paths[typeof routeName$7n]['get']['responses'][200]['content']['application/json'];
113797
+ type GetAddressInfoProps = paths[typeof routeName$7n]['get']['parameters'];
113656
113798
  declare const getAddressInfo: (props: GetAddressInfoProps, wgApiClient: ClientType) => Promise<GetAddressInfoResponse>;
113657
113799
 
113658
- declare const routeName$7l = "/v1/api/address/info/freemium";
113659
- type GetAddressInfoFreemiumQueryParams = paths[typeof routeName$7l]['get']['parameters']['query'];
113660
- type GetAddressInfoFreemiumResponse = paths[typeof routeName$7l]['get']['responses'][200]['content']['application/json'];
113661
- type GetAddressInfoFreemiumProps = paths[typeof routeName$7l]['get']['parameters'];
113800
+ declare const routeName$7m = "/v1/api/address/info/freemium";
113801
+ type GetAddressInfoFreemiumQueryParams = paths[typeof routeName$7m]['get']['parameters']['query'];
113802
+ type GetAddressInfoFreemiumResponse = paths[typeof routeName$7m]['get']['responses'][200]['content']['application/json'];
113803
+ type GetAddressInfoFreemiumProps = paths[typeof routeName$7m]['get']['parameters'];
113662
113804
  declare const getAddressInfoFreemium: (props: GetAddressInfoFreemiumProps, wgApiClient: ClientType) => Promise<GetAddressInfoFreemiumResponse>;
113663
113805
 
113664
- declare const routeName$7k = "/v1/api/advisory-reports";
113665
- type GetAllAdvisoryReportsQueryParams = paths[typeof routeName$7k]['get']['parameters']['query'];
113666
- type GetAllAdvisoryReportsResponse = paths[typeof routeName$7k]['get']['responses'][200]['content']['application/json'];
113667
- type GetAllAdvisoryReportsProps = paths[typeof routeName$7k]['get']['parameters'];
113806
+ declare const routeName$7l = "/v1/api/advisory-reports";
113807
+ type GetAllAdvisoryReportsQueryParams = paths[typeof routeName$7l]['get']['parameters']['query'];
113808
+ type GetAllAdvisoryReportsResponse = paths[typeof routeName$7l]['get']['responses'][200]['content']['application/json'];
113809
+ type GetAllAdvisoryReportsProps = paths[typeof routeName$7l]['get']['parameters'];
113668
113810
  declare const getAllAdvisoryReports: (props: GetAllAdvisoryReportsProps, wgApiClient: ClientType) => Promise<GetAllAdvisoryReportsResponse>;
113669
113811
 
113670
- declare const routeName$7j = "/v1/api/advisory-reports";
113671
- type CreateAdvisoryReportBody = paths[typeof routeName$7j]['post']['requestBody']['content']['application/json'];
113672
- type CreateAdvisoryReportQueryParams = paths[typeof routeName$7j]['post']['parameters']['query'];
113673
- type CreateAdvisoryReportResponse = paths[typeof routeName$7j]['post']['responses'][201]['content']['application/json'];
113812
+ declare const routeName$7k = "/v1/api/advisory-reports";
113813
+ type CreateAdvisoryReportBody = paths[typeof routeName$7k]['post']['requestBody']['content']['application/json'];
113814
+ type CreateAdvisoryReportQueryParams = paths[typeof routeName$7k]['post']['parameters']['query'];
113815
+ type CreateAdvisoryReportResponse = paths[typeof routeName$7k]['post']['responses'][201]['content']['application/json'];
113674
113816
  interface CreateAdvisoryReportProps {
113675
113817
  body: CreateAdvisoryReportBody;
113676
113818
  params: {
@@ -113679,17 +113821,17 @@ interface CreateAdvisoryReportProps {
113679
113821
  }
113680
113822
  declare const createAdvisoryReport: (props: CreateAdvisoryReportProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportResponse>;
113681
113823
 
113682
- declare const routeName$7i = "/v1/api/advisory-reports/{report_id}";
113683
- type GetAdvisoryReportByIdPathParams = paths[typeof routeName$7i]['get']['parameters']['path'];
113684
- type GetAdvisoryReportByIdQueryParams = paths[typeof routeName$7i]['get']['parameters']['query'];
113685
- type GetAdvisoryReportByIdResponse = paths[typeof routeName$7i]['get']['responses'][200]['content']['application/json'];
113686
- type GetAdvisoryReportByIdProps = paths[typeof routeName$7i]['get']['parameters'];
113824
+ declare const routeName$7j = "/v1/api/advisory-reports/{report_id}";
113825
+ type GetAdvisoryReportByIdPathParams = paths[typeof routeName$7j]['get']['parameters']['path'];
113826
+ type GetAdvisoryReportByIdQueryParams = paths[typeof routeName$7j]['get']['parameters']['query'];
113827
+ type GetAdvisoryReportByIdResponse = paths[typeof routeName$7j]['get']['responses'][200]['content']['application/json'];
113828
+ type GetAdvisoryReportByIdProps = paths[typeof routeName$7j]['get']['parameters'];
113687
113829
  declare const getAdvisoryReportById: (props: GetAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportByIdResponse>;
113688
113830
 
113689
- declare const routeName$7h = "/v1/api/advisory-reports/{report_id}";
113690
- type DeleteAdvisoryReportRevisionPathParams = paths[typeof routeName$7h]['delete']['parameters']['path'];
113691
- type DeleteAdvisoryReportRevisionQueryParams = paths[typeof routeName$7h]['delete']['parameters']['query'];
113692
- type DeleteAdvisoryReportRevisionResponse = paths[typeof routeName$7h]['delete']['responses'][200]['content']['application/json'];
113831
+ declare const routeName$7i = "/v1/api/advisory-reports/{report_id}";
113832
+ type DeleteAdvisoryReportRevisionPathParams = paths[typeof routeName$7i]['delete']['parameters']['path'];
113833
+ type DeleteAdvisoryReportRevisionQueryParams = paths[typeof routeName$7i]['delete']['parameters']['query'];
113834
+ type DeleteAdvisoryReportRevisionResponse = paths[typeof routeName$7i]['delete']['responses'][200]['content']['application/json'];
113693
113835
  interface DeleteAdvisoryReportRevisionProps {
113694
113836
  params: {
113695
113837
  query: DeleteAdvisoryReportRevisionQueryParams;
@@ -113698,11 +113840,11 @@ interface DeleteAdvisoryReportRevisionProps {
113698
113840
  }
113699
113841
  declare const deleteAdvisoryReportRevision: (props: DeleteAdvisoryReportRevisionProps, wgApiClient: ClientType) => Promise<DeleteAdvisoryReportRevisionResponse>;
113700
113842
 
113701
- declare const routeName$7g = "/v1/api/advisory-reports/{report_id}";
113702
- type UpdateAdvisoryReportBody = paths[typeof routeName$7g]['patch']['requestBody']['content']['application/json'];
113703
- type UpdateAdvisoryReportPathParams = paths[typeof routeName$7g]['patch']['parameters']['path'];
113704
- type UpdateAdvisoryReportQueryParams = paths[typeof routeName$7g]['patch']['parameters']['query'];
113705
- type UpdateAdvisoryReportResponse = paths[typeof routeName$7g]['patch']['responses'][200]['content']['application/json'];
113843
+ declare const routeName$7h = "/v1/api/advisory-reports/{report_id}";
113844
+ type UpdateAdvisoryReportBody = paths[typeof routeName$7h]['patch']['requestBody']['content']['application/json'];
113845
+ type UpdateAdvisoryReportPathParams = paths[typeof routeName$7h]['patch']['parameters']['path'];
113846
+ type UpdateAdvisoryReportQueryParams = paths[typeof routeName$7h]['patch']['parameters']['query'];
113847
+ type UpdateAdvisoryReportResponse = paths[typeof routeName$7h]['patch']['responses'][200]['content']['application/json'];
113706
113848
  interface UpdateAdvisoryReportProps {
113707
113849
  body: UpdateAdvisoryReportBody;
113708
113850
  params: {
@@ -113712,18 +113854,18 @@ interface UpdateAdvisoryReportProps {
113712
113854
  }
113713
113855
  declare const updateAdvisoryReport: (props: UpdateAdvisoryReportProps, wgApiClient: ClientType) => Promise<UpdateAdvisoryReportResponse>;
113714
113856
 
113715
- declare const routeName$7f = "/v1/api/advisory-reports/{report_id}/events";
113716
- type GetEventsByAdvisoryReportIdPathParams = paths[typeof routeName$7f]['get']['parameters']['path'];
113717
- type GetEventsByAdvisoryReportIdQueryParams = paths[typeof routeName$7f]['get']['parameters']['query'];
113718
- type GetEventsByAdvisoryReportIdResponse = paths[typeof routeName$7f]['get']['responses'][200]['content']['application/json'];
113719
- type GetEventsByAdvisoryReportIdProps = paths[typeof routeName$7f]['get']['parameters'];
113857
+ declare const routeName$7g = "/v1/api/advisory-reports/{report_id}/events";
113858
+ type GetEventsByAdvisoryReportIdPathParams = paths[typeof routeName$7g]['get']['parameters']['path'];
113859
+ type GetEventsByAdvisoryReportIdQueryParams = paths[typeof routeName$7g]['get']['parameters']['query'];
113860
+ type GetEventsByAdvisoryReportIdResponse = paths[typeof routeName$7g]['get']['responses'][200]['content']['application/json'];
113861
+ type GetEventsByAdvisoryReportIdProps = paths[typeof routeName$7g]['get']['parameters'];
113720
113862
  declare const getEventsByAdvisoryReportId: (props: GetEventsByAdvisoryReportIdProps, wgApiClient: ClientType) => Promise<GetEventsByAdvisoryReportIdResponse>;
113721
113863
 
113722
- declare const routeName$7e = "/v1/api/advisory-reports/{report_id}/email-inquiries";
113723
- type SendAdvisoryReportAsMailBody = paths[typeof routeName$7e]['post']['requestBody']['content']['application/json'];
113724
- type SendAdvisoryReportAsMailPathParams = paths[typeof routeName$7e]['post']['parameters']['path'];
113725
- type SendAdvisoryReportAsMailQueryParams = paths[typeof routeName$7e]['post']['parameters']['query'];
113726
- type SendAdvisoryReportAsMailResponse = paths[typeof routeName$7e]['post']['responses'][201]['content']['application/json'];
113864
+ declare const routeName$7f = "/v1/api/advisory-reports/{report_id}/email-inquiries";
113865
+ type SendAdvisoryReportAsMailBody = paths[typeof routeName$7f]['post']['requestBody']['content']['application/json'];
113866
+ type SendAdvisoryReportAsMailPathParams = paths[typeof routeName$7f]['post']['parameters']['path'];
113867
+ type SendAdvisoryReportAsMailQueryParams = paths[typeof routeName$7f]['post']['parameters']['query'];
113868
+ type SendAdvisoryReportAsMailResponse = paths[typeof routeName$7f]['post']['responses'][201]['content']['application/json'];
113727
113869
  interface SendAdvisoryReportAsMailProps {
113728
113870
  body: SendAdvisoryReportAsMailBody;
113729
113871
  params: {
@@ -113733,10 +113875,10 @@ interface SendAdvisoryReportAsMailProps {
113733
113875
  }
113734
113876
  declare const sendAdvisoryReportAsMail: (props: SendAdvisoryReportAsMailProps, wgApiClient: ClientType) => Promise<SendAdvisoryReportAsMailResponse>;
113735
113877
 
113736
- declare const routeName$7d = "/v1/api/advisory-reports/{report_id}/docx";
113737
- type GenerateDocxDocumentOfAdvisoryReportByIdPathParams = paths[typeof routeName$7d]['post']['parameters']['path'];
113738
- type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7d]['post']['parameters']['query'];
113739
- type GenerateDocxDocumentOfAdvisoryReportByIdResponse = paths[typeof routeName$7d]['post']['responses'][200]['content']['application/json'];
113878
+ declare const routeName$7e = "/v1/api/advisory-reports/{report_id}/docx";
113879
+ type GenerateDocxDocumentOfAdvisoryReportByIdPathParams = paths[typeof routeName$7e]['post']['parameters']['path'];
113880
+ type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7e]['post']['parameters']['query'];
113881
+ type GenerateDocxDocumentOfAdvisoryReportByIdResponse = paths[typeof routeName$7e]['post']['responses'][200]['content']['application/json'];
113740
113882
  interface GenerateDocxDocumentOfAdvisoryReportByIdProps {
113741
113883
  params: {
113742
113884
  query: GenerateDocxDocumentOfAdvisoryReportByIdQueryParams;
@@ -113745,17 +113887,17 @@ interface GenerateDocxDocumentOfAdvisoryReportByIdProps {
113745
113887
  }
113746
113888
  declare const generateDocxDocumentOfAdvisoryReportById: (props: GenerateDocxDocumentOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GenerateDocxDocumentOfAdvisoryReportByIdResponse>;
113747
113889
 
113748
- declare const routeName$7c = "/v1/api/advisory-reports/{report_id}/pdf";
113749
- type GetPdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$7c]['get']['parameters']['path'];
113750
- type GetPdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7c]['get']['parameters']['query'];
113751
- type GetPdfOfAdvisoryReportByIdResponse = paths[typeof routeName$7c]['get']['responses'][307]['content']['application/json'];
113752
- type GetPdfOfAdvisoryReportByIdProps = paths[typeof routeName$7c]['get']['parameters'];
113890
+ declare const routeName$7d = "/v1/api/advisory-reports/{report_id}/pdf";
113891
+ type GetPdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$7d]['get']['parameters']['path'];
113892
+ type GetPdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7d]['get']['parameters']['query'];
113893
+ type GetPdfOfAdvisoryReportByIdResponse = paths[typeof routeName$7d]['get']['responses'][307]['content']['application/json'];
113894
+ type GetPdfOfAdvisoryReportByIdProps = paths[typeof routeName$7d]['get']['parameters'];
113753
113895
  declare const getPdfOfAdvisoryReportById: (props: GetPdfOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GetPdfOfAdvisoryReportByIdResponse>;
113754
113896
 
113755
- declare const routeName$7b = "/v1/api/advisory-reports/{report_id}/pdf";
113756
- type GeneratePdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$7b]['post']['parameters']['path'];
113757
- type GeneratePdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7b]['post']['parameters']['query'];
113758
- type GeneratePdfOfAdvisoryReportByIdResponse = paths[typeof routeName$7b]['post']['responses'][200]['content']['application/json'];
113897
+ declare const routeName$7c = "/v1/api/advisory-reports/{report_id}/pdf";
113898
+ type GeneratePdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$7c]['post']['parameters']['path'];
113899
+ type GeneratePdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7c]['post']['parameters']['query'];
113900
+ type GeneratePdfOfAdvisoryReportByIdResponse = paths[typeof routeName$7c]['post']['responses'][200]['content']['application/json'];
113759
113901
  interface GeneratePdfOfAdvisoryReportByIdProps {
113760
113902
  params: {
113761
113903
  query: GeneratePdfOfAdvisoryReportByIdQueryParams;
@@ -113764,10 +113906,10 @@ interface GeneratePdfOfAdvisoryReportByIdProps {
113764
113906
  }
113765
113907
  declare const generatePdfOfAdvisoryReportById: (props: GeneratePdfOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GeneratePdfOfAdvisoryReportByIdResponse>;
113766
113908
 
113767
- declare const routeName$7a = "/v1/api/advisory-report-front-page-pdf";
113768
- type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody = paths[typeof routeName$7a]['post']['requestBody']['content']['application/json'];
113769
- type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams = paths[typeof routeName$7a]['post']['parameters']['query'];
113770
- type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse = paths[typeof routeName$7a]['post']['responses'][201]['content']['application/json'];
113909
+ declare const routeName$7b = "/v1/api/advisory-report-front-page-pdf";
113910
+ type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody = paths[typeof routeName$7b]['post']['requestBody']['content']['application/json'];
113911
+ type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams = paths[typeof routeName$7b]['post']['parameters']['query'];
113912
+ type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse = paths[typeof routeName$7b]['post']['responses'][201]['content']['application/json'];
113771
113913
  interface GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps {
113772
113914
  body: GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody;
113773
113915
  params: {
@@ -113776,11 +113918,11 @@ interface GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps {
113776
113918
  }
113777
113919
  declare const generateStandaloneFrontPagePdfOfAdvisoryReportAsExample: (props: GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps, wgApiClient: ClientType) => Promise<GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse>;
113778
113920
 
113779
- declare const routeName$79 = "/v1/api/advisory-reports/{report_id}/acceptances";
113780
- type AcceptOrRejectAnAdvisoryReportBody = paths[typeof routeName$79]['post']['requestBody']['content']['application/json'];
113781
- type AcceptOrRejectAnAdvisoryReportPathParams = paths[typeof routeName$79]['post']['parameters']['path'];
113782
- type AcceptOrRejectAnAdvisoryReportQueryParams = paths[typeof routeName$79]['post']['parameters']['query'];
113783
- type AcceptOrRejectAnAdvisoryReportResponse = paths[typeof routeName$79]['post']['responses'][200]['content']['application/json'];
113921
+ declare const routeName$7a = "/v1/api/advisory-reports/{report_id}/acceptances";
113922
+ type AcceptOrRejectAnAdvisoryReportBody = paths[typeof routeName$7a]['post']['requestBody']['content']['application/json'];
113923
+ type AcceptOrRejectAnAdvisoryReportPathParams = paths[typeof routeName$7a]['post']['parameters']['path'];
113924
+ type AcceptOrRejectAnAdvisoryReportQueryParams = paths[typeof routeName$7a]['post']['parameters']['query'];
113925
+ type AcceptOrRejectAnAdvisoryReportResponse = paths[typeof routeName$7a]['post']['responses'][200]['content']['application/json'];
113784
113926
  interface AcceptOrRejectAnAdvisoryReportProps {
113785
113927
  body: AcceptOrRejectAnAdvisoryReportBody;
113786
113928
  params: {
@@ -113790,11 +113932,11 @@ interface AcceptOrRejectAnAdvisoryReportProps {
113790
113932
  }
113791
113933
  declare const acceptOrRejectAnAdvisoryReport: (props: AcceptOrRejectAnAdvisoryReportProps, wgApiClient: ClientType) => Promise<AcceptOrRejectAnAdvisoryReportResponse>;
113792
113934
 
113793
- declare const routeName$78 = "/v1/api/advisory-reports/{report_id}/conversations";
113794
- type LinkConversationToAdvisoryReportBody = paths[typeof routeName$78]['post']['requestBody']['content']['application/json'];
113795
- type LinkConversationToAdvisoryReportPathParams = paths[typeof routeName$78]['post']['parameters']['path'];
113796
- type LinkConversationToAdvisoryReportQueryParams = paths[typeof routeName$78]['post']['parameters']['query'];
113797
- type LinkConversationToAdvisoryReportResponse = paths[typeof routeName$78]['post']['responses'][201]['content']['application/json'];
113935
+ declare const routeName$79 = "/v1/api/advisory-reports/{report_id}/conversations";
113936
+ type LinkConversationToAdvisoryReportBody = paths[typeof routeName$79]['post']['requestBody']['content']['application/json'];
113937
+ type LinkConversationToAdvisoryReportPathParams = paths[typeof routeName$79]['post']['parameters']['path'];
113938
+ type LinkConversationToAdvisoryReportQueryParams = paths[typeof routeName$79]['post']['parameters']['query'];
113939
+ type LinkConversationToAdvisoryReportResponse = paths[typeof routeName$79]['post']['responses'][201]['content']['application/json'];
113798
113940
  interface LinkConversationToAdvisoryReportProps {
113799
113941
  body: LinkConversationToAdvisoryReportBody;
113800
113942
  params: {
@@ -113804,11 +113946,11 @@ interface LinkConversationToAdvisoryReportProps {
113804
113946
  }
113805
113947
  declare const linkConversationToAdvisoryReport: (props: LinkConversationToAdvisoryReportProps, wgApiClient: ClientType) => Promise<LinkConversationToAdvisoryReportResponse>;
113806
113948
 
113807
- declare const routeName$77 = "/v2/api/advisory-reports/{report_id}/revisions";
113808
- type CreateAdvisoryReportRevisionV2Body = paths[typeof routeName$77]['post']['requestBody']['content']['application/json'];
113809
- type CreateAdvisoryReportRevisionV2PathParams = paths[typeof routeName$77]['post']['parameters']['path'];
113810
- type CreateAdvisoryReportRevisionV2QueryParams = paths[typeof routeName$77]['post']['parameters']['query'];
113811
- type CreateAdvisoryReportRevisionV2Response = paths[typeof routeName$77]['post']['responses'][201]['content']['application/json'];
113949
+ declare const routeName$78 = "/v2/api/advisory-reports/{report_id}/revisions";
113950
+ type CreateAdvisoryReportRevisionV2Body = paths[typeof routeName$78]['post']['requestBody']['content']['application/json'];
113951
+ type CreateAdvisoryReportRevisionV2PathParams = paths[typeof routeName$78]['post']['parameters']['path'];
113952
+ type CreateAdvisoryReportRevisionV2QueryParams = paths[typeof routeName$78]['post']['parameters']['query'];
113953
+ type CreateAdvisoryReportRevisionV2Response = paths[typeof routeName$78]['post']['responses'][201]['content']['application/json'];
113812
113954
  interface CreateAdvisoryReportRevisionV2Props {
113813
113955
  body: CreateAdvisoryReportRevisionV2Body;
113814
113956
  params: {
@@ -113818,11 +113960,11 @@ interface CreateAdvisoryReportRevisionV2Props {
113818
113960
  }
113819
113961
  declare const createAdvisoryReportRevisionV2: (props: CreateAdvisoryReportRevisionV2Props, wgApiClient: ClientType) => Promise<CreateAdvisoryReportRevisionV2Response>;
113820
113962
 
113821
- declare const routeName$76 = "/v1/api/advisory-reports/{report_id}/revisions";
113822
- type CreateAdvisoryReportRevisionBody = paths[typeof routeName$76]['post']['requestBody']['content']['application/json'];
113823
- type CreateAdvisoryReportRevisionPathParams = paths[typeof routeName$76]['post']['parameters']['path'];
113824
- type CreateAdvisoryReportRevisionQueryParams = paths[typeof routeName$76]['post']['parameters']['query'];
113825
- type CreateAdvisoryReportRevisionResponse = paths[typeof routeName$76]['post']['responses'][201]['content']['application/json'];
113963
+ declare const routeName$77 = "/v1/api/advisory-reports/{report_id}/revisions";
113964
+ type CreateAdvisoryReportRevisionBody = paths[typeof routeName$77]['post']['requestBody']['content']['application/json'];
113965
+ type CreateAdvisoryReportRevisionPathParams = paths[typeof routeName$77]['post']['parameters']['path'];
113966
+ type CreateAdvisoryReportRevisionQueryParams = paths[typeof routeName$77]['post']['parameters']['query'];
113967
+ type CreateAdvisoryReportRevisionResponse = paths[typeof routeName$77]['post']['responses'][201]['content']['application/json'];
113826
113968
  interface CreateAdvisoryReportRevisionProps {
113827
113969
  body: CreateAdvisoryReportRevisionBody;
113828
113970
  params: {
@@ -113832,10 +113974,10 @@ interface CreateAdvisoryReportRevisionProps {
113832
113974
  }
113833
113975
  declare const createAdvisoryReportRevision: (props: CreateAdvisoryReportRevisionProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportRevisionResponse>;
113834
113976
 
113835
- declare const routeName$75 = "/v2/api/advisory-reports/{report_id}";
113836
- type DeleteAdvisoryReportPathParams = paths[typeof routeName$75]['delete']['parameters']['path'];
113837
- type DeleteAdvisoryReportQueryParams = paths[typeof routeName$75]['delete']['parameters']['query'];
113838
- type DeleteAdvisoryReportResponse = paths[typeof routeName$75]['delete']['responses'][200]['content']['application/json'];
113977
+ declare const routeName$76 = "/v2/api/advisory-reports/{report_id}";
113978
+ type DeleteAdvisoryReportPathParams = paths[typeof routeName$76]['delete']['parameters']['path'];
113979
+ type DeleteAdvisoryReportQueryParams = paths[typeof routeName$76]['delete']['parameters']['query'];
113980
+ type DeleteAdvisoryReportResponse = paths[typeof routeName$76]['delete']['responses'][200]['content']['application/json'];
113839
113981
  interface DeleteAdvisoryReportProps {
113840
113982
  params: {
113841
113983
  query: DeleteAdvisoryReportQueryParams;
@@ -113844,11 +113986,11 @@ interface DeleteAdvisoryReportProps {
113844
113986
  }
113845
113987
  declare const deleteAdvisoryReport: (props: DeleteAdvisoryReportProps, wgApiClient: ClientType) => Promise<DeleteAdvisoryReportResponse>;
113846
113988
 
113847
- declare const routeName$74 = "/v1/api/advisory-reports/{report_id}/clauses";
113848
- type PutClausesForReportBody = paths[typeof routeName$74]['put']['requestBody']['content']['application/json'];
113849
- type PutClausesForReportPathParams = paths[typeof routeName$74]['put']['parameters']['path'];
113850
- type PutClausesForReportQueryParams = paths[typeof routeName$74]['put']['parameters']['query'];
113851
- type PutClausesForReportResponse = paths[typeof routeName$74]['put']['responses'][200]['content']['application/json'];
113989
+ declare const routeName$75 = "/v1/api/advisory-reports/{report_id}/clauses";
113990
+ type PutClausesForReportBody = paths[typeof routeName$75]['put']['requestBody']['content']['application/json'];
113991
+ type PutClausesForReportPathParams = paths[typeof routeName$75]['put']['parameters']['path'];
113992
+ type PutClausesForReportQueryParams = paths[typeof routeName$75]['put']['parameters']['query'];
113993
+ type PutClausesForReportResponse = paths[typeof routeName$75]['put']['responses'][200]['content']['application/json'];
113852
113994
  interface PutClausesForReportProps {
113853
113995
  body: PutClausesForReportBody;
113854
113996
  params: {
@@ -113858,9 +114000,9 @@ interface PutClausesForReportProps {
113858
114000
  }
113859
114001
  declare const putClausesForReport: (props: PutClausesForReportProps, wgApiClient: ClientType) => Promise<PutClausesForReportResponse>;
113860
114002
 
113861
- declare const routeName$73 = "/v1/api/advisory-reports/{report_id}/personalise-advices";
113862
- type GeneratePersonalizationAdviceForAdvisoryReportPathParams = paths[typeof routeName$73]['post']['parameters']['path'];
113863
- type GeneratePersonalizationAdviceForAdvisoryReportResponse = paths[typeof routeName$73]['post']['responses'][200]['content']['application/json'];
114003
+ declare const routeName$74 = "/v1/api/advisory-reports/{report_id}/personalise-advices";
114004
+ type GeneratePersonalizationAdviceForAdvisoryReportPathParams = paths[typeof routeName$74]['post']['parameters']['path'];
114005
+ type GeneratePersonalizationAdviceForAdvisoryReportResponse = paths[typeof routeName$74]['post']['responses'][200]['content']['application/json'];
113864
114006
  interface GeneratePersonalizationAdviceForAdvisoryReportProps {
113865
114007
  params: {
113866
114008
  path: GeneratePersonalizationAdviceForAdvisoryReportPathParams;
@@ -113868,18 +114010,18 @@ interface GeneratePersonalizationAdviceForAdvisoryReportProps {
113868
114010
  }
113869
114011
  declare const generatePersonalizationAdviceForAdvisoryReport: (props: GeneratePersonalizationAdviceForAdvisoryReportProps, wgApiClient: ClientType) => Promise<GeneratePersonalizationAdviceForAdvisoryReportResponse>;
113870
114012
 
113871
- declare const routeName$72 = "/v1/api/advisory-reports/{report_id}/settings/steps";
113872
- type GetStepSettingsByAdvisoryReportIdPathParams = paths[typeof routeName$72]['get']['parameters']['path'];
113873
- type GetStepSettingsByAdvisoryReportIdQueryParams = paths[typeof routeName$72]['get']['parameters']['query'];
113874
- type GetStepSettingsByAdvisoryReportIdResponse = paths[typeof routeName$72]['get']['responses'][200]['content']['application/json'];
113875
- type GetStepSettingsByAdvisoryReportIdProps = paths[typeof routeName$72]['get']['parameters'];
114013
+ declare const routeName$73 = "/v1/api/advisory-reports/{report_id}/settings/steps";
114014
+ type GetStepSettingsByAdvisoryReportIdPathParams = paths[typeof routeName$73]['get']['parameters']['path'];
114015
+ type GetStepSettingsByAdvisoryReportIdQueryParams = paths[typeof routeName$73]['get']['parameters']['query'];
114016
+ type GetStepSettingsByAdvisoryReportIdResponse = paths[typeof routeName$73]['get']['responses'][200]['content']['application/json'];
114017
+ type GetStepSettingsByAdvisoryReportIdProps = paths[typeof routeName$73]['get']['parameters'];
113876
114018
  declare const getStepSettingsByAdvisoryReportId: (props: GetStepSettingsByAdvisoryReportIdProps, wgApiClient: ClientType) => Promise<GetStepSettingsByAdvisoryReportIdResponse>;
113877
114019
 
113878
- declare const routeName$71 = "/v1/api/advisory-reports/{report_id}/settings/steps";
113879
- type CreateAdvisoryReportStepSettingsBody = paths[typeof routeName$71]['put']['requestBody']['content']['application/json'];
113880
- type CreateAdvisoryReportStepSettingsPathParams = paths[typeof routeName$71]['put']['parameters']['path'];
113881
- type CreateAdvisoryReportStepSettingsQueryParams = paths[typeof routeName$71]['put']['parameters']['query'];
113882
- type CreateAdvisoryReportStepSettingsResponse = paths[typeof routeName$71]['put']['responses'][200]['content']['application/json'];
114020
+ declare const routeName$72 = "/v1/api/advisory-reports/{report_id}/settings/steps";
114021
+ type CreateAdvisoryReportStepSettingsBody = paths[typeof routeName$72]['put']['requestBody']['content']['application/json'];
114022
+ type CreateAdvisoryReportStepSettingsPathParams = paths[typeof routeName$72]['put']['parameters']['path'];
114023
+ type CreateAdvisoryReportStepSettingsQueryParams = paths[typeof routeName$72]['put']['parameters']['query'];
114024
+ type CreateAdvisoryReportStepSettingsResponse = paths[typeof routeName$72]['put']['responses'][200]['content']['application/json'];
113883
114025
  interface CreateAdvisoryReportStepSettingsProps {
113884
114026
  body: CreateAdvisoryReportStepSettingsBody;
113885
114027
  params: {
@@ -113889,11 +114031,11 @@ interface CreateAdvisoryReportStepSettingsProps {
113889
114031
  }
113890
114032
  declare const createAdvisoryReportStepSettings: (props: CreateAdvisoryReportStepSettingsProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportStepSettingsResponse>;
113891
114033
 
113892
- declare const routeName$70 = "/v1/api/advisory-reports/{report_id}/risk-domains";
113893
- type CreateRiskDomainForAdvisoryReportByIdBody = paths[typeof routeName$70]['post']['requestBody']['content']['application/json'];
113894
- type CreateRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$70]['post']['parameters']['path'];
113895
- type CreateRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$70]['post']['parameters']['query'];
113896
- type CreateRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$70]['post']['responses'][201]['content']['application/json'];
114034
+ declare const routeName$71 = "/v1/api/advisory-reports/{report_id}/risk-domains";
114035
+ type CreateRiskDomainForAdvisoryReportByIdBody = paths[typeof routeName$71]['post']['requestBody']['content']['application/json'];
114036
+ type CreateRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$71]['post']['parameters']['path'];
114037
+ type CreateRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$71]['post']['parameters']['query'];
114038
+ type CreateRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$71]['post']['responses'][201]['content']['application/json'];
113897
114039
  interface CreateRiskDomainForAdvisoryReportByIdProps {
113898
114040
  body: CreateRiskDomainForAdvisoryReportByIdBody;
113899
114041
  params: {
@@ -113903,10 +114045,10 @@ interface CreateRiskDomainForAdvisoryReportByIdProps {
113903
114045
  }
113904
114046
  declare const createRiskDomainForAdvisoryReportById: (props: CreateRiskDomainForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainForAdvisoryReportByIdResponse>;
113905
114047
 
113906
- declare const routeName$6$ = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}";
113907
- type DeleteRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$6$]['delete']['parameters']['path'];
113908
- type DeleteRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$6$]['delete']['parameters']['query'];
113909
- type DeleteRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$6$]['delete']['responses'][200]['content']['application/json'];
114048
+ declare const routeName$70 = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}";
114049
+ type DeleteRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$70]['delete']['parameters']['path'];
114050
+ type DeleteRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$70]['delete']['parameters']['query'];
114051
+ type DeleteRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$70]['delete']['responses'][200]['content']['application/json'];
113910
114052
  interface DeleteRiskDomainForAdvisoryReportByIdProps {
113911
114053
  params: {
113912
114054
  query: DeleteRiskDomainForAdvisoryReportByIdQueryParams;
@@ -113915,11 +114057,11 @@ interface DeleteRiskDomainForAdvisoryReportByIdProps {
113915
114057
  }
113916
114058
  declare const deleteRiskDomainForAdvisoryReportById: (props: DeleteRiskDomainForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainForAdvisoryReportByIdResponse>;
113917
114059
 
113918
- declare const routeName$6_ = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice";
113919
- type CreateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$6_]['post']['requestBody']['content']['application/json'];
113920
- type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6_]['post']['parameters']['path'];
113921
- type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6_]['post']['parameters']['query'];
113922
- type CreateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6_]['post']['responses'][201]['content']['application/json'];
114060
+ declare const routeName$6$ = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice";
114061
+ type CreateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$6$]['post']['requestBody']['content']['application/json'];
114062
+ type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6$]['post']['parameters']['path'];
114063
+ type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6$]['post']['parameters']['query'];
114064
+ type CreateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6$]['post']['responses'][201]['content']['application/json'];
113923
114065
  interface CreateRiskDomainAdviceForAdvisoryReportByIdProps {
113924
114066
  body: CreateRiskDomainAdviceForAdvisoryReportByIdBody;
113925
114067
  params: {
@@ -113929,10 +114071,10 @@ interface CreateRiskDomainAdviceForAdvisoryReportByIdProps {
113929
114071
  }
113930
114072
  declare const createRiskDomainAdviceForAdvisoryReportById: (props: CreateRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainAdviceForAdvisoryReportByIdResponse>;
113931
114073
 
113932
- declare const routeName$6Z = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
113933
- type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6Z]['delete']['parameters']['path'];
113934
- type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6Z]['delete']['parameters']['query'];
113935
- type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6Z]['delete']['responses'][200]['content']['application/json'];
114074
+ declare const routeName$6_ = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
114075
+ type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6_]['delete']['parameters']['path'];
114076
+ type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6_]['delete']['parameters']['query'];
114077
+ type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6_]['delete']['responses'][200]['content']['application/json'];
113936
114078
  interface DeleteRiskDomainAdviceForAdvisoryReportByIdProps {
113937
114079
  params: {
113938
114080
  query: DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams;
@@ -113941,11 +114083,11 @@ interface DeleteRiskDomainAdviceForAdvisoryReportByIdProps {
113941
114083
  }
113942
114084
  declare const deleteRiskDomainAdviceForAdvisoryReportById: (props: DeleteRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainAdviceForAdvisoryReportByIdResponse>;
113943
114085
 
113944
- declare const routeName$6Y = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
113945
- type UpdateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$6Y]['patch']['requestBody']['content']['application/json'];
113946
- type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6Y]['patch']['parameters']['path'];
113947
- type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6Y]['patch']['parameters']['query'];
113948
- type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6Y]['patch']['responses'][201]['content']['application/json'];
114086
+ declare const routeName$6Z = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
114087
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$6Z]['patch']['requestBody']['content']['application/json'];
114088
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6Z]['patch']['parameters']['path'];
114089
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6Z]['patch']['parameters']['query'];
114090
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6Z]['patch']['responses'][201]['content']['application/json'];
113949
114091
  interface UpdateRiskDomainAdviceForAdvisoryReportByIdProps {
113950
114092
  body: UpdateRiskDomainAdviceForAdvisoryReportByIdBody;
113951
114093
  params: {
@@ -113955,11 +114097,11 @@ interface UpdateRiskDomainAdviceForAdvisoryReportByIdProps {
113955
114097
  }
113956
114098
  declare const updateRiskDomainAdviceForAdvisoryReportById: (props: UpdateRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainAdviceForAdvisoryReportByIdResponse>;
113957
114099
 
113958
- declare const routeName$6X = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}/actions";
113959
- type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody = paths[typeof routeName$6X]['put']['requestBody']['content']['application/json'];
113960
- type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6X]['put']['parameters']['path'];
113961
- type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6X]['put']['parameters']['query'];
113962
- type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6X]['put']['responses'][201]['content']['application/json'];
114100
+ declare const routeName$6Y = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}/actions";
114101
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody = paths[typeof routeName$6Y]['put']['requestBody']['content']['application/json'];
114102
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6Y]['put']['parameters']['path'];
114103
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6Y]['put']['parameters']['query'];
114104
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6Y]['put']['responses'][201]['content']['application/json'];
113963
114105
  interface CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps {
113964
114106
  body: CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody;
113965
114107
  params: {
@@ -113969,11 +114111,11 @@ interface CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps {
113969
114111
  }
113970
114112
  declare const createRiskDomainActionFromAdviceForAdvisoryReportById: (props: CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse>;
113971
114113
 
113972
- declare const routeName$6W = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions";
113973
- type CreateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$6W]['post']['requestBody']['content']['application/json'];
113974
- type CreateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$6W]['post']['parameters']['path'];
113975
- type CreateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$6W]['post']['parameters']['query'];
113976
- type CreateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$6W]['post']['responses'][201]['content']['application/json'];
114114
+ declare const routeName$6X = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions";
114115
+ type CreateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$6X]['post']['requestBody']['content']['application/json'];
114116
+ type CreateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$6X]['post']['parameters']['path'];
114117
+ type CreateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$6X]['post']['parameters']['query'];
114118
+ type CreateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$6X]['post']['responses'][201]['content']['application/json'];
113977
114119
  interface CreateRiskDomainActionForAdvisoryReportByIdProps {
113978
114120
  body: CreateRiskDomainActionForAdvisoryReportByIdBody;
113979
114121
  params: {
@@ -113983,10 +114125,10 @@ interface CreateRiskDomainActionForAdvisoryReportByIdProps {
113983
114125
  }
113984
114126
  declare const createRiskDomainActionForAdvisoryReportById: (props: CreateRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainActionForAdvisoryReportByIdResponse>;
113985
114127
 
113986
- declare const routeName$6V = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
113987
- type DeleteRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$6V]['delete']['parameters']['path'];
113988
- type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$6V]['delete']['parameters']['query'];
113989
- type DeleteRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$6V]['delete']['responses'][200]['content']['application/json'];
114128
+ declare const routeName$6W = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
114129
+ type DeleteRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$6W]['delete']['parameters']['path'];
114130
+ type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$6W]['delete']['parameters']['query'];
114131
+ type DeleteRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$6W]['delete']['responses'][200]['content']['application/json'];
113990
114132
  interface DeleteRiskDomainActionForAdvisoryReportByIdProps {
113991
114133
  params: {
113992
114134
  query: DeleteRiskDomainActionForAdvisoryReportByIdQueryParams;
@@ -113995,11 +114137,11 @@ interface DeleteRiskDomainActionForAdvisoryReportByIdProps {
113995
114137
  }
113996
114138
  declare const deleteRiskDomainActionForAdvisoryReportById: (props: DeleteRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainActionForAdvisoryReportByIdResponse>;
113997
114139
 
113998
- declare const routeName$6U = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
113999
- type UpdateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$6U]['patch']['requestBody']['content']['application/json'];
114000
- type UpdateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$6U]['patch']['parameters']['path'];
114001
- type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$6U]['patch']['parameters']['query'];
114002
- type UpdateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$6U]['patch']['responses'][200]['content']['application/json'];
114140
+ declare const routeName$6V = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
114141
+ type UpdateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$6V]['patch']['requestBody']['content']['application/json'];
114142
+ type UpdateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$6V]['patch']['parameters']['path'];
114143
+ type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$6V]['patch']['parameters']['query'];
114144
+ type UpdateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$6V]['patch']['responses'][200]['content']['application/json'];
114003
114145
  interface UpdateRiskDomainActionForAdvisoryReportByIdProps {
114004
114146
  body: UpdateRiskDomainActionForAdvisoryReportByIdBody;
114005
114147
  params: {
@@ -114009,11 +114151,11 @@ interface UpdateRiskDomainActionForAdvisoryReportByIdProps {
114009
114151
  }
114010
114152
  declare const updateRiskDomainActionForAdvisoryReportById: (props: UpdateRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainActionForAdvisoryReportByIdResponse>;
114011
114153
 
114012
- declare const routeName$6T = "/v1/api/advisory-reports/{report_id}/insurance-policies";
114013
- type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody = paths[typeof routeName$6T]['put']['requestBody']['content']['application/json'];
114014
- type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$6T]['put']['parameters']['path'];
114015
- type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$6T]['put']['parameters']['query'];
114016
- type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$6T]['put']['responses'][200]['content']['application/json'];
114154
+ declare const routeName$6U = "/v1/api/advisory-reports/{report_id}/insurance-policies";
114155
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody = paths[typeof routeName$6U]['put']['requestBody']['content']['application/json'];
114156
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$6U]['put']['parameters']['path'];
114157
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$6U]['put']['parameters']['query'];
114158
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$6U]['put']['responses'][200]['content']['application/json'];
114017
114159
  interface CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps {
114018
114160
  body: CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody;
114019
114161
  params: {
@@ -114023,10 +114165,10 @@ interface CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps {
114023
114165
  }
114024
114166
  declare const createOrReplaceInsurancePolicyForAdvisoryReportById: (props: CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse>;
114025
114167
 
114026
- declare const routeName$6S = "/v1/api/advisory-reports/{report_id}/insurance-policies/{insurance_policy_id}";
114027
- type DeleteInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$6S]['delete']['parameters']['path'];
114028
- type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$6S]['delete']['parameters']['query'];
114029
- type DeleteInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$6S]['delete']['responses'][200]['content']['application/json'];
114168
+ declare const routeName$6T = "/v1/api/advisory-reports/{report_id}/insurance-policies/{insurance_policy_id}";
114169
+ type DeleteInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$6T]['delete']['parameters']['path'];
114170
+ type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$6T]['delete']['parameters']['query'];
114171
+ type DeleteInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$6T]['delete']['responses'][200]['content']['application/json'];
114030
114172
  interface DeleteInsurancePolicyForAdvisoryReportByIdProps {
114031
114173
  params: {
114032
114174
  query: DeleteInsurancePolicyForAdvisoryReportByIdQueryParams;
@@ -114035,11 +114177,11 @@ interface DeleteInsurancePolicyForAdvisoryReportByIdProps {
114035
114177
  }
114036
114178
  declare const deleteInsurancePolicyForAdvisoryReportById: (props: DeleteInsurancePolicyForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteInsurancePolicyForAdvisoryReportByIdResponse>;
114037
114179
 
114038
- declare const routeName$6R = "/v1/api/advisory-reports/{report_id}/insurance-policies/order";
114039
- type OrderInsurancePolciesOfAdvisoryReportBody = paths[typeof routeName$6R]['put']['requestBody']['content']['application/json'];
114040
- type OrderInsurancePolciesOfAdvisoryReportPathParams = paths[typeof routeName$6R]['put']['parameters']['path'];
114041
- type OrderInsurancePolciesOfAdvisoryReportQueryParams = paths[typeof routeName$6R]['put']['parameters']['query'];
114042
- type OrderInsurancePolciesOfAdvisoryReportResponse = paths[typeof routeName$6R]['put']['responses'][200]['content']['application/json'];
114180
+ declare const routeName$6S = "/v1/api/advisory-reports/{report_id}/insurance-policies/order";
114181
+ type OrderInsurancePolciesOfAdvisoryReportBody = paths[typeof routeName$6S]['put']['requestBody']['content']['application/json'];
114182
+ type OrderInsurancePolciesOfAdvisoryReportPathParams = paths[typeof routeName$6S]['put']['parameters']['path'];
114183
+ type OrderInsurancePolciesOfAdvisoryReportQueryParams = paths[typeof routeName$6S]['put']['parameters']['query'];
114184
+ type OrderInsurancePolciesOfAdvisoryReportResponse = paths[typeof routeName$6S]['put']['responses'][200]['content']['application/json'];
114043
114185
  interface OrderInsurancePolciesOfAdvisoryReportProps {
114044
114186
  body: OrderInsurancePolciesOfAdvisoryReportBody;
114045
114187
  params: {
@@ -114049,11 +114191,11 @@ interface OrderInsurancePolciesOfAdvisoryReportProps {
114049
114191
  }
114050
114192
  declare const orderInsurancePolciesOfAdvisoryReport: (props: OrderInsurancePolciesOfAdvisoryReportProps, wgApiClient: ClientType) => Promise<OrderInsurancePolciesOfAdvisoryReportResponse>;
114051
114193
 
114052
- declare const routeName$6Q = "/v1/api/advisory-reports/{report_id}/policy-packages";
114053
- type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody = paths[typeof routeName$6Q]['put']['requestBody']['content']['application/json'];
114054
- type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams = paths[typeof routeName$6Q]['put']['parameters']['path'];
114055
- type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams = paths[typeof routeName$6Q]['put']['parameters']['query'];
114056
- type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse = paths[typeof routeName$6Q]['put']['responses'][200]['content']['application/json'];
114194
+ declare const routeName$6R = "/v1/api/advisory-reports/{report_id}/policy-packages";
114195
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody = paths[typeof routeName$6R]['put']['requestBody']['content']['application/json'];
114196
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams = paths[typeof routeName$6R]['put']['parameters']['path'];
114197
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams = paths[typeof routeName$6R]['put']['parameters']['query'];
114198
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse = paths[typeof routeName$6R]['put']['responses'][200]['content']['application/json'];
114057
114199
  interface CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps {
114058
114200
  body: CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody;
114059
114201
  params: {
@@ -114063,58 +114205,58 @@ interface CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps {
114063
114205
  }
114064
114206
  declare const createOrReplacePolicyPackagesForAdvisoryReportById: (props: CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse>;
114065
114207
 
114066
- declare const routeName$6P = "/v1/api/advisory-reports/{report_id_1}/diff/{report_id_2}";
114067
- type GetAdvisoryReportRevisionDiffPathParams = paths[typeof routeName$6P]['get']['parameters']['path'];
114068
- type GetAdvisoryReportRevisionDiffQueryParams = paths[typeof routeName$6P]['get']['parameters']['query'];
114069
- type GetAdvisoryReportRevisionDiffResponse = paths[typeof routeName$6P]['get']['responses'][200]['content']['application/json'];
114070
- type GetAdvisoryReportRevisionDiffProps = paths[typeof routeName$6P]['get']['parameters'];
114208
+ declare const routeName$6Q = "/v1/api/advisory-reports/{report_id_1}/diff/{report_id_2}";
114209
+ type GetAdvisoryReportRevisionDiffPathParams = paths[typeof routeName$6Q]['get']['parameters']['path'];
114210
+ type GetAdvisoryReportRevisionDiffQueryParams = paths[typeof routeName$6Q]['get']['parameters']['query'];
114211
+ type GetAdvisoryReportRevisionDiffResponse = paths[typeof routeName$6Q]['get']['responses'][200]['content']['application/json'];
114212
+ type GetAdvisoryReportRevisionDiffProps = paths[typeof routeName$6Q]['get']['parameters'];
114071
114213
  declare const getAdvisoryReportRevisionDiff: (props: GetAdvisoryReportRevisionDiffProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportRevisionDiffResponse>;
114072
114214
 
114073
- declare const routeName$6O = "/v1/api/affiliations";
114074
- type GetAllAvailableAffiliationsResponse = paths[typeof routeName$6O]['get']['responses'][200]['content']['application/json'];
114215
+ declare const routeName$6P = "/v1/api/affiliations";
114216
+ type GetAllAvailableAffiliationsResponse = paths[typeof routeName$6P]['get']['responses'][200]['content']['application/json'];
114075
114217
  declare const getAllAvailableAffiliations: (wgApiClient: ClientType) => Promise<GetAllAvailableAffiliationsResponse>;
114076
114218
 
114077
- declare const routeName$6N = "/v1/api/anvaflows/labels";
114078
- type GetAnvaLabelsQueryParams = paths[typeof routeName$6N]['get']['parameters']['query'];
114079
- type GetAnvaLabelsResponse = paths[typeof routeName$6N]['get']['responses'][200]['content']['application/json'];
114080
- type GetAnvaLabelsProps = paths[typeof routeName$6N]['get']['parameters'];
114219
+ declare const routeName$6O = "/v1/api/anvaflows/labels";
114220
+ type GetAnvaLabelsQueryParams = paths[typeof routeName$6O]['get']['parameters']['query'];
114221
+ type GetAnvaLabelsResponse = paths[typeof routeName$6O]['get']['responses'][200]['content']['application/json'];
114222
+ type GetAnvaLabelsProps = paths[typeof routeName$6O]['get']['parameters'];
114081
114223
  declare const getAnvaLabels: (props: GetAnvaLabelsProps, wgApiClient: ClientType) => Promise<GetAnvaLabelsResponse>;
114082
114224
 
114083
- declare const routeName$6M = "/v1/api/anvaflows/supported-insurances";
114084
- type GetSupportedAnvaflowInsurancesQueryParams = paths[typeof routeName$6M]['get']['parameters']['query'];
114085
- type GetSupportedAnvaflowInsurancesResponse = paths[typeof routeName$6M]['get']['responses'][200]['content']['application/json'];
114086
- type GetSupportedAnvaflowInsurancesProps = paths[typeof routeName$6M]['get']['parameters'];
114225
+ declare const routeName$6N = "/v1/api/anvaflows/supported-insurances";
114226
+ type GetSupportedAnvaflowInsurancesQueryParams = paths[typeof routeName$6N]['get']['parameters']['query'];
114227
+ type GetSupportedAnvaflowInsurancesResponse = paths[typeof routeName$6N]['get']['responses'][200]['content']['application/json'];
114228
+ type GetSupportedAnvaflowInsurancesProps = paths[typeof routeName$6N]['get']['parameters'];
114087
114229
  declare const getSupportedAnvaflowInsurances: (props: GetSupportedAnvaflowInsurancesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowInsurancesResponse>;
114088
114230
 
114089
- declare const routeName$6L = "/v1/api/anvaflows/supported-tags";
114090
- type GetSupportedAnvaflowTagsQueryParams = paths[typeof routeName$6L]['get']['parameters']['query'];
114091
- type GetSupportedAnvaflowTagsResponse = paths[typeof routeName$6L]['get']['responses'][200]['content']['application/json'];
114092
- type GetSupportedAnvaflowTagsProps = paths[typeof routeName$6L]['get']['parameters'];
114231
+ declare const routeName$6M = "/v1/api/anvaflows/supported-tags";
114232
+ type GetSupportedAnvaflowTagsQueryParams = paths[typeof routeName$6M]['get']['parameters']['query'];
114233
+ type GetSupportedAnvaflowTagsResponse = paths[typeof routeName$6M]['get']['responses'][200]['content']['application/json'];
114234
+ type GetSupportedAnvaflowTagsProps = paths[typeof routeName$6M]['get']['parameters'];
114093
114235
  declare const getSupportedAnvaflowTags: (props: GetSupportedAnvaflowTagsProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowTagsResponse>;
114094
114236
 
114095
- declare const routeName$6K = "/v1/api/anvaflows/supported-coverages";
114096
- type GetSupportedAnvaflowCoveragesQueryParams = paths[typeof routeName$6K]['get']['parameters']['query'];
114097
- type GetSupportedAnvaflowCoveragesResponse = paths[typeof routeName$6K]['get']['responses'][200]['content']['application/json'];
114098
- type GetSupportedAnvaflowCoveragesProps = paths[typeof routeName$6K]['get']['parameters'];
114237
+ declare const routeName$6L = "/v1/api/anvaflows/supported-coverages";
114238
+ type GetSupportedAnvaflowCoveragesQueryParams = paths[typeof routeName$6L]['get']['parameters']['query'];
114239
+ type GetSupportedAnvaflowCoveragesResponse = paths[typeof routeName$6L]['get']['responses'][200]['content']['application/json'];
114240
+ type GetSupportedAnvaflowCoveragesProps = paths[typeof routeName$6L]['get']['parameters'];
114099
114241
  declare const getSupportedAnvaflowCoverages: (props: GetSupportedAnvaflowCoveragesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowCoveragesResponse>;
114100
114242
 
114101
- declare const routeName$6J = "/v1/api/anvaflows/supported-adn-coverages";
114102
- type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams = paths[typeof routeName$6J]['get']['parameters']['query'];
114103
- type GetSupportedAnvaflowCoveragesGroupedByAdnResponse = paths[typeof routeName$6J]['get']['responses'][200]['content']['application/json'];
114104
- type GetSupportedAnvaflowCoveragesGroupedByAdnProps = paths[typeof routeName$6J]['get']['parameters'];
114243
+ declare const routeName$6K = "/v1/api/anvaflows/supported-adn-coverages";
114244
+ type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams = paths[typeof routeName$6K]['get']['parameters']['query'];
114245
+ type GetSupportedAnvaflowCoveragesGroupedByAdnResponse = paths[typeof routeName$6K]['get']['responses'][200]['content']['application/json'];
114246
+ type GetSupportedAnvaflowCoveragesGroupedByAdnProps = paths[typeof routeName$6K]['get']['parameters'];
114105
114247
  declare const getSupportedAnvaflowCoveragesGroupedByAdn: (props: GetSupportedAnvaflowCoveragesGroupedByAdnProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowCoveragesGroupedByAdnResponse>;
114106
114248
 
114107
- declare const routeName$6I = "/v1/api/anvaflows/supported-insurance-companies";
114108
- type GetSupportedAnvaflowInsuranceCompaniesQueryParams = paths[typeof routeName$6I]['get']['parameters']['query'];
114109
- type GetSupportedAnvaflowInsuranceCompaniesResponse = paths[typeof routeName$6I]['get']['responses'][200]['content']['application/json'];
114110
- type GetSupportedAnvaflowInsuranceCompaniesProps = paths[typeof routeName$6I]['get']['parameters'];
114249
+ declare const routeName$6J = "/v1/api/anvaflows/supported-insurance-companies";
114250
+ type GetSupportedAnvaflowInsuranceCompaniesQueryParams = paths[typeof routeName$6J]['get']['parameters']['query'];
114251
+ type GetSupportedAnvaflowInsuranceCompaniesResponse = paths[typeof routeName$6J]['get']['responses'][200]['content']['application/json'];
114252
+ type GetSupportedAnvaflowInsuranceCompaniesProps = paths[typeof routeName$6J]['get']['parameters'];
114111
114253
  declare const getSupportedAnvaflowInsuranceCompanies: (props: GetSupportedAnvaflowInsuranceCompaniesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowInsuranceCompaniesResponse>;
114112
114254
 
114113
- declare const routeName$6H = "/v1/api/anvaflows/{session_id}/calculate";
114114
- type CalculateAnvaquotesBySessionIdBody = paths[typeof routeName$6H]['post']['requestBody']['content']['application/json'];
114115
- type CalculateAnvaquotesBySessionIdPathParams = paths[typeof routeName$6H]['post']['parameters']['path'];
114116
- type CalculateAnvaquotesBySessionIdQueryParams = paths[typeof routeName$6H]['post']['parameters']['query'];
114117
- type CalculateAnvaquotesBySessionIdResponse = paths[typeof routeName$6H]['post']['responses'][200]['content']['application/json'];
114255
+ declare const routeName$6I = "/v1/api/anvaflows/{session_id}/calculate";
114256
+ type CalculateAnvaquotesBySessionIdBody = paths[typeof routeName$6I]['post']['requestBody']['content']['application/json'];
114257
+ type CalculateAnvaquotesBySessionIdPathParams = paths[typeof routeName$6I]['post']['parameters']['path'];
114258
+ type CalculateAnvaquotesBySessionIdQueryParams = paths[typeof routeName$6I]['post']['parameters']['query'];
114259
+ type CalculateAnvaquotesBySessionIdResponse = paths[typeof routeName$6I]['post']['responses'][200]['content']['application/json'];
114118
114260
  interface CalculateAnvaquotesBySessionIdProps {
114119
114261
  body: CalculateAnvaquotesBySessionIdBody;
114120
114262
  params: {
@@ -114124,11 +114266,11 @@ interface CalculateAnvaquotesBySessionIdProps {
114124
114266
  }
114125
114267
  declare const calculateAnvaquotesBySessionId: (props: CalculateAnvaquotesBySessionIdProps, wgApiClient: ClientType) => Promise<CalculateAnvaquotesBySessionIdResponse>;
114126
114268
 
114127
- declare const routeName$6G = "/v2/api/anvaflows/{session_id}/calculate";
114128
- type EnqueueCalculationAnvaquotesBySessionIdBody = paths[typeof routeName$6G]['post']['requestBody']['content']['application/json'];
114129
- type EnqueueCalculationAnvaquotesBySessionIdPathParams = paths[typeof routeName$6G]['post']['parameters']['path'];
114130
- type EnqueueCalculationAnvaquotesBySessionIdQueryParams = paths[typeof routeName$6G]['post']['parameters']['query'];
114131
- type EnqueueCalculationAnvaquotesBySessionIdResponse = paths[typeof routeName$6G]['post']['responses'][202]['content']['application/json'];
114269
+ declare const routeName$6H = "/v2/api/anvaflows/{session_id}/calculate";
114270
+ type EnqueueCalculationAnvaquotesBySessionIdBody = paths[typeof routeName$6H]['post']['requestBody']['content']['application/json'];
114271
+ type EnqueueCalculationAnvaquotesBySessionIdPathParams = paths[typeof routeName$6H]['post']['parameters']['path'];
114272
+ type EnqueueCalculationAnvaquotesBySessionIdQueryParams = paths[typeof routeName$6H]['post']['parameters']['query'];
114273
+ type EnqueueCalculationAnvaquotesBySessionIdResponse = paths[typeof routeName$6H]['post']['responses'][202]['content']['application/json'];
114132
114274
  interface EnqueueCalculationAnvaquotesBySessionIdProps {
114133
114275
  body: EnqueueCalculationAnvaquotesBySessionIdBody;
114134
114276
  params: {
@@ -114138,11 +114280,11 @@ interface EnqueueCalculationAnvaquotesBySessionIdProps {
114138
114280
  }
114139
114281
  declare const enqueueCalculationAnvaquotesBySessionId: (props: EnqueueCalculationAnvaquotesBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueCalculationAnvaquotesBySessionIdResponse>;
114140
114282
 
114141
- declare const routeName$6F = "/v1/api/anvaflows/{session_id}/anvaproducts/{anva_product_id}/calculate";
114142
- type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody = paths[typeof routeName$6F]['post']['requestBody']['content']['application/json'];
114143
- type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams = paths[typeof routeName$6F]['post']['parameters']['path'];
114144
- type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams = paths[typeof routeName$6F]['post']['parameters']['query'];
114145
- type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse = paths[typeof routeName$6F]['post']['responses'][200]['content']['application/json'];
114283
+ declare const routeName$6G = "/v1/api/anvaflows/{session_id}/anvaproducts/{anva_product_id}/calculate";
114284
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody = paths[typeof routeName$6G]['post']['requestBody']['content']['application/json'];
114285
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams = paths[typeof routeName$6G]['post']['parameters']['path'];
114286
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams = paths[typeof routeName$6G]['post']['parameters']['query'];
114287
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse = paths[typeof routeName$6G]['post']['responses'][200]['content']['application/json'];
114146
114288
  interface RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps {
114147
114289
  body: RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody;
114148
114290
  params: {
@@ -114152,10 +114294,10 @@ interface RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps {
114152
114294
  }
114153
114295
  declare const recalculateOneAnvaquoteByAnvaProductIdSessionId: (props: RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps, wgApiClient: ClientType) => Promise<RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse>;
114154
114296
 
114155
- declare const routeName$6E = "/v1/api/anvaflows/{session_id}/send-offer-to-anva";
114156
- type SendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$6E]['post']['parameters']['path'];
114157
- type SendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$6E]['post']['parameters']['query'];
114158
- type SendOfferToAnvaBySessionIdResponse = paths[typeof routeName$6E]['post']['responses'][201]['content']['application/json'];
114297
+ declare const routeName$6F = "/v1/api/anvaflows/{session_id}/send-offer-to-anva";
114298
+ type SendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$6F]['post']['parameters']['path'];
114299
+ type SendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$6F]['post']['parameters']['query'];
114300
+ type SendOfferToAnvaBySessionIdResponse = paths[typeof routeName$6F]['post']['responses'][201]['content']['application/json'];
114159
114301
  interface SendOfferToAnvaBySessionIdProps {
114160
114302
  params: {
114161
114303
  query: SendOfferToAnvaBySessionIdQueryParams;
@@ -114164,10 +114306,10 @@ interface SendOfferToAnvaBySessionIdProps {
114164
114306
  }
114165
114307
  declare const sendOfferToAnvaBySessionId: (props: SendOfferToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<SendOfferToAnvaBySessionIdResponse>;
114166
114308
 
114167
- declare const routeName$6D = "/v2/api/anvaflows/{session_id}/send-offer-to-anva";
114168
- type EnqueueSendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$6D]['post']['parameters']['path'];
114169
- type EnqueueSendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$6D]['post']['parameters']['query'];
114170
- type EnqueueSendOfferToAnvaBySessionIdResponse = paths[typeof routeName$6D]['post']['responses'][202]['content']['application/json'];
114309
+ declare const routeName$6E = "/v2/api/anvaflows/{session_id}/send-offer-to-anva";
114310
+ type EnqueueSendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$6E]['post']['parameters']['path'];
114311
+ type EnqueueSendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$6E]['post']['parameters']['query'];
114312
+ type EnqueueSendOfferToAnvaBySessionIdResponse = paths[typeof routeName$6E]['post']['responses'][202]['content']['application/json'];
114171
114313
  interface EnqueueSendOfferToAnvaBySessionIdProps {
114172
114314
  params: {
114173
114315
  query: EnqueueSendOfferToAnvaBySessionIdQueryParams;
@@ -114176,11 +114318,11 @@ interface EnqueueSendOfferToAnvaBySessionIdProps {
114176
114318
  }
114177
114319
  declare const enqueueSendOfferToAnvaBySessionId: (props: EnqueueSendOfferToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueSendOfferToAnvaBySessionIdResponse>;
114178
114320
 
114179
- declare const routeName$6C = "/v1/api/anvaflows/{session_id}/send-custom-quotes-to-anva";
114180
- type EnqueueSendCustomQuotesToAnvaBySessionIdBody = paths[typeof routeName$6C]['post']['requestBody']['content']['application/json'];
114181
- type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams = paths[typeof routeName$6C]['post']['parameters']['path'];
114182
- type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams = paths[typeof routeName$6C]['post']['parameters']['query'];
114183
- type EnqueueSendCustomQuotesToAnvaBySessionIdResponse = paths[typeof routeName$6C]['post']['responses'][202]['content']['application/json'];
114321
+ declare const routeName$6D = "/v1/api/anvaflows/{session_id}/send-custom-quotes-to-anva";
114322
+ type EnqueueSendCustomQuotesToAnvaBySessionIdBody = paths[typeof routeName$6D]['post']['requestBody']['content']['application/json'];
114323
+ type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams = paths[typeof routeName$6D]['post']['parameters']['path'];
114324
+ type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams = paths[typeof routeName$6D]['post']['parameters']['query'];
114325
+ type EnqueueSendCustomQuotesToAnvaBySessionIdResponse = paths[typeof routeName$6D]['post']['responses'][202]['content']['application/json'];
114184
114326
  interface EnqueueSendCustomQuotesToAnvaBySessionIdProps {
114185
114327
  body: EnqueueSendCustomQuotesToAnvaBySessionIdBody;
114186
114328
  params: {
@@ -114190,11 +114332,11 @@ interface EnqueueSendCustomQuotesToAnvaBySessionIdProps {
114190
114332
  }
114191
114333
  declare const enqueueSendCustomQuotesToAnvaBySessionId: (props: EnqueueSendCustomQuotesToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueSendCustomQuotesToAnvaBySessionIdResponse>;
114192
114334
 
114193
- declare const routeName$6B = "/v1/api/anvaflows/{session_id}/recalculate-simulation";
114194
- type RecalculateSimulationBySessionIdBody = paths[typeof routeName$6B]['post']['requestBody']['content']['application/json'];
114195
- type RecalculateSimulationBySessionIdPathParams = paths[typeof routeName$6B]['post']['parameters']['path'];
114196
- type RecalculateSimulationBySessionIdQueryParams = paths[typeof routeName$6B]['post']['parameters']['query'];
114197
- type RecalculateSimulationBySessionIdResponse = paths[typeof routeName$6B]['post']['responses'][200]['content']['application/json'];
114335
+ declare const routeName$6C = "/v1/api/anvaflows/{session_id}/recalculate-simulation";
114336
+ type RecalculateSimulationBySessionIdBody = paths[typeof routeName$6C]['post']['requestBody']['content']['application/json'];
114337
+ type RecalculateSimulationBySessionIdPathParams = paths[typeof routeName$6C]['post']['parameters']['path'];
114338
+ type RecalculateSimulationBySessionIdQueryParams = paths[typeof routeName$6C]['post']['parameters']['query'];
114339
+ type RecalculateSimulationBySessionIdResponse = paths[typeof routeName$6C]['post']['responses'][200]['content']['application/json'];
114198
114340
  interface RecalculateSimulationBySessionIdProps {
114199
114341
  body: RecalculateSimulationBySessionIdBody;
114200
114342
  params: {
@@ -114204,23 +114346,23 @@ interface RecalculateSimulationBySessionIdProps {
114204
114346
  }
114205
114347
  declare const recalculateSimulationBySessionId: (props: RecalculateSimulationBySessionIdProps, wgApiClient: ClientType) => Promise<RecalculateSimulationBySessionIdResponse>;
114206
114348
 
114207
- declare const routeName$6A = "/v1/api/anvaflows/{session_id}/collection-methods";
114208
- type GetAnvaCollectionMethodsPathParams = paths[typeof routeName$6A]['get']['parameters']['path'];
114209
- type GetAnvaCollectionMethodsQueryParams = paths[typeof routeName$6A]['get']['parameters']['query'];
114210
- type GetAnvaCollectionMethodsResponse = paths[typeof routeName$6A]['get']['responses'][200]['content']['application/json'];
114211
- type GetAnvaCollectionMethodsProps = paths[typeof routeName$6A]['get']['parameters'];
114349
+ declare const routeName$6B = "/v1/api/anvaflows/{session_id}/collection-methods";
114350
+ type GetAnvaCollectionMethodsPathParams = paths[typeof routeName$6B]['get']['parameters']['path'];
114351
+ type GetAnvaCollectionMethodsQueryParams = paths[typeof routeName$6B]['get']['parameters']['query'];
114352
+ type GetAnvaCollectionMethodsResponse = paths[typeof routeName$6B]['get']['responses'][200]['content']['application/json'];
114353
+ type GetAnvaCollectionMethodsProps = paths[typeof routeName$6B]['get']['parameters'];
114212
114354
  declare const getAnvaCollectionMethods: (props: GetAnvaCollectionMethodsProps, wgApiClient: ClientType) => Promise<GetAnvaCollectionMethodsResponse>;
114213
114355
 
114214
- declare const routeName$6z = "/v1/api/anvaflows/closing-questions";
114215
- type GetAnvaClosingQuestionsQueryParams = paths[typeof routeName$6z]['get']['parameters']['query'];
114216
- type GetAnvaClosingQuestionsResponse = paths[typeof routeName$6z]['get']['responses'][200]['content']['application/json'];
114217
- type GetAnvaClosingQuestionsProps = paths[typeof routeName$6z]['get']['parameters'];
114356
+ declare const routeName$6A = "/v1/api/anvaflows/closing-questions";
114357
+ type GetAnvaClosingQuestionsQueryParams = paths[typeof routeName$6A]['get']['parameters']['query'];
114358
+ type GetAnvaClosingQuestionsResponse = paths[typeof routeName$6A]['get']['responses'][200]['content']['application/json'];
114359
+ type GetAnvaClosingQuestionsProps = paths[typeof routeName$6A]['get']['parameters'];
114218
114360
  declare const getAnvaClosingQuestions: (props: GetAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<GetAnvaClosingQuestionsResponse>;
114219
114361
 
114220
- declare const routeName$6y = "/v1/api/anvaflows/closing-questions";
114221
- type UpsertAnvaClosingQuestionsBody = paths[typeof routeName$6y]['put']['requestBody']['content']['application/json'];
114222
- type UpsertAnvaClosingQuestionsQueryParams = paths[typeof routeName$6y]['put']['parameters']['query'];
114223
- type UpsertAnvaClosingQuestionsResponse = paths[typeof routeName$6y]['put']['responses'][200]['content']['application/json'];
114362
+ declare const routeName$6z = "/v1/api/anvaflows/closing-questions";
114363
+ type UpsertAnvaClosingQuestionsBody = paths[typeof routeName$6z]['put']['requestBody']['content']['application/json'];
114364
+ type UpsertAnvaClosingQuestionsQueryParams = paths[typeof routeName$6z]['put']['parameters']['query'];
114365
+ type UpsertAnvaClosingQuestionsResponse = paths[typeof routeName$6z]['put']['responses'][200]['content']['application/json'];
114224
114366
  interface UpsertAnvaClosingQuestionsProps {
114225
114367
  body: UpsertAnvaClosingQuestionsBody;
114226
114368
  params: {
@@ -114229,10 +114371,10 @@ interface UpsertAnvaClosingQuestionsProps {
114229
114371
  }
114230
114372
  declare const upsertAnvaClosingQuestions: (props: UpsertAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<UpsertAnvaClosingQuestionsResponse>;
114231
114373
 
114232
- declare const routeName$6x = "/v1/api/anvaflows/closing-questions/{closing_question_id}";
114233
- type DeleteAnvaClosingQuestionsPathParams = paths[typeof routeName$6x]['delete']['parameters']['path'];
114234
- type DeleteAnvaClosingQuestionsQueryParams = paths[typeof routeName$6x]['delete']['parameters']['query'];
114235
- type DeleteAnvaClosingQuestionsResponse = paths[typeof routeName$6x]['delete']['responses'][200]['content']['application/json'];
114374
+ declare const routeName$6y = "/v1/api/anvaflows/closing-questions/{closing_question_id}";
114375
+ type DeleteAnvaClosingQuestionsPathParams = paths[typeof routeName$6y]['delete']['parameters']['path'];
114376
+ type DeleteAnvaClosingQuestionsQueryParams = paths[typeof routeName$6y]['delete']['parameters']['query'];
114377
+ type DeleteAnvaClosingQuestionsResponse = paths[typeof routeName$6y]['delete']['responses'][200]['content']['application/json'];
114236
114378
  interface DeleteAnvaClosingQuestionsProps {
114237
114379
  params: {
114238
114380
  query: DeleteAnvaClosingQuestionsQueryParams;
@@ -114241,11 +114383,11 @@ interface DeleteAnvaClosingQuestionsProps {
114241
114383
  }
114242
114384
  declare const deleteAnvaClosingQuestions: (props: DeleteAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<DeleteAnvaClosingQuestionsResponse>;
114243
114385
 
114244
- declare const routeName$6w = "/v1/api/anvaflows/{session_id}/anva-party";
114245
- type CreateAnvaPartyBody = paths[typeof routeName$6w]['post']['requestBody']['content']['application/json'];
114246
- type CreateAnvaPartyPathParams = paths[typeof routeName$6w]['post']['parameters']['path'];
114247
- type CreateAnvaPartyQueryParams = paths[typeof routeName$6w]['post']['parameters']['query'];
114248
- type CreateAnvaPartyResponse = paths[typeof routeName$6w]['post']['responses'][201]['content']['application/json'];
114386
+ declare const routeName$6x = "/v1/api/anvaflows/{session_id}/anva-party";
114387
+ type CreateAnvaPartyBody = paths[typeof routeName$6x]['post']['requestBody']['content']['application/json'];
114388
+ type CreateAnvaPartyPathParams = paths[typeof routeName$6x]['post']['parameters']['path'];
114389
+ type CreateAnvaPartyQueryParams = paths[typeof routeName$6x]['post']['parameters']['query'];
114390
+ type CreateAnvaPartyResponse = paths[typeof routeName$6x]['post']['responses'][201]['content']['application/json'];
114249
114391
  interface CreateAnvaPartyProps {
114250
114392
  body: CreateAnvaPartyBody;
114251
114393
  params: {
@@ -114255,16 +114397,16 @@ interface CreateAnvaPartyProps {
114255
114397
  }
114256
114398
  declare const createAnvaParty: (props: CreateAnvaPartyProps, wgApiClient: ClientType) => Promise<CreateAnvaPartyResponse>;
114257
114399
 
114258
- declare const routeName$6v = "/v1/api/anvaproducts";
114259
- type GetAnvaproductsQueryParams = paths[typeof routeName$6v]['get']['parameters']['query'];
114260
- type GetAnvaproductsResponse = paths[typeof routeName$6v]['get']['responses'][200]['content']['application/json'];
114261
- type GetAnvaproductsProps = paths[typeof routeName$6v]['get']['parameters'];
114400
+ declare const routeName$6w = "/v1/api/anvaproducts";
114401
+ type GetAnvaproductsQueryParams = paths[typeof routeName$6w]['get']['parameters']['query'];
114402
+ type GetAnvaproductsResponse = paths[typeof routeName$6w]['get']['responses'][200]['content']['application/json'];
114403
+ type GetAnvaproductsProps = paths[typeof routeName$6w]['get']['parameters'];
114262
114404
  declare const getAnvaproducts: (props: GetAnvaproductsProps, wgApiClient: ClientType) => Promise<GetAnvaproductsResponse>;
114263
114405
 
114264
- declare const routeName$6u = "/v1/api/anvaproducts/import";
114265
- type ImportAnvaproductBody = paths[typeof routeName$6u]['post']['requestBody']['content']['application/json'];
114266
- type ImportAnvaproductQueryParams = paths[typeof routeName$6u]['post']['parameters']['query'];
114267
- type ImportAnvaproductResponse = paths[typeof routeName$6u]['post']['responses'][200]['content']['application/json'];
114406
+ declare const routeName$6v = "/v1/api/anvaproducts/import";
114407
+ type ImportAnvaproductBody = paths[typeof routeName$6v]['post']['requestBody']['content']['application/json'];
114408
+ type ImportAnvaproductQueryParams = paths[typeof routeName$6v]['post']['parameters']['query'];
114409
+ type ImportAnvaproductResponse = paths[typeof routeName$6v]['post']['responses'][200]['content']['application/json'];
114268
114410
  interface ImportAnvaproductProps {
114269
114411
  body: ImportAnvaproductBody;
114270
114412
  params: {
@@ -114273,18 +114415,18 @@ interface ImportAnvaproductProps {
114273
114415
  }
114274
114416
  declare const importAnvaproduct: (props: ImportAnvaproductProps, wgApiClient: ClientType) => Promise<ImportAnvaproductResponse>;
114275
114417
 
114276
- declare const routeName$6t = "/v1/api/anvaproducts/{anva_product_id}";
114277
- type GetAnvaproductByIdPathParams = paths[typeof routeName$6t]['get']['parameters']['path'];
114278
- type GetAnvaproductByIdQueryParams = paths[typeof routeName$6t]['get']['parameters']['query'];
114279
- type GetAnvaproductByIdResponse = paths[typeof routeName$6t]['get']['responses'][200]['content']['application/json'];
114280
- type GetAnvaproductByIdProps = paths[typeof routeName$6t]['get']['parameters'];
114418
+ declare const routeName$6u = "/v1/api/anvaproducts/{anva_product_id}";
114419
+ type GetAnvaproductByIdPathParams = paths[typeof routeName$6u]['get']['parameters']['path'];
114420
+ type GetAnvaproductByIdQueryParams = paths[typeof routeName$6u]['get']['parameters']['query'];
114421
+ type GetAnvaproductByIdResponse = paths[typeof routeName$6u]['get']['responses'][200]['content']['application/json'];
114422
+ type GetAnvaproductByIdProps = paths[typeof routeName$6u]['get']['parameters'];
114281
114423
  declare const getAnvaproductById: (props: GetAnvaproductByIdProps, wgApiClient: ClientType) => Promise<GetAnvaproductByIdResponse>;
114282
114424
 
114283
- declare const routeName$6s = "/v1/api/anvaproducts/{anva_product_id}";
114284
- type PatchAnvaproductByIdBody = paths[typeof routeName$6s]['patch']['requestBody']['content']['application/json'];
114285
- type PatchAnvaproductByIdPathParams = paths[typeof routeName$6s]['patch']['parameters']['path'];
114286
- type PatchAnvaproductByIdQueryParams = paths[typeof routeName$6s]['patch']['parameters']['query'];
114287
- type PatchAnvaproductByIdResponse = paths[typeof routeName$6s]['patch']['responses'][200]['content']['application/json'];
114425
+ declare const routeName$6t = "/v1/api/anvaproducts/{anva_product_id}";
114426
+ type PatchAnvaproductByIdBody = paths[typeof routeName$6t]['patch']['requestBody']['content']['application/json'];
114427
+ type PatchAnvaproductByIdPathParams = paths[typeof routeName$6t]['patch']['parameters']['path'];
114428
+ type PatchAnvaproductByIdQueryParams = paths[typeof routeName$6t]['patch']['parameters']['query'];
114429
+ type PatchAnvaproductByIdResponse = paths[typeof routeName$6t]['patch']['responses'][200]['content']['application/json'];
114288
114430
  interface PatchAnvaproductByIdProps {
114289
114431
  body: PatchAnvaproductByIdBody;
114290
114432
  params: {
@@ -114294,11 +114436,11 @@ interface PatchAnvaproductByIdProps {
114294
114436
  }
114295
114437
  declare const patchAnvaproductById: (props: PatchAnvaproductByIdProps, wgApiClient: ClientType) => Promise<PatchAnvaproductByIdResponse>;
114296
114438
 
114297
- declare const routeName$6r = "/v1/api/anvaproducts/{anva_product_id}/coverages/{coverage_code}";
114298
- type PatchAnvaproductCoverageByIdBody = paths[typeof routeName$6r]['patch']['requestBody']['content']['application/json'];
114299
- type PatchAnvaproductCoverageByIdPathParams = paths[typeof routeName$6r]['patch']['parameters']['path'];
114300
- type PatchAnvaproductCoverageByIdQueryParams = paths[typeof routeName$6r]['patch']['parameters']['query'];
114301
- type PatchAnvaproductCoverageByIdResponse = paths[typeof routeName$6r]['patch']['responses'][200]['content']['application/json'];
114439
+ declare const routeName$6s = "/v1/api/anvaproducts/{anva_product_id}/coverages/{coverage_code}";
114440
+ type PatchAnvaproductCoverageByIdBody = paths[typeof routeName$6s]['patch']['requestBody']['content']['application/json'];
114441
+ type PatchAnvaproductCoverageByIdPathParams = paths[typeof routeName$6s]['patch']['parameters']['path'];
114442
+ type PatchAnvaproductCoverageByIdQueryParams = paths[typeof routeName$6s]['patch']['parameters']['query'];
114443
+ type PatchAnvaproductCoverageByIdResponse = paths[typeof routeName$6s]['patch']['responses'][200]['content']['application/json'];
114302
114444
  interface PatchAnvaproductCoverageByIdProps {
114303
114445
  body: PatchAnvaproductCoverageByIdBody;
114304
114446
  params: {
@@ -114308,18 +114450,18 @@ interface PatchAnvaproductCoverageByIdProps {
114308
114450
  }
114309
114451
  declare const patchAnvaproductCoverageById: (props: PatchAnvaproductCoverageByIdProps, wgApiClient: ClientType) => Promise<PatchAnvaproductCoverageByIdResponse>;
114310
114452
 
114311
- declare const routeName$6q = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
114312
- type RetrieveAnvaflowsQuestionnairesPathParams = paths[typeof routeName$6q]['get']['parameters']['path'];
114313
- type RetrieveAnvaflowsQuestionnairesQueryParams = paths[typeof routeName$6q]['get']['parameters']['query'];
114314
- type RetrieveAnvaflowsQuestionnairesResponse = paths[typeof routeName$6q]['get']['responses'][200]['content']['application/json'];
114315
- type RetrieveAnvaflowsQuestionnairesProps = paths[typeof routeName$6q]['get']['parameters'];
114453
+ declare const routeName$6r = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
114454
+ type RetrieveAnvaflowsQuestionnairesPathParams = paths[typeof routeName$6r]['get']['parameters']['path'];
114455
+ type RetrieveAnvaflowsQuestionnairesQueryParams = paths[typeof routeName$6r]['get']['parameters']['query'];
114456
+ type RetrieveAnvaflowsQuestionnairesResponse = paths[typeof routeName$6r]['get']['responses'][200]['content']['application/json'];
114457
+ type RetrieveAnvaflowsQuestionnairesProps = paths[typeof routeName$6r]['get']['parameters'];
114316
114458
  declare const retrieveAnvaflowsQuestionnaires: (props: RetrieveAnvaflowsQuestionnairesProps, wgApiClient: ClientType) => Promise<RetrieveAnvaflowsQuestionnairesResponse>;
114317
114459
 
114318
- declare const routeName$6p = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
114319
- type UpdateAnvaflowsQuestionnaireBody = paths[typeof routeName$6p]['put']['requestBody']['content']['application/json'];
114320
- type UpdateAnvaflowsQuestionnairePathParams = paths[typeof routeName$6p]['put']['parameters']['path'];
114321
- type UpdateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$6p]['put']['parameters']['query'];
114322
- type UpdateAnvaflowsQuestionnaireResponse = paths[typeof routeName$6p]['put']['responses'][200]['content']['application/json'];
114460
+ declare const routeName$6q = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
114461
+ type UpdateAnvaflowsQuestionnaireBody = paths[typeof routeName$6q]['put']['requestBody']['content']['application/json'];
114462
+ type UpdateAnvaflowsQuestionnairePathParams = paths[typeof routeName$6q]['put']['parameters']['path'];
114463
+ type UpdateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$6q]['put']['parameters']['query'];
114464
+ type UpdateAnvaflowsQuestionnaireResponse = paths[typeof routeName$6q]['put']['responses'][200]['content']['application/json'];
114323
114465
  interface UpdateAnvaflowsQuestionnaireProps {
114324
114466
  body: UpdateAnvaflowsQuestionnaireBody;
114325
114467
  params: {
@@ -114329,11 +114471,11 @@ interface UpdateAnvaflowsQuestionnaireProps {
114329
114471
  }
114330
114472
  declare const updateAnvaflowsQuestionnaire: (props: UpdateAnvaflowsQuestionnaireProps, wgApiClient: ClientType) => Promise<UpdateAnvaflowsQuestionnaireResponse>;
114331
114473
 
114332
- declare const routeName$6o = "/v1/api/anvaproducts/{anva_product_id}/questionnaires/validate";
114333
- type ValidateAnvaflowsQuestionnaireBody = paths[typeof routeName$6o]['post']['requestBody']['content']['application/json'];
114334
- type ValidateAnvaflowsQuestionnairePathParams = paths[typeof routeName$6o]['post']['parameters']['path'];
114335
- type ValidateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$6o]['post']['parameters']['query'];
114336
- type ValidateAnvaflowsQuestionnaireResponse = paths[typeof routeName$6o]['post']['responses'][200]['content']['application/json'];
114474
+ declare const routeName$6p = "/v1/api/anvaproducts/{anva_product_id}/questionnaires/validate";
114475
+ type ValidateAnvaflowsQuestionnaireBody = paths[typeof routeName$6p]['post']['requestBody']['content']['application/json'];
114476
+ type ValidateAnvaflowsQuestionnairePathParams = paths[typeof routeName$6p]['post']['parameters']['path'];
114477
+ type ValidateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$6p]['post']['parameters']['query'];
114478
+ type ValidateAnvaflowsQuestionnaireResponse = paths[typeof routeName$6p]['post']['responses'][200]['content']['application/json'];
114337
114479
  interface ValidateAnvaflowsQuestionnaireProps {
114338
114480
  body: ValidateAnvaflowsQuestionnaireBody;
114339
114481
  params: {
@@ -114343,10 +114485,10 @@ interface ValidateAnvaflowsQuestionnaireProps {
114343
114485
  }
114344
114486
  declare const validateAnvaflowsQuestionnaire: (props: ValidateAnvaflowsQuestionnaireProps, wgApiClient: ClientType) => Promise<ValidateAnvaflowsQuestionnaireResponse>;
114345
114487
 
114346
- declare const routeName$6n = "/v1/api/anvaproducts/questionnaires/update-all-questions-by-anvalabels";
114347
- type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody = paths[typeof routeName$6n]['post']['requestBody']['content']['application/json'];
114348
- type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams = paths[typeof routeName$6n]['post']['parameters']['query'];
114349
- type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse = paths[typeof routeName$6n]['post']['responses'][200]['content']['application/json'];
114488
+ declare const routeName$6o = "/v1/api/anvaproducts/questionnaires/update-all-questions-by-anvalabels";
114489
+ type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody = paths[typeof routeName$6o]['post']['requestBody']['content']['application/json'];
114490
+ type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams = paths[typeof routeName$6o]['post']['parameters']['query'];
114491
+ type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse = paths[typeof routeName$6o]['post']['responses'][200]['content']['application/json'];
114350
114492
  interface UpdateQuestionForAllQuestionnairesByAnvaLabelsProps {
114351
114493
  body: UpdateQuestionForAllQuestionnairesByAnvaLabelsBody;
114352
114494
  params: {
@@ -114355,20 +114497,20 @@ interface UpdateQuestionForAllQuestionnairesByAnvaLabelsProps {
114355
114497
  }
114356
114498
  declare const updateQuestionForAllQuestionnairesByAnvaLabels: (props: UpdateQuestionForAllQuestionnairesByAnvaLabelsProps, wgApiClient: ClientType) => Promise<UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse>;
114357
114499
 
114358
- declare const routeName$6m = "/v1/api/brokers/me";
114359
- type GetCurrentBrokerOfTheUserResponse = paths[typeof routeName$6m]['get']['responses'][200]['content']['application/json'];
114500
+ declare const routeName$6n = "/v1/api/brokers/me";
114501
+ type GetCurrentBrokerOfTheUserResponse = paths[typeof routeName$6n]['get']['responses'][200]['content']['application/json'];
114360
114502
  declare const getCurrentBrokerOfTheUser: (wgApiClient: ClientType) => Promise<GetCurrentBrokerOfTheUserResponse>;
114361
114503
 
114362
- declare const routeName$6l = "/v1/api/brokers/{broker_id}";
114363
- type GetTheBrokerByIdPathParams = paths[typeof routeName$6l]['get']['parameters']['path'];
114364
- type GetTheBrokerByIdResponse = paths[typeof routeName$6l]['get']['responses'][200]['content']['application/json'];
114365
- type GetTheBrokerByIdProps = paths[typeof routeName$6l]['get']['parameters'];
114504
+ declare const routeName$6m = "/v1/api/brokers/{broker_id}";
114505
+ type GetTheBrokerByIdPathParams = paths[typeof routeName$6m]['get']['parameters']['path'];
114506
+ type GetTheBrokerByIdResponse = paths[typeof routeName$6m]['get']['responses'][200]['content']['application/json'];
114507
+ type GetTheBrokerByIdProps = paths[typeof routeName$6m]['get']['parameters'];
114366
114508
  declare const getTheBrokerById: (props: GetTheBrokerByIdProps, wgApiClient: ClientType) => Promise<GetTheBrokerByIdResponse>;
114367
114509
 
114368
- declare const routeName$6k = "/v1/api/brokers/{broker_id}";
114369
- type UpdateBrokerByBrokerBody = paths[typeof routeName$6k]['patch']['requestBody']['content']['application/json'];
114370
- type UpdateBrokerByBrokerPathParams = paths[typeof routeName$6k]['patch']['parameters']['path'];
114371
- type UpdateBrokerByBrokerResponse = paths[typeof routeName$6k]['patch']['responses'][200]['content']['application/json'];
114510
+ declare const routeName$6l = "/v1/api/brokers/{broker_id}";
114511
+ type UpdateBrokerByBrokerBody = paths[typeof routeName$6l]['patch']['requestBody']['content']['application/json'];
114512
+ type UpdateBrokerByBrokerPathParams = paths[typeof routeName$6l]['patch']['parameters']['path'];
114513
+ type UpdateBrokerByBrokerResponse = paths[typeof routeName$6l]['patch']['responses'][200]['content']['application/json'];
114372
114514
  interface UpdateBrokerByBrokerProps {
114373
114515
  body: UpdateBrokerByBrokerBody;
114374
114516
  params: {
@@ -114377,16 +114519,16 @@ interface UpdateBrokerByBrokerProps {
114377
114519
  }
114378
114520
  declare const updateBrokerByBroker: (props: UpdateBrokerByBrokerProps, wgApiClient: ClientType) => Promise<UpdateBrokerByBrokerResponse>;
114379
114521
 
114380
- declare const routeName$6j = "/v1/api/brokers/{broker_id}/integrations";
114381
- type GetBrokerIntegrationsPathParams = paths[typeof routeName$6j]['get']['parameters']['path'];
114382
- type GetBrokerIntegrationsResponse = paths[typeof routeName$6j]['get']['responses'][200]['content']['application/json'];
114383
- type GetBrokerIntegrationsProps = paths[typeof routeName$6j]['get']['parameters'];
114522
+ declare const routeName$6k = "/v1/api/brokers/{broker_id}/integrations";
114523
+ type GetBrokerIntegrationsPathParams = paths[typeof routeName$6k]['get']['parameters']['path'];
114524
+ type GetBrokerIntegrationsResponse = paths[typeof routeName$6k]['get']['responses'][200]['content']['application/json'];
114525
+ type GetBrokerIntegrationsProps = paths[typeof routeName$6k]['get']['parameters'];
114384
114526
  declare const getBrokerIntegrations: (props: GetBrokerIntegrationsProps, wgApiClient: ClientType) => Promise<GetBrokerIntegrationsResponse>;
114385
114527
 
114386
- declare const routeName$6i = "/v1/api/brokers/{broker_id}/integrations";
114387
- type UpdateBrokerIntegrationsBody = paths[typeof routeName$6i]['patch']['requestBody']['content']['application/json'];
114388
- type UpdateBrokerIntegrationsPathParams = paths[typeof routeName$6i]['patch']['parameters']['path'];
114389
- type UpdateBrokerIntegrationsResponse = paths[typeof routeName$6i]['patch']['responses'][200]['content']['application/json'];
114528
+ declare const routeName$6j = "/v1/api/brokers/{broker_id}/integrations";
114529
+ type UpdateBrokerIntegrationsBody = paths[typeof routeName$6j]['patch']['requestBody']['content']['application/json'];
114530
+ type UpdateBrokerIntegrationsPathParams = paths[typeof routeName$6j]['patch']['parameters']['path'];
114531
+ type UpdateBrokerIntegrationsResponse = paths[typeof routeName$6j]['patch']['responses'][200]['content']['application/json'];
114390
114532
  interface UpdateBrokerIntegrationsProps {
114391
114533
  body: UpdateBrokerIntegrationsBody;
114392
114534
  params: {
@@ -114395,37 +114537,37 @@ interface UpdateBrokerIntegrationsProps {
114395
114537
  }
114396
114538
  declare const updateBrokerIntegrations: (props: UpdateBrokerIntegrationsProps, wgApiClient: ClientType) => Promise<UpdateBrokerIntegrationsResponse>;
114397
114539
 
114398
- declare const routeName$6h = "/v1/api/anva-relation-managers/{anva_relation_manager_id}";
114399
- type GetBrokerByAnvaRelationMangerIdPathParams = paths[typeof routeName$6h]['get']['parameters']['path'];
114400
- type GetBrokerByAnvaRelationMangerIdResponse = paths[typeof routeName$6h]['get']['responses'][200]['content']['application/json'];
114401
- type GetBrokerByAnvaRelationMangerIdProps = paths[typeof routeName$6h]['get']['parameters'];
114540
+ declare const routeName$6i = "/v1/api/anva-relation-managers/{anva_relation_manager_id}";
114541
+ type GetBrokerByAnvaRelationMangerIdPathParams = paths[typeof routeName$6i]['get']['parameters']['path'];
114542
+ type GetBrokerByAnvaRelationMangerIdResponse = paths[typeof routeName$6i]['get']['responses'][200]['content']['application/json'];
114543
+ type GetBrokerByAnvaRelationMangerIdProps = paths[typeof routeName$6i]['get']['parameters'];
114402
114544
  declare const getBrokerByAnvaRelationMangerId: (props: GetBrokerByAnvaRelationMangerIdProps, wgApiClient: ClientType) => Promise<GetBrokerByAnvaRelationMangerIdResponse>;
114403
114545
 
114404
- declare const routeName$6g = "/v1/api/anva-producers/{anva_producer_id}";
114405
- type GetBrokerByAnvaProducerIdPathParams = paths[typeof routeName$6g]['get']['parameters']['path'];
114406
- type GetBrokerByAnvaProducerIdResponse = paths[typeof routeName$6g]['get']['responses'][200]['content']['application/json'];
114407
- type GetBrokerByAnvaProducerIdProps = paths[typeof routeName$6g]['get']['parameters'];
114546
+ declare const routeName$6h = "/v1/api/anva-producers/{anva_producer_id}";
114547
+ type GetBrokerByAnvaProducerIdPathParams = paths[typeof routeName$6h]['get']['parameters']['path'];
114548
+ type GetBrokerByAnvaProducerIdResponse = paths[typeof routeName$6h]['get']['responses'][200]['content']['application/json'];
114549
+ type GetBrokerByAnvaProducerIdProps = paths[typeof routeName$6h]['get']['parameters'];
114408
114550
  declare const getBrokerByAnvaProducerId: (props: GetBrokerByAnvaProducerIdProps, wgApiClient: ClientType) => Promise<GetBrokerByAnvaProducerIdResponse>;
114409
114551
 
114410
- declare const routeName$6f = "/v1/api/brokers/{broker_id}/checklists/onboarding";
114411
- type GetOnboardingChecklistByBrokerPathParams = paths[typeof routeName$6f]['get']['parameters']['path'];
114412
- type GetOnboardingChecklistByBrokerQueryParams = paths[typeof routeName$6f]['get']['parameters']['query'];
114413
- type GetOnboardingChecklistByBrokerResponse = paths[typeof routeName$6f]['get']['responses'][200]['content']['application/json'];
114414
- type GetOnboardingChecklistByBrokerProps = paths[typeof routeName$6f]['get']['parameters'];
114552
+ declare const routeName$6g = "/v1/api/brokers/{broker_id}/checklists/onboarding";
114553
+ type GetOnboardingChecklistByBrokerPathParams = paths[typeof routeName$6g]['get']['parameters']['path'];
114554
+ type GetOnboardingChecklistByBrokerQueryParams = paths[typeof routeName$6g]['get']['parameters']['query'];
114555
+ type GetOnboardingChecklistByBrokerResponse = paths[typeof routeName$6g]['get']['responses'][200]['content']['application/json'];
114556
+ type GetOnboardingChecklistByBrokerProps = paths[typeof routeName$6g]['get']['parameters'];
114415
114557
  declare const getOnboardingChecklistByBroker: (props: GetOnboardingChecklistByBrokerProps, wgApiClient: ClientType) => Promise<GetOnboardingChecklistByBrokerResponse>;
114416
114558
 
114417
- declare const routeName$6e = "/v1/api/campaigns/{campaign_id}";
114418
- type GetCampaignByIdPathParams = paths[typeof routeName$6e]['get']['parameters']['path'];
114419
- type GetCampaignByIdQueryParams = paths[typeof routeName$6e]['get']['parameters']['query'];
114420
- type GetCampaignByIdResponse = paths[typeof routeName$6e]['get']['responses'][200]['content']['application/json'];
114421
- type GetCampaignByIdProps = paths[typeof routeName$6e]['get']['parameters'];
114559
+ declare const routeName$6f = "/v1/api/campaigns/{campaign_id}";
114560
+ type GetCampaignByIdPathParams = paths[typeof routeName$6f]['get']['parameters']['path'];
114561
+ type GetCampaignByIdQueryParams = paths[typeof routeName$6f]['get']['parameters']['query'];
114562
+ type GetCampaignByIdResponse = paths[typeof routeName$6f]['get']['responses'][200]['content']['application/json'];
114563
+ type GetCampaignByIdProps = paths[typeof routeName$6f]['get']['parameters'];
114422
114564
  declare const getCampaignById: (props: GetCampaignByIdProps, wgApiClient: ClientType) => Promise<GetCampaignByIdResponse>;
114423
114565
 
114424
- declare const routeName$6d = "/v1/api/campaigns/{campaign_id}";
114425
- type UpdateCampaignBody = paths[typeof routeName$6d]['patch']['requestBody']['content']['application/json'];
114426
- type UpdateCampaignPathParams = paths[typeof routeName$6d]['patch']['parameters']['path'];
114427
- type UpdateCampaignQueryParams = paths[typeof routeName$6d]['patch']['parameters']['query'];
114428
- type UpdateCampaignResponse = paths[typeof routeName$6d]['patch']['responses'][200]['content']['application/json'];
114566
+ declare const routeName$6e = "/v1/api/campaigns/{campaign_id}";
114567
+ type UpdateCampaignBody = paths[typeof routeName$6e]['patch']['requestBody']['content']['application/json'];
114568
+ type UpdateCampaignPathParams = paths[typeof routeName$6e]['patch']['parameters']['path'];
114569
+ type UpdateCampaignQueryParams = paths[typeof routeName$6e]['patch']['parameters']['query'];
114570
+ type UpdateCampaignResponse = paths[typeof routeName$6e]['patch']['responses'][200]['content']['application/json'];
114429
114571
  interface UpdateCampaignProps {
114430
114572
  body: UpdateCampaignBody;
114431
114573
  params: {
@@ -114435,16 +114577,16 @@ interface UpdateCampaignProps {
114435
114577
  }
114436
114578
  declare const updateCampaign: (props: UpdateCampaignProps, wgApiClient: ClientType) => Promise<UpdateCampaignResponse>;
114437
114579
 
114438
- declare const routeName$6c = "/v1/api/campaigns";
114439
- type GetAllCampaignsByDistributionQueryParams = paths[typeof routeName$6c]['get']['parameters']['query'];
114440
- type GetAllCampaignsByDistributionResponse = paths[typeof routeName$6c]['get']['responses'][200]['content']['application/json'];
114441
- type GetAllCampaignsByDistributionProps = paths[typeof routeName$6c]['get']['parameters'];
114580
+ declare const routeName$6d = "/v1/api/campaigns";
114581
+ type GetAllCampaignsByDistributionQueryParams = paths[typeof routeName$6d]['get']['parameters']['query'];
114582
+ type GetAllCampaignsByDistributionResponse = paths[typeof routeName$6d]['get']['responses'][200]['content']['application/json'];
114583
+ type GetAllCampaignsByDistributionProps = paths[typeof routeName$6d]['get']['parameters'];
114442
114584
  declare const getAllCampaignsByDistribution: (props: GetAllCampaignsByDistributionProps, wgApiClient: ClientType) => Promise<GetAllCampaignsByDistributionResponse>;
114443
114585
 
114444
- declare const routeName$6b = "/v1/api/campaigns";
114445
- type CreateCampaignBody = paths[typeof routeName$6b]['post']['requestBody']['content']['application/json'];
114446
- type CreateCampaignQueryParams = paths[typeof routeName$6b]['post']['parameters']['query'];
114447
- type CreateCampaignResponse = paths[typeof routeName$6b]['post']['responses'][201]['content']['application/json'];
114586
+ declare const routeName$6c = "/v1/api/campaigns";
114587
+ type CreateCampaignBody = paths[typeof routeName$6c]['post']['requestBody']['content']['application/json'];
114588
+ type CreateCampaignQueryParams = paths[typeof routeName$6c]['post']['parameters']['query'];
114589
+ type CreateCampaignResponse = paths[typeof routeName$6c]['post']['responses'][201]['content']['application/json'];
114448
114590
  interface CreateCampaignProps {
114449
114591
  body: CreateCampaignBody;
114450
114592
  params: {
@@ -114453,17 +114595,17 @@ interface CreateCampaignProps {
114453
114595
  }
114454
114596
  declare const createCampaign: (props: CreateCampaignProps, wgApiClient: ClientType) => Promise<CreateCampaignResponse>;
114455
114597
 
114456
- declare const routeName$6a = "/v1/api/campaigns/{campaign_id}/metrics";
114457
- type GetMetricsByCampaignPathParams = paths[typeof routeName$6a]['get']['parameters']['path'];
114458
- type GetMetricsByCampaignQueryParams = paths[typeof routeName$6a]['get']['parameters']['query'];
114459
- type GetMetricsByCampaignResponse = paths[typeof routeName$6a]['get']['responses'][200]['content']['application/json'];
114460
- type GetMetricsByCampaignProps = paths[typeof routeName$6a]['get']['parameters'];
114598
+ declare const routeName$6b = "/v1/api/campaigns/{campaign_id}/metrics";
114599
+ type GetMetricsByCampaignPathParams = paths[typeof routeName$6b]['get']['parameters']['path'];
114600
+ type GetMetricsByCampaignQueryParams = paths[typeof routeName$6b]['get']['parameters']['query'];
114601
+ type GetMetricsByCampaignResponse = paths[typeof routeName$6b]['get']['responses'][200]['content']['application/json'];
114602
+ type GetMetricsByCampaignProps = paths[typeof routeName$6b]['get']['parameters'];
114461
114603
  declare const getMetricsByCampaign: (props: GetMetricsByCampaignProps, wgApiClient: ClientType) => Promise<GetMetricsByCampaignResponse>;
114462
114604
 
114463
- declare const routeName$69 = "/v1/api/campaigns/{campaign_id}/targets";
114464
- type UpdateTargetsByCampaignPathParams = paths[typeof routeName$69]['patch']['parameters']['path'];
114465
- type UpdateTargetsByCampaignQueryParams = paths[typeof routeName$69]['patch']['parameters']['query'];
114466
- type UpdateTargetsByCampaignResponse = paths[typeof routeName$69]['patch']['responses'][200]['content']['application/json'];
114605
+ declare const routeName$6a = "/v1/api/campaigns/{campaign_id}/targets";
114606
+ type UpdateTargetsByCampaignPathParams = paths[typeof routeName$6a]['patch']['parameters']['path'];
114607
+ type UpdateTargetsByCampaignQueryParams = paths[typeof routeName$6a]['patch']['parameters']['query'];
114608
+ type UpdateTargetsByCampaignResponse = paths[typeof routeName$6a]['patch']['responses'][200]['content']['application/json'];
114467
114609
  interface UpdateTargetsByCampaignProps {
114468
114610
  params: {
114469
114611
  query: UpdateTargetsByCampaignQueryParams;
@@ -114472,15 +114614,15 @@ interface UpdateTargetsByCampaignProps {
114472
114614
  }
114473
114615
  declare const updateTargetsByCampaign: (props: UpdateTargetsByCampaignProps, wgApiClient: ClientType) => Promise<UpdateTargetsByCampaignResponse>;
114474
114616
 
114475
- declare const routeName$68 = "/v1/api/campaign-templates";
114476
- type GetAllCampaignTemplatesQueryParams = paths[typeof routeName$68]['get']['parameters']['query'];
114477
- type GetAllCampaignTemplatesResponse = paths[typeof routeName$68]['get']['responses'][200]['content']['application/json'];
114478
- type GetAllCampaignTemplatesProps = paths[typeof routeName$68]['get']['parameters'];
114617
+ declare const routeName$69 = "/v1/api/campaign-templates";
114618
+ type GetAllCampaignTemplatesQueryParams = paths[typeof routeName$69]['get']['parameters']['query'];
114619
+ type GetAllCampaignTemplatesResponse = paths[typeof routeName$69]['get']['responses'][200]['content']['application/json'];
114620
+ type GetAllCampaignTemplatesProps = paths[typeof routeName$69]['get']['parameters'];
114479
114621
  declare const getAllCampaignTemplates: (props: GetAllCampaignTemplatesProps, wgApiClient: ClientType) => Promise<GetAllCampaignTemplatesResponse>;
114480
114622
 
114481
- declare const routeName$67 = "/v1/api/campaigns/example-mails";
114482
- type SendExampleCampaignTargetMailQueryParams = paths[typeof routeName$67]['post']['parameters']['query'];
114483
- type SendExampleCampaignTargetMailResponse = paths[typeof routeName$67]['post']['responses'][201]['content']['application/json'];
114623
+ declare const routeName$68 = "/v1/api/campaigns/example-mails";
114624
+ type SendExampleCampaignTargetMailQueryParams = paths[typeof routeName$68]['post']['parameters']['query'];
114625
+ type SendExampleCampaignTargetMailResponse = paths[typeof routeName$68]['post']['responses'][201]['content']['application/json'];
114484
114626
  interface SendExampleCampaignTargetMailProps {
114485
114627
  params: {
114486
114628
  query: SendExampleCampaignTargetMailQueryParams;
@@ -114488,16 +114630,16 @@ interface SendExampleCampaignTargetMailProps {
114488
114630
  }
114489
114631
  declare const sendExampleCampaignTargetMail: (props: SendExampleCampaignTargetMailProps, wgApiClient: ClientType) => Promise<SendExampleCampaignTargetMailResponse>;
114490
114632
 
114491
- declare const routeName$66 = "/v1/api/distributions/campaign-settings";
114492
- type GetCampaignSettingsByDistributionQueryParams = paths[typeof routeName$66]['get']['parameters']['query'];
114493
- type GetCampaignSettingsByDistributionResponse = paths[typeof routeName$66]['get']['responses'][200]['content']['application/json'];
114494
- type GetCampaignSettingsByDistributionProps = paths[typeof routeName$66]['get']['parameters'];
114633
+ declare const routeName$67 = "/v1/api/distributions/campaign-settings";
114634
+ type GetCampaignSettingsByDistributionQueryParams = paths[typeof routeName$67]['get']['parameters']['query'];
114635
+ type GetCampaignSettingsByDistributionResponse = paths[typeof routeName$67]['get']['responses'][200]['content']['application/json'];
114636
+ type GetCampaignSettingsByDistributionProps = paths[typeof routeName$67]['get']['parameters'];
114495
114637
  declare const getCampaignSettingsByDistribution: (props: GetCampaignSettingsByDistributionProps, wgApiClient: ClientType) => Promise<GetCampaignSettingsByDistributionResponse>;
114496
114638
 
114497
- declare const routeName$65 = "/v1/api/campaigns/dns-prefixes/generate";
114498
- type GenerateDnsPrefixBody = paths[typeof routeName$65]['post']['requestBody']['content']['application/json'];
114499
- type GenerateDnsPrefixQueryParams = paths[typeof routeName$65]['post']['parameters']['query'];
114500
- type GenerateDnsPrefixResponse = paths[typeof routeName$65]['post']['responses'][200]['content']['application/json'];
114639
+ declare const routeName$66 = "/v1/api/campaigns/dns-prefixes/generate";
114640
+ type GenerateDnsPrefixBody = paths[typeof routeName$66]['post']['requestBody']['content']['application/json'];
114641
+ type GenerateDnsPrefixQueryParams = paths[typeof routeName$66]['post']['parameters']['query'];
114642
+ type GenerateDnsPrefixResponse = paths[typeof routeName$66]['post']['responses'][200]['content']['application/json'];
114501
114643
  interface GenerateDnsPrefixProps {
114502
114644
  body: GenerateDnsPrefixBody;
114503
114645
  params: {
@@ -114506,16 +114648,16 @@ interface GenerateDnsPrefixProps {
114506
114648
  }
114507
114649
  declare const generateDnsPrefix: (props: GenerateDnsPrefixProps, wgApiClient: ClientType) => Promise<GenerateDnsPrefixResponse>;
114508
114650
 
114509
- declare const routeName$64 = "/v1/api/mail-templates/campaign-target";
114510
- type GetCampaignTargetMailTemplateQueryParams = paths[typeof routeName$64]['get']['parameters']['query'];
114511
- type GetCampaignTargetMailTemplateResponse = paths[typeof routeName$64]['get']['responses'][200]['content']['application/json'];
114512
- type GetCampaignTargetMailTemplateProps = paths[typeof routeName$64]['get']['parameters'];
114651
+ declare const routeName$65 = "/v1/api/mail-templates/campaign-target";
114652
+ type GetCampaignTargetMailTemplateQueryParams = paths[typeof routeName$65]['get']['parameters']['query'];
114653
+ type GetCampaignTargetMailTemplateResponse = paths[typeof routeName$65]['get']['responses'][200]['content']['application/json'];
114654
+ type GetCampaignTargetMailTemplateProps = paths[typeof routeName$65]['get']['parameters'];
114513
114655
  declare const getCampaignTargetMailTemplate: (props: GetCampaignTargetMailTemplateProps, wgApiClient: ClientType) => Promise<GetCampaignTargetMailTemplateResponse>;
114514
114656
 
114515
- declare const routeName$63 = "/v1/api/distributions/{distribution_id}/claims";
114516
- type CreateClaimAsCustomerPathParams = paths[typeof routeName$63]['post']['parameters']['path'];
114517
- type CreateClaimAsCustomerQueryParams = paths[typeof routeName$63]['post']['parameters']['query'];
114518
- type CreateClaimAsCustomerResponse = paths[typeof routeName$63]['post']['responses'][201]['content']['application/json'];
114657
+ declare const routeName$64 = "/v1/api/distributions/{distribution_id}/claims";
114658
+ type CreateClaimAsCustomerPathParams = paths[typeof routeName$64]['post']['parameters']['path'];
114659
+ type CreateClaimAsCustomerQueryParams = paths[typeof routeName$64]['post']['parameters']['query'];
114660
+ type CreateClaimAsCustomerResponse = paths[typeof routeName$64]['post']['responses'][201]['content']['application/json'];
114519
114661
  interface CreateClaimAsCustomerProps {
114520
114662
  params: {
114521
114663
  query: CreateClaimAsCustomerQueryParams;
@@ -114524,15 +114666,15 @@ interface CreateClaimAsCustomerProps {
114524
114666
  }
114525
114667
  declare const createClaimAsCustomer: (props: CreateClaimAsCustomerProps, wgApiClient: ClientType) => Promise<CreateClaimAsCustomerResponse>;
114526
114668
 
114527
- declare const routeName$62 = "/v1/api/claims";
114528
- type GetAllClaimsAsBrokerQueryParams = paths[typeof routeName$62]['get']['parameters']['query'];
114529
- type GetAllClaimsAsBrokerResponse = paths[typeof routeName$62]['get']['responses'][200]['content']['application/json'];
114530
- type GetAllClaimsAsBrokerProps = paths[typeof routeName$62]['get']['parameters'];
114669
+ declare const routeName$63 = "/v1/api/claims";
114670
+ type GetAllClaimsAsBrokerQueryParams = paths[typeof routeName$63]['get']['parameters']['query'];
114671
+ type GetAllClaimsAsBrokerResponse = paths[typeof routeName$63]['get']['responses'][200]['content']['application/json'];
114672
+ type GetAllClaimsAsBrokerProps = paths[typeof routeName$63]['get']['parameters'];
114531
114673
  declare const getAllClaimsAsBroker: (props: GetAllClaimsAsBrokerProps, wgApiClient: ClientType) => Promise<GetAllClaimsAsBrokerResponse>;
114532
114674
 
114533
- declare const routeName$61 = "/v1/api/claims";
114534
- type CreateClaimAsBrokerQueryParams = paths[typeof routeName$61]['post']['parameters']['query'];
114535
- type CreateClaimAsBrokerResponse = paths[typeof routeName$61]['post']['responses'][201]['content']['application/json'];
114675
+ declare const routeName$62 = "/v1/api/claims";
114676
+ type CreateClaimAsBrokerQueryParams = paths[typeof routeName$62]['post']['parameters']['query'];
114677
+ type CreateClaimAsBrokerResponse = paths[typeof routeName$62]['post']['responses'][201]['content']['application/json'];
114536
114678
  interface CreateClaimAsBrokerProps {
114537
114679
  params: {
114538
114680
  query: CreateClaimAsBrokerQueryParams;
@@ -114540,17 +114682,17 @@ interface CreateClaimAsBrokerProps {
114540
114682
  }
114541
114683
  declare const createClaimAsBroker: (props: CreateClaimAsBrokerProps, wgApiClient: ClientType) => Promise<CreateClaimAsBrokerResponse>;
114542
114684
 
114543
- declare const routeName$60 = "/v1/api/claims/{claim_id}";
114544
- type GetClaimAsBrokerByIdPathParams = paths[typeof routeName$60]['get']['parameters']['path'];
114545
- type GetClaimAsBrokerByIdQueryParams = paths[typeof routeName$60]['get']['parameters']['query'];
114546
- type GetClaimAsBrokerByIdResponse = paths[typeof routeName$60]['get']['responses'][200]['content']['application/json'];
114547
- type GetClaimAsBrokerByIdProps = paths[typeof routeName$60]['get']['parameters'];
114685
+ declare const routeName$61 = "/v1/api/claims/{claim_id}";
114686
+ type GetClaimAsBrokerByIdPathParams = paths[typeof routeName$61]['get']['parameters']['path'];
114687
+ type GetClaimAsBrokerByIdQueryParams = paths[typeof routeName$61]['get']['parameters']['query'];
114688
+ type GetClaimAsBrokerByIdResponse = paths[typeof routeName$61]['get']['responses'][200]['content']['application/json'];
114689
+ type GetClaimAsBrokerByIdProps = paths[typeof routeName$61]['get']['parameters'];
114548
114690
  declare const getClaimAsBrokerById: (props: GetClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<GetClaimAsBrokerByIdResponse>;
114549
114691
 
114550
- declare const routeName$5$ = "/v1/api/claims/{claim_id}";
114551
- type DeleteClaimAsBrokerByIdPathParams = paths[typeof routeName$5$]['delete']['parameters']['path'];
114552
- type DeleteClaimAsBrokerByIdQueryParams = paths[typeof routeName$5$]['delete']['parameters']['query'];
114553
- type DeleteClaimAsBrokerByIdResponse = paths[typeof routeName$5$]['delete']['responses'][200]['content']['application/json'];
114692
+ declare const routeName$60 = "/v1/api/claims/{claim_id}";
114693
+ type DeleteClaimAsBrokerByIdPathParams = paths[typeof routeName$60]['delete']['parameters']['path'];
114694
+ type DeleteClaimAsBrokerByIdQueryParams = paths[typeof routeName$60]['delete']['parameters']['query'];
114695
+ type DeleteClaimAsBrokerByIdResponse = paths[typeof routeName$60]['delete']['responses'][200]['content']['application/json'];
114554
114696
  interface DeleteClaimAsBrokerByIdProps {
114555
114697
  params: {
114556
114698
  query: DeleteClaimAsBrokerByIdQueryParams;
@@ -114559,10 +114701,10 @@ interface DeleteClaimAsBrokerByIdProps {
114559
114701
  }
114560
114702
  declare const deleteClaimAsBrokerById: (props: DeleteClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<DeleteClaimAsBrokerByIdResponse>;
114561
114703
 
114562
- declare const routeName$5_ = "/v1/api/claims/{claim_id}";
114563
- type UpdateClaimAsBrokerByIdPathParams = paths[typeof routeName$5_]['patch']['parameters']['path'];
114564
- type UpdateClaimAsBrokerByIdQueryParams = paths[typeof routeName$5_]['patch']['parameters']['query'];
114565
- type UpdateClaimAsBrokerByIdResponse = paths[typeof routeName$5_]['patch']['responses'][200]['content']['application/json'];
114704
+ declare const routeName$5$ = "/v1/api/claims/{claim_id}";
114705
+ type UpdateClaimAsBrokerByIdPathParams = paths[typeof routeName$5$]['patch']['parameters']['path'];
114706
+ type UpdateClaimAsBrokerByIdQueryParams = paths[typeof routeName$5$]['patch']['parameters']['query'];
114707
+ type UpdateClaimAsBrokerByIdResponse = paths[typeof routeName$5$]['patch']['responses'][200]['content']['application/json'];
114566
114708
  interface UpdateClaimAsBrokerByIdProps {
114567
114709
  params: {
114568
114710
  query: UpdateClaimAsBrokerByIdQueryParams;
@@ -114571,10 +114713,10 @@ interface UpdateClaimAsBrokerByIdProps {
114571
114713
  }
114572
114714
  declare const updateClaimAsBrokerById: (props: UpdateClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<UpdateClaimAsBrokerByIdResponse>;
114573
114715
 
114574
- declare const routeName$5Z = "/v1/api/claims/{claim_id}/connections/keypoint/declaration/remark";
114575
- type UpdateDeclarationRemarkPathParams = paths[typeof routeName$5Z]['put']['parameters']['path'];
114576
- type UpdateDeclarationRemarkQueryParams = paths[typeof routeName$5Z]['put']['parameters']['query'];
114577
- type UpdateDeclarationRemarkResponse = paths[typeof routeName$5Z]['put']['responses'][200]['content']['application/json'];
114716
+ declare const routeName$5_ = "/v1/api/claims/{claim_id}/connections/keypoint/declaration/remark";
114717
+ type UpdateDeclarationRemarkPathParams = paths[typeof routeName$5_]['put']['parameters']['path'];
114718
+ type UpdateDeclarationRemarkQueryParams = paths[typeof routeName$5_]['put']['parameters']['query'];
114719
+ type UpdateDeclarationRemarkResponse = paths[typeof routeName$5_]['put']['responses'][200]['content']['application/json'];
114578
114720
  interface UpdateDeclarationRemarkProps {
114579
114721
  params: {
114580
114722
  query: UpdateDeclarationRemarkQueryParams;
@@ -114583,10 +114725,10 @@ interface UpdateDeclarationRemarkProps {
114583
114725
  }
114584
114726
  declare const updateDeclarationRemark: (props: UpdateDeclarationRemarkProps, wgApiClient: ClientType) => Promise<UpdateDeclarationRemarkResponse>;
114585
114727
 
114586
- declare const routeName$5Y = "/v1/api/claims/{claim_id}/lock";
114587
- type CreateLockForClaimPathParams = paths[typeof routeName$5Y]['post']['parameters']['path'];
114588
- type CreateLockForClaimQueryParams = paths[typeof routeName$5Y]['post']['parameters']['query'];
114589
- type CreateLockForClaimResponse = paths[typeof routeName$5Y]['post']['responses'][201]['content']['application/json'];
114728
+ declare const routeName$5Z = "/v1/api/claims/{claim_id}/lock";
114729
+ type CreateLockForClaimPathParams = paths[typeof routeName$5Z]['post']['parameters']['path'];
114730
+ type CreateLockForClaimQueryParams = paths[typeof routeName$5Z]['post']['parameters']['query'];
114731
+ type CreateLockForClaimResponse = paths[typeof routeName$5Z]['post']['responses'][201]['content']['application/json'];
114590
114732
  interface CreateLockForClaimProps {
114591
114733
  params: {
114592
114734
  query: CreateLockForClaimQueryParams;
@@ -114595,10 +114737,10 @@ interface CreateLockForClaimProps {
114595
114737
  }
114596
114738
  declare const createLockForClaim: (props: CreateLockForClaimProps, wgApiClient: ClientType) => Promise<CreateLockForClaimResponse>;
114597
114739
 
114598
- declare const routeName$5X = "/v1/api/claims/{claim_id}/unlock";
114599
- type UnlockClaimPathParams = paths[typeof routeName$5X]['post']['parameters']['path'];
114600
- type UnlockClaimQueryParams = paths[typeof routeName$5X]['post']['parameters']['query'];
114601
- type UnlockClaimResponse = paths[typeof routeName$5X]['post']['responses'][200]['content']['application/json'];
114740
+ declare const routeName$5Y = "/v1/api/claims/{claim_id}/unlock";
114741
+ type UnlockClaimPathParams = paths[typeof routeName$5Y]['post']['parameters']['path'];
114742
+ type UnlockClaimQueryParams = paths[typeof routeName$5Y]['post']['parameters']['query'];
114743
+ type UnlockClaimResponse = paths[typeof routeName$5Y]['post']['responses'][200]['content']['application/json'];
114602
114744
  interface UnlockClaimProps {
114603
114745
  params: {
114604
114746
  query: UnlockClaimQueryParams;
@@ -114607,10 +114749,10 @@ interface UnlockClaimProps {
114607
114749
  }
114608
114750
  declare const unlockClaim: (props: UnlockClaimProps, wgApiClient: ClientType) => Promise<UnlockClaimResponse>;
114609
114751
 
114610
- declare const routeName$5W = "/v1/api/claims/{claim_id}/request_update";
114611
- type ClaimRequestUpdatePathParams = paths[typeof routeName$5W]['post']['parameters']['path'];
114612
- type ClaimRequestUpdateQueryParams = paths[typeof routeName$5W]['post']['parameters']['query'];
114613
- type ClaimRequestUpdateResponse = paths[typeof routeName$5W]['post']['responses'][200]['content']['application/json'];
114752
+ declare const routeName$5X = "/v1/api/claims/{claim_id}/request_update";
114753
+ type ClaimRequestUpdatePathParams = paths[typeof routeName$5X]['post']['parameters']['path'];
114754
+ type ClaimRequestUpdateQueryParams = paths[typeof routeName$5X]['post']['parameters']['query'];
114755
+ type ClaimRequestUpdateResponse = paths[typeof routeName$5X]['post']['responses'][200]['content']['application/json'];
114614
114756
  interface ClaimRequestUpdateProps {
114615
114757
  params: {
114616
114758
  query: ClaimRequestUpdateQueryParams;
@@ -114619,10 +114761,10 @@ interface ClaimRequestUpdateProps {
114619
114761
  }
114620
114762
  declare const claimRequestUpdate: (props: ClaimRequestUpdateProps, wgApiClient: ClientType) => Promise<ClaimRequestUpdateResponse>;
114621
114763
 
114622
- declare const routeName$5V = "/v1/api/claims/{claim_id}/validate";
114623
- type ValidateClaimPathParams = paths[typeof routeName$5V]['post']['parameters']['path'];
114624
- type ValidateClaimQueryParams = paths[typeof routeName$5V]['post']['parameters']['query'];
114625
- type ValidateClaimResponse = paths[typeof routeName$5V]['post']['responses'][200]['content']['application/json'];
114764
+ declare const routeName$5W = "/v1/api/claims/{claim_id}/validate";
114765
+ type ValidateClaimPathParams = paths[typeof routeName$5W]['post']['parameters']['path'];
114766
+ type ValidateClaimQueryParams = paths[typeof routeName$5W]['post']['parameters']['query'];
114767
+ type ValidateClaimResponse = paths[typeof routeName$5W]['post']['responses'][200]['content']['application/json'];
114626
114768
  interface ValidateClaimProps {
114627
114769
  params: {
114628
114770
  query: ValidateClaimQueryParams;
@@ -114631,10 +114773,10 @@ interface ValidateClaimProps {
114631
114773
  }
114632
114774
  declare const validateClaim: (props: ValidateClaimProps, wgApiClient: ClientType) => Promise<ValidateClaimResponse>;
114633
114775
 
114634
- declare const routeName$5U = "/v1/api/claims/{claim_id}/documents";
114635
- type CreateDocumentForClaimPathParams = paths[typeof routeName$5U]['post']['parameters']['path'];
114636
- type CreateDocumentForClaimQueryParams = paths[typeof routeName$5U]['post']['parameters']['query'];
114637
- type CreateDocumentForClaimResponse = paths[typeof routeName$5U]['post']['responses'][201]['content']['application/json'];
114776
+ declare const routeName$5V = "/v1/api/claims/{claim_id}/documents";
114777
+ type CreateDocumentForClaimPathParams = paths[typeof routeName$5V]['post']['parameters']['path'];
114778
+ type CreateDocumentForClaimQueryParams = paths[typeof routeName$5V]['post']['parameters']['query'];
114779
+ type CreateDocumentForClaimResponse = paths[typeof routeName$5V]['post']['responses'][201]['content']['application/json'];
114638
114780
  interface CreateDocumentForClaimProps {
114639
114781
  params: {
114640
114782
  query: CreateDocumentForClaimQueryParams;
@@ -114643,17 +114785,17 @@ interface CreateDocumentForClaimProps {
114643
114785
  }
114644
114786
  declare const createDocumentForClaim: (props: CreateDocumentForClaimProps, wgApiClient: ClientType) => Promise<CreateDocumentForClaimResponse>;
114645
114787
 
114646
- declare const routeName$5T = "/v1/api/claims/{claim_id}/documents/{document_id}";
114647
- type DownloadDocumentByIdPathParams = paths[typeof routeName$5T]['get']['parameters']['path'];
114648
- type DownloadDocumentByIdQueryParams = paths[typeof routeName$5T]['get']['parameters']['query'];
114649
- type DownloadDocumentByIdResponse = paths[typeof routeName$5T]['get']['responses'][307]['content']['application/json'];
114650
- type DownloadDocumentByIdProps = paths[typeof routeName$5T]['get']['parameters'];
114788
+ declare const routeName$5U = "/v1/api/claims/{claim_id}/documents/{document_id}";
114789
+ type DownloadDocumentByIdPathParams = paths[typeof routeName$5U]['get']['parameters']['path'];
114790
+ type DownloadDocumentByIdQueryParams = paths[typeof routeName$5U]['get']['parameters']['query'];
114791
+ type DownloadDocumentByIdResponse = paths[typeof routeName$5U]['get']['responses'][307]['content']['application/json'];
114792
+ type DownloadDocumentByIdProps = paths[typeof routeName$5U]['get']['parameters'];
114651
114793
  declare const downloadDocumentById: (props: DownloadDocumentByIdProps, wgApiClient: ClientType) => Promise<DownloadDocumentByIdResponse>;
114652
114794
 
114653
- declare const routeName$5S = "/v1/api/claims/{claim_id}/documents/{document_id}";
114654
- type DeleteDocumentByIdPathParams = paths[typeof routeName$5S]['delete']['parameters']['path'];
114655
- type DeleteDocumentByIdQueryParams = paths[typeof routeName$5S]['delete']['parameters']['query'];
114656
- type DeleteDocumentByIdResponse = paths[typeof routeName$5S]['delete']['responses'][200]['content']['application/json'];
114795
+ declare const routeName$5T = "/v1/api/claims/{claim_id}/documents/{document_id}";
114796
+ type DeleteDocumentByIdPathParams = paths[typeof routeName$5T]['delete']['parameters']['path'];
114797
+ type DeleteDocumentByIdQueryParams = paths[typeof routeName$5T]['delete']['parameters']['query'];
114798
+ type DeleteDocumentByIdResponse = paths[typeof routeName$5T]['delete']['responses'][200]['content']['application/json'];
114657
114799
  interface DeleteDocumentByIdProps {
114658
114800
  params: {
114659
114801
  query: DeleteDocumentByIdQueryParams;
@@ -114662,10 +114804,10 @@ interface DeleteDocumentByIdProps {
114662
114804
  }
114663
114805
  declare const deleteDocumentById: (props: DeleteDocumentByIdProps, wgApiClient: ClientType) => Promise<DeleteDocumentByIdResponse>;
114664
114806
 
114665
- declare const routeName$5R = "/v1/api/claims/{claim_id}/documents/{document_id}";
114666
- type UpdateDocumentMetadataByIdPathParams = paths[typeof routeName$5R]['patch']['parameters']['path'];
114667
- type UpdateDocumentMetadataByIdQueryParams = paths[typeof routeName$5R]['patch']['parameters']['query'];
114668
- type UpdateDocumentMetadataByIdResponse = paths[typeof routeName$5R]['patch']['responses'][200]['content']['application/json'];
114807
+ declare const routeName$5S = "/v1/api/claims/{claim_id}/documents/{document_id}";
114808
+ type UpdateDocumentMetadataByIdPathParams = paths[typeof routeName$5S]['patch']['parameters']['path'];
114809
+ type UpdateDocumentMetadataByIdQueryParams = paths[typeof routeName$5S]['patch']['parameters']['query'];
114810
+ type UpdateDocumentMetadataByIdResponse = paths[typeof routeName$5S]['patch']['responses'][200]['content']['application/json'];
114669
114811
  interface UpdateDocumentMetadataByIdProps {
114670
114812
  params: {
114671
114813
  query: UpdateDocumentMetadataByIdQueryParams;
@@ -114674,17 +114816,17 @@ interface UpdateDocumentMetadataByIdProps {
114674
114816
  }
114675
114817
  declare const updateDocumentMetadataById: (props: UpdateDocumentMetadataByIdProps, wgApiClient: ClientType) => Promise<UpdateDocumentMetadataByIdResponse>;
114676
114818
 
114677
- declare const routeName$5Q = "/v1/api/claims/customer/token/{token}";
114678
- type GetClaimAsCustomerWithTokenPathParams = paths[typeof routeName$5Q]['get']['parameters']['path'];
114679
- type GetClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$5Q]['get']['parameters']['query'];
114680
- type GetClaimAsCustomerWithTokenResponse = paths[typeof routeName$5Q]['get']['responses'][200]['content']['application/json'];
114681
- type GetClaimAsCustomerWithTokenProps = paths[typeof routeName$5Q]['get']['parameters'];
114819
+ declare const routeName$5R = "/v1/api/claims/customer/token/{token}";
114820
+ type GetClaimAsCustomerWithTokenPathParams = paths[typeof routeName$5R]['get']['parameters']['path'];
114821
+ type GetClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$5R]['get']['parameters']['query'];
114822
+ type GetClaimAsCustomerWithTokenResponse = paths[typeof routeName$5R]['get']['responses'][200]['content']['application/json'];
114823
+ type GetClaimAsCustomerWithTokenProps = paths[typeof routeName$5R]['get']['parameters'];
114682
114824
  declare const getClaimAsCustomerWithToken: (props: GetClaimAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<GetClaimAsCustomerWithTokenResponse>;
114683
114825
 
114684
- declare const routeName$5P = "/v1/api/claims/customer/token/{token}";
114685
- type UpdateClaimAsCustomerWithTokenPathParams = paths[typeof routeName$5P]['patch']['parameters']['path'];
114686
- type UpdateClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$5P]['patch']['parameters']['query'];
114687
- type UpdateClaimAsCustomerWithTokenResponse = paths[typeof routeName$5P]['patch']['responses'][200]['content']['application/json'];
114826
+ declare const routeName$5Q = "/v1/api/claims/customer/token/{token}";
114827
+ type UpdateClaimAsCustomerWithTokenPathParams = paths[typeof routeName$5Q]['patch']['parameters']['path'];
114828
+ type UpdateClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$5Q]['patch']['parameters']['query'];
114829
+ type UpdateClaimAsCustomerWithTokenResponse = paths[typeof routeName$5Q]['patch']['responses'][200]['content']['application/json'];
114688
114830
  interface UpdateClaimAsCustomerWithTokenProps {
114689
114831
  params: {
114690
114832
  query: UpdateClaimAsCustomerWithTokenQueryParams;
@@ -114693,10 +114835,10 @@ interface UpdateClaimAsCustomerWithTokenProps {
114693
114835
  }
114694
114836
  declare const updateClaimAsCustomerWithToken: (props: UpdateClaimAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateClaimAsCustomerWithTokenResponse>;
114695
114837
 
114696
- declare const routeName$5O = "/v1/api/claims/customer/token/{token}/entities";
114697
- type CreateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$5O]['post']['parameters']['path'];
114698
- type CreateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$5O]['post']['parameters']['query'];
114699
- type CreateEntityAsCustomerWithTokenResponse = paths[typeof routeName$5O]['post']['responses'][201]['content']['application/json'];
114838
+ declare const routeName$5P = "/v1/api/claims/customer/token/{token}/entities";
114839
+ type CreateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$5P]['post']['parameters']['path'];
114840
+ type CreateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$5P]['post']['parameters']['query'];
114841
+ type CreateEntityAsCustomerWithTokenResponse = paths[typeof routeName$5P]['post']['responses'][201]['content']['application/json'];
114700
114842
  interface CreateEntityAsCustomerWithTokenProps {
114701
114843
  params: {
114702
114844
  query: CreateEntityAsCustomerWithTokenQueryParams;
@@ -114705,10 +114847,10 @@ interface CreateEntityAsCustomerWithTokenProps {
114705
114847
  }
114706
114848
  declare const createEntityAsCustomerWithToken: (props: CreateEntityAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<CreateEntityAsCustomerWithTokenResponse>;
114707
114849
 
114708
- declare const routeName$5N = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
114709
- type DeleteEntityByIdAsCustomerWithTokenPathParams = paths[typeof routeName$5N]['delete']['parameters']['path'];
114710
- type DeleteEntityByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$5N]['delete']['parameters']['query'];
114711
- type DeleteEntityByIdAsCustomerWithTokenResponse = paths[typeof routeName$5N]['delete']['responses'][200]['content']['application/json'];
114850
+ declare const routeName$5O = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
114851
+ type DeleteEntityByIdAsCustomerWithTokenPathParams = paths[typeof routeName$5O]['delete']['parameters']['path'];
114852
+ type DeleteEntityByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$5O]['delete']['parameters']['query'];
114853
+ type DeleteEntityByIdAsCustomerWithTokenResponse = paths[typeof routeName$5O]['delete']['responses'][200]['content']['application/json'];
114712
114854
  interface DeleteEntityByIdAsCustomerWithTokenProps {
114713
114855
  params: {
114714
114856
  query: DeleteEntityByIdAsCustomerWithTokenQueryParams;
@@ -114717,10 +114859,10 @@ interface DeleteEntityByIdAsCustomerWithTokenProps {
114717
114859
  }
114718
114860
  declare const deleteEntityByIdAsCustomerWithToken: (props: DeleteEntityByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<DeleteEntityByIdAsCustomerWithTokenResponse>;
114719
114861
 
114720
- declare const routeName$5M = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
114721
- type UpdateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$5M]['patch']['parameters']['path'];
114722
- type UpdateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$5M]['patch']['parameters']['query'];
114723
- type UpdateEntityAsCustomerWithTokenResponse = paths[typeof routeName$5M]['patch']['responses'][200]['content']['application/json'];
114862
+ declare const routeName$5N = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
114863
+ type UpdateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$5N]['patch']['parameters']['path'];
114864
+ type UpdateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$5N]['patch']['parameters']['query'];
114865
+ type UpdateEntityAsCustomerWithTokenResponse = paths[typeof routeName$5N]['patch']['responses'][200]['content']['application/json'];
114724
114866
  interface UpdateEntityAsCustomerWithTokenProps {
114725
114867
  params: {
114726
114868
  query: UpdateEntityAsCustomerWithTokenQueryParams;
@@ -114729,10 +114871,10 @@ interface UpdateEntityAsCustomerWithTokenProps {
114729
114871
  }
114730
114872
  declare const updateEntityAsCustomerWithToken: (props: UpdateEntityAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateEntityAsCustomerWithTokenResponse>;
114731
114873
 
114732
- declare const routeName$5L = "/v1/api/claims/upload/{claim_doc_category}";
114733
- type UploadClaimDocumentAsBrokerPathParams = paths[typeof routeName$5L]['post']['parameters']['path'];
114734
- type UploadClaimDocumentAsBrokerQueryParams = paths[typeof routeName$5L]['post']['parameters']['query'];
114735
- type UploadClaimDocumentAsBrokerResponse = paths[typeof routeName$5L]['post']['responses'][200]['content']['application/json'];
114874
+ declare const routeName$5M = "/v1/api/claims/upload/{claim_doc_category}";
114875
+ type UploadClaimDocumentAsBrokerPathParams = paths[typeof routeName$5M]['post']['parameters']['path'];
114876
+ type UploadClaimDocumentAsBrokerQueryParams = paths[typeof routeName$5M]['post']['parameters']['query'];
114877
+ type UploadClaimDocumentAsBrokerResponse = paths[typeof routeName$5M]['post']['responses'][200]['content']['application/json'];
114736
114878
  interface UploadClaimDocumentAsBrokerProps {
114737
114879
  params: {
114738
114880
  query: UploadClaimDocumentAsBrokerQueryParams;
@@ -114741,10 +114883,10 @@ interface UploadClaimDocumentAsBrokerProps {
114741
114883
  }
114742
114884
  declare const uploadClaimDocumentAsBroker: (props: UploadClaimDocumentAsBrokerProps, wgApiClient: ClientType) => Promise<UploadClaimDocumentAsBrokerResponse>;
114743
114885
 
114744
- declare const routeName$5K = "/v1/api/claims/customer/upload/{claim_doc_category}";
114745
- type CreateUploadLinkAsCustomerPathParams = paths[typeof routeName$5K]['post']['parameters']['path'];
114746
- type CreateUploadLinkAsCustomerQueryParams = paths[typeof routeName$5K]['post']['parameters']['query'];
114747
- type CreateUploadLinkAsCustomerResponse = paths[typeof routeName$5K]['post']['responses'][200]['content']['application/json'];
114886
+ declare const routeName$5L = "/v1/api/claims/customer/upload/{claim_doc_category}";
114887
+ type CreateUploadLinkAsCustomerPathParams = paths[typeof routeName$5L]['post']['parameters']['path'];
114888
+ type CreateUploadLinkAsCustomerQueryParams = paths[typeof routeName$5L]['post']['parameters']['query'];
114889
+ type CreateUploadLinkAsCustomerResponse = paths[typeof routeName$5L]['post']['responses'][200]['content']['application/json'];
114748
114890
  interface CreateUploadLinkAsCustomerProps {
114749
114891
  params: {
114750
114892
  query: CreateUploadLinkAsCustomerQueryParams;
@@ -114753,9 +114895,9 @@ interface CreateUploadLinkAsCustomerProps {
114753
114895
  }
114754
114896
  declare const createUploadLinkAsCustomer: (props: CreateUploadLinkAsCustomerProps, wgApiClient: ClientType) => Promise<CreateUploadLinkAsCustomerResponse>;
114755
114897
 
114756
- declare const routeName$5J = "/v1/api/claims/generate/token";
114757
- type GenerateTokenForSocialLoginFlowAsBrokerQueryParams = paths[typeof routeName$5J]['post']['parameters']['query'];
114758
- type GenerateTokenForSocialLoginFlowAsBrokerResponse = paths[typeof routeName$5J]['post']['responses'][201]['content']['application/json'];
114898
+ declare const routeName$5K = "/v1/api/claims/generate/token";
114899
+ type GenerateTokenForSocialLoginFlowAsBrokerQueryParams = paths[typeof routeName$5K]['post']['parameters']['query'];
114900
+ type GenerateTokenForSocialLoginFlowAsBrokerResponse = paths[typeof routeName$5K]['post']['responses'][201]['content']['application/json'];
114759
114901
  interface GenerateTokenForSocialLoginFlowAsBrokerProps {
114760
114902
  params: {
114761
114903
  query: GenerateTokenForSocialLoginFlowAsBrokerQueryParams;
@@ -114763,17 +114905,17 @@ interface GenerateTokenForSocialLoginFlowAsBrokerProps {
114763
114905
  }
114764
114906
  declare const generateTokenForSocialLoginFlowAsBroker: (props: GenerateTokenForSocialLoginFlowAsBrokerProps, wgApiClient: ClientType) => Promise<GenerateTokenForSocialLoginFlowAsBrokerResponse>;
114765
114907
 
114766
- declare const routeName$5I = "/v1/api/claims/customer/token/{token}/events";
114767
- type GetClaimEventsAsCustomerPathParams = paths[typeof routeName$5I]['get']['parameters']['path'];
114768
- type GetClaimEventsAsCustomerQueryParams = paths[typeof routeName$5I]['get']['parameters']['query'];
114769
- type GetClaimEventsAsCustomerResponse = paths[typeof routeName$5I]['get']['responses'][200]['content']['application/json'];
114770
- type GetClaimEventsAsCustomerProps = paths[typeof routeName$5I]['get']['parameters'];
114908
+ declare const routeName$5J = "/v1/api/claims/customer/token/{token}/events";
114909
+ type GetClaimEventsAsCustomerPathParams = paths[typeof routeName$5J]['get']['parameters']['path'];
114910
+ type GetClaimEventsAsCustomerQueryParams = paths[typeof routeName$5J]['get']['parameters']['query'];
114911
+ type GetClaimEventsAsCustomerResponse = paths[typeof routeName$5J]['get']['responses'][200]['content']['application/json'];
114912
+ type GetClaimEventsAsCustomerProps = paths[typeof routeName$5J]['get']['parameters'];
114771
114913
  declare const getClaimEventsAsCustomer: (props: GetClaimEventsAsCustomerProps, wgApiClient: ClientType) => Promise<GetClaimEventsAsCustomerResponse>;
114772
114914
 
114773
- declare const routeName$5H = "/v1/api/claims/customer/token/{token}/documents";
114774
- type CreateDocumentForClaimAsCustomerPathParams = paths[typeof routeName$5H]['post']['parameters']['path'];
114775
- type CreateDocumentForClaimAsCustomerQueryParams = paths[typeof routeName$5H]['post']['parameters']['query'];
114776
- type CreateDocumentForClaimAsCustomerResponse = paths[typeof routeName$5H]['post']['responses'][200]['content']['application/json'];
114915
+ declare const routeName$5I = "/v1/api/claims/customer/token/{token}/documents";
114916
+ type CreateDocumentForClaimAsCustomerPathParams = paths[typeof routeName$5I]['post']['parameters']['path'];
114917
+ type CreateDocumentForClaimAsCustomerQueryParams = paths[typeof routeName$5I]['post']['parameters']['query'];
114918
+ type CreateDocumentForClaimAsCustomerResponse = paths[typeof routeName$5I]['post']['responses'][200]['content']['application/json'];
114777
114919
  interface CreateDocumentForClaimAsCustomerProps {
114778
114920
  params: {
114779
114921
  query: CreateDocumentForClaimAsCustomerQueryParams;
@@ -114782,10 +114924,10 @@ interface CreateDocumentForClaimAsCustomerProps {
114782
114924
  }
114783
114925
  declare const createDocumentForClaimAsCustomer: (props: CreateDocumentForClaimAsCustomerProps, wgApiClient: ClientType) => Promise<CreateDocumentForClaimAsCustomerResponse>;
114784
114926
 
114785
- declare const routeName$5G = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
114786
- type DeleteDocumentByIdAsCustomerWithTokenPathParams = paths[typeof routeName$5G]['delete']['parameters']['path'];
114787
- type DeleteDocumentByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$5G]['delete']['parameters']['query'];
114788
- type DeleteDocumentByIdAsCustomerWithTokenResponse = paths[typeof routeName$5G]['delete']['responses'][200]['content']['application/json'];
114927
+ declare const routeName$5H = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
114928
+ type DeleteDocumentByIdAsCustomerWithTokenPathParams = paths[typeof routeName$5H]['delete']['parameters']['path'];
114929
+ type DeleteDocumentByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$5H]['delete']['parameters']['query'];
114930
+ type DeleteDocumentByIdAsCustomerWithTokenResponse = paths[typeof routeName$5H]['delete']['responses'][200]['content']['application/json'];
114789
114931
  interface DeleteDocumentByIdAsCustomerWithTokenProps {
114790
114932
  params: {
114791
114933
  query: DeleteDocumentByIdAsCustomerWithTokenQueryParams;
@@ -114794,10 +114936,10 @@ interface DeleteDocumentByIdAsCustomerWithTokenProps {
114794
114936
  }
114795
114937
  declare const deleteDocumentByIdAsCustomerWithToken: (props: DeleteDocumentByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<DeleteDocumentByIdAsCustomerWithTokenResponse>;
114796
114938
 
114797
- declare const routeName$5F = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
114798
- type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams = paths[typeof routeName$5F]['patch']['parameters']['path'];
114799
- type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$5F]['patch']['parameters']['query'];
114800
- type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse = paths[typeof routeName$5F]['patch']['responses'][200]['content']['application/json'];
114939
+ declare const routeName$5G = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
114940
+ type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams = paths[typeof routeName$5G]['patch']['parameters']['path'];
114941
+ type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$5G]['patch']['parameters']['query'];
114942
+ type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse = paths[typeof routeName$5G]['patch']['responses'][200]['content']['application/json'];
114801
114943
  interface UpdateDocumentMetadataByIdAsCustomerWithTokenProps {
114802
114944
  params: {
114803
114945
  query: UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams;
@@ -114806,10 +114948,10 @@ interface UpdateDocumentMetadataByIdAsCustomerWithTokenProps {
114806
114948
  }
114807
114949
  declare const updateDocumentMetadataByIdAsCustomerWithToken: (props: UpdateDocumentMetadataByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateDocumentMetadataByIdAsCustomerWithTokenResponse>;
114808
114950
 
114809
- declare const routeName$5E = "/v1/api/claims/customer/token/{token}/events/{event_id}/notes";
114810
- type CreateNoteOnEventAsCustomerPathParams = paths[typeof routeName$5E]['post']['parameters']['path'];
114811
- type CreateNoteOnEventAsCustomerQueryParams = paths[typeof routeName$5E]['post']['parameters']['query'];
114812
- type CreateNoteOnEventAsCustomerResponse = paths[typeof routeName$5E]['post']['responses'][200]['content']['application/json'];
114951
+ declare const routeName$5F = "/v1/api/claims/customer/token/{token}/events/{event_id}/notes";
114952
+ type CreateNoteOnEventAsCustomerPathParams = paths[typeof routeName$5F]['post']['parameters']['path'];
114953
+ type CreateNoteOnEventAsCustomerQueryParams = paths[typeof routeName$5F]['post']['parameters']['query'];
114954
+ type CreateNoteOnEventAsCustomerResponse = paths[typeof routeName$5F]['post']['responses'][200]['content']['application/json'];
114813
114955
  interface CreateNoteOnEventAsCustomerProps {
114814
114956
  params: {
114815
114957
  query: CreateNoteOnEventAsCustomerQueryParams;
@@ -114818,10 +114960,10 @@ interface CreateNoteOnEventAsCustomerProps {
114818
114960
  }
114819
114961
  declare const createNoteOnEventAsCustomer: (props: CreateNoteOnEventAsCustomerProps, wgApiClient: ClientType) => Promise<CreateNoteOnEventAsCustomerResponse>;
114820
114962
 
114821
- declare const routeName$5D = "/v1/api/claims/{claim_id}/entities";
114822
- type CreateEntityAsBrokerPathParams = paths[typeof routeName$5D]['post']['parameters']['path'];
114823
- type CreateEntityAsBrokerQueryParams = paths[typeof routeName$5D]['post']['parameters']['query'];
114824
- type CreateEntityAsBrokerResponse = paths[typeof routeName$5D]['post']['responses'][201]['content']['application/json'];
114963
+ declare const routeName$5E = "/v1/api/claims/{claim_id}/entities";
114964
+ type CreateEntityAsBrokerPathParams = paths[typeof routeName$5E]['post']['parameters']['path'];
114965
+ type CreateEntityAsBrokerQueryParams = paths[typeof routeName$5E]['post']['parameters']['query'];
114966
+ type CreateEntityAsBrokerResponse = paths[typeof routeName$5E]['post']['responses'][201]['content']['application/json'];
114825
114967
  interface CreateEntityAsBrokerProps {
114826
114968
  params: {
114827
114969
  query: CreateEntityAsBrokerQueryParams;
@@ -114830,10 +114972,10 @@ interface CreateEntityAsBrokerProps {
114830
114972
  }
114831
114973
  declare const createEntityAsBroker: (props: CreateEntityAsBrokerProps, wgApiClient: ClientType) => Promise<CreateEntityAsBrokerResponse>;
114832
114974
 
114833
- declare const routeName$5C = "/v1/api/claims/{claim_id}/entities/{entity_id}";
114834
- type DeleteEntityAsBrokerByIdPathParams = paths[typeof routeName$5C]['delete']['parameters']['path'];
114835
- type DeleteEntityAsBrokerByIdQueryParams = paths[typeof routeName$5C]['delete']['parameters']['query'];
114836
- type DeleteEntityAsBrokerByIdResponse = paths[typeof routeName$5C]['delete']['responses'][200]['content']['application/json'];
114975
+ declare const routeName$5D = "/v1/api/claims/{claim_id}/entities/{entity_id}";
114976
+ type DeleteEntityAsBrokerByIdPathParams = paths[typeof routeName$5D]['delete']['parameters']['path'];
114977
+ type DeleteEntityAsBrokerByIdQueryParams = paths[typeof routeName$5D]['delete']['parameters']['query'];
114978
+ type DeleteEntityAsBrokerByIdResponse = paths[typeof routeName$5D]['delete']['responses'][200]['content']['application/json'];
114837
114979
  interface DeleteEntityAsBrokerByIdProps {
114838
114980
  params: {
114839
114981
  query: DeleteEntityAsBrokerByIdQueryParams;
@@ -114842,10 +114984,10 @@ interface DeleteEntityAsBrokerByIdProps {
114842
114984
  }
114843
114985
  declare const deleteEntityAsBrokerById: (props: DeleteEntityAsBrokerByIdProps, wgApiClient: ClientType) => Promise<DeleteEntityAsBrokerByIdResponse>;
114844
114986
 
114845
- declare const routeName$5B = "/v1/api/claims/{claim_id}/entities/{entity_id}";
114846
- type UpdateEntityAsBrokerByIdPathParams = paths[typeof routeName$5B]['patch']['parameters']['path'];
114847
- type UpdateEntityAsBrokerByIdQueryParams = paths[typeof routeName$5B]['patch']['parameters']['query'];
114848
- type UpdateEntityAsBrokerByIdResponse = paths[typeof routeName$5B]['patch']['responses'][200]['content']['application/json'];
114987
+ declare const routeName$5C = "/v1/api/claims/{claim_id}/entities/{entity_id}";
114988
+ type UpdateEntityAsBrokerByIdPathParams = paths[typeof routeName$5C]['patch']['parameters']['path'];
114989
+ type UpdateEntityAsBrokerByIdQueryParams = paths[typeof routeName$5C]['patch']['parameters']['query'];
114990
+ type UpdateEntityAsBrokerByIdResponse = paths[typeof routeName$5C]['patch']['responses'][200]['content']['application/json'];
114849
114991
  interface UpdateEntityAsBrokerByIdProps {
114850
114992
  params: {
114851
114993
  query: UpdateEntityAsBrokerByIdQueryParams;
@@ -114854,17 +114996,17 @@ interface UpdateEntityAsBrokerByIdProps {
114854
114996
  }
114855
114997
  declare const updateEntityAsBrokerById: (props: UpdateEntityAsBrokerByIdProps, wgApiClient: ClientType) => Promise<UpdateEntityAsBrokerByIdResponse>;
114856
114998
 
114857
- declare const routeName$5A = "/v1/api/claims/{claim_id}/events";
114858
- type GetClaimEventsAsBrokerByIdPathParams = paths[typeof routeName$5A]['get']['parameters']['path'];
114859
- type GetClaimEventsAsBrokerByIdQueryParams = paths[typeof routeName$5A]['get']['parameters']['query'];
114860
- type GetClaimEventsAsBrokerByIdResponse = paths[typeof routeName$5A]['get']['responses'][200]['content']['application/json'];
114861
- type GetClaimEventsAsBrokerByIdProps = paths[typeof routeName$5A]['get']['parameters'];
114999
+ declare const routeName$5B = "/v1/api/claims/{claim_id}/events";
115000
+ type GetClaimEventsAsBrokerByIdPathParams = paths[typeof routeName$5B]['get']['parameters']['path'];
115001
+ type GetClaimEventsAsBrokerByIdQueryParams = paths[typeof routeName$5B]['get']['parameters']['query'];
115002
+ type GetClaimEventsAsBrokerByIdResponse = paths[typeof routeName$5B]['get']['responses'][200]['content']['application/json'];
115003
+ type GetClaimEventsAsBrokerByIdProps = paths[typeof routeName$5B]['get']['parameters'];
114862
115004
  declare const getClaimEventsAsBrokerById: (props: GetClaimEventsAsBrokerByIdProps, wgApiClient: ClientType) => Promise<GetClaimEventsAsBrokerByIdResponse>;
114863
115005
 
114864
- declare const routeName$5z = "/v1/api/claims/{claim_id}/connections/keypoint/declaration";
114865
- type SendClaimToKeypointPathParams = paths[typeof routeName$5z]['post']['parameters']['path'];
114866
- type SendClaimToKeypointQueryParams = paths[typeof routeName$5z]['post']['parameters']['query'];
114867
- type SendClaimToKeypointResponse = paths[typeof routeName$5z]['post']['responses'][201]['content']['application/json'];
115006
+ declare const routeName$5A = "/v1/api/claims/{claim_id}/connections/keypoint/declaration";
115007
+ type SendClaimToKeypointPathParams = paths[typeof routeName$5A]['post']['parameters']['path'];
115008
+ type SendClaimToKeypointQueryParams = paths[typeof routeName$5A]['post']['parameters']['query'];
115009
+ type SendClaimToKeypointResponse = paths[typeof routeName$5A]['post']['responses'][201]['content']['application/json'];
114868
115010
  interface SendClaimToKeypointProps {
114869
115011
  params: {
114870
115012
  query: SendClaimToKeypointQueryParams;
@@ -114873,10 +115015,10 @@ interface SendClaimToKeypointProps {
114873
115015
  }
114874
115016
  declare const sendClaimToKeypoint: (props: SendClaimToKeypointProps, wgApiClient: ClientType) => Promise<SendClaimToKeypointResponse>;
114875
115017
 
114876
- declare const routeName$5y = "/v1/api/claims/{claim_id}/customer/followup-page/email";
114877
- type SendMailFollowupPageToCustomerPathParams = paths[typeof routeName$5y]['post']['parameters']['path'];
114878
- type SendMailFollowupPageToCustomerQueryParams = paths[typeof routeName$5y]['post']['parameters']['query'];
114879
- type SendMailFollowupPageToCustomerResponse = paths[typeof routeName$5y]['post']['responses'][200]['content']['application/json'];
115018
+ declare const routeName$5z = "/v1/api/claims/{claim_id}/customer/followup-page/email";
115019
+ type SendMailFollowupPageToCustomerPathParams = paths[typeof routeName$5z]['post']['parameters']['path'];
115020
+ type SendMailFollowupPageToCustomerQueryParams = paths[typeof routeName$5z]['post']['parameters']['query'];
115021
+ type SendMailFollowupPageToCustomerResponse = paths[typeof routeName$5z]['post']['responses'][200]['content']['application/json'];
114880
115022
  interface SendMailFollowupPageToCustomerProps {
114881
115023
  params: {
114882
115024
  query: SendMailFollowupPageToCustomerQueryParams;
@@ -114885,21 +115027,21 @@ interface SendMailFollowupPageToCustomerProps {
114885
115027
  }
114886
115028
  declare const sendMailFollowupPageToCustomer: (props: SendMailFollowupPageToCustomerProps, wgApiClient: ClientType) => Promise<SendMailFollowupPageToCustomerResponse>;
114887
115029
 
114888
- declare const routeName$5x = "/v1/api/claims/categories/CAR";
114889
- type GetAllCarClaimCategoriesResponse = paths[typeof routeName$5x]['get']['responses'][200]['content']['application/json'];
115030
+ declare const routeName$5y = "/v1/api/claims/categories/CAR";
115031
+ type GetAllCarClaimCategoriesResponse = paths[typeof routeName$5y]['get']['responses'][200]['content']['application/json'];
114890
115032
  declare const getAllCarClaimCategories: (wgApiClient: ClientType) => Promise<GetAllCarClaimCategoriesResponse>;
114891
115033
 
114892
- declare const routeName$5w = "/v1/api/claims/info/{claim_type}/{claim_category}";
114893
- type GetInfoForClaimPathParams = paths[typeof routeName$5w]['get']['parameters']['path'];
114894
- type GetInfoForClaimQueryParams = paths[typeof routeName$5w]['get']['parameters']['query'];
114895
- type GetInfoForClaimResponse = paths[typeof routeName$5w]['get']['responses'][200]['content']['application/json'];
114896
- type GetInfoForClaimProps = paths[typeof routeName$5w]['get']['parameters'];
115034
+ declare const routeName$5x = "/v1/api/claims/info/{claim_type}/{claim_category}";
115035
+ type GetInfoForClaimPathParams = paths[typeof routeName$5x]['get']['parameters']['path'];
115036
+ type GetInfoForClaimQueryParams = paths[typeof routeName$5x]['get']['parameters']['query'];
115037
+ type GetInfoForClaimResponse = paths[typeof routeName$5x]['get']['responses'][200]['content']['application/json'];
115038
+ type GetInfoForClaimProps = paths[typeof routeName$5x]['get']['parameters'];
114897
115039
  declare const getInfoForClaim: (props: GetInfoForClaimProps, wgApiClient: ClientType) => Promise<GetInfoForClaimResponse>;
114898
115040
 
114899
- declare const routeName$5v = "/v1/api/claims/{claim_id}/events/{event_id}/notes";
114900
- type CreateNoteOnEventPathParams = paths[typeof routeName$5v]['post']['parameters']['path'];
114901
- type CreateNoteOnEventQueryParams = paths[typeof routeName$5v]['post']['parameters']['query'];
114902
- type CreateNoteOnEventResponse = paths[typeof routeName$5v]['post']['responses'][201]['content']['application/json'];
115041
+ declare const routeName$5w = "/v1/api/claims/{claim_id}/events/{event_id}/notes";
115042
+ type CreateNoteOnEventPathParams = paths[typeof routeName$5w]['post']['parameters']['path'];
115043
+ type CreateNoteOnEventQueryParams = paths[typeof routeName$5w]['post']['parameters']['query'];
115044
+ type CreateNoteOnEventResponse = paths[typeof routeName$5w]['post']['responses'][201]['content']['application/json'];
114903
115045
  interface CreateNoteOnEventProps {
114904
115046
  params: {
114905
115047
  query: CreateNoteOnEventQueryParams;
@@ -114908,10 +115050,10 @@ interface CreateNoteOnEventProps {
114908
115050
  }
114909
115051
  declare const createNoteOnEvent: (props: CreateNoteOnEventProps, wgApiClient: ClientType) => Promise<CreateNoteOnEventResponse>;
114910
115052
 
114911
- declare const routeName$5u = "/v1/api/claims/notes/{note_id}";
114912
- type DeleteNotePathParams = paths[typeof routeName$5u]['delete']['parameters']['path'];
114913
- type DeleteNoteQueryParams = paths[typeof routeName$5u]['delete']['parameters']['query'];
114914
- type DeleteNoteResponse = paths[typeof routeName$5u]['delete']['responses'][200]['content']['application/json'];
115053
+ declare const routeName$5v = "/v1/api/claims/notes/{note_id}";
115054
+ type DeleteNotePathParams = paths[typeof routeName$5v]['delete']['parameters']['path'];
115055
+ type DeleteNoteQueryParams = paths[typeof routeName$5v]['delete']['parameters']['query'];
115056
+ type DeleteNoteResponse = paths[typeof routeName$5v]['delete']['responses'][200]['content']['application/json'];
114915
115057
  interface DeleteNoteProps {
114916
115058
  params: {
114917
115059
  query: DeleteNoteQueryParams;
@@ -114920,10 +115062,10 @@ interface DeleteNoteProps {
114920
115062
  }
114921
115063
  declare const deleteNote: (props: DeleteNoteProps, wgApiClient: ClientType) => Promise<DeleteNoteResponse>;
114922
115064
 
114923
- declare const routeName$5t = "/v1/api/claims/notes/{note_id}";
114924
- type UpdateNotePathParams = paths[typeof routeName$5t]['patch']['parameters']['path'];
114925
- type UpdateNoteQueryParams = paths[typeof routeName$5t]['patch']['parameters']['query'];
114926
- type UpdateNoteResponse = paths[typeof routeName$5t]['patch']['responses'][200]['content']['application/json'];
115065
+ declare const routeName$5u = "/v1/api/claims/notes/{note_id}";
115066
+ type UpdateNotePathParams = paths[typeof routeName$5u]['patch']['parameters']['path'];
115067
+ type UpdateNoteQueryParams = paths[typeof routeName$5u]['patch']['parameters']['query'];
115068
+ type UpdateNoteResponse = paths[typeof routeName$5u]['patch']['responses'][200]['content']['application/json'];
114927
115069
  interface UpdateNoteProps {
114928
115070
  params: {
114929
115071
  query: UpdateNoteQueryParams;
@@ -114932,17 +115074,17 @@ interface UpdateNoteProps {
114932
115074
  }
114933
115075
  declare const updateNote: (props: UpdateNoteProps, wgApiClient: ClientType) => Promise<UpdateNoteResponse>;
114934
115076
 
114935
- declare const routeName$5s = "/v1/api/claims/{claim_id}/report";
114936
- type ClaimReportByIdPathParams = paths[typeof routeName$5s]['get']['parameters']['path'];
114937
- type ClaimReportByIdQueryParams = paths[typeof routeName$5s]['get']['parameters']['query'];
114938
- type ClaimReportByIdResponse = paths[typeof routeName$5s]['get']['responses'][200]['content']['application/json'];
114939
- type ClaimReportByIdProps = paths[typeof routeName$5s]['get']['parameters'];
115077
+ declare const routeName$5t = "/v1/api/claims/{claim_id}/report";
115078
+ type ClaimReportByIdPathParams = paths[typeof routeName$5t]['get']['parameters']['path'];
115079
+ type ClaimReportByIdQueryParams = paths[typeof routeName$5t]['get']['parameters']['query'];
115080
+ type ClaimReportByIdResponse = paths[typeof routeName$5t]['get']['responses'][200]['content']['application/json'];
115081
+ type ClaimReportByIdProps = paths[typeof routeName$5t]['get']['parameters'];
114940
115082
  declare const claimReportById: (props: ClaimReportByIdProps, wgApiClient: ClientType) => Promise<ClaimReportByIdResponse>;
114941
115083
 
114942
- declare const routeName$5r = "/v1/api/claims/{claim_id}/report/email";
114943
- type SendMailClaimReportByIdPathParams = paths[typeof routeName$5r]['post']['parameters']['path'];
114944
- type SendMailClaimReportByIdQueryParams = paths[typeof routeName$5r]['post']['parameters']['query'];
114945
- type SendMailClaimReportByIdResponse = paths[typeof routeName$5r]['post']['responses'][200]['content']['application/json'];
115084
+ declare const routeName$5s = "/v1/api/claims/{claim_id}/report/email";
115085
+ type SendMailClaimReportByIdPathParams = paths[typeof routeName$5s]['post']['parameters']['path'];
115086
+ type SendMailClaimReportByIdQueryParams = paths[typeof routeName$5s]['post']['parameters']['query'];
115087
+ type SendMailClaimReportByIdResponse = paths[typeof routeName$5s]['post']['responses'][200]['content']['application/json'];
114946
115088
  interface SendMailClaimReportByIdProps {
114947
115089
  params: {
114948
115090
  query: SendMailClaimReportByIdQueryParams;
@@ -114951,16 +115093,16 @@ interface SendMailClaimReportByIdProps {
114951
115093
  }
114952
115094
  declare const sendMailClaimReportById: (props: SendMailClaimReportByIdProps, wgApiClient: ClientType) => Promise<SendMailClaimReportByIdResponse>;
114953
115095
 
114954
- declare const routeName$5q = "/v1/api/brokers/{broker_id}/connections";
114955
- type GetBrokerConnectionsByIdPathParams = paths[typeof routeName$5q]['get']['parameters']['path'];
114956
- type GetBrokerConnectionsByIdResponse = paths[typeof routeName$5q]['get']['responses'][200]['content']['application/json'];
114957
- type GetBrokerConnectionsByIdProps = paths[typeof routeName$5q]['get']['parameters'];
115096
+ declare const routeName$5r = "/v1/api/brokers/{broker_id}/connections";
115097
+ type GetBrokerConnectionsByIdPathParams = paths[typeof routeName$5r]['get']['parameters']['path'];
115098
+ type GetBrokerConnectionsByIdResponse = paths[typeof routeName$5r]['get']['responses'][200]['content']['application/json'];
115099
+ type GetBrokerConnectionsByIdProps = paths[typeof routeName$5r]['get']['parameters'];
114958
115100
  declare const getBrokerConnectionsById: (props: GetBrokerConnectionsByIdProps, wgApiClient: ClientType) => Promise<GetBrokerConnectionsByIdResponse>;
114959
115101
 
114960
- declare const routeName$5p = "/v1/api/brokers/{broker_id}/connections/{key}";
114961
- type CreateBrokerConnectionsByIdBody = paths[typeof routeName$5p]['post']['requestBody']['content']['application/json'];
114962
- type CreateBrokerConnectionsByIdPathParams = paths[typeof routeName$5p]['post']['parameters']['path'];
114963
- type CreateBrokerConnectionsByIdResponse = paths[typeof routeName$5p]['post']['responses'][201]['content']['application/json'];
115102
+ declare const routeName$5q = "/v1/api/brokers/{broker_id}/connections/{key}";
115103
+ type CreateBrokerConnectionsByIdBody = paths[typeof routeName$5q]['post']['requestBody']['content']['application/json'];
115104
+ type CreateBrokerConnectionsByIdPathParams = paths[typeof routeName$5q]['post']['parameters']['path'];
115105
+ type CreateBrokerConnectionsByIdResponse = paths[typeof routeName$5q]['post']['responses'][201]['content']['application/json'];
114964
115106
  interface CreateBrokerConnectionsByIdProps {
114965
115107
  body: CreateBrokerConnectionsByIdBody;
114966
115108
  params: {
@@ -114969,9 +115111,9 @@ interface CreateBrokerConnectionsByIdProps {
114969
115111
  }
114970
115112
  declare const createBrokerConnectionsById: (props: CreateBrokerConnectionsByIdProps, wgApiClient: ClientType) => Promise<CreateBrokerConnectionsByIdResponse>;
114971
115113
 
114972
- declare const routeName$5o = "/v1/api/brokers/{broker_id}/connections/{key}";
114973
- type DeleteBrokerConnectionByKeyPathParams = paths[typeof routeName$5o]['delete']['parameters']['path'];
114974
- type DeleteBrokerConnectionByKeyResponse = paths[typeof routeName$5o]['delete']['responses'][200]['content']['application/json'];
115114
+ declare const routeName$5p = "/v1/api/brokers/{broker_id}/connections/{key}";
115115
+ type DeleteBrokerConnectionByKeyPathParams = paths[typeof routeName$5p]['delete']['parameters']['path'];
115116
+ type DeleteBrokerConnectionByKeyResponse = paths[typeof routeName$5p]['delete']['responses'][200]['content']['application/json'];
114975
115117
  interface DeleteBrokerConnectionByKeyProps {
114976
115118
  params: {
114977
115119
  path: DeleteBrokerConnectionByKeyPathParams;
@@ -114979,10 +115121,10 @@ interface DeleteBrokerConnectionByKeyProps {
114979
115121
  }
114980
115122
  declare const deleteBrokerConnectionByKey: (props: DeleteBrokerConnectionByKeyProps, wgApiClient: ClientType) => Promise<DeleteBrokerConnectionByKeyResponse>;
114981
115123
 
114982
- declare const routeName$5n = "/v1/api/brokers/{broker_id}/connections/{key}";
114983
- type UpdateBrokerConnectionByKeyBody = paths[typeof routeName$5n]['patch']['requestBody']['content']['application/json'];
114984
- type UpdateBrokerConnectionByKeyPathParams = paths[typeof routeName$5n]['patch']['parameters']['path'];
114985
- type UpdateBrokerConnectionByKeyResponse = paths[typeof routeName$5n]['patch']['responses'][200]['content']['application/json'];
115124
+ declare const routeName$5o = "/v1/api/brokers/{broker_id}/connections/{key}";
115125
+ type UpdateBrokerConnectionByKeyBody = paths[typeof routeName$5o]['patch']['requestBody']['content']['application/json'];
115126
+ type UpdateBrokerConnectionByKeyPathParams = paths[typeof routeName$5o]['patch']['parameters']['path'];
115127
+ type UpdateBrokerConnectionByKeyResponse = paths[typeof routeName$5o]['patch']['responses'][200]['content']['application/json'];
114986
115128
  interface UpdateBrokerConnectionByKeyProps {
114987
115129
  body: UpdateBrokerConnectionByKeyBody;
114988
115130
  params: {
@@ -114991,10 +115133,10 @@ interface UpdateBrokerConnectionByKeyProps {
114991
115133
  }
114992
115134
  declare const updateBrokerConnectionByKey: (props: UpdateBrokerConnectionByKeyProps, wgApiClient: ClientType) => Promise<UpdateBrokerConnectionByKeyResponse>;
114993
115135
 
114994
- declare const routeName$5m = "/v1/api/distributions/{distribution_id}/connections/{key}";
114995
- type CreateDistributionConnectionByIdBody = paths[typeof routeName$5m]['post']['requestBody']['content']['application/json'];
114996
- type CreateDistributionConnectionByIdPathParams = paths[typeof routeName$5m]['post']['parameters']['path'];
114997
- type CreateDistributionConnectionByIdResponse = paths[typeof routeName$5m]['post']['responses'][201]['content']['application/json'];
115136
+ declare const routeName$5n = "/v1/api/distributions/{distribution_id}/connections/{key}";
115137
+ type CreateDistributionConnectionByIdBody = paths[typeof routeName$5n]['post']['requestBody']['content']['application/json'];
115138
+ type CreateDistributionConnectionByIdPathParams = paths[typeof routeName$5n]['post']['parameters']['path'];
115139
+ type CreateDistributionConnectionByIdResponse = paths[typeof routeName$5n]['post']['responses'][201]['content']['application/json'];
114998
115140
  interface CreateDistributionConnectionByIdProps {
114999
115141
  body: CreateDistributionConnectionByIdBody;
115000
115142
  params: {
@@ -115003,9 +115145,9 @@ interface CreateDistributionConnectionByIdProps {
115003
115145
  }
115004
115146
  declare const createDistributionConnectionById: (props: CreateDistributionConnectionByIdProps, wgApiClient: ClientType) => Promise<CreateDistributionConnectionByIdResponse>;
115005
115147
 
115006
- declare const routeName$5l = "/v1/api/distributions/{distribution_id}/connections/{key}";
115007
- type DeleteDistributionConnectionByKeyPathParams = paths[typeof routeName$5l]['delete']['parameters']['path'];
115008
- type DeleteDistributionConnectionByKeyResponse = paths[typeof routeName$5l]['delete']['responses'][200]['content']['application/json'];
115148
+ declare const routeName$5m = "/v1/api/distributions/{distribution_id}/connections/{key}";
115149
+ type DeleteDistributionConnectionByKeyPathParams = paths[typeof routeName$5m]['delete']['parameters']['path'];
115150
+ type DeleteDistributionConnectionByKeyResponse = paths[typeof routeName$5m]['delete']['responses'][200]['content']['application/json'];
115009
115151
  interface DeleteDistributionConnectionByKeyProps {
115010
115152
  params: {
115011
115153
  path: DeleteDistributionConnectionByKeyPathParams;
@@ -115013,10 +115155,10 @@ interface DeleteDistributionConnectionByKeyProps {
115013
115155
  }
115014
115156
  declare const deleteDistributionConnectionByKey: (props: DeleteDistributionConnectionByKeyProps, wgApiClient: ClientType) => Promise<DeleteDistributionConnectionByKeyResponse>;
115015
115157
 
115016
- declare const routeName$5k = "/v1/api/distributions/{distribution_id}/connections/{key}";
115017
- type UpdateDistributionConnectionByKeyBody = paths[typeof routeName$5k]['patch']['requestBody']['content']['application/json'];
115018
- type UpdateDistributionConnectionByKeyPathParams = paths[typeof routeName$5k]['patch']['parameters']['path'];
115019
- type UpdateDistributionConnectionByKeyResponse = paths[typeof routeName$5k]['patch']['responses'][200]['content']['application/json'];
115158
+ declare const routeName$5l = "/v1/api/distributions/{distribution_id}/connections/{key}";
115159
+ type UpdateDistributionConnectionByKeyBody = paths[typeof routeName$5l]['patch']['requestBody']['content']['application/json'];
115160
+ type UpdateDistributionConnectionByKeyPathParams = paths[typeof routeName$5l]['patch']['parameters']['path'];
115161
+ type UpdateDistributionConnectionByKeyResponse = paths[typeof routeName$5l]['patch']['responses'][200]['content']['application/json'];
115020
115162
  interface UpdateDistributionConnectionByKeyProps {
115021
115163
  body: UpdateDistributionConnectionByKeyBody;
115022
115164
  params: {
@@ -115025,35 +115167,35 @@ interface UpdateDistributionConnectionByKeyProps {
115025
115167
  }
115026
115168
  declare const updateDistributionConnectionByKey: (props: UpdateDistributionConnectionByKeyProps, wgApiClient: ClientType) => Promise<UpdateDistributionConnectionByKeyResponse>;
115027
115169
 
115028
- declare const routeName$5j = "/v1/api/distributions/{distribution_id}/connections";
115029
- type GetDistributionConnectionsByIdPathParams = paths[typeof routeName$5j]['get']['parameters']['path'];
115030
- type GetDistributionConnectionsByIdQueryParams = paths[typeof routeName$5j]['get']['parameters']['query'];
115031
- type GetDistributionConnectionsByIdResponse = paths[typeof routeName$5j]['get']['responses'][200]['content']['application/json'];
115032
- type GetDistributionConnectionsByIdProps = paths[typeof routeName$5j]['get']['parameters'];
115170
+ declare const routeName$5k = "/v1/api/distributions/{distribution_id}/connections";
115171
+ type GetDistributionConnectionsByIdPathParams = paths[typeof routeName$5k]['get']['parameters']['path'];
115172
+ type GetDistributionConnectionsByIdQueryParams = paths[typeof routeName$5k]['get']['parameters']['query'];
115173
+ type GetDistributionConnectionsByIdResponse = paths[typeof routeName$5k]['get']['responses'][200]['content']['application/json'];
115174
+ type GetDistributionConnectionsByIdProps = paths[typeof routeName$5k]['get']['parameters'];
115033
115175
  declare const getDistributionConnectionsById: (props: GetDistributionConnectionsByIdProps, wgApiClient: ClientType) => Promise<GetDistributionConnectionsByIdResponse>;
115034
115176
 
115035
- declare const routeName$5i = "/v1/api/connections/anva/parties";
115036
- type GetAnvaPartiesQueryParams = paths[typeof routeName$5i]['get']['parameters']['query'];
115037
- type GetAnvaPartiesResponse = paths[typeof routeName$5i]['get']['responses'][200]['content']['application/json'];
115038
- type GetAnvaPartiesProps = paths[typeof routeName$5i]['get']['parameters'];
115177
+ declare const routeName$5j = "/v1/api/connections/anva/parties";
115178
+ type GetAnvaPartiesQueryParams = paths[typeof routeName$5j]['get']['parameters']['query'];
115179
+ type GetAnvaPartiesResponse = paths[typeof routeName$5j]['get']['responses'][200]['content']['application/json'];
115180
+ type GetAnvaPartiesProps = paths[typeof routeName$5j]['get']['parameters'];
115039
115181
  declare const getAnvaParties: (props: GetAnvaPartiesProps, wgApiClient: ClientType) => Promise<GetAnvaPartiesResponse>;
115040
115182
 
115041
- declare const routeName$5h = "/v1/api/connections/anva/employees";
115042
- type GetAnvaEmployeesQueryParams = paths[typeof routeName$5h]['get']['parameters']['query'];
115043
- type GetAnvaEmployeesResponse = paths[typeof routeName$5h]['get']['responses'][200]['content']['application/json'];
115044
- type GetAnvaEmployeesProps = paths[typeof routeName$5h]['get']['parameters'];
115183
+ declare const routeName$5i = "/v1/api/connections/anva/employees";
115184
+ type GetAnvaEmployeesQueryParams = paths[typeof routeName$5i]['get']['parameters']['query'];
115185
+ type GetAnvaEmployeesResponse = paths[typeof routeName$5i]['get']['responses'][200]['content']['application/json'];
115186
+ type GetAnvaEmployeesProps = paths[typeof routeName$5i]['get']['parameters'];
115045
115187
  declare const getAnvaEmployees: (props: GetAnvaEmployeesProps, wgApiClient: ClientType) => Promise<GetAnvaEmployeesResponse>;
115046
115188
 
115047
- declare const routeName$5g = "/v1/api/connections/anva/products";
115048
- type GetAnvaProductsQueryParams = paths[typeof routeName$5g]['get']['parameters']['query'];
115049
- type GetAnvaProductsResponse = paths[typeof routeName$5g]['get']['responses'][200]['content']['application/json'];
115050
- type GetAnvaProductsProps = paths[typeof routeName$5g]['get']['parameters'];
115189
+ declare const routeName$5h = "/v1/api/connections/anva/products";
115190
+ type GetAnvaProductsQueryParams = paths[typeof routeName$5h]['get']['parameters']['query'];
115191
+ type GetAnvaProductsResponse = paths[typeof routeName$5h]['get']['responses'][200]['content']['application/json'];
115192
+ type GetAnvaProductsProps = paths[typeof routeName$5h]['get']['parameters'];
115051
115193
  declare const getAnvaProducts: (props: GetAnvaProductsProps, wgApiClient: ClientType) => Promise<GetAnvaProductsResponse>;
115052
115194
 
115053
- declare const routeName$5f = "/v1/api/connections/anva/parties/{anva_id}/imports";
115054
- type ImportAnvaPartyInWegroupPathParams = paths[typeof routeName$5f]['post']['parameters']['path'];
115055
- type ImportAnvaPartyInWegroupQueryParams = paths[typeof routeName$5f]['post']['parameters']['query'];
115056
- type ImportAnvaPartyInWegroupResponse = paths[typeof routeName$5f]['post']['responses'][201]['content']['application/json'];
115195
+ declare const routeName$5g = "/v1/api/connections/anva/parties/{anva_id}/imports";
115196
+ type ImportAnvaPartyInWegroupPathParams = paths[typeof routeName$5g]['post']['parameters']['path'];
115197
+ type ImportAnvaPartyInWegroupQueryParams = paths[typeof routeName$5g]['post']['parameters']['query'];
115198
+ type ImportAnvaPartyInWegroupResponse = paths[typeof routeName$5g]['post']['responses'][201]['content']['application/json'];
115057
115199
  interface ImportAnvaPartyInWegroupProps {
115058
115200
  params: {
115059
115201
  query: ImportAnvaPartyInWegroupQueryParams;
@@ -115062,30 +115204,30 @@ interface ImportAnvaPartyInWegroupProps {
115062
115204
  }
115063
115205
  declare const importAnvaPartyInWegroup: (props: ImportAnvaPartyInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaPartyInWegroupResponse>;
115064
115206
 
115065
- declare const routeName$5e = "/v1/api/connections/anva/parties/{anva_party_id}/policies/{anva_policy_id}/policy-document/imports";
115066
- type ImportAnvaInsurancePolicyDocumentInWegroupPathParams = paths[typeof routeName$5e]['get']['parameters']['path'];
115067
- type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams = paths[typeof routeName$5e]['get']['parameters']['query'];
115068
- type ImportAnvaInsurancePolicyDocumentInWegroupResponse = paths[typeof routeName$5e]['get']['responses'][307]['content']['application/json'];
115069
- type ImportAnvaInsurancePolicyDocumentInWegroupProps = paths[typeof routeName$5e]['get']['parameters'];
115207
+ declare const routeName$5f = "/v1/api/connections/anva/parties/{anva_party_id}/policies/{anva_policy_id}/policy-document/imports";
115208
+ type ImportAnvaInsurancePolicyDocumentInWegroupPathParams = paths[typeof routeName$5f]['get']['parameters']['path'];
115209
+ type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams = paths[typeof routeName$5f]['get']['parameters']['query'];
115210
+ type ImportAnvaInsurancePolicyDocumentInWegroupResponse = paths[typeof routeName$5f]['get']['responses'][307]['content']['application/json'];
115211
+ type ImportAnvaInsurancePolicyDocumentInWegroupProps = paths[typeof routeName$5f]['get']['parameters'];
115070
115212
  declare const importAnvaInsurancePolicyDocumentInWegroup: (props: ImportAnvaInsurancePolicyDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaInsurancePolicyDocumentInWegroupResponse>;
115071
115213
 
115072
- declare const routeName$5d = "/v1/api/connections/anva/parties/{anva_party_id}/policy-packages/{anva_policy_id}/policy-document/imports";
115073
- type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams = paths[typeof routeName$5d]['get']['parameters']['path'];
115074
- type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams = paths[typeof routeName$5d]['get']['parameters']['query'];
115075
- type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse = paths[typeof routeName$5d]['get']['responses'][307]['content']['application/json'];
115076
- type ImportAnvaInsurancePolicyPackageDocumentInWegroupProps = paths[typeof routeName$5d]['get']['parameters'];
115214
+ declare const routeName$5e = "/v1/api/connections/anva/parties/{anva_party_id}/policy-packages/{anva_policy_id}/policy-document/imports";
115215
+ type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams = paths[typeof routeName$5e]['get']['parameters']['path'];
115216
+ type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams = paths[typeof routeName$5e]['get']['parameters']['query'];
115217
+ type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse = paths[typeof routeName$5e]['get']['responses'][307]['content']['application/json'];
115218
+ type ImportAnvaInsurancePolicyPackageDocumentInWegroupProps = paths[typeof routeName$5e]['get']['parameters'];
115077
115219
  declare const importAnvaInsurancePolicyPackageDocumentInWegroup: (props: ImportAnvaInsurancePolicyPackageDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse>;
115078
115220
 
115079
- declare const routeName$5c = "/v1/api/connections/anva/documents/import";
115080
- type ImportAnvaDocumentInWegroupQueryParams = paths[typeof routeName$5c]['get']['parameters']['query'];
115081
- type ImportAnvaDocumentInWegroupResponse = paths[typeof routeName$5c]['get']['responses'][307]['content']['application/json'];
115082
- type ImportAnvaDocumentInWegroupProps = paths[typeof routeName$5c]['get']['parameters'];
115221
+ declare const routeName$5d = "/v1/api/connections/anva/documents/import";
115222
+ type ImportAnvaDocumentInWegroupQueryParams = paths[typeof routeName$5d]['get']['parameters']['query'];
115223
+ type ImportAnvaDocumentInWegroupResponse = paths[typeof routeName$5d]['get']['responses'][307]['content']['application/json'];
115224
+ type ImportAnvaDocumentInWegroupProps = paths[typeof routeName$5d]['get']['parameters'];
115083
115225
  declare const importAnvaDocumentInWegroup: (props: ImportAnvaDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaDocumentInWegroupResponse>;
115084
115226
 
115085
- declare const routeName$5b = "/v1/api/connections/anva/task";
115086
- type CreateAnvaTaskBody = paths[typeof routeName$5b]['post']['requestBody']['content']['application/json'];
115087
- type CreateAnvaTaskQueryParams = paths[typeof routeName$5b]['post']['parameters']['query'];
115088
- type CreateAnvaTaskResponse = paths[typeof routeName$5b]['post']['responses'][201]['content']['application/json'];
115227
+ declare const routeName$5c = "/v1/api/connections/anva/task";
115228
+ type CreateAnvaTaskBody = paths[typeof routeName$5c]['post']['requestBody']['content']['application/json'];
115229
+ type CreateAnvaTaskQueryParams = paths[typeof routeName$5c]['post']['parameters']['query'];
115230
+ type CreateAnvaTaskResponse = paths[typeof routeName$5c]['post']['responses'][201]['content']['application/json'];
115089
115231
  interface CreateAnvaTaskProps {
115090
115232
  body: CreateAnvaTaskBody;
115091
115233
  params: {
@@ -115094,9 +115236,9 @@ interface CreateAnvaTaskProps {
115094
115236
  }
115095
115237
  declare const createAnvaTask: (props: CreateAnvaTaskProps, wgApiClient: ClientType) => Promise<CreateAnvaTaskResponse>;
115096
115238
 
115097
- declare const routeName$5a = "/v1/api/connections/anva/validate";
115098
- type ValidateAnvaConnectionQueryParams = paths[typeof routeName$5a]['post']['parameters']['query'];
115099
- type ValidateAnvaConnectionResponse = paths[typeof routeName$5a]['post']['responses'][200]['content']['application/json'];
115239
+ declare const routeName$5b = "/v1/api/connections/anva/validate";
115240
+ type ValidateAnvaConnectionQueryParams = paths[typeof routeName$5b]['post']['parameters']['query'];
115241
+ type ValidateAnvaConnectionResponse = paths[typeof routeName$5b]['post']['responses'][200]['content']['application/json'];
115100
115242
  interface ValidateAnvaConnectionProps {
115101
115243
  params: {
115102
115244
  query: ValidateAnvaConnectionQueryParams;
@@ -115104,9 +115246,9 @@ interface ValidateAnvaConnectionProps {
115104
115246
  }
115105
115247
  declare const validateAnvaConnection: (props: ValidateAnvaConnectionProps, wgApiClient: ClientType) => Promise<ValidateAnvaConnectionResponse>;
115106
115248
 
115107
- declare const routeName$59 = "/v1/api/connections/anva_dwh/validate";
115108
- type ValidateAnvaDwhConnectionQueryParams = paths[typeof routeName$59]['post']['parameters']['query'];
115109
- type ValidateAnvaDwhConnectionResponse = paths[typeof routeName$59]['post']['responses'][200]['content']['application/json'];
115249
+ declare const routeName$5a = "/v1/api/connections/anva_dwh/validate";
115250
+ type ValidateAnvaDwhConnectionQueryParams = paths[typeof routeName$5a]['post']['parameters']['query'];
115251
+ type ValidateAnvaDwhConnectionResponse = paths[typeof routeName$5a]['post']['responses'][200]['content']['application/json'];
115110
115252
  interface ValidateAnvaDwhConnectionProps {
115111
115253
  params: {
115112
115254
  query: ValidateAnvaDwhConnectionQueryParams;
@@ -115114,22 +115256,22 @@ interface ValidateAnvaDwhConnectionProps {
115114
115256
  }
115115
115257
  declare const validateAnvaDwhConnection: (props: ValidateAnvaDwhConnectionProps, wgApiClient: ClientType) => Promise<ValidateAnvaDwhConnectionResponse>;
115116
115258
 
115117
- declare const routeName$58 = "/v1/api/connections/dias/parties";
115118
- type GetDiasPartiesQueryParams = paths[typeof routeName$58]['get']['parameters']['query'];
115119
- type GetDiasPartiesResponse = paths[typeof routeName$58]['get']['responses'][200]['content']['application/json'];
115120
- type GetDiasPartiesProps = paths[typeof routeName$58]['get']['parameters'];
115259
+ declare const routeName$59 = "/v1/api/connections/dias/parties";
115260
+ type GetDiasPartiesQueryParams = paths[typeof routeName$59]['get']['parameters']['query'];
115261
+ type GetDiasPartiesResponse = paths[typeof routeName$59]['get']['responses'][200]['content']['application/json'];
115262
+ type GetDiasPartiesProps = paths[typeof routeName$59]['get']['parameters'];
115121
115263
  declare const getDiasParties: (props: GetDiasPartiesProps, wgApiClient: ClientType) => Promise<GetDiasPartiesResponse>;
115122
115264
 
115123
- declare const routeName$57 = "/v1/api/connections/dias/employees";
115124
- type GetDiasEmployeesQueryParams = paths[typeof routeName$57]['get']['parameters']['query'];
115125
- type GetDiasEmployeesResponse = paths[typeof routeName$57]['get']['responses'][200]['content']['application/json'];
115126
- type GetDiasEmployeesProps = paths[typeof routeName$57]['get']['parameters'];
115265
+ declare const routeName$58 = "/v1/api/connections/dias/employees";
115266
+ type GetDiasEmployeesQueryParams = paths[typeof routeName$58]['get']['parameters']['query'];
115267
+ type GetDiasEmployeesResponse = paths[typeof routeName$58]['get']['responses'][200]['content']['application/json'];
115268
+ type GetDiasEmployeesProps = paths[typeof routeName$58]['get']['parameters'];
115127
115269
  declare const getDiasEmployees: (props: GetDiasEmployeesProps, wgApiClient: ClientType) => Promise<GetDiasEmployeesResponse>;
115128
115270
 
115129
- declare const routeName$56 = "/v1/api/connections/dias/parties/{dias_id}/imports";
115130
- type ImportDiasPartyInWegroupPathParams = paths[typeof routeName$56]['post']['parameters']['path'];
115131
- type ImportDiasPartyInWegroupQueryParams = paths[typeof routeName$56]['post']['parameters']['query'];
115132
- type ImportDiasPartyInWegroupResponse = paths[typeof routeName$56]['post']['responses'][201]['content']['application/json'];
115271
+ declare const routeName$57 = "/v1/api/connections/dias/parties/{dias_id}/imports";
115272
+ type ImportDiasPartyInWegroupPathParams = paths[typeof routeName$57]['post']['parameters']['path'];
115273
+ type ImportDiasPartyInWegroupQueryParams = paths[typeof routeName$57]['post']['parameters']['query'];
115274
+ type ImportDiasPartyInWegroupResponse = paths[typeof routeName$57]['post']['responses'][201]['content']['application/json'];
115133
115275
  interface ImportDiasPartyInWegroupProps {
115134
115276
  params: {
115135
115277
  query: ImportDiasPartyInWegroupQueryParams;
@@ -115138,27 +115280,27 @@ interface ImportDiasPartyInWegroupProps {
115138
115280
  }
115139
115281
  declare const importDiasPartyInWegroup: (props: ImportDiasPartyInWegroupProps, wgApiClient: ClientType) => Promise<ImportDiasPartyInWegroupResponse>;
115140
115282
 
115141
- declare const routeName$55 = "/v1/api/connections/fasterforward/employees";
115142
- type GetFasterforwardEmployeesQueryParams = paths[typeof routeName$55]['get']['parameters']['query'];
115143
- type GetFasterforwardEmployeesResponse = paths[typeof routeName$55]['get']['responses'][200]['content']['application/json'];
115144
- type GetFasterforwardEmployeesProps = paths[typeof routeName$55]['get']['parameters'];
115283
+ declare const routeName$56 = "/v1/api/connections/fasterforward/employees";
115284
+ type GetFasterforwardEmployeesQueryParams = paths[typeof routeName$56]['get']['parameters']['query'];
115285
+ type GetFasterforwardEmployeesResponse = paths[typeof routeName$56]['get']['responses'][200]['content']['application/json'];
115286
+ type GetFasterforwardEmployeesProps = paths[typeof routeName$56]['get']['parameters'];
115145
115287
  declare const getFasterforwardEmployees: (props: GetFasterforwardEmployeesProps, wgApiClient: ClientType) => Promise<GetFasterforwardEmployeesResponse>;
115146
115288
 
115147
- declare const routeName$54 = "/v1/api/connections/assu/employees";
115148
- type GetAssuEmployeesQueryParams = paths[typeof routeName$54]['get']['parameters']['query'];
115149
- type GetAssuEmployeesResponse = paths[typeof routeName$54]['get']['responses'][200]['content']['application/json'];
115150
- type GetAssuEmployeesProps = paths[typeof routeName$54]['get']['parameters'];
115289
+ declare const routeName$55 = "/v1/api/connections/assu/employees";
115290
+ type GetAssuEmployeesQueryParams = paths[typeof routeName$55]['get']['parameters']['query'];
115291
+ type GetAssuEmployeesResponse = paths[typeof routeName$55]['get']['responses'][200]['content']['application/json'];
115292
+ type GetAssuEmployeesProps = paths[typeof routeName$55]['get']['parameters'];
115151
115293
  declare const getAssuEmployees: (props: GetAssuEmployeesProps, wgApiClient: ClientType) => Promise<GetAssuEmployeesResponse>;
115152
115294
 
115153
- declare const routeName$53 = "/v1/api/connections/fasterforward/teams";
115154
- type GetFasterforwardTeamsQueryParams = paths[typeof routeName$53]['get']['parameters']['query'];
115155
- type GetFasterforwardTeamsResponse = paths[typeof routeName$53]['get']['responses'][200]['content']['application/json'];
115156
- type GetFasterforwardTeamsProps = paths[typeof routeName$53]['get']['parameters'];
115295
+ declare const routeName$54 = "/v1/api/connections/fasterforward/teams";
115296
+ type GetFasterforwardTeamsQueryParams = paths[typeof routeName$54]['get']['parameters']['query'];
115297
+ type GetFasterforwardTeamsResponse = paths[typeof routeName$54]['get']['responses'][200]['content']['application/json'];
115298
+ type GetFasterforwardTeamsProps = paths[typeof routeName$54]['get']['parameters'];
115157
115299
  declare const getFasterforwardTeams: (props: GetFasterforwardTeamsProps, wgApiClient: ClientType) => Promise<GetFasterforwardTeamsResponse>;
115158
115300
 
115159
- declare const routeName$52 = "/v1/api/connections/fasterforward/validate";
115160
- type ValidateFasterforwardConnectionQueryParams = paths[typeof routeName$52]['post']['parameters']['query'];
115161
- type ValidateFasterforwardConnectionResponse = paths[typeof routeName$52]['post']['responses'][200]['content']['application/json'];
115301
+ declare const routeName$53 = "/v1/api/connections/fasterforward/validate";
115302
+ type ValidateFasterforwardConnectionQueryParams = paths[typeof routeName$53]['post']['parameters']['query'];
115303
+ type ValidateFasterforwardConnectionResponse = paths[typeof routeName$53]['post']['responses'][200]['content']['application/json'];
115162
115304
  interface ValidateFasterforwardConnectionProps {
115163
115305
  params: {
115164
115306
  query: ValidateFasterforwardConnectionQueryParams;
@@ -115166,15 +115308,15 @@ interface ValidateFasterforwardConnectionProps {
115166
115308
  }
115167
115309
  declare const validateFasterforwardConnection: (props: ValidateFasterforwardConnectionProps, wgApiClient: ClientType) => Promise<ValidateFasterforwardConnectionResponse>;
115168
115310
 
115169
- declare const routeName$51 = "/v1/api/integrations/anva/parties";
115170
- type V1ApiIntegrationsAnvaPartiesGetQueryParams = paths[typeof routeName$51]['get']['parameters']['query'];
115171
- type V1ApiIntegrationsAnvaPartiesGetResponse = paths[typeof routeName$51]['get']['responses'][200]['content']['application/json'];
115172
- type V1ApiIntegrationsAnvaPartiesGetProps = paths[typeof routeName$51]['get']['parameters'];
115311
+ declare const routeName$52 = "/v1/api/integrations/anva/parties";
115312
+ type V1ApiIntegrationsAnvaPartiesGetQueryParams = paths[typeof routeName$52]['get']['parameters']['query'];
115313
+ type V1ApiIntegrationsAnvaPartiesGetResponse = paths[typeof routeName$52]['get']['responses'][200]['content']['application/json'];
115314
+ type V1ApiIntegrationsAnvaPartiesGetProps = paths[typeof routeName$52]['get']['parameters'];
115173
115315
  declare const v1ApiIntegrationsAnvaPartiesGet: (props: V1ApiIntegrationsAnvaPartiesGetProps, wgApiClient: ClientType) => Promise<V1ApiIntegrationsAnvaPartiesGetResponse>;
115174
115316
 
115175
- declare const routeName$50 = "/v1/api/integrations/anva/parties/{anva_id}/imports";
115176
- type V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostQueryParams = paths[typeof routeName$50]['post']['parameters']['query'];
115177
- type V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostResponse = paths[typeof routeName$50]['post']['responses'][201]['content']['application/json'];
115317
+ declare const routeName$51 = "/v1/api/integrations/anva/parties/{anva_id}/imports";
115318
+ type V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostQueryParams = paths[typeof routeName$51]['post']['parameters']['query'];
115319
+ type V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostResponse = paths[typeof routeName$51]['post']['responses'][201]['content']['application/json'];
115178
115320
  interface V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostProps {
115179
115321
  params: {
115180
115322
  query: V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostQueryParams;
@@ -115182,9 +115324,9 @@ interface V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostProps {
115182
115324
  }
115183
115325
  declare const v1ApiIntegrationsAnvaPartiesAnvaIdImportsPost: (props: V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostProps, wgApiClient: ClientType) => Promise<V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostResponse>;
115184
115326
 
115185
- declare const routeName$4$ = "/v1/api/integrations/anva/validate";
115186
- type V1ApiIntegrationsAnvaValidatePostQueryParams = paths[typeof routeName$4$]['post']['parameters']['query'];
115187
- type V1ApiIntegrationsAnvaValidatePostResponse = paths[typeof routeName$4$]['post']['responses'][200]['content']['application/json'];
115327
+ declare const routeName$50 = "/v1/api/integrations/anva/validate";
115328
+ type V1ApiIntegrationsAnvaValidatePostQueryParams = paths[typeof routeName$50]['post']['parameters']['query'];
115329
+ type V1ApiIntegrationsAnvaValidatePostResponse = paths[typeof routeName$50]['post']['responses'][200]['content']['application/json'];
115188
115330
  interface V1ApiIntegrationsAnvaValidatePostProps {
115189
115331
  params: {
115190
115332
  query: V1ApiIntegrationsAnvaValidatePostQueryParams;
@@ -115192,11 +115334,11 @@ interface V1ApiIntegrationsAnvaValidatePostProps {
115192
115334
  }
115193
115335
  declare const v1ApiIntegrationsAnvaValidatePost: (props: V1ApiIntegrationsAnvaValidatePostProps, wgApiClient: ClientType) => Promise<V1ApiIntegrationsAnvaValidatePostResponse>;
115194
115336
 
115195
- declare const routeName$4_ = "/v1/api/conversations/{session_id}/generate-questions-to-prefill-by-car";
115196
- type GenerateQuestionsToPrefillByCarBody = paths[typeof routeName$4_]['post']['requestBody']['content']['application/json'];
115197
- type GenerateQuestionsToPrefillByCarPathParams = paths[typeof routeName$4_]['post']['parameters']['path'];
115198
- type GenerateQuestionsToPrefillByCarQueryParams = paths[typeof routeName$4_]['post']['parameters']['query'];
115199
- type GenerateQuestionsToPrefillByCarResponse = paths[typeof routeName$4_]['post']['responses'][200]['content']['application/json'];
115337
+ declare const routeName$4$ = "/v1/api/conversations/{session_id}/generate-questions-to-prefill-by-car";
115338
+ type GenerateQuestionsToPrefillByCarBody = paths[typeof routeName$4$]['post']['requestBody']['content']['application/json'];
115339
+ type GenerateQuestionsToPrefillByCarPathParams = paths[typeof routeName$4$]['post']['parameters']['path'];
115340
+ type GenerateQuestionsToPrefillByCarQueryParams = paths[typeof routeName$4$]['post']['parameters']['query'];
115341
+ type GenerateQuestionsToPrefillByCarResponse = paths[typeof routeName$4$]['post']['responses'][200]['content']['application/json'];
115200
115342
  interface GenerateQuestionsToPrefillByCarProps {
115201
115343
  body: GenerateQuestionsToPrefillByCarBody;
115202
115344
  params: {
@@ -115206,11 +115348,11 @@ interface GenerateQuestionsToPrefillByCarProps {
115206
115348
  }
115207
115349
  declare const generateQuestionsToPrefillByCar: (props: GenerateQuestionsToPrefillByCarProps, wgApiClient: ClientType) => Promise<GenerateQuestionsToPrefillByCarResponse>;
115208
115350
 
115209
- declare const routeName$4Z = "/v1/api/flows/{flow_id}/conversations";
115210
- type CreateConversationBody = paths[typeof routeName$4Z]['post']['requestBody']['content']['application/json'];
115211
- type CreateConversationPathParams = paths[typeof routeName$4Z]['post']['parameters']['path'];
115212
- type CreateConversationQueryParams = paths[typeof routeName$4Z]['post']['parameters']['query'];
115213
- type CreateConversationResponse = paths[typeof routeName$4Z]['post']['responses'][201]['content']['application/json'];
115351
+ declare const routeName$4_ = "/v1/api/flows/{flow_id}/conversations";
115352
+ type CreateConversationBody = paths[typeof routeName$4_]['post']['requestBody']['content']['application/json'];
115353
+ type CreateConversationPathParams = paths[typeof routeName$4_]['post']['parameters']['path'];
115354
+ type CreateConversationQueryParams = paths[typeof routeName$4_]['post']['parameters']['query'];
115355
+ type CreateConversationResponse = paths[typeof routeName$4_]['post']['responses'][201]['content']['application/json'];
115214
115356
  interface CreateConversationProps {
115215
115357
  body: CreateConversationBody;
115216
115358
  params: {
@@ -115220,11 +115362,11 @@ interface CreateConversationProps {
115220
115362
  }
115221
115363
  declare const createConversation: (props: CreateConversationProps, wgApiClient: ClientType) => Promise<CreateConversationResponse>;
115222
115364
 
115223
- declare const routeName$4Y = "/v1/api/flows/{flow_id}/conversations/{session_id}/answers";
115224
- type AnswerAFlowSessionBody = paths[typeof routeName$4Y]['post']['requestBody']['content']['application/json'];
115225
- type AnswerAFlowSessionPathParams = paths[typeof routeName$4Y]['post']['parameters']['path'];
115226
- type AnswerAFlowSessionQueryParams = paths[typeof routeName$4Y]['post']['parameters']['query'];
115227
- type AnswerAFlowSessionResponse = paths[typeof routeName$4Y]['post']['responses'][200]['content']['application/json'];
115365
+ declare const routeName$4Z = "/v1/api/flows/{flow_id}/conversations/{session_id}/answers";
115366
+ type AnswerAFlowSessionBody = paths[typeof routeName$4Z]['post']['requestBody']['content']['application/json'];
115367
+ type AnswerAFlowSessionPathParams = paths[typeof routeName$4Z]['post']['parameters']['path'];
115368
+ type AnswerAFlowSessionQueryParams = paths[typeof routeName$4Z]['post']['parameters']['query'];
115369
+ type AnswerAFlowSessionResponse = paths[typeof routeName$4Z]['post']['responses'][200]['content']['application/json'];
115228
115370
  interface AnswerAFlowSessionProps {
115229
115371
  body: AnswerAFlowSessionBody;
115230
115372
  params: {
@@ -115234,28 +115376,28 @@ interface AnswerAFlowSessionProps {
115234
115376
  }
115235
115377
  declare const answerAFlowSession: (props: AnswerAFlowSessionProps, wgApiClient: ClientType) => Promise<AnswerAFlowSessionResponse>;
115236
115378
 
115237
- declare const routeName$4X = "/v1/api/conversations";
115238
- type GetAllConversationsQueryParams = paths[typeof routeName$4X]['get']['parameters']['query'];
115239
- type GetAllConversationsResponse = paths[typeof routeName$4X]['get']['responses'][200]['content']['application/json'];
115240
- type GetAllConversationsProps = paths[typeof routeName$4X]['get']['parameters'];
115379
+ declare const routeName$4Y = "/v1/api/conversations";
115380
+ type GetAllConversationsQueryParams = paths[typeof routeName$4Y]['get']['parameters']['query'];
115381
+ type GetAllConversationsResponse = paths[typeof routeName$4Y]['get']['responses'][200]['content']['application/json'];
115382
+ type GetAllConversationsProps = paths[typeof routeName$4Y]['get']['parameters'];
115241
115383
  declare const getAllConversations: (props: GetAllConversationsProps, wgApiClient: ClientType) => Promise<GetAllConversationsResponse>;
115242
115384
 
115243
- declare const routeName$4W = "/v1/api/conversations-filters/origin";
115244
- type GetConversationsOriginFilterQueryParams = paths[typeof routeName$4W]['get']['parameters']['query'];
115245
- type GetConversationsOriginFilterResponse = paths[typeof routeName$4W]['get']['responses'][200]['content']['application/json'];
115246
- type GetConversationsOriginFilterProps = paths[typeof routeName$4W]['get']['parameters'];
115385
+ declare const routeName$4X = "/v1/api/conversations-filters/origin";
115386
+ type GetConversationsOriginFilterQueryParams = paths[typeof routeName$4X]['get']['parameters']['query'];
115387
+ type GetConversationsOriginFilterResponse = paths[typeof routeName$4X]['get']['responses'][200]['content']['application/json'];
115388
+ type GetConversationsOriginFilterProps = paths[typeof routeName$4X]['get']['parameters'];
115247
115389
  declare const getConversationsOriginFilter: (props: GetConversationsOriginFilterProps, wgApiClient: ClientType) => Promise<GetConversationsOriginFilterResponse>;
115248
115390
 
115249
- declare const routeName$4V = "/v1/api/conversations/{session_id}";
115250
- type GetConversationByIdPathParams = paths[typeof routeName$4V]['get']['parameters']['path'];
115251
- type GetConversationByIdQueryParams = paths[typeof routeName$4V]['get']['parameters']['query'];
115252
- type GetConversationByIdResponse = paths[typeof routeName$4V]['get']['responses'][200]['content']['application/json'];
115253
- type GetConversationByIdProps = paths[typeof routeName$4V]['get']['parameters'];
115391
+ declare const routeName$4W = "/v1/api/conversations/{session_id}";
115392
+ type GetConversationByIdPathParams = paths[typeof routeName$4W]['get']['parameters']['path'];
115393
+ type GetConversationByIdQueryParams = paths[typeof routeName$4W]['get']['parameters']['query'];
115394
+ type GetConversationByIdResponse = paths[typeof routeName$4W]['get']['responses'][200]['content']['application/json'];
115395
+ type GetConversationByIdProps = paths[typeof routeName$4W]['get']['parameters'];
115254
115396
  declare const getConversationById: (props: GetConversationByIdProps, wgApiClient: ClientType) => Promise<GetConversationByIdResponse>;
115255
115397
 
115256
- declare const routeName$4U = "/v1/api/conversations/{session_id}";
115257
- type DeleteSessionBySessionIdPathParams = paths[typeof routeName$4U]['delete']['parameters']['path'];
115258
- type DeleteSessionBySessionIdResponse = paths[typeof routeName$4U]['delete']['responses'][200]['content']['application/json'];
115398
+ declare const routeName$4V = "/v1/api/conversations/{session_id}";
115399
+ type DeleteSessionBySessionIdPathParams = paths[typeof routeName$4V]['delete']['parameters']['path'];
115400
+ type DeleteSessionBySessionIdResponse = paths[typeof routeName$4V]['delete']['responses'][200]['content']['application/json'];
115259
115401
  interface DeleteSessionBySessionIdProps {
115260
115402
  params: {
115261
115403
  path: DeleteSessionBySessionIdPathParams;
@@ -115263,10 +115405,10 @@ interface DeleteSessionBySessionIdProps {
115263
115405
  }
115264
115406
  declare const deleteSessionBySessionId: (props: DeleteSessionBySessionIdProps, wgApiClient: ClientType) => Promise<DeleteSessionBySessionIdResponse>;
115265
115407
 
115266
- declare const routeName$4T = "/v1/api/conversations/{session_id}";
115267
- type UpdateConversationByIdBody = paths[typeof routeName$4T]['patch']['requestBody']['content']['application/json'];
115268
- type UpdateConversationByIdPathParams = paths[typeof routeName$4T]['patch']['parameters']['path'];
115269
- type UpdateConversationByIdResponse = paths[typeof routeName$4T]['patch']['responses'][200]['content']['application/json'];
115408
+ declare const routeName$4U = "/v1/api/conversations/{session_id}";
115409
+ type UpdateConversationByIdBody = paths[typeof routeName$4U]['patch']['requestBody']['content']['application/json'];
115410
+ type UpdateConversationByIdPathParams = paths[typeof routeName$4U]['patch']['parameters']['path'];
115411
+ type UpdateConversationByIdResponse = paths[typeof routeName$4U]['patch']['responses'][200]['content']['application/json'];
115270
115412
  interface UpdateConversationByIdProps {
115271
115413
  body: UpdateConversationByIdBody;
115272
115414
  params: {
@@ -115275,16 +115417,16 @@ interface UpdateConversationByIdProps {
115275
115417
  }
115276
115418
  declare const updateConversationById: (props: UpdateConversationByIdProps, wgApiClient: ClientType) => Promise<UpdateConversationByIdResponse>;
115277
115419
 
115278
- declare const routeName$4S = "/v1/api/conversations/{session_id}/sessions";
115279
- type GetAllSessionsBySessionIdPathParams = paths[typeof routeName$4S]['get']['parameters']['path'];
115280
- type GetAllSessionsBySessionIdQueryParams = paths[typeof routeName$4S]['get']['parameters']['query'];
115281
- type GetAllSessionsBySessionIdResponse = paths[typeof routeName$4S]['get']['responses'][200]['content']['application/json'];
115282
- type GetAllSessionsBySessionIdProps = paths[typeof routeName$4S]['get']['parameters'];
115420
+ declare const routeName$4T = "/v1/api/conversations/{session_id}/sessions";
115421
+ type GetAllSessionsBySessionIdPathParams = paths[typeof routeName$4T]['get']['parameters']['path'];
115422
+ type GetAllSessionsBySessionIdQueryParams = paths[typeof routeName$4T]['get']['parameters']['query'];
115423
+ type GetAllSessionsBySessionIdResponse = paths[typeof routeName$4T]['get']['responses'][200]['content']['application/json'];
115424
+ type GetAllSessionsBySessionIdProps = paths[typeof routeName$4T]['get']['parameters'];
115283
115425
  declare const getAllSessionsBySessionId: (props: GetAllSessionsBySessionIdProps, wgApiClient: ClientType) => Promise<GetAllSessionsBySessionIdResponse>;
115284
115426
 
115285
- declare const routeName$4R = "/v1/api/conversations/{session_id}/sessions";
115286
- type DeleteAllSessionsBySessionIdPathParams = paths[typeof routeName$4R]['delete']['parameters']['path'];
115287
- type DeleteAllSessionsBySessionIdResponse = paths[typeof routeName$4R]['delete']['responses'][200]['content']['application/json'];
115427
+ declare const routeName$4S = "/v1/api/conversations/{session_id}/sessions";
115428
+ type DeleteAllSessionsBySessionIdPathParams = paths[typeof routeName$4S]['delete']['parameters']['path'];
115429
+ type DeleteAllSessionsBySessionIdResponse = paths[typeof routeName$4S]['delete']['responses'][200]['content']['application/json'];
115288
115430
  interface DeleteAllSessionsBySessionIdProps {
115289
115431
  params: {
115290
115432
  path: DeleteAllSessionsBySessionIdPathParams;
@@ -115292,10 +115434,10 @@ interface DeleteAllSessionsBySessionIdProps {
115292
115434
  }
115293
115435
  declare const deleteAllSessionsBySessionId: (props: DeleteAllSessionsBySessionIdProps, wgApiClient: ClientType) => Promise<DeleteAllSessionsBySessionIdResponse>;
115294
115436
 
115295
- declare const routeName$4Q = "/v1/api/conversations/{session_id}/entities/{entity_id}";
115296
- type DeleteEntityBySessionIdAndFlowIdPathParams = paths[typeof routeName$4Q]['delete']['parameters']['path'];
115297
- type DeleteEntityBySessionIdAndFlowIdQueryParams = paths[typeof routeName$4Q]['delete']['parameters']['query'];
115298
- type DeleteEntityBySessionIdAndFlowIdResponse = paths[typeof routeName$4Q]['delete']['responses'][200]['content']['application/json'];
115437
+ declare const routeName$4R = "/v1/api/conversations/{session_id}/entities/{entity_id}";
115438
+ type DeleteEntityBySessionIdAndFlowIdPathParams = paths[typeof routeName$4R]['delete']['parameters']['path'];
115439
+ type DeleteEntityBySessionIdAndFlowIdQueryParams = paths[typeof routeName$4R]['delete']['parameters']['query'];
115440
+ type DeleteEntityBySessionIdAndFlowIdResponse = paths[typeof routeName$4R]['delete']['responses'][200]['content']['application/json'];
115299
115441
  interface DeleteEntityBySessionIdAndFlowIdProps {
115300
115442
  params: {
115301
115443
  query: DeleteEntityBySessionIdAndFlowIdQueryParams;
@@ -115304,10 +115446,10 @@ interface DeleteEntityBySessionIdAndFlowIdProps {
115304
115446
  }
115305
115447
  declare const deleteEntityBySessionIdAndFlowId: (props: DeleteEntityBySessionIdAndFlowIdProps, wgApiClient: ClientType) => Promise<DeleteEntityBySessionIdAndFlowIdResponse>;
115306
115448
 
115307
- declare const routeName$4P = "/v1/api/conversations/{session_id}/entities/{entity_id}/parties/{party_id}";
115308
- type DeletePartyEntityBySessionIdAndFlowIdPathParams = paths[typeof routeName$4P]['delete']['parameters']['path'];
115309
- type DeletePartyEntityBySessionIdAndFlowIdQueryParams = paths[typeof routeName$4P]['delete']['parameters']['query'];
115310
- type DeletePartyEntityBySessionIdAndFlowIdResponse = paths[typeof routeName$4P]['delete']['responses'][200]['content']['application/json'];
115449
+ declare const routeName$4Q = "/v1/api/conversations/{session_id}/entities/{entity_id}/parties/{party_id}";
115450
+ type DeletePartyEntityBySessionIdAndFlowIdPathParams = paths[typeof routeName$4Q]['delete']['parameters']['path'];
115451
+ type DeletePartyEntityBySessionIdAndFlowIdQueryParams = paths[typeof routeName$4Q]['delete']['parameters']['query'];
115452
+ type DeletePartyEntityBySessionIdAndFlowIdResponse = paths[typeof routeName$4Q]['delete']['responses'][200]['content']['application/json'];
115311
115453
  interface DeletePartyEntityBySessionIdAndFlowIdProps {
115312
115454
  params: {
115313
115455
  query: DeletePartyEntityBySessionIdAndFlowIdQueryParams;
@@ -115316,10 +115458,10 @@ interface DeletePartyEntityBySessionIdAndFlowIdProps {
115316
115458
  }
115317
115459
  declare const deletePartyEntityBySessionIdAndFlowId: (props: DeletePartyEntityBySessionIdAndFlowIdProps, wgApiClient: ClientType) => Promise<DeletePartyEntityBySessionIdAndFlowIdResponse>;
115318
115460
 
115319
- declare const routeName$4O = "/v1/api/conversations/{session_id}/complete";
115320
- type MarkConversationAsCompletedByIdBody = paths[typeof routeName$4O]['post']['requestBody']['content']['application/json'];
115321
- type MarkConversationAsCompletedByIdPathParams = paths[typeof routeName$4O]['post']['parameters']['path'];
115322
- type MarkConversationAsCompletedByIdResponse = paths[typeof routeName$4O]['post']['responses'][200]['content']['application/json'];
115461
+ declare const routeName$4P = "/v1/api/conversations/{session_id}/complete";
115462
+ type MarkConversationAsCompletedByIdBody = paths[typeof routeName$4P]['post']['requestBody']['content']['application/json'];
115463
+ type MarkConversationAsCompletedByIdPathParams = paths[typeof routeName$4P]['post']['parameters']['path'];
115464
+ type MarkConversationAsCompletedByIdResponse = paths[typeof routeName$4P]['post']['responses'][200]['content']['application/json'];
115323
115465
  interface MarkConversationAsCompletedByIdProps {
115324
115466
  body: MarkConversationAsCompletedByIdBody;
115325
115467
  params: {
@@ -115328,9 +115470,9 @@ interface MarkConversationAsCompletedByIdProps {
115328
115470
  }
115329
115471
  declare const markConversationAsCompletedById: (props: MarkConversationAsCompletedByIdProps, wgApiClient: ClientType) => Promise<MarkConversationAsCompletedByIdResponse>;
115330
115472
 
115331
- declare const routeName$4N = "/v1/api/conversations/{session_id}/reminders";
115332
- type CreateConversationReminderPathParams = paths[typeof routeName$4N]['post']['parameters']['path'];
115333
- type CreateConversationReminderResponse = paths[typeof routeName$4N]['post']['responses'][200]['content']['application/json'];
115473
+ declare const routeName$4O = "/v1/api/conversations/{session_id}/reminders";
115474
+ type CreateConversationReminderPathParams = paths[typeof routeName$4O]['post']['parameters']['path'];
115475
+ type CreateConversationReminderResponse = paths[typeof routeName$4O]['post']['responses'][200]['content']['application/json'];
115334
115476
  interface CreateConversationReminderProps {
115335
115477
  params: {
115336
115478
  path: CreateConversationReminderPathParams;
@@ -115338,11 +115480,11 @@ interface CreateConversationReminderProps {
115338
115480
  }
115339
115481
  declare const createConversationReminder: (props: CreateConversationReminderProps, wgApiClient: ClientType) => Promise<CreateConversationReminderResponse>;
115340
115482
 
115341
- declare const routeName$4M = "/v1/api/conversations/{session_id}/pdf";
115342
- type GetConversationReportPdfByIdBody = paths[typeof routeName$4M]['post']['requestBody']['content']['application/json'];
115343
- type GetConversationReportPdfByIdPathParams = paths[typeof routeName$4M]['post']['parameters']['path'];
115344
- type GetConversationReportPdfByIdQueryParams = paths[typeof routeName$4M]['post']['parameters']['query'];
115345
- type GetConversationReportPdfByIdResponse = paths[typeof routeName$4M]['post']['responses'][200]['content']['application/json'];
115483
+ declare const routeName$4N = "/v1/api/conversations/{session_id}/pdf";
115484
+ type GetConversationReportPdfByIdBody = paths[typeof routeName$4N]['post']['requestBody']['content']['application/json'];
115485
+ type GetConversationReportPdfByIdPathParams = paths[typeof routeName$4N]['post']['parameters']['path'];
115486
+ type GetConversationReportPdfByIdQueryParams = paths[typeof routeName$4N]['post']['parameters']['query'];
115487
+ type GetConversationReportPdfByIdResponse = paths[typeof routeName$4N]['post']['responses'][200]['content']['application/json'];
115346
115488
  interface GetConversationReportPdfByIdProps {
115347
115489
  body: GetConversationReportPdfByIdBody;
115348
115490
  params: {
@@ -115352,10 +115494,10 @@ interface GetConversationReportPdfByIdProps {
115352
115494
  }
115353
115495
  declare const getConversationReportPdfById: (props: GetConversationReportPdfByIdProps, wgApiClient: ClientType) => Promise<GetConversationReportPdfByIdResponse>;
115354
115496
 
115355
- declare const routeName$4L = "/v1/api/conversations/{session_id}/feedback";
115356
- type GiveFeedbackOnConversationByIdPathParams = paths[typeof routeName$4L]['post']['parameters']['path'];
115357
- type GiveFeedbackOnConversationByIdQueryParams = paths[typeof routeName$4L]['post']['parameters']['query'];
115358
- type GiveFeedbackOnConversationByIdResponse = paths[typeof routeName$4L]['post']['responses'][201]['content']['application/json'];
115497
+ declare const routeName$4M = "/v1/api/conversations/{session_id}/feedback";
115498
+ type GiveFeedbackOnConversationByIdPathParams = paths[typeof routeName$4M]['post']['parameters']['path'];
115499
+ type GiveFeedbackOnConversationByIdQueryParams = paths[typeof routeName$4M]['post']['parameters']['query'];
115500
+ type GiveFeedbackOnConversationByIdResponse = paths[typeof routeName$4M]['post']['responses'][201]['content']['application/json'];
115359
115501
  interface GiveFeedbackOnConversationByIdProps {
115360
115502
  params: {
115361
115503
  query: GiveFeedbackOnConversationByIdQueryParams;
@@ -115364,27 +115506,27 @@ interface GiveFeedbackOnConversationByIdProps {
115364
115506
  }
115365
115507
  declare const giveFeedbackOnConversationById: (props: GiveFeedbackOnConversationByIdProps, wgApiClient: ClientType) => Promise<GiveFeedbackOnConversationByIdResponse>;
115366
115508
 
115367
- declare const routeName$4K = "/v1/api/conversations/{session_id}/chat";
115368
- type GetChatBySessionIdPathParams = paths[typeof routeName$4K]['get']['parameters']['path'];
115369
- type GetChatBySessionIdResponse = paths[typeof routeName$4K]['get']['responses'][200]['content']['application/json'];
115370
- type GetChatBySessionIdProps = paths[typeof routeName$4K]['get']['parameters'];
115509
+ declare const routeName$4L = "/v1/api/conversations/{session_id}/chat";
115510
+ type GetChatBySessionIdPathParams = paths[typeof routeName$4L]['get']['parameters']['path'];
115511
+ type GetChatBySessionIdResponse = paths[typeof routeName$4L]['get']['responses'][200]['content']['application/json'];
115512
+ type GetChatBySessionIdProps = paths[typeof routeName$4L]['get']['parameters'];
115371
115513
  declare const getChatBySessionId: (props: GetChatBySessionIdProps, wgApiClient: ClientType) => Promise<GetChatBySessionIdResponse>;
115372
115514
 
115373
- declare const routeName$4J = "/v2/api/conversations/{session_id}/chat-summary";
115374
- type GetChatSummaryV2BySessionIdPathParams = paths[typeof routeName$4J]['get']['parameters']['path'];
115375
- type GetChatSummaryV2BySessionIdQueryParams = paths[typeof routeName$4J]['get']['parameters']['query'];
115376
- type GetChatSummaryV2BySessionIdResponse = paths[typeof routeName$4J]['get']['responses'][200]['content']['application/json'];
115377
- type GetChatSummaryV2BySessionIdProps = paths[typeof routeName$4J]['get']['parameters'];
115515
+ declare const routeName$4K = "/v2/api/conversations/{session_id}/chat-summary";
115516
+ type GetChatSummaryV2BySessionIdPathParams = paths[typeof routeName$4K]['get']['parameters']['path'];
115517
+ type GetChatSummaryV2BySessionIdQueryParams = paths[typeof routeName$4K]['get']['parameters']['query'];
115518
+ type GetChatSummaryV2BySessionIdResponse = paths[typeof routeName$4K]['get']['responses'][200]['content']['application/json'];
115519
+ type GetChatSummaryV2BySessionIdProps = paths[typeof routeName$4K]['get']['parameters'];
115378
115520
  declare const getChatSummaryV2BySessionId: (props: GetChatSummaryV2BySessionIdProps, wgApiClient: ClientType) => Promise<GetChatSummaryV2BySessionIdResponse>;
115379
115521
 
115380
- declare const routeName$4I = "/v1/api/customers/me/parties";
115381
- type GetPartiesLinkedToUserResponse = paths[typeof routeName$4I]['get']['responses'][200]['content']['application/json'];
115522
+ declare const routeName$4J = "/v1/api/customers/me/parties";
115523
+ type GetPartiesLinkedToUserResponse = paths[typeof routeName$4J]['get']['responses'][200]['content']['application/json'];
115382
115524
  declare const getPartiesLinkedToUser: (wgApiClient: ClientType) => Promise<GetPartiesLinkedToUserResponse>;
115383
115525
 
115384
- declare const routeName$4H = "/v1/api/parties/{party_id}/customer-invitations";
115385
- type InviteUserToPartyBody = paths[typeof routeName$4H]['post']['requestBody']['content']['application/json'];
115386
- type InviteUserToPartyPathParams = paths[typeof routeName$4H]['post']['parameters']['path'];
115387
- type InviteUserToPartyResponse = paths[typeof routeName$4H]['post']['responses'][200]['content']['application/json'];
115526
+ declare const routeName$4I = "/v1/api/parties/{party_id}/customer-invitations";
115527
+ type InviteUserToPartyBody = paths[typeof routeName$4I]['post']['requestBody']['content']['application/json'];
115528
+ type InviteUserToPartyPathParams = paths[typeof routeName$4I]['post']['parameters']['path'];
115529
+ type InviteUserToPartyResponse = paths[typeof routeName$4I]['post']['responses'][200]['content']['application/json'];
115388
115530
  interface InviteUserToPartyProps {
115389
115531
  body: InviteUserToPartyBody;
115390
115532
  params: {
@@ -115393,6 +115535,12 @@ interface InviteUserToPartyProps {
115393
115535
  }
115394
115536
  declare const inviteUserToParty: (props: InviteUserToPartyProps, wgApiClient: ClientType) => Promise<InviteUserToPartyResponse>;
115395
115537
 
115538
+ declare const routeName$4H = "/v1/api/parties/{party_id}/checkup";
115539
+ type GetCheckupByPartyIdPathParams = paths[typeof routeName$4H]['get']['parameters']['path'];
115540
+ type GetCheckupByPartyIdResponse = paths[typeof routeName$4H]['get']['responses'][200]['content']['application/json'];
115541
+ type GetCheckupByPartyIdProps = paths[typeof routeName$4H]['get']['parameters'];
115542
+ declare const getCheckupByPartyId: (props: GetCheckupByPartyIdProps, wgApiClient: ClientType) => Promise<GetCheckupByPartyIdResponse>;
115543
+
115396
115544
  declare const routeName$4G = "/v1/api/parties/link-users";
115397
115545
  type LinkPartyToUserBody = paths[typeof routeName$4G]['post']['requestBody']['content']['application/json'];
115398
115546
  type LinkPartyToUserResponse = paths[typeof routeName$4G]['post']['responses'][200]['content']['application/json'];
@@ -117195,17 +117343,11 @@ type GetKycByPartyResponse = paths[typeof routeName$1p]['get']['responses'][200]
117195
117343
  type GetKycByPartyProps = paths[typeof routeName$1p]['get']['parameters'];
117196
117344
  declare const getKycByParty: (props: GetKycByPartyProps, wgApiClient: ClientType) => Promise<GetKycByPartyResponse>;
117197
117345
 
117198
- declare const routeName$1o = "/v1/api/risk_objects/{risk_object_id}/compliance";
117199
- type GetComplianceByRiskObjectIdPathParams = paths[typeof routeName$1o]['get']['parameters']['path'];
117200
- type GetComplianceByRiskObjectIdResponse = paths[typeof routeName$1o]['get']['responses'][200]['content']['application/json'];
117201
- type GetComplianceByRiskObjectIdProps = paths[typeof routeName$1o]['get']['parameters'];
117202
- declare const getComplianceByRiskObjectId: (props: GetComplianceByRiskObjectIdProps, wgApiClient: ClientType) => Promise<GetComplianceByRiskObjectIdResponse>;
117203
-
117204
- declare const routeName$1n = "/v2/api/quotes/{insurance_type}/{insurance_company}/{insurance}";
117205
- type CalculateQuotesV2Body = paths[typeof routeName$1n]['post']['requestBody']['content']['application/json'];
117206
- type CalculateQuotesV2PathParams = paths[typeof routeName$1n]['post']['parameters']['path'];
117207
- type CalculateQuotesV2QueryParams = paths[typeof routeName$1n]['post']['parameters']['query'];
117208
- type CalculateQuotesV2Response = paths[typeof routeName$1n]['post']['responses'][200]['content']['application/json'];
117346
+ declare const routeName$1o = "/v2/api/quotes/{insurance_type}/{insurance_company}/{insurance}";
117347
+ type CalculateQuotesV2Body = paths[typeof routeName$1o]['post']['requestBody']['content']['application/json'];
117348
+ type CalculateQuotesV2PathParams = paths[typeof routeName$1o]['post']['parameters']['path'];
117349
+ type CalculateQuotesV2QueryParams = paths[typeof routeName$1o]['post']['parameters']['query'];
117350
+ type CalculateQuotesV2Response = paths[typeof routeName$1o]['post']['responses'][200]['content']['application/json'];
117209
117351
  interface CalculateQuotesV2Props {
117210
117352
  body: CalculateQuotesV2Body;
117211
117353
  params: {
@@ -117215,11 +117357,11 @@ interface CalculateQuotesV2Props {
117215
117357
  }
117216
117358
  declare const calculateQuotesV2: (props: CalculateQuotesV2Props, wgApiClient: ClientType) => Promise<CalculateQuotesV2Response>;
117217
117359
 
117218
- declare const routeName$1m = "/v1/api/quotes/{quote_id}/export/insurance_module";
117219
- type ExportQuoteByIdBody = paths[typeof routeName$1m]['post']['requestBody']['content']['application/json'];
117220
- type ExportQuoteByIdPathParams = paths[typeof routeName$1m]['post']['parameters']['path'];
117221
- type ExportQuoteByIdQueryParams = paths[typeof routeName$1m]['post']['parameters']['query'];
117222
- type ExportQuoteByIdResponse = paths[typeof routeName$1m]['post']['responses'][200]['content']['application/json'];
117360
+ declare const routeName$1n = "/v1/api/quotes/{quote_id}/export/insurance_module";
117361
+ type ExportQuoteByIdBody = paths[typeof routeName$1n]['post']['requestBody']['content']['application/json'];
117362
+ type ExportQuoteByIdPathParams = paths[typeof routeName$1n]['post']['parameters']['path'];
117363
+ type ExportQuoteByIdQueryParams = paths[typeof routeName$1n]['post']['parameters']['query'];
117364
+ type ExportQuoteByIdResponse = paths[typeof routeName$1n]['post']['responses'][200]['content']['application/json'];
117223
117365
  interface ExportQuoteByIdProps {
117224
117366
  body: ExportQuoteByIdBody;
117225
117367
  params: {
@@ -117229,17 +117371,17 @@ interface ExportQuoteByIdProps {
117229
117371
  }
117230
117372
  declare const exportQuoteById: (props: ExportQuoteByIdProps, wgApiClient: ClientType) => Promise<ExportQuoteByIdResponse>;
117231
117373
 
117232
- declare const routeName$1l = "/v1/api/quotes/exports/insurance_module";
117233
- type GetQuoteExportsQueryParams = paths[typeof routeName$1l]['get']['parameters']['query'];
117234
- type GetQuoteExportsResponse = paths[typeof routeName$1l]['get']['responses'][200]['content']['application/json'];
117235
- type GetQuoteExportsProps = paths[typeof routeName$1l]['get']['parameters'];
117374
+ declare const routeName$1m = "/v1/api/quotes/exports/insurance_module";
117375
+ type GetQuoteExportsQueryParams = paths[typeof routeName$1m]['get']['parameters']['query'];
117376
+ type GetQuoteExportsResponse = paths[typeof routeName$1m]['get']['responses'][200]['content']['application/json'];
117377
+ type GetQuoteExportsProps = paths[typeof routeName$1m]['get']['parameters'];
117236
117378
  declare const getQuoteExports: (props: GetQuoteExportsProps, wgApiClient: ClientType) => Promise<GetQuoteExportsResponse>;
117237
117379
 
117238
- declare const routeName$1k = "/v1/api/quotes/{quote_id}/email-inquiries";
117239
- type SendQuoteAsMailBody = paths[typeof routeName$1k]['post']['requestBody']['content']['application/json'];
117240
- type SendQuoteAsMailPathParams = paths[typeof routeName$1k]['post']['parameters']['path'];
117241
- type SendQuoteAsMailQueryParams = paths[typeof routeName$1k]['post']['parameters']['query'];
117242
- type SendQuoteAsMailResponse = paths[typeof routeName$1k]['post']['responses'][200]['content']['application/json'];
117380
+ declare const routeName$1l = "/v1/api/quotes/{quote_id}/email-inquiries";
117381
+ type SendQuoteAsMailBody = paths[typeof routeName$1l]['post']['requestBody']['content']['application/json'];
117382
+ type SendQuoteAsMailPathParams = paths[typeof routeName$1l]['post']['parameters']['path'];
117383
+ type SendQuoteAsMailQueryParams = paths[typeof routeName$1l]['post']['parameters']['query'];
117384
+ type SendQuoteAsMailResponse = paths[typeof routeName$1l]['post']['responses'][200]['content']['application/json'];
117243
117385
  interface SendQuoteAsMailProps {
117244
117386
  body: SendQuoteAsMailBody;
117245
117387
  params: {
@@ -117249,10 +117391,10 @@ interface SendQuoteAsMailProps {
117249
117391
  }
117250
117392
  declare const sendQuoteAsMail: (props: SendQuoteAsMailProps, wgApiClient: ClientType) => Promise<SendQuoteAsMailResponse>;
117251
117393
 
117252
- declare const routeName$1j = "/v1/api/batches/{batch_id}/sessions";
117253
- type CreateProflowSessionByBatchIdPathParams = paths[typeof routeName$1j]['post']['parameters']['path'];
117254
- type CreateProflowSessionByBatchIdQueryParams = paths[typeof routeName$1j]['post']['parameters']['query'];
117255
- type CreateProflowSessionByBatchIdResponse = paths[typeof routeName$1j]['post']['responses'][200]['content']['application/json'];
117394
+ declare const routeName$1k = "/v1/api/batches/{batch_id}/sessions";
117395
+ type CreateProflowSessionByBatchIdPathParams = paths[typeof routeName$1k]['post']['parameters']['path'];
117396
+ type CreateProflowSessionByBatchIdQueryParams = paths[typeof routeName$1k]['post']['parameters']['query'];
117397
+ type CreateProflowSessionByBatchIdResponse = paths[typeof routeName$1k]['post']['responses'][200]['content']['application/json'];
117256
117398
  interface CreateProflowSessionByBatchIdProps {
117257
117399
  params: {
117258
117400
  query: CreateProflowSessionByBatchIdQueryParams;
@@ -117261,11 +117403,11 @@ interface CreateProflowSessionByBatchIdProps {
117261
117403
  }
117262
117404
  declare const createProflowSessionByBatchId: (props: CreateProflowSessionByBatchIdProps, wgApiClient: ClientType) => Promise<CreateProflowSessionByBatchIdResponse>;
117263
117405
 
117264
- declare const routeName$1i = "/v1/api/conversations/{session_id}/possible-quote-combinations";
117265
- type GeneratePossibleProductsBySessionV2Body = paths[typeof routeName$1i]['post']['requestBody']['content']['application/json'];
117266
- type GeneratePossibleProductsBySessionV2PathParams = paths[typeof routeName$1i]['post']['parameters']['path'];
117267
- type GeneratePossibleProductsBySessionV2QueryParams = paths[typeof routeName$1i]['post']['parameters']['query'];
117268
- type GeneratePossibleProductsBySessionV2Response = paths[typeof routeName$1i]['post']['responses'][200]['content']['application/json'];
117406
+ declare const routeName$1j = "/v1/api/conversations/{session_id}/possible-quote-combinations";
117407
+ type GeneratePossibleProductsBySessionV2Body = paths[typeof routeName$1j]['post']['requestBody']['content']['application/json'];
117408
+ type GeneratePossibleProductsBySessionV2PathParams = paths[typeof routeName$1j]['post']['parameters']['path'];
117409
+ type GeneratePossibleProductsBySessionV2QueryParams = paths[typeof routeName$1j]['post']['parameters']['query'];
117410
+ type GeneratePossibleProductsBySessionV2Response = paths[typeof routeName$1j]['post']['responses'][200]['content']['application/json'];
117269
117411
  interface GeneratePossibleProductsBySessionV2Props {
117270
117412
  body: GeneratePossibleProductsBySessionV2Body;
117271
117413
  params: {
@@ -117275,32 +117417,32 @@ interface GeneratePossibleProductsBySessionV2Props {
117275
117417
  }
117276
117418
  declare const generatePossibleProductsBySessionV2: (props: GeneratePossibleProductsBySessionV2Props, wgApiClient: ClientType) => Promise<GeneratePossibleProductsBySessionV2Response>;
117277
117419
 
117278
- declare const routeName$1h = "/v1/api/quotes/insights/{insurance_type}";
117279
- type GetQuoteInsightsPathParams = paths[typeof routeName$1h]['get']['parameters']['path'];
117280
- type GetQuoteInsightsQueryParams = paths[typeof routeName$1h]['get']['parameters']['query'];
117281
- type GetQuoteInsightsResponse = paths[typeof routeName$1h]['get']['responses'][200]['content']['application/json'];
117282
- type GetQuoteInsightsProps = paths[typeof routeName$1h]['get']['parameters'];
117420
+ declare const routeName$1i = "/v1/api/quotes/insights/{insurance_type}";
117421
+ type GetQuoteInsightsPathParams = paths[typeof routeName$1i]['get']['parameters']['path'];
117422
+ type GetQuoteInsightsQueryParams = paths[typeof routeName$1i]['get']['parameters']['query'];
117423
+ type GetQuoteInsightsResponse = paths[typeof routeName$1i]['get']['responses'][200]['content']['application/json'];
117424
+ type GetQuoteInsightsProps = paths[typeof routeName$1i]['get']['parameters'];
117283
117425
  declare const getQuoteInsights: (props: GetQuoteInsightsProps, wgApiClient: ClientType) => Promise<GetQuoteInsightsResponse>;
117284
117426
 
117285
- declare const routeName$1g = "/v1/api/conversations/{session_id}/quotes-batches";
117286
- type GetQuotesAsBatchResultsByConversationIdPathParams = paths[typeof routeName$1g]['get']['parameters']['path'];
117287
- type GetQuotesAsBatchResultsByConversationIdQueryParams = paths[typeof routeName$1g]['get']['parameters']['query'];
117288
- type GetQuotesAsBatchResultsByConversationIdResponse = paths[typeof routeName$1g]['get']['responses'][200]['content']['application/json'];
117289
- type GetQuotesAsBatchResultsByConversationIdProps = paths[typeof routeName$1g]['get']['parameters'];
117427
+ declare const routeName$1h = "/v1/api/conversations/{session_id}/quotes-batches";
117428
+ type GetQuotesAsBatchResultsByConversationIdPathParams = paths[typeof routeName$1h]['get']['parameters']['path'];
117429
+ type GetQuotesAsBatchResultsByConversationIdQueryParams = paths[typeof routeName$1h]['get']['parameters']['query'];
117430
+ type GetQuotesAsBatchResultsByConversationIdResponse = paths[typeof routeName$1h]['get']['responses'][200]['content']['application/json'];
117431
+ type GetQuotesAsBatchResultsByConversationIdProps = paths[typeof routeName$1h]['get']['parameters'];
117290
117432
  declare const getQuotesAsBatchResultsByConversationId: (props: GetQuotesAsBatchResultsByConversationIdProps, wgApiClient: ClientType) => Promise<GetQuotesAsBatchResultsByConversationIdResponse>;
117291
117433
 
117292
- declare const routeName$1f = "/v1/api/parties/{party_id}/insurance-recommendations";
117293
- type GetRecommendationsByPartyIdPathParams = paths[typeof routeName$1f]['get']['parameters']['path'];
117294
- type GetRecommendationsByPartyIdQueryParams = paths[typeof routeName$1f]['get']['parameters']['query'];
117295
- type GetRecommendationsByPartyIdResponse = paths[typeof routeName$1f]['get']['responses'][200]['content']['application/json'];
117296
- type GetRecommendationsByPartyIdProps = paths[typeof routeName$1f]['get']['parameters'];
117434
+ declare const routeName$1g = "/v1/api/parties/{party_id}/insurance-recommendations";
117435
+ type GetRecommendationsByPartyIdPathParams = paths[typeof routeName$1g]['get']['parameters']['path'];
117436
+ type GetRecommendationsByPartyIdQueryParams = paths[typeof routeName$1g]['get']['parameters']['query'];
117437
+ type GetRecommendationsByPartyIdResponse = paths[typeof routeName$1g]['get']['responses'][200]['content']['application/json'];
117438
+ type GetRecommendationsByPartyIdProps = paths[typeof routeName$1g]['get']['parameters'];
117297
117439
  declare const getRecommendationsByPartyId: (props: GetRecommendationsByPartyIdProps, wgApiClient: ClientType) => Promise<GetRecommendationsByPartyIdResponse>;
117298
117440
 
117299
- declare const routeName$1e = "/v1/api/parties/{party_id}/insurance-recommendations";
117300
- type CreateRecommendationByPartyIdBody = paths[typeof routeName$1e]['post']['requestBody']['content']['application/json'];
117301
- type CreateRecommendationByPartyIdPathParams = paths[typeof routeName$1e]['post']['parameters']['path'];
117302
- type CreateRecommendationByPartyIdQueryParams = paths[typeof routeName$1e]['post']['parameters']['query'];
117303
- type CreateRecommendationByPartyIdResponse = paths[typeof routeName$1e]['post']['responses'][201]['content']['application/json'];
117441
+ declare const routeName$1f = "/v1/api/parties/{party_id}/insurance-recommendations";
117442
+ type CreateRecommendationByPartyIdBody = paths[typeof routeName$1f]['post']['requestBody']['content']['application/json'];
117443
+ type CreateRecommendationByPartyIdPathParams = paths[typeof routeName$1f]['post']['parameters']['path'];
117444
+ type CreateRecommendationByPartyIdQueryParams = paths[typeof routeName$1f]['post']['parameters']['query'];
117445
+ type CreateRecommendationByPartyIdResponse = paths[typeof routeName$1f]['post']['responses'][201]['content']['application/json'];
117304
117446
  interface CreateRecommendationByPartyIdProps {
117305
117447
  body: CreateRecommendationByPartyIdBody;
117306
117448
  params: {
@@ -117310,10 +117452,10 @@ interface CreateRecommendationByPartyIdProps {
117310
117452
  }
117311
117453
  declare const createRecommendationByPartyId: (props: CreateRecommendationByPartyIdProps, wgApiClient: ClientType) => Promise<CreateRecommendationByPartyIdResponse>;
117312
117454
 
117313
- declare const routeName$1d = "/v1/api/insurance-recommendations";
117314
- type CreateRecommendationBySessionIdBody = paths[typeof routeName$1d]['post']['requestBody']['content']['application/json'];
117315
- type CreateRecommendationBySessionIdQueryParams = paths[typeof routeName$1d]['post']['parameters']['query'];
117316
- type CreateRecommendationBySessionIdResponse = paths[typeof routeName$1d]['post']['responses'][201]['content']['application/json'];
117455
+ declare const routeName$1e = "/v1/api/insurance-recommendations";
117456
+ type CreateRecommendationBySessionIdBody = paths[typeof routeName$1e]['post']['requestBody']['content']['application/json'];
117457
+ type CreateRecommendationBySessionIdQueryParams = paths[typeof routeName$1e]['post']['parameters']['query'];
117458
+ type CreateRecommendationBySessionIdResponse = paths[typeof routeName$1e]['post']['responses'][201]['content']['application/json'];
117317
117459
  interface CreateRecommendationBySessionIdProps {
117318
117460
  body: CreateRecommendationBySessionIdBody;
117319
117461
  params: {
@@ -117322,24 +117464,24 @@ interface CreateRecommendationBySessionIdProps {
117322
117464
  }
117323
117465
  declare const createRecommendationBySessionId: (props: CreateRecommendationBySessionIdProps, wgApiClient: ClientType) => Promise<CreateRecommendationBySessionIdResponse>;
117324
117466
 
117325
- declare const routeName$1c = "/v1/api/insurance-recommendations/{recommendation_id}";
117326
- type GetRecommendationsByIdPathParams = paths[typeof routeName$1c]['get']['parameters']['path'];
117327
- type GetRecommendationsByIdQueryParams = paths[typeof routeName$1c]['get']['parameters']['query'];
117328
- type GetRecommendationsByIdResponse = paths[typeof routeName$1c]['get']['responses'][200]['content']['application/json'];
117329
- type GetRecommendationsByIdProps = paths[typeof routeName$1c]['get']['parameters'];
117467
+ declare const routeName$1d = "/v1/api/insurance-recommendations/{recommendation_id}";
117468
+ type GetRecommendationsByIdPathParams = paths[typeof routeName$1d]['get']['parameters']['path'];
117469
+ type GetRecommendationsByIdQueryParams = paths[typeof routeName$1d]['get']['parameters']['query'];
117470
+ type GetRecommendationsByIdResponse = paths[typeof routeName$1d]['get']['responses'][200]['content']['application/json'];
117471
+ type GetRecommendationsByIdProps = paths[typeof routeName$1d]['get']['parameters'];
117330
117472
  declare const getRecommendationsById: (props: GetRecommendationsByIdProps, wgApiClient: ClientType) => Promise<GetRecommendationsByIdResponse>;
117331
117473
 
117332
- declare const routeName$1b = "/v1/api/conversations/{session_id}/insurance-recommendations";
117333
- type GetRecommendationsBySessionIdPathParams = paths[typeof routeName$1b]['get']['parameters']['path'];
117334
- type GetRecommendationsBySessionIdQueryParams = paths[typeof routeName$1b]['get']['parameters']['query'];
117335
- type GetRecommendationsBySessionIdResponse = paths[typeof routeName$1b]['get']['responses'][200]['content']['application/json'];
117336
- type GetRecommendationsBySessionIdProps = paths[typeof routeName$1b]['get']['parameters'];
117474
+ declare const routeName$1c = "/v1/api/conversations/{session_id}/insurance-recommendations";
117475
+ type GetRecommendationsBySessionIdPathParams = paths[typeof routeName$1c]['get']['parameters']['path'];
117476
+ type GetRecommendationsBySessionIdQueryParams = paths[typeof routeName$1c]['get']['parameters']['query'];
117477
+ type GetRecommendationsBySessionIdResponse = paths[typeof routeName$1c]['get']['responses'][200]['content']['application/json'];
117478
+ type GetRecommendationsBySessionIdProps = paths[typeof routeName$1c]['get']['parameters'];
117337
117479
  declare const getRecommendationsBySessionId: (props: GetRecommendationsBySessionIdProps, wgApiClient: ClientType) => Promise<GetRecommendationsBySessionIdResponse>;
117338
117480
 
117339
- declare const routeName$1a = "/v1/api/insurance-recommendations/{recommendation_id}/feedback";
117340
- type GiveFeedbackOnRecommendationsByIdBody = paths[typeof routeName$1a]['post']['requestBody']['content']['application/json'];
117341
- type GiveFeedbackOnRecommendationsByIdPathParams = paths[typeof routeName$1a]['post']['parameters']['path'];
117342
- type GiveFeedbackOnRecommendationsByIdResponse = paths[typeof routeName$1a]['post']['responses'][201]['content']['application/json'];
117481
+ declare const routeName$1b = "/v1/api/insurance-recommendations/{recommendation_id}/feedback";
117482
+ type GiveFeedbackOnRecommendationsByIdBody = paths[typeof routeName$1b]['post']['requestBody']['content']['application/json'];
117483
+ type GiveFeedbackOnRecommendationsByIdPathParams = paths[typeof routeName$1b]['post']['parameters']['path'];
117484
+ type GiveFeedbackOnRecommendationsByIdResponse = paths[typeof routeName$1b]['post']['responses'][201]['content']['application/json'];
117343
117485
  interface GiveFeedbackOnRecommendationsByIdProps {
117344
117486
  body: GiveFeedbackOnRecommendationsByIdBody;
117345
117487
  params: {
@@ -117348,10 +117490,10 @@ interface GiveFeedbackOnRecommendationsByIdProps {
117348
117490
  }
117349
117491
  declare const giveFeedbackOnRecommendationsById: (props: GiveFeedbackOnRecommendationsByIdProps, wgApiClient: ClientType) => Promise<GiveFeedbackOnRecommendationsByIdResponse>;
117350
117492
 
117351
- declare const routeName$19 = "/v1/api/insurance-recommendations/{recommendation_id}/insurance-product-recommendations/{insurance_product_recommendation_id}";
117352
- type OverrideInsuranceProductRecommendationByIdBody = paths[typeof routeName$19]['patch']['requestBody']['content']['application/json'];
117353
- type OverrideInsuranceProductRecommendationByIdPathParams = paths[typeof routeName$19]['patch']['parameters']['path'];
117354
- type OverrideInsuranceProductRecommendationByIdResponse = paths[typeof routeName$19]['patch']['responses'][201]['content']['application/json'];
117493
+ declare const routeName$1a = "/v1/api/insurance-recommendations/{recommendation_id}/insurance-product-recommendations/{insurance_product_recommendation_id}";
117494
+ type OverrideInsuranceProductRecommendationByIdBody = paths[typeof routeName$1a]['patch']['requestBody']['content']['application/json'];
117495
+ type OverrideInsuranceProductRecommendationByIdPathParams = paths[typeof routeName$1a]['patch']['parameters']['path'];
117496
+ type OverrideInsuranceProductRecommendationByIdResponse = paths[typeof routeName$1a]['patch']['responses'][201]['content']['application/json'];
117355
117497
  interface OverrideInsuranceProductRecommendationByIdProps {
117356
117498
  body: OverrideInsuranceProductRecommendationByIdBody;
117357
117499
  params: {
@@ -117360,10 +117502,10 @@ interface OverrideInsuranceProductRecommendationByIdProps {
117360
117502
  }
117361
117503
  declare const overrideInsuranceProductRecommendationById: (props: OverrideInsuranceProductRecommendationByIdProps, wgApiClient: ClientType) => Promise<OverrideInsuranceProductRecommendationByIdResponse>;
117362
117504
 
117363
- declare const routeName$18 = "/v1/api/insurance-recommendations/{recommendation_id}/prevention-advice-recommendations/{prevention_advice_recommendation_id}";
117364
- type OverridePreventionAdviceRecommendationByIdBody = paths[typeof routeName$18]['patch']['requestBody']['content']['application/json'];
117365
- type OverridePreventionAdviceRecommendationByIdPathParams = paths[typeof routeName$18]['patch']['parameters']['path'];
117366
- type OverridePreventionAdviceRecommendationByIdResponse = paths[typeof routeName$18]['patch']['responses'][201]['content']['application/json'];
117505
+ declare const routeName$19 = "/v1/api/insurance-recommendations/{recommendation_id}/prevention-advice-recommendations/{prevention_advice_recommendation_id}";
117506
+ type OverridePreventionAdviceRecommendationByIdBody = paths[typeof routeName$19]['patch']['requestBody']['content']['application/json'];
117507
+ type OverridePreventionAdviceRecommendationByIdPathParams = paths[typeof routeName$19]['patch']['parameters']['path'];
117508
+ type OverridePreventionAdviceRecommendationByIdResponse = paths[typeof routeName$19]['patch']['responses'][201]['content']['application/json'];
117367
117509
  interface OverridePreventionAdviceRecommendationByIdProps {
117368
117510
  body: OverridePreventionAdviceRecommendationByIdBody;
117369
117511
  params: {
@@ -117372,24 +117514,24 @@ interface OverridePreventionAdviceRecommendationByIdProps {
117372
117514
  }
117373
117515
  declare const overridePreventionAdviceRecommendationById: (props: OverridePreventionAdviceRecommendationByIdProps, wgApiClient: ClientType) => Promise<OverridePreventionAdviceRecommendationByIdResponse>;
117374
117516
 
117375
- declare const routeName$17 = "/v1/api/parties/{party_id}/risk_objects";
117376
- type GetAllRiskObjectsByPartyIdPathParams = paths[typeof routeName$17]['get']['parameters']['path'];
117377
- type GetAllRiskObjectsByPartyIdQueryParams = paths[typeof routeName$17]['get']['parameters']['query'];
117378
- type GetAllRiskObjectsByPartyIdResponse = paths[typeof routeName$17]['get']['responses'][200]['content']['application/json'];
117379
- type GetAllRiskObjectsByPartyIdProps = paths[typeof routeName$17]['get']['parameters'];
117517
+ declare const routeName$18 = "/v1/api/parties/{party_id}/risk_objects";
117518
+ type GetAllRiskObjectsByPartyIdPathParams = paths[typeof routeName$18]['get']['parameters']['path'];
117519
+ type GetAllRiskObjectsByPartyIdQueryParams = paths[typeof routeName$18]['get']['parameters']['query'];
117520
+ type GetAllRiskObjectsByPartyIdResponse = paths[typeof routeName$18]['get']['responses'][200]['content']['application/json'];
117521
+ type GetAllRiskObjectsByPartyIdProps = paths[typeof routeName$18]['get']['parameters'];
117380
117522
  declare const getAllRiskObjectsByPartyId: (props: GetAllRiskObjectsByPartyIdProps, wgApiClient: ClientType) => Promise<GetAllRiskObjectsByPartyIdResponse>;
117381
117523
 
117382
- declare const routeName$16 = "/v2/api/parties/{party_id}/risk_objects";
117383
- type GetAllRiskObjectsByPartyIdV2PathParams = paths[typeof routeName$16]['get']['parameters']['path'];
117384
- type GetAllRiskObjectsByPartyIdV2QueryParams = paths[typeof routeName$16]['get']['parameters']['query'];
117385
- type GetAllRiskObjectsByPartyIdV2Response = paths[typeof routeName$16]['get']['responses'][200]['content']['application/json'];
117386
- type GetAllRiskObjectsByPartyIdV2Props = paths[typeof routeName$16]['get']['parameters'];
117524
+ declare const routeName$17 = "/v2/api/parties/{party_id}/risk_objects";
117525
+ type GetAllRiskObjectsByPartyIdV2PathParams = paths[typeof routeName$17]['get']['parameters']['path'];
117526
+ type GetAllRiskObjectsByPartyIdV2QueryParams = paths[typeof routeName$17]['get']['parameters']['query'];
117527
+ type GetAllRiskObjectsByPartyIdV2Response = paths[typeof routeName$17]['get']['responses'][200]['content']['application/json'];
117528
+ type GetAllRiskObjectsByPartyIdV2Props = paths[typeof routeName$17]['get']['parameters'];
117387
117529
  declare const getAllRiskObjectsByPartyIdV2: (props: GetAllRiskObjectsByPartyIdV2Props, wgApiClient: ClientType) => Promise<GetAllRiskObjectsByPartyIdV2Response>;
117388
117530
 
117389
- declare const routeName$15 = "/v1/api/risk_objects/{risk_object_id}/relations/{relation_id}";
117390
- type DeleteRelationBetweenRiskObjectAndPartyPathParams = paths[typeof routeName$15]['delete']['parameters']['path'];
117391
- type DeleteRelationBetweenRiskObjectAndPartyQueryParams = paths[typeof routeName$15]['delete']['parameters']['query'];
117392
- type DeleteRelationBetweenRiskObjectAndPartyResponse = paths[typeof routeName$15]['delete']['responses'][200]['content']['application/json'];
117531
+ declare const routeName$16 = "/v1/api/risk_objects/{risk_object_id}/relations/{relation_id}";
117532
+ type DeleteRelationBetweenRiskObjectAndPartyPathParams = paths[typeof routeName$16]['delete']['parameters']['path'];
117533
+ type DeleteRelationBetweenRiskObjectAndPartyQueryParams = paths[typeof routeName$16]['delete']['parameters']['query'];
117534
+ type DeleteRelationBetweenRiskObjectAndPartyResponse = paths[typeof routeName$16]['delete']['responses'][200]['content']['application/json'];
117393
117535
  interface DeleteRelationBetweenRiskObjectAndPartyProps {
117394
117536
  params: {
117395
117537
  query: DeleteRelationBetweenRiskObjectAndPartyQueryParams;
@@ -117398,11 +117540,11 @@ interface DeleteRelationBetweenRiskObjectAndPartyProps {
117398
117540
  }
117399
117541
  declare const deleteRelationBetweenRiskObjectAndParty: (props: DeleteRelationBetweenRiskObjectAndPartyProps, wgApiClient: ClientType) => Promise<DeleteRelationBetweenRiskObjectAndPartyResponse>;
117400
117542
 
117401
- declare const routeName$14 = "/v1/api/risk_objects/{risk_object_id}/relations/{relation_id}";
117402
- type UpdateRelationBetweenRiskObjectAndPartyBody = paths[typeof routeName$14]['patch']['requestBody']['content']['application/json'];
117403
- type UpdateRelationBetweenRiskObjectAndPartyPathParams = paths[typeof routeName$14]['patch']['parameters']['path'];
117404
- type UpdateRelationBetweenRiskObjectAndPartyQueryParams = paths[typeof routeName$14]['patch']['parameters']['query'];
117405
- type UpdateRelationBetweenRiskObjectAndPartyResponse = paths[typeof routeName$14]['patch']['responses'][200]['content']['application/json'];
117543
+ declare const routeName$15 = "/v1/api/risk_objects/{risk_object_id}/relations/{relation_id}";
117544
+ type UpdateRelationBetweenRiskObjectAndPartyBody = paths[typeof routeName$15]['patch']['requestBody']['content']['application/json'];
117545
+ type UpdateRelationBetweenRiskObjectAndPartyPathParams = paths[typeof routeName$15]['patch']['parameters']['path'];
117546
+ type UpdateRelationBetweenRiskObjectAndPartyQueryParams = paths[typeof routeName$15]['patch']['parameters']['query'];
117547
+ type UpdateRelationBetweenRiskObjectAndPartyResponse = paths[typeof routeName$15]['patch']['responses'][200]['content']['application/json'];
117406
117548
  interface UpdateRelationBetweenRiskObjectAndPartyProps {
117407
117549
  body: UpdateRelationBetweenRiskObjectAndPartyBody;
117408
117550
  params: {
@@ -117412,11 +117554,11 @@ interface UpdateRelationBetweenRiskObjectAndPartyProps {
117412
117554
  }
117413
117555
  declare const updateRelationBetweenRiskObjectAndParty: (props: UpdateRelationBetweenRiskObjectAndPartyProps, wgApiClient: ClientType) => Promise<UpdateRelationBetweenRiskObjectAndPartyResponse>;
117414
117556
 
117415
- declare const routeName$13 = "/v1/api/parties/{party_id}/accidents";
117416
- type CreateAccidentsForPartyBody = paths[typeof routeName$13]['post']['requestBody']['content']['application/json'];
117417
- type CreateAccidentsForPartyPathParams = paths[typeof routeName$13]['post']['parameters']['path'];
117418
- type CreateAccidentsForPartyQueryParams = paths[typeof routeName$13]['post']['parameters']['query'];
117419
- type CreateAccidentsForPartyResponse = paths[typeof routeName$13]['post']['responses'][201]['content']['application/json'];
117557
+ declare const routeName$14 = "/v1/api/parties/{party_id}/accidents";
117558
+ type CreateAccidentsForPartyBody = paths[typeof routeName$14]['post']['requestBody']['content']['application/json'];
117559
+ type CreateAccidentsForPartyPathParams = paths[typeof routeName$14]['post']['parameters']['path'];
117560
+ type CreateAccidentsForPartyQueryParams = paths[typeof routeName$14]['post']['parameters']['query'];
117561
+ type CreateAccidentsForPartyResponse = paths[typeof routeName$14]['post']['responses'][201]['content']['application/json'];
117420
117562
  interface CreateAccidentsForPartyProps {
117421
117563
  body: CreateAccidentsForPartyBody;
117422
117564
  params: {
@@ -117426,11 +117568,11 @@ interface CreateAccidentsForPartyProps {
117426
117568
  }
117427
117569
  declare const createAccidentsForParty: (props: CreateAccidentsForPartyProps, wgApiClient: ClientType) => Promise<CreateAccidentsForPartyResponse>;
117428
117570
 
117429
- declare const routeName$12 = "/v1/api/risk_objects/{risk_object_id}/references";
117430
- type CreateReferencesForRiskObjectBody = paths[typeof routeName$12]['post']['requestBody']['content']['application/json'];
117431
- type CreateReferencesForRiskObjectPathParams = paths[typeof routeName$12]['post']['parameters']['path'];
117432
- type CreateReferencesForRiskObjectQueryParams = paths[typeof routeName$12]['post']['parameters']['query'];
117433
- type CreateReferencesForRiskObjectResponse = paths[typeof routeName$12]['post']['responses'][201]['content']['application/json'];
117571
+ declare const routeName$13 = "/v1/api/risk_objects/{risk_object_id}/references";
117572
+ type CreateReferencesForRiskObjectBody = paths[typeof routeName$13]['post']['requestBody']['content']['application/json'];
117573
+ type CreateReferencesForRiskObjectPathParams = paths[typeof routeName$13]['post']['parameters']['path'];
117574
+ type CreateReferencesForRiskObjectQueryParams = paths[typeof routeName$13]['post']['parameters']['query'];
117575
+ type CreateReferencesForRiskObjectResponse = paths[typeof routeName$13]['post']['responses'][201]['content']['application/json'];
117434
117576
  interface CreateReferencesForRiskObjectProps {
117435
117577
  body: CreateReferencesForRiskObjectBody;
117436
117578
  params: {
@@ -117440,27 +117582,33 @@ interface CreateReferencesForRiskObjectProps {
117440
117582
  }
117441
117583
  declare const createReferencesForRiskObject: (props: CreateReferencesForRiskObjectProps, wgApiClient: ClientType) => Promise<CreateReferencesForRiskObjectResponse>;
117442
117584
 
117443
- declare const routeName$11 = "/v1/api/risk_objects/{risk_object_id}/revisions";
117444
- type GetRiskObjectRevisionsByIdPathParams = paths[typeof routeName$11]['get']['parameters']['path'];
117445
- type GetRiskObjectRevisionsByIdQueryParams = paths[typeof routeName$11]['get']['parameters']['query'];
117446
- type GetRiskObjectRevisionsByIdResponse = paths[typeof routeName$11]['get']['responses'][200]['content']['application/json'];
117447
- type GetRiskObjectRevisionsByIdProps = paths[typeof routeName$11]['get']['parameters'];
117585
+ declare const routeName$12 = "/v1/api/risk_objects/{risk_object_id}/revisions";
117586
+ type GetRiskObjectRevisionsByIdPathParams = paths[typeof routeName$12]['get']['parameters']['path'];
117587
+ type GetRiskObjectRevisionsByIdQueryParams = paths[typeof routeName$12]['get']['parameters']['query'];
117588
+ type GetRiskObjectRevisionsByIdResponse = paths[typeof routeName$12]['get']['responses'][200]['content']['application/json'];
117589
+ type GetRiskObjectRevisionsByIdProps = paths[typeof routeName$12]['get']['parameters'];
117448
117590
  declare const getRiskObjectRevisionsById: (props: GetRiskObjectRevisionsByIdProps, wgApiClient: ClientType) => Promise<GetRiskObjectRevisionsByIdResponse>;
117449
117591
 
117450
- declare const routeName$10 = "/v1/api/risk_objects/{risk_object_id}/revisions/{risk_object_revision_id}/minimal";
117451
- type GetMinimalRiskObjectByIdPathParams = paths[typeof routeName$10]['get']['parameters']['path'];
117452
- type GetMinimalRiskObjectByIdQueryParams = paths[typeof routeName$10]['get']['parameters']['query'];
117453
- type GetMinimalRiskObjectByIdResponse = paths[typeof routeName$10]['get']['responses'][200]['content']['application/json'];
117454
- type GetMinimalRiskObjectByIdProps = paths[typeof routeName$10]['get']['parameters'];
117592
+ declare const routeName$11 = "/v1/api/risk_objects/{risk_object_id}/revisions/{risk_object_revision_id}/minimal";
117593
+ type GetMinimalRiskObjectByIdPathParams = paths[typeof routeName$11]['get']['parameters']['path'];
117594
+ type GetMinimalRiskObjectByIdQueryParams = paths[typeof routeName$11]['get']['parameters']['query'];
117595
+ type GetMinimalRiskObjectByIdResponse = paths[typeof routeName$11]['get']['responses'][200]['content']['application/json'];
117596
+ type GetMinimalRiskObjectByIdProps = paths[typeof routeName$11]['get']['parameters'];
117455
117597
  declare const getMinimalRiskObjectById: (props: GetMinimalRiskObjectByIdProps, wgApiClient: ClientType) => Promise<GetMinimalRiskObjectByIdResponse>;
117456
117598
 
117457
- declare const routeName$$ = "/v1/api/risk_objects/{risk_object_id}/possible-insurance-products";
117458
- type GetPossibleInsuranceProductsByRiskObjectIdPathParams = paths[typeof routeName$$]['get']['parameters']['path'];
117459
- type GetPossibleInsuranceProductsByRiskObjectIdQueryParams = paths[typeof routeName$$]['get']['parameters']['query'];
117460
- type GetPossibleInsuranceProductsByRiskObjectIdResponse = paths[typeof routeName$$]['get']['responses'][200]['content']['application/json'];
117461
- type GetPossibleInsuranceProductsByRiskObjectIdProps = paths[typeof routeName$$]['get']['parameters'];
117599
+ declare const routeName$10 = "/v1/api/risk_objects/{risk_object_id}/possible-insurance-products";
117600
+ type GetPossibleInsuranceProductsByRiskObjectIdPathParams = paths[typeof routeName$10]['get']['parameters']['path'];
117601
+ type GetPossibleInsuranceProductsByRiskObjectIdQueryParams = paths[typeof routeName$10]['get']['parameters']['query'];
117602
+ type GetPossibleInsuranceProductsByRiskObjectIdResponse = paths[typeof routeName$10]['get']['responses'][200]['content']['application/json'];
117603
+ type GetPossibleInsuranceProductsByRiskObjectIdProps = paths[typeof routeName$10]['get']['parameters'];
117462
117604
  declare const getPossibleInsuranceProductsByRiskObjectId: (props: GetPossibleInsuranceProductsByRiskObjectIdProps, wgApiClient: ClientType) => Promise<GetPossibleInsuranceProductsByRiskObjectIdResponse>;
117463
117605
 
117606
+ declare const routeName$$ = "/v1/api/risk_objects/{risk_object_id}/compliance";
117607
+ type GetComplianceByRiskObjectIdPathParams = paths[typeof routeName$$]['get']['parameters']['path'];
117608
+ type GetComplianceByRiskObjectIdResponse = paths[typeof routeName$$]['get']['responses'][200]['content']['application/json'];
117609
+ type GetComplianceByRiskObjectIdProps = paths[typeof routeName$$]['get']['parameters'];
117610
+ declare const getComplianceByRiskObjectId: (props: GetComplianceByRiskObjectIdProps, wgApiClient: ClientType) => Promise<GetComplianceByRiskObjectIdResponse>;
117611
+
117464
117612
  declare const routeName$_ = "/v1/api/risk_objects/{risk_object_type}/{risk_object_revision_id}";
117465
117613
  type GetRiskObjectByRiskObjectRevisionIdPathParams = paths[typeof routeName$_]['get']['parameters']['path'];
117466
117614
  type GetRiskObjectByRiskObjectRevisionIdQueryParams = paths[typeof routeName$_]['get']['parameters']['query'];
@@ -118081,4 +118229,4 @@ interface ValidateYellowhiveQuestionnaireProps {
118081
118229
  }
118082
118230
  declare const validateYellowhiveQuestionnaire: (props: ValidateYellowhiveQuestionnaireProps, wgApiClient: ClientType) => Promise<ValidateYellowhiveQuestionnaireResponse>;
118083
118231
 
118084
- 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 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 CreateAnvaTaskQueryParams, type CreateAnvaTaskResponse, 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 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 GetAnvaClosingQuestionsQueryParams, type GetAnvaClosingQuestionsResponse, type GetAnvaCollectionMethodsPathParams, type GetAnvaCollectionMethodsQueryParams, type GetAnvaCollectionMethodsResponse, type GetAnvaEmployeesQueryParams, type GetAnvaEmployeesResponse, type GetAnvaLabelsQueryParams, type GetAnvaLabelsResponse, 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 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 GetDiasEmployeesQueryParams, type GetDiasEmployeesResponse, type GetDiasPartiesQueryParams, type GetDiasPartiesResponse, type GetDistributionActivityPathParams, type GetDistributionActivityQueryParams, type GetDistributionActivityResponse, type GetDistributionAffiliationsPathParams, type GetDistributionAffiliationsResponse, type GetDistributionByIdPathParams, type GetDistributionByIdResponse, type GetDistributionConnectionsByIdPathParams, type GetDistributionConnectionsByIdQueryParams, type GetDistributionConnectionsByIdResponse, type 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 GetEventsByAdvisoryReportIdPathParams, type GetEventsByAdvisoryReportIdQueryParams, type GetEventsByAdvisoryReportIdResponse, type GetExtractEnityInfoPathParams, type GetExtractEnityInfoResponse, type GetFasterforwardEmployeesQueryParams, type GetFasterforwardEmployeesResponse, type GetFasterforwardTeamsQueryParams, type GetFasterforwardTeamsResponse, type GetFlowInfoByIdPathParams, type GetFlowInfoByIdQueryParams, type GetFlowInfoByIdResponse, type GetFlowsInfoQueryParams, type GetFlowsInfoResponse, type 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 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 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 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 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 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 SchemaAnvaOfferDocument, type SchemaAnvaPackage, type SchemaAnvaPackageDiscount, type SchemaAnvaPackageUpdateCmd, type SchemaAnvaPolicyPackageCalculationJob, type SchemaAnvaProduct, type SchemaAnvaProductImportCmd, type SchemaAnvaProductQueryModel, type SchemaAnvaProductQuestionnaire, type SchemaAnvaProductQuestionnaireQueryModel, type SchemaAnvaProductQuestionnairesQueryModel, type SchemaAnvaProductQuestionnairesUpdateCmd, type SchemaAnvaProductQuestionnairesValidateCmd, type SchemaAnvaProductSearchItem, type SchemaAnvaProductSearches, type SchemaAnvaProductTag, 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 SchemaAppViewsModelsPartyLink, type SchemaAppViewsModelsPartyManagementQueryModel, type SchemaAppViewsModelsPartyManagementquerymodel, type SchemaAppViewsModelsPartyPartyAssignee, type SchemaAppViewsModelsPartyPartyDocumentsMetaData, type SchemaAppViewsModelsPartyPartyLogoQueryModel, type SchemaAppViewsModelsPartyPartyRelationQueryModelParty, type SchemaAppViewsModelsPartyPartyassignee, type SchemaAppViewsModelsPartyPartydocumentquerymodel, type SchemaAppViewsModelsPartyPartylogoquerymodel, type SchemaAppViewsModelsPartyPartyrelationquerymodelParty, type SchemaAppViewsModelsRiskDomainPreventionAdviceQueryModelPreventAdviceRiskDomain, type SchemaAppViewsModelsRiskDomainRiskDomainsQueryModelRiskDomain, type SchemaAppViewsModelsRiskObjectBicycle, type SchemaAppViewsModelsRiskObjectBoat, type SchemaAppViewsModelsRiskObjectCar, type SchemaAppViewsModelsRiskObjectDriver, type SchemaAppViewsModelsRiskObjectFamily, type SchemaAppViewsModelsRiskObjectLegal, type SchemaAppViewsModelsRiskObjectLink, type SchemaAppViewsModelsRiskObjectMiscellaneous, type SchemaAppViewsModelsRiskObjectPartyGroup, type SchemaAppViewsModelsRiskObjectPerson, type SchemaAppViewsModelsRiskObjectResidence, type SchemaAppViewsModelsRiskObjectRiskObjects, type SchemaAppViewsModelsRiskObjectSemiTrailer, type SchemaAppViewsModelsRiskObjectTeacher, type SchemaAppViewsModelsRiskObjectTrailer, type SchemaAppViewsModelsRiskObjectTwoWheeler, type SchemaAragLegalPayload, type SchemaArcesLegalPayload, type SchemaAskLaterQuestion, type SchemaAskLaterQuestionsRequest, type SchemaAskLaterQuestionsResponse, type SchemaAskaPackageChoice, type SchemaAskaPackageChoice_2, type SchemaAskaTravelInsuranceType, type SchemaAskaTravelInsuranceType_2, type SchemaAssetInfo, type SchemaAssignedToType, type SchemaAssociatedCompany, type SchemaAttachmentType, type SchemaAudits, type SchemaAuth, type SchemaAutomaticEmergencyBreaking, type SchemaAvatars, type SchemaAxaCar, type SchemaAxaCarPayload, type SchemaAxaContractualExcess, type SchemaAxaContractualExcess_2, type SchemaAxaDriver, type SchemaAxaFamilyPayload, type SchemaAxaHome, type SchemaAxaHomePayload, type SchemaAxaItemLimitTier, type SchemaAxaItemLimitTier_2, type SchemaAxaTheftFormulas, type SchemaAxaTheftFormulas_2, type SchemaBackupFrequency, type SchemaBackupFrequency_2, type SchemaBalance, type SchemaBalanceQueryModel, type SchemaBaloiseCar, type SchemaBaloiseCarPayload, type SchemaBaloiseDriver, type SchemaBaloiseFamilyPayload, type SchemaBaloiseHome, type SchemaBaloiseHomePayload, type SchemaBase, type SchemaBatchUnitResponse, type SchemaBatteryCapacity, type SchemaBicycle, type SchemaBicycleReferenceQueryModel, type SchemaBicycleRiskObjectIdWithRevisionId, type SchemaBicycleSpeed, type SchemaBicycleType, type SchemaBicycleUsage, type SchemaBlindSpotWarning, type SchemaBoat, type SchemaBoatAccidentCoverageLevel, type SchemaBoatAccidentCoverageLevel_2, type SchemaBoatBerthBigCity, type SchemaBoatBerthNlArea, type SchemaBoatBerthType, type SchemaBoatCategory, type SchemaBoatCompetitionType, type SchemaBoatConstructionType, type SchemaBoatMotorKind, type SchemaBoatNlPayloads, type SchemaBoatPreferences, type SchemaBoatReferenceQueryModel, type SchemaBoatRiskObjectIdWithRevisionId, type SchemaBoatTerritory, type SchemaBoatTrailer, type SchemaBoatUsage, type SchemaBookkeeper, type SchemaBrand, type SchemaBrandClub, type SchemaBrandClub_2, type SchemaBrandSortContext, type SchemaBroker, type SchemaBrokerConnectionCreate, type SchemaBrokerConnectionUpdate, type SchemaBrokerCreateCmd, type SchemaBrokerIntegrations, type SchemaBrokerIntegrationsPatchCmd, type SchemaBrokerMembershipsCreateCmd, type SchemaBrokerPatchCmd, type SchemaBrokerPlan, type SchemaBrokerSettings, type SchemaBrokerType, type SchemaBrokerUserCreateCmd, type SchemaBrokerWithDistributionName, type SchemaBrokerWithModules, type SchemaBuildingExtra, type SchemaBuildingMaintenanceStatus, type SchemaBuildingPurpose, type SchemaBuildingRentOut, type SchemaBuildingUse, type SchemaCalculateAnvaQuotesRequest, type SchemaCalculateProfileaseCarQuoteCmd, type SchemaCalculateProfileaseCarQuoteParams, type 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 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 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 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 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 SchemaEntitiesSelectionResult, 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 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 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 SchemaFlowsModelsAnvaWarning, 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 SchemaHandleCalculateOneYellowhiveQuoteForConversationParams, type SchemaHandleCreateAnvaPartyParams, type SchemaHandleCreateDocumentFromQuestionnaireParams, type SchemaHandleCreateYellowhiveContactPersonParams, type SchemaHandleGenerateQuestionsToPrefillByCarParams, type SchemaHandleImportAnvaProductsParams, type SchemaHandleMarkSessionCompletedParams, type SchemaHandleQueueCalculateAnvaQuotesForConversationParams, type SchemaHandleQueueCalculateYellowhiveQuotesForConversationParams, type SchemaHandleQueueSendCustomQuotesToAnvaParams, type SchemaHandleQuoteCalculationV2ExtraParams, type SchemaHandleQuoteMailSendParams, type SchemaHandleQuoteSaveParams, type SchemaHandleRecalculateAnvaSimulationParams, type SchemaHandleRecalculateYellowhiveSimulationParams, type SchemaHandleRetrieveConversationReportPdfBySessionIdParams, type SchemaHandleRetrieveProductsV2Params, type SchemaHandleSetAskLaterQuestionIdsParams, type SchemaHandleUpdateAllAnvaQuestionnaireQuestionsByAnvaLabelParams, type SchemaHandleUpdateAnvaProductCoverageParams, type SchemaHandleUpdateAnvaProductsParams, type SchemaHandleUpdateAnvaQuestionnairesByProductIdParams, type SchemaHandleUpdateSessionParams, type SchemaHandleUpdateYellowhiveQuestionnairesByProductIdParams, type SchemaHandleUpsertAnvaClosingQuestionsParams, type SchemaHandleValidateAnvaQuestionnairesByProductIdParams, 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 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 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 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 SchemaMinimalCoverageQueryModel, type SchemaMinimalCustomerPartyQueryModel, type SchemaMinimalCustomerPartyQueryModels, type SchemaMinimalFamily, type SchemaMinimalFleet, type SchemaMinimalInsurancePolicyQueryModel, type SchemaMinimalLegal, type SchemaMinimalMiscellaneous, type SchemaMinimalOfferQueryModel, type SchemaMinimalPartyGroup, type SchemaMinimalPartyQueryModel, type SchemaMinimalResidence, type SchemaMinimalRiskObject, type SchemaMinimalRiskObjects, type SchemaMinimalSemiTrailer, type SchemaMinimalTeacher, type SchemaMinimalTrailer, type SchemaMinimalTwoWheeler, type 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 SchemaMultiFlowSessionItemQueryModel, type SchemaMultiFlowSessionQueryModel, type SchemaMultiLeaseOfferQueryModel, type SchemaMultiOfferQueryModel, type SchemaMultiPartyQueryModel, type SchemaMultiQuoteBeSession, type SchemaMultiQuoteNlSession, type SchemaMultiYellowHiveCoverageQueryModel, type SchemaMultiYellowHiveInsuranceQueryModel, type SchemaMultiYellowHiveProductQueryModel, type SchemaNationalIdentificationNumberValidation, type SchemaNatsError, type SchemaNotice, type SchemaNumberPlateInfo, type SchemaNumberPlatePremiumResponse, type SchemaOccupationType, type SchemaOfferCampaignQueryModel, type SchemaOfferCreateCmdV2, type SchemaOfferCreateResponse, type SchemaOfferCreateRevisionCmd, type SchemaOfferPatchBulkCmd, type SchemaOfferPayment, type SchemaOfferRejectionCancellationReason, type SchemaOfferRequestForInsuranceCompanyCreateCmd, type SchemaOfferRequestForInsuranceCompanyInsuranceProductItem, type SchemaOfferRequestForInsuranceCompanyItem, type SchemaOfferRequestForInsuranceCompanyItemWithId, type SchemaOfferRequestForInsuranceCompanyParty, type SchemaOfferRevisionDocument, type SchemaOfferRevisionDocumentType, type SchemaOfferRevisionPatchCmd, type SchemaOfferRevisionQueryModel, type SchemaOfferRevisionReferenceQueryModel, type SchemaOfferStatus, type SchemaOfferWarning, type SchemaOmniumFormula, type SchemaOmniumFormulaByName, type SchemaOmniumFormulaByName_2, type SchemaOmniumFormula_2, type SchemaOptimcoCar, type SchemaOptimcoCarPayload, type SchemaOptimcoDriver, type SchemaOptimcoFamilyPayload, type SchemaOptions, type SchemaOrderInsurancePolicyForAdvisoryReportRevisionParams, type SchemaOrigin, type SchemaOtherSafetySystems, type SchemaOutlook, type SchemaOverrideInsuranceProductRecommendationParams, type SchemaOverridePreventionAdviceRecommendationParams, type SchemaPaginatedInsuranceCompanyResponse, type SchemaPaginatedLeadReply, type SchemaPaginatedOffersResponse, type SchemaPaginatedOffersV2Response, type SchemaPagination, type SchemaParcelData, type SchemaPartiesQueryModel, type SchemaPartyAddresses, type SchemaPartyAssigneesUpdateCmd, type 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 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 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 SchemaResidenceFloodType, type SchemaResidenceMonumentType, type SchemaResidencePreferences, type SchemaResidenceReferenceQueryModel, type SchemaResidenceRiskObjectIdWithRevisionId, type SchemaResidenceTheftProtection, type SchemaResidenceUsage, type SchemaRestrictiveAddress, type SchemaRestrictiveCar, type SchemaRestrictiveDriveAssistanceSystem, type SchemaRestrictiveDriver, type SchemaRetrieveAdvisoryReportFrontPageStandalonePdfParams, type SchemaRetrieveFlowResponse, type SchemaRetrieveQuestionnaireResponse, type SchemaRetrieveQuotesBatchResponse, type SchemaRetrieveQuotesExportsResponse, type SchemaRetrieveQuotesInsightsResponse, type SchemaRideHeight, type SchemaRiskAddress, type SchemaRiskAnalysisSubjects, type SchemaRiskData, type SchemaRiskDomain, type SchemaRiskDomainActionQueryModel, type SchemaRiskDomainAdviceQueryModel, type SchemaRiskDomainDistributionUpdateCmd, type SchemaRiskDomainQueryModel, type SchemaRiskDomainsQueryModel, type SchemaRiskObject, type SchemaRiskObjectCarType, type SchemaRiskObjectCarType_2, type SchemaRiskObjectCreationError, type SchemaRiskObjectCreationResponse, type SchemaRiskObjectEntity, type SchemaRiskObjectExternalRefsCreateCmd, type SchemaRiskObjectExternalRefsQueryModel, type SchemaRiskObjectFamilyType, type SchemaRiskObjectInFleet, type SchemaRiskObjectLegalType, type SchemaRiskObjectPartyGroupType, type SchemaRiskObjectPartyRelation, type SchemaRiskObjectReferenceQueryModel, type SchemaRiskObjectRelationCreateCmd, type SchemaRiskObjectRelationQueryModel, type SchemaRiskObjectRelationUpdateCmd, type SchemaRiskObjectResidenceType, type SchemaRiskObjectRevisionIds, type SchemaRiskObjectRevisions, type SchemaRiskObjectTeacherType, type SchemaRiskObjectTwoWheelerType, type SchemaRiskObjectType, type SchemaRiskObjectType_2, type SchemaRiskObjectsWithRevision, type SchemaRizivConventionStatus, type SchemaRizivConventionStatus_2, type SchemaRizivMember, type SchemaRoleFilter, type SchemaRoleFilterType, type SchemaRollingWorkEquipmentType, type SchemaRollingWorkEquipmentType_2, type SchemaRoofConstructionType, type SchemaRoofTypes, type SchemaRooms, type SchemaRules, type SchemaSafety, type SchemaSafetyFeatureOption, type SchemaSafetyStickCar, type SchemaSafetyStickCarPayload, type SchemaSafetyStickDriver, type SchemaSalaryCoefficient, type SchemaSalaryCoefficient_2, type SchemaSatelliteProtection, type SchemaSatelliteProtectionSystem, type SchemaSatelliteProtectionSystem_2, type SchemaSavingTypes, type SchemaSavingTypes_2, type SchemaSearchAddress, type SchemaSecurityMeasure, type SchemaSelectedRecommendationsFeedback, type SchemaSemiTrailerRiskObjectIdWithRevisionId, type SchemaSemiTrailerType, type SchemaSendAdvisoryReportRevisionMailParams, type SchemaSendMailForSimulationParams, type SchemaSentimentType, type SchemaSeries, type SchemaSeriesSortContext, type SchemaServerError, type SchemaServerErrorMsgEnum, type SchemaSessionReport, type SchemaShareholder, type SchemaShareholderQueryModel, type SchemaSignatureBox, type SchemaSiloCapacity, type SchemaSingleAffiliationQueryModel, type SchemaSingleAuditDetailQueryModel, type SchemaSingleAuditQueryModel, type SchemaSingleUserQueryModel, type SchemaSmtCompany, type SchemaSocialLinks, type SchemaSort, type SchemaSourceInfo, type SchemaSpeedAssistance, type SchemaSplitCost, type SchemaSportHobbies, type SchemaSportHobbies_2, type SchemaStateOfChildren, type SchemaStateOfChildren_2, type SchemaStatus, type SchemaStatusReply, type SchemaStatusResponse, type SchemaSteeringPosition, type SchemaSteeringPosition_2, type SchemaStorageSecurity, type SchemaStorageSecurity_2, type SchemaStreet, type SchemaStringCalculationSpec, type SchemaSubcity, type SchemaSubjectToVat, type SchemaSubjectToVat_2, type SchemaSupplierType, type SchemaSupplierType_2, type SchemaSupportedFileTypesResponse, type SchemaSupportedProFlowCountryCodes, type SchemaSurveillanceEquipmentType, type SchemaSwimmingPoolType, type SchemaSymbol, type SchemaTableColumn, type SchemaTableRules, type SchemaTag, type SchemaTagContentItem, type SchemaTankLocationType, type SchemaTax, type SchemaTaxBaseBe, type SchemaTaxField, type SchemaTaxPaymentDetails, type SchemaTaxPaymentTime, type SchemaTeacherRiskObjectIdWithRevisionId, type SchemaTeams, type SchemaTechnicalEquipmentType, type SchemaTechniekNederlandTypeOfCompany, type SchemaTechniekNederlandTypeOfCompanySpecification, type SchemaTechniekNederlandTypeOfCompanySpecification_2, type SchemaTechniekNederlandTypeOfCompany_2, type SchemaTelephoneNr, type SchemaTheftFormulas, type SchemaTheftFormulas_2, type SchemaTheme, type SchemaThemes, type SchemaThirdPartyActivity, type SchemaThirdPartyConstructionWorkInsuranceType, type SchemaThirdPartyConstructionWorkInsuranceType_2, type SchemaTitleAndMessageResponse, type SchemaTokenReply, type SchemaToolkitAccountCreateCmd, type SchemaToolkitBrokerCreateCmd, type SchemaToolkitBrokerCreationResponse, type SchemaToolkitLicenseType, type SchemaTrailerRiskObjectIdWithRevisionId, type SchemaTrailerTonnageCategory, type SchemaTrailerType, type SchemaTrailerType_2, type SchemaTransferLeadByIdParams, type SchemaTransferPartyByIdParams, type SchemaTransmissionType, type SchemaTransmissionType_2, type SchemaTransportInfo, type SchemaTravelMethods, type SchemaTravelMethods_2, type SchemaTravelsAYear, type SchemaTravelsAYear_2, type 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 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 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 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, calculateQuotesV2, calculateYellowhiveQuotesBySessionId, claimReportById, claimRequestUpdate, commentOnActivity, type components, createAccidentsForParty, createAccount, createAdvisoryReport, createAdvisoryReportRevision, createAdvisoryReportRevisionV2, createAdvisoryReportStepSettings, createAnvaParty, createAnvaTask, 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, 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, getAnvaClosingQuestions, getAnvaCollectionMethods, getAnvaEmployees, getAnvaLabels, getAnvaParties, getAnvaProducts, getAnvaproductById, getAnvaproducts, getArtifactFromEventById, getAssuEmployees, getAvailableFlowsForDistributionInfo, getBrokerByAnvaProducerId, getBrokerByAnvaRelationMangerId, getBrokerConnectionsById, getBrokerIntegrations, getCampaignById, getCampaignSettingsByDistribution, getCampaignTargetMailTemplate, getCarLeaseRates, getChatBySessionId, getChatSummaryV2BySessionId, getClaimAsBrokerById, getClaimAsCustomerWithToken, getClaimByIdAsCustomer, getClaimEventsAsBrokerById, getClaimEventsAsCustomer, getClaimsAsCustomer, getClaimsAsParty, getClaimsAsPartyById, getComplianceByRiskObjectId, getConversationById, getConversationNotes, getConversationReportPdfById, getConversationsOriginFilter, getCurrentAccountInsightsAsCustomer, getCurrentAccountInsightsAsParty, getCurrentBrokerOfTheUser, getCustomersByParty, getDiasEmployees, getDiasParties, getDistributionActivity, getDistributionAffiliations, getDistributionById, getDistributionConnectionsById, getDistributionFaq, getDistributionHasPendingUpgrade, getDistributionSettings, getDistributionTags, getDocumentExtractionBatchById, getDocumentMetadata, getDocumentsAsCustomer, getDocumentsForParty, getEmailByMessageId, getEncryptionKeys, getEnterpriseByCompanyRegistrationNumberAndCountry, getEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponse, getEnumByAnvaLabel, getEventsByAdvisoryReportId, getExtractEnityInfo, getFasterforwardEmployees, getFasterforwardTeams, 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, inviteColleaguesToDistribution, inviteUserToParty, linkConversationToAdvisoryReport, linkPartyToUser, lockFlightApi, markConversationAsCompletedById, mergePartiesTogether, type operations, orderInsurancePolciesOfAdvisoryReport, overrideInsuranceProductRecommendationById, overridePreventionAdviceRecommendationById, patchAnvaproductById, patchAnvaproductCoverageById, patchOwnPartyAsCustomer, type paths, poseAQuestionToInsuranceTermsBot, poseAQuestionToInsuranceTermsBotForItToCompare, postEventAsCarglassPartner, putClausesForReport, recalculateOneAnvaquoteByAnvaProductIdSessionId, recalculateSimulationBySessionId, recalculateYellowhiveQuotesBySessionIdAndProductId, recalculateYellowhiveSimulationBySessionId, retrieveAirports, retrieveAllExportsByParty, retrieveAnvaflowsQuestionnaires, retrieveAskLaterQuestions, retrieveAutomobileByCarIdFreemiumVersion, retrieveAutomobileByIdFreemium, retrieveExportById, retrieveFlow, retrieveYellowhiveQuestionnaires, seachStreetsByCityAndCountry, searchAddressesByCountry, searchCitiesByCountry, searchDirectorsByFirstAndLastName, searchEnterprisesByCountry, searchVehicles, sendAdvisoryReportAsMail, sendAnvaInquiryAsCustomer, sendClaimToKeypoint, sendExampleCampaignTargetMail, sendMailClaimReportById, sendMailFollowupPageToCustomer, sendMailForSimulationToParty, sendOfferToAnvaBySessionId, sendPasswordResetToCustomer, sendQuoteAsMail, setAskLaterQuestions, transferLeadToOtherDistribution, transferPartyToOtherDistribution, triageEmail, unblockCustomerFromAccessingParty, unlockClaim, updateAdvisoryReport, updateAnvaflowsQuestionnaire, updateBicycleRiskObject, updateBoatRiskObject, updateBrokerByBroker, updateBrokerConnectionByKey, updateBrokerIntegrations, updateCampaign, updateCarRiskObject, updateClaimAsBrokerById, updateClaimAsCustomerWithToken, updateCommentOnActivity, updateConversationById, updateDeclarationRemark, updateDistributionConnectionByKey, updateDistributionIntegrations, updateDistributionSettings, updateDocumentForParty, updateDocumentMetadataById, updateDocumentMetadataByIdAsCustomerWithToken, updateEntityAsBrokerById, updateEntityAsCustomerWithToken, updateFamilyRiskObject, updateFleetRiskObject, updateInsuranceProductByDistribution, updateInsuranceProductClauseForDistribution, updateLegalRiskObject, updateMiscellaneousRiskObject, updateNote, updateOfferById, updateOffersInBulk, 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, validateFasterforwardConnection, validatePromotions, validateYellowhiveQuestionnaire, verifyIfADistributionExistsByCompanyRegistration, verifyIfADistributionExistsByName, verifyIfAUserExistsByEmail, type webhooks, wgApiClient };
118232
+ 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 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 CreateAnvaTaskQueryParams, type CreateAnvaTaskResponse, 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 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 GetAnvaClosingQuestionsQueryParams, type GetAnvaClosingQuestionsResponse, type GetAnvaCollectionMethodsPathParams, type GetAnvaCollectionMethodsQueryParams, type GetAnvaCollectionMethodsResponse, type GetAnvaEmployeesQueryParams, type GetAnvaEmployeesResponse, type GetAnvaLabelsQueryParams, type GetAnvaLabelsResponse, 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 GetDiasEmployeesQueryParams, type GetDiasEmployeesResponse, type GetDiasPartiesQueryParams, type GetDiasPartiesResponse, type GetDistributionActivityPathParams, type GetDistributionActivityQueryParams, type GetDistributionActivityResponse, type GetDistributionAffiliationsPathParams, type GetDistributionAffiliationsResponse, type GetDistributionByIdPathParams, type GetDistributionByIdResponse, type GetDistributionConnectionsByIdPathParams, type GetDistributionConnectionsByIdQueryParams, type GetDistributionConnectionsByIdResponse, type 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 GetEventsByAdvisoryReportIdPathParams, type GetEventsByAdvisoryReportIdQueryParams, type GetEventsByAdvisoryReportIdResponse, type GetExtractEnityInfoPathParams, type GetExtractEnityInfoResponse, type GetFasterforwardEmployeesQueryParams, type GetFasterforwardEmployeesResponse, type GetFasterforwardTeamsQueryParams, type GetFasterforwardTeamsResponse, type GetFlowInfoByIdPathParams, type GetFlowInfoByIdQueryParams, type GetFlowInfoByIdResponse, type GetFlowsInfoQueryParams, type GetFlowsInfoResponse, type 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 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 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 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 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 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 SchemaAnvaOfferDocument, type SchemaAnvaPackage, type SchemaAnvaPackageDiscount, type SchemaAnvaPackageUpdateCmd, type SchemaAnvaPolicyPackageCalculationJob, type SchemaAnvaProduct, type SchemaAnvaProductImportCmd, type SchemaAnvaProductQueryModel, type SchemaAnvaProductQuestionnaire, type SchemaAnvaProductQuestionnaireQueryModel, type SchemaAnvaProductQuestionnairesQueryModel, type SchemaAnvaProductQuestionnairesUpdateCmd, type SchemaAnvaProductQuestionnairesValidateCmd, type SchemaAnvaProductSearchItem, type SchemaAnvaProductSearches, type SchemaAnvaProductTag, 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 SchemaAppViewsModelsPartyLink, type SchemaAppViewsModelsPartyManagementQueryModel, type SchemaAppViewsModelsPartyManagementquerymodel, type SchemaAppViewsModelsPartyPartyAssignee, type SchemaAppViewsModelsPartyPartyDocumentsMetaData, type SchemaAppViewsModelsPartyPartyLogoQueryModel, type SchemaAppViewsModelsPartyPartyRelationQueryModelParty, type SchemaAppViewsModelsPartyPartyassignee, type SchemaAppViewsModelsPartyPartydocumentquerymodel, type SchemaAppViewsModelsPartyPartylogoquerymodel, type SchemaAppViewsModelsPartyPartyrelationquerymodelParty, type SchemaAppViewsModelsRiskDomainPreventionAdviceQueryModelPreventAdviceRiskDomain, type SchemaAppViewsModelsRiskDomainRiskDomainsQueryModelRiskDomain, type SchemaAppViewsModelsRiskObjectBicycle, type SchemaAppViewsModelsRiskObjectBoat, type SchemaAppViewsModelsRiskObjectCar, type SchemaAppViewsModelsRiskObjectDriver, type SchemaAppViewsModelsRiskObjectFamily, type SchemaAppViewsModelsRiskObjectLegal, type SchemaAppViewsModelsRiskObjectLink, type SchemaAppViewsModelsRiskObjectMiscellaneous, type SchemaAppViewsModelsRiskObjectPartyGroup, type SchemaAppViewsModelsRiskObjectPerson, type SchemaAppViewsModelsRiskObjectResidence, type SchemaAppViewsModelsRiskObjectRiskObjects, type SchemaAppViewsModelsRiskObjectSemiTrailer, type SchemaAppViewsModelsRiskObjectTeacher, type SchemaAppViewsModelsRiskObjectTrailer, type SchemaAppViewsModelsRiskObjectTwoWheeler, type SchemaAragLegalPayload, type SchemaArcesLegalPayload, type SchemaAskLaterQuestion, type SchemaAskLaterQuestionsRequest, type SchemaAskLaterQuestionsResponse, type SchemaAskaPackageChoice, type SchemaAskaPackageChoice_2, type SchemaAskaTravelInsuranceType, type SchemaAskaTravelInsuranceType_2, type SchemaAssetInfo, type SchemaAssignedToType, type SchemaAssociatedCompany, type SchemaAttachmentType, type SchemaAudits, type SchemaAuth, type SchemaAutomaticEmergencyBreaking, type SchemaAvatars, type SchemaAxaCar, type SchemaAxaCarPayload, type SchemaAxaContractualExcess, type SchemaAxaContractualExcess_2, type SchemaAxaDriver, type SchemaAxaFamilyPayload, type SchemaAxaHome, type SchemaAxaHomePayload, type SchemaAxaItemLimitTier, type SchemaAxaItemLimitTier_2, type SchemaAxaTheftFormulas, type SchemaAxaTheftFormulas_2, type SchemaBackupFrequency, type SchemaBackupFrequency_2, type SchemaBalance, type SchemaBalanceQueryModel, type SchemaBaloiseCar, type SchemaBaloiseCarPayload, type SchemaBaloiseDriver, type SchemaBaloiseFamilyPayload, type SchemaBaloiseHome, type SchemaBaloiseHomePayload, type SchemaBase, type SchemaBatchUnitResponse, type SchemaBatteryCapacity, type SchemaBicycle, type SchemaBicycleReferenceQueryModel, type SchemaBicycleRiskObjectIdWithRevisionId, type SchemaBicycleSpeed, type SchemaBicycleType, type SchemaBicycleUsage, type SchemaBlindSpotWarning, type SchemaBoat, type SchemaBoatAccidentCoverageLevel, type SchemaBoatAccidentCoverageLevel_2, type SchemaBoatBerthBigCity, type SchemaBoatBerthNlArea, type SchemaBoatBerthType, type SchemaBoatCategory, type SchemaBoatCompetitionType, type SchemaBoatConstructionType, type SchemaBoatMotorKind, type SchemaBoatNlPayloads, type SchemaBoatPreferences, type SchemaBoatReferenceQueryModel, type SchemaBoatRiskObjectIdWithRevisionId, type SchemaBoatTerritory, type SchemaBoatTrailer, type SchemaBoatUsage, type SchemaBookkeeper, type SchemaBrand, type SchemaBrandClub, type SchemaBrandClub_2, type SchemaBrandSortContext, type SchemaBroker, type SchemaBrokerConnectionCreate, type SchemaBrokerConnectionUpdate, type SchemaBrokerCreateCmd, type SchemaBrokerIntegrations, type SchemaBrokerIntegrationsPatchCmd, type SchemaBrokerMembershipsCreateCmd, type SchemaBrokerPatchCmd, type SchemaBrokerPlan, type SchemaBrokerSettings, type SchemaBrokerType, type SchemaBrokerUserCreateCmd, type SchemaBrokerWithDistributionName, type SchemaBrokerWithModules, type SchemaBuildingExtra, type SchemaBuildingMaintenanceStatus, type SchemaBuildingPurpose, type SchemaBuildingRentOut, type SchemaBuildingUse, type SchemaCalculateAnvaQuotesRequest, type SchemaCalculateProfileaseCarQuoteCmd, type SchemaCalculateProfileaseCarQuoteParams, type 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 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 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 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 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 SchemaEntitiesSelectionResult, 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 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 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 SchemaFlowsModelsAnvaWarning, 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 SchemaHandleCalculateOneYellowhiveQuoteForConversationParams, type SchemaHandleCreateAnvaPartyParams, type SchemaHandleCreateDocumentFromQuestionnaireParams, type SchemaHandleCreateYellowhiveContactPersonParams, type SchemaHandleGenerateQuestionsToPrefillByCarParams, type SchemaHandleImportAnvaProductsParams, type SchemaHandleMarkSessionCompletedParams, type SchemaHandleQueueCalculateAnvaQuotesForConversationParams, type SchemaHandleQueueCalculateYellowhiveQuotesForConversationParams, type SchemaHandleQueueSendCustomQuotesToAnvaParams, type SchemaHandleQuoteCalculationV2ExtraParams, type SchemaHandleQuoteMailSendParams, type SchemaHandleQuoteSaveParams, type SchemaHandleRecalculateAnvaSimulationParams, type SchemaHandleRecalculateYellowhiveSimulationParams, type SchemaHandleRetrieveConversationReportPdfBySessionIdParams, type SchemaHandleRetrieveProductsV2Params, type SchemaHandleSetAskLaterQuestionIdsParams, type SchemaHandleUpdateAllAnvaQuestionnaireQuestionsByAnvaLabelParams, type SchemaHandleUpdateAnvaProductCoverageParams, type SchemaHandleUpdateAnvaProductsParams, type SchemaHandleUpdateAnvaQuestionnairesByProductIdParams, type SchemaHandleUpdateSessionParams, type SchemaHandleUpdateYellowhiveQuestionnairesByProductIdParams, type SchemaHandleUpsertAnvaClosingQuestionsParams, type SchemaHandleValidateAnvaQuestionnairesByProductIdParams, 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 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 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 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 SchemaMinimalCoverageQueryModel, type SchemaMinimalCustomerPartyQueryModel, type SchemaMinimalCustomerPartyQueryModels, type SchemaMinimalFamily, type SchemaMinimalFleet, type SchemaMinimalInsurancePolicyQueryModel, type SchemaMinimalLegal, type SchemaMinimalMiscellaneous, type SchemaMinimalOfferQueryModel, type SchemaMinimalPartyGroup, type SchemaMinimalPartyQueryModel, type SchemaMinimalResidence, type SchemaMinimalRiskObject, type SchemaMinimalRiskObjects, type SchemaMinimalSemiTrailer, type SchemaMinimalTeacher, type SchemaMinimalTrailer, type SchemaMinimalTwoWheeler, type 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 SchemaMultiFlowSessionItemQueryModel, type SchemaMultiFlowSessionQueryModel, type SchemaMultiLeaseOfferQueryModel, type SchemaMultiOfferQueryModel, type SchemaMultiPartyQueryModel, type SchemaMultiQuoteBeSession, type SchemaMultiQuoteNlSession, type SchemaMultiYellowHiveCoverageQueryModel, type SchemaMultiYellowHiveInsuranceQueryModel, type SchemaMultiYellowHiveProductQueryModel, type SchemaNationalIdentificationNumberValidation, type SchemaNatsError, type SchemaNotice, type SchemaNumberPlateInfo, type SchemaNumberPlatePremiumResponse, type SchemaOccupationType, type SchemaOfferCampaignQueryModel, type SchemaOfferCreateCmdV2, type SchemaOfferCreateResponse, type SchemaOfferCreateRevisionCmd, type SchemaOfferPatchBulkCmd, type SchemaOfferPayment, type SchemaOfferRejectionCancellationReason, type SchemaOfferRequestForInsuranceCompanyCreateCmd, type SchemaOfferRequestForInsuranceCompanyInsuranceProductItem, type SchemaOfferRequestForInsuranceCompanyItem, type SchemaOfferRequestForInsuranceCompanyItemWithId, type SchemaOfferRequestForInsuranceCompanyParty, type SchemaOfferRevisionDocument, type SchemaOfferRevisionDocumentType, type SchemaOfferRevisionPatchCmd, type SchemaOfferRevisionQueryModel, type SchemaOfferRevisionReferenceQueryModel, type SchemaOfferStatus, type SchemaOfferWarning, type SchemaOmniumFormula, type SchemaOmniumFormulaByName, type SchemaOmniumFormulaByName_2, type SchemaOmniumFormula_2, type SchemaOptimcoCar, type SchemaOptimcoCarPayload, type SchemaOptimcoDriver, type SchemaOptimcoFamilyPayload, type SchemaOptions, type SchemaOrderInsurancePolicyForAdvisoryReportRevisionParams, type SchemaOrigin, type SchemaOtherSafetySystems, type SchemaOutlook, type SchemaOverrideInsuranceProductRecommendationParams, type SchemaOverridePreventionAdviceRecommendationParams, type SchemaPaginatedInsuranceCompanyResponse, type SchemaPaginatedLeadReply, type SchemaPaginatedOffersResponse, type SchemaPaginatedOffersV2Response, type SchemaPagination, type SchemaParcelData, type SchemaPartiesQueryModel, type SchemaPartyAddresses, type SchemaPartyAssigneesUpdateCmd, type 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 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 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 SchemaSentimentType, type SchemaSeries, type SchemaSeriesSortContext, type SchemaServerError, type SchemaServerErrorMsgEnum, type SchemaSessionReport, type SchemaShareholder, type SchemaShareholderQueryModel, type SchemaSignatureBox, type SchemaSiloCapacity, type SchemaSingleAffiliationQueryModel, type SchemaSingleAuditDetailQueryModel, type SchemaSingleAuditQueryModel, type SchemaSingleUserQueryModel, type SchemaSmtCompany, type SchemaSocialLinks, type SchemaSort, type SchemaSourceInfo, type SchemaSpeedAssistance, type SchemaSplitCost, type SchemaSportHobbies, type SchemaSportHobbies_2, type SchemaStateOfChildren, type SchemaStateOfChildren_2, type SchemaStatus, type SchemaStatusReply, type SchemaStatusResponse, type SchemaSteeringPosition, type SchemaSteeringPosition_2, type SchemaStorageSecurity, type SchemaStorageSecurity_2, type SchemaStreet, type SchemaStringCalculationSpec, type SchemaSubcity, type SchemaSubjectToVat, type SchemaSubjectToVat_2, type SchemaSupplierType, type SchemaSupplierType_2, type SchemaSupportedFileTypesResponse, type SchemaSupportedProFlowCountryCodes, type SchemaSurveillanceEquipmentType, type SchemaSwimmingPoolType, type SchemaSymbol, type SchemaTableColumn, type SchemaTableRules, type SchemaTag, type SchemaTagContentItem, type SchemaTankLocationType, type SchemaTax, type SchemaTaxBaseBe, type SchemaTaxField, type SchemaTaxPaymentDetails, type SchemaTaxPaymentTime, type SchemaTeacherRiskObjectIdWithRevisionId, type SchemaTeams, type SchemaTechnicalEquipmentType, type SchemaTechniekNederlandTypeOfCompany, type SchemaTechniekNederlandTypeOfCompanySpecification, type SchemaTechniekNederlandTypeOfCompanySpecification_2, type SchemaTechniekNederlandTypeOfCompany_2, type SchemaTelephoneNr, type SchemaTheftFormulas, type SchemaTheftFormulas_2, type SchemaTheme, type SchemaThemes, type SchemaThirdPartyActivity, type SchemaThirdPartyConstructionWorkInsuranceType, type SchemaThirdPartyConstructionWorkInsuranceType_2, type SchemaTitleAndMessageResponse, type SchemaTokenReply, type SchemaToolkitAccountCreateCmd, type SchemaToolkitBrokerCreateCmd, type SchemaToolkitBrokerCreationResponse, type SchemaToolkitLicenseType, type SchemaTrailerRiskObjectIdWithRevisionId, type SchemaTrailerTonnageCategory, type SchemaTrailerType, type SchemaTrailerType_2, type SchemaTransferLeadByIdParams, type SchemaTransferPartyByIdParams, type SchemaTransmissionType, type SchemaTransmissionType_2, type SchemaTransportInfo, type SchemaTravelMethods, type SchemaTravelMethods_2, type SchemaTravelsAYear, type SchemaTravelsAYear_2, type 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 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 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 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, calculateQuotesV2, calculateYellowhiveQuotesBySessionId, claimReportById, claimRequestUpdate, commentOnActivity, type components, createAccidentsForParty, createAccount, createAdvisoryReport, createAdvisoryReportRevision, createAdvisoryReportRevisionV2, createAdvisoryReportStepSettings, createAnvaParty, createAnvaTask, 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, 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, getAnvaClosingQuestions, getAnvaCollectionMethods, getAnvaEmployees, getAnvaLabels, 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, getDiasEmployees, getDiasParties, getDistributionActivity, getDistributionAffiliations, getDistributionById, getDistributionConnectionsById, getDistributionFaq, getDistributionHasPendingUpgrade, getDistributionSettings, getDistributionTags, getDocumentExtractionBatchById, getDocumentMetadata, getDocumentsAsCustomer, getDocumentsForParty, getEmailByMessageId, getEncryptionKeys, getEnterpriseByCompanyRegistrationNumberAndCountry, getEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponse, getEnumByAnvaLabel, getEventsByAdvisoryReportId, getExtractEnityInfo, getFasterforwardEmployees, getFasterforwardTeams, 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, inviteColleaguesToDistribution, inviteUserToParty, linkConversationToAdvisoryReport, linkPartyToUser, lockFlightApi, markConversationAsCompletedById, mergePartiesTogether, type operations, orderInsurancePolciesOfAdvisoryReport, overrideInsuranceProductRecommendationById, overridePreventionAdviceRecommendationById, patchAnvaproductById, patchAnvaproductCoverageById, patchOwnPartyAsCustomer, type paths, poseAQuestionToInsuranceTermsBot, poseAQuestionToInsuranceTermsBotForItToCompare, postEventAsCarglassPartner, putClausesForReport, recalculateOneAnvaquoteByAnvaProductIdSessionId, recalculateSimulationBySessionId, recalculateYellowhiveQuotesBySessionIdAndProductId, recalculateYellowhiveSimulationBySessionId, retrieveAirports, retrieveAllExportsByParty, retrieveAnvaflowsQuestionnaires, retrieveAskLaterQuestions, retrieveAutomobileByCarIdFreemiumVersion, retrieveAutomobileByIdFreemium, retrieveExportById, retrieveFlow, retrieveYellowhiveQuestionnaires, seachStreetsByCityAndCountry, searchAddressesByCountry, searchCitiesByCountry, searchDirectorsByFirstAndLastName, searchEnterprisesByCountry, searchVehicles, sendAdvisoryReportAsMail, sendAnvaInquiryAsCustomer, sendClaimToKeypoint, sendExampleCampaignTargetMail, sendMailClaimReportById, sendMailFollowupPageToCustomer, sendMailForSimulationToParty, sendOfferToAnvaBySessionId, sendPasswordResetToCustomer, sendQuoteAsMail, setAskLaterQuestions, transferLeadToOtherDistribution, transferPartyToOtherDistribution, triageEmail, unblockCustomerFromAccessingParty, unlockClaim, updateAdvisoryReport, updateAnvaflowsQuestionnaire, updateBicycleRiskObject, updateBoatRiskObject, updateBrokerByBroker, updateBrokerConnectionByKey, updateBrokerIntegrations, updateCampaign, updateCarRiskObject, updateClaimAsBrokerById, updateClaimAsCustomerWithToken, updateCommentOnActivity, updateConversationById, updateDeclarationRemark, updateDistributionConnectionByKey, updateDistributionIntegrations, updateDistributionSettings, updateDocumentForParty, updateDocumentMetadataById, updateDocumentMetadataByIdAsCustomerWithToken, updateEntityAsBrokerById, updateEntityAsCustomerWithToken, updateFamilyRiskObject, updateFleetRiskObject, updateInsuranceProductByDistribution, updateInsuranceProductClauseForDistribution, updateLegalRiskObject, updateMiscellaneousRiskObject, updateNote, updateOfferById, updateOffersInBulk, 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, validateFasterforwardConnection, validatePromotions, validateYellowhiveQuestionnaire, verifyIfADistributionExistsByCompanyRegistration, verifyIfADistributionExistsByName, verifyIfAUserExistsByEmail, type webhooks, wgApiClient };