wg-api-sdk 1.0.61 → 1.0.63

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.
@@ -719,6 +719,26 @@ interface paths {
719
719
  patch?: never;
720
720
  trace?: never;
721
721
  };
722
+ "/v1/api/advisory-reports/{report_id_1}/diff/{report_id_2}": {
723
+ parameters: {
724
+ query?: never;
725
+ header?: never;
726
+ path?: never;
727
+ cookie?: never;
728
+ };
729
+ /**
730
+ * Get Advisory Report Revision Diff
731
+ * @description Get diff between advice of two reports revisions
732
+ */
733
+ get: operations["get_advisory_report_revision_diff_v1_api_advisory_reports__report_id_1__diff__report_id_2__get"];
734
+ put?: never;
735
+ post?: never;
736
+ delete?: never;
737
+ options?: never;
738
+ head?: never;
739
+ patch?: never;
740
+ trace?: never;
741
+ };
722
742
  "/v1/api/affiliations": {
723
743
  parameters: {
724
744
  query?: never;
@@ -2451,6 +2471,26 @@ interface paths {
2451
2471
  patch?: never;
2452
2472
  trace?: never;
2453
2473
  };
2474
+ "/v1/api/connections/assu/employees": {
2475
+ parameters: {
2476
+ query?: never;
2477
+ header?: never;
2478
+ path?: never;
2479
+ cookie?: never;
2480
+ };
2481
+ /**
2482
+ * Get Assu Employees
2483
+ * @description Get employees of your assu account
2484
+ */
2485
+ get: operations["get_assu_employees_v1_api_connections_assu_employees_get"];
2486
+ put?: never;
2487
+ post?: never;
2488
+ delete?: never;
2489
+ options?: never;
2490
+ head?: never;
2491
+ patch?: never;
2492
+ trace?: never;
2493
+ };
2454
2494
  "/v1/api/connections/fasterforward/teams": {
2455
2495
  parameters: {
2456
2496
  query?: never;
@@ -8448,7 +8488,7 @@ interface components {
8448
8488
  * Timestamp
8449
8489
  * Format: date-time
8450
8490
  * @description Timestamp of when the error occured
8451
- * @default 2025-09-09T10:39:02.084938
8491
+ * @default 2025-09-20T09:35:26.386818
8452
8492
  */
8453
8493
  timestamp: string;
8454
8494
  /**
@@ -12661,7 +12701,7 @@ interface components {
12661
12701
  * @description An enumeration.
12662
12702
  * @enum {unknown}
12663
12703
  */
12664
- CAR_CATEGORY_CODE: "AA" | "AB" | "AC" | "AD" | "AE" | "AF" | "SA" | "OM" | "CT" | "VP" | "FA" | "SW";
12704
+ CAR_CATEGORY_CODE: "AA" | "AB" | "AC" | "AD" | "AE" | "AF" | "SA" | "OM" | "CT" | "VP" | "FA" | "SW" | "PA" | "BA" | "MO" | "BF" | "SC" | "GB";
12665
12705
  /** Performance */
12666
12706
  Performance: {
12667
12707
  /**
@@ -20527,7 +20567,7 @@ interface components {
20527
20567
  * @description An enumeration.
20528
20568
  * @enum {unknown}
20529
20569
  */
20530
- MAIN_BUILDING_TYPE: "APARTMENT" | "HOME";
20570
+ MAIN_BUILDING_TYPE: "APARTMENT" | "HOME" | "COMMERCIAL";
20531
20571
  /** Rooms */
20532
20572
  Rooms: {
20533
20573
  /**
@@ -20640,13 +20680,13 @@ interface components {
20640
20680
  * @description An enumeration.
20641
20681
  * @enum {unknown}
20642
20682
  */
20643
- CONSTRUCTION_TYPE: "CONCRETE" | "BRICK" | "WOOD" | "STEEL_FRAME" | "PLASTIC" | "CORAL_STONE" | "YTONG" | "WOOD_METAL" | "OTHER";
20683
+ CONSTRUCTION_TYPE: "CONCRETE" | "BRICK" | "YTONG" | "STONE" | "STONE_ENTIRERLY" | "STONE_CLAD_WITH_WOOD" | "SHEET_PILING_ON_STONE_OR_CONCRETE_BASE" | "CORAL_STONE" | "ALUMINIUM" | "STEEL" | "STEEL_FRAME" | "STEEL_SANDWICH_PANELS" | "METAL" | "METAL_AND_STONE" | "PLASTIC" | "WOOD" | "WOOD_METAL" | "WOOD_AND_STONE" | "WOOD_ON_STONE_OR_CONCRETE_BASE" | "FINNISH_WOOD" | "TIMBER_FRAME" | "TIMBER_FRAME_WOODEN_EXTERIOR" | "TIMBER_FRAME_STONE_EXTERIOR" | "GLASS_ON_CONCRETE" | "GLASS_ON_METAL" | "OTHER";
20644
20684
  /**
20645
20685
  * ROOF_CONSTRUCTION_TYPE
20646
20686
  * @description An enumeration.
20647
20687
  * @enum {unknown}
20648
20688
  */
20649
- ROOF_CONSTRUCTION_TYPE: "TILES" | "HARD" | "FLAT" | "THATCHED_TRADITIONAL" | "THATCHED_FIREPROOF" | "THATCHED_SCREWED" | "ZINC" | "CONCRETE" | "ETERNIT" | "OTHER";
20689
+ ROOF_CONSTRUCTION_TYPE: "TILES" | "HARD" | "FLAT" | "THATCHED_TRADITIONAL" | "THATCHED_FIREPROOF" | "THATCHED_SCREWED" | "ZINC" | "CONCRETE" | "ETERNIT" | "OTHER" | "ASPHALT_BITUMEN" | "METAL" | "CORRUGATED_SHEETS" | "ASBESTOS_CORRUGATED_SHEETS" | "METAL_AND_PLASTIC" | "SLATE" | "MASTIC" | "POLYESTER" | "SHINGLES" | "STEEL_SANDWICH_PANELS" | "VEGETATION" | "WOOD" | "STEEL" | "MOSTLY_CORRUGATED_SHEETS" | "THATCH_AND_TILES" | "TILES_AND_ASPHALT_BITUMEN" | "THATCH_AND_ASPHALT_BITUMEN";
20650
20690
  /**
20651
20691
  * RECONSTRUCTION_VALUE_DEFINED_TYPE
20652
20692
  * @description An enumeration.
@@ -20825,7 +20865,7 @@ interface components {
20825
20865
  * @description An enumeration.
20826
20866
  * @enum {unknown}
20827
20867
  */
20828
- RESIDENCE_BUILDING_TYPE: "PRIVATE" | "RESIDENCE" | "APARTMENT" | "STUDIO" | "STUDENT_RESIDENCE" | "STUDENT_RESIDENCE_RENTAL" | "OFFICE" | "VILLA" | "FARMHOUSE" | "TOWN_HOUSE";
20868
+ RESIDENCE_BUILDING_TYPE: "PRIVATE" | "RESIDENCE" | "APARTMENT" | "STUDIO" | "STUDENT_RESIDENCE" | "STUDENT_RESIDENCE_RENTAL" | "OFFICE" | "VILLA" | "FARMHOUSE" | "TOWN_HOUSE" | "COMMERCIAL";
20829
20869
  /**
20830
20870
  * RESIDENCE_THEFT_PROTECTION
20831
20871
  * @description An enumeration.
@@ -21268,6 +21308,11 @@ interface components {
21268
21308
  * @example Doe
21269
21309
  */
21270
21310
  last_name: string;
21311
+ /**
21312
+ * Initials
21313
+ * @description The driver's initials for example J.J. for a person with first name Jan-Jaap.
21314
+ */
21315
+ initials?: string;
21271
21316
  /**
21272
21317
  * Primary
21273
21318
  * @description Is the driver the primary driver of the vehicle?
@@ -29222,6 +29267,11 @@ interface components {
29222
29267
  * @example Doe
29223
29268
  */
29224
29269
  last_name: string;
29270
+ /**
29271
+ * Initials
29272
+ * @description A person's initials for example J.J. for a person with first name Jan-Jaap.
29273
+ */
29274
+ initials?: string;
29225
29275
  /**
29226
29276
  * date
29227
29277
  * Format: date
@@ -48787,6 +48837,47 @@ interface components {
48787
48837
  */
48788
48838
  id?: string;
48789
48839
  };
48840
+ /** GetAdvisoryReportDiffResponse */
48841
+ GetAdvisoryReportDiffResponse: {
48842
+ /** Advice */
48843
+ advice: components["schemas"]["AdvisoryReportAdviceDiff"][];
48844
+ };
48845
+ /** AdvisoryReportAdviceDiff */
48846
+ AdvisoryReportAdviceDiff: {
48847
+ risk_domain: components["schemas"]["app__models__advisory_report__AdvisoryReportAdviceDiff__RiskDomain"];
48848
+ /** Items */
48849
+ items: components["schemas"]["AdviceDiffModel"][];
48850
+ };
48851
+ /** RiskDomain */
48852
+ app__models__advisory_report__AdvisoryReportAdviceDiff__RiskDomain: {
48853
+ /**
48854
+ * Id
48855
+ * Format: uuid
48856
+ */
48857
+ id: string;
48858
+ /** Name */
48859
+ name: string;
48860
+ /** Description */
48861
+ description?: string;
48862
+ };
48863
+ /** AdviceDiffModel */
48864
+ AdviceDiffModel: {
48865
+ change_type: components["schemas"]["ADVICE_CHANGE_TYPE"];
48866
+ /** Change Reason */
48867
+ change_reason: string;
48868
+ /**
48869
+ * Advice Id
48870
+ * Format: uuid
48871
+ */
48872
+ advice_id?: string;
48873
+ previous_advice?: components["schemas"]["AdviceQueryModel"];
48874
+ };
48875
+ /**
48876
+ * ADVICE_CHANGE_TYPE
48877
+ * @description An enumeration.
48878
+ * @enum {unknown}
48879
+ */
48880
+ ADVICE_CHANGE_TYPE: "CREATED" | "UPDATED" | "DELETED";
48790
48881
  /** RiskDomainsQueryModel */
48791
48882
  RiskDomainsQueryModel: {
48792
48883
  /** Items */
@@ -51750,7 +51841,7 @@ interface components {
51750
51841
  /**
51751
51842
  * Quote Specifications
51752
51843
  * @default {
51753
- * "contract_commencement_date": "2025-09-04"
51844
+ * "contract_commencement_date": "2025-09-11"
51754
51845
  * }
51755
51846
  */
51756
51847
  quote_specifications: components["schemas"]["QuoteSpecification"];
@@ -53252,6 +53343,7 @@ interface components {
53252
53343
  * @default PASSENGER_CAR
53253
53344
  */
53254
53345
  vehicle_type: components["schemas"]["CAR_VEHICLE_TYPE"];
53346
+ rolling_work_equipment_type?: components["schemas"]["ROLLING_WORK_EQUIPMENT_TYPE"];
53255
53347
  /**
53256
53348
  * Kwh
53257
53349
  * @description The power of the vehicle's engine in kilowatt.
@@ -53347,6 +53439,12 @@ interface components {
53347
53439
  steering_position?: components["schemas"]["CITIZENS_STEERING_POSITION"];
53348
53440
  /** Anva Car Color */
53349
53441
  anva_car_color?: string;
53442
+ /** Amount Of Doors */
53443
+ amount_of_doors?: number;
53444
+ /** Max Load Weight */
53445
+ max_load_weight?: number;
53446
+ /** Rolls Body Type Code */
53447
+ rolls_body_type_code?: string;
53350
53448
  };
53351
53449
  /** RestrictiveDriver */
53352
53450
  RestrictiveDriver: {
@@ -53369,6 +53467,11 @@ interface components {
53369
53467
  * @example Doe
53370
53468
  */
53371
53469
  last_name: string;
53470
+ /**
53471
+ * Initials
53472
+ * @description The driver's initials for example J.J. for a person with first name Jan-Jaap.
53473
+ */
53474
+ initials?: string;
53372
53475
  /**
53373
53476
  * Primary
53374
53477
  * @description Is the driver the primary driver of the vehicle?
@@ -54700,7 +54803,7 @@ interface components {
54700
54803
  * @description An enumeration.
54701
54804
  * @enum {unknown}
54702
54805
  */
54703
- PaymentMethod: "DIRECT_DEBIT" | "INVOICE";
54806
+ PaymentMethod: "TRANSFER" | "DIRECT_DEBIT" | "NONE";
54704
54807
  /**
54705
54808
  * ThirdPartyConstructionWorkInsuranceType
54706
54809
  * @description An enumeration.
@@ -56532,6 +56635,11 @@ interface components {
56532
56635
  * @example Doe
56533
56636
  */
56534
56637
  last_name: string;
56638
+ /**
56639
+ * Initials
56640
+ * @description The driver's initials for example J.J. for a person with first name Jan-Jaap.
56641
+ */
56642
+ initials?: string;
56535
56643
  /**
56536
56644
  * Primary
56537
56645
  * @description Is the driver the primary driver of the vehicle?
@@ -56803,6 +56911,11 @@ interface components {
56803
56911
  * @example Doe
56804
56912
  */
56805
56913
  last_name: string;
56914
+ /**
56915
+ * Initials
56916
+ * @description The driver's initials for example J.J. for a person with first name Jan-Jaap.
56917
+ */
56918
+ initials?: string;
56806
56919
  /**
56807
56920
  * Primary
56808
56921
  * @description Is the driver the primary driver of the vehicle?
@@ -57084,6 +57197,11 @@ interface components {
57084
57197
  * @example Doe
57085
57198
  */
57086
57199
  last_name: string;
57200
+ /**
57201
+ * Initials
57202
+ * @description The driver's initials for example J.J. for a person with first name Jan-Jaap.
57203
+ */
57204
+ initials?: string;
57087
57205
  /**
57088
57206
  * Primary
57089
57207
  * @description Is the driver the primary driver of the vehicle?
@@ -57362,6 +57480,11 @@ interface components {
57362
57480
  * @example Doe
57363
57481
  */
57364
57482
  last_name: string;
57483
+ /**
57484
+ * Initials
57485
+ * @description The driver's initials for example J.J. for a person with first name Jan-Jaap.
57486
+ */
57487
+ initials?: string;
57365
57488
  /**
57366
57489
  * Primary
57367
57490
  * @description Is the driver the primary driver of the vehicle?
@@ -57620,6 +57743,11 @@ interface components {
57620
57743
  * @example Doe
57621
57744
  */
57622
57745
  last_name: string;
57746
+ /**
57747
+ * Initials
57748
+ * @description The driver's initials for example J.J. for a person with first name Jan-Jaap.
57749
+ */
57750
+ initials?: string;
57623
57751
  /**
57624
57752
  * Primary
57625
57753
  * @description Is the driver the primary driver of the vehicle?
@@ -57888,6 +58016,11 @@ interface components {
57888
58016
  * @example Doe
57889
58017
  */
57890
58018
  last_name: string;
58019
+ /**
58020
+ * Initials
58021
+ * @description The driver's initials for example J.J. for a person with first name Jan-Jaap.
58022
+ */
58023
+ initials?: string;
57891
58024
  /**
57892
58025
  * Primary
57893
58026
  * @description Is the driver the primary driver of the vehicle?
@@ -58078,6 +58211,11 @@ interface components {
58078
58211
  * @example Doe
58079
58212
  */
58080
58213
  last_name: string;
58214
+ /**
58215
+ * Initials
58216
+ * @description The driver's initials for example J.J. for a person with first name Jan-Jaap.
58217
+ */
58218
+ initials?: string;
58081
58219
  /**
58082
58220
  * Primary
58083
58221
  * @description Is the driver the primary driver of the vehicle?
@@ -58389,6 +58527,11 @@ interface components {
58389
58527
  * @example Doe
58390
58528
  */
58391
58529
  last_name: string;
58530
+ /**
58531
+ * Initials
58532
+ * @description The driver's initials for example J.J. for a person with first name Jan-Jaap.
58533
+ */
58534
+ initials?: string;
58392
58535
  /**
58393
58536
  * Primary
58394
58537
  * @description Is the driver the primary driver of the vehicle?
@@ -58772,6 +58915,7 @@ interface components {
58772
58915
  * @default PASSENGER_CAR
58773
58916
  */
58774
58917
  vehicle_type: components["schemas"]["CAR_VEHICLE_TYPE"];
58918
+ rolling_work_equipment_type?: components["schemas"]["ROLLING_WORK_EQUIPMENT_TYPE"];
58775
58919
  /**
58776
58920
  * Kwh
58777
58921
  * @description The power of the vehicle's engine in kilowatt.
@@ -58863,6 +59007,12 @@ interface components {
58863
59007
  steering_position?: components["schemas"]["CITIZENS_STEERING_POSITION"];
58864
59008
  /** Anva Car Color */
58865
59009
  anva_car_color?: string;
59010
+ /** Amount Of Doors */
59011
+ amount_of_doors?: number;
59012
+ /** Max Load Weight */
59013
+ max_load_weight?: number;
59014
+ /** Rolls Body Type Code */
59015
+ rolls_body_type_code?: string;
58866
59016
  };
58867
59017
  /** FoyerDriver */
58868
59018
  FoyerDriver: {
@@ -58885,6 +59035,11 @@ interface components {
58885
59035
  * @example Doe
58886
59036
  */
58887
59037
  last_name: string;
59038
+ /**
59039
+ * Initials
59040
+ * @description The driver's initials for example J.J. for a person with first name Jan-Jaap.
59041
+ */
59042
+ initials?: string;
58888
59043
  /**
58889
59044
  * Primary
58890
59045
  * @description Is the driver the primary driver of the vehicle?
@@ -59865,6 +60020,7 @@ interface components {
59865
60020
  * @default PASSENGER_CAR
59866
60021
  */
59867
60022
  vehicle_type: components["schemas"]["CAR_VEHICLE_TYPE"];
60023
+ rolling_work_equipment_type?: components["schemas"]["ROLLING_WORK_EQUIPMENT_TYPE"];
59868
60024
  /**
59869
60025
  * Kwh
59870
60026
  * @description The power of the vehicle's engine in kilowatt.
@@ -59956,6 +60112,12 @@ interface components {
59956
60112
  steering_position?: components["schemas"]["CITIZENS_STEERING_POSITION"];
59957
60113
  /** Anva Car Color */
59958
60114
  anva_car_color?: string;
60115
+ /** Amount Of Doors */
60116
+ amount_of_doors?: number;
60117
+ /** Max Load Weight */
60118
+ max_load_weight?: number;
60119
+ /** Rolls Body Type Code */
60120
+ rolls_body_type_code?: string;
59959
60121
  };
59960
60122
  /**
59961
60123
  * Residence
@@ -68007,6 +68169,11 @@ type SchemaOrderInsurancePolicyForAdvisoryReportRevisionParams = components['sch
68007
68169
  type SchemaAdvisoryReportInsurancePolicyOrder = components['schemas']['AdvisoryReportInsurancePolicyOrder'];
68008
68170
  type SchemaUpsertInsurancePolicyPackageForAdvisoryReportRevisionParams = components['schemas']['upsert_insurance_policy_package_for_advisory_report_revision_params'];
68009
68171
  type SchemaAdvisoryReportInsurancePolicyPackageCmd = components['schemas']['AdvisoryReportInsurancePolicyPackageCmd'];
68172
+ type SchemaGetAdvisoryReportDiffResponse = components['schemas']['GetAdvisoryReportDiffResponse'];
68173
+ type SchemaAdvisoryReportAdviceDiff = components['schemas']['AdvisoryReportAdviceDiff'];
68174
+ type SchemaAppModelsAdvisoryReportAdvisoryReportAdviceDiffRiskDomain = components['schemas']['app__models__advisory_report__AdvisoryReportAdviceDiff__RiskDomain'];
68175
+ type SchemaAdviceDiffModel = components['schemas']['AdviceDiffModel'];
68176
+ type SchemaAdviceChangeType = components['schemas']['ADVICE_CHANGE_TYPE'];
68010
68177
  type SchemaRiskDomainsQueryModel = components['schemas']['RiskDomainsQueryModel'];
68011
68178
  type SchemaAppViewsModelsRiskDomainRiskDomainsQueryModelRiskDomain = components['schemas']['app__views__models__risk_domain__RiskDomainsQueryModel__RiskDomain'];
68012
68179
  type SchemaRiskDomainQueryModel = components['schemas']['RiskDomainQueryModel'];
@@ -72504,6 +72671,97 @@ interface operations {
72504
72671
  };
72505
72672
  };
72506
72673
  };
72674
+ get_advisory_report_revision_diff_v1_api_advisory_reports__report_id_1__diff__report_id_2__get: {
72675
+ parameters: {
72676
+ query?: {
72677
+ /**
72678
+ * @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
72679
+ * @example EN
72680
+ */
72681
+ lang?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
72682
+ /**
72683
+ * @description Same as lang, but adds support to pass ?language as well
72684
+ * @example EN
72685
+ */
72686
+ language?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
72687
+ };
72688
+ header?: {
72689
+ /** @description Which release to target running in 'PRODUCTION' environment. */
72690
+ "x-release"?: string;
72691
+ };
72692
+ path: {
72693
+ report_id_1: string;
72694
+ report_id_2: string;
72695
+ };
72696
+ cookie?: never;
72697
+ };
72698
+ requestBody?: never;
72699
+ responses: {
72700
+ /** @description Successful Response */
72701
+ 200: {
72702
+ headers: {
72703
+ [name: string]: unknown;
72704
+ };
72705
+ content: {
72706
+ "application/json": components["schemas"]["GetAdvisoryReportDiffResponse"];
72707
+ };
72708
+ };
72709
+ /** @description Bad Request */
72710
+ 400: {
72711
+ headers: {
72712
+ [name: string]: unknown;
72713
+ };
72714
+ content: {
72715
+ "application/json": components["schemas"]["Error_4XX"];
72716
+ };
72717
+ };
72718
+ /** @description Unauthorized */
72719
+ 401: {
72720
+ headers: {
72721
+ [name: string]: unknown;
72722
+ };
72723
+ content: {
72724
+ "application/json": components["schemas"]["Error_401"];
72725
+ };
72726
+ };
72727
+ /** @description Forbidden */
72728
+ 403: {
72729
+ headers: {
72730
+ [name: string]: unknown;
72731
+ };
72732
+ content: {
72733
+ "application/json": components["schemas"]["Error_403"];
72734
+ };
72735
+ };
72736
+ /** @description Unprocessable Entity */
72737
+ 422: {
72738
+ headers: {
72739
+ [name: string]: unknown;
72740
+ };
72741
+ content: {
72742
+ "application/json": components["schemas"]["Error_422"];
72743
+ };
72744
+ };
72745
+ /** @description Too Many Requests */
72746
+ 429: {
72747
+ headers: {
72748
+ [name: string]: unknown;
72749
+ };
72750
+ content: {
72751
+ "application/json": components["schemas"]["Error_429"];
72752
+ };
72753
+ };
72754
+ /** @description Internal Server Error */
72755
+ 500: {
72756
+ headers: {
72757
+ [name: string]: unknown;
72758
+ };
72759
+ content: {
72760
+ "application/json": components["schemas"]["ServerError"];
72761
+ };
72762
+ };
72763
+ };
72764
+ };
72507
72765
  get_all_available_affiliations_v1_api_affiliations_get: {
72508
72766
  parameters: {
72509
72767
  query?: never;
@@ -82099,6 +82357,85 @@ interface operations {
82099
82357
  };
82100
82358
  };
82101
82359
  };
82360
+ get_assu_employees_v1_api_connections_assu_employees_get: {
82361
+ parameters: {
82362
+ query?: {
82363
+ q?: string;
82364
+ };
82365
+ header?: {
82366
+ /** @description Which release to target running in 'PRODUCTION' environment. */
82367
+ "x-release"?: string;
82368
+ };
82369
+ path?: never;
82370
+ cookie?: never;
82371
+ };
82372
+ requestBody?: never;
82373
+ responses: {
82374
+ /** @description Successful Response */
82375
+ 200: {
82376
+ headers: {
82377
+ [name: string]: unknown;
82378
+ };
82379
+ content: {
82380
+ "application/json": components["schemas"]["Employees"];
82381
+ };
82382
+ };
82383
+ /** @description Bad Request */
82384
+ 400: {
82385
+ headers: {
82386
+ [name: string]: unknown;
82387
+ };
82388
+ content: {
82389
+ "application/json": components["schemas"]["Error_4XX"];
82390
+ };
82391
+ };
82392
+ /** @description Unauthorized */
82393
+ 401: {
82394
+ headers: {
82395
+ [name: string]: unknown;
82396
+ };
82397
+ content: {
82398
+ "application/json": components["schemas"]["Error_401"];
82399
+ };
82400
+ };
82401
+ /** @description Forbidden */
82402
+ 403: {
82403
+ headers: {
82404
+ [name: string]: unknown;
82405
+ };
82406
+ content: {
82407
+ "application/json": components["schemas"]["Error_403"];
82408
+ };
82409
+ };
82410
+ /** @description Unprocessable Entity */
82411
+ 422: {
82412
+ headers: {
82413
+ [name: string]: unknown;
82414
+ };
82415
+ content: {
82416
+ "application/json": components["schemas"]["Error_422"];
82417
+ };
82418
+ };
82419
+ /** @description Too Many Requests */
82420
+ 429: {
82421
+ headers: {
82422
+ [name: string]: unknown;
82423
+ };
82424
+ content: {
82425
+ "application/json": components["schemas"]["Error_429"];
82426
+ };
82427
+ };
82428
+ /** @description Internal Server Error */
82429
+ 500: {
82430
+ headers: {
82431
+ [name: string]: unknown;
82432
+ };
82433
+ content: {
82434
+ "application/json": components["schemas"]["ServerError"];
82435
+ };
82436
+ };
82437
+ };
82438
+ };
82102
82439
  get_fasterforward_teams_v1_api_connections_fasterforward_teams_get: {
82103
82440
  parameters: {
82104
82441
  query?: {
@@ -111195,52 +111532,52 @@ type Middleware = Middleware$1;
111195
111532
  type ClientType = ReturnType<typeof createClient<paths>>;
111196
111533
  declare const wgApiClient: (options: ClientOptions) => ClientType;
111197
111534
 
111198
- declare const routeName$7a = "/v1/api/weather/info";
111199
- type GetWeatherInfoQueryParams = paths[typeof routeName$7a]['get']['parameters']['query'];
111200
- type GetWeatherInfoResponse = paths[typeof routeName$7a]['get']['responses'][200]['content']['application/json'];
111201
- type GetWeatherInfoProps = paths[typeof routeName$7a]['get']['parameters'];
111535
+ declare const routeName$7c = "/v1/api/weather/info";
111536
+ type GetWeatherInfoQueryParams = paths[typeof routeName$7c]['get']['parameters']['query'];
111537
+ type GetWeatherInfoResponse = paths[typeof routeName$7c]['get']['responses'][200]['content']['application/json'];
111538
+ type GetWeatherInfoProps = paths[typeof routeName$7c]['get']['parameters'];
111202
111539
  declare const getWeatherInfo: (props: GetWeatherInfoProps, wgApiClient: ClientType) => Promise<GetWeatherInfoResponse>;
111203
111540
 
111204
- declare const routeName$79 = "/v1/api/address/cities";
111205
- type SearchCitiesByCountryQueryParams = paths[typeof routeName$79]['get']['parameters']['query'];
111206
- type SearchCitiesByCountryResponse = paths[typeof routeName$79]['get']['responses'][200]['content']['application/json'];
111207
- type SearchCitiesByCountryProps = paths[typeof routeName$79]['get']['parameters'];
111541
+ declare const routeName$7b = "/v1/api/address/cities";
111542
+ type SearchCitiesByCountryQueryParams = paths[typeof routeName$7b]['get']['parameters']['query'];
111543
+ type SearchCitiesByCountryResponse = paths[typeof routeName$7b]['get']['responses'][200]['content']['application/json'];
111544
+ type SearchCitiesByCountryProps = paths[typeof routeName$7b]['get']['parameters'];
111208
111545
  declare const searchCitiesByCountry: (props: SearchCitiesByCountryProps, wgApiClient: ClientType) => Promise<SearchCitiesByCountryResponse>;
111209
111546
 
111210
- declare const routeName$78 = "/v1/api/address/streets";
111211
- type SeachStreetsByCityAndCountryQueryParams = paths[typeof routeName$78]['get']['parameters']['query'];
111212
- type SeachStreetsByCityAndCountryResponse = paths[typeof routeName$78]['get']['responses'][200]['content']['application/json'];
111213
- type SeachStreetsByCityAndCountryProps = paths[typeof routeName$78]['get']['parameters'];
111547
+ declare const routeName$7a = "/v1/api/address/streets";
111548
+ type SeachStreetsByCityAndCountryQueryParams = paths[typeof routeName$7a]['get']['parameters']['query'];
111549
+ type SeachStreetsByCityAndCountryResponse = paths[typeof routeName$7a]['get']['responses'][200]['content']['application/json'];
111550
+ type SeachStreetsByCityAndCountryProps = paths[typeof routeName$7a]['get']['parameters'];
111214
111551
  declare const seachStreetsByCityAndCountry: (props: SeachStreetsByCityAndCountryProps, wgApiClient: ClientType) => Promise<SeachStreetsByCityAndCountryResponse>;
111215
111552
 
111216
- declare const routeName$77 = "/v1/api/address/search";
111217
- type SearchAddressesByCountryQueryParams = paths[typeof routeName$77]['get']['parameters']['query'];
111218
- type SearchAddressesByCountryResponse = paths[typeof routeName$77]['get']['responses'][200]['content']['application/json'];
111219
- type SearchAddressesByCountryProps = paths[typeof routeName$77]['get']['parameters'];
111553
+ declare const routeName$79 = "/v1/api/address/search";
111554
+ type SearchAddressesByCountryQueryParams = paths[typeof routeName$79]['get']['parameters']['query'];
111555
+ type SearchAddressesByCountryResponse = paths[typeof routeName$79]['get']['responses'][200]['content']['application/json'];
111556
+ type SearchAddressesByCountryProps = paths[typeof routeName$79]['get']['parameters'];
111220
111557
  declare const searchAddressesByCountry: (props: SearchAddressesByCountryProps, wgApiClient: ClientType) => Promise<SearchAddressesByCountryResponse>;
111221
111558
 
111222
- declare const routeName$76 = "/v1/api/address/info/premium";
111223
- type GetAddressInfoQueryParams = paths[typeof routeName$76]['get']['parameters']['query'];
111224
- type GetAddressInfoResponse = paths[typeof routeName$76]['get']['responses'][200]['content']['application/json'];
111225
- type GetAddressInfoProps = paths[typeof routeName$76]['get']['parameters'];
111559
+ declare const routeName$78 = "/v1/api/address/info/premium";
111560
+ type GetAddressInfoQueryParams = paths[typeof routeName$78]['get']['parameters']['query'];
111561
+ type GetAddressInfoResponse = paths[typeof routeName$78]['get']['responses'][200]['content']['application/json'];
111562
+ type GetAddressInfoProps = paths[typeof routeName$78]['get']['parameters'];
111226
111563
  declare const getAddressInfo: (props: GetAddressInfoProps, wgApiClient: ClientType) => Promise<GetAddressInfoResponse>;
111227
111564
 
111228
- declare const routeName$75 = "/v1/api/address/info/freemium";
111229
- type GetAddressInfoFreemiumQueryParams = paths[typeof routeName$75]['get']['parameters']['query'];
111230
- type GetAddressInfoFreemiumResponse = paths[typeof routeName$75]['get']['responses'][200]['content']['application/json'];
111231
- type GetAddressInfoFreemiumProps = paths[typeof routeName$75]['get']['parameters'];
111565
+ declare const routeName$77 = "/v1/api/address/info/freemium";
111566
+ type GetAddressInfoFreemiumQueryParams = paths[typeof routeName$77]['get']['parameters']['query'];
111567
+ type GetAddressInfoFreemiumResponse = paths[typeof routeName$77]['get']['responses'][200]['content']['application/json'];
111568
+ type GetAddressInfoFreemiumProps = paths[typeof routeName$77]['get']['parameters'];
111232
111569
  declare const getAddressInfoFreemium: (props: GetAddressInfoFreemiumProps, wgApiClient: ClientType) => Promise<GetAddressInfoFreemiumResponse>;
111233
111570
 
111234
- declare const routeName$74 = "/v1/api/advisory-reports";
111235
- type GetAllAdvisoryReportsQueryParams = paths[typeof routeName$74]['get']['parameters']['query'];
111236
- type GetAllAdvisoryReportsResponse = paths[typeof routeName$74]['get']['responses'][200]['content']['application/json'];
111237
- type GetAllAdvisoryReportsProps = paths[typeof routeName$74]['get']['parameters'];
111571
+ declare const routeName$76 = "/v1/api/advisory-reports";
111572
+ type GetAllAdvisoryReportsQueryParams = paths[typeof routeName$76]['get']['parameters']['query'];
111573
+ type GetAllAdvisoryReportsResponse = paths[typeof routeName$76]['get']['responses'][200]['content']['application/json'];
111574
+ type GetAllAdvisoryReportsProps = paths[typeof routeName$76]['get']['parameters'];
111238
111575
  declare const getAllAdvisoryReports: (props: GetAllAdvisoryReportsProps, wgApiClient: ClientType) => Promise<GetAllAdvisoryReportsResponse>;
111239
111576
 
111240
- declare const routeName$73 = "/v1/api/advisory-reports";
111241
- type CreateAdvisoryReportBody = paths[typeof routeName$73]['post']['requestBody']['content']['application/json'];
111242
- type CreateAdvisoryReportQueryParams = paths[typeof routeName$73]['post']['parameters']['query'];
111243
- type CreateAdvisoryReportResponse = paths[typeof routeName$73]['post']['responses'][201]['content']['application/json'];
111577
+ declare const routeName$75 = "/v1/api/advisory-reports";
111578
+ type CreateAdvisoryReportBody = paths[typeof routeName$75]['post']['requestBody']['content']['application/json'];
111579
+ type CreateAdvisoryReportQueryParams = paths[typeof routeName$75]['post']['parameters']['query'];
111580
+ type CreateAdvisoryReportResponse = paths[typeof routeName$75]['post']['responses'][201]['content']['application/json'];
111244
111581
  interface CreateAdvisoryReportProps {
111245
111582
  body: CreateAdvisoryReportBody;
111246
111583
  params: {
@@ -111249,17 +111586,17 @@ interface CreateAdvisoryReportProps {
111249
111586
  }
111250
111587
  declare const createAdvisoryReport: (props: CreateAdvisoryReportProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportResponse>;
111251
111588
 
111252
- declare const routeName$72 = "/v1/api/advisory-reports/{report_id}";
111253
- type GetAdvisoryReportByIdPathParams = paths[typeof routeName$72]['get']['parameters']['path'];
111254
- type GetAdvisoryReportByIdQueryParams = paths[typeof routeName$72]['get']['parameters']['query'];
111255
- type GetAdvisoryReportByIdResponse = paths[typeof routeName$72]['get']['responses'][200]['content']['application/json'];
111256
- type GetAdvisoryReportByIdProps = paths[typeof routeName$72]['get']['parameters'];
111589
+ declare const routeName$74 = "/v1/api/advisory-reports/{report_id}";
111590
+ type GetAdvisoryReportByIdPathParams = paths[typeof routeName$74]['get']['parameters']['path'];
111591
+ type GetAdvisoryReportByIdQueryParams = paths[typeof routeName$74]['get']['parameters']['query'];
111592
+ type GetAdvisoryReportByIdResponse = paths[typeof routeName$74]['get']['responses'][200]['content']['application/json'];
111593
+ type GetAdvisoryReportByIdProps = paths[typeof routeName$74]['get']['parameters'];
111257
111594
  declare const getAdvisoryReportById: (props: GetAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportByIdResponse>;
111258
111595
 
111259
- declare const routeName$71 = "/v1/api/advisory-reports/{report_id}";
111260
- type DeleteAdvisoryReportRevisionPathParams = paths[typeof routeName$71]['delete']['parameters']['path'];
111261
- type DeleteAdvisoryReportRevisionQueryParams = paths[typeof routeName$71]['delete']['parameters']['query'];
111262
- type DeleteAdvisoryReportRevisionResponse = paths[typeof routeName$71]['delete']['responses'][200]['content']['application/json'];
111596
+ declare const routeName$73 = "/v1/api/advisory-reports/{report_id}";
111597
+ type DeleteAdvisoryReportRevisionPathParams = paths[typeof routeName$73]['delete']['parameters']['path'];
111598
+ type DeleteAdvisoryReportRevisionQueryParams = paths[typeof routeName$73]['delete']['parameters']['query'];
111599
+ type DeleteAdvisoryReportRevisionResponse = paths[typeof routeName$73]['delete']['responses'][200]['content']['application/json'];
111263
111600
  interface DeleteAdvisoryReportRevisionProps {
111264
111601
  params: {
111265
111602
  query: DeleteAdvisoryReportRevisionQueryParams;
@@ -111268,11 +111605,11 @@ interface DeleteAdvisoryReportRevisionProps {
111268
111605
  }
111269
111606
  declare const deleteAdvisoryReportRevision: (props: DeleteAdvisoryReportRevisionProps, wgApiClient: ClientType) => Promise<DeleteAdvisoryReportRevisionResponse>;
111270
111607
 
111271
- declare const routeName$70 = "/v1/api/advisory-reports/{report_id}";
111272
- type UpdateAdvisoryReportBody = paths[typeof routeName$70]['patch']['requestBody']['content']['application/json'];
111273
- type UpdateAdvisoryReportPathParams = paths[typeof routeName$70]['patch']['parameters']['path'];
111274
- type UpdateAdvisoryReportQueryParams = paths[typeof routeName$70]['patch']['parameters']['query'];
111275
- type UpdateAdvisoryReportResponse = paths[typeof routeName$70]['patch']['responses'][200]['content']['application/json'];
111608
+ declare const routeName$72 = "/v1/api/advisory-reports/{report_id}";
111609
+ type UpdateAdvisoryReportBody = paths[typeof routeName$72]['patch']['requestBody']['content']['application/json'];
111610
+ type UpdateAdvisoryReportPathParams = paths[typeof routeName$72]['patch']['parameters']['path'];
111611
+ type UpdateAdvisoryReportQueryParams = paths[typeof routeName$72]['patch']['parameters']['query'];
111612
+ type UpdateAdvisoryReportResponse = paths[typeof routeName$72]['patch']['responses'][200]['content']['application/json'];
111276
111613
  interface UpdateAdvisoryReportProps {
111277
111614
  body: UpdateAdvisoryReportBody;
111278
111615
  params: {
@@ -111282,18 +111619,18 @@ interface UpdateAdvisoryReportProps {
111282
111619
  }
111283
111620
  declare const updateAdvisoryReport: (props: UpdateAdvisoryReportProps, wgApiClient: ClientType) => Promise<UpdateAdvisoryReportResponse>;
111284
111621
 
111285
- declare const routeName$6$ = "/v1/api/advisory-reports/{report_id}/events";
111286
- type GetEventsByAdvisoryReportIdPathParams = paths[typeof routeName$6$]['get']['parameters']['path'];
111287
- type GetEventsByAdvisoryReportIdQueryParams = paths[typeof routeName$6$]['get']['parameters']['query'];
111288
- type GetEventsByAdvisoryReportIdResponse = paths[typeof routeName$6$]['get']['responses'][200]['content']['application/json'];
111289
- type GetEventsByAdvisoryReportIdProps = paths[typeof routeName$6$]['get']['parameters'];
111622
+ declare const routeName$71 = "/v1/api/advisory-reports/{report_id}/events";
111623
+ type GetEventsByAdvisoryReportIdPathParams = paths[typeof routeName$71]['get']['parameters']['path'];
111624
+ type GetEventsByAdvisoryReportIdQueryParams = paths[typeof routeName$71]['get']['parameters']['query'];
111625
+ type GetEventsByAdvisoryReportIdResponse = paths[typeof routeName$71]['get']['responses'][200]['content']['application/json'];
111626
+ type GetEventsByAdvisoryReportIdProps = paths[typeof routeName$71]['get']['parameters'];
111290
111627
  declare const getEventsByAdvisoryReportId: (props: GetEventsByAdvisoryReportIdProps, wgApiClient: ClientType) => Promise<GetEventsByAdvisoryReportIdResponse>;
111291
111628
 
111292
- declare const routeName$6_ = "/v1/api/advisory-reports/{report_id}/email-inquiries";
111293
- type SendAdvisoryReportAsMailBody = paths[typeof routeName$6_]['post']['requestBody']['content']['application/json'];
111294
- type SendAdvisoryReportAsMailPathParams = paths[typeof routeName$6_]['post']['parameters']['path'];
111295
- type SendAdvisoryReportAsMailQueryParams = paths[typeof routeName$6_]['post']['parameters']['query'];
111296
- type SendAdvisoryReportAsMailResponse = paths[typeof routeName$6_]['post']['responses'][201]['content']['application/json'];
111629
+ declare const routeName$70 = "/v1/api/advisory-reports/{report_id}/email-inquiries";
111630
+ type SendAdvisoryReportAsMailBody = paths[typeof routeName$70]['post']['requestBody']['content']['application/json'];
111631
+ type SendAdvisoryReportAsMailPathParams = paths[typeof routeName$70]['post']['parameters']['path'];
111632
+ type SendAdvisoryReportAsMailQueryParams = paths[typeof routeName$70]['post']['parameters']['query'];
111633
+ type SendAdvisoryReportAsMailResponse = paths[typeof routeName$70]['post']['responses'][201]['content']['application/json'];
111297
111634
  interface SendAdvisoryReportAsMailProps {
111298
111635
  body: SendAdvisoryReportAsMailBody;
111299
111636
  params: {
@@ -111303,10 +111640,10 @@ interface SendAdvisoryReportAsMailProps {
111303
111640
  }
111304
111641
  declare const sendAdvisoryReportAsMail: (props: SendAdvisoryReportAsMailProps, wgApiClient: ClientType) => Promise<SendAdvisoryReportAsMailResponse>;
111305
111642
 
111306
- declare const routeName$6Z = "/v1/api/advisory-reports/{report_id}/docx";
111307
- type GenerateDocxDocumentOfAdvisoryReportByIdPathParams = paths[typeof routeName$6Z]['post']['parameters']['path'];
111308
- type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams = paths[typeof routeName$6Z]['post']['parameters']['query'];
111309
- type GenerateDocxDocumentOfAdvisoryReportByIdResponse = paths[typeof routeName$6Z]['post']['responses'][200]['content']['application/json'];
111643
+ declare const routeName$6$ = "/v1/api/advisory-reports/{report_id}/docx";
111644
+ type GenerateDocxDocumentOfAdvisoryReportByIdPathParams = paths[typeof routeName$6$]['post']['parameters']['path'];
111645
+ type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams = paths[typeof routeName$6$]['post']['parameters']['query'];
111646
+ type GenerateDocxDocumentOfAdvisoryReportByIdResponse = paths[typeof routeName$6$]['post']['responses'][200]['content']['application/json'];
111310
111647
  interface GenerateDocxDocumentOfAdvisoryReportByIdProps {
111311
111648
  params: {
111312
111649
  query: GenerateDocxDocumentOfAdvisoryReportByIdQueryParams;
@@ -111315,17 +111652,17 @@ interface GenerateDocxDocumentOfAdvisoryReportByIdProps {
111315
111652
  }
111316
111653
  declare const generateDocxDocumentOfAdvisoryReportById: (props: GenerateDocxDocumentOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GenerateDocxDocumentOfAdvisoryReportByIdResponse>;
111317
111654
 
111318
- declare const routeName$6Y = "/v1/api/advisory-reports/{report_id}/pdf";
111319
- type GetPdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$6Y]['get']['parameters']['path'];
111320
- type GetPdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$6Y]['get']['parameters']['query'];
111321
- type GetPdfOfAdvisoryReportByIdResponse = paths[typeof routeName$6Y]['get']['responses'][307]['content']['application/json'];
111322
- type GetPdfOfAdvisoryReportByIdProps = paths[typeof routeName$6Y]['get']['parameters'];
111655
+ declare const routeName$6_ = "/v1/api/advisory-reports/{report_id}/pdf";
111656
+ type GetPdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$6_]['get']['parameters']['path'];
111657
+ type GetPdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$6_]['get']['parameters']['query'];
111658
+ type GetPdfOfAdvisoryReportByIdResponse = paths[typeof routeName$6_]['get']['responses'][307]['content']['application/json'];
111659
+ type GetPdfOfAdvisoryReportByIdProps = paths[typeof routeName$6_]['get']['parameters'];
111323
111660
  declare const getPdfOfAdvisoryReportById: (props: GetPdfOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GetPdfOfAdvisoryReportByIdResponse>;
111324
111661
 
111325
- declare const routeName$6X = "/v1/api/advisory-reports/{report_id}/pdf";
111326
- type GeneratePdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$6X]['post']['parameters']['path'];
111327
- type GeneratePdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$6X]['post']['parameters']['query'];
111328
- type GeneratePdfOfAdvisoryReportByIdResponse = paths[typeof routeName$6X]['post']['responses'][200]['content']['application/json'];
111662
+ declare const routeName$6Z = "/v1/api/advisory-reports/{report_id}/pdf";
111663
+ type GeneratePdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$6Z]['post']['parameters']['path'];
111664
+ type GeneratePdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$6Z]['post']['parameters']['query'];
111665
+ type GeneratePdfOfAdvisoryReportByIdResponse = paths[typeof routeName$6Z]['post']['responses'][200]['content']['application/json'];
111329
111666
  interface GeneratePdfOfAdvisoryReportByIdProps {
111330
111667
  params: {
111331
111668
  query: GeneratePdfOfAdvisoryReportByIdQueryParams;
@@ -111334,10 +111671,10 @@ interface GeneratePdfOfAdvisoryReportByIdProps {
111334
111671
  }
111335
111672
  declare const generatePdfOfAdvisoryReportById: (props: GeneratePdfOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GeneratePdfOfAdvisoryReportByIdResponse>;
111336
111673
 
111337
- declare const routeName$6W = "/v1/api/advisory-report-front-page-pdf";
111338
- type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody = paths[typeof routeName$6W]['post']['requestBody']['content']['application/json'];
111339
- type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams = paths[typeof routeName$6W]['post']['parameters']['query'];
111340
- type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse = paths[typeof routeName$6W]['post']['responses'][201]['content']['application/json'];
111674
+ declare const routeName$6Y = "/v1/api/advisory-report-front-page-pdf";
111675
+ type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody = paths[typeof routeName$6Y]['post']['requestBody']['content']['application/json'];
111676
+ type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams = paths[typeof routeName$6Y]['post']['parameters']['query'];
111677
+ type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse = paths[typeof routeName$6Y]['post']['responses'][201]['content']['application/json'];
111341
111678
  interface GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps {
111342
111679
  body: GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody;
111343
111680
  params: {
@@ -111346,11 +111683,11 @@ interface GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps {
111346
111683
  }
111347
111684
  declare const generateStandaloneFrontPagePdfOfAdvisoryReportAsExample: (props: GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps, wgApiClient: ClientType) => Promise<GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse>;
111348
111685
 
111349
- declare const routeName$6V = "/v1/api/advisory-reports/{report_id}/acceptances";
111350
- type AcceptOrRejectAnAdvisoryReportBody = paths[typeof routeName$6V]['post']['requestBody']['content']['application/json'];
111351
- type AcceptOrRejectAnAdvisoryReportPathParams = paths[typeof routeName$6V]['post']['parameters']['path'];
111352
- type AcceptOrRejectAnAdvisoryReportQueryParams = paths[typeof routeName$6V]['post']['parameters']['query'];
111353
- type AcceptOrRejectAnAdvisoryReportResponse = paths[typeof routeName$6V]['post']['responses'][200]['content']['application/json'];
111686
+ declare const routeName$6X = "/v1/api/advisory-reports/{report_id}/acceptances";
111687
+ type AcceptOrRejectAnAdvisoryReportBody = paths[typeof routeName$6X]['post']['requestBody']['content']['application/json'];
111688
+ type AcceptOrRejectAnAdvisoryReportPathParams = paths[typeof routeName$6X]['post']['parameters']['path'];
111689
+ type AcceptOrRejectAnAdvisoryReportQueryParams = paths[typeof routeName$6X]['post']['parameters']['query'];
111690
+ type AcceptOrRejectAnAdvisoryReportResponse = paths[typeof routeName$6X]['post']['responses'][200]['content']['application/json'];
111354
111691
  interface AcceptOrRejectAnAdvisoryReportProps {
111355
111692
  body: AcceptOrRejectAnAdvisoryReportBody;
111356
111693
  params: {
@@ -111360,11 +111697,11 @@ interface AcceptOrRejectAnAdvisoryReportProps {
111360
111697
  }
111361
111698
  declare const acceptOrRejectAnAdvisoryReport: (props: AcceptOrRejectAnAdvisoryReportProps, wgApiClient: ClientType) => Promise<AcceptOrRejectAnAdvisoryReportResponse>;
111362
111699
 
111363
- declare const routeName$6U = "/v1/api/advisory-reports/{report_id}/conversations";
111364
- type LinkConversationToAdvisoryReportBody = paths[typeof routeName$6U]['post']['requestBody']['content']['application/json'];
111365
- type LinkConversationToAdvisoryReportPathParams = paths[typeof routeName$6U]['post']['parameters']['path'];
111366
- type LinkConversationToAdvisoryReportQueryParams = paths[typeof routeName$6U]['post']['parameters']['query'];
111367
- type LinkConversationToAdvisoryReportResponse = paths[typeof routeName$6U]['post']['responses'][201]['content']['application/json'];
111700
+ declare const routeName$6W = "/v1/api/advisory-reports/{report_id}/conversations";
111701
+ type LinkConversationToAdvisoryReportBody = paths[typeof routeName$6W]['post']['requestBody']['content']['application/json'];
111702
+ type LinkConversationToAdvisoryReportPathParams = paths[typeof routeName$6W]['post']['parameters']['path'];
111703
+ type LinkConversationToAdvisoryReportQueryParams = paths[typeof routeName$6W]['post']['parameters']['query'];
111704
+ type LinkConversationToAdvisoryReportResponse = paths[typeof routeName$6W]['post']['responses'][201]['content']['application/json'];
111368
111705
  interface LinkConversationToAdvisoryReportProps {
111369
111706
  body: LinkConversationToAdvisoryReportBody;
111370
111707
  params: {
@@ -111374,11 +111711,11 @@ interface LinkConversationToAdvisoryReportProps {
111374
111711
  }
111375
111712
  declare const linkConversationToAdvisoryReport: (props: LinkConversationToAdvisoryReportProps, wgApiClient: ClientType) => Promise<LinkConversationToAdvisoryReportResponse>;
111376
111713
 
111377
- declare const routeName$6T = "/v2/api/advisory-reports/{report_id}/revisions";
111378
- type CreateAdvisoryReportRevisionV2Body = paths[typeof routeName$6T]['post']['requestBody']['content']['application/json'];
111379
- type CreateAdvisoryReportRevisionV2PathParams = paths[typeof routeName$6T]['post']['parameters']['path'];
111380
- type CreateAdvisoryReportRevisionV2QueryParams = paths[typeof routeName$6T]['post']['parameters']['query'];
111381
- type CreateAdvisoryReportRevisionV2Response = paths[typeof routeName$6T]['post']['responses'][201]['content']['application/json'];
111714
+ declare const routeName$6V = "/v2/api/advisory-reports/{report_id}/revisions";
111715
+ type CreateAdvisoryReportRevisionV2Body = paths[typeof routeName$6V]['post']['requestBody']['content']['application/json'];
111716
+ type CreateAdvisoryReportRevisionV2PathParams = paths[typeof routeName$6V]['post']['parameters']['path'];
111717
+ type CreateAdvisoryReportRevisionV2QueryParams = paths[typeof routeName$6V]['post']['parameters']['query'];
111718
+ type CreateAdvisoryReportRevisionV2Response = paths[typeof routeName$6V]['post']['responses'][201]['content']['application/json'];
111382
111719
  interface CreateAdvisoryReportRevisionV2Props {
111383
111720
  body: CreateAdvisoryReportRevisionV2Body;
111384
111721
  params: {
@@ -111388,11 +111725,11 @@ interface CreateAdvisoryReportRevisionV2Props {
111388
111725
  }
111389
111726
  declare const createAdvisoryReportRevisionV2: (props: CreateAdvisoryReportRevisionV2Props, wgApiClient: ClientType) => Promise<CreateAdvisoryReportRevisionV2Response>;
111390
111727
 
111391
- declare const routeName$6S = "/v1/api/advisory-reports/{report_id}/revisions";
111392
- type CreateAdvisoryReportRevisionBody = paths[typeof routeName$6S]['post']['requestBody']['content']['application/json'];
111393
- type CreateAdvisoryReportRevisionPathParams = paths[typeof routeName$6S]['post']['parameters']['path'];
111394
- type CreateAdvisoryReportRevisionQueryParams = paths[typeof routeName$6S]['post']['parameters']['query'];
111395
- type CreateAdvisoryReportRevisionResponse = paths[typeof routeName$6S]['post']['responses'][201]['content']['application/json'];
111728
+ declare const routeName$6U = "/v1/api/advisory-reports/{report_id}/revisions";
111729
+ type CreateAdvisoryReportRevisionBody = paths[typeof routeName$6U]['post']['requestBody']['content']['application/json'];
111730
+ type CreateAdvisoryReportRevisionPathParams = paths[typeof routeName$6U]['post']['parameters']['path'];
111731
+ type CreateAdvisoryReportRevisionQueryParams = paths[typeof routeName$6U]['post']['parameters']['query'];
111732
+ type CreateAdvisoryReportRevisionResponse = paths[typeof routeName$6U]['post']['responses'][201]['content']['application/json'];
111396
111733
  interface CreateAdvisoryReportRevisionProps {
111397
111734
  body: CreateAdvisoryReportRevisionBody;
111398
111735
  params: {
@@ -111402,10 +111739,10 @@ interface CreateAdvisoryReportRevisionProps {
111402
111739
  }
111403
111740
  declare const createAdvisoryReportRevision: (props: CreateAdvisoryReportRevisionProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportRevisionResponse>;
111404
111741
 
111405
- declare const routeName$6R = "/v2/api/advisory-reports/{report_id}";
111406
- type DeleteAdvisoryReportPathParams = paths[typeof routeName$6R]['delete']['parameters']['path'];
111407
- type DeleteAdvisoryReportQueryParams = paths[typeof routeName$6R]['delete']['parameters']['query'];
111408
- type DeleteAdvisoryReportResponse = paths[typeof routeName$6R]['delete']['responses'][200]['content']['application/json'];
111742
+ declare const routeName$6T = "/v2/api/advisory-reports/{report_id}";
111743
+ type DeleteAdvisoryReportPathParams = paths[typeof routeName$6T]['delete']['parameters']['path'];
111744
+ type DeleteAdvisoryReportQueryParams = paths[typeof routeName$6T]['delete']['parameters']['query'];
111745
+ type DeleteAdvisoryReportResponse = paths[typeof routeName$6T]['delete']['responses'][200]['content']['application/json'];
111409
111746
  interface DeleteAdvisoryReportProps {
111410
111747
  params: {
111411
111748
  query: DeleteAdvisoryReportQueryParams;
@@ -111414,11 +111751,11 @@ interface DeleteAdvisoryReportProps {
111414
111751
  }
111415
111752
  declare const deleteAdvisoryReport: (props: DeleteAdvisoryReportProps, wgApiClient: ClientType) => Promise<DeleteAdvisoryReportResponse>;
111416
111753
 
111417
- declare const routeName$6Q = "/v1/api/advisory-reports/{report_id}/clauses";
111418
- type PutClausesForReportBody = paths[typeof routeName$6Q]['put']['requestBody']['content']['application/json'];
111419
- type PutClausesForReportPathParams = paths[typeof routeName$6Q]['put']['parameters']['path'];
111420
- type PutClausesForReportQueryParams = paths[typeof routeName$6Q]['put']['parameters']['query'];
111421
- type PutClausesForReportResponse = paths[typeof routeName$6Q]['put']['responses'][200]['content']['application/json'];
111754
+ declare const routeName$6S = "/v1/api/advisory-reports/{report_id}/clauses";
111755
+ type PutClausesForReportBody = paths[typeof routeName$6S]['put']['requestBody']['content']['application/json'];
111756
+ type PutClausesForReportPathParams = paths[typeof routeName$6S]['put']['parameters']['path'];
111757
+ type PutClausesForReportQueryParams = paths[typeof routeName$6S]['put']['parameters']['query'];
111758
+ type PutClausesForReportResponse = paths[typeof routeName$6S]['put']['responses'][200]['content']['application/json'];
111422
111759
  interface PutClausesForReportProps {
111423
111760
  body: PutClausesForReportBody;
111424
111761
  params: {
@@ -111428,9 +111765,9 @@ interface PutClausesForReportProps {
111428
111765
  }
111429
111766
  declare const putClausesForReport: (props: PutClausesForReportProps, wgApiClient: ClientType) => Promise<PutClausesForReportResponse>;
111430
111767
 
111431
- declare const routeName$6P = "/v1/api/advisory-reports/{report_id}/personalise-advices";
111432
- type GeneratePersonalizationAdviceForAdvisoryReportPathParams = paths[typeof routeName$6P]['post']['parameters']['path'];
111433
- type GeneratePersonalizationAdviceForAdvisoryReportResponse = paths[typeof routeName$6P]['post']['responses'][200]['content']['application/json'];
111768
+ declare const routeName$6R = "/v1/api/advisory-reports/{report_id}/personalise-advices";
111769
+ type GeneratePersonalizationAdviceForAdvisoryReportPathParams = paths[typeof routeName$6R]['post']['parameters']['path'];
111770
+ type GeneratePersonalizationAdviceForAdvisoryReportResponse = paths[typeof routeName$6R]['post']['responses'][200]['content']['application/json'];
111434
111771
  interface GeneratePersonalizationAdviceForAdvisoryReportProps {
111435
111772
  params: {
111436
111773
  path: GeneratePersonalizationAdviceForAdvisoryReportPathParams;
@@ -111438,18 +111775,18 @@ interface GeneratePersonalizationAdviceForAdvisoryReportProps {
111438
111775
  }
111439
111776
  declare const generatePersonalizationAdviceForAdvisoryReport: (props: GeneratePersonalizationAdviceForAdvisoryReportProps, wgApiClient: ClientType) => Promise<GeneratePersonalizationAdviceForAdvisoryReportResponse>;
111440
111777
 
111441
- declare const routeName$6O = "/v1/api/advisory-reports/{report_id}/settings/steps";
111442
- type GetStepSettingsByAdvisoryReportIdPathParams = paths[typeof routeName$6O]['get']['parameters']['path'];
111443
- type GetStepSettingsByAdvisoryReportIdQueryParams = paths[typeof routeName$6O]['get']['parameters']['query'];
111444
- type GetStepSettingsByAdvisoryReportIdResponse = paths[typeof routeName$6O]['get']['responses'][200]['content']['application/json'];
111445
- type GetStepSettingsByAdvisoryReportIdProps = paths[typeof routeName$6O]['get']['parameters'];
111778
+ declare const routeName$6Q = "/v1/api/advisory-reports/{report_id}/settings/steps";
111779
+ type GetStepSettingsByAdvisoryReportIdPathParams = paths[typeof routeName$6Q]['get']['parameters']['path'];
111780
+ type GetStepSettingsByAdvisoryReportIdQueryParams = paths[typeof routeName$6Q]['get']['parameters']['query'];
111781
+ type GetStepSettingsByAdvisoryReportIdResponse = paths[typeof routeName$6Q]['get']['responses'][200]['content']['application/json'];
111782
+ type GetStepSettingsByAdvisoryReportIdProps = paths[typeof routeName$6Q]['get']['parameters'];
111446
111783
  declare const getStepSettingsByAdvisoryReportId: (props: GetStepSettingsByAdvisoryReportIdProps, wgApiClient: ClientType) => Promise<GetStepSettingsByAdvisoryReportIdResponse>;
111447
111784
 
111448
- declare const routeName$6N = "/v1/api/advisory-reports/{report_id}/settings/steps";
111449
- type CreateAdvisoryReportStepSettingsBody = paths[typeof routeName$6N]['put']['requestBody']['content']['application/json'];
111450
- type CreateAdvisoryReportStepSettingsPathParams = paths[typeof routeName$6N]['put']['parameters']['path'];
111451
- type CreateAdvisoryReportStepSettingsQueryParams = paths[typeof routeName$6N]['put']['parameters']['query'];
111452
- type CreateAdvisoryReportStepSettingsResponse = paths[typeof routeName$6N]['put']['responses'][200]['content']['application/json'];
111785
+ declare const routeName$6P = "/v1/api/advisory-reports/{report_id}/settings/steps";
111786
+ type CreateAdvisoryReportStepSettingsBody = paths[typeof routeName$6P]['put']['requestBody']['content']['application/json'];
111787
+ type CreateAdvisoryReportStepSettingsPathParams = paths[typeof routeName$6P]['put']['parameters']['path'];
111788
+ type CreateAdvisoryReportStepSettingsQueryParams = paths[typeof routeName$6P]['put']['parameters']['query'];
111789
+ type CreateAdvisoryReportStepSettingsResponse = paths[typeof routeName$6P]['put']['responses'][200]['content']['application/json'];
111453
111790
  interface CreateAdvisoryReportStepSettingsProps {
111454
111791
  body: CreateAdvisoryReportStepSettingsBody;
111455
111792
  params: {
@@ -111459,11 +111796,11 @@ interface CreateAdvisoryReportStepSettingsProps {
111459
111796
  }
111460
111797
  declare const createAdvisoryReportStepSettings: (props: CreateAdvisoryReportStepSettingsProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportStepSettingsResponse>;
111461
111798
 
111462
- declare const routeName$6M = "/v1/api/advisory-reports/{report_id}/risk-domains";
111463
- type CreateRiskDomainForAdvisoryReportByIdBody = paths[typeof routeName$6M]['post']['requestBody']['content']['application/json'];
111464
- type CreateRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$6M]['post']['parameters']['path'];
111465
- type CreateRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$6M]['post']['parameters']['query'];
111466
- type CreateRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$6M]['post']['responses'][201]['content']['application/json'];
111799
+ declare const routeName$6O = "/v1/api/advisory-reports/{report_id}/risk-domains";
111800
+ type CreateRiskDomainForAdvisoryReportByIdBody = paths[typeof routeName$6O]['post']['requestBody']['content']['application/json'];
111801
+ type CreateRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$6O]['post']['parameters']['path'];
111802
+ type CreateRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$6O]['post']['parameters']['query'];
111803
+ type CreateRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$6O]['post']['responses'][201]['content']['application/json'];
111467
111804
  interface CreateRiskDomainForAdvisoryReportByIdProps {
111468
111805
  body: CreateRiskDomainForAdvisoryReportByIdBody;
111469
111806
  params: {
@@ -111473,10 +111810,10 @@ interface CreateRiskDomainForAdvisoryReportByIdProps {
111473
111810
  }
111474
111811
  declare const createRiskDomainForAdvisoryReportById: (props: CreateRiskDomainForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainForAdvisoryReportByIdResponse>;
111475
111812
 
111476
- declare const routeName$6L = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}";
111477
- type DeleteRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$6L]['delete']['parameters']['path'];
111478
- type DeleteRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$6L]['delete']['parameters']['query'];
111479
- type DeleteRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$6L]['delete']['responses'][200]['content']['application/json'];
111813
+ declare const routeName$6N = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}";
111814
+ type DeleteRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$6N]['delete']['parameters']['path'];
111815
+ type DeleteRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$6N]['delete']['parameters']['query'];
111816
+ type DeleteRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$6N]['delete']['responses'][200]['content']['application/json'];
111480
111817
  interface DeleteRiskDomainForAdvisoryReportByIdProps {
111481
111818
  params: {
111482
111819
  query: DeleteRiskDomainForAdvisoryReportByIdQueryParams;
@@ -111485,11 +111822,11 @@ interface DeleteRiskDomainForAdvisoryReportByIdProps {
111485
111822
  }
111486
111823
  declare const deleteRiskDomainForAdvisoryReportById: (props: DeleteRiskDomainForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainForAdvisoryReportByIdResponse>;
111487
111824
 
111488
- declare const routeName$6K = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice";
111489
- type CreateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$6K]['post']['requestBody']['content']['application/json'];
111490
- type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6K]['post']['parameters']['path'];
111491
- type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6K]['post']['parameters']['query'];
111492
- type CreateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6K]['post']['responses'][201]['content']['application/json'];
111825
+ declare const routeName$6M = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice";
111826
+ type CreateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$6M]['post']['requestBody']['content']['application/json'];
111827
+ type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6M]['post']['parameters']['path'];
111828
+ type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6M]['post']['parameters']['query'];
111829
+ type CreateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6M]['post']['responses'][201]['content']['application/json'];
111493
111830
  interface CreateRiskDomainAdviceForAdvisoryReportByIdProps {
111494
111831
  body: CreateRiskDomainAdviceForAdvisoryReportByIdBody;
111495
111832
  params: {
@@ -111499,10 +111836,10 @@ interface CreateRiskDomainAdviceForAdvisoryReportByIdProps {
111499
111836
  }
111500
111837
  declare const createRiskDomainAdviceForAdvisoryReportById: (props: CreateRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainAdviceForAdvisoryReportByIdResponse>;
111501
111838
 
111502
- declare const routeName$6J = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
111503
- type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6J]['delete']['parameters']['path'];
111504
- type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6J]['delete']['parameters']['query'];
111505
- type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6J]['delete']['responses'][200]['content']['application/json'];
111839
+ declare const routeName$6L = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
111840
+ type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6L]['delete']['parameters']['path'];
111841
+ type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6L]['delete']['parameters']['query'];
111842
+ type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6L]['delete']['responses'][200]['content']['application/json'];
111506
111843
  interface DeleteRiskDomainAdviceForAdvisoryReportByIdProps {
111507
111844
  params: {
111508
111845
  query: DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams;
@@ -111511,11 +111848,11 @@ interface DeleteRiskDomainAdviceForAdvisoryReportByIdProps {
111511
111848
  }
111512
111849
  declare const deleteRiskDomainAdviceForAdvisoryReportById: (props: DeleteRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainAdviceForAdvisoryReportByIdResponse>;
111513
111850
 
111514
- declare const routeName$6I = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
111515
- type UpdateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$6I]['patch']['requestBody']['content']['application/json'];
111516
- type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6I]['patch']['parameters']['path'];
111517
- type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6I]['patch']['parameters']['query'];
111518
- type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6I]['patch']['responses'][201]['content']['application/json'];
111851
+ declare const routeName$6K = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
111852
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$6K]['patch']['requestBody']['content']['application/json'];
111853
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6K]['patch']['parameters']['path'];
111854
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6K]['patch']['parameters']['query'];
111855
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6K]['patch']['responses'][201]['content']['application/json'];
111519
111856
  interface UpdateRiskDomainAdviceForAdvisoryReportByIdProps {
111520
111857
  body: UpdateRiskDomainAdviceForAdvisoryReportByIdBody;
111521
111858
  params: {
@@ -111525,11 +111862,11 @@ interface UpdateRiskDomainAdviceForAdvisoryReportByIdProps {
111525
111862
  }
111526
111863
  declare const updateRiskDomainAdviceForAdvisoryReportById: (props: UpdateRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainAdviceForAdvisoryReportByIdResponse>;
111527
111864
 
111528
- declare const routeName$6H = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}/actions";
111529
- type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody = paths[typeof routeName$6H]['put']['requestBody']['content']['application/json'];
111530
- type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6H]['put']['parameters']['path'];
111531
- type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6H]['put']['parameters']['query'];
111532
- type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6H]['put']['responses'][201]['content']['application/json'];
111865
+ declare const routeName$6J = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}/actions";
111866
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody = paths[typeof routeName$6J]['put']['requestBody']['content']['application/json'];
111867
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6J]['put']['parameters']['path'];
111868
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6J]['put']['parameters']['query'];
111869
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6J]['put']['responses'][201]['content']['application/json'];
111533
111870
  interface CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps {
111534
111871
  body: CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody;
111535
111872
  params: {
@@ -111539,11 +111876,11 @@ interface CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps {
111539
111876
  }
111540
111877
  declare const createRiskDomainActionFromAdviceForAdvisoryReportById: (props: CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse>;
111541
111878
 
111542
- declare const routeName$6G = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions";
111543
- type CreateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$6G]['post']['requestBody']['content']['application/json'];
111544
- type CreateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$6G]['post']['parameters']['path'];
111545
- type CreateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$6G]['post']['parameters']['query'];
111546
- type CreateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$6G]['post']['responses'][201]['content']['application/json'];
111879
+ declare const routeName$6I = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions";
111880
+ type CreateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$6I]['post']['requestBody']['content']['application/json'];
111881
+ type CreateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$6I]['post']['parameters']['path'];
111882
+ type CreateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$6I]['post']['parameters']['query'];
111883
+ type CreateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$6I]['post']['responses'][201]['content']['application/json'];
111547
111884
  interface CreateRiskDomainActionForAdvisoryReportByIdProps {
111548
111885
  body: CreateRiskDomainActionForAdvisoryReportByIdBody;
111549
111886
  params: {
@@ -111553,10 +111890,10 @@ interface CreateRiskDomainActionForAdvisoryReportByIdProps {
111553
111890
  }
111554
111891
  declare const createRiskDomainActionForAdvisoryReportById: (props: CreateRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainActionForAdvisoryReportByIdResponse>;
111555
111892
 
111556
- declare const routeName$6F = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
111557
- type DeleteRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$6F]['delete']['parameters']['path'];
111558
- type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$6F]['delete']['parameters']['query'];
111559
- type DeleteRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$6F]['delete']['responses'][200]['content']['application/json'];
111893
+ declare const routeName$6H = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
111894
+ type DeleteRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$6H]['delete']['parameters']['path'];
111895
+ type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$6H]['delete']['parameters']['query'];
111896
+ type DeleteRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$6H]['delete']['responses'][200]['content']['application/json'];
111560
111897
  interface DeleteRiskDomainActionForAdvisoryReportByIdProps {
111561
111898
  params: {
111562
111899
  query: DeleteRiskDomainActionForAdvisoryReportByIdQueryParams;
@@ -111565,11 +111902,11 @@ interface DeleteRiskDomainActionForAdvisoryReportByIdProps {
111565
111902
  }
111566
111903
  declare const deleteRiskDomainActionForAdvisoryReportById: (props: DeleteRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainActionForAdvisoryReportByIdResponse>;
111567
111904
 
111568
- declare const routeName$6E = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
111569
- type UpdateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$6E]['patch']['requestBody']['content']['application/json'];
111570
- type UpdateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$6E]['patch']['parameters']['path'];
111571
- type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$6E]['patch']['parameters']['query'];
111572
- type UpdateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$6E]['patch']['responses'][200]['content']['application/json'];
111905
+ declare const routeName$6G = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
111906
+ type UpdateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$6G]['patch']['requestBody']['content']['application/json'];
111907
+ type UpdateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$6G]['patch']['parameters']['path'];
111908
+ type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$6G]['patch']['parameters']['query'];
111909
+ type UpdateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$6G]['patch']['responses'][200]['content']['application/json'];
111573
111910
  interface UpdateRiskDomainActionForAdvisoryReportByIdProps {
111574
111911
  body: UpdateRiskDomainActionForAdvisoryReportByIdBody;
111575
111912
  params: {
@@ -111579,11 +111916,11 @@ interface UpdateRiskDomainActionForAdvisoryReportByIdProps {
111579
111916
  }
111580
111917
  declare const updateRiskDomainActionForAdvisoryReportById: (props: UpdateRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainActionForAdvisoryReportByIdResponse>;
111581
111918
 
111582
- declare const routeName$6D = "/v1/api/advisory-reports/{report_id}/insurance-policies";
111583
- type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody = paths[typeof routeName$6D]['put']['requestBody']['content']['application/json'];
111584
- type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$6D]['put']['parameters']['path'];
111585
- type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$6D]['put']['parameters']['query'];
111586
- type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$6D]['put']['responses'][200]['content']['application/json'];
111919
+ declare const routeName$6F = "/v1/api/advisory-reports/{report_id}/insurance-policies";
111920
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody = paths[typeof routeName$6F]['put']['requestBody']['content']['application/json'];
111921
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$6F]['put']['parameters']['path'];
111922
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$6F]['put']['parameters']['query'];
111923
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$6F]['put']['responses'][200]['content']['application/json'];
111587
111924
  interface CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps {
111588
111925
  body: CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody;
111589
111926
  params: {
@@ -111593,10 +111930,10 @@ interface CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps {
111593
111930
  }
111594
111931
  declare const createOrReplaceInsurancePolicyForAdvisoryReportById: (props: CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse>;
111595
111932
 
111596
- declare const routeName$6C = "/v1/api/advisory-reports/{report_id}/insurance-policies/{insurance_policy_id}";
111597
- type DeleteInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$6C]['delete']['parameters']['path'];
111598
- type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$6C]['delete']['parameters']['query'];
111599
- type DeleteInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$6C]['delete']['responses'][200]['content']['application/json'];
111933
+ declare const routeName$6E = "/v1/api/advisory-reports/{report_id}/insurance-policies/{insurance_policy_id}";
111934
+ type DeleteInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$6E]['delete']['parameters']['path'];
111935
+ type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$6E]['delete']['parameters']['query'];
111936
+ type DeleteInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$6E]['delete']['responses'][200]['content']['application/json'];
111600
111937
  interface DeleteInsurancePolicyForAdvisoryReportByIdProps {
111601
111938
  params: {
111602
111939
  query: DeleteInsurancePolicyForAdvisoryReportByIdQueryParams;
@@ -111605,11 +111942,11 @@ interface DeleteInsurancePolicyForAdvisoryReportByIdProps {
111605
111942
  }
111606
111943
  declare const deleteInsurancePolicyForAdvisoryReportById: (props: DeleteInsurancePolicyForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteInsurancePolicyForAdvisoryReportByIdResponse>;
111607
111944
 
111608
- declare const routeName$6B = "/v1/api/advisory-reports/{report_id}/insurance-policies/order";
111609
- type OrderInsurancePolciesOfAdvisoryReportBody = paths[typeof routeName$6B]['put']['requestBody']['content']['application/json'];
111610
- type OrderInsurancePolciesOfAdvisoryReportPathParams = paths[typeof routeName$6B]['put']['parameters']['path'];
111611
- type OrderInsurancePolciesOfAdvisoryReportQueryParams = paths[typeof routeName$6B]['put']['parameters']['query'];
111612
- type OrderInsurancePolciesOfAdvisoryReportResponse = paths[typeof routeName$6B]['put']['responses'][200]['content']['application/json'];
111945
+ declare const routeName$6D = "/v1/api/advisory-reports/{report_id}/insurance-policies/order";
111946
+ type OrderInsurancePolciesOfAdvisoryReportBody = paths[typeof routeName$6D]['put']['requestBody']['content']['application/json'];
111947
+ type OrderInsurancePolciesOfAdvisoryReportPathParams = paths[typeof routeName$6D]['put']['parameters']['path'];
111948
+ type OrderInsurancePolciesOfAdvisoryReportQueryParams = paths[typeof routeName$6D]['put']['parameters']['query'];
111949
+ type OrderInsurancePolciesOfAdvisoryReportResponse = paths[typeof routeName$6D]['put']['responses'][200]['content']['application/json'];
111613
111950
  interface OrderInsurancePolciesOfAdvisoryReportProps {
111614
111951
  body: OrderInsurancePolciesOfAdvisoryReportBody;
111615
111952
  params: {
@@ -111619,11 +111956,11 @@ interface OrderInsurancePolciesOfAdvisoryReportProps {
111619
111956
  }
111620
111957
  declare const orderInsurancePolciesOfAdvisoryReport: (props: OrderInsurancePolciesOfAdvisoryReportProps, wgApiClient: ClientType) => Promise<OrderInsurancePolciesOfAdvisoryReportResponse>;
111621
111958
 
111622
- declare const routeName$6A = "/v1/api/advisory-reports/{report_id}/policy-packages";
111623
- type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody = paths[typeof routeName$6A]['put']['requestBody']['content']['application/json'];
111624
- type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams = paths[typeof routeName$6A]['put']['parameters']['path'];
111625
- type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams = paths[typeof routeName$6A]['put']['parameters']['query'];
111626
- type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse = paths[typeof routeName$6A]['put']['responses'][200]['content']['application/json'];
111959
+ declare const routeName$6C = "/v1/api/advisory-reports/{report_id}/policy-packages";
111960
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody = paths[typeof routeName$6C]['put']['requestBody']['content']['application/json'];
111961
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams = paths[typeof routeName$6C]['put']['parameters']['path'];
111962
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams = paths[typeof routeName$6C]['put']['parameters']['query'];
111963
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse = paths[typeof routeName$6C]['put']['responses'][200]['content']['application/json'];
111627
111964
  interface CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps {
111628
111965
  body: CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody;
111629
111966
  params: {
@@ -111633,51 +111970,58 @@ interface CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps {
111633
111970
  }
111634
111971
  declare const createOrReplacePolicyPackagesForAdvisoryReportById: (props: CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse>;
111635
111972
 
111636
- declare const routeName$6z = "/v1/api/affiliations";
111637
- type GetAllAvailableAffiliationsResponse = paths[typeof routeName$6z]['get']['responses'][200]['content']['application/json'];
111973
+ declare const routeName$6B = "/v1/api/advisory-reports/{report_id_1}/diff/{report_id_2}";
111974
+ type GetAdvisoryReportRevisionDiffPathParams = paths[typeof routeName$6B]['get']['parameters']['path'];
111975
+ type GetAdvisoryReportRevisionDiffQueryParams = paths[typeof routeName$6B]['get']['parameters']['query'];
111976
+ type GetAdvisoryReportRevisionDiffResponse = paths[typeof routeName$6B]['get']['responses'][200]['content']['application/json'];
111977
+ type GetAdvisoryReportRevisionDiffProps = paths[typeof routeName$6B]['get']['parameters'];
111978
+ declare const getAdvisoryReportRevisionDiff: (props: GetAdvisoryReportRevisionDiffProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportRevisionDiffResponse>;
111979
+
111980
+ declare const routeName$6A = "/v1/api/affiliations";
111981
+ type GetAllAvailableAffiliationsResponse = paths[typeof routeName$6A]['get']['responses'][200]['content']['application/json'];
111638
111982
  declare const getAllAvailableAffiliations: (wgApiClient: ClientType) => Promise<GetAllAvailableAffiliationsResponse>;
111639
111983
 
111640
- declare const routeName$6y = "/v1/api/anvaflows/labels";
111641
- type GetAnvaLabelsQueryParams = paths[typeof routeName$6y]['get']['parameters']['query'];
111642
- type GetAnvaLabelsResponse = paths[typeof routeName$6y]['get']['responses'][200]['content']['application/json'];
111643
- type GetAnvaLabelsProps = paths[typeof routeName$6y]['get']['parameters'];
111984
+ declare const routeName$6z = "/v1/api/anvaflows/labels";
111985
+ type GetAnvaLabelsQueryParams = paths[typeof routeName$6z]['get']['parameters']['query'];
111986
+ type GetAnvaLabelsResponse = paths[typeof routeName$6z]['get']['responses'][200]['content']['application/json'];
111987
+ type GetAnvaLabelsProps = paths[typeof routeName$6z]['get']['parameters'];
111644
111988
  declare const getAnvaLabels: (props: GetAnvaLabelsProps, wgApiClient: ClientType) => Promise<GetAnvaLabelsResponse>;
111645
111989
 
111646
- declare const routeName$6x = "/v1/api/anvaflows/supported-insurances";
111647
- type GetSupportedAnvaflowInsurancesQueryParams = paths[typeof routeName$6x]['get']['parameters']['query'];
111648
- type GetSupportedAnvaflowInsurancesResponse = paths[typeof routeName$6x]['get']['responses'][200]['content']['application/json'];
111649
- type GetSupportedAnvaflowInsurancesProps = paths[typeof routeName$6x]['get']['parameters'];
111990
+ declare const routeName$6y = "/v1/api/anvaflows/supported-insurances";
111991
+ type GetSupportedAnvaflowInsurancesQueryParams = paths[typeof routeName$6y]['get']['parameters']['query'];
111992
+ type GetSupportedAnvaflowInsurancesResponse = paths[typeof routeName$6y]['get']['responses'][200]['content']['application/json'];
111993
+ type GetSupportedAnvaflowInsurancesProps = paths[typeof routeName$6y]['get']['parameters'];
111650
111994
  declare const getSupportedAnvaflowInsurances: (props: GetSupportedAnvaflowInsurancesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowInsurancesResponse>;
111651
111995
 
111652
- declare const routeName$6w = "/v1/api/anvaflows/supported-tags";
111653
- type GetSupportedAnvaflowTagsQueryParams = paths[typeof routeName$6w]['get']['parameters']['query'];
111654
- type GetSupportedAnvaflowTagsResponse = paths[typeof routeName$6w]['get']['responses'][200]['content']['application/json'];
111655
- type GetSupportedAnvaflowTagsProps = paths[typeof routeName$6w]['get']['parameters'];
111996
+ declare const routeName$6x = "/v1/api/anvaflows/supported-tags";
111997
+ type GetSupportedAnvaflowTagsQueryParams = paths[typeof routeName$6x]['get']['parameters']['query'];
111998
+ type GetSupportedAnvaflowTagsResponse = paths[typeof routeName$6x]['get']['responses'][200]['content']['application/json'];
111999
+ type GetSupportedAnvaflowTagsProps = paths[typeof routeName$6x]['get']['parameters'];
111656
112000
  declare const getSupportedAnvaflowTags: (props: GetSupportedAnvaflowTagsProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowTagsResponse>;
111657
112001
 
111658
- declare const routeName$6v = "/v1/api/anvaflows/supported-coverages";
111659
- type GetSupportedAnvaflowCoveragesQueryParams = paths[typeof routeName$6v]['get']['parameters']['query'];
111660
- type GetSupportedAnvaflowCoveragesResponse = paths[typeof routeName$6v]['get']['responses'][200]['content']['application/json'];
111661
- type GetSupportedAnvaflowCoveragesProps = paths[typeof routeName$6v]['get']['parameters'];
112002
+ declare const routeName$6w = "/v1/api/anvaflows/supported-coverages";
112003
+ type GetSupportedAnvaflowCoveragesQueryParams = paths[typeof routeName$6w]['get']['parameters']['query'];
112004
+ type GetSupportedAnvaflowCoveragesResponse = paths[typeof routeName$6w]['get']['responses'][200]['content']['application/json'];
112005
+ type GetSupportedAnvaflowCoveragesProps = paths[typeof routeName$6w]['get']['parameters'];
111662
112006
  declare const getSupportedAnvaflowCoverages: (props: GetSupportedAnvaflowCoveragesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowCoveragesResponse>;
111663
112007
 
111664
- declare const routeName$6u = "/v1/api/anvaflows/supported-adn-coverages";
111665
- type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams = paths[typeof routeName$6u]['get']['parameters']['query'];
111666
- type GetSupportedAnvaflowCoveragesGroupedByAdnResponse = paths[typeof routeName$6u]['get']['responses'][200]['content']['application/json'];
111667
- type GetSupportedAnvaflowCoveragesGroupedByAdnProps = paths[typeof routeName$6u]['get']['parameters'];
112008
+ declare const routeName$6v = "/v1/api/anvaflows/supported-adn-coverages";
112009
+ type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams = paths[typeof routeName$6v]['get']['parameters']['query'];
112010
+ type GetSupportedAnvaflowCoveragesGroupedByAdnResponse = paths[typeof routeName$6v]['get']['responses'][200]['content']['application/json'];
112011
+ type GetSupportedAnvaflowCoveragesGroupedByAdnProps = paths[typeof routeName$6v]['get']['parameters'];
111668
112012
  declare const getSupportedAnvaflowCoveragesGroupedByAdn: (props: GetSupportedAnvaflowCoveragesGroupedByAdnProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowCoveragesGroupedByAdnResponse>;
111669
112013
 
111670
- declare const routeName$6t = "/v1/api/anvaflows/supported-insurance-companies";
111671
- type GetSupportedAnvaflowInsuranceCompaniesQueryParams = paths[typeof routeName$6t]['get']['parameters']['query'];
111672
- type GetSupportedAnvaflowInsuranceCompaniesResponse = paths[typeof routeName$6t]['get']['responses'][200]['content']['application/json'];
111673
- type GetSupportedAnvaflowInsuranceCompaniesProps = paths[typeof routeName$6t]['get']['parameters'];
112014
+ declare const routeName$6u = "/v1/api/anvaflows/supported-insurance-companies";
112015
+ type GetSupportedAnvaflowInsuranceCompaniesQueryParams = paths[typeof routeName$6u]['get']['parameters']['query'];
112016
+ type GetSupportedAnvaflowInsuranceCompaniesResponse = paths[typeof routeName$6u]['get']['responses'][200]['content']['application/json'];
112017
+ type GetSupportedAnvaflowInsuranceCompaniesProps = paths[typeof routeName$6u]['get']['parameters'];
111674
112018
  declare const getSupportedAnvaflowInsuranceCompanies: (props: GetSupportedAnvaflowInsuranceCompaniesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowInsuranceCompaniesResponse>;
111675
112019
 
111676
- declare const routeName$6s = "/v1/api/anvaflows/{session_id}/calculate";
111677
- type CalculateAnvaquotesBySessionIdBody = paths[typeof routeName$6s]['post']['requestBody']['content']['application/json'];
111678
- type CalculateAnvaquotesBySessionIdPathParams = paths[typeof routeName$6s]['post']['parameters']['path'];
111679
- type CalculateAnvaquotesBySessionIdQueryParams = paths[typeof routeName$6s]['post']['parameters']['query'];
111680
- type CalculateAnvaquotesBySessionIdResponse = paths[typeof routeName$6s]['post']['responses'][200]['content']['application/json'];
112020
+ declare const routeName$6t = "/v1/api/anvaflows/{session_id}/calculate";
112021
+ type CalculateAnvaquotesBySessionIdBody = paths[typeof routeName$6t]['post']['requestBody']['content']['application/json'];
112022
+ type CalculateAnvaquotesBySessionIdPathParams = paths[typeof routeName$6t]['post']['parameters']['path'];
112023
+ type CalculateAnvaquotesBySessionIdQueryParams = paths[typeof routeName$6t]['post']['parameters']['query'];
112024
+ type CalculateAnvaquotesBySessionIdResponse = paths[typeof routeName$6t]['post']['responses'][200]['content']['application/json'];
111681
112025
  interface CalculateAnvaquotesBySessionIdProps {
111682
112026
  body: CalculateAnvaquotesBySessionIdBody;
111683
112027
  params: {
@@ -111687,11 +112031,11 @@ interface CalculateAnvaquotesBySessionIdProps {
111687
112031
  }
111688
112032
  declare const calculateAnvaquotesBySessionId: (props: CalculateAnvaquotesBySessionIdProps, wgApiClient: ClientType) => Promise<CalculateAnvaquotesBySessionIdResponse>;
111689
112033
 
111690
- declare const routeName$6r = "/v2/api/anvaflows/{session_id}/calculate";
111691
- type EnqueueCalculationAnvaquotesBySessionIdBody = paths[typeof routeName$6r]['post']['requestBody']['content']['application/json'];
111692
- type EnqueueCalculationAnvaquotesBySessionIdPathParams = paths[typeof routeName$6r]['post']['parameters']['path'];
111693
- type EnqueueCalculationAnvaquotesBySessionIdQueryParams = paths[typeof routeName$6r]['post']['parameters']['query'];
111694
- type EnqueueCalculationAnvaquotesBySessionIdResponse = paths[typeof routeName$6r]['post']['responses'][202]['content']['application/json'];
112034
+ declare const routeName$6s = "/v2/api/anvaflows/{session_id}/calculate";
112035
+ type EnqueueCalculationAnvaquotesBySessionIdBody = paths[typeof routeName$6s]['post']['requestBody']['content']['application/json'];
112036
+ type EnqueueCalculationAnvaquotesBySessionIdPathParams = paths[typeof routeName$6s]['post']['parameters']['path'];
112037
+ type EnqueueCalculationAnvaquotesBySessionIdQueryParams = paths[typeof routeName$6s]['post']['parameters']['query'];
112038
+ type EnqueueCalculationAnvaquotesBySessionIdResponse = paths[typeof routeName$6s]['post']['responses'][202]['content']['application/json'];
111695
112039
  interface EnqueueCalculationAnvaquotesBySessionIdProps {
111696
112040
  body: EnqueueCalculationAnvaquotesBySessionIdBody;
111697
112041
  params: {
@@ -111701,11 +112045,11 @@ interface EnqueueCalculationAnvaquotesBySessionIdProps {
111701
112045
  }
111702
112046
  declare const enqueueCalculationAnvaquotesBySessionId: (props: EnqueueCalculationAnvaquotesBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueCalculationAnvaquotesBySessionIdResponse>;
111703
112047
 
111704
- declare const routeName$6q = "/v1/api/anvaflows/{session_id}/anvaproducts/{anva_product_id}/calculate";
111705
- type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody = paths[typeof routeName$6q]['post']['requestBody']['content']['application/json'];
111706
- type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams = paths[typeof routeName$6q]['post']['parameters']['path'];
111707
- type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams = paths[typeof routeName$6q]['post']['parameters']['query'];
111708
- type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse = paths[typeof routeName$6q]['post']['responses'][200]['content']['application/json'];
112048
+ declare const routeName$6r = "/v1/api/anvaflows/{session_id}/anvaproducts/{anva_product_id}/calculate";
112049
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody = paths[typeof routeName$6r]['post']['requestBody']['content']['application/json'];
112050
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams = paths[typeof routeName$6r]['post']['parameters']['path'];
112051
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams = paths[typeof routeName$6r]['post']['parameters']['query'];
112052
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse = paths[typeof routeName$6r]['post']['responses'][200]['content']['application/json'];
111709
112053
  interface RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps {
111710
112054
  body: RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody;
111711
112055
  params: {
@@ -111715,10 +112059,10 @@ interface RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps {
111715
112059
  }
111716
112060
  declare const recalculateOneAnvaquoteByAnvaProductIdSessionId: (props: RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps, wgApiClient: ClientType) => Promise<RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse>;
111717
112061
 
111718
- declare const routeName$6p = "/v1/api/anvaflows/{session_id}/send-offer-to-anva";
111719
- type SendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$6p]['post']['parameters']['path'];
111720
- type SendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$6p]['post']['parameters']['query'];
111721
- type SendOfferToAnvaBySessionIdResponse = paths[typeof routeName$6p]['post']['responses'][201]['content']['application/json'];
112062
+ declare const routeName$6q = "/v1/api/anvaflows/{session_id}/send-offer-to-anva";
112063
+ type SendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$6q]['post']['parameters']['path'];
112064
+ type SendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$6q]['post']['parameters']['query'];
112065
+ type SendOfferToAnvaBySessionIdResponse = paths[typeof routeName$6q]['post']['responses'][201]['content']['application/json'];
111722
112066
  interface SendOfferToAnvaBySessionIdProps {
111723
112067
  params: {
111724
112068
  query: SendOfferToAnvaBySessionIdQueryParams;
@@ -111727,10 +112071,10 @@ interface SendOfferToAnvaBySessionIdProps {
111727
112071
  }
111728
112072
  declare const sendOfferToAnvaBySessionId: (props: SendOfferToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<SendOfferToAnvaBySessionIdResponse>;
111729
112073
 
111730
- declare const routeName$6o = "/v2/api/anvaflows/{session_id}/send-offer-to-anva";
111731
- type EnqueueSendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$6o]['post']['parameters']['path'];
111732
- type EnqueueSendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$6o]['post']['parameters']['query'];
111733
- type EnqueueSendOfferToAnvaBySessionIdResponse = paths[typeof routeName$6o]['post']['responses'][202]['content']['application/json'];
112074
+ declare const routeName$6p = "/v2/api/anvaflows/{session_id}/send-offer-to-anva";
112075
+ type EnqueueSendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$6p]['post']['parameters']['path'];
112076
+ type EnqueueSendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$6p]['post']['parameters']['query'];
112077
+ type EnqueueSendOfferToAnvaBySessionIdResponse = paths[typeof routeName$6p]['post']['responses'][202]['content']['application/json'];
111734
112078
  interface EnqueueSendOfferToAnvaBySessionIdProps {
111735
112079
  params: {
111736
112080
  query: EnqueueSendOfferToAnvaBySessionIdQueryParams;
@@ -111739,11 +112083,11 @@ interface EnqueueSendOfferToAnvaBySessionIdProps {
111739
112083
  }
111740
112084
  declare const enqueueSendOfferToAnvaBySessionId: (props: EnqueueSendOfferToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueSendOfferToAnvaBySessionIdResponse>;
111741
112085
 
111742
- declare const routeName$6n = "/v1/api/anvaflows/{session_id}/send-custom-quotes-to-anva";
111743
- type EnqueueSendCustomQuotesToAnvaBySessionIdBody = paths[typeof routeName$6n]['post']['requestBody']['content']['application/json'];
111744
- type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams = paths[typeof routeName$6n]['post']['parameters']['path'];
111745
- type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams = paths[typeof routeName$6n]['post']['parameters']['query'];
111746
- type EnqueueSendCustomQuotesToAnvaBySessionIdResponse = paths[typeof routeName$6n]['post']['responses'][202]['content']['application/json'];
112086
+ declare const routeName$6o = "/v1/api/anvaflows/{session_id}/send-custom-quotes-to-anva";
112087
+ type EnqueueSendCustomQuotesToAnvaBySessionIdBody = paths[typeof routeName$6o]['post']['requestBody']['content']['application/json'];
112088
+ type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams = paths[typeof routeName$6o]['post']['parameters']['path'];
112089
+ type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams = paths[typeof routeName$6o]['post']['parameters']['query'];
112090
+ type EnqueueSendCustomQuotesToAnvaBySessionIdResponse = paths[typeof routeName$6o]['post']['responses'][202]['content']['application/json'];
111747
112091
  interface EnqueueSendCustomQuotesToAnvaBySessionIdProps {
111748
112092
  body: EnqueueSendCustomQuotesToAnvaBySessionIdBody;
111749
112093
  params: {
@@ -111753,11 +112097,11 @@ interface EnqueueSendCustomQuotesToAnvaBySessionIdProps {
111753
112097
  }
111754
112098
  declare const enqueueSendCustomQuotesToAnvaBySessionId: (props: EnqueueSendCustomQuotesToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueSendCustomQuotesToAnvaBySessionIdResponse>;
111755
112099
 
111756
- declare const routeName$6m = "/v1/api/anvaflows/{session_id}/recalculate-simulation";
111757
- type RecalculateSimulationBySessionIdBody = paths[typeof routeName$6m]['post']['requestBody']['content']['application/json'];
111758
- type RecalculateSimulationBySessionIdPathParams = paths[typeof routeName$6m]['post']['parameters']['path'];
111759
- type RecalculateSimulationBySessionIdQueryParams = paths[typeof routeName$6m]['post']['parameters']['query'];
111760
- type RecalculateSimulationBySessionIdResponse = paths[typeof routeName$6m]['post']['responses'][200]['content']['application/json'];
112100
+ declare const routeName$6n = "/v1/api/anvaflows/{session_id}/recalculate-simulation";
112101
+ type RecalculateSimulationBySessionIdBody = paths[typeof routeName$6n]['post']['requestBody']['content']['application/json'];
112102
+ type RecalculateSimulationBySessionIdPathParams = paths[typeof routeName$6n]['post']['parameters']['path'];
112103
+ type RecalculateSimulationBySessionIdQueryParams = paths[typeof routeName$6n]['post']['parameters']['query'];
112104
+ type RecalculateSimulationBySessionIdResponse = paths[typeof routeName$6n]['post']['responses'][200]['content']['application/json'];
111761
112105
  interface RecalculateSimulationBySessionIdProps {
111762
112106
  body: RecalculateSimulationBySessionIdBody;
111763
112107
  params: {
@@ -111767,23 +112111,23 @@ interface RecalculateSimulationBySessionIdProps {
111767
112111
  }
111768
112112
  declare const recalculateSimulationBySessionId: (props: RecalculateSimulationBySessionIdProps, wgApiClient: ClientType) => Promise<RecalculateSimulationBySessionIdResponse>;
111769
112113
 
111770
- declare const routeName$6l = "/v1/api/anvaflows/{session_id}/collection-methods";
111771
- type GetAnvaCollectionMethodsPathParams = paths[typeof routeName$6l]['get']['parameters']['path'];
111772
- type GetAnvaCollectionMethodsQueryParams = paths[typeof routeName$6l]['get']['parameters']['query'];
111773
- type GetAnvaCollectionMethodsResponse = paths[typeof routeName$6l]['get']['responses'][200]['content']['application/json'];
111774
- type GetAnvaCollectionMethodsProps = paths[typeof routeName$6l]['get']['parameters'];
112114
+ declare const routeName$6m = "/v1/api/anvaflows/{session_id}/collection-methods";
112115
+ type GetAnvaCollectionMethodsPathParams = paths[typeof routeName$6m]['get']['parameters']['path'];
112116
+ type GetAnvaCollectionMethodsQueryParams = paths[typeof routeName$6m]['get']['parameters']['query'];
112117
+ type GetAnvaCollectionMethodsResponse = paths[typeof routeName$6m]['get']['responses'][200]['content']['application/json'];
112118
+ type GetAnvaCollectionMethodsProps = paths[typeof routeName$6m]['get']['parameters'];
111775
112119
  declare const getAnvaCollectionMethods: (props: GetAnvaCollectionMethodsProps, wgApiClient: ClientType) => Promise<GetAnvaCollectionMethodsResponse>;
111776
112120
 
111777
- declare const routeName$6k = "/v1/api/anvaflows/closing-questions";
111778
- type GetAnvaClosingQuestionsQueryParams = paths[typeof routeName$6k]['get']['parameters']['query'];
111779
- type GetAnvaClosingQuestionsResponse = paths[typeof routeName$6k]['get']['responses'][200]['content']['application/json'];
111780
- type GetAnvaClosingQuestionsProps = paths[typeof routeName$6k]['get']['parameters'];
112121
+ declare const routeName$6l = "/v1/api/anvaflows/closing-questions";
112122
+ type GetAnvaClosingQuestionsQueryParams = paths[typeof routeName$6l]['get']['parameters']['query'];
112123
+ type GetAnvaClosingQuestionsResponse = paths[typeof routeName$6l]['get']['responses'][200]['content']['application/json'];
112124
+ type GetAnvaClosingQuestionsProps = paths[typeof routeName$6l]['get']['parameters'];
111781
112125
  declare const getAnvaClosingQuestions: (props: GetAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<GetAnvaClosingQuestionsResponse>;
111782
112126
 
111783
- declare const routeName$6j = "/v1/api/anvaflows/closing-questions";
111784
- type UpsertAnvaClosingQuestionsBody = paths[typeof routeName$6j]['put']['requestBody']['content']['application/json'];
111785
- type UpsertAnvaClosingQuestionsQueryParams = paths[typeof routeName$6j]['put']['parameters']['query'];
111786
- type UpsertAnvaClosingQuestionsResponse = paths[typeof routeName$6j]['put']['responses'][200]['content']['application/json'];
112127
+ declare const routeName$6k = "/v1/api/anvaflows/closing-questions";
112128
+ type UpsertAnvaClosingQuestionsBody = paths[typeof routeName$6k]['put']['requestBody']['content']['application/json'];
112129
+ type UpsertAnvaClosingQuestionsQueryParams = paths[typeof routeName$6k]['put']['parameters']['query'];
112130
+ type UpsertAnvaClosingQuestionsResponse = paths[typeof routeName$6k]['put']['responses'][200]['content']['application/json'];
111787
112131
  interface UpsertAnvaClosingQuestionsProps {
111788
112132
  body: UpsertAnvaClosingQuestionsBody;
111789
112133
  params: {
@@ -111792,10 +112136,10 @@ interface UpsertAnvaClosingQuestionsProps {
111792
112136
  }
111793
112137
  declare const upsertAnvaClosingQuestions: (props: UpsertAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<UpsertAnvaClosingQuestionsResponse>;
111794
112138
 
111795
- declare const routeName$6i = "/v1/api/anvaflows/closing-questions/{closing_question_id}";
111796
- type DeleteAnvaClosingQuestionsPathParams = paths[typeof routeName$6i]['delete']['parameters']['path'];
111797
- type DeleteAnvaClosingQuestionsQueryParams = paths[typeof routeName$6i]['delete']['parameters']['query'];
111798
- type DeleteAnvaClosingQuestionsResponse = paths[typeof routeName$6i]['delete']['responses'][200]['content']['application/json'];
112139
+ declare const routeName$6j = "/v1/api/anvaflows/closing-questions/{closing_question_id}";
112140
+ type DeleteAnvaClosingQuestionsPathParams = paths[typeof routeName$6j]['delete']['parameters']['path'];
112141
+ type DeleteAnvaClosingQuestionsQueryParams = paths[typeof routeName$6j]['delete']['parameters']['query'];
112142
+ type DeleteAnvaClosingQuestionsResponse = paths[typeof routeName$6j]['delete']['responses'][200]['content']['application/json'];
111799
112143
  interface DeleteAnvaClosingQuestionsProps {
111800
112144
  params: {
111801
112145
  query: DeleteAnvaClosingQuestionsQueryParams;
@@ -111804,11 +112148,11 @@ interface DeleteAnvaClosingQuestionsProps {
111804
112148
  }
111805
112149
  declare const deleteAnvaClosingQuestions: (props: DeleteAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<DeleteAnvaClosingQuestionsResponse>;
111806
112150
 
111807
- declare const routeName$6h = "/v1/api/anvaflows/{session_id}/anva-party";
111808
- type CreateAnvaPartyBody = paths[typeof routeName$6h]['post']['requestBody']['content']['application/json'];
111809
- type CreateAnvaPartyPathParams = paths[typeof routeName$6h]['post']['parameters']['path'];
111810
- type CreateAnvaPartyQueryParams = paths[typeof routeName$6h]['post']['parameters']['query'];
111811
- type CreateAnvaPartyResponse = paths[typeof routeName$6h]['post']['responses'][201]['content']['application/json'];
112151
+ declare const routeName$6i = "/v1/api/anvaflows/{session_id}/anva-party";
112152
+ type CreateAnvaPartyBody = paths[typeof routeName$6i]['post']['requestBody']['content']['application/json'];
112153
+ type CreateAnvaPartyPathParams = paths[typeof routeName$6i]['post']['parameters']['path'];
112154
+ type CreateAnvaPartyQueryParams = paths[typeof routeName$6i]['post']['parameters']['query'];
112155
+ type CreateAnvaPartyResponse = paths[typeof routeName$6i]['post']['responses'][201]['content']['application/json'];
111812
112156
  interface CreateAnvaPartyProps {
111813
112157
  body: CreateAnvaPartyBody;
111814
112158
  params: {
@@ -111818,24 +112162,24 @@ interface CreateAnvaPartyProps {
111818
112162
  }
111819
112163
  declare const createAnvaParty: (props: CreateAnvaPartyProps, wgApiClient: ClientType) => Promise<CreateAnvaPartyResponse>;
111820
112164
 
111821
- declare const routeName$6g = "/v1/api/anvaproducts";
111822
- type GetAnvaproductsQueryParams = paths[typeof routeName$6g]['get']['parameters']['query'];
111823
- type GetAnvaproductsResponse = paths[typeof routeName$6g]['get']['responses'][200]['content']['application/json'];
111824
- type GetAnvaproductsProps = paths[typeof routeName$6g]['get']['parameters'];
112165
+ declare const routeName$6h = "/v1/api/anvaproducts";
112166
+ type GetAnvaproductsQueryParams = paths[typeof routeName$6h]['get']['parameters']['query'];
112167
+ type GetAnvaproductsResponse = paths[typeof routeName$6h]['get']['responses'][200]['content']['application/json'];
112168
+ type GetAnvaproductsProps = paths[typeof routeName$6h]['get']['parameters'];
111825
112169
  declare const getAnvaproducts: (props: GetAnvaproductsProps, wgApiClient: ClientType) => Promise<GetAnvaproductsResponse>;
111826
112170
 
111827
- declare const routeName$6f = "/v1/api/anvaproducts/{anva_product_id}";
111828
- type GetAnvaproductByIdPathParams = paths[typeof routeName$6f]['get']['parameters']['path'];
111829
- type GetAnvaproductByIdQueryParams = paths[typeof routeName$6f]['get']['parameters']['query'];
111830
- type GetAnvaproductByIdResponse = paths[typeof routeName$6f]['get']['responses'][200]['content']['application/json'];
111831
- type GetAnvaproductByIdProps = paths[typeof routeName$6f]['get']['parameters'];
112171
+ declare const routeName$6g = "/v1/api/anvaproducts/{anva_product_id}";
112172
+ type GetAnvaproductByIdPathParams = paths[typeof routeName$6g]['get']['parameters']['path'];
112173
+ type GetAnvaproductByIdQueryParams = paths[typeof routeName$6g]['get']['parameters']['query'];
112174
+ type GetAnvaproductByIdResponse = paths[typeof routeName$6g]['get']['responses'][200]['content']['application/json'];
112175
+ type GetAnvaproductByIdProps = paths[typeof routeName$6g]['get']['parameters'];
111832
112176
  declare const getAnvaproductById: (props: GetAnvaproductByIdProps, wgApiClient: ClientType) => Promise<GetAnvaproductByIdResponse>;
111833
112177
 
111834
- declare const routeName$6e = "/v1/api/anvaproducts/{anva_product_id}";
111835
- type PatchAnvaproductByIdBody = paths[typeof routeName$6e]['patch']['requestBody']['content']['application/json'];
111836
- type PatchAnvaproductByIdPathParams = paths[typeof routeName$6e]['patch']['parameters']['path'];
111837
- type PatchAnvaproductByIdQueryParams = paths[typeof routeName$6e]['patch']['parameters']['query'];
111838
- type PatchAnvaproductByIdResponse = paths[typeof routeName$6e]['patch']['responses'][200]['content']['application/json'];
112178
+ declare const routeName$6f = "/v1/api/anvaproducts/{anva_product_id}";
112179
+ type PatchAnvaproductByIdBody = paths[typeof routeName$6f]['patch']['requestBody']['content']['application/json'];
112180
+ type PatchAnvaproductByIdPathParams = paths[typeof routeName$6f]['patch']['parameters']['path'];
112181
+ type PatchAnvaproductByIdQueryParams = paths[typeof routeName$6f]['patch']['parameters']['query'];
112182
+ type PatchAnvaproductByIdResponse = paths[typeof routeName$6f]['patch']['responses'][200]['content']['application/json'];
111839
112183
  interface PatchAnvaproductByIdProps {
111840
112184
  body: PatchAnvaproductByIdBody;
111841
112185
  params: {
@@ -111845,11 +112189,11 @@ interface PatchAnvaproductByIdProps {
111845
112189
  }
111846
112190
  declare const patchAnvaproductById: (props: PatchAnvaproductByIdProps, wgApiClient: ClientType) => Promise<PatchAnvaproductByIdResponse>;
111847
112191
 
111848
- declare const routeName$6d = "/v1/api/anvaproducts/{anva_product_id}/coverages/{coverage_code}";
111849
- type PatchAnvaproductCoverageByIdBody = paths[typeof routeName$6d]['patch']['requestBody']['content']['application/json'];
111850
- type PatchAnvaproductCoverageByIdPathParams = paths[typeof routeName$6d]['patch']['parameters']['path'];
111851
- type PatchAnvaproductCoverageByIdQueryParams = paths[typeof routeName$6d]['patch']['parameters']['query'];
111852
- type PatchAnvaproductCoverageByIdResponse = paths[typeof routeName$6d]['patch']['responses'][200]['content']['application/json'];
112192
+ declare const routeName$6e = "/v1/api/anvaproducts/{anva_product_id}/coverages/{coverage_code}";
112193
+ type PatchAnvaproductCoverageByIdBody = paths[typeof routeName$6e]['patch']['requestBody']['content']['application/json'];
112194
+ type PatchAnvaproductCoverageByIdPathParams = paths[typeof routeName$6e]['patch']['parameters']['path'];
112195
+ type PatchAnvaproductCoverageByIdQueryParams = paths[typeof routeName$6e]['patch']['parameters']['query'];
112196
+ type PatchAnvaproductCoverageByIdResponse = paths[typeof routeName$6e]['patch']['responses'][200]['content']['application/json'];
111853
112197
  interface PatchAnvaproductCoverageByIdProps {
111854
112198
  body: PatchAnvaproductCoverageByIdBody;
111855
112199
  params: {
@@ -111859,18 +112203,18 @@ interface PatchAnvaproductCoverageByIdProps {
111859
112203
  }
111860
112204
  declare const patchAnvaproductCoverageById: (props: PatchAnvaproductCoverageByIdProps, wgApiClient: ClientType) => Promise<PatchAnvaproductCoverageByIdResponse>;
111861
112205
 
111862
- declare const routeName$6c = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
111863
- type RetrieveAnvaflowsQuestionnairesPathParams = paths[typeof routeName$6c]['get']['parameters']['path'];
111864
- type RetrieveAnvaflowsQuestionnairesQueryParams = paths[typeof routeName$6c]['get']['parameters']['query'];
111865
- type RetrieveAnvaflowsQuestionnairesResponse = paths[typeof routeName$6c]['get']['responses'][200]['content']['application/json'];
111866
- type RetrieveAnvaflowsQuestionnairesProps = paths[typeof routeName$6c]['get']['parameters'];
112206
+ declare const routeName$6d = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
112207
+ type RetrieveAnvaflowsQuestionnairesPathParams = paths[typeof routeName$6d]['get']['parameters']['path'];
112208
+ type RetrieveAnvaflowsQuestionnairesQueryParams = paths[typeof routeName$6d]['get']['parameters']['query'];
112209
+ type RetrieveAnvaflowsQuestionnairesResponse = paths[typeof routeName$6d]['get']['responses'][200]['content']['application/json'];
112210
+ type RetrieveAnvaflowsQuestionnairesProps = paths[typeof routeName$6d]['get']['parameters'];
111867
112211
  declare const retrieveAnvaflowsQuestionnaires: (props: RetrieveAnvaflowsQuestionnairesProps, wgApiClient: ClientType) => Promise<RetrieveAnvaflowsQuestionnairesResponse>;
111868
112212
 
111869
- declare const routeName$6b = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
111870
- type UpdateAnvaflowsQuestionnaireBody = paths[typeof routeName$6b]['put']['requestBody']['content']['application/json'];
111871
- type UpdateAnvaflowsQuestionnairePathParams = paths[typeof routeName$6b]['put']['parameters']['path'];
111872
- type UpdateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$6b]['put']['parameters']['query'];
111873
- type UpdateAnvaflowsQuestionnaireResponse = paths[typeof routeName$6b]['put']['responses'][200]['content']['application/json'];
112213
+ declare const routeName$6c = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
112214
+ type UpdateAnvaflowsQuestionnaireBody = paths[typeof routeName$6c]['put']['requestBody']['content']['application/json'];
112215
+ type UpdateAnvaflowsQuestionnairePathParams = paths[typeof routeName$6c]['put']['parameters']['path'];
112216
+ type UpdateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$6c]['put']['parameters']['query'];
112217
+ type UpdateAnvaflowsQuestionnaireResponse = paths[typeof routeName$6c]['put']['responses'][200]['content']['application/json'];
111874
112218
  interface UpdateAnvaflowsQuestionnaireProps {
111875
112219
  body: UpdateAnvaflowsQuestionnaireBody;
111876
112220
  params: {
@@ -111880,11 +112224,11 @@ interface UpdateAnvaflowsQuestionnaireProps {
111880
112224
  }
111881
112225
  declare const updateAnvaflowsQuestionnaire: (props: UpdateAnvaflowsQuestionnaireProps, wgApiClient: ClientType) => Promise<UpdateAnvaflowsQuestionnaireResponse>;
111882
112226
 
111883
- declare const routeName$6a = "/v1/api/anvaproducts/{anva_product_id}/questionnaires/validate";
111884
- type ValidateAnvaflowsQuestionnaireBody = paths[typeof routeName$6a]['post']['requestBody']['content']['application/json'];
111885
- type ValidateAnvaflowsQuestionnairePathParams = paths[typeof routeName$6a]['post']['parameters']['path'];
111886
- type ValidateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$6a]['post']['parameters']['query'];
111887
- type ValidateAnvaflowsQuestionnaireResponse = paths[typeof routeName$6a]['post']['responses'][200]['content']['application/json'];
112227
+ declare const routeName$6b = "/v1/api/anvaproducts/{anva_product_id}/questionnaires/validate";
112228
+ type ValidateAnvaflowsQuestionnaireBody = paths[typeof routeName$6b]['post']['requestBody']['content']['application/json'];
112229
+ type ValidateAnvaflowsQuestionnairePathParams = paths[typeof routeName$6b]['post']['parameters']['path'];
112230
+ type ValidateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$6b]['post']['parameters']['query'];
112231
+ type ValidateAnvaflowsQuestionnaireResponse = paths[typeof routeName$6b]['post']['responses'][200]['content']['application/json'];
111888
112232
  interface ValidateAnvaflowsQuestionnaireProps {
111889
112233
  body: ValidateAnvaflowsQuestionnaireBody;
111890
112234
  params: {
@@ -111894,10 +112238,10 @@ interface ValidateAnvaflowsQuestionnaireProps {
111894
112238
  }
111895
112239
  declare const validateAnvaflowsQuestionnaire: (props: ValidateAnvaflowsQuestionnaireProps, wgApiClient: ClientType) => Promise<ValidateAnvaflowsQuestionnaireResponse>;
111896
112240
 
111897
- declare const routeName$69 = "/v1/api/anvaproducts/questionnaires/update-all-questions-by-anvalabels";
111898
- type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody = paths[typeof routeName$69]['post']['requestBody']['content']['application/json'];
111899
- type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams = paths[typeof routeName$69]['post']['parameters']['query'];
111900
- type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse = paths[typeof routeName$69]['post']['responses'][200]['content']['application/json'];
112241
+ declare const routeName$6a = "/v1/api/anvaproducts/questionnaires/update-all-questions-by-anvalabels";
112242
+ type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody = paths[typeof routeName$6a]['post']['requestBody']['content']['application/json'];
112243
+ type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams = paths[typeof routeName$6a]['post']['parameters']['query'];
112244
+ type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse = paths[typeof routeName$6a]['post']['responses'][200]['content']['application/json'];
111901
112245
  interface UpdateQuestionForAllQuestionnairesByAnvaLabelsProps {
111902
112246
  body: UpdateQuestionForAllQuestionnairesByAnvaLabelsBody;
111903
112247
  params: {
@@ -111906,20 +112250,20 @@ interface UpdateQuestionForAllQuestionnairesByAnvaLabelsProps {
111906
112250
  }
111907
112251
  declare const updateQuestionForAllQuestionnairesByAnvaLabels: (props: UpdateQuestionForAllQuestionnairesByAnvaLabelsProps, wgApiClient: ClientType) => Promise<UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse>;
111908
112252
 
111909
- declare const routeName$68 = "/v1/api/brokers/me";
111910
- type GetCurrentBrokerOfTheUserResponse = paths[typeof routeName$68]['get']['responses'][200]['content']['application/json'];
112253
+ declare const routeName$69 = "/v1/api/brokers/me";
112254
+ type GetCurrentBrokerOfTheUserResponse = paths[typeof routeName$69]['get']['responses'][200]['content']['application/json'];
111911
112255
  declare const getCurrentBrokerOfTheUser: (wgApiClient: ClientType) => Promise<GetCurrentBrokerOfTheUserResponse>;
111912
112256
 
111913
- declare const routeName$67 = "/v1/api/brokers/{broker_id}";
111914
- type GetTheBrokerByIdPathParams = paths[typeof routeName$67]['get']['parameters']['path'];
111915
- type GetTheBrokerByIdResponse = paths[typeof routeName$67]['get']['responses'][200]['content']['application/json'];
111916
- type GetTheBrokerByIdProps = paths[typeof routeName$67]['get']['parameters'];
112257
+ declare const routeName$68 = "/v1/api/brokers/{broker_id}";
112258
+ type GetTheBrokerByIdPathParams = paths[typeof routeName$68]['get']['parameters']['path'];
112259
+ type GetTheBrokerByIdResponse = paths[typeof routeName$68]['get']['responses'][200]['content']['application/json'];
112260
+ type GetTheBrokerByIdProps = paths[typeof routeName$68]['get']['parameters'];
111917
112261
  declare const getTheBrokerById: (props: GetTheBrokerByIdProps, wgApiClient: ClientType) => Promise<GetTheBrokerByIdResponse>;
111918
112262
 
111919
- declare const routeName$66 = "/v1/api/brokers/{broker_id}";
111920
- type UpdateBrokerByBrokerBody = paths[typeof routeName$66]['patch']['requestBody']['content']['application/json'];
111921
- type UpdateBrokerByBrokerPathParams = paths[typeof routeName$66]['patch']['parameters']['path'];
111922
- type UpdateBrokerByBrokerResponse = paths[typeof routeName$66]['patch']['responses'][200]['content']['application/json'];
112263
+ declare const routeName$67 = "/v1/api/brokers/{broker_id}";
112264
+ type UpdateBrokerByBrokerBody = paths[typeof routeName$67]['patch']['requestBody']['content']['application/json'];
112265
+ type UpdateBrokerByBrokerPathParams = paths[typeof routeName$67]['patch']['parameters']['path'];
112266
+ type UpdateBrokerByBrokerResponse = paths[typeof routeName$67]['patch']['responses'][200]['content']['application/json'];
111923
112267
  interface UpdateBrokerByBrokerProps {
111924
112268
  body: UpdateBrokerByBrokerBody;
111925
112269
  params: {
@@ -111928,16 +112272,16 @@ interface UpdateBrokerByBrokerProps {
111928
112272
  }
111929
112273
  declare const updateBrokerByBroker: (props: UpdateBrokerByBrokerProps, wgApiClient: ClientType) => Promise<UpdateBrokerByBrokerResponse>;
111930
112274
 
111931
- declare const routeName$65 = "/v1/api/brokers/{broker_id}/integrations";
111932
- type GetBrokerIntegrationsPathParams = paths[typeof routeName$65]['get']['parameters']['path'];
111933
- type GetBrokerIntegrationsResponse = paths[typeof routeName$65]['get']['responses'][200]['content']['application/json'];
111934
- type GetBrokerIntegrationsProps = paths[typeof routeName$65]['get']['parameters'];
112275
+ declare const routeName$66 = "/v1/api/brokers/{broker_id}/integrations";
112276
+ type GetBrokerIntegrationsPathParams = paths[typeof routeName$66]['get']['parameters']['path'];
112277
+ type GetBrokerIntegrationsResponse = paths[typeof routeName$66]['get']['responses'][200]['content']['application/json'];
112278
+ type GetBrokerIntegrationsProps = paths[typeof routeName$66]['get']['parameters'];
111935
112279
  declare const getBrokerIntegrations: (props: GetBrokerIntegrationsProps, wgApiClient: ClientType) => Promise<GetBrokerIntegrationsResponse>;
111936
112280
 
111937
- declare const routeName$64 = "/v1/api/brokers/{broker_id}/integrations";
111938
- type UpdateBrokerIntegrationsBody = paths[typeof routeName$64]['patch']['requestBody']['content']['application/json'];
111939
- type UpdateBrokerIntegrationsPathParams = paths[typeof routeName$64]['patch']['parameters']['path'];
111940
- type UpdateBrokerIntegrationsResponse = paths[typeof routeName$64]['patch']['responses'][200]['content']['application/json'];
112281
+ declare const routeName$65 = "/v1/api/brokers/{broker_id}/integrations";
112282
+ type UpdateBrokerIntegrationsBody = paths[typeof routeName$65]['patch']['requestBody']['content']['application/json'];
112283
+ type UpdateBrokerIntegrationsPathParams = paths[typeof routeName$65]['patch']['parameters']['path'];
112284
+ type UpdateBrokerIntegrationsResponse = paths[typeof routeName$65]['patch']['responses'][200]['content']['application/json'];
111941
112285
  interface UpdateBrokerIntegrationsProps {
111942
112286
  body: UpdateBrokerIntegrationsBody;
111943
112287
  params: {
@@ -111946,37 +112290,37 @@ interface UpdateBrokerIntegrationsProps {
111946
112290
  }
111947
112291
  declare const updateBrokerIntegrations: (props: UpdateBrokerIntegrationsProps, wgApiClient: ClientType) => Promise<UpdateBrokerIntegrationsResponse>;
111948
112292
 
111949
- declare const routeName$63 = "/v1/api/anva-relation-managers/{anva_relation_manager_id}";
111950
- type GetBrokerByAnvaRelationMangerIdPathParams = paths[typeof routeName$63]['get']['parameters']['path'];
111951
- type GetBrokerByAnvaRelationMangerIdResponse = paths[typeof routeName$63]['get']['responses'][200]['content']['application/json'];
111952
- type GetBrokerByAnvaRelationMangerIdProps = paths[typeof routeName$63]['get']['parameters'];
112293
+ declare const routeName$64 = "/v1/api/anva-relation-managers/{anva_relation_manager_id}";
112294
+ type GetBrokerByAnvaRelationMangerIdPathParams = paths[typeof routeName$64]['get']['parameters']['path'];
112295
+ type GetBrokerByAnvaRelationMangerIdResponse = paths[typeof routeName$64]['get']['responses'][200]['content']['application/json'];
112296
+ type GetBrokerByAnvaRelationMangerIdProps = paths[typeof routeName$64]['get']['parameters'];
111953
112297
  declare const getBrokerByAnvaRelationMangerId: (props: GetBrokerByAnvaRelationMangerIdProps, wgApiClient: ClientType) => Promise<GetBrokerByAnvaRelationMangerIdResponse>;
111954
112298
 
111955
- declare const routeName$62 = "/v1/api/anva-producers/{anva_producer_id}";
111956
- type GetBrokerByAnvaProducerIdPathParams = paths[typeof routeName$62]['get']['parameters']['path'];
111957
- type GetBrokerByAnvaProducerIdResponse = paths[typeof routeName$62]['get']['responses'][200]['content']['application/json'];
111958
- type GetBrokerByAnvaProducerIdProps = paths[typeof routeName$62]['get']['parameters'];
112299
+ declare const routeName$63 = "/v1/api/anva-producers/{anva_producer_id}";
112300
+ type GetBrokerByAnvaProducerIdPathParams = paths[typeof routeName$63]['get']['parameters']['path'];
112301
+ type GetBrokerByAnvaProducerIdResponse = paths[typeof routeName$63]['get']['responses'][200]['content']['application/json'];
112302
+ type GetBrokerByAnvaProducerIdProps = paths[typeof routeName$63]['get']['parameters'];
111959
112303
  declare const getBrokerByAnvaProducerId: (props: GetBrokerByAnvaProducerIdProps, wgApiClient: ClientType) => Promise<GetBrokerByAnvaProducerIdResponse>;
111960
112304
 
111961
- declare const routeName$61 = "/v1/api/brokers/{broker_id}/checklists/onboarding";
111962
- type GetOnboardingChecklistByBrokerPathParams = paths[typeof routeName$61]['get']['parameters']['path'];
111963
- type GetOnboardingChecklistByBrokerQueryParams = paths[typeof routeName$61]['get']['parameters']['query'];
111964
- type GetOnboardingChecklistByBrokerResponse = paths[typeof routeName$61]['get']['responses'][200]['content']['application/json'];
111965
- type GetOnboardingChecklistByBrokerProps = paths[typeof routeName$61]['get']['parameters'];
112305
+ declare const routeName$62 = "/v1/api/brokers/{broker_id}/checklists/onboarding";
112306
+ type GetOnboardingChecklistByBrokerPathParams = paths[typeof routeName$62]['get']['parameters']['path'];
112307
+ type GetOnboardingChecklistByBrokerQueryParams = paths[typeof routeName$62]['get']['parameters']['query'];
112308
+ type GetOnboardingChecklistByBrokerResponse = paths[typeof routeName$62]['get']['responses'][200]['content']['application/json'];
112309
+ type GetOnboardingChecklistByBrokerProps = paths[typeof routeName$62]['get']['parameters'];
111966
112310
  declare const getOnboardingChecklistByBroker: (props: GetOnboardingChecklistByBrokerProps, wgApiClient: ClientType) => Promise<GetOnboardingChecklistByBrokerResponse>;
111967
112311
 
111968
- declare const routeName$60 = "/v1/api/campaigns/{campaign_id}";
111969
- type GetCampaignByIdPathParams = paths[typeof routeName$60]['get']['parameters']['path'];
111970
- type GetCampaignByIdQueryParams = paths[typeof routeName$60]['get']['parameters']['query'];
111971
- type GetCampaignByIdResponse = paths[typeof routeName$60]['get']['responses'][200]['content']['application/json'];
111972
- type GetCampaignByIdProps = paths[typeof routeName$60]['get']['parameters'];
112312
+ declare const routeName$61 = "/v1/api/campaigns/{campaign_id}";
112313
+ type GetCampaignByIdPathParams = paths[typeof routeName$61]['get']['parameters']['path'];
112314
+ type GetCampaignByIdQueryParams = paths[typeof routeName$61]['get']['parameters']['query'];
112315
+ type GetCampaignByIdResponse = paths[typeof routeName$61]['get']['responses'][200]['content']['application/json'];
112316
+ type GetCampaignByIdProps = paths[typeof routeName$61]['get']['parameters'];
111973
112317
  declare const getCampaignById: (props: GetCampaignByIdProps, wgApiClient: ClientType) => Promise<GetCampaignByIdResponse>;
111974
112318
 
111975
- declare const routeName$5$ = "/v1/api/campaigns/{campaign_id}";
111976
- type UpdateCampaignBody = paths[typeof routeName$5$]['patch']['requestBody']['content']['application/json'];
111977
- type UpdateCampaignPathParams = paths[typeof routeName$5$]['patch']['parameters']['path'];
111978
- type UpdateCampaignQueryParams = paths[typeof routeName$5$]['patch']['parameters']['query'];
111979
- type UpdateCampaignResponse = paths[typeof routeName$5$]['patch']['responses'][200]['content']['application/json'];
112319
+ declare const routeName$60 = "/v1/api/campaigns/{campaign_id}";
112320
+ type UpdateCampaignBody = paths[typeof routeName$60]['patch']['requestBody']['content']['application/json'];
112321
+ type UpdateCampaignPathParams = paths[typeof routeName$60]['patch']['parameters']['path'];
112322
+ type UpdateCampaignQueryParams = paths[typeof routeName$60]['patch']['parameters']['query'];
112323
+ type UpdateCampaignResponse = paths[typeof routeName$60]['patch']['responses'][200]['content']['application/json'];
111980
112324
  interface UpdateCampaignProps {
111981
112325
  body: UpdateCampaignBody;
111982
112326
  params: {
@@ -111986,16 +112330,16 @@ interface UpdateCampaignProps {
111986
112330
  }
111987
112331
  declare const updateCampaign: (props: UpdateCampaignProps, wgApiClient: ClientType) => Promise<UpdateCampaignResponse>;
111988
112332
 
111989
- declare const routeName$5_ = "/v1/api/campaigns";
111990
- type GetAllCampaignsByDistributionQueryParams = paths[typeof routeName$5_]['get']['parameters']['query'];
111991
- type GetAllCampaignsByDistributionResponse = paths[typeof routeName$5_]['get']['responses'][200]['content']['application/json'];
111992
- type GetAllCampaignsByDistributionProps = paths[typeof routeName$5_]['get']['parameters'];
112333
+ declare const routeName$5$ = "/v1/api/campaigns";
112334
+ type GetAllCampaignsByDistributionQueryParams = paths[typeof routeName$5$]['get']['parameters']['query'];
112335
+ type GetAllCampaignsByDistributionResponse = paths[typeof routeName$5$]['get']['responses'][200]['content']['application/json'];
112336
+ type GetAllCampaignsByDistributionProps = paths[typeof routeName$5$]['get']['parameters'];
111993
112337
  declare const getAllCampaignsByDistribution: (props: GetAllCampaignsByDistributionProps, wgApiClient: ClientType) => Promise<GetAllCampaignsByDistributionResponse>;
111994
112338
 
111995
- declare const routeName$5Z = "/v1/api/campaigns";
111996
- type CreateCampaignBody = paths[typeof routeName$5Z]['post']['requestBody']['content']['application/json'];
111997
- type CreateCampaignQueryParams = paths[typeof routeName$5Z]['post']['parameters']['query'];
111998
- type CreateCampaignResponse = paths[typeof routeName$5Z]['post']['responses'][201]['content']['application/json'];
112339
+ declare const routeName$5_ = "/v1/api/campaigns";
112340
+ type CreateCampaignBody = paths[typeof routeName$5_]['post']['requestBody']['content']['application/json'];
112341
+ type CreateCampaignQueryParams = paths[typeof routeName$5_]['post']['parameters']['query'];
112342
+ type CreateCampaignResponse = paths[typeof routeName$5_]['post']['responses'][201]['content']['application/json'];
111999
112343
  interface CreateCampaignProps {
112000
112344
  body: CreateCampaignBody;
112001
112345
  params: {
@@ -112004,17 +112348,17 @@ interface CreateCampaignProps {
112004
112348
  }
112005
112349
  declare const createCampaign: (props: CreateCampaignProps, wgApiClient: ClientType) => Promise<CreateCampaignResponse>;
112006
112350
 
112007
- declare const routeName$5Y = "/v1/api/campaigns/{campaign_id}/metrics";
112008
- type GetMetricsByCampaignPathParams = paths[typeof routeName$5Y]['get']['parameters']['path'];
112009
- type GetMetricsByCampaignQueryParams = paths[typeof routeName$5Y]['get']['parameters']['query'];
112010
- type GetMetricsByCampaignResponse = paths[typeof routeName$5Y]['get']['responses'][200]['content']['application/json'];
112011
- type GetMetricsByCampaignProps = paths[typeof routeName$5Y]['get']['parameters'];
112351
+ declare const routeName$5Z = "/v1/api/campaigns/{campaign_id}/metrics";
112352
+ type GetMetricsByCampaignPathParams = paths[typeof routeName$5Z]['get']['parameters']['path'];
112353
+ type GetMetricsByCampaignQueryParams = paths[typeof routeName$5Z]['get']['parameters']['query'];
112354
+ type GetMetricsByCampaignResponse = paths[typeof routeName$5Z]['get']['responses'][200]['content']['application/json'];
112355
+ type GetMetricsByCampaignProps = paths[typeof routeName$5Z]['get']['parameters'];
112012
112356
  declare const getMetricsByCampaign: (props: GetMetricsByCampaignProps, wgApiClient: ClientType) => Promise<GetMetricsByCampaignResponse>;
112013
112357
 
112014
- declare const routeName$5X = "/v1/api/campaigns/{campaign_id}/targets";
112015
- type UpdateTargetsByCampaignPathParams = paths[typeof routeName$5X]['patch']['parameters']['path'];
112016
- type UpdateTargetsByCampaignQueryParams = paths[typeof routeName$5X]['patch']['parameters']['query'];
112017
- type UpdateTargetsByCampaignResponse = paths[typeof routeName$5X]['patch']['responses'][200]['content']['application/json'];
112358
+ declare const routeName$5Y = "/v1/api/campaigns/{campaign_id}/targets";
112359
+ type UpdateTargetsByCampaignPathParams = paths[typeof routeName$5Y]['patch']['parameters']['path'];
112360
+ type UpdateTargetsByCampaignQueryParams = paths[typeof routeName$5Y]['patch']['parameters']['query'];
112361
+ type UpdateTargetsByCampaignResponse = paths[typeof routeName$5Y]['patch']['responses'][200]['content']['application/json'];
112018
112362
  interface UpdateTargetsByCampaignProps {
112019
112363
  params: {
112020
112364
  query: UpdateTargetsByCampaignQueryParams;
@@ -112023,15 +112367,15 @@ interface UpdateTargetsByCampaignProps {
112023
112367
  }
112024
112368
  declare const updateTargetsByCampaign: (props: UpdateTargetsByCampaignProps, wgApiClient: ClientType) => Promise<UpdateTargetsByCampaignResponse>;
112025
112369
 
112026
- declare const routeName$5W = "/v1/api/campaign-templates";
112027
- type GetAllCampaignTemplatesQueryParams = paths[typeof routeName$5W]['get']['parameters']['query'];
112028
- type GetAllCampaignTemplatesResponse = paths[typeof routeName$5W]['get']['responses'][200]['content']['application/json'];
112029
- type GetAllCampaignTemplatesProps = paths[typeof routeName$5W]['get']['parameters'];
112370
+ declare const routeName$5X = "/v1/api/campaign-templates";
112371
+ type GetAllCampaignTemplatesQueryParams = paths[typeof routeName$5X]['get']['parameters']['query'];
112372
+ type GetAllCampaignTemplatesResponse = paths[typeof routeName$5X]['get']['responses'][200]['content']['application/json'];
112373
+ type GetAllCampaignTemplatesProps = paths[typeof routeName$5X]['get']['parameters'];
112030
112374
  declare const getAllCampaignTemplates: (props: GetAllCampaignTemplatesProps, wgApiClient: ClientType) => Promise<GetAllCampaignTemplatesResponse>;
112031
112375
 
112032
- declare const routeName$5V = "/v1/api/campaigns/example-mails";
112033
- type SendExampleCampaignTargetMailQueryParams = paths[typeof routeName$5V]['post']['parameters']['query'];
112034
- type SendExampleCampaignTargetMailResponse = paths[typeof routeName$5V]['post']['responses'][201]['content']['application/json'];
112376
+ declare const routeName$5W = "/v1/api/campaigns/example-mails";
112377
+ type SendExampleCampaignTargetMailQueryParams = paths[typeof routeName$5W]['post']['parameters']['query'];
112378
+ type SendExampleCampaignTargetMailResponse = paths[typeof routeName$5W]['post']['responses'][201]['content']['application/json'];
112035
112379
  interface SendExampleCampaignTargetMailProps {
112036
112380
  params: {
112037
112381
  query: SendExampleCampaignTargetMailQueryParams;
@@ -112039,16 +112383,16 @@ interface SendExampleCampaignTargetMailProps {
112039
112383
  }
112040
112384
  declare const sendExampleCampaignTargetMail: (props: SendExampleCampaignTargetMailProps, wgApiClient: ClientType) => Promise<SendExampleCampaignTargetMailResponse>;
112041
112385
 
112042
- declare const routeName$5U = "/v1/api/distributions/campaign-settings";
112043
- type GetCampaignSettingsByDistributionQueryParams = paths[typeof routeName$5U]['get']['parameters']['query'];
112044
- type GetCampaignSettingsByDistributionResponse = paths[typeof routeName$5U]['get']['responses'][200]['content']['application/json'];
112045
- type GetCampaignSettingsByDistributionProps = paths[typeof routeName$5U]['get']['parameters'];
112386
+ declare const routeName$5V = "/v1/api/distributions/campaign-settings";
112387
+ type GetCampaignSettingsByDistributionQueryParams = paths[typeof routeName$5V]['get']['parameters']['query'];
112388
+ type GetCampaignSettingsByDistributionResponse = paths[typeof routeName$5V]['get']['responses'][200]['content']['application/json'];
112389
+ type GetCampaignSettingsByDistributionProps = paths[typeof routeName$5V]['get']['parameters'];
112046
112390
  declare const getCampaignSettingsByDistribution: (props: GetCampaignSettingsByDistributionProps, wgApiClient: ClientType) => Promise<GetCampaignSettingsByDistributionResponse>;
112047
112391
 
112048
- declare const routeName$5T = "/v1/api/campaigns/dns-prefixes/generate";
112049
- type GenerateDnsPrefixBody = paths[typeof routeName$5T]['post']['requestBody']['content']['application/json'];
112050
- type GenerateDnsPrefixQueryParams = paths[typeof routeName$5T]['post']['parameters']['query'];
112051
- type GenerateDnsPrefixResponse = paths[typeof routeName$5T]['post']['responses'][200]['content']['application/json'];
112392
+ declare const routeName$5U = "/v1/api/campaigns/dns-prefixes/generate";
112393
+ type GenerateDnsPrefixBody = paths[typeof routeName$5U]['post']['requestBody']['content']['application/json'];
112394
+ type GenerateDnsPrefixQueryParams = paths[typeof routeName$5U]['post']['parameters']['query'];
112395
+ type GenerateDnsPrefixResponse = paths[typeof routeName$5U]['post']['responses'][200]['content']['application/json'];
112052
112396
  interface GenerateDnsPrefixProps {
112053
112397
  body: GenerateDnsPrefixBody;
112054
112398
  params: {
@@ -112057,16 +112401,16 @@ interface GenerateDnsPrefixProps {
112057
112401
  }
112058
112402
  declare const generateDnsPrefix: (props: GenerateDnsPrefixProps, wgApiClient: ClientType) => Promise<GenerateDnsPrefixResponse>;
112059
112403
 
112060
- declare const routeName$5S = "/v1/api/mail-templates/campaign-target";
112061
- type GetCampaignTargetMailTemplateQueryParams = paths[typeof routeName$5S]['get']['parameters']['query'];
112062
- type GetCampaignTargetMailTemplateResponse = paths[typeof routeName$5S]['get']['responses'][200]['content']['application/json'];
112063
- type GetCampaignTargetMailTemplateProps = paths[typeof routeName$5S]['get']['parameters'];
112404
+ declare const routeName$5T = "/v1/api/mail-templates/campaign-target";
112405
+ type GetCampaignTargetMailTemplateQueryParams = paths[typeof routeName$5T]['get']['parameters']['query'];
112406
+ type GetCampaignTargetMailTemplateResponse = paths[typeof routeName$5T]['get']['responses'][200]['content']['application/json'];
112407
+ type GetCampaignTargetMailTemplateProps = paths[typeof routeName$5T]['get']['parameters'];
112064
112408
  declare const getCampaignTargetMailTemplate: (props: GetCampaignTargetMailTemplateProps, wgApiClient: ClientType) => Promise<GetCampaignTargetMailTemplateResponse>;
112065
112409
 
112066
- declare const routeName$5R = "/v1/api/distributions/{distribution_id}/claims";
112067
- type CreateClaimAsCustomerPathParams = paths[typeof routeName$5R]['post']['parameters']['path'];
112068
- type CreateClaimAsCustomerQueryParams = paths[typeof routeName$5R]['post']['parameters']['query'];
112069
- type CreateClaimAsCustomerResponse = paths[typeof routeName$5R]['post']['responses'][201]['content']['application/json'];
112410
+ declare const routeName$5S = "/v1/api/distributions/{distribution_id}/claims";
112411
+ type CreateClaimAsCustomerPathParams = paths[typeof routeName$5S]['post']['parameters']['path'];
112412
+ type CreateClaimAsCustomerQueryParams = paths[typeof routeName$5S]['post']['parameters']['query'];
112413
+ type CreateClaimAsCustomerResponse = paths[typeof routeName$5S]['post']['responses'][201]['content']['application/json'];
112070
112414
  interface CreateClaimAsCustomerProps {
112071
112415
  params: {
112072
112416
  query: CreateClaimAsCustomerQueryParams;
@@ -112075,15 +112419,15 @@ interface CreateClaimAsCustomerProps {
112075
112419
  }
112076
112420
  declare const createClaimAsCustomer: (props: CreateClaimAsCustomerProps, wgApiClient: ClientType) => Promise<CreateClaimAsCustomerResponse>;
112077
112421
 
112078
- declare const routeName$5Q = "/v1/api/claims";
112079
- type GetAllClaimsAsBrokerQueryParams = paths[typeof routeName$5Q]['get']['parameters']['query'];
112080
- type GetAllClaimsAsBrokerResponse = paths[typeof routeName$5Q]['get']['responses'][200]['content']['application/json'];
112081
- type GetAllClaimsAsBrokerProps = paths[typeof routeName$5Q]['get']['parameters'];
112422
+ declare const routeName$5R = "/v1/api/claims";
112423
+ type GetAllClaimsAsBrokerQueryParams = paths[typeof routeName$5R]['get']['parameters']['query'];
112424
+ type GetAllClaimsAsBrokerResponse = paths[typeof routeName$5R]['get']['responses'][200]['content']['application/json'];
112425
+ type GetAllClaimsAsBrokerProps = paths[typeof routeName$5R]['get']['parameters'];
112082
112426
  declare const getAllClaimsAsBroker: (props: GetAllClaimsAsBrokerProps, wgApiClient: ClientType) => Promise<GetAllClaimsAsBrokerResponse>;
112083
112427
 
112084
- declare const routeName$5P = "/v1/api/claims";
112085
- type CreateClaimAsBrokerQueryParams = paths[typeof routeName$5P]['post']['parameters']['query'];
112086
- type CreateClaimAsBrokerResponse = paths[typeof routeName$5P]['post']['responses'][201]['content']['application/json'];
112428
+ declare const routeName$5Q = "/v1/api/claims";
112429
+ type CreateClaimAsBrokerQueryParams = paths[typeof routeName$5Q]['post']['parameters']['query'];
112430
+ type CreateClaimAsBrokerResponse = paths[typeof routeName$5Q]['post']['responses'][201]['content']['application/json'];
112087
112431
  interface CreateClaimAsBrokerProps {
112088
112432
  params: {
112089
112433
  query: CreateClaimAsBrokerQueryParams;
@@ -112091,17 +112435,17 @@ interface CreateClaimAsBrokerProps {
112091
112435
  }
112092
112436
  declare const createClaimAsBroker: (props: CreateClaimAsBrokerProps, wgApiClient: ClientType) => Promise<CreateClaimAsBrokerResponse>;
112093
112437
 
112094
- declare const routeName$5O = "/v1/api/claims/{claim_id}";
112095
- type GetClaimAsBrokerByIdPathParams = paths[typeof routeName$5O]['get']['parameters']['path'];
112096
- type GetClaimAsBrokerByIdQueryParams = paths[typeof routeName$5O]['get']['parameters']['query'];
112097
- type GetClaimAsBrokerByIdResponse = paths[typeof routeName$5O]['get']['responses'][200]['content']['application/json'];
112098
- type GetClaimAsBrokerByIdProps = paths[typeof routeName$5O]['get']['parameters'];
112438
+ declare const routeName$5P = "/v1/api/claims/{claim_id}";
112439
+ type GetClaimAsBrokerByIdPathParams = paths[typeof routeName$5P]['get']['parameters']['path'];
112440
+ type GetClaimAsBrokerByIdQueryParams = paths[typeof routeName$5P]['get']['parameters']['query'];
112441
+ type GetClaimAsBrokerByIdResponse = paths[typeof routeName$5P]['get']['responses'][200]['content']['application/json'];
112442
+ type GetClaimAsBrokerByIdProps = paths[typeof routeName$5P]['get']['parameters'];
112099
112443
  declare const getClaimAsBrokerById: (props: GetClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<GetClaimAsBrokerByIdResponse>;
112100
112444
 
112101
- declare const routeName$5N = "/v1/api/claims/{claim_id}";
112102
- type DeleteClaimAsBrokerByIdPathParams = paths[typeof routeName$5N]['delete']['parameters']['path'];
112103
- type DeleteClaimAsBrokerByIdQueryParams = paths[typeof routeName$5N]['delete']['parameters']['query'];
112104
- type DeleteClaimAsBrokerByIdResponse = paths[typeof routeName$5N]['delete']['responses'][200]['content']['application/json'];
112445
+ declare const routeName$5O = "/v1/api/claims/{claim_id}";
112446
+ type DeleteClaimAsBrokerByIdPathParams = paths[typeof routeName$5O]['delete']['parameters']['path'];
112447
+ type DeleteClaimAsBrokerByIdQueryParams = paths[typeof routeName$5O]['delete']['parameters']['query'];
112448
+ type DeleteClaimAsBrokerByIdResponse = paths[typeof routeName$5O]['delete']['responses'][200]['content']['application/json'];
112105
112449
  interface DeleteClaimAsBrokerByIdProps {
112106
112450
  params: {
112107
112451
  query: DeleteClaimAsBrokerByIdQueryParams;
@@ -112110,10 +112454,10 @@ interface DeleteClaimAsBrokerByIdProps {
112110
112454
  }
112111
112455
  declare const deleteClaimAsBrokerById: (props: DeleteClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<DeleteClaimAsBrokerByIdResponse>;
112112
112456
 
112113
- declare const routeName$5M = "/v1/api/claims/{claim_id}";
112114
- type UpdateClaimAsBrokerByIdPathParams = paths[typeof routeName$5M]['patch']['parameters']['path'];
112115
- type UpdateClaimAsBrokerByIdQueryParams = paths[typeof routeName$5M]['patch']['parameters']['query'];
112116
- type UpdateClaimAsBrokerByIdResponse = paths[typeof routeName$5M]['patch']['responses'][200]['content']['application/json'];
112457
+ declare const routeName$5N = "/v1/api/claims/{claim_id}";
112458
+ type UpdateClaimAsBrokerByIdPathParams = paths[typeof routeName$5N]['patch']['parameters']['path'];
112459
+ type UpdateClaimAsBrokerByIdQueryParams = paths[typeof routeName$5N]['patch']['parameters']['query'];
112460
+ type UpdateClaimAsBrokerByIdResponse = paths[typeof routeName$5N]['patch']['responses'][200]['content']['application/json'];
112117
112461
  interface UpdateClaimAsBrokerByIdProps {
112118
112462
  params: {
112119
112463
  query: UpdateClaimAsBrokerByIdQueryParams;
@@ -112122,10 +112466,10 @@ interface UpdateClaimAsBrokerByIdProps {
112122
112466
  }
112123
112467
  declare const updateClaimAsBrokerById: (props: UpdateClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<UpdateClaimAsBrokerByIdResponse>;
112124
112468
 
112125
- declare const routeName$5L = "/v1/api/claims/{claim_id}/connections/keypoint/declaration/remark";
112126
- type UpdateDeclarationRemarkPathParams = paths[typeof routeName$5L]['put']['parameters']['path'];
112127
- type UpdateDeclarationRemarkQueryParams = paths[typeof routeName$5L]['put']['parameters']['query'];
112128
- type UpdateDeclarationRemarkResponse = paths[typeof routeName$5L]['put']['responses'][200]['content']['application/json'];
112469
+ declare const routeName$5M = "/v1/api/claims/{claim_id}/connections/keypoint/declaration/remark";
112470
+ type UpdateDeclarationRemarkPathParams = paths[typeof routeName$5M]['put']['parameters']['path'];
112471
+ type UpdateDeclarationRemarkQueryParams = paths[typeof routeName$5M]['put']['parameters']['query'];
112472
+ type UpdateDeclarationRemarkResponse = paths[typeof routeName$5M]['put']['responses'][200]['content']['application/json'];
112129
112473
  interface UpdateDeclarationRemarkProps {
112130
112474
  params: {
112131
112475
  query: UpdateDeclarationRemarkQueryParams;
@@ -112134,10 +112478,10 @@ interface UpdateDeclarationRemarkProps {
112134
112478
  }
112135
112479
  declare const updateDeclarationRemark: (props: UpdateDeclarationRemarkProps, wgApiClient: ClientType) => Promise<UpdateDeclarationRemarkResponse>;
112136
112480
 
112137
- declare const routeName$5K = "/v1/api/claims/{claim_id}/lock";
112138
- type CreateLockForClaimPathParams = paths[typeof routeName$5K]['post']['parameters']['path'];
112139
- type CreateLockForClaimQueryParams = paths[typeof routeName$5K]['post']['parameters']['query'];
112140
- type CreateLockForClaimResponse = paths[typeof routeName$5K]['post']['responses'][201]['content']['application/json'];
112481
+ declare const routeName$5L = "/v1/api/claims/{claim_id}/lock";
112482
+ type CreateLockForClaimPathParams = paths[typeof routeName$5L]['post']['parameters']['path'];
112483
+ type CreateLockForClaimQueryParams = paths[typeof routeName$5L]['post']['parameters']['query'];
112484
+ type CreateLockForClaimResponse = paths[typeof routeName$5L]['post']['responses'][201]['content']['application/json'];
112141
112485
  interface CreateLockForClaimProps {
112142
112486
  params: {
112143
112487
  query: CreateLockForClaimQueryParams;
@@ -112146,10 +112490,10 @@ interface CreateLockForClaimProps {
112146
112490
  }
112147
112491
  declare const createLockForClaim: (props: CreateLockForClaimProps, wgApiClient: ClientType) => Promise<CreateLockForClaimResponse>;
112148
112492
 
112149
- declare const routeName$5J = "/v1/api/claims/{claim_id}/unlock";
112150
- type UnlockClaimPathParams = paths[typeof routeName$5J]['post']['parameters']['path'];
112151
- type UnlockClaimQueryParams = paths[typeof routeName$5J]['post']['parameters']['query'];
112152
- type UnlockClaimResponse = paths[typeof routeName$5J]['post']['responses'][200]['content']['application/json'];
112493
+ declare const routeName$5K = "/v1/api/claims/{claim_id}/unlock";
112494
+ type UnlockClaimPathParams = paths[typeof routeName$5K]['post']['parameters']['path'];
112495
+ type UnlockClaimQueryParams = paths[typeof routeName$5K]['post']['parameters']['query'];
112496
+ type UnlockClaimResponse = paths[typeof routeName$5K]['post']['responses'][200]['content']['application/json'];
112153
112497
  interface UnlockClaimProps {
112154
112498
  params: {
112155
112499
  query: UnlockClaimQueryParams;
@@ -112158,10 +112502,10 @@ interface UnlockClaimProps {
112158
112502
  }
112159
112503
  declare const unlockClaim: (props: UnlockClaimProps, wgApiClient: ClientType) => Promise<UnlockClaimResponse>;
112160
112504
 
112161
- declare const routeName$5I = "/v1/api/claims/{claim_id}/request_update";
112162
- type ClaimRequestUpdatePathParams = paths[typeof routeName$5I]['post']['parameters']['path'];
112163
- type ClaimRequestUpdateQueryParams = paths[typeof routeName$5I]['post']['parameters']['query'];
112164
- type ClaimRequestUpdateResponse = paths[typeof routeName$5I]['post']['responses'][200]['content']['application/json'];
112505
+ declare const routeName$5J = "/v1/api/claims/{claim_id}/request_update";
112506
+ type ClaimRequestUpdatePathParams = paths[typeof routeName$5J]['post']['parameters']['path'];
112507
+ type ClaimRequestUpdateQueryParams = paths[typeof routeName$5J]['post']['parameters']['query'];
112508
+ type ClaimRequestUpdateResponse = paths[typeof routeName$5J]['post']['responses'][200]['content']['application/json'];
112165
112509
  interface ClaimRequestUpdateProps {
112166
112510
  params: {
112167
112511
  query: ClaimRequestUpdateQueryParams;
@@ -112170,10 +112514,10 @@ interface ClaimRequestUpdateProps {
112170
112514
  }
112171
112515
  declare const claimRequestUpdate: (props: ClaimRequestUpdateProps, wgApiClient: ClientType) => Promise<ClaimRequestUpdateResponse>;
112172
112516
 
112173
- declare const routeName$5H = "/v1/api/claims/{claim_id}/validate";
112174
- type ValidateClaimPathParams = paths[typeof routeName$5H]['post']['parameters']['path'];
112175
- type ValidateClaimQueryParams = paths[typeof routeName$5H]['post']['parameters']['query'];
112176
- type ValidateClaimResponse = paths[typeof routeName$5H]['post']['responses'][200]['content']['application/json'];
112517
+ declare const routeName$5I = "/v1/api/claims/{claim_id}/validate";
112518
+ type ValidateClaimPathParams = paths[typeof routeName$5I]['post']['parameters']['path'];
112519
+ type ValidateClaimQueryParams = paths[typeof routeName$5I]['post']['parameters']['query'];
112520
+ type ValidateClaimResponse = paths[typeof routeName$5I]['post']['responses'][200]['content']['application/json'];
112177
112521
  interface ValidateClaimProps {
112178
112522
  params: {
112179
112523
  query: ValidateClaimQueryParams;
@@ -112182,10 +112526,10 @@ interface ValidateClaimProps {
112182
112526
  }
112183
112527
  declare const validateClaim: (props: ValidateClaimProps, wgApiClient: ClientType) => Promise<ValidateClaimResponse>;
112184
112528
 
112185
- declare const routeName$5G = "/v1/api/claims/{claim_id}/documents";
112186
- type CreateDocumentForClaimPathParams = paths[typeof routeName$5G]['post']['parameters']['path'];
112187
- type CreateDocumentForClaimQueryParams = paths[typeof routeName$5G]['post']['parameters']['query'];
112188
- type CreateDocumentForClaimResponse = paths[typeof routeName$5G]['post']['responses'][201]['content']['application/json'];
112529
+ declare const routeName$5H = "/v1/api/claims/{claim_id}/documents";
112530
+ type CreateDocumentForClaimPathParams = paths[typeof routeName$5H]['post']['parameters']['path'];
112531
+ type CreateDocumentForClaimQueryParams = paths[typeof routeName$5H]['post']['parameters']['query'];
112532
+ type CreateDocumentForClaimResponse = paths[typeof routeName$5H]['post']['responses'][201]['content']['application/json'];
112189
112533
  interface CreateDocumentForClaimProps {
112190
112534
  params: {
112191
112535
  query: CreateDocumentForClaimQueryParams;
@@ -112194,17 +112538,17 @@ interface CreateDocumentForClaimProps {
112194
112538
  }
112195
112539
  declare const createDocumentForClaim: (props: CreateDocumentForClaimProps, wgApiClient: ClientType) => Promise<CreateDocumentForClaimResponse>;
112196
112540
 
112197
- declare const routeName$5F = "/v1/api/claims/{claim_id}/documents/{document_id}";
112198
- type DownloadDocumentByIdPathParams = paths[typeof routeName$5F]['get']['parameters']['path'];
112199
- type DownloadDocumentByIdQueryParams = paths[typeof routeName$5F]['get']['parameters']['query'];
112200
- type DownloadDocumentByIdResponse = paths[typeof routeName$5F]['get']['responses'][307]['content']['application/json'];
112201
- type DownloadDocumentByIdProps = paths[typeof routeName$5F]['get']['parameters'];
112541
+ declare const routeName$5G = "/v1/api/claims/{claim_id}/documents/{document_id}";
112542
+ type DownloadDocumentByIdPathParams = paths[typeof routeName$5G]['get']['parameters']['path'];
112543
+ type DownloadDocumentByIdQueryParams = paths[typeof routeName$5G]['get']['parameters']['query'];
112544
+ type DownloadDocumentByIdResponse = paths[typeof routeName$5G]['get']['responses'][307]['content']['application/json'];
112545
+ type DownloadDocumentByIdProps = paths[typeof routeName$5G]['get']['parameters'];
112202
112546
  declare const downloadDocumentById: (props: DownloadDocumentByIdProps, wgApiClient: ClientType) => Promise<DownloadDocumentByIdResponse>;
112203
112547
 
112204
- declare const routeName$5E = "/v1/api/claims/{claim_id}/documents/{document_id}";
112205
- type DeleteDocumentByIdPathParams = paths[typeof routeName$5E]['delete']['parameters']['path'];
112206
- type DeleteDocumentByIdQueryParams = paths[typeof routeName$5E]['delete']['parameters']['query'];
112207
- type DeleteDocumentByIdResponse = paths[typeof routeName$5E]['delete']['responses'][200]['content']['application/json'];
112548
+ declare const routeName$5F = "/v1/api/claims/{claim_id}/documents/{document_id}";
112549
+ type DeleteDocumentByIdPathParams = paths[typeof routeName$5F]['delete']['parameters']['path'];
112550
+ type DeleteDocumentByIdQueryParams = paths[typeof routeName$5F]['delete']['parameters']['query'];
112551
+ type DeleteDocumentByIdResponse = paths[typeof routeName$5F]['delete']['responses'][200]['content']['application/json'];
112208
112552
  interface DeleteDocumentByIdProps {
112209
112553
  params: {
112210
112554
  query: DeleteDocumentByIdQueryParams;
@@ -112213,10 +112557,10 @@ interface DeleteDocumentByIdProps {
112213
112557
  }
112214
112558
  declare const deleteDocumentById: (props: DeleteDocumentByIdProps, wgApiClient: ClientType) => Promise<DeleteDocumentByIdResponse>;
112215
112559
 
112216
- declare const routeName$5D = "/v1/api/claims/{claim_id}/documents/{document_id}";
112217
- type UpdateDocumentMetadataByIdPathParams = paths[typeof routeName$5D]['patch']['parameters']['path'];
112218
- type UpdateDocumentMetadataByIdQueryParams = paths[typeof routeName$5D]['patch']['parameters']['query'];
112219
- type UpdateDocumentMetadataByIdResponse = paths[typeof routeName$5D]['patch']['responses'][200]['content']['application/json'];
112560
+ declare const routeName$5E = "/v1/api/claims/{claim_id}/documents/{document_id}";
112561
+ type UpdateDocumentMetadataByIdPathParams = paths[typeof routeName$5E]['patch']['parameters']['path'];
112562
+ type UpdateDocumentMetadataByIdQueryParams = paths[typeof routeName$5E]['patch']['parameters']['query'];
112563
+ type UpdateDocumentMetadataByIdResponse = paths[typeof routeName$5E]['patch']['responses'][200]['content']['application/json'];
112220
112564
  interface UpdateDocumentMetadataByIdProps {
112221
112565
  params: {
112222
112566
  query: UpdateDocumentMetadataByIdQueryParams;
@@ -112225,17 +112569,17 @@ interface UpdateDocumentMetadataByIdProps {
112225
112569
  }
112226
112570
  declare const updateDocumentMetadataById: (props: UpdateDocumentMetadataByIdProps, wgApiClient: ClientType) => Promise<UpdateDocumentMetadataByIdResponse>;
112227
112571
 
112228
- declare const routeName$5C = "/v1/api/claims/customer/token/{token}";
112229
- type GetClaimAsCustomerWithTokenPathParams = paths[typeof routeName$5C]['get']['parameters']['path'];
112230
- type GetClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$5C]['get']['parameters']['query'];
112231
- type GetClaimAsCustomerWithTokenResponse = paths[typeof routeName$5C]['get']['responses'][200]['content']['application/json'];
112232
- type GetClaimAsCustomerWithTokenProps = paths[typeof routeName$5C]['get']['parameters'];
112572
+ declare const routeName$5D = "/v1/api/claims/customer/token/{token}";
112573
+ type GetClaimAsCustomerWithTokenPathParams = paths[typeof routeName$5D]['get']['parameters']['path'];
112574
+ type GetClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$5D]['get']['parameters']['query'];
112575
+ type GetClaimAsCustomerWithTokenResponse = paths[typeof routeName$5D]['get']['responses'][200]['content']['application/json'];
112576
+ type GetClaimAsCustomerWithTokenProps = paths[typeof routeName$5D]['get']['parameters'];
112233
112577
  declare const getClaimAsCustomerWithToken: (props: GetClaimAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<GetClaimAsCustomerWithTokenResponse>;
112234
112578
 
112235
- declare const routeName$5B = "/v1/api/claims/customer/token/{token}";
112236
- type UpdateClaimAsCustomerWithTokenPathParams = paths[typeof routeName$5B]['patch']['parameters']['path'];
112237
- type UpdateClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$5B]['patch']['parameters']['query'];
112238
- type UpdateClaimAsCustomerWithTokenResponse = paths[typeof routeName$5B]['patch']['responses'][200]['content']['application/json'];
112579
+ declare const routeName$5C = "/v1/api/claims/customer/token/{token}";
112580
+ type UpdateClaimAsCustomerWithTokenPathParams = paths[typeof routeName$5C]['patch']['parameters']['path'];
112581
+ type UpdateClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$5C]['patch']['parameters']['query'];
112582
+ type UpdateClaimAsCustomerWithTokenResponse = paths[typeof routeName$5C]['patch']['responses'][200]['content']['application/json'];
112239
112583
  interface UpdateClaimAsCustomerWithTokenProps {
112240
112584
  params: {
112241
112585
  query: UpdateClaimAsCustomerWithTokenQueryParams;
@@ -112244,10 +112588,10 @@ interface UpdateClaimAsCustomerWithTokenProps {
112244
112588
  }
112245
112589
  declare const updateClaimAsCustomerWithToken: (props: UpdateClaimAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateClaimAsCustomerWithTokenResponse>;
112246
112590
 
112247
- declare const routeName$5A = "/v1/api/claims/customer/token/{token}/entities";
112248
- type CreateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$5A]['post']['parameters']['path'];
112249
- type CreateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$5A]['post']['parameters']['query'];
112250
- type CreateEntityAsCustomerWithTokenResponse = paths[typeof routeName$5A]['post']['responses'][201]['content']['application/json'];
112591
+ declare const routeName$5B = "/v1/api/claims/customer/token/{token}/entities";
112592
+ type CreateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$5B]['post']['parameters']['path'];
112593
+ type CreateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$5B]['post']['parameters']['query'];
112594
+ type CreateEntityAsCustomerWithTokenResponse = paths[typeof routeName$5B]['post']['responses'][201]['content']['application/json'];
112251
112595
  interface CreateEntityAsCustomerWithTokenProps {
112252
112596
  params: {
112253
112597
  query: CreateEntityAsCustomerWithTokenQueryParams;
@@ -112256,10 +112600,10 @@ interface CreateEntityAsCustomerWithTokenProps {
112256
112600
  }
112257
112601
  declare const createEntityAsCustomerWithToken: (props: CreateEntityAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<CreateEntityAsCustomerWithTokenResponse>;
112258
112602
 
112259
- declare const routeName$5z = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
112260
- type DeleteEntityByIdAsCustomerWithTokenPathParams = paths[typeof routeName$5z]['delete']['parameters']['path'];
112261
- type DeleteEntityByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$5z]['delete']['parameters']['query'];
112262
- type DeleteEntityByIdAsCustomerWithTokenResponse = paths[typeof routeName$5z]['delete']['responses'][200]['content']['application/json'];
112603
+ declare const routeName$5A = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
112604
+ type DeleteEntityByIdAsCustomerWithTokenPathParams = paths[typeof routeName$5A]['delete']['parameters']['path'];
112605
+ type DeleteEntityByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$5A]['delete']['parameters']['query'];
112606
+ type DeleteEntityByIdAsCustomerWithTokenResponse = paths[typeof routeName$5A]['delete']['responses'][200]['content']['application/json'];
112263
112607
  interface DeleteEntityByIdAsCustomerWithTokenProps {
112264
112608
  params: {
112265
112609
  query: DeleteEntityByIdAsCustomerWithTokenQueryParams;
@@ -112268,10 +112612,10 @@ interface DeleteEntityByIdAsCustomerWithTokenProps {
112268
112612
  }
112269
112613
  declare const deleteEntityByIdAsCustomerWithToken: (props: DeleteEntityByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<DeleteEntityByIdAsCustomerWithTokenResponse>;
112270
112614
 
112271
- declare const routeName$5y = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
112272
- type UpdateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$5y]['patch']['parameters']['path'];
112273
- type UpdateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$5y]['patch']['parameters']['query'];
112274
- type UpdateEntityAsCustomerWithTokenResponse = paths[typeof routeName$5y]['patch']['responses'][200]['content']['application/json'];
112615
+ declare const routeName$5z = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
112616
+ type UpdateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$5z]['patch']['parameters']['path'];
112617
+ type UpdateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$5z]['patch']['parameters']['query'];
112618
+ type UpdateEntityAsCustomerWithTokenResponse = paths[typeof routeName$5z]['patch']['responses'][200]['content']['application/json'];
112275
112619
  interface UpdateEntityAsCustomerWithTokenProps {
112276
112620
  params: {
112277
112621
  query: UpdateEntityAsCustomerWithTokenQueryParams;
@@ -112280,10 +112624,10 @@ interface UpdateEntityAsCustomerWithTokenProps {
112280
112624
  }
112281
112625
  declare const updateEntityAsCustomerWithToken: (props: UpdateEntityAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateEntityAsCustomerWithTokenResponse>;
112282
112626
 
112283
- declare const routeName$5x = "/v1/api/claims/upload/{claim_doc_category}";
112284
- type UploadClaimDocumentAsBrokerPathParams = paths[typeof routeName$5x]['post']['parameters']['path'];
112285
- type UploadClaimDocumentAsBrokerQueryParams = paths[typeof routeName$5x]['post']['parameters']['query'];
112286
- type UploadClaimDocumentAsBrokerResponse = paths[typeof routeName$5x]['post']['responses'][200]['content']['application/json'];
112627
+ declare const routeName$5y = "/v1/api/claims/upload/{claim_doc_category}";
112628
+ type UploadClaimDocumentAsBrokerPathParams = paths[typeof routeName$5y]['post']['parameters']['path'];
112629
+ type UploadClaimDocumentAsBrokerQueryParams = paths[typeof routeName$5y]['post']['parameters']['query'];
112630
+ type UploadClaimDocumentAsBrokerResponse = paths[typeof routeName$5y]['post']['responses'][200]['content']['application/json'];
112287
112631
  interface UploadClaimDocumentAsBrokerProps {
112288
112632
  params: {
112289
112633
  query: UploadClaimDocumentAsBrokerQueryParams;
@@ -112292,10 +112636,10 @@ interface UploadClaimDocumentAsBrokerProps {
112292
112636
  }
112293
112637
  declare const uploadClaimDocumentAsBroker: (props: UploadClaimDocumentAsBrokerProps, wgApiClient: ClientType) => Promise<UploadClaimDocumentAsBrokerResponse>;
112294
112638
 
112295
- declare const routeName$5w = "/v1/api/claims/customer/upload/{claim_doc_category}";
112296
- type CreateUploadLinkAsCustomerPathParams = paths[typeof routeName$5w]['post']['parameters']['path'];
112297
- type CreateUploadLinkAsCustomerQueryParams = paths[typeof routeName$5w]['post']['parameters']['query'];
112298
- type CreateUploadLinkAsCustomerResponse = paths[typeof routeName$5w]['post']['responses'][200]['content']['application/json'];
112639
+ declare const routeName$5x = "/v1/api/claims/customer/upload/{claim_doc_category}";
112640
+ type CreateUploadLinkAsCustomerPathParams = paths[typeof routeName$5x]['post']['parameters']['path'];
112641
+ type CreateUploadLinkAsCustomerQueryParams = paths[typeof routeName$5x]['post']['parameters']['query'];
112642
+ type CreateUploadLinkAsCustomerResponse = paths[typeof routeName$5x]['post']['responses'][200]['content']['application/json'];
112299
112643
  interface CreateUploadLinkAsCustomerProps {
112300
112644
  params: {
112301
112645
  query: CreateUploadLinkAsCustomerQueryParams;
@@ -112304,9 +112648,9 @@ interface CreateUploadLinkAsCustomerProps {
112304
112648
  }
112305
112649
  declare const createUploadLinkAsCustomer: (props: CreateUploadLinkAsCustomerProps, wgApiClient: ClientType) => Promise<CreateUploadLinkAsCustomerResponse>;
112306
112650
 
112307
- declare const routeName$5v = "/v1/api/claims/generate/token";
112308
- type GenerateTokenForSocialLoginFlowAsBrokerQueryParams = paths[typeof routeName$5v]['post']['parameters']['query'];
112309
- type GenerateTokenForSocialLoginFlowAsBrokerResponse = paths[typeof routeName$5v]['post']['responses'][201]['content']['application/json'];
112651
+ declare const routeName$5w = "/v1/api/claims/generate/token";
112652
+ type GenerateTokenForSocialLoginFlowAsBrokerQueryParams = paths[typeof routeName$5w]['post']['parameters']['query'];
112653
+ type GenerateTokenForSocialLoginFlowAsBrokerResponse = paths[typeof routeName$5w]['post']['responses'][201]['content']['application/json'];
112310
112654
  interface GenerateTokenForSocialLoginFlowAsBrokerProps {
112311
112655
  params: {
112312
112656
  query: GenerateTokenForSocialLoginFlowAsBrokerQueryParams;
@@ -112314,17 +112658,17 @@ interface GenerateTokenForSocialLoginFlowAsBrokerProps {
112314
112658
  }
112315
112659
  declare const generateTokenForSocialLoginFlowAsBroker: (props: GenerateTokenForSocialLoginFlowAsBrokerProps, wgApiClient: ClientType) => Promise<GenerateTokenForSocialLoginFlowAsBrokerResponse>;
112316
112660
 
112317
- declare const routeName$5u = "/v1/api/claims/customer/token/{token}/events";
112318
- type GetClaimEventsAsCustomerPathParams = paths[typeof routeName$5u]['get']['parameters']['path'];
112319
- type GetClaimEventsAsCustomerQueryParams = paths[typeof routeName$5u]['get']['parameters']['query'];
112320
- type GetClaimEventsAsCustomerResponse = paths[typeof routeName$5u]['get']['responses'][200]['content']['application/json'];
112321
- type GetClaimEventsAsCustomerProps = paths[typeof routeName$5u]['get']['parameters'];
112661
+ declare const routeName$5v = "/v1/api/claims/customer/token/{token}/events";
112662
+ type GetClaimEventsAsCustomerPathParams = paths[typeof routeName$5v]['get']['parameters']['path'];
112663
+ type GetClaimEventsAsCustomerQueryParams = paths[typeof routeName$5v]['get']['parameters']['query'];
112664
+ type GetClaimEventsAsCustomerResponse = paths[typeof routeName$5v]['get']['responses'][200]['content']['application/json'];
112665
+ type GetClaimEventsAsCustomerProps = paths[typeof routeName$5v]['get']['parameters'];
112322
112666
  declare const getClaimEventsAsCustomer: (props: GetClaimEventsAsCustomerProps, wgApiClient: ClientType) => Promise<GetClaimEventsAsCustomerResponse>;
112323
112667
 
112324
- declare const routeName$5t = "/v1/api/claims/customer/token/{token}/documents";
112325
- type CreateDocumentForClaimAsCustomerPathParams = paths[typeof routeName$5t]['post']['parameters']['path'];
112326
- type CreateDocumentForClaimAsCustomerQueryParams = paths[typeof routeName$5t]['post']['parameters']['query'];
112327
- type CreateDocumentForClaimAsCustomerResponse = paths[typeof routeName$5t]['post']['responses'][200]['content']['application/json'];
112668
+ declare const routeName$5u = "/v1/api/claims/customer/token/{token}/documents";
112669
+ type CreateDocumentForClaimAsCustomerPathParams = paths[typeof routeName$5u]['post']['parameters']['path'];
112670
+ type CreateDocumentForClaimAsCustomerQueryParams = paths[typeof routeName$5u]['post']['parameters']['query'];
112671
+ type CreateDocumentForClaimAsCustomerResponse = paths[typeof routeName$5u]['post']['responses'][200]['content']['application/json'];
112328
112672
  interface CreateDocumentForClaimAsCustomerProps {
112329
112673
  params: {
112330
112674
  query: CreateDocumentForClaimAsCustomerQueryParams;
@@ -112333,10 +112677,10 @@ interface CreateDocumentForClaimAsCustomerProps {
112333
112677
  }
112334
112678
  declare const createDocumentForClaimAsCustomer: (props: CreateDocumentForClaimAsCustomerProps, wgApiClient: ClientType) => Promise<CreateDocumentForClaimAsCustomerResponse>;
112335
112679
 
112336
- declare const routeName$5s = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
112337
- type DeleteDocumentByIdAsCustomerWithTokenPathParams = paths[typeof routeName$5s]['delete']['parameters']['path'];
112338
- type DeleteDocumentByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$5s]['delete']['parameters']['query'];
112339
- type DeleteDocumentByIdAsCustomerWithTokenResponse = paths[typeof routeName$5s]['delete']['responses'][200]['content']['application/json'];
112680
+ declare const routeName$5t = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
112681
+ type DeleteDocumentByIdAsCustomerWithTokenPathParams = paths[typeof routeName$5t]['delete']['parameters']['path'];
112682
+ type DeleteDocumentByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$5t]['delete']['parameters']['query'];
112683
+ type DeleteDocumentByIdAsCustomerWithTokenResponse = paths[typeof routeName$5t]['delete']['responses'][200]['content']['application/json'];
112340
112684
  interface DeleteDocumentByIdAsCustomerWithTokenProps {
112341
112685
  params: {
112342
112686
  query: DeleteDocumentByIdAsCustomerWithTokenQueryParams;
@@ -112345,10 +112689,10 @@ interface DeleteDocumentByIdAsCustomerWithTokenProps {
112345
112689
  }
112346
112690
  declare const deleteDocumentByIdAsCustomerWithToken: (props: DeleteDocumentByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<DeleteDocumentByIdAsCustomerWithTokenResponse>;
112347
112691
 
112348
- declare const routeName$5r = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
112349
- type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams = paths[typeof routeName$5r]['patch']['parameters']['path'];
112350
- type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$5r]['patch']['parameters']['query'];
112351
- type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse = paths[typeof routeName$5r]['patch']['responses'][200]['content']['application/json'];
112692
+ declare const routeName$5s = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
112693
+ type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams = paths[typeof routeName$5s]['patch']['parameters']['path'];
112694
+ type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$5s]['patch']['parameters']['query'];
112695
+ type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse = paths[typeof routeName$5s]['patch']['responses'][200]['content']['application/json'];
112352
112696
  interface UpdateDocumentMetadataByIdAsCustomerWithTokenProps {
112353
112697
  params: {
112354
112698
  query: UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams;
@@ -112357,10 +112701,10 @@ interface UpdateDocumentMetadataByIdAsCustomerWithTokenProps {
112357
112701
  }
112358
112702
  declare const updateDocumentMetadataByIdAsCustomerWithToken: (props: UpdateDocumentMetadataByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateDocumentMetadataByIdAsCustomerWithTokenResponse>;
112359
112703
 
112360
- declare const routeName$5q = "/v1/api/claims/customer/token/{token}/events/{event_id}/notes";
112361
- type CreateNoteOnEventAsCustomerPathParams = paths[typeof routeName$5q]['post']['parameters']['path'];
112362
- type CreateNoteOnEventAsCustomerQueryParams = paths[typeof routeName$5q]['post']['parameters']['query'];
112363
- type CreateNoteOnEventAsCustomerResponse = paths[typeof routeName$5q]['post']['responses'][200]['content']['application/json'];
112704
+ declare const routeName$5r = "/v1/api/claims/customer/token/{token}/events/{event_id}/notes";
112705
+ type CreateNoteOnEventAsCustomerPathParams = paths[typeof routeName$5r]['post']['parameters']['path'];
112706
+ type CreateNoteOnEventAsCustomerQueryParams = paths[typeof routeName$5r]['post']['parameters']['query'];
112707
+ type CreateNoteOnEventAsCustomerResponse = paths[typeof routeName$5r]['post']['responses'][200]['content']['application/json'];
112364
112708
  interface CreateNoteOnEventAsCustomerProps {
112365
112709
  params: {
112366
112710
  query: CreateNoteOnEventAsCustomerQueryParams;
@@ -112369,10 +112713,10 @@ interface CreateNoteOnEventAsCustomerProps {
112369
112713
  }
112370
112714
  declare const createNoteOnEventAsCustomer: (props: CreateNoteOnEventAsCustomerProps, wgApiClient: ClientType) => Promise<CreateNoteOnEventAsCustomerResponse>;
112371
112715
 
112372
- declare const routeName$5p = "/v1/api/claims/{claim_id}/entities";
112373
- type CreateEntityAsBrokerPathParams = paths[typeof routeName$5p]['post']['parameters']['path'];
112374
- type CreateEntityAsBrokerQueryParams = paths[typeof routeName$5p]['post']['parameters']['query'];
112375
- type CreateEntityAsBrokerResponse = paths[typeof routeName$5p]['post']['responses'][201]['content']['application/json'];
112716
+ declare const routeName$5q = "/v1/api/claims/{claim_id}/entities";
112717
+ type CreateEntityAsBrokerPathParams = paths[typeof routeName$5q]['post']['parameters']['path'];
112718
+ type CreateEntityAsBrokerQueryParams = paths[typeof routeName$5q]['post']['parameters']['query'];
112719
+ type CreateEntityAsBrokerResponse = paths[typeof routeName$5q]['post']['responses'][201]['content']['application/json'];
112376
112720
  interface CreateEntityAsBrokerProps {
112377
112721
  params: {
112378
112722
  query: CreateEntityAsBrokerQueryParams;
@@ -112381,10 +112725,10 @@ interface CreateEntityAsBrokerProps {
112381
112725
  }
112382
112726
  declare const createEntityAsBroker: (props: CreateEntityAsBrokerProps, wgApiClient: ClientType) => Promise<CreateEntityAsBrokerResponse>;
112383
112727
 
112384
- declare const routeName$5o = "/v1/api/claims/{claim_id}/entities/{entity_id}";
112385
- type DeleteEntityAsBrokerByIdPathParams = paths[typeof routeName$5o]['delete']['parameters']['path'];
112386
- type DeleteEntityAsBrokerByIdQueryParams = paths[typeof routeName$5o]['delete']['parameters']['query'];
112387
- type DeleteEntityAsBrokerByIdResponse = paths[typeof routeName$5o]['delete']['responses'][200]['content']['application/json'];
112728
+ declare const routeName$5p = "/v1/api/claims/{claim_id}/entities/{entity_id}";
112729
+ type DeleteEntityAsBrokerByIdPathParams = paths[typeof routeName$5p]['delete']['parameters']['path'];
112730
+ type DeleteEntityAsBrokerByIdQueryParams = paths[typeof routeName$5p]['delete']['parameters']['query'];
112731
+ type DeleteEntityAsBrokerByIdResponse = paths[typeof routeName$5p]['delete']['responses'][200]['content']['application/json'];
112388
112732
  interface DeleteEntityAsBrokerByIdProps {
112389
112733
  params: {
112390
112734
  query: DeleteEntityAsBrokerByIdQueryParams;
@@ -112393,10 +112737,10 @@ interface DeleteEntityAsBrokerByIdProps {
112393
112737
  }
112394
112738
  declare const deleteEntityAsBrokerById: (props: DeleteEntityAsBrokerByIdProps, wgApiClient: ClientType) => Promise<DeleteEntityAsBrokerByIdResponse>;
112395
112739
 
112396
- declare const routeName$5n = "/v1/api/claims/{claim_id}/entities/{entity_id}";
112397
- type UpdateEntityAsBrokerByIdPathParams = paths[typeof routeName$5n]['patch']['parameters']['path'];
112398
- type UpdateEntityAsBrokerByIdQueryParams = paths[typeof routeName$5n]['patch']['parameters']['query'];
112399
- type UpdateEntityAsBrokerByIdResponse = paths[typeof routeName$5n]['patch']['responses'][200]['content']['application/json'];
112740
+ declare const routeName$5o = "/v1/api/claims/{claim_id}/entities/{entity_id}";
112741
+ type UpdateEntityAsBrokerByIdPathParams = paths[typeof routeName$5o]['patch']['parameters']['path'];
112742
+ type UpdateEntityAsBrokerByIdQueryParams = paths[typeof routeName$5o]['patch']['parameters']['query'];
112743
+ type UpdateEntityAsBrokerByIdResponse = paths[typeof routeName$5o]['patch']['responses'][200]['content']['application/json'];
112400
112744
  interface UpdateEntityAsBrokerByIdProps {
112401
112745
  params: {
112402
112746
  query: UpdateEntityAsBrokerByIdQueryParams;
@@ -112405,17 +112749,17 @@ interface UpdateEntityAsBrokerByIdProps {
112405
112749
  }
112406
112750
  declare const updateEntityAsBrokerById: (props: UpdateEntityAsBrokerByIdProps, wgApiClient: ClientType) => Promise<UpdateEntityAsBrokerByIdResponse>;
112407
112751
 
112408
- declare const routeName$5m = "/v1/api/claims/{claim_id}/events";
112409
- type GetClaimEventsAsBrokerByIdPathParams = paths[typeof routeName$5m]['get']['parameters']['path'];
112410
- type GetClaimEventsAsBrokerByIdQueryParams = paths[typeof routeName$5m]['get']['parameters']['query'];
112411
- type GetClaimEventsAsBrokerByIdResponse = paths[typeof routeName$5m]['get']['responses'][200]['content']['application/json'];
112412
- type GetClaimEventsAsBrokerByIdProps = paths[typeof routeName$5m]['get']['parameters'];
112752
+ declare const routeName$5n = "/v1/api/claims/{claim_id}/events";
112753
+ type GetClaimEventsAsBrokerByIdPathParams = paths[typeof routeName$5n]['get']['parameters']['path'];
112754
+ type GetClaimEventsAsBrokerByIdQueryParams = paths[typeof routeName$5n]['get']['parameters']['query'];
112755
+ type GetClaimEventsAsBrokerByIdResponse = paths[typeof routeName$5n]['get']['responses'][200]['content']['application/json'];
112756
+ type GetClaimEventsAsBrokerByIdProps = paths[typeof routeName$5n]['get']['parameters'];
112413
112757
  declare const getClaimEventsAsBrokerById: (props: GetClaimEventsAsBrokerByIdProps, wgApiClient: ClientType) => Promise<GetClaimEventsAsBrokerByIdResponse>;
112414
112758
 
112415
- declare const routeName$5l = "/v1/api/claims/{claim_id}/connections/keypoint/declaration";
112416
- type SendClaimToKeypointPathParams = paths[typeof routeName$5l]['post']['parameters']['path'];
112417
- type SendClaimToKeypointQueryParams = paths[typeof routeName$5l]['post']['parameters']['query'];
112418
- type SendClaimToKeypointResponse = paths[typeof routeName$5l]['post']['responses'][201]['content']['application/json'];
112759
+ declare const routeName$5m = "/v1/api/claims/{claim_id}/connections/keypoint/declaration";
112760
+ type SendClaimToKeypointPathParams = paths[typeof routeName$5m]['post']['parameters']['path'];
112761
+ type SendClaimToKeypointQueryParams = paths[typeof routeName$5m]['post']['parameters']['query'];
112762
+ type SendClaimToKeypointResponse = paths[typeof routeName$5m]['post']['responses'][201]['content']['application/json'];
112419
112763
  interface SendClaimToKeypointProps {
112420
112764
  params: {
112421
112765
  query: SendClaimToKeypointQueryParams;
@@ -112424,10 +112768,10 @@ interface SendClaimToKeypointProps {
112424
112768
  }
112425
112769
  declare const sendClaimToKeypoint: (props: SendClaimToKeypointProps, wgApiClient: ClientType) => Promise<SendClaimToKeypointResponse>;
112426
112770
 
112427
- declare const routeName$5k = "/v1/api/claims/{claim_id}/customer/followup-page/email";
112428
- type SendMailFollowupPageToCustomerPathParams = paths[typeof routeName$5k]['post']['parameters']['path'];
112429
- type SendMailFollowupPageToCustomerQueryParams = paths[typeof routeName$5k]['post']['parameters']['query'];
112430
- type SendMailFollowupPageToCustomerResponse = paths[typeof routeName$5k]['post']['responses'][200]['content']['application/json'];
112771
+ declare const routeName$5l = "/v1/api/claims/{claim_id}/customer/followup-page/email";
112772
+ type SendMailFollowupPageToCustomerPathParams = paths[typeof routeName$5l]['post']['parameters']['path'];
112773
+ type SendMailFollowupPageToCustomerQueryParams = paths[typeof routeName$5l]['post']['parameters']['query'];
112774
+ type SendMailFollowupPageToCustomerResponse = paths[typeof routeName$5l]['post']['responses'][200]['content']['application/json'];
112431
112775
  interface SendMailFollowupPageToCustomerProps {
112432
112776
  params: {
112433
112777
  query: SendMailFollowupPageToCustomerQueryParams;
@@ -112436,21 +112780,21 @@ interface SendMailFollowupPageToCustomerProps {
112436
112780
  }
112437
112781
  declare const sendMailFollowupPageToCustomer: (props: SendMailFollowupPageToCustomerProps, wgApiClient: ClientType) => Promise<SendMailFollowupPageToCustomerResponse>;
112438
112782
 
112439
- declare const routeName$5j = "/v1/api/claims/categories/CAR";
112440
- type GetAllCarClaimCategoriesResponse = paths[typeof routeName$5j]['get']['responses'][200]['content']['application/json'];
112783
+ declare const routeName$5k = "/v1/api/claims/categories/CAR";
112784
+ type GetAllCarClaimCategoriesResponse = paths[typeof routeName$5k]['get']['responses'][200]['content']['application/json'];
112441
112785
  declare const getAllCarClaimCategories: (wgApiClient: ClientType) => Promise<GetAllCarClaimCategoriesResponse>;
112442
112786
 
112443
- declare const routeName$5i = "/v1/api/claims/info/{claim_type}/{claim_category}";
112444
- type GetInfoForClaimPathParams = paths[typeof routeName$5i]['get']['parameters']['path'];
112445
- type GetInfoForClaimQueryParams = paths[typeof routeName$5i]['get']['parameters']['query'];
112446
- type GetInfoForClaimResponse = paths[typeof routeName$5i]['get']['responses'][200]['content']['application/json'];
112447
- type GetInfoForClaimProps = paths[typeof routeName$5i]['get']['parameters'];
112787
+ declare const routeName$5j = "/v1/api/claims/info/{claim_type}/{claim_category}";
112788
+ type GetInfoForClaimPathParams = paths[typeof routeName$5j]['get']['parameters']['path'];
112789
+ type GetInfoForClaimQueryParams = paths[typeof routeName$5j]['get']['parameters']['query'];
112790
+ type GetInfoForClaimResponse = paths[typeof routeName$5j]['get']['responses'][200]['content']['application/json'];
112791
+ type GetInfoForClaimProps = paths[typeof routeName$5j]['get']['parameters'];
112448
112792
  declare const getInfoForClaim: (props: GetInfoForClaimProps, wgApiClient: ClientType) => Promise<GetInfoForClaimResponse>;
112449
112793
 
112450
- declare const routeName$5h = "/v1/api/claims/{claim_id}/events/{event_id}/notes";
112451
- type CreateNoteOnEventPathParams = paths[typeof routeName$5h]['post']['parameters']['path'];
112452
- type CreateNoteOnEventQueryParams = paths[typeof routeName$5h]['post']['parameters']['query'];
112453
- type CreateNoteOnEventResponse = paths[typeof routeName$5h]['post']['responses'][201]['content']['application/json'];
112794
+ declare const routeName$5i = "/v1/api/claims/{claim_id}/events/{event_id}/notes";
112795
+ type CreateNoteOnEventPathParams = paths[typeof routeName$5i]['post']['parameters']['path'];
112796
+ type CreateNoteOnEventQueryParams = paths[typeof routeName$5i]['post']['parameters']['query'];
112797
+ type CreateNoteOnEventResponse = paths[typeof routeName$5i]['post']['responses'][201]['content']['application/json'];
112454
112798
  interface CreateNoteOnEventProps {
112455
112799
  params: {
112456
112800
  query: CreateNoteOnEventQueryParams;
@@ -112459,10 +112803,10 @@ interface CreateNoteOnEventProps {
112459
112803
  }
112460
112804
  declare const createNoteOnEvent: (props: CreateNoteOnEventProps, wgApiClient: ClientType) => Promise<CreateNoteOnEventResponse>;
112461
112805
 
112462
- declare const routeName$5g = "/v1/api/claims/notes/{note_id}";
112463
- type DeleteNotePathParams = paths[typeof routeName$5g]['delete']['parameters']['path'];
112464
- type DeleteNoteQueryParams = paths[typeof routeName$5g]['delete']['parameters']['query'];
112465
- type DeleteNoteResponse = paths[typeof routeName$5g]['delete']['responses'][200]['content']['application/json'];
112806
+ declare const routeName$5h = "/v1/api/claims/notes/{note_id}";
112807
+ type DeleteNotePathParams = paths[typeof routeName$5h]['delete']['parameters']['path'];
112808
+ type DeleteNoteQueryParams = paths[typeof routeName$5h]['delete']['parameters']['query'];
112809
+ type DeleteNoteResponse = paths[typeof routeName$5h]['delete']['responses'][200]['content']['application/json'];
112466
112810
  interface DeleteNoteProps {
112467
112811
  params: {
112468
112812
  query: DeleteNoteQueryParams;
@@ -112471,10 +112815,10 @@ interface DeleteNoteProps {
112471
112815
  }
112472
112816
  declare const deleteNote: (props: DeleteNoteProps, wgApiClient: ClientType) => Promise<DeleteNoteResponse>;
112473
112817
 
112474
- declare const routeName$5f = "/v1/api/claims/notes/{note_id}";
112475
- type UpdateNotePathParams = paths[typeof routeName$5f]['patch']['parameters']['path'];
112476
- type UpdateNoteQueryParams = paths[typeof routeName$5f]['patch']['parameters']['query'];
112477
- type UpdateNoteResponse = paths[typeof routeName$5f]['patch']['responses'][200]['content']['application/json'];
112818
+ declare const routeName$5g = "/v1/api/claims/notes/{note_id}";
112819
+ type UpdateNotePathParams = paths[typeof routeName$5g]['patch']['parameters']['path'];
112820
+ type UpdateNoteQueryParams = paths[typeof routeName$5g]['patch']['parameters']['query'];
112821
+ type UpdateNoteResponse = paths[typeof routeName$5g]['patch']['responses'][200]['content']['application/json'];
112478
112822
  interface UpdateNoteProps {
112479
112823
  params: {
112480
112824
  query: UpdateNoteQueryParams;
@@ -112483,17 +112827,17 @@ interface UpdateNoteProps {
112483
112827
  }
112484
112828
  declare const updateNote: (props: UpdateNoteProps, wgApiClient: ClientType) => Promise<UpdateNoteResponse>;
112485
112829
 
112486
- declare const routeName$5e = "/v1/api/claims/{claim_id}/report";
112487
- type ClaimReportByIdPathParams = paths[typeof routeName$5e]['get']['parameters']['path'];
112488
- type ClaimReportByIdQueryParams = paths[typeof routeName$5e]['get']['parameters']['query'];
112489
- type ClaimReportByIdResponse = paths[typeof routeName$5e]['get']['responses'][200]['content']['application/json'];
112490
- type ClaimReportByIdProps = paths[typeof routeName$5e]['get']['parameters'];
112830
+ declare const routeName$5f = "/v1/api/claims/{claim_id}/report";
112831
+ type ClaimReportByIdPathParams = paths[typeof routeName$5f]['get']['parameters']['path'];
112832
+ type ClaimReportByIdQueryParams = paths[typeof routeName$5f]['get']['parameters']['query'];
112833
+ type ClaimReportByIdResponse = paths[typeof routeName$5f]['get']['responses'][200]['content']['application/json'];
112834
+ type ClaimReportByIdProps = paths[typeof routeName$5f]['get']['parameters'];
112491
112835
  declare const claimReportById: (props: ClaimReportByIdProps, wgApiClient: ClientType) => Promise<ClaimReportByIdResponse>;
112492
112836
 
112493
- declare const routeName$5d = "/v1/api/claims/{claim_id}/report/email";
112494
- type SendMailClaimReportByIdPathParams = paths[typeof routeName$5d]['post']['parameters']['path'];
112495
- type SendMailClaimReportByIdQueryParams = paths[typeof routeName$5d]['post']['parameters']['query'];
112496
- type SendMailClaimReportByIdResponse = paths[typeof routeName$5d]['post']['responses'][200]['content']['application/json'];
112837
+ declare const routeName$5e = "/v1/api/claims/{claim_id}/report/email";
112838
+ type SendMailClaimReportByIdPathParams = paths[typeof routeName$5e]['post']['parameters']['path'];
112839
+ type SendMailClaimReportByIdQueryParams = paths[typeof routeName$5e]['post']['parameters']['query'];
112840
+ type SendMailClaimReportByIdResponse = paths[typeof routeName$5e]['post']['responses'][200]['content']['application/json'];
112497
112841
  interface SendMailClaimReportByIdProps {
112498
112842
  params: {
112499
112843
  query: SendMailClaimReportByIdQueryParams;
@@ -112502,16 +112846,16 @@ interface SendMailClaimReportByIdProps {
112502
112846
  }
112503
112847
  declare const sendMailClaimReportById: (props: SendMailClaimReportByIdProps, wgApiClient: ClientType) => Promise<SendMailClaimReportByIdResponse>;
112504
112848
 
112505
- declare const routeName$5c = "/v1/api/brokers/{broker_id}/connections";
112506
- type GetBrokerConnectionsByIdPathParams = paths[typeof routeName$5c]['get']['parameters']['path'];
112507
- type GetBrokerConnectionsByIdResponse = paths[typeof routeName$5c]['get']['responses'][200]['content']['application/json'];
112508
- type GetBrokerConnectionsByIdProps = paths[typeof routeName$5c]['get']['parameters'];
112849
+ declare const routeName$5d = "/v1/api/brokers/{broker_id}/connections";
112850
+ type GetBrokerConnectionsByIdPathParams = paths[typeof routeName$5d]['get']['parameters']['path'];
112851
+ type GetBrokerConnectionsByIdResponse = paths[typeof routeName$5d]['get']['responses'][200]['content']['application/json'];
112852
+ type GetBrokerConnectionsByIdProps = paths[typeof routeName$5d]['get']['parameters'];
112509
112853
  declare const getBrokerConnectionsById: (props: GetBrokerConnectionsByIdProps, wgApiClient: ClientType) => Promise<GetBrokerConnectionsByIdResponse>;
112510
112854
 
112511
- declare const routeName$5b = "/v1/api/brokers/{broker_id}/connections/{key}";
112512
- type CreateBrokerConnectionsByIdBody = paths[typeof routeName$5b]['post']['requestBody']['content']['application/json'];
112513
- type CreateBrokerConnectionsByIdPathParams = paths[typeof routeName$5b]['post']['parameters']['path'];
112514
- type CreateBrokerConnectionsByIdResponse = paths[typeof routeName$5b]['post']['responses'][201]['content']['application/json'];
112855
+ declare const routeName$5c = "/v1/api/brokers/{broker_id}/connections/{key}";
112856
+ type CreateBrokerConnectionsByIdBody = paths[typeof routeName$5c]['post']['requestBody']['content']['application/json'];
112857
+ type CreateBrokerConnectionsByIdPathParams = paths[typeof routeName$5c]['post']['parameters']['path'];
112858
+ type CreateBrokerConnectionsByIdResponse = paths[typeof routeName$5c]['post']['responses'][201]['content']['application/json'];
112515
112859
  interface CreateBrokerConnectionsByIdProps {
112516
112860
  body: CreateBrokerConnectionsByIdBody;
112517
112861
  params: {
@@ -112520,9 +112864,9 @@ interface CreateBrokerConnectionsByIdProps {
112520
112864
  }
112521
112865
  declare const createBrokerConnectionsById: (props: CreateBrokerConnectionsByIdProps, wgApiClient: ClientType) => Promise<CreateBrokerConnectionsByIdResponse>;
112522
112866
 
112523
- declare const routeName$5a = "/v1/api/brokers/{broker_id}/connections/{key}";
112524
- type DeleteBrokerConnectionByKeyPathParams = paths[typeof routeName$5a]['delete']['parameters']['path'];
112525
- type DeleteBrokerConnectionByKeyResponse = paths[typeof routeName$5a]['delete']['responses'][200]['content']['application/json'];
112867
+ declare const routeName$5b = "/v1/api/brokers/{broker_id}/connections/{key}";
112868
+ type DeleteBrokerConnectionByKeyPathParams = paths[typeof routeName$5b]['delete']['parameters']['path'];
112869
+ type DeleteBrokerConnectionByKeyResponse = paths[typeof routeName$5b]['delete']['responses'][200]['content']['application/json'];
112526
112870
  interface DeleteBrokerConnectionByKeyProps {
112527
112871
  params: {
112528
112872
  path: DeleteBrokerConnectionByKeyPathParams;
@@ -112530,10 +112874,10 @@ interface DeleteBrokerConnectionByKeyProps {
112530
112874
  }
112531
112875
  declare const deleteBrokerConnectionByKey: (props: DeleteBrokerConnectionByKeyProps, wgApiClient: ClientType) => Promise<DeleteBrokerConnectionByKeyResponse>;
112532
112876
 
112533
- declare const routeName$59 = "/v1/api/brokers/{broker_id}/connections/{key}";
112534
- type UpdateBrokerConnectionByKeyBody = paths[typeof routeName$59]['patch']['requestBody']['content']['application/json'];
112535
- type UpdateBrokerConnectionByKeyPathParams = paths[typeof routeName$59]['patch']['parameters']['path'];
112536
- type UpdateBrokerConnectionByKeyResponse = paths[typeof routeName$59]['patch']['responses'][200]['content']['application/json'];
112877
+ declare const routeName$5a = "/v1/api/brokers/{broker_id}/connections/{key}";
112878
+ type UpdateBrokerConnectionByKeyBody = paths[typeof routeName$5a]['patch']['requestBody']['content']['application/json'];
112879
+ type UpdateBrokerConnectionByKeyPathParams = paths[typeof routeName$5a]['patch']['parameters']['path'];
112880
+ type UpdateBrokerConnectionByKeyResponse = paths[typeof routeName$5a]['patch']['responses'][200]['content']['application/json'];
112537
112881
  interface UpdateBrokerConnectionByKeyProps {
112538
112882
  body: UpdateBrokerConnectionByKeyBody;
112539
112883
  params: {
@@ -112542,10 +112886,10 @@ interface UpdateBrokerConnectionByKeyProps {
112542
112886
  }
112543
112887
  declare const updateBrokerConnectionByKey: (props: UpdateBrokerConnectionByKeyProps, wgApiClient: ClientType) => Promise<UpdateBrokerConnectionByKeyResponse>;
112544
112888
 
112545
- declare const routeName$58 = "/v1/api/distributions/{distribution_id}/connections/{key}";
112546
- type CreateDistributionConnectionByIdBody = paths[typeof routeName$58]['post']['requestBody']['content']['application/json'];
112547
- type CreateDistributionConnectionByIdPathParams = paths[typeof routeName$58]['post']['parameters']['path'];
112548
- type CreateDistributionConnectionByIdResponse = paths[typeof routeName$58]['post']['responses'][201]['content']['application/json'];
112889
+ declare const routeName$59 = "/v1/api/distributions/{distribution_id}/connections/{key}";
112890
+ type CreateDistributionConnectionByIdBody = paths[typeof routeName$59]['post']['requestBody']['content']['application/json'];
112891
+ type CreateDistributionConnectionByIdPathParams = paths[typeof routeName$59]['post']['parameters']['path'];
112892
+ type CreateDistributionConnectionByIdResponse = paths[typeof routeName$59]['post']['responses'][201]['content']['application/json'];
112549
112893
  interface CreateDistributionConnectionByIdProps {
112550
112894
  body: CreateDistributionConnectionByIdBody;
112551
112895
  params: {
@@ -112554,9 +112898,9 @@ interface CreateDistributionConnectionByIdProps {
112554
112898
  }
112555
112899
  declare const createDistributionConnectionById: (props: CreateDistributionConnectionByIdProps, wgApiClient: ClientType) => Promise<CreateDistributionConnectionByIdResponse>;
112556
112900
 
112557
- declare const routeName$57 = "/v1/api/distributions/{distribution_id}/connections/{key}";
112558
- type DeleteDistributionConnectionByKeyPathParams = paths[typeof routeName$57]['delete']['parameters']['path'];
112559
- type DeleteDistributionConnectionByKeyResponse = paths[typeof routeName$57]['delete']['responses'][200]['content']['application/json'];
112901
+ declare const routeName$58 = "/v1/api/distributions/{distribution_id}/connections/{key}";
112902
+ type DeleteDistributionConnectionByKeyPathParams = paths[typeof routeName$58]['delete']['parameters']['path'];
112903
+ type DeleteDistributionConnectionByKeyResponse = paths[typeof routeName$58]['delete']['responses'][200]['content']['application/json'];
112560
112904
  interface DeleteDistributionConnectionByKeyProps {
112561
112905
  params: {
112562
112906
  path: DeleteDistributionConnectionByKeyPathParams;
@@ -112564,10 +112908,10 @@ interface DeleteDistributionConnectionByKeyProps {
112564
112908
  }
112565
112909
  declare const deleteDistributionConnectionByKey: (props: DeleteDistributionConnectionByKeyProps, wgApiClient: ClientType) => Promise<DeleteDistributionConnectionByKeyResponse>;
112566
112910
 
112567
- declare const routeName$56 = "/v1/api/distributions/{distribution_id}/connections/{key}";
112568
- type UpdateDistributionConnectionByKeyBody = paths[typeof routeName$56]['patch']['requestBody']['content']['application/json'];
112569
- type UpdateDistributionConnectionByKeyPathParams = paths[typeof routeName$56]['patch']['parameters']['path'];
112570
- type UpdateDistributionConnectionByKeyResponse = paths[typeof routeName$56]['patch']['responses'][200]['content']['application/json'];
112911
+ declare const routeName$57 = "/v1/api/distributions/{distribution_id}/connections/{key}";
112912
+ type UpdateDistributionConnectionByKeyBody = paths[typeof routeName$57]['patch']['requestBody']['content']['application/json'];
112913
+ type UpdateDistributionConnectionByKeyPathParams = paths[typeof routeName$57]['patch']['parameters']['path'];
112914
+ type UpdateDistributionConnectionByKeyResponse = paths[typeof routeName$57]['patch']['responses'][200]['content']['application/json'];
112571
112915
  interface UpdateDistributionConnectionByKeyProps {
112572
112916
  body: UpdateDistributionConnectionByKeyBody;
112573
112917
  params: {
@@ -112576,29 +112920,29 @@ interface UpdateDistributionConnectionByKeyProps {
112576
112920
  }
112577
112921
  declare const updateDistributionConnectionByKey: (props: UpdateDistributionConnectionByKeyProps, wgApiClient: ClientType) => Promise<UpdateDistributionConnectionByKeyResponse>;
112578
112922
 
112579
- declare const routeName$55 = "/v1/api/distributions/{distribution_id}/connections";
112580
- type GetDistributionConnectionsByIdPathParams = paths[typeof routeName$55]['get']['parameters']['path'];
112581
- type GetDistributionConnectionsByIdQueryParams = paths[typeof routeName$55]['get']['parameters']['query'];
112582
- type GetDistributionConnectionsByIdResponse = paths[typeof routeName$55]['get']['responses'][200]['content']['application/json'];
112583
- type GetDistributionConnectionsByIdProps = paths[typeof routeName$55]['get']['parameters'];
112923
+ declare const routeName$56 = "/v1/api/distributions/{distribution_id}/connections";
112924
+ type GetDistributionConnectionsByIdPathParams = paths[typeof routeName$56]['get']['parameters']['path'];
112925
+ type GetDistributionConnectionsByIdQueryParams = paths[typeof routeName$56]['get']['parameters']['query'];
112926
+ type GetDistributionConnectionsByIdResponse = paths[typeof routeName$56]['get']['responses'][200]['content']['application/json'];
112927
+ type GetDistributionConnectionsByIdProps = paths[typeof routeName$56]['get']['parameters'];
112584
112928
  declare const getDistributionConnectionsById: (props: GetDistributionConnectionsByIdProps, wgApiClient: ClientType) => Promise<GetDistributionConnectionsByIdResponse>;
112585
112929
 
112586
- declare const routeName$54 = "/v1/api/connections/anva/parties";
112587
- type GetAnvaPartiesQueryParams = paths[typeof routeName$54]['get']['parameters']['query'];
112588
- type GetAnvaPartiesResponse = paths[typeof routeName$54]['get']['responses'][200]['content']['application/json'];
112589
- type GetAnvaPartiesProps = paths[typeof routeName$54]['get']['parameters'];
112930
+ declare const routeName$55 = "/v1/api/connections/anva/parties";
112931
+ type GetAnvaPartiesQueryParams = paths[typeof routeName$55]['get']['parameters']['query'];
112932
+ type GetAnvaPartiesResponse = paths[typeof routeName$55]['get']['responses'][200]['content']['application/json'];
112933
+ type GetAnvaPartiesProps = paths[typeof routeName$55]['get']['parameters'];
112590
112934
  declare const getAnvaParties: (props: GetAnvaPartiesProps, wgApiClient: ClientType) => Promise<GetAnvaPartiesResponse>;
112591
112935
 
112592
- declare const routeName$53 = "/v1/api/connections/anva/employees";
112593
- type GetAnvaEmployeesQueryParams = paths[typeof routeName$53]['get']['parameters']['query'];
112594
- type GetAnvaEmployeesResponse = paths[typeof routeName$53]['get']['responses'][200]['content']['application/json'];
112595
- type GetAnvaEmployeesProps = paths[typeof routeName$53]['get']['parameters'];
112936
+ declare const routeName$54 = "/v1/api/connections/anva/employees";
112937
+ type GetAnvaEmployeesQueryParams = paths[typeof routeName$54]['get']['parameters']['query'];
112938
+ type GetAnvaEmployeesResponse = paths[typeof routeName$54]['get']['responses'][200]['content']['application/json'];
112939
+ type GetAnvaEmployeesProps = paths[typeof routeName$54]['get']['parameters'];
112596
112940
  declare const getAnvaEmployees: (props: GetAnvaEmployeesProps, wgApiClient: ClientType) => Promise<GetAnvaEmployeesResponse>;
112597
112941
 
112598
- declare const routeName$52 = "/v1/api/connections/anva/parties/{anva_id}/imports";
112599
- type ImportAnvaPartyInWegroupPathParams = paths[typeof routeName$52]['post']['parameters']['path'];
112600
- type ImportAnvaPartyInWegroupQueryParams = paths[typeof routeName$52]['post']['parameters']['query'];
112601
- type ImportAnvaPartyInWegroupResponse = paths[typeof routeName$52]['post']['responses'][201]['content']['application/json'];
112942
+ declare const routeName$53 = "/v1/api/connections/anva/parties/{anva_id}/imports";
112943
+ type ImportAnvaPartyInWegroupPathParams = paths[typeof routeName$53]['post']['parameters']['path'];
112944
+ type ImportAnvaPartyInWegroupQueryParams = paths[typeof routeName$53]['post']['parameters']['query'];
112945
+ type ImportAnvaPartyInWegroupResponse = paths[typeof routeName$53]['post']['responses'][201]['content']['application/json'];
112602
112946
  interface ImportAnvaPartyInWegroupProps {
112603
112947
  params: {
112604
112948
  query: ImportAnvaPartyInWegroupQueryParams;
@@ -112607,29 +112951,29 @@ interface ImportAnvaPartyInWegroupProps {
112607
112951
  }
112608
112952
  declare const importAnvaPartyInWegroup: (props: ImportAnvaPartyInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaPartyInWegroupResponse>;
112609
112953
 
112610
- declare const routeName$51 = "/v1/api/connections/anva/parties/{anva_party_id}/policies/{anva_policy_id}/policy-document/imports";
112611
- type ImportAnvaInsurancePolicyDocumentInWegroupPathParams = paths[typeof routeName$51]['get']['parameters']['path'];
112612
- type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams = paths[typeof routeName$51]['get']['parameters']['query'];
112613
- type ImportAnvaInsurancePolicyDocumentInWegroupResponse = paths[typeof routeName$51]['get']['responses'][307]['content']['application/json'];
112614
- type ImportAnvaInsurancePolicyDocumentInWegroupProps = paths[typeof routeName$51]['get']['parameters'];
112954
+ declare const routeName$52 = "/v1/api/connections/anva/parties/{anva_party_id}/policies/{anva_policy_id}/policy-document/imports";
112955
+ type ImportAnvaInsurancePolicyDocumentInWegroupPathParams = paths[typeof routeName$52]['get']['parameters']['path'];
112956
+ type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams = paths[typeof routeName$52]['get']['parameters']['query'];
112957
+ type ImportAnvaInsurancePolicyDocumentInWegroupResponse = paths[typeof routeName$52]['get']['responses'][307]['content']['application/json'];
112958
+ type ImportAnvaInsurancePolicyDocumentInWegroupProps = paths[typeof routeName$52]['get']['parameters'];
112615
112959
  declare const importAnvaInsurancePolicyDocumentInWegroup: (props: ImportAnvaInsurancePolicyDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaInsurancePolicyDocumentInWegroupResponse>;
112616
112960
 
112617
- declare const routeName$50 = "/v1/api/connections/anva/parties/{anva_party_id}/policy-packages/{anva_policy_id}/policy-document/imports";
112618
- type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams = paths[typeof routeName$50]['get']['parameters']['path'];
112619
- type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams = paths[typeof routeName$50]['get']['parameters']['query'];
112620
- type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse = paths[typeof routeName$50]['get']['responses'][307]['content']['application/json'];
112621
- type ImportAnvaInsurancePolicyPackageDocumentInWegroupProps = paths[typeof routeName$50]['get']['parameters'];
112961
+ declare const routeName$51 = "/v1/api/connections/anva/parties/{anva_party_id}/policy-packages/{anva_policy_id}/policy-document/imports";
112962
+ type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams = paths[typeof routeName$51]['get']['parameters']['path'];
112963
+ type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams = paths[typeof routeName$51]['get']['parameters']['query'];
112964
+ type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse = paths[typeof routeName$51]['get']['responses'][307]['content']['application/json'];
112965
+ type ImportAnvaInsurancePolicyPackageDocumentInWegroupProps = paths[typeof routeName$51]['get']['parameters'];
112622
112966
  declare const importAnvaInsurancePolicyPackageDocumentInWegroup: (props: ImportAnvaInsurancePolicyPackageDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse>;
112623
112967
 
112624
- declare const routeName$4$ = "/v1/api/connections/anva/documents/import";
112625
- type ImportAnvaDocumentInWegroupQueryParams = paths[typeof routeName$4$]['get']['parameters']['query'];
112626
- type ImportAnvaDocumentInWegroupResponse = paths[typeof routeName$4$]['get']['responses'][307]['content']['application/json'];
112627
- type ImportAnvaDocumentInWegroupProps = paths[typeof routeName$4$]['get']['parameters'];
112968
+ declare const routeName$50 = "/v1/api/connections/anva/documents/import";
112969
+ type ImportAnvaDocumentInWegroupQueryParams = paths[typeof routeName$50]['get']['parameters']['query'];
112970
+ type ImportAnvaDocumentInWegroupResponse = paths[typeof routeName$50]['get']['responses'][307]['content']['application/json'];
112971
+ type ImportAnvaDocumentInWegroupProps = paths[typeof routeName$50]['get']['parameters'];
112628
112972
  declare const importAnvaDocumentInWegroup: (props: ImportAnvaDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaDocumentInWegroupResponse>;
112629
112973
 
112630
- declare const routeName$4_ = "/v1/api/connections/anva/validate";
112631
- type ValidateAnvaConnectionQueryParams = paths[typeof routeName$4_]['post']['parameters']['query'];
112632
- type ValidateAnvaConnectionResponse = paths[typeof routeName$4_]['post']['responses'][200]['content']['application/json'];
112974
+ declare const routeName$4$ = "/v1/api/connections/anva/validate";
112975
+ type ValidateAnvaConnectionQueryParams = paths[typeof routeName$4$]['post']['parameters']['query'];
112976
+ type ValidateAnvaConnectionResponse = paths[typeof routeName$4$]['post']['responses'][200]['content']['application/json'];
112633
112977
  interface ValidateAnvaConnectionProps {
112634
112978
  params: {
112635
112979
  query: ValidateAnvaConnectionQueryParams;
@@ -112637,9 +112981,9 @@ interface ValidateAnvaConnectionProps {
112637
112981
  }
112638
112982
  declare const validateAnvaConnection: (props: ValidateAnvaConnectionProps, wgApiClient: ClientType) => Promise<ValidateAnvaConnectionResponse>;
112639
112983
 
112640
- declare const routeName$4Z = "/v1/api/connections/anva_dwh/validate";
112641
- type ValidateAnvaDwhConnectionQueryParams = paths[typeof routeName$4Z]['post']['parameters']['query'];
112642
- type ValidateAnvaDwhConnectionResponse = paths[typeof routeName$4Z]['post']['responses'][200]['content']['application/json'];
112984
+ declare const routeName$4_ = "/v1/api/connections/anva_dwh/validate";
112985
+ type ValidateAnvaDwhConnectionQueryParams = paths[typeof routeName$4_]['post']['parameters']['query'];
112986
+ type ValidateAnvaDwhConnectionResponse = paths[typeof routeName$4_]['post']['responses'][200]['content']['application/json'];
112643
112987
  interface ValidateAnvaDwhConnectionProps {
112644
112988
  params: {
112645
112989
  query: ValidateAnvaDwhConnectionQueryParams;
@@ -112647,22 +112991,22 @@ interface ValidateAnvaDwhConnectionProps {
112647
112991
  }
112648
112992
  declare const validateAnvaDwhConnection: (props: ValidateAnvaDwhConnectionProps, wgApiClient: ClientType) => Promise<ValidateAnvaDwhConnectionResponse>;
112649
112993
 
112650
- declare const routeName$4Y = "/v1/api/connections/dias/parties";
112651
- type GetDiasPartiesQueryParams = paths[typeof routeName$4Y]['get']['parameters']['query'];
112652
- type GetDiasPartiesResponse = paths[typeof routeName$4Y]['get']['responses'][200]['content']['application/json'];
112653
- type GetDiasPartiesProps = paths[typeof routeName$4Y]['get']['parameters'];
112994
+ declare const routeName$4Z = "/v1/api/connections/dias/parties";
112995
+ type GetDiasPartiesQueryParams = paths[typeof routeName$4Z]['get']['parameters']['query'];
112996
+ type GetDiasPartiesResponse = paths[typeof routeName$4Z]['get']['responses'][200]['content']['application/json'];
112997
+ type GetDiasPartiesProps = paths[typeof routeName$4Z]['get']['parameters'];
112654
112998
  declare const getDiasParties: (props: GetDiasPartiesProps, wgApiClient: ClientType) => Promise<GetDiasPartiesResponse>;
112655
112999
 
112656
- declare const routeName$4X = "/v1/api/connections/dias/employees";
112657
- type GetDiasEmployeesQueryParams = paths[typeof routeName$4X]['get']['parameters']['query'];
112658
- type GetDiasEmployeesResponse = paths[typeof routeName$4X]['get']['responses'][200]['content']['application/json'];
112659
- type GetDiasEmployeesProps = paths[typeof routeName$4X]['get']['parameters'];
113000
+ declare const routeName$4Y = "/v1/api/connections/dias/employees";
113001
+ type GetDiasEmployeesQueryParams = paths[typeof routeName$4Y]['get']['parameters']['query'];
113002
+ type GetDiasEmployeesResponse = paths[typeof routeName$4Y]['get']['responses'][200]['content']['application/json'];
113003
+ type GetDiasEmployeesProps = paths[typeof routeName$4Y]['get']['parameters'];
112660
113004
  declare const getDiasEmployees: (props: GetDiasEmployeesProps, wgApiClient: ClientType) => Promise<GetDiasEmployeesResponse>;
112661
113005
 
112662
- declare const routeName$4W = "/v1/api/connections/dias/parties/{dias_id}/imports";
112663
- type ImportDiasPartyInWegroupPathParams = paths[typeof routeName$4W]['post']['parameters']['path'];
112664
- type ImportDiasPartyInWegroupQueryParams = paths[typeof routeName$4W]['post']['parameters']['query'];
112665
- type ImportDiasPartyInWegroupResponse = paths[typeof routeName$4W]['post']['responses'][201]['content']['application/json'];
113006
+ declare const routeName$4X = "/v1/api/connections/dias/parties/{dias_id}/imports";
113007
+ type ImportDiasPartyInWegroupPathParams = paths[typeof routeName$4X]['post']['parameters']['path'];
113008
+ type ImportDiasPartyInWegroupQueryParams = paths[typeof routeName$4X]['post']['parameters']['query'];
113009
+ type ImportDiasPartyInWegroupResponse = paths[typeof routeName$4X]['post']['responses'][201]['content']['application/json'];
112666
113010
  interface ImportDiasPartyInWegroupProps {
112667
113011
  params: {
112668
113012
  query: ImportDiasPartyInWegroupQueryParams;
@@ -112671,12 +113015,18 @@ interface ImportDiasPartyInWegroupProps {
112671
113015
  }
112672
113016
  declare const importDiasPartyInWegroup: (props: ImportDiasPartyInWegroupProps, wgApiClient: ClientType) => Promise<ImportDiasPartyInWegroupResponse>;
112673
113017
 
112674
- declare const routeName$4V = "/v1/api/connections/fasterforward/employees";
112675
- type GetFasterforwardEmployeesQueryParams = paths[typeof routeName$4V]['get']['parameters']['query'];
112676
- type GetFasterforwardEmployeesResponse = paths[typeof routeName$4V]['get']['responses'][200]['content']['application/json'];
112677
- type GetFasterforwardEmployeesProps = paths[typeof routeName$4V]['get']['parameters'];
113018
+ declare const routeName$4W = "/v1/api/connections/fasterforward/employees";
113019
+ type GetFasterforwardEmployeesQueryParams = paths[typeof routeName$4W]['get']['parameters']['query'];
113020
+ type GetFasterforwardEmployeesResponse = paths[typeof routeName$4W]['get']['responses'][200]['content']['application/json'];
113021
+ type GetFasterforwardEmployeesProps = paths[typeof routeName$4W]['get']['parameters'];
112678
113022
  declare const getFasterforwardEmployees: (props: GetFasterforwardEmployeesProps, wgApiClient: ClientType) => Promise<GetFasterforwardEmployeesResponse>;
112679
113023
 
113024
+ declare const routeName$4V = "/v1/api/connections/assu/employees";
113025
+ type GetAssuEmployeesQueryParams = paths[typeof routeName$4V]['get']['parameters']['query'];
113026
+ type GetAssuEmployeesResponse = paths[typeof routeName$4V]['get']['responses'][200]['content']['application/json'];
113027
+ type GetAssuEmployeesProps = paths[typeof routeName$4V]['get']['parameters'];
113028
+ declare const getAssuEmployees: (props: GetAssuEmployeesProps, wgApiClient: ClientType) => Promise<GetAssuEmployeesResponse>;
113029
+
112680
113030
  declare const routeName$4U = "/v1/api/connections/fasterforward/teams";
112681
113031
  type GetFasterforwardTeamsQueryParams = paths[typeof routeName$4U]['get']['parameters']['query'];
112682
113032
  type GetFasterforwardTeamsResponse = paths[typeof routeName$4U]['get']['responses'][200]['content']['application/json'];
@@ -115520,4 +115870,4 @@ interface ValidateYellowhiveQuestionnaireProps {
115520
115870
  }
115521
115871
  declare const validateYellowhiveQuestionnaire: (props: ValidateYellowhiveQuestionnaireProps, wgApiClient: ClientType) => Promise<ValidateYellowhiveQuestionnaireResponse>;
115522
115872
 
115523
- export { type $defs, type AcceptOrRejectAnAdvisoryReportBody, type AcceptOrRejectAnAdvisoryReportPathParams, type AcceptOrRejectAnAdvisoryReportQueryParams, type AcceptOrRejectAnAdvisoryReportResponse, type AnalyzeEmailBody, type AnalyzeEmailResponse, type AnswerAFlowDirectlyBody, type AnswerAFlowDirectlyPathParams, type AnswerAFlowDirectlyQueryParams, type AnswerAFlowDirectlyResponse, type AnswerAFlowSessionBody, type AnswerAFlowSessionPathParams, type AnswerAFlowSessionQueryParams, type AnswerAFlowSessionResponse, type CalculateAnvaquotesBySessionIdBody, type CalculateAnvaquotesBySessionIdPathParams, type CalculateAnvaquotesBySessionIdQueryParams, type CalculateAnvaquotesBySessionIdResponse, type CalculateCarLeaseQuoteBody, type CalculateCarLeaseQuoteQueryParams, type CalculateCarLeaseQuoteResponse, type CalculateQuotesV2Body, type CalculateQuotesV2PathParams, type CalculateQuotesV2QueryParams, type CalculateQuotesV2Response, type 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 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 ExtractInsurancePoliciesForOneDocumentResponse, type ExtractManyDocumentInBatchBody, type ExtractManyDocumentInBatchResponse, type ExtractOffersForOneDocumentBody, type ExtractOffersForOneDocumentResponse, type ExtractOneDocumentBody, type ExtractOneDocumentResponse, type ExtractWebsiteThemeBody, type ExtractWebsiteThemeResponse, type GenerateCompanyDescriptionBody, type GenerateCompanyDescriptionResponse, type GenerateDistributionAboutUsCompletionBody, type GenerateDistributionAboutUsCompletionResponse, type GenerateDnsPrefixBody, type GenerateDnsPrefixQueryParams, type GenerateDnsPrefixResponse, type GenerateDocxDocumentOfAdvisoryReportByIdPathParams, type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams, type GenerateDocxDocumentOfAdvisoryReportByIdResponse, type GenerateFlowQuestionnaireDocumentBody, type GenerateFlowQuestionnaireDocumentPathParams, type GenerateFlowQuestionnaireDocumentQueryParams, type GenerateFlowQuestionnaireDocumentResponse, type GenerateFlowQuestionnairePathParams, type GenerateFlowQuestionnaireQueryParams, type GenerateFlowQuestionnaireResponse, type GenerateOfferRequestForInsuranceCompanyDocxBody, type GenerateOfferRequestForInsuranceCompanyDocxResponse, type GenerateOfferRequestForInsuranceCompanyPdfBody, type GenerateOfferRequestForInsuranceCompanyPdfResponse, type GeneratePdfOfAdvisoryReportByIdPathParams, type GeneratePdfOfAdvisoryReportByIdQueryParams, type GeneratePdfOfAdvisoryReportByIdResponse, type 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 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 GetAnvaproductByIdPathParams, type GetAnvaproductByIdQueryParams, type GetAnvaproductByIdResponse, type GetAnvaproductsQueryParams, type GetAnvaproductsResponse, type GetArtifactFromEventByIdPathParams, type GetArtifactFromEventByIdQueryParams, type GetArtifactFromEventByIdResponse, 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 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 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 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 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 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 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 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 SchemaAdviceQueryModel, type SchemaAdviceType, type SchemaAdvisoryReport, type SchemaAdvisoryReportAdviceActionCreateCmd, type SchemaAdvisoryReportClauseQueryModel, type SchemaAdvisoryReportClausesCreateCmd, type SchemaAdvisoryReportConversationLinkCmd, type SchemaAdvisoryReportConversationQueryModel, type SchemaAdvisoryReportCreateCmd, type SchemaAdvisoryReportDocxResponse, type SchemaAdvisoryReportExportOptions, type SchemaAdvisoryReportExportResponse, type SchemaAdvisoryReportFrontPageCreateCmd, type SchemaAdvisoryReportInsurancePolicyCmd, type SchemaAdvisoryReportInsurancePolicyOrder, type SchemaAdvisoryReportInsurancePolicyPackageCmd, type SchemaAdvisoryReportPartyQueryModel, type SchemaAdvisoryReportPdfResponse, type SchemaAdvisoryReportQueryModel, type SchemaAdvisoryReportRevisionAcceptanceCmd, type SchemaAdvisoryReportRevisionCmd, type SchemaAdvisoryReportRevisionCreateCmd, type SchemaAdvisoryReportRevisionMailInquiryCmd, type SchemaAdvisoryReportRevisionUpdateCmd, type SchemaAdvisoryReportRevisionsQueryModel, type SchemaAdvisoryReportRiskDomainActionCreateCmd, type SchemaAdvisoryReportRiskDomainActionPatchCmd, type SchemaAdvisoryReportRiskDomainAdviceCreateCmd, type SchemaAdvisoryReportRiskDomainAdvicePatchCmd, type SchemaAdvisoryReportRiskDomainCreateCmd, type SchemaAdvisoryReportStepsCreateCmd, type SchemaAdvisoryReportTask, type SchemaAdvisoryReportsQueryModel, type SchemaAdvisoryTaskPriority, type SchemaAedesCar, type SchemaAedesCarPayload, type SchemaAedesDriver, type SchemaAedesParking, type SchemaAedesParking_2, type SchemaAffiliation, type SchemaAffiliationInfo, type SchemaAffiliationStatus, type SchemaAffinityKey, type SchemaAgHomePayload, type SchemaAgriculturalVehicleUsage, type SchemaAgriculturalVehicleUsage_2, type SchemaAlarmSystem, type SchemaAllGuaranteesSetting, type SchemaAllianzCancellationReason, type SchemaAllianzCancellationReason_2, type SchemaAllianzCar, type SchemaAllianzCarPayload, type SchemaAllianzDriver, type SchemaAllianzFamilyPayload, type SchemaAllianzHome, type SchemaAllianzHomePayload, type SchemaAnalyzeEmailParams, 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 SchemaAnvaProductQueryModel, type SchemaAnvaProductQuestionnaire, type SchemaAnvaProductQuestionnaireQueryModel, type SchemaAnvaProductQuestionnairesQueryModel, type SchemaAnvaProductQuestionnairesUpdateCmd, type SchemaAnvaProductQuestionnairesValidateCmd, type SchemaAnvaProductTag, type SchemaAnvaProductToInsurancePolicyLink, type SchemaAnvaProductUpdateCmd, type SchemaAnvaQuote, type SchemaAnvaQuoteCalculationJob, type SchemaAnvaQuoteCalculationJobsQueuedResponse, type SchemaAnvaSendOfferInsurancePolicy, type SchemaAnvaSendOfferPolicyPackage, type SchemaAnvaSendOfferResponse, type SchemaAnvaTag, type SchemaApiCoverage, type SchemaApiCoverageSource, type SchemaAppHandlersNatsModelsStatusResponse, type SchemaAppModelsAdvisoryReportAdvisoryReportRevisionCreateCmdInsurancePolicies, type SchemaAppModelsCompanyRegistrationCompanyRegistration, type SchemaAppModelsCompanyRegistrationCompanyregistration, type SchemaAppModelsEnumsCompanyProspectType, type SchemaAppModelsEnumsCustomerProspectType, type SchemaAppModelsEnumsLanguageCodes, type SchemaAppModelsEnumsLanguageCodes_2, type SchemaAppModelsEnumsMiscellaneousType, type SchemaAppModelsEnumsProspectType, type SchemaAppModelsEnumsProspectType_2, type SchemaAppModelsFsmaFsma, type SchemaAppModelsInsurancePolicyExternalLabel, type SchemaAppModelsInsurancePolicyExternalRef, type SchemaAppModelsInsurancePolicyExternalref, type SchemaAppModelsLeadAcknowledgement, type SchemaAppModelsLocalisationLocalisation, type SchemaAppModelsOfferAcknowledgement, type SchemaAppModelsOfferInsurance, type 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 SchemaAppViewsModelsPartyLink, type SchemaAppViewsModelsPartyManagementQueryModel, type SchemaAppViewsModelsPartyManagementquerymodel, type SchemaAppViewsModelsPartyPartyAssignee, type SchemaAppViewsModelsPartyPartyDocumentQueryModel, type SchemaAppViewsModelsPartyPartyDocumentsMetaData, type SchemaAppViewsModelsPartyPartyLogoQueryModel, type SchemaAppViewsModelsPartyPartyRelationQueryModelParty, type SchemaAppViewsModelsPartyPartyassignee, type SchemaAppViewsModelsPartyPartydocumentquerymodel, type SchemaAppViewsModelsPartyPartylogoquerymodel, type SchemaAppViewsModelsPartyPartyrelationquerymodelParty, type SchemaAppViewsModelsRiskDomainPreventionAdviceQueryModelPreventAdviceRiskDomain, type SchemaAppViewsModelsRiskDomainRiskDomainsQueryModelRiskDomain, type SchemaAppViewsModelsRiskObjectBicycle, type SchemaAppViewsModelsRiskObjectBoat, type SchemaAppViewsModelsRiskObjectCar, type SchemaAppViewsModelsRiskObjectDriver, type SchemaAppViewsModelsRiskObjectFamily, type SchemaAppViewsModelsRiskObjectLegal, type SchemaAppViewsModelsRiskObjectLink, type SchemaAppViewsModelsRiskObjectMiscellaneous, type SchemaAppViewsModelsRiskObjectPartyGroup, type SchemaAppViewsModelsRiskObjectPerson, type SchemaAppViewsModelsRiskObjectResidence, type SchemaAppViewsModelsRiskObjectRiskObjects, type SchemaAppViewsModelsRiskObjectSemiTrailer, type SchemaAppViewsModelsRiskObjectTeacher, type SchemaAppViewsModelsRiskObjectTrailer, type SchemaAppViewsModelsRiskObjectTwoWheeler, type SchemaAragLegalPayload, type SchemaArcesLegalPayload, type SchemaAskLaterQuestion, type SchemaAskLaterQuestionsRequest, type SchemaAskLaterQuestionsResponse, type SchemaAskaPackageChoice, type SchemaAskaPackageChoice_2, type SchemaAskaTravelInsuranceType, type SchemaAskaTravelInsuranceType_2, type SchemaAssetInfo, type SchemaAssignedToType, type SchemaAssociatedCompany, type 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 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 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 SchemaEmailAnalysisCmd, type SchemaEmailAnalysisResponse, type SchemaEmailValidation, type SchemaEmission, type SchemaEmissionStandard, type SchemaEmployeeInformation, type SchemaEmployeeInformationQueryModel, type SchemaEmployees, type SchemaEmploymentType, type SchemaEnable_2faForMeParams, type SchemaEnergyCategory, type SchemaEngine, type SchemaEngineRotations, type SchemaEngineTorque, type SchemaEntityChanges, type SchemaEntityExtraction, type SchemaEntityKey, type SchemaEntityReference, type SchemaEnumSource, type SchemaEnumValue, type SchemaEnums, type SchemaEnumsResponse, type SchemaErrorDetail, type SchemaErrorEnum_401, type SchemaErrorMessages, type SchemaErrorResponse, type SchemaError_401, type SchemaError_403, type SchemaError_422, type SchemaError_429, type SchemaError_4Xx, type SchemaEstablishment, type SchemaEstablishmentQueryModel, type SchemaEuromexLegalPayload, type SchemaExcludedCoverage, type SchemaExhibitionActivity, type SchemaExistsReply, type SchemaExportActivity, type SchemaExportAdvisoryReportByIdParams, type SchemaExportAdvisoryReportCreateCmd, type SchemaExportOption, type SchemaExportsQueued, type SchemaExternalRef, type SchemaExternalRefCompany, type SchemaExternalRefsQueryModel, type SchemaExternalResponseFormatted, type SchemaExtraLegalBenefits, type SchemaExtractDocumentCmd, type SchemaExtractOneDocumentResponse, type SchemaExtractOnePoliciesDocumentResponse, type 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 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 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 SchemaMinimalFamily, type SchemaMinimalFleet, type SchemaMinimalInsurancePolicyQueryModel, type SchemaMinimalLegal, type SchemaMinimalMiscellaneous, type SchemaMinimalOfferQueryModel, type SchemaMinimalPartyGroup, type SchemaMinimalPartyQueryModel, type SchemaMinimalPartyQueryModels, 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 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 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 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 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, calculateAnvaquotesBySessionId, calculateCarLeaseQuote, calculateQuotesV2, calculateYellowhiveQuotesBySessionId, claimReportById, claimRequestUpdate, commentOnActivity, type components, createAccidentsForParty, createAccount, createAdvisoryReport, createAdvisoryReportRevision, createAdvisoryReportRevisionV2, createAdvisoryReportStepSettings, createAnvaParty, 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, extractManyDocumentInBatch, extractOffersForOneDocument, extractOneDocument, extractWebsiteTheme, generateCompanyDescription, generateDistributionAboutUsCompletion, generateDnsPrefix, generateDocxDocumentOfAdvisoryReportById, generateFlowQuestionnaire, generateFlowQuestionnaireDocument, generateOfferRequestForInsuranceCompanyDocx, generateOfferRequestForInsuranceCompanyPdf, generatePdfOfAdvisoryReportById, generatePersonalizationAdviceForAdvisoryReport, generatePossibleProductsBySessionV2, generateQuestionsToPrefillByCar, generateStandaloneFrontPagePdfOfAdvisoryReportAsExample, generateTokenForSocialLoginFlowAsBroker, get2FaByUser, getActivityByParty, getAddressInfo, getAddressInfoFreemium, getAdvicesPerInsuranceProduct, getAdvisoryReportById, getAdvisoryReportExportOptions, 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, getAnvaproductById, getAnvaproducts, getArtifactFromEventById, getAvailableFlowsForDistributionInfo, getBrokerByAnvaProducerId, getBrokerByAnvaRelationMangerId, getBrokerConnectionsById, getBrokerIntegrations, getCampaignById, getCampaignSettingsByDistribution, getCampaignTargetMailTemplate, getCarLeaseRates, getChatBySessionId, getChatSummaryV2BySessionId, getClaimAsBrokerById, getClaimAsCustomerWithToken, getClaimByIdAsCustomer, getClaimEventsAsBrokerById, getClaimEventsAsCustomer, getClaimsAsCustomer, getClaimsAsParty, getClaimsAsPartyById, getConversationById, getConversationNotes, getConversationReportPdfById, getConversationsOriginFilter, getCurrentAccountInsightsAsCustomer, getCurrentAccountInsightsAsParty, getCurrentBrokerOfTheUser, getCustomersByParty, getDiasEmployees, getDiasParties, getDistributionActivity, getDistributionAffiliations, getDistributionById, getDistributionConnectionsById, getDistributionFaq, getDistributionHasPendingUpgrade, getDistributionSettings, getDistributionTags, getDocumentExtractionBatchById, getDocumentMetadata, getDocumentsAsCustomer, getDocumentsForParty, getEncryptionKeys, getEnterpriseByCompanyRegistrationNumberAndCountry, getEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponse, getEnumByAnvaLabel, getEventsByAdvisoryReportId, getExtractEnityInfo, getFasterforwardEmployees, getFasterforwardTeams, getFlowInfoById, getFlowsInfo, getHubspotVisitorIdentificationToken, getInfoForClaim, getInsightsIfCarIsInsured, getInsuranceCompanies, getInsurancePoliciesAsCustomer, getInsurancePoliciesForParty, getInsurancePolicyById, getInsurancePolicyByIdAsCustomer, getInsurancePolicySimulationsForParty, getInsuranceProductClausesByDistribution, getInsuranceProductsV2, getIntegrationsByDistribution, getInvoiceByIdAsCustomer, getInvoicesAsCustomer, getInvoicesAsParty, getInvoicesAsPartyById, getJobResultById, 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, 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, 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, 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 };
115873
+ export { type $defs, type AcceptOrRejectAnAdvisoryReportBody, type AcceptOrRejectAnAdvisoryReportPathParams, type AcceptOrRejectAnAdvisoryReportQueryParams, type AcceptOrRejectAnAdvisoryReportResponse, type AnalyzeEmailBody, type AnalyzeEmailResponse, type AnswerAFlowDirectlyBody, type AnswerAFlowDirectlyPathParams, type AnswerAFlowDirectlyQueryParams, type AnswerAFlowDirectlyResponse, type AnswerAFlowSessionBody, type AnswerAFlowSessionPathParams, type AnswerAFlowSessionQueryParams, type AnswerAFlowSessionResponse, type CalculateAnvaquotesBySessionIdBody, type CalculateAnvaquotesBySessionIdPathParams, type CalculateAnvaquotesBySessionIdQueryParams, type CalculateAnvaquotesBySessionIdResponse, type CalculateCarLeaseQuoteBody, type CalculateCarLeaseQuoteQueryParams, type CalculateCarLeaseQuoteResponse, type CalculateQuotesV2Body, type CalculateQuotesV2PathParams, type CalculateQuotesV2QueryParams, type CalculateQuotesV2Response, type 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 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 ExtractInsurancePoliciesForOneDocumentResponse, type ExtractManyDocumentInBatchBody, type ExtractManyDocumentInBatchResponse, type ExtractOffersForOneDocumentBody, type ExtractOffersForOneDocumentResponse, type ExtractOneDocumentBody, type ExtractOneDocumentResponse, type ExtractWebsiteThemeBody, type ExtractWebsiteThemeResponse, type GenerateCompanyDescriptionBody, type GenerateCompanyDescriptionResponse, type GenerateDistributionAboutUsCompletionBody, type GenerateDistributionAboutUsCompletionResponse, type GenerateDnsPrefixBody, type GenerateDnsPrefixQueryParams, type GenerateDnsPrefixResponse, type GenerateDocxDocumentOfAdvisoryReportByIdPathParams, type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams, type GenerateDocxDocumentOfAdvisoryReportByIdResponse, type GenerateFlowQuestionnaireDocumentBody, type GenerateFlowQuestionnaireDocumentPathParams, type GenerateFlowQuestionnaireDocumentQueryParams, type GenerateFlowQuestionnaireDocumentResponse, type GenerateFlowQuestionnairePathParams, type GenerateFlowQuestionnaireQueryParams, type GenerateFlowQuestionnaireResponse, type GenerateOfferRequestForInsuranceCompanyDocxBody, type GenerateOfferRequestForInsuranceCompanyDocxResponse, type GenerateOfferRequestForInsuranceCompanyPdfBody, type GenerateOfferRequestForInsuranceCompanyPdfResponse, type GeneratePdfOfAdvisoryReportByIdPathParams, type GeneratePdfOfAdvisoryReportByIdQueryParams, type GeneratePdfOfAdvisoryReportByIdResponse, type 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 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 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 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 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 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 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 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 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 SchemaAnalyzeEmailParams, 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 SchemaAnvaProductQueryModel, type SchemaAnvaProductQuestionnaire, type SchemaAnvaProductQuestionnaireQueryModel, type SchemaAnvaProductQuestionnairesQueryModel, type SchemaAnvaProductQuestionnairesUpdateCmd, type SchemaAnvaProductQuestionnairesValidateCmd, type SchemaAnvaProductTag, type SchemaAnvaProductToInsurancePolicyLink, type SchemaAnvaProductUpdateCmd, type SchemaAnvaQuote, type SchemaAnvaQuoteCalculationJob, type SchemaAnvaQuoteCalculationJobsQueuedResponse, type SchemaAnvaSendOfferInsurancePolicy, type SchemaAnvaSendOfferPolicyPackage, type SchemaAnvaSendOfferResponse, type SchemaAnvaTag, 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 SchemaAppViewsModelsPartyLink, type SchemaAppViewsModelsPartyManagementQueryModel, type SchemaAppViewsModelsPartyManagementquerymodel, type SchemaAppViewsModelsPartyPartyAssignee, type SchemaAppViewsModelsPartyPartyDocumentQueryModel, type SchemaAppViewsModelsPartyPartyDocumentsMetaData, type SchemaAppViewsModelsPartyPartyLogoQueryModel, type SchemaAppViewsModelsPartyPartyRelationQueryModelParty, type SchemaAppViewsModelsPartyPartyassignee, type SchemaAppViewsModelsPartyPartydocumentquerymodel, type SchemaAppViewsModelsPartyPartylogoquerymodel, type SchemaAppViewsModelsPartyPartyrelationquerymodelParty, type SchemaAppViewsModelsRiskDomainPreventionAdviceQueryModelPreventAdviceRiskDomain, type SchemaAppViewsModelsRiskDomainRiskDomainsQueryModelRiskDomain, type SchemaAppViewsModelsRiskObjectBicycle, type SchemaAppViewsModelsRiskObjectBoat, type SchemaAppViewsModelsRiskObjectCar, type SchemaAppViewsModelsRiskObjectDriver, type SchemaAppViewsModelsRiskObjectFamily, type SchemaAppViewsModelsRiskObjectLegal, type SchemaAppViewsModelsRiskObjectLink, type SchemaAppViewsModelsRiskObjectMiscellaneous, type SchemaAppViewsModelsRiskObjectPartyGroup, type SchemaAppViewsModelsRiskObjectPerson, type SchemaAppViewsModelsRiskObjectResidence, type SchemaAppViewsModelsRiskObjectRiskObjects, type SchemaAppViewsModelsRiskObjectSemiTrailer, type SchemaAppViewsModelsRiskObjectTeacher, type SchemaAppViewsModelsRiskObjectTrailer, type SchemaAppViewsModelsRiskObjectTwoWheeler, type SchemaAragLegalPayload, type SchemaArcesLegalPayload, type SchemaAskLaterQuestion, type SchemaAskLaterQuestionsRequest, type SchemaAskLaterQuestionsResponse, type SchemaAskaPackageChoice, type SchemaAskaPackageChoice_2, type SchemaAskaTravelInsuranceType, type SchemaAskaTravelInsuranceType_2, type SchemaAssetInfo, type SchemaAssignedToType, type SchemaAssociatedCompany, type 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 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 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 SchemaEmailAnalysisCmd, type SchemaEmailAnalysisResponse, type SchemaEmailValidation, type SchemaEmission, type SchemaEmissionStandard, type SchemaEmployeeInformation, type SchemaEmployeeInformationQueryModel, type SchemaEmployees, type SchemaEmploymentType, type SchemaEnable_2faForMeParams, type SchemaEnergyCategory, type SchemaEngine, type SchemaEngineRotations, type SchemaEngineTorque, type SchemaEntityChanges, type SchemaEntityExtraction, type SchemaEntityKey, type SchemaEntityReference, type SchemaEnumSource, type SchemaEnumValue, type SchemaEnums, type SchemaEnumsResponse, type SchemaErrorDetail, type SchemaErrorEnum_401, type SchemaErrorMessages, type SchemaErrorResponse, type SchemaError_401, type SchemaError_403, type SchemaError_422, type SchemaError_429, type SchemaError_4Xx, type SchemaEstablishment, type SchemaEstablishmentQueryModel, type SchemaEuromexLegalPayload, type SchemaExcludedCoverage, type SchemaExhibitionActivity, type SchemaExistsReply, type SchemaExportActivity, type SchemaExportAdvisoryReportByIdParams, type SchemaExportAdvisoryReportCreateCmd, type SchemaExportOption, type SchemaExportsQueued, type SchemaExternalRef, type SchemaExternalRefCompany, type SchemaExternalRefsQueryModel, type SchemaExternalResponseFormatted, type SchemaExtraLegalBenefits, type SchemaExtractDocumentCmd, type SchemaExtractOneDocumentResponse, type SchemaExtractOnePoliciesDocumentResponse, type 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 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 SchemaMinimalFamily, type SchemaMinimalFleet, type SchemaMinimalInsurancePolicyQueryModel, type SchemaMinimalLegal, type SchemaMinimalMiscellaneous, type SchemaMinimalOfferQueryModel, type SchemaMinimalPartyGroup, type SchemaMinimalPartyQueryModel, type SchemaMinimalPartyQueryModels, 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 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 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 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 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, calculateAnvaquotesBySessionId, calculateCarLeaseQuote, calculateQuotesV2, calculateYellowhiveQuotesBySessionId, claimReportById, claimRequestUpdate, commentOnActivity, type components, createAccidentsForParty, createAccount, createAdvisoryReport, createAdvisoryReportRevision, createAdvisoryReportRevisionV2, createAdvisoryReportStepSettings, createAnvaParty, 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, extractManyDocumentInBatch, extractOffersForOneDocument, extractOneDocument, 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, getAnvaproductById, getAnvaproducts, getArtifactFromEventById, getAssuEmployees, getAvailableFlowsForDistributionInfo, getBrokerByAnvaProducerId, getBrokerByAnvaRelationMangerId, getBrokerConnectionsById, getBrokerIntegrations, getCampaignById, getCampaignSettingsByDistribution, getCampaignTargetMailTemplate, getCarLeaseRates, getChatBySessionId, getChatSummaryV2BySessionId, getClaimAsBrokerById, getClaimAsCustomerWithToken, getClaimByIdAsCustomer, getClaimEventsAsBrokerById, getClaimEventsAsCustomer, getClaimsAsCustomer, getClaimsAsParty, getClaimsAsPartyById, getConversationById, getConversationNotes, getConversationReportPdfById, getConversationsOriginFilter, getCurrentAccountInsightsAsCustomer, getCurrentAccountInsightsAsParty, getCurrentBrokerOfTheUser, getCustomersByParty, getDiasEmployees, getDiasParties, getDistributionActivity, getDistributionAffiliations, getDistributionById, getDistributionConnectionsById, getDistributionFaq, getDistributionHasPendingUpgrade, getDistributionSettings, getDistributionTags, getDocumentExtractionBatchById, getDocumentMetadata, getDocumentsAsCustomer, getDocumentsForParty, getEncryptionKeys, getEnterpriseByCompanyRegistrationNumberAndCountry, getEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponse, getEnumByAnvaLabel, getEventsByAdvisoryReportId, getExtractEnityInfo, getFasterforwardEmployees, getFasterforwardTeams, getFlowInfoById, getFlowsInfo, getHubspotVisitorIdentificationToken, getInfoForClaim, getInsightsIfCarIsInsured, getInsuranceCompanies, getInsurancePoliciesAsCustomer, getInsurancePoliciesForParty, getInsurancePolicyById, getInsurancePolicyByIdAsCustomer, getInsurancePolicySimulationsForParty, getInsuranceProductClausesByDistribution, getInsuranceProductsV2, getIntegrationsByDistribution, getInvoiceByIdAsCustomer, getInvoicesAsCustomer, getInvoicesAsParty, getInvoicesAsPartyById, getJobResultById, 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, 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, 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, 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 };