wg-api-sdk 4.31.36 → 4.31.38

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.
@@ -3021,6 +3021,26 @@ interface paths {
3021
3021
  patch?: never;
3022
3022
  trace?: never;
3023
3023
  };
3024
+ "/v1/api/connections/dias/parties/{dias_id}/documents": {
3025
+ parameters: {
3026
+ query?: never;
3027
+ header?: never;
3028
+ path?: never;
3029
+ cookie?: never;
3030
+ };
3031
+ get?: never;
3032
+ put?: never;
3033
+ /**
3034
+ * Upload Documents In Dias
3035
+ * @description Upload documents in DIAS
3036
+ */
3037
+ post: operations["upload_documents_in_dias_v1_api_connections_dias_parties__dias_id__documents_post"];
3038
+ delete?: never;
3039
+ options?: never;
3040
+ head?: never;
3041
+ patch?: never;
3042
+ trace?: never;
3043
+ };
3024
3044
  "/v1/api/connections/fasterforward/parties/{fasterforward_id}/documents": {
3025
3045
  parameters: {
3026
3046
  query?: never;
@@ -9697,7 +9717,7 @@ interface components {
9697
9717
  * Timestamp
9698
9718
  * Format: date-time
9699
9719
  * @description Timestamp of when the error occured
9700
- * @default 2026-04-04T11:41:45.022195
9720
+ * @default 2026-04-08T15:31:25.746736
9701
9721
  */
9702
9722
  timestamp: string;
9703
9723
  /**
@@ -12832,24 +12852,18 @@ interface components {
12832
12852
  /**
12833
12853
  * License Type
12834
12854
  * @description Type of the license
12835
- * @example PREMIUM
12836
12855
  */
12837
12856
  type: components["schemas"]["TOOLKIT_LICENSE_TYPE"];
12838
12857
  /**
12839
12858
  * Premium Fields
12840
12859
  * @description List of fields which are part of the premium response. Nested premium fields are represented with the dot addition example 'parent_1.child_1' means only parent_1's child_1 field is premium response
12841
- * @example [
12842
- * "dimensions",
12843
- * "lez",
12844
- * "safety.other_safety_systems"
12845
- * ]
12846
12860
  */
12847
12861
  premium_fields: string[];
12848
12862
  };
12849
12863
  /**
12850
12864
  * TOOLKIT_LICENSE_TYPE
12851
12865
  * @description An enumeration.
12852
- * @enum {unknown}
12866
+ * @enum {string}
12853
12867
  */
12854
12868
  TOOLKIT_LICENSE_TYPE: "PREMIUM" | "FREEMIUM";
12855
12869
  /** AddressInformation */
@@ -13419,32 +13433,27 @@ interface components {
13419
13433
  /**
13420
13434
  * Manufacturer
13421
13435
  * @description The name of the manufacturer
13422
- * @example Bayerische Motoren Werke AG
13423
13436
  */
13424
13437
  manufacturer?: string;
13425
13438
  /**
13426
13439
  * Manufacturer Origin
13427
13440
  * @description Origin of the manufacturer
13428
- * @example Muenchen 13, Germany
13429
13441
  */
13430
13442
  manufacturer_origin?: string;
13431
13443
  /**
13432
13444
  * Manufacturing Date
13433
13445
  * Format: date
13434
13446
  * @description Date of the car manufactured
13435
- * @example 2017-03-01
13436
13447
  */
13437
13448
  manufacturing_date?: string;
13438
13449
  /**
13439
13450
  * Plant Country
13440
13451
  * @description Country of the where the car manufactured
13441
- * @example Germany
13442
13452
  */
13443
13453
  plant_country?: string;
13444
13454
  /**
13445
13455
  * Plant City
13446
13456
  * @description City of the where the car manufactured
13447
- * @example Muenchen
13448
13457
  */
13449
13458
  plant_city?: string;
13450
13459
  };
@@ -13457,19 +13466,16 @@ interface components {
13457
13466
  /**
13458
13467
  * WMI
13459
13468
  * @description The WMI or World Manufacturer Identifier part of the VIN, which can be used to identify the manufacturer of the car.
13460
- * @example W0V
13461
13469
  */
13462
13470
  wmi: string;
13463
13471
  /**
13464
13472
  * VDS
13465
13473
  * @description The VDS or Vehicle Description Section of the VIN, is used to describe the information of the car.
13466
- * @example K4171526
13467
13474
  */
13468
13475
  vds: string;
13469
13476
  /**
13470
13477
  * VIS
13471
13478
  * @description The VIS or Vehicle Identifier Section part of the VIN, which can be used to identify the model year, plant and serial code of the car.
13472
- * @example JD7E80
13473
13479
  */
13474
13480
  vis: string;
13475
13481
  };
@@ -13536,7 +13542,6 @@ interface components {
13536
13542
  /**
13537
13543
  * Value
13538
13544
  * @description Value as integer
13539
- * @example 15
13540
13545
  */
13541
13546
  value?: number;
13542
13547
  /**
@@ -13550,7 +13555,6 @@ interface components {
13550
13555
  /**
13551
13556
  * Value
13552
13557
  * @description Value as integer
13553
- * @example 15
13554
13558
  */
13555
13559
  value?: number;
13556
13560
  /**
@@ -13564,7 +13568,6 @@ interface components {
13564
13568
  /**
13565
13569
  * Value
13566
13570
  * @description Value as integer
13567
- * @example 15
13568
13571
  */
13569
13572
  value?: number;
13570
13573
  /**
@@ -13578,7 +13581,6 @@ interface components {
13578
13581
  /**
13579
13582
  * Value
13580
13583
  * @description Value as integer
13581
- * @example 15
13582
13584
  */
13583
13585
  value?: number;
13584
13586
  /**
@@ -13592,7 +13594,6 @@ interface components {
13592
13594
  /**
13593
13595
  * Value
13594
13596
  * @description Value as integer
13595
- * @example 15
13596
13597
  */
13597
13598
  value?: number;
13598
13599
  /**
@@ -13611,7 +13612,6 @@ interface components {
13611
13612
  /**
13612
13613
  * Value
13613
13614
  * @description Value as integer
13614
- * @example 15
13615
13615
  */
13616
13616
  value?: number;
13617
13617
  /**
@@ -13625,7 +13625,6 @@ interface components {
13625
13625
  /**
13626
13626
  * Value
13627
13627
  * @description Value as string
13628
- * @example 15R
13629
13628
  */
13630
13629
  value?: string;
13631
13630
  /**
@@ -13644,7 +13643,6 @@ interface components {
13644
13643
  /**
13645
13644
  * Value
13646
13645
  * @description Value as string
13647
- * @example 15R
13648
13646
  */
13649
13647
  value?: string;
13650
13648
  /**
@@ -13658,7 +13656,6 @@ interface components {
13658
13656
  /**
13659
13657
  * Value
13660
13658
  * @description Value as string
13661
- * @example 15R
13662
13659
  */
13663
13660
  value?: string;
13664
13661
  /**
@@ -13677,7 +13674,6 @@ interface components {
13677
13674
  /**
13678
13675
  * Value
13679
13676
  * @description Value as integer
13680
- * @example 15
13681
13677
  */
13682
13678
  value?: number;
13683
13679
  /**
@@ -13691,25 +13687,21 @@ interface components {
13691
13687
  /**
13692
13688
  * Steering Position
13693
13689
  * @description Steering position of the car
13694
- * @example LHD
13695
13690
  */
13696
13691
  steering_position?: components["schemas"]["STEERING_POSITION"];
13697
13692
  /**
13698
13693
  * Amount of seats
13699
13694
  * @description The numbers of seats that are available in the car including the driverseat
13700
- * @example 5
13701
13695
  */
13702
13696
  amount_of_seats_incl_driver?: number;
13703
13697
  /**
13704
13698
  * Amount of door
13705
13699
  * @description The numbers of doors on the car
13706
- * @example 5
13707
13700
  */
13708
13701
  amount_of_doors_incl_trunk?: number;
13709
13702
  /**
13710
13703
  * Amount of axels
13711
13704
  * @description The numbers of axels on the car
13712
- * @example 2
13713
13705
  */
13714
13706
  amount_of_axles?: number;
13715
13707
  /**
@@ -13749,7 +13741,6 @@ interface components {
13749
13741
  /**
13750
13742
  * Is sportscar
13751
13743
  * @description Is the car a sportscar.
13752
- * @example false
13753
13744
  */
13754
13745
  is_sportscar?: boolean;
13755
13746
  /** European Category */
@@ -13757,13 +13748,11 @@ interface components {
13757
13748
  /**
13758
13749
  * Category
13759
13750
  * @description The vehicle's official category.
13760
- * @example SUV
13761
13751
  */
13762
13752
  category?: components["schemas"]["CAR_CATEGORY"];
13763
13753
  /**
13764
13754
  * Category Code
13765
13755
  * @description Category code of the vehicle with 2 Letter format
13766
- * @example AA
13767
13756
  */
13768
13757
  category_code?: components["schemas"]["CAR_CATEGORY_CODE"];
13769
13758
  /**
@@ -13788,7 +13777,6 @@ interface components {
13788
13777
  /**
13789
13778
  * Value
13790
13779
  * @description Value as integer
13791
- * @example 15
13792
13780
  */
13793
13781
  value?: number;
13794
13782
  /**
@@ -13802,7 +13790,6 @@ interface components {
13802
13790
  /**
13803
13791
  * Value
13804
13792
  * @description Value as integer
13805
- * @example 15
13806
13793
  */
13807
13794
  value?: number;
13808
13795
  /**
@@ -13816,7 +13803,6 @@ interface components {
13816
13803
  /**
13817
13804
  * Value
13818
13805
  * @description Value as integer
13819
- * @example 15
13820
13806
  */
13821
13807
  value?: number;
13822
13808
  /**
@@ -13830,7 +13816,6 @@ interface components {
13830
13816
  /**
13831
13817
  * Value
13832
13818
  * @description Value as integer
13833
- * @example 15
13834
13819
  */
13835
13820
  value?: number;
13836
13821
  /**
@@ -13844,7 +13829,6 @@ interface components {
13844
13829
  /**
13845
13830
  * Value
13846
13831
  * @description Value as integer
13847
- * @example 15
13848
13832
  */
13849
13833
  value?: number;
13850
13834
  /**
@@ -13858,7 +13842,6 @@ interface components {
13858
13842
  /**
13859
13843
  * Value
13860
13844
  * @description Value as integer
13861
- * @example 15
13862
13845
  */
13863
13846
  value?: number;
13864
13847
  /**
@@ -13912,7 +13895,6 @@ interface components {
13912
13895
  /**
13913
13896
  * Value
13914
13897
  * @description Value as integer
13915
- * @example 15
13916
13898
  */
13917
13899
  value?: number;
13918
13900
  /**
@@ -13926,7 +13908,6 @@ interface components {
13926
13908
  /**
13927
13909
  * Value
13928
13910
  * @description Value as integer
13929
- * @example 15
13930
13911
  */
13931
13912
  value?: number;
13932
13913
  /**
@@ -13940,7 +13921,6 @@ interface components {
13940
13921
  /**
13941
13922
  * Value
13942
13923
  * @description Value as integer
13943
- * @example 15
13944
13924
  */
13945
13925
  value?: number;
13946
13926
  /**
@@ -13954,7 +13934,6 @@ interface components {
13954
13934
  /**
13955
13935
  * Value
13956
13936
  * @description Value as integer
13957
- * @example 15
13958
13937
  */
13959
13938
  value?: number;
13960
13939
  /**
@@ -13975,10 +13954,7 @@ interface components {
13975
13954
  * @description Detailed information about the battery
13976
13955
  */
13977
13956
  battery_info?: string;
13978
- /**
13979
- * Battery Type
13980
- * @example LI_ION
13981
- */
13957
+ /** Battery Type */
13982
13958
  battery_type?: components["schemas"]["ELECTRIC_BATTERY_TYPE"];
13983
13959
  /**
13984
13960
  * Electric Motor Rotations
@@ -14030,13 +14006,11 @@ interface components {
14030
14006
  /**
14031
14007
  * Fuel type
14032
14008
  * @description Fuel Type of Car
14033
- * @example PET
14034
14009
  */
14035
14010
  fuel_type?: components["schemas"]["MOTOR_TYPE"];
14036
14011
  /**
14037
14012
  * Transmission type
14038
14013
  * @description Defines type of transmission that the car uses.
14039
- * @example auto
14040
14014
  */
14041
14015
  transmission_type?: components["schemas"]["TRANSMISSION_TYPE"];
14042
14016
  /**
@@ -14047,13 +14021,11 @@ interface components {
14047
14021
  /**
14048
14022
  * CO2
14049
14023
  * @description The CO2 emission of the car measured in g/km
14050
- * @example 4250
14051
14024
  */
14052
14025
  emission?: components["schemas"]["Emission"];
14053
14026
  /**
14054
14027
  * Emission Standard
14055
14028
  * @description Defines which category of the European emission standards the car belongs to
14056
- * @example E5
14057
14029
  */
14058
14030
  emission_standard?: components["schemas"]["EMISSION_STANDARD"];
14059
14031
  /**
@@ -14067,7 +14039,6 @@ interface components {
14067
14039
  /**
14068
14040
  * Value
14069
14041
  * @description Value as integer
14070
- * @example 15
14071
14042
  */
14072
14043
  value?: number;
14073
14044
  /**
@@ -14079,7 +14050,7 @@ interface components {
14079
14050
  /**
14080
14051
  * ELECTRIC_BATTERY_TYPE
14081
14052
  * @description An enumeration.
14082
- * @enum {unknown}
14053
+ * @enum {string}
14083
14054
  */
14084
14055
  ELECTRIC_BATTERY_TYPE: "LEAD" | "LI_ION" | "NIMH" | "NCM" | "SI";
14085
14056
  /** EngineRotations */
@@ -14087,7 +14058,6 @@ interface components {
14087
14058
  /**
14088
14059
  * Value
14089
14060
  * @description Value as integer
14090
- * @example 15
14091
14061
  */
14092
14062
  value?: number;
14093
14063
  /**
@@ -14101,7 +14071,6 @@ interface components {
14101
14071
  /**
14102
14072
  * Value
14103
14073
  * @description Value as integer
14104
- * @example 15
14105
14074
  */
14106
14075
  value?: number;
14107
14076
  /**
@@ -14115,7 +14084,6 @@ interface components {
14115
14084
  /**
14116
14085
  * Value
14117
14086
  * @description Value as integer
14118
- * @example 15
14119
14087
  */
14120
14088
  value?: number;
14121
14089
  /**
@@ -14129,7 +14097,6 @@ interface components {
14129
14097
  /**
14130
14098
  * Value
14131
14099
  * @description Value as integer
14132
- * @example 15
14133
14100
  */
14134
14101
  value?: number;
14135
14102
  /**
@@ -14143,7 +14110,6 @@ interface components {
14143
14110
  /**
14144
14111
  * Value
14145
14112
  * @description Value as integer
14146
- * @example 15
14147
14113
  */
14148
14114
  value?: number;
14149
14115
  /**
@@ -14163,7 +14129,6 @@ interface components {
14163
14129
  /**
14164
14130
  * Value
14165
14131
  * @description Value as integer
14166
- * @example 15
14167
14132
  */
14168
14133
  value?: number;
14169
14134
  /**
@@ -14175,7 +14140,7 @@ interface components {
14175
14140
  /**
14176
14141
  * EMISSION_STANDARD
14177
14142
  * @description An enumeration.
14178
- * @enum {unknown}
14143
+ * @enum {string}
14179
14144
  */
14180
14145
  EMISSION_STANDARD: "E6" | "E5" | "E4" | "E3" | "E2" | "E1" | "E0";
14181
14146
  /** Safety */
@@ -14250,7 +14215,7 @@ interface components {
14250
14215
  /**
14251
14216
  * SAFETY_FEATURE_OPTION
14252
14217
  * @description An enumeration.
14253
- * @enum {unknown}
14218
+ * @enum {string}
14254
14219
  */
14255
14220
  SAFETY_FEATURE_OPTION: "STANDARD" | "UNAVAILABLE" | "NOT_APPLICABLE" | "OPTIONAL";
14256
14221
  /** FrontalCrashProtectionPassenger */
@@ -14704,13 +14669,11 @@ interface components {
14704
14669
  * Id
14705
14670
  * Format: uuid
14706
14671
  * @description Id of the pack in the database.
14707
- * @example 72d79944-8dee-418e-bcec-d85c1317bca3
14708
14672
  */
14709
14673
  id?: string;
14710
14674
  /**
14711
14675
  * Brand
14712
14676
  * @description The full name of the brand.
14713
- * @example CITROEN
14714
14677
  */
14715
14678
  brand: string;
14716
14679
  /** Brand Logo */
@@ -14718,31 +14681,24 @@ interface components {
14718
14681
  /**
14719
14682
  * Series
14720
14683
  * @description The name of the series.
14721
- * @example XF
14722
14684
  */
14723
14685
  series: string;
14724
14686
  /**
14725
14687
  * Series Id
14726
14688
  * Format: uuid
14727
14689
  * @description Id of the series in the database.
14728
- * @example 72d79944-8dee-418e-bcec-d85c1317bca3
14729
14690
  */
14730
14691
  series_id?: string;
14731
- /**
14732
- * Version
14733
- * @example 1.4 TFSI S line
14734
- */
14692
+ /** Version */
14735
14693
  version?: string;
14736
14694
  /**
14737
14695
  * Year
14738
14696
  * @description The year the model was built.
14739
- * @example 2018
14740
14697
  */
14741
14698
  model_year?: number;
14742
14699
  /**
14743
14700
  * Febiac ID
14744
14701
  * @description Febiac id of the car
14745
- * @example 123456
14746
14702
  */
14747
14703
  febiacid?: number;
14748
14704
  /**
@@ -14800,7 +14756,6 @@ interface components {
14800
14756
  /**
14801
14757
  * Value
14802
14758
  * @description Value as float
14803
- * @example 10.2
14804
14759
  */
14805
14760
  value?: number;
14806
14761
  /**
@@ -14827,13 +14782,11 @@ interface components {
14827
14782
  /**
14828
14783
  * Key
14829
14784
  * @description The name of the region or federal
14830
- * @example flanders
14831
14785
  */
14832
14786
  key: string;
14833
14787
  /**
14834
14788
  * Name
14835
14789
  * @description The local name of the key
14836
- * @example Vlaanderen
14837
14790
  */
14838
14791
  name: string;
14839
14792
  /**
@@ -14846,26 +14799,18 @@ interface components {
14846
14799
  TaxField: {
14847
14800
  /** type */
14848
14801
  type: string;
14849
- /**
14850
- * text
14851
- * @example road
14852
- */
14802
+ /** text */
14853
14803
  text: string;
14854
- /**
14855
- * description
14856
- * @example De jaarlijkse verkeersbelasting is een gewestelijke belasting op motorvoertuigen die personen of goederen over de weg vervoeren.
14857
- */
14804
+ /** description */
14858
14805
  description: string;
14859
14806
  /**
14860
14807
  * value
14861
14808
  * @description The value of the tax
14862
- * @example 952
14863
14809
  */
14864
14810
  value: number;
14865
14811
  /**
14866
14812
  * Unit
14867
14813
  * @description The currency of the tax value
14868
- * @example €
14869
14814
  */
14870
14815
  unit: components["schemas"]["CURRENCY_VALUE"];
14871
14816
  payment_details: components["schemas"]["TaxPaymentDetails"];
@@ -14873,7 +14818,7 @@ interface components {
14873
14818
  /**
14874
14819
  * CURRENCY_VALUE
14875
14820
  * @description An enumeration.
14876
- * @enum {unknown}
14821
+ * @enum {string}
14877
14822
  */
14878
14823
  CURRENCY_VALUE: "€";
14879
14824
  /** TaxPaymentDetails */
@@ -14882,26 +14827,23 @@ interface components {
14882
14827
  * is_recurring
14883
14828
  * @description Field to determine if the tax is recurring tax
14884
14829
  * @default false
14885
- * @example false
14886
14830
  */
14887
14831
  is_recurring: boolean;
14888
14832
  /**
14889
14833
  * tax_payment_time_text
14890
14834
  * @description Recurring period in years
14891
- * @example at registration
14892
14835
  */
14893
14836
  tax_payment_time_text: string;
14894
14837
  /**
14895
14838
  * tax_payment_time
14896
14839
  * @description Enum to define the tax payment interval or time
14897
- * @example ONCE
14898
14840
  */
14899
14841
  tax_payment_time: components["schemas"]["TAX_PAYMENT_TIME"];
14900
14842
  };
14901
14843
  /**
14902
14844
  * TAX_PAYMENT_TIME
14903
14845
  * @description An enumeration.
14904
- * @enum {unknown}
14846
+ * @enum {string}
14905
14847
  */
14906
14848
  TAX_PAYMENT_TIME: "ONCE" | "ANNUAL";
14907
14849
  /** RepairCosts */
@@ -14917,7 +14859,6 @@ interface components {
14917
14859
  /**
14918
14860
  * Value
14919
14861
  * @description Value as float
14920
- * @example 10.2
14921
14862
  */
14922
14863
  value?: number;
14923
14864
  /**
@@ -14939,13 +14880,11 @@ interface components {
14939
14880
  /**
14940
14881
  * key
14941
14882
  * @description The name of the city
14942
- * @example Brussels
14943
14883
  */
14944
14884
  key: string;
14945
14885
  /**
14946
14886
  * name
14947
14887
  * @description The local name of the key
14948
- * @example brussel
14949
14888
  */
14950
14889
  name: string;
14951
14890
  /**
@@ -14964,13 +14903,9 @@ interface components {
14964
14903
  /**
14965
14904
  * first day year
14966
14905
  * Format: date
14967
- * @example 2022-01-01
14968
14906
  */
14969
14907
  start_date: string;
14970
- /**
14971
- * has_acces
14972
- * @example true
14973
- */
14908
+ /** has_acces */
14974
14909
  admitted: boolean;
14975
14910
  };
14976
14911
  /** LEZPass */
@@ -14978,25 +14913,21 @@ interface components {
14978
14913
  /**
14979
14914
  * price of pass
14980
14915
  * @description Price of pass in euro's
14981
- * @example 35
14982
14916
  */
14983
14917
  price: number;
14984
14918
  /**
14985
14919
  * unit
14986
14920
  * @description Unit of price
14987
- * @example €
14988
14921
  */
14989
14922
  unit: string;
14990
14923
  /**
14991
14924
  * lenght of possible pay for entry
14992
14925
  * @description For how long can you pay
14993
- * @example yearly
14994
14926
  */
14995
14927
  payment_time: string;
14996
14928
  /**
14997
14929
  * lenght of possible pay for entry
14998
14930
  * @description For how long can you pay
14999
- * @example yearly
15000
14931
  */
15001
14932
  payment_time_text: string;
15002
14933
  };
@@ -15011,39 +14942,39 @@ interface components {
15011
14942
  * Registration first
15012
14943
  * Format: date
15013
14944
  * @description The year of the first registration of the car
15014
- * @example 2007-01-01
15015
14945
  */
15016
14946
  first?: string;
15017
14947
  /**
15018
14948
  * First Type
15019
14949
  * @description First registration date type
15020
- * @example EXACT
15021
14950
  */
15022
14951
  first_type?: components["schemas"]["VEHICLE_REGISTRATION_DATE_TYPE"];
15023
14952
  /**
15024
14953
  * Registration last
15025
14954
  * Format: date
15026
14955
  * @description The year of the last registration of the car
15027
- * @example 2007-01-01
15028
14956
  */
15029
14957
  last?: string;
15030
14958
  /**
15031
14959
  * Last Type
15032
14960
  * @description Last registration date type
15033
- * @example EXACT
15034
14961
  */
15035
14962
  last_type?: components["schemas"]["VEHICLE_REGISTRATION_DATE_TYPE"];
15036
14963
  /**
15037
14964
  * Is Imported
15038
14965
  * @description Is the vehicle imported
15039
- * @example false
15040
14966
  */
15041
14967
  is_imported?: boolean;
14968
+ /**
14969
+ * Is Second Hand
14970
+ * @description Is the vehicle second hand
14971
+ */
14972
+ is_second_hand?: boolean;
15042
14973
  };
15043
14974
  /**
15044
14975
  * VEHICLE_REGISTRATION_DATE_TYPE
15045
14976
  * @description An enumeration.
15046
- * @enum {unknown}
14977
+ * @enum {string}
15047
14978
  */
15048
14979
  VEHICLE_REGISTRATION_DATE_TYPE: "EXACT" | "YEAR";
15049
14980
  /**
@@ -15090,20 +15021,16 @@ interface components {
15090
15021
  /**
15091
15022
  * Name
15092
15023
  * @description The vehicle's name.
15093
- * @example skoda octavia rs III (2013)
15094
15024
  */
15095
15025
  name?: string;
15096
- /**
15097
- * @description The type of fuel the engine is made for.
15098
- * @example PET
15099
- */
15026
+ /** @description The type of fuel the engine is made for. */
15100
15027
  motor_type?: components["schemas"]["MOTOR_TYPE"];
15101
15028
  /**
15102
15029
  * date
15103
15030
  * Format: date
15104
15031
  * @description The date at which the vehicle was registered.
15105
15032
  */
15106
- registration_first?: Record<string, unknown>;
15033
+ registration_first?: string;
15107
15034
  /**
15108
15035
  * Drivers
15109
15036
  * @description A list of the vehicle's registered Drivers.
@@ -15113,84 +15040,68 @@ interface components {
15113
15040
  /**
15114
15041
  * Number Plate
15115
15042
  * @description The vehicle's number plate.
15116
- * @example 1ABC123
15117
15043
  */
15118
15044
  number_plate?: string;
15119
15045
  /**
15120
15046
  * Kw
15121
15047
  * @description The power of the vehicle's engine in kilowatt.
15122
- * @example 120
15123
15048
  */
15124
15049
  kw?: number;
15125
15050
  /**
15126
15051
  * Cc
15127
15052
  * @description The volume of the engine's pistons expressed in cc (cubic centimeters)
15128
- * @example 1500
15129
15053
  */
15130
15054
  cc?: number;
15131
15055
  /**
15132
15056
  * Model
15133
15057
  * @description The model name of the vehicle.
15134
- * @example octavia
15135
15058
  */
15136
15059
  model?: string;
15137
15060
  /**
15138
15061
  * Model Year
15139
15062
  * @description The model year of the vehicle.
15140
- * @example 2000
15141
15063
  */
15142
15064
  model_year?: number;
15143
15065
  /**
15144
15066
  * Version
15145
15067
  * @description The vehicle's version.
15146
- * @example SKODA
15147
15068
  */
15148
15069
  version?: string;
15149
15070
  /**
15150
15071
  * Brand
15151
15072
  * @description The vehcile's brand.
15152
- * @example SKODA
15153
15073
  */
15154
15074
  brand?: string;
15155
15075
  /**
15156
15076
  * Chassis Number
15157
15077
  * @description The vehicle's chassis number.
15158
- * @example AFAFAFAFAF992922
15159
15078
  */
15160
15079
  chassis_number?: string;
15161
- /**
15162
- * @description Type of vehicle registration.
15163
- * @example NORMAL
15164
- */
15080
+ /** @description Type of vehicle registration. */
15165
15081
  license_plate_type?: components["schemas"]["LICENSE_PLATE_TYPE"];
15166
15082
  /**
15167
15083
  * @description Country where the car is registered.
15168
15084
  * @default BE
15169
- * @example BE
15170
15085
  */
15171
15086
  country_of_registration: components["schemas"]["COUNTRY_CODES"];
15172
15087
  /**
15173
15088
  * Is Second Hand
15174
15089
  * @description Is the vehicle a second hand vehicle?
15175
- * @example true
15176
15090
  */
15177
15091
  is_second_hand?: boolean;
15178
15092
  /**
15179
15093
  * Age
15180
15094
  * @description The age of the vehicle.
15181
- * @example 6
15182
15095
  */
15183
15096
  age?: number;
15184
15097
  /**
15185
15098
  * Construction Year
15186
15099
  * @description Construction year.
15187
- * @example 6
15188
15100
  */
15189
15101
  construction_year?: number;
15190
15102
  /**
15191
15103
  * Construction Month
15192
15104
  * @description Construction month.
15193
- * @example 6
15194
15105
  */
15195
15106
  construction_month?: number;
15196
15107
  /**
@@ -15198,11 +15109,10 @@ interface components {
15198
15109
  * Format: date
15199
15110
  * @description The last (most recent) registration date.
15200
15111
  */
15201
- registration_last?: Record<string, unknown>;
15112
+ registration_last?: string;
15202
15113
  /**
15203
15114
  * Invoice Value
15204
15115
  * @description The invoice value of the vehicle (excluding vat).
15205
- * @example 27001
15206
15116
  */
15207
15117
  invoice_value?: number;
15208
15118
  /**
@@ -15213,25 +15123,21 @@ interface components {
15213
15123
  /**
15214
15124
  * Options Value
15215
15125
  * @description The value of the vehicle's options after manufacturing (excluding vat).
15216
- * @example 300
15217
15126
  */
15218
15127
  options_value?: number;
15219
15128
  /**
15220
15129
  * Content Value
15221
15130
  * @description The value of the vehicle's content.
15222
- * @example 27001
15223
15131
  */
15224
15132
  content_value?: number;
15225
15133
  /**
15226
15134
  * Value
15227
15135
  * @description The value of the vehicle (excluding vat). This is the catalogue value.
15228
- * @example 27001
15229
15136
  */
15230
15137
  value?: number;
15231
15138
  /**
15232
15139
  * Color
15233
15140
  * @description The color of the vehicle.
15234
- * @example GREY
15235
15141
  */
15236
15142
  color?: string;
15237
15143
  /** Other Country Of Registration */
@@ -15247,7 +15153,7 @@ interface components {
15247
15153
  * date
15248
15154
  * Format: date
15249
15155
  */
15250
- purchase_date?: Record<string, unknown>;
15156
+ purchase_date?: string;
15251
15157
  /** Is Or Will Be Registered */
15252
15158
  is_or_will_be_registered?: boolean;
15253
15159
  /**
@@ -15281,50 +15187,38 @@ interface components {
15281
15187
  * @default {}
15282
15188
  */
15283
15189
  drive_assistance_system: components["schemas"]["DriveAssistanceSystem"];
15284
- /**
15285
- * @description The vehicle's official category.
15286
- * @example AA
15287
- */
15190
+ /** @description The vehicle's official category. */
15288
15191
  category?: components["schemas"]["CAR_CATEGORY"];
15289
- /**
15290
- * @description Category code of the vehicle with 2 Letter format
15291
- * @example AA
15292
- */
15192
+ /** @description Category code of the vehicle with 2 Letter format */
15293
15193
  category_code?: components["schemas"]["CAR_CATEGORY_CODE"];
15294
15194
  /**
15295
15195
  * Average Km Per Year
15296
15196
  * @description The average driven kilometers per year.
15297
- * @example 15000
15298
15197
  */
15299
15198
  average_km_per_year?: number;
15300
15199
  /**
15301
15200
  * @description The usage of the vehicle.
15302
15201
  * @default PRIVATE
15303
- * @example PROFESSIONAL
15304
15202
  */
15305
15203
  used_for: components["schemas"]["CAR_USED_FOR"];
15306
15204
  /**
15307
15205
  * Febiacid
15308
15206
  * @description The Febiac ID of the car.
15309
- * @example 163399
15310
15207
  */
15311
15208
  febiacid?: number;
15312
15209
  /**
15313
15210
  * Co2
15314
15211
  * @description The vehcile's average emission expressed in grams of CO2 per kilometer
15315
- * @example 125
15316
15212
  */
15317
15213
  co2?: number;
15318
15214
  /**
15319
15215
  * Is Sportscar
15320
15216
  * @description Is the vehicle a sportscar?
15321
- * @example false
15322
15217
  */
15323
15218
  is_sportscar?: boolean;
15324
15219
  /**
15325
15220
  * Is Jeep
15326
15221
  * @description Is the vehicle a jeep?
15327
- * @example false
15328
15222
  */
15329
15223
  is_jeep?: boolean;
15330
15224
  /** Is Old Timer */
@@ -15332,25 +15226,21 @@ interface components {
15332
15226
  /**
15333
15227
  * Is Cabrio
15334
15228
  * @description Is the vehicle a cabrio?
15335
- * @example false
15336
15229
  */
15337
15230
  is_cabrio?: boolean;
15338
15231
  /**
15339
15232
  * Is Coupe
15340
15233
  * @description Is the vehicle a coupé?
15341
- * @example false
15342
15234
  */
15343
15235
  is_coupe?: boolean;
15344
15236
  /**
15345
15237
  * Seats
15346
15238
  * @description The number of seats which the vehicle contains.
15347
- * @example 5
15348
15239
  */
15349
15240
  seats?: number;
15350
15241
  /**
15351
15242
  * Vat Regime
15352
15243
  * @description The VAT that is recoverable of the car
15353
- * @example 0.5
15354
15244
  */
15355
15245
  vat_regime?: number;
15356
15246
  /**
@@ -15368,7 +15258,6 @@ interface components {
15368
15258
  /**
15369
15259
  * Kwh
15370
15260
  * @description The power of the vehicle's engine in kilowatt.
15371
- * @example 120
15372
15261
  */
15373
15262
  kwh?: number;
15374
15263
  /**
@@ -15529,13 +15418,11 @@ interface components {
15529
15418
  * First Name
15530
15419
  * @description The driver's first name.
15531
15420
  * @default
15532
- * @example John
15533
15421
  */
15534
15422
  first_name: string;
15535
15423
  /**
15536
15424
  * Last Name
15537
15425
  * @description The driver's last name.
15538
- * @example Doe
15539
15426
  */
15540
15427
  last_name: string;
15541
15428
  /**
@@ -15546,7 +15433,6 @@ interface components {
15546
15433
  /**
15547
15434
  * Primary
15548
15435
  * @description Is the driver the primary driver of the vehicle?
15549
- * @example true
15550
15436
  */
15551
15437
  primary: boolean;
15552
15438
  /**
@@ -15554,7 +15440,7 @@ interface components {
15554
15440
  * Format: date
15555
15441
  * @description The driver's date of birth.
15556
15442
  */
15557
- birth: Record<string, unknown>;
15443
+ birth: string;
15558
15444
  /** @description The driver's gender. */
15559
15445
  gender?: components["schemas"]["GENDER"];
15560
15446
  /** @description The driver's native language. */
@@ -15564,7 +15450,7 @@ interface components {
15564
15450
  * Format: date
15565
15451
  * @description The date at which the license was issued.
15566
15452
  */
15567
- issue_license_date?: Record<string, unknown>;
15453
+ issue_license_date?: string;
15568
15454
  issue_license_country?: components["schemas"]["COUNTRY_CODES"];
15569
15455
  /**
15570
15456
  * Accident Statement
@@ -15601,15 +15487,11 @@ interface components {
15601
15487
  profession?: components["schemas"]["PROFESSION"];
15602
15488
  /** Other Profession */
15603
15489
  other_profession?: string;
15604
- /**
15605
- * @description Indication of your home to work distance in km.
15606
- * @example LESS_THAN_15
15607
- */
15490
+ /** @description Indication of your home to work distance in km. */
15608
15491
  home_to_work_distance?: components["schemas"]["HOME_TO_WORK_DISTANCE"];
15609
15492
  /**
15610
15493
  * Previous Bonus Malus
15611
15494
  * @description The bonus malus
15612
- * @example 6
15613
15495
  */
15614
15496
  previous_bonus_malus?: number;
15615
15497
  /** Same As Policy Holder */
@@ -15634,7 +15516,7 @@ interface components {
15634
15516
  * date
15635
15517
  * Format: date
15636
15518
  */
15637
- registered_owner_since?: Record<string, unknown>;
15519
+ registered_owner_since?: string;
15638
15520
  claim_free_years?: components["schemas"]["CLAIM_FREE_YEARS"];
15639
15521
  /**
15640
15522
  * Claim Scale Nl
@@ -15645,7 +15527,7 @@ interface components {
15645
15527
  * date
15646
15528
  * Format: date
15647
15529
  */
15648
- first_insurance_date_of_a_car?: Record<string, unknown>;
15530
+ first_insurance_date_of_a_car?: string;
15649
15531
  /** Has Already Been Insured For A Car */
15650
15532
  has_already_been_insured_for_a_car?: boolean;
15651
15533
  };
@@ -16649,13 +16531,11 @@ interface components {
16649
16531
  * Id
16650
16532
  * Format: uuid
16651
16533
  * @description The id of the prospect.
16652
- * @example c31b1d5f-1d2e-4272-a0b2-56feef0d2403
16653
16534
  */
16654
16535
  id?: string;
16655
16536
  /**
16656
16537
  * email
16657
16538
  * @description The prospect's email address.
16658
- * @example foo@bar.com
16659
16539
  */
16660
16540
  email?: string;
16661
16541
  /** @description The prospect's native language. */
@@ -16663,13 +16543,11 @@ interface components {
16663
16543
  /**
16664
16544
  * Telephonenr
16665
16545
  * @description The prospect's telephonenumber.
16666
- * @example +32 499 99 99 99
16667
16546
  */
16668
16547
  telephonenr?: string;
16669
16548
  /**
16670
16549
  * Iban
16671
16550
  * @description The prospect's IBAN.
16672
- * @example BE68 5390 0754 7034
16673
16551
  */
16674
16552
  iban?: string;
16675
16553
  /**
@@ -16683,7 +16561,6 @@ interface components {
16683
16561
  /**
16684
16562
  * First Name
16685
16563
  * @description The prospect's first name.
16686
- * @example John
16687
16564
  */
16688
16565
  first_name?: string;
16689
16566
  /**
@@ -16699,22 +16576,19 @@ interface components {
16699
16576
  /**
16700
16577
  * Last Name
16701
16578
  * @description The prospect's last name.
16702
- * @example Doe
16703
16579
  */
16704
16580
  last_name?: string;
16705
16581
  /**
16706
16582
  * date
16707
16583
  * Format: date
16708
16584
  * @description The prospect's bith date.
16709
- * @example 2019-12-10T22:45:18.965458
16710
16585
  */
16711
- birth?: Record<string, unknown>;
16586
+ birth?: string;
16712
16587
  /** @description The prospect's gender. */
16713
16588
  gender?: components["schemas"]["GENDER"];
16714
16589
  /**
16715
16590
  * National Register Nr
16716
16591
  * @description The prospect's national registration number.
16717
- * @example 93051822361
16718
16592
  */
16719
16593
  national_register_nr?: string;
16720
16594
  profession?: components["schemas"]["PROFESSION"];
@@ -16732,19 +16606,19 @@ interface components {
16732
16606
  * date
16733
16607
  * Format: date
16734
16608
  */
16735
- identity_card_expiration_date?: Record<string, unknown>;
16609
+ identity_card_expiration_date?: string;
16736
16610
  /** Driver License Number */
16737
16611
  driver_license_number?: string;
16738
16612
  /**
16739
16613
  * date
16740
16614
  * Format: date
16741
16615
  */
16742
- driver_license_expiration_date?: Record<string, unknown>;
16616
+ driver_license_expiration_date?: string;
16743
16617
  /**
16744
16618
  * date
16745
16619
  * Format: date
16746
16620
  */
16747
- issue_license_date?: Record<string, unknown>;
16621
+ issue_license_date?: string;
16748
16622
  /** Has Known Risks */
16749
16623
  has_known_risks?: boolean;
16750
16624
  /** Was Refused Insurance */
@@ -16903,13 +16777,11 @@ interface components {
16903
16777
  /**
16904
16778
  * Number plate
16905
16779
  * @description Number plate of the selected car.
16906
- * @example 1AAA000
16907
16780
  */
16908
16781
  number_plate: string;
16909
16782
  /**
16910
16783
  * Category
16911
16784
  * @description Category of the number plate
16912
- * @example OLDTIMER
16913
16785
  */
16914
16786
  category?: components["schemas"]["LICENSE_PLATE_TYPE"];
16915
16787
  };
@@ -16929,28 +16801,21 @@ interface components {
16929
16801
  /**
16930
16802
  * Brand key
16931
16803
  * @description The primary key of the table, the brand name in a key form.
16932
- * @example suzuki
16933
16804
  */
16934
16805
  key: string;
16935
16806
  /**
16936
16807
  * Name
16937
16808
  * @description The full name of the brand.
16938
- * @example Suzuki
16939
16809
  */
16940
16810
  name: string;
16941
16811
  /**
16942
16812
  * Logo URL
16943
16813
  * @description The url of the brand logo.
16944
- * @example https:/files.wegroup.be/carlogos/bmw.svg
16945
16814
  */
16946
16815
  logo_url?: string;
16947
16816
  /**
16948
16817
  * Alias
16949
16818
  * @description List of alias of the brand name.
16950
- * @example [
16951
- * "vw",
16952
- * "volks"
16953
- * ]
16954
16819
  */
16955
16820
  alias?: string[];
16956
16821
  };
@@ -16971,19 +16836,16 @@ interface components {
16971
16836
  * Id
16972
16837
  * Format: uuid
16973
16838
  * @description Id of the series of a car in the database.
16974
- * @example 72d79944-8dee-418e-bcec-d85c1317bca3
16975
16839
  */
16976
16840
  id: string;
16977
16841
  /**
16978
16842
  * Name
16979
16843
  * @description The name of the series.
16980
- * @example XF
16981
16844
  */
16982
16845
  name: string;
16983
16846
  /**
16984
16847
  * Id
16985
16848
  * @description Key of the series's brand in the database.
16986
- * @example suzuki
16987
16849
  */
16988
16850
  brand_key: string;
16989
16851
  };
@@ -17004,60 +16866,48 @@ interface components {
17004
16866
  * Id
17005
16867
  * Format: uuid
17006
16868
  * @description Id of the motorcycle in the database.
17007
- * @example 72d79944-8dee-418e-bcec-d85c1317bca3
17008
16869
  */
17009
16870
  id: string;
17010
- /**
17011
- * Version
17012
- * @example 1.4 TFSI S line
17013
- */
16871
+ /** Version */
17014
16872
  version: string;
17015
16873
  /**
17016
16874
  * Year
17017
16875
  * @description The year the model was built.
17018
- * @example 2018
17019
16876
  */
17020
16877
  model_year?: number;
17021
16878
  /**
17022
16879
  * kW
17023
16880
  * @description The power of the engine expressed in kW (kilowatt).
17024
- * @example 135
17025
16881
  */
17026
16882
  kw?: number;
17027
16883
  /**
17028
16884
  * kWh
17029
16885
  * @description The capacity of the battery expressed in kWh (kilowatt hour).
17030
- * @example 100
17031
16886
  */
17032
16887
  kwh?: number;
17033
16888
  /**
17034
16889
  * CO2
17035
16890
  * @description The CO2 emission of the car measured in g/km
17036
- * @example 80
17037
16891
  */
17038
16892
  co2?: number;
17039
16893
  /**
17040
16894
  * cc
17041
16895
  * @description The volume of the engine's pistons expressed in cc (cubic centimeters)
17042
- * @example 1968
17043
16896
  */
17044
16897
  cc?: number;
17045
16898
  /**
17046
16899
  * Motor Type
17047
16900
  * @description Defines which type of motor the car uses
17048
- * @example PET
17049
16901
  */
17050
16902
  motor_type?: components["schemas"]["MOTOR_TYPE"];
17051
16903
  /**
17052
16904
  * Transmission type
17053
16905
  * @description Defines type of transmission that the car uses.
17054
- * @example auto
17055
16906
  */
17056
16907
  transmission_type?: components["schemas"]["TRANSMISSION_TYPE"];
17057
16908
  /**
17058
16909
  * Catalogue value
17059
16910
  * @description Price of the version defined in Euro.
17060
- * @example auto
17061
16911
  */
17062
16912
  price?: number;
17063
16913
  };
@@ -53749,7 +53599,7 @@ interface components {
53749
53599
  /**
53750
53600
  * Quote Specifications
53751
53601
  * @default {
53752
- * "contract_commencement_date": "2026-04-04"
53602
+ * "contract_commencement_date": "2026-04-08"
53753
53603
  * }
53754
53604
  */
53755
53605
  quote_specifications: components["schemas"]["QuoteSpecification"];
@@ -56543,7 +56393,7 @@ interface components {
56543
56393
  * @description An enumeration.
56544
56394
  * @enum {string}
56545
56395
  */
56546
- PaymentMethod: "DIRECT_DEBIT" | "INVOICE";
56396
+ PaymentMethod: "TRANSFER" | "DIRECT_DEBIT" | "NONE";
56547
56397
  /**
56548
56398
  * ThirdPartyConstructionWorkInsuranceType
56549
56399
  * @description An enumeration.
@@ -64451,6 +64301,27 @@ interface components {
64451
64301
  /** Link */
64452
64302
  link: string;
64453
64303
  };
64304
+ /** upload_documents_in_dias_params */
64305
+ upload_documents_in_dias_params: {
64306
+ auth: components["schemas"]["Auth"];
64307
+ /** Party Ref */
64308
+ party_ref: string;
64309
+ data: components["schemas"]["DiasDocumentUploadCmd"];
64310
+ };
64311
+ /** DiasDocumentUploadCmd */
64312
+ DiasDocumentUploadCmd: {
64313
+ /** Documents */
64314
+ documents: components["schemas"]["DiasDocumentUploadItem"][];
64315
+ };
64316
+ /** DiasDocumentUploadItem */
64317
+ DiasDocumentUploadItem: {
64318
+ /** Filename */
64319
+ filename: string;
64320
+ /** Link */
64321
+ link: string;
64322
+ /** Description */
64323
+ description?: string;
64324
+ };
64454
64325
  /** FasterForwardSearchRelations */
64455
64326
  mercury__models__fasterforward__FasterForwardSearchRelations: {
64456
64327
  /** Items */
@@ -66891,11 +66762,6 @@ interface components {
66891
66762
  name: string;
66892
66763
  /** Insurance Company */
66893
66764
  insurance_company?: string;
66894
- /**
66895
- * Policy Package Id
66896
- * Format: uuid
66897
- */
66898
- policy_package_id?: string;
66899
66765
  /** Policy Nr */
66900
66766
  policy_nr?: string;
66901
66767
  /** Documents */
@@ -67440,6 +67306,37 @@ interface components {
67440
67306
  /** Infix */
67441
67307
  infix?: string;
67442
67308
  gender?: components["schemas"]["wg_py_models__domain__wegroup__enums__GENDER"];
67309
+ /** Email */
67310
+ email?: string;
67311
+ /** Iban */
67312
+ iban?: string;
67313
+ /** Telephonenr */
67314
+ telephonenr?: string;
67315
+ /** Partner Last Name */
67316
+ partner_last_name?: string;
67317
+ /** Partner First Name */
67318
+ partner_first_name?: string;
67319
+ partner_gender?: components["schemas"]["wg_py_models__domain__wegroup__enums__GENDER"];
67320
+ /**
67321
+ * date
67322
+ * Format: date
67323
+ */
67324
+ partner_birth?: string;
67325
+ /** Children */
67326
+ children?: components["schemas"]["CreateAnvaPartyChildCmd"][];
67327
+ };
67328
+ /** CreateAnvaPartyChildCmd */
67329
+ CreateAnvaPartyChildCmd: {
67330
+ /** First Name */
67331
+ first_name?: string;
67332
+ /** Last Name */
67333
+ last_name?: string;
67334
+ gender?: components["schemas"]["wg_py_models__domain__wegroup__enums__GENDER"];
67335
+ /**
67336
+ * date
67337
+ * Format: date
67338
+ */
67339
+ birth?: string;
67443
67340
  };
67444
67341
  /** handle_update_anva_party_params */
67445
67342
  handle_update_anva_party_params: {
@@ -67487,6 +67384,24 @@ interface components {
67487
67384
  /** Infix */
67488
67385
  infix?: string;
67489
67386
  gender?: components["schemas"]["wg_py_models__domain__wegroup__enums__GENDER"];
67387
+ /** Email */
67388
+ email?: string;
67389
+ /** Iban */
67390
+ iban?: string;
67391
+ /** Telephonenr */
67392
+ telephonenr?: string;
67393
+ /** Partner Last Name */
67394
+ partner_last_name?: string;
67395
+ /** Partner First Name */
67396
+ partner_first_name?: string;
67397
+ partner_gender?: components["schemas"]["wg_py_models__domain__wegroup__enums__GENDER"];
67398
+ /**
67399
+ * date
67400
+ * Format: date
67401
+ */
67402
+ partner_birth?: string;
67403
+ /** Children */
67404
+ children?: components["schemas"]["CreateAnvaPartyChildCmd"][];
67490
67405
  /** Anva Party Id */
67491
67406
  anva_party_id: string;
67492
67407
  };
@@ -72527,6 +72442,9 @@ type SchemaCreateTaskInDiasParams = components['schemas']['create_task_in_dias_p
72527
72442
  type SchemaMercuryModelsMDiasTaskCmd = components['schemas']['mercury__models__m_dias__TaskCmd'];
72528
72443
  type SchemaMercuryModelsMDiasTaskPriority = components['schemas']['mercury__models__m_dias__TASK_PRIORITY'];
72529
72444
  type SchemaDiasTaskDocument = components['schemas']['DiasTaskDocument'];
72445
+ type SchemaUploadDocumentsInDiasParams = components['schemas']['upload_documents_in_dias_params'];
72446
+ type SchemaDiasDocumentUploadCmd = components['schemas']['DiasDocumentUploadCmd'];
72447
+ type SchemaDiasDocumentUploadItem = components['schemas']['DiasDocumentUploadItem'];
72530
72448
  type SchemaMercuryModelsFasterforwardFasterForwardSearchRelations = components['schemas']['mercury__models__fasterforward__FasterForwardSearchRelations'];
72531
72449
  type SchemaMercuryModelsFasterforwardFasterForwardSearchRelationsFasterForwardSearchRelations = components['schemas']['mercury__models__fasterforward__FasterForwardSearchRelations__FasterForwardSearchRelations'];
72532
72450
  type SchemaTeams = components['schemas']['Teams'];
@@ -72757,6 +72675,7 @@ type SchemaCreateAnvaPartyCompanyCmd = components['schemas']['CreateAnvaPartyCom
72757
72675
  type SchemaFlowsModelsAnvaAnvaPartyBaseAddress = components['schemas']['flows__models__anva__AnvaPartyBase__Address'];
72758
72676
  type SchemaCreateAnvaPartyCompanyRegistration = components['schemas']['CreateAnvaPartyCompanyRegistration'];
72759
72677
  type SchemaCreateAnvaPartyCustomerCmd = components['schemas']['CreateAnvaPartyCustomerCmd'];
72678
+ type SchemaCreateAnvaPartyChildCmd = components['schemas']['CreateAnvaPartyChildCmd'];
72760
72679
  type SchemaHandleUpdateAnvaPartyParams = components['schemas']['handle_update_anva_party_params'];
72761
72680
  type SchemaUpdateAnvaPartyCompanyCmd = components['schemas']['UpdateAnvaPartyCompanyCmd'];
72762
72681
  type SchemaUpdateAnvaPartyCustomerCmd = components['schemas']['UpdateAnvaPartyCustomerCmd'];
@@ -88977,6 +88896,100 @@ interface operations {
88977
88896
  };
88978
88897
  };
88979
88898
  };
88899
+ upload_documents_in_dias_v1_api_connections_dias_parties__dias_id__documents_post: {
88900
+ parameters: {
88901
+ query?: {
88902
+ /**
88903
+ * @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
88904
+ * @example EN
88905
+ */
88906
+ lang?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
88907
+ /**
88908
+ * @description Same as lang, but adds support to pass ?language as well
88909
+ * @example EN
88910
+ */
88911
+ language?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
88912
+ };
88913
+ header?: {
88914
+ /** @description Which release to target running in 'STAGING' environment. */
88915
+ "x-release"?: string;
88916
+ };
88917
+ path: {
88918
+ dias_id: string;
88919
+ };
88920
+ cookie?: never;
88921
+ };
88922
+ requestBody: {
88923
+ content: {
88924
+ "application/json": components["schemas"]["upload_documents_in_dias_params"]["data"];
88925
+ };
88926
+ };
88927
+ responses: {
88928
+ /** @description Successful Response */
88929
+ 201: {
88930
+ headers: {
88931
+ [name: string]: unknown;
88932
+ };
88933
+ content: {
88934
+ "application/json": components["schemas"]["StatusReply"];
88935
+ };
88936
+ };
88937
+ /** @description Bad Request */
88938
+ 400: {
88939
+ headers: {
88940
+ [name: string]: unknown;
88941
+ };
88942
+ content: {
88943
+ "application/json": components["schemas"]["Error_4XX"];
88944
+ };
88945
+ };
88946
+ /** @description Unauthorized */
88947
+ 401: {
88948
+ headers: {
88949
+ [name: string]: unknown;
88950
+ };
88951
+ content: {
88952
+ "application/json": components["schemas"]["Error_401"];
88953
+ };
88954
+ };
88955
+ /** @description Forbidden */
88956
+ 403: {
88957
+ headers: {
88958
+ [name: string]: unknown;
88959
+ };
88960
+ content: {
88961
+ "application/json": components["schemas"]["Error_403"];
88962
+ };
88963
+ };
88964
+ /** @description Unprocessable Content */
88965
+ 422: {
88966
+ headers: {
88967
+ [name: string]: unknown;
88968
+ };
88969
+ content: {
88970
+ "application/json": components["schemas"]["Error_422"];
88971
+ };
88972
+ };
88973
+ /** @description Too Many Requests */
88974
+ 429: {
88975
+ headers: {
88976
+ [name: string]: unknown;
88977
+ };
88978
+ content: {
88979
+ "application/json": components["schemas"]["Error_429"];
88980
+ };
88981
+ };
88982
+ /** @description Internal Server Error */
88983
+ 500: {
88984
+ headers: {
88985
+ [name: string]: unknown;
88986
+ };
88987
+ content: {
88988
+ "application/json": components["schemas"]["ServerError"];
88989
+ };
88990
+ };
88991
+ };
88992
+ };
88980
88993
  upload_documents_in_fasterforward_v1_api_connections_fasterforward_parties__fasterforward_id__documents_post: {
88981
88994
  parameters: {
88982
88995
  query?: {
@@ -121789,47 +121802,47 @@ type Middleware = Middleware$1;
121789
121802
  type ClientType = ReturnType<typeof createClient<paths>>;
121790
121803
  declare const wgApiClient: (options: ClientOptions) => ClientType;
121791
121804
 
121792
- declare const routeName$8i = "/v1/api/address/info/premium";
121793
- type GetAddressInfoQueryParams = paths[typeof routeName$8i]['get']['parameters']['query'];
121794
- type GetAddressInfoResponse = paths[typeof routeName$8i]['get']['responses'][200]['content']['application/json'];
121795
- type GetAddressInfoProps = paths[typeof routeName$8i]['get']['parameters'];
121805
+ declare const routeName$8j = "/v1/api/address/info/premium";
121806
+ type GetAddressInfoQueryParams = paths[typeof routeName$8j]['get']['parameters']['query'];
121807
+ type GetAddressInfoResponse = paths[typeof routeName$8j]['get']['responses'][200]['content']['application/json'];
121808
+ type GetAddressInfoProps = paths[typeof routeName$8j]['get']['parameters'];
121796
121809
  declare const getAddressInfo: (props: GetAddressInfoProps, wgApiClient: ClientType) => Promise<GetAddressInfoResponse>;
121797
121810
 
121798
- declare const routeName$8h = "/v1/api/address/info/freemium";
121799
- type GetAddressInfoFreemiumQueryParams = paths[typeof routeName$8h]['get']['parameters']['query'];
121800
- type GetAddressInfoFreemiumResponse = paths[typeof routeName$8h]['get']['responses'][200]['content']['application/json'];
121801
- type GetAddressInfoFreemiumProps = paths[typeof routeName$8h]['get']['parameters'];
121811
+ declare const routeName$8i = "/v1/api/address/info/freemium";
121812
+ type GetAddressInfoFreemiumQueryParams = paths[typeof routeName$8i]['get']['parameters']['query'];
121813
+ type GetAddressInfoFreemiumResponse = paths[typeof routeName$8i]['get']['responses'][200]['content']['application/json'];
121814
+ type GetAddressInfoFreemiumProps = paths[typeof routeName$8i]['get']['parameters'];
121802
121815
  declare const getAddressInfoFreemium: (props: GetAddressInfoFreemiumProps, wgApiClient: ClientType) => Promise<GetAddressInfoFreemiumResponse>;
121803
121816
 
121804
- declare const routeName$8g = "/v1/api/weather/info";
121805
- type GetWeatherInfoQueryParams = paths[typeof routeName$8g]['get']['parameters']['query'];
121806
- type GetWeatherInfoResponse = paths[typeof routeName$8g]['get']['responses'][200]['content']['application/json'];
121807
- type GetWeatherInfoProps = paths[typeof routeName$8g]['get']['parameters'];
121817
+ declare const routeName$8h = "/v1/api/weather/info";
121818
+ type GetWeatherInfoQueryParams = paths[typeof routeName$8h]['get']['parameters']['query'];
121819
+ type GetWeatherInfoResponse = paths[typeof routeName$8h]['get']['responses'][200]['content']['application/json'];
121820
+ type GetWeatherInfoProps = paths[typeof routeName$8h]['get']['parameters'];
121808
121821
  declare const getWeatherInfo: (props: GetWeatherInfoProps, wgApiClient: ClientType) => Promise<GetWeatherInfoResponse>;
121809
121822
 
121810
- declare const routeName$8f = "/v1/api/address/streets";
121811
- type SeachStreetsByCityAndCountryQueryParams = paths[typeof routeName$8f]['get']['parameters']['query'];
121812
- type SeachStreetsByCityAndCountryResponse = paths[typeof routeName$8f]['get']['responses'][200]['content']['application/json'];
121813
- type SeachStreetsByCityAndCountryProps = paths[typeof routeName$8f]['get']['parameters'];
121823
+ declare const routeName$8g = "/v1/api/address/streets";
121824
+ type SeachStreetsByCityAndCountryQueryParams = paths[typeof routeName$8g]['get']['parameters']['query'];
121825
+ type SeachStreetsByCityAndCountryResponse = paths[typeof routeName$8g]['get']['responses'][200]['content']['application/json'];
121826
+ type SeachStreetsByCityAndCountryProps = paths[typeof routeName$8g]['get']['parameters'];
121814
121827
  declare const seachStreetsByCityAndCountry: (props: SeachStreetsByCityAndCountryProps, wgApiClient: ClientType) => Promise<SeachStreetsByCityAndCountryResponse>;
121815
121828
 
121816
- declare const routeName$8e = "/v1/api/address/search";
121817
- type SearchAddressesByCountryQueryParams = paths[typeof routeName$8e]['get']['parameters']['query'];
121818
- type SearchAddressesByCountryResponse = paths[typeof routeName$8e]['get']['responses'][200]['content']['application/json'];
121819
- type SearchAddressesByCountryProps = paths[typeof routeName$8e]['get']['parameters'];
121829
+ declare const routeName$8f = "/v1/api/address/search";
121830
+ type SearchAddressesByCountryQueryParams = paths[typeof routeName$8f]['get']['parameters']['query'];
121831
+ type SearchAddressesByCountryResponse = paths[typeof routeName$8f]['get']['responses'][200]['content']['application/json'];
121832
+ type SearchAddressesByCountryProps = paths[typeof routeName$8f]['get']['parameters'];
121820
121833
  declare const searchAddressesByCountry: (props: SearchAddressesByCountryProps, wgApiClient: ClientType) => Promise<SearchAddressesByCountryResponse>;
121821
121834
 
121822
- declare const routeName$8d = "/v1/api/address/cities";
121823
- type SearchCitiesByCountryQueryParams = paths[typeof routeName$8d]['get']['parameters']['query'];
121824
- type SearchCitiesByCountryResponse = paths[typeof routeName$8d]['get']['responses'][200]['content']['application/json'];
121825
- type SearchCitiesByCountryProps = paths[typeof routeName$8d]['get']['parameters'];
121835
+ declare const routeName$8e = "/v1/api/address/cities";
121836
+ type SearchCitiesByCountryQueryParams = paths[typeof routeName$8e]['get']['parameters']['query'];
121837
+ type SearchCitiesByCountryResponse = paths[typeof routeName$8e]['get']['responses'][200]['content']['application/json'];
121838
+ type SearchCitiesByCountryProps = paths[typeof routeName$8e]['get']['parameters'];
121826
121839
  declare const searchCitiesByCountry: (props: SearchCitiesByCountryProps, wgApiClient: ClientType) => Promise<SearchCitiesByCountryResponse>;
121827
121840
 
121828
- declare const routeName$8c = "/v1/api/advisory-reports/{report_id}/acceptances";
121829
- type AcceptOrRejectAnAdvisoryReportBody = paths[typeof routeName$8c]['post']['requestBody']['content']['application/json'];
121830
- type AcceptOrRejectAnAdvisoryReportPathParams = paths[typeof routeName$8c]['post']['parameters']['path'];
121831
- type AcceptOrRejectAnAdvisoryReportQueryParams = paths[typeof routeName$8c]['post']['parameters']['query'];
121832
- type AcceptOrRejectAnAdvisoryReportResponse = paths[typeof routeName$8c]['post']['responses'][200]['content']['application/json'];
121841
+ declare const routeName$8d = "/v1/api/advisory-reports/{report_id}/acceptances";
121842
+ type AcceptOrRejectAnAdvisoryReportBody = paths[typeof routeName$8d]['post']['requestBody']['content']['application/json'];
121843
+ type AcceptOrRejectAnAdvisoryReportPathParams = paths[typeof routeName$8d]['post']['parameters']['path'];
121844
+ type AcceptOrRejectAnAdvisoryReportQueryParams = paths[typeof routeName$8d]['post']['parameters']['query'];
121845
+ type AcceptOrRejectAnAdvisoryReportResponse = paths[typeof routeName$8d]['post']['responses'][200]['content']['application/json'];
121833
121846
  interface AcceptOrRejectAnAdvisoryReportProps {
121834
121847
  body: AcceptOrRejectAnAdvisoryReportBody;
121835
121848
  params: {
@@ -121839,16 +121852,16 @@ interface AcceptOrRejectAnAdvisoryReportProps {
121839
121852
  }
121840
121853
  declare const acceptOrRejectAnAdvisoryReport: (props: AcceptOrRejectAnAdvisoryReportProps, wgApiClient: ClientType) => Promise<AcceptOrRejectAnAdvisoryReportResponse>;
121841
121854
 
121842
- declare const routeName$8b = "/v1/api/advisory-reports";
121843
- type GetAllAdvisoryReportsQueryParams = paths[typeof routeName$8b]['get']['parameters']['query'];
121844
- type GetAllAdvisoryReportsResponse = paths[typeof routeName$8b]['get']['responses'][200]['content']['application/json'];
121845
- type GetAllAdvisoryReportsProps = paths[typeof routeName$8b]['get']['parameters'];
121855
+ declare const routeName$8c = "/v1/api/advisory-reports";
121856
+ type GetAllAdvisoryReportsQueryParams = paths[typeof routeName$8c]['get']['parameters']['query'];
121857
+ type GetAllAdvisoryReportsResponse = paths[typeof routeName$8c]['get']['responses'][200]['content']['application/json'];
121858
+ type GetAllAdvisoryReportsProps = paths[typeof routeName$8c]['get']['parameters'];
121846
121859
  declare const getAllAdvisoryReports: (props: GetAllAdvisoryReportsProps, wgApiClient: ClientType) => Promise<GetAllAdvisoryReportsResponse>;
121847
121860
 
121848
- declare const routeName$8a = "/v1/api/advisory-reports";
121849
- type CreateAdvisoryReportBody = paths[typeof routeName$8a]['post']['requestBody']['content']['application/json'];
121850
- type CreateAdvisoryReportQueryParams = paths[typeof routeName$8a]['post']['parameters']['query'];
121851
- type CreateAdvisoryReportResponse = paths[typeof routeName$8a]['post']['responses'][201]['content']['application/json'];
121861
+ declare const routeName$8b = "/v1/api/advisory-reports";
121862
+ type CreateAdvisoryReportBody = paths[typeof routeName$8b]['post']['requestBody']['content']['application/json'];
121863
+ type CreateAdvisoryReportQueryParams = paths[typeof routeName$8b]['post']['parameters']['query'];
121864
+ type CreateAdvisoryReportResponse = paths[typeof routeName$8b]['post']['responses'][201]['content']['application/json'];
121852
121865
  interface CreateAdvisoryReportProps {
121853
121866
  body: CreateAdvisoryReportBody;
121854
121867
  params: {
@@ -121857,11 +121870,11 @@ interface CreateAdvisoryReportProps {
121857
121870
  }
121858
121871
  declare const createAdvisoryReport: (props: CreateAdvisoryReportProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportResponse>;
121859
121872
 
121860
- declare const routeName$89 = "/v1/api/advisory-reports/{report_id}/revisions";
121861
- type CreateAdvisoryReportRevisionBody = paths[typeof routeName$89]['post']['requestBody']['content']['application/json'];
121862
- type CreateAdvisoryReportRevisionPathParams = paths[typeof routeName$89]['post']['parameters']['path'];
121863
- type CreateAdvisoryReportRevisionQueryParams = paths[typeof routeName$89]['post']['parameters']['query'];
121864
- type CreateAdvisoryReportRevisionResponse = paths[typeof routeName$89]['post']['responses'][201]['content']['application/json'];
121873
+ declare const routeName$8a = "/v1/api/advisory-reports/{report_id}/revisions";
121874
+ type CreateAdvisoryReportRevisionBody = paths[typeof routeName$8a]['post']['requestBody']['content']['application/json'];
121875
+ type CreateAdvisoryReportRevisionPathParams = paths[typeof routeName$8a]['post']['parameters']['path'];
121876
+ type CreateAdvisoryReportRevisionQueryParams = paths[typeof routeName$8a]['post']['parameters']['query'];
121877
+ type CreateAdvisoryReportRevisionResponse = paths[typeof routeName$8a]['post']['responses'][201]['content']['application/json'];
121865
121878
  interface CreateAdvisoryReportRevisionProps {
121866
121879
  body: CreateAdvisoryReportRevisionBody;
121867
121880
  params: {
@@ -121871,11 +121884,11 @@ interface CreateAdvisoryReportRevisionProps {
121871
121884
  }
121872
121885
  declare const createAdvisoryReportRevision: (props: CreateAdvisoryReportRevisionProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportRevisionResponse>;
121873
121886
 
121874
- declare const routeName$88 = "/v2/api/advisory-reports/{report_id}/revisions";
121875
- type CreateAdvisoryReportRevisionV2Body = paths[typeof routeName$88]['post']['requestBody']['content']['application/json'];
121876
- type CreateAdvisoryReportRevisionV2PathParams = paths[typeof routeName$88]['post']['parameters']['path'];
121877
- type CreateAdvisoryReportRevisionV2QueryParams = paths[typeof routeName$88]['post']['parameters']['query'];
121878
- type CreateAdvisoryReportRevisionV2Response = paths[typeof routeName$88]['post']['responses'][201]['content']['application/json'];
121887
+ declare const routeName$89 = "/v2/api/advisory-reports/{report_id}/revisions";
121888
+ type CreateAdvisoryReportRevisionV2Body = paths[typeof routeName$89]['post']['requestBody']['content']['application/json'];
121889
+ type CreateAdvisoryReportRevisionV2PathParams = paths[typeof routeName$89]['post']['parameters']['path'];
121890
+ type CreateAdvisoryReportRevisionV2QueryParams = paths[typeof routeName$89]['post']['parameters']['query'];
121891
+ type CreateAdvisoryReportRevisionV2Response = paths[typeof routeName$89]['post']['responses'][201]['content']['application/json'];
121879
121892
  interface CreateAdvisoryReportRevisionV2Props {
121880
121893
  body: CreateAdvisoryReportRevisionV2Body;
121881
121894
  params: {
@@ -121885,18 +121898,18 @@ interface CreateAdvisoryReportRevisionV2Props {
121885
121898
  }
121886
121899
  declare const createAdvisoryReportRevisionV2: (props: CreateAdvisoryReportRevisionV2Props, wgApiClient: ClientType) => Promise<CreateAdvisoryReportRevisionV2Response>;
121887
121900
 
121888
- declare const routeName$87 = "/v1/api/advisory-reports/{report_id}/settings/steps";
121889
- type GetStepSettingsByAdvisoryReportIdPathParams = paths[typeof routeName$87]['get']['parameters']['path'];
121890
- type GetStepSettingsByAdvisoryReportIdQueryParams = paths[typeof routeName$87]['get']['parameters']['query'];
121891
- type GetStepSettingsByAdvisoryReportIdResponse = paths[typeof routeName$87]['get']['responses'][200]['content']['application/json'];
121892
- type GetStepSettingsByAdvisoryReportIdProps = paths[typeof routeName$87]['get']['parameters'];
121901
+ declare const routeName$88 = "/v1/api/advisory-reports/{report_id}/settings/steps";
121902
+ type GetStepSettingsByAdvisoryReportIdPathParams = paths[typeof routeName$88]['get']['parameters']['path'];
121903
+ type GetStepSettingsByAdvisoryReportIdQueryParams = paths[typeof routeName$88]['get']['parameters']['query'];
121904
+ type GetStepSettingsByAdvisoryReportIdResponse = paths[typeof routeName$88]['get']['responses'][200]['content']['application/json'];
121905
+ type GetStepSettingsByAdvisoryReportIdProps = paths[typeof routeName$88]['get']['parameters'];
121893
121906
  declare const getStepSettingsByAdvisoryReportId: (props: GetStepSettingsByAdvisoryReportIdProps, wgApiClient: ClientType) => Promise<GetStepSettingsByAdvisoryReportIdResponse>;
121894
121907
 
121895
- declare const routeName$86 = "/v1/api/advisory-reports/{report_id}/settings/steps";
121896
- type CreateAdvisoryReportStepSettingsBody = paths[typeof routeName$86]['put']['requestBody']['content']['application/json'];
121897
- type CreateAdvisoryReportStepSettingsPathParams = paths[typeof routeName$86]['put']['parameters']['path'];
121898
- type CreateAdvisoryReportStepSettingsQueryParams = paths[typeof routeName$86]['put']['parameters']['query'];
121899
- type CreateAdvisoryReportStepSettingsResponse = paths[typeof routeName$86]['put']['responses'][200]['content']['application/json'];
121908
+ declare const routeName$87 = "/v1/api/advisory-reports/{report_id}/settings/steps";
121909
+ type CreateAdvisoryReportStepSettingsBody = paths[typeof routeName$87]['put']['requestBody']['content']['application/json'];
121910
+ type CreateAdvisoryReportStepSettingsPathParams = paths[typeof routeName$87]['put']['parameters']['path'];
121911
+ type CreateAdvisoryReportStepSettingsQueryParams = paths[typeof routeName$87]['put']['parameters']['query'];
121912
+ type CreateAdvisoryReportStepSettingsResponse = paths[typeof routeName$87]['put']['responses'][200]['content']['application/json'];
121900
121913
  interface CreateAdvisoryReportStepSettingsProps {
121901
121914
  body: CreateAdvisoryReportStepSettingsBody;
121902
121915
  params: {
@@ -121906,11 +121919,11 @@ interface CreateAdvisoryReportStepSettingsProps {
121906
121919
  }
121907
121920
  declare const createAdvisoryReportStepSettings: (props: CreateAdvisoryReportStepSettingsProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportStepSettingsResponse>;
121908
121921
 
121909
- declare const routeName$85 = "/v1/api/advisory-reports/{report_id}/insurance-policies";
121910
- type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody = paths[typeof routeName$85]['put']['requestBody']['content']['application/json'];
121911
- type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$85]['put']['parameters']['path'];
121912
- type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$85]['put']['parameters']['query'];
121913
- type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$85]['put']['responses'][200]['content']['application/json'];
121922
+ declare const routeName$86 = "/v1/api/advisory-reports/{report_id}/insurance-policies";
121923
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody = paths[typeof routeName$86]['put']['requestBody']['content']['application/json'];
121924
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$86]['put']['parameters']['path'];
121925
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$86]['put']['parameters']['query'];
121926
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$86]['put']['responses'][200]['content']['application/json'];
121914
121927
  interface CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps {
121915
121928
  body: CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody;
121916
121929
  params: {
@@ -121920,11 +121933,11 @@ interface CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps {
121920
121933
  }
121921
121934
  declare const createOrReplaceInsurancePolicyForAdvisoryReportById: (props: CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse>;
121922
121935
 
121923
- declare const routeName$84 = "/v1/api/advisory-reports/{report_id}/policy-packages";
121924
- type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody = paths[typeof routeName$84]['put']['requestBody']['content']['application/json'];
121925
- type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams = paths[typeof routeName$84]['put']['parameters']['path'];
121926
- type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams = paths[typeof routeName$84]['put']['parameters']['query'];
121927
- type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse = paths[typeof routeName$84]['put']['responses'][200]['content']['application/json'];
121936
+ declare const routeName$85 = "/v1/api/advisory-reports/{report_id}/policy-packages";
121937
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody = paths[typeof routeName$85]['put']['requestBody']['content']['application/json'];
121938
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams = paths[typeof routeName$85]['put']['parameters']['path'];
121939
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams = paths[typeof routeName$85]['put']['parameters']['query'];
121940
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse = paths[typeof routeName$85]['put']['responses'][200]['content']['application/json'];
121928
121941
  interface CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps {
121929
121942
  body: CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody;
121930
121943
  params: {
@@ -121934,11 +121947,11 @@ interface CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps {
121934
121947
  }
121935
121948
  declare const createOrReplacePolicyPackagesForAdvisoryReportById: (props: CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse>;
121936
121949
 
121937
- declare const routeName$83 = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions";
121938
- type CreateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$83]['post']['requestBody']['content']['application/json'];
121939
- type CreateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$83]['post']['parameters']['path'];
121940
- type CreateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$83]['post']['parameters']['query'];
121941
- type CreateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$83]['post']['responses'][201]['content']['application/json'];
121950
+ declare const routeName$84 = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions";
121951
+ type CreateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$84]['post']['requestBody']['content']['application/json'];
121952
+ type CreateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$84]['post']['parameters']['path'];
121953
+ type CreateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$84]['post']['parameters']['query'];
121954
+ type CreateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$84]['post']['responses'][201]['content']['application/json'];
121942
121955
  interface CreateRiskDomainActionForAdvisoryReportByIdProps {
121943
121956
  body: CreateRiskDomainActionForAdvisoryReportByIdBody;
121944
121957
  params: {
@@ -121948,11 +121961,11 @@ interface CreateRiskDomainActionForAdvisoryReportByIdProps {
121948
121961
  }
121949
121962
  declare const createRiskDomainActionForAdvisoryReportById: (props: CreateRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainActionForAdvisoryReportByIdResponse>;
121950
121963
 
121951
- declare const routeName$82 = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}/actions";
121952
- type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody = paths[typeof routeName$82]['put']['requestBody']['content']['application/json'];
121953
- type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$82]['put']['parameters']['path'];
121954
- type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$82]['put']['parameters']['query'];
121955
- type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$82]['put']['responses'][201]['content']['application/json'];
121964
+ declare const routeName$83 = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}/actions";
121965
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody = paths[typeof routeName$83]['put']['requestBody']['content']['application/json'];
121966
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$83]['put']['parameters']['path'];
121967
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$83]['put']['parameters']['query'];
121968
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$83]['put']['responses'][201]['content']['application/json'];
121956
121969
  interface CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps {
121957
121970
  body: CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody;
121958
121971
  params: {
@@ -121962,11 +121975,11 @@ interface CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps {
121962
121975
  }
121963
121976
  declare const createRiskDomainActionFromAdviceForAdvisoryReportById: (props: CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse>;
121964
121977
 
121965
- declare const routeName$81 = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice";
121966
- type CreateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$81]['post']['requestBody']['content']['application/json'];
121967
- type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$81]['post']['parameters']['path'];
121968
- type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$81]['post']['parameters']['query'];
121969
- type CreateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$81]['post']['responses'][201]['content']['application/json'];
121978
+ declare const routeName$82 = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice";
121979
+ type CreateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$82]['post']['requestBody']['content']['application/json'];
121980
+ type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$82]['post']['parameters']['path'];
121981
+ type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$82]['post']['parameters']['query'];
121982
+ type CreateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$82]['post']['responses'][201]['content']['application/json'];
121970
121983
  interface CreateRiskDomainAdviceForAdvisoryReportByIdProps {
121971
121984
  body: CreateRiskDomainAdviceForAdvisoryReportByIdBody;
121972
121985
  params: {
@@ -121976,11 +121989,11 @@ interface CreateRiskDomainAdviceForAdvisoryReportByIdProps {
121976
121989
  }
121977
121990
  declare const createRiskDomainAdviceForAdvisoryReportById: (props: CreateRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainAdviceForAdvisoryReportByIdResponse>;
121978
121991
 
121979
- declare const routeName$80 = "/v1/api/advisory-reports/{report_id}/risk-domains";
121980
- type CreateRiskDomainForAdvisoryReportByIdBody = paths[typeof routeName$80]['post']['requestBody']['content']['application/json'];
121981
- type CreateRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$80]['post']['parameters']['path'];
121982
- type CreateRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$80]['post']['parameters']['query'];
121983
- type CreateRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$80]['post']['responses'][201]['content']['application/json'];
121992
+ declare const routeName$81 = "/v1/api/advisory-reports/{report_id}/risk-domains";
121993
+ type CreateRiskDomainForAdvisoryReportByIdBody = paths[typeof routeName$81]['post']['requestBody']['content']['application/json'];
121994
+ type CreateRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$81]['post']['parameters']['path'];
121995
+ type CreateRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$81]['post']['parameters']['query'];
121996
+ type CreateRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$81]['post']['responses'][201]['content']['application/json'];
121984
121997
  interface CreateRiskDomainForAdvisoryReportByIdProps {
121985
121998
  body: CreateRiskDomainForAdvisoryReportByIdBody;
121986
121999
  params: {
@@ -121990,10 +122003,10 @@ interface CreateRiskDomainForAdvisoryReportByIdProps {
121990
122003
  }
121991
122004
  declare const createRiskDomainForAdvisoryReportById: (props: CreateRiskDomainForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainForAdvisoryReportByIdResponse>;
121992
122005
 
121993
- declare const routeName$7$ = "/v2/api/advisory-reports/{report_id}";
121994
- type DeleteAdvisoryReportPathParams = paths[typeof routeName$7$]['delete']['parameters']['path'];
121995
- type DeleteAdvisoryReportQueryParams = paths[typeof routeName$7$]['delete']['parameters']['query'];
121996
- type DeleteAdvisoryReportResponse = paths[typeof routeName$7$]['delete']['responses'][200]['content']['application/json'];
122006
+ declare const routeName$80 = "/v2/api/advisory-reports/{report_id}";
122007
+ type DeleteAdvisoryReportPathParams = paths[typeof routeName$80]['delete']['parameters']['path'];
122008
+ type DeleteAdvisoryReportQueryParams = paths[typeof routeName$80]['delete']['parameters']['query'];
122009
+ type DeleteAdvisoryReportResponse = paths[typeof routeName$80]['delete']['responses'][200]['content']['application/json'];
121997
122010
  interface DeleteAdvisoryReportProps {
121998
122011
  params: {
121999
122012
  query: DeleteAdvisoryReportQueryParams;
@@ -122002,17 +122015,17 @@ interface DeleteAdvisoryReportProps {
122002
122015
  }
122003
122016
  declare const deleteAdvisoryReport: (props: DeleteAdvisoryReportProps, wgApiClient: ClientType) => Promise<DeleteAdvisoryReportResponse>;
122004
122017
 
122005
- declare const routeName$7_ = "/v1/api/advisory-reports/{report_id}";
122006
- type GetAdvisoryReportByIdPathParams = paths[typeof routeName$7_]['get']['parameters']['path'];
122007
- type GetAdvisoryReportByIdQueryParams = paths[typeof routeName$7_]['get']['parameters']['query'];
122008
- type GetAdvisoryReportByIdResponse = paths[typeof routeName$7_]['get']['responses'][200]['content']['application/json'];
122009
- type GetAdvisoryReportByIdProps = paths[typeof routeName$7_]['get']['parameters'];
122018
+ declare const routeName$7$ = "/v1/api/advisory-reports/{report_id}";
122019
+ type GetAdvisoryReportByIdPathParams = paths[typeof routeName$7$]['get']['parameters']['path'];
122020
+ type GetAdvisoryReportByIdQueryParams = paths[typeof routeName$7$]['get']['parameters']['query'];
122021
+ type GetAdvisoryReportByIdResponse = paths[typeof routeName$7$]['get']['responses'][200]['content']['application/json'];
122022
+ type GetAdvisoryReportByIdProps = paths[typeof routeName$7$]['get']['parameters'];
122010
122023
  declare const getAdvisoryReportById: (props: GetAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportByIdResponse>;
122011
122024
 
122012
- declare const routeName$7Z = "/v1/api/advisory-reports/{report_id}";
122013
- type DeleteAdvisoryReportRevisionPathParams = paths[typeof routeName$7Z]['delete']['parameters']['path'];
122014
- type DeleteAdvisoryReportRevisionQueryParams = paths[typeof routeName$7Z]['delete']['parameters']['query'];
122015
- type DeleteAdvisoryReportRevisionResponse = paths[typeof routeName$7Z]['delete']['responses'][200]['content']['application/json'];
122025
+ declare const routeName$7_ = "/v1/api/advisory-reports/{report_id}";
122026
+ type DeleteAdvisoryReportRevisionPathParams = paths[typeof routeName$7_]['delete']['parameters']['path'];
122027
+ type DeleteAdvisoryReportRevisionQueryParams = paths[typeof routeName$7_]['delete']['parameters']['query'];
122028
+ type DeleteAdvisoryReportRevisionResponse = paths[typeof routeName$7_]['delete']['responses'][200]['content']['application/json'];
122016
122029
  interface DeleteAdvisoryReportRevisionProps {
122017
122030
  params: {
122018
122031
  query: DeleteAdvisoryReportRevisionQueryParams;
@@ -122021,11 +122034,11 @@ interface DeleteAdvisoryReportRevisionProps {
122021
122034
  }
122022
122035
  declare const deleteAdvisoryReportRevision: (props: DeleteAdvisoryReportRevisionProps, wgApiClient: ClientType) => Promise<DeleteAdvisoryReportRevisionResponse>;
122023
122036
 
122024
- declare const routeName$7Y = "/v1/api/advisory-reports/{report_id}";
122025
- type UpdateAdvisoryReportBody = paths[typeof routeName$7Y]['patch']['requestBody']['content']['application/json'];
122026
- type UpdateAdvisoryReportPathParams = paths[typeof routeName$7Y]['patch']['parameters']['path'];
122027
- type UpdateAdvisoryReportQueryParams = paths[typeof routeName$7Y]['patch']['parameters']['query'];
122028
- type UpdateAdvisoryReportResponse = paths[typeof routeName$7Y]['patch']['responses'][200]['content']['application/json'];
122037
+ declare const routeName$7Z = "/v1/api/advisory-reports/{report_id}";
122038
+ type UpdateAdvisoryReportBody = paths[typeof routeName$7Z]['patch']['requestBody']['content']['application/json'];
122039
+ type UpdateAdvisoryReportPathParams = paths[typeof routeName$7Z]['patch']['parameters']['path'];
122040
+ type UpdateAdvisoryReportQueryParams = paths[typeof routeName$7Z]['patch']['parameters']['query'];
122041
+ type UpdateAdvisoryReportResponse = paths[typeof routeName$7Z]['patch']['responses'][200]['content']['application/json'];
122029
122042
  interface UpdateAdvisoryReportProps {
122030
122043
  body: UpdateAdvisoryReportBody;
122031
122044
  params: {
@@ -122035,10 +122048,10 @@ interface UpdateAdvisoryReportProps {
122035
122048
  }
122036
122049
  declare const updateAdvisoryReport: (props: UpdateAdvisoryReportProps, wgApiClient: ClientType) => Promise<UpdateAdvisoryReportResponse>;
122037
122050
 
122038
- declare const routeName$7X = "/v1/api/advisory-reports/{report_id}/insurance-policies/{insurance_policy_id}";
122039
- type DeleteInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$7X]['delete']['parameters']['path'];
122040
- type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$7X]['delete']['parameters']['query'];
122041
- type DeleteInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$7X]['delete']['responses'][200]['content']['application/json'];
122051
+ declare const routeName$7Y = "/v1/api/advisory-reports/{report_id}/insurance-policies/{insurance_policy_id}";
122052
+ type DeleteInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$7Y]['delete']['parameters']['path'];
122053
+ type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$7Y]['delete']['parameters']['query'];
122054
+ type DeleteInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$7Y]['delete']['responses'][200]['content']['application/json'];
122042
122055
  interface DeleteInsurancePolicyForAdvisoryReportByIdProps {
122043
122056
  params: {
122044
122057
  query: DeleteInsurancePolicyForAdvisoryReportByIdQueryParams;
@@ -122047,10 +122060,10 @@ interface DeleteInsurancePolicyForAdvisoryReportByIdProps {
122047
122060
  }
122048
122061
  declare const deleteInsurancePolicyForAdvisoryReportById: (props: DeleteInsurancePolicyForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteInsurancePolicyForAdvisoryReportByIdResponse>;
122049
122062
 
122050
- declare const routeName$7W = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
122051
- type DeleteRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7W]['delete']['parameters']['path'];
122052
- type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7W]['delete']['parameters']['query'];
122053
- type DeleteRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7W]['delete']['responses'][200]['content']['application/json'];
122063
+ declare const routeName$7X = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
122064
+ type DeleteRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7X]['delete']['parameters']['path'];
122065
+ type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7X]['delete']['parameters']['query'];
122066
+ type DeleteRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7X]['delete']['responses'][200]['content']['application/json'];
122054
122067
  interface DeleteRiskDomainActionForAdvisoryReportByIdProps {
122055
122068
  params: {
122056
122069
  query: DeleteRiskDomainActionForAdvisoryReportByIdQueryParams;
@@ -122059,11 +122072,11 @@ interface DeleteRiskDomainActionForAdvisoryReportByIdProps {
122059
122072
  }
122060
122073
  declare const deleteRiskDomainActionForAdvisoryReportById: (props: DeleteRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainActionForAdvisoryReportByIdResponse>;
122061
122074
 
122062
- declare const routeName$7V = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
122063
- type UpdateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$7V]['patch']['requestBody']['content']['application/json'];
122064
- type UpdateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7V]['patch']['parameters']['path'];
122065
- type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7V]['patch']['parameters']['query'];
122066
- type UpdateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7V]['patch']['responses'][200]['content']['application/json'];
122075
+ declare const routeName$7W = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
122076
+ type UpdateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$7W]['patch']['requestBody']['content']['application/json'];
122077
+ type UpdateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7W]['patch']['parameters']['path'];
122078
+ type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7W]['patch']['parameters']['query'];
122079
+ type UpdateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7W]['patch']['responses'][200]['content']['application/json'];
122067
122080
  interface UpdateRiskDomainActionForAdvisoryReportByIdProps {
122068
122081
  body: UpdateRiskDomainActionForAdvisoryReportByIdBody;
122069
122082
  params: {
@@ -122073,10 +122086,10 @@ interface UpdateRiskDomainActionForAdvisoryReportByIdProps {
122073
122086
  }
122074
122087
  declare const updateRiskDomainActionForAdvisoryReportById: (props: UpdateRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainActionForAdvisoryReportByIdResponse>;
122075
122088
 
122076
- declare const routeName$7U = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
122077
- type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7U]['delete']['parameters']['path'];
122078
- type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7U]['delete']['parameters']['query'];
122079
- type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7U]['delete']['responses'][200]['content']['application/json'];
122089
+ declare const routeName$7V = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
122090
+ type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7V]['delete']['parameters']['path'];
122091
+ type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7V]['delete']['parameters']['query'];
122092
+ type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7V]['delete']['responses'][200]['content']['application/json'];
122080
122093
  interface DeleteRiskDomainAdviceForAdvisoryReportByIdProps {
122081
122094
  params: {
122082
122095
  query: DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams;
@@ -122085,11 +122098,11 @@ interface DeleteRiskDomainAdviceForAdvisoryReportByIdProps {
122085
122098
  }
122086
122099
  declare const deleteRiskDomainAdviceForAdvisoryReportById: (props: DeleteRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainAdviceForAdvisoryReportByIdResponse>;
122087
122100
 
122088
- declare const routeName$7T = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
122089
- type UpdateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$7T]['patch']['requestBody']['content']['application/json'];
122090
- type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7T]['patch']['parameters']['path'];
122091
- type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7T]['patch']['parameters']['query'];
122092
- type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7T]['patch']['responses'][201]['content']['application/json'];
122101
+ declare const routeName$7U = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
122102
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$7U]['patch']['requestBody']['content']['application/json'];
122103
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7U]['patch']['parameters']['path'];
122104
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7U]['patch']['parameters']['query'];
122105
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7U]['patch']['responses'][201]['content']['application/json'];
122093
122106
  interface UpdateRiskDomainAdviceForAdvisoryReportByIdProps {
122094
122107
  body: UpdateRiskDomainAdviceForAdvisoryReportByIdBody;
122095
122108
  params: {
@@ -122099,10 +122112,10 @@ interface UpdateRiskDomainAdviceForAdvisoryReportByIdProps {
122099
122112
  }
122100
122113
  declare const updateRiskDomainAdviceForAdvisoryReportById: (props: UpdateRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainAdviceForAdvisoryReportByIdResponse>;
122101
122114
 
122102
- declare const routeName$7S = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}";
122103
- type DeleteRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$7S]['delete']['parameters']['path'];
122104
- type DeleteRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$7S]['delete']['parameters']['query'];
122105
- type DeleteRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$7S]['delete']['responses'][200]['content']['application/json'];
122115
+ declare const routeName$7T = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}";
122116
+ type DeleteRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$7T]['delete']['parameters']['path'];
122117
+ type DeleteRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$7T]['delete']['parameters']['query'];
122118
+ type DeleteRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$7T]['delete']['responses'][200]['content']['application/json'];
122106
122119
  interface DeleteRiskDomainForAdvisoryReportByIdProps {
122107
122120
  params: {
122108
122121
  query: DeleteRiskDomainForAdvisoryReportByIdQueryParams;
@@ -122111,10 +122124,10 @@ interface DeleteRiskDomainForAdvisoryReportByIdProps {
122111
122124
  }
122112
122125
  declare const deleteRiskDomainForAdvisoryReportById: (props: DeleteRiskDomainForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainForAdvisoryReportByIdResponse>;
122113
122126
 
122114
- declare const routeName$7R = "/v1/api/advisory-reports/{report_id}/docx";
122115
- type GenerateDocxDocumentOfAdvisoryReportByIdPathParams = paths[typeof routeName$7R]['post']['parameters']['path'];
122116
- type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7R]['post']['parameters']['query'];
122117
- type GenerateDocxDocumentOfAdvisoryReportByIdResponse = paths[typeof routeName$7R]['post']['responses'][200]['content']['application/json'];
122127
+ declare const routeName$7S = "/v1/api/advisory-reports/{report_id}/docx";
122128
+ type GenerateDocxDocumentOfAdvisoryReportByIdPathParams = paths[typeof routeName$7S]['post']['parameters']['path'];
122129
+ type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7S]['post']['parameters']['query'];
122130
+ type GenerateDocxDocumentOfAdvisoryReportByIdResponse = paths[typeof routeName$7S]['post']['responses'][200]['content']['application/json'];
122118
122131
  interface GenerateDocxDocumentOfAdvisoryReportByIdProps {
122119
122132
  params: {
122120
122133
  query: GenerateDocxDocumentOfAdvisoryReportByIdQueryParams;
@@ -122123,17 +122136,17 @@ interface GenerateDocxDocumentOfAdvisoryReportByIdProps {
122123
122136
  }
122124
122137
  declare const generateDocxDocumentOfAdvisoryReportById: (props: GenerateDocxDocumentOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GenerateDocxDocumentOfAdvisoryReportByIdResponse>;
122125
122138
 
122126
- declare const routeName$7Q = "/v1/api/advisory-reports/{report_id}/pdf";
122127
- type GetPdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$7Q]['get']['parameters']['path'];
122128
- type GetPdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7Q]['get']['parameters']['query'];
122129
- type GetPdfOfAdvisoryReportByIdResponse = paths[typeof routeName$7Q]['get']['responses'][307]['content']['application/json'];
122130
- type GetPdfOfAdvisoryReportByIdProps = paths[typeof routeName$7Q]['get']['parameters'];
122139
+ declare const routeName$7R = "/v1/api/advisory-reports/{report_id}/pdf";
122140
+ type GetPdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$7R]['get']['parameters']['path'];
122141
+ type GetPdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7R]['get']['parameters']['query'];
122142
+ type GetPdfOfAdvisoryReportByIdResponse = paths[typeof routeName$7R]['get']['responses'][307]['content']['application/json'];
122143
+ type GetPdfOfAdvisoryReportByIdProps = paths[typeof routeName$7R]['get']['parameters'];
122131
122144
  declare const getPdfOfAdvisoryReportById: (props: GetPdfOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GetPdfOfAdvisoryReportByIdResponse>;
122132
122145
 
122133
- declare const routeName$7P = "/v1/api/advisory-reports/{report_id}/pdf";
122134
- type GeneratePdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$7P]['post']['parameters']['path'];
122135
- type GeneratePdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7P]['post']['parameters']['query'];
122136
- type GeneratePdfOfAdvisoryReportByIdResponse = paths[typeof routeName$7P]['post']['responses'][200]['content']['application/json'];
122146
+ declare const routeName$7Q = "/v1/api/advisory-reports/{report_id}/pdf";
122147
+ type GeneratePdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$7Q]['post']['parameters']['path'];
122148
+ type GeneratePdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7Q]['post']['parameters']['query'];
122149
+ type GeneratePdfOfAdvisoryReportByIdResponse = paths[typeof routeName$7Q]['post']['responses'][200]['content']['application/json'];
122137
122150
  interface GeneratePdfOfAdvisoryReportByIdProps {
122138
122151
  params: {
122139
122152
  query: GeneratePdfOfAdvisoryReportByIdQueryParams;
@@ -122142,9 +122155,9 @@ interface GeneratePdfOfAdvisoryReportByIdProps {
122142
122155
  }
122143
122156
  declare const generatePdfOfAdvisoryReportById: (props: GeneratePdfOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GeneratePdfOfAdvisoryReportByIdResponse>;
122144
122157
 
122145
- declare const routeName$7O = "/v1/api/advisory-reports/{report_id}/personalise-advices";
122146
- type GeneratePersonalizationAdviceForAdvisoryReportPathParams = paths[typeof routeName$7O]['post']['parameters']['path'];
122147
- type GeneratePersonalizationAdviceForAdvisoryReportResponse = paths[typeof routeName$7O]['post']['responses'][200]['content']['application/json'];
122158
+ declare const routeName$7P = "/v1/api/advisory-reports/{report_id}/personalise-advices";
122159
+ type GeneratePersonalizationAdviceForAdvisoryReportPathParams = paths[typeof routeName$7P]['post']['parameters']['path'];
122160
+ type GeneratePersonalizationAdviceForAdvisoryReportResponse = paths[typeof routeName$7P]['post']['responses'][200]['content']['application/json'];
122148
122161
  interface GeneratePersonalizationAdviceForAdvisoryReportProps {
122149
122162
  params: {
122150
122163
  path: GeneratePersonalizationAdviceForAdvisoryReportPathParams;
@@ -122152,10 +122165,10 @@ interface GeneratePersonalizationAdviceForAdvisoryReportProps {
122152
122165
  }
122153
122166
  declare const generatePersonalizationAdviceForAdvisoryReport: (props: GeneratePersonalizationAdviceForAdvisoryReportProps, wgApiClient: ClientType) => Promise<GeneratePersonalizationAdviceForAdvisoryReportResponse>;
122154
122167
 
122155
- declare const routeName$7N = "/v1/api/advisory-report-front-page-pdf";
122156
- type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody = paths[typeof routeName$7N]['post']['requestBody']['content']['application/json'];
122157
- type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams = paths[typeof routeName$7N]['post']['parameters']['query'];
122158
- type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse = paths[typeof routeName$7N]['post']['responses'][201]['content']['application/json'];
122168
+ declare const routeName$7O = "/v1/api/advisory-report-front-page-pdf";
122169
+ type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody = paths[typeof routeName$7O]['post']['requestBody']['content']['application/json'];
122170
+ type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams = paths[typeof routeName$7O]['post']['parameters']['query'];
122171
+ type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse = paths[typeof routeName$7O]['post']['responses'][201]['content']['application/json'];
122159
122172
  interface GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps {
122160
122173
  body: GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody;
122161
122174
  params: {
@@ -122164,25 +122177,25 @@ interface GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps {
122164
122177
  }
122165
122178
  declare const generateStandaloneFrontPagePdfOfAdvisoryReportAsExample: (props: GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps, wgApiClient: ClientType) => Promise<GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse>;
122166
122179
 
122167
- declare const routeName$7M = "/v1/api/advisory-reports/{report_id_1}/diff/{report_id_2}";
122168
- type GetAdvisoryReportRevisionDiffPathParams = paths[typeof routeName$7M]['get']['parameters']['path'];
122169
- type GetAdvisoryReportRevisionDiffQueryParams = paths[typeof routeName$7M]['get']['parameters']['query'];
122170
- type GetAdvisoryReportRevisionDiffResponse = paths[typeof routeName$7M]['get']['responses'][200]['content']['application/json'];
122171
- type GetAdvisoryReportRevisionDiffProps = paths[typeof routeName$7M]['get']['parameters'];
122180
+ declare const routeName$7N = "/v1/api/advisory-reports/{report_id_1}/diff/{report_id_2}";
122181
+ type GetAdvisoryReportRevisionDiffPathParams = paths[typeof routeName$7N]['get']['parameters']['path'];
122182
+ type GetAdvisoryReportRevisionDiffQueryParams = paths[typeof routeName$7N]['get']['parameters']['query'];
122183
+ type GetAdvisoryReportRevisionDiffResponse = paths[typeof routeName$7N]['get']['responses'][200]['content']['application/json'];
122184
+ type GetAdvisoryReportRevisionDiffProps = paths[typeof routeName$7N]['get']['parameters'];
122172
122185
  declare const getAdvisoryReportRevisionDiff: (props: GetAdvisoryReportRevisionDiffProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportRevisionDiffResponse>;
122173
122186
 
122174
- declare const routeName$7L = "/v1/api/advisory-reports/{report_id}/events";
122175
- type GetEventsByAdvisoryReportIdPathParams = paths[typeof routeName$7L]['get']['parameters']['path'];
122176
- type GetEventsByAdvisoryReportIdQueryParams = paths[typeof routeName$7L]['get']['parameters']['query'];
122177
- type GetEventsByAdvisoryReportIdResponse = paths[typeof routeName$7L]['get']['responses'][200]['content']['application/json'];
122178
- type GetEventsByAdvisoryReportIdProps = paths[typeof routeName$7L]['get']['parameters'];
122187
+ declare const routeName$7M = "/v1/api/advisory-reports/{report_id}/events";
122188
+ type GetEventsByAdvisoryReportIdPathParams = paths[typeof routeName$7M]['get']['parameters']['path'];
122189
+ type GetEventsByAdvisoryReportIdQueryParams = paths[typeof routeName$7M]['get']['parameters']['query'];
122190
+ type GetEventsByAdvisoryReportIdResponse = paths[typeof routeName$7M]['get']['responses'][200]['content']['application/json'];
122191
+ type GetEventsByAdvisoryReportIdProps = paths[typeof routeName$7M]['get']['parameters'];
122179
122192
  declare const getEventsByAdvisoryReportId: (props: GetEventsByAdvisoryReportIdProps, wgApiClient: ClientType) => Promise<GetEventsByAdvisoryReportIdResponse>;
122180
122193
 
122181
- declare const routeName$7K = "/v1/api/advisory-reports/{report_id}/conversations";
122182
- type LinkConversationToAdvisoryReportBody = paths[typeof routeName$7K]['post']['requestBody']['content']['application/json'];
122183
- type LinkConversationToAdvisoryReportPathParams = paths[typeof routeName$7K]['post']['parameters']['path'];
122184
- type LinkConversationToAdvisoryReportQueryParams = paths[typeof routeName$7K]['post']['parameters']['query'];
122185
- type LinkConversationToAdvisoryReportResponse = paths[typeof routeName$7K]['post']['responses'][201]['content']['application/json'];
122194
+ declare const routeName$7L = "/v1/api/advisory-reports/{report_id}/conversations";
122195
+ type LinkConversationToAdvisoryReportBody = paths[typeof routeName$7L]['post']['requestBody']['content']['application/json'];
122196
+ type LinkConversationToAdvisoryReportPathParams = paths[typeof routeName$7L]['post']['parameters']['path'];
122197
+ type LinkConversationToAdvisoryReportQueryParams = paths[typeof routeName$7L]['post']['parameters']['query'];
122198
+ type LinkConversationToAdvisoryReportResponse = paths[typeof routeName$7L]['post']['responses'][201]['content']['application/json'];
122186
122199
  interface LinkConversationToAdvisoryReportProps {
122187
122200
  body: LinkConversationToAdvisoryReportBody;
122188
122201
  params: {
@@ -122192,11 +122205,11 @@ interface LinkConversationToAdvisoryReportProps {
122192
122205
  }
122193
122206
  declare const linkConversationToAdvisoryReport: (props: LinkConversationToAdvisoryReportProps, wgApiClient: ClientType) => Promise<LinkConversationToAdvisoryReportResponse>;
122194
122207
 
122195
- declare const routeName$7J = "/v1/api/advisory-reports/{report_id}/insurance-policies/order";
122196
- type OrderInsurancePolciesOfAdvisoryReportBody = paths[typeof routeName$7J]['put']['requestBody']['content']['application/json'];
122197
- type OrderInsurancePolciesOfAdvisoryReportPathParams = paths[typeof routeName$7J]['put']['parameters']['path'];
122198
- type OrderInsurancePolciesOfAdvisoryReportQueryParams = paths[typeof routeName$7J]['put']['parameters']['query'];
122199
- type OrderInsurancePolciesOfAdvisoryReportResponse = paths[typeof routeName$7J]['put']['responses'][200]['content']['application/json'];
122208
+ declare const routeName$7K = "/v1/api/advisory-reports/{report_id}/insurance-policies/order";
122209
+ type OrderInsurancePolciesOfAdvisoryReportBody = paths[typeof routeName$7K]['put']['requestBody']['content']['application/json'];
122210
+ type OrderInsurancePolciesOfAdvisoryReportPathParams = paths[typeof routeName$7K]['put']['parameters']['path'];
122211
+ type OrderInsurancePolciesOfAdvisoryReportQueryParams = paths[typeof routeName$7K]['put']['parameters']['query'];
122212
+ type OrderInsurancePolciesOfAdvisoryReportResponse = paths[typeof routeName$7K]['put']['responses'][200]['content']['application/json'];
122200
122213
  interface OrderInsurancePolciesOfAdvisoryReportProps {
122201
122214
  body: OrderInsurancePolciesOfAdvisoryReportBody;
122202
122215
  params: {
@@ -122206,11 +122219,11 @@ interface OrderInsurancePolciesOfAdvisoryReportProps {
122206
122219
  }
122207
122220
  declare const orderInsurancePolciesOfAdvisoryReport: (props: OrderInsurancePolciesOfAdvisoryReportProps, wgApiClient: ClientType) => Promise<OrderInsurancePolciesOfAdvisoryReportResponse>;
122208
122221
 
122209
- declare const routeName$7I = "/v1/api/advisory-reports/{report_id}/clauses";
122210
- type PutClausesForReportBody = paths[typeof routeName$7I]['put']['requestBody']['content']['application/json'];
122211
- type PutClausesForReportPathParams = paths[typeof routeName$7I]['put']['parameters']['path'];
122212
- type PutClausesForReportQueryParams = paths[typeof routeName$7I]['put']['parameters']['query'];
122213
- type PutClausesForReportResponse = paths[typeof routeName$7I]['put']['responses'][200]['content']['application/json'];
122222
+ declare const routeName$7J = "/v1/api/advisory-reports/{report_id}/clauses";
122223
+ type PutClausesForReportBody = paths[typeof routeName$7J]['put']['requestBody']['content']['application/json'];
122224
+ type PutClausesForReportPathParams = paths[typeof routeName$7J]['put']['parameters']['path'];
122225
+ type PutClausesForReportQueryParams = paths[typeof routeName$7J]['put']['parameters']['query'];
122226
+ type PutClausesForReportResponse = paths[typeof routeName$7J]['put']['responses'][200]['content']['application/json'];
122214
122227
  interface PutClausesForReportProps {
122215
122228
  body: PutClausesForReportBody;
122216
122229
  params: {
@@ -122220,11 +122233,11 @@ interface PutClausesForReportProps {
122220
122233
  }
122221
122234
  declare const putClausesForReport: (props: PutClausesForReportProps, wgApiClient: ClientType) => Promise<PutClausesForReportResponse>;
122222
122235
 
122223
- declare const routeName$7H = "/v1/api/advisory-reports/{report_id}/email-inquiries";
122224
- type SendAdvisoryReportAsMailBody = paths[typeof routeName$7H]['post']['requestBody']['content']['application/json'];
122225
- type SendAdvisoryReportAsMailPathParams = paths[typeof routeName$7H]['post']['parameters']['path'];
122226
- type SendAdvisoryReportAsMailQueryParams = paths[typeof routeName$7H]['post']['parameters']['query'];
122227
- type SendAdvisoryReportAsMailResponse = paths[typeof routeName$7H]['post']['responses'][201]['content']['application/json'];
122236
+ declare const routeName$7I = "/v1/api/advisory-reports/{report_id}/email-inquiries";
122237
+ type SendAdvisoryReportAsMailBody = paths[typeof routeName$7I]['post']['requestBody']['content']['application/json'];
122238
+ type SendAdvisoryReportAsMailPathParams = paths[typeof routeName$7I]['post']['parameters']['path'];
122239
+ type SendAdvisoryReportAsMailQueryParams = paths[typeof routeName$7I]['post']['parameters']['query'];
122240
+ type SendAdvisoryReportAsMailResponse = paths[typeof routeName$7I]['post']['responses'][201]['content']['application/json'];
122228
122241
  interface SendAdvisoryReportAsMailProps {
122229
122242
  body: SendAdvisoryReportAsMailBody;
122230
122243
  params: {
@@ -122234,15 +122247,15 @@ interface SendAdvisoryReportAsMailProps {
122234
122247
  }
122235
122248
  declare const sendAdvisoryReportAsMail: (props: SendAdvisoryReportAsMailProps, wgApiClient: ClientType) => Promise<SendAdvisoryReportAsMailResponse>;
122236
122249
 
122237
- declare const routeName$7G = "/v1/api/affiliations";
122238
- type GetAllAvailableAffiliationsResponse = paths[typeof routeName$7G]['get']['responses'][200]['content']['application/json'];
122250
+ declare const routeName$7H = "/v1/api/affiliations";
122251
+ type GetAllAvailableAffiliationsResponse = paths[typeof routeName$7H]['get']['responses'][200]['content']['application/json'];
122239
122252
  declare const getAllAvailableAffiliations: (wgApiClient: ClientType) => Promise<GetAllAvailableAffiliationsResponse>;
122240
122253
 
122241
- declare const routeName$7F = "/v1/api/anvaflows/{session_id}/calculate";
122242
- type CalculateAnvaquotesBySessionIdBody = paths[typeof routeName$7F]['post']['requestBody']['content']['application/json'];
122243
- type CalculateAnvaquotesBySessionIdPathParams = paths[typeof routeName$7F]['post']['parameters']['path'];
122244
- type CalculateAnvaquotesBySessionIdQueryParams = paths[typeof routeName$7F]['post']['parameters']['query'];
122245
- type CalculateAnvaquotesBySessionIdResponse = paths[typeof routeName$7F]['post']['responses'][200]['content']['application/json'];
122254
+ declare const routeName$7G = "/v1/api/anvaflows/{session_id}/calculate";
122255
+ type CalculateAnvaquotesBySessionIdBody = paths[typeof routeName$7G]['post']['requestBody']['content']['application/json'];
122256
+ type CalculateAnvaquotesBySessionIdPathParams = paths[typeof routeName$7G]['post']['parameters']['path'];
122257
+ type CalculateAnvaquotesBySessionIdQueryParams = paths[typeof routeName$7G]['post']['parameters']['query'];
122258
+ type CalculateAnvaquotesBySessionIdResponse = paths[typeof routeName$7G]['post']['responses'][200]['content']['application/json'];
122246
122259
  interface CalculateAnvaquotesBySessionIdProps {
122247
122260
  body: CalculateAnvaquotesBySessionIdBody;
122248
122261
  params: {
@@ -122252,11 +122265,11 @@ interface CalculateAnvaquotesBySessionIdProps {
122252
122265
  }
122253
122266
  declare const calculateAnvaquotesBySessionId: (props: CalculateAnvaquotesBySessionIdProps, wgApiClient: ClientType) => Promise<CalculateAnvaquotesBySessionIdResponse>;
122254
122267
 
122255
- declare const routeName$7E = "/v1/api/anvaflows/{session_id}/anva-party";
122256
- type CreateAnvaPartyViaConversationBody = paths[typeof routeName$7E]['post']['requestBody']['content']['application/json'];
122257
- type CreateAnvaPartyViaConversationPathParams = paths[typeof routeName$7E]['post']['parameters']['path'];
122258
- type CreateAnvaPartyViaConversationQueryParams = paths[typeof routeName$7E]['post']['parameters']['query'];
122259
- type CreateAnvaPartyViaConversationResponse = paths[typeof routeName$7E]['post']['responses'][201]['content']['application/json'];
122268
+ declare const routeName$7F = "/v1/api/anvaflows/{session_id}/anva-party";
122269
+ type CreateAnvaPartyViaConversationBody = paths[typeof routeName$7F]['post']['requestBody']['content']['application/json'];
122270
+ type CreateAnvaPartyViaConversationPathParams = paths[typeof routeName$7F]['post']['parameters']['path'];
122271
+ type CreateAnvaPartyViaConversationQueryParams = paths[typeof routeName$7F]['post']['parameters']['query'];
122272
+ type CreateAnvaPartyViaConversationResponse = paths[typeof routeName$7F]['post']['responses'][201]['content']['application/json'];
122260
122273
  interface CreateAnvaPartyViaConversationProps {
122261
122274
  body: CreateAnvaPartyViaConversationBody;
122262
122275
  params: {
@@ -122266,11 +122279,11 @@ interface CreateAnvaPartyViaConversationProps {
122266
122279
  }
122267
122280
  declare const createAnvaPartyViaConversation: (props: CreateAnvaPartyViaConversationProps, wgApiClient: ClientType) => Promise<CreateAnvaPartyViaConversationResponse>;
122268
122281
 
122269
- declare const routeName$7D = "/v1/api/anvaflows/{session_id}/anva-party";
122270
- type UpdateAnvaPartyViaConversationBody = paths[typeof routeName$7D]['patch']['requestBody']['content']['application/json'];
122271
- type UpdateAnvaPartyViaConversationPathParams = paths[typeof routeName$7D]['patch']['parameters']['path'];
122272
- type UpdateAnvaPartyViaConversationQueryParams = paths[typeof routeName$7D]['patch']['parameters']['query'];
122273
- type UpdateAnvaPartyViaConversationResponse = paths[typeof routeName$7D]['patch']['responses'][200]['content']['application/json'];
122282
+ declare const routeName$7E = "/v1/api/anvaflows/{session_id}/anva-party";
122283
+ type UpdateAnvaPartyViaConversationBody = paths[typeof routeName$7E]['patch']['requestBody']['content']['application/json'];
122284
+ type UpdateAnvaPartyViaConversationPathParams = paths[typeof routeName$7E]['patch']['parameters']['path'];
122285
+ type UpdateAnvaPartyViaConversationQueryParams = paths[typeof routeName$7E]['patch']['parameters']['query'];
122286
+ type UpdateAnvaPartyViaConversationResponse = paths[typeof routeName$7E]['patch']['responses'][200]['content']['application/json'];
122274
122287
  interface UpdateAnvaPartyViaConversationProps {
122275
122288
  body: UpdateAnvaPartyViaConversationBody;
122276
122289
  params: {
@@ -122280,16 +122293,16 @@ interface UpdateAnvaPartyViaConversationProps {
122280
122293
  }
122281
122294
  declare const updateAnvaPartyViaConversation: (props: UpdateAnvaPartyViaConversationProps, wgApiClient: ClientType) => Promise<UpdateAnvaPartyViaConversationResponse>;
122282
122295
 
122283
- declare const routeName$7C = "/v1/api/anvaflows/supported-tags";
122284
- type GetSupportedAnvaflowTagsQueryParams = paths[typeof routeName$7C]['get']['parameters']['query'];
122285
- type GetSupportedAnvaflowTagsResponse = paths[typeof routeName$7C]['get']['responses'][200]['content']['application/json'];
122286
- type GetSupportedAnvaflowTagsProps = paths[typeof routeName$7C]['get']['parameters'];
122296
+ declare const routeName$7D = "/v1/api/anvaflows/supported-tags";
122297
+ type GetSupportedAnvaflowTagsQueryParams = paths[typeof routeName$7D]['get']['parameters']['query'];
122298
+ type GetSupportedAnvaflowTagsResponse = paths[typeof routeName$7D]['get']['responses'][200]['content']['application/json'];
122299
+ type GetSupportedAnvaflowTagsProps = paths[typeof routeName$7D]['get']['parameters'];
122287
122300
  declare const getSupportedAnvaflowTags: (props: GetSupportedAnvaflowTagsProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowTagsResponse>;
122288
122301
 
122289
- declare const routeName$7B = "/v1/api/anvaflows/supported-tags";
122290
- type CreateAnvaflowTagsBody = paths[typeof routeName$7B]['put']['requestBody']['content']['application/json'];
122291
- type CreateAnvaflowTagsQueryParams = paths[typeof routeName$7B]['put']['parameters']['query'];
122292
- type CreateAnvaflowTagsResponse = paths[typeof routeName$7B]['put']['responses'][200]['content']['application/json'];
122302
+ declare const routeName$7C = "/v1/api/anvaflows/supported-tags";
122303
+ type CreateAnvaflowTagsBody = paths[typeof routeName$7C]['put']['requestBody']['content']['application/json'];
122304
+ type CreateAnvaflowTagsQueryParams = paths[typeof routeName$7C]['put']['parameters']['query'];
122305
+ type CreateAnvaflowTagsResponse = paths[typeof routeName$7C]['put']['responses'][200]['content']['application/json'];
122293
122306
  interface CreateAnvaflowTagsProps {
122294
122307
  body: CreateAnvaflowTagsBody;
122295
122308
  params: {
@@ -122298,10 +122311,10 @@ interface CreateAnvaflowTagsProps {
122298
122311
  }
122299
122312
  declare const createAnvaflowTags: (props: CreateAnvaflowTagsProps, wgApiClient: ClientType) => Promise<CreateAnvaflowTagsResponse>;
122300
122313
 
122301
- declare const routeName$7A = "/v1/api/anvaflows/closing-questions/{closing_question_id}";
122302
- type DeleteAnvaClosingQuestionsPathParams = paths[typeof routeName$7A]['delete']['parameters']['path'];
122303
- type DeleteAnvaClosingQuestionsQueryParams = paths[typeof routeName$7A]['delete']['parameters']['query'];
122304
- type DeleteAnvaClosingQuestionsResponse = paths[typeof routeName$7A]['delete']['responses'][200]['content']['application/json'];
122314
+ declare const routeName$7B = "/v1/api/anvaflows/closing-questions/{closing_question_id}";
122315
+ type DeleteAnvaClosingQuestionsPathParams = paths[typeof routeName$7B]['delete']['parameters']['path'];
122316
+ type DeleteAnvaClosingQuestionsQueryParams = paths[typeof routeName$7B]['delete']['parameters']['query'];
122317
+ type DeleteAnvaClosingQuestionsResponse = paths[typeof routeName$7B]['delete']['responses'][200]['content']['application/json'];
122305
122318
  interface DeleteAnvaClosingQuestionsProps {
122306
122319
  params: {
122307
122320
  query: DeleteAnvaClosingQuestionsQueryParams;
@@ -122310,11 +122323,11 @@ interface DeleteAnvaClosingQuestionsProps {
122310
122323
  }
122311
122324
  declare const deleteAnvaClosingQuestions: (props: DeleteAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<DeleteAnvaClosingQuestionsResponse>;
122312
122325
 
122313
- declare const routeName$7z = "/v2/api/anvaflows/{session_id}/calculate";
122314
- type EnqueueCalculationAnvaquotesBySessionIdBody = paths[typeof routeName$7z]['post']['requestBody']['content']['application/json'];
122315
- type EnqueueCalculationAnvaquotesBySessionIdPathParams = paths[typeof routeName$7z]['post']['parameters']['path'];
122316
- type EnqueueCalculationAnvaquotesBySessionIdQueryParams = paths[typeof routeName$7z]['post']['parameters']['query'];
122317
- type EnqueueCalculationAnvaquotesBySessionIdResponse = paths[typeof routeName$7z]['post']['responses'][202]['content']['application/json'];
122326
+ declare const routeName$7A = "/v2/api/anvaflows/{session_id}/calculate";
122327
+ type EnqueueCalculationAnvaquotesBySessionIdBody = paths[typeof routeName$7A]['post']['requestBody']['content']['application/json'];
122328
+ type EnqueueCalculationAnvaquotesBySessionIdPathParams = paths[typeof routeName$7A]['post']['parameters']['path'];
122329
+ type EnqueueCalculationAnvaquotesBySessionIdQueryParams = paths[typeof routeName$7A]['post']['parameters']['query'];
122330
+ type EnqueueCalculationAnvaquotesBySessionIdResponse = paths[typeof routeName$7A]['post']['responses'][202]['content']['application/json'];
122318
122331
  interface EnqueueCalculationAnvaquotesBySessionIdProps {
122319
122332
  body: EnqueueCalculationAnvaquotesBySessionIdBody;
122320
122333
  params: {
@@ -122324,11 +122337,11 @@ interface EnqueueCalculationAnvaquotesBySessionIdProps {
122324
122337
  }
122325
122338
  declare const enqueueCalculationAnvaquotesBySessionId: (props: EnqueueCalculationAnvaquotesBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueCalculationAnvaquotesBySessionIdResponse>;
122326
122339
 
122327
- declare const routeName$7y = "/v1/api/anvaflows/{session_id}/send-custom-quotes-to-anva";
122328
- type EnqueueSendCustomQuotesToAnvaBySessionIdBody = paths[typeof routeName$7y]['post']['requestBody']['content']['application/json'];
122329
- type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams = paths[typeof routeName$7y]['post']['parameters']['path'];
122330
- type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams = paths[typeof routeName$7y]['post']['parameters']['query'];
122331
- type EnqueueSendCustomQuotesToAnvaBySessionIdResponse = paths[typeof routeName$7y]['post']['responses'][202]['content']['application/json'];
122340
+ declare const routeName$7z = "/v1/api/anvaflows/{session_id}/send-custom-quotes-to-anva";
122341
+ type EnqueueSendCustomQuotesToAnvaBySessionIdBody = paths[typeof routeName$7z]['post']['requestBody']['content']['application/json'];
122342
+ type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams = paths[typeof routeName$7z]['post']['parameters']['path'];
122343
+ type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams = paths[typeof routeName$7z]['post']['parameters']['query'];
122344
+ type EnqueueSendCustomQuotesToAnvaBySessionIdResponse = paths[typeof routeName$7z]['post']['responses'][202]['content']['application/json'];
122332
122345
  interface EnqueueSendCustomQuotesToAnvaBySessionIdProps {
122333
122346
  body: EnqueueSendCustomQuotesToAnvaBySessionIdBody;
122334
122347
  params: {
@@ -122338,10 +122351,10 @@ interface EnqueueSendCustomQuotesToAnvaBySessionIdProps {
122338
122351
  }
122339
122352
  declare const enqueueSendCustomQuotesToAnvaBySessionId: (props: EnqueueSendCustomQuotesToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueSendCustomQuotesToAnvaBySessionIdResponse>;
122340
122353
 
122341
- declare const routeName$7x = "/v2/api/anvaflows/{session_id}/send-offer-to-anva";
122342
- type EnqueueSendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$7x]['post']['parameters']['path'];
122343
- type EnqueueSendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$7x]['post']['parameters']['query'];
122344
- type EnqueueSendOfferToAnvaBySessionIdResponse = paths[typeof routeName$7x]['post']['responses'][202]['content']['application/json'];
122354
+ declare const routeName$7y = "/v2/api/anvaflows/{session_id}/send-offer-to-anva";
122355
+ type EnqueueSendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$7y]['post']['parameters']['path'];
122356
+ type EnqueueSendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$7y]['post']['parameters']['query'];
122357
+ type EnqueueSendOfferToAnvaBySessionIdResponse = paths[typeof routeName$7y]['post']['responses'][202]['content']['application/json'];
122345
122358
  interface EnqueueSendOfferToAnvaBySessionIdProps {
122346
122359
  params: {
122347
122360
  query: EnqueueSendOfferToAnvaBySessionIdQueryParams;
@@ -122350,16 +122363,16 @@ interface EnqueueSendOfferToAnvaBySessionIdProps {
122350
122363
  }
122351
122364
  declare const enqueueSendOfferToAnvaBySessionId: (props: EnqueueSendOfferToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueSendOfferToAnvaBySessionIdResponse>;
122352
122365
 
122353
- declare const routeName$7w = "/v1/api/anvaflows/closing-questions";
122354
- type GetAnvaClosingQuestionsQueryParams = paths[typeof routeName$7w]['get']['parameters']['query'];
122355
- type GetAnvaClosingQuestionsResponse = paths[typeof routeName$7w]['get']['responses'][200]['content']['application/json'];
122356
- type GetAnvaClosingQuestionsProps = paths[typeof routeName$7w]['get']['parameters'];
122366
+ declare const routeName$7x = "/v1/api/anvaflows/closing-questions";
122367
+ type GetAnvaClosingQuestionsQueryParams = paths[typeof routeName$7x]['get']['parameters']['query'];
122368
+ type GetAnvaClosingQuestionsResponse = paths[typeof routeName$7x]['get']['responses'][200]['content']['application/json'];
122369
+ type GetAnvaClosingQuestionsProps = paths[typeof routeName$7x]['get']['parameters'];
122357
122370
  declare const getAnvaClosingQuestions: (props: GetAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<GetAnvaClosingQuestionsResponse>;
122358
122371
 
122359
- declare const routeName$7v = "/v1/api/anvaflows/closing-questions";
122360
- type UpsertAnvaClosingQuestionsBody = paths[typeof routeName$7v]['put']['requestBody']['content']['application/json'];
122361
- type UpsertAnvaClosingQuestionsQueryParams = paths[typeof routeName$7v]['put']['parameters']['query'];
122362
- type UpsertAnvaClosingQuestionsResponse = paths[typeof routeName$7v]['put']['responses'][200]['content']['application/json'];
122372
+ declare const routeName$7w = "/v1/api/anvaflows/closing-questions";
122373
+ type UpsertAnvaClosingQuestionsBody = paths[typeof routeName$7w]['put']['requestBody']['content']['application/json'];
122374
+ type UpsertAnvaClosingQuestionsQueryParams = paths[typeof routeName$7w]['put']['parameters']['query'];
122375
+ type UpsertAnvaClosingQuestionsResponse = paths[typeof routeName$7w]['put']['responses'][200]['content']['application/json'];
122363
122376
  interface UpsertAnvaClosingQuestionsProps {
122364
122377
  body: UpsertAnvaClosingQuestionsBody;
122365
122378
  params: {
@@ -122368,37 +122381,37 @@ interface UpsertAnvaClosingQuestionsProps {
122368
122381
  }
122369
122382
  declare const upsertAnvaClosingQuestions: (props: UpsertAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<UpsertAnvaClosingQuestionsResponse>;
122370
122383
 
122371
- declare const routeName$7u = "/v1/api/anvaflows/{session_id}/collection-methods";
122372
- type GetAnvaCollectionMethodsPathParams = paths[typeof routeName$7u]['get']['parameters']['path'];
122373
- type GetAnvaCollectionMethodsQueryParams = paths[typeof routeName$7u]['get']['parameters']['query'];
122374
- type GetAnvaCollectionMethodsResponse = paths[typeof routeName$7u]['get']['responses'][200]['content']['application/json'];
122375
- type GetAnvaCollectionMethodsProps = paths[typeof routeName$7u]['get']['parameters'];
122384
+ declare const routeName$7v = "/v1/api/anvaflows/{session_id}/collection-methods";
122385
+ type GetAnvaCollectionMethodsPathParams = paths[typeof routeName$7v]['get']['parameters']['path'];
122386
+ type GetAnvaCollectionMethodsQueryParams = paths[typeof routeName$7v]['get']['parameters']['query'];
122387
+ type GetAnvaCollectionMethodsResponse = paths[typeof routeName$7v]['get']['responses'][200]['content']['application/json'];
122388
+ type GetAnvaCollectionMethodsProps = paths[typeof routeName$7v]['get']['parameters'];
122376
122389
  declare const getAnvaCollectionMethods: (props: GetAnvaCollectionMethodsProps, wgApiClient: ClientType) => Promise<GetAnvaCollectionMethodsResponse>;
122377
122390
 
122378
- declare const routeName$7t = "/v1/api/anvaflows/labels";
122379
- type GetAnvaLabelsQueryParams = paths[typeof routeName$7t]['get']['parameters']['query'];
122380
- type GetAnvaLabelsResponse = paths[typeof routeName$7t]['get']['responses'][200]['content']['application/json'];
122381
- type GetAnvaLabelsProps = paths[typeof routeName$7t]['get']['parameters'];
122391
+ declare const routeName$7u = "/v1/api/anvaflows/labels";
122392
+ type GetAnvaLabelsQueryParams = paths[typeof routeName$7u]['get']['parameters']['query'];
122393
+ type GetAnvaLabelsResponse = paths[typeof routeName$7u]['get']['responses'][200]['content']['application/json'];
122394
+ type GetAnvaLabelsProps = paths[typeof routeName$7u]['get']['parameters'];
122382
122395
  declare const getAnvaLabels: (props: GetAnvaLabelsProps, wgApiClient: ClientType) => Promise<GetAnvaLabelsResponse>;
122383
122396
 
122384
- declare const routeName$7s = "/v1/api/anvaflows/mutation-reasons";
122385
- type GetAnvaMutationReasonsQueryParams = paths[typeof routeName$7s]['get']['parameters']['query'];
122386
- type GetAnvaMutationReasonsResponse = paths[typeof routeName$7s]['get']['responses'][200]['content']['application/json'];
122387
- type GetAnvaMutationReasonsProps = paths[typeof routeName$7s]['get']['parameters'];
122397
+ declare const routeName$7t = "/v1/api/anvaflows/mutation-reasons";
122398
+ type GetAnvaMutationReasonsQueryParams = paths[typeof routeName$7t]['get']['parameters']['query'];
122399
+ type GetAnvaMutationReasonsResponse = paths[typeof routeName$7t]['get']['responses'][200]['content']['application/json'];
122400
+ type GetAnvaMutationReasonsProps = paths[typeof routeName$7t]['get']['parameters'];
122388
122401
  declare const getAnvaMutationReasons: (props: GetAnvaMutationReasonsProps, wgApiClient: ClientType) => Promise<GetAnvaMutationReasonsResponse>;
122389
122402
 
122390
- declare const routeName$7r = "/v1/api/anvaproducts/{anva_product_id}";
122391
- type GetAnvaproductByIdPathParams = paths[typeof routeName$7r]['get']['parameters']['path'];
122392
- type GetAnvaproductByIdQueryParams = paths[typeof routeName$7r]['get']['parameters']['query'];
122393
- type GetAnvaproductByIdResponse = paths[typeof routeName$7r]['get']['responses'][200]['content']['application/json'];
122394
- type GetAnvaproductByIdProps = paths[typeof routeName$7r]['get']['parameters'];
122403
+ declare const routeName$7s = "/v1/api/anvaproducts/{anva_product_id}";
122404
+ type GetAnvaproductByIdPathParams = paths[typeof routeName$7s]['get']['parameters']['path'];
122405
+ type GetAnvaproductByIdQueryParams = paths[typeof routeName$7s]['get']['parameters']['query'];
122406
+ type GetAnvaproductByIdResponse = paths[typeof routeName$7s]['get']['responses'][200]['content']['application/json'];
122407
+ type GetAnvaproductByIdProps = paths[typeof routeName$7s]['get']['parameters'];
122395
122408
  declare const getAnvaproductById: (props: GetAnvaproductByIdProps, wgApiClient: ClientType) => Promise<GetAnvaproductByIdResponse>;
122396
122409
 
122397
- declare const routeName$7q = "/v1/api/anvaproducts/{anva_product_id}";
122398
- type PatchAnvaproductByIdBody = paths[typeof routeName$7q]['patch']['requestBody']['content']['application/json'];
122399
- type PatchAnvaproductByIdPathParams = paths[typeof routeName$7q]['patch']['parameters']['path'];
122400
- type PatchAnvaproductByIdQueryParams = paths[typeof routeName$7q]['patch']['parameters']['query'];
122401
- type PatchAnvaproductByIdResponse = paths[typeof routeName$7q]['patch']['responses'][200]['content']['application/json'];
122410
+ declare const routeName$7r = "/v1/api/anvaproducts/{anva_product_id}";
122411
+ type PatchAnvaproductByIdBody = paths[typeof routeName$7r]['patch']['requestBody']['content']['application/json'];
122412
+ type PatchAnvaproductByIdPathParams = paths[typeof routeName$7r]['patch']['parameters']['path'];
122413
+ type PatchAnvaproductByIdQueryParams = paths[typeof routeName$7r]['patch']['parameters']['query'];
122414
+ type PatchAnvaproductByIdResponse = paths[typeof routeName$7r]['patch']['responses'][200]['content']['application/json'];
122402
122415
  interface PatchAnvaproductByIdProps {
122403
122416
  body: PatchAnvaproductByIdBody;
122404
122417
  params: {
@@ -122408,40 +122421,40 @@ interface PatchAnvaproductByIdProps {
122408
122421
  }
122409
122422
  declare const patchAnvaproductById: (props: PatchAnvaproductByIdProps, wgApiClient: ClientType) => Promise<PatchAnvaproductByIdResponse>;
122410
122423
 
122411
- declare const routeName$7p = "/v1/api/anvaproducts";
122412
- type GetAnvaproductsQueryParams = paths[typeof routeName$7p]['get']['parameters']['query'];
122413
- type GetAnvaproductsResponse = paths[typeof routeName$7p]['get']['responses'][200]['content']['application/json'];
122414
- type GetAnvaproductsProps = paths[typeof routeName$7p]['get']['parameters'];
122424
+ declare const routeName$7q = "/v1/api/anvaproducts";
122425
+ type GetAnvaproductsQueryParams = paths[typeof routeName$7q]['get']['parameters']['query'];
122426
+ type GetAnvaproductsResponse = paths[typeof routeName$7q]['get']['responses'][200]['content']['application/json'];
122427
+ type GetAnvaproductsProps = paths[typeof routeName$7q]['get']['parameters'];
122415
122428
  declare const getAnvaproducts: (props: GetAnvaproductsProps, wgApiClient: ClientType) => Promise<GetAnvaproductsResponse>;
122416
122429
 
122417
- declare const routeName$7o = "/v1/api/anvaflows/supported-coverages";
122418
- type GetSupportedAnvaflowCoveragesQueryParams = paths[typeof routeName$7o]['get']['parameters']['query'];
122419
- type GetSupportedAnvaflowCoveragesResponse = paths[typeof routeName$7o]['get']['responses'][200]['content']['application/json'];
122420
- type GetSupportedAnvaflowCoveragesProps = paths[typeof routeName$7o]['get']['parameters'];
122430
+ declare const routeName$7p = "/v1/api/anvaflows/supported-coverages";
122431
+ type GetSupportedAnvaflowCoveragesQueryParams = paths[typeof routeName$7p]['get']['parameters']['query'];
122432
+ type GetSupportedAnvaflowCoveragesResponse = paths[typeof routeName$7p]['get']['responses'][200]['content']['application/json'];
122433
+ type GetSupportedAnvaflowCoveragesProps = paths[typeof routeName$7p]['get']['parameters'];
122421
122434
  declare const getSupportedAnvaflowCoverages: (props: GetSupportedAnvaflowCoveragesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowCoveragesResponse>;
122422
122435
 
122423
- declare const routeName$7n = "/v1/api/anvaflows/supported-adn-coverages";
122424
- type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams = paths[typeof routeName$7n]['get']['parameters']['query'];
122425
- type GetSupportedAnvaflowCoveragesGroupedByAdnResponse = paths[typeof routeName$7n]['get']['responses'][200]['content']['application/json'];
122426
- type GetSupportedAnvaflowCoveragesGroupedByAdnProps = paths[typeof routeName$7n]['get']['parameters'];
122436
+ declare const routeName$7o = "/v1/api/anvaflows/supported-adn-coverages";
122437
+ type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams = paths[typeof routeName$7o]['get']['parameters']['query'];
122438
+ type GetSupportedAnvaflowCoveragesGroupedByAdnResponse = paths[typeof routeName$7o]['get']['responses'][200]['content']['application/json'];
122439
+ type GetSupportedAnvaflowCoveragesGroupedByAdnProps = paths[typeof routeName$7o]['get']['parameters'];
122427
122440
  declare const getSupportedAnvaflowCoveragesGroupedByAdn: (props: GetSupportedAnvaflowCoveragesGroupedByAdnProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowCoveragesGroupedByAdnResponse>;
122428
122441
 
122429
- declare const routeName$7m = "/v1/api/anvaflows/supported-insurance-companies";
122430
- type GetSupportedAnvaflowInsuranceCompaniesQueryParams = paths[typeof routeName$7m]['get']['parameters']['query'];
122431
- type GetSupportedAnvaflowInsuranceCompaniesResponse = paths[typeof routeName$7m]['get']['responses'][200]['content']['application/json'];
122432
- type GetSupportedAnvaflowInsuranceCompaniesProps = paths[typeof routeName$7m]['get']['parameters'];
122442
+ declare const routeName$7n = "/v1/api/anvaflows/supported-insurance-companies";
122443
+ type GetSupportedAnvaflowInsuranceCompaniesQueryParams = paths[typeof routeName$7n]['get']['parameters']['query'];
122444
+ type GetSupportedAnvaflowInsuranceCompaniesResponse = paths[typeof routeName$7n]['get']['responses'][200]['content']['application/json'];
122445
+ type GetSupportedAnvaflowInsuranceCompaniesProps = paths[typeof routeName$7n]['get']['parameters'];
122433
122446
  declare const getSupportedAnvaflowInsuranceCompanies: (props: GetSupportedAnvaflowInsuranceCompaniesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowInsuranceCompaniesResponse>;
122434
122447
 
122435
- declare const routeName$7l = "/v1/api/anvaflows/supported-insurances";
122436
- type GetSupportedAnvaflowInsurancesQueryParams = paths[typeof routeName$7l]['get']['parameters']['query'];
122437
- type GetSupportedAnvaflowInsurancesResponse = paths[typeof routeName$7l]['get']['responses'][200]['content']['application/json'];
122438
- type GetSupportedAnvaflowInsurancesProps = paths[typeof routeName$7l]['get']['parameters'];
122448
+ declare const routeName$7m = "/v1/api/anvaflows/supported-insurances";
122449
+ type GetSupportedAnvaflowInsurancesQueryParams = paths[typeof routeName$7m]['get']['parameters']['query'];
122450
+ type GetSupportedAnvaflowInsurancesResponse = paths[typeof routeName$7m]['get']['responses'][200]['content']['application/json'];
122451
+ type GetSupportedAnvaflowInsurancesProps = paths[typeof routeName$7m]['get']['parameters'];
122439
122452
  declare const getSupportedAnvaflowInsurances: (props: GetSupportedAnvaflowInsurancesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowInsurancesResponse>;
122440
122453
 
122441
- declare const routeName$7k = "/v1/api/anvaproducts/import";
122442
- type ImportAnvaproductBody = paths[typeof routeName$7k]['post']['requestBody']['content']['application/json'];
122443
- type ImportAnvaproductQueryParams = paths[typeof routeName$7k]['post']['parameters']['query'];
122444
- type ImportAnvaproductResponse = paths[typeof routeName$7k]['post']['responses'][200]['content']['application/json'];
122454
+ declare const routeName$7l = "/v1/api/anvaproducts/import";
122455
+ type ImportAnvaproductBody = paths[typeof routeName$7l]['post']['requestBody']['content']['application/json'];
122456
+ type ImportAnvaproductQueryParams = paths[typeof routeName$7l]['post']['parameters']['query'];
122457
+ type ImportAnvaproductResponse = paths[typeof routeName$7l]['post']['responses'][200]['content']['application/json'];
122445
122458
  interface ImportAnvaproductProps {
122446
122459
  body: ImportAnvaproductBody;
122447
122460
  params: {
@@ -122450,11 +122463,11 @@ interface ImportAnvaproductProps {
122450
122463
  }
122451
122464
  declare const importAnvaproduct: (props: ImportAnvaproductProps, wgApiClient: ClientType) => Promise<ImportAnvaproductResponse>;
122452
122465
 
122453
- declare const routeName$7j = "/v1/api/anvaproducts/{anva_product_id}/coverages/{coverage_code}";
122454
- type PatchAnvaproductCoverageByIdBody = paths[typeof routeName$7j]['patch']['requestBody']['content']['application/json'];
122455
- type PatchAnvaproductCoverageByIdPathParams = paths[typeof routeName$7j]['patch']['parameters']['path'];
122456
- type PatchAnvaproductCoverageByIdQueryParams = paths[typeof routeName$7j]['patch']['parameters']['query'];
122457
- type PatchAnvaproductCoverageByIdResponse = paths[typeof routeName$7j]['patch']['responses'][200]['content']['application/json'];
122466
+ declare const routeName$7k = "/v1/api/anvaproducts/{anva_product_id}/coverages/{coverage_code}";
122467
+ type PatchAnvaproductCoverageByIdBody = paths[typeof routeName$7k]['patch']['requestBody']['content']['application/json'];
122468
+ type PatchAnvaproductCoverageByIdPathParams = paths[typeof routeName$7k]['patch']['parameters']['path'];
122469
+ type PatchAnvaproductCoverageByIdQueryParams = paths[typeof routeName$7k]['patch']['parameters']['query'];
122470
+ type PatchAnvaproductCoverageByIdResponse = paths[typeof routeName$7k]['patch']['responses'][200]['content']['application/json'];
122458
122471
  interface PatchAnvaproductCoverageByIdProps {
122459
122472
  body: PatchAnvaproductCoverageByIdBody;
122460
122473
  params: {
@@ -122464,11 +122477,11 @@ interface PatchAnvaproductCoverageByIdProps {
122464
122477
  }
122465
122478
  declare const patchAnvaproductCoverageById: (props: PatchAnvaproductCoverageByIdProps, wgApiClient: ClientType) => Promise<PatchAnvaproductCoverageByIdResponse>;
122466
122479
 
122467
- declare const routeName$7i = "/v1/api/anvaflows/{session_id}/anvaproducts/{anva_product_id}/calculate";
122468
- type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody = paths[typeof routeName$7i]['post']['requestBody']['content']['application/json'];
122469
- type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams = paths[typeof routeName$7i]['post']['parameters']['path'];
122470
- type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams = paths[typeof routeName$7i]['post']['parameters']['query'];
122471
- type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse = paths[typeof routeName$7i]['post']['responses'][200]['content']['application/json'];
122480
+ declare const routeName$7j = "/v1/api/anvaflows/{session_id}/anvaproducts/{anva_product_id}/calculate";
122481
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody = paths[typeof routeName$7j]['post']['requestBody']['content']['application/json'];
122482
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams = paths[typeof routeName$7j]['post']['parameters']['path'];
122483
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams = paths[typeof routeName$7j]['post']['parameters']['query'];
122484
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse = paths[typeof routeName$7j]['post']['responses'][200]['content']['application/json'];
122472
122485
  interface RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps {
122473
122486
  body: RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody;
122474
122487
  params: {
@@ -122478,11 +122491,11 @@ interface RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps {
122478
122491
  }
122479
122492
  declare const recalculateOneAnvaquoteByAnvaProductIdSessionId: (props: RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps, wgApiClient: ClientType) => Promise<RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse>;
122480
122493
 
122481
- declare const routeName$7h = "/v1/api/anvaflows/{session_id}/recalculate-simulation";
122482
- type RecalculateSimulationBySessionIdBody = paths[typeof routeName$7h]['post']['requestBody']['content']['application/json'];
122483
- type RecalculateSimulationBySessionIdPathParams = paths[typeof routeName$7h]['post']['parameters']['path'];
122484
- type RecalculateSimulationBySessionIdQueryParams = paths[typeof routeName$7h]['post']['parameters']['query'];
122485
- type RecalculateSimulationBySessionIdResponse = paths[typeof routeName$7h]['post']['responses'][200]['content']['application/json'];
122494
+ declare const routeName$7i = "/v1/api/anvaflows/{session_id}/recalculate-simulation";
122495
+ type RecalculateSimulationBySessionIdBody = paths[typeof routeName$7i]['post']['requestBody']['content']['application/json'];
122496
+ type RecalculateSimulationBySessionIdPathParams = paths[typeof routeName$7i]['post']['parameters']['path'];
122497
+ type RecalculateSimulationBySessionIdQueryParams = paths[typeof routeName$7i]['post']['parameters']['query'];
122498
+ type RecalculateSimulationBySessionIdResponse = paths[typeof routeName$7i]['post']['responses'][200]['content']['application/json'];
122486
122499
  interface RecalculateSimulationBySessionIdProps {
122487
122500
  body: RecalculateSimulationBySessionIdBody;
122488
122501
  params: {
@@ -122492,18 +122505,18 @@ interface RecalculateSimulationBySessionIdProps {
122492
122505
  }
122493
122506
  declare const recalculateSimulationBySessionId: (props: RecalculateSimulationBySessionIdProps, wgApiClient: ClientType) => Promise<RecalculateSimulationBySessionIdResponse>;
122494
122507
 
122495
- declare const routeName$7g = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
122496
- type RetrieveAnvaflowsQuestionnairesPathParams = paths[typeof routeName$7g]['get']['parameters']['path'];
122497
- type RetrieveAnvaflowsQuestionnairesQueryParams = paths[typeof routeName$7g]['get']['parameters']['query'];
122498
- type RetrieveAnvaflowsQuestionnairesResponse = paths[typeof routeName$7g]['get']['responses'][200]['content']['application/json'];
122499
- type RetrieveAnvaflowsQuestionnairesProps = paths[typeof routeName$7g]['get']['parameters'];
122508
+ declare const routeName$7h = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
122509
+ type RetrieveAnvaflowsQuestionnairesPathParams = paths[typeof routeName$7h]['get']['parameters']['path'];
122510
+ type RetrieveAnvaflowsQuestionnairesQueryParams = paths[typeof routeName$7h]['get']['parameters']['query'];
122511
+ type RetrieveAnvaflowsQuestionnairesResponse = paths[typeof routeName$7h]['get']['responses'][200]['content']['application/json'];
122512
+ type RetrieveAnvaflowsQuestionnairesProps = paths[typeof routeName$7h]['get']['parameters'];
122500
122513
  declare const retrieveAnvaflowsQuestionnaires: (props: RetrieveAnvaflowsQuestionnairesProps, wgApiClient: ClientType) => Promise<RetrieveAnvaflowsQuestionnairesResponse>;
122501
122514
 
122502
- declare const routeName$7f = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
122503
- type UpdateAnvaflowsQuestionnaireBody = paths[typeof routeName$7f]['put']['requestBody']['content']['application/json'];
122504
- type UpdateAnvaflowsQuestionnairePathParams = paths[typeof routeName$7f]['put']['parameters']['path'];
122505
- type UpdateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$7f]['put']['parameters']['query'];
122506
- type UpdateAnvaflowsQuestionnaireResponse = paths[typeof routeName$7f]['put']['responses'][200]['content']['application/json'];
122515
+ declare const routeName$7g = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
122516
+ type UpdateAnvaflowsQuestionnaireBody = paths[typeof routeName$7g]['put']['requestBody']['content']['application/json'];
122517
+ type UpdateAnvaflowsQuestionnairePathParams = paths[typeof routeName$7g]['put']['parameters']['path'];
122518
+ type UpdateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$7g]['put']['parameters']['query'];
122519
+ type UpdateAnvaflowsQuestionnaireResponse = paths[typeof routeName$7g]['put']['responses'][200]['content']['application/json'];
122507
122520
  interface UpdateAnvaflowsQuestionnaireProps {
122508
122521
  body: UpdateAnvaflowsQuestionnaireBody;
122509
122522
  params: {
@@ -122513,11 +122526,11 @@ interface UpdateAnvaflowsQuestionnaireProps {
122513
122526
  }
122514
122527
  declare const updateAnvaflowsQuestionnaire: (props: UpdateAnvaflowsQuestionnaireProps, wgApiClient: ClientType) => Promise<UpdateAnvaflowsQuestionnaireResponse>;
122515
122528
 
122516
- declare const routeName$7e = "/v1/api/anvaflows/{session_id}/send-offer-mail";
122517
- type SendOfferMailBySessionIdBody = paths[typeof routeName$7e]['post']['requestBody']['content']['application/json'];
122518
- type SendOfferMailBySessionIdPathParams = paths[typeof routeName$7e]['post']['parameters']['path'];
122519
- type SendOfferMailBySessionIdQueryParams = paths[typeof routeName$7e]['post']['parameters']['query'];
122520
- type SendOfferMailBySessionIdResponse = paths[typeof routeName$7e]['post']['responses'][201]['content']['application/json'];
122529
+ declare const routeName$7f = "/v1/api/anvaflows/{session_id}/send-offer-mail";
122530
+ type SendOfferMailBySessionIdBody = paths[typeof routeName$7f]['post']['requestBody']['content']['application/json'];
122531
+ type SendOfferMailBySessionIdPathParams = paths[typeof routeName$7f]['post']['parameters']['path'];
122532
+ type SendOfferMailBySessionIdQueryParams = paths[typeof routeName$7f]['post']['parameters']['query'];
122533
+ type SendOfferMailBySessionIdResponse = paths[typeof routeName$7f]['post']['responses'][201]['content']['application/json'];
122521
122534
  interface SendOfferMailBySessionIdProps {
122522
122535
  body: SendOfferMailBySessionIdBody;
122523
122536
  params: {
@@ -122527,10 +122540,10 @@ interface SendOfferMailBySessionIdProps {
122527
122540
  }
122528
122541
  declare const sendOfferMailBySessionId: (props: SendOfferMailBySessionIdProps, wgApiClient: ClientType) => Promise<SendOfferMailBySessionIdResponse>;
122529
122542
 
122530
- declare const routeName$7d = "/v1/api/anvaflows/{session_id}/send-offer-to-anva";
122531
- type SendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$7d]['post']['parameters']['path'];
122532
- type SendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$7d]['post']['parameters']['query'];
122533
- type SendOfferToAnvaBySessionIdResponse = paths[typeof routeName$7d]['post']['responses'][201]['content']['application/json'];
122543
+ declare const routeName$7e = "/v1/api/anvaflows/{session_id}/send-offer-to-anva";
122544
+ type SendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$7e]['post']['parameters']['path'];
122545
+ type SendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$7e]['post']['parameters']['query'];
122546
+ type SendOfferToAnvaBySessionIdResponse = paths[typeof routeName$7e]['post']['responses'][201]['content']['application/json'];
122534
122547
  interface SendOfferToAnvaBySessionIdProps {
122535
122548
  params: {
122536
122549
  query: SendOfferToAnvaBySessionIdQueryParams;
@@ -122539,10 +122552,10 @@ interface SendOfferToAnvaBySessionIdProps {
122539
122552
  }
122540
122553
  declare const sendOfferToAnvaBySessionId: (props: SendOfferToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<SendOfferToAnvaBySessionIdResponse>;
122541
122554
 
122542
- declare const routeName$7c = "/v1/api/anvaproducts/questionnaires/update-all-questions-by-anvalabels";
122543
- type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody = paths[typeof routeName$7c]['post']['requestBody']['content']['application/json'];
122544
- type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams = paths[typeof routeName$7c]['post']['parameters']['query'];
122545
- type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse = paths[typeof routeName$7c]['post']['responses'][200]['content']['application/json'];
122555
+ declare const routeName$7d = "/v1/api/anvaproducts/questionnaires/update-all-questions-by-anvalabels";
122556
+ type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody = paths[typeof routeName$7d]['post']['requestBody']['content']['application/json'];
122557
+ type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams = paths[typeof routeName$7d]['post']['parameters']['query'];
122558
+ type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse = paths[typeof routeName$7d]['post']['responses'][200]['content']['application/json'];
122546
122559
  interface UpdateQuestionForAllQuestionnairesByAnvaLabelsProps {
122547
122560
  body: UpdateQuestionForAllQuestionnairesByAnvaLabelsBody;
122548
122561
  params: {
@@ -122551,11 +122564,11 @@ interface UpdateQuestionForAllQuestionnairesByAnvaLabelsProps {
122551
122564
  }
122552
122565
  declare const updateQuestionForAllQuestionnairesByAnvaLabels: (props: UpdateQuestionForAllQuestionnairesByAnvaLabelsProps, wgApiClient: ClientType) => Promise<UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse>;
122553
122566
 
122554
- declare const routeName$7b = "/v1/api/anvaproducts/{anva_product_id}/questionnaires/validate";
122555
- type ValidateAnvaflowsQuestionnaireBody = paths[typeof routeName$7b]['post']['requestBody']['content']['application/json'];
122556
- type ValidateAnvaflowsQuestionnairePathParams = paths[typeof routeName$7b]['post']['parameters']['path'];
122557
- type ValidateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$7b]['post']['parameters']['query'];
122558
- type ValidateAnvaflowsQuestionnaireResponse = paths[typeof routeName$7b]['post']['responses'][200]['content']['application/json'];
122567
+ declare const routeName$7c = "/v1/api/anvaproducts/{anva_product_id}/questionnaires/validate";
122568
+ type ValidateAnvaflowsQuestionnaireBody = paths[typeof routeName$7c]['post']['requestBody']['content']['application/json'];
122569
+ type ValidateAnvaflowsQuestionnairePathParams = paths[typeof routeName$7c]['post']['parameters']['path'];
122570
+ type ValidateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$7c]['post']['parameters']['query'];
122571
+ type ValidateAnvaflowsQuestionnaireResponse = paths[typeof routeName$7c]['post']['responses'][200]['content']['application/json'];
122559
122572
  interface ValidateAnvaflowsQuestionnaireProps {
122560
122573
  body: ValidateAnvaflowsQuestionnaireBody;
122561
122574
  params: {
@@ -122565,28 +122578,28 @@ interface ValidateAnvaflowsQuestionnaireProps {
122565
122578
  }
122566
122579
  declare const validateAnvaflowsQuestionnaire: (props: ValidateAnvaflowsQuestionnaireProps, wgApiClient: ClientType) => Promise<ValidateAnvaflowsQuestionnaireResponse>;
122567
122580
 
122568
- declare const routeName$7a = "/v1/api/anva-producers/{anva_producer_id}";
122569
- type GetBrokerByAnvaProducerIdPathParams = paths[typeof routeName$7a]['get']['parameters']['path'];
122570
- type GetBrokerByAnvaProducerIdResponse = paths[typeof routeName$7a]['get']['responses'][200]['content']['application/json'];
122571
- type GetBrokerByAnvaProducerIdProps = paths[typeof routeName$7a]['get']['parameters'];
122581
+ declare const routeName$7b = "/v1/api/anva-producers/{anva_producer_id}";
122582
+ type GetBrokerByAnvaProducerIdPathParams = paths[typeof routeName$7b]['get']['parameters']['path'];
122583
+ type GetBrokerByAnvaProducerIdResponse = paths[typeof routeName$7b]['get']['responses'][200]['content']['application/json'];
122584
+ type GetBrokerByAnvaProducerIdProps = paths[typeof routeName$7b]['get']['parameters'];
122572
122585
  declare const getBrokerByAnvaProducerId: (props: GetBrokerByAnvaProducerIdProps, wgApiClient: ClientType) => Promise<GetBrokerByAnvaProducerIdResponse>;
122573
122586
 
122574
- declare const routeName$79 = "/v1/api/anva-relation-managers/{anva_relation_manager_id}";
122575
- type GetBrokerByAnvaRelationMangerIdPathParams = paths[typeof routeName$79]['get']['parameters']['path'];
122576
- type GetBrokerByAnvaRelationMangerIdResponse = paths[typeof routeName$79]['get']['responses'][200]['content']['application/json'];
122577
- type GetBrokerByAnvaRelationMangerIdProps = paths[typeof routeName$79]['get']['parameters'];
122587
+ declare const routeName$7a = "/v1/api/anva-relation-managers/{anva_relation_manager_id}";
122588
+ type GetBrokerByAnvaRelationMangerIdPathParams = paths[typeof routeName$7a]['get']['parameters']['path'];
122589
+ type GetBrokerByAnvaRelationMangerIdResponse = paths[typeof routeName$7a]['get']['responses'][200]['content']['application/json'];
122590
+ type GetBrokerByAnvaRelationMangerIdProps = paths[typeof routeName$7a]['get']['parameters'];
122578
122591
  declare const getBrokerByAnvaRelationMangerId: (props: GetBrokerByAnvaRelationMangerIdProps, wgApiClient: ClientType) => Promise<GetBrokerByAnvaRelationMangerIdResponse>;
122579
122592
 
122580
- declare const routeName$78 = "/v1/api/brokers/{broker_id}/integrations";
122581
- type GetBrokerIntegrationsPathParams = paths[typeof routeName$78]['get']['parameters']['path'];
122582
- type GetBrokerIntegrationsResponse = paths[typeof routeName$78]['get']['responses'][200]['content']['application/json'];
122583
- type GetBrokerIntegrationsProps = paths[typeof routeName$78]['get']['parameters'];
122593
+ declare const routeName$79 = "/v1/api/brokers/{broker_id}/integrations";
122594
+ type GetBrokerIntegrationsPathParams = paths[typeof routeName$79]['get']['parameters']['path'];
122595
+ type GetBrokerIntegrationsResponse = paths[typeof routeName$79]['get']['responses'][200]['content']['application/json'];
122596
+ type GetBrokerIntegrationsProps = paths[typeof routeName$79]['get']['parameters'];
122584
122597
  declare const getBrokerIntegrations: (props: GetBrokerIntegrationsProps, wgApiClient: ClientType) => Promise<GetBrokerIntegrationsResponse>;
122585
122598
 
122586
- declare const routeName$77 = "/v1/api/brokers/{broker_id}/integrations";
122587
- type UpdateBrokerIntegrationsBody = paths[typeof routeName$77]['patch']['requestBody']['content']['application/json'];
122588
- type UpdateBrokerIntegrationsPathParams = paths[typeof routeName$77]['patch']['parameters']['path'];
122589
- type UpdateBrokerIntegrationsResponse = paths[typeof routeName$77]['patch']['responses'][200]['content']['application/json'];
122599
+ declare const routeName$78 = "/v1/api/brokers/{broker_id}/integrations";
122600
+ type UpdateBrokerIntegrationsBody = paths[typeof routeName$78]['patch']['requestBody']['content']['application/json'];
122601
+ type UpdateBrokerIntegrationsPathParams = paths[typeof routeName$78]['patch']['parameters']['path'];
122602
+ type UpdateBrokerIntegrationsResponse = paths[typeof routeName$78]['patch']['responses'][200]['content']['application/json'];
122590
122603
  interface UpdateBrokerIntegrationsProps {
122591
122604
  body: UpdateBrokerIntegrationsBody;
122592
122605
  params: {
@@ -122595,27 +122608,27 @@ interface UpdateBrokerIntegrationsProps {
122595
122608
  }
122596
122609
  declare const updateBrokerIntegrations: (props: UpdateBrokerIntegrationsProps, wgApiClient: ClientType) => Promise<UpdateBrokerIntegrationsResponse>;
122597
122610
 
122598
- declare const routeName$76 = "/v1/api/brokers/me";
122599
- type GetCurrentBrokerOfTheUserResponse = paths[typeof routeName$76]['get']['responses'][200]['content']['application/json'];
122611
+ declare const routeName$77 = "/v1/api/brokers/me";
122612
+ type GetCurrentBrokerOfTheUserResponse = paths[typeof routeName$77]['get']['responses'][200]['content']['application/json'];
122600
122613
  declare const getCurrentBrokerOfTheUser: (wgApiClient: ClientType) => Promise<GetCurrentBrokerOfTheUserResponse>;
122601
122614
 
122602
- declare const routeName$75 = "/v1/api/brokers/{broker_id}/checklists/onboarding";
122603
- type GetOnboardingChecklistByBrokerPathParams = paths[typeof routeName$75]['get']['parameters']['path'];
122604
- type GetOnboardingChecklistByBrokerQueryParams = paths[typeof routeName$75]['get']['parameters']['query'];
122605
- type GetOnboardingChecklistByBrokerResponse = paths[typeof routeName$75]['get']['responses'][200]['content']['application/json'];
122606
- type GetOnboardingChecklistByBrokerProps = paths[typeof routeName$75]['get']['parameters'];
122615
+ declare const routeName$76 = "/v1/api/brokers/{broker_id}/checklists/onboarding";
122616
+ type GetOnboardingChecklistByBrokerPathParams = paths[typeof routeName$76]['get']['parameters']['path'];
122617
+ type GetOnboardingChecklistByBrokerQueryParams = paths[typeof routeName$76]['get']['parameters']['query'];
122618
+ type GetOnboardingChecklistByBrokerResponse = paths[typeof routeName$76]['get']['responses'][200]['content']['application/json'];
122619
+ type GetOnboardingChecklistByBrokerProps = paths[typeof routeName$76]['get']['parameters'];
122607
122620
  declare const getOnboardingChecklistByBroker: (props: GetOnboardingChecklistByBrokerProps, wgApiClient: ClientType) => Promise<GetOnboardingChecklistByBrokerResponse>;
122608
122621
 
122609
- declare const routeName$74 = "/v1/api/brokers/{broker_id}";
122610
- type GetTheBrokerByIdPathParams = paths[typeof routeName$74]['get']['parameters']['path'];
122611
- type GetTheBrokerByIdResponse = paths[typeof routeName$74]['get']['responses'][200]['content']['application/json'];
122612
- type GetTheBrokerByIdProps = paths[typeof routeName$74]['get']['parameters'];
122622
+ declare const routeName$75 = "/v1/api/brokers/{broker_id}";
122623
+ type GetTheBrokerByIdPathParams = paths[typeof routeName$75]['get']['parameters']['path'];
122624
+ type GetTheBrokerByIdResponse = paths[typeof routeName$75]['get']['responses'][200]['content']['application/json'];
122625
+ type GetTheBrokerByIdProps = paths[typeof routeName$75]['get']['parameters'];
122613
122626
  declare const getTheBrokerById: (props: GetTheBrokerByIdProps, wgApiClient: ClientType) => Promise<GetTheBrokerByIdResponse>;
122614
122627
 
122615
- declare const routeName$73 = "/v1/api/brokers/{broker_id}";
122616
- type UpdateBrokerByBrokerBody = paths[typeof routeName$73]['patch']['requestBody']['content']['application/json'];
122617
- type UpdateBrokerByBrokerPathParams = paths[typeof routeName$73]['patch']['parameters']['path'];
122618
- type UpdateBrokerByBrokerResponse = paths[typeof routeName$73]['patch']['responses'][200]['content']['application/json'];
122628
+ declare const routeName$74 = "/v1/api/brokers/{broker_id}";
122629
+ type UpdateBrokerByBrokerBody = paths[typeof routeName$74]['patch']['requestBody']['content']['application/json'];
122630
+ type UpdateBrokerByBrokerPathParams = paths[typeof routeName$74]['patch']['parameters']['path'];
122631
+ type UpdateBrokerByBrokerResponse = paths[typeof routeName$74]['patch']['responses'][200]['content']['application/json'];
122619
122632
  interface UpdateBrokerByBrokerProps {
122620
122633
  body: UpdateBrokerByBrokerBody;
122621
122634
  params: {
@@ -122624,16 +122637,16 @@ interface UpdateBrokerByBrokerProps {
122624
122637
  }
122625
122638
  declare const updateBrokerByBroker: (props: UpdateBrokerByBrokerProps, wgApiClient: ClientType) => Promise<UpdateBrokerByBrokerResponse>;
122626
122639
 
122627
- declare const routeName$72 = "/v1/api/campaigns";
122628
- type GetAllCampaignsByDistributionQueryParams = paths[typeof routeName$72]['get']['parameters']['query'];
122629
- type GetAllCampaignsByDistributionResponse = paths[typeof routeName$72]['get']['responses'][200]['content']['application/json'];
122630
- type GetAllCampaignsByDistributionProps = paths[typeof routeName$72]['get']['parameters'];
122640
+ declare const routeName$73 = "/v1/api/campaigns";
122641
+ type GetAllCampaignsByDistributionQueryParams = paths[typeof routeName$73]['get']['parameters']['query'];
122642
+ type GetAllCampaignsByDistributionResponse = paths[typeof routeName$73]['get']['responses'][200]['content']['application/json'];
122643
+ type GetAllCampaignsByDistributionProps = paths[typeof routeName$73]['get']['parameters'];
122631
122644
  declare const getAllCampaignsByDistribution: (props: GetAllCampaignsByDistributionProps, wgApiClient: ClientType) => Promise<GetAllCampaignsByDistributionResponse>;
122632
122645
 
122633
- declare const routeName$71 = "/v1/api/campaigns";
122634
- type CreateCampaignBody = paths[typeof routeName$71]['post']['requestBody']['content']['application/json'];
122635
- type CreateCampaignQueryParams = paths[typeof routeName$71]['post']['parameters']['query'];
122636
- type CreateCampaignResponse = paths[typeof routeName$71]['post']['responses'][201]['content']['application/json'];
122646
+ declare const routeName$72 = "/v1/api/campaigns";
122647
+ type CreateCampaignBody = paths[typeof routeName$72]['post']['requestBody']['content']['application/json'];
122648
+ type CreateCampaignQueryParams = paths[typeof routeName$72]['post']['parameters']['query'];
122649
+ type CreateCampaignResponse = paths[typeof routeName$72]['post']['responses'][201]['content']['application/json'];
122637
122650
  interface CreateCampaignProps {
122638
122651
  body: CreateCampaignBody;
122639
122652
  params: {
@@ -122642,10 +122655,10 @@ interface CreateCampaignProps {
122642
122655
  }
122643
122656
  declare const createCampaign: (props: CreateCampaignProps, wgApiClient: ClientType) => Promise<CreateCampaignResponse>;
122644
122657
 
122645
- declare const routeName$70 = "/v1/api/campaigns/dns-prefixes/generate";
122646
- type GenerateDnsPrefixBody = paths[typeof routeName$70]['post']['requestBody']['content']['application/json'];
122647
- type GenerateDnsPrefixQueryParams = paths[typeof routeName$70]['post']['parameters']['query'];
122648
- type GenerateDnsPrefixResponse = paths[typeof routeName$70]['post']['responses'][200]['content']['application/json'];
122658
+ declare const routeName$71 = "/v1/api/campaigns/dns-prefixes/generate";
122659
+ type GenerateDnsPrefixBody = paths[typeof routeName$71]['post']['requestBody']['content']['application/json'];
122660
+ type GenerateDnsPrefixQueryParams = paths[typeof routeName$71]['post']['parameters']['query'];
122661
+ type GenerateDnsPrefixResponse = paths[typeof routeName$71]['post']['responses'][200]['content']['application/json'];
122649
122662
  interface GenerateDnsPrefixProps {
122650
122663
  body: GenerateDnsPrefixBody;
122651
122664
  params: {
@@ -122654,24 +122667,24 @@ interface GenerateDnsPrefixProps {
122654
122667
  }
122655
122668
  declare const generateDnsPrefix: (props: GenerateDnsPrefixProps, wgApiClient: ClientType) => Promise<GenerateDnsPrefixResponse>;
122656
122669
 
122657
- declare const routeName$6$ = "/v1/api/campaign-templates";
122658
- type GetAllCampaignTemplatesQueryParams = paths[typeof routeName$6$]['get']['parameters']['query'];
122659
- type GetAllCampaignTemplatesResponse = paths[typeof routeName$6$]['get']['responses'][200]['content']['application/json'];
122660
- type GetAllCampaignTemplatesProps = paths[typeof routeName$6$]['get']['parameters'];
122670
+ declare const routeName$70 = "/v1/api/campaign-templates";
122671
+ type GetAllCampaignTemplatesQueryParams = paths[typeof routeName$70]['get']['parameters']['query'];
122672
+ type GetAllCampaignTemplatesResponse = paths[typeof routeName$70]['get']['responses'][200]['content']['application/json'];
122673
+ type GetAllCampaignTemplatesProps = paths[typeof routeName$70]['get']['parameters'];
122661
122674
  declare const getAllCampaignTemplates: (props: GetAllCampaignTemplatesProps, wgApiClient: ClientType) => Promise<GetAllCampaignTemplatesResponse>;
122662
122675
 
122663
- declare const routeName$6_ = "/v1/api/campaigns/{campaign_id}";
122664
- type GetCampaignByIdPathParams = paths[typeof routeName$6_]['get']['parameters']['path'];
122665
- type GetCampaignByIdQueryParams = paths[typeof routeName$6_]['get']['parameters']['query'];
122666
- type GetCampaignByIdResponse = paths[typeof routeName$6_]['get']['responses'][200]['content']['application/json'];
122667
- type GetCampaignByIdProps = paths[typeof routeName$6_]['get']['parameters'];
122676
+ declare const routeName$6$ = "/v1/api/campaigns/{campaign_id}";
122677
+ type GetCampaignByIdPathParams = paths[typeof routeName$6$]['get']['parameters']['path'];
122678
+ type GetCampaignByIdQueryParams = paths[typeof routeName$6$]['get']['parameters']['query'];
122679
+ type GetCampaignByIdResponse = paths[typeof routeName$6$]['get']['responses'][200]['content']['application/json'];
122680
+ type GetCampaignByIdProps = paths[typeof routeName$6$]['get']['parameters'];
122668
122681
  declare const getCampaignById: (props: GetCampaignByIdProps, wgApiClient: ClientType) => Promise<GetCampaignByIdResponse>;
122669
122682
 
122670
- declare const routeName$6Z = "/v1/api/campaigns/{campaign_id}";
122671
- type UpdateCampaignBody = paths[typeof routeName$6Z]['patch']['requestBody']['content']['application/json'];
122672
- type UpdateCampaignPathParams = paths[typeof routeName$6Z]['patch']['parameters']['path'];
122673
- type UpdateCampaignQueryParams = paths[typeof routeName$6Z]['patch']['parameters']['query'];
122674
- type UpdateCampaignResponse = paths[typeof routeName$6Z]['patch']['responses'][200]['content']['application/json'];
122683
+ declare const routeName$6_ = "/v1/api/campaigns/{campaign_id}";
122684
+ type UpdateCampaignBody = paths[typeof routeName$6_]['patch']['requestBody']['content']['application/json'];
122685
+ type UpdateCampaignPathParams = paths[typeof routeName$6_]['patch']['parameters']['path'];
122686
+ type UpdateCampaignQueryParams = paths[typeof routeName$6_]['patch']['parameters']['query'];
122687
+ type UpdateCampaignResponse = paths[typeof routeName$6_]['patch']['responses'][200]['content']['application/json'];
122675
122688
  interface UpdateCampaignProps {
122676
122689
  body: UpdateCampaignBody;
122677
122690
  params: {
@@ -122681,28 +122694,28 @@ interface UpdateCampaignProps {
122681
122694
  }
122682
122695
  declare const updateCampaign: (props: UpdateCampaignProps, wgApiClient: ClientType) => Promise<UpdateCampaignResponse>;
122683
122696
 
122684
- declare const routeName$6Y = "/v1/api/distributions/campaign-settings";
122685
- type GetCampaignSettingsByDistributionQueryParams = paths[typeof routeName$6Y]['get']['parameters']['query'];
122686
- type GetCampaignSettingsByDistributionResponse = paths[typeof routeName$6Y]['get']['responses'][200]['content']['application/json'];
122687
- type GetCampaignSettingsByDistributionProps = paths[typeof routeName$6Y]['get']['parameters'];
122697
+ declare const routeName$6Z = "/v1/api/distributions/campaign-settings";
122698
+ type GetCampaignSettingsByDistributionQueryParams = paths[typeof routeName$6Z]['get']['parameters']['query'];
122699
+ type GetCampaignSettingsByDistributionResponse = paths[typeof routeName$6Z]['get']['responses'][200]['content']['application/json'];
122700
+ type GetCampaignSettingsByDistributionProps = paths[typeof routeName$6Z]['get']['parameters'];
122688
122701
  declare const getCampaignSettingsByDistribution: (props: GetCampaignSettingsByDistributionProps, wgApiClient: ClientType) => Promise<GetCampaignSettingsByDistributionResponse>;
122689
122702
 
122690
- declare const routeName$6X = "/v1/api/mail-templates/campaign-target";
122691
- type GetCampaignTargetMailTemplateQueryParams = paths[typeof routeName$6X]['get']['parameters']['query'];
122692
- type GetCampaignTargetMailTemplateResponse = paths[typeof routeName$6X]['get']['responses'][200]['content']['application/json'];
122693
- type GetCampaignTargetMailTemplateProps = paths[typeof routeName$6X]['get']['parameters'];
122703
+ declare const routeName$6Y = "/v1/api/mail-templates/campaign-target";
122704
+ type GetCampaignTargetMailTemplateQueryParams = paths[typeof routeName$6Y]['get']['parameters']['query'];
122705
+ type GetCampaignTargetMailTemplateResponse = paths[typeof routeName$6Y]['get']['responses'][200]['content']['application/json'];
122706
+ type GetCampaignTargetMailTemplateProps = paths[typeof routeName$6Y]['get']['parameters'];
122694
122707
  declare const getCampaignTargetMailTemplate: (props: GetCampaignTargetMailTemplateProps, wgApiClient: ClientType) => Promise<GetCampaignTargetMailTemplateResponse>;
122695
122708
 
122696
- declare const routeName$6W = "/v1/api/campaigns/{campaign_id}/metrics";
122697
- type GetMetricsByCampaignPathParams = paths[typeof routeName$6W]['get']['parameters']['path'];
122698
- type GetMetricsByCampaignQueryParams = paths[typeof routeName$6W]['get']['parameters']['query'];
122699
- type GetMetricsByCampaignResponse = paths[typeof routeName$6W]['get']['responses'][200]['content']['application/json'];
122700
- type GetMetricsByCampaignProps = paths[typeof routeName$6W]['get']['parameters'];
122709
+ declare const routeName$6X = "/v1/api/campaigns/{campaign_id}/metrics";
122710
+ type GetMetricsByCampaignPathParams = paths[typeof routeName$6X]['get']['parameters']['path'];
122711
+ type GetMetricsByCampaignQueryParams = paths[typeof routeName$6X]['get']['parameters']['query'];
122712
+ type GetMetricsByCampaignResponse = paths[typeof routeName$6X]['get']['responses'][200]['content']['application/json'];
122713
+ type GetMetricsByCampaignProps = paths[typeof routeName$6X]['get']['parameters'];
122701
122714
  declare const getMetricsByCampaign: (props: GetMetricsByCampaignProps, wgApiClient: ClientType) => Promise<GetMetricsByCampaignResponse>;
122702
122715
 
122703
- declare const routeName$6V = "/v1/api/campaigns/example-mails";
122704
- type SendExampleCampaignTargetMailQueryParams = paths[typeof routeName$6V]['post']['parameters']['query'];
122705
- type SendExampleCampaignTargetMailResponse = paths[typeof routeName$6V]['post']['responses'][201]['content']['application/json'];
122716
+ declare const routeName$6W = "/v1/api/campaigns/example-mails";
122717
+ type SendExampleCampaignTargetMailQueryParams = paths[typeof routeName$6W]['post']['parameters']['query'];
122718
+ type SendExampleCampaignTargetMailResponse = paths[typeof routeName$6W]['post']['responses'][201]['content']['application/json'];
122706
122719
  interface SendExampleCampaignTargetMailProps {
122707
122720
  params: {
122708
122721
  query: SendExampleCampaignTargetMailQueryParams;
@@ -122710,10 +122723,10 @@ interface SendExampleCampaignTargetMailProps {
122710
122723
  }
122711
122724
  declare const sendExampleCampaignTargetMail: (props: SendExampleCampaignTargetMailProps, wgApiClient: ClientType) => Promise<SendExampleCampaignTargetMailResponse>;
122712
122725
 
122713
- declare const routeName$6U = "/v1/api/campaigns/{campaign_id}/targets";
122714
- type UpdateTargetsByCampaignPathParams = paths[typeof routeName$6U]['patch']['parameters']['path'];
122715
- type UpdateTargetsByCampaignQueryParams = paths[typeof routeName$6U]['patch']['parameters']['query'];
122716
- type UpdateTargetsByCampaignResponse = paths[typeof routeName$6U]['patch']['responses'][200]['content']['application/json'];
122726
+ declare const routeName$6V = "/v1/api/campaigns/{campaign_id}/targets";
122727
+ type UpdateTargetsByCampaignPathParams = paths[typeof routeName$6V]['patch']['parameters']['path'];
122728
+ type UpdateTargetsByCampaignQueryParams = paths[typeof routeName$6V]['patch']['parameters']['query'];
122729
+ type UpdateTargetsByCampaignResponse = paths[typeof routeName$6V]['patch']['responses'][200]['content']['application/json'];
122717
122730
  interface UpdateTargetsByCampaignProps {
122718
122731
  params: {
122719
122732
  query: UpdateTargetsByCampaignQueryParams;
@@ -122722,17 +122735,17 @@ interface UpdateTargetsByCampaignProps {
122722
122735
  }
122723
122736
  declare const updateTargetsByCampaign: (props: UpdateTargetsByCampaignProps, wgApiClient: ClientType) => Promise<UpdateTargetsByCampaignResponse>;
122724
122737
 
122725
- declare const routeName$6T = "/v1/api/claims/{claim_id}/report";
122726
- type ClaimReportByIdPathParams = paths[typeof routeName$6T]['get']['parameters']['path'];
122727
- type ClaimReportByIdQueryParams = paths[typeof routeName$6T]['get']['parameters']['query'];
122728
- type ClaimReportByIdResponse = paths[typeof routeName$6T]['get']['responses'][200]['content']['application/json'];
122729
- type ClaimReportByIdProps = paths[typeof routeName$6T]['get']['parameters'];
122738
+ declare const routeName$6U = "/v1/api/claims/{claim_id}/report";
122739
+ type ClaimReportByIdPathParams = paths[typeof routeName$6U]['get']['parameters']['path'];
122740
+ type ClaimReportByIdQueryParams = paths[typeof routeName$6U]['get']['parameters']['query'];
122741
+ type ClaimReportByIdResponse = paths[typeof routeName$6U]['get']['responses'][200]['content']['application/json'];
122742
+ type ClaimReportByIdProps = paths[typeof routeName$6U]['get']['parameters'];
122730
122743
  declare const claimReportById: (props: ClaimReportByIdProps, wgApiClient: ClientType) => Promise<ClaimReportByIdResponse>;
122731
122744
 
122732
- declare const routeName$6S = "/v1/api/claims/{claim_id}/request_update";
122733
- type ClaimRequestUpdatePathParams = paths[typeof routeName$6S]['post']['parameters']['path'];
122734
- type ClaimRequestUpdateQueryParams = paths[typeof routeName$6S]['post']['parameters']['query'];
122735
- type ClaimRequestUpdateResponse = paths[typeof routeName$6S]['post']['responses'][200]['content']['application/json'];
122745
+ declare const routeName$6T = "/v1/api/claims/{claim_id}/request_update";
122746
+ type ClaimRequestUpdatePathParams = paths[typeof routeName$6T]['post']['parameters']['path'];
122747
+ type ClaimRequestUpdateQueryParams = paths[typeof routeName$6T]['post']['parameters']['query'];
122748
+ type ClaimRequestUpdateResponse = paths[typeof routeName$6T]['post']['responses'][200]['content']['application/json'];
122736
122749
  interface ClaimRequestUpdateProps {
122737
122750
  params: {
122738
122751
  query: ClaimRequestUpdateQueryParams;
@@ -122741,15 +122754,15 @@ interface ClaimRequestUpdateProps {
122741
122754
  }
122742
122755
  declare const claimRequestUpdate: (props: ClaimRequestUpdateProps, wgApiClient: ClientType) => Promise<ClaimRequestUpdateResponse>;
122743
122756
 
122744
- declare const routeName$6R = "/v1/api/claims";
122745
- type GetAllClaimsAsBrokerQueryParams = paths[typeof routeName$6R]['get']['parameters']['query'];
122746
- type GetAllClaimsAsBrokerResponse = paths[typeof routeName$6R]['get']['responses'][200]['content']['application/json'];
122747
- type GetAllClaimsAsBrokerProps = paths[typeof routeName$6R]['get']['parameters'];
122757
+ declare const routeName$6S = "/v1/api/claims";
122758
+ type GetAllClaimsAsBrokerQueryParams = paths[typeof routeName$6S]['get']['parameters']['query'];
122759
+ type GetAllClaimsAsBrokerResponse = paths[typeof routeName$6S]['get']['responses'][200]['content']['application/json'];
122760
+ type GetAllClaimsAsBrokerProps = paths[typeof routeName$6S]['get']['parameters'];
122748
122761
  declare const getAllClaimsAsBroker: (props: GetAllClaimsAsBrokerProps, wgApiClient: ClientType) => Promise<GetAllClaimsAsBrokerResponse>;
122749
122762
 
122750
- declare const routeName$6Q = "/v1/api/claims";
122751
- type CreateClaimAsBrokerQueryParams = paths[typeof routeName$6Q]['post']['parameters']['query'];
122752
- type CreateClaimAsBrokerResponse = paths[typeof routeName$6Q]['post']['responses'][201]['content']['application/json'];
122763
+ declare const routeName$6R = "/v1/api/claims";
122764
+ type CreateClaimAsBrokerQueryParams = paths[typeof routeName$6R]['post']['parameters']['query'];
122765
+ type CreateClaimAsBrokerResponse = paths[typeof routeName$6R]['post']['responses'][201]['content']['application/json'];
122753
122766
  interface CreateClaimAsBrokerProps {
122754
122767
  params: {
122755
122768
  query: CreateClaimAsBrokerQueryParams;
@@ -122757,10 +122770,10 @@ interface CreateClaimAsBrokerProps {
122757
122770
  }
122758
122771
  declare const createClaimAsBroker: (props: CreateClaimAsBrokerProps, wgApiClient: ClientType) => Promise<CreateClaimAsBrokerResponse>;
122759
122772
 
122760
- declare const routeName$6P = "/v1/api/distributions/{distribution_id}/claims";
122761
- type CreateClaimAsCustomerPathParams = paths[typeof routeName$6P]['post']['parameters']['path'];
122762
- type CreateClaimAsCustomerQueryParams = paths[typeof routeName$6P]['post']['parameters']['query'];
122763
- type CreateClaimAsCustomerResponse = paths[typeof routeName$6P]['post']['responses'][201]['content']['application/json'];
122773
+ declare const routeName$6Q = "/v1/api/distributions/{distribution_id}/claims";
122774
+ type CreateClaimAsCustomerPathParams = paths[typeof routeName$6Q]['post']['parameters']['path'];
122775
+ type CreateClaimAsCustomerQueryParams = paths[typeof routeName$6Q]['post']['parameters']['query'];
122776
+ type CreateClaimAsCustomerResponse = paths[typeof routeName$6Q]['post']['responses'][201]['content']['application/json'];
122764
122777
  interface CreateClaimAsCustomerProps {
122765
122778
  params: {
122766
122779
  query: CreateClaimAsCustomerQueryParams;
@@ -122769,10 +122782,10 @@ interface CreateClaimAsCustomerProps {
122769
122782
  }
122770
122783
  declare const createClaimAsCustomer: (props: CreateClaimAsCustomerProps, wgApiClient: ClientType) => Promise<CreateClaimAsCustomerResponse>;
122771
122784
 
122772
- declare const routeName$6O = "/v1/api/claims/{claim_id}/documents";
122773
- type CreateDocumentForClaimPathParams = paths[typeof routeName$6O]['post']['parameters']['path'];
122774
- type CreateDocumentForClaimQueryParams = paths[typeof routeName$6O]['post']['parameters']['query'];
122775
- type CreateDocumentForClaimResponse = paths[typeof routeName$6O]['post']['responses'][201]['content']['application/json'];
122785
+ declare const routeName$6P = "/v1/api/claims/{claim_id}/documents";
122786
+ type CreateDocumentForClaimPathParams = paths[typeof routeName$6P]['post']['parameters']['path'];
122787
+ type CreateDocumentForClaimQueryParams = paths[typeof routeName$6P]['post']['parameters']['query'];
122788
+ type CreateDocumentForClaimResponse = paths[typeof routeName$6P]['post']['responses'][201]['content']['application/json'];
122776
122789
  interface CreateDocumentForClaimProps {
122777
122790
  params: {
122778
122791
  query: CreateDocumentForClaimQueryParams;
@@ -122781,10 +122794,10 @@ interface CreateDocumentForClaimProps {
122781
122794
  }
122782
122795
  declare const createDocumentForClaim: (props: CreateDocumentForClaimProps, wgApiClient: ClientType) => Promise<CreateDocumentForClaimResponse>;
122783
122796
 
122784
- declare const routeName$6N = "/v1/api/claims/customer/token/{token}/documents";
122785
- type CreateDocumentForClaimAsCustomerPathParams = paths[typeof routeName$6N]['post']['parameters']['path'];
122786
- type CreateDocumentForClaimAsCustomerQueryParams = paths[typeof routeName$6N]['post']['parameters']['query'];
122787
- type CreateDocumentForClaimAsCustomerResponse = paths[typeof routeName$6N]['post']['responses'][200]['content']['application/json'];
122797
+ declare const routeName$6O = "/v1/api/claims/customer/token/{token}/documents";
122798
+ type CreateDocumentForClaimAsCustomerPathParams = paths[typeof routeName$6O]['post']['parameters']['path'];
122799
+ type CreateDocumentForClaimAsCustomerQueryParams = paths[typeof routeName$6O]['post']['parameters']['query'];
122800
+ type CreateDocumentForClaimAsCustomerResponse = paths[typeof routeName$6O]['post']['responses'][200]['content']['application/json'];
122788
122801
  interface CreateDocumentForClaimAsCustomerProps {
122789
122802
  params: {
122790
122803
  query: CreateDocumentForClaimAsCustomerQueryParams;
@@ -122793,10 +122806,10 @@ interface CreateDocumentForClaimAsCustomerProps {
122793
122806
  }
122794
122807
  declare const createDocumentForClaimAsCustomer: (props: CreateDocumentForClaimAsCustomerProps, wgApiClient: ClientType) => Promise<CreateDocumentForClaimAsCustomerResponse>;
122795
122808
 
122796
- declare const routeName$6M = "/v1/api/claims/{claim_id}/entities";
122797
- type CreateEntityAsBrokerPathParams = paths[typeof routeName$6M]['post']['parameters']['path'];
122798
- type CreateEntityAsBrokerQueryParams = paths[typeof routeName$6M]['post']['parameters']['query'];
122799
- type CreateEntityAsBrokerResponse = paths[typeof routeName$6M]['post']['responses'][201]['content']['application/json'];
122809
+ declare const routeName$6N = "/v1/api/claims/{claim_id}/entities";
122810
+ type CreateEntityAsBrokerPathParams = paths[typeof routeName$6N]['post']['parameters']['path'];
122811
+ type CreateEntityAsBrokerQueryParams = paths[typeof routeName$6N]['post']['parameters']['query'];
122812
+ type CreateEntityAsBrokerResponse = paths[typeof routeName$6N]['post']['responses'][201]['content']['application/json'];
122800
122813
  interface CreateEntityAsBrokerProps {
122801
122814
  params: {
122802
122815
  query: CreateEntityAsBrokerQueryParams;
@@ -122805,10 +122818,10 @@ interface CreateEntityAsBrokerProps {
122805
122818
  }
122806
122819
  declare const createEntityAsBroker: (props: CreateEntityAsBrokerProps, wgApiClient: ClientType) => Promise<CreateEntityAsBrokerResponse>;
122807
122820
 
122808
- declare const routeName$6L = "/v1/api/claims/customer/token/{token}/entities";
122809
- type CreateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$6L]['post']['parameters']['path'];
122810
- type CreateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$6L]['post']['parameters']['query'];
122811
- type CreateEntityAsCustomerWithTokenResponse = paths[typeof routeName$6L]['post']['responses'][201]['content']['application/json'];
122821
+ declare const routeName$6M = "/v1/api/claims/customer/token/{token}/entities";
122822
+ type CreateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$6M]['post']['parameters']['path'];
122823
+ type CreateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$6M]['post']['parameters']['query'];
122824
+ type CreateEntityAsCustomerWithTokenResponse = paths[typeof routeName$6M]['post']['responses'][201]['content']['application/json'];
122812
122825
  interface CreateEntityAsCustomerWithTokenProps {
122813
122826
  params: {
122814
122827
  query: CreateEntityAsCustomerWithTokenQueryParams;
@@ -122817,10 +122830,10 @@ interface CreateEntityAsCustomerWithTokenProps {
122817
122830
  }
122818
122831
  declare const createEntityAsCustomerWithToken: (props: CreateEntityAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<CreateEntityAsCustomerWithTokenResponse>;
122819
122832
 
122820
- declare const routeName$6K = "/v1/api/claims/{claim_id}/lock";
122821
- type CreateLockForClaimPathParams = paths[typeof routeName$6K]['post']['parameters']['path'];
122822
- type CreateLockForClaimQueryParams = paths[typeof routeName$6K]['post']['parameters']['query'];
122823
- type CreateLockForClaimResponse = paths[typeof routeName$6K]['post']['responses'][201]['content']['application/json'];
122833
+ declare const routeName$6L = "/v1/api/claims/{claim_id}/lock";
122834
+ type CreateLockForClaimPathParams = paths[typeof routeName$6L]['post']['parameters']['path'];
122835
+ type CreateLockForClaimQueryParams = paths[typeof routeName$6L]['post']['parameters']['query'];
122836
+ type CreateLockForClaimResponse = paths[typeof routeName$6L]['post']['responses'][201]['content']['application/json'];
122824
122837
  interface CreateLockForClaimProps {
122825
122838
  params: {
122826
122839
  query: CreateLockForClaimQueryParams;
@@ -122829,10 +122842,10 @@ interface CreateLockForClaimProps {
122829
122842
  }
122830
122843
  declare const createLockForClaim: (props: CreateLockForClaimProps, wgApiClient: ClientType) => Promise<CreateLockForClaimResponse>;
122831
122844
 
122832
- declare const routeName$6J = "/v1/api/claims/{claim_id}/events/{event_id}/notes";
122833
- type CreateNoteOnEventPathParams = paths[typeof routeName$6J]['post']['parameters']['path'];
122834
- type CreateNoteOnEventQueryParams = paths[typeof routeName$6J]['post']['parameters']['query'];
122835
- type CreateNoteOnEventResponse = paths[typeof routeName$6J]['post']['responses'][201]['content']['application/json'];
122845
+ declare const routeName$6K = "/v1/api/claims/{claim_id}/events/{event_id}/notes";
122846
+ type CreateNoteOnEventPathParams = paths[typeof routeName$6K]['post']['parameters']['path'];
122847
+ type CreateNoteOnEventQueryParams = paths[typeof routeName$6K]['post']['parameters']['query'];
122848
+ type CreateNoteOnEventResponse = paths[typeof routeName$6K]['post']['responses'][201]['content']['application/json'];
122836
122849
  interface CreateNoteOnEventProps {
122837
122850
  params: {
122838
122851
  query: CreateNoteOnEventQueryParams;
@@ -122841,10 +122854,10 @@ interface CreateNoteOnEventProps {
122841
122854
  }
122842
122855
  declare const createNoteOnEvent: (props: CreateNoteOnEventProps, wgApiClient: ClientType) => Promise<CreateNoteOnEventResponse>;
122843
122856
 
122844
- declare const routeName$6I = "/v1/api/claims/customer/token/{token}/events/{event_id}/notes";
122845
- type CreateNoteOnEventAsCustomerPathParams = paths[typeof routeName$6I]['post']['parameters']['path'];
122846
- type CreateNoteOnEventAsCustomerQueryParams = paths[typeof routeName$6I]['post']['parameters']['query'];
122847
- type CreateNoteOnEventAsCustomerResponse = paths[typeof routeName$6I]['post']['responses'][200]['content']['application/json'];
122857
+ declare const routeName$6J = "/v1/api/claims/customer/token/{token}/events/{event_id}/notes";
122858
+ type CreateNoteOnEventAsCustomerPathParams = paths[typeof routeName$6J]['post']['parameters']['path'];
122859
+ type CreateNoteOnEventAsCustomerQueryParams = paths[typeof routeName$6J]['post']['parameters']['query'];
122860
+ type CreateNoteOnEventAsCustomerResponse = paths[typeof routeName$6J]['post']['responses'][200]['content']['application/json'];
122848
122861
  interface CreateNoteOnEventAsCustomerProps {
122849
122862
  params: {
122850
122863
  query: CreateNoteOnEventAsCustomerQueryParams;
@@ -122853,10 +122866,10 @@ interface CreateNoteOnEventAsCustomerProps {
122853
122866
  }
122854
122867
  declare const createNoteOnEventAsCustomer: (props: CreateNoteOnEventAsCustomerProps, wgApiClient: ClientType) => Promise<CreateNoteOnEventAsCustomerResponse>;
122855
122868
 
122856
- declare const routeName$6H = "/v1/api/claims/customer/upload/{claim_doc_category}";
122857
- type CreateUploadLinkAsCustomerPathParams = paths[typeof routeName$6H]['post']['parameters']['path'];
122858
- type CreateUploadLinkAsCustomerQueryParams = paths[typeof routeName$6H]['post']['parameters']['query'];
122859
- type CreateUploadLinkAsCustomerResponse = paths[typeof routeName$6H]['post']['responses'][200]['content']['application/json'];
122869
+ declare const routeName$6I = "/v1/api/claims/customer/upload/{claim_doc_category}";
122870
+ type CreateUploadLinkAsCustomerPathParams = paths[typeof routeName$6I]['post']['parameters']['path'];
122871
+ type CreateUploadLinkAsCustomerQueryParams = paths[typeof routeName$6I]['post']['parameters']['query'];
122872
+ type CreateUploadLinkAsCustomerResponse = paths[typeof routeName$6I]['post']['responses'][200]['content']['application/json'];
122860
122873
  interface CreateUploadLinkAsCustomerProps {
122861
122874
  params: {
122862
122875
  query: CreateUploadLinkAsCustomerQueryParams;
@@ -122865,17 +122878,17 @@ interface CreateUploadLinkAsCustomerProps {
122865
122878
  }
122866
122879
  declare const createUploadLinkAsCustomer: (props: CreateUploadLinkAsCustomerProps, wgApiClient: ClientType) => Promise<CreateUploadLinkAsCustomerResponse>;
122867
122880
 
122868
- declare const routeName$6G = "/v1/api/claims/{claim_id}";
122869
- type GetClaimAsBrokerByIdPathParams = paths[typeof routeName$6G]['get']['parameters']['path'];
122870
- type GetClaimAsBrokerByIdQueryParams = paths[typeof routeName$6G]['get']['parameters']['query'];
122871
- type GetClaimAsBrokerByIdResponse = paths[typeof routeName$6G]['get']['responses'][200]['content']['application/json'];
122872
- type GetClaimAsBrokerByIdProps = paths[typeof routeName$6G]['get']['parameters'];
122881
+ declare const routeName$6H = "/v1/api/claims/{claim_id}";
122882
+ type GetClaimAsBrokerByIdPathParams = paths[typeof routeName$6H]['get']['parameters']['path'];
122883
+ type GetClaimAsBrokerByIdQueryParams = paths[typeof routeName$6H]['get']['parameters']['query'];
122884
+ type GetClaimAsBrokerByIdResponse = paths[typeof routeName$6H]['get']['responses'][200]['content']['application/json'];
122885
+ type GetClaimAsBrokerByIdProps = paths[typeof routeName$6H]['get']['parameters'];
122873
122886
  declare const getClaimAsBrokerById: (props: GetClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<GetClaimAsBrokerByIdResponse>;
122874
122887
 
122875
- declare const routeName$6F = "/v1/api/claims/{claim_id}";
122876
- type DeleteClaimAsBrokerByIdPathParams = paths[typeof routeName$6F]['delete']['parameters']['path'];
122877
- type DeleteClaimAsBrokerByIdQueryParams = paths[typeof routeName$6F]['delete']['parameters']['query'];
122878
- type DeleteClaimAsBrokerByIdResponse = paths[typeof routeName$6F]['delete']['responses'][200]['content']['application/json'];
122888
+ declare const routeName$6G = "/v1/api/claims/{claim_id}";
122889
+ type DeleteClaimAsBrokerByIdPathParams = paths[typeof routeName$6G]['delete']['parameters']['path'];
122890
+ type DeleteClaimAsBrokerByIdQueryParams = paths[typeof routeName$6G]['delete']['parameters']['query'];
122891
+ type DeleteClaimAsBrokerByIdResponse = paths[typeof routeName$6G]['delete']['responses'][200]['content']['application/json'];
122879
122892
  interface DeleteClaimAsBrokerByIdProps {
122880
122893
  params: {
122881
122894
  query: DeleteClaimAsBrokerByIdQueryParams;
@@ -122884,10 +122897,10 @@ interface DeleteClaimAsBrokerByIdProps {
122884
122897
  }
122885
122898
  declare const deleteClaimAsBrokerById: (props: DeleteClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<DeleteClaimAsBrokerByIdResponse>;
122886
122899
 
122887
- declare const routeName$6E = "/v1/api/claims/{claim_id}";
122888
- type UpdateClaimAsBrokerByIdPathParams = paths[typeof routeName$6E]['patch']['parameters']['path'];
122889
- type UpdateClaimAsBrokerByIdQueryParams = paths[typeof routeName$6E]['patch']['parameters']['query'];
122890
- type UpdateClaimAsBrokerByIdResponse = paths[typeof routeName$6E]['patch']['responses'][200]['content']['application/json'];
122900
+ declare const routeName$6F = "/v1/api/claims/{claim_id}";
122901
+ type UpdateClaimAsBrokerByIdPathParams = paths[typeof routeName$6F]['patch']['parameters']['path'];
122902
+ type UpdateClaimAsBrokerByIdQueryParams = paths[typeof routeName$6F]['patch']['parameters']['query'];
122903
+ type UpdateClaimAsBrokerByIdResponse = paths[typeof routeName$6F]['patch']['responses'][200]['content']['application/json'];
122891
122904
  interface UpdateClaimAsBrokerByIdProps {
122892
122905
  params: {
122893
122906
  query: UpdateClaimAsBrokerByIdQueryParams;
@@ -122896,17 +122909,17 @@ interface UpdateClaimAsBrokerByIdProps {
122896
122909
  }
122897
122910
  declare const updateClaimAsBrokerById: (props: UpdateClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<UpdateClaimAsBrokerByIdResponse>;
122898
122911
 
122899
- declare const routeName$6D = "/v1/api/claims/{claim_id}/documents/{document_id}";
122900
- type DownloadDocumentByIdPathParams = paths[typeof routeName$6D]['get']['parameters']['path'];
122901
- type DownloadDocumentByIdQueryParams = paths[typeof routeName$6D]['get']['parameters']['query'];
122902
- type DownloadDocumentByIdResponse = paths[typeof routeName$6D]['get']['responses'][307]['content']['application/json'];
122903
- type DownloadDocumentByIdProps = paths[typeof routeName$6D]['get']['parameters'];
122912
+ declare const routeName$6E = "/v1/api/claims/{claim_id}/documents/{document_id}";
122913
+ type DownloadDocumentByIdPathParams = paths[typeof routeName$6E]['get']['parameters']['path'];
122914
+ type DownloadDocumentByIdQueryParams = paths[typeof routeName$6E]['get']['parameters']['query'];
122915
+ type DownloadDocumentByIdResponse = paths[typeof routeName$6E]['get']['responses'][307]['content']['application/json'];
122916
+ type DownloadDocumentByIdProps = paths[typeof routeName$6E]['get']['parameters'];
122904
122917
  declare const downloadDocumentById: (props: DownloadDocumentByIdProps, wgApiClient: ClientType) => Promise<DownloadDocumentByIdResponse>;
122905
122918
 
122906
- declare const routeName$6C = "/v1/api/claims/{claim_id}/documents/{document_id}";
122907
- type DeleteDocumentByIdPathParams = paths[typeof routeName$6C]['delete']['parameters']['path'];
122908
- type DeleteDocumentByIdQueryParams = paths[typeof routeName$6C]['delete']['parameters']['query'];
122909
- type DeleteDocumentByIdResponse = paths[typeof routeName$6C]['delete']['responses'][200]['content']['application/json'];
122919
+ declare const routeName$6D = "/v1/api/claims/{claim_id}/documents/{document_id}";
122920
+ type DeleteDocumentByIdPathParams = paths[typeof routeName$6D]['delete']['parameters']['path'];
122921
+ type DeleteDocumentByIdQueryParams = paths[typeof routeName$6D]['delete']['parameters']['query'];
122922
+ type DeleteDocumentByIdResponse = paths[typeof routeName$6D]['delete']['responses'][200]['content']['application/json'];
122910
122923
  interface DeleteDocumentByIdProps {
122911
122924
  params: {
122912
122925
  query: DeleteDocumentByIdQueryParams;
@@ -122915,10 +122928,10 @@ interface DeleteDocumentByIdProps {
122915
122928
  }
122916
122929
  declare const deleteDocumentById: (props: DeleteDocumentByIdProps, wgApiClient: ClientType) => Promise<DeleteDocumentByIdResponse>;
122917
122930
 
122918
- declare const routeName$6B = "/v1/api/claims/{claim_id}/documents/{document_id}";
122919
- type UpdateDocumentMetadataByIdPathParams = paths[typeof routeName$6B]['patch']['parameters']['path'];
122920
- type UpdateDocumentMetadataByIdQueryParams = paths[typeof routeName$6B]['patch']['parameters']['query'];
122921
- type UpdateDocumentMetadataByIdResponse = paths[typeof routeName$6B]['patch']['responses'][200]['content']['application/json'];
122931
+ declare const routeName$6C = "/v1/api/claims/{claim_id}/documents/{document_id}";
122932
+ type UpdateDocumentMetadataByIdPathParams = paths[typeof routeName$6C]['patch']['parameters']['path'];
122933
+ type UpdateDocumentMetadataByIdQueryParams = paths[typeof routeName$6C]['patch']['parameters']['query'];
122934
+ type UpdateDocumentMetadataByIdResponse = paths[typeof routeName$6C]['patch']['responses'][200]['content']['application/json'];
122922
122935
  interface UpdateDocumentMetadataByIdProps {
122923
122936
  params: {
122924
122937
  query: UpdateDocumentMetadataByIdQueryParams;
@@ -122927,10 +122940,10 @@ interface UpdateDocumentMetadataByIdProps {
122927
122940
  }
122928
122941
  declare const updateDocumentMetadataById: (props: UpdateDocumentMetadataByIdProps, wgApiClient: ClientType) => Promise<UpdateDocumentMetadataByIdResponse>;
122929
122942
 
122930
- declare const routeName$6A = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
122931
- type DeleteDocumentByIdAsCustomerWithTokenPathParams = paths[typeof routeName$6A]['delete']['parameters']['path'];
122932
- type DeleteDocumentByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$6A]['delete']['parameters']['query'];
122933
- type DeleteDocumentByIdAsCustomerWithTokenResponse = paths[typeof routeName$6A]['delete']['responses'][200]['content']['application/json'];
122943
+ declare const routeName$6B = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
122944
+ type DeleteDocumentByIdAsCustomerWithTokenPathParams = paths[typeof routeName$6B]['delete']['parameters']['path'];
122945
+ type DeleteDocumentByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$6B]['delete']['parameters']['query'];
122946
+ type DeleteDocumentByIdAsCustomerWithTokenResponse = paths[typeof routeName$6B]['delete']['responses'][200]['content']['application/json'];
122934
122947
  interface DeleteDocumentByIdAsCustomerWithTokenProps {
122935
122948
  params: {
122936
122949
  query: DeleteDocumentByIdAsCustomerWithTokenQueryParams;
@@ -122939,10 +122952,10 @@ interface DeleteDocumentByIdAsCustomerWithTokenProps {
122939
122952
  }
122940
122953
  declare const deleteDocumentByIdAsCustomerWithToken: (props: DeleteDocumentByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<DeleteDocumentByIdAsCustomerWithTokenResponse>;
122941
122954
 
122942
- declare const routeName$6z = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
122943
- type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams = paths[typeof routeName$6z]['patch']['parameters']['path'];
122944
- type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$6z]['patch']['parameters']['query'];
122945
- type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse = paths[typeof routeName$6z]['patch']['responses'][200]['content']['application/json'];
122955
+ declare const routeName$6A = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
122956
+ type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams = paths[typeof routeName$6A]['patch']['parameters']['path'];
122957
+ type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$6A]['patch']['parameters']['query'];
122958
+ type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse = paths[typeof routeName$6A]['patch']['responses'][200]['content']['application/json'];
122946
122959
  interface UpdateDocumentMetadataByIdAsCustomerWithTokenProps {
122947
122960
  params: {
122948
122961
  query: UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams;
@@ -122951,10 +122964,10 @@ interface UpdateDocumentMetadataByIdAsCustomerWithTokenProps {
122951
122964
  }
122952
122965
  declare const updateDocumentMetadataByIdAsCustomerWithToken: (props: UpdateDocumentMetadataByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateDocumentMetadataByIdAsCustomerWithTokenResponse>;
122953
122966
 
122954
- declare const routeName$6y = "/v1/api/claims/{claim_id}/entities/{entity_id}";
122955
- type DeleteEntityAsBrokerByIdPathParams = paths[typeof routeName$6y]['delete']['parameters']['path'];
122956
- type DeleteEntityAsBrokerByIdQueryParams = paths[typeof routeName$6y]['delete']['parameters']['query'];
122957
- type DeleteEntityAsBrokerByIdResponse = paths[typeof routeName$6y]['delete']['responses'][200]['content']['application/json'];
122967
+ declare const routeName$6z = "/v1/api/claims/{claim_id}/entities/{entity_id}";
122968
+ type DeleteEntityAsBrokerByIdPathParams = paths[typeof routeName$6z]['delete']['parameters']['path'];
122969
+ type DeleteEntityAsBrokerByIdQueryParams = paths[typeof routeName$6z]['delete']['parameters']['query'];
122970
+ type DeleteEntityAsBrokerByIdResponse = paths[typeof routeName$6z]['delete']['responses'][200]['content']['application/json'];
122958
122971
  interface DeleteEntityAsBrokerByIdProps {
122959
122972
  params: {
122960
122973
  query: DeleteEntityAsBrokerByIdQueryParams;
@@ -122963,10 +122976,10 @@ interface DeleteEntityAsBrokerByIdProps {
122963
122976
  }
122964
122977
  declare const deleteEntityAsBrokerById: (props: DeleteEntityAsBrokerByIdProps, wgApiClient: ClientType) => Promise<DeleteEntityAsBrokerByIdResponse>;
122965
122978
 
122966
- declare const routeName$6x = "/v1/api/claims/{claim_id}/entities/{entity_id}";
122967
- type UpdateEntityAsBrokerByIdPathParams = paths[typeof routeName$6x]['patch']['parameters']['path'];
122968
- type UpdateEntityAsBrokerByIdQueryParams = paths[typeof routeName$6x]['patch']['parameters']['query'];
122969
- type UpdateEntityAsBrokerByIdResponse = paths[typeof routeName$6x]['patch']['responses'][200]['content']['application/json'];
122979
+ declare const routeName$6y = "/v1/api/claims/{claim_id}/entities/{entity_id}";
122980
+ type UpdateEntityAsBrokerByIdPathParams = paths[typeof routeName$6y]['patch']['parameters']['path'];
122981
+ type UpdateEntityAsBrokerByIdQueryParams = paths[typeof routeName$6y]['patch']['parameters']['query'];
122982
+ type UpdateEntityAsBrokerByIdResponse = paths[typeof routeName$6y]['patch']['responses'][200]['content']['application/json'];
122970
122983
  interface UpdateEntityAsBrokerByIdProps {
122971
122984
  params: {
122972
122985
  query: UpdateEntityAsBrokerByIdQueryParams;
@@ -122975,10 +122988,10 @@ interface UpdateEntityAsBrokerByIdProps {
122975
122988
  }
122976
122989
  declare const updateEntityAsBrokerById: (props: UpdateEntityAsBrokerByIdProps, wgApiClient: ClientType) => Promise<UpdateEntityAsBrokerByIdResponse>;
122977
122990
 
122978
- declare const routeName$6w = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
122979
- type DeleteEntityByIdAsCustomerWithTokenPathParams = paths[typeof routeName$6w]['delete']['parameters']['path'];
122980
- type DeleteEntityByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$6w]['delete']['parameters']['query'];
122981
- type DeleteEntityByIdAsCustomerWithTokenResponse = paths[typeof routeName$6w]['delete']['responses'][200]['content']['application/json'];
122991
+ declare const routeName$6x = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
122992
+ type DeleteEntityByIdAsCustomerWithTokenPathParams = paths[typeof routeName$6x]['delete']['parameters']['path'];
122993
+ type DeleteEntityByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$6x]['delete']['parameters']['query'];
122994
+ type DeleteEntityByIdAsCustomerWithTokenResponse = paths[typeof routeName$6x]['delete']['responses'][200]['content']['application/json'];
122982
122995
  interface DeleteEntityByIdAsCustomerWithTokenProps {
122983
122996
  params: {
122984
122997
  query: DeleteEntityByIdAsCustomerWithTokenQueryParams;
@@ -122987,10 +123000,10 @@ interface DeleteEntityByIdAsCustomerWithTokenProps {
122987
123000
  }
122988
123001
  declare const deleteEntityByIdAsCustomerWithToken: (props: DeleteEntityByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<DeleteEntityByIdAsCustomerWithTokenResponse>;
122989
123002
 
122990
- declare const routeName$6v = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
122991
- type UpdateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$6v]['patch']['parameters']['path'];
122992
- type UpdateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$6v]['patch']['parameters']['query'];
122993
- type UpdateEntityAsCustomerWithTokenResponse = paths[typeof routeName$6v]['patch']['responses'][200]['content']['application/json'];
123003
+ declare const routeName$6w = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
123004
+ type UpdateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$6w]['patch']['parameters']['path'];
123005
+ type UpdateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$6w]['patch']['parameters']['query'];
123006
+ type UpdateEntityAsCustomerWithTokenResponse = paths[typeof routeName$6w]['patch']['responses'][200]['content']['application/json'];
122994
123007
  interface UpdateEntityAsCustomerWithTokenProps {
122995
123008
  params: {
122996
123009
  query: UpdateEntityAsCustomerWithTokenQueryParams;
@@ -122999,10 +123012,10 @@ interface UpdateEntityAsCustomerWithTokenProps {
122999
123012
  }
123000
123013
  declare const updateEntityAsCustomerWithToken: (props: UpdateEntityAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateEntityAsCustomerWithTokenResponse>;
123001
123014
 
123002
- declare const routeName$6u = "/v1/api/claims/notes/{note_id}";
123003
- type DeleteNotePathParams = paths[typeof routeName$6u]['delete']['parameters']['path'];
123004
- type DeleteNoteQueryParams = paths[typeof routeName$6u]['delete']['parameters']['query'];
123005
- type DeleteNoteResponse = paths[typeof routeName$6u]['delete']['responses'][200]['content']['application/json'];
123015
+ declare const routeName$6v = "/v1/api/claims/notes/{note_id}";
123016
+ type DeleteNotePathParams = paths[typeof routeName$6v]['delete']['parameters']['path'];
123017
+ type DeleteNoteQueryParams = paths[typeof routeName$6v]['delete']['parameters']['query'];
123018
+ type DeleteNoteResponse = paths[typeof routeName$6v]['delete']['responses'][200]['content']['application/json'];
123006
123019
  interface DeleteNoteProps {
123007
123020
  params: {
123008
123021
  query: DeleteNoteQueryParams;
@@ -123011,10 +123024,10 @@ interface DeleteNoteProps {
123011
123024
  }
123012
123025
  declare const deleteNote: (props: DeleteNoteProps, wgApiClient: ClientType) => Promise<DeleteNoteResponse>;
123013
123026
 
123014
- declare const routeName$6t = "/v1/api/claims/notes/{note_id}";
123015
- type UpdateNotePathParams = paths[typeof routeName$6t]['patch']['parameters']['path'];
123016
- type UpdateNoteQueryParams = paths[typeof routeName$6t]['patch']['parameters']['query'];
123017
- type UpdateNoteResponse = paths[typeof routeName$6t]['patch']['responses'][200]['content']['application/json'];
123027
+ declare const routeName$6u = "/v1/api/claims/notes/{note_id}";
123028
+ type UpdateNotePathParams = paths[typeof routeName$6u]['patch']['parameters']['path'];
123029
+ type UpdateNoteQueryParams = paths[typeof routeName$6u]['patch']['parameters']['query'];
123030
+ type UpdateNoteResponse = paths[typeof routeName$6u]['patch']['responses'][200]['content']['application/json'];
123018
123031
  interface UpdateNoteProps {
123019
123032
  params: {
123020
123033
  query: UpdateNoteQueryParams;
@@ -123023,9 +123036,9 @@ interface UpdateNoteProps {
123023
123036
  }
123024
123037
  declare const updateNote: (props: UpdateNoteProps, wgApiClient: ClientType) => Promise<UpdateNoteResponse>;
123025
123038
 
123026
- declare const routeName$6s = "/v1/api/claims/generate/token";
123027
- type GenerateTokenForSocialLoginFlowAsBrokerQueryParams = paths[typeof routeName$6s]['post']['parameters']['query'];
123028
- type GenerateTokenForSocialLoginFlowAsBrokerResponse = paths[typeof routeName$6s]['post']['responses'][201]['content']['application/json'];
123039
+ declare const routeName$6t = "/v1/api/claims/generate/token";
123040
+ type GenerateTokenForSocialLoginFlowAsBrokerQueryParams = paths[typeof routeName$6t]['post']['parameters']['query'];
123041
+ type GenerateTokenForSocialLoginFlowAsBrokerResponse = paths[typeof routeName$6t]['post']['responses'][201]['content']['application/json'];
123029
123042
  interface GenerateTokenForSocialLoginFlowAsBrokerProps {
123030
123043
  params: {
123031
123044
  query: GenerateTokenForSocialLoginFlowAsBrokerQueryParams;
@@ -123033,21 +123046,21 @@ interface GenerateTokenForSocialLoginFlowAsBrokerProps {
123033
123046
  }
123034
123047
  declare const generateTokenForSocialLoginFlowAsBroker: (props: GenerateTokenForSocialLoginFlowAsBrokerProps, wgApiClient: ClientType) => Promise<GenerateTokenForSocialLoginFlowAsBrokerResponse>;
123035
123048
 
123036
- declare const routeName$6r = "/v1/api/claims/categories/CAR";
123037
- type GetAllCarClaimCategoriesResponse = paths[typeof routeName$6r]['get']['responses'][200]['content']['application/json'];
123049
+ declare const routeName$6s = "/v1/api/claims/categories/CAR";
123050
+ type GetAllCarClaimCategoriesResponse = paths[typeof routeName$6s]['get']['responses'][200]['content']['application/json'];
123038
123051
  declare const getAllCarClaimCategories: (wgApiClient: ClientType) => Promise<GetAllCarClaimCategoriesResponse>;
123039
123052
 
123040
- declare const routeName$6q = "/v1/api/claims/customer/token/{token}";
123041
- type GetClaimAsCustomerWithTokenPathParams = paths[typeof routeName$6q]['get']['parameters']['path'];
123042
- type GetClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$6q]['get']['parameters']['query'];
123043
- type GetClaimAsCustomerWithTokenResponse = paths[typeof routeName$6q]['get']['responses'][200]['content']['application/json'];
123044
- type GetClaimAsCustomerWithTokenProps = paths[typeof routeName$6q]['get']['parameters'];
123053
+ declare const routeName$6r = "/v1/api/claims/customer/token/{token}";
123054
+ type GetClaimAsCustomerWithTokenPathParams = paths[typeof routeName$6r]['get']['parameters']['path'];
123055
+ type GetClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$6r]['get']['parameters']['query'];
123056
+ type GetClaimAsCustomerWithTokenResponse = paths[typeof routeName$6r]['get']['responses'][200]['content']['application/json'];
123057
+ type GetClaimAsCustomerWithTokenProps = paths[typeof routeName$6r]['get']['parameters'];
123045
123058
  declare const getClaimAsCustomerWithToken: (props: GetClaimAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<GetClaimAsCustomerWithTokenResponse>;
123046
123059
 
123047
- declare const routeName$6p = "/v1/api/claims/customer/token/{token}";
123048
- type UpdateClaimAsCustomerWithTokenPathParams = paths[typeof routeName$6p]['patch']['parameters']['path'];
123049
- type UpdateClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$6p]['patch']['parameters']['query'];
123050
- type UpdateClaimAsCustomerWithTokenResponse = paths[typeof routeName$6p]['patch']['responses'][200]['content']['application/json'];
123060
+ declare const routeName$6q = "/v1/api/claims/customer/token/{token}";
123061
+ type UpdateClaimAsCustomerWithTokenPathParams = paths[typeof routeName$6q]['patch']['parameters']['path'];
123062
+ type UpdateClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$6q]['patch']['parameters']['query'];
123063
+ type UpdateClaimAsCustomerWithTokenResponse = paths[typeof routeName$6q]['patch']['responses'][200]['content']['application/json'];
123051
123064
  interface UpdateClaimAsCustomerWithTokenProps {
123052
123065
  params: {
123053
123066
  query: UpdateClaimAsCustomerWithTokenQueryParams;
@@ -123056,31 +123069,31 @@ interface UpdateClaimAsCustomerWithTokenProps {
123056
123069
  }
123057
123070
  declare const updateClaimAsCustomerWithToken: (props: UpdateClaimAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateClaimAsCustomerWithTokenResponse>;
123058
123071
 
123059
- declare const routeName$6o = "/v1/api/claims/{claim_id}/events";
123060
- type GetClaimEventsAsBrokerByIdPathParams = paths[typeof routeName$6o]['get']['parameters']['path'];
123061
- type GetClaimEventsAsBrokerByIdQueryParams = paths[typeof routeName$6o]['get']['parameters']['query'];
123062
- type GetClaimEventsAsBrokerByIdResponse = paths[typeof routeName$6o]['get']['responses'][200]['content']['application/json'];
123063
- type GetClaimEventsAsBrokerByIdProps = paths[typeof routeName$6o]['get']['parameters'];
123072
+ declare const routeName$6p = "/v1/api/claims/{claim_id}/events";
123073
+ type GetClaimEventsAsBrokerByIdPathParams = paths[typeof routeName$6p]['get']['parameters']['path'];
123074
+ type GetClaimEventsAsBrokerByIdQueryParams = paths[typeof routeName$6p]['get']['parameters']['query'];
123075
+ type GetClaimEventsAsBrokerByIdResponse = paths[typeof routeName$6p]['get']['responses'][200]['content']['application/json'];
123076
+ type GetClaimEventsAsBrokerByIdProps = paths[typeof routeName$6p]['get']['parameters'];
123064
123077
  declare const getClaimEventsAsBrokerById: (props: GetClaimEventsAsBrokerByIdProps, wgApiClient: ClientType) => Promise<GetClaimEventsAsBrokerByIdResponse>;
123065
123078
 
123066
- declare const routeName$6n = "/v1/api/claims/customer/token/{token}/events";
123067
- type GetClaimEventsAsCustomerPathParams = paths[typeof routeName$6n]['get']['parameters']['path'];
123068
- type GetClaimEventsAsCustomerQueryParams = paths[typeof routeName$6n]['get']['parameters']['query'];
123069
- type GetClaimEventsAsCustomerResponse = paths[typeof routeName$6n]['get']['responses'][200]['content']['application/json'];
123070
- type GetClaimEventsAsCustomerProps = paths[typeof routeName$6n]['get']['parameters'];
123079
+ declare const routeName$6o = "/v1/api/claims/customer/token/{token}/events";
123080
+ type GetClaimEventsAsCustomerPathParams = paths[typeof routeName$6o]['get']['parameters']['path'];
123081
+ type GetClaimEventsAsCustomerQueryParams = paths[typeof routeName$6o]['get']['parameters']['query'];
123082
+ type GetClaimEventsAsCustomerResponse = paths[typeof routeName$6o]['get']['responses'][200]['content']['application/json'];
123083
+ type GetClaimEventsAsCustomerProps = paths[typeof routeName$6o]['get']['parameters'];
123071
123084
  declare const getClaimEventsAsCustomer: (props: GetClaimEventsAsCustomerProps, wgApiClient: ClientType) => Promise<GetClaimEventsAsCustomerResponse>;
123072
123085
 
123073
- declare const routeName$6m = "/v1/api/claims/info/{claim_type}/{claim_category}";
123074
- type GetInfoForClaimPathParams = paths[typeof routeName$6m]['get']['parameters']['path'];
123075
- type GetInfoForClaimQueryParams = paths[typeof routeName$6m]['get']['parameters']['query'];
123076
- type GetInfoForClaimResponse = paths[typeof routeName$6m]['get']['responses'][200]['content']['application/json'];
123077
- type GetInfoForClaimProps = paths[typeof routeName$6m]['get']['parameters'];
123086
+ declare const routeName$6n = "/v1/api/claims/info/{claim_type}/{claim_category}";
123087
+ type GetInfoForClaimPathParams = paths[typeof routeName$6n]['get']['parameters']['path'];
123088
+ type GetInfoForClaimQueryParams = paths[typeof routeName$6n]['get']['parameters']['query'];
123089
+ type GetInfoForClaimResponse = paths[typeof routeName$6n]['get']['responses'][200]['content']['application/json'];
123090
+ type GetInfoForClaimProps = paths[typeof routeName$6n]['get']['parameters'];
123078
123091
  declare const getInfoForClaim: (props: GetInfoForClaimProps, wgApiClient: ClientType) => Promise<GetInfoForClaimResponse>;
123079
123092
 
123080
- declare const routeName$6l = "/v1/api/claims/{claim_id}/connections/keypoint/declaration";
123081
- type SendClaimToKeypointPathParams = paths[typeof routeName$6l]['post']['parameters']['path'];
123082
- type SendClaimToKeypointQueryParams = paths[typeof routeName$6l]['post']['parameters']['query'];
123083
- type SendClaimToKeypointResponse = paths[typeof routeName$6l]['post']['responses'][201]['content']['application/json'];
123093
+ declare const routeName$6m = "/v1/api/claims/{claim_id}/connections/keypoint/declaration";
123094
+ type SendClaimToKeypointPathParams = paths[typeof routeName$6m]['post']['parameters']['path'];
123095
+ type SendClaimToKeypointQueryParams = paths[typeof routeName$6m]['post']['parameters']['query'];
123096
+ type SendClaimToKeypointResponse = paths[typeof routeName$6m]['post']['responses'][201]['content']['application/json'];
123084
123097
  interface SendClaimToKeypointProps {
123085
123098
  params: {
123086
123099
  query: SendClaimToKeypointQueryParams;
@@ -123089,10 +123102,10 @@ interface SendClaimToKeypointProps {
123089
123102
  }
123090
123103
  declare const sendClaimToKeypoint: (props: SendClaimToKeypointProps, wgApiClient: ClientType) => Promise<SendClaimToKeypointResponse>;
123091
123104
 
123092
- declare const routeName$6k = "/v1/api/claims/{claim_id}/report/email";
123093
- type SendMailClaimReportByIdPathParams = paths[typeof routeName$6k]['post']['parameters']['path'];
123094
- type SendMailClaimReportByIdQueryParams = paths[typeof routeName$6k]['post']['parameters']['query'];
123095
- type SendMailClaimReportByIdResponse = paths[typeof routeName$6k]['post']['responses'][200]['content']['application/json'];
123105
+ declare const routeName$6l = "/v1/api/claims/{claim_id}/report/email";
123106
+ type SendMailClaimReportByIdPathParams = paths[typeof routeName$6l]['post']['parameters']['path'];
123107
+ type SendMailClaimReportByIdQueryParams = paths[typeof routeName$6l]['post']['parameters']['query'];
123108
+ type SendMailClaimReportByIdResponse = paths[typeof routeName$6l]['post']['responses'][200]['content']['application/json'];
123096
123109
  interface SendMailClaimReportByIdProps {
123097
123110
  params: {
123098
123111
  query: SendMailClaimReportByIdQueryParams;
@@ -123101,10 +123114,10 @@ interface SendMailClaimReportByIdProps {
123101
123114
  }
123102
123115
  declare const sendMailClaimReportById: (props: SendMailClaimReportByIdProps, wgApiClient: ClientType) => Promise<SendMailClaimReportByIdResponse>;
123103
123116
 
123104
- declare const routeName$6j = "/v1/api/claims/{claim_id}/customer/followup-page/email";
123105
- type SendMailFollowupPageToCustomerPathParams = paths[typeof routeName$6j]['post']['parameters']['path'];
123106
- type SendMailFollowupPageToCustomerQueryParams = paths[typeof routeName$6j]['post']['parameters']['query'];
123107
- type SendMailFollowupPageToCustomerResponse = paths[typeof routeName$6j]['post']['responses'][200]['content']['application/json'];
123117
+ declare const routeName$6k = "/v1/api/claims/{claim_id}/customer/followup-page/email";
123118
+ type SendMailFollowupPageToCustomerPathParams = paths[typeof routeName$6k]['post']['parameters']['path'];
123119
+ type SendMailFollowupPageToCustomerQueryParams = paths[typeof routeName$6k]['post']['parameters']['query'];
123120
+ type SendMailFollowupPageToCustomerResponse = paths[typeof routeName$6k]['post']['responses'][200]['content']['application/json'];
123108
123121
  interface SendMailFollowupPageToCustomerProps {
123109
123122
  params: {
123110
123123
  query: SendMailFollowupPageToCustomerQueryParams;
@@ -123113,10 +123126,10 @@ interface SendMailFollowupPageToCustomerProps {
123113
123126
  }
123114
123127
  declare const sendMailFollowupPageToCustomer: (props: SendMailFollowupPageToCustomerProps, wgApiClient: ClientType) => Promise<SendMailFollowupPageToCustomerResponse>;
123115
123128
 
123116
- declare const routeName$6i = "/v1/api/claims/{claim_id}/unlock";
123117
- type UnlockClaimPathParams = paths[typeof routeName$6i]['post']['parameters']['path'];
123118
- type UnlockClaimQueryParams = paths[typeof routeName$6i]['post']['parameters']['query'];
123119
- type UnlockClaimResponse = paths[typeof routeName$6i]['post']['responses'][200]['content']['application/json'];
123129
+ declare const routeName$6j = "/v1/api/claims/{claim_id}/unlock";
123130
+ type UnlockClaimPathParams = paths[typeof routeName$6j]['post']['parameters']['path'];
123131
+ type UnlockClaimQueryParams = paths[typeof routeName$6j]['post']['parameters']['query'];
123132
+ type UnlockClaimResponse = paths[typeof routeName$6j]['post']['responses'][200]['content']['application/json'];
123120
123133
  interface UnlockClaimProps {
123121
123134
  params: {
123122
123135
  query: UnlockClaimQueryParams;
@@ -123125,10 +123138,10 @@ interface UnlockClaimProps {
123125
123138
  }
123126
123139
  declare const unlockClaim: (props: UnlockClaimProps, wgApiClient: ClientType) => Promise<UnlockClaimResponse>;
123127
123140
 
123128
- declare const routeName$6h = "/v1/api/claims/{claim_id}/connections/keypoint/declaration/remark";
123129
- type UpdateDeclarationRemarkPathParams = paths[typeof routeName$6h]['put']['parameters']['path'];
123130
- type UpdateDeclarationRemarkQueryParams = paths[typeof routeName$6h]['put']['parameters']['query'];
123131
- type UpdateDeclarationRemarkResponse = paths[typeof routeName$6h]['put']['responses'][200]['content']['application/json'];
123141
+ declare const routeName$6i = "/v1/api/claims/{claim_id}/connections/keypoint/declaration/remark";
123142
+ type UpdateDeclarationRemarkPathParams = paths[typeof routeName$6i]['put']['parameters']['path'];
123143
+ type UpdateDeclarationRemarkQueryParams = paths[typeof routeName$6i]['put']['parameters']['query'];
123144
+ type UpdateDeclarationRemarkResponse = paths[typeof routeName$6i]['put']['responses'][200]['content']['application/json'];
123132
123145
  interface UpdateDeclarationRemarkProps {
123133
123146
  params: {
123134
123147
  query: UpdateDeclarationRemarkQueryParams;
@@ -123137,10 +123150,10 @@ interface UpdateDeclarationRemarkProps {
123137
123150
  }
123138
123151
  declare const updateDeclarationRemark: (props: UpdateDeclarationRemarkProps, wgApiClient: ClientType) => Promise<UpdateDeclarationRemarkResponse>;
123139
123152
 
123140
- declare const routeName$6g = "/v1/api/claims/upload/{claim_doc_category}";
123141
- type UploadClaimDocumentAsBrokerPathParams = paths[typeof routeName$6g]['post']['parameters']['path'];
123142
- type UploadClaimDocumentAsBrokerQueryParams = paths[typeof routeName$6g]['post']['parameters']['query'];
123143
- type UploadClaimDocumentAsBrokerResponse = paths[typeof routeName$6g]['post']['responses'][200]['content']['application/json'];
123153
+ declare const routeName$6h = "/v1/api/claims/upload/{claim_doc_category}";
123154
+ type UploadClaimDocumentAsBrokerPathParams = paths[typeof routeName$6h]['post']['parameters']['path'];
123155
+ type UploadClaimDocumentAsBrokerQueryParams = paths[typeof routeName$6h]['post']['parameters']['query'];
123156
+ type UploadClaimDocumentAsBrokerResponse = paths[typeof routeName$6h]['post']['responses'][200]['content']['application/json'];
123144
123157
  interface UploadClaimDocumentAsBrokerProps {
123145
123158
  params: {
123146
123159
  query: UploadClaimDocumentAsBrokerQueryParams;
@@ -123149,10 +123162,10 @@ interface UploadClaimDocumentAsBrokerProps {
123149
123162
  }
123150
123163
  declare const uploadClaimDocumentAsBroker: (props: UploadClaimDocumentAsBrokerProps, wgApiClient: ClientType) => Promise<UploadClaimDocumentAsBrokerResponse>;
123151
123164
 
123152
- declare const routeName$6f = "/v1/api/claims/{claim_id}/validate";
123153
- type ValidateClaimPathParams = paths[typeof routeName$6f]['post']['parameters']['path'];
123154
- type ValidateClaimQueryParams = paths[typeof routeName$6f]['post']['parameters']['query'];
123155
- type ValidateClaimResponse = paths[typeof routeName$6f]['post']['responses'][200]['content']['application/json'];
123165
+ declare const routeName$6g = "/v1/api/claims/{claim_id}/validate";
123166
+ type ValidateClaimPathParams = paths[typeof routeName$6g]['post']['parameters']['path'];
123167
+ type ValidateClaimQueryParams = paths[typeof routeName$6g]['post']['parameters']['query'];
123168
+ type ValidateClaimResponse = paths[typeof routeName$6g]['post']['responses'][200]['content']['application/json'];
123156
123169
  interface ValidateClaimProps {
123157
123170
  params: {
123158
123171
  query: ValidateClaimQueryParams;
@@ -123161,10 +123174,10 @@ interface ValidateClaimProps {
123161
123174
  }
123162
123175
  declare const validateClaim: (props: ValidateClaimProps, wgApiClient: ClientType) => Promise<ValidateClaimResponse>;
123163
123176
 
123164
- declare const routeName$6e = "/v1/api/connections/outlook/sync/activate";
123165
- type ActivateOutlookConnectionSyncBody = paths[typeof routeName$6e]['post']['requestBody']['content']['application/json'];
123166
- type ActivateOutlookConnectionSyncQueryParams = paths[typeof routeName$6e]['post']['parameters']['query'];
123167
- type ActivateOutlookConnectionSyncResponse = paths[typeof routeName$6e]['post']['responses'][200]['content']['application/json'];
123177
+ declare const routeName$6f = "/v1/api/connections/outlook/sync/activate";
123178
+ type ActivateOutlookConnectionSyncBody = paths[typeof routeName$6f]['post']['requestBody']['content']['application/json'];
123179
+ type ActivateOutlookConnectionSyncQueryParams = paths[typeof routeName$6f]['post']['parameters']['query'];
123180
+ type ActivateOutlookConnectionSyncResponse = paths[typeof routeName$6f]['post']['responses'][200]['content']['application/json'];
123168
123181
  interface ActivateOutlookConnectionSyncProps {
123169
123182
  body: ActivateOutlookConnectionSyncBody;
123170
123183
  params: {
@@ -123173,11 +123186,11 @@ interface ActivateOutlookConnectionSyncProps {
123173
123186
  }
123174
123187
  declare const activateOutlookConnectionSync: (props: ActivateOutlookConnectionSyncProps, wgApiClient: ClientType) => Promise<ActivateOutlookConnectionSyncResponse>;
123175
123188
 
123176
- declare const routeName$6d = "/v1/api/connections/anva/parties/{anva_party_id}/tasks";
123177
- type CreateAnvaTaskBody = paths[typeof routeName$6d]['post']['requestBody']['content']['application/json'];
123178
- type CreateAnvaTaskPathParams = paths[typeof routeName$6d]['post']['parameters']['path'];
123179
- type CreateAnvaTaskQueryParams = paths[typeof routeName$6d]['post']['parameters']['query'];
123180
- type CreateAnvaTaskResponse = paths[typeof routeName$6d]['post']['responses'][201]['content']['application/json'];
123189
+ declare const routeName$6e = "/v1/api/connections/anva/parties/{anva_party_id}/tasks";
123190
+ type CreateAnvaTaskBody = paths[typeof routeName$6e]['post']['requestBody']['content']['application/json'];
123191
+ type CreateAnvaTaskPathParams = paths[typeof routeName$6e]['post']['parameters']['path'];
123192
+ type CreateAnvaTaskQueryParams = paths[typeof routeName$6e]['post']['parameters']['query'];
123193
+ type CreateAnvaTaskResponse = paths[typeof routeName$6e]['post']['responses'][201]['content']['application/json'];
123181
123194
  interface CreateAnvaTaskProps {
123182
123195
  body: CreateAnvaTaskBody;
123183
123196
  params: {
@@ -123187,11 +123200,11 @@ interface CreateAnvaTaskProps {
123187
123200
  }
123188
123201
  declare const createAnvaTask: (props: CreateAnvaTaskProps, wgApiClient: ClientType) => Promise<CreateAnvaTaskResponse>;
123189
123202
 
123190
- declare const routeName$6c = "/v1/api/connections/assu/parties/{assu_id}/tasks";
123191
- type CreateAssuTaskBody = paths[typeof routeName$6c]['post']['requestBody']['content']['application/json'];
123192
- type CreateAssuTaskPathParams = paths[typeof routeName$6c]['post']['parameters']['path'];
123193
- type CreateAssuTaskQueryParams = paths[typeof routeName$6c]['post']['parameters']['query'];
123194
- type CreateAssuTaskResponse = paths[typeof routeName$6c]['post']['responses'][201]['content']['application/json'];
123203
+ declare const routeName$6d = "/v1/api/connections/assu/parties/{assu_id}/tasks";
123204
+ type CreateAssuTaskBody = paths[typeof routeName$6d]['post']['requestBody']['content']['application/json'];
123205
+ type CreateAssuTaskPathParams = paths[typeof routeName$6d]['post']['parameters']['path'];
123206
+ type CreateAssuTaskQueryParams = paths[typeof routeName$6d]['post']['parameters']['query'];
123207
+ type CreateAssuTaskResponse = paths[typeof routeName$6d]['post']['responses'][201]['content']['application/json'];
123195
123208
  interface CreateAssuTaskProps {
123196
123209
  body: CreateAssuTaskBody;
123197
123210
  params: {
@@ -123201,10 +123214,10 @@ interface CreateAssuTaskProps {
123201
123214
  }
123202
123215
  declare const createAssuTask: (props: CreateAssuTaskProps, wgApiClient: ClientType) => Promise<CreateAssuTaskResponse>;
123203
123216
 
123204
- declare const routeName$6b = "/v1/api/brokers/{broker_id}/connections/{key}";
123205
- type CreateBrokerConnectionsByIdBody = paths[typeof routeName$6b]['post']['requestBody']['content']['application/json'];
123206
- type CreateBrokerConnectionsByIdPathParams = paths[typeof routeName$6b]['post']['parameters']['path'];
123207
- type CreateBrokerConnectionsByIdResponse = paths[typeof routeName$6b]['post']['responses'][201]['content']['application/json'];
123217
+ declare const routeName$6c = "/v1/api/brokers/{broker_id}/connections/{key}";
123218
+ type CreateBrokerConnectionsByIdBody = paths[typeof routeName$6c]['post']['requestBody']['content']['application/json'];
123219
+ type CreateBrokerConnectionsByIdPathParams = paths[typeof routeName$6c]['post']['parameters']['path'];
123220
+ type CreateBrokerConnectionsByIdResponse = paths[typeof routeName$6c]['post']['responses'][201]['content']['application/json'];
123208
123221
  interface CreateBrokerConnectionsByIdProps {
123209
123222
  body: CreateBrokerConnectionsByIdBody;
123210
123223
  params: {
@@ -123213,9 +123226,9 @@ interface CreateBrokerConnectionsByIdProps {
123213
123226
  }
123214
123227
  declare const createBrokerConnectionsById: (props: CreateBrokerConnectionsByIdProps, wgApiClient: ClientType) => Promise<CreateBrokerConnectionsByIdResponse>;
123215
123228
 
123216
- declare const routeName$6a = "/v1/api/brokers/{broker_id}/connections/{key}";
123217
- type DeleteBrokerConnectionByKeyPathParams = paths[typeof routeName$6a]['delete']['parameters']['path'];
123218
- type DeleteBrokerConnectionByKeyResponse = paths[typeof routeName$6a]['delete']['responses'][200]['content']['application/json'];
123229
+ declare const routeName$6b = "/v1/api/brokers/{broker_id}/connections/{key}";
123230
+ type DeleteBrokerConnectionByKeyPathParams = paths[typeof routeName$6b]['delete']['parameters']['path'];
123231
+ type DeleteBrokerConnectionByKeyResponse = paths[typeof routeName$6b]['delete']['responses'][200]['content']['application/json'];
123219
123232
  interface DeleteBrokerConnectionByKeyProps {
123220
123233
  params: {
123221
123234
  path: DeleteBrokerConnectionByKeyPathParams;
@@ -123223,10 +123236,10 @@ interface DeleteBrokerConnectionByKeyProps {
123223
123236
  }
123224
123237
  declare const deleteBrokerConnectionByKey: (props: DeleteBrokerConnectionByKeyProps, wgApiClient: ClientType) => Promise<DeleteBrokerConnectionByKeyResponse>;
123225
123238
 
123226
- declare const routeName$69 = "/v1/api/brokers/{broker_id}/connections/{key}";
123227
- type UpdateBrokerConnectionByKeyBody = paths[typeof routeName$69]['patch']['requestBody']['content']['application/json'];
123228
- type UpdateBrokerConnectionByKeyPathParams = paths[typeof routeName$69]['patch']['parameters']['path'];
123229
- type UpdateBrokerConnectionByKeyResponse = paths[typeof routeName$69]['patch']['responses'][200]['content']['application/json'];
123239
+ declare const routeName$6a = "/v1/api/brokers/{broker_id}/connections/{key}";
123240
+ type UpdateBrokerConnectionByKeyBody = paths[typeof routeName$6a]['patch']['requestBody']['content']['application/json'];
123241
+ type UpdateBrokerConnectionByKeyPathParams = paths[typeof routeName$6a]['patch']['parameters']['path'];
123242
+ type UpdateBrokerConnectionByKeyResponse = paths[typeof routeName$6a]['patch']['responses'][200]['content']['application/json'];
123230
123243
  interface UpdateBrokerConnectionByKeyProps {
123231
123244
  body: UpdateBrokerConnectionByKeyBody;
123232
123245
  params: {
@@ -123235,11 +123248,11 @@ interface UpdateBrokerConnectionByKeyProps {
123235
123248
  }
123236
123249
  declare const updateBrokerConnectionByKey: (props: UpdateBrokerConnectionByKeyProps, wgApiClient: ClientType) => Promise<UpdateBrokerConnectionByKeyResponse>;
123237
123250
 
123238
- declare const routeName$68 = "/v1/api/connections/dias/parties/{dias_id}/tasks";
123239
- type CreateDiasTaskBody = paths[typeof routeName$68]['post']['requestBody']['content']['application/json'];
123240
- type CreateDiasTaskPathParams = paths[typeof routeName$68]['post']['parameters']['path'];
123241
- type CreateDiasTaskQueryParams = paths[typeof routeName$68]['post']['parameters']['query'];
123242
- type CreateDiasTaskResponse = paths[typeof routeName$68]['post']['responses'][201]['content']['application/json'];
123251
+ declare const routeName$69 = "/v1/api/connections/dias/parties/{dias_id}/tasks";
123252
+ type CreateDiasTaskBody = paths[typeof routeName$69]['post']['requestBody']['content']['application/json'];
123253
+ type CreateDiasTaskPathParams = paths[typeof routeName$69]['post']['parameters']['path'];
123254
+ type CreateDiasTaskQueryParams = paths[typeof routeName$69]['post']['parameters']['query'];
123255
+ type CreateDiasTaskResponse = paths[typeof routeName$69]['post']['responses'][201]['content']['application/json'];
123243
123256
  interface CreateDiasTaskProps {
123244
123257
  body: CreateDiasTaskBody;
123245
123258
  params: {
@@ -123249,10 +123262,10 @@ interface CreateDiasTaskProps {
123249
123262
  }
123250
123263
  declare const createDiasTask: (props: CreateDiasTaskProps, wgApiClient: ClientType) => Promise<CreateDiasTaskResponse>;
123251
123264
 
123252
- declare const routeName$67 = "/v1/api/distributions/{distribution_id}/connections/{key}";
123253
- type CreateDistributionConnectionByIdBody = paths[typeof routeName$67]['post']['requestBody']['content']['application/json'];
123254
- type CreateDistributionConnectionByIdPathParams = paths[typeof routeName$67]['post']['parameters']['path'];
123255
- type CreateDistributionConnectionByIdResponse = paths[typeof routeName$67]['post']['responses'][201]['content']['application/json'];
123265
+ declare const routeName$68 = "/v1/api/distributions/{distribution_id}/connections/{key}";
123266
+ type CreateDistributionConnectionByIdBody = paths[typeof routeName$68]['post']['requestBody']['content']['application/json'];
123267
+ type CreateDistributionConnectionByIdPathParams = paths[typeof routeName$68]['post']['parameters']['path'];
123268
+ type CreateDistributionConnectionByIdResponse = paths[typeof routeName$68]['post']['responses'][201]['content']['application/json'];
123256
123269
  interface CreateDistributionConnectionByIdProps {
123257
123270
  body: CreateDistributionConnectionByIdBody;
123258
123271
  params: {
@@ -123261,9 +123274,9 @@ interface CreateDistributionConnectionByIdProps {
123261
123274
  }
123262
123275
  declare const createDistributionConnectionById: (props: CreateDistributionConnectionByIdProps, wgApiClient: ClientType) => Promise<CreateDistributionConnectionByIdResponse>;
123263
123276
 
123264
- declare const routeName$66 = "/v1/api/distributions/{distribution_id}/connections/{key}";
123265
- type DeleteDistributionConnectionByKeyPathParams = paths[typeof routeName$66]['delete']['parameters']['path'];
123266
- type DeleteDistributionConnectionByKeyResponse = paths[typeof routeName$66]['delete']['responses'][200]['content']['application/json'];
123277
+ declare const routeName$67 = "/v1/api/distributions/{distribution_id}/connections/{key}";
123278
+ type DeleteDistributionConnectionByKeyPathParams = paths[typeof routeName$67]['delete']['parameters']['path'];
123279
+ type DeleteDistributionConnectionByKeyResponse = paths[typeof routeName$67]['delete']['responses'][200]['content']['application/json'];
123267
123280
  interface DeleteDistributionConnectionByKeyProps {
123268
123281
  params: {
123269
123282
  path: DeleteDistributionConnectionByKeyPathParams;
@@ -123271,10 +123284,10 @@ interface DeleteDistributionConnectionByKeyProps {
123271
123284
  }
123272
123285
  declare const deleteDistributionConnectionByKey: (props: DeleteDistributionConnectionByKeyProps, wgApiClient: ClientType) => Promise<DeleteDistributionConnectionByKeyResponse>;
123273
123286
 
123274
- declare const routeName$65 = "/v1/api/distributions/{distribution_id}/connections/{key}";
123275
- type UpdateDistributionConnectionByKeyBody = paths[typeof routeName$65]['patch']['requestBody']['content']['application/json'];
123276
- type UpdateDistributionConnectionByKeyPathParams = paths[typeof routeName$65]['patch']['parameters']['path'];
123277
- type UpdateDistributionConnectionByKeyResponse = paths[typeof routeName$65]['patch']['responses'][200]['content']['application/json'];
123287
+ declare const routeName$66 = "/v1/api/distributions/{distribution_id}/connections/{key}";
123288
+ type UpdateDistributionConnectionByKeyBody = paths[typeof routeName$66]['patch']['requestBody']['content']['application/json'];
123289
+ type UpdateDistributionConnectionByKeyPathParams = paths[typeof routeName$66]['patch']['parameters']['path'];
123290
+ type UpdateDistributionConnectionByKeyResponse = paths[typeof routeName$66]['patch']['responses'][200]['content']['application/json'];
123278
123291
  interface UpdateDistributionConnectionByKeyProps {
123279
123292
  body: UpdateDistributionConnectionByKeyBody;
123280
123293
  params: {
@@ -123283,11 +123296,11 @@ interface UpdateDistributionConnectionByKeyProps {
123283
123296
  }
123284
123297
  declare const updateDistributionConnectionByKey: (props: UpdateDistributionConnectionByKeyProps, wgApiClient: ClientType) => Promise<UpdateDistributionConnectionByKeyResponse>;
123285
123298
 
123286
- declare const routeName$64 = "/v1/api/connections/fasterforward/parties/{fasterforward_id}/tasks";
123287
- type CreateFasterforwardTaskBody = paths[typeof routeName$64]['post']['requestBody']['content']['application/json'];
123288
- type CreateFasterforwardTaskPathParams = paths[typeof routeName$64]['post']['parameters']['path'];
123289
- type CreateFasterforwardTaskQueryParams = paths[typeof routeName$64]['post']['parameters']['query'];
123290
- type CreateFasterforwardTaskResponse = paths[typeof routeName$64]['post']['responses'][201]['content']['application/json'];
123299
+ declare const routeName$65 = "/v1/api/connections/fasterforward/parties/{fasterforward_id}/tasks";
123300
+ type CreateFasterforwardTaskBody = paths[typeof routeName$65]['post']['requestBody']['content']['application/json'];
123301
+ type CreateFasterforwardTaskPathParams = paths[typeof routeName$65]['post']['parameters']['path'];
123302
+ type CreateFasterforwardTaskQueryParams = paths[typeof routeName$65]['post']['parameters']['query'];
123303
+ type CreateFasterforwardTaskResponse = paths[typeof routeName$65]['post']['responses'][201]['content']['application/json'];
123291
123304
  interface CreateFasterforwardTaskProps {
123292
123305
  body: CreateFasterforwardTaskBody;
123293
123306
  params: {
@@ -123297,10 +123310,10 @@ interface CreateFasterforwardTaskProps {
123297
123310
  }
123298
123311
  declare const createFasterforwardTask: (props: CreateFasterforwardTaskProps, wgApiClient: ClientType) => Promise<CreateFasterforwardTaskResponse>;
123299
123312
 
123300
- declare const routeName$63 = "/v1/api/connections/outlook/sync/deactivate";
123301
- type DeactivateOutlookConnectionSyncBody = paths[typeof routeName$63]['post']['requestBody']['content']['application/json'];
123302
- type DeactivateOutlookConnectionSyncQueryParams = paths[typeof routeName$63]['post']['parameters']['query'];
123303
- type DeactivateOutlookConnectionSyncResponse = paths[typeof routeName$63]['post']['responses'][200]['content']['application/json'];
123313
+ declare const routeName$64 = "/v1/api/connections/outlook/sync/deactivate";
123314
+ type DeactivateOutlookConnectionSyncBody = paths[typeof routeName$64]['post']['requestBody']['content']['application/json'];
123315
+ type DeactivateOutlookConnectionSyncQueryParams = paths[typeof routeName$64]['post']['parameters']['query'];
123316
+ type DeactivateOutlookConnectionSyncResponse = paths[typeof routeName$64]['post']['responses'][200]['content']['application/json'];
123304
123317
  interface DeactivateOutlookConnectionSyncProps {
123305
123318
  body: DeactivateOutlookConnectionSyncBody;
123306
123319
  params: {
@@ -123309,9 +123322,9 @@ interface DeactivateOutlookConnectionSyncProps {
123309
123322
  }
123310
123323
  declare const deactivateOutlookConnectionSync: (props: DeactivateOutlookConnectionSyncProps, wgApiClient: ClientType) => Promise<DeactivateOutlookConnectionSyncResponse>;
123311
123324
 
123312
- declare const routeName$62 = "/v1/api/integrations/anva/validate";
123313
- type DeprecatedValidateAnvaConnectionQueryParams = paths[typeof routeName$62]['post']['parameters']['query'];
123314
- type DeprecatedValidateAnvaConnectionResponse = paths[typeof routeName$62]['post']['responses'][200]['content']['application/json'];
123325
+ declare const routeName$63 = "/v1/api/integrations/anva/validate";
123326
+ type DeprecatedValidateAnvaConnectionQueryParams = paths[typeof routeName$63]['post']['parameters']['query'];
123327
+ type DeprecatedValidateAnvaConnectionResponse = paths[typeof routeName$63]['post']['responses'][200]['content']['application/json'];
123315
123328
  interface DeprecatedValidateAnvaConnectionProps {
123316
123329
  params: {
123317
123330
  query: DeprecatedValidateAnvaConnectionQueryParams;
@@ -123319,175 +123332,175 @@ interface DeprecatedValidateAnvaConnectionProps {
123319
123332
  }
123320
123333
  declare const deprecatedValidateAnvaConnection: (props: DeprecatedValidateAnvaConnectionProps, wgApiClient: ClientType) => Promise<DeprecatedValidateAnvaConnectionResponse>;
123321
123334
 
123322
- declare const routeName$61 = "/v1/api/connections/anva/agents";
123323
- type GetAnvaAgentsQueryParams = paths[typeof routeName$61]['get']['parameters']['query'];
123324
- type GetAnvaAgentsResponse = paths[typeof routeName$61]['get']['responses'][200]['content']['application/json'];
123325
- type GetAnvaAgentsProps = paths[typeof routeName$61]['get']['parameters'];
123335
+ declare const routeName$62 = "/v1/api/connections/anva/agents";
123336
+ type GetAnvaAgentsQueryParams = paths[typeof routeName$62]['get']['parameters']['query'];
123337
+ type GetAnvaAgentsResponse = paths[typeof routeName$62]['get']['responses'][200]['content']['application/json'];
123338
+ type GetAnvaAgentsProps = paths[typeof routeName$62]['get']['parameters'];
123326
123339
  declare const getAnvaAgents: (props: GetAnvaAgentsProps, wgApiClient: ClientType) => Promise<GetAnvaAgentsResponse>;
123327
123340
 
123328
- declare const routeName$60 = "/v1/api/connections/anva/employees";
123329
- type GetAnvaEmployeesQueryParams = paths[typeof routeName$60]['get']['parameters']['query'];
123330
- type GetAnvaEmployeesResponse = paths[typeof routeName$60]['get']['responses'][200]['content']['application/json'];
123331
- type GetAnvaEmployeesProps = paths[typeof routeName$60]['get']['parameters'];
123341
+ declare const routeName$61 = "/v1/api/connections/anva/employees";
123342
+ type GetAnvaEmployeesQueryParams = paths[typeof routeName$61]['get']['parameters']['query'];
123343
+ type GetAnvaEmployeesResponse = paths[typeof routeName$61]['get']['responses'][200]['content']['application/json'];
123344
+ type GetAnvaEmployeesProps = paths[typeof routeName$61]['get']['parameters'];
123332
123345
  declare const getAnvaEmployees: (props: GetAnvaEmployeesProps, wgApiClient: ClientType) => Promise<GetAnvaEmployeesResponse>;
123333
123346
 
123334
- declare const routeName$5$ = "/v1/api/connections/anva/parties";
123335
- type GetAnvaPartiesQueryParams = paths[typeof routeName$5$]['get']['parameters']['query'];
123336
- type GetAnvaPartiesResponse = paths[typeof routeName$5$]['get']['responses'][200]['content']['application/json'];
123337
- type GetAnvaPartiesProps = paths[typeof routeName$5$]['get']['parameters'];
123347
+ declare const routeName$60 = "/v1/api/connections/anva/parties";
123348
+ type GetAnvaPartiesQueryParams = paths[typeof routeName$60]['get']['parameters']['query'];
123349
+ type GetAnvaPartiesResponse = paths[typeof routeName$60]['get']['responses'][200]['content']['application/json'];
123350
+ type GetAnvaPartiesProps = paths[typeof routeName$60]['get']['parameters'];
123338
123351
  declare const getAnvaParties: (props: GetAnvaPartiesProps, wgApiClient: ClientType) => Promise<GetAnvaPartiesResponse>;
123339
123352
 
123340
- declare const routeName$5_ = "/v1/api/connections/anva/products";
123341
- type GetAnvaProductsQueryParams = paths[typeof routeName$5_]['get']['parameters']['query'];
123342
- type GetAnvaProductsResponse = paths[typeof routeName$5_]['get']['responses'][200]['content']['application/json'];
123343
- type GetAnvaProductsProps = paths[typeof routeName$5_]['get']['parameters'];
123353
+ declare const routeName$5$ = "/v1/api/connections/anva/products";
123354
+ type GetAnvaProductsQueryParams = paths[typeof routeName$5$]['get']['parameters']['query'];
123355
+ type GetAnvaProductsResponse = paths[typeof routeName$5$]['get']['responses'][200]['content']['application/json'];
123356
+ type GetAnvaProductsProps = paths[typeof routeName$5$]['get']['parameters'];
123344
123357
  declare const getAnvaProducts: (props: GetAnvaProductsProps, wgApiClient: ClientType) => Promise<GetAnvaProductsResponse>;
123345
123358
 
123346
- declare const routeName$5Z = "/v1/api/connections/assu/employees";
123347
- type GetAssuEmployeesQueryParams = paths[typeof routeName$5Z]['get']['parameters']['query'];
123348
- type GetAssuEmployeesResponse = paths[typeof routeName$5Z]['get']['responses'][200]['content']['application/json'];
123349
- type GetAssuEmployeesProps = paths[typeof routeName$5Z]['get']['parameters'];
123359
+ declare const routeName$5_ = "/v1/api/connections/assu/employees";
123360
+ type GetAssuEmployeesQueryParams = paths[typeof routeName$5_]['get']['parameters']['query'];
123361
+ type GetAssuEmployeesResponse = paths[typeof routeName$5_]['get']['responses'][200]['content']['application/json'];
123362
+ type GetAssuEmployeesProps = paths[typeof routeName$5_]['get']['parameters'];
123350
123363
  declare const getAssuEmployees: (props: GetAssuEmployeesProps, wgApiClient: ClientType) => Promise<GetAssuEmployeesResponse>;
123351
123364
 
123352
- declare const routeName$5Y = "/v1/api/brokers/{broker_id}/connections";
123353
- type GetBrokerConnectionsByIdPathParams = paths[typeof routeName$5Y]['get']['parameters']['path'];
123354
- type GetBrokerConnectionsByIdQueryParams = paths[typeof routeName$5Y]['get']['parameters']['query'];
123355
- type GetBrokerConnectionsByIdResponse = paths[typeof routeName$5Y]['get']['responses'][200]['content']['application/json'];
123356
- type GetBrokerConnectionsByIdProps = paths[typeof routeName$5Y]['get']['parameters'];
123365
+ declare const routeName$5Z = "/v1/api/brokers/{broker_id}/connections";
123366
+ type GetBrokerConnectionsByIdPathParams = paths[typeof routeName$5Z]['get']['parameters']['path'];
123367
+ type GetBrokerConnectionsByIdQueryParams = paths[typeof routeName$5Z]['get']['parameters']['query'];
123368
+ type GetBrokerConnectionsByIdResponse = paths[typeof routeName$5Z]['get']['responses'][200]['content']['application/json'];
123369
+ type GetBrokerConnectionsByIdProps = paths[typeof routeName$5Z]['get']['parameters'];
123357
123370
  declare const getBrokerConnectionsById: (props: GetBrokerConnectionsByIdProps, wgApiClient: ClientType) => Promise<GetBrokerConnectionsByIdResponse>;
123358
123371
 
123359
- declare const routeName$5X = "/v1/api/connections/dias/afdbranches";
123360
- type GetDiasAfdbranchesResponse = paths[typeof routeName$5X]['get']['responses'][200]['content']['application/json'];
123372
+ declare const routeName$5Y = "/v1/api/connections/dias/afdbranches";
123373
+ type GetDiasAfdbranchesResponse = paths[typeof routeName$5Y]['get']['responses'][200]['content']['application/json'];
123361
123374
  declare const getDiasAfdbranches: (wgApiClient: ClientType) => Promise<GetDiasAfdbranchesResponse>;
123362
123375
 
123363
- declare const routeName$5W = "/v1/api/connections/dias/employees";
123364
- type GetDiasEmployeesQueryParams = paths[typeof routeName$5W]['get']['parameters']['query'];
123365
- type GetDiasEmployeesResponse = paths[typeof routeName$5W]['get']['responses'][200]['content']['application/json'];
123366
- type GetDiasEmployeesProps = paths[typeof routeName$5W]['get']['parameters'];
123376
+ declare const routeName$5X = "/v1/api/connections/dias/employees";
123377
+ type GetDiasEmployeesQueryParams = paths[typeof routeName$5X]['get']['parameters']['query'];
123378
+ type GetDiasEmployeesResponse = paths[typeof routeName$5X]['get']['responses'][200]['content']['application/json'];
123379
+ type GetDiasEmployeesProps = paths[typeof routeName$5X]['get']['parameters'];
123367
123380
  declare const getDiasEmployees: (props: GetDiasEmployeesProps, wgApiClient: ClientType) => Promise<GetDiasEmployeesResponse>;
123368
123381
 
123369
- declare const routeName$5V = "/v1/api/connections/dias/parties";
123370
- type GetDiasPartiesQueryParams = paths[typeof routeName$5V]['get']['parameters']['query'];
123371
- type GetDiasPartiesResponse = paths[typeof routeName$5V]['get']['responses'][200]['content']['application/json'];
123372
- type GetDiasPartiesProps = paths[typeof routeName$5V]['get']['parameters'];
123382
+ declare const routeName$5W = "/v1/api/connections/dias/parties";
123383
+ type GetDiasPartiesQueryParams = paths[typeof routeName$5W]['get']['parameters']['query'];
123384
+ type GetDiasPartiesResponse = paths[typeof routeName$5W]['get']['responses'][200]['content']['application/json'];
123385
+ type GetDiasPartiesProps = paths[typeof routeName$5W]['get']['parameters'];
123373
123386
  declare const getDiasParties: (props: GetDiasPartiesProps, wgApiClient: ClientType) => Promise<GetDiasPartiesResponse>;
123374
123387
 
123375
- declare const routeName$5U = "/v1/api/connections/dias/party-salutations";
123376
- type GetDiasPartySalutationsResponse = paths[typeof routeName$5U]['get']['responses'][200]['content']['application/json'];
123388
+ declare const routeName$5V = "/v1/api/connections/dias/party-salutations";
123389
+ type GetDiasPartySalutationsResponse = paths[typeof routeName$5V]['get']['responses'][200]['content']['application/json'];
123377
123390
  declare const getDiasPartySalutations: (wgApiClient: ClientType) => Promise<GetDiasPartySalutationsResponse>;
123378
123391
 
123379
- declare const routeName$5T = "/v1/api/connections/dias/party-titles";
123380
- type GetDiasPartyTitlesResponse = paths[typeof routeName$5T]['get']['responses'][200]['content']['application/json'];
123392
+ declare const routeName$5U = "/v1/api/connections/dias/party-titles";
123393
+ type GetDiasPartyTitlesResponse = paths[typeof routeName$5U]['get']['responses'][200]['content']['application/json'];
123381
123394
  declare const getDiasPartyTitles: (wgApiClient: ClientType) => Promise<GetDiasPartyTitlesResponse>;
123382
123395
 
123383
- declare const routeName$5S = "/v1/api/connections/dias/products";
123384
- type GetDiasProductsQueryParams = paths[typeof routeName$5S]['get']['parameters']['query'];
123385
- type GetDiasProductsResponse = paths[typeof routeName$5S]['get']['responses'][200]['content']['application/json'];
123386
- type GetDiasProductsProps = paths[typeof routeName$5S]['get']['parameters'];
123396
+ declare const routeName$5T = "/v1/api/connections/dias/products";
123397
+ type GetDiasProductsQueryParams = paths[typeof routeName$5T]['get']['parameters']['query'];
123398
+ type GetDiasProductsResponse = paths[typeof routeName$5T]['get']['responses'][200]['content']['application/json'];
123399
+ type GetDiasProductsProps = paths[typeof routeName$5T]['get']['parameters'];
123387
123400
  declare const getDiasProducts: (props: GetDiasProductsProps, wgApiClient: ClientType) => Promise<GetDiasProductsResponse>;
123388
123401
 
123389
- declare const routeName$5R = "/v1/api/distributions/{distribution_id}/connections";
123390
- type GetDistributionConnectionsByIdPathParams = paths[typeof routeName$5R]['get']['parameters']['path'];
123391
- type GetDistributionConnectionsByIdQueryParams = paths[typeof routeName$5R]['get']['parameters']['query'];
123392
- type GetDistributionConnectionsByIdResponse = paths[typeof routeName$5R]['get']['responses'][200]['content']['application/json'];
123393
- type GetDistributionConnectionsByIdProps = paths[typeof routeName$5R]['get']['parameters'];
123402
+ declare const routeName$5S = "/v1/api/distributions/{distribution_id}/connections";
123403
+ type GetDistributionConnectionsByIdPathParams = paths[typeof routeName$5S]['get']['parameters']['path'];
123404
+ type GetDistributionConnectionsByIdQueryParams = paths[typeof routeName$5S]['get']['parameters']['query'];
123405
+ type GetDistributionConnectionsByIdResponse = paths[typeof routeName$5S]['get']['responses'][200]['content']['application/json'];
123406
+ type GetDistributionConnectionsByIdProps = paths[typeof routeName$5S]['get']['parameters'];
123394
123407
  declare const getDistributionConnectionsById: (props: GetDistributionConnectionsByIdProps, wgApiClient: ClientType) => Promise<GetDistributionConnectionsByIdResponse>;
123395
123408
 
123396
- declare const routeName$5Q = "/v1/api/connections/fasterforward/employees";
123397
- type GetFasterforwardEmployeesQueryParams = paths[typeof routeName$5Q]['get']['parameters']['query'];
123398
- type GetFasterforwardEmployeesResponse = paths[typeof routeName$5Q]['get']['responses'][200]['content']['application/json'];
123399
- type GetFasterforwardEmployeesProps = paths[typeof routeName$5Q]['get']['parameters'];
123409
+ declare const routeName$5R = "/v1/api/connections/fasterforward/employees";
123410
+ type GetFasterforwardEmployeesQueryParams = paths[typeof routeName$5R]['get']['parameters']['query'];
123411
+ type GetFasterforwardEmployeesResponse = paths[typeof routeName$5R]['get']['responses'][200]['content']['application/json'];
123412
+ type GetFasterforwardEmployeesProps = paths[typeof routeName$5R]['get']['parameters'];
123400
123413
  declare const getFasterforwardEmployees: (props: GetFasterforwardEmployeesProps, wgApiClient: ClientType) => Promise<GetFasterforwardEmployeesResponse>;
123401
123414
 
123402
- declare const routeName$5P = "/v1/api/connections/fasterforward/teams";
123403
- type GetFasterforwardTeamsQueryParams = paths[typeof routeName$5P]['get']['parameters']['query'];
123404
- type GetFasterforwardTeamsResponse = paths[typeof routeName$5P]['get']['responses'][200]['content']['application/json'];
123405
- type GetFasterforwardTeamsProps = paths[typeof routeName$5P]['get']['parameters'];
123415
+ declare const routeName$5Q = "/v1/api/connections/fasterforward/teams";
123416
+ type GetFasterforwardTeamsQueryParams = paths[typeof routeName$5Q]['get']['parameters']['query'];
123417
+ type GetFasterforwardTeamsResponse = paths[typeof routeName$5Q]['get']['responses'][200]['content']['application/json'];
123418
+ type GetFasterforwardTeamsProps = paths[typeof routeName$5Q]['get']['parameters'];
123406
123419
  declare const getFasterforwardTeams: (props: GetFasterforwardTeamsProps, wgApiClient: ClientType) => Promise<GetFasterforwardTeamsResponse>;
123407
123420
 
123408
- declare const routeName$5O = "/v1/api/connections/outlook";
123409
- type GetOutlookConnectionDetailsQueryParams = paths[typeof routeName$5O]['get']['parameters']['query'];
123410
- type GetOutlookConnectionDetailsResponse = paths[typeof routeName$5O]['get']['responses'][200]['content']['application/json'];
123411
- type GetOutlookConnectionDetailsProps = paths[typeof routeName$5O]['get']['parameters'];
123421
+ declare const routeName$5P = "/v1/api/connections/outlook";
123422
+ type GetOutlookConnectionDetailsQueryParams = paths[typeof routeName$5P]['get']['parameters']['query'];
123423
+ type GetOutlookConnectionDetailsResponse = paths[typeof routeName$5P]['get']['responses'][200]['content']['application/json'];
123424
+ type GetOutlookConnectionDetailsProps = paths[typeof routeName$5P]['get']['parameters'];
123412
123425
  declare const getOutlookConnectionDetails: (props: GetOutlookConnectionDetailsProps, wgApiClient: ClientType) => Promise<GetOutlookConnectionDetailsResponse>;
123413
123426
 
123414
- declare const routeName$5N = "/v1/api/connections/outlook/mails/{id}";
123415
- type GetOutlookMailByIdPathParams = paths[typeof routeName$5N]['get']['parameters']['path'];
123416
- type GetOutlookMailByIdQueryParams = paths[typeof routeName$5N]['get']['parameters']['query'];
123417
- type GetOutlookMailByIdResponse = paths[typeof routeName$5N]['get']['responses'][200]['content']['application/json'];
123418
- type GetOutlookMailByIdProps = paths[typeof routeName$5N]['get']['parameters'];
123427
+ declare const routeName$5O = "/v1/api/connections/outlook/mails/{id}";
123428
+ type GetOutlookMailByIdPathParams = paths[typeof routeName$5O]['get']['parameters']['path'];
123429
+ type GetOutlookMailByIdQueryParams = paths[typeof routeName$5O]['get']['parameters']['query'];
123430
+ type GetOutlookMailByIdResponse = paths[typeof routeName$5O]['get']['responses'][200]['content']['application/json'];
123431
+ type GetOutlookMailByIdProps = paths[typeof routeName$5O]['get']['parameters'];
123419
123432
  declare const getOutlookMailById: (props: GetOutlookMailByIdProps, wgApiClient: ClientType) => Promise<GetOutlookMailByIdResponse>;
123420
123433
 
123421
- declare const routeName$5M = "/v1/api/connections/outlook/mails-by-outlook-message-id/{id}";
123422
- type GetOutlookMailByOutlookMessageIdPathParams = paths[typeof routeName$5M]['get']['parameters']['path'];
123423
- type GetOutlookMailByOutlookMessageIdQueryParams = paths[typeof routeName$5M]['get']['parameters']['query'];
123424
- type GetOutlookMailByOutlookMessageIdResponse = paths[typeof routeName$5M]['get']['responses'][200]['content']['application/json'];
123425
- type GetOutlookMailByOutlookMessageIdProps = paths[typeof routeName$5M]['get']['parameters'];
123434
+ declare const routeName$5N = "/v1/api/connections/outlook/mails-by-outlook-message-id/{id}";
123435
+ type GetOutlookMailByOutlookMessageIdPathParams = paths[typeof routeName$5N]['get']['parameters']['path'];
123436
+ type GetOutlookMailByOutlookMessageIdQueryParams = paths[typeof routeName$5N]['get']['parameters']['query'];
123437
+ type GetOutlookMailByOutlookMessageIdResponse = paths[typeof routeName$5N]['get']['responses'][200]['content']['application/json'];
123438
+ type GetOutlookMailByOutlookMessageIdProps = paths[typeof routeName$5N]['get']['parameters'];
123426
123439
  declare const getOutlookMailByOutlookMessageId: (props: GetOutlookMailByOutlookMessageIdProps, wgApiClient: ClientType) => Promise<GetOutlookMailByOutlookMessageIdResponse>;
123427
123440
 
123428
- declare const routeName$5L = "/v1/api/connections/outlook/mailfolders";
123429
- type GetOutlookMailfoldersQueryParams = paths[typeof routeName$5L]['get']['parameters']['query'];
123430
- type GetOutlookMailfoldersResponse = paths[typeof routeName$5L]['get']['responses'][200]['content']['application/json'];
123431
- type GetOutlookMailfoldersProps = paths[typeof routeName$5L]['get']['parameters'];
123441
+ declare const routeName$5M = "/v1/api/connections/outlook/mailfolders";
123442
+ type GetOutlookMailfoldersQueryParams = paths[typeof routeName$5M]['get']['parameters']['query'];
123443
+ type GetOutlookMailfoldersResponse = paths[typeof routeName$5M]['get']['responses'][200]['content']['application/json'];
123444
+ type GetOutlookMailfoldersProps = paths[typeof routeName$5M]['get']['parameters'];
123432
123445
  declare const getOutlookMailfolders: (props: GetOutlookMailfoldersProps, wgApiClient: ClientType) => Promise<GetOutlookMailfoldersResponse>;
123433
123446
 
123434
- declare const routeName$5K = "/v1/api/connections/outlook/mails";
123435
- type GetOutlookMailsQueryParams = paths[typeof routeName$5K]['get']['parameters']['query'];
123436
- type GetOutlookMailsResponse = paths[typeof routeName$5K]['get']['responses'][200]['content']['application/json'];
123437
- type GetOutlookMailsProps = paths[typeof routeName$5K]['get']['parameters'];
123447
+ declare const routeName$5L = "/v1/api/connections/outlook/mails";
123448
+ type GetOutlookMailsQueryParams = paths[typeof routeName$5L]['get']['parameters']['query'];
123449
+ type GetOutlookMailsResponse = paths[typeof routeName$5L]['get']['responses'][200]['content']['application/json'];
123450
+ type GetOutlookMailsProps = paths[typeof routeName$5L]['get']['parameters'];
123438
123451
  declare const getOutlookMails: (props: GetOutlookMailsProps, wgApiClient: ClientType) => Promise<GetOutlookMailsResponse>;
123439
123452
 
123440
- declare const routeName$5J = "/v1/api/connections/anva/documents/import";
123441
- type ImportAnvaDocumentInWegroupQueryParams = paths[typeof routeName$5J]['get']['parameters']['query'];
123442
- type ImportAnvaDocumentInWegroupResponse = paths[typeof routeName$5J]['get']['responses'][307]['content']['application/json'];
123443
- type ImportAnvaDocumentInWegroupProps = paths[typeof routeName$5J]['get']['parameters'];
123453
+ declare const routeName$5K = "/v1/api/connections/anva/documents/import";
123454
+ type ImportAnvaDocumentInWegroupQueryParams = paths[typeof routeName$5K]['get']['parameters']['query'];
123455
+ type ImportAnvaDocumentInWegroupResponse = paths[typeof routeName$5K]['get']['responses'][307]['content']['application/json'];
123456
+ type ImportAnvaDocumentInWegroupProps = paths[typeof routeName$5K]['get']['parameters'];
123444
123457
  declare const importAnvaDocumentInWegroup: (props: ImportAnvaDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaDocumentInWegroupResponse>;
123445
123458
 
123446
- declare const routeName$5I = "/v1/api/connections/anva/parties/{anva_party_id}/policies/{anva_policy_id}/policy-document/imports";
123447
- type ImportAnvaInsurancePolicyDocumentInWegroupPathParams = paths[typeof routeName$5I]['get']['parameters']['path'];
123448
- type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams = paths[typeof routeName$5I]['get']['parameters']['query'];
123449
- type ImportAnvaInsurancePolicyDocumentInWegroupResponse = paths[typeof routeName$5I]['get']['responses'][307]['content']['application/json'];
123450
- type ImportAnvaInsurancePolicyDocumentInWegroupProps = paths[typeof routeName$5I]['get']['parameters'];
123459
+ declare const routeName$5J = "/v1/api/connections/anva/parties/{anva_party_id}/policies/{anva_policy_id}/policy-document/imports";
123460
+ type ImportAnvaInsurancePolicyDocumentInWegroupPathParams = paths[typeof routeName$5J]['get']['parameters']['path'];
123461
+ type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams = paths[typeof routeName$5J]['get']['parameters']['query'];
123462
+ type ImportAnvaInsurancePolicyDocumentInWegroupResponse = paths[typeof routeName$5J]['get']['responses'][307]['content']['application/json'];
123463
+ type ImportAnvaInsurancePolicyDocumentInWegroupProps = paths[typeof routeName$5J]['get']['parameters'];
123451
123464
  declare const importAnvaInsurancePolicyDocumentInWegroup: (props: ImportAnvaInsurancePolicyDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaInsurancePolicyDocumentInWegroupResponse>;
123452
123465
 
123453
- declare const routeName$5H = "/v1/api/connections/anva/parties/{anva_party_id}/policy-packages/{anva_policy_id}/policy-document/imports";
123454
- type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams = paths[typeof routeName$5H]['get']['parameters']['path'];
123455
- type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams = paths[typeof routeName$5H]['get']['parameters']['query'];
123456
- type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse = paths[typeof routeName$5H]['get']['responses'][307]['content']['application/json'];
123457
- type ImportAnvaInsurancePolicyPackageDocumentInWegroupProps = paths[typeof routeName$5H]['get']['parameters'];
123466
+ declare const routeName$5I = "/v1/api/connections/anva/parties/{anva_party_id}/policy-packages/{anva_policy_id}/policy-document/imports";
123467
+ type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams = paths[typeof routeName$5I]['get']['parameters']['path'];
123468
+ type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams = paths[typeof routeName$5I]['get']['parameters']['query'];
123469
+ type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse = paths[typeof routeName$5I]['get']['responses'][307]['content']['application/json'];
123470
+ type ImportAnvaInsurancePolicyPackageDocumentInWegroupProps = paths[typeof routeName$5I]['get']['parameters'];
123458
123471
  declare const importAnvaInsurancePolicyPackageDocumentInWegroup: (props: ImportAnvaInsurancePolicyPackageDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse>;
123459
123472
 
123460
- declare const routeName$5G = "/v1/api/connections/anva/parties/{anva_id}/import";
123461
- type ImportAnvaPartyInWegroupPathParams = paths[typeof routeName$5G]['get']['parameters']['path'];
123462
- type ImportAnvaPartyInWegroupQueryParams = paths[typeof routeName$5G]['get']['parameters']['query'];
123463
- type ImportAnvaPartyInWegroupResponse = paths[typeof routeName$5G]['get']['responses'][201]['content']['application/json'];
123464
- type ImportAnvaPartyInWegroupProps = paths[typeof routeName$5G]['get']['parameters'];
123473
+ declare const routeName$5H = "/v1/api/connections/anva/parties/{anva_id}/import";
123474
+ type ImportAnvaPartyInWegroupPathParams = paths[typeof routeName$5H]['get']['parameters']['path'];
123475
+ type ImportAnvaPartyInWegroupQueryParams = paths[typeof routeName$5H]['get']['parameters']['query'];
123476
+ type ImportAnvaPartyInWegroupResponse = paths[typeof routeName$5H]['get']['responses'][201]['content']['application/json'];
123477
+ type ImportAnvaPartyInWegroupProps = paths[typeof routeName$5H]['get']['parameters'];
123465
123478
  declare const importAnvaPartyInWegroup: (props: ImportAnvaPartyInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaPartyInWegroupResponse>;
123466
123479
 
123467
- declare const routeName$5F = "/v1/api/connections/assu/parties/{assu_id}/import";
123468
- type ImportAssuPartyInWegroupPathParams = paths[typeof routeName$5F]['get']['parameters']['path'];
123469
- type ImportAssuPartyInWegroupQueryParams = paths[typeof routeName$5F]['get']['parameters']['query'];
123470
- type ImportAssuPartyInWegroupResponse = paths[typeof routeName$5F]['get']['responses'][201]['content']['application/json'];
123471
- type ImportAssuPartyInWegroupProps = paths[typeof routeName$5F]['get']['parameters'];
123480
+ declare const routeName$5G = "/v1/api/connections/assu/parties/{assu_id}/import";
123481
+ type ImportAssuPartyInWegroupPathParams = paths[typeof routeName$5G]['get']['parameters']['path'];
123482
+ type ImportAssuPartyInWegroupQueryParams = paths[typeof routeName$5G]['get']['parameters']['query'];
123483
+ type ImportAssuPartyInWegroupResponse = paths[typeof routeName$5G]['get']['responses'][201]['content']['application/json'];
123484
+ type ImportAssuPartyInWegroupProps = paths[typeof routeName$5G]['get']['parameters'];
123472
123485
  declare const importAssuPartyInWegroup: (props: ImportAssuPartyInWegroupProps, wgApiClient: ClientType) => Promise<ImportAssuPartyInWegroupResponse>;
123473
123486
 
123474
- declare const routeName$5E = "/v1/api/connections/dias/parties/{dias_id}/import";
123475
- type ImportDiasPartyInWegroupPathParams = paths[typeof routeName$5E]['get']['parameters']['path'];
123476
- type ImportDiasPartyInWegroupQueryParams = paths[typeof routeName$5E]['get']['parameters']['query'];
123477
- type ImportDiasPartyInWegroupResponse = paths[typeof routeName$5E]['get']['responses'][201]['content']['application/json'];
123478
- type ImportDiasPartyInWegroupProps = paths[typeof routeName$5E]['get']['parameters'];
123487
+ declare const routeName$5F = "/v1/api/connections/dias/parties/{dias_id}/import";
123488
+ type ImportDiasPartyInWegroupPathParams = paths[typeof routeName$5F]['get']['parameters']['path'];
123489
+ type ImportDiasPartyInWegroupQueryParams = paths[typeof routeName$5F]['get']['parameters']['query'];
123490
+ type ImportDiasPartyInWegroupResponse = paths[typeof routeName$5F]['get']['responses'][201]['content']['application/json'];
123491
+ type ImportDiasPartyInWegroupProps = paths[typeof routeName$5F]['get']['parameters'];
123479
123492
  declare const importDiasPartyInWegroup: (props: ImportDiasPartyInWegroupProps, wgApiClient: ClientType) => Promise<ImportDiasPartyInWegroupResponse>;
123480
123493
 
123481
- declare const routeName$5D = "/v1/api/connections/fasterforward/parties/{fasterforward_id}/import";
123482
- type ImportFasterforwardPartyInWegroupPathParams = paths[typeof routeName$5D]['get']['parameters']['path'];
123483
- type ImportFasterforwardPartyInWegroupQueryParams = paths[typeof routeName$5D]['get']['parameters']['query'];
123484
- type ImportFasterforwardPartyInWegroupResponse = paths[typeof routeName$5D]['get']['responses'][201]['content']['application/json'];
123485
- type ImportFasterforwardPartyInWegroupProps = paths[typeof routeName$5D]['get']['parameters'];
123494
+ declare const routeName$5E = "/v1/api/connections/fasterforward/parties/{fasterforward_id}/import";
123495
+ type ImportFasterforwardPartyInWegroupPathParams = paths[typeof routeName$5E]['get']['parameters']['path'];
123496
+ type ImportFasterforwardPartyInWegroupQueryParams = paths[typeof routeName$5E]['get']['parameters']['query'];
123497
+ type ImportFasterforwardPartyInWegroupResponse = paths[typeof routeName$5E]['get']['responses'][201]['content']['application/json'];
123498
+ type ImportFasterforwardPartyInWegroupProps = paths[typeof routeName$5E]['get']['parameters'];
123486
123499
  declare const importFasterforwardPartyInWegroup: (props: ImportFasterforwardPartyInWegroupProps, wgApiClient: ClientType) => Promise<ImportFasterforwardPartyInWegroupResponse>;
123487
123500
 
123488
- declare const routeName$5C = "/v1/api/connections/outlook/sync";
123489
- type OutlookConnectionSyncQueryParams = paths[typeof routeName$5C]['post']['parameters']['query'];
123490
- type OutlookConnectionSyncResponse = paths[typeof routeName$5C]['post']['responses'][200]['content']['application/json'];
123501
+ declare const routeName$5D = "/v1/api/connections/outlook/sync";
123502
+ type OutlookConnectionSyncQueryParams = paths[typeof routeName$5D]['post']['parameters']['query'];
123503
+ type OutlookConnectionSyncResponse = paths[typeof routeName$5D]['post']['responses'][200]['content']['application/json'];
123491
123504
  interface OutlookConnectionSyncProps {
123492
123505
  params: {
123493
123506
  query: OutlookConnectionSyncQueryParams;
@@ -123495,23 +123508,23 @@ interface OutlookConnectionSyncProps {
123495
123508
  }
123496
123509
  declare const outlookConnectionSync: (props: OutlookConnectionSyncProps, wgApiClient: ClientType) => Promise<OutlookConnectionSyncResponse>;
123497
123510
 
123498
- declare const routeName$5B = "/v1/api/connections/assu/parties";
123499
- type SearchAssuPartiesQueryParams = paths[typeof routeName$5B]['get']['parameters']['query'];
123500
- type SearchAssuPartiesResponse = paths[typeof routeName$5B]['get']['responses'][200]['content']['application/json'];
123501
- type SearchAssuPartiesProps = paths[typeof routeName$5B]['get']['parameters'];
123511
+ declare const routeName$5C = "/v1/api/connections/assu/parties";
123512
+ type SearchAssuPartiesQueryParams = paths[typeof routeName$5C]['get']['parameters']['query'];
123513
+ type SearchAssuPartiesResponse = paths[typeof routeName$5C]['get']['responses'][200]['content']['application/json'];
123514
+ type SearchAssuPartiesProps = paths[typeof routeName$5C]['get']['parameters'];
123502
123515
  declare const searchAssuParties: (props: SearchAssuPartiesProps, wgApiClient: ClientType) => Promise<SearchAssuPartiesResponse>;
123503
123516
 
123504
- declare const routeName$5A = "/v1/api/connections/fasterforward/parties";
123505
- type SearchFasterforwardPartiesQueryParams = paths[typeof routeName$5A]['get']['parameters']['query'];
123506
- type SearchFasterforwardPartiesResponse = paths[typeof routeName$5A]['get']['responses'][200]['content']['application/json'];
123507
- type SearchFasterforwardPartiesProps = paths[typeof routeName$5A]['get']['parameters'];
123517
+ declare const routeName$5B = "/v1/api/connections/fasterforward/parties";
123518
+ type SearchFasterforwardPartiesQueryParams = paths[typeof routeName$5B]['get']['parameters']['query'];
123519
+ type SearchFasterforwardPartiesResponse = paths[typeof routeName$5B]['get']['responses'][200]['content']['application/json'];
123520
+ type SearchFasterforwardPartiesProps = paths[typeof routeName$5B]['get']['parameters'];
123508
123521
  declare const searchFasterforwardParties: (props: SearchFasterforwardPartiesProps, wgApiClient: ClientType) => Promise<SearchFasterforwardPartiesResponse>;
123509
123522
 
123510
- declare const routeName$5z = "/v1/api/connections/anva/parties/{anva_party_id}/documents";
123511
- type UploadDocumentsInAnvaBody = paths[typeof routeName$5z]['post']['requestBody']['content']['application/json'];
123512
- type UploadDocumentsInAnvaPathParams = paths[typeof routeName$5z]['post']['parameters']['path'];
123513
- type UploadDocumentsInAnvaQueryParams = paths[typeof routeName$5z]['post']['parameters']['query'];
123514
- type UploadDocumentsInAnvaResponse = paths[typeof routeName$5z]['post']['responses'][201]['content']['application/json'];
123523
+ declare const routeName$5A = "/v1/api/connections/anva/parties/{anva_party_id}/documents";
123524
+ type UploadDocumentsInAnvaBody = paths[typeof routeName$5A]['post']['requestBody']['content']['application/json'];
123525
+ type UploadDocumentsInAnvaPathParams = paths[typeof routeName$5A]['post']['parameters']['path'];
123526
+ type UploadDocumentsInAnvaQueryParams = paths[typeof routeName$5A]['post']['parameters']['query'];
123527
+ type UploadDocumentsInAnvaResponse = paths[typeof routeName$5A]['post']['responses'][201]['content']['application/json'];
123515
123528
  interface UploadDocumentsInAnvaProps {
123516
123529
  body: UploadDocumentsInAnvaBody;
123517
123530
  params: {
@@ -123521,11 +123534,11 @@ interface UploadDocumentsInAnvaProps {
123521
123534
  }
123522
123535
  declare const uploadDocumentsInAnva: (props: UploadDocumentsInAnvaProps, wgApiClient: ClientType) => Promise<UploadDocumentsInAnvaResponse>;
123523
123536
 
123524
- declare const routeName$5y = "/v1/api/connections/assu/parties/{assu_id}/documents";
123525
- type UploadDocumentsInAssuBody = paths[typeof routeName$5y]['post']['requestBody']['content']['application/json'];
123526
- type UploadDocumentsInAssuPathParams = paths[typeof routeName$5y]['post']['parameters']['path'];
123527
- type UploadDocumentsInAssuQueryParams = paths[typeof routeName$5y]['post']['parameters']['query'];
123528
- type UploadDocumentsInAssuResponse = paths[typeof routeName$5y]['post']['responses'][201]['content']['application/json'];
123537
+ declare const routeName$5z = "/v1/api/connections/assu/parties/{assu_id}/documents";
123538
+ type UploadDocumentsInAssuBody = paths[typeof routeName$5z]['post']['requestBody']['content']['application/json'];
123539
+ type UploadDocumentsInAssuPathParams = paths[typeof routeName$5z]['post']['parameters']['path'];
123540
+ type UploadDocumentsInAssuQueryParams = paths[typeof routeName$5z]['post']['parameters']['query'];
123541
+ type UploadDocumentsInAssuResponse = paths[typeof routeName$5z]['post']['responses'][201]['content']['application/json'];
123529
123542
  interface UploadDocumentsInAssuProps {
123530
123543
  body: UploadDocumentsInAssuBody;
123531
123544
  params: {
@@ -123535,6 +123548,20 @@ interface UploadDocumentsInAssuProps {
123535
123548
  }
123536
123549
  declare const uploadDocumentsInAssu: (props: UploadDocumentsInAssuProps, wgApiClient: ClientType) => Promise<UploadDocumentsInAssuResponse>;
123537
123550
 
123551
+ declare const routeName$5y = "/v1/api/connections/dias/parties/{dias_id}/documents";
123552
+ type UploadDocumentsInDiasBody = paths[typeof routeName$5y]['post']['requestBody']['content']['application/json'];
123553
+ type UploadDocumentsInDiasPathParams = paths[typeof routeName$5y]['post']['parameters']['path'];
123554
+ type UploadDocumentsInDiasQueryParams = paths[typeof routeName$5y]['post']['parameters']['query'];
123555
+ type UploadDocumentsInDiasResponse = paths[typeof routeName$5y]['post']['responses'][201]['content']['application/json'];
123556
+ interface UploadDocumentsInDiasProps {
123557
+ body: UploadDocumentsInDiasBody;
123558
+ params: {
123559
+ query: UploadDocumentsInDiasQueryParams;
123560
+ path: UploadDocumentsInDiasPathParams;
123561
+ };
123562
+ }
123563
+ declare const uploadDocumentsInDias: (props: UploadDocumentsInDiasProps, wgApiClient: ClientType) => Promise<UploadDocumentsInDiasResponse>;
123564
+
123538
123565
  declare const routeName$5x = "/v1/api/connections/fasterforward/parties/{fasterforward_id}/documents";
123539
123566
  type UploadDocumentsInFasterforwardBody = paths[typeof routeName$5x]['post']['requestBody']['content']['application/json'];
123540
123567
  type UploadDocumentsInFasterforwardPathParams = paths[typeof routeName$5x]['post']['parameters']['path'];
@@ -126795,4 +126822,4 @@ interface ValidateYellowhiveQuestionnaireProps {
126795
126822
  }
126796
126823
  declare const validateYellowhiveQuestionnaire: (props: ValidateYellowhiveQuestionnaireProps, wgApiClient: ClientType) => Promise<ValidateYellowhiveQuestionnaireResponse>;
126797
126824
 
126798
- export { type $defs, type AcceptOrRejectAnAdvisoryReportBody, type AcceptOrRejectAnAdvisoryReportPathParams, type AcceptOrRejectAnAdvisoryReportQueryParams, type AcceptOrRejectAnAdvisoryReportResponse, type ActivateOutlookConnectionSyncBody, type ActivateOutlookConnectionSyncQueryParams, type ActivateOutlookConnectionSyncResponse, type AnalyzeEmailBody, type AnalyzeEmailPathParams, type AnalyzeEmailResponse, type AnswerAFlowDirectlyBody, type AnswerAFlowDirectlyPathParams, type AnswerAFlowDirectlyQueryParams, type AnswerAFlowDirectlyResponse, type AnswerAFlowSessionBody, type AnswerAFlowSessionPathParams, type AnswerAFlowSessionQueryParams, type AnswerAFlowSessionResponse, type BlockCustomerFromAccessingPartyPathParams, type BlockCustomerFromAccessingPartyResponse, type CalculateAnvaquotesBySessionIdBody, type CalculateAnvaquotesBySessionIdPathParams, type CalculateAnvaquotesBySessionIdQueryParams, type CalculateAnvaquotesBySessionIdResponse, type CalculateCarLeaseQuoteBody, type CalculateCarLeaseQuoteQueryParams, type CalculateCarLeaseQuoteResponse, type CalculateDiasQuotesBySessionIdBody, type CalculateDiasQuotesBySessionIdPathParams, type CalculateDiasQuotesBySessionIdQueryParams, type CalculateDiasQuotesBySessionIdResponse, type CalculateQuotesV2Body, type CalculateQuotesV2PathParams, type CalculateQuotesV2QueryParams, type CalculateQuotesV2Response, type CalculateYellowhiveQuotesBySessionIdBody, type CalculateYellowhiveQuotesBySessionIdPathParams, type CalculateYellowhiveQuotesBySessionIdQueryParams, type CalculateYellowhiveQuotesBySessionIdResponse, type ClaimReportByIdPathParams, type ClaimReportByIdQueryParams, type ClaimReportByIdResponse, type ClaimRequestUpdatePathParams, type ClaimRequestUpdateQueryParams, type ClaimRequestUpdateResponse, type ClientType, type CommentOnActivityPathParams, type CommentOnActivityQueryParams, type CommentOnActivityResponse, type CreateAccidentsForPartyBody, type CreateAccidentsForPartyPathParams, type CreateAccidentsForPartyQueryParams, type CreateAccidentsForPartyResponse, type CreateAccountBody, type CreateAccountQueryParams, type CreateAccountResponse, type CreateAdvisoryReportBody, type CreateAdvisoryReportQueryParams, type CreateAdvisoryReportResponse, type CreateAdvisoryReportRevisionBody, type CreateAdvisoryReportRevisionPathParams, type CreateAdvisoryReportRevisionQueryParams, type CreateAdvisoryReportRevisionResponse, type CreateAdvisoryReportRevisionV2Body, type CreateAdvisoryReportRevisionV2PathParams, type CreateAdvisoryReportRevisionV2QueryParams, type CreateAdvisoryReportRevisionV2Response, type CreateAdvisoryReportStepSettingsBody, type CreateAdvisoryReportStepSettingsPathParams, type CreateAdvisoryReportStepSettingsQueryParams, type CreateAdvisoryReportStepSettingsResponse, type CreateAnvaPartyViaConversationBody, type CreateAnvaPartyViaConversationPathParams, type CreateAnvaPartyViaConversationQueryParams, type CreateAnvaPartyViaConversationResponse, type CreateAnvaTaskBody, type CreateAnvaTaskPathParams, type CreateAnvaTaskQueryParams, type CreateAnvaTaskResponse, type CreateAnvaflowTagsBody, type CreateAnvaflowTagsQueryParams, type CreateAnvaflowTagsResponse, type CreateAssuTaskBody, type CreateAssuTaskPathParams, type CreateAssuTaskQueryParams, type CreateAssuTaskResponse, type CreateBicycleRiskObjectBody, type CreateBicycleRiskObjectPathParams, type CreateBicycleRiskObjectQueryParams, type CreateBicycleRiskObjectResponse, type CreateBoatRiskObjectBody, type CreateBoatRiskObjectPathParams, type CreateBoatRiskObjectQueryParams, type CreateBoatRiskObjectResponse, type CreateBrokerConnectionsByIdBody, type CreateBrokerConnectionsByIdPathParams, type CreateBrokerConnectionsByIdResponse, type CreateCampaignBody, type CreateCampaignQueryParams, type CreateCampaignResponse, type CreateCarRiskObjectBody, type CreateCarRiskObjectPathParams, type CreateCarRiskObjectQueryParams, type CreateCarRiskObjectResponse, type CreateClaimAsBrokerQueryParams, type CreateClaimAsBrokerResponse, type CreateClaimAsCustomerPathParams, type CreateClaimAsCustomerQueryParams, type CreateClaimAsCustomerResponse, type CreateCompanyLeadBody, type CreateCompanyLeadPathParams, type CreateCompanyLeadQueryParams, type CreateCompanyLeadResponse, type CreateConversationBody, type CreateConversationPathParams, type CreateConversationQueryParams, type CreateConversationReminderPathParams, type CreateConversationReminderResponse, type CreateConversationResponse, type CreateCustomerLeadBody, type CreateCustomerLeadPathParams, type CreateCustomerLeadQueryParams, type CreateCustomerLeadResponse, type CreateDiasPartyViaConversationBody, type CreateDiasPartyViaConversationPathParams, type CreateDiasPartyViaConversationQueryParams, type CreateDiasPartyViaConversationResponse, type CreateDiasTaskBody, type CreateDiasTaskPathParams, type CreateDiasTaskQueryParams, type CreateDiasTaskResponse, type CreateDistributionConnectionByIdBody, type CreateDistributionConnectionByIdPathParams, type CreateDistributionConnectionByIdResponse, type CreateDistributionTagBody, type CreateDistributionTagQueryParams, type CreateDistributionTagResponse, type CreateDocumentForClaimAsCustomerPathParams, type CreateDocumentForClaimAsCustomerQueryParams, type CreateDocumentForClaimAsCustomerResponse, type CreateDocumentForClaimPathParams, type CreateDocumentForClaimQueryParams, type CreateDocumentForClaimResponse, type CreateDocumentForPartyBody, type CreateDocumentForPartyPathParams, type CreateDocumentForPartyQueryParams, type CreateDocumentForPartyResponse, type CreateEntityAsBrokerPathParams, type CreateEntityAsBrokerQueryParams, type CreateEntityAsBrokerResponse, type CreateEntityAsCustomerWithTokenPathParams, type CreateEntityAsCustomerWithTokenQueryParams, type CreateEntityAsCustomerWithTokenResponse, type CreateFamilyRiskObjectBody, type CreateFamilyRiskObjectPathParams, type CreateFamilyRiskObjectQueryParams, type CreateFamilyRiskObjectResponse, type CreateFasterforwardTaskBody, type CreateFasterforwardTaskPathParams, type CreateFasterforwardTaskQueryParams, type CreateFasterforwardTaskResponse, type CreateInsurancePoliciesForPartyBody, type CreateInsurancePoliciesForPartyPathParams, type CreateInsurancePoliciesForPartyResponse, type CreateInsuranceProductClauseForDistributionBody, type CreateInsuranceProductClauseForDistributionQueryParams, type CreateInsuranceProductClauseForDistributionResponse, type CreateLegalPartyBody, type CreateLegalPartyResponse, type CreateLegalRiskObjectBody, type CreateLegalRiskObjectPathParams, type CreateLegalRiskObjectQueryParams, type CreateLegalRiskObjectResponse, type CreateLockForClaimPathParams, type CreateLockForClaimQueryParams, type CreateLockForClaimResponse, type CreateMiscellaneousRiskObjectBody, type CreateMiscellaneousRiskObjectPathParams, type CreateMiscellaneousRiskObjectQueryParams, type CreateMiscellaneousRiskObjectResponse, type CreateNaturalPartyBody, type CreateNaturalPartyResponse, type CreateNoteOnEventAsCustomerPathParams, type CreateNoteOnEventAsCustomerQueryParams, type CreateNoteOnEventAsCustomerResponse, type CreateNoteOnEventPathParams, type CreateNoteOnEventQueryParams, type CreateNoteOnEventResponse, type CreateOfferRevisionBody, type CreateOfferRevisionPathParams, type CreateOfferRevisionResponse, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse, type CreatePartyActivitiesAsCustomerBody, type CreatePartyActivitiesAsCustomerResponse, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationBody, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationQueryParams, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationResponse, type CreatePartyGroupRiskObjectBody, type CreatePartyGroupRiskObjectPathParams, type CreatePartyGroupRiskObjectQueryParams, type CreatePartyGroupRiskObjectResponse, type CreatePartyNoteBody, type CreatePartyNotePathParams, type CreatePartyNoteResponse, type CreatePartyOffersBody, type CreatePartyOffersPathParams, type CreatePartyOffersQueryParams, type CreatePartyOffersResponse, type CreatePartyRelationsBody, type CreatePartyRelationsQueryParams, type CreatePartyRelationsResponse, type CreateProfileaseCarLeaseOfferBody, type CreateProfileaseCarLeaseOfferQueryParams, type CreateProfileaseCarLeaseOfferResponse, type CreateProflowSessionByBatchIdPathParams, type CreateProflowSessionByBatchIdQueryParams, type CreateProflowSessionByBatchIdResponse, type CreateRecommendationByPartyIdBody, type CreateRecommendationByPartyIdPathParams, type CreateRecommendationByPartyIdQueryParams, type CreateRecommendationByPartyIdResponse, type CreateRecommendationBySessionIdBody, type CreateRecommendationBySessionIdQueryParams, type CreateRecommendationBySessionIdResponse, type CreateReferenceForPartyBody, type CreateReferenceForPartyPathParams, type CreateReferenceForPartyResponse, type CreateReferencesForRiskObjectBody, type CreateReferencesForRiskObjectPathParams, type CreateReferencesForRiskObjectQueryParams, type CreateReferencesForRiskObjectResponse, type CreateRelationBetweenRiskObjectAndPartyBody, type CreateRelationBetweenRiskObjectAndPartyPathParams, type CreateRelationBetweenRiskObjectAndPartyQueryParams, type CreateRelationBetweenRiskObjectAndPartyResponse, type CreateRiskDomainActionForAdvisoryReportByIdBody, type CreateRiskDomainActionForAdvisoryReportByIdPathParams, type CreateRiskDomainActionForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionForAdvisoryReportByIdResponse, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainAdviceForAdvisoryReportByIdBody, type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainForAdvisoryReportByIdBody, type CreateRiskDomainForAdvisoryReportByIdPathParams, type CreateRiskDomainForAdvisoryReportByIdQueryParams, type CreateRiskDomainForAdvisoryReportByIdResponse, type CreateSemiTrailerRiskObjectBody, type CreateSemiTrailerRiskObjectPathParams, type CreateSemiTrailerRiskObjectQueryParams, type CreateSemiTrailerRiskObjectResponse, type CreateToolkitAccountBody, type CreateToolkitAccountQueryParams, type CreateToolkitAccountResponse, type CreateToolkitBrokerBody, type CreateToolkitBrokerQueryParams, type CreateToolkitBrokerResponse, type CreateTrailerRiskObjectBody, type CreateTrailerRiskObjectPathParams, type CreateTrailerRiskObjectQueryParams, type CreateTrailerRiskObjectResponse, type CreateTrialBrokerBody, type CreateTrialBrokerQueryParams, type CreateTrialBrokerResponse, type CreateUploadLinkAsCustomerPathParams, type CreateUploadLinkAsCustomerQueryParams, type CreateUploadLinkAsCustomerResponse, type CreateUspItemForDistributionBody, type CreateUspItemForDistributionQueryParams, type CreateUspItemForDistributionResponse, type CreateYellowhiveContactPersonBody, type CreateYellowhiveContactPersonPathParams, type CreateYellowhiveContactPersonQueryParams, type CreateYellowhiveContactPersonResponse, type DeactivateOutlookConnectionSyncBody, type DeactivateOutlookConnectionSyncQueryParams, type DeactivateOutlookConnectionSyncResponse, type DeleteAdvisoryReportPathParams, type DeleteAdvisoryReportQueryParams, type DeleteAdvisoryReportResponse, type DeleteAdvisoryReportRevisionPathParams, type DeleteAdvisoryReportRevisionQueryParams, type DeleteAdvisoryReportRevisionResponse, type DeleteAllSessionsBySessionIdPathParams, type DeleteAllSessionsBySessionIdResponse, type DeleteAnvaClosingQuestionsPathParams, type DeleteAnvaClosingQuestionsQueryParams, type DeleteAnvaClosingQuestionsResponse, type DeleteBrokerConnectionByKeyPathParams, type DeleteBrokerConnectionByKeyResponse, type DeleteClaimAsBrokerByIdPathParams, type DeleteClaimAsBrokerByIdQueryParams, type DeleteClaimAsBrokerByIdResponse, type DeleteCommentOnActivityPathParams, type DeleteCommentOnActivityQueryParams, type DeleteCommentOnActivityResponse, type DeleteDistributionConnectionByKeyPathParams, type DeleteDistributionConnectionByKeyResponse, type DeleteDistributionFaqPathParams, type DeleteDistributionFaqQueryParams, type DeleteDistributionFaqResponse, type DeleteDistributionTagPathParams, type DeleteDistributionTagQueryParams, type DeleteDistributionTagResponse, type DeleteDocumentByIdAsCustomerWithTokenPathParams, type DeleteDocumentByIdAsCustomerWithTokenQueryParams, type DeleteDocumentByIdAsCustomerWithTokenResponse, type DeleteDocumentByIdPathParams, type DeleteDocumentByIdQueryParams, type DeleteDocumentByIdResponse, type DeleteDocumentForPartyPathParams, type DeleteDocumentForPartyResponse, type DeleteEntityAsBrokerByIdPathParams, type DeleteEntityAsBrokerByIdQueryParams, type DeleteEntityAsBrokerByIdResponse, type DeleteEntityByIdAsCustomerWithTokenPathParams, type DeleteEntityByIdAsCustomerWithTokenQueryParams, type DeleteEntityByIdAsCustomerWithTokenResponse, type DeleteEntityBySessionIdAndFlowIdPathParams, type DeleteEntityBySessionIdAndFlowIdQueryParams, type DeleteEntityBySessionIdAndFlowIdResponse, type DeleteInsurancePoliciesForPartyPathParams, type DeleteInsurancePoliciesForPartyResponse, type DeleteInsurancePolicyForAdvisoryReportByIdPathParams, type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams, type DeleteInsurancePolicyForAdvisoryReportByIdResponse, type DeleteInsuranceProductClauseForDistributionPathParams, type DeleteInsuranceProductClauseForDistributionQueryParams, type DeleteInsuranceProductClauseForDistributionResponse, type DeleteNotePathParams, type DeleteNoteQueryParams, type DeleteNoteResponse, type DeletePartyActivitiesAsCustomerPathParams, type DeletePartyActivitiesAsCustomerResponse, type DeletePartyEntityBySessionIdAndFlowIdPathParams, type DeletePartyEntityBySessionIdAndFlowIdQueryParams, type DeletePartyEntityBySessionIdAndFlowIdResponse, type DeletePartyNoteByIdPathParams, type DeletePartyNoteByIdResponse, type DeletePartyRelationsPathParams, type DeletePartyRelationsResponse, type DeletePolicyPackagesForPartyPathParams, type DeletePolicyPackagesForPartyResponse, type DeleteRelationBetweenRiskObjectAndPartyPathParams, type DeleteRelationBetweenRiskObjectAndPartyQueryParams, type DeleteRelationBetweenRiskObjectAndPartyResponse, type DeleteRiskDomainActionForAdvisoryReportByIdPathParams, type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams, type DeleteRiskDomainActionForAdvisoryReportByIdResponse, type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams, type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams, type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse, type DeleteRiskDomainForAdvisoryReportByIdPathParams, type DeleteRiskDomainForAdvisoryReportByIdQueryParams, type DeleteRiskDomainForAdvisoryReportByIdResponse, type DeleteRiskObjectByIdPathParams, type DeleteRiskObjectByIdResponse, type DeleteSessionBySessionIdPathParams, type DeleteSessionBySessionIdResponse, type DeleteUspByDistributionAndIdPathParams, type DeleteUspByDistributionAndIdQueryParams, type DeleteUspByDistributionAndIdResponse, type DelinkPartyToUserBody, type DelinkPartyToUserResponse, type DeprecatedValidateAnvaConnectionQueryParams, type DeprecatedValidateAnvaConnectionResponse, type 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 ExportPartyToAnvaPathParams, type ExportPartyToAnvaQueryParams, type ExportPartyToAnvaResponse, type ExportPartyToAssuPathParams, type ExportPartyToAssuQueryParams, type ExportPartyToAssuResponse, type ExportPartyToDiasPathParams, type ExportPartyToDiasQueryParams, type ExportPartyToDiasResponse, type ExportPartyToFasterforwardPathParams, type ExportPartyToFasterforwardQueryParams, type ExportPartyToFasterforwardResponse, type ExportQuoteByIdBody, type ExportQuoteByIdPathParams, type ExportQuoteByIdQueryParams, type ExportQuoteByIdResponse, type ExtractInsurancePoliciesForOneDocumentBody, type ExtractInsurancePoliciesForOneDocumentEnqueueBody, type ExtractInsurancePoliciesForOneDocumentEnqueueResponse, type ExtractInsurancePoliciesForOneDocumentResponse, type ExtractManyDocumentInBatchBody, type ExtractManyDocumentInBatchResponse, type ExtractOffersForOneDocumentBody, type ExtractOffersForOneDocumentEnqueueBody, type ExtractOffersForOneDocumentEnqueueResponse, type ExtractOffersForOneDocumentResponse, type ExtractOneDocumentBody, type ExtractOneDocumentEnqueueBody, type ExtractOneDocumentEnqueueResponse, type ExtractOneDocumentResponse, type ExtractPartyForOneDocumentEnqueueBody, type ExtractPartyForOneDocumentEnqueueResponse, type ExtractWebsiteThemeBody, type ExtractWebsiteThemeResponse, type GenerateCompanyDescriptionBody, type GenerateCompanyDescriptionResponse, type GenerateConceptReplyBody, type GenerateConceptReplyPathParams, type GenerateConceptReplyQueryParams, type GenerateConceptReplyResponse, type GenerateDiasOfferDocumentBySessionIdPathParams, type GenerateDiasOfferDocumentBySessionIdQueryParams, type GenerateDiasOfferDocumentBySessionIdResponse, type GenerateDistributionAboutUsCompletionBody, type GenerateDistributionAboutUsCompletionResponse, type GenerateDnsPrefixBody, type GenerateDnsPrefixQueryParams, type GenerateDnsPrefixResponse, type GenerateDocxDocumentOfAdvisoryReportByIdPathParams, type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams, type GenerateDocxDocumentOfAdvisoryReportByIdResponse, type GenerateFlowQuestionnaireDocumentBody, type GenerateFlowQuestionnaireDocumentPathParams, type GenerateFlowQuestionnaireDocumentQueryParams, type GenerateFlowQuestionnaireDocumentResponse, type GenerateFlowQuestionnairePathParams, type GenerateFlowQuestionnaireQueryParams, type GenerateFlowQuestionnaireResponse, type GenerateOfferRequestForInsuranceCompanyDocxBody, type GenerateOfferRequestForInsuranceCompanyDocxResponse, type GenerateOfferRequestForInsuranceCompanyPdfBody, type GenerateOfferRequestForInsuranceCompanyPdfResponse, type GeneratePdfOfAdvisoryReportByIdPathParams, type GeneratePdfOfAdvisoryReportByIdQueryParams, type GeneratePdfOfAdvisoryReportByIdResponse, type GeneratePersonalizationAdviceForAdvisoryReportPathParams, type GeneratePersonalizationAdviceForAdvisoryReportResponse, type GeneratePossibleProductsBySessionV2Body, type GeneratePossibleProductsBySessionV2PathParams, type GeneratePossibleProductsBySessionV2QueryParams, type GeneratePossibleProductsBySessionV2Response, type GenerateQuestionsToPrefillByCarBody, type GenerateQuestionsToPrefillByCarPathParams, type GenerateQuestionsToPrefillByCarQueryParams, type GenerateQuestionsToPrefillByCarResponse, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse, type GenerateTokenForSocialLoginFlowAsBrokerQueryParams, type GenerateTokenForSocialLoginFlowAsBrokerResponse, type Get2FaByUserResponse, type GetActivityByPartyPathParams, type GetActivityByPartyQueryParams, type GetActivityByPartyResponse, type GetAddressInfoFreemiumQueryParams, type GetAddressInfoFreemiumResponse, type GetAddressInfoQueryParams, type GetAddressInfoResponse, type GetAdvicesPerInsuranceProductPathParams, type GetAdvicesPerInsuranceProductResponse, type GetAdvisoryReportByIdPathParams, type GetAdvisoryReportByIdQueryParams, type GetAdvisoryReportByIdResponse, type GetAdvisoryReportExportOptionsPathParams, type GetAdvisoryReportExportOptionsResponse, type GetAdvisoryReportRevisionDiffPathParams, type GetAdvisoryReportRevisionDiffQueryParams, type GetAdvisoryReportRevisionDiffResponse, type GetAllActivityTypesQueryParams, type GetAllActivityTypesResponse, type GetAllAdvisoryReportsQueryParams, type GetAllAdvisoryReportsResponse, type GetAllAvailableAffiliationsResponse, type GetAllAvailablePlansResponse, type GetAllAvailableThemesInWegroupQueryParams, type GetAllAvailableThemesInWegroupResponse, type GetAllBrokersLinkedToCurrentUserResponse, type GetAllCampaignTemplatesQueryParams, type GetAllCampaignTemplatesResponse, type GetAllCampaignsByDistributionQueryParams, type GetAllCampaignsByDistributionResponse, type GetAllCarClaimCategoriesResponse, type GetAllClaimsAsBrokerQueryParams, type GetAllClaimsAsBrokerResponse, type GetAllConversationsQueryParams, type GetAllConversationsResponse, type GetAllCustomersByDistributionQueryParams, type GetAllCustomersByDistributionResponse, type GetAllEnumsResponse, type GetAllLeadsByDistributionPathParams, type GetAllLeadsByDistributionResponse, type GetAllLeaseOffersByDistributionPathParams, type GetAllLeaseOffersByDistributionQueryParams, type GetAllLeaseOffersByDistributionResponse, type GetAllPartiesByDistributionPathParams, type GetAllPartiesByDistributionQueryParams, type GetAllPartiesByDistributionResponse, type GetAllPartiesByDistributionV2PathParams, type GetAllPartiesByDistributionV2QueryParams, type GetAllPartiesByDistributionV2Response, type GetAllRiskObjectsByPartyIdPathParams, type GetAllRiskObjectsByPartyIdQueryParams, type GetAllRiskObjectsByPartyIdResponse, type GetAllRiskObjectsByPartyIdV2PathParams, type GetAllRiskObjectsByPartyIdV2QueryParams, type GetAllRiskObjectsByPartyIdV2Response, type GetAllSessionsBySessionIdPathParams, type GetAllSessionsBySessionIdQueryParams, type GetAllSessionsBySessionIdResponse, type GetAllVehicleBrandsQueryParams, type GetAllVehicleBrandsResponse, type GetAllVehicleSeriesByBrandKeyPathParams, type GetAllVehicleSeriesByBrandKeyQueryParams, type GetAllVehicleSeriesByBrandKeyResponse, type GetAllVehicleVersionsBySeriesIdPathParams, type GetAllVehicleVersionsBySeriesIdQueryParams, type GetAllVehicleVersionsBySeriesIdResponse, type GetAnvaAgentsQueryParams, type GetAnvaAgentsResponse, type GetAnvaClosingQuestionsQueryParams, type GetAnvaClosingQuestionsResponse, type GetAnvaCollectionMethodsPathParams, type GetAnvaCollectionMethodsQueryParams, type GetAnvaCollectionMethodsResponse, type GetAnvaEmployeesQueryParams, type GetAnvaEmployeesResponse, type GetAnvaLabelsQueryParams, type GetAnvaLabelsResponse, type GetAnvaMutationReasonsQueryParams, type GetAnvaMutationReasonsResponse, type GetAnvaPartiesQueryParams, type GetAnvaPartiesResponse, type GetAnvaProductsQueryParams, type GetAnvaProductsResponse, type GetAnvaproductByIdPathParams, type GetAnvaproductByIdQueryParams, type GetAnvaproductByIdResponse, type GetAnvaproductsQueryParams, type GetAnvaproductsResponse, type GetArtifactFromEventByIdPathParams, type GetArtifactFromEventByIdQueryParams, type GetArtifactFromEventByIdResponse, type GetAssuEmployeesQueryParams, type GetAssuEmployeesResponse, type GetAvailableFlowsForDistributionInfoQueryParams, type GetAvailableFlowsForDistributionInfoResponse, type GetBrokerByAnvaProducerIdPathParams, type GetBrokerByAnvaProducerIdResponse, type GetBrokerByAnvaRelationMangerIdPathParams, type GetBrokerByAnvaRelationMangerIdResponse, type GetBrokerConnectionsByIdPathParams, type GetBrokerConnectionsByIdQueryParams, type GetBrokerConnectionsByIdResponse, type GetBrokerIntegrationsPathParams, type GetBrokerIntegrationsResponse, type GetCampaignByIdPathParams, type GetCampaignByIdQueryParams, type GetCampaignByIdResponse, type GetCampaignSettingsByDistributionQueryParams, type GetCampaignSettingsByDistributionResponse, type GetCampaignTargetMailTemplateQueryParams, type GetCampaignTargetMailTemplateResponse, type GetCarLeaseRatesQueryParams, type GetCarLeaseRatesResponse, type GetChatBySessionIdPathParams, type GetChatBySessionIdResponse, type GetChatSummaryV2BySessionIdPathParams, type GetChatSummaryV2BySessionIdQueryParams, type GetChatSummaryV2BySessionIdResponse, type GetCheckupByPartyIdPathParams, type GetCheckupByPartyIdResponse, type GetClaimAsBrokerByIdPathParams, type GetClaimAsBrokerByIdQueryParams, type GetClaimAsBrokerByIdResponse, type GetClaimAsCustomerWithTokenPathParams, type GetClaimAsCustomerWithTokenQueryParams, type GetClaimAsCustomerWithTokenResponse, type GetClaimByIdAsCustomerPathParams, type GetClaimByIdAsCustomerResponse, type GetClaimEventsAsBrokerByIdPathParams, type GetClaimEventsAsBrokerByIdQueryParams, type GetClaimEventsAsBrokerByIdResponse, type GetClaimEventsAsCustomerPathParams, type GetClaimEventsAsCustomerQueryParams, type GetClaimEventsAsCustomerResponse, type GetClaimsAsCustomerQueryParams, type GetClaimsAsCustomerResponse, type GetClaimsAsPartyByIdPathParams, type GetClaimsAsPartyByIdResponse, type GetClaimsAsPartyPathParams, type GetClaimsAsPartyQueryParams, type GetClaimsAsPartyResponse, type GetComplianceByRiskObjectIdPathParams, type GetComplianceByRiskObjectIdResponse, type GetConversationByIdPathParams, type GetConversationByIdQueryParams, type GetConversationByIdResponse, type GetConversationNotesPathParams, type GetConversationNotesQueryParams, type GetConversationNotesResponse, type GetConversationReportPdfByIdBody, type GetConversationReportPdfByIdPathParams, type GetConversationReportPdfByIdQueryParams, type GetConversationReportPdfByIdResponse, type GetConversationsOriginFilterQueryParams, type GetConversationsOriginFilterResponse, type GetCurrentAccountInsightsAsCustomerQueryParams, type GetCurrentAccountInsightsAsCustomerResponse, type GetCurrentAccountInsightsAsPartyPathParams, type GetCurrentAccountInsightsAsPartyQueryParams, type GetCurrentAccountInsightsAsPartyResponse, type GetCurrentBrokerOfTheUserResponse, type GetCustomersByPartyPathParams, type GetCustomersByPartyQueryParams, type GetCustomersByPartyResponse, type GetDiasAfdbranchesResponse, type GetDiasCollectionMethodsPathParams, type GetDiasCollectionMethodsQueryParams, type GetDiasCollectionMethodsResponse, type GetDiasEmployeesQueryParams, type GetDiasEmployeesResponse, type GetDiasPartiesQueryParams, type GetDiasPartiesResponse, type GetDiasPartySalutationsResponse, type GetDiasPartyTitlesResponse, type GetDiasProductsQueryParams, type GetDiasProductsResponse, type GetDiasflowInsurancesQueryParams, type GetDiasflowInsurancesResponse, type GetDiasflowProductByIdPathParams, type GetDiasflowProductByIdQueryParams, type GetDiasflowProductByIdResponse, type GetDiasflowProductsQueryParams, type GetDiasflowProductsResponse, type GetDistributionActivityPathParams, type GetDistributionActivityQueryParams, type GetDistributionActivityResponse, type GetDistributionAffiliationsPathParams, type GetDistributionAffiliationsResponse, type GetDistributionByIdPathParams, type GetDistributionByIdResponse, type GetDistributionConnectionsByIdPathParams, type GetDistributionConnectionsByIdQueryParams, type GetDistributionConnectionsByIdResponse, type GetDistributionFaqQueryParams, type GetDistributionFaqResponse, type GetDistributionHasPendingUpgradePathParams, type GetDistributionHasPendingUpgradeResponse, type GetDistributionSettingsResponse, type GetDistributionTagsQueryParams, type GetDistributionTagsResponse, type GetDocumentExtractionBatchByIdPathParams, type GetDocumentExtractionBatchByIdResponse, type GetDocumentMetadataPathParams, type GetDocumentMetadataResponse, type GetDocumentsAsCustomerQueryParams, type GetDocumentsAsCustomerResponse, type GetDocumentsForPartyPathParams, type GetDocumentsForPartyQueryParams, type GetDocumentsForPartyResponse, type GetEmailByMessageIdQueryParams, type GetEmailByMessageIdResponse, type GetEncryptionKeysQueryParams, type GetEncryptionKeysResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponsePathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryPathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryResponse, type GetEnumByAnvaLabelPathParams, type GetEnumByAnvaLabelQueryParams, type GetEnumByAnvaLabelResponse, type GetEnumByDiasLabelPathParams, type GetEnumByDiasLabelQueryParams, type GetEnumByDiasLabelResponse, type GetEventsByAdvisoryReportIdPathParams, type GetEventsByAdvisoryReportIdQueryParams, type GetEventsByAdvisoryReportIdResponse, type GetExtractEnityInfoPathParams, type GetExtractEnityInfoResponse, type GetFasterforwardEmployeesQueryParams, type GetFasterforwardEmployeesResponse, type GetFasterforwardTeamsQueryParams, type GetFasterforwardTeamsResponse, type GetFinconnectLinkAsCustomerQueryParams, type GetFinconnectLinkAsCustomerResponse, type GetFinconnectLinkForInsurancePolicyAsCustomerPathParams, type GetFinconnectLinkForInsurancePolicyAsCustomerQueryParams, type GetFinconnectLinkForInsurancePolicyAsCustomerResponse, type GetFlowInfoByIdPathParams, type GetFlowInfoByIdQueryParams, type GetFlowInfoByIdResponse, type GetFlowsInfoQueryParams, type GetFlowsInfoResponse, type GetGbiQueryParams, type GetGbiResponse, type GetHubspotVisitorIdentificationTokenResponse, type GetInfoForClaimPathParams, type GetInfoForClaimQueryParams, type GetInfoForClaimResponse, type GetInsightsIfCarIsInsuredBody, type GetInsightsIfCarIsInsuredResponse, type GetInsuranceCompaniesQueryParams, type GetInsuranceCompaniesResponse, type GetInsurancePoliciesAsCustomerQueryParams, type GetInsurancePoliciesAsCustomerResponse, type GetInsurancePoliciesForPartyPathParams, type GetInsurancePoliciesForPartyQueryParams, type GetInsurancePoliciesForPartyResponse, type GetInsurancePolicyByIdAsCustomerPathParams, type GetInsurancePolicyByIdAsCustomerResponse, type GetInsurancePolicyByIdPathParams, type GetInsurancePolicyByIdResponse, type GetInsurancePolicySimulationsForPartyPathParams, type GetInsurancePolicySimulationsForPartyQueryParams, type GetInsurancePolicySimulationsForPartyResponse, type GetInsuranceProductClausesByDistributionQueryParams, type GetInsuranceProductClausesByDistributionResponse, type GetInsuranceProductsV2QueryParams, type GetInsuranceProductsV2Response, type GetIntegrationsByDistributionPathParams, type GetIntegrationsByDistributionResponse, type GetInvoiceByIdAsCustomerPathParams, type GetInvoiceByIdAsCustomerResponse, type GetInvoicesAsCustomerQueryParams, type GetInvoicesAsCustomerResponse, type GetInvoicesAsPartyByIdPathParams, type GetInvoicesAsPartyByIdResponse, type GetInvoicesAsPartyPathParams, type GetInvoicesAsPartyQueryParams, type GetInvoicesAsPartyResponse, type GetJobResultByIdPathParams, type GetJobResultByIdQueryParams, type GetJobResultByIdResponse, type GetKycByPartyPathParams, type GetKycByPartyQueryParams, type GetKycByPartyResponse, type GetLeadByIdPathParams, type GetLeadByIdResponse, type GetLeadProviderByIdPathParams, type GetLeadProviderByIdResponse, type GetLeadProvidersByAffinityQueryParams, type GetLeadProvidersByAffinityResponse, type GetLeaseOfferByIdPathParams, type GetLeaseOfferByIdQueryParams, type GetLeaseOfferByIdResponse, type GetLinkOfDocumentPathParams, type GetLinkOfDocumentResponse, type GetMetricsByCampaignPathParams, type GetMetricsByCampaignQueryParams, type GetMetricsByCampaignResponse, type GetMinimalOfferByIdPathParams, type GetMinimalOfferByIdQueryParams, type GetMinimalOfferByIdResponse, type GetMinimalOfferRevisionByIdPathParams, type GetMinimalOfferRevisionByIdResponse, type GetMinimalRiskObjectByIdPathParams, type GetMinimalRiskObjectByIdQueryParams, type GetMinimalRiskObjectByIdResponse, type GetNaceQueryParams, type GetNaceResponse, type GetNoveltyInsightsByDistributionPathParams, type GetNoveltyInsightsByDistributionQueryParams, type GetNoveltyInsightsByDistributionResponse, type GetOfferByIdPathParams, type GetOfferByIdResponse, type GetOffersByDistributionPathParams, type GetOffersByDistributionQueryParams, type GetOffersByDistributionResponse, type GetOnboardingChecklistByBrokerPathParams, type GetOnboardingChecklistByBrokerQueryParams, type GetOnboardingChecklistByBrokerResponse, type GetOnesuranceDataByPartyIdPathParams, type GetOnesuranceDataByPartyIdQueryParams, type GetOnesuranceDataByPartyIdResponse, type GetOnesuranceRecommendationsByEmailIdPathParams, type GetOnesuranceRecommendationsByEmailIdQueryParams, type GetOnesuranceRecommendationsByEmailIdResponse, type GetOrganisationDistributionsPathParams, type GetOrganisationDistributionsQueryParams, type GetOrganisationDistributionsResponse, type GetOrganisationLeadsPathParams, type GetOrganisationLeadsQueryParams, type GetOrganisationLeadsResponse, type GetOrganisationOffersPathParams, type GetOrganisationOffersQueryParams, type GetOrganisationOffersResponse, type GetOutlookConnectionDetailsQueryParams, type GetOutlookConnectionDetailsResponse, type GetOutlookMailByIdPathParams, type GetOutlookMailByIdQueryParams, type GetOutlookMailByIdResponse, type GetOutlookMailByOutlookMessageIdPathParams, type GetOutlookMailByOutlookMessageIdQueryParams, type GetOutlookMailByOutlookMessageIdResponse, type GetOutlookMailfoldersQueryParams, type GetOutlookMailfoldersResponse, type GetOutlookMailsQueryParams, type GetOutlookMailsResponse, type GetPartiesByCustomerPathParams, type GetPartiesByCustomerQueryParams, type GetPartiesByCustomerResponse, type GetPartiesLinkedToUserResponse, type GetPartiesOriginFilterQueryParams, type GetPartiesOriginFilterResponse, type GetPartyAddressesPathParams, type GetPartyAddressesResponse, type GetPartyByIdPathParams, type GetPartyByIdResponse, type GetPartyMergeSuggestionsPathParams, type GetPartyMergeSuggestionsQueryParams, type GetPartyMergeSuggestionsResponse, type GetPdfOfAdvisoryReportByIdPathParams, type GetPdfOfAdvisoryReportByIdQueryParams, type GetPdfOfAdvisoryReportByIdResponse, type GetPerformanceInsightsByDistributionPathParams, type GetPerformanceInsightsByDistributionQueryParams, type GetPerformanceInsightsByDistributionResponse, type GetPolicyPackageByIdAsCustomerPathParams, type GetPolicyPackageByIdAsCustomerResponse, type GetPolicyPackageByIdPathParams, type GetPolicyPackageByIdQueryParams, type GetPolicyPackageByIdResponse, type GetPolicyPackageSimulationsForPartyPathParams, type GetPolicyPackageSimulationsForPartyResponse, type GetPolicyPackagesAsCustomerQueryParams, type GetPolicyPackagesAsCustomerResponse, type GetPolicyPackagesForPartyPathParams, type GetPolicyPackagesForPartyResponse, type GetPossibleInsuranceProductsByPartyIdPathParams, type GetPossibleInsuranceProductsByPartyIdQueryParams, type GetPossibleInsuranceProductsByPartyIdResponse, type GetPossibleInsuranceProductsByRiskObjectIdPathParams, type GetPossibleInsuranceProductsByRiskObjectIdQueryParams, type GetPossibleInsuranceProductsByRiskObjectIdResponse, type GetPossibleInsuranceProductsForManagementByPartyIdPathParams, type GetPossibleInsuranceProductsForManagementByPartyIdQueryParams, type GetPossibleInsuranceProductsForManagementByPartyIdResponse, type GetPossibleInsuranceProductsForStaffByPartyIdPathParams, type GetPossibleInsuranceProductsForStaffByPartyIdQueryParams, type GetPossibleInsuranceProductsForStaffByPartyIdResponse, type GetPreventionAdviceQueryParams, type GetPreventionAdviceResponse, type GetPromotionsByDistributionIdPathParams, type GetPromotionsByDistributionIdResponse, type GetProvenanceInfoOfDocumentPathParams, type GetProvenanceInfoOfDocumentResponse, type GetQuoteExportsQueryParams, type GetQuoteExportsResponse, type GetQuoteInsightsPathParams, type GetQuoteInsightsQueryParams, type GetQuoteInsightsResponse, type GetQuotesAsBatchResultsByConversationIdPathParams, type GetQuotesAsBatchResultsByConversationIdQueryParams, type GetQuotesAsBatchResultsByConversationIdResponse, type GetRecommendationsByIdPathParams, type GetRecommendationsByIdQueryParams, type GetRecommendationsByIdResponse, type GetRecommendationsByPartyIdPathParams, type GetRecommendationsByPartyIdQueryParams, type GetRecommendationsByPartyIdResponse, type GetRecommendationsBySessionIdPathParams, type GetRecommendationsBySessionIdQueryParams, type GetRecommendationsBySessionIdResponse, type GetRiskAnalysisByPartyIdPathParams, type GetRiskAnalysisByPartyIdResponse, type GetRiskDomainByIdPathParams, type GetRiskDomainByIdQueryParams, type GetRiskDomainByIdResponse, type GetRiskDomainsQueryParams, type GetRiskDomainsResponse, type GetRiskObjectByRiskObjectRevisionIdPathParams, type GetRiskObjectByRiskObjectRevisionIdQueryParams, type GetRiskObjectByRiskObjectRevisionIdResponse, type GetRiskObjectRevisionsByIdPathParams, type GetRiskObjectRevisionsByIdQueryParams, type GetRiskObjectRevisionsByIdResponse, type GetSbiQueryParams, type GetSbiResponse, type GetSingularityJobResultByIdPathParams, type GetSingularityJobResultByIdQueryParams, type GetSingularityJobResultByIdResponse, type GetStepSettingsByAdvisoryReportIdPathParams, type GetStepSettingsByAdvisoryReportIdQueryParams, type GetStepSettingsByAdvisoryReportIdResponse, type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams, type GetSupportedAnvaflowCoveragesGroupedByAdnResponse, type GetSupportedAnvaflowCoveragesQueryParams, type GetSupportedAnvaflowCoveragesResponse, type GetSupportedAnvaflowInsuranceCompaniesQueryParams, type GetSupportedAnvaflowInsuranceCompaniesResponse, type GetSupportedAnvaflowInsurancesQueryParams, type GetSupportedAnvaflowInsurancesResponse, type GetSupportedAnvaflowTagsQueryParams, type GetSupportedAnvaflowTagsResponse, type GetSupportedInsuranceCompaniesQueryParams, type GetSupportedInsuranceCompaniesResponse, type GetSupportedInsuranceSubjectsQueryParams, type GetSupportedInsuranceSubjectsResponse, type GetSupportedMimeTypesResponse, type GetSupportedRiskDomainsQueryParams, type GetSupportedRiskDomainsResponse, type GetSupportedYellowhiveflowCoveragesQueryParams, type GetSupportedYellowhiveflowCoveragesResponse, type GetSupportedYellowhiveflowInsurancesQueryParams, type GetSupportedYellowhiveflowInsurancesResponse, type GetSystemCampaignsByPartyPathParams, type GetSystemCampaignsByPartyQueryParams, type GetSystemCampaignsByPartyResponse, type GetTheBrokerByIdPathParams, type GetTheBrokerByIdResponse, type GetUspByDistributionQueryParams, type GetUspByDistributionResponse, type GetValuesOfEnumPathParams, type GetValuesOfEnumResponse, type GetVehicleByCarIdOrFebiacIdQueryParams, type GetVehicleByCarIdOrFebiacIdResponse, type GetVehicleByNumberPlateAndCarIdPathParams, type GetVehicleByNumberPlateAndCarIdQueryParams, type GetVehicleByNumberPlateAndCarIdResponse, type GetVehicleByVersionIdPathParams, type GetVehicleByVersionIdQueryParams, type GetVehicleByVersionIdResponse, type GetVehicleByVinAndCarIdPathParams, type GetVehicleByVinAndCarIdQueryParams, type GetVehicleByVinAndCarIdResponse, type GetVehicleVersionFactsBySeriesIdPathParams, type GetVehicleVersionFactsBySeriesIdQueryParams, type GetVehicleVersionFactsBySeriesIdResponse, type GetWeatherInfoQueryParams, type GetWeatherInfoResponse, type GetYellowhiveflowProductByIdPathParams, type GetYellowhiveflowProductByIdQueryParams, type GetYellowhiveflowProductByIdResponse, type GetYellowhiveflowProductsQueryParams, type GetYellowhiveflowProductsResponse, type GetYourOwnUserResponse, type GiveFeedbackOnConversationByIdPathParams, type GiveFeedbackOnConversationByIdQueryParams, type GiveFeedbackOnConversationByIdResponse, type GiveFeedbackOnRecommendationsByIdBody, type GiveFeedbackOnRecommendationsByIdPathParams, type GiveFeedbackOnRecommendationsByIdResponse, type GiveFeedbackToInsuranceTermsBotBody, type GiveFeedbackToInsuranceTermsBotQueryParams, type GiveFeedbackToInsuranceTermsBotResponse, type HandleCreateDistributionThemeBody, type HandleCreateDistributionThemeQueryParams, type HandleCreateDistributionThemeResponse, type HandleDeleteDistributionThemePathParams, type HandleDeleteDistributionThemeQueryParams, type HandleDeleteDistributionThemeResponse, type HandleUpdateDistributionThemeBody, type HandleUpdateDistributionThemePathParams, type HandleUpdateDistributionThemeQueryParams, type HandleUpdateDistributionThemeResponse, type HttpMethod, type ImportAnvaDocumentInWegroupQueryParams, type ImportAnvaDocumentInWegroupResponse, type ImportAnvaInsurancePolicyDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyDocumentInWegroupResponse, type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse, type ImportAnvaPartyInWegroupPathParams, type ImportAnvaPartyInWegroupQueryParams, type ImportAnvaPartyInWegroupResponse, type ImportAnvaproductBody, type ImportAnvaproductQueryParams, type ImportAnvaproductResponse, type ImportAssuPartyInWegroupPathParams, type ImportAssuPartyInWegroupQueryParams, type ImportAssuPartyInWegroupResponse, type ImportDiasPartyInWegroupPathParams, type ImportDiasPartyInWegroupQueryParams, type ImportDiasPartyInWegroupResponse, type ImportDiasflowProductBody, type ImportDiasflowProductQueryParams, type ImportDiasflowProductResponse, type ImportFasterforwardPartyInWegroupPathParams, type ImportFasterforwardPartyInWegroupQueryParams, type ImportFasterforwardPartyInWegroupResponse, type InviteColleaguesToDistributionBody, type InviteColleaguesToDistributionResponse, type InviteUserToPartyBody, type InviteUserToPartyPathParams, type InviteUserToPartyResponse, type LinkConversationToAdvisoryReportBody, type LinkConversationToAdvisoryReportPathParams, type LinkConversationToAdvisoryReportQueryParams, type LinkConversationToAdvisoryReportResponse, type LinkPartyToUserBody, type LinkPartyToUserResponse, type LockFlightApiResponse, type MarkConversationAsCompletedByIdBody, type MarkConversationAsCompletedByIdPathParams, type MarkConversationAsCompletedByIdResponse, type MergePartiesTogetherBody, type MergePartiesTogetherPathParams, type MergePartiesTogetherQueryParams, type MergePartiesTogetherResponse, type Middleware, type OrderInsurancePolciesOfAdvisoryReportBody, type OrderInsurancePolciesOfAdvisoryReportPathParams, type OrderInsurancePolciesOfAdvisoryReportQueryParams, type OrderInsurancePolciesOfAdvisoryReportResponse, type OutlookConnectionSyncQueryParams, type OutlookConnectionSyncResponse, type OverrideInsuranceProductRecommendationByIdBody, type OverrideInsuranceProductRecommendationByIdPathParams, type OverrideInsuranceProductRecommendationByIdResponse, type OverridePreventionAdviceRecommendationByIdBody, type OverridePreventionAdviceRecommendationByIdPathParams, type OverridePreventionAdviceRecommendationByIdResponse, type PatchAnvaproductByIdBody, type PatchAnvaproductByIdPathParams, type PatchAnvaproductByIdQueryParams, type PatchAnvaproductByIdResponse, type PatchAnvaproductCoverageByIdBody, type PatchAnvaproductCoverageByIdPathParams, type PatchAnvaproductCoverageByIdQueryParams, type PatchAnvaproductCoverageByIdResponse, type PatchDiasflowProductByIdBody, type PatchDiasflowProductByIdPathParams, type PatchDiasflowProductByIdQueryParams, type PatchDiasflowProductByIdResponse, type PatchDiasflowProductCoverageByDiasIdBody, type PatchDiasflowProductCoverageByDiasIdPathParams, type PatchDiasflowProductCoverageByDiasIdQueryParams, type PatchDiasflowProductCoverageByDiasIdResponse, type PatchOwnPartyAsCustomerBody, type PatchOwnPartyAsCustomerResponse, type PoseAQuestionToInsuranceTermsBotBody, type PoseAQuestionToInsuranceTermsBotForItToCompareBody, type PoseAQuestionToInsuranceTermsBotForItToCompareQueryParams, type PoseAQuestionToInsuranceTermsBotForItToCompareResponse, type PoseAQuestionToInsuranceTermsBotQueryParams, type PoseAQuestionToInsuranceTermsBotResponse, type PostEventAsCarglassPartnerBody, type PostEventAsCarglassPartnerResponse, type PutClausesForReportBody, type PutClausesForReportPathParams, type PutClausesForReportQueryParams, type PutClausesForReportResponse, type RecalculateDiasQuotesBySessionIdAndProductIdBody, type RecalculateDiasQuotesBySessionIdAndProductIdPathParams, type RecalculateDiasQuotesBySessionIdAndProductIdQueryParams, type RecalculateDiasQuotesBySessionIdAndProductIdResponse, type RecalculateDiasSimulationBySessionIdBody, type RecalculateDiasSimulationBySessionIdPathParams, type RecalculateDiasSimulationBySessionIdQueryParams, type RecalculateDiasSimulationBySessionIdResponse, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse, type RecalculateSimulationBySessionIdBody, type RecalculateSimulationBySessionIdPathParams, type RecalculateSimulationBySessionIdQueryParams, type RecalculateSimulationBySessionIdResponse, type RecalculateYellowhiveQuotesBySessionIdAndProductIdBody, type RecalculateYellowhiveQuotesBySessionIdAndProductIdPathParams, type RecalculateYellowhiveQuotesBySessionIdAndProductIdQueryParams, type RecalculateYellowhiveQuotesBySessionIdAndProductIdResponse, type RecalculateYellowhiveSimulationBySessionIdBody, type RecalculateYellowhiveSimulationBySessionIdPathParams, type RecalculateYellowhiveSimulationBySessionIdQueryParams, type RecalculateYellowhiveSimulationBySessionIdResponse, type RetrieveAirportsResponse, type RetrieveAllExportsByPartyPathParams, type RetrieveAllExportsByPartyQueryParams, type RetrieveAllExportsByPartyResponse, type RetrieveAnvaflowsQuestionnairesPathParams, type RetrieveAnvaflowsQuestionnairesQueryParams, type RetrieveAnvaflowsQuestionnairesResponse, type RetrieveAskLaterQuestionsQueryParams, type RetrieveAskLaterQuestionsResponse, type RetrieveAutomobileByCarIdFreemiumVersionPathParams, type RetrieveAutomobileByCarIdFreemiumVersionQueryParams, type RetrieveAutomobileByCarIdFreemiumVersionResponse, type RetrieveAutomobileByIdFreemiumQueryParams, type RetrieveAutomobileByIdFreemiumResponse, type RetrieveDiasQuestionnairesPathParams, type RetrieveDiasQuestionnairesQueryParams, type RetrieveDiasQuestionnairesResponse, type RetrieveExportByIdPathParams, type RetrieveExportByIdQueryParams, type RetrieveExportByIdResponse, type RetrieveFlowBody, type RetrieveFlowPathParams, type RetrieveFlowQueryParams, type RetrieveFlowResponse, type RetrieveYellowhiveQuestionnairesPathParams, type RetrieveYellowhiveQuestionnairesQueryParams, type RetrieveYellowhiveQuestionnairesResponse, type SchemaAboutUsResponse, type SchemaAccelerationTo100, type SchemaAccident, type SchemaAccidentStatement, type SchemaAccidentStatementType, type SchemaAccidentStatementType_2, type SchemaAccountCreateCmd, type SchemaAccountCreatedResponse, type SchemaAccreditedAppraiser, type SchemaAccreditedAppraiser_2, type SchemaAcknowledgementQueryModel, type SchemaAction, type SchemaActionType, type SchemaActionUrlResponse, type SchemaActivateOutlookSyncCmd, type SchemaActivateOutlookSyncParams, type SchemaActivitiesCreateCmd, type SchemaActivity, type SchemaActivityFrontPageCmd, type SchemaActivityFrontPageQueryModel, type SchemaActivityPatchCmd, type SchemaActivityQueryModel, type SchemaAddActionToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdviceToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdvisoryReportStepsConfigurationParams, type SchemaAddConversationToAdvisoryReportRevisionParams, type SchemaAddInsuranceProductClausesToAdvisoryReportRevisionParams, type SchemaAddRiskDomainToAdvisoryReportRevisionParams, type SchemaAdditionalProperties, type SchemaAdditionalProperties_2, type SchemaAddresWithMetadata, type SchemaAddress, type SchemaAddressAllNones, type SchemaAddressInfoLinkRelationType, type SchemaAddressInformation, type SchemaAddressRules, type SchemaAdviceChangeType, type SchemaAdviceDiffModel, type SchemaAdviceQueryModel, type SchemaAdviceType, type SchemaAdvisoryReport, type SchemaAdvisoryReportAdviceActionCreateCmd, type SchemaAdvisoryReportAdviceDiff, type SchemaAdvisoryReportClauseQueryModel, type SchemaAdvisoryReportClausesCreateCmd, type SchemaAdvisoryReportConversationLinkCmd, type SchemaAdvisoryReportConversationQueryModel, type SchemaAdvisoryReportCreateCmd, type SchemaAdvisoryReportDocxResponse, type SchemaAdvisoryReportExportOptions, type SchemaAdvisoryReportExportResponse, type SchemaAdvisoryReportFrontPageCreateCmd, type SchemaAdvisoryReportInsurancePolicyCmd, type SchemaAdvisoryReportInsurancePolicyOrder, type SchemaAdvisoryReportInsurancePolicyPackageCmd, type SchemaAdvisoryReportPartyQueryModel, type SchemaAdvisoryReportPdfResponse, type SchemaAdvisoryReportQueryModel, type SchemaAdvisoryReportRevisionAcceptanceCmd, type SchemaAdvisoryReportRevisionCmd, type SchemaAdvisoryReportRevisionCreateCmd, type SchemaAdvisoryReportRevisionMailInquiryCmd, type SchemaAdvisoryReportRevisionUpdateCmd, type SchemaAdvisoryReportRevisionsQueryModel, type SchemaAdvisoryReportRiskDomainActionCreateCmd, type SchemaAdvisoryReportRiskDomainActionPatchCmd, type SchemaAdvisoryReportRiskDomainAdviceCreateCmd, type SchemaAdvisoryReportRiskDomainAdvicePatchCmd, type SchemaAdvisoryReportRiskDomainCreateCmd, type SchemaAdvisoryReportStepsCreateCmd, type SchemaAdvisoryReportTask, type SchemaAdvisoryReportsQueryModel, type SchemaAdvisoryTaskPriority, type SchemaAedesCar, type SchemaAedesCarPayload, type SchemaAedesDriver, type SchemaAedesParking, type SchemaAedesParking_2, type SchemaAffiliation, type SchemaAffiliationInfo, type SchemaAffiliationStatus, type SchemaAffinityKey, type SchemaAgHomePayload, type SchemaAgriculturalVehicleUsage, type SchemaAgriculturalVehicleUsage_2, type SchemaAlarmSystem, type SchemaAllGuaranteesSetting, type SchemaAllianzCancellationReason, type SchemaAllianzCancellationReason_2, type SchemaAllianzCar, type SchemaAllianzCarPayload, type SchemaAllianzDriver, type SchemaAllianzFamilyPayload, type SchemaAllianzHome, type SchemaAllianzHomePayload, type SchemaAnalyzeEmailByIdParams, type SchemaAnnex, type SchemaAnnexRoofConstructionType, type SchemaAnnexType, type SchemaAnnexType_2, type SchemaAnnexWallConstructionType, type SchemaAnnualPremium, type SchemaAnnualPremiumQueryModel, type SchemaAnswer, type SchemaAnswerFlowParams, type SchemaAnswerFlowSessionParams, type SchemaAnswerFlowsResponse, type SchemaAnswerValidationError, type SchemaAnswerValidationErrorMessage, type SchemaAnswersPayload, type SchemaAnvaAdnCoverage, type SchemaAnvaCalculationPackage, type SchemaAnvaCalculationResponse, type SchemaAnvaClaimStatus, type SchemaAnvaClosingQuestion, type SchemaAnvaClosingQuestionUpsertCmd, type SchemaAnvaCollectionMethod, type SchemaAnvaCollectionMethods, type SchemaAnvaCoverage, type SchemaAnvaCoverageCombination, type SchemaAnvaCustomerInquiryParams, type SchemaAnvaDocument, type SchemaAnvaDocumentTaskCmd, type SchemaAnvaDocumentUpdateCmd, type SchemaAnvaDocumentUploadCmd, type SchemaAnvaExportReply, type SchemaAnvaFlowLabelStatus, type SchemaAnvaFlowStatus, type SchemaAnvaInquiry, type SchemaAnvaInquiryDocument, type SchemaAnvaInsurance, type SchemaAnvaInsuranceCompany, type SchemaAnvaInsuranceCompanyUpdateCmd, type SchemaAnvaInsurancePackage, type SchemaAnvaInsurancePolicy, type SchemaAnvaInsuranceUpdateCmd, type SchemaAnvaInvoiceStatus, type SchemaAnvaLabel, type SchemaAnvaMutationReason, type SchemaAnvaMutationReasons, type SchemaAnvaOfferDocument, type SchemaAnvaPackage, type SchemaAnvaPackageDiscount, type SchemaAnvaPackageUpdateCmd, type SchemaAnvaPolicyPackageCalculationJob, type SchemaAnvaProduct, type SchemaAnvaProductFlowRevision, type SchemaAnvaProductImportCmd, type SchemaAnvaProductQueryModel, type SchemaAnvaProductQuestionnaire, type SchemaAnvaProductQuestionnaireQueryModel, type SchemaAnvaProductQuestionnairesQueryModel, type SchemaAnvaProductQuestionnairesUpdateCmd, type SchemaAnvaProductQuestionnairesValidateCmd, type SchemaAnvaProductSearchItem, type SchemaAnvaProductSearches, type SchemaAnvaProductTag, type SchemaAnvaProductTagUpsertCmd, type SchemaAnvaProductToInsurancePolicyLink, type SchemaAnvaProductUpdateCmd, type SchemaAnvaQuote, type SchemaAnvaQuoteCalculationJob, type SchemaAnvaQuoteCalculationJobsQueuedResponse, type SchemaAnvaSendOfferInsurancePolicy, type SchemaAnvaSendOfferPolicyPackage, type SchemaAnvaSendOfferResponse, type SchemaAnvaTag, type SchemaAnvaTaskCmd, type SchemaAnvaTaskPriority, type SchemaApiCoverage, type SchemaApiCoverageSource, type SchemaAppHandlersNatsModelsStatusResponse, type SchemaAppModelsAdvisoryReportAdvisoryReportAdviceDiffRiskDomain, type SchemaAppModelsAdvisoryReportAdvisoryReportRevisionCreateCmdInsurancePolicies, type SchemaAppModelsCompanyRegistrationCompanyRegistration, type SchemaAppModelsCompanyRegistrationCompanyregistration, type SchemaAppModelsEnumsCompanyProspectType, type SchemaAppModelsEnumsCustomerProspectType, type SchemaAppModelsEnumsLanguageCodes, type SchemaAppModelsEnumsLanguageCodes_2, type SchemaAppModelsEnumsMiscellaneousType, type SchemaAppModelsEnumsProspectType, type SchemaAppModelsEnumsProspectType_2, type SchemaAppModelsFsmaFsma, type SchemaAppModelsInsurancePolicyExternalLabel, type SchemaAppModelsInsurancePolicyExternalRef, type SchemaAppModelsInsurancePolicyExternalref, type SchemaAppModelsLeadAcknowledgement, type SchemaAppModelsLocalisationLocalisation, type SchemaAppModelsOfferAcknowledgement, type SchemaAppModelsOfferInsurance, type SchemaAppModelsPartyCommandsExternalRef, type SchemaAppModelsPartyCommandsExternalref, type SchemaAppModelsPartyCustomer, type SchemaAppModelsPartyManagementBaseDocumentDataPreferences, type SchemaAppModelsPartyManagementFunction, type SchemaAppModelsPartyManagementFunction_2, type SchemaAppModelsPartyManagementbasedocumentdataPreferences, type SchemaAppModelsPartyPartyCompanyBaseAssetInfo, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoMachineDelivery, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoPeriodicCash, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoSiloCapacity, type SchemaAppModelsPartyPartyCompanyBaseBookkeeper, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorks, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorksConstructionWorkDuration, type SchemaAppModelsPartyPartyCompanyBaseContactPerson, type SchemaAppModelsPartyPartyCompanyBaseCustomerInfo, type SchemaAppModelsPartyPartyCompanyBaseCyber, type SchemaAppModelsPartyPartyCompanyBaseExhibitionActivity, type SchemaAppModelsPartyPartyCompanyBaseExportActivity, type SchemaAppModelsPartyPartyCompanyBaseFinancialInfo, type SchemaAppModelsPartyPartyCompanyBaseImportActivity, type SchemaAppModelsPartyPartyCompanyBaseLegalAid, type SchemaAppModelsPartyPartyCompanyBaseLiabilityInfo, type SchemaAppModelsPartyPartyCompanyBaseOutlook, type SchemaAppModelsPartyPartyCompanyBasePersonnelDetails, type SchemaAppModelsPartyPartyCompanyBaseThirdPartyActivity, type SchemaAppModelsPartyPartyCompanyBaseTransportInfo, type SchemaAppModelsPartyPartyCompanyBaseTurnover, type SchemaAppModelsPartyPartyCompanyBaseWorkforce, type SchemaAppModelsPartyPartyCompanyBaseWorkforceWageBill, type SchemaAppModelsPartyPartyPreferences, type SchemaAppModelsPartyPartyPreferencesFuneralPreference, type SchemaAppModelsPartyPartycompanybaseAssetinfo, type SchemaAppModelsPartyPartycompanybaseAssetinfoMachinedelivery, type SchemaAppModelsPartyPartycompanybaseAssetinfoPeriodiccash, type SchemaAppModelsPartyPartycompanybaseAssetinfoSilocapacity, type SchemaAppModelsPartyPartycompanybaseBookkeeper, type SchemaAppModelsPartyPartycompanybaseConstructionworks, type SchemaAppModelsPartyPartycompanybaseConstructionworksConstructionworkduration, type SchemaAppModelsPartyPartycompanybaseContactperson, type SchemaAppModelsPartyPartycompanybaseCustomerinfo, type SchemaAppModelsPartyPartycompanybaseCyber, type SchemaAppModelsPartyPartycompanybaseExhibitionactivity, type SchemaAppModelsPartyPartycompanybaseExportactivity, type SchemaAppModelsPartyPartycompanybaseFinancialinfo, type SchemaAppModelsPartyPartycompanybaseImportactivity, type SchemaAppModelsPartyPartycompanybaseLegalaid, type SchemaAppModelsPartyPartycompanybaseLiabilityinfo, type SchemaAppModelsPartyPartycompanybaseOutlook, type SchemaAppModelsPartyPartycompanybasePersonneldetails, type SchemaAppModelsPartyPartycompanybaseThirdpartyactivity, type SchemaAppModelsPartyPartycompanybaseTransportinfo, type SchemaAppModelsPartyPartycompanybaseTurnover, type SchemaAppModelsPartyPartycompanybaseWorkforce, type SchemaAppModelsPartyPartycompanybaseWorkforceWagebill, type SchemaAppModelsPartyPartypreferences, type SchemaAppModelsPartyPartypreferencesFuneralpreference, type SchemaAppModelsReadDocument, type SchemaAppModelsReadDocumentExternalRef, type SchemaAppModelsRiskObjectsAmountOfRiskObjects, type SchemaAppModelsRiskObjectsBicycleBicycle, type SchemaAppModelsRiskObjectsBicyclePreferences, type SchemaAppModelsRiskObjectsBoatBoat, type SchemaAppModelsRiskObjectsBoatPreferences, type SchemaAppModelsRiskObjectsCarCar, type SchemaAppModelsRiskObjectsCarCar_2, type SchemaAppModelsRiskObjectsCarPreferences, type SchemaAppModelsRiskObjectsCarPreferences_2, type SchemaAppModelsRiskObjectsFamilyFamily, type SchemaAppModelsRiskObjectsLegalLegal, type SchemaAppModelsRiskObjectsMiscellaneousMiscellaneous, type SchemaAppModelsRiskObjectsPartyGroupPartyGroup, type SchemaAppModelsRiskObjectsResidenceMainBuilding, type SchemaAppModelsRiskObjectsResidenceResidence, type SchemaAppModelsRiskObjectsResidenceResidencePreferences, type SchemaAppModelsRiskObjectsRiskObjects, type SchemaAppModelsRiskObjectsSemiTrailerSemiTrailer, type SchemaAppModelsRiskObjectsTeacherTeacher, type SchemaAppModelsRiskObjectsTrailerTrailer, type SchemaAppModelsRiskObjectsTwowheelerPreferences, type SchemaAppModelsRiskObjectsTwowheelerTwoWheeler, type SchemaAppModelsThemeThemeCreateCmd, type SchemaAppModelsUploadExternalRef, type SchemaAppResponsesBaseStatusResponse, type SchemaAppViewsModelsAdvisoryReportAdvisoryReportQueryModelInsurancePolicies, type SchemaAppViewsModelsAdvisoryReportCoverageQueryModelExternalLabel, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportPolicyPackageQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportRiskDomainActionQueryModelRiskDomain, type SchemaAppViewsModelsAdvisoryReportRiskDomainAdviceQueryModelRiskDomain, type SchemaAppViewsModelsClaimClaim, type SchemaAppViewsModelsClaimDocument, type SchemaAppViewsModelsInvoiceDocument, type SchemaAppViewsModelsOfferAcknowledgement, type SchemaAppViewsModelsOfferGuarantee, type SchemaAppViewsModelsOfferPartyAssignee, type SchemaAppViewsModelsPartyAddresWithMetadataMetaData, type SchemaAppViewsModelsPartyDocumentsPartyDocumentQueryModel, type SchemaAppViewsModelsPartyDocumentsPartydocumentquerymodel, type SchemaAppViewsModelsPartyLink, type SchemaAppViewsModelsPartyManagementQueryModel, type SchemaAppViewsModelsPartyManagementquerymodel, type SchemaAppViewsModelsPartyPartyAssignee, type SchemaAppViewsModelsPartyPartyDocumentsMetaData, type SchemaAppViewsModelsPartyPartyLogoQueryModel, type SchemaAppViewsModelsPartyPartyRelationQueryModelParty, type SchemaAppViewsModelsPartyPartyassignee, type SchemaAppViewsModelsPartyPartylogoquerymodel, type SchemaAppViewsModelsPartyPartyrelationquerymodelParty, type SchemaAppViewsModelsRiskDomainPreventionAdviceQueryModelPreventAdviceRiskDomain, type SchemaAppViewsModelsRiskDomainRiskDomainsQueryModelRiskDomain, type SchemaAppViewsModelsRiskObjectBicycle, type SchemaAppViewsModelsRiskObjectBoat, type SchemaAppViewsModelsRiskObjectCar, type SchemaAppViewsModelsRiskObjectDriver, type SchemaAppViewsModelsRiskObjectFamily, type SchemaAppViewsModelsRiskObjectLegal, type SchemaAppViewsModelsRiskObjectLink, type SchemaAppViewsModelsRiskObjectMiscellaneous, type SchemaAppViewsModelsRiskObjectPartyGroup, type SchemaAppViewsModelsRiskObjectPerson, type SchemaAppViewsModelsRiskObjectResidence, type SchemaAppViewsModelsRiskObjectRiskObjects, type SchemaAppViewsModelsRiskObjectSemiTrailer, type SchemaAppViewsModelsRiskObjectTeacher, type SchemaAppViewsModelsRiskObjectTrailer, type SchemaAppViewsModelsRiskObjectTwoWheeler, type SchemaAragLegalPayload, type SchemaArcesLegalPayload, type SchemaAskLaterQuestion, type SchemaAskLaterQuestionsRequest, type SchemaAskLaterQuestionsResponse, type SchemaAskaPackageChoice, type SchemaAskaPackageChoice_2, type SchemaAskaTravelInsuranceType, type SchemaAskaTravelInsuranceType_2, type SchemaAssetInfo, type SchemaAssignedToType, type SchemaAssociatedCompany, type SchemaAssuDocumentUploadCmd, type SchemaAssuTaskCmd, type SchemaAssuTaskDocument, type SchemaAssuTaskPriority, type SchemaAttachmentType, type SchemaAudits, type SchemaAuth, type SchemaAutomaticEmergencyBreaking, type SchemaAvatars, type SchemaAxaCar, type SchemaAxaCarPayload, type SchemaAxaContractualExcess, type SchemaAxaContractualExcess_2, type SchemaAxaDriver, type SchemaAxaFamilyPayload, type SchemaAxaHome, type SchemaAxaHomePayload, type SchemaAxaItemLimitTier, type SchemaAxaItemLimitTier_2, type SchemaAxaTheftFormulas, type SchemaAxaTheftFormulas_2, type SchemaBackupFrequency, type SchemaBackupFrequency_2, type SchemaBalance, type SchemaBalanceQueryModel, type SchemaBaloiseCar, type SchemaBaloiseCarPayload, type SchemaBaloiseDriver, type SchemaBaloiseFamilyPayload, type SchemaBaloiseHome, type SchemaBaloiseHomePayload, type SchemaBatchUnitResponse, type SchemaBatteryCapacity, type SchemaBicycle, type SchemaBicycleReferenceQueryModel, type SchemaBicycleRiskObjectIdWithRevisionId, type SchemaBicycleSpeed, type SchemaBicycleType, type SchemaBicycleUsage, type SchemaBlindSpotWarning, type SchemaBoat, type SchemaBoatAccidentCoverageLevel, type SchemaBoatAccidentCoverageLevel_2, type SchemaBoatBerthBigCity, type SchemaBoatBerthNlArea, type SchemaBoatBerthType, type SchemaBoatCategory, type SchemaBoatCompetitionType, type SchemaBoatConstructionType, type SchemaBoatMotorKind, type SchemaBoatNlPayloads, type SchemaBoatPreferences, type SchemaBoatReferenceQueryModel, type SchemaBoatRiskObjectIdWithRevisionId, type SchemaBoatTerritory, type SchemaBoatTrailer, type SchemaBoatUsage, type SchemaBookkeeper, type SchemaBrand, type SchemaBrandClub, type SchemaBrandClub_2, type SchemaBrandSortContext, type SchemaBroker, type SchemaBrokerConnectionCreate, type SchemaBrokerConnectionOutlookMailFolderSyncDetails, type SchemaBrokerConnectionUpdate, type SchemaBrokerCreateCmd, type SchemaBrokerIntegrations, type SchemaBrokerIntegrationsPatchCmd, type SchemaBrokerMembershipsCreateCmd, type SchemaBrokerPatchCmd, type SchemaBrokerPlan, type SchemaBrokerSettings, type SchemaBrokerType, type SchemaBrokerUserCreateCmd, type SchemaBrokerWithDistributionName, type SchemaBrokerWithModules, type SchemaBuildingExtra, type SchemaBuildingMaintenanceStatus, type SchemaBuildingPurpose, type SchemaBuildingRentOut, type SchemaBuildingUse, type SchemaCalculateAnvaQuotesRequest, type SchemaCalculateDiasQuotesRequest, type SchemaCalculateProfileaseCarQuoteCmd, type SchemaCalculateProfileaseCarQuoteParams, type SchemaCalculateYellowHiveQuotesRequest, type SchemaCalculationSpecEnumValue, type SchemaCalculationSpecInputType, type SchemaCalculationSpecType, type SchemaCampaignAudienceType, type SchemaCampaignDistributionSettingsQueryModel, type SchemaCampaignExtend, type SchemaCampaignFlowType, type SchemaCampaignGenerateDnsPrefix, type SchemaCampaignInsurance, type SchemaCampaignInsuranceQueryModel, type SchemaCampaignMailTemplateQueryModel, type SchemaCampaignMetrics, type SchemaCampaignQueryModel, type SchemaCampaignQueryModelFull, type SchemaCampaignReferenceQueryModel, type SchemaCampaignSharingOption, type SchemaCampaignSpecifications, type SchemaCampaignSpecificationsQueryModel, type SchemaCampaignStatus, type SchemaCampaignTarget, type SchemaCampaignTargetQueryModel, type SchemaCampaignTemplateCategory, type SchemaCampaignTemplateQueryModel, type SchemaCampaignTemplatesQueryModel, type SchemaCampaignType, type SchemaCampaignVerifiedDnsPrefix, type SchemaCampaignYellowHiveProduct, type SchemaCampaignYellowHiveProductQueryModel, type SchemaCampaignYellowHiveProducts, type SchemaCampaignYellowHiveProductsQueryModel, type SchemaCampaigns, type SchemaCampaignsResponse, type SchemaCar, type SchemaCarCategory, type SchemaCarCategoryCode, type SchemaCarCategoryCode_2, type SchemaCarCategory_2, type SchemaCarClaimType, type SchemaCarClaimType_2, type SchemaCarDemo, type SchemaCarDemo_2, type SchemaCarEvaluationType, type SchemaCarEvaluationType_2, type SchemaCarGlassEvent, type SchemaCarInsuranceInsightPayload, type SchemaCarInsurancePolicyInsightsCarResponse, type SchemaCarInsurancePolicyInsightsDistributionResponse, type SchemaCarInsurancePolicyInsightsPartyResponse, type SchemaCarInsurancePolicyInsightsResponse, type SchemaCarInsured, type SchemaCarInterests, type SchemaCarInterests_2, type SchemaCarLease, type SchemaCarLeaseRatesResponse, type SchemaCarLookUpToQuestion, type SchemaCarLookUpToQuestions, type SchemaCarLookUpToQuestionsCmd, type SchemaCarMileage, type SchemaCarNlPayloads, type SchemaCarPayloads, type SchemaCarPremiumResponse, type SchemaCarProfessionalUsagePurpose, type SchemaCarProfessionalUsagePurpose_2, type SchemaCarReferenceQueryModel, type SchemaCarRiskObjectIdWithRevisionId, type SchemaCarStorage, type SchemaCarTaxation, type SchemaCarTheftProtection, type SchemaCarTheftProtection_2, type SchemaCarTrackingSystem, type SchemaCarTrackingSystem_2, type SchemaCarTrailer, type SchemaCarUsage, type SchemaCarUsagePeriod, type SchemaCarUsagePeriod_2, type SchemaCarUsedFor, type SchemaCarUsedFor_2, type SchemaCarVehicleType, type SchemaCarVehicleType_2, type SchemaCarglassEventCreateParams, type SchemaCategoryType, type SchemaChatCmd, type SchemaChatSummaryDetailed, type SchemaChatSummaryGroup, type SchemaChatSummaryQuestion, type SchemaChatSummarySection, type SchemaCheckupItemType, type SchemaChild, type SchemaChildProtection, type SchemaChildProtectionDriver, type SchemaChildProtectionPassenger, type SchemaChildProtectionRear, type SchemaChunk, type SchemaCitizensCar, type SchemaCitizensCarPayload, type SchemaCitizensCoverageChoice, type SchemaCitizensCoverageChoice_2, type SchemaCitizensInsuredAmountAccidents, type SchemaCitizensInsuredAmountAccidents_2, type SchemaCitizensInsuredAmountLiability, type SchemaCitizensInsuredAmountLiability_2, type SchemaCitizensSteeringPosition, type SchemaCity, type SchemaCityAutomaticEmergencyBraking, type SchemaCivilState, type SchemaCivilState_2, type SchemaClaim, type SchemaClaimCause, type SchemaClaimCause_2, type SchemaClaimFreeYears, type SchemaClaimFreeYears_2, type SchemaClaimLossAmount, type SchemaClaimLossAmount_2, type SchemaClaimQueryModel, type SchemaClaimStatus, type SchemaClaimType, type SchemaClaimsQueryModel, type SchemaClauseCmd, type SchemaClauseQueryModel, type SchemaCloudDataStorageLocation, type SchemaCollectionMethod, type SchemaCommentary, type SchemaCommentaryQueryModel, type SchemaCompany, type SchemaCompanyCreateCmd, type SchemaCompanyGoodQueryModel, type SchemaCompanyInfo, type SchemaCompanyInfoContent, type SchemaCompanyInventoryQueryModel, type SchemaCompanyInvestmentQueryModel, type SchemaCompanyLeadCreateCmd, type SchemaCompanyLeadCreateReply, type SchemaCompanyLeaseQueryModel, type SchemaCompanyLoanQueryModel, type SchemaCompanyProspectType, type SchemaCompanyProspectsWithLeadOfferRiskObjectsQueryModel, type SchemaCompanyQueryModel, type SchemaCompanyRegistration, type SchemaCompanyRegistrationQueryModel, type SchemaCompanyRegistrationType, type SchemaCompanyRegistrationType_2, type SchemaCompanySearchBy, type SchemaCompareAnswer, type SchemaCompareCmd, type SchemaConceptReplyGeneratedResponse, type SchemaCondition, type SchemaConditionAction, type SchemaConditionCheckType, type SchemaConditionOperation, type SchemaConditionType, type SchemaConditions, type SchemaConstructionType, type SchemaConstructionTypeFloors, type SchemaConstructionWorkDuration, type SchemaConstructionWorks, type SchemaConstructionYear, type SchemaConstructionYearCategory, type SchemaContactPerson, type SchemaContentValueDefinedType, type SchemaContractConversions, type SchemaConversationAnswer, type SchemaConversationAnswerCompared, type SchemaConversationDocumentPdfModel, type SchemaConversationNote, type SchemaConversationsOriginFilter, type SchemaConversationsOriginFilterItem, type SchemaCountryCodes, type SchemaCountryCodes_2, type SchemaCoverage, type SchemaCoverageCmd, type SchemaCoverageGroupMatchingScore, type SchemaCoverageInsights, type SchemaCoverageLimit, type SchemaCoveragePeriod, type SchemaCoverageQueryModel, type SchemaCoverageUpdateCmd, type SchemaCreateAccountParams, type SchemaCreateAdvisoryReportParams, type SchemaCreateAdvisoryReportRevisionParams, type SchemaCreateAdvisoryReportRevisionV2Params, type SchemaCreateAnvaPartyCompanyCmd, type SchemaCreateAnvaPartyCompanyRegistration, type SchemaCreateAnvaPartyCustomerCmd, type SchemaCreateBicycleRiskObjectParams, type SchemaCreateBoatRiskObjectParams, type SchemaCreateBrokerConnectionParams, type SchemaCreateCampaignAssistantAvatarCmd, type SchemaCreateCampaignCmd, type SchemaCreateCampaignLogoCmd, type SchemaCreateCampaignParams, type SchemaCreateCarRiskObjectParams, type SchemaCreateCompanyLeadParams, type SchemaCreateCompanyProspectParams, type SchemaCreateCustomThemeAsDistributionParams, type SchemaCreateCustomerLeadParams, type SchemaCreateCustomerProspectParams, type SchemaCreateDiasPartyCompanyCmd, type SchemaCreateDiasPartyCompanyRegistration, type SchemaCreateDiasPartyCustomerCmd, type SchemaCreateDistributionConnectionParams, type SchemaCreateDistributionTagParams, type SchemaCreateDistributionUspParams, type SchemaCreateFamilyRiskObjectParams, type SchemaCreateFlowParams, type SchemaCreateFlowSessionParams, type SchemaCreateInsurancePolicyForPartyParams, type SchemaCreateInsuranceProductClauseParams, type SchemaCreateLegalRiskObjectParams, type SchemaCreateMiscellaneousRiskObjectParams, type SchemaCreateMultiResponse, type SchemaCreateNoteForPartyParams, type SchemaCreateOfferRequestForInsuranceCompanyDocxParams, type SchemaCreateOfferRequestForInsuranceCompanyPdfParams, type SchemaCreateOfferRevisionParams, type SchemaCreateOfferV2Params, type SchemaCreatePartyAccidentParams, type SchemaCreatePartyActivitiesParams, type SchemaCreatePartyExternalRefsParams, type SchemaCreatePartyFromCompanyRegistrationParams, type SchemaCreatePartyGroupRiskObjectParams, type SchemaCreateProfileaseCarLeaseOfferParams, type SchemaCreateProfileaseCarOfferCmd, type SchemaCreateProfileaseCarOfferResponse, type SchemaCreateRelationBetweenPartiesParams, type SchemaCreateRelationBetweenPartyAndRiskObjectParams, type SchemaCreateReply, type SchemaCreateReplyUuid, type SchemaCreateResponse, type SchemaCreateRiskObjectExternalRefsParams, type SchemaCreateSemiTrailerRiskObjectParams, type SchemaCreateSignedPartiesUploadUrlParams, type SchemaCreateTaskInAnvaParams, type SchemaCreateTaskInAssuParams, type SchemaCreateTaskInDiasParams, type SchemaCreateTaskInFasterforwardParams, type SchemaCreateToolkitAccountParams, type SchemaCreateToolkitBrokerParams, type SchemaCreateTrailerRiskObjectParams, type SchemaCreateTrialUserParams, type SchemaCreateYellowHiveContactPersonCreateCmd, type SchemaCreditRating, type SchemaCreditScore, type SchemaCrmExportQueryModel, type SchemaCrmExportType, type SchemaCurrency, type SchemaCurrencyValue, type SchemaCustomAdvice, type SchemaCustomAdvicePatchCmd, type SchemaCustomer, type SchemaCustomerCreateCmd, type SchemaCustomerInfo, type SchemaCustomerLeadCreateCmd, type SchemaCustomerLeadCreateReply, type SchemaCustomerProspectType, type SchemaCustomerProspectsWithLeadOfferRiskObjectsQueryModel, type SchemaCustomerQueryModel, type SchemaCustomerSheet, type SchemaCustomerSheetAcceptations, type SchemaCustomersInfoType, type SchemaCyber, type SchemaDasLegalPayload, type SchemaDataType, type SchemaDate, type SchemaDateDsl, type SchemaDeactivateOutlookSyncCmd, type SchemaDeactivateOutlookSyncParams, type SchemaDeductibleType, type SchemaDelaFuneralPayload, type SchemaDeleteMethod, type SchemaDelinkPartyToUserParams, type SchemaDemographicData, type SchemaDiasAfdBranch, type SchemaDiasCalculationPackage, type SchemaDiasClosingQuestion, type SchemaDiasCollectionMethods, type SchemaDiasCoverage, type SchemaDiasCoverageCombination, type SchemaDiasCoverageUpdateCmd, type SchemaDiasEntity, type SchemaDiasEntityLink, type SchemaDiasEntityType, type SchemaDiasFlowStatus, type SchemaDiasInsurance, type SchemaDiasInsuranceCompany, type SchemaDiasInsurancePackage, type SchemaDiasInsurancePolicy, type SchemaDiasOfferDocumentResponse, type SchemaDiasOfferMailCmd, type SchemaDiasOfferMailResponse, type SchemaDiasPackage, type SchemaDiasPolicyPackageCalculationJob, type SchemaDiasProduct, type SchemaDiasProductFlowInSession, type SchemaDiasProductImportCmd, type SchemaDiasProductQuestionnaire, type SchemaDiasProductQuestionnaireQueryModel, type SchemaDiasProductQuestionnairesQueryModel, type SchemaDiasProductQuestionnairesUpdateCmd, type SchemaDiasProductQuestionnairesValidateCmd, type SchemaDiasProductSearch, type SchemaDiasProductToInsurancePolicyLink, type SchemaDiasProductUpdateCmd, type SchemaDiasProductsInConversationCmd, type SchemaDiasQuote, type SchemaDiasQuoteCalculationJob, type SchemaDiasQuoteCalculationJobsQueuedResponse, type SchemaDiasSaluation, type SchemaDiasSendOfferInsurancePolicy, type SchemaDiasSendOfferPolicyPackage, type SchemaDiasTaskDocument, type SchemaDiasTitle, type SchemaDimensions, type SchemaDinghy, type SchemaDinghyCategory, type SchemaDirector, type SchemaDisable_2faForMeParams, type SchemaDiscount, type SchemaDisplacement, type SchemaDistances, type SchemaDistribution, type SchemaDistributionCompanyRegistrationValidation, type SchemaDistributionConnectionCreateCmd, type SchemaDistributionConnectionQueryModel, type SchemaDistributionConnectionUpdateCmd, type SchemaDistributionCreateCmd, type SchemaDistributionFrontPageSettings, type SchemaDistributionFrontPageSettingsQueryModel, type SchemaDistributionInvite, type SchemaDistributionLogos, type SchemaDistributionNameValidateCmd, type SchemaDistributionNoveltyInsight, type SchemaDistributionPromotionCreateCmd, type SchemaDistributionPromotionsReply, type SchemaDistributionSettings, type SchemaDistributionSettingsPatchCmd, type SchemaDistributionSignatureMethodQueryModel, type SchemaDistributionSignaturePatchCmd, type SchemaDistributionTagCreateCmd, type SchemaDistributionTagReply, type SchemaDistributionTagsQueryModel, type SchemaDistributionThemeCreateCmd, type SchemaDistributionThemeUpdateCmd, type SchemaDistributionUsp, type SchemaDistributionUspItemCreateCmd, type SchemaDistributionUspItemUpdateCmd, type SchemaDistributionUspReply, type SchemaDistributions, type SchemaDnaYachtBoatPayload, type SchemaDocument, type SchemaDocumentExtractionBatch, type SchemaDocumentExtractionBatchPayload, type SchemaDocumentExtractionEntityInfo, type SchemaDocumentLinkResponse, type SchemaDocumentQueryModel, type SchemaDocumentReferenceQueryModel, type SchemaDocumentResourceType, type SchemaDocumentStatus, type SchemaDocumentType, type SchemaDocumentType_2, type SchemaDomainCar, type SchemaDriveAssistanceSystem, type SchemaDriveTrainLayout, type SchemaDriveTrainLayout_2, type SchemaDriver, type SchemaDriverBrandClubMembership, type SchemaDriverExperience, type SchemaDriverLicenseCode, type SchemaDriverLicenseCode_2, type SchemaDriverLicenseType, type SchemaDriverLicenseType_2, type SchemaDriverVehicle, type SchemaDriverVehicleExperience, type SchemaDriverVehicleUsage, type SchemaDrivingTimes, type SchemaDutyOfCareCheckupItem, type SchemaDutyOfCareKind, type SchemaDutyOfCareStatus, type SchemaEducationLevel, type SchemaEducationLevel_2, type SchemaElectricBatteryType, type SchemaElectricalBikeAssistance, type SchemaElectricalInstallationType, type SchemaElectricalInstallations, type SchemaElectronicStabilityControl, type SchemaEmailActionability, type SchemaEmailAggregateResponse, type SchemaEmailAnalysis, type SchemaEmailAnalysisResponse, type SchemaEmailAnalyzeByEmailIdCmd, type SchemaEmailConversation, type SchemaEmailModel, type SchemaEmailTriageClassification, type SchemaEmailTriageCmd, type SchemaEmailUpdateByEmailIdCmd, type SchemaEmailValidation, type SchemaEmission, type SchemaEmissionStandard, type SchemaEmployeeInformation, type SchemaEmployeeInformationQueryModel, type SchemaEmployees, type SchemaEmploymentType, type SchemaEnable_2faForMeParams, type SchemaEnergyCategory, type SchemaEngine, type SchemaEngineRotations, type SchemaEngineTorque, type SchemaEntityChanges, type SchemaEntityExtraction, type SchemaEntityKey, type SchemaEntityReference, type SchemaEnumSource, type SchemaEnumValue, type SchemaEnums, type SchemaEnumsResponse, type SchemaErrorDetail, type SchemaErrorEnum_401, type SchemaErrorMessages, type SchemaErrorResponse, type SchemaError_401, type SchemaError_403, type SchemaError_422, type SchemaError_429, type SchemaError_4Xx, type SchemaEstablishment, type SchemaEstablishmentQueryModel, type SchemaEuromexLegalPayload, type SchemaExcludedCoverage, type SchemaExhibitionActivity, type SchemaExistsReply, type SchemaExportActivity, type SchemaExportAdvisoryReportByIdParams, type SchemaExportAdvisoryReportCreateCmd, type SchemaExportOption, type SchemaExportsQueued, type SchemaExternalRef, type SchemaExternalRefCompany, type SchemaExternalRefsQueryModel, type SchemaExternalResponseFormatted, type SchemaExtraLegalBenefits, type SchemaExtractDocumentCmd, type SchemaExtractOneDocumentResponse, type SchemaExtractOnePoliciesDocumentResponse, type SchemaExtractSingularDocumentAsInsurancePolicyParams, type SchemaExtractSingularDocumentAsOfferParams, type SchemaExtractSingularDocumentEnqueueParams, type SchemaExtractSingularDocumentInsurancePoliciesEnqueueParams, type SchemaExtractSingularDocumentOffersEnqueueParams, type SchemaExtractSingularDocumentParams, type SchemaExtractSingularDocumentPartyEnqueueParams, type SchemaExtractThemeCmd, type SchemaExtractWebsiteThemeParams, type SchemaExtractedInsurancePolicy, type SchemaExtractedQuestionnaireFilters, type SchemaExtractedQuestionnaireRequest, type SchemaFacade, type SchemaFamilyPayloads, type SchemaFamilyReferenceQueryModel, type SchemaFamilyRiskObjectIdWithRevisionId, type SchemaFamilyStatus, type SchemaFamilyStatus_2, type SchemaFaqCreateCmd, type SchemaFaqItem, type SchemaFaqQueryModel, type SchemaFaqType, type SchemaFasterForwardDocumentUploadCmd, type SchemaFeatureItem, type SchemaFeedback, type SchemaFieldMapping, type SchemaFieldMappingManager, type SchemaFieldOperation, type SchemaFieldTransformer, type SchemaFinConnectLinkQueryModel, type SchemaFinancial, type SchemaFinancialInfo, type SchemaFinancialInstitution, type SchemaFinancing, type SchemaFinishingType, type SchemaFireSpecifications, type SchemaFlammableLiquids, type SchemaFleet, type SchemaFleetInfo, type SchemaFleetQueryModel, type SchemaFleetRiskObjectIdWithRevisionId, type SchemaFloatCalculationSpec, type SchemaFloor, type SchemaFlow, type SchemaFlowInfo, type SchemaFlowMailType, type SchemaFlowRequest, type SchemaFlowSessionQueryModel, type SchemaFlowSessionReference, type SchemaFlowSessionStatus, type SchemaFlowStatus, type SchemaFlowSubType, type SchemaFlowType, type SchemaFlowVersion, type SchemaFlowsError, type SchemaFlowsErrorType, type SchemaFlowsInfo, type SchemaFlowsModelsAnvaAnvaInsurancePackageInsurancePolicy, type SchemaFlowsModelsAnvaAnvaPartyBaseAddress, type SchemaFlowsModelsAnvaAnvaQuoteCoverage, type SchemaFlowsModelsAnvaAnvaQuoteDocument, type SchemaFlowsModelsAnvaAnvaQuotePossiblePackage, type SchemaFlowsModelsAnvaSendOfferMailCmdDocument, type SchemaFlowsModelsAnvaWarning, type SchemaFlowsModelsDiasDiasInsurancePackageInsurancePolicy, type SchemaFlowsModelsDiasDiasOfferDocument, type SchemaFlowsModelsDiasDiasOfferMailCmdDiasOfferDocument, type SchemaFlowsModelsDiasDiasPartyBaseAddress, type SchemaFlowsModelsDiasDiasQuoteCoverage, type SchemaFlowsModelsDiasDiasQuotePossiblePackage, type SchemaFlowsModelsDiasDocument, type SchemaFlowsModelsDiasWarning, type SchemaFlowsModelsYellowhiveDocument, type SchemaFlowsModelsYellowhiveWarning, type SchemaFlowsModelsYellowhiveYellowHiveQuoteCoverage, type SchemaForecast, type SchemaForecastDataResponse, type SchemaFormattedExceptionModel, type SchemaFormulaInfo, type SchemaForwardCollisionWarning, type SchemaFoyerCar, type SchemaFoyerCarPayload, type SchemaFoyerDriver, type SchemaFranchise, type SchemaFranchiseLevel, type SchemaFranchiseQueryModel, type SchemaFranchiseType, type SchemaFrontPageCmd, type SchemaFrontPageQueryModel, type SchemaFrontalCrashProtection, type SchemaFrontalCrashProtectionDriver, type SchemaFrontalCrashProtectionPassenger, type SchemaFrontalCrashProtectionRear, type SchemaFsmaStatute, type SchemaFuel, type SchemaFuelCapacity, type SchemaFuelConsumption, type SchemaFullLeaseOfferQueryModel, type SchemaFunction, type SchemaFuneralPayloads, type SchemaFuneralPreference, type SchemaFuneralPreferenceQueryModel, type SchemaFuturePlans, type SchemaGender, type SchemaGeneral, type SchemaGenerateAboutUsCmd, type SchemaGenerateCompanyDescriptionCmd, type SchemaGenerateCompanyDescriptionParams, type SchemaGenerateCompanyDescriptionResponse, type SchemaGenerateCompanySettingsAboutUsParams, type SchemaGenerateConceptReplyCmd, type SchemaGenerateConceptReplyParams, type SchemaGenerateDnsPrefixParams, type SchemaGenerateRecommendationParams, type SchemaGenerateRecommendationsByPartyIdParams, type SchemaGetAddressInfoPremiumResponse, type SchemaGetAdvisoryReportDiffResponse, type SchemaGetAutomobileBrandResponse, type SchemaGetAutomobileBrandsResponse, type SchemaGetAutomobileFactsResponse, type SchemaGetAutomobileSerieResponse, type SchemaGetAutomobileSeriesResponse, type SchemaGetAutomobileVersionResponse, type SchemaGetAutomobileVersionsResponse, type SchemaGetCarInsuranceInsightsParams, type SchemaGetCarPremiumResponse, type SchemaGetCityResponse, type SchemaGetCompanyMultiResponse, type SchemaGetCompanySingleResponse, type SchemaGetDirectorMultiResponse, type SchemaGetNumberPlatePremiumResponse, type SchemaGetSearchAddressNewResponse, type SchemaGetStreetResponse, type SchemaGetVinPremiumResponse, type SchemaGiveSelectedProductsFeedbackParams, type SchemaGuarantee, type SchemaGuaranteeBase, type SchemaGuaranteeContent, type SchemaGuaranteeMatchingScores, type SchemaGuaranteeModification, type SchemaGuaranteeTag, type SchemaHandleCalculateAnvaQuotesForConversationParams, type SchemaHandleCalculateOneAnvaQuoteForConversationParams, type SchemaHandleCalculateOneDiasQuoteForConversationParams, type SchemaHandleCalculateOneYellowhiveQuoteForConversationParams, type SchemaHandleCreateAnvaPartyParams, type SchemaHandleCreateDiasPartyParams, type SchemaHandleCreateDocumentFromQuestionnaireParams, type SchemaHandleCreateYellowhiveContactPersonParams, type SchemaHandleGenerateQuestionsToPrefillByCarParams, type SchemaHandleImportAnvaProductsParams, type SchemaHandleImportDiasProductsParams, type SchemaHandleMarkSessionCompletedParams, type SchemaHandleQueueCalculateAnvaQuotesForConversationParams, type SchemaHandleQueueCalculateDiasQuotesForConversationParams, type SchemaHandleQueueCalculateYellowhiveQuotesForConversationParams, type SchemaHandleQueueSendCustomQuotesToAnvaParams, type SchemaHandleQuoteCalculationV2ExtraParams, type SchemaHandleQuoteMailSendParams, type SchemaHandleQuoteSaveParams, type SchemaHandleRecalculateAnvaSimulationParams, type SchemaHandleRecalculateDiasSimulationParams, type SchemaHandleRecalculateYellowhiveSimulationParams, type SchemaHandleRetrieveConversationReportPdfBySessionIdParams, type SchemaHandleRetrieveProductsV2Params, type SchemaHandleSendDiasOfferMailParams, type SchemaHandleSendOfferMailParams, type SchemaHandleSetAskLaterQuestionIdsParams, type SchemaHandleUpdateAllAnvaQuestionnaireQuestionsByAnvaLabelParams, type SchemaHandleUpdateAnvaPartyParams, type SchemaHandleUpdateAnvaProductCoverageParams, type SchemaHandleUpdateAnvaProductsParams, type SchemaHandleUpdateAnvaQuestionnairesByProductIdParams, type SchemaHandleUpdateDiasQuestionnairesByProductIdParams, type SchemaHandleUpdateDiasflowsProductByIdParams, type SchemaHandleUpdateDiasflowsProductCoverageByIdParams, type SchemaHandleUpdateSessionParams, type SchemaHandleUpdateYellowhiveQuestionnairesByProductIdParams, type SchemaHandleUpsertAnvaClosingQuestionsParams, type SchemaHandleUpsertSupportedAnvaflowsTagParams, type SchemaHandleValidateAnvaQuestionnairesByProductIdParams, type SchemaHandleValidateDiasQuestionnairesByProductIdParams, type SchemaHandleValidateYellowhiveQuestionnairesByProductIdParams, type SchemaHazardLevel, type SchemaHeaders, type SchemaHeatingType, type SchemaHighSpeedAutomaticEmergencyBraking, type SchemaHobbies, type SchemaHolderState, type SchemaHomeAge, type SchemaHomeEvaluationType, type SchemaHomeNlPayloads, type SchemaHomePayloads, type SchemaHomeToWorkDistance, type SchemaHomeToWorkDistance_2, type SchemaHp, type SchemaHttpMethod, type SchemaIbanValidation, type SchemaIdIntResponse, type SchemaIdentificationTypes, type SchemaIdentificationTypes_2, type SchemaImpactTime, type SchemaImpactTime_2, type SchemaImportActivity, type SchemaImportPartyError, type SchemaImportPartyResponse, type SchemaIncomeData, type SchemaInformationRequirementSheetSpecification, type SchemaInputType, type SchemaInsurance, type SchemaInsuranceCarrierType, type SchemaInsuranceCarrierType_2, type SchemaInsuranceCompanyRetrieveResponse, type SchemaInsuranceCompanyTag, type SchemaInsuranceCompanyTag_2, type SchemaInsuranceContent, type SchemaInsuranceExtended, type SchemaInsuranceFsma, type SchemaInsuranceHistory, type SchemaInsuranceModuleExportQueryModel, type SchemaInsuranceModuleExportType, type SchemaInsurancePoliciesQueryModel, type SchemaInsurancePolicyCreateCmd, type SchemaInsurancePolicyCreateType, type SchemaInsurancePolicyDocumentCmd, type SchemaInsurancePolicyDocumentQueryModel, type SchemaInsurancePolicyDocumentType, type SchemaInsurancePolicyEntity, type SchemaInsurancePolicyLinkCmd, type SchemaInsurancePolicyLinkQueryModel, type SchemaInsurancePolicyQueryModel, type SchemaInsurancePolicySimulationSendRequest, type SchemaInsurancePolicySimulationType, type SchemaInsurancePolicySimulationUpsertCmd, type SchemaInsurancePolicyStatus, type SchemaInsurancePolicyType, type SchemaInsurancePolicyType_2, type SchemaInsuranceProduct, type SchemaInsuranceProductAdvices, type SchemaInsuranceProductByDistributionUpdateCmd, type SchemaInsuranceProductClauseCreateCmd, type SchemaInsuranceProductClauseUpdateCmd, type SchemaInsuranceProductClausesQueryModel, type SchemaInsuranceProductEntity, type SchemaInsuranceProductQueryModel, type SchemaInsuranceProductRecommendation, type SchemaInsuranceProductRecommendationPatchCmd, type SchemaInsuranceProductsQueryModel, type SchemaInsuranceTerminationReasonType, type SchemaInsuranceTerminationReasonType_2, type SchemaInsuranceType, type SchemaInsuranceType_2, type SchemaInsuredContentValue, type SchemaInsuredValue, type SchemaInventoryCheckupItem, type SchemaInviteCustomersToPartyParams, type SchemaInviteUsersToDistributionParams, type SchemaInvoice, type SchemaInvoiceQueryModel, type SchemaInvoicesQueryModel, type SchemaIsBurglarProof, type SchemaItServices, type SchemaItem, type SchemaJob, type SchemaJobQueuedResponse, type SchemaJobResult, type SchemaJobResultType, type SchemaJobStatus, type SchemaJointIndustrialCommittee, type SchemaJointIndustrialCommitteeQueryModel, type SchemaJsonRpcError, type SchemaJsonRpcReply, type SchemaKey, type SchemaKeys, type SchemaKind, type SchemaKmPerYear, type SchemaKmPerYear_2, type SchemaKw, type SchemaLabelValueCount, type SchemaLabeledItems, type SchemaLaneCenteringAssist, type SchemaLaneDepartureWarning, type SchemaLaneKeepingAssistance, type SchemaLanguage, type SchemaLanguageCodes, type SchemaLarLegalPayload, type SchemaLastAnswer, type SchemaLateralCrashProtection, type SchemaLateralCrashProtectionDriver, type SchemaLateralCrashProtectionPassenger, type SchemaLateralCrashProtectionRear, type SchemaLeadCampaignQueryModel, type SchemaLeadDocumentQueryModel, type SchemaLeadDocumentType, type SchemaLeadProviderQueryModel, type SchemaLeadProviderResponse, type SchemaLeadProvidersResponse, type SchemaLeadReferenceQueryModel, type SchemaLeadRetrieveReply, type SchemaLeadStatus, type SchemaLeadTransferPayload, type SchemaLeaseOfferDocumentQueryModel, type SchemaLeaseOfferDocumentType, type SchemaLeaseOfferType, type SchemaLeaseType, type SchemaLeaseType_2, type SchemaLegalAid, type SchemaLegalForm, type SchemaLegalForm_2, type SchemaLegalPayloads, type SchemaLegalReferenceQueryModel, type SchemaLegalRiskObjectIdWithRevisionId, type SchemaLength, type SchemaLengthUnit, type SchemaLez, type SchemaLezCity, type SchemaLezPass, type SchemaLezYears, type SchemaLiabilityInfo, type SchemaLiabilityType, type SchemaLiabilityType_2, type SchemaLicense, type SchemaLicensePlateType, type SchemaLicensePlateType_2, type SchemaLink, type SchemaLinkPartyToUserCmd, type SchemaLinkPartyToUserCmdItem, type SchemaLinkPartyToUserParams, type SchemaLinkedCompany, type SchemaLinkedCompanyQueryModel, type SchemaLivingRoomSize, type SchemaLocalisationPatchCmd, type SchemaLocalization, type SchemaLocalized, type SchemaLowerCaseCountryCodes, type SchemaLowerCaseLanguageCodes, type SchemaMachineAcquisitionType, type SchemaMachineDelivery, type SchemaMailEvent, type SchemaMainBuilding, type SchemaMainBuildingType, type SchemaManagement, type SchemaManagementFuturePlans, type SchemaManagementQueryModel, type SchemaMarkSessionAsCompletedModel, type SchemaMarkSessionAsCompletedResponse, type SchemaMaxLoadWeight, type SchemaMaxRoofLoad, type SchemaMaxSpeed, type SchemaMaxVolumeTrunk, type SchemaMaxWeight, type SchemaMembership, type SchemaMercuryModelsAnvaListItem, type SchemaMercuryModelsAssuDocumentUploadCmd, type SchemaMercuryModelsFasterforwardDocumentUploadCmd, type SchemaMercuryModelsFasterforwardFasterForwardSearchRelations, type SchemaMercuryModelsFasterforwardFasterForwardSearchRelationsFasterForwardSearchRelations, type SchemaMercuryModelsFasterforwardListItem, type SchemaMercuryModelsFasterforwardTaskCmd, type SchemaMercuryModelsFasterforwardTaskPriority, type SchemaMercuryModelsMDiasTaskCmd, type SchemaMercuryModelsMDiasTaskPriority, type SchemaMergePartiesIntoPartyByIdParams, type SchemaMetadata, type SchemaMicrosoftOutlookMailFolder, type SchemaMicrosoftOutlookMailFolders, type SchemaMimeType, type SchemaMinVolumeTrunk, type SchemaMinimalBicycle, type SchemaMinimalBoat, type SchemaMinimalCar, type SchemaMinimalClaim, type SchemaMinimalCoverageQueryModel, type SchemaMinimalCustomerPartyQueryModel, type SchemaMinimalCustomerPartyQueryModels, type SchemaMinimalDutyOfCareItem, type SchemaMinimalFamily, type SchemaMinimalFleet, type SchemaMinimalInsurancePolicy, type SchemaMinimalInsurancePolicyQueryModel, type SchemaMinimalInventorySummary, type SchemaMinimalInvoice, type SchemaMinimalLegal, type SchemaMinimalMiscellaneous, type SchemaMinimalOfferQueryModel, type SchemaMinimalPartyGroup, type SchemaMinimalPartyQueryModel, type SchemaMinimalPolicyPackage, type SchemaMinimalResidence, type SchemaMinimalRiskObject, type SchemaMinimalRiskObjects, type SchemaMinimalSemiTrailer, type SchemaMinimalTeacher, type SchemaMinimalTrailer, type SchemaMinimalTwoWheeler, type SchemaMinimalUser, type SchemaMinimalUserQueryModels, type SchemaMiscellaneous, type SchemaMiscellaneousRiskObjectIdWithRevisionId, type SchemaMortgage, type SchemaMostImportantItems, type SchemaMostImportantItems_2, type SchemaMotorType, type SchemaMotorType_2, type SchemaMotorcycleInterests, type SchemaMotorcycleInterests_2, type SchemaMultiAffiliationInfoQueryModel, type SchemaMultiAffiliationQueryModel, type SchemaMultiAnvaAdnCoverageQueryModel, type SchemaMultiAnvaClosingQuestionQueryModel, type SchemaMultiAnvaCoverageQueryModel, type SchemaMultiAnvaInsuranceCompanyQueryModel, type SchemaMultiAnvaInsuranceQueryModel, type SchemaMultiAnvaLabelQueryModel, type SchemaMultiAnvaProductQueryModel, type SchemaMultiAnvaQuestionByAnvaLabelUpdateCmd, type SchemaMultiAnvaTagQueryModel, type SchemaMultiBrokerQueryModel, type SchemaMultiDiasAfdBranchQueryModel, type SchemaMultiDiasInsuranceQueryModel, type SchemaMultiDiasPartySaluationQueryModel, type SchemaMultiDiasPartyTitleQueryModel, type SchemaMultiDiasProductQueryModel, type SchemaMultiDiasProductSearchQueryModel, type SchemaMultiFlowSessionItemQueryModel, type SchemaMultiFlowSessionQueryModel, type SchemaMultiLeaseOfferQueryModel, type SchemaMultiOfferQueryModel, type SchemaMultiPartyQueryModel, type SchemaMultiQuoteBeSession, type SchemaMultiQuoteNlSession, type SchemaMultiYellowHiveCoverageQueryModel, type SchemaMultiYellowHiveInsuranceQueryModel, type SchemaMultiYellowHiveProductQueryModel, type SchemaNationalIdentificationNumberValidation, type SchemaNatsError, type SchemaNextActionItem, type SchemaNextActionSource, type SchemaNextActionType, type SchemaNotice, type SchemaNumberPlateInfo, type SchemaNumberPlatePremiumResponse, type SchemaOccupationType, type SchemaOfferCampaignQueryModel, type SchemaOfferCreateCmdV2, type SchemaOfferCreateResponse, type SchemaOfferCreateRevisionCmd, type SchemaOfferPatchBulkCmd, type SchemaOfferPayment, type SchemaOfferRejectionCancellationReason, type SchemaOfferRequestForInsuranceCompanyCreateCmd, type SchemaOfferRequestForInsuranceCompanyInsuranceProductItem, type SchemaOfferRequestForInsuranceCompanyItem, type SchemaOfferRequestForInsuranceCompanyItemWithId, type SchemaOfferRequestForInsuranceCompanyParty, type SchemaOfferRevisionDocument, type SchemaOfferRevisionDocumentType, type SchemaOfferRevisionPatchCmd, type SchemaOfferRevisionQueryModel, type SchemaOfferRevisionReferenceQueryModel, type SchemaOfferStatus, type SchemaOfferWarning, type SchemaOmniumFormula, type SchemaOmniumFormulaByName, type SchemaOmniumFormulaByName_2, type SchemaOmniumFormula_2, type SchemaOnesuranceAction, type SchemaOnesuranceActionType, type SchemaOnesuranceAdvice, type SchemaOnesuranceAdviceLevel, type SchemaOnesuranceAdviceType, type SchemaOnesuranceExplanationData, type SchemaOnesuranceIntent, type SchemaOnesurancePartyData, type SchemaOnesuranceProduct, type SchemaOnesuranceQuickFeedback, type SchemaOnesuranceRecommendation, type SchemaOnesuranceRecommendationType, type SchemaOnesuranceRecommendations, type SchemaOnesuranceRelationDetails, type SchemaOpenClaimsCheckupItem, type SchemaOptimcoCar, type SchemaOptimcoCarPayload, type SchemaOptimcoDriver, type SchemaOptimcoFamilyPayload, type SchemaOptions, type SchemaOrderInsurancePolicyForAdvisoryReportRevisionParams, type SchemaOrigin, type SchemaOtherSafetySystems, type SchemaOutlook, type SchemaOutlookConnectionDetails, type SchemaOutlookEmail, type SchemaOutlookEmailItem, type SchemaOutlookEmails, type SchemaOutlookMailHeader, type SchemaOutlookMailRecepient, type SchemaOverdueInvoicesCheckupItem, type SchemaOverrideInsuranceProductRecommendationParams, type SchemaOverridePreventionAdviceRecommendationParams, type SchemaPackagesToProposeCheckupItem, type SchemaPaginatedInsuranceCompanyResponse, type SchemaPaginatedLeadReply, type SchemaPaginatedOffersResponse, type SchemaPaginatedOffersV2Response, type SchemaPagination, type SchemaParcelData, type SchemaPartiesQueryModel, type SchemaPartiesQueryModelItem, type SchemaPartiesSearchCmd, type SchemaPartiesSearchItem, type SchemaPartiesSearchResponse, type SchemaPartyAddresses, type SchemaPartyAssigneesUpdateCmd, type SchemaPartyCheckupResponse, type SchemaPartyComplianceType, type SchemaPartyConversationNotes, type SchemaPartyCurrentAccountInsightsQueryModel, type SchemaPartyDocument, type SchemaPartyDocumentQueryModel, type SchemaPartyDocumentType, type SchemaPartyDocumentUpload, type SchemaPartyDocuments, type SchemaPartyEntity, type SchemaPartyExternalRefsCreateCmd, type SchemaPartyExternalRefsQueryModel, type SchemaPartyGroupCustomerQueryModel, type SchemaPartyGroupReferenceQueryModel, type SchemaPartyGroupRiskObjectIdWithRevisionId, type SchemaPartyInvite, type SchemaPartyKycItem, type SchemaPartyKycQueryModel, type SchemaPartyLink, type SchemaPartyLinkQueryModel, type SchemaPartyLogoCmd, type SchemaPartyLogoQueryModel, type SchemaPartyMergeCmd, type SchemaPartyNoteCmd, type SchemaPartyOriginFilter, type SchemaPartyOriginFilterItem, type SchemaPartyPatchCmd, type SchemaPartyPreferences, type SchemaPartyPreferencesQueryModel, type SchemaPartyQueryModel, type SchemaPartyRelation, type SchemaPartyRelationCreateCmd, type SchemaPartyRelationQueryModel, type SchemaPartyRelationType, type SchemaPartyRelationType_2, type SchemaPartySocialLinks, type SchemaPartyStatus, type SchemaPartyStatus_2, type SchemaPartyTransferPayload, type SchemaPartyWithMetadata, type SchemaPaymentInterval, type SchemaPaymentIntervalLowerCaseValues, type SchemaPaymentInterval_2, type SchemaPaymentMethod, type SchemaPaymentMethod_2, type SchemaPaymentStatus, type SchemaPedestrianDetection, type SchemaPendingUpgradesReply, type SchemaPerformance, type SchemaPeriodicCash, type SchemaPermittedTowbarDownload, type SchemaPermittedTrailerLoadWithoutBrakes, type SchemaPersonalizedAdvice, type SchemaPersonalizedAdviceResponse, type SchemaPersonnelDetails, type SchemaPhysicalProperties, type SchemaPiaContractConversionStatus, type SchemaPlanQueryModel, type SchemaPlanStatus, type SchemaPlansReply, type SchemaPnpCar, type SchemaPnpCarPayload, type SchemaPnpDriver, type SchemaPnpFamilyPayload, type SchemaPnpHome, type SchemaPnpHomePayload, type SchemaPoliciesToProposeCheckupItem, type SchemaPolicyDocumentType, type SchemaPolicyHolderRelation, type SchemaPolicyHolderRelation_2, type SchemaPolicyPackageCreateCmd, type SchemaPolicyPackageEntity, type SchemaPolicyPackageQueryModel, type SchemaPolicyPackagesQueryModel, type SchemaPossibleInsuranceProductQueryModel, type SchemaPossibleInsuranceProductsQueryModel, type SchemaPostInsuranceTermsChatFeedbackParams, type SchemaPostInsuranceTermsChatParams, type SchemaPostInsuranceTermsComparisonParams, type SchemaPreferredWayOfContact, type SchemaPremium, type SchemaPremiumQueryModel, type SchemaPreventAdvice, type SchemaPreventionAdvice, type SchemaPreventionAdviceDistributionUpdateCmd, type SchemaPreventionAdviceQueryModel, type SchemaPreventionAdviceRecommendation, type SchemaPreventionAdviceRecommendationPatchCmd, type SchemaPreventionMeasure, type SchemaPreventionPlan, type SchemaPrice, type SchemaPriceQualityRatio, type SchemaPriceRange, type SchemaPriorityTag, type SchemaProductInfo, type SchemaProductV2, type SchemaProductsFilterSort, type SchemaProductsGroupBy, type SchemaProductsV2Filter, type SchemaProductsV2Response, type SchemaProfession, type SchemaProfileaseLeaseRate, type SchemaProfileaseLeaseResidual, type SchemaProfileaseLeaseType, type SchemaProfileaseQuote, type SchemaPromotion, type SchemaPromotionCriteria, type SchemaPromotionModifications, type SchemaPromotionQueryModel, type SchemaPropertyType, type SchemaProspectCreationResponse, type SchemaProspectReferenceQueryModel, type SchemaProspectType, type SchemaProvenanceDocumentReference, type SchemaPublicConnectionQueryModel, type SchemaPublicConnectionsQueryModel, type SchemaPublicDistributionConnectionQueryModel, type SchemaQuestion, type SchemaQuestionGroup, type SchemaQuestionUpdateCmd, type SchemaQuestionnaire, type SchemaQuote, type SchemaQuoteDetails, type SchemaQuoteExport, type SchemaQuoteExportRequest, type SchemaQuoteExportResponse, type SchemaQuoteMailSendRequest, type SchemaQuoteMailSendResponse, type SchemaQuoteReferenceQueryModel, type SchemaQuoteRequestV2Base, type SchemaQuoteResponse, type SchemaQuoteResponseV2, type SchemaQuoteSpecification, type SchemaQuoteStatus, type SchemaRateLimitErrorMsgEnum, type SchemaRearAutomaticEmergencyBraking, type SchemaRearCrossTrafficWarning, type SchemaRecalculateAnvaQuoteRequest, type SchemaRecalculateAnvaSimulationCmd, type SchemaRecalculateDiasQuoteRequest, type SchemaRecalculateDiasSimulationCmd, type SchemaRecalculateYellowHiveQuoteRequest, type SchemaRecalculateYellowHiveSimulationCmd, type SchemaRecommendation, type SchemaRecommendationLevel, type SchemaRecommendationReferenceQueryModel, type SchemaRecommendationsBaseCreateCmd, type SchemaRecommendationsCreateCmd, type SchemaRecommendationsQueryModel, type SchemaRecommendationsV2CreateCmd, type SchemaReconstructionValueDefinedType, type SchemaReference, type SchemaRegex, type SchemaRegistration, type SchemaRelations, type SchemaRentOutTerm, type SchemaRepairCosts, type SchemaReportRevisionStatus, type SchemaReportRevisionStatusSubset, type SchemaResidenceBuildingType, type SchemaResidenceComplianceType, type SchemaResidenceFloodType, type SchemaResidenceMonumentType, type SchemaResidencePreferences, type SchemaResidenceReferenceQueryModel, type SchemaResidenceRiskObjectIdWithRevisionId, type SchemaResidenceTheftProtection, type SchemaResidenceUsage, type SchemaRestrictiveAddress, type SchemaRestrictiveCar, type SchemaRestrictiveDriveAssistanceSystem, type SchemaRestrictiveDriver, type SchemaRetrieveAdvisoryReportFrontPageStandalonePdfParams, type SchemaRetrieveFlowResponse, type SchemaRetrieveQuestionnaireResponse, type SchemaRetrieveQuotesBatchResponse, type SchemaRetrieveQuotesExportsResponse, type SchemaRetrieveQuotesInsightsResponse, type SchemaRideHeight, type SchemaRiskAddress, type SchemaRiskAnalysisSubjects, type SchemaRiskData, type SchemaRiskDomain, type SchemaRiskDomainActionQueryModel, type SchemaRiskDomainAdviceQueryModel, type SchemaRiskDomainDistributionUpdateCmd, type SchemaRiskDomainQueryModel, type SchemaRiskDomainsQueryModel, type SchemaRiskObject, type SchemaRiskObjectCarType, type SchemaRiskObjectCarType_2, type SchemaRiskObjectComplianceItem, type SchemaRiskObjectComplianceQueryModel, type SchemaRiskObjectCreationError, type SchemaRiskObjectCreationResponse, type SchemaRiskObjectEntity, type SchemaRiskObjectExternalRefsCreateCmd, type SchemaRiskObjectExternalRefsQueryModel, type SchemaRiskObjectFamilyType, type SchemaRiskObjectInFleet, type SchemaRiskObjectLegalType, type SchemaRiskObjectPartyGroupType, type SchemaRiskObjectPartyRelation, type SchemaRiskObjectReferenceQueryModel, type SchemaRiskObjectRelationCreateCmd, type SchemaRiskObjectRelationQueryModel, type SchemaRiskObjectRelationUpdateCmd, type SchemaRiskObjectResidenceType, type SchemaRiskObjectRevisionIds, type SchemaRiskObjectRevisions, type SchemaRiskObjectTeacherType, type SchemaRiskObjectTwoWheelerType, type SchemaRiskObjectType, type SchemaRiskObjectType_2, type SchemaRiskObjectsWithRevision, type SchemaRizivConventionStatus, type SchemaRizivConventionStatus_2, type SchemaRizivMember, type SchemaRoleFilter, type SchemaRoleFilterType, type SchemaRollingWorkEquipmentType, type SchemaRollingWorkEquipmentType_2, type SchemaRoofConstructionType, type SchemaRoofTypes, type SchemaRooms, type SchemaRules, type SchemaSafety, type SchemaSafetyFeatureOption, type SchemaSafetyStickCar, type SchemaSafetyStickCarPayload, type SchemaSafetyStickDriver, type SchemaSalaryCoefficient, type SchemaSalaryCoefficient_2, type SchemaSatelliteProtection, type SchemaSatelliteProtectionSystem, type SchemaSatelliteProtectionSystem_2, type SchemaSavingTypes, type SchemaSavingTypes_2, type SchemaSearchAddress, type SchemaSearchPartiesParams, type SchemaSection, type SchemaSecurityMeasure, type SchemaSelectedRecommendationsFeedback, type SchemaSemiTrailerRiskObjectIdWithRevisionId, type SchemaSemiTrailerType, type SchemaSendAdvisoryReportRevisionMailParams, type SchemaSendMailForSimulationParams, type SchemaSendOfferMailCmd, type SchemaSendOfferMailResponse, type SchemaSentimentType, type SchemaSeries, type SchemaSeriesSortContext, type SchemaServerError, type SchemaServerErrorMsgEnum, type SchemaSessionCompletedRemarks, type SchemaSessionReport, type SchemaShareholder, type SchemaShareholderQueryModel, type SchemaSignatureBox, type SchemaSiloCapacity, type SchemaSingleAffiliationQueryModel, type SchemaSingleAuditDetailQueryModel, type SchemaSingleAuditQueryModel, type SchemaSingleUserQueryModel, type SchemaSingularityJobQueuedResponse, type SchemaSingularityJobResultBase, type SchemaSingularityModelsDocumentExtractorCmdLink, type SchemaSingularityModelsPartyCheckupLink, type SchemaSmtCompany, type SchemaSocialLinks, type SchemaSort, type SchemaSourceInfo, type SchemaSpeedAssistance, type SchemaSplitCost, type SchemaSportHobbies, type SchemaSportHobbies_2, type SchemaStateOfChildren, type SchemaStateOfChildren_2, type SchemaStatus, type SchemaStatusReply, type SchemaStatusResponse, type SchemaSteeringPosition, type SchemaSteeringPosition_2, type SchemaStorageSecurity, type SchemaStorageSecurity_2, type SchemaStreet, type SchemaStringCalculationSpec, type SchemaSubcity, type SchemaSubjectToVat, type SchemaSubjectToVat_2, type SchemaSupplierType, type SchemaSupplierType_2, type SchemaSupportedFileTypesResponse, type SchemaSupportedProFlowCountryCodes, type SchemaSurveillanceEquipmentType, type SchemaSwimmingPoolType, type SchemaSwitchCandidatesCheckupItem, type SchemaSymbol, type SchemaSystemCampaignType, type SchemaTableColumn, type SchemaTableRules, type SchemaTag, type SchemaTagContentItem, type SchemaTankLocationType, type SchemaTax, type SchemaTaxBaseBe, type SchemaTaxField, type SchemaTaxPaymentDetails, type SchemaTaxPaymentTime, type SchemaTeacherRiskObjectIdWithRevisionId, type SchemaTeams, type SchemaTechnicalEquipmentType, type SchemaTechniekNederlandTypeOfCompany, type SchemaTechniekNederlandTypeOfCompanySpecification, type SchemaTechniekNederlandTypeOfCompanySpecification_2, type SchemaTechniekNederlandTypeOfCompany_2, type SchemaTelephonenrCategory, type SchemaTelephonenrCategory_2, type SchemaTheftFormulas, type SchemaTheftFormulas_2, type SchemaTheme, type SchemaThemes, type SchemaThirdPartyActivity, type SchemaThirdPartyConstructionWorkInsuranceType, type SchemaThirdPartyConstructionWorkInsuranceType_2, type SchemaTitleAndMessageResponse, type SchemaTokenReply, type SchemaToolkitAccountCreateCmd, type SchemaToolkitBrokerCreateCmd, type SchemaToolkitBrokerCreationResponse, type SchemaToolkitLicenseType, type SchemaTrailerRiskObjectIdWithRevisionId, type SchemaTrailerTonnageCategory, type SchemaTrailerType, type SchemaTrailerType_2, type SchemaTransferCandidatesCheckupItem, type SchemaTransferLeadByIdParams, type SchemaTransferPartyByIdParams, type SchemaTransmissionType, type SchemaTransmissionType_2, type SchemaTransportInfo, type SchemaTravelMethods, type SchemaTravelMethods_2, type SchemaTravelsAYear, type SchemaTravelsAYear_2, type SchemaTriageEmailParams, type SchemaTriageResponse, type SchemaTrialOnboarding, type SchemaTrinityHandlersNatsOnboardingModelsUserIdResponse, type SchemaTrinityModelsUserAccountCreateCmdBroker, type SchemaTrinityModelsUserAccountCreateCmdDistribution, type SchemaTrinityModelsUserAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserToolkitAccountCreateCmdBroker, type SchemaTrinityModelsUserToolkitAccountCreateCmdDistribution, type SchemaTrinityModelsUserToolkitAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserTrialOnboardingDistribution, type SchemaTrinityModelsUserTrialOnboardingUserOVerwrite, type SchemaTruckDestination, type SchemaTruckDestination_2, type SchemaTurnover, type SchemaTwoFactorCreateCmd, type SchemaTwoFactorDisableCmd, type SchemaTwoFactorResponse, type SchemaTwoWheelerCategories, type SchemaTwoWheelerReferenceQueryModel, type SchemaTwoWheelerRiskObjectIdWithRevisionId, type SchemaTwoWheelerVehicleType, type SchemaTypeOfWork, type SchemaTypeOfWork_2, type SchemaTypedKeys, type SchemaUnitOfLength, type SchemaUnitOfLength_2, type SchemaUpdateAdvicesByInsuranceProductInDistributionParams, type SchemaUpdateAdvisoryReportAcceptanceByIdParams, type SchemaUpdateAdvisoryReportMetadataByIdParams, type SchemaUpdateAnvaPartyCompanyCmd, type SchemaUpdateAnvaPartyCustomerCmd, type SchemaUpdateBicycleRiskObjectByIdV2Params, type SchemaUpdateBoatRiskObjectByIdV2Params, type SchemaUpdateBrokerByIdParams, type SchemaUpdateBrokerConnectionByKeyParams, type SchemaUpdateCampaignAssistantAvatarCmd, type SchemaUpdateCampaignByIdParams, type SchemaUpdateCampaignCmd, type SchemaUpdateCampaignLogoCmd, type SchemaUpdateCarRiskObjectByIdV2Params, type SchemaUpdateCustomThemeAsDistributionParams, type SchemaUpdateDistributionConnectionByKeyParams, type SchemaUpdateDocumentByPartyIdParams, type SchemaUpdateEmailByIdParams, type SchemaUpdateFamilyRiskObjectByIdV2Params, type SchemaUpdateInsuranceProductClauseParams, type SchemaUpdateInsuranceProductInDistributionParams, type SchemaUpdateIntegrationsByBrokerIdParams, type SchemaUpdateLegalRiskObjectByIdV2Params, type SchemaUpdateMeUserByIdParams, type SchemaUpdateMiscellaneousRiskObjectByIdV2Params, type SchemaUpdateOfferRevisionParams, type SchemaUpdateOffersInBulkParams, type SchemaUpdatePartyActivityParams, type SchemaUpdatePartyAssigneesParams, type SchemaUpdatePartyByIdParams, type SchemaUpdatePartyGroupRiskObjectByIdV2Params, type SchemaUpdatePartyNoteByIdParams, type SchemaUpdatePasswordCmd, type SchemaUpdatePasswordForUserByUserIdParams, type SchemaUpdatePreventionAdviceInDistributionParams, type SchemaUpdateRelationByIdParams, type SchemaUpdateResidenceRiskObjectByIdV2Params, type SchemaUpdateRiskDomainActionFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainAdviceFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainInDistributionParams, type SchemaUpdateRiskObjectRelationByIdParams, type SchemaUpdateSemiTrailerRiskObjectByIdV2Params, type SchemaUpdateSessionCmd, type SchemaUpdateSettingsByDistributionIdParams, type SchemaUpdateTrailerRiskObjectByIdV2Params, type SchemaUpdateTwoWheelerRiskObjectByIdV2Params, type SchemaUpdateUspByIdParams, type SchemaUpdatedRiskObjectRevisionReply, type SchemaUploadDocumentPatchCmd, type SchemaUploadDocumentsInAnvaParams, type SchemaUploadDocumentsInAssuParams, type SchemaUploadDocumentsInFasterforwardParams, type SchemaUploadSignedUrlResponse, type SchemaUpsertActionFromAdviceInAdvisoryReportRevisionParams, type SchemaUpsertFaqItemParams, type SchemaUpsertInsurancePolicyForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicyPackageForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicySimulationForPartyParams, type SchemaUpsertPolicyPackageByPartyParams, type SchemaUserMeUpdateCmd, type SchemaUserRole, type SchemaValidator, type SchemaValuableItem, type SchemaValueUnitInt, type SchemaValueUnitStr, type SchemaVatType, type SchemaVatType_2, type SchemaVehicleRegistrationDateType, type SchemaVehicleRegistrationPlateValidation, type SchemaVehicleSearch, type SchemaVerifyIfADistributionExistsByCompanyRegistrationParams, type SchemaVerifyIfADistributionExistsByNameParams, type SchemaVerifyIfAUserExistsByEmailParams, type SchemaVersion, type SchemaVersionSortContext, type SchemaVillasureHomePayload, type SchemaVinInfo, type SchemaVinPremiumResponse, type SchemaViviumCar, type SchemaViviumCarPayload, type SchemaViviumDriver, type SchemaViviumFamilyPayload, type SchemaViviumHome, type SchemaViviumHomePayload, type SchemaVoltage, type SchemaWageBill, type SchemaWarningMsg, type SchemaWarranyOptions, type SchemaWarranyOptions_2, type SchemaWeightEmpty, type SchemaWgBeApiAddressModelsAddressAddress, type SchemaWgBeApiAddressModelsAddressInformationV2Company, type SchemaWgBeApiAddressModelsAddressInformationV2Link, type SchemaWgBeApiAddressModelsPersonsDirectorsCompany, type SchemaWgBeApiAddressModelsVatCompanyActivity, type SchemaWgBeApiAddressModelsVatCompanyAssetInfo, type SchemaWgBeApiAddressModelsVatCompanyContactPerson, type SchemaWgBeApiAddressModelsVatCompanyFleetInfo, type SchemaWgBeApiAddressModelsVatCompanyLink, type SchemaWgBeApiAddressModelsVatCompanyPersonnelDetails, type SchemaWgBeApiAddressModelsVatCompanyThirdPartyActivity, type SchemaWgBeApiAddressModelsVatCompanyTurnover, type SchemaWgBeApiAddressModelsVatCompanyWorkforce, type SchemaWgBeApiQuotesModelsBaseLocalization, type SchemaWgBeApiQuotesModelsBaseLocalization_2, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsCar, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsFamily, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsLegal, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsPartyGroup, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsResidence, type SchemaWgPyModelsComplexAddress, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoMachineDelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoPeriodicCash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoSiloCapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoMachinedelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoPeriodiccash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoSilocapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorksConstructionWorkDuration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworksConstructionworkduration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactPerson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactperson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFleetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalAid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalaid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyManagementFunction, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonnelDetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonneldetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdPartyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdpartyactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWageBill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWagebill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsAnnexAnnex, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverAssistanceSystemDriveAssistanceSystem, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverCarInsured, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriver, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsInsuranceHistoryInsuranceHistory, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsPersonPerson, type SchemaWgPyModelsDomainInsuranceInsurancesAedesAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzEnumsCarUsedFor, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesAragLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesArcesLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesAxaAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAxaCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsHolderState, type SchemaWgPyModelsDomainInsuranceInsurancesAxaFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesDasLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralParty, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralPartyGroup, type SchemaWgPyModelsDomainInsuranceInsurancesEuromexLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesLarLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesPnpFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesViviumCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesViviumFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumResidenceRooms, type SchemaWgPyModelsDomainInsuranceProspectCompany, type SchemaWgPyModelsDomainInsuranceProspectCompany_2, type SchemaWgPyModelsDomainInsuranceProspectCustomer, type SchemaWgPyModelsDomainInsuranceProspectCustomer_2, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferences, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferencesFuneralPreference, type SchemaWgPyModelsDomainInsuranceProspectPartypreferences, type SchemaWgPyModelsDomainInsuranceProspectPartypreferencesFuneralpreference, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesPartyExternalRefsQueryModel, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBicycleBicycle, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBoatBoat, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsCarCar, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsMiscMiscellaneous, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerSemiTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainInsuranceRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyPerson, type SchemaWgPyModelsDomainInsuranceRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceAnnexAnnex, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingFacade, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingMainBuilding, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidencePreferencesResidencePreferences, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceRoomsRooms, type SchemaWgPyModelsDomainInsuranceRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccident, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccidentStatement, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarInsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarinsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverbrandclubmembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleusage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainWegroupComplexAddress, type SchemaWgPyModelsDomainWegroupComplexAddress_2, type SchemaWgPyModelsDomainWegroupComplexCompanyRegistration, type SchemaWgPyModelsDomainWegroupComplexCompanyregistration, type SchemaWgPyModelsDomainWegroupComplexLocalization, type SchemaWgPyModelsDomainWegroupEnumsCarUsedFor, type SchemaWgPyModelsDomainWegroupEnumsClaimFreeYears, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsCurrency, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsGender, type SchemaWgPyModelsDomainWegroupEnumsHolderState, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes_2, type SchemaWgPyModelsDomainWegroupEnumsMiscellaneousType, type SchemaWgPyModelsDomainWegroupEnumsOfferRevisionDocumentType, type SchemaWgPyModelsDomainWegroupEnumsProfession, type SchemaWgPyModelsDomainWegroupEnumsProspectType, type SchemaWgPyModelsDomainWegroupEnumsProspectType_2, type SchemaWgPyModelsDomainWegroupRestResponsesStatusResponse, type SchemaWgPyModelsEnumsCoveragePeriod, type SchemaWgPyModelsEnumsCoverageperiod, type SchemaWgPyModelsNatsCompany, type SchemaWgPyModelsSmtReadInsuranceInsuranceProductQueryModelRiskDomain, type SchemaWgPyModelsSmtReadProspectExternalRefsQueryModel, type SchemaWgPyModelsSmtReadProspectManagementQueryModel, type SchemaWgPyModelsSmtReadProspectPartyDocumentQueryModel, type SchemaWgPyModelsSmtReadProspectPartyLogoQueryModel, type SchemaWgPyModelsUserCompany, type SchemaWgsdkQuotesCarEvaluationType, type SchemaWgsdkQuotesCountryCodes, type SchemaWgsdkSmtAccident, type SchemaWgsdkSmtAccidentStatement, type SchemaWgsdkSmtCarEvaluationType, type SchemaWgsdkSmtCountryCodes, type SchemaWgsdkSmtCoveragePeriod, type SchemaWgsdkSmtGender, type SchemaWgsdkSmtInsuranceHistory, type SchemaWgsdkSmtProfession, type SchemaWheelBase, type SchemaWheelBaseArray, type SchemaWheelRimSizeArray, type SchemaWheelRimsSize, type SchemaWheelSize, type SchemaWheelSizeArray, type SchemaWidth, type SchemaWindow, type SchemaWorkforce, type SchemaWorkforcePossibleDanger, type SchemaWorkingMethod, type SchemaYellowHiveCoverage, type SchemaYellowHiveInsurance, type SchemaYellowHiveInsurancePolicy, type SchemaYellowHiveProduct, type SchemaYellowHiveProductQuestionnaire, type SchemaYellowHiveProductQuestionnaireQueryModel, type SchemaYellowHiveProductQuestionnairesQueryModel, type SchemaYellowHiveProductQuestionnairesUpdateCmd, type SchemaYellowHiveProductQuestionnairesValidateCmd, type SchemaYellowHiveProductToInsurancePolicyLink, type SchemaYellowHiveProductsInConversationCmd, type SchemaYellowHiveQuote, type SchemaYellowHiveQuoteCalculationJob, type SchemaYellowHiveQuoteCalculationJobsQueuedResponse, type SeachStreetsByCityAndCountryQueryParams, type SeachStreetsByCityAndCountryResponse, type SearchAddressesByCountryQueryParams, type SearchAddressesByCountryResponse, type SearchAssuPartiesQueryParams, type SearchAssuPartiesResponse, type SearchCitiesByCountryQueryParams, type SearchCitiesByCountryResponse, type SearchDirectorsByFirstAndLastNameQueryParams, type SearchDirectorsByFirstAndLastNameResponse, type SearchEnterprisesByCountryQueryParams, type SearchEnterprisesByCountryResponse, type SearchFasterforwardPartiesQueryParams, type SearchFasterforwardPartiesResponse, type SearchPartiesBody, type SearchPartiesQueryParams, type SearchPartiesResponse, type SearchVehiclesBody, type SearchVehiclesQueryParams, type SearchVehiclesResponse, type SendAdvisoryReportAsMailBody, type SendAdvisoryReportAsMailPathParams, type SendAdvisoryReportAsMailQueryParams, type SendAdvisoryReportAsMailResponse, type SendAnvaInquiryAsCustomerBody, type SendAnvaInquiryAsCustomerResponse, type SendClaimToKeypointPathParams, type SendClaimToKeypointQueryParams, type SendClaimToKeypointResponse, type SendDiasOfferMailBySessionIdBody, type SendDiasOfferMailBySessionIdPathParams, type SendDiasOfferMailBySessionIdQueryParams, type SendDiasOfferMailBySessionIdResponse, type SendExampleCampaignTargetMailQueryParams, type SendExampleCampaignTargetMailResponse, type SendMailClaimReportByIdPathParams, type SendMailClaimReportByIdQueryParams, type SendMailClaimReportByIdResponse, type SendMailFollowupPageToCustomerPathParams, type SendMailFollowupPageToCustomerQueryParams, type SendMailFollowupPageToCustomerResponse, type SendMailForSimulationToPartyBody, type SendMailForSimulationToPartyPathParams, type SendMailForSimulationToPartyQueryParams, type SendMailForSimulationToPartyResponse, type SendOfferMailBySessionIdBody, type SendOfferMailBySessionIdPathParams, type SendOfferMailBySessionIdQueryParams, type SendOfferMailBySessionIdResponse, type SendOfferToAnvaBySessionIdPathParams, type SendOfferToAnvaBySessionIdQueryParams, type SendOfferToAnvaBySessionIdResponse, type SendPasswordResetToCustomerPathParams, type SendPasswordResetToCustomerResponse, type SendQuoteAsMailBody, type SendQuoteAsMailPathParams, type SendQuoteAsMailQueryParams, type SendQuoteAsMailResponse, type SetAskLaterQuestionsBody, type SetAskLaterQuestionsResponse, type TransferLeadToOtherDistributionBody, type TransferLeadToOtherDistributionPathParams, type TransferLeadToOtherDistributionQueryParams, type TransferLeadToOtherDistributionResponse, type TransferPartyToOtherDistributionBody, type TransferPartyToOtherDistributionPathParams, type TransferPartyToOtherDistributionQueryParams, type TransferPartyToOtherDistributionResponse, type TriageEmailBody, type TriageEmailResponse, type UnblockCustomerFromAccessingPartyPathParams, type UnblockCustomerFromAccessingPartyResponse, type UnlockClaimPathParams, type UnlockClaimQueryParams, type UnlockClaimResponse, type UpdateAdvisoryReportBody, type UpdateAdvisoryReportPathParams, type UpdateAdvisoryReportQueryParams, type UpdateAdvisoryReportResponse, type UpdateAnalyzedEmailIdBody, type UpdateAnalyzedEmailIdPathParams, type UpdateAnalyzedEmailIdQueryParams, type UpdateAnalyzedEmailIdResponse, type UpdateAnvaPartyViaConversationBody, type UpdateAnvaPartyViaConversationPathParams, type UpdateAnvaPartyViaConversationQueryParams, type UpdateAnvaPartyViaConversationResponse, type UpdateAnvaflowsQuestionnaireBody, type UpdateAnvaflowsQuestionnairePathParams, type UpdateAnvaflowsQuestionnaireQueryParams, type UpdateAnvaflowsQuestionnaireResponse, type UpdateBicycleRiskObjectBody, type UpdateBicycleRiskObjectPathParams, type UpdateBicycleRiskObjectQueryParams, type UpdateBicycleRiskObjectResponse, type UpdateBoatRiskObjectBody, type UpdateBoatRiskObjectPathParams, type UpdateBoatRiskObjectQueryParams, type UpdateBoatRiskObjectResponse, type UpdateBrokerByBrokerBody, type UpdateBrokerByBrokerPathParams, type UpdateBrokerByBrokerResponse, type UpdateBrokerConnectionByKeyBody, type UpdateBrokerConnectionByKeyPathParams, type UpdateBrokerConnectionByKeyResponse, type UpdateBrokerIntegrationsBody, type UpdateBrokerIntegrationsPathParams, type UpdateBrokerIntegrationsResponse, type UpdateCampaignBody, type UpdateCampaignPathParams, type UpdateCampaignQueryParams, type UpdateCampaignResponse, type UpdateCarRiskObjectBody, type UpdateCarRiskObjectPathParams, type UpdateCarRiskObjectQueryParams, type UpdateCarRiskObjectResponse, type UpdateClaimAsBrokerByIdPathParams, type UpdateClaimAsBrokerByIdQueryParams, type UpdateClaimAsBrokerByIdResponse, type UpdateClaimAsCustomerWithTokenPathParams, type UpdateClaimAsCustomerWithTokenQueryParams, type UpdateClaimAsCustomerWithTokenResponse, type UpdateCommentOnActivityPathParams, type UpdateCommentOnActivityQueryParams, type UpdateCommentOnActivityResponse, type UpdateConversationByIdBody, type UpdateConversationByIdPathParams, type UpdateConversationByIdResponse, type UpdateDeclarationRemarkPathParams, type UpdateDeclarationRemarkQueryParams, type UpdateDeclarationRemarkResponse, type UpdateDiasQuestionnaireBody, type UpdateDiasQuestionnairePathParams, type UpdateDiasQuestionnaireQueryParams, type UpdateDiasQuestionnaireResponse, type UpdateDistributionConnectionByKeyBody, type UpdateDistributionConnectionByKeyPathParams, type UpdateDistributionConnectionByKeyResponse, type UpdateDistributionIntegrationsPathParams, type UpdateDistributionIntegrationsResponse, type UpdateDistributionSettingsBody, type UpdateDistributionSettingsResponse, type UpdateDocumentForPartyBody, type UpdateDocumentForPartyPathParams, type UpdateDocumentForPartyResponse, type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse, type UpdateDocumentMetadataByIdPathParams, type UpdateDocumentMetadataByIdQueryParams, type UpdateDocumentMetadataByIdResponse, type UpdateEntityAsBrokerByIdPathParams, type UpdateEntityAsBrokerByIdQueryParams, type UpdateEntityAsBrokerByIdResponse, type UpdateEntityAsCustomerWithTokenPathParams, type UpdateEntityAsCustomerWithTokenQueryParams, type UpdateEntityAsCustomerWithTokenResponse, type UpdateFamilyRiskObjectBody, type UpdateFamilyRiskObjectPathParams, type UpdateFamilyRiskObjectQueryParams, type UpdateFamilyRiskObjectResponse, type UpdateFleetRiskObjectBody, type UpdateFleetRiskObjectPathParams, type UpdateFleetRiskObjectQueryParams, type UpdateFleetRiskObjectResponse, type UpdateInsuranceProductByDistributionBody, type UpdateInsuranceProductByDistributionPathParams, type UpdateInsuranceProductByDistributionResponse, type UpdateInsuranceProductClauseForDistributionBody, type UpdateInsuranceProductClauseForDistributionPathParams, type UpdateInsuranceProductClauseForDistributionQueryParams, type UpdateInsuranceProductClauseForDistributionResponse, type UpdateLegalRiskObjectBody, type UpdateLegalRiskObjectPathParams, type UpdateLegalRiskObjectQueryParams, type UpdateLegalRiskObjectResponse, type UpdateMiscellaneousRiskObjectBody, type UpdateMiscellaneousRiskObjectPathParams, type UpdateMiscellaneousRiskObjectQueryParams, type UpdateMiscellaneousRiskObjectResponse, type UpdateNotePathParams, type UpdateNoteQueryParams, type UpdateNoteResponse, type UpdateOfferByIdBody, type UpdateOfferByIdPathParams, type UpdateOfferByIdResponse, type UpdateOffersInBulkBody, type UpdateOffersInBulkResponse, type UpdatePartyActivitiesAsCustomerBody, type UpdatePartyActivitiesAsCustomerPathParams, type UpdatePartyActivitiesAsCustomerResponse, type UpdatePartyAssigneesBody, type UpdatePartyAssigneesPathParams, type UpdatePartyAssigneesQueryParams, type UpdatePartyAssigneesResponse, type UpdatePartyByIdBody, type UpdatePartyByIdPathParams, type UpdatePartyByIdResponse, type UpdatePartyGroupRiskObjectBody, type UpdatePartyGroupRiskObjectPathParams, type UpdatePartyGroupRiskObjectQueryParams, type UpdatePartyGroupRiskObjectResponse, type UpdatePartyNoteByIdBody, type UpdatePartyNoteByIdPathParams, type UpdatePartyNoteByIdResponse, type UpdatePartyRelationsBody, type UpdatePartyRelationsPathParams, type UpdatePartyRelationsResponse, type UpdatePreventionByDistributionBody, type UpdatePreventionByDistributionPathParams, type UpdatePreventionByDistributionResponse, type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody, type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams, type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse, type UpdateRelationBetweenRiskObjectAndPartyBody, type UpdateRelationBetweenRiskObjectAndPartyPathParams, type UpdateRelationBetweenRiskObjectAndPartyQueryParams, type UpdateRelationBetweenRiskObjectAndPartyResponse, type UpdateResidenceRiskObjectBody, type UpdateResidenceRiskObjectPathParams, type UpdateResidenceRiskObjectQueryParams, type UpdateResidenceRiskObjectResponse, type UpdateRiskDomainActionForAdvisoryReportByIdBody, type UpdateRiskDomainActionForAdvisoryReportByIdPathParams, type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams, type UpdateRiskDomainActionForAdvisoryReportByIdResponse, type UpdateRiskDomainAdviceForAdvisoryReportByIdBody, type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse, type UpdateRiskDomainByDistributionBody, type UpdateRiskDomainByDistributionPathParams, type UpdateRiskDomainByDistributionResponse, type UpdateSemiTrailerRiskObjectBody, type UpdateSemiTrailerRiskObjectPathParams, type UpdateSemiTrailerRiskObjectQueryParams, type UpdateSemiTrailerRiskObjectResponse, type UpdateTargetsByCampaignPathParams, type UpdateTargetsByCampaignQueryParams, type UpdateTargetsByCampaignResponse, type UpdateTrailerRiskObjectBody, type UpdateTrailerRiskObjectPathParams, type UpdateTrailerRiskObjectQueryParams, type UpdateTrailerRiskObjectResponse, type UpdateTwoWheelerRiskObjectBody, type UpdateTwoWheelerRiskObjectPathParams, type UpdateTwoWheelerRiskObjectQueryParams, type UpdateTwoWheelerRiskObjectResponse, type UpdateUspByDistributionAndIdBody, type UpdateUspByDistributionAndIdPathParams, type UpdateUspByDistributionAndIdQueryParams, type UpdateUspByDistributionAndIdResponse, type UpdateYellowhiveQuestionnaireBody, type UpdateYellowhiveQuestionnairePathParams, type UpdateYellowhiveQuestionnaireQueryParams, type UpdateYellowhiveQuestionnaireResponse, type UpdateYourOwnUserBody, type UpdateYourOwnUserResponse, type UpdateYourPasswordBody, type UpdateYourPasswordResponse, type UploadClaimDocumentAsBrokerPathParams, type UploadClaimDocumentAsBrokerQueryParams, type UploadClaimDocumentAsBrokerResponse, type UploadDocumentsInAnvaBody, type UploadDocumentsInAnvaPathParams, type UploadDocumentsInAnvaQueryParams, type UploadDocumentsInAnvaResponse, type UploadDocumentsInAssuBody, type UploadDocumentsInAssuPathParams, type UploadDocumentsInAssuQueryParams, type UploadDocumentsInAssuResponse, type UploadDocumentsInFasterforwardBody, type UploadDocumentsInFasterforwardPathParams, type UploadDocumentsInFasterforwardQueryParams, type UploadDocumentsInFasterforwardResponse, type UpsertAnvaClosingQuestionsBody, type UpsertAnvaClosingQuestionsQueryParams, type UpsertAnvaClosingQuestionsResponse, type UpsertDistributionFaqBody, type UpsertDistributionFaqQueryParams, type UpsertDistributionFaqResponse, type UpsertInsurancePoliciesForPartyBody, type UpsertInsurancePoliciesForPartyPathParams, type UpsertInsurancePoliciesForPartyResponse, type UpsertInsurancePolicySimulationForPartyBody, type UpsertInsurancePolicySimulationForPartyPathParams, type UpsertInsurancePolicySimulationForPartyResponse, type UpsertPolicyPackagesForPartyBody, type UpsertPolicyPackagesForPartyPathParams, type UpsertPolicyPackagesForPartyResponse, type ValidateAChassisNumberResponse, type ValidateACompanyRegistrationNumberResponse, type ValidateANationalIdentificationNumberBody, type ValidateANationalIdentificationNumberResponse, type ValidateATelephonenrResponse, type ValidateAVehicleRegistrationPlateBody, type ValidateAVehicleRegistrationPlateResponse, type ValidateAWebsiteResponse, type ValidateAnEmailResponse, type ValidateAnFsmaResponse, type ValidateAnIbanBody, type ValidateAnIbanResponse, type ValidateAnvaConnectionQueryParams, type ValidateAnvaConnectionResponse, type ValidateAnvaDwhConnectionQueryParams, type ValidateAnvaDwhConnectionResponse, type ValidateAnvaflowsQuestionnaireBody, type ValidateAnvaflowsQuestionnairePathParams, type ValidateAnvaflowsQuestionnaireQueryParams, type ValidateAnvaflowsQuestionnaireResponse, type ValidateClaimPathParams, type ValidateClaimQueryParams, type ValidateClaimResponse, type ValidateDiasQuestionnaireBody, type ValidateDiasQuestionnairePathParams, type ValidateDiasQuestionnaireQueryParams, type ValidateDiasQuestionnaireResponse, type ValidateFasterforwardConnectionQueryParams, type ValidateFasterforwardConnectionResponse, type ValidatePromotionsResponse, type ValidateYellowhiveQuestionnaireBody, type ValidateYellowhiveQuestionnairePathParams, type ValidateYellowhiveQuestionnaireQueryParams, type ValidateYellowhiveQuestionnaireResponse, type VerifyIfADistributionExistsByCompanyRegistrationBody, type VerifyIfADistributionExistsByCompanyRegistrationQueryParams, type VerifyIfADistributionExistsByCompanyRegistrationResponse, type VerifyIfADistributionExistsByNameBody, type VerifyIfADistributionExistsByNameQueryParams, type VerifyIfADistributionExistsByNameResponse, type VerifyIfAUserExistsByEmailBody, type VerifyIfAUserExistsByEmailQueryParams, type VerifyIfAUserExistsByEmailResponse, type WgApiSchema, type WgPaths, acceptOrRejectAnAdvisoryReport, activateOutlookConnectionSync, analyzeEmail, answerAFlowDirectly, answerAFlowSession, blockCustomerFromAccessingParty, calculateAnvaquotesBySessionId, calculateCarLeaseQuote, calculateDiasQuotesBySessionId, calculateQuotesV2, calculateYellowhiveQuotesBySessionId, claimReportById, claimRequestUpdate, commentOnActivity, type components, createAccidentsForParty, createAccount, createAdvisoryReport, createAdvisoryReportRevision, createAdvisoryReportRevisionV2, createAdvisoryReportStepSettings, createAnvaPartyViaConversation, createAnvaTask, createAnvaflowTags, createAssuTask, createBicycleRiskObject, createBoatRiskObject, createBrokerConnectionsById, createCampaign, createCarRiskObject, createClaimAsBroker, createClaimAsCustomer, createCompanyLead, createConversation, createConversationReminder, createCustomerLead, createDiasPartyViaConversation, createDiasTask, createDistributionConnectionById, createDistributionTag, createDocumentForClaim, createDocumentForClaimAsCustomer, createDocumentForParty, createEntityAsBroker, createEntityAsCustomerWithToken, createFamilyRiskObject, createFasterforwardTask, createInsurancePoliciesForParty, createInsuranceProductClauseForDistribution, createLegalParty, createLegalRiskObject, createLockForClaim, createMiscellaneousRiskObject, createNaturalParty, createNoteOnEvent, createNoteOnEventAsCustomer, createOfferRevision, createOrReplaceInsurancePolicyForAdvisoryReportById, createOrReplacePolicyPackagesForAdvisoryReportById, createPartyActivitiesAsCustomer, createPartyByEnrichingWithEnrichingWithCompanyRegistration, createPartyGroupRiskObject, createPartyNote, createPartyOffers, createPartyRelations, createProfileaseCarLeaseOffer, createProflowSessionByBatchId, createRecommendationByPartyId, createRecommendationBySessionId, createReferenceForParty, createReferencesForRiskObject, createRelationBetweenRiskObjectAndParty, createRiskDomainActionForAdvisoryReportById, createRiskDomainActionFromAdviceForAdvisoryReportById, createRiskDomainAdviceForAdvisoryReportById, createRiskDomainForAdvisoryReportById, createSemiTrailerRiskObject, createToolkitAccount, createToolkitBroker, createTrailerRiskObject, createTrialBroker, createUploadLinkAsCustomer, createUspItemForDistribution, createYellowhiveContactPerson, deactivateOutlookConnectionSync, deleteAdvisoryReport, deleteAdvisoryReportRevision, deleteAllSessionsBySessionId, deleteAnvaClosingQuestions, deleteBrokerConnectionByKey, deleteClaimAsBrokerById, deleteCommentOnActivity, deleteDistributionConnectionByKey, deleteDistributionFaq, deleteDistributionTag, deleteDocumentById, deleteDocumentByIdAsCustomerWithToken, deleteDocumentForParty, deleteEntityAsBrokerById, deleteEntityByIdAsCustomerWithToken, deleteEntityBySessionIdAndFlowId, deleteInsurancePoliciesForParty, deleteInsurancePolicyForAdvisoryReportById, deleteInsuranceProductClauseForDistribution, deleteNote, deletePartyActivitiesAsCustomer, deletePartyEntityBySessionIdAndFlowId, deletePartyNoteById, deletePartyRelations, deletePolicyPackagesForParty, deleteRelationBetweenRiskObjectAndParty, deleteRiskDomainActionForAdvisoryReportById, deleteRiskDomainAdviceForAdvisoryReportById, deleteRiskDomainForAdvisoryReportById, deleteRiskObjectById, deleteSessionBySessionId, deleteUspByDistributionAndId, delinkPartyToUser, deprecatedValidateAnvaConnection, disable2FaByUser, disable2FaForCustomer, downloadDocumentById, editInsuranceProductAdviceByDistribution, editInsuranceProductDescriptionsByDistribution, enable2Fa, enqueueCalculationAnvaquotesBySessionId, enqueueSendCustomQuotesToAnvaBySessionId, enqueueSendOfferToAnvaBySessionId, enrichPartyByIdWithExternalCompanyData, exportAdvisoryReportById, exportPartyById, exportPartyToAnva, exportPartyToAssu, exportPartyToDias, exportPartyToFasterforward, exportQuoteById, extractInsurancePoliciesForOneDocument, extractInsurancePoliciesForOneDocumentEnqueue, extractManyDocumentInBatch, extractOffersForOneDocument, extractOffersForOneDocumentEnqueue, extractOneDocument, extractOneDocumentEnqueue, extractPartyForOneDocumentEnqueue, extractWebsiteTheme, generateCompanyDescription, generateConceptReply, generateDiasOfferDocumentBySessionId, generateDistributionAboutUsCompletion, generateDnsPrefix, generateDocxDocumentOfAdvisoryReportById, generateFlowQuestionnaire, generateFlowQuestionnaireDocument, generateOfferRequestForInsuranceCompanyDocx, generateOfferRequestForInsuranceCompanyPdf, generatePdfOfAdvisoryReportById, generatePersonalizationAdviceForAdvisoryReport, generatePossibleProductsBySessionV2, generateQuestionsToPrefillByCar, generateStandaloneFrontPagePdfOfAdvisoryReportAsExample, generateTokenForSocialLoginFlowAsBroker, get2FaByUser, getActivityByParty, getAddressInfo, getAddressInfoFreemium, getAdvicesPerInsuranceProduct, getAdvisoryReportById, getAdvisoryReportExportOptions, getAdvisoryReportRevisionDiff, getAllActivityTypes, getAllAdvisoryReports, getAllAvailableAffiliations, getAllAvailablePlans, getAllAvailableThemesInWegroup, getAllBrokersLinkedToCurrentUser, getAllCampaignTemplates, getAllCampaignsByDistribution, getAllCarClaimCategories, getAllClaimsAsBroker, getAllConversations, getAllCustomersByDistribution, getAllEnums, getAllLeadsByDistribution, getAllLeaseOffersByDistribution, getAllPartiesByDistribution, getAllPartiesByDistributionV2, getAllRiskObjectsByPartyId, getAllRiskObjectsByPartyIdV2, getAllSessionsBySessionId, getAllVehicleBrands, getAllVehicleSeriesByBrandKey, getAllVehicleVersionsBySeriesId, getAnvaAgents, getAnvaClosingQuestions, getAnvaCollectionMethods, getAnvaEmployees, getAnvaLabels, getAnvaMutationReasons, getAnvaParties, getAnvaProducts, getAnvaproductById, getAnvaproducts, getArtifactFromEventById, getAssuEmployees, getAvailableFlowsForDistributionInfo, getBrokerByAnvaProducerId, getBrokerByAnvaRelationMangerId, getBrokerConnectionsById, getBrokerIntegrations, getCampaignById, getCampaignSettingsByDistribution, getCampaignTargetMailTemplate, getCarLeaseRates, getChatBySessionId, getChatSummaryV2BySessionId, getCheckupByPartyId, getClaimAsBrokerById, getClaimAsCustomerWithToken, getClaimByIdAsCustomer, getClaimEventsAsBrokerById, getClaimEventsAsCustomer, getClaimsAsCustomer, getClaimsAsParty, getClaimsAsPartyById, getComplianceByRiskObjectId, getConversationById, getConversationNotes, getConversationReportPdfById, getConversationsOriginFilter, getCurrentAccountInsightsAsCustomer, getCurrentAccountInsightsAsParty, getCurrentBrokerOfTheUser, getCustomersByParty, getDiasAfdbranches, getDiasCollectionMethods, getDiasEmployees, getDiasParties, getDiasPartySalutations, getDiasPartyTitles, getDiasProducts, getDiasflowInsurances, getDiasflowProductById, getDiasflowProducts, getDistributionActivity, getDistributionAffiliations, getDistributionById, getDistributionConnectionsById, getDistributionFaq, getDistributionHasPendingUpgrade, getDistributionSettings, getDistributionTags, getDocumentExtractionBatchById, getDocumentMetadata, getDocumentsAsCustomer, getDocumentsForParty, getEmailByMessageId, getEncryptionKeys, getEnterpriseByCompanyRegistrationNumberAndCountry, getEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponse, getEnumByAnvaLabel, getEnumByDiasLabel, getEventsByAdvisoryReportId, getExtractEnityInfo, getFasterforwardEmployees, getFasterforwardTeams, getFinconnectLinkAsCustomer, getFinconnectLinkForInsurancePolicyAsCustomer, getFlowInfoById, getFlowsInfo, getGbi, getHubspotVisitorIdentificationToken, getInfoForClaim, getInsightsIfCarIsInsured, getInsuranceCompanies, getInsurancePoliciesAsCustomer, getInsurancePoliciesForParty, getInsurancePolicyById, getInsurancePolicyByIdAsCustomer, getInsurancePolicySimulationsForParty, getInsuranceProductClausesByDistribution, getInsuranceProductsV2, getIntegrationsByDistribution, getInvoiceByIdAsCustomer, getInvoicesAsCustomer, getInvoicesAsParty, getInvoicesAsPartyById, getJobResultById, getKycByParty, getLeadById, getLeadProviderById, getLeadProvidersByAffinity, getLeaseOfferById, getLinkOfDocument, getMetricsByCampaign, getMinimalOfferById, getMinimalOfferRevisionById, getMinimalRiskObjectById, getNace, getNoveltyInsightsByDistribution, getOfferById, getOffersByDistribution, getOnboardingChecklistByBroker, getOnesuranceDataByPartyId, getOnesuranceRecommendationsByEmailId, getOrganisationDistributions, getOrganisationLeads, getOrganisationOffers, getOutlookConnectionDetails, getOutlookMailById, getOutlookMailByOutlookMessageId, getOutlookMailfolders, getOutlookMails, getPartiesByCustomer, getPartiesLinkedToUser, getPartiesOriginFilter, getPartyAddresses, getPartyById, getPartyMergeSuggestions, getPdfOfAdvisoryReportById, getPerformanceInsightsByDistribution, getPolicyPackageById, getPolicyPackageByIdAsCustomer, getPolicyPackageSimulationsForParty, getPolicyPackagesAsCustomer, getPolicyPackagesForParty, getPossibleInsuranceProductsByPartyId, getPossibleInsuranceProductsByRiskObjectId, getPossibleInsuranceProductsForManagementByPartyId, getPossibleInsuranceProductsForStaffByPartyId, getPreventionAdvice, getPromotionsByDistributionId, getProvenanceInfoOfDocument, getQuoteExports, getQuoteInsights, getQuotesAsBatchResultsByConversationId, getRecommendationsById, getRecommendationsByPartyId, getRecommendationsBySessionId, getRiskAnalysisByPartyId, getRiskDomainById, getRiskDomains, getRiskObjectByRiskObjectRevisionId, getRiskObjectRevisionsById, getSbi, getSingularityJobResultById, getStepSettingsByAdvisoryReportId, getSupportedAnvaflowCoverages, getSupportedAnvaflowCoveragesGroupedByAdn, getSupportedAnvaflowInsuranceCompanies, getSupportedAnvaflowInsurances, getSupportedAnvaflowTags, getSupportedInsuranceCompanies, getSupportedInsuranceSubjects, getSupportedMimeTypes, getSupportedRiskDomains, getSupportedYellowhiveflowCoverages, getSupportedYellowhiveflowInsurances, getSystemCampaignsByParty, getTheBrokerById, getUspByDistribution, getValuesOfEnum, getVehicleByCarIdOrFebiacId, getVehicleByNumberPlateAndCarId, getVehicleByVersionId, getVehicleByVinAndCarId, getVehicleVersionFactsBySeriesId, getWeatherInfo, getYellowhiveflowProductById, getYellowhiveflowProducts, getYourOwnUser, giveFeedbackOnConversationById, giveFeedbackOnRecommendationsById, giveFeedbackToInsuranceTermsBot, handleCreateDistributionTheme, handleDeleteDistributionTheme, handleUpdateDistributionTheme, importAnvaDocumentInWegroup, importAnvaInsurancePolicyDocumentInWegroup, importAnvaInsurancePolicyPackageDocumentInWegroup, importAnvaPartyInWegroup, importAnvaproduct, importAssuPartyInWegroup, importDiasPartyInWegroup, importDiasflowProduct, importFasterforwardPartyInWegroup, inviteColleaguesToDistribution, inviteUserToParty, linkConversationToAdvisoryReport, linkPartyToUser, lockFlightApi, markConversationAsCompletedById, mergePartiesTogether, type operations, orderInsurancePolciesOfAdvisoryReport, outlookConnectionSync, overrideInsuranceProductRecommendationById, overridePreventionAdviceRecommendationById, patchAnvaproductById, patchAnvaproductCoverageById, patchDiasflowProductById, patchDiasflowProductCoverageByDiasId, patchOwnPartyAsCustomer, type paths, poseAQuestionToInsuranceTermsBot, poseAQuestionToInsuranceTermsBotForItToCompare, postEventAsCarglassPartner, putClausesForReport, recalculateDiasQuotesBySessionIdAndProductId, recalculateDiasSimulationBySessionId, recalculateOneAnvaquoteByAnvaProductIdSessionId, recalculateSimulationBySessionId, recalculateYellowhiveQuotesBySessionIdAndProductId, recalculateYellowhiveSimulationBySessionId, retrieveAirports, retrieveAllExportsByParty, retrieveAnvaflowsQuestionnaires, retrieveAskLaterQuestions, retrieveAutomobileByCarIdFreemiumVersion, retrieveAutomobileByIdFreemium, retrieveDiasQuestionnaires, retrieveExportById, retrieveFlow, retrieveYellowhiveQuestionnaires, seachStreetsByCityAndCountry, searchAddressesByCountry, searchAssuParties, searchCitiesByCountry, searchDirectorsByFirstAndLastName, searchEnterprisesByCountry, searchFasterforwardParties, searchParties, searchVehicles, sendAdvisoryReportAsMail, sendAnvaInquiryAsCustomer, sendClaimToKeypoint, sendDiasOfferMailBySessionId, sendExampleCampaignTargetMail, sendMailClaimReportById, sendMailFollowupPageToCustomer, sendMailForSimulationToParty, sendOfferMailBySessionId, sendOfferToAnvaBySessionId, sendPasswordResetToCustomer, sendQuoteAsMail, setAskLaterQuestions, transferLeadToOtherDistribution, transferPartyToOtherDistribution, triageEmail, unblockCustomerFromAccessingParty, unlockClaim, updateAdvisoryReport, updateAnalyzedEmailId, updateAnvaPartyViaConversation, updateAnvaflowsQuestionnaire, updateBicycleRiskObject, updateBoatRiskObject, updateBrokerByBroker, updateBrokerConnectionByKey, updateBrokerIntegrations, updateCampaign, updateCarRiskObject, updateClaimAsBrokerById, updateClaimAsCustomerWithToken, updateCommentOnActivity, updateConversationById, updateDeclarationRemark, updateDiasQuestionnaire, updateDistributionConnectionByKey, updateDistributionIntegrations, updateDistributionSettings, updateDocumentForParty, updateDocumentMetadataById, updateDocumentMetadataByIdAsCustomerWithToken, updateEntityAsBrokerById, updateEntityAsCustomerWithToken, updateFamilyRiskObject, updateFleetRiskObject, updateInsuranceProductByDistribution, updateInsuranceProductClauseForDistribution, updateLegalRiskObject, updateMiscellaneousRiskObject, updateNote, updateOfferById, updateOffersInBulk, updatePartyActivitiesAsCustomer, updatePartyAssignees, updatePartyById, updatePartyGroupRiskObject, updatePartyNoteById, updatePartyRelations, updatePreventionByDistribution, updateQuestionForAllQuestionnairesByAnvaLabels, updateRelationBetweenRiskObjectAndParty, updateResidenceRiskObject, updateRiskDomainActionForAdvisoryReportById, updateRiskDomainAdviceForAdvisoryReportById, updateRiskDomainByDistribution, updateSemiTrailerRiskObject, updateTargetsByCampaign, updateTrailerRiskObject, updateTwoWheelerRiskObject, updateUspByDistributionAndId, updateYellowhiveQuestionnaire, updateYourOwnUser, updateYourPassword, uploadClaimDocumentAsBroker, uploadDocumentsInAnva, uploadDocumentsInAssu, uploadDocumentsInFasterforward, upsertAnvaClosingQuestions, upsertDistributionFaq, upsertInsurancePoliciesForParty, upsertInsurancePolicySimulationForParty, upsertPolicyPackagesForParty, validateAChassisNumber, validateACompanyRegistrationNumber, validateANationalIdentificationNumber, validateATelephonenr, validateAVehicleRegistrationPlate, validateAWebsite, validateAnEmail, validateAnFsma, validateAnIban, validateAnvaConnection, validateAnvaDwhConnection, validateAnvaflowsQuestionnaire, validateClaim, validateDiasQuestionnaire, validateFasterforwardConnection, validatePromotions, validateYellowhiveQuestionnaire, verifyIfADistributionExistsByCompanyRegistration, verifyIfADistributionExistsByName, verifyIfAUserExistsByEmail, type webhooks, wgApiClient };
126825
+ export { type $defs, type AcceptOrRejectAnAdvisoryReportBody, type AcceptOrRejectAnAdvisoryReportPathParams, type AcceptOrRejectAnAdvisoryReportQueryParams, type AcceptOrRejectAnAdvisoryReportResponse, type ActivateOutlookConnectionSyncBody, type ActivateOutlookConnectionSyncQueryParams, type ActivateOutlookConnectionSyncResponse, type AnalyzeEmailBody, type AnalyzeEmailPathParams, type AnalyzeEmailResponse, type AnswerAFlowDirectlyBody, type AnswerAFlowDirectlyPathParams, type AnswerAFlowDirectlyQueryParams, type AnswerAFlowDirectlyResponse, type AnswerAFlowSessionBody, type AnswerAFlowSessionPathParams, type AnswerAFlowSessionQueryParams, type AnswerAFlowSessionResponse, type BlockCustomerFromAccessingPartyPathParams, type BlockCustomerFromAccessingPartyResponse, type CalculateAnvaquotesBySessionIdBody, type CalculateAnvaquotesBySessionIdPathParams, type CalculateAnvaquotesBySessionIdQueryParams, type CalculateAnvaquotesBySessionIdResponse, type CalculateCarLeaseQuoteBody, type CalculateCarLeaseQuoteQueryParams, type CalculateCarLeaseQuoteResponse, type CalculateDiasQuotesBySessionIdBody, type CalculateDiasQuotesBySessionIdPathParams, type CalculateDiasQuotesBySessionIdQueryParams, type CalculateDiasQuotesBySessionIdResponse, type CalculateQuotesV2Body, type CalculateQuotesV2PathParams, type CalculateQuotesV2QueryParams, type CalculateQuotesV2Response, type CalculateYellowhiveQuotesBySessionIdBody, type CalculateYellowhiveQuotesBySessionIdPathParams, type CalculateYellowhiveQuotesBySessionIdQueryParams, type CalculateYellowhiveQuotesBySessionIdResponse, type ClaimReportByIdPathParams, type ClaimReportByIdQueryParams, type ClaimReportByIdResponse, type ClaimRequestUpdatePathParams, type ClaimRequestUpdateQueryParams, type ClaimRequestUpdateResponse, type ClientType, type CommentOnActivityPathParams, type CommentOnActivityQueryParams, type CommentOnActivityResponse, type CreateAccidentsForPartyBody, type CreateAccidentsForPartyPathParams, type CreateAccidentsForPartyQueryParams, type CreateAccidentsForPartyResponse, type CreateAccountBody, type CreateAccountQueryParams, type CreateAccountResponse, type CreateAdvisoryReportBody, type CreateAdvisoryReportQueryParams, type CreateAdvisoryReportResponse, type CreateAdvisoryReportRevisionBody, type CreateAdvisoryReportRevisionPathParams, type CreateAdvisoryReportRevisionQueryParams, type CreateAdvisoryReportRevisionResponse, type CreateAdvisoryReportRevisionV2Body, type CreateAdvisoryReportRevisionV2PathParams, type CreateAdvisoryReportRevisionV2QueryParams, type CreateAdvisoryReportRevisionV2Response, type CreateAdvisoryReportStepSettingsBody, type CreateAdvisoryReportStepSettingsPathParams, type CreateAdvisoryReportStepSettingsQueryParams, type CreateAdvisoryReportStepSettingsResponse, type CreateAnvaPartyViaConversationBody, type CreateAnvaPartyViaConversationPathParams, type CreateAnvaPartyViaConversationQueryParams, type CreateAnvaPartyViaConversationResponse, type CreateAnvaTaskBody, type CreateAnvaTaskPathParams, type CreateAnvaTaskQueryParams, type CreateAnvaTaskResponse, type CreateAnvaflowTagsBody, type CreateAnvaflowTagsQueryParams, type CreateAnvaflowTagsResponse, type CreateAssuTaskBody, type CreateAssuTaskPathParams, type CreateAssuTaskQueryParams, type CreateAssuTaskResponse, type CreateBicycleRiskObjectBody, type CreateBicycleRiskObjectPathParams, type CreateBicycleRiskObjectQueryParams, type CreateBicycleRiskObjectResponse, type CreateBoatRiskObjectBody, type CreateBoatRiskObjectPathParams, type CreateBoatRiskObjectQueryParams, type CreateBoatRiskObjectResponse, type CreateBrokerConnectionsByIdBody, type CreateBrokerConnectionsByIdPathParams, type CreateBrokerConnectionsByIdResponse, type CreateCampaignBody, type CreateCampaignQueryParams, type CreateCampaignResponse, type CreateCarRiskObjectBody, type CreateCarRiskObjectPathParams, type CreateCarRiskObjectQueryParams, type CreateCarRiskObjectResponse, type CreateClaimAsBrokerQueryParams, type CreateClaimAsBrokerResponse, type CreateClaimAsCustomerPathParams, type CreateClaimAsCustomerQueryParams, type CreateClaimAsCustomerResponse, type CreateCompanyLeadBody, type CreateCompanyLeadPathParams, type CreateCompanyLeadQueryParams, type CreateCompanyLeadResponse, type CreateConversationBody, type CreateConversationPathParams, type CreateConversationQueryParams, type CreateConversationReminderPathParams, type CreateConversationReminderResponse, type CreateConversationResponse, type CreateCustomerLeadBody, type CreateCustomerLeadPathParams, type CreateCustomerLeadQueryParams, type CreateCustomerLeadResponse, type CreateDiasPartyViaConversationBody, type CreateDiasPartyViaConversationPathParams, type CreateDiasPartyViaConversationQueryParams, type CreateDiasPartyViaConversationResponse, type CreateDiasTaskBody, type CreateDiasTaskPathParams, type CreateDiasTaskQueryParams, type CreateDiasTaskResponse, type CreateDistributionConnectionByIdBody, type CreateDistributionConnectionByIdPathParams, type CreateDistributionConnectionByIdResponse, type CreateDistributionTagBody, type CreateDistributionTagQueryParams, type CreateDistributionTagResponse, type CreateDocumentForClaimAsCustomerPathParams, type CreateDocumentForClaimAsCustomerQueryParams, type CreateDocumentForClaimAsCustomerResponse, type CreateDocumentForClaimPathParams, type CreateDocumentForClaimQueryParams, type CreateDocumentForClaimResponse, type CreateDocumentForPartyBody, type CreateDocumentForPartyPathParams, type CreateDocumentForPartyQueryParams, type CreateDocumentForPartyResponse, type CreateEntityAsBrokerPathParams, type CreateEntityAsBrokerQueryParams, type CreateEntityAsBrokerResponse, type CreateEntityAsCustomerWithTokenPathParams, type CreateEntityAsCustomerWithTokenQueryParams, type CreateEntityAsCustomerWithTokenResponse, type CreateFamilyRiskObjectBody, type CreateFamilyRiskObjectPathParams, type CreateFamilyRiskObjectQueryParams, type CreateFamilyRiskObjectResponse, type CreateFasterforwardTaskBody, type CreateFasterforwardTaskPathParams, type CreateFasterforwardTaskQueryParams, type CreateFasterforwardTaskResponse, type CreateInsurancePoliciesForPartyBody, type CreateInsurancePoliciesForPartyPathParams, type CreateInsurancePoliciesForPartyResponse, type CreateInsuranceProductClauseForDistributionBody, type CreateInsuranceProductClauseForDistributionQueryParams, type CreateInsuranceProductClauseForDistributionResponse, type CreateLegalPartyBody, type CreateLegalPartyResponse, type CreateLegalRiskObjectBody, type CreateLegalRiskObjectPathParams, type CreateLegalRiskObjectQueryParams, type CreateLegalRiskObjectResponse, type CreateLockForClaimPathParams, type CreateLockForClaimQueryParams, type CreateLockForClaimResponse, type CreateMiscellaneousRiskObjectBody, type CreateMiscellaneousRiskObjectPathParams, type CreateMiscellaneousRiskObjectQueryParams, type CreateMiscellaneousRiskObjectResponse, type CreateNaturalPartyBody, type CreateNaturalPartyResponse, type CreateNoteOnEventAsCustomerPathParams, type CreateNoteOnEventAsCustomerQueryParams, type CreateNoteOnEventAsCustomerResponse, type CreateNoteOnEventPathParams, type CreateNoteOnEventQueryParams, type CreateNoteOnEventResponse, type CreateOfferRevisionBody, type CreateOfferRevisionPathParams, type CreateOfferRevisionResponse, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse, type CreatePartyActivitiesAsCustomerBody, type CreatePartyActivitiesAsCustomerResponse, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationBody, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationQueryParams, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationResponse, type CreatePartyGroupRiskObjectBody, type CreatePartyGroupRiskObjectPathParams, type CreatePartyGroupRiskObjectQueryParams, type CreatePartyGroupRiskObjectResponse, type CreatePartyNoteBody, type CreatePartyNotePathParams, type CreatePartyNoteResponse, type CreatePartyOffersBody, type CreatePartyOffersPathParams, type CreatePartyOffersQueryParams, type CreatePartyOffersResponse, type CreatePartyRelationsBody, type CreatePartyRelationsQueryParams, type CreatePartyRelationsResponse, type CreateProfileaseCarLeaseOfferBody, type CreateProfileaseCarLeaseOfferQueryParams, type CreateProfileaseCarLeaseOfferResponse, type CreateProflowSessionByBatchIdPathParams, type CreateProflowSessionByBatchIdQueryParams, type CreateProflowSessionByBatchIdResponse, type CreateRecommendationByPartyIdBody, type CreateRecommendationByPartyIdPathParams, type CreateRecommendationByPartyIdQueryParams, type CreateRecommendationByPartyIdResponse, type CreateRecommendationBySessionIdBody, type CreateRecommendationBySessionIdQueryParams, type CreateRecommendationBySessionIdResponse, type CreateReferenceForPartyBody, type CreateReferenceForPartyPathParams, type CreateReferenceForPartyResponse, type CreateReferencesForRiskObjectBody, type CreateReferencesForRiskObjectPathParams, type CreateReferencesForRiskObjectQueryParams, type CreateReferencesForRiskObjectResponse, type CreateRelationBetweenRiskObjectAndPartyBody, type CreateRelationBetweenRiskObjectAndPartyPathParams, type CreateRelationBetweenRiskObjectAndPartyQueryParams, type CreateRelationBetweenRiskObjectAndPartyResponse, type CreateRiskDomainActionForAdvisoryReportByIdBody, type CreateRiskDomainActionForAdvisoryReportByIdPathParams, type CreateRiskDomainActionForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionForAdvisoryReportByIdResponse, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainAdviceForAdvisoryReportByIdBody, type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainForAdvisoryReportByIdBody, type CreateRiskDomainForAdvisoryReportByIdPathParams, type CreateRiskDomainForAdvisoryReportByIdQueryParams, type CreateRiskDomainForAdvisoryReportByIdResponse, type CreateSemiTrailerRiskObjectBody, type CreateSemiTrailerRiskObjectPathParams, type CreateSemiTrailerRiskObjectQueryParams, type CreateSemiTrailerRiskObjectResponse, type CreateToolkitAccountBody, type CreateToolkitAccountQueryParams, type CreateToolkitAccountResponse, type CreateToolkitBrokerBody, type CreateToolkitBrokerQueryParams, type CreateToolkitBrokerResponse, type CreateTrailerRiskObjectBody, type CreateTrailerRiskObjectPathParams, type CreateTrailerRiskObjectQueryParams, type CreateTrailerRiskObjectResponse, type CreateTrialBrokerBody, type CreateTrialBrokerQueryParams, type CreateTrialBrokerResponse, type CreateUploadLinkAsCustomerPathParams, type CreateUploadLinkAsCustomerQueryParams, type CreateUploadLinkAsCustomerResponse, type CreateUspItemForDistributionBody, type CreateUspItemForDistributionQueryParams, type CreateUspItemForDistributionResponse, type CreateYellowhiveContactPersonBody, type CreateYellowhiveContactPersonPathParams, type CreateYellowhiveContactPersonQueryParams, type CreateYellowhiveContactPersonResponse, type DeactivateOutlookConnectionSyncBody, type DeactivateOutlookConnectionSyncQueryParams, type DeactivateOutlookConnectionSyncResponse, type DeleteAdvisoryReportPathParams, type DeleteAdvisoryReportQueryParams, type DeleteAdvisoryReportResponse, type DeleteAdvisoryReportRevisionPathParams, type DeleteAdvisoryReportRevisionQueryParams, type DeleteAdvisoryReportRevisionResponse, type DeleteAllSessionsBySessionIdPathParams, type DeleteAllSessionsBySessionIdResponse, type DeleteAnvaClosingQuestionsPathParams, type DeleteAnvaClosingQuestionsQueryParams, type DeleteAnvaClosingQuestionsResponse, type DeleteBrokerConnectionByKeyPathParams, type DeleteBrokerConnectionByKeyResponse, type DeleteClaimAsBrokerByIdPathParams, type DeleteClaimAsBrokerByIdQueryParams, type DeleteClaimAsBrokerByIdResponse, type DeleteCommentOnActivityPathParams, type DeleteCommentOnActivityQueryParams, type DeleteCommentOnActivityResponse, type DeleteDistributionConnectionByKeyPathParams, type DeleteDistributionConnectionByKeyResponse, type DeleteDistributionFaqPathParams, type DeleteDistributionFaqQueryParams, type DeleteDistributionFaqResponse, type DeleteDistributionTagPathParams, type DeleteDistributionTagQueryParams, type DeleteDistributionTagResponse, type DeleteDocumentByIdAsCustomerWithTokenPathParams, type DeleteDocumentByIdAsCustomerWithTokenQueryParams, type DeleteDocumentByIdAsCustomerWithTokenResponse, type DeleteDocumentByIdPathParams, type DeleteDocumentByIdQueryParams, type DeleteDocumentByIdResponse, type DeleteDocumentForPartyPathParams, type DeleteDocumentForPartyResponse, type DeleteEntityAsBrokerByIdPathParams, type DeleteEntityAsBrokerByIdQueryParams, type DeleteEntityAsBrokerByIdResponse, type DeleteEntityByIdAsCustomerWithTokenPathParams, type DeleteEntityByIdAsCustomerWithTokenQueryParams, type DeleteEntityByIdAsCustomerWithTokenResponse, type DeleteEntityBySessionIdAndFlowIdPathParams, type DeleteEntityBySessionIdAndFlowIdQueryParams, type DeleteEntityBySessionIdAndFlowIdResponse, type DeleteInsurancePoliciesForPartyPathParams, type DeleteInsurancePoliciesForPartyResponse, type DeleteInsurancePolicyForAdvisoryReportByIdPathParams, type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams, type DeleteInsurancePolicyForAdvisoryReportByIdResponse, type DeleteInsuranceProductClauseForDistributionPathParams, type DeleteInsuranceProductClauseForDistributionQueryParams, type DeleteInsuranceProductClauseForDistributionResponse, type DeleteNotePathParams, type DeleteNoteQueryParams, type DeleteNoteResponse, type DeletePartyActivitiesAsCustomerPathParams, type DeletePartyActivitiesAsCustomerResponse, type DeletePartyEntityBySessionIdAndFlowIdPathParams, type DeletePartyEntityBySessionIdAndFlowIdQueryParams, type DeletePartyEntityBySessionIdAndFlowIdResponse, type DeletePartyNoteByIdPathParams, type DeletePartyNoteByIdResponse, type DeletePartyRelationsPathParams, type DeletePartyRelationsResponse, type DeletePolicyPackagesForPartyPathParams, type DeletePolicyPackagesForPartyResponse, type DeleteRelationBetweenRiskObjectAndPartyPathParams, type DeleteRelationBetweenRiskObjectAndPartyQueryParams, type DeleteRelationBetweenRiskObjectAndPartyResponse, type DeleteRiskDomainActionForAdvisoryReportByIdPathParams, type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams, type DeleteRiskDomainActionForAdvisoryReportByIdResponse, type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams, type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams, type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse, type DeleteRiskDomainForAdvisoryReportByIdPathParams, type DeleteRiskDomainForAdvisoryReportByIdQueryParams, type DeleteRiskDomainForAdvisoryReportByIdResponse, type DeleteRiskObjectByIdPathParams, type DeleteRiskObjectByIdResponse, type DeleteSessionBySessionIdPathParams, type DeleteSessionBySessionIdResponse, type DeleteUspByDistributionAndIdPathParams, type DeleteUspByDistributionAndIdQueryParams, type DeleteUspByDistributionAndIdResponse, type DelinkPartyToUserBody, type DelinkPartyToUserResponse, type DeprecatedValidateAnvaConnectionQueryParams, type DeprecatedValidateAnvaConnectionResponse, type 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 ExportPartyToAnvaPathParams, type ExportPartyToAnvaQueryParams, type ExportPartyToAnvaResponse, type ExportPartyToAssuPathParams, type ExportPartyToAssuQueryParams, type ExportPartyToAssuResponse, type ExportPartyToDiasPathParams, type ExportPartyToDiasQueryParams, type ExportPartyToDiasResponse, type ExportPartyToFasterforwardPathParams, type ExportPartyToFasterforwardQueryParams, type ExportPartyToFasterforwardResponse, type ExportQuoteByIdBody, type ExportQuoteByIdPathParams, type ExportQuoteByIdQueryParams, type ExportQuoteByIdResponse, type ExtractInsurancePoliciesForOneDocumentBody, type ExtractInsurancePoliciesForOneDocumentEnqueueBody, type ExtractInsurancePoliciesForOneDocumentEnqueueResponse, type ExtractInsurancePoliciesForOneDocumentResponse, type ExtractManyDocumentInBatchBody, type ExtractManyDocumentInBatchResponse, type ExtractOffersForOneDocumentBody, type ExtractOffersForOneDocumentEnqueueBody, type ExtractOffersForOneDocumentEnqueueResponse, type ExtractOffersForOneDocumentResponse, type ExtractOneDocumentBody, type ExtractOneDocumentEnqueueBody, type ExtractOneDocumentEnqueueResponse, type ExtractOneDocumentResponse, type ExtractPartyForOneDocumentEnqueueBody, type ExtractPartyForOneDocumentEnqueueResponse, type ExtractWebsiteThemeBody, type ExtractWebsiteThemeResponse, type GenerateCompanyDescriptionBody, type GenerateCompanyDescriptionResponse, type GenerateConceptReplyBody, type GenerateConceptReplyPathParams, type GenerateConceptReplyQueryParams, type GenerateConceptReplyResponse, type GenerateDiasOfferDocumentBySessionIdPathParams, type GenerateDiasOfferDocumentBySessionIdQueryParams, type GenerateDiasOfferDocumentBySessionIdResponse, type GenerateDistributionAboutUsCompletionBody, type GenerateDistributionAboutUsCompletionResponse, type GenerateDnsPrefixBody, type GenerateDnsPrefixQueryParams, type GenerateDnsPrefixResponse, type GenerateDocxDocumentOfAdvisoryReportByIdPathParams, type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams, type GenerateDocxDocumentOfAdvisoryReportByIdResponse, type GenerateFlowQuestionnaireDocumentBody, type GenerateFlowQuestionnaireDocumentPathParams, type GenerateFlowQuestionnaireDocumentQueryParams, type GenerateFlowQuestionnaireDocumentResponse, type GenerateFlowQuestionnairePathParams, type GenerateFlowQuestionnaireQueryParams, type GenerateFlowQuestionnaireResponse, type GenerateOfferRequestForInsuranceCompanyDocxBody, type GenerateOfferRequestForInsuranceCompanyDocxResponse, type GenerateOfferRequestForInsuranceCompanyPdfBody, type GenerateOfferRequestForInsuranceCompanyPdfResponse, type GeneratePdfOfAdvisoryReportByIdPathParams, type GeneratePdfOfAdvisoryReportByIdQueryParams, type GeneratePdfOfAdvisoryReportByIdResponse, type GeneratePersonalizationAdviceForAdvisoryReportPathParams, type GeneratePersonalizationAdviceForAdvisoryReportResponse, type GeneratePossibleProductsBySessionV2Body, type GeneratePossibleProductsBySessionV2PathParams, type GeneratePossibleProductsBySessionV2QueryParams, type GeneratePossibleProductsBySessionV2Response, type GenerateQuestionsToPrefillByCarBody, type GenerateQuestionsToPrefillByCarPathParams, type GenerateQuestionsToPrefillByCarQueryParams, type GenerateQuestionsToPrefillByCarResponse, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse, type GenerateTokenForSocialLoginFlowAsBrokerQueryParams, type GenerateTokenForSocialLoginFlowAsBrokerResponse, type Get2FaByUserResponse, type GetActivityByPartyPathParams, type GetActivityByPartyQueryParams, type GetActivityByPartyResponse, type GetAddressInfoFreemiumQueryParams, type GetAddressInfoFreemiumResponse, type GetAddressInfoQueryParams, type GetAddressInfoResponse, type GetAdvicesPerInsuranceProductPathParams, type GetAdvicesPerInsuranceProductResponse, type GetAdvisoryReportByIdPathParams, type GetAdvisoryReportByIdQueryParams, type GetAdvisoryReportByIdResponse, type GetAdvisoryReportExportOptionsPathParams, type GetAdvisoryReportExportOptionsResponse, type GetAdvisoryReportRevisionDiffPathParams, type GetAdvisoryReportRevisionDiffQueryParams, type GetAdvisoryReportRevisionDiffResponse, type GetAllActivityTypesQueryParams, type GetAllActivityTypesResponse, type GetAllAdvisoryReportsQueryParams, type GetAllAdvisoryReportsResponse, type GetAllAvailableAffiliationsResponse, type GetAllAvailablePlansResponse, type GetAllAvailableThemesInWegroupQueryParams, type GetAllAvailableThemesInWegroupResponse, type GetAllBrokersLinkedToCurrentUserResponse, type GetAllCampaignTemplatesQueryParams, type GetAllCampaignTemplatesResponse, type GetAllCampaignsByDistributionQueryParams, type GetAllCampaignsByDistributionResponse, type GetAllCarClaimCategoriesResponse, type GetAllClaimsAsBrokerQueryParams, type GetAllClaimsAsBrokerResponse, type GetAllConversationsQueryParams, type GetAllConversationsResponse, type GetAllCustomersByDistributionQueryParams, type GetAllCustomersByDistributionResponse, type GetAllEnumsResponse, type GetAllLeadsByDistributionPathParams, type GetAllLeadsByDistributionResponse, type GetAllLeaseOffersByDistributionPathParams, type GetAllLeaseOffersByDistributionQueryParams, type GetAllLeaseOffersByDistributionResponse, type GetAllPartiesByDistributionPathParams, type GetAllPartiesByDistributionQueryParams, type GetAllPartiesByDistributionResponse, type GetAllPartiesByDistributionV2PathParams, type GetAllPartiesByDistributionV2QueryParams, type GetAllPartiesByDistributionV2Response, type GetAllRiskObjectsByPartyIdPathParams, type GetAllRiskObjectsByPartyIdQueryParams, type GetAllRiskObjectsByPartyIdResponse, type GetAllRiskObjectsByPartyIdV2PathParams, type GetAllRiskObjectsByPartyIdV2QueryParams, type GetAllRiskObjectsByPartyIdV2Response, type GetAllSessionsBySessionIdPathParams, type GetAllSessionsBySessionIdQueryParams, type GetAllSessionsBySessionIdResponse, type GetAllVehicleBrandsQueryParams, type GetAllVehicleBrandsResponse, type GetAllVehicleSeriesByBrandKeyPathParams, type GetAllVehicleSeriesByBrandKeyQueryParams, type GetAllVehicleSeriesByBrandKeyResponse, type GetAllVehicleVersionsBySeriesIdPathParams, type GetAllVehicleVersionsBySeriesIdQueryParams, type GetAllVehicleVersionsBySeriesIdResponse, type GetAnvaAgentsQueryParams, type GetAnvaAgentsResponse, type GetAnvaClosingQuestionsQueryParams, type GetAnvaClosingQuestionsResponse, type GetAnvaCollectionMethodsPathParams, type GetAnvaCollectionMethodsQueryParams, type GetAnvaCollectionMethodsResponse, type GetAnvaEmployeesQueryParams, type GetAnvaEmployeesResponse, type GetAnvaLabelsQueryParams, type GetAnvaLabelsResponse, type GetAnvaMutationReasonsQueryParams, type GetAnvaMutationReasonsResponse, type GetAnvaPartiesQueryParams, type GetAnvaPartiesResponse, type GetAnvaProductsQueryParams, type GetAnvaProductsResponse, type GetAnvaproductByIdPathParams, type GetAnvaproductByIdQueryParams, type GetAnvaproductByIdResponse, type GetAnvaproductsQueryParams, type GetAnvaproductsResponse, type GetArtifactFromEventByIdPathParams, type GetArtifactFromEventByIdQueryParams, type GetArtifactFromEventByIdResponse, type GetAssuEmployeesQueryParams, type GetAssuEmployeesResponse, type GetAvailableFlowsForDistributionInfoQueryParams, type GetAvailableFlowsForDistributionInfoResponse, type GetBrokerByAnvaProducerIdPathParams, type GetBrokerByAnvaProducerIdResponse, type GetBrokerByAnvaRelationMangerIdPathParams, type GetBrokerByAnvaRelationMangerIdResponse, type GetBrokerConnectionsByIdPathParams, type GetBrokerConnectionsByIdQueryParams, type GetBrokerConnectionsByIdResponse, type GetBrokerIntegrationsPathParams, type GetBrokerIntegrationsResponse, type GetCampaignByIdPathParams, type GetCampaignByIdQueryParams, type GetCampaignByIdResponse, type GetCampaignSettingsByDistributionQueryParams, type GetCampaignSettingsByDistributionResponse, type GetCampaignTargetMailTemplateQueryParams, type GetCampaignTargetMailTemplateResponse, type GetCarLeaseRatesQueryParams, type GetCarLeaseRatesResponse, type GetChatBySessionIdPathParams, type GetChatBySessionIdResponse, type GetChatSummaryV2BySessionIdPathParams, type GetChatSummaryV2BySessionIdQueryParams, type GetChatSummaryV2BySessionIdResponse, type GetCheckupByPartyIdPathParams, type GetCheckupByPartyIdResponse, type GetClaimAsBrokerByIdPathParams, type GetClaimAsBrokerByIdQueryParams, type GetClaimAsBrokerByIdResponse, type GetClaimAsCustomerWithTokenPathParams, type GetClaimAsCustomerWithTokenQueryParams, type GetClaimAsCustomerWithTokenResponse, type GetClaimByIdAsCustomerPathParams, type GetClaimByIdAsCustomerResponse, type GetClaimEventsAsBrokerByIdPathParams, type GetClaimEventsAsBrokerByIdQueryParams, type GetClaimEventsAsBrokerByIdResponse, type GetClaimEventsAsCustomerPathParams, type GetClaimEventsAsCustomerQueryParams, type GetClaimEventsAsCustomerResponse, type GetClaimsAsCustomerQueryParams, type GetClaimsAsCustomerResponse, type GetClaimsAsPartyByIdPathParams, type GetClaimsAsPartyByIdResponse, type GetClaimsAsPartyPathParams, type GetClaimsAsPartyQueryParams, type GetClaimsAsPartyResponse, type GetComplianceByRiskObjectIdPathParams, type GetComplianceByRiskObjectIdResponse, type GetConversationByIdPathParams, type GetConversationByIdQueryParams, type GetConversationByIdResponse, type GetConversationNotesPathParams, type GetConversationNotesQueryParams, type GetConversationNotesResponse, type GetConversationReportPdfByIdBody, type GetConversationReportPdfByIdPathParams, type GetConversationReportPdfByIdQueryParams, type GetConversationReportPdfByIdResponse, type GetConversationsOriginFilterQueryParams, type GetConversationsOriginFilterResponse, type GetCurrentAccountInsightsAsCustomerQueryParams, type GetCurrentAccountInsightsAsCustomerResponse, type GetCurrentAccountInsightsAsPartyPathParams, type GetCurrentAccountInsightsAsPartyQueryParams, type GetCurrentAccountInsightsAsPartyResponse, type GetCurrentBrokerOfTheUserResponse, type GetCustomersByPartyPathParams, type GetCustomersByPartyQueryParams, type GetCustomersByPartyResponse, type GetDiasAfdbranchesResponse, type GetDiasCollectionMethodsPathParams, type GetDiasCollectionMethodsQueryParams, type GetDiasCollectionMethodsResponse, type GetDiasEmployeesQueryParams, type GetDiasEmployeesResponse, type GetDiasPartiesQueryParams, type GetDiasPartiesResponse, type GetDiasPartySalutationsResponse, type GetDiasPartyTitlesResponse, type GetDiasProductsQueryParams, type GetDiasProductsResponse, type GetDiasflowInsurancesQueryParams, type GetDiasflowInsurancesResponse, type GetDiasflowProductByIdPathParams, type GetDiasflowProductByIdQueryParams, type GetDiasflowProductByIdResponse, type GetDiasflowProductsQueryParams, type GetDiasflowProductsResponse, type GetDistributionActivityPathParams, type GetDistributionActivityQueryParams, type GetDistributionActivityResponse, type GetDistributionAffiliationsPathParams, type GetDistributionAffiliationsResponse, type GetDistributionByIdPathParams, type GetDistributionByIdResponse, type GetDistributionConnectionsByIdPathParams, type GetDistributionConnectionsByIdQueryParams, type GetDistributionConnectionsByIdResponse, type GetDistributionFaqQueryParams, type GetDistributionFaqResponse, type GetDistributionHasPendingUpgradePathParams, type GetDistributionHasPendingUpgradeResponse, type GetDistributionSettingsResponse, type GetDistributionTagsQueryParams, type GetDistributionTagsResponse, type GetDocumentExtractionBatchByIdPathParams, type GetDocumentExtractionBatchByIdResponse, type GetDocumentMetadataPathParams, type GetDocumentMetadataResponse, type GetDocumentsAsCustomerQueryParams, type GetDocumentsAsCustomerResponse, type GetDocumentsForPartyPathParams, type GetDocumentsForPartyQueryParams, type GetDocumentsForPartyResponse, type GetEmailByMessageIdQueryParams, type GetEmailByMessageIdResponse, type GetEncryptionKeysQueryParams, type GetEncryptionKeysResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponsePathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryPathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryResponse, type GetEnumByAnvaLabelPathParams, type GetEnumByAnvaLabelQueryParams, type GetEnumByAnvaLabelResponse, type GetEnumByDiasLabelPathParams, type GetEnumByDiasLabelQueryParams, type GetEnumByDiasLabelResponse, type GetEventsByAdvisoryReportIdPathParams, type GetEventsByAdvisoryReportIdQueryParams, type GetEventsByAdvisoryReportIdResponse, type GetExtractEnityInfoPathParams, type GetExtractEnityInfoResponse, type GetFasterforwardEmployeesQueryParams, type GetFasterforwardEmployeesResponse, type GetFasterforwardTeamsQueryParams, type GetFasterforwardTeamsResponse, type GetFinconnectLinkAsCustomerQueryParams, type GetFinconnectLinkAsCustomerResponse, type GetFinconnectLinkForInsurancePolicyAsCustomerPathParams, type GetFinconnectLinkForInsurancePolicyAsCustomerQueryParams, type GetFinconnectLinkForInsurancePolicyAsCustomerResponse, type GetFlowInfoByIdPathParams, type GetFlowInfoByIdQueryParams, type GetFlowInfoByIdResponse, type GetFlowsInfoQueryParams, type GetFlowsInfoResponse, type GetGbiQueryParams, type GetGbiResponse, type GetHubspotVisitorIdentificationTokenResponse, type GetInfoForClaimPathParams, type GetInfoForClaimQueryParams, type GetInfoForClaimResponse, type GetInsightsIfCarIsInsuredBody, type GetInsightsIfCarIsInsuredResponse, type GetInsuranceCompaniesQueryParams, type GetInsuranceCompaniesResponse, type GetInsurancePoliciesAsCustomerQueryParams, type GetInsurancePoliciesAsCustomerResponse, type GetInsurancePoliciesForPartyPathParams, type GetInsurancePoliciesForPartyQueryParams, type GetInsurancePoliciesForPartyResponse, type GetInsurancePolicyByIdAsCustomerPathParams, type GetInsurancePolicyByIdAsCustomerResponse, type GetInsurancePolicyByIdPathParams, type GetInsurancePolicyByIdResponse, type GetInsurancePolicySimulationsForPartyPathParams, type GetInsurancePolicySimulationsForPartyQueryParams, type GetInsurancePolicySimulationsForPartyResponse, type GetInsuranceProductClausesByDistributionQueryParams, type GetInsuranceProductClausesByDistributionResponse, type GetInsuranceProductsV2QueryParams, type GetInsuranceProductsV2Response, type GetIntegrationsByDistributionPathParams, type GetIntegrationsByDistributionResponse, type GetInvoiceByIdAsCustomerPathParams, type GetInvoiceByIdAsCustomerResponse, type GetInvoicesAsCustomerQueryParams, type GetInvoicesAsCustomerResponse, type GetInvoicesAsPartyByIdPathParams, type GetInvoicesAsPartyByIdResponse, type GetInvoicesAsPartyPathParams, type GetInvoicesAsPartyQueryParams, type GetInvoicesAsPartyResponse, type GetJobResultByIdPathParams, type GetJobResultByIdQueryParams, type GetJobResultByIdResponse, type GetKycByPartyPathParams, type GetKycByPartyQueryParams, type GetKycByPartyResponse, type GetLeadByIdPathParams, type GetLeadByIdResponse, type GetLeadProviderByIdPathParams, type GetLeadProviderByIdResponse, type GetLeadProvidersByAffinityQueryParams, type GetLeadProvidersByAffinityResponse, type GetLeaseOfferByIdPathParams, type GetLeaseOfferByIdQueryParams, type GetLeaseOfferByIdResponse, type GetLinkOfDocumentPathParams, type GetLinkOfDocumentResponse, type GetMetricsByCampaignPathParams, type GetMetricsByCampaignQueryParams, type GetMetricsByCampaignResponse, type GetMinimalOfferByIdPathParams, type GetMinimalOfferByIdQueryParams, type GetMinimalOfferByIdResponse, type GetMinimalOfferRevisionByIdPathParams, type GetMinimalOfferRevisionByIdResponse, type GetMinimalRiskObjectByIdPathParams, type GetMinimalRiskObjectByIdQueryParams, type GetMinimalRiskObjectByIdResponse, type GetNaceQueryParams, type GetNaceResponse, type GetNoveltyInsightsByDistributionPathParams, type GetNoveltyInsightsByDistributionQueryParams, type GetNoveltyInsightsByDistributionResponse, type GetOfferByIdPathParams, type GetOfferByIdResponse, type GetOffersByDistributionPathParams, type GetOffersByDistributionQueryParams, type GetOffersByDistributionResponse, type GetOnboardingChecklistByBrokerPathParams, type GetOnboardingChecklistByBrokerQueryParams, type GetOnboardingChecklistByBrokerResponse, type GetOnesuranceDataByPartyIdPathParams, type GetOnesuranceDataByPartyIdQueryParams, type GetOnesuranceDataByPartyIdResponse, type GetOnesuranceRecommendationsByEmailIdPathParams, type GetOnesuranceRecommendationsByEmailIdQueryParams, type GetOnesuranceRecommendationsByEmailIdResponse, type GetOrganisationDistributionsPathParams, type GetOrganisationDistributionsQueryParams, type GetOrganisationDistributionsResponse, type GetOrganisationLeadsPathParams, type GetOrganisationLeadsQueryParams, type GetOrganisationLeadsResponse, type GetOrganisationOffersPathParams, type GetOrganisationOffersQueryParams, type GetOrganisationOffersResponse, type GetOutlookConnectionDetailsQueryParams, type GetOutlookConnectionDetailsResponse, type GetOutlookMailByIdPathParams, type GetOutlookMailByIdQueryParams, type GetOutlookMailByIdResponse, type GetOutlookMailByOutlookMessageIdPathParams, type GetOutlookMailByOutlookMessageIdQueryParams, type GetOutlookMailByOutlookMessageIdResponse, type GetOutlookMailfoldersQueryParams, type GetOutlookMailfoldersResponse, type GetOutlookMailsQueryParams, type GetOutlookMailsResponse, type GetPartiesByCustomerPathParams, type GetPartiesByCustomerQueryParams, type GetPartiesByCustomerResponse, type GetPartiesLinkedToUserResponse, type GetPartiesOriginFilterQueryParams, type GetPartiesOriginFilterResponse, type GetPartyAddressesPathParams, type GetPartyAddressesResponse, type GetPartyByIdPathParams, type GetPartyByIdResponse, type GetPartyMergeSuggestionsPathParams, type GetPartyMergeSuggestionsQueryParams, type GetPartyMergeSuggestionsResponse, type GetPdfOfAdvisoryReportByIdPathParams, type GetPdfOfAdvisoryReportByIdQueryParams, type GetPdfOfAdvisoryReportByIdResponse, type GetPerformanceInsightsByDistributionPathParams, type GetPerformanceInsightsByDistributionQueryParams, type GetPerformanceInsightsByDistributionResponse, type GetPolicyPackageByIdAsCustomerPathParams, type GetPolicyPackageByIdAsCustomerResponse, type GetPolicyPackageByIdPathParams, type GetPolicyPackageByIdQueryParams, type GetPolicyPackageByIdResponse, type GetPolicyPackageSimulationsForPartyPathParams, type GetPolicyPackageSimulationsForPartyResponse, type GetPolicyPackagesAsCustomerQueryParams, type GetPolicyPackagesAsCustomerResponse, type GetPolicyPackagesForPartyPathParams, type GetPolicyPackagesForPartyResponse, type GetPossibleInsuranceProductsByPartyIdPathParams, type GetPossibleInsuranceProductsByPartyIdQueryParams, type GetPossibleInsuranceProductsByPartyIdResponse, type GetPossibleInsuranceProductsByRiskObjectIdPathParams, type GetPossibleInsuranceProductsByRiskObjectIdQueryParams, type GetPossibleInsuranceProductsByRiskObjectIdResponse, type GetPossibleInsuranceProductsForManagementByPartyIdPathParams, type GetPossibleInsuranceProductsForManagementByPartyIdQueryParams, type GetPossibleInsuranceProductsForManagementByPartyIdResponse, type GetPossibleInsuranceProductsForStaffByPartyIdPathParams, type GetPossibleInsuranceProductsForStaffByPartyIdQueryParams, type GetPossibleInsuranceProductsForStaffByPartyIdResponse, type GetPreventionAdviceQueryParams, type GetPreventionAdviceResponse, type GetPromotionsByDistributionIdPathParams, type GetPromotionsByDistributionIdResponse, type GetProvenanceInfoOfDocumentPathParams, type GetProvenanceInfoOfDocumentResponse, type GetQuoteExportsQueryParams, type GetQuoteExportsResponse, type GetQuoteInsightsPathParams, type GetQuoteInsightsQueryParams, type GetQuoteInsightsResponse, type GetQuotesAsBatchResultsByConversationIdPathParams, type GetQuotesAsBatchResultsByConversationIdQueryParams, type GetQuotesAsBatchResultsByConversationIdResponse, type GetRecommendationsByIdPathParams, type GetRecommendationsByIdQueryParams, type GetRecommendationsByIdResponse, type GetRecommendationsByPartyIdPathParams, type GetRecommendationsByPartyIdQueryParams, type GetRecommendationsByPartyIdResponse, type GetRecommendationsBySessionIdPathParams, type GetRecommendationsBySessionIdQueryParams, type GetRecommendationsBySessionIdResponse, type GetRiskAnalysisByPartyIdPathParams, type GetRiskAnalysisByPartyIdResponse, type GetRiskDomainByIdPathParams, type GetRiskDomainByIdQueryParams, type GetRiskDomainByIdResponse, type GetRiskDomainsQueryParams, type GetRiskDomainsResponse, type GetRiskObjectByRiskObjectRevisionIdPathParams, type GetRiskObjectByRiskObjectRevisionIdQueryParams, type GetRiskObjectByRiskObjectRevisionIdResponse, type GetRiskObjectRevisionsByIdPathParams, type GetRiskObjectRevisionsByIdQueryParams, type GetRiskObjectRevisionsByIdResponse, type GetSbiQueryParams, type GetSbiResponse, type GetSingularityJobResultByIdPathParams, type GetSingularityJobResultByIdQueryParams, type GetSingularityJobResultByIdResponse, type GetStepSettingsByAdvisoryReportIdPathParams, type GetStepSettingsByAdvisoryReportIdQueryParams, type GetStepSettingsByAdvisoryReportIdResponse, type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams, type GetSupportedAnvaflowCoveragesGroupedByAdnResponse, type GetSupportedAnvaflowCoveragesQueryParams, type GetSupportedAnvaflowCoveragesResponse, type GetSupportedAnvaflowInsuranceCompaniesQueryParams, type GetSupportedAnvaflowInsuranceCompaniesResponse, type GetSupportedAnvaflowInsurancesQueryParams, type GetSupportedAnvaflowInsurancesResponse, type GetSupportedAnvaflowTagsQueryParams, type GetSupportedAnvaflowTagsResponse, type GetSupportedInsuranceCompaniesQueryParams, type GetSupportedInsuranceCompaniesResponse, type GetSupportedInsuranceSubjectsQueryParams, type GetSupportedInsuranceSubjectsResponse, type GetSupportedMimeTypesResponse, type GetSupportedRiskDomainsQueryParams, type GetSupportedRiskDomainsResponse, type GetSupportedYellowhiveflowCoveragesQueryParams, type GetSupportedYellowhiveflowCoveragesResponse, type GetSupportedYellowhiveflowInsurancesQueryParams, type GetSupportedYellowhiveflowInsurancesResponse, type GetSystemCampaignsByPartyPathParams, type GetSystemCampaignsByPartyQueryParams, type GetSystemCampaignsByPartyResponse, type GetTheBrokerByIdPathParams, type GetTheBrokerByIdResponse, type GetUspByDistributionQueryParams, type GetUspByDistributionResponse, type GetValuesOfEnumPathParams, type GetValuesOfEnumResponse, type GetVehicleByCarIdOrFebiacIdQueryParams, type GetVehicleByCarIdOrFebiacIdResponse, type GetVehicleByNumberPlateAndCarIdPathParams, type GetVehicleByNumberPlateAndCarIdQueryParams, type GetVehicleByNumberPlateAndCarIdResponse, type GetVehicleByVersionIdPathParams, type GetVehicleByVersionIdQueryParams, type GetVehicleByVersionIdResponse, type GetVehicleByVinAndCarIdPathParams, type GetVehicleByVinAndCarIdQueryParams, type GetVehicleByVinAndCarIdResponse, type GetVehicleVersionFactsBySeriesIdPathParams, type GetVehicleVersionFactsBySeriesIdQueryParams, type GetVehicleVersionFactsBySeriesIdResponse, type GetWeatherInfoQueryParams, type GetWeatherInfoResponse, type GetYellowhiveflowProductByIdPathParams, type GetYellowhiveflowProductByIdQueryParams, type GetYellowhiveflowProductByIdResponse, type GetYellowhiveflowProductsQueryParams, type GetYellowhiveflowProductsResponse, type GetYourOwnUserResponse, type GiveFeedbackOnConversationByIdPathParams, type GiveFeedbackOnConversationByIdQueryParams, type GiveFeedbackOnConversationByIdResponse, type GiveFeedbackOnRecommendationsByIdBody, type GiveFeedbackOnRecommendationsByIdPathParams, type GiveFeedbackOnRecommendationsByIdResponse, type GiveFeedbackToInsuranceTermsBotBody, type GiveFeedbackToInsuranceTermsBotQueryParams, type GiveFeedbackToInsuranceTermsBotResponse, type HandleCreateDistributionThemeBody, type HandleCreateDistributionThemeQueryParams, type HandleCreateDistributionThemeResponse, type HandleDeleteDistributionThemePathParams, type HandleDeleteDistributionThemeQueryParams, type HandleDeleteDistributionThemeResponse, type HandleUpdateDistributionThemeBody, type HandleUpdateDistributionThemePathParams, type HandleUpdateDistributionThemeQueryParams, type HandleUpdateDistributionThemeResponse, type HttpMethod, type ImportAnvaDocumentInWegroupQueryParams, type ImportAnvaDocumentInWegroupResponse, type ImportAnvaInsurancePolicyDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyDocumentInWegroupResponse, type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse, type ImportAnvaPartyInWegroupPathParams, type ImportAnvaPartyInWegroupQueryParams, type ImportAnvaPartyInWegroupResponse, type ImportAnvaproductBody, type ImportAnvaproductQueryParams, type ImportAnvaproductResponse, type ImportAssuPartyInWegroupPathParams, type ImportAssuPartyInWegroupQueryParams, type ImportAssuPartyInWegroupResponse, type ImportDiasPartyInWegroupPathParams, type ImportDiasPartyInWegroupQueryParams, type ImportDiasPartyInWegroupResponse, type ImportDiasflowProductBody, type ImportDiasflowProductQueryParams, type ImportDiasflowProductResponse, type ImportFasterforwardPartyInWegroupPathParams, type ImportFasterforwardPartyInWegroupQueryParams, type ImportFasterforwardPartyInWegroupResponse, type InviteColleaguesToDistributionBody, type InviteColleaguesToDistributionResponse, type InviteUserToPartyBody, type InviteUserToPartyPathParams, type InviteUserToPartyResponse, type LinkConversationToAdvisoryReportBody, type LinkConversationToAdvisoryReportPathParams, type LinkConversationToAdvisoryReportQueryParams, type LinkConversationToAdvisoryReportResponse, type LinkPartyToUserBody, type LinkPartyToUserResponse, type LockFlightApiResponse, type MarkConversationAsCompletedByIdBody, type MarkConversationAsCompletedByIdPathParams, type MarkConversationAsCompletedByIdResponse, type MergePartiesTogetherBody, type MergePartiesTogetherPathParams, type MergePartiesTogetherQueryParams, type MergePartiesTogetherResponse, type Middleware, type OrderInsurancePolciesOfAdvisoryReportBody, type OrderInsurancePolciesOfAdvisoryReportPathParams, type OrderInsurancePolciesOfAdvisoryReportQueryParams, type OrderInsurancePolciesOfAdvisoryReportResponse, type OutlookConnectionSyncQueryParams, type OutlookConnectionSyncResponse, type OverrideInsuranceProductRecommendationByIdBody, type OverrideInsuranceProductRecommendationByIdPathParams, type OverrideInsuranceProductRecommendationByIdResponse, type OverridePreventionAdviceRecommendationByIdBody, type OverridePreventionAdviceRecommendationByIdPathParams, type OverridePreventionAdviceRecommendationByIdResponse, type PatchAnvaproductByIdBody, type PatchAnvaproductByIdPathParams, type PatchAnvaproductByIdQueryParams, type PatchAnvaproductByIdResponse, type PatchAnvaproductCoverageByIdBody, type PatchAnvaproductCoverageByIdPathParams, type PatchAnvaproductCoverageByIdQueryParams, type PatchAnvaproductCoverageByIdResponse, type PatchDiasflowProductByIdBody, type PatchDiasflowProductByIdPathParams, type PatchDiasflowProductByIdQueryParams, type PatchDiasflowProductByIdResponse, type PatchDiasflowProductCoverageByDiasIdBody, type PatchDiasflowProductCoverageByDiasIdPathParams, type PatchDiasflowProductCoverageByDiasIdQueryParams, type PatchDiasflowProductCoverageByDiasIdResponse, type PatchOwnPartyAsCustomerBody, type PatchOwnPartyAsCustomerResponse, type PoseAQuestionToInsuranceTermsBotBody, type PoseAQuestionToInsuranceTermsBotForItToCompareBody, type PoseAQuestionToInsuranceTermsBotForItToCompareQueryParams, type PoseAQuestionToInsuranceTermsBotForItToCompareResponse, type PoseAQuestionToInsuranceTermsBotQueryParams, type PoseAQuestionToInsuranceTermsBotResponse, type PostEventAsCarglassPartnerBody, type PostEventAsCarglassPartnerResponse, type PutClausesForReportBody, type PutClausesForReportPathParams, type PutClausesForReportQueryParams, type PutClausesForReportResponse, type RecalculateDiasQuotesBySessionIdAndProductIdBody, type RecalculateDiasQuotesBySessionIdAndProductIdPathParams, type RecalculateDiasQuotesBySessionIdAndProductIdQueryParams, type RecalculateDiasQuotesBySessionIdAndProductIdResponse, type RecalculateDiasSimulationBySessionIdBody, type RecalculateDiasSimulationBySessionIdPathParams, type RecalculateDiasSimulationBySessionIdQueryParams, type RecalculateDiasSimulationBySessionIdResponse, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse, type RecalculateSimulationBySessionIdBody, type RecalculateSimulationBySessionIdPathParams, type RecalculateSimulationBySessionIdQueryParams, type RecalculateSimulationBySessionIdResponse, type RecalculateYellowhiveQuotesBySessionIdAndProductIdBody, type RecalculateYellowhiveQuotesBySessionIdAndProductIdPathParams, type RecalculateYellowhiveQuotesBySessionIdAndProductIdQueryParams, type RecalculateYellowhiveQuotesBySessionIdAndProductIdResponse, type RecalculateYellowhiveSimulationBySessionIdBody, type RecalculateYellowhiveSimulationBySessionIdPathParams, type RecalculateYellowhiveSimulationBySessionIdQueryParams, type RecalculateYellowhiveSimulationBySessionIdResponse, type RetrieveAirportsResponse, type RetrieveAllExportsByPartyPathParams, type RetrieveAllExportsByPartyQueryParams, type RetrieveAllExportsByPartyResponse, type RetrieveAnvaflowsQuestionnairesPathParams, type RetrieveAnvaflowsQuestionnairesQueryParams, type RetrieveAnvaflowsQuestionnairesResponse, type RetrieveAskLaterQuestionsQueryParams, type RetrieveAskLaterQuestionsResponse, type RetrieveAutomobileByCarIdFreemiumVersionPathParams, type RetrieveAutomobileByCarIdFreemiumVersionQueryParams, type RetrieveAutomobileByCarIdFreemiumVersionResponse, type RetrieveAutomobileByIdFreemiumQueryParams, type RetrieveAutomobileByIdFreemiumResponse, type RetrieveDiasQuestionnairesPathParams, type RetrieveDiasQuestionnairesQueryParams, type RetrieveDiasQuestionnairesResponse, type RetrieveExportByIdPathParams, type RetrieveExportByIdQueryParams, type RetrieveExportByIdResponse, type RetrieveFlowBody, type RetrieveFlowPathParams, type RetrieveFlowQueryParams, type RetrieveFlowResponse, type RetrieveYellowhiveQuestionnairesPathParams, type RetrieveYellowhiveQuestionnairesQueryParams, type RetrieveYellowhiveQuestionnairesResponse, type SchemaAboutUsResponse, type SchemaAccelerationTo100, type SchemaAccident, type SchemaAccidentStatement, type SchemaAccidentStatementType, type SchemaAccidentStatementType_2, type SchemaAccountCreateCmd, type SchemaAccountCreatedResponse, type SchemaAccreditedAppraiser, type SchemaAccreditedAppraiser_2, type SchemaAcknowledgementQueryModel, type SchemaAction, type SchemaActionType, type SchemaActionUrlResponse, type SchemaActivateOutlookSyncCmd, type SchemaActivateOutlookSyncParams, type SchemaActivitiesCreateCmd, type SchemaActivity, type SchemaActivityFrontPageCmd, type SchemaActivityFrontPageQueryModel, type SchemaActivityPatchCmd, type SchemaActivityQueryModel, type SchemaAddActionToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdviceToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdvisoryReportStepsConfigurationParams, type SchemaAddConversationToAdvisoryReportRevisionParams, type SchemaAddInsuranceProductClausesToAdvisoryReportRevisionParams, type SchemaAddRiskDomainToAdvisoryReportRevisionParams, type SchemaAdditionalProperties, type SchemaAdditionalProperties_2, type SchemaAddresWithMetadata, type SchemaAddress, type SchemaAddressAllNones, type SchemaAddressInfoLinkRelationType, type SchemaAddressInformation, type SchemaAddressRules, type SchemaAdviceChangeType, type SchemaAdviceDiffModel, type SchemaAdviceQueryModel, type SchemaAdviceType, type SchemaAdvisoryReport, type SchemaAdvisoryReportAdviceActionCreateCmd, type SchemaAdvisoryReportAdviceDiff, type SchemaAdvisoryReportClauseQueryModel, type SchemaAdvisoryReportClausesCreateCmd, type SchemaAdvisoryReportConversationLinkCmd, type SchemaAdvisoryReportConversationQueryModel, type SchemaAdvisoryReportCreateCmd, type SchemaAdvisoryReportDocxResponse, type SchemaAdvisoryReportExportOptions, type SchemaAdvisoryReportExportResponse, type SchemaAdvisoryReportFrontPageCreateCmd, type SchemaAdvisoryReportInsurancePolicyCmd, type SchemaAdvisoryReportInsurancePolicyOrder, type SchemaAdvisoryReportInsurancePolicyPackageCmd, type SchemaAdvisoryReportPartyQueryModel, type SchemaAdvisoryReportPdfResponse, type SchemaAdvisoryReportQueryModel, type SchemaAdvisoryReportRevisionAcceptanceCmd, type SchemaAdvisoryReportRevisionCmd, type SchemaAdvisoryReportRevisionCreateCmd, type SchemaAdvisoryReportRevisionMailInquiryCmd, type SchemaAdvisoryReportRevisionUpdateCmd, type SchemaAdvisoryReportRevisionsQueryModel, type SchemaAdvisoryReportRiskDomainActionCreateCmd, type SchemaAdvisoryReportRiskDomainActionPatchCmd, type SchemaAdvisoryReportRiskDomainAdviceCreateCmd, type SchemaAdvisoryReportRiskDomainAdvicePatchCmd, type SchemaAdvisoryReportRiskDomainCreateCmd, type SchemaAdvisoryReportStepsCreateCmd, type SchemaAdvisoryReportTask, type SchemaAdvisoryReportsQueryModel, type SchemaAdvisoryTaskPriority, type SchemaAedesCar, type SchemaAedesCarPayload, type SchemaAedesDriver, type SchemaAedesParking, type SchemaAedesParking_2, type SchemaAffiliation, type SchemaAffiliationInfo, type SchemaAffiliationStatus, type SchemaAffinityKey, type SchemaAgHomePayload, type SchemaAgriculturalVehicleUsage, type SchemaAgriculturalVehicleUsage_2, type SchemaAlarmSystem, type SchemaAllGuaranteesSetting, type SchemaAllianzCancellationReason, type SchemaAllianzCancellationReason_2, type SchemaAllianzCar, type SchemaAllianzCarPayload, type SchemaAllianzDriver, type SchemaAllianzFamilyPayload, type SchemaAllianzHome, type SchemaAllianzHomePayload, type SchemaAnalyzeEmailByIdParams, type SchemaAnnex, type SchemaAnnexRoofConstructionType, type SchemaAnnexType, type SchemaAnnexType_2, type SchemaAnnexWallConstructionType, type SchemaAnnualPremium, type SchemaAnnualPremiumQueryModel, type SchemaAnswer, type SchemaAnswerFlowParams, type SchemaAnswerFlowSessionParams, type SchemaAnswerFlowsResponse, type SchemaAnswerValidationError, type SchemaAnswerValidationErrorMessage, type SchemaAnswersPayload, type SchemaAnvaAdnCoverage, type SchemaAnvaCalculationPackage, type SchemaAnvaCalculationResponse, type SchemaAnvaClaimStatus, type SchemaAnvaClosingQuestion, type SchemaAnvaClosingQuestionUpsertCmd, type SchemaAnvaCollectionMethod, type SchemaAnvaCollectionMethods, type SchemaAnvaCoverage, type SchemaAnvaCoverageCombination, type SchemaAnvaCustomerInquiryParams, type SchemaAnvaDocument, type SchemaAnvaDocumentTaskCmd, type SchemaAnvaDocumentUpdateCmd, type SchemaAnvaDocumentUploadCmd, type SchemaAnvaExportReply, type SchemaAnvaFlowLabelStatus, type SchemaAnvaFlowStatus, type SchemaAnvaInquiry, type SchemaAnvaInquiryDocument, type SchemaAnvaInsurance, type SchemaAnvaInsuranceCompany, type SchemaAnvaInsuranceCompanyUpdateCmd, type SchemaAnvaInsurancePackage, type SchemaAnvaInsurancePolicy, type SchemaAnvaInsuranceUpdateCmd, type SchemaAnvaInvoiceStatus, type SchemaAnvaLabel, type SchemaAnvaMutationReason, type SchemaAnvaMutationReasons, type SchemaAnvaOfferDocument, type SchemaAnvaPackage, type SchemaAnvaPackageDiscount, type SchemaAnvaPackageUpdateCmd, type SchemaAnvaPolicyPackageCalculationJob, type SchemaAnvaProduct, type SchemaAnvaProductFlowRevision, type SchemaAnvaProductImportCmd, type SchemaAnvaProductQueryModel, type SchemaAnvaProductQuestionnaire, type SchemaAnvaProductQuestionnaireQueryModel, type SchemaAnvaProductQuestionnairesQueryModel, type SchemaAnvaProductQuestionnairesUpdateCmd, type SchemaAnvaProductQuestionnairesValidateCmd, type SchemaAnvaProductSearchItem, type SchemaAnvaProductSearches, type SchemaAnvaProductTag, type SchemaAnvaProductTagUpsertCmd, type SchemaAnvaProductToInsurancePolicyLink, type SchemaAnvaProductUpdateCmd, type SchemaAnvaQuote, type SchemaAnvaQuoteCalculationJob, type SchemaAnvaQuoteCalculationJobsQueuedResponse, type SchemaAnvaSendOfferInsurancePolicy, type SchemaAnvaSendOfferPolicyPackage, type SchemaAnvaSendOfferResponse, type SchemaAnvaTag, type SchemaAnvaTaskCmd, type SchemaAnvaTaskPriority, type SchemaApiCoverage, type SchemaApiCoverageSource, type SchemaAppHandlersNatsModelsStatusResponse, type SchemaAppModelsAdvisoryReportAdvisoryReportAdviceDiffRiskDomain, type SchemaAppModelsAdvisoryReportAdvisoryReportRevisionCreateCmdInsurancePolicies, type SchemaAppModelsCompanyRegistrationCompanyRegistration, type SchemaAppModelsCompanyRegistrationCompanyregistration, type SchemaAppModelsEnumsCompanyProspectType, type SchemaAppModelsEnumsCustomerProspectType, type SchemaAppModelsEnumsLanguageCodes, type SchemaAppModelsEnumsLanguageCodes_2, type SchemaAppModelsEnumsMiscellaneousType, type SchemaAppModelsEnumsProspectType, type SchemaAppModelsEnumsProspectType_2, type SchemaAppModelsFsmaFsma, type SchemaAppModelsInsurancePolicyExternalLabel, type SchemaAppModelsInsurancePolicyExternalRef, type SchemaAppModelsInsurancePolicyExternalref, type SchemaAppModelsLeadAcknowledgement, type SchemaAppModelsLocalisationLocalisation, type SchemaAppModelsOfferAcknowledgement, type SchemaAppModelsOfferInsurance, type SchemaAppModelsPartyCommandsExternalRef, type SchemaAppModelsPartyCommandsExternalref, type SchemaAppModelsPartyCustomer, type SchemaAppModelsPartyManagementBaseDocumentDataPreferences, type SchemaAppModelsPartyManagementFunction, type SchemaAppModelsPartyManagementFunction_2, type SchemaAppModelsPartyManagementbasedocumentdataPreferences, type SchemaAppModelsPartyPartyCompanyBaseAssetInfo, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoMachineDelivery, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoPeriodicCash, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoSiloCapacity, type SchemaAppModelsPartyPartyCompanyBaseBookkeeper, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorks, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorksConstructionWorkDuration, type SchemaAppModelsPartyPartyCompanyBaseContactPerson, type SchemaAppModelsPartyPartyCompanyBaseCustomerInfo, type SchemaAppModelsPartyPartyCompanyBaseCyber, type SchemaAppModelsPartyPartyCompanyBaseExhibitionActivity, type SchemaAppModelsPartyPartyCompanyBaseExportActivity, type SchemaAppModelsPartyPartyCompanyBaseFinancialInfo, type SchemaAppModelsPartyPartyCompanyBaseImportActivity, type SchemaAppModelsPartyPartyCompanyBaseLegalAid, type SchemaAppModelsPartyPartyCompanyBaseLiabilityInfo, type SchemaAppModelsPartyPartyCompanyBaseOutlook, type SchemaAppModelsPartyPartyCompanyBasePersonnelDetails, type SchemaAppModelsPartyPartyCompanyBaseThirdPartyActivity, type SchemaAppModelsPartyPartyCompanyBaseTransportInfo, type SchemaAppModelsPartyPartyCompanyBaseTurnover, type SchemaAppModelsPartyPartyCompanyBaseWorkforce, type SchemaAppModelsPartyPartyCompanyBaseWorkforceWageBill, type SchemaAppModelsPartyPartyPreferences, type SchemaAppModelsPartyPartyPreferencesFuneralPreference, type SchemaAppModelsPartyPartycompanybaseAssetinfo, type SchemaAppModelsPartyPartycompanybaseAssetinfoMachinedelivery, type SchemaAppModelsPartyPartycompanybaseAssetinfoPeriodiccash, type SchemaAppModelsPartyPartycompanybaseAssetinfoSilocapacity, type SchemaAppModelsPartyPartycompanybaseBookkeeper, type SchemaAppModelsPartyPartycompanybaseConstructionworks, type SchemaAppModelsPartyPartycompanybaseConstructionworksConstructionworkduration, type SchemaAppModelsPartyPartycompanybaseContactperson, type SchemaAppModelsPartyPartycompanybaseCustomerinfo, type SchemaAppModelsPartyPartycompanybaseCyber, type SchemaAppModelsPartyPartycompanybaseExhibitionactivity, type SchemaAppModelsPartyPartycompanybaseExportactivity, type SchemaAppModelsPartyPartycompanybaseFinancialinfo, type SchemaAppModelsPartyPartycompanybaseImportactivity, type SchemaAppModelsPartyPartycompanybaseLegalaid, type SchemaAppModelsPartyPartycompanybaseLiabilityinfo, type SchemaAppModelsPartyPartycompanybaseOutlook, type SchemaAppModelsPartyPartycompanybasePersonneldetails, type SchemaAppModelsPartyPartycompanybaseThirdpartyactivity, type SchemaAppModelsPartyPartycompanybaseTransportinfo, type SchemaAppModelsPartyPartycompanybaseTurnover, type SchemaAppModelsPartyPartycompanybaseWorkforce, type SchemaAppModelsPartyPartycompanybaseWorkforceWagebill, type SchemaAppModelsPartyPartypreferences, type SchemaAppModelsPartyPartypreferencesFuneralpreference, type SchemaAppModelsReadDocument, type SchemaAppModelsReadDocumentExternalRef, type SchemaAppModelsRiskObjectsAmountOfRiskObjects, type SchemaAppModelsRiskObjectsBicycleBicycle, type SchemaAppModelsRiskObjectsBicyclePreferences, type SchemaAppModelsRiskObjectsBoatBoat, type SchemaAppModelsRiskObjectsBoatPreferences, type SchemaAppModelsRiskObjectsCarCar, type SchemaAppModelsRiskObjectsCarCar_2, type SchemaAppModelsRiskObjectsCarPreferences, type SchemaAppModelsRiskObjectsCarPreferences_2, type SchemaAppModelsRiskObjectsFamilyFamily, type SchemaAppModelsRiskObjectsLegalLegal, type SchemaAppModelsRiskObjectsMiscellaneousMiscellaneous, type SchemaAppModelsRiskObjectsPartyGroupPartyGroup, type SchemaAppModelsRiskObjectsResidenceMainBuilding, type SchemaAppModelsRiskObjectsResidenceResidence, type SchemaAppModelsRiskObjectsResidenceResidencePreferences, type SchemaAppModelsRiskObjectsRiskObjects, type SchemaAppModelsRiskObjectsSemiTrailerSemiTrailer, type SchemaAppModelsRiskObjectsTeacherTeacher, type SchemaAppModelsRiskObjectsTrailerTrailer, type SchemaAppModelsRiskObjectsTwowheelerPreferences, type SchemaAppModelsRiskObjectsTwowheelerTwoWheeler, type SchemaAppModelsThemeThemeCreateCmd, type SchemaAppModelsUploadExternalRef, type SchemaAppResponsesBaseStatusResponse, type SchemaAppViewsModelsAdvisoryReportAdvisoryReportQueryModelInsurancePolicies, type SchemaAppViewsModelsAdvisoryReportCoverageQueryModelExternalLabel, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportPolicyPackageQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportRiskDomainActionQueryModelRiskDomain, type SchemaAppViewsModelsAdvisoryReportRiskDomainAdviceQueryModelRiskDomain, type SchemaAppViewsModelsClaimClaim, type SchemaAppViewsModelsClaimDocument, type SchemaAppViewsModelsInvoiceDocument, type SchemaAppViewsModelsOfferAcknowledgement, type SchemaAppViewsModelsOfferGuarantee, type SchemaAppViewsModelsOfferPartyAssignee, type SchemaAppViewsModelsPartyAddresWithMetadataMetaData, type SchemaAppViewsModelsPartyDocumentsPartyDocumentQueryModel, type SchemaAppViewsModelsPartyDocumentsPartydocumentquerymodel, type SchemaAppViewsModelsPartyLink, type SchemaAppViewsModelsPartyManagementQueryModel, type SchemaAppViewsModelsPartyManagementquerymodel, type SchemaAppViewsModelsPartyPartyAssignee, type SchemaAppViewsModelsPartyPartyDocumentsMetaData, type SchemaAppViewsModelsPartyPartyLogoQueryModel, type SchemaAppViewsModelsPartyPartyRelationQueryModelParty, type SchemaAppViewsModelsPartyPartyassignee, type SchemaAppViewsModelsPartyPartylogoquerymodel, type SchemaAppViewsModelsPartyPartyrelationquerymodelParty, type SchemaAppViewsModelsRiskDomainPreventionAdviceQueryModelPreventAdviceRiskDomain, type SchemaAppViewsModelsRiskDomainRiskDomainsQueryModelRiskDomain, type SchemaAppViewsModelsRiskObjectBicycle, type SchemaAppViewsModelsRiskObjectBoat, type SchemaAppViewsModelsRiskObjectCar, type SchemaAppViewsModelsRiskObjectDriver, type SchemaAppViewsModelsRiskObjectFamily, type SchemaAppViewsModelsRiskObjectLegal, type SchemaAppViewsModelsRiskObjectLink, type SchemaAppViewsModelsRiskObjectMiscellaneous, type SchemaAppViewsModelsRiskObjectPartyGroup, type SchemaAppViewsModelsRiskObjectPerson, type SchemaAppViewsModelsRiskObjectResidence, type SchemaAppViewsModelsRiskObjectRiskObjects, type SchemaAppViewsModelsRiskObjectSemiTrailer, type SchemaAppViewsModelsRiskObjectTeacher, type SchemaAppViewsModelsRiskObjectTrailer, type SchemaAppViewsModelsRiskObjectTwoWheeler, type SchemaAragLegalPayload, type SchemaArcesLegalPayload, type SchemaAskLaterQuestion, type SchemaAskLaterQuestionsRequest, type SchemaAskLaterQuestionsResponse, type SchemaAskaPackageChoice, type SchemaAskaPackageChoice_2, type SchemaAskaTravelInsuranceType, type SchemaAskaTravelInsuranceType_2, type SchemaAssetInfo, type SchemaAssignedToType, type SchemaAssociatedCompany, type SchemaAssuDocumentUploadCmd, type SchemaAssuTaskCmd, type SchemaAssuTaskDocument, type SchemaAssuTaskPriority, type SchemaAttachmentType, type SchemaAudits, type SchemaAuth, type SchemaAutomaticEmergencyBreaking, type SchemaAvatars, type SchemaAxaCar, type SchemaAxaCarPayload, type SchemaAxaContractualExcess, type SchemaAxaContractualExcess_2, type SchemaAxaDriver, type SchemaAxaFamilyPayload, type SchemaAxaHome, type SchemaAxaHomePayload, type SchemaAxaItemLimitTier, type SchemaAxaItemLimitTier_2, type SchemaAxaTheftFormulas, type SchemaAxaTheftFormulas_2, type SchemaBackupFrequency, type SchemaBackupFrequency_2, type SchemaBalance, type SchemaBalanceQueryModel, type SchemaBaloiseCar, type SchemaBaloiseCarPayload, type SchemaBaloiseDriver, type SchemaBaloiseFamilyPayload, type SchemaBaloiseHome, type SchemaBaloiseHomePayload, type SchemaBatchUnitResponse, type SchemaBatteryCapacity, type SchemaBicycle, type SchemaBicycleReferenceQueryModel, type SchemaBicycleRiskObjectIdWithRevisionId, type SchemaBicycleSpeed, type SchemaBicycleType, type SchemaBicycleUsage, type SchemaBlindSpotWarning, type SchemaBoat, type SchemaBoatAccidentCoverageLevel, type SchemaBoatAccidentCoverageLevel_2, type SchemaBoatBerthBigCity, type SchemaBoatBerthNlArea, type SchemaBoatBerthType, type SchemaBoatCategory, type SchemaBoatCompetitionType, type SchemaBoatConstructionType, type SchemaBoatMotorKind, type SchemaBoatNlPayloads, type SchemaBoatPreferences, type SchemaBoatReferenceQueryModel, type SchemaBoatRiskObjectIdWithRevisionId, type SchemaBoatTerritory, type SchemaBoatTrailer, type SchemaBoatUsage, type SchemaBookkeeper, type SchemaBrand, type SchemaBrandClub, type SchemaBrandClub_2, type SchemaBrandSortContext, type SchemaBroker, type SchemaBrokerConnectionCreate, type SchemaBrokerConnectionOutlookMailFolderSyncDetails, type SchemaBrokerConnectionUpdate, type SchemaBrokerCreateCmd, type SchemaBrokerIntegrations, type SchemaBrokerIntegrationsPatchCmd, type SchemaBrokerMembershipsCreateCmd, type SchemaBrokerPatchCmd, type SchemaBrokerPlan, type SchemaBrokerSettings, type SchemaBrokerType, type SchemaBrokerUserCreateCmd, type SchemaBrokerWithDistributionName, type SchemaBrokerWithModules, type SchemaBuildingExtra, type SchemaBuildingMaintenanceStatus, type SchemaBuildingPurpose, type SchemaBuildingRentOut, type SchemaBuildingUse, type SchemaCalculateAnvaQuotesRequest, type SchemaCalculateDiasQuotesRequest, type SchemaCalculateProfileaseCarQuoteCmd, type SchemaCalculateProfileaseCarQuoteParams, type SchemaCalculateYellowHiveQuotesRequest, type SchemaCalculationSpecEnumValue, type SchemaCalculationSpecInputType, type SchemaCalculationSpecType, type SchemaCampaignAudienceType, type SchemaCampaignDistributionSettingsQueryModel, type SchemaCampaignExtend, type SchemaCampaignFlowType, type SchemaCampaignGenerateDnsPrefix, type SchemaCampaignInsurance, type SchemaCampaignInsuranceQueryModel, type SchemaCampaignMailTemplateQueryModel, type SchemaCampaignMetrics, type SchemaCampaignQueryModel, type SchemaCampaignQueryModelFull, type SchemaCampaignReferenceQueryModel, type SchemaCampaignSharingOption, type SchemaCampaignSpecifications, type SchemaCampaignSpecificationsQueryModel, type SchemaCampaignStatus, type SchemaCampaignTarget, type SchemaCampaignTargetQueryModel, type SchemaCampaignTemplateCategory, type SchemaCampaignTemplateQueryModel, type SchemaCampaignTemplatesQueryModel, type SchemaCampaignType, type SchemaCampaignVerifiedDnsPrefix, type SchemaCampaignYellowHiveProduct, type SchemaCampaignYellowHiveProductQueryModel, type SchemaCampaignYellowHiveProducts, type SchemaCampaignYellowHiveProductsQueryModel, type SchemaCampaigns, type SchemaCampaignsResponse, type SchemaCar, type SchemaCarCategory, type SchemaCarCategoryCode, type SchemaCarCategoryCode_2, type SchemaCarCategory_2, type SchemaCarClaimType, type SchemaCarClaimType_2, type SchemaCarDemo, type SchemaCarDemo_2, type SchemaCarEvaluationType, type SchemaCarEvaluationType_2, type SchemaCarGlassEvent, type SchemaCarInsuranceInsightPayload, type SchemaCarInsurancePolicyInsightsCarResponse, type SchemaCarInsurancePolicyInsightsDistributionResponse, type SchemaCarInsurancePolicyInsightsPartyResponse, type SchemaCarInsurancePolicyInsightsResponse, type SchemaCarInsured, type SchemaCarInterests, type SchemaCarInterests_2, type SchemaCarLease, type SchemaCarLeaseRatesResponse, type SchemaCarLookUpToQuestion, type SchemaCarLookUpToQuestions, type SchemaCarLookUpToQuestionsCmd, type SchemaCarMileage, type SchemaCarNlPayloads, type SchemaCarPayloads, type SchemaCarPremiumResponse, type SchemaCarProfessionalUsagePurpose, type SchemaCarProfessionalUsagePurpose_2, type SchemaCarReferenceQueryModel, type SchemaCarRiskObjectIdWithRevisionId, type SchemaCarStorage, type SchemaCarTaxation, type SchemaCarTheftProtection, type SchemaCarTheftProtection_2, type SchemaCarTrackingSystem, type SchemaCarTrackingSystem_2, type SchemaCarTrailer, type SchemaCarUsage, type SchemaCarUsagePeriod, type SchemaCarUsagePeriod_2, type SchemaCarUsedFor, type SchemaCarUsedFor_2, type SchemaCarVehicleType, type SchemaCarVehicleType_2, type SchemaCarglassEventCreateParams, type SchemaCategoryType, type SchemaChatCmd, type SchemaChatSummaryDetailed, type SchemaChatSummaryGroup, type SchemaChatSummaryQuestion, type SchemaChatSummarySection, type SchemaCheckupItemType, type SchemaChild, type SchemaChildProtection, type SchemaChildProtectionDriver, type SchemaChildProtectionPassenger, type SchemaChildProtectionRear, type SchemaChunk, type SchemaCitizensCar, type SchemaCitizensCarPayload, type SchemaCitizensCoverageChoice, type SchemaCitizensCoverageChoice_2, type SchemaCitizensInsuredAmountAccidents, type SchemaCitizensInsuredAmountAccidents_2, type SchemaCitizensInsuredAmountLiability, type SchemaCitizensInsuredAmountLiability_2, type SchemaCitizensSteeringPosition, type SchemaCity, type SchemaCityAutomaticEmergencyBraking, type SchemaCivilState, type SchemaCivilState_2, type SchemaClaim, type SchemaClaimCause, type SchemaClaimCause_2, type SchemaClaimFreeYears, type SchemaClaimFreeYears_2, type SchemaClaimLossAmount, type SchemaClaimLossAmount_2, type SchemaClaimQueryModel, type SchemaClaimStatus, type SchemaClaimType, type SchemaClaimsQueryModel, type SchemaClauseCmd, type SchemaClauseQueryModel, type SchemaCloudDataStorageLocation, type SchemaCollectionMethod, type SchemaCommentary, type SchemaCommentaryQueryModel, type SchemaCompany, type SchemaCompanyCreateCmd, type SchemaCompanyGoodQueryModel, type SchemaCompanyInfo, type SchemaCompanyInfoContent, type SchemaCompanyInventoryQueryModel, type SchemaCompanyInvestmentQueryModel, type SchemaCompanyLeadCreateCmd, type SchemaCompanyLeadCreateReply, type SchemaCompanyLeaseQueryModel, type SchemaCompanyLoanQueryModel, type SchemaCompanyProspectType, type SchemaCompanyProspectsWithLeadOfferRiskObjectsQueryModel, type SchemaCompanyQueryModel, type SchemaCompanyRegistration, type SchemaCompanyRegistrationQueryModel, type SchemaCompanyRegistrationType, type SchemaCompanyRegistrationType_2, type SchemaCompanySearchBy, type SchemaCompareAnswer, type SchemaCompareCmd, type SchemaConceptReplyGeneratedResponse, type SchemaCondition, type SchemaConditionAction, type SchemaConditionCheckType, type SchemaConditionOperation, type SchemaConditionType, type SchemaConditions, type SchemaConstructionType, type SchemaConstructionTypeFloors, type SchemaConstructionWorkDuration, type SchemaConstructionWorks, type SchemaConstructionYear, type SchemaConstructionYearCategory, type SchemaContactPerson, type SchemaContentValueDefinedType, type SchemaContractConversions, type SchemaConversationAnswer, type SchemaConversationAnswerCompared, type SchemaConversationDocumentPdfModel, type SchemaConversationNote, type SchemaConversationsOriginFilter, type SchemaConversationsOriginFilterItem, type SchemaCountryCodes, type SchemaCountryCodes_2, type SchemaCoverage, type SchemaCoverageCmd, type SchemaCoverageGroupMatchingScore, type SchemaCoverageInsights, type SchemaCoverageLimit, type SchemaCoveragePeriod, type SchemaCoverageQueryModel, type SchemaCoverageUpdateCmd, type SchemaCreateAccountParams, type SchemaCreateAdvisoryReportParams, type SchemaCreateAdvisoryReportRevisionParams, type SchemaCreateAdvisoryReportRevisionV2Params, type SchemaCreateAnvaPartyChildCmd, type SchemaCreateAnvaPartyCompanyCmd, type SchemaCreateAnvaPartyCompanyRegistration, type SchemaCreateAnvaPartyCustomerCmd, type SchemaCreateBicycleRiskObjectParams, type SchemaCreateBoatRiskObjectParams, type SchemaCreateBrokerConnectionParams, type SchemaCreateCampaignAssistantAvatarCmd, type SchemaCreateCampaignCmd, type SchemaCreateCampaignLogoCmd, type SchemaCreateCampaignParams, type SchemaCreateCarRiskObjectParams, type SchemaCreateCompanyLeadParams, type SchemaCreateCompanyProspectParams, type SchemaCreateCustomThemeAsDistributionParams, type SchemaCreateCustomerLeadParams, type SchemaCreateCustomerProspectParams, type SchemaCreateDiasPartyCompanyCmd, type SchemaCreateDiasPartyCompanyRegistration, type SchemaCreateDiasPartyCustomerCmd, type SchemaCreateDistributionConnectionParams, type SchemaCreateDistributionTagParams, type SchemaCreateDistributionUspParams, type SchemaCreateFamilyRiskObjectParams, type SchemaCreateFlowParams, type SchemaCreateFlowSessionParams, type SchemaCreateInsurancePolicyForPartyParams, type SchemaCreateInsuranceProductClauseParams, type SchemaCreateLegalRiskObjectParams, type SchemaCreateMiscellaneousRiskObjectParams, type SchemaCreateMultiResponse, type SchemaCreateNoteForPartyParams, type SchemaCreateOfferRequestForInsuranceCompanyDocxParams, type SchemaCreateOfferRequestForInsuranceCompanyPdfParams, type SchemaCreateOfferRevisionParams, type SchemaCreateOfferV2Params, type SchemaCreatePartyAccidentParams, type SchemaCreatePartyActivitiesParams, type SchemaCreatePartyExternalRefsParams, type SchemaCreatePartyFromCompanyRegistrationParams, type SchemaCreatePartyGroupRiskObjectParams, type SchemaCreateProfileaseCarLeaseOfferParams, type SchemaCreateProfileaseCarOfferCmd, type SchemaCreateProfileaseCarOfferResponse, type SchemaCreateRelationBetweenPartiesParams, type SchemaCreateRelationBetweenPartyAndRiskObjectParams, type SchemaCreateReply, type SchemaCreateReplyUuid, type SchemaCreateResponse, type SchemaCreateRiskObjectExternalRefsParams, type SchemaCreateSemiTrailerRiskObjectParams, type SchemaCreateSignedPartiesUploadUrlParams, type SchemaCreateTaskInAnvaParams, type SchemaCreateTaskInAssuParams, type SchemaCreateTaskInDiasParams, type SchemaCreateTaskInFasterforwardParams, type SchemaCreateToolkitAccountParams, type SchemaCreateToolkitBrokerParams, type SchemaCreateTrailerRiskObjectParams, type SchemaCreateTrialUserParams, type SchemaCreateYellowHiveContactPersonCreateCmd, type SchemaCreditRating, type SchemaCreditScore, type SchemaCrmExportQueryModel, type SchemaCrmExportType, type SchemaCurrency, type SchemaCurrencyValue, type SchemaCustomAdvice, type SchemaCustomAdvicePatchCmd, type SchemaCustomer, type SchemaCustomerCreateCmd, type SchemaCustomerInfo, type SchemaCustomerLeadCreateCmd, type SchemaCustomerLeadCreateReply, type SchemaCustomerProspectType, type SchemaCustomerProspectsWithLeadOfferRiskObjectsQueryModel, type SchemaCustomerQueryModel, type SchemaCustomerSheet, type SchemaCustomerSheetAcceptations, type SchemaCustomersInfoType, type SchemaCyber, type SchemaDasLegalPayload, type SchemaDataType, type SchemaDate, type SchemaDateDsl, type SchemaDeactivateOutlookSyncCmd, type SchemaDeactivateOutlookSyncParams, type SchemaDeductibleType, type SchemaDelaFuneralPayload, type SchemaDeleteMethod, type SchemaDelinkPartyToUserParams, type SchemaDemographicData, type SchemaDiasAfdBranch, type SchemaDiasCalculationPackage, type SchemaDiasClosingQuestion, type SchemaDiasCollectionMethods, type SchemaDiasCoverage, type SchemaDiasCoverageCombination, type SchemaDiasCoverageUpdateCmd, type SchemaDiasDocumentUploadCmd, type SchemaDiasDocumentUploadItem, type SchemaDiasEntity, type SchemaDiasEntityLink, type SchemaDiasEntityType, type SchemaDiasFlowStatus, type SchemaDiasInsurance, type SchemaDiasInsuranceCompany, type SchemaDiasInsurancePackage, type SchemaDiasInsurancePolicy, type SchemaDiasOfferDocumentResponse, type SchemaDiasOfferMailCmd, type SchemaDiasOfferMailResponse, type SchemaDiasPackage, type SchemaDiasPolicyPackageCalculationJob, type SchemaDiasProduct, type SchemaDiasProductFlowInSession, type SchemaDiasProductImportCmd, type SchemaDiasProductQuestionnaire, type SchemaDiasProductQuestionnaireQueryModel, type SchemaDiasProductQuestionnairesQueryModel, type SchemaDiasProductQuestionnairesUpdateCmd, type SchemaDiasProductQuestionnairesValidateCmd, type SchemaDiasProductSearch, type SchemaDiasProductToInsurancePolicyLink, type SchemaDiasProductUpdateCmd, type SchemaDiasProductsInConversationCmd, type SchemaDiasQuote, type SchemaDiasQuoteCalculationJob, type SchemaDiasQuoteCalculationJobsQueuedResponse, type SchemaDiasSaluation, type SchemaDiasSendOfferInsurancePolicy, type SchemaDiasSendOfferPolicyPackage, type SchemaDiasTaskDocument, type SchemaDiasTitle, type SchemaDimensions, type SchemaDinghy, type SchemaDinghyCategory, type SchemaDirector, type SchemaDisable_2faForMeParams, type SchemaDiscount, type SchemaDisplacement, type SchemaDistances, type SchemaDistribution, type SchemaDistributionCompanyRegistrationValidation, type SchemaDistributionConnectionCreateCmd, type SchemaDistributionConnectionQueryModel, type SchemaDistributionConnectionUpdateCmd, type SchemaDistributionCreateCmd, type SchemaDistributionFrontPageSettings, type SchemaDistributionFrontPageSettingsQueryModel, type SchemaDistributionInvite, type SchemaDistributionLogos, type SchemaDistributionNameValidateCmd, type SchemaDistributionNoveltyInsight, type SchemaDistributionPromotionCreateCmd, type SchemaDistributionPromotionsReply, type SchemaDistributionSettings, type SchemaDistributionSettingsPatchCmd, type SchemaDistributionSignatureMethodQueryModel, type SchemaDistributionSignaturePatchCmd, type SchemaDistributionTagCreateCmd, type SchemaDistributionTagReply, type SchemaDistributionTagsQueryModel, type SchemaDistributionThemeCreateCmd, type SchemaDistributionThemeUpdateCmd, type SchemaDistributionUsp, type SchemaDistributionUspItemCreateCmd, type SchemaDistributionUspItemUpdateCmd, type SchemaDistributionUspReply, type SchemaDistributions, type SchemaDnaYachtBoatPayload, type SchemaDocument, type SchemaDocumentExtractionBatch, type SchemaDocumentExtractionBatchPayload, type SchemaDocumentExtractionEntityInfo, type SchemaDocumentLinkResponse, type SchemaDocumentQueryModel, type SchemaDocumentReferenceQueryModel, type SchemaDocumentResourceType, type SchemaDocumentStatus, type SchemaDocumentType, type SchemaDocumentType_2, type SchemaDomainCar, type SchemaDriveAssistanceSystem, type SchemaDriveTrainLayout, type SchemaDriveTrainLayout_2, type SchemaDriver, type SchemaDriverBrandClubMembership, type SchemaDriverExperience, type SchemaDriverLicenseCode, type SchemaDriverLicenseCode_2, type SchemaDriverLicenseType, type SchemaDriverLicenseType_2, type SchemaDriverVehicle, type SchemaDriverVehicleExperience, type SchemaDriverVehicleUsage, type SchemaDrivingTimes, type SchemaDutyOfCareCheckupItem, type SchemaDutyOfCareKind, type SchemaDutyOfCareStatus, type SchemaEducationLevel, type SchemaEducationLevel_2, type SchemaElectricBatteryType, type SchemaElectricalBikeAssistance, type SchemaElectricalInstallationType, type SchemaElectricalInstallations, type SchemaElectronicStabilityControl, type SchemaEmailActionability, type SchemaEmailAggregateResponse, type SchemaEmailAnalysis, type SchemaEmailAnalysisResponse, type SchemaEmailAnalyzeByEmailIdCmd, type SchemaEmailConversation, type SchemaEmailModel, type SchemaEmailTriageClassification, type SchemaEmailTriageCmd, type SchemaEmailUpdateByEmailIdCmd, type SchemaEmailValidation, type SchemaEmission, type SchemaEmissionStandard, type SchemaEmployeeInformation, type SchemaEmployeeInformationQueryModel, type SchemaEmployees, type SchemaEmploymentType, type SchemaEnable_2faForMeParams, type SchemaEnergyCategory, type SchemaEngine, type SchemaEngineRotations, type SchemaEngineTorque, type SchemaEntityChanges, type SchemaEntityExtraction, type SchemaEntityKey, type SchemaEntityReference, type SchemaEnumSource, type SchemaEnumValue, type SchemaEnums, type SchemaEnumsResponse, type SchemaErrorDetail, type SchemaErrorEnum_401, type SchemaErrorMessages, type SchemaErrorResponse, type SchemaError_401, type SchemaError_403, type SchemaError_422, type SchemaError_429, type SchemaError_4Xx, type SchemaEstablishment, type SchemaEstablishmentQueryModel, type SchemaEuromexLegalPayload, type SchemaExcludedCoverage, type SchemaExhibitionActivity, type SchemaExistsReply, type SchemaExportActivity, type SchemaExportAdvisoryReportByIdParams, type SchemaExportAdvisoryReportCreateCmd, type SchemaExportOption, type SchemaExportsQueued, type SchemaExternalRef, type SchemaExternalRefCompany, type SchemaExternalRefsQueryModel, type SchemaExternalResponseFormatted, type SchemaExtraLegalBenefits, type SchemaExtractDocumentCmd, type SchemaExtractOneDocumentResponse, type SchemaExtractOnePoliciesDocumentResponse, type SchemaExtractSingularDocumentAsInsurancePolicyParams, type SchemaExtractSingularDocumentAsOfferParams, type SchemaExtractSingularDocumentEnqueueParams, type SchemaExtractSingularDocumentInsurancePoliciesEnqueueParams, type SchemaExtractSingularDocumentOffersEnqueueParams, type SchemaExtractSingularDocumentParams, type SchemaExtractSingularDocumentPartyEnqueueParams, type SchemaExtractThemeCmd, type SchemaExtractWebsiteThemeParams, type SchemaExtractedInsurancePolicy, type SchemaExtractedQuestionnaireFilters, type SchemaExtractedQuestionnaireRequest, type SchemaFacade, type SchemaFamilyPayloads, type SchemaFamilyReferenceQueryModel, type SchemaFamilyRiskObjectIdWithRevisionId, type SchemaFamilyStatus, type SchemaFamilyStatus_2, type SchemaFaqCreateCmd, type SchemaFaqItem, type SchemaFaqQueryModel, type SchemaFaqType, type SchemaFasterForwardDocumentUploadCmd, type SchemaFeatureItem, type SchemaFeedback, type SchemaFieldMapping, type SchemaFieldMappingManager, type SchemaFieldOperation, type SchemaFieldTransformer, type SchemaFinConnectLinkQueryModel, type SchemaFinancial, type SchemaFinancialInfo, type SchemaFinancialInstitution, type SchemaFinancing, type SchemaFinishingType, type SchemaFireSpecifications, type SchemaFlammableLiquids, type SchemaFleet, type SchemaFleetInfo, type SchemaFleetQueryModel, type SchemaFleetRiskObjectIdWithRevisionId, type SchemaFloatCalculationSpec, type SchemaFloor, type SchemaFlow, type SchemaFlowInfo, type SchemaFlowMailType, type SchemaFlowRequest, type SchemaFlowSessionQueryModel, type SchemaFlowSessionReference, type SchemaFlowSessionStatus, type SchemaFlowStatus, type SchemaFlowSubType, type SchemaFlowType, type SchemaFlowVersion, type SchemaFlowsError, type SchemaFlowsErrorType, type SchemaFlowsInfo, type SchemaFlowsModelsAnvaAnvaInsurancePackageInsurancePolicy, type SchemaFlowsModelsAnvaAnvaPartyBaseAddress, type SchemaFlowsModelsAnvaAnvaQuoteCoverage, type SchemaFlowsModelsAnvaAnvaQuoteDocument, type SchemaFlowsModelsAnvaAnvaQuotePossiblePackage, type SchemaFlowsModelsAnvaSendOfferMailCmdDocument, type SchemaFlowsModelsAnvaWarning, type SchemaFlowsModelsDiasDiasInsurancePackageInsurancePolicy, type SchemaFlowsModelsDiasDiasOfferDocument, type SchemaFlowsModelsDiasDiasOfferMailCmdDiasOfferDocument, type SchemaFlowsModelsDiasDiasPartyBaseAddress, type SchemaFlowsModelsDiasDiasQuoteCoverage, type SchemaFlowsModelsDiasDiasQuotePossiblePackage, type SchemaFlowsModelsDiasDocument, type SchemaFlowsModelsDiasWarning, type SchemaFlowsModelsYellowhiveDocument, type SchemaFlowsModelsYellowhiveWarning, type SchemaFlowsModelsYellowhiveYellowHiveQuoteCoverage, type SchemaForecast, type SchemaForecastDataResponse, type SchemaFormattedExceptionModel, type SchemaFormulaInfo, type SchemaForwardCollisionWarning, type SchemaFoyerCar, type SchemaFoyerCarPayload, type SchemaFoyerDriver, type SchemaFranchise, type SchemaFranchiseLevel, type SchemaFranchiseQueryModel, type SchemaFranchiseType, type SchemaFrontPageCmd, type SchemaFrontPageQueryModel, type SchemaFrontalCrashProtection, type SchemaFrontalCrashProtectionDriver, type SchemaFrontalCrashProtectionPassenger, type SchemaFrontalCrashProtectionRear, type SchemaFsmaStatute, type SchemaFuel, type SchemaFuelCapacity, type SchemaFuelConsumption, type SchemaFullLeaseOfferQueryModel, type SchemaFunction, type SchemaFuneralPayloads, type SchemaFuneralPreference, type SchemaFuneralPreferenceQueryModel, type SchemaFuturePlans, type SchemaGender, type SchemaGeneral, type SchemaGenerateAboutUsCmd, type SchemaGenerateCompanyDescriptionCmd, type SchemaGenerateCompanyDescriptionParams, type SchemaGenerateCompanyDescriptionResponse, type SchemaGenerateCompanySettingsAboutUsParams, type SchemaGenerateConceptReplyCmd, type SchemaGenerateConceptReplyParams, type SchemaGenerateDnsPrefixParams, type SchemaGenerateRecommendationParams, type SchemaGenerateRecommendationsByPartyIdParams, type SchemaGetAddressInfoPremiumResponse, type SchemaGetAdvisoryReportDiffResponse, type SchemaGetAutomobileBrandResponse, type SchemaGetAutomobileBrandsResponse, type SchemaGetAutomobileFactsResponse, type SchemaGetAutomobileSerieResponse, type SchemaGetAutomobileSeriesResponse, type SchemaGetAutomobileVersionResponse, type SchemaGetAutomobileVersionsResponse, type SchemaGetCarInsuranceInsightsParams, type SchemaGetCarPremiumResponse, type SchemaGetCityResponse, type SchemaGetCompanyMultiResponse, type SchemaGetCompanySingleResponse, type SchemaGetDirectorMultiResponse, type SchemaGetNumberPlatePremiumResponse, type SchemaGetSearchAddressNewResponse, type SchemaGetStreetResponse, type SchemaGetVinPremiumResponse, type SchemaGiveSelectedProductsFeedbackParams, type SchemaGuarantee, type SchemaGuaranteeBase, type SchemaGuaranteeContent, type SchemaGuaranteeMatchingScores, type SchemaGuaranteeModification, type SchemaGuaranteeTag, type SchemaHandleCalculateAnvaQuotesForConversationParams, type SchemaHandleCalculateOneAnvaQuoteForConversationParams, type SchemaHandleCalculateOneDiasQuoteForConversationParams, type SchemaHandleCalculateOneYellowhiveQuoteForConversationParams, type SchemaHandleCreateAnvaPartyParams, type SchemaHandleCreateDiasPartyParams, type SchemaHandleCreateDocumentFromQuestionnaireParams, type SchemaHandleCreateYellowhiveContactPersonParams, type SchemaHandleGenerateQuestionsToPrefillByCarParams, type SchemaHandleImportAnvaProductsParams, type SchemaHandleImportDiasProductsParams, type SchemaHandleMarkSessionCompletedParams, type SchemaHandleQueueCalculateAnvaQuotesForConversationParams, type SchemaHandleQueueCalculateDiasQuotesForConversationParams, type SchemaHandleQueueCalculateYellowhiveQuotesForConversationParams, type SchemaHandleQueueSendCustomQuotesToAnvaParams, type SchemaHandleQuoteCalculationV2ExtraParams, type SchemaHandleQuoteMailSendParams, type SchemaHandleQuoteSaveParams, type SchemaHandleRecalculateAnvaSimulationParams, type SchemaHandleRecalculateDiasSimulationParams, type SchemaHandleRecalculateYellowhiveSimulationParams, type SchemaHandleRetrieveConversationReportPdfBySessionIdParams, type SchemaHandleRetrieveProductsV2Params, type SchemaHandleSendDiasOfferMailParams, type SchemaHandleSendOfferMailParams, type SchemaHandleSetAskLaterQuestionIdsParams, type SchemaHandleUpdateAllAnvaQuestionnaireQuestionsByAnvaLabelParams, type SchemaHandleUpdateAnvaPartyParams, type SchemaHandleUpdateAnvaProductCoverageParams, type SchemaHandleUpdateAnvaProductsParams, type SchemaHandleUpdateAnvaQuestionnairesByProductIdParams, type SchemaHandleUpdateDiasQuestionnairesByProductIdParams, type SchemaHandleUpdateDiasflowsProductByIdParams, type SchemaHandleUpdateDiasflowsProductCoverageByIdParams, type SchemaHandleUpdateSessionParams, type SchemaHandleUpdateYellowhiveQuestionnairesByProductIdParams, type SchemaHandleUpsertAnvaClosingQuestionsParams, type SchemaHandleUpsertSupportedAnvaflowsTagParams, type SchemaHandleValidateAnvaQuestionnairesByProductIdParams, type SchemaHandleValidateDiasQuestionnairesByProductIdParams, type SchemaHandleValidateYellowhiveQuestionnairesByProductIdParams, type SchemaHazardLevel, type SchemaHeaders, type SchemaHeatingType, type SchemaHighSpeedAutomaticEmergencyBraking, type SchemaHobbies, type SchemaHolderState, type SchemaHomeAge, type SchemaHomeEvaluationType, type SchemaHomeNlPayloads, type SchemaHomePayloads, type SchemaHomeToWorkDistance, type SchemaHomeToWorkDistance_2, type SchemaHp, type SchemaHttpMethod, type SchemaIbanValidation, type SchemaIdIntResponse, type SchemaIdentificationTypes, type SchemaIdentificationTypes_2, type SchemaImpactTime, type SchemaImpactTime_2, type SchemaImportActivity, type SchemaImportPartyError, type SchemaImportPartyResponse, type SchemaIncomeData, type SchemaInformationRequirementSheetSpecification, type SchemaInputType, type SchemaInsurance, type SchemaInsuranceCarrierType, type SchemaInsuranceCarrierType_2, type SchemaInsuranceCompanyRetrieveResponse, type SchemaInsuranceCompanyTag, type SchemaInsuranceCompanyTag_2, type SchemaInsuranceContent, type SchemaInsuranceExtended, type SchemaInsuranceFsma, type SchemaInsuranceHistory, type SchemaInsuranceModuleExportQueryModel, type SchemaInsuranceModuleExportType, type SchemaInsurancePoliciesQueryModel, type SchemaInsurancePolicyCreateCmd, type SchemaInsurancePolicyCreateType, type SchemaInsurancePolicyDocumentCmd, type SchemaInsurancePolicyDocumentQueryModel, type SchemaInsurancePolicyDocumentType, type SchemaInsurancePolicyEntity, type SchemaInsurancePolicyLinkCmd, type SchemaInsurancePolicyLinkQueryModel, type SchemaInsurancePolicyQueryModel, type SchemaInsurancePolicySimulationSendRequest, type SchemaInsurancePolicySimulationType, type SchemaInsurancePolicySimulationUpsertCmd, type SchemaInsurancePolicyStatus, type SchemaInsurancePolicyType, type SchemaInsurancePolicyType_2, type SchemaInsuranceProduct, type SchemaInsuranceProductAdvices, type SchemaInsuranceProductByDistributionUpdateCmd, type SchemaInsuranceProductClauseCreateCmd, type SchemaInsuranceProductClauseUpdateCmd, type SchemaInsuranceProductClausesQueryModel, type SchemaInsuranceProductEntity, type SchemaInsuranceProductQueryModel, type SchemaInsuranceProductRecommendation, type SchemaInsuranceProductRecommendationPatchCmd, type SchemaInsuranceProductsQueryModel, type SchemaInsuranceTerminationReasonType, type SchemaInsuranceTerminationReasonType_2, type SchemaInsuranceType, type SchemaInsuranceType_2, type SchemaInsuredContentValue, type SchemaInsuredValue, type SchemaInventoryCheckupItem, type SchemaInviteCustomersToPartyParams, type SchemaInviteUsersToDistributionParams, type SchemaInvoice, type SchemaInvoiceQueryModel, type SchemaInvoicesQueryModel, type SchemaIsBurglarProof, type SchemaItServices, type SchemaItem, type SchemaJob, type SchemaJobQueuedResponse, type SchemaJobResult, type SchemaJobResultType, type SchemaJobStatus, type SchemaJointIndustrialCommittee, type SchemaJointIndustrialCommitteeQueryModel, type SchemaJsonRpcError, type SchemaJsonRpcReply, type SchemaKey, type SchemaKeys, type SchemaKind, type SchemaKmPerYear, type SchemaKmPerYear_2, type SchemaKw, type SchemaLabelValueCount, type SchemaLabeledItems, type SchemaLaneCenteringAssist, type SchemaLaneDepartureWarning, type SchemaLaneKeepingAssistance, type SchemaLanguage, type SchemaLanguageCodes, type SchemaLarLegalPayload, type SchemaLastAnswer, type SchemaLateralCrashProtection, type SchemaLateralCrashProtectionDriver, type SchemaLateralCrashProtectionPassenger, type SchemaLateralCrashProtectionRear, type SchemaLeadCampaignQueryModel, type SchemaLeadDocumentQueryModel, type SchemaLeadDocumentType, type SchemaLeadProviderQueryModel, type SchemaLeadProviderResponse, type SchemaLeadProvidersResponse, type SchemaLeadReferenceQueryModel, type SchemaLeadRetrieveReply, type SchemaLeadStatus, type SchemaLeadTransferPayload, type SchemaLeaseOfferDocumentQueryModel, type SchemaLeaseOfferDocumentType, type SchemaLeaseOfferType, type SchemaLeaseType, type SchemaLeaseType_2, type SchemaLegalAid, type SchemaLegalForm, type SchemaLegalForm_2, type SchemaLegalPayloads, type SchemaLegalReferenceQueryModel, type SchemaLegalRiskObjectIdWithRevisionId, type SchemaLength, type SchemaLengthUnit, type SchemaLez, type SchemaLezCity, type SchemaLezPass, type SchemaLezYears, type SchemaLiabilityInfo, type SchemaLiabilityType, type SchemaLiabilityType_2, type SchemaLicense, type SchemaLicensePlateType, type SchemaLicensePlateType_2, type SchemaLink, type SchemaLinkPartyToUserCmd, type SchemaLinkPartyToUserCmdItem, type SchemaLinkPartyToUserParams, type SchemaLinkedCompany, type SchemaLinkedCompanyQueryModel, type SchemaLivingRoomSize, type SchemaLocalisationPatchCmd, type SchemaLocalization, type SchemaLocalized, type SchemaLowerCaseCountryCodes, type SchemaLowerCaseLanguageCodes, type SchemaMachineAcquisitionType, type SchemaMachineDelivery, type SchemaMailEvent, type SchemaMainBuilding, type SchemaMainBuildingType, type SchemaManagement, type SchemaManagementFuturePlans, type SchemaManagementQueryModel, type SchemaMarkSessionAsCompletedModel, type SchemaMarkSessionAsCompletedResponse, type SchemaMaxLoadWeight, type SchemaMaxRoofLoad, type SchemaMaxSpeed, type SchemaMaxVolumeTrunk, type SchemaMaxWeight, type SchemaMembership, type SchemaMercuryModelsAnvaListItem, type SchemaMercuryModelsAssuDocumentUploadCmd, type SchemaMercuryModelsFasterforwardDocumentUploadCmd, type SchemaMercuryModelsFasterforwardFasterForwardSearchRelations, type SchemaMercuryModelsFasterforwardFasterForwardSearchRelationsFasterForwardSearchRelations, type SchemaMercuryModelsFasterforwardListItem, type SchemaMercuryModelsFasterforwardTaskCmd, type SchemaMercuryModelsFasterforwardTaskPriority, type SchemaMercuryModelsMDiasTaskCmd, type SchemaMercuryModelsMDiasTaskPriority, type SchemaMergePartiesIntoPartyByIdParams, type SchemaMetadata, type SchemaMicrosoftOutlookMailFolder, type SchemaMicrosoftOutlookMailFolders, type SchemaMimeType, type SchemaMinVolumeTrunk, type SchemaMinimalBicycle, type SchemaMinimalBoat, type SchemaMinimalCar, type SchemaMinimalClaim, type SchemaMinimalCoverageQueryModel, type SchemaMinimalCustomerPartyQueryModel, type SchemaMinimalCustomerPartyQueryModels, type SchemaMinimalDutyOfCareItem, type SchemaMinimalFamily, type SchemaMinimalFleet, type SchemaMinimalInsurancePolicy, type SchemaMinimalInsurancePolicyQueryModel, type SchemaMinimalInventorySummary, type SchemaMinimalInvoice, type SchemaMinimalLegal, type SchemaMinimalMiscellaneous, type SchemaMinimalOfferQueryModel, type SchemaMinimalPartyGroup, type SchemaMinimalPartyQueryModel, type SchemaMinimalPolicyPackage, type SchemaMinimalResidence, type SchemaMinimalRiskObject, type SchemaMinimalRiskObjects, type SchemaMinimalSemiTrailer, type SchemaMinimalTeacher, type SchemaMinimalTrailer, type SchemaMinimalTwoWheeler, type SchemaMinimalUser, type SchemaMinimalUserQueryModels, type SchemaMiscellaneous, type SchemaMiscellaneousRiskObjectIdWithRevisionId, type SchemaMortgage, type SchemaMostImportantItems, type SchemaMostImportantItems_2, type SchemaMotorType, type SchemaMotorType_2, type SchemaMotorcycleInterests, type SchemaMotorcycleInterests_2, type SchemaMultiAffiliationInfoQueryModel, type SchemaMultiAffiliationQueryModel, type SchemaMultiAnvaAdnCoverageQueryModel, type SchemaMultiAnvaClosingQuestionQueryModel, type SchemaMultiAnvaCoverageQueryModel, type SchemaMultiAnvaInsuranceCompanyQueryModel, type SchemaMultiAnvaInsuranceQueryModel, type SchemaMultiAnvaLabelQueryModel, type SchemaMultiAnvaProductQueryModel, type SchemaMultiAnvaQuestionByAnvaLabelUpdateCmd, type SchemaMultiAnvaTagQueryModel, type SchemaMultiBrokerQueryModel, type SchemaMultiDiasAfdBranchQueryModel, type SchemaMultiDiasInsuranceQueryModel, type SchemaMultiDiasPartySaluationQueryModel, type SchemaMultiDiasPartyTitleQueryModel, type SchemaMultiDiasProductQueryModel, type SchemaMultiDiasProductSearchQueryModel, type SchemaMultiFlowSessionItemQueryModel, type SchemaMultiFlowSessionQueryModel, type SchemaMultiLeaseOfferQueryModel, type SchemaMultiOfferQueryModel, type SchemaMultiPartyQueryModel, type SchemaMultiQuoteBeSession, type SchemaMultiQuoteNlSession, type SchemaMultiYellowHiveCoverageQueryModel, type SchemaMultiYellowHiveInsuranceQueryModel, type SchemaMultiYellowHiveProductQueryModel, type SchemaNationalIdentificationNumberValidation, type SchemaNatsError, type SchemaNextActionItem, type SchemaNextActionSource, type SchemaNextActionType, type SchemaNotice, type SchemaNumberPlateInfo, type SchemaNumberPlatePremiumResponse, type SchemaOccupationType, type SchemaOfferCampaignQueryModel, type SchemaOfferCreateCmdV2, type SchemaOfferCreateResponse, type SchemaOfferCreateRevisionCmd, type SchemaOfferPatchBulkCmd, type SchemaOfferPayment, type SchemaOfferRejectionCancellationReason, type SchemaOfferRequestForInsuranceCompanyCreateCmd, type SchemaOfferRequestForInsuranceCompanyInsuranceProductItem, type SchemaOfferRequestForInsuranceCompanyItem, type SchemaOfferRequestForInsuranceCompanyItemWithId, type SchemaOfferRequestForInsuranceCompanyParty, type SchemaOfferRevisionDocument, type SchemaOfferRevisionDocumentType, type SchemaOfferRevisionPatchCmd, type SchemaOfferRevisionQueryModel, type SchemaOfferRevisionReferenceQueryModel, type SchemaOfferStatus, type SchemaOfferWarning, type SchemaOmniumFormula, type SchemaOmniumFormulaByName, type SchemaOmniumFormulaByName_2, type SchemaOmniumFormula_2, type SchemaOnesuranceAction, type SchemaOnesuranceActionType, type SchemaOnesuranceAdvice, type SchemaOnesuranceAdviceLevel, type SchemaOnesuranceAdviceType, type SchemaOnesuranceExplanationData, type SchemaOnesuranceIntent, type SchemaOnesurancePartyData, type SchemaOnesuranceProduct, type SchemaOnesuranceQuickFeedback, type SchemaOnesuranceRecommendation, type SchemaOnesuranceRecommendationType, type SchemaOnesuranceRecommendations, type SchemaOnesuranceRelationDetails, type SchemaOpenClaimsCheckupItem, type SchemaOptimcoCar, type SchemaOptimcoCarPayload, type SchemaOptimcoDriver, type SchemaOptimcoFamilyPayload, type SchemaOptions, type SchemaOrderInsurancePolicyForAdvisoryReportRevisionParams, type SchemaOrigin, type SchemaOtherSafetySystems, type SchemaOutlook, type SchemaOutlookConnectionDetails, type SchemaOutlookEmail, type SchemaOutlookEmailItem, type SchemaOutlookEmails, type SchemaOutlookMailHeader, type SchemaOutlookMailRecepient, type SchemaOverdueInvoicesCheckupItem, type SchemaOverrideInsuranceProductRecommendationParams, type SchemaOverridePreventionAdviceRecommendationParams, type SchemaPackagesToProposeCheckupItem, type SchemaPaginatedInsuranceCompanyResponse, type SchemaPaginatedLeadReply, type SchemaPaginatedOffersResponse, type SchemaPaginatedOffersV2Response, type SchemaPagination, type SchemaParcelData, type SchemaPartiesQueryModel, type SchemaPartiesQueryModelItem, type SchemaPartiesSearchCmd, type SchemaPartiesSearchItem, type SchemaPartiesSearchResponse, type SchemaPartyAddresses, type SchemaPartyAssigneesUpdateCmd, type SchemaPartyCheckupResponse, type SchemaPartyComplianceType, type SchemaPartyConversationNotes, type SchemaPartyCurrentAccountInsightsQueryModel, type SchemaPartyDocument, type SchemaPartyDocumentQueryModel, type SchemaPartyDocumentType, type SchemaPartyDocumentUpload, type SchemaPartyDocuments, type SchemaPartyEntity, type SchemaPartyExternalRefsCreateCmd, type SchemaPartyExternalRefsQueryModel, type SchemaPartyGroupCustomerQueryModel, type SchemaPartyGroupReferenceQueryModel, type SchemaPartyGroupRiskObjectIdWithRevisionId, type SchemaPartyInvite, type SchemaPartyKycItem, type SchemaPartyKycQueryModel, type SchemaPartyLink, type SchemaPartyLinkQueryModel, type SchemaPartyLogoCmd, type SchemaPartyLogoQueryModel, type SchemaPartyMergeCmd, type SchemaPartyNoteCmd, type SchemaPartyOriginFilter, type SchemaPartyOriginFilterItem, type SchemaPartyPatchCmd, type SchemaPartyPreferences, type SchemaPartyPreferencesQueryModel, type SchemaPartyQueryModel, type SchemaPartyRelation, type SchemaPartyRelationCreateCmd, type SchemaPartyRelationQueryModel, type SchemaPartyRelationType, type SchemaPartyRelationType_2, type SchemaPartySocialLinks, type SchemaPartyStatus, type SchemaPartyStatus_2, type SchemaPartyTransferPayload, type SchemaPartyWithMetadata, type SchemaPaymentInterval, type SchemaPaymentIntervalLowerCaseValues, type SchemaPaymentInterval_2, type SchemaPaymentMethod, type SchemaPaymentMethod_2, type SchemaPaymentStatus, type SchemaPedestrianDetection, type SchemaPendingUpgradesReply, type SchemaPerformance, type SchemaPeriodicCash, type SchemaPermittedTowbarDownload, type SchemaPermittedTrailerLoadWithoutBrakes, type SchemaPersonalizedAdvice, type SchemaPersonalizedAdviceResponse, type SchemaPersonnelDetails, type SchemaPhysicalProperties, type SchemaPiaContractConversionStatus, type SchemaPlanQueryModel, type SchemaPlanStatus, type SchemaPlansReply, type SchemaPnpCar, type SchemaPnpCarPayload, type SchemaPnpDriver, type SchemaPnpFamilyPayload, type SchemaPnpHome, type SchemaPnpHomePayload, type SchemaPoliciesToProposeCheckupItem, type SchemaPolicyDocumentType, type SchemaPolicyHolderRelation, type SchemaPolicyHolderRelation_2, type SchemaPolicyPackageCreateCmd, type SchemaPolicyPackageEntity, type SchemaPolicyPackageQueryModel, type SchemaPolicyPackagesQueryModel, type SchemaPossibleInsuranceProductQueryModel, type SchemaPossibleInsuranceProductsQueryModel, type SchemaPostInsuranceTermsChatFeedbackParams, type SchemaPostInsuranceTermsChatParams, type SchemaPostInsuranceTermsComparisonParams, type SchemaPreferredWayOfContact, type SchemaPremium, type SchemaPremiumQueryModel, type SchemaPreventAdvice, type SchemaPreventionAdvice, type SchemaPreventionAdviceDistributionUpdateCmd, type SchemaPreventionAdviceQueryModel, type SchemaPreventionAdviceRecommendation, type SchemaPreventionAdviceRecommendationPatchCmd, type SchemaPreventionMeasure, type SchemaPreventionPlan, type SchemaPrice, type SchemaPriceQualityRatio, type SchemaPriceRange, type SchemaPriorityTag, type SchemaProductInfo, type SchemaProductV2, type SchemaProductsFilterSort, type SchemaProductsGroupBy, type SchemaProductsV2Filter, type SchemaProductsV2Response, type SchemaProfession, type SchemaProfileaseLeaseRate, type SchemaProfileaseLeaseResidual, type SchemaProfileaseLeaseType, type SchemaProfileaseQuote, type SchemaPromotion, type SchemaPromotionCriteria, type SchemaPromotionModifications, type SchemaPromotionQueryModel, type SchemaPropertyType, type SchemaProspectCreationResponse, type SchemaProspectReferenceQueryModel, type SchemaProspectType, type SchemaProvenanceDocumentReference, type SchemaPublicConnectionQueryModel, type SchemaPublicConnectionsQueryModel, type SchemaPublicDistributionConnectionQueryModel, type SchemaQuestion, type SchemaQuestionGroup, type SchemaQuestionUpdateCmd, type SchemaQuestionnaire, type SchemaQuote, type SchemaQuoteDetails, type SchemaQuoteExport, type SchemaQuoteExportRequest, type SchemaQuoteExportResponse, type SchemaQuoteMailSendRequest, type SchemaQuoteMailSendResponse, type SchemaQuoteReferenceQueryModel, type SchemaQuoteRequestV2Base, type SchemaQuoteResponse, type SchemaQuoteResponseV2, type SchemaQuoteSpecification, type SchemaQuoteStatus, type SchemaRateLimitErrorMsgEnum, type SchemaRearAutomaticEmergencyBraking, type SchemaRearCrossTrafficWarning, type SchemaRecalculateAnvaQuoteRequest, type SchemaRecalculateAnvaSimulationCmd, type SchemaRecalculateDiasQuoteRequest, type SchemaRecalculateDiasSimulationCmd, type SchemaRecalculateYellowHiveQuoteRequest, type SchemaRecalculateYellowHiveSimulationCmd, type SchemaRecommendation, type SchemaRecommendationLevel, type SchemaRecommendationReferenceQueryModel, type SchemaRecommendationsBaseCreateCmd, type SchemaRecommendationsCreateCmd, type SchemaRecommendationsQueryModel, type SchemaRecommendationsV2CreateCmd, type SchemaReconstructionValueDefinedType, type SchemaReference, type SchemaRegex, type SchemaRegistration, type SchemaRelations, type SchemaRentOutTerm, type SchemaRepairCosts, type SchemaReportRevisionStatus, type SchemaReportRevisionStatusSubset, type SchemaResidenceBuildingType, type SchemaResidenceComplianceType, type SchemaResidenceFloodType, type SchemaResidenceMonumentType, type SchemaResidencePreferences, type SchemaResidenceReferenceQueryModel, type SchemaResidenceRiskObjectIdWithRevisionId, type SchemaResidenceTheftProtection, type SchemaResidenceUsage, type SchemaRestrictiveAddress, type SchemaRestrictiveCar, type SchemaRestrictiveDriveAssistanceSystem, type SchemaRestrictiveDriver, type SchemaRetrieveAdvisoryReportFrontPageStandalonePdfParams, type SchemaRetrieveFlowResponse, type SchemaRetrieveQuestionnaireResponse, type SchemaRetrieveQuotesBatchResponse, type SchemaRetrieveQuotesExportsResponse, type SchemaRetrieveQuotesInsightsResponse, type SchemaRideHeight, type SchemaRiskAddress, type SchemaRiskAnalysisSubjects, type SchemaRiskData, type SchemaRiskDomain, type SchemaRiskDomainActionQueryModel, type SchemaRiskDomainAdviceQueryModel, type SchemaRiskDomainDistributionUpdateCmd, type SchemaRiskDomainQueryModel, type SchemaRiskDomainsQueryModel, type SchemaRiskObject, type SchemaRiskObjectCarType, type SchemaRiskObjectCarType_2, type SchemaRiskObjectComplianceItem, type SchemaRiskObjectComplianceQueryModel, type SchemaRiskObjectCreationError, type SchemaRiskObjectCreationResponse, type SchemaRiskObjectEntity, type SchemaRiskObjectExternalRefsCreateCmd, type SchemaRiskObjectExternalRefsQueryModel, type SchemaRiskObjectFamilyType, type SchemaRiskObjectInFleet, type SchemaRiskObjectLegalType, type SchemaRiskObjectPartyGroupType, type SchemaRiskObjectPartyRelation, type SchemaRiskObjectReferenceQueryModel, type SchemaRiskObjectRelationCreateCmd, type SchemaRiskObjectRelationQueryModel, type SchemaRiskObjectRelationUpdateCmd, type SchemaRiskObjectResidenceType, type SchemaRiskObjectRevisionIds, type SchemaRiskObjectRevisions, type SchemaRiskObjectTeacherType, type SchemaRiskObjectTwoWheelerType, type SchemaRiskObjectType, type SchemaRiskObjectType_2, type SchemaRiskObjectsWithRevision, type SchemaRizivConventionStatus, type SchemaRizivConventionStatus_2, type SchemaRizivMember, type SchemaRoleFilter, type SchemaRoleFilterType, type SchemaRollingWorkEquipmentType, type SchemaRollingWorkEquipmentType_2, type SchemaRoofConstructionType, type SchemaRoofTypes, type SchemaRooms, type SchemaRules, type SchemaSafety, type SchemaSafetyFeatureOption, type SchemaSafetyStickCar, type SchemaSafetyStickCarPayload, type SchemaSafetyStickDriver, type SchemaSalaryCoefficient, type SchemaSalaryCoefficient_2, type SchemaSatelliteProtection, type SchemaSatelliteProtectionSystem, type SchemaSatelliteProtectionSystem_2, type SchemaSavingTypes, type SchemaSavingTypes_2, type SchemaSearchAddress, type SchemaSearchPartiesParams, type SchemaSection, type SchemaSecurityMeasure, type SchemaSelectedRecommendationsFeedback, type SchemaSemiTrailerRiskObjectIdWithRevisionId, type SchemaSemiTrailerType, type SchemaSendAdvisoryReportRevisionMailParams, type SchemaSendMailForSimulationParams, type SchemaSendOfferMailCmd, type SchemaSendOfferMailResponse, type SchemaSentimentType, type SchemaSeries, type SchemaSeriesSortContext, type SchemaServerError, type SchemaServerErrorMsgEnum, type SchemaSessionCompletedRemarks, type SchemaSessionReport, type SchemaShareholder, type SchemaShareholderQueryModel, type SchemaSignatureBox, type SchemaSiloCapacity, type SchemaSingleAffiliationQueryModel, type SchemaSingleAuditDetailQueryModel, type SchemaSingleAuditQueryModel, type SchemaSingleUserQueryModel, type SchemaSingularityJobQueuedResponse, type SchemaSingularityJobResultBase, type SchemaSingularityModelsDocumentExtractorCmdLink, type SchemaSingularityModelsPartyCheckupLink, type SchemaSmtCompany, type SchemaSocialLinks, type SchemaSort, type SchemaSourceInfo, type SchemaSpeedAssistance, type SchemaSplitCost, type SchemaSportHobbies, type SchemaSportHobbies_2, type SchemaStateOfChildren, type SchemaStateOfChildren_2, type SchemaStatus, type SchemaStatusReply, type SchemaStatusResponse, type SchemaSteeringPosition, type SchemaSteeringPosition_2, type SchemaStorageSecurity, type SchemaStorageSecurity_2, type SchemaStreet, type SchemaStringCalculationSpec, type SchemaSubcity, type SchemaSubjectToVat, type SchemaSubjectToVat_2, type SchemaSupplierType, type SchemaSupplierType_2, type SchemaSupportedFileTypesResponse, type SchemaSupportedProFlowCountryCodes, type SchemaSurveillanceEquipmentType, type SchemaSwimmingPoolType, type SchemaSwitchCandidatesCheckupItem, type SchemaSymbol, type SchemaSystemCampaignType, type SchemaTableColumn, type SchemaTableRules, type SchemaTag, type SchemaTagContentItem, type SchemaTankLocationType, type SchemaTax, type SchemaTaxBaseBe, type SchemaTaxField, type SchemaTaxPaymentDetails, type SchemaTaxPaymentTime, type SchemaTeacherRiskObjectIdWithRevisionId, type SchemaTeams, type SchemaTechnicalEquipmentType, type SchemaTechniekNederlandTypeOfCompany, type SchemaTechniekNederlandTypeOfCompanySpecification, type SchemaTechniekNederlandTypeOfCompanySpecification_2, type SchemaTechniekNederlandTypeOfCompany_2, type SchemaTelephonenrCategory, type SchemaTelephonenrCategory_2, type SchemaTheftFormulas, type SchemaTheftFormulas_2, type SchemaTheme, type SchemaThemes, type SchemaThirdPartyActivity, type SchemaThirdPartyConstructionWorkInsuranceType, type SchemaThirdPartyConstructionWorkInsuranceType_2, type SchemaTitleAndMessageResponse, type SchemaTokenReply, type SchemaToolkitAccountCreateCmd, type SchemaToolkitBrokerCreateCmd, type SchemaToolkitBrokerCreationResponse, type SchemaToolkitLicenseType, type SchemaTrailerRiskObjectIdWithRevisionId, type SchemaTrailerTonnageCategory, type SchemaTrailerType, type SchemaTrailerType_2, type SchemaTransferCandidatesCheckupItem, type SchemaTransferLeadByIdParams, type SchemaTransferPartyByIdParams, type SchemaTransmissionType, type SchemaTransmissionType_2, type SchemaTransportInfo, type SchemaTravelMethods, type SchemaTravelMethods_2, type SchemaTravelsAYear, type SchemaTravelsAYear_2, type SchemaTriageEmailParams, type SchemaTriageResponse, type SchemaTrialOnboarding, type SchemaTrinityHandlersNatsOnboardingModelsUserIdResponse, type SchemaTrinityModelsUserAccountCreateCmdBroker, type SchemaTrinityModelsUserAccountCreateCmdDistribution, type SchemaTrinityModelsUserAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserToolkitAccountCreateCmdBroker, type SchemaTrinityModelsUserToolkitAccountCreateCmdDistribution, type SchemaTrinityModelsUserToolkitAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserTrialOnboardingDistribution, type SchemaTrinityModelsUserTrialOnboardingUserOVerwrite, type SchemaTruckDestination, type SchemaTruckDestination_2, type SchemaTurnover, type SchemaTwoFactorCreateCmd, type SchemaTwoFactorDisableCmd, type SchemaTwoFactorResponse, type SchemaTwoWheelerCategories, type SchemaTwoWheelerReferenceQueryModel, type SchemaTwoWheelerRiskObjectIdWithRevisionId, type SchemaTwoWheelerVehicleType, type SchemaTypeOfWork, type SchemaTypeOfWork_2, type SchemaTypedKeys, type SchemaUnitOfLength, type SchemaUnitOfLength_2, type SchemaUpdateAdvicesByInsuranceProductInDistributionParams, type SchemaUpdateAdvisoryReportAcceptanceByIdParams, type SchemaUpdateAdvisoryReportMetadataByIdParams, type SchemaUpdateAnvaPartyCompanyCmd, type SchemaUpdateAnvaPartyCustomerCmd, type SchemaUpdateBicycleRiskObjectByIdV2Params, type SchemaUpdateBoatRiskObjectByIdV2Params, type SchemaUpdateBrokerByIdParams, type SchemaUpdateBrokerConnectionByKeyParams, type SchemaUpdateCampaignAssistantAvatarCmd, type SchemaUpdateCampaignByIdParams, type SchemaUpdateCampaignCmd, type SchemaUpdateCampaignLogoCmd, type SchemaUpdateCarRiskObjectByIdV2Params, type SchemaUpdateCustomThemeAsDistributionParams, type SchemaUpdateDistributionConnectionByKeyParams, type SchemaUpdateDocumentByPartyIdParams, type SchemaUpdateEmailByIdParams, type SchemaUpdateFamilyRiskObjectByIdV2Params, type SchemaUpdateInsuranceProductClauseParams, type SchemaUpdateInsuranceProductInDistributionParams, type SchemaUpdateIntegrationsByBrokerIdParams, type SchemaUpdateLegalRiskObjectByIdV2Params, type SchemaUpdateMeUserByIdParams, type SchemaUpdateMiscellaneousRiskObjectByIdV2Params, type SchemaUpdateOfferRevisionParams, type SchemaUpdateOffersInBulkParams, type SchemaUpdatePartyActivityParams, type SchemaUpdatePartyAssigneesParams, type SchemaUpdatePartyByIdParams, type SchemaUpdatePartyGroupRiskObjectByIdV2Params, type SchemaUpdatePartyNoteByIdParams, type SchemaUpdatePasswordCmd, type SchemaUpdatePasswordForUserByUserIdParams, type SchemaUpdatePreventionAdviceInDistributionParams, type SchemaUpdateRelationByIdParams, type SchemaUpdateResidenceRiskObjectByIdV2Params, type SchemaUpdateRiskDomainActionFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainAdviceFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainInDistributionParams, type SchemaUpdateRiskObjectRelationByIdParams, type SchemaUpdateSemiTrailerRiskObjectByIdV2Params, type SchemaUpdateSessionCmd, type SchemaUpdateSettingsByDistributionIdParams, type SchemaUpdateTrailerRiskObjectByIdV2Params, type SchemaUpdateTwoWheelerRiskObjectByIdV2Params, type SchemaUpdateUspByIdParams, type SchemaUpdatedRiskObjectRevisionReply, type SchemaUploadDocumentPatchCmd, type SchemaUploadDocumentsInAnvaParams, type SchemaUploadDocumentsInAssuParams, type SchemaUploadDocumentsInDiasParams, type SchemaUploadDocumentsInFasterforwardParams, type SchemaUploadSignedUrlResponse, type SchemaUpsertActionFromAdviceInAdvisoryReportRevisionParams, type SchemaUpsertFaqItemParams, type SchemaUpsertInsurancePolicyForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicyPackageForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicySimulationForPartyParams, type SchemaUpsertPolicyPackageByPartyParams, type SchemaUserMeUpdateCmd, type SchemaUserRole, type SchemaValidator, type SchemaValuableItem, type SchemaValueUnitInt, type SchemaValueUnitStr, type SchemaVatType, type SchemaVatType_2, type SchemaVehicleRegistrationDateType, type SchemaVehicleRegistrationPlateValidation, type SchemaVehicleSearch, type SchemaVerifyIfADistributionExistsByCompanyRegistrationParams, type SchemaVerifyIfADistributionExistsByNameParams, type SchemaVerifyIfAUserExistsByEmailParams, type SchemaVersion, type SchemaVersionSortContext, type SchemaVillasureHomePayload, type SchemaVinInfo, type SchemaVinPremiumResponse, type SchemaViviumCar, type SchemaViviumCarPayload, type SchemaViviumDriver, type SchemaViviumFamilyPayload, type SchemaViviumHome, type SchemaViviumHomePayload, type SchemaVoltage, type SchemaWageBill, type SchemaWarningMsg, type SchemaWarranyOptions, type SchemaWarranyOptions_2, type SchemaWeightEmpty, type SchemaWgBeApiAddressModelsAddressAddress, type SchemaWgBeApiAddressModelsAddressInformationV2Company, type SchemaWgBeApiAddressModelsAddressInformationV2Link, type SchemaWgBeApiAddressModelsPersonsDirectorsCompany, type SchemaWgBeApiAddressModelsVatCompanyActivity, type SchemaWgBeApiAddressModelsVatCompanyAssetInfo, type SchemaWgBeApiAddressModelsVatCompanyContactPerson, type SchemaWgBeApiAddressModelsVatCompanyFleetInfo, type SchemaWgBeApiAddressModelsVatCompanyLink, type SchemaWgBeApiAddressModelsVatCompanyPersonnelDetails, type SchemaWgBeApiAddressModelsVatCompanyThirdPartyActivity, type SchemaWgBeApiAddressModelsVatCompanyTurnover, type SchemaWgBeApiAddressModelsVatCompanyWorkforce, type SchemaWgBeApiQuotesModelsBaseLocalization, type SchemaWgBeApiQuotesModelsBaseLocalization_2, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsCar, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsFamily, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsLegal, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsPartyGroup, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsResidence, type SchemaWgPyModelsComplexAddress, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoMachineDelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoPeriodicCash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoSiloCapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoMachinedelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoPeriodiccash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoSilocapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorksConstructionWorkDuration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworksConstructionworkduration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactPerson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactperson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFleetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalAid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalaid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyManagementFunction, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonnelDetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonneldetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdPartyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdpartyactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWageBill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWagebill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsAnnexAnnex, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverAssistanceSystemDriveAssistanceSystem, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverCarInsured, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriver, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsInsuranceHistoryInsuranceHistory, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsPersonPerson, type SchemaWgPyModelsDomainInsuranceInsurancesAedesAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzEnumsCarUsedFor, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesAragLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesArcesLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesAxaAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAxaCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsHolderState, type SchemaWgPyModelsDomainInsuranceInsurancesAxaFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesDasLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralParty, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralPartyGroup, type SchemaWgPyModelsDomainInsuranceInsurancesEuromexLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesLarLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesPnpFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesViviumCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesViviumFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumResidenceRooms, type SchemaWgPyModelsDomainInsuranceProspectCompany, type SchemaWgPyModelsDomainInsuranceProspectCompany_2, type SchemaWgPyModelsDomainInsuranceProspectCustomer, type SchemaWgPyModelsDomainInsuranceProspectCustomer_2, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferences, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferencesFuneralPreference, type SchemaWgPyModelsDomainInsuranceProspectPartypreferences, type SchemaWgPyModelsDomainInsuranceProspectPartypreferencesFuneralpreference, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesPartyExternalRefsQueryModel, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBicycleBicycle, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBoatBoat, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsCarCar, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsMiscMiscellaneous, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerSemiTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainInsuranceRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyPerson, type SchemaWgPyModelsDomainInsuranceRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceAnnexAnnex, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingFacade, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingMainBuilding, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidencePreferencesResidencePreferences, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceRoomsRooms, type SchemaWgPyModelsDomainInsuranceRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccident, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccidentStatement, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarInsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarinsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverbrandclubmembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleusage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainWegroupComplexAddress, type SchemaWgPyModelsDomainWegroupComplexAddress_2, type SchemaWgPyModelsDomainWegroupComplexCompanyRegistration, type SchemaWgPyModelsDomainWegroupComplexCompanyregistration, type SchemaWgPyModelsDomainWegroupComplexLocalization, type SchemaWgPyModelsDomainWegroupEnumsCarUsedFor, type SchemaWgPyModelsDomainWegroupEnumsClaimFreeYears, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsCurrency, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsGender, type SchemaWgPyModelsDomainWegroupEnumsHolderState, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes_2, type SchemaWgPyModelsDomainWegroupEnumsMiscellaneousType, type SchemaWgPyModelsDomainWegroupEnumsOfferRevisionDocumentType, type SchemaWgPyModelsDomainWegroupEnumsProfession, type SchemaWgPyModelsDomainWegroupEnumsProspectType, type SchemaWgPyModelsDomainWegroupEnumsProspectType_2, type SchemaWgPyModelsDomainWegroupRestResponsesStatusResponse, type SchemaWgPyModelsEnumsCoveragePeriod, type SchemaWgPyModelsEnumsCoverageperiod, type SchemaWgPyModelsNatsCompany, type SchemaWgPyModelsSmtReadInsuranceInsuranceProductQueryModelRiskDomain, type SchemaWgPyModelsSmtReadProspectExternalRefsQueryModel, type SchemaWgPyModelsSmtReadProspectManagementQueryModel, type SchemaWgPyModelsSmtReadProspectPartyDocumentQueryModel, type SchemaWgPyModelsSmtReadProspectPartyLogoQueryModel, type SchemaWgPyModelsUserCompany, type SchemaWgsdkQuotesCarEvaluationType, type SchemaWgsdkQuotesCountryCodes, type SchemaWgsdkSmtAccident, type SchemaWgsdkSmtAccidentStatement, type SchemaWgsdkSmtCarEvaluationType, type SchemaWgsdkSmtCountryCodes, type SchemaWgsdkSmtCoveragePeriod, type SchemaWgsdkSmtGender, type SchemaWgsdkSmtInsuranceHistory, type SchemaWgsdkSmtProfession, type SchemaWheelBase, type SchemaWheelBaseArray, type SchemaWheelRimSizeArray, type SchemaWheelRimsSize, type SchemaWheelSize, type SchemaWheelSizeArray, type SchemaWidth, type SchemaWindow, type SchemaWorkforce, type SchemaWorkforcePossibleDanger, type SchemaWorkingMethod, type SchemaYellowHiveCoverage, type SchemaYellowHiveInsurance, type SchemaYellowHiveInsurancePolicy, type SchemaYellowHiveProduct, type SchemaYellowHiveProductQuestionnaire, type SchemaYellowHiveProductQuestionnaireQueryModel, type SchemaYellowHiveProductQuestionnairesQueryModel, type SchemaYellowHiveProductQuestionnairesUpdateCmd, type SchemaYellowHiveProductQuestionnairesValidateCmd, type SchemaYellowHiveProductToInsurancePolicyLink, type SchemaYellowHiveProductsInConversationCmd, type SchemaYellowHiveQuote, type SchemaYellowHiveQuoteCalculationJob, type SchemaYellowHiveQuoteCalculationJobsQueuedResponse, type SeachStreetsByCityAndCountryQueryParams, type SeachStreetsByCityAndCountryResponse, type SearchAddressesByCountryQueryParams, type SearchAddressesByCountryResponse, type SearchAssuPartiesQueryParams, type SearchAssuPartiesResponse, type SearchCitiesByCountryQueryParams, type SearchCitiesByCountryResponse, type SearchDirectorsByFirstAndLastNameQueryParams, type SearchDirectorsByFirstAndLastNameResponse, type SearchEnterprisesByCountryQueryParams, type SearchEnterprisesByCountryResponse, type SearchFasterforwardPartiesQueryParams, type SearchFasterforwardPartiesResponse, type SearchPartiesBody, type SearchPartiesQueryParams, type SearchPartiesResponse, type SearchVehiclesBody, type SearchVehiclesQueryParams, type SearchVehiclesResponse, type SendAdvisoryReportAsMailBody, type SendAdvisoryReportAsMailPathParams, type SendAdvisoryReportAsMailQueryParams, type SendAdvisoryReportAsMailResponse, type SendAnvaInquiryAsCustomerBody, type SendAnvaInquiryAsCustomerResponse, type SendClaimToKeypointPathParams, type SendClaimToKeypointQueryParams, type SendClaimToKeypointResponse, type SendDiasOfferMailBySessionIdBody, type SendDiasOfferMailBySessionIdPathParams, type SendDiasOfferMailBySessionIdQueryParams, type SendDiasOfferMailBySessionIdResponse, type SendExampleCampaignTargetMailQueryParams, type SendExampleCampaignTargetMailResponse, type SendMailClaimReportByIdPathParams, type SendMailClaimReportByIdQueryParams, type SendMailClaimReportByIdResponse, type SendMailFollowupPageToCustomerPathParams, type SendMailFollowupPageToCustomerQueryParams, type SendMailFollowupPageToCustomerResponse, type SendMailForSimulationToPartyBody, type SendMailForSimulationToPartyPathParams, type SendMailForSimulationToPartyQueryParams, type SendMailForSimulationToPartyResponse, type SendOfferMailBySessionIdBody, type SendOfferMailBySessionIdPathParams, type SendOfferMailBySessionIdQueryParams, type SendOfferMailBySessionIdResponse, type SendOfferToAnvaBySessionIdPathParams, type SendOfferToAnvaBySessionIdQueryParams, type SendOfferToAnvaBySessionIdResponse, type SendPasswordResetToCustomerPathParams, type SendPasswordResetToCustomerResponse, type SendQuoteAsMailBody, type SendQuoteAsMailPathParams, type SendQuoteAsMailQueryParams, type SendQuoteAsMailResponse, type SetAskLaterQuestionsBody, type SetAskLaterQuestionsResponse, type TransferLeadToOtherDistributionBody, type TransferLeadToOtherDistributionPathParams, type TransferLeadToOtherDistributionQueryParams, type TransferLeadToOtherDistributionResponse, type TransferPartyToOtherDistributionBody, type TransferPartyToOtherDistributionPathParams, type TransferPartyToOtherDistributionQueryParams, type TransferPartyToOtherDistributionResponse, type TriageEmailBody, type TriageEmailResponse, type UnblockCustomerFromAccessingPartyPathParams, type UnblockCustomerFromAccessingPartyResponse, type UnlockClaimPathParams, type UnlockClaimQueryParams, type UnlockClaimResponse, type UpdateAdvisoryReportBody, type UpdateAdvisoryReportPathParams, type UpdateAdvisoryReportQueryParams, type UpdateAdvisoryReportResponse, type UpdateAnalyzedEmailIdBody, type UpdateAnalyzedEmailIdPathParams, type UpdateAnalyzedEmailIdQueryParams, type UpdateAnalyzedEmailIdResponse, type UpdateAnvaPartyViaConversationBody, type UpdateAnvaPartyViaConversationPathParams, type UpdateAnvaPartyViaConversationQueryParams, type UpdateAnvaPartyViaConversationResponse, type UpdateAnvaflowsQuestionnaireBody, type UpdateAnvaflowsQuestionnairePathParams, type UpdateAnvaflowsQuestionnaireQueryParams, type UpdateAnvaflowsQuestionnaireResponse, type UpdateBicycleRiskObjectBody, type UpdateBicycleRiskObjectPathParams, type UpdateBicycleRiskObjectQueryParams, type UpdateBicycleRiskObjectResponse, type UpdateBoatRiskObjectBody, type UpdateBoatRiskObjectPathParams, type UpdateBoatRiskObjectQueryParams, type UpdateBoatRiskObjectResponse, type UpdateBrokerByBrokerBody, type UpdateBrokerByBrokerPathParams, type UpdateBrokerByBrokerResponse, type UpdateBrokerConnectionByKeyBody, type UpdateBrokerConnectionByKeyPathParams, type UpdateBrokerConnectionByKeyResponse, type UpdateBrokerIntegrationsBody, type UpdateBrokerIntegrationsPathParams, type UpdateBrokerIntegrationsResponse, type UpdateCampaignBody, type UpdateCampaignPathParams, type UpdateCampaignQueryParams, type UpdateCampaignResponse, type UpdateCarRiskObjectBody, type UpdateCarRiskObjectPathParams, type UpdateCarRiskObjectQueryParams, type UpdateCarRiskObjectResponse, type UpdateClaimAsBrokerByIdPathParams, type UpdateClaimAsBrokerByIdQueryParams, type UpdateClaimAsBrokerByIdResponse, type UpdateClaimAsCustomerWithTokenPathParams, type UpdateClaimAsCustomerWithTokenQueryParams, type UpdateClaimAsCustomerWithTokenResponse, type UpdateCommentOnActivityPathParams, type UpdateCommentOnActivityQueryParams, type UpdateCommentOnActivityResponse, type UpdateConversationByIdBody, type UpdateConversationByIdPathParams, type UpdateConversationByIdResponse, type UpdateDeclarationRemarkPathParams, type UpdateDeclarationRemarkQueryParams, type UpdateDeclarationRemarkResponse, type UpdateDiasQuestionnaireBody, type UpdateDiasQuestionnairePathParams, type UpdateDiasQuestionnaireQueryParams, type UpdateDiasQuestionnaireResponse, type UpdateDistributionConnectionByKeyBody, type UpdateDistributionConnectionByKeyPathParams, type UpdateDistributionConnectionByKeyResponse, type UpdateDistributionIntegrationsPathParams, type UpdateDistributionIntegrationsResponse, type UpdateDistributionSettingsBody, type UpdateDistributionSettingsResponse, type UpdateDocumentForPartyBody, type UpdateDocumentForPartyPathParams, type UpdateDocumentForPartyResponse, type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse, type UpdateDocumentMetadataByIdPathParams, type UpdateDocumentMetadataByIdQueryParams, type UpdateDocumentMetadataByIdResponse, type UpdateEntityAsBrokerByIdPathParams, type UpdateEntityAsBrokerByIdQueryParams, type UpdateEntityAsBrokerByIdResponse, type UpdateEntityAsCustomerWithTokenPathParams, type UpdateEntityAsCustomerWithTokenQueryParams, type UpdateEntityAsCustomerWithTokenResponse, type UpdateFamilyRiskObjectBody, type UpdateFamilyRiskObjectPathParams, type UpdateFamilyRiskObjectQueryParams, type UpdateFamilyRiskObjectResponse, type UpdateFleetRiskObjectBody, type UpdateFleetRiskObjectPathParams, type UpdateFleetRiskObjectQueryParams, type UpdateFleetRiskObjectResponse, type UpdateInsuranceProductByDistributionBody, type UpdateInsuranceProductByDistributionPathParams, type UpdateInsuranceProductByDistributionResponse, type UpdateInsuranceProductClauseForDistributionBody, type UpdateInsuranceProductClauseForDistributionPathParams, type UpdateInsuranceProductClauseForDistributionQueryParams, type UpdateInsuranceProductClauseForDistributionResponse, type UpdateLegalRiskObjectBody, type UpdateLegalRiskObjectPathParams, type UpdateLegalRiskObjectQueryParams, type UpdateLegalRiskObjectResponse, type UpdateMiscellaneousRiskObjectBody, type UpdateMiscellaneousRiskObjectPathParams, type UpdateMiscellaneousRiskObjectQueryParams, type UpdateMiscellaneousRiskObjectResponse, type UpdateNotePathParams, type UpdateNoteQueryParams, type UpdateNoteResponse, type UpdateOfferByIdBody, type UpdateOfferByIdPathParams, type UpdateOfferByIdResponse, type UpdateOffersInBulkBody, type UpdateOffersInBulkResponse, type UpdatePartyActivitiesAsCustomerBody, type UpdatePartyActivitiesAsCustomerPathParams, type UpdatePartyActivitiesAsCustomerResponse, type UpdatePartyAssigneesBody, type UpdatePartyAssigneesPathParams, type UpdatePartyAssigneesQueryParams, type UpdatePartyAssigneesResponse, type UpdatePartyByIdBody, type UpdatePartyByIdPathParams, type UpdatePartyByIdResponse, type UpdatePartyGroupRiskObjectBody, type UpdatePartyGroupRiskObjectPathParams, type UpdatePartyGroupRiskObjectQueryParams, type UpdatePartyGroupRiskObjectResponse, type UpdatePartyNoteByIdBody, type UpdatePartyNoteByIdPathParams, type UpdatePartyNoteByIdResponse, type UpdatePartyRelationsBody, type UpdatePartyRelationsPathParams, type UpdatePartyRelationsResponse, type UpdatePreventionByDistributionBody, type UpdatePreventionByDistributionPathParams, type UpdatePreventionByDistributionResponse, type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody, type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams, type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse, type UpdateRelationBetweenRiskObjectAndPartyBody, type UpdateRelationBetweenRiskObjectAndPartyPathParams, type UpdateRelationBetweenRiskObjectAndPartyQueryParams, type UpdateRelationBetweenRiskObjectAndPartyResponse, type UpdateResidenceRiskObjectBody, type UpdateResidenceRiskObjectPathParams, type UpdateResidenceRiskObjectQueryParams, type UpdateResidenceRiskObjectResponse, type UpdateRiskDomainActionForAdvisoryReportByIdBody, type UpdateRiskDomainActionForAdvisoryReportByIdPathParams, type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams, type UpdateRiskDomainActionForAdvisoryReportByIdResponse, type UpdateRiskDomainAdviceForAdvisoryReportByIdBody, type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse, type UpdateRiskDomainByDistributionBody, type UpdateRiskDomainByDistributionPathParams, type UpdateRiskDomainByDistributionResponse, type UpdateSemiTrailerRiskObjectBody, type UpdateSemiTrailerRiskObjectPathParams, type UpdateSemiTrailerRiskObjectQueryParams, type UpdateSemiTrailerRiskObjectResponse, type UpdateTargetsByCampaignPathParams, type UpdateTargetsByCampaignQueryParams, type UpdateTargetsByCampaignResponse, type UpdateTrailerRiskObjectBody, type UpdateTrailerRiskObjectPathParams, type UpdateTrailerRiskObjectQueryParams, type UpdateTrailerRiskObjectResponse, type UpdateTwoWheelerRiskObjectBody, type UpdateTwoWheelerRiskObjectPathParams, type UpdateTwoWheelerRiskObjectQueryParams, type UpdateTwoWheelerRiskObjectResponse, type UpdateUspByDistributionAndIdBody, type UpdateUspByDistributionAndIdPathParams, type UpdateUspByDistributionAndIdQueryParams, type UpdateUspByDistributionAndIdResponse, type UpdateYellowhiveQuestionnaireBody, type UpdateYellowhiveQuestionnairePathParams, type UpdateYellowhiveQuestionnaireQueryParams, type UpdateYellowhiveQuestionnaireResponse, type UpdateYourOwnUserBody, type UpdateYourOwnUserResponse, type UpdateYourPasswordBody, type UpdateYourPasswordResponse, type UploadClaimDocumentAsBrokerPathParams, type UploadClaimDocumentAsBrokerQueryParams, type UploadClaimDocumentAsBrokerResponse, type UploadDocumentsInAnvaBody, type UploadDocumentsInAnvaPathParams, type UploadDocumentsInAnvaQueryParams, type UploadDocumentsInAnvaResponse, type UploadDocumentsInAssuBody, type UploadDocumentsInAssuPathParams, type UploadDocumentsInAssuQueryParams, type UploadDocumentsInAssuResponse, type UploadDocumentsInDiasBody, type UploadDocumentsInDiasPathParams, type UploadDocumentsInDiasQueryParams, type UploadDocumentsInDiasResponse, type UploadDocumentsInFasterforwardBody, type UploadDocumentsInFasterforwardPathParams, type UploadDocumentsInFasterforwardQueryParams, type UploadDocumentsInFasterforwardResponse, type UpsertAnvaClosingQuestionsBody, type UpsertAnvaClosingQuestionsQueryParams, type UpsertAnvaClosingQuestionsResponse, type UpsertDistributionFaqBody, type UpsertDistributionFaqQueryParams, type UpsertDistributionFaqResponse, type UpsertInsurancePoliciesForPartyBody, type UpsertInsurancePoliciesForPartyPathParams, type UpsertInsurancePoliciesForPartyResponse, type UpsertInsurancePolicySimulationForPartyBody, type UpsertInsurancePolicySimulationForPartyPathParams, type UpsertInsurancePolicySimulationForPartyResponse, type UpsertPolicyPackagesForPartyBody, type UpsertPolicyPackagesForPartyPathParams, type UpsertPolicyPackagesForPartyResponse, type ValidateAChassisNumberResponse, type ValidateACompanyRegistrationNumberResponse, type ValidateANationalIdentificationNumberBody, type ValidateANationalIdentificationNumberResponse, type ValidateATelephonenrResponse, type ValidateAVehicleRegistrationPlateBody, type ValidateAVehicleRegistrationPlateResponse, type ValidateAWebsiteResponse, type ValidateAnEmailResponse, type ValidateAnFsmaResponse, type ValidateAnIbanBody, type ValidateAnIbanResponse, type ValidateAnvaConnectionQueryParams, type ValidateAnvaConnectionResponse, type ValidateAnvaDwhConnectionQueryParams, type ValidateAnvaDwhConnectionResponse, type ValidateAnvaflowsQuestionnaireBody, type ValidateAnvaflowsQuestionnairePathParams, type ValidateAnvaflowsQuestionnaireQueryParams, type ValidateAnvaflowsQuestionnaireResponse, type ValidateClaimPathParams, type ValidateClaimQueryParams, type ValidateClaimResponse, type ValidateDiasQuestionnaireBody, type ValidateDiasQuestionnairePathParams, type ValidateDiasQuestionnaireQueryParams, type ValidateDiasQuestionnaireResponse, type ValidateFasterforwardConnectionQueryParams, type ValidateFasterforwardConnectionResponse, type ValidatePromotionsResponse, type ValidateYellowhiveQuestionnaireBody, type ValidateYellowhiveQuestionnairePathParams, type ValidateYellowhiveQuestionnaireQueryParams, type ValidateYellowhiveQuestionnaireResponse, type VerifyIfADistributionExistsByCompanyRegistrationBody, type VerifyIfADistributionExistsByCompanyRegistrationQueryParams, type VerifyIfADistributionExistsByCompanyRegistrationResponse, type VerifyIfADistributionExistsByNameBody, type VerifyIfADistributionExistsByNameQueryParams, type VerifyIfADistributionExistsByNameResponse, type VerifyIfAUserExistsByEmailBody, type VerifyIfAUserExistsByEmailQueryParams, type VerifyIfAUserExistsByEmailResponse, type WgApiSchema, type WgPaths, acceptOrRejectAnAdvisoryReport, activateOutlookConnectionSync, analyzeEmail, answerAFlowDirectly, answerAFlowSession, blockCustomerFromAccessingParty, calculateAnvaquotesBySessionId, calculateCarLeaseQuote, calculateDiasQuotesBySessionId, calculateQuotesV2, calculateYellowhiveQuotesBySessionId, claimReportById, claimRequestUpdate, commentOnActivity, type components, createAccidentsForParty, createAccount, createAdvisoryReport, createAdvisoryReportRevision, createAdvisoryReportRevisionV2, createAdvisoryReportStepSettings, createAnvaPartyViaConversation, createAnvaTask, createAnvaflowTags, createAssuTask, createBicycleRiskObject, createBoatRiskObject, createBrokerConnectionsById, createCampaign, createCarRiskObject, createClaimAsBroker, createClaimAsCustomer, createCompanyLead, createConversation, createConversationReminder, createCustomerLead, createDiasPartyViaConversation, createDiasTask, createDistributionConnectionById, createDistributionTag, createDocumentForClaim, createDocumentForClaimAsCustomer, createDocumentForParty, createEntityAsBroker, createEntityAsCustomerWithToken, createFamilyRiskObject, createFasterforwardTask, createInsurancePoliciesForParty, createInsuranceProductClauseForDistribution, createLegalParty, createLegalRiskObject, createLockForClaim, createMiscellaneousRiskObject, createNaturalParty, createNoteOnEvent, createNoteOnEventAsCustomer, createOfferRevision, createOrReplaceInsurancePolicyForAdvisoryReportById, createOrReplacePolicyPackagesForAdvisoryReportById, createPartyActivitiesAsCustomer, createPartyByEnrichingWithEnrichingWithCompanyRegistration, createPartyGroupRiskObject, createPartyNote, createPartyOffers, createPartyRelations, createProfileaseCarLeaseOffer, createProflowSessionByBatchId, createRecommendationByPartyId, createRecommendationBySessionId, createReferenceForParty, createReferencesForRiskObject, createRelationBetweenRiskObjectAndParty, createRiskDomainActionForAdvisoryReportById, createRiskDomainActionFromAdviceForAdvisoryReportById, createRiskDomainAdviceForAdvisoryReportById, createRiskDomainForAdvisoryReportById, createSemiTrailerRiskObject, createToolkitAccount, createToolkitBroker, createTrailerRiskObject, createTrialBroker, createUploadLinkAsCustomer, createUspItemForDistribution, createYellowhiveContactPerson, deactivateOutlookConnectionSync, deleteAdvisoryReport, deleteAdvisoryReportRevision, deleteAllSessionsBySessionId, deleteAnvaClosingQuestions, deleteBrokerConnectionByKey, deleteClaimAsBrokerById, deleteCommentOnActivity, deleteDistributionConnectionByKey, deleteDistributionFaq, deleteDistributionTag, deleteDocumentById, deleteDocumentByIdAsCustomerWithToken, deleteDocumentForParty, deleteEntityAsBrokerById, deleteEntityByIdAsCustomerWithToken, deleteEntityBySessionIdAndFlowId, deleteInsurancePoliciesForParty, deleteInsurancePolicyForAdvisoryReportById, deleteInsuranceProductClauseForDistribution, deleteNote, deletePartyActivitiesAsCustomer, deletePartyEntityBySessionIdAndFlowId, deletePartyNoteById, deletePartyRelations, deletePolicyPackagesForParty, deleteRelationBetweenRiskObjectAndParty, deleteRiskDomainActionForAdvisoryReportById, deleteRiskDomainAdviceForAdvisoryReportById, deleteRiskDomainForAdvisoryReportById, deleteRiskObjectById, deleteSessionBySessionId, deleteUspByDistributionAndId, delinkPartyToUser, deprecatedValidateAnvaConnection, disable2FaByUser, disable2FaForCustomer, downloadDocumentById, editInsuranceProductAdviceByDistribution, editInsuranceProductDescriptionsByDistribution, enable2Fa, enqueueCalculationAnvaquotesBySessionId, enqueueSendCustomQuotesToAnvaBySessionId, enqueueSendOfferToAnvaBySessionId, enrichPartyByIdWithExternalCompanyData, exportAdvisoryReportById, exportPartyById, exportPartyToAnva, exportPartyToAssu, exportPartyToDias, exportPartyToFasterforward, exportQuoteById, extractInsurancePoliciesForOneDocument, extractInsurancePoliciesForOneDocumentEnqueue, extractManyDocumentInBatch, extractOffersForOneDocument, extractOffersForOneDocumentEnqueue, extractOneDocument, extractOneDocumentEnqueue, extractPartyForOneDocumentEnqueue, extractWebsiteTheme, generateCompanyDescription, generateConceptReply, generateDiasOfferDocumentBySessionId, generateDistributionAboutUsCompletion, generateDnsPrefix, generateDocxDocumentOfAdvisoryReportById, generateFlowQuestionnaire, generateFlowQuestionnaireDocument, generateOfferRequestForInsuranceCompanyDocx, generateOfferRequestForInsuranceCompanyPdf, generatePdfOfAdvisoryReportById, generatePersonalizationAdviceForAdvisoryReport, generatePossibleProductsBySessionV2, generateQuestionsToPrefillByCar, generateStandaloneFrontPagePdfOfAdvisoryReportAsExample, generateTokenForSocialLoginFlowAsBroker, get2FaByUser, getActivityByParty, getAddressInfo, getAddressInfoFreemium, getAdvicesPerInsuranceProduct, getAdvisoryReportById, getAdvisoryReportExportOptions, getAdvisoryReportRevisionDiff, getAllActivityTypes, getAllAdvisoryReports, getAllAvailableAffiliations, getAllAvailablePlans, getAllAvailableThemesInWegroup, getAllBrokersLinkedToCurrentUser, getAllCampaignTemplates, getAllCampaignsByDistribution, getAllCarClaimCategories, getAllClaimsAsBroker, getAllConversations, getAllCustomersByDistribution, getAllEnums, getAllLeadsByDistribution, getAllLeaseOffersByDistribution, getAllPartiesByDistribution, getAllPartiesByDistributionV2, getAllRiskObjectsByPartyId, getAllRiskObjectsByPartyIdV2, getAllSessionsBySessionId, getAllVehicleBrands, getAllVehicleSeriesByBrandKey, getAllVehicleVersionsBySeriesId, getAnvaAgents, getAnvaClosingQuestions, getAnvaCollectionMethods, getAnvaEmployees, getAnvaLabels, getAnvaMutationReasons, getAnvaParties, getAnvaProducts, getAnvaproductById, getAnvaproducts, getArtifactFromEventById, getAssuEmployees, getAvailableFlowsForDistributionInfo, getBrokerByAnvaProducerId, getBrokerByAnvaRelationMangerId, getBrokerConnectionsById, getBrokerIntegrations, getCampaignById, getCampaignSettingsByDistribution, getCampaignTargetMailTemplate, getCarLeaseRates, getChatBySessionId, getChatSummaryV2BySessionId, getCheckupByPartyId, getClaimAsBrokerById, getClaimAsCustomerWithToken, getClaimByIdAsCustomer, getClaimEventsAsBrokerById, getClaimEventsAsCustomer, getClaimsAsCustomer, getClaimsAsParty, getClaimsAsPartyById, getComplianceByRiskObjectId, getConversationById, getConversationNotes, getConversationReportPdfById, getConversationsOriginFilter, getCurrentAccountInsightsAsCustomer, getCurrentAccountInsightsAsParty, getCurrentBrokerOfTheUser, getCustomersByParty, getDiasAfdbranches, getDiasCollectionMethods, getDiasEmployees, getDiasParties, getDiasPartySalutations, getDiasPartyTitles, getDiasProducts, getDiasflowInsurances, getDiasflowProductById, getDiasflowProducts, getDistributionActivity, getDistributionAffiliations, getDistributionById, getDistributionConnectionsById, getDistributionFaq, getDistributionHasPendingUpgrade, getDistributionSettings, getDistributionTags, getDocumentExtractionBatchById, getDocumentMetadata, getDocumentsAsCustomer, getDocumentsForParty, getEmailByMessageId, getEncryptionKeys, getEnterpriseByCompanyRegistrationNumberAndCountry, getEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponse, getEnumByAnvaLabel, getEnumByDiasLabel, getEventsByAdvisoryReportId, getExtractEnityInfo, getFasterforwardEmployees, getFasterforwardTeams, getFinconnectLinkAsCustomer, getFinconnectLinkForInsurancePolicyAsCustomer, getFlowInfoById, getFlowsInfo, getGbi, getHubspotVisitorIdentificationToken, getInfoForClaim, getInsightsIfCarIsInsured, getInsuranceCompanies, getInsurancePoliciesAsCustomer, getInsurancePoliciesForParty, getInsurancePolicyById, getInsurancePolicyByIdAsCustomer, getInsurancePolicySimulationsForParty, getInsuranceProductClausesByDistribution, getInsuranceProductsV2, getIntegrationsByDistribution, getInvoiceByIdAsCustomer, getInvoicesAsCustomer, getInvoicesAsParty, getInvoicesAsPartyById, getJobResultById, getKycByParty, getLeadById, getLeadProviderById, getLeadProvidersByAffinity, getLeaseOfferById, getLinkOfDocument, getMetricsByCampaign, getMinimalOfferById, getMinimalOfferRevisionById, getMinimalRiskObjectById, getNace, getNoveltyInsightsByDistribution, getOfferById, getOffersByDistribution, getOnboardingChecklistByBroker, getOnesuranceDataByPartyId, getOnesuranceRecommendationsByEmailId, getOrganisationDistributions, getOrganisationLeads, getOrganisationOffers, getOutlookConnectionDetails, getOutlookMailById, getOutlookMailByOutlookMessageId, getOutlookMailfolders, getOutlookMails, getPartiesByCustomer, getPartiesLinkedToUser, getPartiesOriginFilter, getPartyAddresses, getPartyById, getPartyMergeSuggestions, getPdfOfAdvisoryReportById, getPerformanceInsightsByDistribution, getPolicyPackageById, getPolicyPackageByIdAsCustomer, getPolicyPackageSimulationsForParty, getPolicyPackagesAsCustomer, getPolicyPackagesForParty, getPossibleInsuranceProductsByPartyId, getPossibleInsuranceProductsByRiskObjectId, getPossibleInsuranceProductsForManagementByPartyId, getPossibleInsuranceProductsForStaffByPartyId, getPreventionAdvice, getPromotionsByDistributionId, getProvenanceInfoOfDocument, getQuoteExports, getQuoteInsights, getQuotesAsBatchResultsByConversationId, getRecommendationsById, getRecommendationsByPartyId, getRecommendationsBySessionId, getRiskAnalysisByPartyId, getRiskDomainById, getRiskDomains, getRiskObjectByRiskObjectRevisionId, getRiskObjectRevisionsById, getSbi, getSingularityJobResultById, getStepSettingsByAdvisoryReportId, getSupportedAnvaflowCoverages, getSupportedAnvaflowCoveragesGroupedByAdn, getSupportedAnvaflowInsuranceCompanies, getSupportedAnvaflowInsurances, getSupportedAnvaflowTags, getSupportedInsuranceCompanies, getSupportedInsuranceSubjects, getSupportedMimeTypes, getSupportedRiskDomains, getSupportedYellowhiveflowCoverages, getSupportedYellowhiveflowInsurances, getSystemCampaignsByParty, getTheBrokerById, getUspByDistribution, getValuesOfEnum, getVehicleByCarIdOrFebiacId, getVehicleByNumberPlateAndCarId, getVehicleByVersionId, getVehicleByVinAndCarId, getVehicleVersionFactsBySeriesId, getWeatherInfo, getYellowhiveflowProductById, getYellowhiveflowProducts, getYourOwnUser, giveFeedbackOnConversationById, giveFeedbackOnRecommendationsById, giveFeedbackToInsuranceTermsBot, handleCreateDistributionTheme, handleDeleteDistributionTheme, handleUpdateDistributionTheme, importAnvaDocumentInWegroup, importAnvaInsurancePolicyDocumentInWegroup, importAnvaInsurancePolicyPackageDocumentInWegroup, importAnvaPartyInWegroup, importAnvaproduct, importAssuPartyInWegroup, importDiasPartyInWegroup, importDiasflowProduct, importFasterforwardPartyInWegroup, inviteColleaguesToDistribution, inviteUserToParty, linkConversationToAdvisoryReport, linkPartyToUser, lockFlightApi, markConversationAsCompletedById, mergePartiesTogether, type operations, orderInsurancePolciesOfAdvisoryReport, outlookConnectionSync, overrideInsuranceProductRecommendationById, overridePreventionAdviceRecommendationById, patchAnvaproductById, patchAnvaproductCoverageById, patchDiasflowProductById, patchDiasflowProductCoverageByDiasId, patchOwnPartyAsCustomer, type paths, poseAQuestionToInsuranceTermsBot, poseAQuestionToInsuranceTermsBotForItToCompare, postEventAsCarglassPartner, putClausesForReport, recalculateDiasQuotesBySessionIdAndProductId, recalculateDiasSimulationBySessionId, recalculateOneAnvaquoteByAnvaProductIdSessionId, recalculateSimulationBySessionId, recalculateYellowhiveQuotesBySessionIdAndProductId, recalculateYellowhiveSimulationBySessionId, retrieveAirports, retrieveAllExportsByParty, retrieveAnvaflowsQuestionnaires, retrieveAskLaterQuestions, retrieveAutomobileByCarIdFreemiumVersion, retrieveAutomobileByIdFreemium, retrieveDiasQuestionnaires, retrieveExportById, retrieveFlow, retrieveYellowhiveQuestionnaires, seachStreetsByCityAndCountry, searchAddressesByCountry, searchAssuParties, searchCitiesByCountry, searchDirectorsByFirstAndLastName, searchEnterprisesByCountry, searchFasterforwardParties, searchParties, searchVehicles, sendAdvisoryReportAsMail, sendAnvaInquiryAsCustomer, sendClaimToKeypoint, sendDiasOfferMailBySessionId, sendExampleCampaignTargetMail, sendMailClaimReportById, sendMailFollowupPageToCustomer, sendMailForSimulationToParty, sendOfferMailBySessionId, sendOfferToAnvaBySessionId, sendPasswordResetToCustomer, sendQuoteAsMail, setAskLaterQuestions, transferLeadToOtherDistribution, transferPartyToOtherDistribution, triageEmail, unblockCustomerFromAccessingParty, unlockClaim, updateAdvisoryReport, updateAnalyzedEmailId, updateAnvaPartyViaConversation, updateAnvaflowsQuestionnaire, updateBicycleRiskObject, updateBoatRiskObject, updateBrokerByBroker, updateBrokerConnectionByKey, updateBrokerIntegrations, updateCampaign, updateCarRiskObject, updateClaimAsBrokerById, updateClaimAsCustomerWithToken, updateCommentOnActivity, updateConversationById, updateDeclarationRemark, updateDiasQuestionnaire, updateDistributionConnectionByKey, updateDistributionIntegrations, updateDistributionSettings, updateDocumentForParty, updateDocumentMetadataById, updateDocumentMetadataByIdAsCustomerWithToken, updateEntityAsBrokerById, updateEntityAsCustomerWithToken, updateFamilyRiskObject, updateFleetRiskObject, updateInsuranceProductByDistribution, updateInsuranceProductClauseForDistribution, updateLegalRiskObject, updateMiscellaneousRiskObject, updateNote, updateOfferById, updateOffersInBulk, updatePartyActivitiesAsCustomer, updatePartyAssignees, updatePartyById, updatePartyGroupRiskObject, updatePartyNoteById, updatePartyRelations, updatePreventionByDistribution, updateQuestionForAllQuestionnairesByAnvaLabels, updateRelationBetweenRiskObjectAndParty, updateResidenceRiskObject, updateRiskDomainActionForAdvisoryReportById, updateRiskDomainAdviceForAdvisoryReportById, updateRiskDomainByDistribution, updateSemiTrailerRiskObject, updateTargetsByCampaign, updateTrailerRiskObject, updateTwoWheelerRiskObject, updateUspByDistributionAndId, updateYellowhiveQuestionnaire, updateYourOwnUser, updateYourPassword, uploadClaimDocumentAsBroker, uploadDocumentsInAnva, uploadDocumentsInAssu, uploadDocumentsInDias, uploadDocumentsInFasterforward, upsertAnvaClosingQuestions, upsertDistributionFaq, upsertInsurancePoliciesForParty, upsertInsurancePolicySimulationForParty, upsertPolicyPackagesForParty, validateAChassisNumber, validateACompanyRegistrationNumber, validateANationalIdentificationNumber, validateATelephonenr, validateAVehicleRegistrationPlate, validateAWebsite, validateAnEmail, validateAnFsma, validateAnIban, validateAnvaConnection, validateAnvaDwhConnection, validateAnvaflowsQuestionnaire, validateClaim, validateDiasQuestionnaire, validateFasterforwardConnection, validatePromotions, validateYellowhiveQuestionnaire, verifyIfADistributionExistsByCompanyRegistration, verifyIfADistributionExistsByName, verifyIfAUserExistsByEmail, type webhooks, wgApiClient };