wg-api-sdk 4.30.260 → 4.30.262-alpha.2

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.
@@ -2685,6 +2685,63 @@ interface paths {
2685
2685
  patch?: never;
2686
2686
  trace?: never;
2687
2687
  };
2688
+ "/v1/api/connections/outlook/mails": {
2689
+ parameters: {
2690
+ query?: never;
2691
+ header?: never;
2692
+ path?: never;
2693
+ cookie?: never;
2694
+ };
2695
+ /**
2696
+ * Get Outlook Mails
2697
+ * @description Retrieves outlook emails by broker id
2698
+ */
2699
+ get: operations["get_outlook_mails_v1_api_connections_outlook_mails_get"];
2700
+ put?: never;
2701
+ post?: never;
2702
+ delete?: never;
2703
+ options?: never;
2704
+ head?: never;
2705
+ patch?: never;
2706
+ trace?: never;
2707
+ };
2708
+ "/v1/api/connections/outlook/mailfolders": {
2709
+ parameters: {
2710
+ query?: never;
2711
+ header?: never;
2712
+ path?: never;
2713
+ cookie?: never;
2714
+ };
2715
+ /**
2716
+ * Get Outlook Mailfolders
2717
+ * @description Retrieves outlook mail folders by broker id from Microsoft Graph API
2718
+ */
2719
+ get: operations["get_outlook_mailfolders_v1_api_connections_outlook_mailfolders_get"];
2720
+ put?: never;
2721
+ post?: never;
2722
+ delete?: never;
2723
+ options?: never;
2724
+ head?: never;
2725
+ patch?: never;
2726
+ trace?: never;
2727
+ };
2728
+ "/v1/api/connections/outlook": {
2729
+ parameters: {
2730
+ query?: never;
2731
+ header?: never;
2732
+ path?: never;
2733
+ cookie?: never;
2734
+ };
2735
+ /** Get Outlook Connection Details */
2736
+ get: operations["get_outlook_connection_details_v1_api_connections_outlook_get"];
2737
+ put?: never;
2738
+ post?: never;
2739
+ delete?: never;
2740
+ options?: never;
2741
+ head?: never;
2742
+ patch?: never;
2743
+ trace?: never;
2744
+ };
2688
2745
  "/v1/api/integrations/anva/parties": {
2689
2746
  parameters: {
2690
2747
  query?: never;
@@ -3604,7 +3661,7 @@ interface paths {
3604
3661
  patch: operations["patch_diasflow_product_by_id_v1_api_diasflows_products__product_id__patch"];
3605
3662
  trace?: never;
3606
3663
  };
3607
- "/v1/api/diasflows/products/{product_id}/coverages/{coverage_id}": {
3664
+ "/v1/api/diasflows/products/{product_id}/coverages/{coverage_dias_id}": {
3608
3665
  parameters: {
3609
3666
  query?: never;
3610
3667
  header?: never;
@@ -3617,8 +3674,8 @@ interface paths {
3617
3674
  delete?: never;
3618
3675
  options?: never;
3619
3676
  head?: never;
3620
- /** Patch Diasflow Product Coverage By Id */
3621
- patch: operations["patch_diasflow_product_coverage_by_id_v1_api_diasflows_products__product_id__coverages__coverage_id__patch"];
3677
+ /** Patch Diasflow Product Coverage By Dias Id */
3678
+ patch: operations["patch_diasflow_product_coverage_by_dias_id_v1_api_diasflows_products__product_id__coverages__coverage_dias_id__patch"];
3622
3679
  trace?: never;
3623
3680
  };
3624
3681
  "/v1/api/diasflows/products/{product_id}/questionnaires": {
@@ -9108,7 +9165,7 @@ interface components {
9108
9165
  * Timestamp
9109
9166
  * Format: date-time
9110
9167
  * @description Timestamp of when the error occured
9111
- * @default 2026-02-11T14:08:01.181302
9168
+ * @default 2026-02-17T12:11:58.994491
9112
9169
  */
9113
9170
  timestamp: string;
9114
9171
  /**
@@ -51550,6 +51607,92 @@ interface components {
51550
51607
  /** Template */
51551
51608
  template: string;
51552
51609
  };
51610
+ /** BrokerConnectionOutlookEmails */
51611
+ BrokerConnectionOutlookEmails: {
51612
+ /** Items */
51613
+ items: components["schemas"]["OutlookEmail"][];
51614
+ /** Count */
51615
+ count: number;
51616
+ };
51617
+ /** OutlookEmail */
51618
+ OutlookEmail: {
51619
+ /** Id */
51620
+ id: number;
51621
+ /**
51622
+ * Created At
51623
+ * Format: date-time
51624
+ */
51625
+ created_at: string;
51626
+ /** Outlook Id */
51627
+ outlook_id: string;
51628
+ /** Outlook Message Id */
51629
+ outlook_message_id: string;
51630
+ /** Outlook Conversation Id */
51631
+ outlook_conversation_id: string;
51632
+ /** Folder Id */
51633
+ folder_id: string;
51634
+ /** Folder */
51635
+ folder: string;
51636
+ /** Subject */
51637
+ subject: string;
51638
+ /** Body Html */
51639
+ body_html?: string;
51640
+ /** Body Text */
51641
+ body_text?: string;
51642
+ /** Body Preview */
51643
+ body_preview?: string;
51644
+ /**
51645
+ * Sent At
51646
+ * Format: date-time
51647
+ */
51648
+ sent_at: string;
51649
+ /** Has Attachments */
51650
+ has_attachments: boolean;
51651
+ /** Link */
51652
+ link: string;
51653
+ from_recipient?: components["schemas"]["OutlookMailRecepient"];
51654
+ to_recipient?: components["schemas"]["OutlookMailRecepient"];
51655
+ /** Cc Recipients */
51656
+ cc_recipients: components["schemas"]["OutlookMailRecepient"][];
51657
+ /** Bcc Recipients */
51658
+ bcc_recipients: components["schemas"]["OutlookMailRecepient"][];
51659
+ /** Reply To */
51660
+ reply_to: components["schemas"]["OutlookMailRecepient"][];
51661
+ /** Headers */
51662
+ headers?: components["schemas"]["OutlookMailHeader"][];
51663
+ };
51664
+ /** OutlookMailRecepient */
51665
+ OutlookMailRecepient: {
51666
+ /** Name */
51667
+ name: string;
51668
+ /** Email */
51669
+ email: string;
51670
+ };
51671
+ /** OutlookMailHeader */
51672
+ OutlookMailHeader: {
51673
+ /** Name */
51674
+ name: string;
51675
+ /** Value */
51676
+ value: string;
51677
+ };
51678
+ /** BrokerConnectionOutlookMailFolders */
51679
+ BrokerConnectionOutlookMailFolders: {
51680
+ /** Items */
51681
+ items: components["schemas"]["BrokerConnectionOutlookMailFolder"][];
51682
+ /** Count */
51683
+ count: number;
51684
+ };
51685
+ /** BrokerConnectionOutlookMailFolder */
51686
+ BrokerConnectionOutlookMailFolder: {
51687
+ /** Id */
51688
+ id: string;
51689
+ /** Name */
51690
+ name: string;
51691
+ /** Unread Count */
51692
+ unread_count: number;
51693
+ /** Total Count */
51694
+ total_count: number;
51695
+ };
51553
51696
  /** PromotionQueryModel */
51554
51697
  PromotionQueryModel: {
51555
51698
  /** Code */
@@ -53348,7 +53491,7 @@ interface components {
53348
53491
  /**
53349
53492
  * Quote Specifications
53350
53493
  * @default {
53351
- * "contract_commencement_date": "2026-02-11"
53494
+ * "contract_commencement_date": "2026-02-17"
53352
53495
  * }
53353
53496
  */
53354
53497
  quote_specifications: components["schemas"]["QuoteSpecification"];
@@ -64437,6 +64580,13 @@ interface components {
64437
64580
  /** Total Premium */
64438
64581
  total_premium: number;
64439
64582
  payment_interval: components["schemas"]["PAYMENT_INTERVAL"];
64583
+ /** @default [
64584
+ * "MONTHLY",
64585
+ * "QUARTERLY",
64586
+ * "HALF_ANNUAL",
64587
+ * "ANNUAL"
64588
+ * ] */
64589
+ supported_payment_intervals: components["schemas"]["PAYMENT_INTERVAL"][];
64440
64590
  /**
64441
64591
  * Start Date
64442
64592
  * Format: date
@@ -64951,13 +65101,8 @@ interface components {
64951
65101
  insurance_policy_ids?: string[];
64952
65102
  /** Yellowhive Product Ids */
64953
65103
  yellowhive_product_ids?: string[];
64954
- /** Dias Product Ids */
64955
- dias_product_ids?: string[];
64956
- dias_type?: components["schemas"]["DIAS_QUESTION_TYPE"];
64957
- /** Dias Entity Id */
64958
- dias_entity_id?: number;
64959
- /** Dias Coverage Codes */
64960
- dias_coverage_codes?: number[];
65104
+ /** Dias Entities */
65105
+ dias_entities?: components["schemas"]["DiasEntityLink"][];
64961
65106
  };
64962
65107
  /** FieldMappingManager */
64963
65108
  FieldMappingManager: {
@@ -65108,7 +65253,7 @@ interface components {
65108
65253
  /** EnumValue */
65109
65254
  EnumValue: {
65110
65255
  /** Value */
65111
- value: string;
65256
+ value: number | string;
65112
65257
  /** Icon Key */
65113
65258
  icon_key?: string;
65114
65259
  label: components["schemas"]["Localization"];
@@ -65237,12 +65382,23 @@ interface components {
65237
65382
  /** Ref */
65238
65383
  ref: string;
65239
65384
  };
65385
+ /** DiasEntityLink */
65386
+ DiasEntityLink: {
65387
+ /**
65388
+ * Dias Product Id
65389
+ * Format: uuid
65390
+ */
65391
+ dias_product_id: string;
65392
+ dias_entity_type: components["schemas"]["DIAS_ENTITY_TYPE"];
65393
+ /** Dias Entity Id */
65394
+ dias_entity_id: number;
65395
+ };
65240
65396
  /**
65241
- * DIAS_QUESTION_TYPE
65397
+ * DIAS_ENTITY_TYPE
65242
65398
  * @description An enumeration.
65243
65399
  * @enum {string}
65244
65400
  */
65245
- DIAS_QUESTION_TYPE: "COVERAGE" | "PARTY" | "OBJECT";
65401
+ DIAS_ENTITY_TYPE: "COVERAGE" | "PARTY" | "OBJECT";
65246
65402
  /** TagContentItem */
65247
65403
  TagContentItem: {
65248
65404
  /** Tag */
@@ -66076,12 +66232,20 @@ interface components {
66076
66232
  coverages: components["schemas"]["DiasCoverage"][];
66077
66233
  insurance: components["schemas"]["DiasInsurance"];
66078
66234
  status: components["schemas"]["DIAS_FLOW_STATUS"];
66235
+ /** Packages */
66236
+ packages: components["schemas"]["DiasPackage"][];
66079
66237
  insurance_company: components["schemas"]["DiasInsuranceCompany"];
66238
+ /** Required Object Codes */
66239
+ required_object_codes: number[];
66240
+ /** Required Party Codes */
66241
+ required_party_codes: number[];
66242
+ /** Expires Automatically */
66243
+ expires_automatically: boolean;
66244
+ /** Distributor Dias Id */
66245
+ distributor_dias_id: number;
66080
66246
  };
66081
66247
  /** DiasCoverage */
66082
66248
  DiasCoverage: {
66083
- /** Id */
66084
- id: number;
66085
66249
  /** Dias Id */
66086
66250
  dias_id: number;
66087
66251
  /** Adn Code */
@@ -66099,6 +66263,17 @@ interface components {
66099
66263
  * @enum {string}
66100
66264
  */
66101
66265
  DIAS_FLOW_STATUS: "ACTIVE" | "UNDER_CONSTRUCTION" | "DISABLED";
66266
+ /** DiasPackage */
66267
+ DiasPackage: {
66268
+ /** Id */
66269
+ id: number;
66270
+ /** Dias Id */
66271
+ dias_id: number;
66272
+ /** Name */
66273
+ name: string;
66274
+ /** Enabled */
66275
+ enabled: boolean;
66276
+ };
66102
66277
  /** handle_import_dias_products_params */
66103
66278
  handle_import_dias_products_params: {
66104
66279
  auth: components["schemas"]["Auth"];
@@ -66131,8 +66306,8 @@ interface components {
66131
66306
  * Format: uuid
66132
66307
  */
66133
66308
  product_id: string;
66134
- /** Coverage Id */
66135
- coverage_id: number;
66309
+ /** Coverage Dias Id */
66310
+ coverage_dias_id: number;
66136
66311
  data: components["schemas"]["DiasCoverageUpdateCmd"];
66137
66312
  };
66138
66313
  /** DiasCoverageUpdateCmd */
@@ -71335,6 +71510,12 @@ type SchemaGenerateDnsPrefixParams = components['schemas']['generate_dns_prefix_
71335
71510
  type SchemaCampaignVerifiedDnsPrefix = components['schemas']['CampaignVerifiedDnsPrefix'];
71336
71511
  type SchemaCampaignGenerateDnsPrefix = components['schemas']['CampaignGenerateDnsPrefix'];
71337
71512
  type SchemaCampaignMailTemplateQueryModel = components['schemas']['CampaignMailTemplateQueryModel'];
71513
+ type SchemaBrokerConnectionOutlookEmails = components['schemas']['BrokerConnectionOutlookEmails'];
71514
+ type SchemaOutlookEmail = components['schemas']['OutlookEmail'];
71515
+ type SchemaOutlookMailRecepient = components['schemas']['OutlookMailRecepient'];
71516
+ type SchemaOutlookMailHeader = components['schemas']['OutlookMailHeader'];
71517
+ type SchemaBrokerConnectionOutlookMailFolders = components['schemas']['BrokerConnectionOutlookMailFolders'];
71518
+ type SchemaBrokerConnectionOutlookMailFolder = components['schemas']['BrokerConnectionOutlookMailFolder'];
71338
71519
  type SchemaPromotionQueryModel = components['schemas']['PromotionQueryModel'];
71339
71520
  type SchemaMultiAffiliationInfoQueryModel = components['schemas']['MultiAffiliationInfoQueryModel'];
71340
71521
  type SchemaAffiliationInfo = components['schemas']['AffiliationInfo'];
@@ -71913,7 +72094,8 @@ type SchemaAddressRules = components['schemas']['AddressRules'];
71913
72094
  type SchemaErrorMessages = components['schemas']['ErrorMessages'];
71914
72095
  type SchemaValidator = components['schemas']['Validator'];
71915
72096
  type SchemaExternalRef = components['schemas']['ExternalRef'];
71916
- type SchemaDiasQuestionType = components['schemas']['DIAS_QUESTION_TYPE'];
72097
+ type SchemaDiasEntityLink = components['schemas']['DiasEntityLink'];
72098
+ type SchemaDiasEntityType = components['schemas']['DIAS_ENTITY_TYPE'];
71917
72099
  type SchemaTagContentItem = components['schemas']['TagContentItem'];
71918
72100
  type SchemaHandleCreateDocumentFromQuestionnaireParams = components['schemas']['handle_create_document_from_questionnaire_params'];
71919
72101
  type SchemaSessionReport = components['schemas']['SessionReport'];
@@ -71972,6 +72154,7 @@ type SchemaMultiDiasProductQueryModel = components['schemas']['MultiDiasProductQ
71972
72154
  type SchemaDiasProduct = components['schemas']['DiasProduct'];
71973
72155
  type SchemaDiasCoverage = components['schemas']['DiasCoverage'];
71974
72156
  type SchemaDiasFlowStatus = components['schemas']['DIAS_FLOW_STATUS'];
72157
+ type SchemaDiasPackage = components['schemas']['DiasPackage'];
71975
72158
  type SchemaHandleImportDiasProductsParams = components['schemas']['handle_import_dias_products_params'];
71976
72159
  type SchemaDiasProductImportCmd = components['schemas']['DiasProductImportCmd'];
71977
72160
  type SchemaHandleUpdateDiasflowsProductByIdParams = components['schemas']['handle_update_diasflows_product_by_id_params'];
@@ -86598,6 +86781,321 @@ interface operations {
86598
86781
  };
86599
86782
  };
86600
86783
  };
86784
+ get_outlook_mails_v1_api_connections_outlook_mails_get: {
86785
+ parameters: {
86786
+ query?: {
86787
+ q?: string;
86788
+ /**
86789
+ * @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
86790
+ * @example EN
86791
+ */
86792
+ lang?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
86793
+ /**
86794
+ * @description Same as lang, but adds support to pass ?language as well
86795
+ * @example EN
86796
+ */
86797
+ language?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
86798
+ page?: number;
86799
+ pagelen?: number;
86800
+ };
86801
+ header?: {
86802
+ /** @description Which release to target running in 'STAGING' environment. */
86803
+ "x-release"?: string;
86804
+ };
86805
+ path?: never;
86806
+ cookie?: never;
86807
+ };
86808
+ requestBody?: never;
86809
+ responses: {
86810
+ /** @description Successful Response */
86811
+ 200: {
86812
+ headers: {
86813
+ [name: string]: unknown;
86814
+ };
86815
+ content: {
86816
+ "application/json": {
86817
+ /** Items */
86818
+ items: components["schemas"]["OutlookEmail"][];
86819
+ /** Pagination */
86820
+ pagination: {
86821
+ /**
86822
+ * Count
86823
+ * @default 1
86824
+ * @example 2
86825
+ */
86826
+ count: number;
86827
+ /**
86828
+ * Next
86829
+ * @example https://api.phoenix.dev.staging.wegroup.be/v1/api/broker/v1/api/themes?page=3&pagelen=20
86830
+ */
86831
+ next?: string;
86832
+ /**
86833
+ * Previous
86834
+ * @example https://api.phoenix.dev.staging.wegroup.be/v1/api/broker/v1/api/themes?page=1&pagelen=20
86835
+ */
86836
+ previous?: string;
86837
+ /**
86838
+ * Requested Pagelen
86839
+ * @default 20
86840
+ * @example 20
86841
+ */
86842
+ requested_pagelen: number;
86843
+ /**
86844
+ * Pagelen
86845
+ * @default 20
86846
+ * @example 20
86847
+ */
86848
+ pagelen: number;
86849
+ /** Msg */
86850
+ msg?: string;
86851
+ /**
86852
+ * Pages
86853
+ * @default 0
86854
+ * @example 1
86855
+ */
86856
+ pages: number;
86857
+ /**
86858
+ * Current
86859
+ * @default 0
86860
+ * @example 1
86861
+ */
86862
+ current: number;
86863
+ };
86864
+ };
86865
+ };
86866
+ };
86867
+ /** @description Bad Request */
86868
+ 400: {
86869
+ headers: {
86870
+ [name: string]: unknown;
86871
+ };
86872
+ content: {
86873
+ "application/json": components["schemas"]["Error_4XX"];
86874
+ };
86875
+ };
86876
+ /** @description Unauthorized */
86877
+ 401: {
86878
+ headers: {
86879
+ [name: string]: unknown;
86880
+ };
86881
+ content: {
86882
+ "application/json": components["schemas"]["Error_401"];
86883
+ };
86884
+ };
86885
+ /** @description Forbidden */
86886
+ 403: {
86887
+ headers: {
86888
+ [name: string]: unknown;
86889
+ };
86890
+ content: {
86891
+ "application/json": components["schemas"]["Error_403"];
86892
+ };
86893
+ };
86894
+ /** @description Unprocessable Content */
86895
+ 422: {
86896
+ headers: {
86897
+ [name: string]: unknown;
86898
+ };
86899
+ content: {
86900
+ "application/json": components["schemas"]["Error_422"];
86901
+ };
86902
+ };
86903
+ /** @description Too Many Requests */
86904
+ 429: {
86905
+ headers: {
86906
+ [name: string]: unknown;
86907
+ };
86908
+ content: {
86909
+ "application/json": components["schemas"]["Error_429"];
86910
+ };
86911
+ };
86912
+ /** @description Internal Server Error */
86913
+ 500: {
86914
+ headers: {
86915
+ [name: string]: unknown;
86916
+ };
86917
+ content: {
86918
+ "application/json": components["schemas"]["ServerError"];
86919
+ };
86920
+ };
86921
+ };
86922
+ };
86923
+ get_outlook_mailfolders_v1_api_connections_outlook_mailfolders_get: {
86924
+ parameters: {
86925
+ query?: {
86926
+ /**
86927
+ * @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
86928
+ * @example EN
86929
+ */
86930
+ lang?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
86931
+ /**
86932
+ * @description Same as lang, but adds support to pass ?language as well
86933
+ * @example EN
86934
+ */
86935
+ language?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
86936
+ };
86937
+ header?: {
86938
+ /** @description Which release to target running in 'STAGING' environment. */
86939
+ "x-release"?: string;
86940
+ };
86941
+ path?: never;
86942
+ cookie?: never;
86943
+ };
86944
+ requestBody?: never;
86945
+ responses: {
86946
+ /** @description Successful Response */
86947
+ 200: {
86948
+ headers: {
86949
+ [name: string]: unknown;
86950
+ };
86951
+ content: {
86952
+ "application/json": components["schemas"]["BrokerConnectionOutlookMailFolders"];
86953
+ };
86954
+ };
86955
+ /** @description Bad Request */
86956
+ 400: {
86957
+ headers: {
86958
+ [name: string]: unknown;
86959
+ };
86960
+ content: {
86961
+ "application/json": components["schemas"]["Error_4XX"];
86962
+ };
86963
+ };
86964
+ /** @description Unauthorized */
86965
+ 401: {
86966
+ headers: {
86967
+ [name: string]: unknown;
86968
+ };
86969
+ content: {
86970
+ "application/json": components["schemas"]["Error_401"];
86971
+ };
86972
+ };
86973
+ /** @description Forbidden */
86974
+ 403: {
86975
+ headers: {
86976
+ [name: string]: unknown;
86977
+ };
86978
+ content: {
86979
+ "application/json": components["schemas"]["Error_403"];
86980
+ };
86981
+ };
86982
+ /** @description Unprocessable Content */
86983
+ 422: {
86984
+ headers: {
86985
+ [name: string]: unknown;
86986
+ };
86987
+ content: {
86988
+ "application/json": components["schemas"]["Error_422"];
86989
+ };
86990
+ };
86991
+ /** @description Too Many Requests */
86992
+ 429: {
86993
+ headers: {
86994
+ [name: string]: unknown;
86995
+ };
86996
+ content: {
86997
+ "application/json": components["schemas"]["Error_429"];
86998
+ };
86999
+ };
87000
+ /** @description Internal Server Error */
87001
+ 500: {
87002
+ headers: {
87003
+ [name: string]: unknown;
87004
+ };
87005
+ content: {
87006
+ "application/json": components["schemas"]["ServerError"];
87007
+ };
87008
+ };
87009
+ };
87010
+ };
87011
+ get_outlook_connection_details_v1_api_connections_outlook_get: {
87012
+ parameters: {
87013
+ query?: {
87014
+ /**
87015
+ * @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
87016
+ * @example EN
87017
+ */
87018
+ lang?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
87019
+ /**
87020
+ * @description Same as lang, but adds support to pass ?language as well
87021
+ * @example EN
87022
+ */
87023
+ language?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
87024
+ };
87025
+ header?: {
87026
+ /** @description Which release to target running in 'STAGING' environment. */
87027
+ "x-release"?: string;
87028
+ };
87029
+ path?: never;
87030
+ cookie?: never;
87031
+ };
87032
+ requestBody?: never;
87033
+ responses: {
87034
+ /** @description Successful Response */
87035
+ 200: {
87036
+ headers: {
87037
+ [name: string]: unknown;
87038
+ };
87039
+ content: {
87040
+ "application/json": unknown;
87041
+ };
87042
+ };
87043
+ /** @description Bad Request */
87044
+ 400: {
87045
+ headers: {
87046
+ [name: string]: unknown;
87047
+ };
87048
+ content: {
87049
+ "application/json": components["schemas"]["Error_4XX"];
87050
+ };
87051
+ };
87052
+ /** @description Unauthorized */
87053
+ 401: {
87054
+ headers: {
87055
+ [name: string]: unknown;
87056
+ };
87057
+ content: {
87058
+ "application/json": components["schemas"]["Error_401"];
87059
+ };
87060
+ };
87061
+ /** @description Forbidden */
87062
+ 403: {
87063
+ headers: {
87064
+ [name: string]: unknown;
87065
+ };
87066
+ content: {
87067
+ "application/json": components["schemas"]["Error_403"];
87068
+ };
87069
+ };
87070
+ /** @description Unprocessable Content */
87071
+ 422: {
87072
+ headers: {
87073
+ [name: string]: unknown;
87074
+ };
87075
+ content: {
87076
+ "application/json": components["schemas"]["Error_422"];
87077
+ };
87078
+ };
87079
+ /** @description Too Many Requests */
87080
+ 429: {
87081
+ headers: {
87082
+ [name: string]: unknown;
87083
+ };
87084
+ content: {
87085
+ "application/json": components["schemas"]["Error_429"];
87086
+ };
87087
+ };
87088
+ /** @description Internal Server Error */
87089
+ 500: {
87090
+ headers: {
87091
+ [name: string]: unknown;
87092
+ };
87093
+ content: {
87094
+ "application/json": components["schemas"]["ServerError"];
87095
+ };
87096
+ };
87097
+ };
87098
+ };
86601
87099
  __v1_api_integrations_anva_parties_get: {
86602
87100
  parameters: {
86603
87101
  query?: {
@@ -91678,7 +92176,7 @@ interface operations {
91678
92176
  };
91679
92177
  };
91680
92178
  };
91681
- patch_diasflow_product_coverage_by_id_v1_api_diasflows_products__product_id__coverages__coverage_id__patch: {
92179
+ patch_diasflow_product_coverage_by_dias_id_v1_api_diasflows_products__product_id__coverages__coverage_dias_id__patch: {
91682
92180
  parameters: {
91683
92181
  query?: {
91684
92182
  /**
@@ -91698,7 +92196,7 @@ interface operations {
91698
92196
  };
91699
92197
  path: {
91700
92198
  product_id: string;
91701
- coverage_id: number;
92199
+ coverage_dias_id: number;
91702
92200
  };
91703
92201
  cookie?: never;
91704
92202
  };
@@ -118131,52 +118629,52 @@ type Middleware = Middleware$1;
118131
118629
  type ClientType = ReturnType<typeof createClient<paths>>;
118132
118630
  declare const wgApiClient: (options: ClientOptions) => ClientType;
118133
118631
 
118134
- declare const routeName$7O = "/v1/api/weather/info";
118135
- type GetWeatherInfoQueryParams = paths[typeof routeName$7O]['get']['parameters']['query'];
118136
- type GetWeatherInfoResponse = paths[typeof routeName$7O]['get']['responses'][200]['content']['application/json'];
118137
- type GetWeatherInfoProps = paths[typeof routeName$7O]['get']['parameters'];
118632
+ declare const routeName$7R = "/v1/api/weather/info";
118633
+ type GetWeatherInfoQueryParams = paths[typeof routeName$7R]['get']['parameters']['query'];
118634
+ type GetWeatherInfoResponse = paths[typeof routeName$7R]['get']['responses'][200]['content']['application/json'];
118635
+ type GetWeatherInfoProps = paths[typeof routeName$7R]['get']['parameters'];
118138
118636
  declare const getWeatherInfo: (props: GetWeatherInfoProps, wgApiClient: ClientType) => Promise<GetWeatherInfoResponse>;
118139
118637
 
118140
- declare const routeName$7N = "/v1/api/address/cities";
118141
- type SearchCitiesByCountryQueryParams = paths[typeof routeName$7N]['get']['parameters']['query'];
118142
- type SearchCitiesByCountryResponse = paths[typeof routeName$7N]['get']['responses'][200]['content']['application/json'];
118143
- type SearchCitiesByCountryProps = paths[typeof routeName$7N]['get']['parameters'];
118638
+ declare const routeName$7Q = "/v1/api/address/cities";
118639
+ type SearchCitiesByCountryQueryParams = paths[typeof routeName$7Q]['get']['parameters']['query'];
118640
+ type SearchCitiesByCountryResponse = paths[typeof routeName$7Q]['get']['responses'][200]['content']['application/json'];
118641
+ type SearchCitiesByCountryProps = paths[typeof routeName$7Q]['get']['parameters'];
118144
118642
  declare const searchCitiesByCountry: (props: SearchCitiesByCountryProps, wgApiClient: ClientType) => Promise<SearchCitiesByCountryResponse>;
118145
118643
 
118146
- declare const routeName$7M = "/v1/api/address/streets";
118147
- type SeachStreetsByCityAndCountryQueryParams = paths[typeof routeName$7M]['get']['parameters']['query'];
118148
- type SeachStreetsByCityAndCountryResponse = paths[typeof routeName$7M]['get']['responses'][200]['content']['application/json'];
118149
- type SeachStreetsByCityAndCountryProps = paths[typeof routeName$7M]['get']['parameters'];
118644
+ declare const routeName$7P = "/v1/api/address/streets";
118645
+ type SeachStreetsByCityAndCountryQueryParams = paths[typeof routeName$7P]['get']['parameters']['query'];
118646
+ type SeachStreetsByCityAndCountryResponse = paths[typeof routeName$7P]['get']['responses'][200]['content']['application/json'];
118647
+ type SeachStreetsByCityAndCountryProps = paths[typeof routeName$7P]['get']['parameters'];
118150
118648
  declare const seachStreetsByCityAndCountry: (props: SeachStreetsByCityAndCountryProps, wgApiClient: ClientType) => Promise<SeachStreetsByCityAndCountryResponse>;
118151
118649
 
118152
- declare const routeName$7L = "/v1/api/address/search";
118153
- type SearchAddressesByCountryQueryParams = paths[typeof routeName$7L]['get']['parameters']['query'];
118154
- type SearchAddressesByCountryResponse = paths[typeof routeName$7L]['get']['responses'][200]['content']['application/json'];
118155
- type SearchAddressesByCountryProps = paths[typeof routeName$7L]['get']['parameters'];
118650
+ declare const routeName$7O = "/v1/api/address/search";
118651
+ type SearchAddressesByCountryQueryParams = paths[typeof routeName$7O]['get']['parameters']['query'];
118652
+ type SearchAddressesByCountryResponse = paths[typeof routeName$7O]['get']['responses'][200]['content']['application/json'];
118653
+ type SearchAddressesByCountryProps = paths[typeof routeName$7O]['get']['parameters'];
118156
118654
  declare const searchAddressesByCountry: (props: SearchAddressesByCountryProps, wgApiClient: ClientType) => Promise<SearchAddressesByCountryResponse>;
118157
118655
 
118158
- declare const routeName$7K = "/v1/api/address/info/premium";
118159
- type GetAddressInfoQueryParams = paths[typeof routeName$7K]['get']['parameters']['query'];
118160
- type GetAddressInfoResponse = paths[typeof routeName$7K]['get']['responses'][200]['content']['application/json'];
118161
- type GetAddressInfoProps = paths[typeof routeName$7K]['get']['parameters'];
118656
+ declare const routeName$7N = "/v1/api/address/info/premium";
118657
+ type GetAddressInfoQueryParams = paths[typeof routeName$7N]['get']['parameters']['query'];
118658
+ type GetAddressInfoResponse = paths[typeof routeName$7N]['get']['responses'][200]['content']['application/json'];
118659
+ type GetAddressInfoProps = paths[typeof routeName$7N]['get']['parameters'];
118162
118660
  declare const getAddressInfo: (props: GetAddressInfoProps, wgApiClient: ClientType) => Promise<GetAddressInfoResponse>;
118163
118661
 
118164
- declare const routeName$7J = "/v1/api/address/info/freemium";
118165
- type GetAddressInfoFreemiumQueryParams = paths[typeof routeName$7J]['get']['parameters']['query'];
118166
- type GetAddressInfoFreemiumResponse = paths[typeof routeName$7J]['get']['responses'][200]['content']['application/json'];
118167
- type GetAddressInfoFreemiumProps = paths[typeof routeName$7J]['get']['parameters'];
118662
+ declare const routeName$7M = "/v1/api/address/info/freemium";
118663
+ type GetAddressInfoFreemiumQueryParams = paths[typeof routeName$7M]['get']['parameters']['query'];
118664
+ type GetAddressInfoFreemiumResponse = paths[typeof routeName$7M]['get']['responses'][200]['content']['application/json'];
118665
+ type GetAddressInfoFreemiumProps = paths[typeof routeName$7M]['get']['parameters'];
118168
118666
  declare const getAddressInfoFreemium: (props: GetAddressInfoFreemiumProps, wgApiClient: ClientType) => Promise<GetAddressInfoFreemiumResponse>;
118169
118667
 
118170
- declare const routeName$7I = "/v1/api/advisory-reports";
118171
- type GetAllAdvisoryReportsQueryParams = paths[typeof routeName$7I]['get']['parameters']['query'];
118172
- type GetAllAdvisoryReportsResponse = paths[typeof routeName$7I]['get']['responses'][200]['content']['application/json'];
118173
- type GetAllAdvisoryReportsProps = paths[typeof routeName$7I]['get']['parameters'];
118668
+ declare const routeName$7L = "/v1/api/advisory-reports";
118669
+ type GetAllAdvisoryReportsQueryParams = paths[typeof routeName$7L]['get']['parameters']['query'];
118670
+ type GetAllAdvisoryReportsResponse = paths[typeof routeName$7L]['get']['responses'][200]['content']['application/json'];
118671
+ type GetAllAdvisoryReportsProps = paths[typeof routeName$7L]['get']['parameters'];
118174
118672
  declare const getAllAdvisoryReports: (props: GetAllAdvisoryReportsProps, wgApiClient: ClientType) => Promise<GetAllAdvisoryReportsResponse>;
118175
118673
 
118176
- declare const routeName$7H = "/v1/api/advisory-reports";
118177
- type CreateAdvisoryReportBody = paths[typeof routeName$7H]['post']['requestBody']['content']['application/json'];
118178
- type CreateAdvisoryReportQueryParams = paths[typeof routeName$7H]['post']['parameters']['query'];
118179
- type CreateAdvisoryReportResponse = paths[typeof routeName$7H]['post']['responses'][201]['content']['application/json'];
118674
+ declare const routeName$7K = "/v1/api/advisory-reports";
118675
+ type CreateAdvisoryReportBody = paths[typeof routeName$7K]['post']['requestBody']['content']['application/json'];
118676
+ type CreateAdvisoryReportQueryParams = paths[typeof routeName$7K]['post']['parameters']['query'];
118677
+ type CreateAdvisoryReportResponse = paths[typeof routeName$7K]['post']['responses'][201]['content']['application/json'];
118180
118678
  interface CreateAdvisoryReportProps {
118181
118679
  body: CreateAdvisoryReportBody;
118182
118680
  params: {
@@ -118185,17 +118683,17 @@ interface CreateAdvisoryReportProps {
118185
118683
  }
118186
118684
  declare const createAdvisoryReport: (props: CreateAdvisoryReportProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportResponse>;
118187
118685
 
118188
- declare const routeName$7G = "/v1/api/advisory-reports/{report_id}";
118189
- type GetAdvisoryReportByIdPathParams = paths[typeof routeName$7G]['get']['parameters']['path'];
118190
- type GetAdvisoryReportByIdQueryParams = paths[typeof routeName$7G]['get']['parameters']['query'];
118191
- type GetAdvisoryReportByIdResponse = paths[typeof routeName$7G]['get']['responses'][200]['content']['application/json'];
118192
- type GetAdvisoryReportByIdProps = paths[typeof routeName$7G]['get']['parameters'];
118686
+ declare const routeName$7J = "/v1/api/advisory-reports/{report_id}";
118687
+ type GetAdvisoryReportByIdPathParams = paths[typeof routeName$7J]['get']['parameters']['path'];
118688
+ type GetAdvisoryReportByIdQueryParams = paths[typeof routeName$7J]['get']['parameters']['query'];
118689
+ type GetAdvisoryReportByIdResponse = paths[typeof routeName$7J]['get']['responses'][200]['content']['application/json'];
118690
+ type GetAdvisoryReportByIdProps = paths[typeof routeName$7J]['get']['parameters'];
118193
118691
  declare const getAdvisoryReportById: (props: GetAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportByIdResponse>;
118194
118692
 
118195
- declare const routeName$7F = "/v1/api/advisory-reports/{report_id}";
118196
- type DeleteAdvisoryReportRevisionPathParams = paths[typeof routeName$7F]['delete']['parameters']['path'];
118197
- type DeleteAdvisoryReportRevisionQueryParams = paths[typeof routeName$7F]['delete']['parameters']['query'];
118198
- type DeleteAdvisoryReportRevisionResponse = paths[typeof routeName$7F]['delete']['responses'][200]['content']['application/json'];
118693
+ declare const routeName$7I = "/v1/api/advisory-reports/{report_id}";
118694
+ type DeleteAdvisoryReportRevisionPathParams = paths[typeof routeName$7I]['delete']['parameters']['path'];
118695
+ type DeleteAdvisoryReportRevisionQueryParams = paths[typeof routeName$7I]['delete']['parameters']['query'];
118696
+ type DeleteAdvisoryReportRevisionResponse = paths[typeof routeName$7I]['delete']['responses'][200]['content']['application/json'];
118199
118697
  interface DeleteAdvisoryReportRevisionProps {
118200
118698
  params: {
118201
118699
  query: DeleteAdvisoryReportRevisionQueryParams;
@@ -118204,11 +118702,11 @@ interface DeleteAdvisoryReportRevisionProps {
118204
118702
  }
118205
118703
  declare const deleteAdvisoryReportRevision: (props: DeleteAdvisoryReportRevisionProps, wgApiClient: ClientType) => Promise<DeleteAdvisoryReportRevisionResponse>;
118206
118704
 
118207
- declare const routeName$7E = "/v1/api/advisory-reports/{report_id}";
118208
- type UpdateAdvisoryReportBody = paths[typeof routeName$7E]['patch']['requestBody']['content']['application/json'];
118209
- type UpdateAdvisoryReportPathParams = paths[typeof routeName$7E]['patch']['parameters']['path'];
118210
- type UpdateAdvisoryReportQueryParams = paths[typeof routeName$7E]['patch']['parameters']['query'];
118211
- type UpdateAdvisoryReportResponse = paths[typeof routeName$7E]['patch']['responses'][200]['content']['application/json'];
118705
+ declare const routeName$7H = "/v1/api/advisory-reports/{report_id}";
118706
+ type UpdateAdvisoryReportBody = paths[typeof routeName$7H]['patch']['requestBody']['content']['application/json'];
118707
+ type UpdateAdvisoryReportPathParams = paths[typeof routeName$7H]['patch']['parameters']['path'];
118708
+ type UpdateAdvisoryReportQueryParams = paths[typeof routeName$7H]['patch']['parameters']['query'];
118709
+ type UpdateAdvisoryReportResponse = paths[typeof routeName$7H]['patch']['responses'][200]['content']['application/json'];
118212
118710
  interface UpdateAdvisoryReportProps {
118213
118711
  body: UpdateAdvisoryReportBody;
118214
118712
  params: {
@@ -118218,18 +118716,18 @@ interface UpdateAdvisoryReportProps {
118218
118716
  }
118219
118717
  declare const updateAdvisoryReport: (props: UpdateAdvisoryReportProps, wgApiClient: ClientType) => Promise<UpdateAdvisoryReportResponse>;
118220
118718
 
118221
- declare const routeName$7D = "/v1/api/advisory-reports/{report_id}/events";
118222
- type GetEventsByAdvisoryReportIdPathParams = paths[typeof routeName$7D]['get']['parameters']['path'];
118223
- type GetEventsByAdvisoryReportIdQueryParams = paths[typeof routeName$7D]['get']['parameters']['query'];
118224
- type GetEventsByAdvisoryReportIdResponse = paths[typeof routeName$7D]['get']['responses'][200]['content']['application/json'];
118225
- type GetEventsByAdvisoryReportIdProps = paths[typeof routeName$7D]['get']['parameters'];
118719
+ declare const routeName$7G = "/v1/api/advisory-reports/{report_id}/events";
118720
+ type GetEventsByAdvisoryReportIdPathParams = paths[typeof routeName$7G]['get']['parameters']['path'];
118721
+ type GetEventsByAdvisoryReportIdQueryParams = paths[typeof routeName$7G]['get']['parameters']['query'];
118722
+ type GetEventsByAdvisoryReportIdResponse = paths[typeof routeName$7G]['get']['responses'][200]['content']['application/json'];
118723
+ type GetEventsByAdvisoryReportIdProps = paths[typeof routeName$7G]['get']['parameters'];
118226
118724
  declare const getEventsByAdvisoryReportId: (props: GetEventsByAdvisoryReportIdProps, wgApiClient: ClientType) => Promise<GetEventsByAdvisoryReportIdResponse>;
118227
118725
 
118228
- declare const routeName$7C = "/v1/api/advisory-reports/{report_id}/email-inquiries";
118229
- type SendAdvisoryReportAsMailBody = paths[typeof routeName$7C]['post']['requestBody']['content']['application/json'];
118230
- type SendAdvisoryReportAsMailPathParams = paths[typeof routeName$7C]['post']['parameters']['path'];
118231
- type SendAdvisoryReportAsMailQueryParams = paths[typeof routeName$7C]['post']['parameters']['query'];
118232
- type SendAdvisoryReportAsMailResponse = paths[typeof routeName$7C]['post']['responses'][201]['content']['application/json'];
118726
+ declare const routeName$7F = "/v1/api/advisory-reports/{report_id}/email-inquiries";
118727
+ type SendAdvisoryReportAsMailBody = paths[typeof routeName$7F]['post']['requestBody']['content']['application/json'];
118728
+ type SendAdvisoryReportAsMailPathParams = paths[typeof routeName$7F]['post']['parameters']['path'];
118729
+ type SendAdvisoryReportAsMailQueryParams = paths[typeof routeName$7F]['post']['parameters']['query'];
118730
+ type SendAdvisoryReportAsMailResponse = paths[typeof routeName$7F]['post']['responses'][201]['content']['application/json'];
118233
118731
  interface SendAdvisoryReportAsMailProps {
118234
118732
  body: SendAdvisoryReportAsMailBody;
118235
118733
  params: {
@@ -118239,10 +118737,10 @@ interface SendAdvisoryReportAsMailProps {
118239
118737
  }
118240
118738
  declare const sendAdvisoryReportAsMail: (props: SendAdvisoryReportAsMailProps, wgApiClient: ClientType) => Promise<SendAdvisoryReportAsMailResponse>;
118241
118739
 
118242
- declare const routeName$7B = "/v1/api/advisory-reports/{report_id}/docx";
118243
- type GenerateDocxDocumentOfAdvisoryReportByIdPathParams = paths[typeof routeName$7B]['post']['parameters']['path'];
118244
- type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7B]['post']['parameters']['query'];
118245
- type GenerateDocxDocumentOfAdvisoryReportByIdResponse = paths[typeof routeName$7B]['post']['responses'][200]['content']['application/json'];
118740
+ declare const routeName$7E = "/v1/api/advisory-reports/{report_id}/docx";
118741
+ type GenerateDocxDocumentOfAdvisoryReportByIdPathParams = paths[typeof routeName$7E]['post']['parameters']['path'];
118742
+ type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7E]['post']['parameters']['query'];
118743
+ type GenerateDocxDocumentOfAdvisoryReportByIdResponse = paths[typeof routeName$7E]['post']['responses'][200]['content']['application/json'];
118246
118744
  interface GenerateDocxDocumentOfAdvisoryReportByIdProps {
118247
118745
  params: {
118248
118746
  query: GenerateDocxDocumentOfAdvisoryReportByIdQueryParams;
@@ -118251,17 +118749,17 @@ interface GenerateDocxDocumentOfAdvisoryReportByIdProps {
118251
118749
  }
118252
118750
  declare const generateDocxDocumentOfAdvisoryReportById: (props: GenerateDocxDocumentOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GenerateDocxDocumentOfAdvisoryReportByIdResponse>;
118253
118751
 
118254
- declare const routeName$7A = "/v1/api/advisory-reports/{report_id}/pdf";
118255
- type GetPdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$7A]['get']['parameters']['path'];
118256
- type GetPdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7A]['get']['parameters']['query'];
118257
- type GetPdfOfAdvisoryReportByIdResponse = paths[typeof routeName$7A]['get']['responses'][307]['content']['application/json'];
118258
- type GetPdfOfAdvisoryReportByIdProps = paths[typeof routeName$7A]['get']['parameters'];
118752
+ declare const routeName$7D = "/v1/api/advisory-reports/{report_id}/pdf";
118753
+ type GetPdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$7D]['get']['parameters']['path'];
118754
+ type GetPdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7D]['get']['parameters']['query'];
118755
+ type GetPdfOfAdvisoryReportByIdResponse = paths[typeof routeName$7D]['get']['responses'][307]['content']['application/json'];
118756
+ type GetPdfOfAdvisoryReportByIdProps = paths[typeof routeName$7D]['get']['parameters'];
118259
118757
  declare const getPdfOfAdvisoryReportById: (props: GetPdfOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GetPdfOfAdvisoryReportByIdResponse>;
118260
118758
 
118261
- declare const routeName$7z = "/v1/api/advisory-reports/{report_id}/pdf";
118262
- type GeneratePdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$7z]['post']['parameters']['path'];
118263
- type GeneratePdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7z]['post']['parameters']['query'];
118264
- type GeneratePdfOfAdvisoryReportByIdResponse = paths[typeof routeName$7z]['post']['responses'][200]['content']['application/json'];
118759
+ declare const routeName$7C = "/v1/api/advisory-reports/{report_id}/pdf";
118760
+ type GeneratePdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$7C]['post']['parameters']['path'];
118761
+ type GeneratePdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7C]['post']['parameters']['query'];
118762
+ type GeneratePdfOfAdvisoryReportByIdResponse = paths[typeof routeName$7C]['post']['responses'][200]['content']['application/json'];
118265
118763
  interface GeneratePdfOfAdvisoryReportByIdProps {
118266
118764
  params: {
118267
118765
  query: GeneratePdfOfAdvisoryReportByIdQueryParams;
@@ -118270,10 +118768,10 @@ interface GeneratePdfOfAdvisoryReportByIdProps {
118270
118768
  }
118271
118769
  declare const generatePdfOfAdvisoryReportById: (props: GeneratePdfOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GeneratePdfOfAdvisoryReportByIdResponse>;
118272
118770
 
118273
- declare const routeName$7y = "/v1/api/advisory-report-front-page-pdf";
118274
- type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody = paths[typeof routeName$7y]['post']['requestBody']['content']['application/json'];
118275
- type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams = paths[typeof routeName$7y]['post']['parameters']['query'];
118276
- type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse = paths[typeof routeName$7y]['post']['responses'][201]['content']['application/json'];
118771
+ declare const routeName$7B = "/v1/api/advisory-report-front-page-pdf";
118772
+ type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody = paths[typeof routeName$7B]['post']['requestBody']['content']['application/json'];
118773
+ type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams = paths[typeof routeName$7B]['post']['parameters']['query'];
118774
+ type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse = paths[typeof routeName$7B]['post']['responses'][201]['content']['application/json'];
118277
118775
  interface GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps {
118278
118776
  body: GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody;
118279
118777
  params: {
@@ -118282,11 +118780,11 @@ interface GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps {
118282
118780
  }
118283
118781
  declare const generateStandaloneFrontPagePdfOfAdvisoryReportAsExample: (props: GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps, wgApiClient: ClientType) => Promise<GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse>;
118284
118782
 
118285
- declare const routeName$7x = "/v1/api/advisory-reports/{report_id}/acceptances";
118286
- type AcceptOrRejectAnAdvisoryReportBody = paths[typeof routeName$7x]['post']['requestBody']['content']['application/json'];
118287
- type AcceptOrRejectAnAdvisoryReportPathParams = paths[typeof routeName$7x]['post']['parameters']['path'];
118288
- type AcceptOrRejectAnAdvisoryReportQueryParams = paths[typeof routeName$7x]['post']['parameters']['query'];
118289
- type AcceptOrRejectAnAdvisoryReportResponse = paths[typeof routeName$7x]['post']['responses'][200]['content']['application/json'];
118783
+ declare const routeName$7A = "/v1/api/advisory-reports/{report_id}/acceptances";
118784
+ type AcceptOrRejectAnAdvisoryReportBody = paths[typeof routeName$7A]['post']['requestBody']['content']['application/json'];
118785
+ type AcceptOrRejectAnAdvisoryReportPathParams = paths[typeof routeName$7A]['post']['parameters']['path'];
118786
+ type AcceptOrRejectAnAdvisoryReportQueryParams = paths[typeof routeName$7A]['post']['parameters']['query'];
118787
+ type AcceptOrRejectAnAdvisoryReportResponse = paths[typeof routeName$7A]['post']['responses'][200]['content']['application/json'];
118290
118788
  interface AcceptOrRejectAnAdvisoryReportProps {
118291
118789
  body: AcceptOrRejectAnAdvisoryReportBody;
118292
118790
  params: {
@@ -118296,11 +118794,11 @@ interface AcceptOrRejectAnAdvisoryReportProps {
118296
118794
  }
118297
118795
  declare const acceptOrRejectAnAdvisoryReport: (props: AcceptOrRejectAnAdvisoryReportProps, wgApiClient: ClientType) => Promise<AcceptOrRejectAnAdvisoryReportResponse>;
118298
118796
 
118299
- declare const routeName$7w = "/v1/api/advisory-reports/{report_id}/conversations";
118300
- type LinkConversationToAdvisoryReportBody = paths[typeof routeName$7w]['post']['requestBody']['content']['application/json'];
118301
- type LinkConversationToAdvisoryReportPathParams = paths[typeof routeName$7w]['post']['parameters']['path'];
118302
- type LinkConversationToAdvisoryReportQueryParams = paths[typeof routeName$7w]['post']['parameters']['query'];
118303
- type LinkConversationToAdvisoryReportResponse = paths[typeof routeName$7w]['post']['responses'][201]['content']['application/json'];
118797
+ declare const routeName$7z = "/v1/api/advisory-reports/{report_id}/conversations";
118798
+ type LinkConversationToAdvisoryReportBody = paths[typeof routeName$7z]['post']['requestBody']['content']['application/json'];
118799
+ type LinkConversationToAdvisoryReportPathParams = paths[typeof routeName$7z]['post']['parameters']['path'];
118800
+ type LinkConversationToAdvisoryReportQueryParams = paths[typeof routeName$7z]['post']['parameters']['query'];
118801
+ type LinkConversationToAdvisoryReportResponse = paths[typeof routeName$7z]['post']['responses'][201]['content']['application/json'];
118304
118802
  interface LinkConversationToAdvisoryReportProps {
118305
118803
  body: LinkConversationToAdvisoryReportBody;
118306
118804
  params: {
@@ -118310,11 +118808,11 @@ interface LinkConversationToAdvisoryReportProps {
118310
118808
  }
118311
118809
  declare const linkConversationToAdvisoryReport: (props: LinkConversationToAdvisoryReportProps, wgApiClient: ClientType) => Promise<LinkConversationToAdvisoryReportResponse>;
118312
118810
 
118313
- declare const routeName$7v = "/v2/api/advisory-reports/{report_id}/revisions";
118314
- type CreateAdvisoryReportRevisionV2Body = paths[typeof routeName$7v]['post']['requestBody']['content']['application/json'];
118315
- type CreateAdvisoryReportRevisionV2PathParams = paths[typeof routeName$7v]['post']['parameters']['path'];
118316
- type CreateAdvisoryReportRevisionV2QueryParams = paths[typeof routeName$7v]['post']['parameters']['query'];
118317
- type CreateAdvisoryReportRevisionV2Response = paths[typeof routeName$7v]['post']['responses'][201]['content']['application/json'];
118811
+ declare const routeName$7y = "/v2/api/advisory-reports/{report_id}/revisions";
118812
+ type CreateAdvisoryReportRevisionV2Body = paths[typeof routeName$7y]['post']['requestBody']['content']['application/json'];
118813
+ type CreateAdvisoryReportRevisionV2PathParams = paths[typeof routeName$7y]['post']['parameters']['path'];
118814
+ type CreateAdvisoryReportRevisionV2QueryParams = paths[typeof routeName$7y]['post']['parameters']['query'];
118815
+ type CreateAdvisoryReportRevisionV2Response = paths[typeof routeName$7y]['post']['responses'][201]['content']['application/json'];
118318
118816
  interface CreateAdvisoryReportRevisionV2Props {
118319
118817
  body: CreateAdvisoryReportRevisionV2Body;
118320
118818
  params: {
@@ -118324,11 +118822,11 @@ interface CreateAdvisoryReportRevisionV2Props {
118324
118822
  }
118325
118823
  declare const createAdvisoryReportRevisionV2: (props: CreateAdvisoryReportRevisionV2Props, wgApiClient: ClientType) => Promise<CreateAdvisoryReportRevisionV2Response>;
118326
118824
 
118327
- declare const routeName$7u = "/v1/api/advisory-reports/{report_id}/revisions";
118328
- type CreateAdvisoryReportRevisionBody = paths[typeof routeName$7u]['post']['requestBody']['content']['application/json'];
118329
- type CreateAdvisoryReportRevisionPathParams = paths[typeof routeName$7u]['post']['parameters']['path'];
118330
- type CreateAdvisoryReportRevisionQueryParams = paths[typeof routeName$7u]['post']['parameters']['query'];
118331
- type CreateAdvisoryReportRevisionResponse = paths[typeof routeName$7u]['post']['responses'][201]['content']['application/json'];
118825
+ declare const routeName$7x = "/v1/api/advisory-reports/{report_id}/revisions";
118826
+ type CreateAdvisoryReportRevisionBody = paths[typeof routeName$7x]['post']['requestBody']['content']['application/json'];
118827
+ type CreateAdvisoryReportRevisionPathParams = paths[typeof routeName$7x]['post']['parameters']['path'];
118828
+ type CreateAdvisoryReportRevisionQueryParams = paths[typeof routeName$7x]['post']['parameters']['query'];
118829
+ type CreateAdvisoryReportRevisionResponse = paths[typeof routeName$7x]['post']['responses'][201]['content']['application/json'];
118332
118830
  interface CreateAdvisoryReportRevisionProps {
118333
118831
  body: CreateAdvisoryReportRevisionBody;
118334
118832
  params: {
@@ -118338,10 +118836,10 @@ interface CreateAdvisoryReportRevisionProps {
118338
118836
  }
118339
118837
  declare const createAdvisoryReportRevision: (props: CreateAdvisoryReportRevisionProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportRevisionResponse>;
118340
118838
 
118341
- declare const routeName$7t = "/v2/api/advisory-reports/{report_id}";
118342
- type DeleteAdvisoryReportPathParams = paths[typeof routeName$7t]['delete']['parameters']['path'];
118343
- type DeleteAdvisoryReportQueryParams = paths[typeof routeName$7t]['delete']['parameters']['query'];
118344
- type DeleteAdvisoryReportResponse = paths[typeof routeName$7t]['delete']['responses'][200]['content']['application/json'];
118839
+ declare const routeName$7w = "/v2/api/advisory-reports/{report_id}";
118840
+ type DeleteAdvisoryReportPathParams = paths[typeof routeName$7w]['delete']['parameters']['path'];
118841
+ type DeleteAdvisoryReportQueryParams = paths[typeof routeName$7w]['delete']['parameters']['query'];
118842
+ type DeleteAdvisoryReportResponse = paths[typeof routeName$7w]['delete']['responses'][200]['content']['application/json'];
118345
118843
  interface DeleteAdvisoryReportProps {
118346
118844
  params: {
118347
118845
  query: DeleteAdvisoryReportQueryParams;
@@ -118350,11 +118848,11 @@ interface DeleteAdvisoryReportProps {
118350
118848
  }
118351
118849
  declare const deleteAdvisoryReport: (props: DeleteAdvisoryReportProps, wgApiClient: ClientType) => Promise<DeleteAdvisoryReportResponse>;
118352
118850
 
118353
- declare const routeName$7s = "/v1/api/advisory-reports/{report_id}/clauses";
118354
- type PutClausesForReportBody = paths[typeof routeName$7s]['put']['requestBody']['content']['application/json'];
118355
- type PutClausesForReportPathParams = paths[typeof routeName$7s]['put']['parameters']['path'];
118356
- type PutClausesForReportQueryParams = paths[typeof routeName$7s]['put']['parameters']['query'];
118357
- type PutClausesForReportResponse = paths[typeof routeName$7s]['put']['responses'][200]['content']['application/json'];
118851
+ declare const routeName$7v = "/v1/api/advisory-reports/{report_id}/clauses";
118852
+ type PutClausesForReportBody = paths[typeof routeName$7v]['put']['requestBody']['content']['application/json'];
118853
+ type PutClausesForReportPathParams = paths[typeof routeName$7v]['put']['parameters']['path'];
118854
+ type PutClausesForReportQueryParams = paths[typeof routeName$7v]['put']['parameters']['query'];
118855
+ type PutClausesForReportResponse = paths[typeof routeName$7v]['put']['responses'][200]['content']['application/json'];
118358
118856
  interface PutClausesForReportProps {
118359
118857
  body: PutClausesForReportBody;
118360
118858
  params: {
@@ -118364,9 +118862,9 @@ interface PutClausesForReportProps {
118364
118862
  }
118365
118863
  declare const putClausesForReport: (props: PutClausesForReportProps, wgApiClient: ClientType) => Promise<PutClausesForReportResponse>;
118366
118864
 
118367
- declare const routeName$7r = "/v1/api/advisory-reports/{report_id}/personalise-advices";
118368
- type GeneratePersonalizationAdviceForAdvisoryReportPathParams = paths[typeof routeName$7r]['post']['parameters']['path'];
118369
- type GeneratePersonalizationAdviceForAdvisoryReportResponse = paths[typeof routeName$7r]['post']['responses'][200]['content']['application/json'];
118865
+ declare const routeName$7u = "/v1/api/advisory-reports/{report_id}/personalise-advices";
118866
+ type GeneratePersonalizationAdviceForAdvisoryReportPathParams = paths[typeof routeName$7u]['post']['parameters']['path'];
118867
+ type GeneratePersonalizationAdviceForAdvisoryReportResponse = paths[typeof routeName$7u]['post']['responses'][200]['content']['application/json'];
118370
118868
  interface GeneratePersonalizationAdviceForAdvisoryReportProps {
118371
118869
  params: {
118372
118870
  path: GeneratePersonalizationAdviceForAdvisoryReportPathParams;
@@ -118374,18 +118872,18 @@ interface GeneratePersonalizationAdviceForAdvisoryReportProps {
118374
118872
  }
118375
118873
  declare const generatePersonalizationAdviceForAdvisoryReport: (props: GeneratePersonalizationAdviceForAdvisoryReportProps, wgApiClient: ClientType) => Promise<GeneratePersonalizationAdviceForAdvisoryReportResponse>;
118376
118874
 
118377
- declare const routeName$7q = "/v1/api/advisory-reports/{report_id}/settings/steps";
118378
- type GetStepSettingsByAdvisoryReportIdPathParams = paths[typeof routeName$7q]['get']['parameters']['path'];
118379
- type GetStepSettingsByAdvisoryReportIdQueryParams = paths[typeof routeName$7q]['get']['parameters']['query'];
118380
- type GetStepSettingsByAdvisoryReportIdResponse = paths[typeof routeName$7q]['get']['responses'][200]['content']['application/json'];
118381
- type GetStepSettingsByAdvisoryReportIdProps = paths[typeof routeName$7q]['get']['parameters'];
118875
+ declare const routeName$7t = "/v1/api/advisory-reports/{report_id}/settings/steps";
118876
+ type GetStepSettingsByAdvisoryReportIdPathParams = paths[typeof routeName$7t]['get']['parameters']['path'];
118877
+ type GetStepSettingsByAdvisoryReportIdQueryParams = paths[typeof routeName$7t]['get']['parameters']['query'];
118878
+ type GetStepSettingsByAdvisoryReportIdResponse = paths[typeof routeName$7t]['get']['responses'][200]['content']['application/json'];
118879
+ type GetStepSettingsByAdvisoryReportIdProps = paths[typeof routeName$7t]['get']['parameters'];
118382
118880
  declare const getStepSettingsByAdvisoryReportId: (props: GetStepSettingsByAdvisoryReportIdProps, wgApiClient: ClientType) => Promise<GetStepSettingsByAdvisoryReportIdResponse>;
118383
118881
 
118384
- declare const routeName$7p = "/v1/api/advisory-reports/{report_id}/settings/steps";
118385
- type CreateAdvisoryReportStepSettingsBody = paths[typeof routeName$7p]['put']['requestBody']['content']['application/json'];
118386
- type CreateAdvisoryReportStepSettingsPathParams = paths[typeof routeName$7p]['put']['parameters']['path'];
118387
- type CreateAdvisoryReportStepSettingsQueryParams = paths[typeof routeName$7p]['put']['parameters']['query'];
118388
- type CreateAdvisoryReportStepSettingsResponse = paths[typeof routeName$7p]['put']['responses'][200]['content']['application/json'];
118882
+ declare const routeName$7s = "/v1/api/advisory-reports/{report_id}/settings/steps";
118883
+ type CreateAdvisoryReportStepSettingsBody = paths[typeof routeName$7s]['put']['requestBody']['content']['application/json'];
118884
+ type CreateAdvisoryReportStepSettingsPathParams = paths[typeof routeName$7s]['put']['parameters']['path'];
118885
+ type CreateAdvisoryReportStepSettingsQueryParams = paths[typeof routeName$7s]['put']['parameters']['query'];
118886
+ type CreateAdvisoryReportStepSettingsResponse = paths[typeof routeName$7s]['put']['responses'][200]['content']['application/json'];
118389
118887
  interface CreateAdvisoryReportStepSettingsProps {
118390
118888
  body: CreateAdvisoryReportStepSettingsBody;
118391
118889
  params: {
@@ -118395,11 +118893,11 @@ interface CreateAdvisoryReportStepSettingsProps {
118395
118893
  }
118396
118894
  declare const createAdvisoryReportStepSettings: (props: CreateAdvisoryReportStepSettingsProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportStepSettingsResponse>;
118397
118895
 
118398
- declare const routeName$7o = "/v1/api/advisory-reports/{report_id}/risk-domains";
118399
- type CreateRiskDomainForAdvisoryReportByIdBody = paths[typeof routeName$7o]['post']['requestBody']['content']['application/json'];
118400
- type CreateRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$7o]['post']['parameters']['path'];
118401
- type CreateRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$7o]['post']['parameters']['query'];
118402
- type CreateRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$7o]['post']['responses'][201]['content']['application/json'];
118896
+ declare const routeName$7r = "/v1/api/advisory-reports/{report_id}/risk-domains";
118897
+ type CreateRiskDomainForAdvisoryReportByIdBody = paths[typeof routeName$7r]['post']['requestBody']['content']['application/json'];
118898
+ type CreateRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$7r]['post']['parameters']['path'];
118899
+ type CreateRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$7r]['post']['parameters']['query'];
118900
+ type CreateRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$7r]['post']['responses'][201]['content']['application/json'];
118403
118901
  interface CreateRiskDomainForAdvisoryReportByIdProps {
118404
118902
  body: CreateRiskDomainForAdvisoryReportByIdBody;
118405
118903
  params: {
@@ -118409,10 +118907,10 @@ interface CreateRiskDomainForAdvisoryReportByIdProps {
118409
118907
  }
118410
118908
  declare const createRiskDomainForAdvisoryReportById: (props: CreateRiskDomainForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainForAdvisoryReportByIdResponse>;
118411
118909
 
118412
- declare const routeName$7n = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}";
118413
- type DeleteRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$7n]['delete']['parameters']['path'];
118414
- type DeleteRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$7n]['delete']['parameters']['query'];
118415
- type DeleteRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$7n]['delete']['responses'][200]['content']['application/json'];
118910
+ declare const routeName$7q = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}";
118911
+ type DeleteRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$7q]['delete']['parameters']['path'];
118912
+ type DeleteRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$7q]['delete']['parameters']['query'];
118913
+ type DeleteRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$7q]['delete']['responses'][200]['content']['application/json'];
118416
118914
  interface DeleteRiskDomainForAdvisoryReportByIdProps {
118417
118915
  params: {
118418
118916
  query: DeleteRiskDomainForAdvisoryReportByIdQueryParams;
@@ -118421,11 +118919,11 @@ interface DeleteRiskDomainForAdvisoryReportByIdProps {
118421
118919
  }
118422
118920
  declare const deleteRiskDomainForAdvisoryReportById: (props: DeleteRiskDomainForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainForAdvisoryReportByIdResponse>;
118423
118921
 
118424
- declare const routeName$7m = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice";
118425
- type CreateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$7m]['post']['requestBody']['content']['application/json'];
118426
- type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7m]['post']['parameters']['path'];
118427
- type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7m]['post']['parameters']['query'];
118428
- type CreateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7m]['post']['responses'][201]['content']['application/json'];
118922
+ declare const routeName$7p = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice";
118923
+ type CreateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$7p]['post']['requestBody']['content']['application/json'];
118924
+ type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7p]['post']['parameters']['path'];
118925
+ type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7p]['post']['parameters']['query'];
118926
+ type CreateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7p]['post']['responses'][201]['content']['application/json'];
118429
118927
  interface CreateRiskDomainAdviceForAdvisoryReportByIdProps {
118430
118928
  body: CreateRiskDomainAdviceForAdvisoryReportByIdBody;
118431
118929
  params: {
@@ -118435,10 +118933,10 @@ interface CreateRiskDomainAdviceForAdvisoryReportByIdProps {
118435
118933
  }
118436
118934
  declare const createRiskDomainAdviceForAdvisoryReportById: (props: CreateRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainAdviceForAdvisoryReportByIdResponse>;
118437
118935
 
118438
- declare const routeName$7l = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
118439
- type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7l]['delete']['parameters']['path'];
118440
- type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7l]['delete']['parameters']['query'];
118441
- type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7l]['delete']['responses'][200]['content']['application/json'];
118936
+ declare const routeName$7o = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
118937
+ type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7o]['delete']['parameters']['path'];
118938
+ type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7o]['delete']['parameters']['query'];
118939
+ type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7o]['delete']['responses'][200]['content']['application/json'];
118442
118940
  interface DeleteRiskDomainAdviceForAdvisoryReportByIdProps {
118443
118941
  params: {
118444
118942
  query: DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams;
@@ -118447,11 +118945,11 @@ interface DeleteRiskDomainAdviceForAdvisoryReportByIdProps {
118447
118945
  }
118448
118946
  declare const deleteRiskDomainAdviceForAdvisoryReportById: (props: DeleteRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainAdviceForAdvisoryReportByIdResponse>;
118449
118947
 
118450
- declare const routeName$7k = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
118451
- type UpdateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$7k]['patch']['requestBody']['content']['application/json'];
118452
- type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7k]['patch']['parameters']['path'];
118453
- type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7k]['patch']['parameters']['query'];
118454
- type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7k]['patch']['responses'][201]['content']['application/json'];
118948
+ declare const routeName$7n = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
118949
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$7n]['patch']['requestBody']['content']['application/json'];
118950
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7n]['patch']['parameters']['path'];
118951
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7n]['patch']['parameters']['query'];
118952
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7n]['patch']['responses'][201]['content']['application/json'];
118455
118953
  interface UpdateRiskDomainAdviceForAdvisoryReportByIdProps {
118456
118954
  body: UpdateRiskDomainAdviceForAdvisoryReportByIdBody;
118457
118955
  params: {
@@ -118461,11 +118959,11 @@ interface UpdateRiskDomainAdviceForAdvisoryReportByIdProps {
118461
118959
  }
118462
118960
  declare const updateRiskDomainAdviceForAdvisoryReportById: (props: UpdateRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainAdviceForAdvisoryReportByIdResponse>;
118463
118961
 
118464
- declare const routeName$7j = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}/actions";
118465
- type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody = paths[typeof routeName$7j]['put']['requestBody']['content']['application/json'];
118466
- type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7j]['put']['parameters']['path'];
118467
- type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7j]['put']['parameters']['query'];
118468
- type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7j]['put']['responses'][201]['content']['application/json'];
118962
+ declare const routeName$7m = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}/actions";
118963
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody = paths[typeof routeName$7m]['put']['requestBody']['content']['application/json'];
118964
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7m]['put']['parameters']['path'];
118965
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7m]['put']['parameters']['query'];
118966
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7m]['put']['responses'][201]['content']['application/json'];
118469
118967
  interface CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps {
118470
118968
  body: CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody;
118471
118969
  params: {
@@ -118475,11 +118973,11 @@ interface CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps {
118475
118973
  }
118476
118974
  declare const createRiskDomainActionFromAdviceForAdvisoryReportById: (props: CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse>;
118477
118975
 
118478
- declare const routeName$7i = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions";
118479
- type CreateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$7i]['post']['requestBody']['content']['application/json'];
118480
- type CreateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7i]['post']['parameters']['path'];
118481
- type CreateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7i]['post']['parameters']['query'];
118482
- type CreateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7i]['post']['responses'][201]['content']['application/json'];
118976
+ declare const routeName$7l = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions";
118977
+ type CreateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$7l]['post']['requestBody']['content']['application/json'];
118978
+ type CreateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7l]['post']['parameters']['path'];
118979
+ type CreateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7l]['post']['parameters']['query'];
118980
+ type CreateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7l]['post']['responses'][201]['content']['application/json'];
118483
118981
  interface CreateRiskDomainActionForAdvisoryReportByIdProps {
118484
118982
  body: CreateRiskDomainActionForAdvisoryReportByIdBody;
118485
118983
  params: {
@@ -118489,10 +118987,10 @@ interface CreateRiskDomainActionForAdvisoryReportByIdProps {
118489
118987
  }
118490
118988
  declare const createRiskDomainActionForAdvisoryReportById: (props: CreateRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainActionForAdvisoryReportByIdResponse>;
118491
118989
 
118492
- declare const routeName$7h = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
118493
- type DeleteRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7h]['delete']['parameters']['path'];
118494
- type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7h]['delete']['parameters']['query'];
118495
- type DeleteRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7h]['delete']['responses'][200]['content']['application/json'];
118990
+ declare const routeName$7k = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
118991
+ type DeleteRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7k]['delete']['parameters']['path'];
118992
+ type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7k]['delete']['parameters']['query'];
118993
+ type DeleteRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7k]['delete']['responses'][200]['content']['application/json'];
118496
118994
  interface DeleteRiskDomainActionForAdvisoryReportByIdProps {
118497
118995
  params: {
118498
118996
  query: DeleteRiskDomainActionForAdvisoryReportByIdQueryParams;
@@ -118501,11 +118999,11 @@ interface DeleteRiskDomainActionForAdvisoryReportByIdProps {
118501
118999
  }
118502
119000
  declare const deleteRiskDomainActionForAdvisoryReportById: (props: DeleteRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainActionForAdvisoryReportByIdResponse>;
118503
119001
 
118504
- declare const routeName$7g = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
118505
- type UpdateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$7g]['patch']['requestBody']['content']['application/json'];
118506
- type UpdateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7g]['patch']['parameters']['path'];
118507
- type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7g]['patch']['parameters']['query'];
118508
- type UpdateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7g]['patch']['responses'][200]['content']['application/json'];
119002
+ declare const routeName$7j = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
119003
+ type UpdateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$7j]['patch']['requestBody']['content']['application/json'];
119004
+ type UpdateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7j]['patch']['parameters']['path'];
119005
+ type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7j]['patch']['parameters']['query'];
119006
+ type UpdateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7j]['patch']['responses'][200]['content']['application/json'];
118509
119007
  interface UpdateRiskDomainActionForAdvisoryReportByIdProps {
118510
119008
  body: UpdateRiskDomainActionForAdvisoryReportByIdBody;
118511
119009
  params: {
@@ -118515,11 +119013,11 @@ interface UpdateRiskDomainActionForAdvisoryReportByIdProps {
118515
119013
  }
118516
119014
  declare const updateRiskDomainActionForAdvisoryReportById: (props: UpdateRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainActionForAdvisoryReportByIdResponse>;
118517
119015
 
118518
- declare const routeName$7f = "/v1/api/advisory-reports/{report_id}/insurance-policies";
118519
- type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody = paths[typeof routeName$7f]['put']['requestBody']['content']['application/json'];
118520
- type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$7f]['put']['parameters']['path'];
118521
- type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$7f]['put']['parameters']['query'];
118522
- type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$7f]['put']['responses'][200]['content']['application/json'];
119016
+ declare const routeName$7i = "/v1/api/advisory-reports/{report_id}/insurance-policies";
119017
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody = paths[typeof routeName$7i]['put']['requestBody']['content']['application/json'];
119018
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$7i]['put']['parameters']['path'];
119019
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$7i]['put']['parameters']['query'];
119020
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$7i]['put']['responses'][200]['content']['application/json'];
118523
119021
  interface CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps {
118524
119022
  body: CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody;
118525
119023
  params: {
@@ -118529,10 +119027,10 @@ interface CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps {
118529
119027
  }
118530
119028
  declare const createOrReplaceInsurancePolicyForAdvisoryReportById: (props: CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse>;
118531
119029
 
118532
- declare const routeName$7e = "/v1/api/advisory-reports/{report_id}/insurance-policies/{insurance_policy_id}";
118533
- type DeleteInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$7e]['delete']['parameters']['path'];
118534
- type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$7e]['delete']['parameters']['query'];
118535
- type DeleteInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$7e]['delete']['responses'][200]['content']['application/json'];
119030
+ declare const routeName$7h = "/v1/api/advisory-reports/{report_id}/insurance-policies/{insurance_policy_id}";
119031
+ type DeleteInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$7h]['delete']['parameters']['path'];
119032
+ type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$7h]['delete']['parameters']['query'];
119033
+ type DeleteInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$7h]['delete']['responses'][200]['content']['application/json'];
118536
119034
  interface DeleteInsurancePolicyForAdvisoryReportByIdProps {
118537
119035
  params: {
118538
119036
  query: DeleteInsurancePolicyForAdvisoryReportByIdQueryParams;
@@ -118541,11 +119039,11 @@ interface DeleteInsurancePolicyForAdvisoryReportByIdProps {
118541
119039
  }
118542
119040
  declare const deleteInsurancePolicyForAdvisoryReportById: (props: DeleteInsurancePolicyForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteInsurancePolicyForAdvisoryReportByIdResponse>;
118543
119041
 
118544
- declare const routeName$7d = "/v1/api/advisory-reports/{report_id}/insurance-policies/order";
118545
- type OrderInsurancePolciesOfAdvisoryReportBody = paths[typeof routeName$7d]['put']['requestBody']['content']['application/json'];
118546
- type OrderInsurancePolciesOfAdvisoryReportPathParams = paths[typeof routeName$7d]['put']['parameters']['path'];
118547
- type OrderInsurancePolciesOfAdvisoryReportQueryParams = paths[typeof routeName$7d]['put']['parameters']['query'];
118548
- type OrderInsurancePolciesOfAdvisoryReportResponse = paths[typeof routeName$7d]['put']['responses'][200]['content']['application/json'];
119042
+ declare const routeName$7g = "/v1/api/advisory-reports/{report_id}/insurance-policies/order";
119043
+ type OrderInsurancePolciesOfAdvisoryReportBody = paths[typeof routeName$7g]['put']['requestBody']['content']['application/json'];
119044
+ type OrderInsurancePolciesOfAdvisoryReportPathParams = paths[typeof routeName$7g]['put']['parameters']['path'];
119045
+ type OrderInsurancePolciesOfAdvisoryReportQueryParams = paths[typeof routeName$7g]['put']['parameters']['query'];
119046
+ type OrderInsurancePolciesOfAdvisoryReportResponse = paths[typeof routeName$7g]['put']['responses'][200]['content']['application/json'];
118549
119047
  interface OrderInsurancePolciesOfAdvisoryReportProps {
118550
119048
  body: OrderInsurancePolciesOfAdvisoryReportBody;
118551
119049
  params: {
@@ -118555,11 +119053,11 @@ interface OrderInsurancePolciesOfAdvisoryReportProps {
118555
119053
  }
118556
119054
  declare const orderInsurancePolciesOfAdvisoryReport: (props: OrderInsurancePolciesOfAdvisoryReportProps, wgApiClient: ClientType) => Promise<OrderInsurancePolciesOfAdvisoryReportResponse>;
118557
119055
 
118558
- declare const routeName$7c = "/v1/api/advisory-reports/{report_id}/policy-packages";
118559
- type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody = paths[typeof routeName$7c]['put']['requestBody']['content']['application/json'];
118560
- type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams = paths[typeof routeName$7c]['put']['parameters']['path'];
118561
- type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams = paths[typeof routeName$7c]['put']['parameters']['query'];
118562
- type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse = paths[typeof routeName$7c]['put']['responses'][200]['content']['application/json'];
119056
+ declare const routeName$7f = "/v1/api/advisory-reports/{report_id}/policy-packages";
119057
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody = paths[typeof routeName$7f]['put']['requestBody']['content']['application/json'];
119058
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams = paths[typeof routeName$7f]['put']['parameters']['path'];
119059
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams = paths[typeof routeName$7f]['put']['parameters']['query'];
119060
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse = paths[typeof routeName$7f]['put']['responses'][200]['content']['application/json'];
118563
119061
  interface CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps {
118564
119062
  body: CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody;
118565
119063
  params: {
@@ -118569,39 +119067,39 @@ interface CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps {
118569
119067
  }
118570
119068
  declare const createOrReplacePolicyPackagesForAdvisoryReportById: (props: CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse>;
118571
119069
 
118572
- declare const routeName$7b = "/v1/api/advisory-reports/{report_id_1}/diff/{report_id_2}";
118573
- type GetAdvisoryReportRevisionDiffPathParams = paths[typeof routeName$7b]['get']['parameters']['path'];
118574
- type GetAdvisoryReportRevisionDiffQueryParams = paths[typeof routeName$7b]['get']['parameters']['query'];
118575
- type GetAdvisoryReportRevisionDiffResponse = paths[typeof routeName$7b]['get']['responses'][200]['content']['application/json'];
118576
- type GetAdvisoryReportRevisionDiffProps = paths[typeof routeName$7b]['get']['parameters'];
119070
+ declare const routeName$7e = "/v1/api/advisory-reports/{report_id_1}/diff/{report_id_2}";
119071
+ type GetAdvisoryReportRevisionDiffPathParams = paths[typeof routeName$7e]['get']['parameters']['path'];
119072
+ type GetAdvisoryReportRevisionDiffQueryParams = paths[typeof routeName$7e]['get']['parameters']['query'];
119073
+ type GetAdvisoryReportRevisionDiffResponse = paths[typeof routeName$7e]['get']['responses'][200]['content']['application/json'];
119074
+ type GetAdvisoryReportRevisionDiffProps = paths[typeof routeName$7e]['get']['parameters'];
118577
119075
  declare const getAdvisoryReportRevisionDiff: (props: GetAdvisoryReportRevisionDiffProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportRevisionDiffResponse>;
118578
119076
 
118579
- declare const routeName$7a = "/v1/api/affiliations";
118580
- type GetAllAvailableAffiliationsResponse = paths[typeof routeName$7a]['get']['responses'][200]['content']['application/json'];
119077
+ declare const routeName$7d = "/v1/api/affiliations";
119078
+ type GetAllAvailableAffiliationsResponse = paths[typeof routeName$7d]['get']['responses'][200]['content']['application/json'];
118581
119079
  declare const getAllAvailableAffiliations: (wgApiClient: ClientType) => Promise<GetAllAvailableAffiliationsResponse>;
118582
119080
 
118583
- declare const routeName$79 = "/v1/api/anvaflows/labels";
118584
- type GetAnvaLabelsQueryParams = paths[typeof routeName$79]['get']['parameters']['query'];
118585
- type GetAnvaLabelsResponse = paths[typeof routeName$79]['get']['responses'][200]['content']['application/json'];
118586
- type GetAnvaLabelsProps = paths[typeof routeName$79]['get']['parameters'];
119081
+ declare const routeName$7c = "/v1/api/anvaflows/labels";
119082
+ type GetAnvaLabelsQueryParams = paths[typeof routeName$7c]['get']['parameters']['query'];
119083
+ type GetAnvaLabelsResponse = paths[typeof routeName$7c]['get']['responses'][200]['content']['application/json'];
119084
+ type GetAnvaLabelsProps = paths[typeof routeName$7c]['get']['parameters'];
118587
119085
  declare const getAnvaLabels: (props: GetAnvaLabelsProps, wgApiClient: ClientType) => Promise<GetAnvaLabelsResponse>;
118588
119086
 
118589
- declare const routeName$78 = "/v1/api/anvaflows/supported-insurances";
118590
- type GetSupportedAnvaflowInsurancesQueryParams = paths[typeof routeName$78]['get']['parameters']['query'];
118591
- type GetSupportedAnvaflowInsurancesResponse = paths[typeof routeName$78]['get']['responses'][200]['content']['application/json'];
118592
- type GetSupportedAnvaflowInsurancesProps = paths[typeof routeName$78]['get']['parameters'];
119087
+ declare const routeName$7b = "/v1/api/anvaflows/supported-insurances";
119088
+ type GetSupportedAnvaflowInsurancesQueryParams = paths[typeof routeName$7b]['get']['parameters']['query'];
119089
+ type GetSupportedAnvaflowInsurancesResponse = paths[typeof routeName$7b]['get']['responses'][200]['content']['application/json'];
119090
+ type GetSupportedAnvaflowInsurancesProps = paths[typeof routeName$7b]['get']['parameters'];
118593
119091
  declare const getSupportedAnvaflowInsurances: (props: GetSupportedAnvaflowInsurancesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowInsurancesResponse>;
118594
119092
 
118595
- declare const routeName$77 = "/v1/api/anvaflows/supported-tags";
118596
- type GetSupportedAnvaflowTagsQueryParams = paths[typeof routeName$77]['get']['parameters']['query'];
118597
- type GetSupportedAnvaflowTagsResponse = paths[typeof routeName$77]['get']['responses'][200]['content']['application/json'];
118598
- type GetSupportedAnvaflowTagsProps = paths[typeof routeName$77]['get']['parameters'];
119093
+ declare const routeName$7a = "/v1/api/anvaflows/supported-tags";
119094
+ type GetSupportedAnvaflowTagsQueryParams = paths[typeof routeName$7a]['get']['parameters']['query'];
119095
+ type GetSupportedAnvaflowTagsResponse = paths[typeof routeName$7a]['get']['responses'][200]['content']['application/json'];
119096
+ type GetSupportedAnvaflowTagsProps = paths[typeof routeName$7a]['get']['parameters'];
118599
119097
  declare const getSupportedAnvaflowTags: (props: GetSupportedAnvaflowTagsProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowTagsResponse>;
118600
119098
 
118601
- declare const routeName$76 = "/v1/api/anvaflows/supported-tags";
118602
- type CreateAnvaflowTagsBody = paths[typeof routeName$76]['put']['requestBody']['content']['application/json'];
118603
- type CreateAnvaflowTagsQueryParams = paths[typeof routeName$76]['put']['parameters']['query'];
118604
- type CreateAnvaflowTagsResponse = paths[typeof routeName$76]['put']['responses'][200]['content']['application/json'];
119099
+ declare const routeName$79 = "/v1/api/anvaflows/supported-tags";
119100
+ type CreateAnvaflowTagsBody = paths[typeof routeName$79]['put']['requestBody']['content']['application/json'];
119101
+ type CreateAnvaflowTagsQueryParams = paths[typeof routeName$79]['put']['parameters']['query'];
119102
+ type CreateAnvaflowTagsResponse = paths[typeof routeName$79]['put']['responses'][200]['content']['application/json'];
118605
119103
  interface CreateAnvaflowTagsProps {
118606
119104
  body: CreateAnvaflowTagsBody;
118607
119105
  params: {
@@ -118610,35 +119108,35 @@ interface CreateAnvaflowTagsProps {
118610
119108
  }
118611
119109
  declare const createAnvaflowTags: (props: CreateAnvaflowTagsProps, wgApiClient: ClientType) => Promise<CreateAnvaflowTagsResponse>;
118612
119110
 
118613
- declare const routeName$75 = "/v1/api/anvaflows/supported-coverages";
118614
- type GetSupportedAnvaflowCoveragesQueryParams = paths[typeof routeName$75]['get']['parameters']['query'];
118615
- type GetSupportedAnvaflowCoveragesResponse = paths[typeof routeName$75]['get']['responses'][200]['content']['application/json'];
118616
- type GetSupportedAnvaflowCoveragesProps = paths[typeof routeName$75]['get']['parameters'];
119111
+ declare const routeName$78 = "/v1/api/anvaflows/supported-coverages";
119112
+ type GetSupportedAnvaflowCoveragesQueryParams = paths[typeof routeName$78]['get']['parameters']['query'];
119113
+ type GetSupportedAnvaflowCoveragesResponse = paths[typeof routeName$78]['get']['responses'][200]['content']['application/json'];
119114
+ type GetSupportedAnvaflowCoveragesProps = paths[typeof routeName$78]['get']['parameters'];
118617
119115
  declare const getSupportedAnvaflowCoverages: (props: GetSupportedAnvaflowCoveragesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowCoveragesResponse>;
118618
119116
 
118619
- declare const routeName$74 = "/v1/api/anvaflows/supported-adn-coverages";
118620
- type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams = paths[typeof routeName$74]['get']['parameters']['query'];
118621
- type GetSupportedAnvaflowCoveragesGroupedByAdnResponse = paths[typeof routeName$74]['get']['responses'][200]['content']['application/json'];
118622
- type GetSupportedAnvaflowCoveragesGroupedByAdnProps = paths[typeof routeName$74]['get']['parameters'];
119117
+ declare const routeName$77 = "/v1/api/anvaflows/supported-adn-coverages";
119118
+ type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams = paths[typeof routeName$77]['get']['parameters']['query'];
119119
+ type GetSupportedAnvaflowCoveragesGroupedByAdnResponse = paths[typeof routeName$77]['get']['responses'][200]['content']['application/json'];
119120
+ type GetSupportedAnvaflowCoveragesGroupedByAdnProps = paths[typeof routeName$77]['get']['parameters'];
118623
119121
  declare const getSupportedAnvaflowCoveragesGroupedByAdn: (props: GetSupportedAnvaflowCoveragesGroupedByAdnProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowCoveragesGroupedByAdnResponse>;
118624
119122
 
118625
- declare const routeName$73 = "/v1/api/anvaflows/supported-insurance-companies";
118626
- type GetSupportedAnvaflowInsuranceCompaniesQueryParams = paths[typeof routeName$73]['get']['parameters']['query'];
118627
- type GetSupportedAnvaflowInsuranceCompaniesResponse = paths[typeof routeName$73]['get']['responses'][200]['content']['application/json'];
118628
- type GetSupportedAnvaflowInsuranceCompaniesProps = paths[typeof routeName$73]['get']['parameters'];
119123
+ declare const routeName$76 = "/v1/api/anvaflows/supported-insurance-companies";
119124
+ type GetSupportedAnvaflowInsuranceCompaniesQueryParams = paths[typeof routeName$76]['get']['parameters']['query'];
119125
+ type GetSupportedAnvaflowInsuranceCompaniesResponse = paths[typeof routeName$76]['get']['responses'][200]['content']['application/json'];
119126
+ type GetSupportedAnvaflowInsuranceCompaniesProps = paths[typeof routeName$76]['get']['parameters'];
118629
119127
  declare const getSupportedAnvaflowInsuranceCompanies: (props: GetSupportedAnvaflowInsuranceCompaniesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowInsuranceCompaniesResponse>;
118630
119128
 
118631
- declare const routeName$72 = "/v1/api/anvaflows/mutation-reasons";
118632
- type GetAnvaMutationReasonsQueryParams = paths[typeof routeName$72]['get']['parameters']['query'];
118633
- type GetAnvaMutationReasonsResponse = paths[typeof routeName$72]['get']['responses'][200]['content']['application/json'];
118634
- type GetAnvaMutationReasonsProps = paths[typeof routeName$72]['get']['parameters'];
119129
+ declare const routeName$75 = "/v1/api/anvaflows/mutation-reasons";
119130
+ type GetAnvaMutationReasonsQueryParams = paths[typeof routeName$75]['get']['parameters']['query'];
119131
+ type GetAnvaMutationReasonsResponse = paths[typeof routeName$75]['get']['responses'][200]['content']['application/json'];
119132
+ type GetAnvaMutationReasonsProps = paths[typeof routeName$75]['get']['parameters'];
118635
119133
  declare const getAnvaMutationReasons: (props: GetAnvaMutationReasonsProps, wgApiClient: ClientType) => Promise<GetAnvaMutationReasonsResponse>;
118636
119134
 
118637
- declare const routeName$71 = "/v1/api/anvaflows/{session_id}/calculate";
118638
- type CalculateAnvaquotesBySessionIdBody = paths[typeof routeName$71]['post']['requestBody']['content']['application/json'];
118639
- type CalculateAnvaquotesBySessionIdPathParams = paths[typeof routeName$71]['post']['parameters']['path'];
118640
- type CalculateAnvaquotesBySessionIdQueryParams = paths[typeof routeName$71]['post']['parameters']['query'];
118641
- type CalculateAnvaquotesBySessionIdResponse = paths[typeof routeName$71]['post']['responses'][200]['content']['application/json'];
119135
+ declare const routeName$74 = "/v1/api/anvaflows/{session_id}/calculate";
119136
+ type CalculateAnvaquotesBySessionIdBody = paths[typeof routeName$74]['post']['requestBody']['content']['application/json'];
119137
+ type CalculateAnvaquotesBySessionIdPathParams = paths[typeof routeName$74]['post']['parameters']['path'];
119138
+ type CalculateAnvaquotesBySessionIdQueryParams = paths[typeof routeName$74]['post']['parameters']['query'];
119139
+ type CalculateAnvaquotesBySessionIdResponse = paths[typeof routeName$74]['post']['responses'][200]['content']['application/json'];
118642
119140
  interface CalculateAnvaquotesBySessionIdProps {
118643
119141
  body: CalculateAnvaquotesBySessionIdBody;
118644
119142
  params: {
@@ -118648,11 +119146,11 @@ interface CalculateAnvaquotesBySessionIdProps {
118648
119146
  }
118649
119147
  declare const calculateAnvaquotesBySessionId: (props: CalculateAnvaquotesBySessionIdProps, wgApiClient: ClientType) => Promise<CalculateAnvaquotesBySessionIdResponse>;
118650
119148
 
118651
- declare const routeName$70 = "/v2/api/anvaflows/{session_id}/calculate";
118652
- type EnqueueCalculationAnvaquotesBySessionIdBody = paths[typeof routeName$70]['post']['requestBody']['content']['application/json'];
118653
- type EnqueueCalculationAnvaquotesBySessionIdPathParams = paths[typeof routeName$70]['post']['parameters']['path'];
118654
- type EnqueueCalculationAnvaquotesBySessionIdQueryParams = paths[typeof routeName$70]['post']['parameters']['query'];
118655
- type EnqueueCalculationAnvaquotesBySessionIdResponse = paths[typeof routeName$70]['post']['responses'][202]['content']['application/json'];
119149
+ declare const routeName$73 = "/v2/api/anvaflows/{session_id}/calculate";
119150
+ type EnqueueCalculationAnvaquotesBySessionIdBody = paths[typeof routeName$73]['post']['requestBody']['content']['application/json'];
119151
+ type EnqueueCalculationAnvaquotesBySessionIdPathParams = paths[typeof routeName$73]['post']['parameters']['path'];
119152
+ type EnqueueCalculationAnvaquotesBySessionIdQueryParams = paths[typeof routeName$73]['post']['parameters']['query'];
119153
+ type EnqueueCalculationAnvaquotesBySessionIdResponse = paths[typeof routeName$73]['post']['responses'][202]['content']['application/json'];
118656
119154
  interface EnqueueCalculationAnvaquotesBySessionIdProps {
118657
119155
  body: EnqueueCalculationAnvaquotesBySessionIdBody;
118658
119156
  params: {
@@ -118662,11 +119160,11 @@ interface EnqueueCalculationAnvaquotesBySessionIdProps {
118662
119160
  }
118663
119161
  declare const enqueueCalculationAnvaquotesBySessionId: (props: EnqueueCalculationAnvaquotesBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueCalculationAnvaquotesBySessionIdResponse>;
118664
119162
 
118665
- declare const routeName$6$ = "/v1/api/anvaflows/{session_id}/anvaproducts/{anva_product_id}/calculate";
118666
- type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody = paths[typeof routeName$6$]['post']['requestBody']['content']['application/json'];
118667
- type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams = paths[typeof routeName$6$]['post']['parameters']['path'];
118668
- type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams = paths[typeof routeName$6$]['post']['parameters']['query'];
118669
- type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse = paths[typeof routeName$6$]['post']['responses'][200]['content']['application/json'];
119163
+ declare const routeName$72 = "/v1/api/anvaflows/{session_id}/anvaproducts/{anva_product_id}/calculate";
119164
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody = paths[typeof routeName$72]['post']['requestBody']['content']['application/json'];
119165
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams = paths[typeof routeName$72]['post']['parameters']['path'];
119166
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams = paths[typeof routeName$72]['post']['parameters']['query'];
119167
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse = paths[typeof routeName$72]['post']['responses'][200]['content']['application/json'];
118670
119168
  interface RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps {
118671
119169
  body: RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody;
118672
119170
  params: {
@@ -118676,10 +119174,10 @@ interface RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps {
118676
119174
  }
118677
119175
  declare const recalculateOneAnvaquoteByAnvaProductIdSessionId: (props: RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps, wgApiClient: ClientType) => Promise<RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse>;
118678
119176
 
118679
- declare const routeName$6_ = "/v1/api/anvaflows/{session_id}/send-offer-to-anva";
118680
- type SendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$6_]['post']['parameters']['path'];
118681
- type SendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$6_]['post']['parameters']['query'];
118682
- type SendOfferToAnvaBySessionIdResponse = paths[typeof routeName$6_]['post']['responses'][201]['content']['application/json'];
119177
+ declare const routeName$71 = "/v1/api/anvaflows/{session_id}/send-offer-to-anva";
119178
+ type SendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$71]['post']['parameters']['path'];
119179
+ type SendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$71]['post']['parameters']['query'];
119180
+ type SendOfferToAnvaBySessionIdResponse = paths[typeof routeName$71]['post']['responses'][201]['content']['application/json'];
118683
119181
  interface SendOfferToAnvaBySessionIdProps {
118684
119182
  params: {
118685
119183
  query: SendOfferToAnvaBySessionIdQueryParams;
@@ -118688,10 +119186,10 @@ interface SendOfferToAnvaBySessionIdProps {
118688
119186
  }
118689
119187
  declare const sendOfferToAnvaBySessionId: (props: SendOfferToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<SendOfferToAnvaBySessionIdResponse>;
118690
119188
 
118691
- declare const routeName$6Z = "/v2/api/anvaflows/{session_id}/send-offer-to-anva";
118692
- type EnqueueSendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$6Z]['post']['parameters']['path'];
118693
- type EnqueueSendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$6Z]['post']['parameters']['query'];
118694
- type EnqueueSendOfferToAnvaBySessionIdResponse = paths[typeof routeName$6Z]['post']['responses'][202]['content']['application/json'];
119189
+ declare const routeName$70 = "/v2/api/anvaflows/{session_id}/send-offer-to-anva";
119190
+ type EnqueueSendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$70]['post']['parameters']['path'];
119191
+ type EnqueueSendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$70]['post']['parameters']['query'];
119192
+ type EnqueueSendOfferToAnvaBySessionIdResponse = paths[typeof routeName$70]['post']['responses'][202]['content']['application/json'];
118695
119193
  interface EnqueueSendOfferToAnvaBySessionIdProps {
118696
119194
  params: {
118697
119195
  query: EnqueueSendOfferToAnvaBySessionIdQueryParams;
@@ -118700,11 +119198,11 @@ interface EnqueueSendOfferToAnvaBySessionIdProps {
118700
119198
  }
118701
119199
  declare const enqueueSendOfferToAnvaBySessionId: (props: EnqueueSendOfferToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueSendOfferToAnvaBySessionIdResponse>;
118702
119200
 
118703
- declare const routeName$6Y = "/v1/api/anvaflows/{session_id}/send-offer-mail";
118704
- type SendOfferMailBySessionIdBody = paths[typeof routeName$6Y]['post']['requestBody']['content']['application/json'];
118705
- type SendOfferMailBySessionIdPathParams = paths[typeof routeName$6Y]['post']['parameters']['path'];
118706
- type SendOfferMailBySessionIdQueryParams = paths[typeof routeName$6Y]['post']['parameters']['query'];
118707
- type SendOfferMailBySessionIdResponse = paths[typeof routeName$6Y]['post']['responses'][201]['content']['application/json'];
119201
+ declare const routeName$6$ = "/v1/api/anvaflows/{session_id}/send-offer-mail";
119202
+ type SendOfferMailBySessionIdBody = paths[typeof routeName$6$]['post']['requestBody']['content']['application/json'];
119203
+ type SendOfferMailBySessionIdPathParams = paths[typeof routeName$6$]['post']['parameters']['path'];
119204
+ type SendOfferMailBySessionIdQueryParams = paths[typeof routeName$6$]['post']['parameters']['query'];
119205
+ type SendOfferMailBySessionIdResponse = paths[typeof routeName$6$]['post']['responses'][201]['content']['application/json'];
118708
119206
  interface SendOfferMailBySessionIdProps {
118709
119207
  body: SendOfferMailBySessionIdBody;
118710
119208
  params: {
@@ -118714,11 +119212,11 @@ interface SendOfferMailBySessionIdProps {
118714
119212
  }
118715
119213
  declare const sendOfferMailBySessionId: (props: SendOfferMailBySessionIdProps, wgApiClient: ClientType) => Promise<SendOfferMailBySessionIdResponse>;
118716
119214
 
118717
- declare const routeName$6X = "/v1/api/anvaflows/{session_id}/send-custom-quotes-to-anva";
118718
- type EnqueueSendCustomQuotesToAnvaBySessionIdBody = paths[typeof routeName$6X]['post']['requestBody']['content']['application/json'];
118719
- type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams = paths[typeof routeName$6X]['post']['parameters']['path'];
118720
- type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams = paths[typeof routeName$6X]['post']['parameters']['query'];
118721
- type EnqueueSendCustomQuotesToAnvaBySessionIdResponse = paths[typeof routeName$6X]['post']['responses'][202]['content']['application/json'];
119215
+ declare const routeName$6_ = "/v1/api/anvaflows/{session_id}/send-custom-quotes-to-anva";
119216
+ type EnqueueSendCustomQuotesToAnvaBySessionIdBody = paths[typeof routeName$6_]['post']['requestBody']['content']['application/json'];
119217
+ type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams = paths[typeof routeName$6_]['post']['parameters']['path'];
119218
+ type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams = paths[typeof routeName$6_]['post']['parameters']['query'];
119219
+ type EnqueueSendCustomQuotesToAnvaBySessionIdResponse = paths[typeof routeName$6_]['post']['responses'][202]['content']['application/json'];
118722
119220
  interface EnqueueSendCustomQuotesToAnvaBySessionIdProps {
118723
119221
  body: EnqueueSendCustomQuotesToAnvaBySessionIdBody;
118724
119222
  params: {
@@ -118728,11 +119226,11 @@ interface EnqueueSendCustomQuotesToAnvaBySessionIdProps {
118728
119226
  }
118729
119227
  declare const enqueueSendCustomQuotesToAnvaBySessionId: (props: EnqueueSendCustomQuotesToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueSendCustomQuotesToAnvaBySessionIdResponse>;
118730
119228
 
118731
- declare const routeName$6W = "/v1/api/anvaflows/{session_id}/recalculate-simulation";
118732
- type RecalculateSimulationBySessionIdBody = paths[typeof routeName$6W]['post']['requestBody']['content']['application/json'];
118733
- type RecalculateSimulationBySessionIdPathParams = paths[typeof routeName$6W]['post']['parameters']['path'];
118734
- type RecalculateSimulationBySessionIdQueryParams = paths[typeof routeName$6W]['post']['parameters']['query'];
118735
- type RecalculateSimulationBySessionIdResponse = paths[typeof routeName$6W]['post']['responses'][200]['content']['application/json'];
119229
+ declare const routeName$6Z = "/v1/api/anvaflows/{session_id}/recalculate-simulation";
119230
+ type RecalculateSimulationBySessionIdBody = paths[typeof routeName$6Z]['post']['requestBody']['content']['application/json'];
119231
+ type RecalculateSimulationBySessionIdPathParams = paths[typeof routeName$6Z]['post']['parameters']['path'];
119232
+ type RecalculateSimulationBySessionIdQueryParams = paths[typeof routeName$6Z]['post']['parameters']['query'];
119233
+ type RecalculateSimulationBySessionIdResponse = paths[typeof routeName$6Z]['post']['responses'][200]['content']['application/json'];
118736
119234
  interface RecalculateSimulationBySessionIdProps {
118737
119235
  body: RecalculateSimulationBySessionIdBody;
118738
119236
  params: {
@@ -118742,23 +119240,23 @@ interface RecalculateSimulationBySessionIdProps {
118742
119240
  }
118743
119241
  declare const recalculateSimulationBySessionId: (props: RecalculateSimulationBySessionIdProps, wgApiClient: ClientType) => Promise<RecalculateSimulationBySessionIdResponse>;
118744
119242
 
118745
- declare const routeName$6V = "/v1/api/anvaflows/{session_id}/collection-methods";
118746
- type GetAnvaCollectionMethodsPathParams = paths[typeof routeName$6V]['get']['parameters']['path'];
118747
- type GetAnvaCollectionMethodsQueryParams = paths[typeof routeName$6V]['get']['parameters']['query'];
118748
- type GetAnvaCollectionMethodsResponse = paths[typeof routeName$6V]['get']['responses'][200]['content']['application/json'];
118749
- type GetAnvaCollectionMethodsProps = paths[typeof routeName$6V]['get']['parameters'];
119243
+ declare const routeName$6Y = "/v1/api/anvaflows/{session_id}/collection-methods";
119244
+ type GetAnvaCollectionMethodsPathParams = paths[typeof routeName$6Y]['get']['parameters']['path'];
119245
+ type GetAnvaCollectionMethodsQueryParams = paths[typeof routeName$6Y]['get']['parameters']['query'];
119246
+ type GetAnvaCollectionMethodsResponse = paths[typeof routeName$6Y]['get']['responses'][200]['content']['application/json'];
119247
+ type GetAnvaCollectionMethodsProps = paths[typeof routeName$6Y]['get']['parameters'];
118750
119248
  declare const getAnvaCollectionMethods: (props: GetAnvaCollectionMethodsProps, wgApiClient: ClientType) => Promise<GetAnvaCollectionMethodsResponse>;
118751
119249
 
118752
- declare const routeName$6U = "/v1/api/anvaflows/closing-questions";
118753
- type GetAnvaClosingQuestionsQueryParams = paths[typeof routeName$6U]['get']['parameters']['query'];
118754
- type GetAnvaClosingQuestionsResponse = paths[typeof routeName$6U]['get']['responses'][200]['content']['application/json'];
118755
- type GetAnvaClosingQuestionsProps = paths[typeof routeName$6U]['get']['parameters'];
119250
+ declare const routeName$6X = "/v1/api/anvaflows/closing-questions";
119251
+ type GetAnvaClosingQuestionsQueryParams = paths[typeof routeName$6X]['get']['parameters']['query'];
119252
+ type GetAnvaClosingQuestionsResponse = paths[typeof routeName$6X]['get']['responses'][200]['content']['application/json'];
119253
+ type GetAnvaClosingQuestionsProps = paths[typeof routeName$6X]['get']['parameters'];
118756
119254
  declare const getAnvaClosingQuestions: (props: GetAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<GetAnvaClosingQuestionsResponse>;
118757
119255
 
118758
- declare const routeName$6T = "/v1/api/anvaflows/closing-questions";
118759
- type UpsertAnvaClosingQuestionsBody = paths[typeof routeName$6T]['put']['requestBody']['content']['application/json'];
118760
- type UpsertAnvaClosingQuestionsQueryParams = paths[typeof routeName$6T]['put']['parameters']['query'];
118761
- type UpsertAnvaClosingQuestionsResponse = paths[typeof routeName$6T]['put']['responses'][200]['content']['application/json'];
119256
+ declare const routeName$6W = "/v1/api/anvaflows/closing-questions";
119257
+ type UpsertAnvaClosingQuestionsBody = paths[typeof routeName$6W]['put']['requestBody']['content']['application/json'];
119258
+ type UpsertAnvaClosingQuestionsQueryParams = paths[typeof routeName$6W]['put']['parameters']['query'];
119259
+ type UpsertAnvaClosingQuestionsResponse = paths[typeof routeName$6W]['put']['responses'][200]['content']['application/json'];
118762
119260
  interface UpsertAnvaClosingQuestionsProps {
118763
119261
  body: UpsertAnvaClosingQuestionsBody;
118764
119262
  params: {
@@ -118767,10 +119265,10 @@ interface UpsertAnvaClosingQuestionsProps {
118767
119265
  }
118768
119266
  declare const upsertAnvaClosingQuestions: (props: UpsertAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<UpsertAnvaClosingQuestionsResponse>;
118769
119267
 
118770
- declare const routeName$6S = "/v1/api/anvaflows/closing-questions/{closing_question_id}";
118771
- type DeleteAnvaClosingQuestionsPathParams = paths[typeof routeName$6S]['delete']['parameters']['path'];
118772
- type DeleteAnvaClosingQuestionsQueryParams = paths[typeof routeName$6S]['delete']['parameters']['query'];
118773
- type DeleteAnvaClosingQuestionsResponse = paths[typeof routeName$6S]['delete']['responses'][200]['content']['application/json'];
119268
+ declare const routeName$6V = "/v1/api/anvaflows/closing-questions/{closing_question_id}";
119269
+ type DeleteAnvaClosingQuestionsPathParams = paths[typeof routeName$6V]['delete']['parameters']['path'];
119270
+ type DeleteAnvaClosingQuestionsQueryParams = paths[typeof routeName$6V]['delete']['parameters']['query'];
119271
+ type DeleteAnvaClosingQuestionsResponse = paths[typeof routeName$6V]['delete']['responses'][200]['content']['application/json'];
118774
119272
  interface DeleteAnvaClosingQuestionsProps {
118775
119273
  params: {
118776
119274
  query: DeleteAnvaClosingQuestionsQueryParams;
@@ -118779,11 +119277,11 @@ interface DeleteAnvaClosingQuestionsProps {
118779
119277
  }
118780
119278
  declare const deleteAnvaClosingQuestions: (props: DeleteAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<DeleteAnvaClosingQuestionsResponse>;
118781
119279
 
118782
- declare const routeName$6R = "/v1/api/anvaflows/{session_id}/anva-party";
118783
- type CreateAnvaPartyBody = paths[typeof routeName$6R]['post']['requestBody']['content']['application/json'];
118784
- type CreateAnvaPartyPathParams = paths[typeof routeName$6R]['post']['parameters']['path'];
118785
- type CreateAnvaPartyQueryParams = paths[typeof routeName$6R]['post']['parameters']['query'];
118786
- type CreateAnvaPartyResponse = paths[typeof routeName$6R]['post']['responses'][201]['content']['application/json'];
119280
+ declare const routeName$6U = "/v1/api/anvaflows/{session_id}/anva-party";
119281
+ type CreateAnvaPartyBody = paths[typeof routeName$6U]['post']['requestBody']['content']['application/json'];
119282
+ type CreateAnvaPartyPathParams = paths[typeof routeName$6U]['post']['parameters']['path'];
119283
+ type CreateAnvaPartyQueryParams = paths[typeof routeName$6U]['post']['parameters']['query'];
119284
+ type CreateAnvaPartyResponse = paths[typeof routeName$6U]['post']['responses'][201]['content']['application/json'];
118787
119285
  interface CreateAnvaPartyProps {
118788
119286
  body: CreateAnvaPartyBody;
118789
119287
  params: {
@@ -118793,16 +119291,16 @@ interface CreateAnvaPartyProps {
118793
119291
  }
118794
119292
  declare const createAnvaParty: (props: CreateAnvaPartyProps, wgApiClient: ClientType) => Promise<CreateAnvaPartyResponse>;
118795
119293
 
118796
- declare const routeName$6Q = "/v1/api/anvaproducts";
118797
- type GetAnvaproductsQueryParams = paths[typeof routeName$6Q]['get']['parameters']['query'];
118798
- type GetAnvaproductsResponse = paths[typeof routeName$6Q]['get']['responses'][200]['content']['application/json'];
118799
- type GetAnvaproductsProps = paths[typeof routeName$6Q]['get']['parameters'];
119294
+ declare const routeName$6T = "/v1/api/anvaproducts";
119295
+ type GetAnvaproductsQueryParams = paths[typeof routeName$6T]['get']['parameters']['query'];
119296
+ type GetAnvaproductsResponse = paths[typeof routeName$6T]['get']['responses'][200]['content']['application/json'];
119297
+ type GetAnvaproductsProps = paths[typeof routeName$6T]['get']['parameters'];
118800
119298
  declare const getAnvaproducts: (props: GetAnvaproductsProps, wgApiClient: ClientType) => Promise<GetAnvaproductsResponse>;
118801
119299
 
118802
- declare const routeName$6P = "/v1/api/anvaproducts/import";
118803
- type ImportAnvaproductBody = paths[typeof routeName$6P]['post']['requestBody']['content']['application/json'];
118804
- type ImportAnvaproductQueryParams = paths[typeof routeName$6P]['post']['parameters']['query'];
118805
- type ImportAnvaproductResponse = paths[typeof routeName$6P]['post']['responses'][200]['content']['application/json'];
119300
+ declare const routeName$6S = "/v1/api/anvaproducts/import";
119301
+ type ImportAnvaproductBody = paths[typeof routeName$6S]['post']['requestBody']['content']['application/json'];
119302
+ type ImportAnvaproductQueryParams = paths[typeof routeName$6S]['post']['parameters']['query'];
119303
+ type ImportAnvaproductResponse = paths[typeof routeName$6S]['post']['responses'][200]['content']['application/json'];
118806
119304
  interface ImportAnvaproductProps {
118807
119305
  body: ImportAnvaproductBody;
118808
119306
  params: {
@@ -118811,18 +119309,18 @@ interface ImportAnvaproductProps {
118811
119309
  }
118812
119310
  declare const importAnvaproduct: (props: ImportAnvaproductProps, wgApiClient: ClientType) => Promise<ImportAnvaproductResponse>;
118813
119311
 
118814
- declare const routeName$6O = "/v1/api/anvaproducts/{anva_product_id}";
118815
- type GetAnvaproductByIdPathParams = paths[typeof routeName$6O]['get']['parameters']['path'];
118816
- type GetAnvaproductByIdQueryParams = paths[typeof routeName$6O]['get']['parameters']['query'];
118817
- type GetAnvaproductByIdResponse = paths[typeof routeName$6O]['get']['responses'][200]['content']['application/json'];
118818
- type GetAnvaproductByIdProps = paths[typeof routeName$6O]['get']['parameters'];
119312
+ declare const routeName$6R = "/v1/api/anvaproducts/{anva_product_id}";
119313
+ type GetAnvaproductByIdPathParams = paths[typeof routeName$6R]['get']['parameters']['path'];
119314
+ type GetAnvaproductByIdQueryParams = paths[typeof routeName$6R]['get']['parameters']['query'];
119315
+ type GetAnvaproductByIdResponse = paths[typeof routeName$6R]['get']['responses'][200]['content']['application/json'];
119316
+ type GetAnvaproductByIdProps = paths[typeof routeName$6R]['get']['parameters'];
118819
119317
  declare const getAnvaproductById: (props: GetAnvaproductByIdProps, wgApiClient: ClientType) => Promise<GetAnvaproductByIdResponse>;
118820
119318
 
118821
- declare const routeName$6N = "/v1/api/anvaproducts/{anva_product_id}";
118822
- type PatchAnvaproductByIdBody = paths[typeof routeName$6N]['patch']['requestBody']['content']['application/json'];
118823
- type PatchAnvaproductByIdPathParams = paths[typeof routeName$6N]['patch']['parameters']['path'];
118824
- type PatchAnvaproductByIdQueryParams = paths[typeof routeName$6N]['patch']['parameters']['query'];
118825
- type PatchAnvaproductByIdResponse = paths[typeof routeName$6N]['patch']['responses'][200]['content']['application/json'];
119319
+ declare const routeName$6Q = "/v1/api/anvaproducts/{anva_product_id}";
119320
+ type PatchAnvaproductByIdBody = paths[typeof routeName$6Q]['patch']['requestBody']['content']['application/json'];
119321
+ type PatchAnvaproductByIdPathParams = paths[typeof routeName$6Q]['patch']['parameters']['path'];
119322
+ type PatchAnvaproductByIdQueryParams = paths[typeof routeName$6Q]['patch']['parameters']['query'];
119323
+ type PatchAnvaproductByIdResponse = paths[typeof routeName$6Q]['patch']['responses'][200]['content']['application/json'];
118826
119324
  interface PatchAnvaproductByIdProps {
118827
119325
  body: PatchAnvaproductByIdBody;
118828
119326
  params: {
@@ -118832,11 +119330,11 @@ interface PatchAnvaproductByIdProps {
118832
119330
  }
118833
119331
  declare const patchAnvaproductById: (props: PatchAnvaproductByIdProps, wgApiClient: ClientType) => Promise<PatchAnvaproductByIdResponse>;
118834
119332
 
118835
- declare const routeName$6M = "/v1/api/anvaproducts/{anva_product_id}/coverages/{coverage_code}";
118836
- type PatchAnvaproductCoverageByIdBody = paths[typeof routeName$6M]['patch']['requestBody']['content']['application/json'];
118837
- type PatchAnvaproductCoverageByIdPathParams = paths[typeof routeName$6M]['patch']['parameters']['path'];
118838
- type PatchAnvaproductCoverageByIdQueryParams = paths[typeof routeName$6M]['patch']['parameters']['query'];
118839
- type PatchAnvaproductCoverageByIdResponse = paths[typeof routeName$6M]['patch']['responses'][200]['content']['application/json'];
119333
+ declare const routeName$6P = "/v1/api/anvaproducts/{anva_product_id}/coverages/{coverage_code}";
119334
+ type PatchAnvaproductCoverageByIdBody = paths[typeof routeName$6P]['patch']['requestBody']['content']['application/json'];
119335
+ type PatchAnvaproductCoverageByIdPathParams = paths[typeof routeName$6P]['patch']['parameters']['path'];
119336
+ type PatchAnvaproductCoverageByIdQueryParams = paths[typeof routeName$6P]['patch']['parameters']['query'];
119337
+ type PatchAnvaproductCoverageByIdResponse = paths[typeof routeName$6P]['patch']['responses'][200]['content']['application/json'];
118840
119338
  interface PatchAnvaproductCoverageByIdProps {
118841
119339
  body: PatchAnvaproductCoverageByIdBody;
118842
119340
  params: {
@@ -118846,18 +119344,18 @@ interface PatchAnvaproductCoverageByIdProps {
118846
119344
  }
118847
119345
  declare const patchAnvaproductCoverageById: (props: PatchAnvaproductCoverageByIdProps, wgApiClient: ClientType) => Promise<PatchAnvaproductCoverageByIdResponse>;
118848
119346
 
118849
- declare const routeName$6L = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
118850
- type RetrieveAnvaflowsQuestionnairesPathParams = paths[typeof routeName$6L]['get']['parameters']['path'];
118851
- type RetrieveAnvaflowsQuestionnairesQueryParams = paths[typeof routeName$6L]['get']['parameters']['query'];
118852
- type RetrieveAnvaflowsQuestionnairesResponse = paths[typeof routeName$6L]['get']['responses'][200]['content']['application/json'];
118853
- type RetrieveAnvaflowsQuestionnairesProps = paths[typeof routeName$6L]['get']['parameters'];
119347
+ declare const routeName$6O = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
119348
+ type RetrieveAnvaflowsQuestionnairesPathParams = paths[typeof routeName$6O]['get']['parameters']['path'];
119349
+ type RetrieveAnvaflowsQuestionnairesQueryParams = paths[typeof routeName$6O]['get']['parameters']['query'];
119350
+ type RetrieveAnvaflowsQuestionnairesResponse = paths[typeof routeName$6O]['get']['responses'][200]['content']['application/json'];
119351
+ type RetrieveAnvaflowsQuestionnairesProps = paths[typeof routeName$6O]['get']['parameters'];
118854
119352
  declare const retrieveAnvaflowsQuestionnaires: (props: RetrieveAnvaflowsQuestionnairesProps, wgApiClient: ClientType) => Promise<RetrieveAnvaflowsQuestionnairesResponse>;
118855
119353
 
118856
- declare const routeName$6K = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
118857
- type UpdateAnvaflowsQuestionnaireBody = paths[typeof routeName$6K]['put']['requestBody']['content']['application/json'];
118858
- type UpdateAnvaflowsQuestionnairePathParams = paths[typeof routeName$6K]['put']['parameters']['path'];
118859
- type UpdateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$6K]['put']['parameters']['query'];
118860
- type UpdateAnvaflowsQuestionnaireResponse = paths[typeof routeName$6K]['put']['responses'][200]['content']['application/json'];
119354
+ declare const routeName$6N = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
119355
+ type UpdateAnvaflowsQuestionnaireBody = paths[typeof routeName$6N]['put']['requestBody']['content']['application/json'];
119356
+ type UpdateAnvaflowsQuestionnairePathParams = paths[typeof routeName$6N]['put']['parameters']['path'];
119357
+ type UpdateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$6N]['put']['parameters']['query'];
119358
+ type UpdateAnvaflowsQuestionnaireResponse = paths[typeof routeName$6N]['put']['responses'][200]['content']['application/json'];
118861
119359
  interface UpdateAnvaflowsQuestionnaireProps {
118862
119360
  body: UpdateAnvaflowsQuestionnaireBody;
118863
119361
  params: {
@@ -118867,11 +119365,11 @@ interface UpdateAnvaflowsQuestionnaireProps {
118867
119365
  }
118868
119366
  declare const updateAnvaflowsQuestionnaire: (props: UpdateAnvaflowsQuestionnaireProps, wgApiClient: ClientType) => Promise<UpdateAnvaflowsQuestionnaireResponse>;
118869
119367
 
118870
- declare const routeName$6J = "/v1/api/anvaproducts/{anva_product_id}/questionnaires/validate";
118871
- type ValidateAnvaflowsQuestionnaireBody = paths[typeof routeName$6J]['post']['requestBody']['content']['application/json'];
118872
- type ValidateAnvaflowsQuestionnairePathParams = paths[typeof routeName$6J]['post']['parameters']['path'];
118873
- type ValidateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$6J]['post']['parameters']['query'];
118874
- type ValidateAnvaflowsQuestionnaireResponse = paths[typeof routeName$6J]['post']['responses'][200]['content']['application/json'];
119368
+ declare const routeName$6M = "/v1/api/anvaproducts/{anva_product_id}/questionnaires/validate";
119369
+ type ValidateAnvaflowsQuestionnaireBody = paths[typeof routeName$6M]['post']['requestBody']['content']['application/json'];
119370
+ type ValidateAnvaflowsQuestionnairePathParams = paths[typeof routeName$6M]['post']['parameters']['path'];
119371
+ type ValidateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$6M]['post']['parameters']['query'];
119372
+ type ValidateAnvaflowsQuestionnaireResponse = paths[typeof routeName$6M]['post']['responses'][200]['content']['application/json'];
118875
119373
  interface ValidateAnvaflowsQuestionnaireProps {
118876
119374
  body: ValidateAnvaflowsQuestionnaireBody;
118877
119375
  params: {
@@ -118881,10 +119379,10 @@ interface ValidateAnvaflowsQuestionnaireProps {
118881
119379
  }
118882
119380
  declare const validateAnvaflowsQuestionnaire: (props: ValidateAnvaflowsQuestionnaireProps, wgApiClient: ClientType) => Promise<ValidateAnvaflowsQuestionnaireResponse>;
118883
119381
 
118884
- declare const routeName$6I = "/v1/api/anvaproducts/questionnaires/update-all-questions-by-anvalabels";
118885
- type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody = paths[typeof routeName$6I]['post']['requestBody']['content']['application/json'];
118886
- type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams = paths[typeof routeName$6I]['post']['parameters']['query'];
118887
- type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse = paths[typeof routeName$6I]['post']['responses'][200]['content']['application/json'];
119382
+ declare const routeName$6L = "/v1/api/anvaproducts/questionnaires/update-all-questions-by-anvalabels";
119383
+ type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody = paths[typeof routeName$6L]['post']['requestBody']['content']['application/json'];
119384
+ type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams = paths[typeof routeName$6L]['post']['parameters']['query'];
119385
+ type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse = paths[typeof routeName$6L]['post']['responses'][200]['content']['application/json'];
118888
119386
  interface UpdateQuestionForAllQuestionnairesByAnvaLabelsProps {
118889
119387
  body: UpdateQuestionForAllQuestionnairesByAnvaLabelsBody;
118890
119388
  params: {
@@ -118893,20 +119391,20 @@ interface UpdateQuestionForAllQuestionnairesByAnvaLabelsProps {
118893
119391
  }
118894
119392
  declare const updateQuestionForAllQuestionnairesByAnvaLabels: (props: UpdateQuestionForAllQuestionnairesByAnvaLabelsProps, wgApiClient: ClientType) => Promise<UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse>;
118895
119393
 
118896
- declare const routeName$6H = "/v1/api/brokers/me";
118897
- type GetCurrentBrokerOfTheUserResponse = paths[typeof routeName$6H]['get']['responses'][200]['content']['application/json'];
119394
+ declare const routeName$6K = "/v1/api/brokers/me";
119395
+ type GetCurrentBrokerOfTheUserResponse = paths[typeof routeName$6K]['get']['responses'][200]['content']['application/json'];
118898
119396
  declare const getCurrentBrokerOfTheUser: (wgApiClient: ClientType) => Promise<GetCurrentBrokerOfTheUserResponse>;
118899
119397
 
118900
- declare const routeName$6G = "/v1/api/brokers/{broker_id}";
118901
- type GetTheBrokerByIdPathParams = paths[typeof routeName$6G]['get']['parameters']['path'];
118902
- type GetTheBrokerByIdResponse = paths[typeof routeName$6G]['get']['responses'][200]['content']['application/json'];
118903
- type GetTheBrokerByIdProps = paths[typeof routeName$6G]['get']['parameters'];
119398
+ declare const routeName$6J = "/v1/api/brokers/{broker_id}";
119399
+ type GetTheBrokerByIdPathParams = paths[typeof routeName$6J]['get']['parameters']['path'];
119400
+ type GetTheBrokerByIdResponse = paths[typeof routeName$6J]['get']['responses'][200]['content']['application/json'];
119401
+ type GetTheBrokerByIdProps = paths[typeof routeName$6J]['get']['parameters'];
118904
119402
  declare const getTheBrokerById: (props: GetTheBrokerByIdProps, wgApiClient: ClientType) => Promise<GetTheBrokerByIdResponse>;
118905
119403
 
118906
- declare const routeName$6F = "/v1/api/brokers/{broker_id}";
118907
- type UpdateBrokerByBrokerBody = paths[typeof routeName$6F]['patch']['requestBody']['content']['application/json'];
118908
- type UpdateBrokerByBrokerPathParams = paths[typeof routeName$6F]['patch']['parameters']['path'];
118909
- type UpdateBrokerByBrokerResponse = paths[typeof routeName$6F]['patch']['responses'][200]['content']['application/json'];
119404
+ declare const routeName$6I = "/v1/api/brokers/{broker_id}";
119405
+ type UpdateBrokerByBrokerBody = paths[typeof routeName$6I]['patch']['requestBody']['content']['application/json'];
119406
+ type UpdateBrokerByBrokerPathParams = paths[typeof routeName$6I]['patch']['parameters']['path'];
119407
+ type UpdateBrokerByBrokerResponse = paths[typeof routeName$6I]['patch']['responses'][200]['content']['application/json'];
118910
119408
  interface UpdateBrokerByBrokerProps {
118911
119409
  body: UpdateBrokerByBrokerBody;
118912
119410
  params: {
@@ -118915,16 +119413,16 @@ interface UpdateBrokerByBrokerProps {
118915
119413
  }
118916
119414
  declare const updateBrokerByBroker: (props: UpdateBrokerByBrokerProps, wgApiClient: ClientType) => Promise<UpdateBrokerByBrokerResponse>;
118917
119415
 
118918
- declare const routeName$6E = "/v1/api/brokers/{broker_id}/integrations";
118919
- type GetBrokerIntegrationsPathParams = paths[typeof routeName$6E]['get']['parameters']['path'];
118920
- type GetBrokerIntegrationsResponse = paths[typeof routeName$6E]['get']['responses'][200]['content']['application/json'];
118921
- type GetBrokerIntegrationsProps = paths[typeof routeName$6E]['get']['parameters'];
119416
+ declare const routeName$6H = "/v1/api/brokers/{broker_id}/integrations";
119417
+ type GetBrokerIntegrationsPathParams = paths[typeof routeName$6H]['get']['parameters']['path'];
119418
+ type GetBrokerIntegrationsResponse = paths[typeof routeName$6H]['get']['responses'][200]['content']['application/json'];
119419
+ type GetBrokerIntegrationsProps = paths[typeof routeName$6H]['get']['parameters'];
118922
119420
  declare const getBrokerIntegrations: (props: GetBrokerIntegrationsProps, wgApiClient: ClientType) => Promise<GetBrokerIntegrationsResponse>;
118923
119421
 
118924
- declare const routeName$6D = "/v1/api/brokers/{broker_id}/integrations";
118925
- type UpdateBrokerIntegrationsBody = paths[typeof routeName$6D]['patch']['requestBody']['content']['application/json'];
118926
- type UpdateBrokerIntegrationsPathParams = paths[typeof routeName$6D]['patch']['parameters']['path'];
118927
- type UpdateBrokerIntegrationsResponse = paths[typeof routeName$6D]['patch']['responses'][200]['content']['application/json'];
119422
+ declare const routeName$6G = "/v1/api/brokers/{broker_id}/integrations";
119423
+ type UpdateBrokerIntegrationsBody = paths[typeof routeName$6G]['patch']['requestBody']['content']['application/json'];
119424
+ type UpdateBrokerIntegrationsPathParams = paths[typeof routeName$6G]['patch']['parameters']['path'];
119425
+ type UpdateBrokerIntegrationsResponse = paths[typeof routeName$6G]['patch']['responses'][200]['content']['application/json'];
118928
119426
  interface UpdateBrokerIntegrationsProps {
118929
119427
  body: UpdateBrokerIntegrationsBody;
118930
119428
  params: {
@@ -118933,37 +119431,37 @@ interface UpdateBrokerIntegrationsProps {
118933
119431
  }
118934
119432
  declare const updateBrokerIntegrations: (props: UpdateBrokerIntegrationsProps, wgApiClient: ClientType) => Promise<UpdateBrokerIntegrationsResponse>;
118935
119433
 
118936
- declare const routeName$6C = "/v1/api/anva-relation-managers/{anva_relation_manager_id}";
118937
- type GetBrokerByAnvaRelationMangerIdPathParams = paths[typeof routeName$6C]['get']['parameters']['path'];
118938
- type GetBrokerByAnvaRelationMangerIdResponse = paths[typeof routeName$6C]['get']['responses'][200]['content']['application/json'];
118939
- type GetBrokerByAnvaRelationMangerIdProps = paths[typeof routeName$6C]['get']['parameters'];
119434
+ declare const routeName$6F = "/v1/api/anva-relation-managers/{anva_relation_manager_id}";
119435
+ type GetBrokerByAnvaRelationMangerIdPathParams = paths[typeof routeName$6F]['get']['parameters']['path'];
119436
+ type GetBrokerByAnvaRelationMangerIdResponse = paths[typeof routeName$6F]['get']['responses'][200]['content']['application/json'];
119437
+ type GetBrokerByAnvaRelationMangerIdProps = paths[typeof routeName$6F]['get']['parameters'];
118940
119438
  declare const getBrokerByAnvaRelationMangerId: (props: GetBrokerByAnvaRelationMangerIdProps, wgApiClient: ClientType) => Promise<GetBrokerByAnvaRelationMangerIdResponse>;
118941
119439
 
118942
- declare const routeName$6B = "/v1/api/anva-producers/{anva_producer_id}";
118943
- type GetBrokerByAnvaProducerIdPathParams = paths[typeof routeName$6B]['get']['parameters']['path'];
118944
- type GetBrokerByAnvaProducerIdResponse = paths[typeof routeName$6B]['get']['responses'][200]['content']['application/json'];
118945
- type GetBrokerByAnvaProducerIdProps = paths[typeof routeName$6B]['get']['parameters'];
119440
+ declare const routeName$6E = "/v1/api/anva-producers/{anva_producer_id}";
119441
+ type GetBrokerByAnvaProducerIdPathParams = paths[typeof routeName$6E]['get']['parameters']['path'];
119442
+ type GetBrokerByAnvaProducerIdResponse = paths[typeof routeName$6E]['get']['responses'][200]['content']['application/json'];
119443
+ type GetBrokerByAnvaProducerIdProps = paths[typeof routeName$6E]['get']['parameters'];
118946
119444
  declare const getBrokerByAnvaProducerId: (props: GetBrokerByAnvaProducerIdProps, wgApiClient: ClientType) => Promise<GetBrokerByAnvaProducerIdResponse>;
118947
119445
 
118948
- declare const routeName$6A = "/v1/api/brokers/{broker_id}/checklists/onboarding";
118949
- type GetOnboardingChecklistByBrokerPathParams = paths[typeof routeName$6A]['get']['parameters']['path'];
118950
- type GetOnboardingChecklistByBrokerQueryParams = paths[typeof routeName$6A]['get']['parameters']['query'];
118951
- type GetOnboardingChecklistByBrokerResponse = paths[typeof routeName$6A]['get']['responses'][200]['content']['application/json'];
118952
- type GetOnboardingChecklistByBrokerProps = paths[typeof routeName$6A]['get']['parameters'];
119446
+ declare const routeName$6D = "/v1/api/brokers/{broker_id}/checklists/onboarding";
119447
+ type GetOnboardingChecklistByBrokerPathParams = paths[typeof routeName$6D]['get']['parameters']['path'];
119448
+ type GetOnboardingChecklistByBrokerQueryParams = paths[typeof routeName$6D]['get']['parameters']['query'];
119449
+ type GetOnboardingChecklistByBrokerResponse = paths[typeof routeName$6D]['get']['responses'][200]['content']['application/json'];
119450
+ type GetOnboardingChecklistByBrokerProps = paths[typeof routeName$6D]['get']['parameters'];
118953
119451
  declare const getOnboardingChecklistByBroker: (props: GetOnboardingChecklistByBrokerProps, wgApiClient: ClientType) => Promise<GetOnboardingChecklistByBrokerResponse>;
118954
119452
 
118955
- declare const routeName$6z = "/v1/api/campaigns/{campaign_id}";
118956
- type GetCampaignByIdPathParams = paths[typeof routeName$6z]['get']['parameters']['path'];
118957
- type GetCampaignByIdQueryParams = paths[typeof routeName$6z]['get']['parameters']['query'];
118958
- type GetCampaignByIdResponse = paths[typeof routeName$6z]['get']['responses'][200]['content']['application/json'];
118959
- type GetCampaignByIdProps = paths[typeof routeName$6z]['get']['parameters'];
119453
+ declare const routeName$6C = "/v1/api/campaigns/{campaign_id}";
119454
+ type GetCampaignByIdPathParams = paths[typeof routeName$6C]['get']['parameters']['path'];
119455
+ type GetCampaignByIdQueryParams = paths[typeof routeName$6C]['get']['parameters']['query'];
119456
+ type GetCampaignByIdResponse = paths[typeof routeName$6C]['get']['responses'][200]['content']['application/json'];
119457
+ type GetCampaignByIdProps = paths[typeof routeName$6C]['get']['parameters'];
118960
119458
  declare const getCampaignById: (props: GetCampaignByIdProps, wgApiClient: ClientType) => Promise<GetCampaignByIdResponse>;
118961
119459
 
118962
- declare const routeName$6y = "/v1/api/campaigns/{campaign_id}";
118963
- type UpdateCampaignBody = paths[typeof routeName$6y]['patch']['requestBody']['content']['application/json'];
118964
- type UpdateCampaignPathParams = paths[typeof routeName$6y]['patch']['parameters']['path'];
118965
- type UpdateCampaignQueryParams = paths[typeof routeName$6y]['patch']['parameters']['query'];
118966
- type UpdateCampaignResponse = paths[typeof routeName$6y]['patch']['responses'][200]['content']['application/json'];
119460
+ declare const routeName$6B = "/v1/api/campaigns/{campaign_id}";
119461
+ type UpdateCampaignBody = paths[typeof routeName$6B]['patch']['requestBody']['content']['application/json'];
119462
+ type UpdateCampaignPathParams = paths[typeof routeName$6B]['patch']['parameters']['path'];
119463
+ type UpdateCampaignQueryParams = paths[typeof routeName$6B]['patch']['parameters']['query'];
119464
+ type UpdateCampaignResponse = paths[typeof routeName$6B]['patch']['responses'][200]['content']['application/json'];
118967
119465
  interface UpdateCampaignProps {
118968
119466
  body: UpdateCampaignBody;
118969
119467
  params: {
@@ -118973,16 +119471,16 @@ interface UpdateCampaignProps {
118973
119471
  }
118974
119472
  declare const updateCampaign: (props: UpdateCampaignProps, wgApiClient: ClientType) => Promise<UpdateCampaignResponse>;
118975
119473
 
118976
- declare const routeName$6x = "/v1/api/campaigns";
118977
- type GetAllCampaignsByDistributionQueryParams = paths[typeof routeName$6x]['get']['parameters']['query'];
118978
- type GetAllCampaignsByDistributionResponse = paths[typeof routeName$6x]['get']['responses'][200]['content']['application/json'];
118979
- type GetAllCampaignsByDistributionProps = paths[typeof routeName$6x]['get']['parameters'];
119474
+ declare const routeName$6A = "/v1/api/campaigns";
119475
+ type GetAllCampaignsByDistributionQueryParams = paths[typeof routeName$6A]['get']['parameters']['query'];
119476
+ type GetAllCampaignsByDistributionResponse = paths[typeof routeName$6A]['get']['responses'][200]['content']['application/json'];
119477
+ type GetAllCampaignsByDistributionProps = paths[typeof routeName$6A]['get']['parameters'];
118980
119478
  declare const getAllCampaignsByDistribution: (props: GetAllCampaignsByDistributionProps, wgApiClient: ClientType) => Promise<GetAllCampaignsByDistributionResponse>;
118981
119479
 
118982
- declare const routeName$6w = "/v1/api/campaigns";
118983
- type CreateCampaignBody = paths[typeof routeName$6w]['post']['requestBody']['content']['application/json'];
118984
- type CreateCampaignQueryParams = paths[typeof routeName$6w]['post']['parameters']['query'];
118985
- type CreateCampaignResponse = paths[typeof routeName$6w]['post']['responses'][201]['content']['application/json'];
119480
+ declare const routeName$6z = "/v1/api/campaigns";
119481
+ type CreateCampaignBody = paths[typeof routeName$6z]['post']['requestBody']['content']['application/json'];
119482
+ type CreateCampaignQueryParams = paths[typeof routeName$6z]['post']['parameters']['query'];
119483
+ type CreateCampaignResponse = paths[typeof routeName$6z]['post']['responses'][201]['content']['application/json'];
118986
119484
  interface CreateCampaignProps {
118987
119485
  body: CreateCampaignBody;
118988
119486
  params: {
@@ -118991,17 +119489,17 @@ interface CreateCampaignProps {
118991
119489
  }
118992
119490
  declare const createCampaign: (props: CreateCampaignProps, wgApiClient: ClientType) => Promise<CreateCampaignResponse>;
118993
119491
 
118994
- declare const routeName$6v = "/v1/api/campaigns/{campaign_id}/metrics";
118995
- type GetMetricsByCampaignPathParams = paths[typeof routeName$6v]['get']['parameters']['path'];
118996
- type GetMetricsByCampaignQueryParams = paths[typeof routeName$6v]['get']['parameters']['query'];
118997
- type GetMetricsByCampaignResponse = paths[typeof routeName$6v]['get']['responses'][200]['content']['application/json'];
118998
- type GetMetricsByCampaignProps = paths[typeof routeName$6v]['get']['parameters'];
119492
+ declare const routeName$6y = "/v1/api/campaigns/{campaign_id}/metrics";
119493
+ type GetMetricsByCampaignPathParams = paths[typeof routeName$6y]['get']['parameters']['path'];
119494
+ type GetMetricsByCampaignQueryParams = paths[typeof routeName$6y]['get']['parameters']['query'];
119495
+ type GetMetricsByCampaignResponse = paths[typeof routeName$6y]['get']['responses'][200]['content']['application/json'];
119496
+ type GetMetricsByCampaignProps = paths[typeof routeName$6y]['get']['parameters'];
118999
119497
  declare const getMetricsByCampaign: (props: GetMetricsByCampaignProps, wgApiClient: ClientType) => Promise<GetMetricsByCampaignResponse>;
119000
119498
 
119001
- declare const routeName$6u = "/v1/api/campaigns/{campaign_id}/targets";
119002
- type UpdateTargetsByCampaignPathParams = paths[typeof routeName$6u]['patch']['parameters']['path'];
119003
- type UpdateTargetsByCampaignQueryParams = paths[typeof routeName$6u]['patch']['parameters']['query'];
119004
- type UpdateTargetsByCampaignResponse = paths[typeof routeName$6u]['patch']['responses'][200]['content']['application/json'];
119499
+ declare const routeName$6x = "/v1/api/campaigns/{campaign_id}/targets";
119500
+ type UpdateTargetsByCampaignPathParams = paths[typeof routeName$6x]['patch']['parameters']['path'];
119501
+ type UpdateTargetsByCampaignQueryParams = paths[typeof routeName$6x]['patch']['parameters']['query'];
119502
+ type UpdateTargetsByCampaignResponse = paths[typeof routeName$6x]['patch']['responses'][200]['content']['application/json'];
119005
119503
  interface UpdateTargetsByCampaignProps {
119006
119504
  params: {
119007
119505
  query: UpdateTargetsByCampaignQueryParams;
@@ -119010,15 +119508,15 @@ interface UpdateTargetsByCampaignProps {
119010
119508
  }
119011
119509
  declare const updateTargetsByCampaign: (props: UpdateTargetsByCampaignProps, wgApiClient: ClientType) => Promise<UpdateTargetsByCampaignResponse>;
119012
119510
 
119013
- declare const routeName$6t = "/v1/api/campaign-templates";
119014
- type GetAllCampaignTemplatesQueryParams = paths[typeof routeName$6t]['get']['parameters']['query'];
119015
- type GetAllCampaignTemplatesResponse = paths[typeof routeName$6t]['get']['responses'][200]['content']['application/json'];
119016
- type GetAllCampaignTemplatesProps = paths[typeof routeName$6t]['get']['parameters'];
119511
+ declare const routeName$6w = "/v1/api/campaign-templates";
119512
+ type GetAllCampaignTemplatesQueryParams = paths[typeof routeName$6w]['get']['parameters']['query'];
119513
+ type GetAllCampaignTemplatesResponse = paths[typeof routeName$6w]['get']['responses'][200]['content']['application/json'];
119514
+ type GetAllCampaignTemplatesProps = paths[typeof routeName$6w]['get']['parameters'];
119017
119515
  declare const getAllCampaignTemplates: (props: GetAllCampaignTemplatesProps, wgApiClient: ClientType) => Promise<GetAllCampaignTemplatesResponse>;
119018
119516
 
119019
- declare const routeName$6s = "/v1/api/campaigns/example-mails";
119020
- type SendExampleCampaignTargetMailQueryParams = paths[typeof routeName$6s]['post']['parameters']['query'];
119021
- type SendExampleCampaignTargetMailResponse = paths[typeof routeName$6s]['post']['responses'][201]['content']['application/json'];
119517
+ declare const routeName$6v = "/v1/api/campaigns/example-mails";
119518
+ type SendExampleCampaignTargetMailQueryParams = paths[typeof routeName$6v]['post']['parameters']['query'];
119519
+ type SendExampleCampaignTargetMailResponse = paths[typeof routeName$6v]['post']['responses'][201]['content']['application/json'];
119022
119520
  interface SendExampleCampaignTargetMailProps {
119023
119521
  params: {
119024
119522
  query: SendExampleCampaignTargetMailQueryParams;
@@ -119026,16 +119524,16 @@ interface SendExampleCampaignTargetMailProps {
119026
119524
  }
119027
119525
  declare const sendExampleCampaignTargetMail: (props: SendExampleCampaignTargetMailProps, wgApiClient: ClientType) => Promise<SendExampleCampaignTargetMailResponse>;
119028
119526
 
119029
- declare const routeName$6r = "/v1/api/distributions/campaign-settings";
119030
- type GetCampaignSettingsByDistributionQueryParams = paths[typeof routeName$6r]['get']['parameters']['query'];
119031
- type GetCampaignSettingsByDistributionResponse = paths[typeof routeName$6r]['get']['responses'][200]['content']['application/json'];
119032
- type GetCampaignSettingsByDistributionProps = paths[typeof routeName$6r]['get']['parameters'];
119527
+ declare const routeName$6u = "/v1/api/distributions/campaign-settings";
119528
+ type GetCampaignSettingsByDistributionQueryParams = paths[typeof routeName$6u]['get']['parameters']['query'];
119529
+ type GetCampaignSettingsByDistributionResponse = paths[typeof routeName$6u]['get']['responses'][200]['content']['application/json'];
119530
+ type GetCampaignSettingsByDistributionProps = paths[typeof routeName$6u]['get']['parameters'];
119033
119531
  declare const getCampaignSettingsByDistribution: (props: GetCampaignSettingsByDistributionProps, wgApiClient: ClientType) => Promise<GetCampaignSettingsByDistributionResponse>;
119034
119532
 
119035
- declare const routeName$6q = "/v1/api/campaigns/dns-prefixes/generate";
119036
- type GenerateDnsPrefixBody = paths[typeof routeName$6q]['post']['requestBody']['content']['application/json'];
119037
- type GenerateDnsPrefixQueryParams = paths[typeof routeName$6q]['post']['parameters']['query'];
119038
- type GenerateDnsPrefixResponse = paths[typeof routeName$6q]['post']['responses'][200]['content']['application/json'];
119533
+ declare const routeName$6t = "/v1/api/campaigns/dns-prefixes/generate";
119534
+ type GenerateDnsPrefixBody = paths[typeof routeName$6t]['post']['requestBody']['content']['application/json'];
119535
+ type GenerateDnsPrefixQueryParams = paths[typeof routeName$6t]['post']['parameters']['query'];
119536
+ type GenerateDnsPrefixResponse = paths[typeof routeName$6t]['post']['responses'][200]['content']['application/json'];
119039
119537
  interface GenerateDnsPrefixProps {
119040
119538
  body: GenerateDnsPrefixBody;
119041
119539
  params: {
@@ -119044,16 +119542,16 @@ interface GenerateDnsPrefixProps {
119044
119542
  }
119045
119543
  declare const generateDnsPrefix: (props: GenerateDnsPrefixProps, wgApiClient: ClientType) => Promise<GenerateDnsPrefixResponse>;
119046
119544
 
119047
- declare const routeName$6p = "/v1/api/mail-templates/campaign-target";
119048
- type GetCampaignTargetMailTemplateQueryParams = paths[typeof routeName$6p]['get']['parameters']['query'];
119049
- type GetCampaignTargetMailTemplateResponse = paths[typeof routeName$6p]['get']['responses'][200]['content']['application/json'];
119050
- type GetCampaignTargetMailTemplateProps = paths[typeof routeName$6p]['get']['parameters'];
119545
+ declare const routeName$6s = "/v1/api/mail-templates/campaign-target";
119546
+ type GetCampaignTargetMailTemplateQueryParams = paths[typeof routeName$6s]['get']['parameters']['query'];
119547
+ type GetCampaignTargetMailTemplateResponse = paths[typeof routeName$6s]['get']['responses'][200]['content']['application/json'];
119548
+ type GetCampaignTargetMailTemplateProps = paths[typeof routeName$6s]['get']['parameters'];
119051
119549
  declare const getCampaignTargetMailTemplate: (props: GetCampaignTargetMailTemplateProps, wgApiClient: ClientType) => Promise<GetCampaignTargetMailTemplateResponse>;
119052
119550
 
119053
- declare const routeName$6o = "/v1/api/distributions/{distribution_id}/claims";
119054
- type CreateClaimAsCustomerPathParams = paths[typeof routeName$6o]['post']['parameters']['path'];
119055
- type CreateClaimAsCustomerQueryParams = paths[typeof routeName$6o]['post']['parameters']['query'];
119056
- type CreateClaimAsCustomerResponse = paths[typeof routeName$6o]['post']['responses'][201]['content']['application/json'];
119551
+ declare const routeName$6r = "/v1/api/distributions/{distribution_id}/claims";
119552
+ type CreateClaimAsCustomerPathParams = paths[typeof routeName$6r]['post']['parameters']['path'];
119553
+ type CreateClaimAsCustomerQueryParams = paths[typeof routeName$6r]['post']['parameters']['query'];
119554
+ type CreateClaimAsCustomerResponse = paths[typeof routeName$6r]['post']['responses'][201]['content']['application/json'];
119057
119555
  interface CreateClaimAsCustomerProps {
119058
119556
  params: {
119059
119557
  query: CreateClaimAsCustomerQueryParams;
@@ -119062,15 +119560,15 @@ interface CreateClaimAsCustomerProps {
119062
119560
  }
119063
119561
  declare const createClaimAsCustomer: (props: CreateClaimAsCustomerProps, wgApiClient: ClientType) => Promise<CreateClaimAsCustomerResponse>;
119064
119562
 
119065
- declare const routeName$6n = "/v1/api/claims";
119066
- type GetAllClaimsAsBrokerQueryParams = paths[typeof routeName$6n]['get']['parameters']['query'];
119067
- type GetAllClaimsAsBrokerResponse = paths[typeof routeName$6n]['get']['responses'][200]['content']['application/json'];
119068
- type GetAllClaimsAsBrokerProps = paths[typeof routeName$6n]['get']['parameters'];
119563
+ declare const routeName$6q = "/v1/api/claims";
119564
+ type GetAllClaimsAsBrokerQueryParams = paths[typeof routeName$6q]['get']['parameters']['query'];
119565
+ type GetAllClaimsAsBrokerResponse = paths[typeof routeName$6q]['get']['responses'][200]['content']['application/json'];
119566
+ type GetAllClaimsAsBrokerProps = paths[typeof routeName$6q]['get']['parameters'];
119069
119567
  declare const getAllClaimsAsBroker: (props: GetAllClaimsAsBrokerProps, wgApiClient: ClientType) => Promise<GetAllClaimsAsBrokerResponse>;
119070
119568
 
119071
- declare const routeName$6m = "/v1/api/claims";
119072
- type CreateClaimAsBrokerQueryParams = paths[typeof routeName$6m]['post']['parameters']['query'];
119073
- type CreateClaimAsBrokerResponse = paths[typeof routeName$6m]['post']['responses'][201]['content']['application/json'];
119569
+ declare const routeName$6p = "/v1/api/claims";
119570
+ type CreateClaimAsBrokerQueryParams = paths[typeof routeName$6p]['post']['parameters']['query'];
119571
+ type CreateClaimAsBrokerResponse = paths[typeof routeName$6p]['post']['responses'][201]['content']['application/json'];
119074
119572
  interface CreateClaimAsBrokerProps {
119075
119573
  params: {
119076
119574
  query: CreateClaimAsBrokerQueryParams;
@@ -119078,17 +119576,17 @@ interface CreateClaimAsBrokerProps {
119078
119576
  }
119079
119577
  declare const createClaimAsBroker: (props: CreateClaimAsBrokerProps, wgApiClient: ClientType) => Promise<CreateClaimAsBrokerResponse>;
119080
119578
 
119081
- declare const routeName$6l = "/v1/api/claims/{claim_id}";
119082
- type GetClaimAsBrokerByIdPathParams = paths[typeof routeName$6l]['get']['parameters']['path'];
119083
- type GetClaimAsBrokerByIdQueryParams = paths[typeof routeName$6l]['get']['parameters']['query'];
119084
- type GetClaimAsBrokerByIdResponse = paths[typeof routeName$6l]['get']['responses'][200]['content']['application/json'];
119085
- type GetClaimAsBrokerByIdProps = paths[typeof routeName$6l]['get']['parameters'];
119579
+ declare const routeName$6o = "/v1/api/claims/{claim_id}";
119580
+ type GetClaimAsBrokerByIdPathParams = paths[typeof routeName$6o]['get']['parameters']['path'];
119581
+ type GetClaimAsBrokerByIdQueryParams = paths[typeof routeName$6o]['get']['parameters']['query'];
119582
+ type GetClaimAsBrokerByIdResponse = paths[typeof routeName$6o]['get']['responses'][200]['content']['application/json'];
119583
+ type GetClaimAsBrokerByIdProps = paths[typeof routeName$6o]['get']['parameters'];
119086
119584
  declare const getClaimAsBrokerById: (props: GetClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<GetClaimAsBrokerByIdResponse>;
119087
119585
 
119088
- declare const routeName$6k = "/v1/api/claims/{claim_id}";
119089
- type DeleteClaimAsBrokerByIdPathParams = paths[typeof routeName$6k]['delete']['parameters']['path'];
119090
- type DeleteClaimAsBrokerByIdQueryParams = paths[typeof routeName$6k]['delete']['parameters']['query'];
119091
- type DeleteClaimAsBrokerByIdResponse = paths[typeof routeName$6k]['delete']['responses'][200]['content']['application/json'];
119586
+ declare const routeName$6n = "/v1/api/claims/{claim_id}";
119587
+ type DeleteClaimAsBrokerByIdPathParams = paths[typeof routeName$6n]['delete']['parameters']['path'];
119588
+ type DeleteClaimAsBrokerByIdQueryParams = paths[typeof routeName$6n]['delete']['parameters']['query'];
119589
+ type DeleteClaimAsBrokerByIdResponse = paths[typeof routeName$6n]['delete']['responses'][200]['content']['application/json'];
119092
119590
  interface DeleteClaimAsBrokerByIdProps {
119093
119591
  params: {
119094
119592
  query: DeleteClaimAsBrokerByIdQueryParams;
@@ -119097,10 +119595,10 @@ interface DeleteClaimAsBrokerByIdProps {
119097
119595
  }
119098
119596
  declare const deleteClaimAsBrokerById: (props: DeleteClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<DeleteClaimAsBrokerByIdResponse>;
119099
119597
 
119100
- declare const routeName$6j = "/v1/api/claims/{claim_id}";
119101
- type UpdateClaimAsBrokerByIdPathParams = paths[typeof routeName$6j]['patch']['parameters']['path'];
119102
- type UpdateClaimAsBrokerByIdQueryParams = paths[typeof routeName$6j]['patch']['parameters']['query'];
119103
- type UpdateClaimAsBrokerByIdResponse = paths[typeof routeName$6j]['patch']['responses'][200]['content']['application/json'];
119598
+ declare const routeName$6m = "/v1/api/claims/{claim_id}";
119599
+ type UpdateClaimAsBrokerByIdPathParams = paths[typeof routeName$6m]['patch']['parameters']['path'];
119600
+ type UpdateClaimAsBrokerByIdQueryParams = paths[typeof routeName$6m]['patch']['parameters']['query'];
119601
+ type UpdateClaimAsBrokerByIdResponse = paths[typeof routeName$6m]['patch']['responses'][200]['content']['application/json'];
119104
119602
  interface UpdateClaimAsBrokerByIdProps {
119105
119603
  params: {
119106
119604
  query: UpdateClaimAsBrokerByIdQueryParams;
@@ -119109,10 +119607,10 @@ interface UpdateClaimAsBrokerByIdProps {
119109
119607
  }
119110
119608
  declare const updateClaimAsBrokerById: (props: UpdateClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<UpdateClaimAsBrokerByIdResponse>;
119111
119609
 
119112
- declare const routeName$6i = "/v1/api/claims/{claim_id}/connections/keypoint/declaration/remark";
119113
- type UpdateDeclarationRemarkPathParams = paths[typeof routeName$6i]['put']['parameters']['path'];
119114
- type UpdateDeclarationRemarkQueryParams = paths[typeof routeName$6i]['put']['parameters']['query'];
119115
- type UpdateDeclarationRemarkResponse = paths[typeof routeName$6i]['put']['responses'][200]['content']['application/json'];
119610
+ declare const routeName$6l = "/v1/api/claims/{claim_id}/connections/keypoint/declaration/remark";
119611
+ type UpdateDeclarationRemarkPathParams = paths[typeof routeName$6l]['put']['parameters']['path'];
119612
+ type UpdateDeclarationRemarkQueryParams = paths[typeof routeName$6l]['put']['parameters']['query'];
119613
+ type UpdateDeclarationRemarkResponse = paths[typeof routeName$6l]['put']['responses'][200]['content']['application/json'];
119116
119614
  interface UpdateDeclarationRemarkProps {
119117
119615
  params: {
119118
119616
  query: UpdateDeclarationRemarkQueryParams;
@@ -119121,10 +119619,10 @@ interface UpdateDeclarationRemarkProps {
119121
119619
  }
119122
119620
  declare const updateDeclarationRemark: (props: UpdateDeclarationRemarkProps, wgApiClient: ClientType) => Promise<UpdateDeclarationRemarkResponse>;
119123
119621
 
119124
- declare const routeName$6h = "/v1/api/claims/{claim_id}/lock";
119125
- type CreateLockForClaimPathParams = paths[typeof routeName$6h]['post']['parameters']['path'];
119126
- type CreateLockForClaimQueryParams = paths[typeof routeName$6h]['post']['parameters']['query'];
119127
- type CreateLockForClaimResponse = paths[typeof routeName$6h]['post']['responses'][201]['content']['application/json'];
119622
+ declare const routeName$6k = "/v1/api/claims/{claim_id}/lock";
119623
+ type CreateLockForClaimPathParams = paths[typeof routeName$6k]['post']['parameters']['path'];
119624
+ type CreateLockForClaimQueryParams = paths[typeof routeName$6k]['post']['parameters']['query'];
119625
+ type CreateLockForClaimResponse = paths[typeof routeName$6k]['post']['responses'][201]['content']['application/json'];
119128
119626
  interface CreateLockForClaimProps {
119129
119627
  params: {
119130
119628
  query: CreateLockForClaimQueryParams;
@@ -119133,10 +119631,10 @@ interface CreateLockForClaimProps {
119133
119631
  }
119134
119632
  declare const createLockForClaim: (props: CreateLockForClaimProps, wgApiClient: ClientType) => Promise<CreateLockForClaimResponse>;
119135
119633
 
119136
- declare const routeName$6g = "/v1/api/claims/{claim_id}/unlock";
119137
- type UnlockClaimPathParams = paths[typeof routeName$6g]['post']['parameters']['path'];
119138
- type UnlockClaimQueryParams = paths[typeof routeName$6g]['post']['parameters']['query'];
119139
- type UnlockClaimResponse = paths[typeof routeName$6g]['post']['responses'][200]['content']['application/json'];
119634
+ declare const routeName$6j = "/v1/api/claims/{claim_id}/unlock";
119635
+ type UnlockClaimPathParams = paths[typeof routeName$6j]['post']['parameters']['path'];
119636
+ type UnlockClaimQueryParams = paths[typeof routeName$6j]['post']['parameters']['query'];
119637
+ type UnlockClaimResponse = paths[typeof routeName$6j]['post']['responses'][200]['content']['application/json'];
119140
119638
  interface UnlockClaimProps {
119141
119639
  params: {
119142
119640
  query: UnlockClaimQueryParams;
@@ -119145,10 +119643,10 @@ interface UnlockClaimProps {
119145
119643
  }
119146
119644
  declare const unlockClaim: (props: UnlockClaimProps, wgApiClient: ClientType) => Promise<UnlockClaimResponse>;
119147
119645
 
119148
- declare const routeName$6f = "/v1/api/claims/{claim_id}/request_update";
119149
- type ClaimRequestUpdatePathParams = paths[typeof routeName$6f]['post']['parameters']['path'];
119150
- type ClaimRequestUpdateQueryParams = paths[typeof routeName$6f]['post']['parameters']['query'];
119151
- type ClaimRequestUpdateResponse = paths[typeof routeName$6f]['post']['responses'][200]['content']['application/json'];
119646
+ declare const routeName$6i = "/v1/api/claims/{claim_id}/request_update";
119647
+ type ClaimRequestUpdatePathParams = paths[typeof routeName$6i]['post']['parameters']['path'];
119648
+ type ClaimRequestUpdateQueryParams = paths[typeof routeName$6i]['post']['parameters']['query'];
119649
+ type ClaimRequestUpdateResponse = paths[typeof routeName$6i]['post']['responses'][200]['content']['application/json'];
119152
119650
  interface ClaimRequestUpdateProps {
119153
119651
  params: {
119154
119652
  query: ClaimRequestUpdateQueryParams;
@@ -119157,10 +119655,10 @@ interface ClaimRequestUpdateProps {
119157
119655
  }
119158
119656
  declare const claimRequestUpdate: (props: ClaimRequestUpdateProps, wgApiClient: ClientType) => Promise<ClaimRequestUpdateResponse>;
119159
119657
 
119160
- declare const routeName$6e = "/v1/api/claims/{claim_id}/validate";
119161
- type ValidateClaimPathParams = paths[typeof routeName$6e]['post']['parameters']['path'];
119162
- type ValidateClaimQueryParams = paths[typeof routeName$6e]['post']['parameters']['query'];
119163
- type ValidateClaimResponse = paths[typeof routeName$6e]['post']['responses'][200]['content']['application/json'];
119658
+ declare const routeName$6h = "/v1/api/claims/{claim_id}/validate";
119659
+ type ValidateClaimPathParams = paths[typeof routeName$6h]['post']['parameters']['path'];
119660
+ type ValidateClaimQueryParams = paths[typeof routeName$6h]['post']['parameters']['query'];
119661
+ type ValidateClaimResponse = paths[typeof routeName$6h]['post']['responses'][200]['content']['application/json'];
119164
119662
  interface ValidateClaimProps {
119165
119663
  params: {
119166
119664
  query: ValidateClaimQueryParams;
@@ -119169,10 +119667,10 @@ interface ValidateClaimProps {
119169
119667
  }
119170
119668
  declare const validateClaim: (props: ValidateClaimProps, wgApiClient: ClientType) => Promise<ValidateClaimResponse>;
119171
119669
 
119172
- declare const routeName$6d = "/v1/api/claims/{claim_id}/documents";
119173
- type CreateDocumentForClaimPathParams = paths[typeof routeName$6d]['post']['parameters']['path'];
119174
- type CreateDocumentForClaimQueryParams = paths[typeof routeName$6d]['post']['parameters']['query'];
119175
- type CreateDocumentForClaimResponse = paths[typeof routeName$6d]['post']['responses'][201]['content']['application/json'];
119670
+ declare const routeName$6g = "/v1/api/claims/{claim_id}/documents";
119671
+ type CreateDocumentForClaimPathParams = paths[typeof routeName$6g]['post']['parameters']['path'];
119672
+ type CreateDocumentForClaimQueryParams = paths[typeof routeName$6g]['post']['parameters']['query'];
119673
+ type CreateDocumentForClaimResponse = paths[typeof routeName$6g]['post']['responses'][201]['content']['application/json'];
119176
119674
  interface CreateDocumentForClaimProps {
119177
119675
  params: {
119178
119676
  query: CreateDocumentForClaimQueryParams;
@@ -119181,17 +119679,17 @@ interface CreateDocumentForClaimProps {
119181
119679
  }
119182
119680
  declare const createDocumentForClaim: (props: CreateDocumentForClaimProps, wgApiClient: ClientType) => Promise<CreateDocumentForClaimResponse>;
119183
119681
 
119184
- declare const routeName$6c = "/v1/api/claims/{claim_id}/documents/{document_id}";
119185
- type DownloadDocumentByIdPathParams = paths[typeof routeName$6c]['get']['parameters']['path'];
119186
- type DownloadDocumentByIdQueryParams = paths[typeof routeName$6c]['get']['parameters']['query'];
119187
- type DownloadDocumentByIdResponse = paths[typeof routeName$6c]['get']['responses'][307]['content']['application/json'];
119188
- type DownloadDocumentByIdProps = paths[typeof routeName$6c]['get']['parameters'];
119682
+ declare const routeName$6f = "/v1/api/claims/{claim_id}/documents/{document_id}";
119683
+ type DownloadDocumentByIdPathParams = paths[typeof routeName$6f]['get']['parameters']['path'];
119684
+ type DownloadDocumentByIdQueryParams = paths[typeof routeName$6f]['get']['parameters']['query'];
119685
+ type DownloadDocumentByIdResponse = paths[typeof routeName$6f]['get']['responses'][307]['content']['application/json'];
119686
+ type DownloadDocumentByIdProps = paths[typeof routeName$6f]['get']['parameters'];
119189
119687
  declare const downloadDocumentById: (props: DownloadDocumentByIdProps, wgApiClient: ClientType) => Promise<DownloadDocumentByIdResponse>;
119190
119688
 
119191
- declare const routeName$6b = "/v1/api/claims/{claim_id}/documents/{document_id}";
119192
- type DeleteDocumentByIdPathParams = paths[typeof routeName$6b]['delete']['parameters']['path'];
119193
- type DeleteDocumentByIdQueryParams = paths[typeof routeName$6b]['delete']['parameters']['query'];
119194
- type DeleteDocumentByIdResponse = paths[typeof routeName$6b]['delete']['responses'][200]['content']['application/json'];
119689
+ declare const routeName$6e = "/v1/api/claims/{claim_id}/documents/{document_id}";
119690
+ type DeleteDocumentByIdPathParams = paths[typeof routeName$6e]['delete']['parameters']['path'];
119691
+ type DeleteDocumentByIdQueryParams = paths[typeof routeName$6e]['delete']['parameters']['query'];
119692
+ type DeleteDocumentByIdResponse = paths[typeof routeName$6e]['delete']['responses'][200]['content']['application/json'];
119195
119693
  interface DeleteDocumentByIdProps {
119196
119694
  params: {
119197
119695
  query: DeleteDocumentByIdQueryParams;
@@ -119200,10 +119698,10 @@ interface DeleteDocumentByIdProps {
119200
119698
  }
119201
119699
  declare const deleteDocumentById: (props: DeleteDocumentByIdProps, wgApiClient: ClientType) => Promise<DeleteDocumentByIdResponse>;
119202
119700
 
119203
- declare const routeName$6a = "/v1/api/claims/{claim_id}/documents/{document_id}";
119204
- type UpdateDocumentMetadataByIdPathParams = paths[typeof routeName$6a]['patch']['parameters']['path'];
119205
- type UpdateDocumentMetadataByIdQueryParams = paths[typeof routeName$6a]['patch']['parameters']['query'];
119206
- type UpdateDocumentMetadataByIdResponse = paths[typeof routeName$6a]['patch']['responses'][200]['content']['application/json'];
119701
+ declare const routeName$6d = "/v1/api/claims/{claim_id}/documents/{document_id}";
119702
+ type UpdateDocumentMetadataByIdPathParams = paths[typeof routeName$6d]['patch']['parameters']['path'];
119703
+ type UpdateDocumentMetadataByIdQueryParams = paths[typeof routeName$6d]['patch']['parameters']['query'];
119704
+ type UpdateDocumentMetadataByIdResponse = paths[typeof routeName$6d]['patch']['responses'][200]['content']['application/json'];
119207
119705
  interface UpdateDocumentMetadataByIdProps {
119208
119706
  params: {
119209
119707
  query: UpdateDocumentMetadataByIdQueryParams;
@@ -119212,17 +119710,17 @@ interface UpdateDocumentMetadataByIdProps {
119212
119710
  }
119213
119711
  declare const updateDocumentMetadataById: (props: UpdateDocumentMetadataByIdProps, wgApiClient: ClientType) => Promise<UpdateDocumentMetadataByIdResponse>;
119214
119712
 
119215
- declare const routeName$69 = "/v1/api/claims/customer/token/{token}";
119216
- type GetClaimAsCustomerWithTokenPathParams = paths[typeof routeName$69]['get']['parameters']['path'];
119217
- type GetClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$69]['get']['parameters']['query'];
119218
- type GetClaimAsCustomerWithTokenResponse = paths[typeof routeName$69]['get']['responses'][200]['content']['application/json'];
119219
- type GetClaimAsCustomerWithTokenProps = paths[typeof routeName$69]['get']['parameters'];
119713
+ declare const routeName$6c = "/v1/api/claims/customer/token/{token}";
119714
+ type GetClaimAsCustomerWithTokenPathParams = paths[typeof routeName$6c]['get']['parameters']['path'];
119715
+ type GetClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$6c]['get']['parameters']['query'];
119716
+ type GetClaimAsCustomerWithTokenResponse = paths[typeof routeName$6c]['get']['responses'][200]['content']['application/json'];
119717
+ type GetClaimAsCustomerWithTokenProps = paths[typeof routeName$6c]['get']['parameters'];
119220
119718
  declare const getClaimAsCustomerWithToken: (props: GetClaimAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<GetClaimAsCustomerWithTokenResponse>;
119221
119719
 
119222
- declare const routeName$68 = "/v1/api/claims/customer/token/{token}";
119223
- type UpdateClaimAsCustomerWithTokenPathParams = paths[typeof routeName$68]['patch']['parameters']['path'];
119224
- type UpdateClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$68]['patch']['parameters']['query'];
119225
- type UpdateClaimAsCustomerWithTokenResponse = paths[typeof routeName$68]['patch']['responses'][200]['content']['application/json'];
119720
+ declare const routeName$6b = "/v1/api/claims/customer/token/{token}";
119721
+ type UpdateClaimAsCustomerWithTokenPathParams = paths[typeof routeName$6b]['patch']['parameters']['path'];
119722
+ type UpdateClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$6b]['patch']['parameters']['query'];
119723
+ type UpdateClaimAsCustomerWithTokenResponse = paths[typeof routeName$6b]['patch']['responses'][200]['content']['application/json'];
119226
119724
  interface UpdateClaimAsCustomerWithTokenProps {
119227
119725
  params: {
119228
119726
  query: UpdateClaimAsCustomerWithTokenQueryParams;
@@ -119231,10 +119729,10 @@ interface UpdateClaimAsCustomerWithTokenProps {
119231
119729
  }
119232
119730
  declare const updateClaimAsCustomerWithToken: (props: UpdateClaimAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateClaimAsCustomerWithTokenResponse>;
119233
119731
 
119234
- declare const routeName$67 = "/v1/api/claims/customer/token/{token}/entities";
119235
- type CreateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$67]['post']['parameters']['path'];
119236
- type CreateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$67]['post']['parameters']['query'];
119237
- type CreateEntityAsCustomerWithTokenResponse = paths[typeof routeName$67]['post']['responses'][201]['content']['application/json'];
119732
+ declare const routeName$6a = "/v1/api/claims/customer/token/{token}/entities";
119733
+ type CreateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$6a]['post']['parameters']['path'];
119734
+ type CreateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$6a]['post']['parameters']['query'];
119735
+ type CreateEntityAsCustomerWithTokenResponse = paths[typeof routeName$6a]['post']['responses'][201]['content']['application/json'];
119238
119736
  interface CreateEntityAsCustomerWithTokenProps {
119239
119737
  params: {
119240
119738
  query: CreateEntityAsCustomerWithTokenQueryParams;
@@ -119243,10 +119741,10 @@ interface CreateEntityAsCustomerWithTokenProps {
119243
119741
  }
119244
119742
  declare const createEntityAsCustomerWithToken: (props: CreateEntityAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<CreateEntityAsCustomerWithTokenResponse>;
119245
119743
 
119246
- declare const routeName$66 = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
119247
- type DeleteEntityByIdAsCustomerWithTokenPathParams = paths[typeof routeName$66]['delete']['parameters']['path'];
119248
- type DeleteEntityByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$66]['delete']['parameters']['query'];
119249
- type DeleteEntityByIdAsCustomerWithTokenResponse = paths[typeof routeName$66]['delete']['responses'][200]['content']['application/json'];
119744
+ declare const routeName$69 = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
119745
+ type DeleteEntityByIdAsCustomerWithTokenPathParams = paths[typeof routeName$69]['delete']['parameters']['path'];
119746
+ type DeleteEntityByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$69]['delete']['parameters']['query'];
119747
+ type DeleteEntityByIdAsCustomerWithTokenResponse = paths[typeof routeName$69]['delete']['responses'][200]['content']['application/json'];
119250
119748
  interface DeleteEntityByIdAsCustomerWithTokenProps {
119251
119749
  params: {
119252
119750
  query: DeleteEntityByIdAsCustomerWithTokenQueryParams;
@@ -119255,10 +119753,10 @@ interface DeleteEntityByIdAsCustomerWithTokenProps {
119255
119753
  }
119256
119754
  declare const deleteEntityByIdAsCustomerWithToken: (props: DeleteEntityByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<DeleteEntityByIdAsCustomerWithTokenResponse>;
119257
119755
 
119258
- declare const routeName$65 = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
119259
- type UpdateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$65]['patch']['parameters']['path'];
119260
- type UpdateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$65]['patch']['parameters']['query'];
119261
- type UpdateEntityAsCustomerWithTokenResponse = paths[typeof routeName$65]['patch']['responses'][200]['content']['application/json'];
119756
+ declare const routeName$68 = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
119757
+ type UpdateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$68]['patch']['parameters']['path'];
119758
+ type UpdateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$68]['patch']['parameters']['query'];
119759
+ type UpdateEntityAsCustomerWithTokenResponse = paths[typeof routeName$68]['patch']['responses'][200]['content']['application/json'];
119262
119760
  interface UpdateEntityAsCustomerWithTokenProps {
119263
119761
  params: {
119264
119762
  query: UpdateEntityAsCustomerWithTokenQueryParams;
@@ -119267,10 +119765,10 @@ interface UpdateEntityAsCustomerWithTokenProps {
119267
119765
  }
119268
119766
  declare const updateEntityAsCustomerWithToken: (props: UpdateEntityAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateEntityAsCustomerWithTokenResponse>;
119269
119767
 
119270
- declare const routeName$64 = "/v1/api/claims/upload/{claim_doc_category}";
119271
- type UploadClaimDocumentAsBrokerPathParams = paths[typeof routeName$64]['post']['parameters']['path'];
119272
- type UploadClaimDocumentAsBrokerQueryParams = paths[typeof routeName$64]['post']['parameters']['query'];
119273
- type UploadClaimDocumentAsBrokerResponse = paths[typeof routeName$64]['post']['responses'][200]['content']['application/json'];
119768
+ declare const routeName$67 = "/v1/api/claims/upload/{claim_doc_category}";
119769
+ type UploadClaimDocumentAsBrokerPathParams = paths[typeof routeName$67]['post']['parameters']['path'];
119770
+ type UploadClaimDocumentAsBrokerQueryParams = paths[typeof routeName$67]['post']['parameters']['query'];
119771
+ type UploadClaimDocumentAsBrokerResponse = paths[typeof routeName$67]['post']['responses'][200]['content']['application/json'];
119274
119772
  interface UploadClaimDocumentAsBrokerProps {
119275
119773
  params: {
119276
119774
  query: UploadClaimDocumentAsBrokerQueryParams;
@@ -119279,10 +119777,10 @@ interface UploadClaimDocumentAsBrokerProps {
119279
119777
  }
119280
119778
  declare const uploadClaimDocumentAsBroker: (props: UploadClaimDocumentAsBrokerProps, wgApiClient: ClientType) => Promise<UploadClaimDocumentAsBrokerResponse>;
119281
119779
 
119282
- declare const routeName$63 = "/v1/api/claims/customer/upload/{claim_doc_category}";
119283
- type CreateUploadLinkAsCustomerPathParams = paths[typeof routeName$63]['post']['parameters']['path'];
119284
- type CreateUploadLinkAsCustomerQueryParams = paths[typeof routeName$63]['post']['parameters']['query'];
119285
- type CreateUploadLinkAsCustomerResponse = paths[typeof routeName$63]['post']['responses'][200]['content']['application/json'];
119780
+ declare const routeName$66 = "/v1/api/claims/customer/upload/{claim_doc_category}";
119781
+ type CreateUploadLinkAsCustomerPathParams = paths[typeof routeName$66]['post']['parameters']['path'];
119782
+ type CreateUploadLinkAsCustomerQueryParams = paths[typeof routeName$66]['post']['parameters']['query'];
119783
+ type CreateUploadLinkAsCustomerResponse = paths[typeof routeName$66]['post']['responses'][200]['content']['application/json'];
119286
119784
  interface CreateUploadLinkAsCustomerProps {
119287
119785
  params: {
119288
119786
  query: CreateUploadLinkAsCustomerQueryParams;
@@ -119291,9 +119789,9 @@ interface CreateUploadLinkAsCustomerProps {
119291
119789
  }
119292
119790
  declare const createUploadLinkAsCustomer: (props: CreateUploadLinkAsCustomerProps, wgApiClient: ClientType) => Promise<CreateUploadLinkAsCustomerResponse>;
119293
119791
 
119294
- declare const routeName$62 = "/v1/api/claims/generate/token";
119295
- type GenerateTokenForSocialLoginFlowAsBrokerQueryParams = paths[typeof routeName$62]['post']['parameters']['query'];
119296
- type GenerateTokenForSocialLoginFlowAsBrokerResponse = paths[typeof routeName$62]['post']['responses'][201]['content']['application/json'];
119792
+ declare const routeName$65 = "/v1/api/claims/generate/token";
119793
+ type GenerateTokenForSocialLoginFlowAsBrokerQueryParams = paths[typeof routeName$65]['post']['parameters']['query'];
119794
+ type GenerateTokenForSocialLoginFlowAsBrokerResponse = paths[typeof routeName$65]['post']['responses'][201]['content']['application/json'];
119297
119795
  interface GenerateTokenForSocialLoginFlowAsBrokerProps {
119298
119796
  params: {
119299
119797
  query: GenerateTokenForSocialLoginFlowAsBrokerQueryParams;
@@ -119301,17 +119799,17 @@ interface GenerateTokenForSocialLoginFlowAsBrokerProps {
119301
119799
  }
119302
119800
  declare const generateTokenForSocialLoginFlowAsBroker: (props: GenerateTokenForSocialLoginFlowAsBrokerProps, wgApiClient: ClientType) => Promise<GenerateTokenForSocialLoginFlowAsBrokerResponse>;
119303
119801
 
119304
- declare const routeName$61 = "/v1/api/claims/customer/token/{token}/events";
119305
- type GetClaimEventsAsCustomerPathParams = paths[typeof routeName$61]['get']['parameters']['path'];
119306
- type GetClaimEventsAsCustomerQueryParams = paths[typeof routeName$61]['get']['parameters']['query'];
119307
- type GetClaimEventsAsCustomerResponse = paths[typeof routeName$61]['get']['responses'][200]['content']['application/json'];
119308
- type GetClaimEventsAsCustomerProps = paths[typeof routeName$61]['get']['parameters'];
119802
+ declare const routeName$64 = "/v1/api/claims/customer/token/{token}/events";
119803
+ type GetClaimEventsAsCustomerPathParams = paths[typeof routeName$64]['get']['parameters']['path'];
119804
+ type GetClaimEventsAsCustomerQueryParams = paths[typeof routeName$64]['get']['parameters']['query'];
119805
+ type GetClaimEventsAsCustomerResponse = paths[typeof routeName$64]['get']['responses'][200]['content']['application/json'];
119806
+ type GetClaimEventsAsCustomerProps = paths[typeof routeName$64]['get']['parameters'];
119309
119807
  declare const getClaimEventsAsCustomer: (props: GetClaimEventsAsCustomerProps, wgApiClient: ClientType) => Promise<GetClaimEventsAsCustomerResponse>;
119310
119808
 
119311
- declare const routeName$60 = "/v1/api/claims/customer/token/{token}/documents";
119312
- type CreateDocumentForClaimAsCustomerPathParams = paths[typeof routeName$60]['post']['parameters']['path'];
119313
- type CreateDocumentForClaimAsCustomerQueryParams = paths[typeof routeName$60]['post']['parameters']['query'];
119314
- type CreateDocumentForClaimAsCustomerResponse = paths[typeof routeName$60]['post']['responses'][200]['content']['application/json'];
119809
+ declare const routeName$63 = "/v1/api/claims/customer/token/{token}/documents";
119810
+ type CreateDocumentForClaimAsCustomerPathParams = paths[typeof routeName$63]['post']['parameters']['path'];
119811
+ type CreateDocumentForClaimAsCustomerQueryParams = paths[typeof routeName$63]['post']['parameters']['query'];
119812
+ type CreateDocumentForClaimAsCustomerResponse = paths[typeof routeName$63]['post']['responses'][200]['content']['application/json'];
119315
119813
  interface CreateDocumentForClaimAsCustomerProps {
119316
119814
  params: {
119317
119815
  query: CreateDocumentForClaimAsCustomerQueryParams;
@@ -119320,10 +119818,10 @@ interface CreateDocumentForClaimAsCustomerProps {
119320
119818
  }
119321
119819
  declare const createDocumentForClaimAsCustomer: (props: CreateDocumentForClaimAsCustomerProps, wgApiClient: ClientType) => Promise<CreateDocumentForClaimAsCustomerResponse>;
119322
119820
 
119323
- declare const routeName$5$ = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
119324
- type DeleteDocumentByIdAsCustomerWithTokenPathParams = paths[typeof routeName$5$]['delete']['parameters']['path'];
119325
- type DeleteDocumentByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$5$]['delete']['parameters']['query'];
119326
- type DeleteDocumentByIdAsCustomerWithTokenResponse = paths[typeof routeName$5$]['delete']['responses'][200]['content']['application/json'];
119821
+ declare const routeName$62 = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
119822
+ type DeleteDocumentByIdAsCustomerWithTokenPathParams = paths[typeof routeName$62]['delete']['parameters']['path'];
119823
+ type DeleteDocumentByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$62]['delete']['parameters']['query'];
119824
+ type DeleteDocumentByIdAsCustomerWithTokenResponse = paths[typeof routeName$62]['delete']['responses'][200]['content']['application/json'];
119327
119825
  interface DeleteDocumentByIdAsCustomerWithTokenProps {
119328
119826
  params: {
119329
119827
  query: DeleteDocumentByIdAsCustomerWithTokenQueryParams;
@@ -119332,10 +119830,10 @@ interface DeleteDocumentByIdAsCustomerWithTokenProps {
119332
119830
  }
119333
119831
  declare const deleteDocumentByIdAsCustomerWithToken: (props: DeleteDocumentByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<DeleteDocumentByIdAsCustomerWithTokenResponse>;
119334
119832
 
119335
- declare const routeName$5_ = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
119336
- type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams = paths[typeof routeName$5_]['patch']['parameters']['path'];
119337
- type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$5_]['patch']['parameters']['query'];
119338
- type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse = paths[typeof routeName$5_]['patch']['responses'][200]['content']['application/json'];
119833
+ declare const routeName$61 = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
119834
+ type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams = paths[typeof routeName$61]['patch']['parameters']['path'];
119835
+ type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$61]['patch']['parameters']['query'];
119836
+ type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse = paths[typeof routeName$61]['patch']['responses'][200]['content']['application/json'];
119339
119837
  interface UpdateDocumentMetadataByIdAsCustomerWithTokenProps {
119340
119838
  params: {
119341
119839
  query: UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams;
@@ -119344,10 +119842,10 @@ interface UpdateDocumentMetadataByIdAsCustomerWithTokenProps {
119344
119842
  }
119345
119843
  declare const updateDocumentMetadataByIdAsCustomerWithToken: (props: UpdateDocumentMetadataByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateDocumentMetadataByIdAsCustomerWithTokenResponse>;
119346
119844
 
119347
- declare const routeName$5Z = "/v1/api/claims/customer/token/{token}/events/{event_id}/notes";
119348
- type CreateNoteOnEventAsCustomerPathParams = paths[typeof routeName$5Z]['post']['parameters']['path'];
119349
- type CreateNoteOnEventAsCustomerQueryParams = paths[typeof routeName$5Z]['post']['parameters']['query'];
119350
- type CreateNoteOnEventAsCustomerResponse = paths[typeof routeName$5Z]['post']['responses'][200]['content']['application/json'];
119845
+ declare const routeName$60 = "/v1/api/claims/customer/token/{token}/events/{event_id}/notes";
119846
+ type CreateNoteOnEventAsCustomerPathParams = paths[typeof routeName$60]['post']['parameters']['path'];
119847
+ type CreateNoteOnEventAsCustomerQueryParams = paths[typeof routeName$60]['post']['parameters']['query'];
119848
+ type CreateNoteOnEventAsCustomerResponse = paths[typeof routeName$60]['post']['responses'][200]['content']['application/json'];
119351
119849
  interface CreateNoteOnEventAsCustomerProps {
119352
119850
  params: {
119353
119851
  query: CreateNoteOnEventAsCustomerQueryParams;
@@ -119356,10 +119854,10 @@ interface CreateNoteOnEventAsCustomerProps {
119356
119854
  }
119357
119855
  declare const createNoteOnEventAsCustomer: (props: CreateNoteOnEventAsCustomerProps, wgApiClient: ClientType) => Promise<CreateNoteOnEventAsCustomerResponse>;
119358
119856
 
119359
- declare const routeName$5Y = "/v1/api/claims/{claim_id}/entities";
119360
- type CreateEntityAsBrokerPathParams = paths[typeof routeName$5Y]['post']['parameters']['path'];
119361
- type CreateEntityAsBrokerQueryParams = paths[typeof routeName$5Y]['post']['parameters']['query'];
119362
- type CreateEntityAsBrokerResponse = paths[typeof routeName$5Y]['post']['responses'][201]['content']['application/json'];
119857
+ declare const routeName$5$ = "/v1/api/claims/{claim_id}/entities";
119858
+ type CreateEntityAsBrokerPathParams = paths[typeof routeName$5$]['post']['parameters']['path'];
119859
+ type CreateEntityAsBrokerQueryParams = paths[typeof routeName$5$]['post']['parameters']['query'];
119860
+ type CreateEntityAsBrokerResponse = paths[typeof routeName$5$]['post']['responses'][201]['content']['application/json'];
119363
119861
  interface CreateEntityAsBrokerProps {
119364
119862
  params: {
119365
119863
  query: CreateEntityAsBrokerQueryParams;
@@ -119368,10 +119866,10 @@ interface CreateEntityAsBrokerProps {
119368
119866
  }
119369
119867
  declare const createEntityAsBroker: (props: CreateEntityAsBrokerProps, wgApiClient: ClientType) => Promise<CreateEntityAsBrokerResponse>;
119370
119868
 
119371
- declare const routeName$5X = "/v1/api/claims/{claim_id}/entities/{entity_id}";
119372
- type DeleteEntityAsBrokerByIdPathParams = paths[typeof routeName$5X]['delete']['parameters']['path'];
119373
- type DeleteEntityAsBrokerByIdQueryParams = paths[typeof routeName$5X]['delete']['parameters']['query'];
119374
- type DeleteEntityAsBrokerByIdResponse = paths[typeof routeName$5X]['delete']['responses'][200]['content']['application/json'];
119869
+ declare const routeName$5_ = "/v1/api/claims/{claim_id}/entities/{entity_id}";
119870
+ type DeleteEntityAsBrokerByIdPathParams = paths[typeof routeName$5_]['delete']['parameters']['path'];
119871
+ type DeleteEntityAsBrokerByIdQueryParams = paths[typeof routeName$5_]['delete']['parameters']['query'];
119872
+ type DeleteEntityAsBrokerByIdResponse = paths[typeof routeName$5_]['delete']['responses'][200]['content']['application/json'];
119375
119873
  interface DeleteEntityAsBrokerByIdProps {
119376
119874
  params: {
119377
119875
  query: DeleteEntityAsBrokerByIdQueryParams;
@@ -119380,10 +119878,10 @@ interface DeleteEntityAsBrokerByIdProps {
119380
119878
  }
119381
119879
  declare const deleteEntityAsBrokerById: (props: DeleteEntityAsBrokerByIdProps, wgApiClient: ClientType) => Promise<DeleteEntityAsBrokerByIdResponse>;
119382
119880
 
119383
- declare const routeName$5W = "/v1/api/claims/{claim_id}/entities/{entity_id}";
119384
- type UpdateEntityAsBrokerByIdPathParams = paths[typeof routeName$5W]['patch']['parameters']['path'];
119385
- type UpdateEntityAsBrokerByIdQueryParams = paths[typeof routeName$5W]['patch']['parameters']['query'];
119386
- type UpdateEntityAsBrokerByIdResponse = paths[typeof routeName$5W]['patch']['responses'][200]['content']['application/json'];
119881
+ declare const routeName$5Z = "/v1/api/claims/{claim_id}/entities/{entity_id}";
119882
+ type UpdateEntityAsBrokerByIdPathParams = paths[typeof routeName$5Z]['patch']['parameters']['path'];
119883
+ type UpdateEntityAsBrokerByIdQueryParams = paths[typeof routeName$5Z]['patch']['parameters']['query'];
119884
+ type UpdateEntityAsBrokerByIdResponse = paths[typeof routeName$5Z]['patch']['responses'][200]['content']['application/json'];
119387
119885
  interface UpdateEntityAsBrokerByIdProps {
119388
119886
  params: {
119389
119887
  query: UpdateEntityAsBrokerByIdQueryParams;
@@ -119392,17 +119890,17 @@ interface UpdateEntityAsBrokerByIdProps {
119392
119890
  }
119393
119891
  declare const updateEntityAsBrokerById: (props: UpdateEntityAsBrokerByIdProps, wgApiClient: ClientType) => Promise<UpdateEntityAsBrokerByIdResponse>;
119394
119892
 
119395
- declare const routeName$5V = "/v1/api/claims/{claim_id}/events";
119396
- type GetClaimEventsAsBrokerByIdPathParams = paths[typeof routeName$5V]['get']['parameters']['path'];
119397
- type GetClaimEventsAsBrokerByIdQueryParams = paths[typeof routeName$5V]['get']['parameters']['query'];
119398
- type GetClaimEventsAsBrokerByIdResponse = paths[typeof routeName$5V]['get']['responses'][200]['content']['application/json'];
119399
- type GetClaimEventsAsBrokerByIdProps = paths[typeof routeName$5V]['get']['parameters'];
119893
+ declare const routeName$5Y = "/v1/api/claims/{claim_id}/events";
119894
+ type GetClaimEventsAsBrokerByIdPathParams = paths[typeof routeName$5Y]['get']['parameters']['path'];
119895
+ type GetClaimEventsAsBrokerByIdQueryParams = paths[typeof routeName$5Y]['get']['parameters']['query'];
119896
+ type GetClaimEventsAsBrokerByIdResponse = paths[typeof routeName$5Y]['get']['responses'][200]['content']['application/json'];
119897
+ type GetClaimEventsAsBrokerByIdProps = paths[typeof routeName$5Y]['get']['parameters'];
119400
119898
  declare const getClaimEventsAsBrokerById: (props: GetClaimEventsAsBrokerByIdProps, wgApiClient: ClientType) => Promise<GetClaimEventsAsBrokerByIdResponse>;
119401
119899
 
119402
- declare const routeName$5U = "/v1/api/claims/{claim_id}/connections/keypoint/declaration";
119403
- type SendClaimToKeypointPathParams = paths[typeof routeName$5U]['post']['parameters']['path'];
119404
- type SendClaimToKeypointQueryParams = paths[typeof routeName$5U]['post']['parameters']['query'];
119405
- type SendClaimToKeypointResponse = paths[typeof routeName$5U]['post']['responses'][201]['content']['application/json'];
119900
+ declare const routeName$5X = "/v1/api/claims/{claim_id}/connections/keypoint/declaration";
119901
+ type SendClaimToKeypointPathParams = paths[typeof routeName$5X]['post']['parameters']['path'];
119902
+ type SendClaimToKeypointQueryParams = paths[typeof routeName$5X]['post']['parameters']['query'];
119903
+ type SendClaimToKeypointResponse = paths[typeof routeName$5X]['post']['responses'][201]['content']['application/json'];
119406
119904
  interface SendClaimToKeypointProps {
119407
119905
  params: {
119408
119906
  query: SendClaimToKeypointQueryParams;
@@ -119411,10 +119909,10 @@ interface SendClaimToKeypointProps {
119411
119909
  }
119412
119910
  declare const sendClaimToKeypoint: (props: SendClaimToKeypointProps, wgApiClient: ClientType) => Promise<SendClaimToKeypointResponse>;
119413
119911
 
119414
- declare const routeName$5T = "/v1/api/claims/{claim_id}/customer/followup-page/email";
119415
- type SendMailFollowupPageToCustomerPathParams = paths[typeof routeName$5T]['post']['parameters']['path'];
119416
- type SendMailFollowupPageToCustomerQueryParams = paths[typeof routeName$5T]['post']['parameters']['query'];
119417
- type SendMailFollowupPageToCustomerResponse = paths[typeof routeName$5T]['post']['responses'][200]['content']['application/json'];
119912
+ declare const routeName$5W = "/v1/api/claims/{claim_id}/customer/followup-page/email";
119913
+ type SendMailFollowupPageToCustomerPathParams = paths[typeof routeName$5W]['post']['parameters']['path'];
119914
+ type SendMailFollowupPageToCustomerQueryParams = paths[typeof routeName$5W]['post']['parameters']['query'];
119915
+ type SendMailFollowupPageToCustomerResponse = paths[typeof routeName$5W]['post']['responses'][200]['content']['application/json'];
119418
119916
  interface SendMailFollowupPageToCustomerProps {
119419
119917
  params: {
119420
119918
  query: SendMailFollowupPageToCustomerQueryParams;
@@ -119423,21 +119921,21 @@ interface SendMailFollowupPageToCustomerProps {
119423
119921
  }
119424
119922
  declare const sendMailFollowupPageToCustomer: (props: SendMailFollowupPageToCustomerProps, wgApiClient: ClientType) => Promise<SendMailFollowupPageToCustomerResponse>;
119425
119923
 
119426
- declare const routeName$5S = "/v1/api/claims/categories/CAR";
119427
- type GetAllCarClaimCategoriesResponse = paths[typeof routeName$5S]['get']['responses'][200]['content']['application/json'];
119924
+ declare const routeName$5V = "/v1/api/claims/categories/CAR";
119925
+ type GetAllCarClaimCategoriesResponse = paths[typeof routeName$5V]['get']['responses'][200]['content']['application/json'];
119428
119926
  declare const getAllCarClaimCategories: (wgApiClient: ClientType) => Promise<GetAllCarClaimCategoriesResponse>;
119429
119927
 
119430
- declare const routeName$5R = "/v1/api/claims/info/{claim_type}/{claim_category}";
119431
- type GetInfoForClaimPathParams = paths[typeof routeName$5R]['get']['parameters']['path'];
119432
- type GetInfoForClaimQueryParams = paths[typeof routeName$5R]['get']['parameters']['query'];
119433
- type GetInfoForClaimResponse = paths[typeof routeName$5R]['get']['responses'][200]['content']['application/json'];
119434
- type GetInfoForClaimProps = paths[typeof routeName$5R]['get']['parameters'];
119928
+ declare const routeName$5U = "/v1/api/claims/info/{claim_type}/{claim_category}";
119929
+ type GetInfoForClaimPathParams = paths[typeof routeName$5U]['get']['parameters']['path'];
119930
+ type GetInfoForClaimQueryParams = paths[typeof routeName$5U]['get']['parameters']['query'];
119931
+ type GetInfoForClaimResponse = paths[typeof routeName$5U]['get']['responses'][200]['content']['application/json'];
119932
+ type GetInfoForClaimProps = paths[typeof routeName$5U]['get']['parameters'];
119435
119933
  declare const getInfoForClaim: (props: GetInfoForClaimProps, wgApiClient: ClientType) => Promise<GetInfoForClaimResponse>;
119436
119934
 
119437
- declare const routeName$5Q = "/v1/api/claims/{claim_id}/events/{event_id}/notes";
119438
- type CreateNoteOnEventPathParams = paths[typeof routeName$5Q]['post']['parameters']['path'];
119439
- type CreateNoteOnEventQueryParams = paths[typeof routeName$5Q]['post']['parameters']['query'];
119440
- type CreateNoteOnEventResponse = paths[typeof routeName$5Q]['post']['responses'][201]['content']['application/json'];
119935
+ declare const routeName$5T = "/v1/api/claims/{claim_id}/events/{event_id}/notes";
119936
+ type CreateNoteOnEventPathParams = paths[typeof routeName$5T]['post']['parameters']['path'];
119937
+ type CreateNoteOnEventQueryParams = paths[typeof routeName$5T]['post']['parameters']['query'];
119938
+ type CreateNoteOnEventResponse = paths[typeof routeName$5T]['post']['responses'][201]['content']['application/json'];
119441
119939
  interface CreateNoteOnEventProps {
119442
119940
  params: {
119443
119941
  query: CreateNoteOnEventQueryParams;
@@ -119446,10 +119944,10 @@ interface CreateNoteOnEventProps {
119446
119944
  }
119447
119945
  declare const createNoteOnEvent: (props: CreateNoteOnEventProps, wgApiClient: ClientType) => Promise<CreateNoteOnEventResponse>;
119448
119946
 
119449
- declare const routeName$5P = "/v1/api/claims/notes/{note_id}";
119450
- type DeleteNotePathParams = paths[typeof routeName$5P]['delete']['parameters']['path'];
119451
- type DeleteNoteQueryParams = paths[typeof routeName$5P]['delete']['parameters']['query'];
119452
- type DeleteNoteResponse = paths[typeof routeName$5P]['delete']['responses'][200]['content']['application/json'];
119947
+ declare const routeName$5S = "/v1/api/claims/notes/{note_id}";
119948
+ type DeleteNotePathParams = paths[typeof routeName$5S]['delete']['parameters']['path'];
119949
+ type DeleteNoteQueryParams = paths[typeof routeName$5S]['delete']['parameters']['query'];
119950
+ type DeleteNoteResponse = paths[typeof routeName$5S]['delete']['responses'][200]['content']['application/json'];
119453
119951
  interface DeleteNoteProps {
119454
119952
  params: {
119455
119953
  query: DeleteNoteQueryParams;
@@ -119458,10 +119956,10 @@ interface DeleteNoteProps {
119458
119956
  }
119459
119957
  declare const deleteNote: (props: DeleteNoteProps, wgApiClient: ClientType) => Promise<DeleteNoteResponse>;
119460
119958
 
119461
- declare const routeName$5O = "/v1/api/claims/notes/{note_id}";
119462
- type UpdateNotePathParams = paths[typeof routeName$5O]['patch']['parameters']['path'];
119463
- type UpdateNoteQueryParams = paths[typeof routeName$5O]['patch']['parameters']['query'];
119464
- type UpdateNoteResponse = paths[typeof routeName$5O]['patch']['responses'][200]['content']['application/json'];
119959
+ declare const routeName$5R = "/v1/api/claims/notes/{note_id}";
119960
+ type UpdateNotePathParams = paths[typeof routeName$5R]['patch']['parameters']['path'];
119961
+ type UpdateNoteQueryParams = paths[typeof routeName$5R]['patch']['parameters']['query'];
119962
+ type UpdateNoteResponse = paths[typeof routeName$5R]['patch']['responses'][200]['content']['application/json'];
119465
119963
  interface UpdateNoteProps {
119466
119964
  params: {
119467
119965
  query: UpdateNoteQueryParams;
@@ -119470,17 +119968,17 @@ interface UpdateNoteProps {
119470
119968
  }
119471
119969
  declare const updateNote: (props: UpdateNoteProps, wgApiClient: ClientType) => Promise<UpdateNoteResponse>;
119472
119970
 
119473
- declare const routeName$5N = "/v1/api/claims/{claim_id}/report";
119474
- type ClaimReportByIdPathParams = paths[typeof routeName$5N]['get']['parameters']['path'];
119475
- type ClaimReportByIdQueryParams = paths[typeof routeName$5N]['get']['parameters']['query'];
119476
- type ClaimReportByIdResponse = paths[typeof routeName$5N]['get']['responses'][200]['content']['application/json'];
119477
- type ClaimReportByIdProps = paths[typeof routeName$5N]['get']['parameters'];
119971
+ declare const routeName$5Q = "/v1/api/claims/{claim_id}/report";
119972
+ type ClaimReportByIdPathParams = paths[typeof routeName$5Q]['get']['parameters']['path'];
119973
+ type ClaimReportByIdQueryParams = paths[typeof routeName$5Q]['get']['parameters']['query'];
119974
+ type ClaimReportByIdResponse = paths[typeof routeName$5Q]['get']['responses'][200]['content']['application/json'];
119975
+ type ClaimReportByIdProps = paths[typeof routeName$5Q]['get']['parameters'];
119478
119976
  declare const claimReportById: (props: ClaimReportByIdProps, wgApiClient: ClientType) => Promise<ClaimReportByIdResponse>;
119479
119977
 
119480
- declare const routeName$5M = "/v1/api/claims/{claim_id}/report/email";
119481
- type SendMailClaimReportByIdPathParams = paths[typeof routeName$5M]['post']['parameters']['path'];
119482
- type SendMailClaimReportByIdQueryParams = paths[typeof routeName$5M]['post']['parameters']['query'];
119483
- type SendMailClaimReportByIdResponse = paths[typeof routeName$5M]['post']['responses'][200]['content']['application/json'];
119978
+ declare const routeName$5P = "/v1/api/claims/{claim_id}/report/email";
119979
+ type SendMailClaimReportByIdPathParams = paths[typeof routeName$5P]['post']['parameters']['path'];
119980
+ type SendMailClaimReportByIdQueryParams = paths[typeof routeName$5P]['post']['parameters']['query'];
119981
+ type SendMailClaimReportByIdResponse = paths[typeof routeName$5P]['post']['responses'][200]['content']['application/json'];
119484
119982
  interface SendMailClaimReportByIdProps {
119485
119983
  params: {
119486
119984
  query: SendMailClaimReportByIdQueryParams;
@@ -119489,16 +119987,16 @@ interface SendMailClaimReportByIdProps {
119489
119987
  }
119490
119988
  declare const sendMailClaimReportById: (props: SendMailClaimReportByIdProps, wgApiClient: ClientType) => Promise<SendMailClaimReportByIdResponse>;
119491
119989
 
119492
- declare const routeName$5L = "/v1/api/brokers/{broker_id}/connections";
119493
- type GetBrokerConnectionsByIdPathParams = paths[typeof routeName$5L]['get']['parameters']['path'];
119494
- type GetBrokerConnectionsByIdResponse = paths[typeof routeName$5L]['get']['responses'][200]['content']['application/json'];
119495
- type GetBrokerConnectionsByIdProps = paths[typeof routeName$5L]['get']['parameters'];
119990
+ declare const routeName$5O = "/v1/api/brokers/{broker_id}/connections";
119991
+ type GetBrokerConnectionsByIdPathParams = paths[typeof routeName$5O]['get']['parameters']['path'];
119992
+ type GetBrokerConnectionsByIdResponse = paths[typeof routeName$5O]['get']['responses'][200]['content']['application/json'];
119993
+ type GetBrokerConnectionsByIdProps = paths[typeof routeName$5O]['get']['parameters'];
119496
119994
  declare const getBrokerConnectionsById: (props: GetBrokerConnectionsByIdProps, wgApiClient: ClientType) => Promise<GetBrokerConnectionsByIdResponse>;
119497
119995
 
119498
- declare const routeName$5K = "/v1/api/brokers/{broker_id}/connections/{key}";
119499
- type CreateBrokerConnectionsByIdBody = paths[typeof routeName$5K]['post']['requestBody']['content']['application/json'];
119500
- type CreateBrokerConnectionsByIdPathParams = paths[typeof routeName$5K]['post']['parameters']['path'];
119501
- type CreateBrokerConnectionsByIdResponse = paths[typeof routeName$5K]['post']['responses'][201]['content']['application/json'];
119996
+ declare const routeName$5N = "/v1/api/brokers/{broker_id}/connections/{key}";
119997
+ type CreateBrokerConnectionsByIdBody = paths[typeof routeName$5N]['post']['requestBody']['content']['application/json'];
119998
+ type CreateBrokerConnectionsByIdPathParams = paths[typeof routeName$5N]['post']['parameters']['path'];
119999
+ type CreateBrokerConnectionsByIdResponse = paths[typeof routeName$5N]['post']['responses'][201]['content']['application/json'];
119502
120000
  interface CreateBrokerConnectionsByIdProps {
119503
120001
  body: CreateBrokerConnectionsByIdBody;
119504
120002
  params: {
@@ -119507,9 +120005,9 @@ interface CreateBrokerConnectionsByIdProps {
119507
120005
  }
119508
120006
  declare const createBrokerConnectionsById: (props: CreateBrokerConnectionsByIdProps, wgApiClient: ClientType) => Promise<CreateBrokerConnectionsByIdResponse>;
119509
120007
 
119510
- declare const routeName$5J = "/v1/api/brokers/{broker_id}/connections/{key}";
119511
- type DeleteBrokerConnectionByKeyPathParams = paths[typeof routeName$5J]['delete']['parameters']['path'];
119512
- type DeleteBrokerConnectionByKeyResponse = paths[typeof routeName$5J]['delete']['responses'][200]['content']['application/json'];
120008
+ declare const routeName$5M = "/v1/api/brokers/{broker_id}/connections/{key}";
120009
+ type DeleteBrokerConnectionByKeyPathParams = paths[typeof routeName$5M]['delete']['parameters']['path'];
120010
+ type DeleteBrokerConnectionByKeyResponse = paths[typeof routeName$5M]['delete']['responses'][200]['content']['application/json'];
119513
120011
  interface DeleteBrokerConnectionByKeyProps {
119514
120012
  params: {
119515
120013
  path: DeleteBrokerConnectionByKeyPathParams;
@@ -119517,10 +120015,10 @@ interface DeleteBrokerConnectionByKeyProps {
119517
120015
  }
119518
120016
  declare const deleteBrokerConnectionByKey: (props: DeleteBrokerConnectionByKeyProps, wgApiClient: ClientType) => Promise<DeleteBrokerConnectionByKeyResponse>;
119519
120017
 
119520
- declare const routeName$5I = "/v1/api/brokers/{broker_id}/connections/{key}";
119521
- type UpdateBrokerConnectionByKeyBody = paths[typeof routeName$5I]['patch']['requestBody']['content']['application/json'];
119522
- type UpdateBrokerConnectionByKeyPathParams = paths[typeof routeName$5I]['patch']['parameters']['path'];
119523
- type UpdateBrokerConnectionByKeyResponse = paths[typeof routeName$5I]['patch']['responses'][200]['content']['application/json'];
120018
+ declare const routeName$5L = "/v1/api/brokers/{broker_id}/connections/{key}";
120019
+ type UpdateBrokerConnectionByKeyBody = paths[typeof routeName$5L]['patch']['requestBody']['content']['application/json'];
120020
+ type UpdateBrokerConnectionByKeyPathParams = paths[typeof routeName$5L]['patch']['parameters']['path'];
120021
+ type UpdateBrokerConnectionByKeyResponse = paths[typeof routeName$5L]['patch']['responses'][200]['content']['application/json'];
119524
120022
  interface UpdateBrokerConnectionByKeyProps {
119525
120023
  body: UpdateBrokerConnectionByKeyBody;
119526
120024
  params: {
@@ -119529,10 +120027,10 @@ interface UpdateBrokerConnectionByKeyProps {
119529
120027
  }
119530
120028
  declare const updateBrokerConnectionByKey: (props: UpdateBrokerConnectionByKeyProps, wgApiClient: ClientType) => Promise<UpdateBrokerConnectionByKeyResponse>;
119531
120029
 
119532
- declare const routeName$5H = "/v1/api/distributions/{distribution_id}/connections/{key}";
119533
- type CreateDistributionConnectionByIdBody = paths[typeof routeName$5H]['post']['requestBody']['content']['application/json'];
119534
- type CreateDistributionConnectionByIdPathParams = paths[typeof routeName$5H]['post']['parameters']['path'];
119535
- type CreateDistributionConnectionByIdResponse = paths[typeof routeName$5H]['post']['responses'][201]['content']['application/json'];
120030
+ declare const routeName$5K = "/v1/api/distributions/{distribution_id}/connections/{key}";
120031
+ type CreateDistributionConnectionByIdBody = paths[typeof routeName$5K]['post']['requestBody']['content']['application/json'];
120032
+ type CreateDistributionConnectionByIdPathParams = paths[typeof routeName$5K]['post']['parameters']['path'];
120033
+ type CreateDistributionConnectionByIdResponse = paths[typeof routeName$5K]['post']['responses'][201]['content']['application/json'];
119536
120034
  interface CreateDistributionConnectionByIdProps {
119537
120035
  body: CreateDistributionConnectionByIdBody;
119538
120036
  params: {
@@ -119541,9 +120039,9 @@ interface CreateDistributionConnectionByIdProps {
119541
120039
  }
119542
120040
  declare const createDistributionConnectionById: (props: CreateDistributionConnectionByIdProps, wgApiClient: ClientType) => Promise<CreateDistributionConnectionByIdResponse>;
119543
120041
 
119544
- declare const routeName$5G = "/v1/api/distributions/{distribution_id}/connections/{key}";
119545
- type DeleteDistributionConnectionByKeyPathParams = paths[typeof routeName$5G]['delete']['parameters']['path'];
119546
- type DeleteDistributionConnectionByKeyResponse = paths[typeof routeName$5G]['delete']['responses'][200]['content']['application/json'];
120042
+ declare const routeName$5J = "/v1/api/distributions/{distribution_id}/connections/{key}";
120043
+ type DeleteDistributionConnectionByKeyPathParams = paths[typeof routeName$5J]['delete']['parameters']['path'];
120044
+ type DeleteDistributionConnectionByKeyResponse = paths[typeof routeName$5J]['delete']['responses'][200]['content']['application/json'];
119547
120045
  interface DeleteDistributionConnectionByKeyProps {
119548
120046
  params: {
119549
120047
  path: DeleteDistributionConnectionByKeyPathParams;
@@ -119551,10 +120049,10 @@ interface DeleteDistributionConnectionByKeyProps {
119551
120049
  }
119552
120050
  declare const deleteDistributionConnectionByKey: (props: DeleteDistributionConnectionByKeyProps, wgApiClient: ClientType) => Promise<DeleteDistributionConnectionByKeyResponse>;
119553
120051
 
119554
- declare const routeName$5F = "/v1/api/distributions/{distribution_id}/connections/{key}";
119555
- type UpdateDistributionConnectionByKeyBody = paths[typeof routeName$5F]['patch']['requestBody']['content']['application/json'];
119556
- type UpdateDistributionConnectionByKeyPathParams = paths[typeof routeName$5F]['patch']['parameters']['path'];
119557
- type UpdateDistributionConnectionByKeyResponse = paths[typeof routeName$5F]['patch']['responses'][200]['content']['application/json'];
120052
+ declare const routeName$5I = "/v1/api/distributions/{distribution_id}/connections/{key}";
120053
+ type UpdateDistributionConnectionByKeyBody = paths[typeof routeName$5I]['patch']['requestBody']['content']['application/json'];
120054
+ type UpdateDistributionConnectionByKeyPathParams = paths[typeof routeName$5I]['patch']['parameters']['path'];
120055
+ type UpdateDistributionConnectionByKeyResponse = paths[typeof routeName$5I]['patch']['responses'][200]['content']['application/json'];
119558
120056
  interface UpdateDistributionConnectionByKeyProps {
119559
120057
  body: UpdateDistributionConnectionByKeyBody;
119560
120058
  params: {
@@ -119563,41 +120061,41 @@ interface UpdateDistributionConnectionByKeyProps {
119563
120061
  }
119564
120062
  declare const updateDistributionConnectionByKey: (props: UpdateDistributionConnectionByKeyProps, wgApiClient: ClientType) => Promise<UpdateDistributionConnectionByKeyResponse>;
119565
120063
 
119566
- declare const routeName$5E = "/v1/api/distributions/{distribution_id}/connections";
119567
- type GetDistributionConnectionsByIdPathParams = paths[typeof routeName$5E]['get']['parameters']['path'];
119568
- type GetDistributionConnectionsByIdQueryParams = paths[typeof routeName$5E]['get']['parameters']['query'];
119569
- type GetDistributionConnectionsByIdResponse = paths[typeof routeName$5E]['get']['responses'][200]['content']['application/json'];
119570
- type GetDistributionConnectionsByIdProps = paths[typeof routeName$5E]['get']['parameters'];
120064
+ declare const routeName$5H = "/v1/api/distributions/{distribution_id}/connections";
120065
+ type GetDistributionConnectionsByIdPathParams = paths[typeof routeName$5H]['get']['parameters']['path'];
120066
+ type GetDistributionConnectionsByIdQueryParams = paths[typeof routeName$5H]['get']['parameters']['query'];
120067
+ type GetDistributionConnectionsByIdResponse = paths[typeof routeName$5H]['get']['responses'][200]['content']['application/json'];
120068
+ type GetDistributionConnectionsByIdProps = paths[typeof routeName$5H]['get']['parameters'];
119571
120069
  declare const getDistributionConnectionsById: (props: GetDistributionConnectionsByIdProps, wgApiClient: ClientType) => Promise<GetDistributionConnectionsByIdResponse>;
119572
120070
 
119573
- declare const routeName$5D = "/v1/api/connections/anva/parties";
119574
- type GetAnvaPartiesQueryParams = paths[typeof routeName$5D]['get']['parameters']['query'];
119575
- type GetAnvaPartiesResponse = paths[typeof routeName$5D]['get']['responses'][200]['content']['application/json'];
119576
- type GetAnvaPartiesProps = paths[typeof routeName$5D]['get']['parameters'];
120071
+ declare const routeName$5G = "/v1/api/connections/anva/parties";
120072
+ type GetAnvaPartiesQueryParams = paths[typeof routeName$5G]['get']['parameters']['query'];
120073
+ type GetAnvaPartiesResponse = paths[typeof routeName$5G]['get']['responses'][200]['content']['application/json'];
120074
+ type GetAnvaPartiesProps = paths[typeof routeName$5G]['get']['parameters'];
119577
120075
  declare const getAnvaParties: (props: GetAnvaPartiesProps, wgApiClient: ClientType) => Promise<GetAnvaPartiesResponse>;
119578
120076
 
119579
- declare const routeName$5C = "/v1/api/connections/anva/employees";
119580
- type GetAnvaEmployeesQueryParams = paths[typeof routeName$5C]['get']['parameters']['query'];
119581
- type GetAnvaEmployeesResponse = paths[typeof routeName$5C]['get']['responses'][200]['content']['application/json'];
119582
- type GetAnvaEmployeesProps = paths[typeof routeName$5C]['get']['parameters'];
120077
+ declare const routeName$5F = "/v1/api/connections/anva/employees";
120078
+ type GetAnvaEmployeesQueryParams = paths[typeof routeName$5F]['get']['parameters']['query'];
120079
+ type GetAnvaEmployeesResponse = paths[typeof routeName$5F]['get']['responses'][200]['content']['application/json'];
120080
+ type GetAnvaEmployeesProps = paths[typeof routeName$5F]['get']['parameters'];
119583
120081
  declare const getAnvaEmployees: (props: GetAnvaEmployeesProps, wgApiClient: ClientType) => Promise<GetAnvaEmployeesResponse>;
119584
120082
 
119585
- declare const routeName$5B = "/v1/api/connections/anva/agents";
119586
- type GetAnvaAgentsQueryParams = paths[typeof routeName$5B]['get']['parameters']['query'];
119587
- type GetAnvaAgentsResponse = paths[typeof routeName$5B]['get']['responses'][200]['content']['application/json'];
119588
- type GetAnvaAgentsProps = paths[typeof routeName$5B]['get']['parameters'];
120083
+ declare const routeName$5E = "/v1/api/connections/anva/agents";
120084
+ type GetAnvaAgentsQueryParams = paths[typeof routeName$5E]['get']['parameters']['query'];
120085
+ type GetAnvaAgentsResponse = paths[typeof routeName$5E]['get']['responses'][200]['content']['application/json'];
120086
+ type GetAnvaAgentsProps = paths[typeof routeName$5E]['get']['parameters'];
119589
120087
  declare const getAnvaAgents: (props: GetAnvaAgentsProps, wgApiClient: ClientType) => Promise<GetAnvaAgentsResponse>;
119590
120088
 
119591
- declare const routeName$5A = "/v1/api/connections/anva/products";
119592
- type GetAnvaProductsQueryParams = paths[typeof routeName$5A]['get']['parameters']['query'];
119593
- type GetAnvaProductsResponse = paths[typeof routeName$5A]['get']['responses'][200]['content']['application/json'];
119594
- type GetAnvaProductsProps = paths[typeof routeName$5A]['get']['parameters'];
120089
+ declare const routeName$5D = "/v1/api/connections/anva/products";
120090
+ type GetAnvaProductsQueryParams = paths[typeof routeName$5D]['get']['parameters']['query'];
120091
+ type GetAnvaProductsResponse = paths[typeof routeName$5D]['get']['responses'][200]['content']['application/json'];
120092
+ type GetAnvaProductsProps = paths[typeof routeName$5D]['get']['parameters'];
119595
120093
  declare const getAnvaProducts: (props: GetAnvaProductsProps, wgApiClient: ClientType) => Promise<GetAnvaProductsResponse>;
119596
120094
 
119597
- declare const routeName$5z = "/v1/api/connections/anva/parties/{anva_id}/imports";
119598
- type ImportAnvaPartyInWegroupPathParams = paths[typeof routeName$5z]['post']['parameters']['path'];
119599
- type ImportAnvaPartyInWegroupQueryParams = paths[typeof routeName$5z]['post']['parameters']['query'];
119600
- type ImportAnvaPartyInWegroupResponse = paths[typeof routeName$5z]['post']['responses'][201]['content']['application/json'];
120095
+ declare const routeName$5C = "/v1/api/connections/anva/parties/{anva_id}/imports";
120096
+ type ImportAnvaPartyInWegroupPathParams = paths[typeof routeName$5C]['post']['parameters']['path'];
120097
+ type ImportAnvaPartyInWegroupQueryParams = paths[typeof routeName$5C]['post']['parameters']['query'];
120098
+ type ImportAnvaPartyInWegroupResponse = paths[typeof routeName$5C]['post']['responses'][201]['content']['application/json'];
119601
120099
  interface ImportAnvaPartyInWegroupProps {
119602
120100
  params: {
119603
120101
  query: ImportAnvaPartyInWegroupQueryParams;
@@ -119606,31 +120104,31 @@ interface ImportAnvaPartyInWegroupProps {
119606
120104
  }
119607
120105
  declare const importAnvaPartyInWegroup: (props: ImportAnvaPartyInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaPartyInWegroupResponse>;
119608
120106
 
119609
- declare const routeName$5y = "/v1/api/connections/anva/parties/{anva_party_id}/policies/{anva_policy_id}/policy-document/imports";
119610
- type ImportAnvaInsurancePolicyDocumentInWegroupPathParams = paths[typeof routeName$5y]['get']['parameters']['path'];
119611
- type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams = paths[typeof routeName$5y]['get']['parameters']['query'];
119612
- type ImportAnvaInsurancePolicyDocumentInWegroupResponse = paths[typeof routeName$5y]['get']['responses'][307]['content']['application/json'];
119613
- type ImportAnvaInsurancePolicyDocumentInWegroupProps = paths[typeof routeName$5y]['get']['parameters'];
120107
+ declare const routeName$5B = "/v1/api/connections/anva/parties/{anva_party_id}/policies/{anva_policy_id}/policy-document/imports";
120108
+ type ImportAnvaInsurancePolicyDocumentInWegroupPathParams = paths[typeof routeName$5B]['get']['parameters']['path'];
120109
+ type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams = paths[typeof routeName$5B]['get']['parameters']['query'];
120110
+ type ImportAnvaInsurancePolicyDocumentInWegroupResponse = paths[typeof routeName$5B]['get']['responses'][307]['content']['application/json'];
120111
+ type ImportAnvaInsurancePolicyDocumentInWegroupProps = paths[typeof routeName$5B]['get']['parameters'];
119614
120112
  declare const importAnvaInsurancePolicyDocumentInWegroup: (props: ImportAnvaInsurancePolicyDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaInsurancePolicyDocumentInWegroupResponse>;
119615
120113
 
119616
- declare const routeName$5x = "/v1/api/connections/anva/parties/{anva_party_id}/policy-packages/{anva_policy_id}/policy-document/imports";
119617
- type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams = paths[typeof routeName$5x]['get']['parameters']['path'];
119618
- type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams = paths[typeof routeName$5x]['get']['parameters']['query'];
119619
- type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse = paths[typeof routeName$5x]['get']['responses'][307]['content']['application/json'];
119620
- type ImportAnvaInsurancePolicyPackageDocumentInWegroupProps = paths[typeof routeName$5x]['get']['parameters'];
120114
+ declare const routeName$5A = "/v1/api/connections/anva/parties/{anva_party_id}/policy-packages/{anva_policy_id}/policy-document/imports";
120115
+ type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams = paths[typeof routeName$5A]['get']['parameters']['path'];
120116
+ type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams = paths[typeof routeName$5A]['get']['parameters']['query'];
120117
+ type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse = paths[typeof routeName$5A]['get']['responses'][307]['content']['application/json'];
120118
+ type ImportAnvaInsurancePolicyPackageDocumentInWegroupProps = paths[typeof routeName$5A]['get']['parameters'];
119621
120119
  declare const importAnvaInsurancePolicyPackageDocumentInWegroup: (props: ImportAnvaInsurancePolicyPackageDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse>;
119622
120120
 
119623
- declare const routeName$5w = "/v1/api/connections/anva/documents/import";
119624
- type ImportAnvaDocumentInWegroupQueryParams = paths[typeof routeName$5w]['get']['parameters']['query'];
119625
- type ImportAnvaDocumentInWegroupResponse = paths[typeof routeName$5w]['get']['responses'][307]['content']['application/json'];
119626
- type ImportAnvaDocumentInWegroupProps = paths[typeof routeName$5w]['get']['parameters'];
120121
+ declare const routeName$5z = "/v1/api/connections/anva/documents/import";
120122
+ type ImportAnvaDocumentInWegroupQueryParams = paths[typeof routeName$5z]['get']['parameters']['query'];
120123
+ type ImportAnvaDocumentInWegroupResponse = paths[typeof routeName$5z]['get']['responses'][307]['content']['application/json'];
120124
+ type ImportAnvaDocumentInWegroupProps = paths[typeof routeName$5z]['get']['parameters'];
119627
120125
  declare const importAnvaDocumentInWegroup: (props: ImportAnvaDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaDocumentInWegroupResponse>;
119628
120126
 
119629
- declare const routeName$5v = "/v1/api/connections/anva/parties/{anva_party_id}/task";
119630
- type CreateAnvaTaskBody = paths[typeof routeName$5v]['post']['requestBody']['content']['application/json'];
119631
- type CreateAnvaTaskPathParams = paths[typeof routeName$5v]['post']['parameters']['path'];
119632
- type CreateAnvaTaskQueryParams = paths[typeof routeName$5v]['post']['parameters']['query'];
119633
- type CreateAnvaTaskResponse = paths[typeof routeName$5v]['post']['responses'][201]['content']['application/json'];
120127
+ declare const routeName$5y = "/v1/api/connections/anva/parties/{anva_party_id}/task";
120128
+ type CreateAnvaTaskBody = paths[typeof routeName$5y]['post']['requestBody']['content']['application/json'];
120129
+ type CreateAnvaTaskPathParams = paths[typeof routeName$5y]['post']['parameters']['path'];
120130
+ type CreateAnvaTaskQueryParams = paths[typeof routeName$5y]['post']['parameters']['query'];
120131
+ type CreateAnvaTaskResponse = paths[typeof routeName$5y]['post']['responses'][201]['content']['application/json'];
119634
120132
  interface CreateAnvaTaskProps {
119635
120133
  body: CreateAnvaTaskBody;
119636
120134
  params: {
@@ -119640,9 +120138,9 @@ interface CreateAnvaTaskProps {
119640
120138
  }
119641
120139
  declare const createAnvaTask: (props: CreateAnvaTaskProps, wgApiClient: ClientType) => Promise<CreateAnvaTaskResponse>;
119642
120140
 
119643
- declare const routeName$5u = "/v1/api/connections/anva/validate";
119644
- type ValidateAnvaConnectionQueryParams = paths[typeof routeName$5u]['post']['parameters']['query'];
119645
- type ValidateAnvaConnectionResponse = paths[typeof routeName$5u]['post']['responses'][200]['content']['application/json'];
120141
+ declare const routeName$5x = "/v1/api/connections/anva/validate";
120142
+ type ValidateAnvaConnectionQueryParams = paths[typeof routeName$5x]['post']['parameters']['query'];
120143
+ type ValidateAnvaConnectionResponse = paths[typeof routeName$5x]['post']['responses'][200]['content']['application/json'];
119646
120144
  interface ValidateAnvaConnectionProps {
119647
120145
  params: {
119648
120146
  query: ValidateAnvaConnectionQueryParams;
@@ -119650,9 +120148,9 @@ interface ValidateAnvaConnectionProps {
119650
120148
  }
119651
120149
  declare const validateAnvaConnection: (props: ValidateAnvaConnectionProps, wgApiClient: ClientType) => Promise<ValidateAnvaConnectionResponse>;
119652
120150
 
119653
- declare const routeName$5t = "/v1/api/connections/anva_dwh/validate";
119654
- type ValidateAnvaDwhConnectionQueryParams = paths[typeof routeName$5t]['post']['parameters']['query'];
119655
- type ValidateAnvaDwhConnectionResponse = paths[typeof routeName$5t]['post']['responses'][200]['content']['application/json'];
120151
+ declare const routeName$5w = "/v1/api/connections/anva_dwh/validate";
120152
+ type ValidateAnvaDwhConnectionQueryParams = paths[typeof routeName$5w]['post']['parameters']['query'];
120153
+ type ValidateAnvaDwhConnectionResponse = paths[typeof routeName$5w]['post']['responses'][200]['content']['application/json'];
119656
120154
  interface ValidateAnvaDwhConnectionProps {
119657
120155
  params: {
119658
120156
  query: ValidateAnvaDwhConnectionQueryParams;
@@ -119660,22 +120158,22 @@ interface ValidateAnvaDwhConnectionProps {
119660
120158
  }
119661
120159
  declare const validateAnvaDwhConnection: (props: ValidateAnvaDwhConnectionProps, wgApiClient: ClientType) => Promise<ValidateAnvaDwhConnectionResponse>;
119662
120160
 
119663
- declare const routeName$5s = "/v1/api/connections/dias/parties";
119664
- type GetDiasPartiesQueryParams = paths[typeof routeName$5s]['get']['parameters']['query'];
119665
- type GetDiasPartiesResponse = paths[typeof routeName$5s]['get']['responses'][200]['content']['application/json'];
119666
- type GetDiasPartiesProps = paths[typeof routeName$5s]['get']['parameters'];
120161
+ declare const routeName$5v = "/v1/api/connections/dias/parties";
120162
+ type GetDiasPartiesQueryParams = paths[typeof routeName$5v]['get']['parameters']['query'];
120163
+ type GetDiasPartiesResponse = paths[typeof routeName$5v]['get']['responses'][200]['content']['application/json'];
120164
+ type GetDiasPartiesProps = paths[typeof routeName$5v]['get']['parameters'];
119667
120165
  declare const getDiasParties: (props: GetDiasPartiesProps, wgApiClient: ClientType) => Promise<GetDiasPartiesResponse>;
119668
120166
 
119669
- declare const routeName$5r = "/v1/api/connections/dias/employees";
119670
- type GetDiasEmployeesQueryParams = paths[typeof routeName$5r]['get']['parameters']['query'];
119671
- type GetDiasEmployeesResponse = paths[typeof routeName$5r]['get']['responses'][200]['content']['application/json'];
119672
- type GetDiasEmployeesProps = paths[typeof routeName$5r]['get']['parameters'];
120167
+ declare const routeName$5u = "/v1/api/connections/dias/employees";
120168
+ type GetDiasEmployeesQueryParams = paths[typeof routeName$5u]['get']['parameters']['query'];
120169
+ type GetDiasEmployeesResponse = paths[typeof routeName$5u]['get']['responses'][200]['content']['application/json'];
120170
+ type GetDiasEmployeesProps = paths[typeof routeName$5u]['get']['parameters'];
119673
120171
  declare const getDiasEmployees: (props: GetDiasEmployeesProps, wgApiClient: ClientType) => Promise<GetDiasEmployeesResponse>;
119674
120172
 
119675
- declare const routeName$5q = "/v1/api/connections/dias/parties/{dias_id}/imports";
119676
- type ImportDiasPartyInWegroupPathParams = paths[typeof routeName$5q]['post']['parameters']['path'];
119677
- type ImportDiasPartyInWegroupQueryParams = paths[typeof routeName$5q]['post']['parameters']['query'];
119678
- type ImportDiasPartyInWegroupResponse = paths[typeof routeName$5q]['post']['responses'][201]['content']['application/json'];
120173
+ declare const routeName$5t = "/v1/api/connections/dias/parties/{dias_id}/imports";
120174
+ type ImportDiasPartyInWegroupPathParams = paths[typeof routeName$5t]['post']['parameters']['path'];
120175
+ type ImportDiasPartyInWegroupQueryParams = paths[typeof routeName$5t]['post']['parameters']['query'];
120176
+ type ImportDiasPartyInWegroupResponse = paths[typeof routeName$5t]['post']['responses'][201]['content']['application/json'];
119679
120177
  interface ImportDiasPartyInWegroupProps {
119680
120178
  params: {
119681
120179
  query: ImportDiasPartyInWegroupQueryParams;
@@ -119684,37 +120182,37 @@ interface ImportDiasPartyInWegroupProps {
119684
120182
  }
119685
120183
  declare const importDiasPartyInWegroup: (props: ImportDiasPartyInWegroupProps, wgApiClient: ClientType) => Promise<ImportDiasPartyInWegroupResponse>;
119686
120184
 
119687
- declare const routeName$5p = "/v1/api/connections/dias/products";
119688
- type GetDiasProductsQueryParams = paths[typeof routeName$5p]['get']['parameters']['query'];
119689
- type GetDiasProductsResponse = paths[typeof routeName$5p]['get']['responses'][200]['content']['application/json'];
119690
- type GetDiasProductsProps = paths[typeof routeName$5p]['get']['parameters'];
120185
+ declare const routeName$5s = "/v1/api/connections/dias/products";
120186
+ type GetDiasProductsQueryParams = paths[typeof routeName$5s]['get']['parameters']['query'];
120187
+ type GetDiasProductsResponse = paths[typeof routeName$5s]['get']['responses'][200]['content']['application/json'];
120188
+ type GetDiasProductsProps = paths[typeof routeName$5s]['get']['parameters'];
119691
120189
  declare const getDiasProducts: (props: GetDiasProductsProps, wgApiClient: ClientType) => Promise<GetDiasProductsResponse>;
119692
120190
 
119693
- declare const routeName$5o = "/v1/api/connections/dias/afdbranches";
119694
- type GetDiasAfdbranchesResponse = paths[typeof routeName$5o]['get']['responses'][200]['content']['application/json'];
120191
+ declare const routeName$5r = "/v1/api/connections/dias/afdbranches";
120192
+ type GetDiasAfdbranchesResponse = paths[typeof routeName$5r]['get']['responses'][200]['content']['application/json'];
119695
120193
  declare const getDiasAfdbranches: (wgApiClient: ClientType) => Promise<GetDiasAfdbranchesResponse>;
119696
120194
 
119697
- declare const routeName$5n = "/v1/api/connections/fasterforward/employees";
119698
- type GetFasterforwardEmployeesQueryParams = paths[typeof routeName$5n]['get']['parameters']['query'];
119699
- type GetFasterforwardEmployeesResponse = paths[typeof routeName$5n]['get']['responses'][200]['content']['application/json'];
119700
- type GetFasterforwardEmployeesProps = paths[typeof routeName$5n]['get']['parameters'];
120195
+ declare const routeName$5q = "/v1/api/connections/fasterforward/employees";
120196
+ type GetFasterforwardEmployeesQueryParams = paths[typeof routeName$5q]['get']['parameters']['query'];
120197
+ type GetFasterforwardEmployeesResponse = paths[typeof routeName$5q]['get']['responses'][200]['content']['application/json'];
120198
+ type GetFasterforwardEmployeesProps = paths[typeof routeName$5q]['get']['parameters'];
119701
120199
  declare const getFasterforwardEmployees: (props: GetFasterforwardEmployeesProps, wgApiClient: ClientType) => Promise<GetFasterforwardEmployeesResponse>;
119702
120200
 
119703
- declare const routeName$5m = "/v1/api/connections/assu/employees";
119704
- type GetAssuEmployeesQueryParams = paths[typeof routeName$5m]['get']['parameters']['query'];
119705
- type GetAssuEmployeesResponse = paths[typeof routeName$5m]['get']['responses'][200]['content']['application/json'];
119706
- type GetAssuEmployeesProps = paths[typeof routeName$5m]['get']['parameters'];
120201
+ declare const routeName$5p = "/v1/api/connections/assu/employees";
120202
+ type GetAssuEmployeesQueryParams = paths[typeof routeName$5p]['get']['parameters']['query'];
120203
+ type GetAssuEmployeesResponse = paths[typeof routeName$5p]['get']['responses'][200]['content']['application/json'];
120204
+ type GetAssuEmployeesProps = paths[typeof routeName$5p]['get']['parameters'];
119707
120205
  declare const getAssuEmployees: (props: GetAssuEmployeesProps, wgApiClient: ClientType) => Promise<GetAssuEmployeesResponse>;
119708
120206
 
119709
- declare const routeName$5l = "/v1/api/connections/fasterforward/teams";
119710
- type GetFasterforwardTeamsQueryParams = paths[typeof routeName$5l]['get']['parameters']['query'];
119711
- type GetFasterforwardTeamsResponse = paths[typeof routeName$5l]['get']['responses'][200]['content']['application/json'];
119712
- type GetFasterforwardTeamsProps = paths[typeof routeName$5l]['get']['parameters'];
120207
+ declare const routeName$5o = "/v1/api/connections/fasterforward/teams";
120208
+ type GetFasterforwardTeamsQueryParams = paths[typeof routeName$5o]['get']['parameters']['query'];
120209
+ type GetFasterforwardTeamsResponse = paths[typeof routeName$5o]['get']['responses'][200]['content']['application/json'];
120210
+ type GetFasterforwardTeamsProps = paths[typeof routeName$5o]['get']['parameters'];
119713
120211
  declare const getFasterforwardTeams: (props: GetFasterforwardTeamsProps, wgApiClient: ClientType) => Promise<GetFasterforwardTeamsResponse>;
119714
120212
 
119715
- declare const routeName$5k = "/v1/api/connections/fasterforward/validate";
119716
- type ValidateFasterforwardConnectionQueryParams = paths[typeof routeName$5k]['post']['parameters']['query'];
119717
- type ValidateFasterforwardConnectionResponse = paths[typeof routeName$5k]['post']['responses'][200]['content']['application/json'];
120213
+ declare const routeName$5n = "/v1/api/connections/fasterforward/validate";
120214
+ type ValidateFasterforwardConnectionQueryParams = paths[typeof routeName$5n]['post']['parameters']['query'];
120215
+ type ValidateFasterforwardConnectionResponse = paths[typeof routeName$5n]['post']['responses'][200]['content']['application/json'];
119718
120216
  interface ValidateFasterforwardConnectionProps {
119719
120217
  params: {
119720
120218
  query: ValidateFasterforwardConnectionQueryParams;
@@ -119722,6 +120220,24 @@ interface ValidateFasterforwardConnectionProps {
119722
120220
  }
119723
120221
  declare const validateFasterforwardConnection: (props: ValidateFasterforwardConnectionProps, wgApiClient: ClientType) => Promise<ValidateFasterforwardConnectionResponse>;
119724
120222
 
120223
+ declare const routeName$5m = "/v1/api/connections/outlook/mails";
120224
+ type GetOutlookMailsQueryParams = paths[typeof routeName$5m]['get']['parameters']['query'];
120225
+ type GetOutlookMailsResponse = paths[typeof routeName$5m]['get']['responses'][200]['content']['application/json'];
120226
+ type GetOutlookMailsProps = paths[typeof routeName$5m]['get']['parameters'];
120227
+ declare const getOutlookMails: (props: GetOutlookMailsProps, wgApiClient: ClientType) => Promise<GetOutlookMailsResponse>;
120228
+
120229
+ declare const routeName$5l = "/v1/api/connections/outlook/mailfolders";
120230
+ type GetOutlookMailfoldersQueryParams = paths[typeof routeName$5l]['get']['parameters']['query'];
120231
+ type GetOutlookMailfoldersResponse = paths[typeof routeName$5l]['get']['responses'][200]['content']['application/json'];
120232
+ type GetOutlookMailfoldersProps = paths[typeof routeName$5l]['get']['parameters'];
120233
+ declare const getOutlookMailfolders: (props: GetOutlookMailfoldersProps, wgApiClient: ClientType) => Promise<GetOutlookMailfoldersResponse>;
120234
+
120235
+ declare const routeName$5k = "/v1/api/connections/outlook";
120236
+ type GetOutlookConnectionDetailsQueryParams = paths[typeof routeName$5k]['get']['parameters']['query'];
120237
+ type GetOutlookConnectionDetailsResponse = paths[typeof routeName$5k]['get']['responses'][200]['content']['application/json'];
120238
+ type GetOutlookConnectionDetailsProps = paths[typeof routeName$5k]['get']['parameters'];
120239
+ declare const getOutlookConnectionDetails: (props: GetOutlookConnectionDetailsProps, wgApiClient: ClientType) => Promise<GetOutlookConnectionDetailsResponse>;
120240
+
119725
120241
  declare const routeName$5j = "/v1/api/integrations/anva/parties";
119726
120242
  type V1ApiIntegrationsAnvaPartiesGetQueryParams = paths[typeof routeName$5j]['get']['parameters']['query'];
119727
120243
  type V1ApiIntegrationsAnvaPartiesGetResponse = paths[typeof routeName$5j]['get']['responses'][200]['content']['application/json'];
@@ -120189,19 +120705,19 @@ interface PatchDiasflowProductByIdProps {
120189
120705
  }
120190
120706
  declare const patchDiasflowProductById: (props: PatchDiasflowProductByIdProps, wgApiClient: ClientType) => Promise<PatchDiasflowProductByIdResponse>;
120191
120707
 
120192
- declare const routeName$4t = "/v1/api/diasflows/products/{product_id}/coverages/{coverage_id}";
120193
- type PatchDiasflowProductCoverageByIdBody = paths[typeof routeName$4t]['patch']['requestBody']['content']['application/json'];
120194
- type PatchDiasflowProductCoverageByIdPathParams = paths[typeof routeName$4t]['patch']['parameters']['path'];
120195
- type PatchDiasflowProductCoverageByIdQueryParams = paths[typeof routeName$4t]['patch']['parameters']['query'];
120196
- type PatchDiasflowProductCoverageByIdResponse = paths[typeof routeName$4t]['patch']['responses'][200]['content']['application/json'];
120197
- interface PatchDiasflowProductCoverageByIdProps {
120198
- body: PatchDiasflowProductCoverageByIdBody;
120708
+ declare const routeName$4t = "/v1/api/diasflows/products/{product_id}/coverages/{coverage_dias_id}";
120709
+ type PatchDiasflowProductCoverageByDiasIdBody = paths[typeof routeName$4t]['patch']['requestBody']['content']['application/json'];
120710
+ type PatchDiasflowProductCoverageByDiasIdPathParams = paths[typeof routeName$4t]['patch']['parameters']['path'];
120711
+ type PatchDiasflowProductCoverageByDiasIdQueryParams = paths[typeof routeName$4t]['patch']['parameters']['query'];
120712
+ type PatchDiasflowProductCoverageByDiasIdResponse = paths[typeof routeName$4t]['patch']['responses'][200]['content']['application/json'];
120713
+ interface PatchDiasflowProductCoverageByDiasIdProps {
120714
+ body: PatchDiasflowProductCoverageByDiasIdBody;
120199
120715
  params: {
120200
- query: PatchDiasflowProductCoverageByIdQueryParams;
120201
- path: PatchDiasflowProductCoverageByIdPathParams;
120716
+ query: PatchDiasflowProductCoverageByDiasIdQueryParams;
120717
+ path: PatchDiasflowProductCoverageByDiasIdPathParams;
120202
120718
  };
120203
120719
  }
120204
- declare const patchDiasflowProductCoverageById: (props: PatchDiasflowProductCoverageByIdProps, wgApiClient: ClientType) => Promise<PatchDiasflowProductCoverageByIdResponse>;
120720
+ declare const patchDiasflowProductCoverageByDiasId: (props: PatchDiasflowProductCoverageByDiasIdProps, wgApiClient: ClientType) => Promise<PatchDiasflowProductCoverageByDiasIdResponse>;
120205
120721
 
120206
120722
  declare const routeName$4s = "/v1/api/diasflows/products/{product_id}/questionnaires";
120207
120723
  type RetrieveDiasQuestionnairesPathParams = paths[typeof routeName$4s]['get']['parameters']['path'];
@@ -122823,4 +123339,4 @@ interface ValidateYellowhiveQuestionnaireProps {
122823
123339
  }
122824
123340
  declare const validateYellowhiveQuestionnaire: (props: ValidateYellowhiveQuestionnaireProps, wgApiClient: ClientType) => Promise<ValidateYellowhiveQuestionnaireResponse>;
122825
123341
 
122826
- export { type $defs, type AcceptOrRejectAnAdvisoryReportBody, type AcceptOrRejectAnAdvisoryReportPathParams, type AcceptOrRejectAnAdvisoryReportQueryParams, type AcceptOrRejectAnAdvisoryReportResponse, type AnalyzeEmailBody, type AnalyzeEmailPathParams, type AnalyzeEmailResponse, type AnswerAFlowDirectlyBody, type AnswerAFlowDirectlyPathParams, type AnswerAFlowDirectlyQueryParams, type AnswerAFlowDirectlyResponse, type AnswerAFlowSessionBody, type AnswerAFlowSessionPathParams, type AnswerAFlowSessionQueryParams, type AnswerAFlowSessionResponse, type BlockCustomerFromAccessingPartyPathParams, type BlockCustomerFromAccessingPartyResponse, type CalculateAnvaquotesBySessionIdBody, type CalculateAnvaquotesBySessionIdPathParams, type CalculateAnvaquotesBySessionIdQueryParams, type CalculateAnvaquotesBySessionIdResponse, type CalculateCarLeaseQuoteBody, type CalculateCarLeaseQuoteQueryParams, type CalculateCarLeaseQuoteResponse, type CalculateDiasQuotesBySessionIdBody, type CalculateDiasQuotesBySessionIdPathParams, type CalculateDiasQuotesBySessionIdQueryParams, type CalculateDiasQuotesBySessionIdResponse, type CalculateQuotesV2Body, type CalculateQuotesV2PathParams, type CalculateQuotesV2QueryParams, type CalculateQuotesV2Response, type CalculateYellowhiveQuotesBySessionIdBody, type CalculateYellowhiveQuotesBySessionIdPathParams, type CalculateYellowhiveQuotesBySessionIdQueryParams, type CalculateYellowhiveQuotesBySessionIdResponse, type ClaimReportByIdPathParams, type ClaimReportByIdQueryParams, type ClaimReportByIdResponse, type ClaimRequestUpdatePathParams, type ClaimRequestUpdateQueryParams, type ClaimRequestUpdateResponse, type ClientType, type CommentOnActivityPathParams, type CommentOnActivityQueryParams, type CommentOnActivityResponse, type CreateAccidentsForPartyBody, type CreateAccidentsForPartyPathParams, type CreateAccidentsForPartyQueryParams, type CreateAccidentsForPartyResponse, type CreateAccountBody, type CreateAccountQueryParams, type CreateAccountResponse, type CreateAdvisoryReportBody, type CreateAdvisoryReportQueryParams, type CreateAdvisoryReportResponse, type CreateAdvisoryReportRevisionBody, type CreateAdvisoryReportRevisionPathParams, type CreateAdvisoryReportRevisionQueryParams, type CreateAdvisoryReportRevisionResponse, type CreateAdvisoryReportRevisionV2Body, type CreateAdvisoryReportRevisionV2PathParams, type CreateAdvisoryReportRevisionV2QueryParams, type CreateAdvisoryReportRevisionV2Response, type CreateAdvisoryReportStepSettingsBody, type CreateAdvisoryReportStepSettingsPathParams, type CreateAdvisoryReportStepSettingsQueryParams, type CreateAdvisoryReportStepSettingsResponse, type CreateAnvaPartyBody, type CreateAnvaPartyPathParams, type CreateAnvaPartyQueryParams, type CreateAnvaPartyResponse, type CreateAnvaTaskBody, type CreateAnvaTaskPathParams, type CreateAnvaTaskQueryParams, type CreateAnvaTaskResponse, type CreateAnvaflowTagsBody, type CreateAnvaflowTagsQueryParams, type CreateAnvaflowTagsResponse, type CreateBicycleRiskObjectBody, type CreateBicycleRiskObjectPathParams, type CreateBicycleRiskObjectQueryParams, type CreateBicycleRiskObjectResponse, type CreateBoatRiskObjectBody, type CreateBoatRiskObjectPathParams, type CreateBoatRiskObjectQueryParams, type CreateBoatRiskObjectResponse, type CreateBrokerConnectionsByIdBody, type CreateBrokerConnectionsByIdPathParams, type CreateBrokerConnectionsByIdResponse, type CreateCampaignBody, type CreateCampaignQueryParams, type CreateCampaignResponse, type CreateCarRiskObjectBody, type CreateCarRiskObjectPathParams, type CreateCarRiskObjectQueryParams, type CreateCarRiskObjectResponse, type CreateClaimAsBrokerQueryParams, type CreateClaimAsBrokerResponse, type CreateClaimAsCustomerPathParams, type CreateClaimAsCustomerQueryParams, type CreateClaimAsCustomerResponse, type CreateCompanyLeadBody, type CreateCompanyLeadPathParams, type CreateCompanyLeadQueryParams, type CreateCompanyLeadResponse, type CreateConversationBody, type CreateConversationPathParams, type CreateConversationQueryParams, type CreateConversationReminderPathParams, type CreateConversationReminderResponse, type CreateConversationResponse, type CreateCustomerLeadBody, type CreateCustomerLeadPathParams, type CreateCustomerLeadQueryParams, type CreateCustomerLeadResponse, type CreateDiasContactPersonBody, type CreateDiasContactPersonPathParams, type CreateDiasContactPersonQueryParams, type CreateDiasContactPersonResponse, type CreateDistributionConnectionByIdBody, type CreateDistributionConnectionByIdPathParams, type CreateDistributionConnectionByIdResponse, type CreateDistributionTagBody, type CreateDistributionTagQueryParams, type CreateDistributionTagResponse, type CreateDocumentForClaimAsCustomerPathParams, type CreateDocumentForClaimAsCustomerQueryParams, type CreateDocumentForClaimAsCustomerResponse, type CreateDocumentForClaimPathParams, type CreateDocumentForClaimQueryParams, type CreateDocumentForClaimResponse, type CreateDocumentForPartyBody, type CreateDocumentForPartyPathParams, type CreateDocumentForPartyQueryParams, type CreateDocumentForPartyResponse, type CreateEntityAsBrokerPathParams, type CreateEntityAsBrokerQueryParams, type CreateEntityAsBrokerResponse, type CreateEntityAsCustomerWithTokenPathParams, type CreateEntityAsCustomerWithTokenQueryParams, type CreateEntityAsCustomerWithTokenResponse, type CreateFamilyRiskObjectBody, type CreateFamilyRiskObjectPathParams, type CreateFamilyRiskObjectQueryParams, type CreateFamilyRiskObjectResponse, type CreateInsurancePoliciesForPartyBody, type CreateInsurancePoliciesForPartyPathParams, type CreateInsurancePoliciesForPartyResponse, type CreateInsuranceProductClauseForDistributionBody, type CreateInsuranceProductClauseForDistributionQueryParams, type CreateInsuranceProductClauseForDistributionResponse, type CreateLegalPartyBody, type CreateLegalPartyResponse, type CreateLegalRiskObjectBody, type CreateLegalRiskObjectPathParams, type CreateLegalRiskObjectQueryParams, type CreateLegalRiskObjectResponse, type CreateLockForClaimPathParams, type CreateLockForClaimQueryParams, type CreateLockForClaimResponse, type CreateMiscellaneousRiskObjectBody, type CreateMiscellaneousRiskObjectPathParams, type CreateMiscellaneousRiskObjectQueryParams, type CreateMiscellaneousRiskObjectResponse, type CreateNaturalPartyBody, type CreateNaturalPartyResponse, type CreateNoteOnEventAsCustomerPathParams, type CreateNoteOnEventAsCustomerQueryParams, type CreateNoteOnEventAsCustomerResponse, type CreateNoteOnEventPathParams, type CreateNoteOnEventQueryParams, type CreateNoteOnEventResponse, type CreateOfferRevisionBody, type CreateOfferRevisionPathParams, type CreateOfferRevisionResponse, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse, type CreatePartyActivitiesAsCustomerBody, type CreatePartyActivitiesAsCustomerResponse, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationBody, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationQueryParams, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationResponse, type CreatePartyGroupRiskObjectBody, type CreatePartyGroupRiskObjectPathParams, type CreatePartyGroupRiskObjectQueryParams, type CreatePartyGroupRiskObjectResponse, type CreatePartyNoteBody, type CreatePartyNotePathParams, type CreatePartyNoteResponse, type CreatePartyOffersBody, type CreatePartyOffersPathParams, type CreatePartyOffersQueryParams, type CreatePartyOffersResponse, type CreatePartyRelationsBody, type CreatePartyRelationsQueryParams, type CreatePartyRelationsResponse, type CreateProfileaseCarLeaseOfferBody, type CreateProfileaseCarLeaseOfferQueryParams, type CreateProfileaseCarLeaseOfferResponse, type CreateProflowSessionByBatchIdPathParams, type CreateProflowSessionByBatchIdQueryParams, type CreateProflowSessionByBatchIdResponse, type CreateRecommendationByPartyIdBody, type CreateRecommendationByPartyIdPathParams, type CreateRecommendationByPartyIdQueryParams, type CreateRecommendationByPartyIdResponse, type CreateRecommendationBySessionIdBody, type CreateRecommendationBySessionIdQueryParams, type CreateRecommendationBySessionIdResponse, type CreateReferenceForPartyBody, type CreateReferenceForPartyPathParams, type CreateReferenceForPartyResponse, type CreateReferencesForRiskObjectBody, type CreateReferencesForRiskObjectPathParams, type CreateReferencesForRiskObjectQueryParams, type CreateReferencesForRiskObjectResponse, type CreateRelationBetweenRiskObjectAndPartyBody, type CreateRelationBetweenRiskObjectAndPartyPathParams, type CreateRelationBetweenRiskObjectAndPartyQueryParams, type CreateRelationBetweenRiskObjectAndPartyResponse, type CreateRiskDomainActionForAdvisoryReportByIdBody, type CreateRiskDomainActionForAdvisoryReportByIdPathParams, type CreateRiskDomainActionForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionForAdvisoryReportByIdResponse, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainAdviceForAdvisoryReportByIdBody, type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainForAdvisoryReportByIdBody, type CreateRiskDomainForAdvisoryReportByIdPathParams, type CreateRiskDomainForAdvisoryReportByIdQueryParams, type CreateRiskDomainForAdvisoryReportByIdResponse, type CreateSemiTrailerRiskObjectBody, type CreateSemiTrailerRiskObjectPathParams, type CreateSemiTrailerRiskObjectQueryParams, type CreateSemiTrailerRiskObjectResponse, type CreateToolkitAccountBody, type CreateToolkitAccountQueryParams, type CreateToolkitAccountResponse, type CreateToolkitBrokerBody, type CreateToolkitBrokerQueryParams, type CreateToolkitBrokerResponse, type CreateTrailerRiskObjectBody, type CreateTrailerRiskObjectPathParams, type CreateTrailerRiskObjectQueryParams, type CreateTrailerRiskObjectResponse, type CreateTrialBrokerBody, type CreateTrialBrokerQueryParams, type CreateTrialBrokerResponse, type CreateUploadLinkAsCustomerPathParams, type CreateUploadLinkAsCustomerQueryParams, type CreateUploadLinkAsCustomerResponse, type CreateUspItemForDistributionBody, type CreateUspItemForDistributionQueryParams, type CreateUspItemForDistributionResponse, type CreateYellowhiveContactPersonBody, type CreateYellowhiveContactPersonPathParams, type CreateYellowhiveContactPersonQueryParams, type CreateYellowhiveContactPersonResponse, type DeleteAdvisoryReportPathParams, type DeleteAdvisoryReportQueryParams, type DeleteAdvisoryReportResponse, type DeleteAdvisoryReportRevisionPathParams, type DeleteAdvisoryReportRevisionQueryParams, type DeleteAdvisoryReportRevisionResponse, type DeleteAllSessionsBySessionIdPathParams, type DeleteAllSessionsBySessionIdResponse, type DeleteAnvaClosingQuestionsPathParams, type DeleteAnvaClosingQuestionsQueryParams, type DeleteAnvaClosingQuestionsResponse, type DeleteBrokerConnectionByKeyPathParams, type DeleteBrokerConnectionByKeyResponse, type DeleteClaimAsBrokerByIdPathParams, type DeleteClaimAsBrokerByIdQueryParams, type DeleteClaimAsBrokerByIdResponse, type DeleteCommentOnActivityPathParams, type DeleteCommentOnActivityQueryParams, type DeleteCommentOnActivityResponse, type DeleteDistributionConnectionByKeyPathParams, type DeleteDistributionConnectionByKeyResponse, type DeleteDistributionFaqPathParams, type DeleteDistributionFaqQueryParams, type DeleteDistributionFaqResponse, type DeleteDistributionTagPathParams, type DeleteDistributionTagQueryParams, type DeleteDistributionTagResponse, type DeleteDocumentByIdAsCustomerWithTokenPathParams, type DeleteDocumentByIdAsCustomerWithTokenQueryParams, type DeleteDocumentByIdAsCustomerWithTokenResponse, type DeleteDocumentByIdPathParams, type DeleteDocumentByIdQueryParams, type DeleteDocumentByIdResponse, type DeleteDocumentForPartyPathParams, type DeleteDocumentForPartyResponse, type DeleteEntityAsBrokerByIdPathParams, type DeleteEntityAsBrokerByIdQueryParams, type DeleteEntityAsBrokerByIdResponse, type DeleteEntityByIdAsCustomerWithTokenPathParams, type DeleteEntityByIdAsCustomerWithTokenQueryParams, type DeleteEntityByIdAsCustomerWithTokenResponse, type DeleteEntityBySessionIdAndFlowIdPathParams, type DeleteEntityBySessionIdAndFlowIdQueryParams, type DeleteEntityBySessionIdAndFlowIdResponse, type DeleteInsurancePoliciesForPartyPathParams, type DeleteInsurancePoliciesForPartyResponse, type DeleteInsurancePolicyForAdvisoryReportByIdPathParams, type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams, type DeleteInsurancePolicyForAdvisoryReportByIdResponse, type DeleteInsuranceProductClauseForDistributionPathParams, type DeleteInsuranceProductClauseForDistributionQueryParams, type DeleteInsuranceProductClauseForDistributionResponse, type DeleteNotePathParams, type DeleteNoteQueryParams, type DeleteNoteResponse, type DeletePartyActivitiesAsCustomerPathParams, type DeletePartyActivitiesAsCustomerResponse, type DeletePartyEntityBySessionIdAndFlowIdPathParams, type DeletePartyEntityBySessionIdAndFlowIdQueryParams, type DeletePartyEntityBySessionIdAndFlowIdResponse, type DeletePartyNoteByIdPathParams, type DeletePartyNoteByIdResponse, type DeletePartyRelationsPathParams, type DeletePartyRelationsResponse, type DeletePolicyPackagesForPartyPathParams, type DeletePolicyPackagesForPartyResponse, type DeleteRelationBetweenRiskObjectAndPartyPathParams, type DeleteRelationBetweenRiskObjectAndPartyQueryParams, type DeleteRelationBetweenRiskObjectAndPartyResponse, type DeleteRiskDomainActionForAdvisoryReportByIdPathParams, type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams, type DeleteRiskDomainActionForAdvisoryReportByIdResponse, type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams, type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams, type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse, type DeleteRiskDomainForAdvisoryReportByIdPathParams, type DeleteRiskDomainForAdvisoryReportByIdQueryParams, type DeleteRiskDomainForAdvisoryReportByIdResponse, type DeleteRiskObjectByIdPathParams, type DeleteRiskObjectByIdResponse, type DeleteSessionBySessionIdPathParams, type DeleteSessionBySessionIdResponse, type DeleteUspByDistributionAndIdPathParams, type DeleteUspByDistributionAndIdQueryParams, type DeleteUspByDistributionAndIdResponse, type DelinkPartyToUserBody, type DelinkPartyToUserResponse, type Disable2FaByUserBody, type Disable2FaByUserResponse, type Disable2FaForCustomerPathParams, type Disable2FaForCustomerResponse, type DownloadDocumentByIdPathParams, type DownloadDocumentByIdQueryParams, type DownloadDocumentByIdResponse, type EditInsuranceProductAdviceByDistributionBody, type EditInsuranceProductAdviceByDistributionPathParams, type EditInsuranceProductAdviceByDistributionResponse, type EditInsuranceProductDescriptionsByDistributionPathParams, type EditInsuranceProductDescriptionsByDistributionResponse, type Enable2FaBody, type Enable2FaResponse, type EnqueueCalculationAnvaquotesBySessionIdBody, type EnqueueCalculationAnvaquotesBySessionIdPathParams, type EnqueueCalculationAnvaquotesBySessionIdQueryParams, type EnqueueCalculationAnvaquotesBySessionIdResponse, type EnqueueSendCustomQuotesToAnvaBySessionIdBody, type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams, type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams, type EnqueueSendCustomQuotesToAnvaBySessionIdResponse, type EnqueueSendOfferToAnvaBySessionIdPathParams, type EnqueueSendOfferToAnvaBySessionIdQueryParams, type EnqueueSendOfferToAnvaBySessionIdResponse, type EnrichPartyByIdWithExternalCompanyDataPathParams, type EnrichPartyByIdWithExternalCompanyDataQueryParams, type EnrichPartyByIdWithExternalCompanyDataResponse, type ExportAdvisoryReportByIdBody, type ExportAdvisoryReportByIdPathParams, type ExportAdvisoryReportByIdQueryParams, type ExportAdvisoryReportByIdResponse, type ExportPartyByIdPathParams, type ExportPartyByIdResponse, type ExportQuoteByIdBody, type ExportQuoteByIdPathParams, type ExportQuoteByIdQueryParams, type ExportQuoteByIdResponse, type ExtractInsurancePoliciesForOneDocumentBody, type ExtractInsurancePoliciesForOneDocumentEnqueueBody, type ExtractInsurancePoliciesForOneDocumentEnqueueResponse, type ExtractInsurancePoliciesForOneDocumentResponse, type ExtractManyDocumentInBatchBody, type ExtractManyDocumentInBatchResponse, type ExtractOffersForOneDocumentBody, type ExtractOffersForOneDocumentEnqueueBody, type ExtractOffersForOneDocumentEnqueueResponse, type ExtractOffersForOneDocumentResponse, type ExtractOneDocumentBody, type ExtractOneDocumentEnqueueBody, type ExtractOneDocumentEnqueueResponse, type ExtractOneDocumentResponse, type ExtractPartyForOneDocumentEnqueueBody, type ExtractPartyForOneDocumentEnqueueResponse, type ExtractWebsiteThemeBody, type ExtractWebsiteThemeResponse, type GenerateCompanyDescriptionBody, type GenerateCompanyDescriptionResponse, type GenerateDistributionAboutUsCompletionBody, type GenerateDistributionAboutUsCompletionResponse, type GenerateDnsPrefixBody, type GenerateDnsPrefixQueryParams, type GenerateDnsPrefixResponse, type GenerateDocxDocumentOfAdvisoryReportByIdPathParams, type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams, type GenerateDocxDocumentOfAdvisoryReportByIdResponse, type GenerateFlowQuestionnaireDocumentBody, type GenerateFlowQuestionnaireDocumentPathParams, type GenerateFlowQuestionnaireDocumentQueryParams, type GenerateFlowQuestionnaireDocumentResponse, type GenerateFlowQuestionnairePathParams, type GenerateFlowQuestionnaireQueryParams, type GenerateFlowQuestionnaireResponse, type GenerateOfferRequestForInsuranceCompanyDocxBody, type GenerateOfferRequestForInsuranceCompanyDocxResponse, type GenerateOfferRequestForInsuranceCompanyPdfBody, type GenerateOfferRequestForInsuranceCompanyPdfResponse, type GeneratePdfOfAdvisoryReportByIdPathParams, type GeneratePdfOfAdvisoryReportByIdQueryParams, type GeneratePdfOfAdvisoryReportByIdResponse, type GeneratePersonalizationAdviceForAdvisoryReportPathParams, type GeneratePersonalizationAdviceForAdvisoryReportResponse, type GeneratePossibleProductsBySessionV2Body, type GeneratePossibleProductsBySessionV2PathParams, type GeneratePossibleProductsBySessionV2QueryParams, type GeneratePossibleProductsBySessionV2Response, type GenerateQuestionsToPrefillByCarBody, type GenerateQuestionsToPrefillByCarPathParams, type GenerateQuestionsToPrefillByCarQueryParams, type GenerateQuestionsToPrefillByCarResponse, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse, type GenerateTokenForSocialLoginFlowAsBrokerQueryParams, type GenerateTokenForSocialLoginFlowAsBrokerResponse, type Get2FaByUserResponse, type GetActivityByPartyPathParams, type GetActivityByPartyQueryParams, type GetActivityByPartyResponse, type GetAddressInfoFreemiumQueryParams, type GetAddressInfoFreemiumResponse, type GetAddressInfoQueryParams, type GetAddressInfoResponse, type GetAdvicesPerInsuranceProductPathParams, type GetAdvicesPerInsuranceProductResponse, type GetAdvisoryReportByIdPathParams, type GetAdvisoryReportByIdQueryParams, type GetAdvisoryReportByIdResponse, type GetAdvisoryReportExportOptionsPathParams, type GetAdvisoryReportExportOptionsResponse, type GetAdvisoryReportRevisionDiffPathParams, type GetAdvisoryReportRevisionDiffQueryParams, type GetAdvisoryReportRevisionDiffResponse, type GetAllActivityTypesQueryParams, type GetAllActivityTypesResponse, type GetAllAdvisoryReportsQueryParams, type GetAllAdvisoryReportsResponse, type GetAllAvailableAffiliationsResponse, type GetAllAvailablePlansResponse, type GetAllAvailableThemesInWegroupQueryParams, type GetAllAvailableThemesInWegroupResponse, type GetAllBrokersLinkedToCurrentUserResponse, type GetAllCampaignTemplatesQueryParams, type GetAllCampaignTemplatesResponse, type GetAllCampaignsByDistributionQueryParams, type GetAllCampaignsByDistributionResponse, type GetAllCarClaimCategoriesResponse, type GetAllClaimsAsBrokerQueryParams, type GetAllClaimsAsBrokerResponse, type GetAllConversationsQueryParams, type GetAllConversationsResponse, type GetAllCustomersByDistributionQueryParams, type GetAllCustomersByDistributionResponse, type GetAllEnumsResponse, type GetAllLeadsByDistributionPathParams, type GetAllLeadsByDistributionResponse, type GetAllLeaseOffersByDistributionPathParams, type GetAllLeaseOffersByDistributionQueryParams, type GetAllLeaseOffersByDistributionResponse, type GetAllPartiesByDistributionPathParams, type GetAllPartiesByDistributionQueryParams, type GetAllPartiesByDistributionResponse, type GetAllPartiesByDistributionV2PathParams, type GetAllPartiesByDistributionV2QueryParams, type GetAllPartiesByDistributionV2Response, type GetAllRiskObjectsByPartyIdPathParams, type GetAllRiskObjectsByPartyIdQueryParams, type GetAllRiskObjectsByPartyIdResponse, type GetAllRiskObjectsByPartyIdV2PathParams, type GetAllRiskObjectsByPartyIdV2QueryParams, type GetAllRiskObjectsByPartyIdV2Response, type GetAllSessionsBySessionIdPathParams, type GetAllSessionsBySessionIdQueryParams, type GetAllSessionsBySessionIdResponse, type GetAllVehicleBrandsQueryParams, type GetAllVehicleBrandsResponse, type GetAllVehicleSeriesByBrandKeyPathParams, type GetAllVehicleSeriesByBrandKeyQueryParams, type GetAllVehicleSeriesByBrandKeyResponse, type GetAllVehicleVersionsBySeriesIdPathParams, type GetAllVehicleVersionsBySeriesIdQueryParams, type GetAllVehicleVersionsBySeriesIdResponse, type GetAnvaAgentsQueryParams, type GetAnvaAgentsResponse, type GetAnvaClosingQuestionsQueryParams, type GetAnvaClosingQuestionsResponse, type GetAnvaCollectionMethodsPathParams, type GetAnvaCollectionMethodsQueryParams, type GetAnvaCollectionMethodsResponse, type GetAnvaEmployeesQueryParams, type GetAnvaEmployeesResponse, type GetAnvaLabelsQueryParams, type GetAnvaLabelsResponse, type GetAnvaMutationReasonsQueryParams, type GetAnvaMutationReasonsResponse, type GetAnvaPartiesQueryParams, type GetAnvaPartiesResponse, type GetAnvaProductsQueryParams, type GetAnvaProductsResponse, type GetAnvaproductByIdPathParams, type GetAnvaproductByIdQueryParams, type GetAnvaproductByIdResponse, type GetAnvaproductsQueryParams, type GetAnvaproductsResponse, type GetArtifactFromEventByIdPathParams, type GetArtifactFromEventByIdQueryParams, type GetArtifactFromEventByIdResponse, type GetAssuEmployeesQueryParams, type GetAssuEmployeesResponse, type GetAvailableFlowsForDistributionInfoQueryParams, type GetAvailableFlowsForDistributionInfoResponse, type GetBrokerByAnvaProducerIdPathParams, type GetBrokerByAnvaProducerIdResponse, type GetBrokerByAnvaRelationMangerIdPathParams, type GetBrokerByAnvaRelationMangerIdResponse, type GetBrokerConnectionsByIdPathParams, type GetBrokerConnectionsByIdResponse, type GetBrokerIntegrationsPathParams, type GetBrokerIntegrationsResponse, type GetCampaignByIdPathParams, type GetCampaignByIdQueryParams, type GetCampaignByIdResponse, type GetCampaignSettingsByDistributionQueryParams, type GetCampaignSettingsByDistributionResponse, type GetCampaignTargetMailTemplateQueryParams, type GetCampaignTargetMailTemplateResponse, type GetCarLeaseRatesQueryParams, type GetCarLeaseRatesResponse, type GetChatBySessionIdPathParams, type GetChatBySessionIdResponse, type GetChatSummaryV2BySessionIdPathParams, type GetChatSummaryV2BySessionIdQueryParams, type GetChatSummaryV2BySessionIdResponse, type GetCheckupByPartyIdPathParams, type GetCheckupByPartyIdResponse, type GetClaimAsBrokerByIdPathParams, type GetClaimAsBrokerByIdQueryParams, type GetClaimAsBrokerByIdResponse, type GetClaimAsCustomerWithTokenPathParams, type GetClaimAsCustomerWithTokenQueryParams, type GetClaimAsCustomerWithTokenResponse, type GetClaimByIdAsCustomerPathParams, type GetClaimByIdAsCustomerResponse, type GetClaimEventsAsBrokerByIdPathParams, type GetClaimEventsAsBrokerByIdQueryParams, type GetClaimEventsAsBrokerByIdResponse, type GetClaimEventsAsCustomerPathParams, type GetClaimEventsAsCustomerQueryParams, type GetClaimEventsAsCustomerResponse, type GetClaimsAsCustomerQueryParams, type GetClaimsAsCustomerResponse, type GetClaimsAsPartyByIdPathParams, type GetClaimsAsPartyByIdResponse, type GetClaimsAsPartyPathParams, type GetClaimsAsPartyQueryParams, type GetClaimsAsPartyResponse, type GetComplianceByRiskObjectIdPathParams, type GetComplianceByRiskObjectIdResponse, type GetConversationByIdPathParams, type GetConversationByIdQueryParams, type GetConversationByIdResponse, type GetConversationNotesPathParams, type GetConversationNotesQueryParams, type GetConversationNotesResponse, type GetConversationReportPdfByIdBody, type GetConversationReportPdfByIdPathParams, type GetConversationReportPdfByIdQueryParams, type GetConversationReportPdfByIdResponse, type GetConversationsOriginFilterQueryParams, type GetConversationsOriginFilterResponse, type GetCurrentAccountInsightsAsCustomerQueryParams, type GetCurrentAccountInsightsAsCustomerResponse, type GetCurrentAccountInsightsAsPartyPathParams, type GetCurrentAccountInsightsAsPartyQueryParams, type GetCurrentAccountInsightsAsPartyResponse, type GetCurrentBrokerOfTheUserResponse, type GetCustomersByPartyPathParams, type GetCustomersByPartyQueryParams, type GetCustomersByPartyResponse, type GetDiasAfdbranchesResponse, type GetDiasCollectionMethodsPathParams, type GetDiasCollectionMethodsQueryParams, type GetDiasCollectionMethodsResponse, type GetDiasEmployeesQueryParams, type GetDiasEmployeesResponse, type GetDiasPartiesQueryParams, type GetDiasPartiesResponse, type GetDiasProductsQueryParams, type GetDiasProductsResponse, type GetDiasflowProductByIdPathParams, type GetDiasflowProductByIdQueryParams, type GetDiasflowProductByIdResponse, type GetDiasflowProductsQueryParams, type GetDiasflowProductsResponse, type GetDistributionActivityPathParams, type GetDistributionActivityQueryParams, type GetDistributionActivityResponse, type GetDistributionAffiliationsPathParams, type GetDistributionAffiliationsResponse, type GetDistributionByIdPathParams, type GetDistributionByIdResponse, type GetDistributionConnectionsByIdPathParams, type GetDistributionConnectionsByIdQueryParams, type GetDistributionConnectionsByIdResponse, type GetDistributionFaqQueryParams, type GetDistributionFaqResponse, type GetDistributionHasPendingUpgradePathParams, type GetDistributionHasPendingUpgradeResponse, type GetDistributionSettingsResponse, type GetDistributionTagsQueryParams, type GetDistributionTagsResponse, type GetDocumentExtractionBatchByIdPathParams, type GetDocumentExtractionBatchByIdResponse, type GetDocumentMetadataPathParams, type GetDocumentMetadataResponse, type GetDocumentsAsCustomerQueryParams, type GetDocumentsAsCustomerResponse, type GetDocumentsForPartyPathParams, type GetDocumentsForPartyQueryParams, type GetDocumentsForPartyResponse, type GetEmailByMessageIdQueryParams, type GetEmailByMessageIdResponse, type GetEncryptionKeysQueryParams, type GetEncryptionKeysResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponsePathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryPathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryResponse, type GetEnumByAnvaLabelPathParams, type GetEnumByAnvaLabelQueryParams, type GetEnumByAnvaLabelResponse, type GetEnumByDiasLabelPathParams, type GetEnumByDiasLabelQueryParams, type GetEnumByDiasLabelResponse, type GetEventsByAdvisoryReportIdPathParams, type GetEventsByAdvisoryReportIdQueryParams, type GetEventsByAdvisoryReportIdResponse, type GetExtractEnityInfoPathParams, type GetExtractEnityInfoResponse, type GetFasterforwardEmployeesQueryParams, type GetFasterforwardEmployeesResponse, type GetFasterforwardTeamsQueryParams, type GetFasterforwardTeamsResponse, type GetFinconnectLinkAsCustomerQueryParams, type GetFinconnectLinkAsCustomerResponse, type GetFinconnectLinkForInsurancePolicyAsCustomerPathParams, type GetFinconnectLinkForInsurancePolicyAsCustomerQueryParams, type GetFinconnectLinkForInsurancePolicyAsCustomerResponse, type GetFlowInfoByIdPathParams, type GetFlowInfoByIdQueryParams, type GetFlowInfoByIdResponse, type GetFlowsInfoQueryParams, type GetFlowsInfoResponse, type GetGbiQueryParams, type GetGbiResponse, type GetHubspotVisitorIdentificationTokenResponse, type GetInfoForClaimPathParams, type GetInfoForClaimQueryParams, type GetInfoForClaimResponse, type GetInsightsIfCarIsInsuredBody, type GetInsightsIfCarIsInsuredResponse, type GetInsuranceCompaniesQueryParams, type GetInsuranceCompaniesResponse, type GetInsurancePoliciesAsCustomerQueryParams, type GetInsurancePoliciesAsCustomerResponse, type GetInsurancePoliciesForPartyPathParams, type GetInsurancePoliciesForPartyQueryParams, type GetInsurancePoliciesForPartyResponse, type GetInsurancePolicyByIdAsCustomerPathParams, type GetInsurancePolicyByIdAsCustomerResponse, type GetInsurancePolicyByIdPathParams, type GetInsurancePolicyByIdResponse, type GetInsurancePolicySimulationsForPartyPathParams, type GetInsurancePolicySimulationsForPartyQueryParams, type GetInsurancePolicySimulationsForPartyResponse, type GetInsuranceProductClausesByDistributionQueryParams, type GetInsuranceProductClausesByDistributionResponse, type GetInsuranceProductsV2QueryParams, type GetInsuranceProductsV2Response, type GetIntegrationsByDistributionPathParams, type GetIntegrationsByDistributionResponse, type GetInvoiceByIdAsCustomerPathParams, type GetInvoiceByIdAsCustomerResponse, type GetInvoicesAsCustomerQueryParams, type GetInvoicesAsCustomerResponse, type GetInvoicesAsPartyByIdPathParams, type GetInvoicesAsPartyByIdResponse, type GetInvoicesAsPartyPathParams, type GetInvoicesAsPartyQueryParams, type GetInvoicesAsPartyResponse, type GetJobResultByIdPathParams, type GetJobResultByIdQueryParams, type GetJobResultByIdResponse, type GetKycByPartyPathParams, type GetKycByPartyQueryParams, type GetKycByPartyResponse, type GetLeadByIdPathParams, type GetLeadByIdResponse, type GetLeadProviderByIdPathParams, type GetLeadProviderByIdResponse, type GetLeadProvidersByAffinityQueryParams, type GetLeadProvidersByAffinityResponse, type GetLeaseOfferByIdPathParams, type GetLeaseOfferByIdQueryParams, type GetLeaseOfferByIdResponse, type GetLinkOfDocumentPathParams, type GetLinkOfDocumentResponse, type GetMetricsByCampaignPathParams, type GetMetricsByCampaignQueryParams, type GetMetricsByCampaignResponse, type GetMinimalOfferByIdPathParams, type GetMinimalOfferByIdQueryParams, type GetMinimalOfferByIdResponse, type GetMinimalOfferRevisionByIdPathParams, type GetMinimalOfferRevisionByIdResponse, type GetMinimalRiskObjectByIdPathParams, type GetMinimalRiskObjectByIdQueryParams, type GetMinimalRiskObjectByIdResponse, type GetNaceQueryParams, type GetNaceResponse, type GetNoveltyInsightsByDistributionPathParams, type GetNoveltyInsightsByDistributionQueryParams, type GetNoveltyInsightsByDistributionResponse, type GetOfferByIdPathParams, type GetOfferByIdResponse, type GetOffersByDistributionPathParams, type GetOffersByDistributionQueryParams, type GetOffersByDistributionResponse, type GetOnboardingChecklistByBrokerPathParams, type GetOnboardingChecklistByBrokerQueryParams, type GetOnboardingChecklistByBrokerResponse, type GetOrganisationDistributionsPathParams, type GetOrganisationDistributionsQueryParams, type GetOrganisationDistributionsResponse, type GetOrganisationLeadsPathParams, type GetOrganisationLeadsQueryParams, type GetOrganisationLeadsResponse, type GetOrganisationOffersPathParams, type GetOrganisationOffersQueryParams, type GetOrganisationOffersResponse, type GetPartiesByCustomerPathParams, type GetPartiesByCustomerQueryParams, type GetPartiesByCustomerResponse, type GetPartiesLinkedToUserResponse, type GetPartiesOriginFilterQueryParams, type GetPartiesOriginFilterResponse, type GetPartyAddressesPathParams, type GetPartyAddressesResponse, type GetPartyByIdPathParams, type GetPartyByIdResponse, type GetPartyMergeSuggestionsPathParams, type GetPartyMergeSuggestionsQueryParams, type GetPartyMergeSuggestionsResponse, type GetPdfOfAdvisoryReportByIdPathParams, type GetPdfOfAdvisoryReportByIdQueryParams, type GetPdfOfAdvisoryReportByIdResponse, type GetPerformanceInsightsByDistributionPathParams, type GetPerformanceInsightsByDistributionQueryParams, type GetPerformanceInsightsByDistributionResponse, type GetPolicyPackageByIdAsCustomerPathParams, type GetPolicyPackageByIdAsCustomerResponse, type GetPolicyPackageByIdPathParams, type GetPolicyPackageByIdQueryParams, type GetPolicyPackageByIdResponse, type GetPolicyPackageSimulationsForPartyPathParams, type GetPolicyPackageSimulationsForPartyResponse, type GetPolicyPackagesAsCustomerQueryParams, type GetPolicyPackagesAsCustomerResponse, type GetPolicyPackagesForPartyPathParams, type GetPolicyPackagesForPartyResponse, type GetPossibleInsuranceProductsByPartyIdPathParams, type GetPossibleInsuranceProductsByPartyIdQueryParams, type GetPossibleInsuranceProductsByPartyIdResponse, type GetPossibleInsuranceProductsByRiskObjectIdPathParams, type GetPossibleInsuranceProductsByRiskObjectIdQueryParams, type GetPossibleInsuranceProductsByRiskObjectIdResponse, type GetPossibleInsuranceProductsForManagementByPartyIdPathParams, type GetPossibleInsuranceProductsForManagementByPartyIdQueryParams, type GetPossibleInsuranceProductsForManagementByPartyIdResponse, type GetPossibleInsuranceProductsForStaffByPartyIdPathParams, type GetPossibleInsuranceProductsForStaffByPartyIdQueryParams, type GetPossibleInsuranceProductsForStaffByPartyIdResponse, type GetPreventionAdviceQueryParams, type GetPreventionAdviceResponse, type GetPromotionsByDistributionIdPathParams, type GetPromotionsByDistributionIdResponse, type GetProvenanceInfoOfDocumentPathParams, type GetProvenanceInfoOfDocumentResponse, type GetQuoteExportsQueryParams, type GetQuoteExportsResponse, type GetQuoteInsightsPathParams, type GetQuoteInsightsQueryParams, type GetQuoteInsightsResponse, type GetQuotesAsBatchResultsByConversationIdPathParams, type GetQuotesAsBatchResultsByConversationIdQueryParams, type GetQuotesAsBatchResultsByConversationIdResponse, type GetRecommendationsByIdPathParams, type GetRecommendationsByIdQueryParams, type GetRecommendationsByIdResponse, type GetRecommendationsByPartyIdPathParams, type GetRecommendationsByPartyIdQueryParams, type GetRecommendationsByPartyIdResponse, type GetRecommendationsBySessionIdPathParams, type GetRecommendationsBySessionIdQueryParams, type GetRecommendationsBySessionIdResponse, type GetRiskAnalysisByPartyIdPathParams, type GetRiskAnalysisByPartyIdResponse, type GetRiskDomainByIdPathParams, type GetRiskDomainByIdQueryParams, type GetRiskDomainByIdResponse, type GetRiskDomainsQueryParams, type GetRiskDomainsResponse, type GetRiskObjectByRiskObjectRevisionIdPathParams, type GetRiskObjectByRiskObjectRevisionIdQueryParams, type GetRiskObjectByRiskObjectRevisionIdResponse, type GetRiskObjectRevisionsByIdPathParams, type GetRiskObjectRevisionsByIdQueryParams, type GetRiskObjectRevisionsByIdResponse, type GetSbiQueryParams, type GetSbiResponse, type GetSingularityJobResultByIdPathParams, type GetSingularityJobResultByIdQueryParams, type GetSingularityJobResultByIdResponse, type GetStepSettingsByAdvisoryReportIdPathParams, type GetStepSettingsByAdvisoryReportIdQueryParams, type GetStepSettingsByAdvisoryReportIdResponse, type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams, type GetSupportedAnvaflowCoveragesGroupedByAdnResponse, type GetSupportedAnvaflowCoveragesQueryParams, type GetSupportedAnvaflowCoveragesResponse, type GetSupportedAnvaflowInsuranceCompaniesQueryParams, type GetSupportedAnvaflowInsuranceCompaniesResponse, type GetSupportedAnvaflowInsurancesQueryParams, type GetSupportedAnvaflowInsurancesResponse, type GetSupportedAnvaflowTagsQueryParams, type GetSupportedAnvaflowTagsResponse, type GetSupportedInsuranceCompaniesQueryParams, type GetSupportedInsuranceCompaniesResponse, type GetSupportedInsuranceSubjectsQueryParams, type GetSupportedInsuranceSubjectsResponse, type GetSupportedMimeTypesResponse, type GetSupportedRiskDomainsQueryParams, type GetSupportedRiskDomainsResponse, type GetSupportedYellowhiveflowCoveragesQueryParams, type GetSupportedYellowhiveflowCoveragesResponse, type GetSupportedYellowhiveflowInsurancesQueryParams, type GetSupportedYellowhiveflowInsurancesResponse, type GetTheBrokerByIdPathParams, type GetTheBrokerByIdResponse, type GetUspByDistributionQueryParams, type GetUspByDistributionResponse, type GetValuesOfEnumPathParams, type GetValuesOfEnumResponse, type GetVehicleByCarIdOrFebiacIdQueryParams, type GetVehicleByCarIdOrFebiacIdResponse, type GetVehicleByNumberPlateAndCarIdPathParams, type GetVehicleByNumberPlateAndCarIdQueryParams, type GetVehicleByNumberPlateAndCarIdResponse, type GetVehicleByVersionIdPathParams, type GetVehicleByVersionIdQueryParams, type GetVehicleByVersionIdResponse, type GetVehicleByVinAndCarIdPathParams, type GetVehicleByVinAndCarIdQueryParams, type GetVehicleByVinAndCarIdResponse, type GetVehicleVersionFactsBySeriesIdPathParams, type GetVehicleVersionFactsBySeriesIdQueryParams, type GetVehicleVersionFactsBySeriesIdResponse, type GetWeatherInfoQueryParams, type GetWeatherInfoResponse, type GetYellowhiveflowProductByIdPathParams, type GetYellowhiveflowProductByIdQueryParams, type GetYellowhiveflowProductByIdResponse, type GetYellowhiveflowProductsQueryParams, type GetYellowhiveflowProductsResponse, type GetYourOwnUserResponse, type GiveFeedbackOnConversationByIdPathParams, type GiveFeedbackOnConversationByIdQueryParams, type GiveFeedbackOnConversationByIdResponse, type GiveFeedbackOnRecommendationsByIdBody, type GiveFeedbackOnRecommendationsByIdPathParams, type GiveFeedbackOnRecommendationsByIdResponse, type GiveFeedbackToInsuranceTermsBotBody, type GiveFeedbackToInsuranceTermsBotQueryParams, type GiveFeedbackToInsuranceTermsBotResponse, type HandleCreateDistributionThemeBody, type HandleCreateDistributionThemeQueryParams, type HandleCreateDistributionThemeResponse, type HandleDeleteDistributionThemePathParams, type HandleDeleteDistributionThemeQueryParams, type HandleDeleteDistributionThemeResponse, type HandleUpdateDistributionThemeBody, type HandleUpdateDistributionThemePathParams, type HandleUpdateDistributionThemeQueryParams, type HandleUpdateDistributionThemeResponse, type HttpMethod, type ImportAnvaDocumentInWegroupQueryParams, type ImportAnvaDocumentInWegroupResponse, type ImportAnvaInsurancePolicyDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyDocumentInWegroupResponse, type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse, type ImportAnvaPartyInWegroupPathParams, type ImportAnvaPartyInWegroupQueryParams, type ImportAnvaPartyInWegroupResponse, type ImportAnvaproductBody, type ImportAnvaproductQueryParams, type ImportAnvaproductResponse, type ImportDiasPartyInWegroupPathParams, type ImportDiasPartyInWegroupQueryParams, type ImportDiasPartyInWegroupResponse, type ImportDiasflowProductBody, type ImportDiasflowProductQueryParams, type ImportDiasflowProductResponse, type InviteColleaguesToDistributionBody, type InviteColleaguesToDistributionResponse, type InviteUserToPartyBody, type InviteUserToPartyPathParams, type InviteUserToPartyResponse, type LinkConversationToAdvisoryReportBody, type LinkConversationToAdvisoryReportPathParams, type LinkConversationToAdvisoryReportQueryParams, type LinkConversationToAdvisoryReportResponse, type LinkPartyToUserBody, type LinkPartyToUserResponse, type LockFlightApiResponse, type MarkConversationAsCompletedByIdBody, type MarkConversationAsCompletedByIdPathParams, type MarkConversationAsCompletedByIdResponse, type MergePartiesTogetherBody, type MergePartiesTogetherPathParams, type MergePartiesTogetherQueryParams, type MergePartiesTogetherResponse, type Middleware, type OrderInsurancePolciesOfAdvisoryReportBody, type OrderInsurancePolciesOfAdvisoryReportPathParams, type OrderInsurancePolciesOfAdvisoryReportQueryParams, type OrderInsurancePolciesOfAdvisoryReportResponse, type OverrideInsuranceProductRecommendationByIdBody, type OverrideInsuranceProductRecommendationByIdPathParams, type OverrideInsuranceProductRecommendationByIdResponse, type OverridePreventionAdviceRecommendationByIdBody, type OverridePreventionAdviceRecommendationByIdPathParams, type OverridePreventionAdviceRecommendationByIdResponse, type PatchAnvaproductByIdBody, type PatchAnvaproductByIdPathParams, type PatchAnvaproductByIdQueryParams, type PatchAnvaproductByIdResponse, type PatchAnvaproductCoverageByIdBody, type PatchAnvaproductCoverageByIdPathParams, type PatchAnvaproductCoverageByIdQueryParams, type PatchAnvaproductCoverageByIdResponse, type PatchDiasflowProductByIdBody, type PatchDiasflowProductByIdPathParams, type PatchDiasflowProductByIdQueryParams, type PatchDiasflowProductByIdResponse, type PatchDiasflowProductCoverageByIdBody, type PatchDiasflowProductCoverageByIdPathParams, type PatchDiasflowProductCoverageByIdQueryParams, type PatchDiasflowProductCoverageByIdResponse, type PatchOwnPartyAsCustomerBody, type PatchOwnPartyAsCustomerResponse, type PoseAQuestionToInsuranceTermsBotBody, type PoseAQuestionToInsuranceTermsBotForItToCompareBody, type PoseAQuestionToInsuranceTermsBotForItToCompareQueryParams, type PoseAQuestionToInsuranceTermsBotForItToCompareResponse, type PoseAQuestionToInsuranceTermsBotQueryParams, type PoseAQuestionToInsuranceTermsBotResponse, type PostEventAsCarglassPartnerBody, type PostEventAsCarglassPartnerResponse, type PutClausesForReportBody, type PutClausesForReportPathParams, type PutClausesForReportQueryParams, type PutClausesForReportResponse, type RecalculateDiasQuotesBySessionIdAndProductIdBody, type RecalculateDiasQuotesBySessionIdAndProductIdPathParams, type RecalculateDiasQuotesBySessionIdAndProductIdQueryParams, type RecalculateDiasQuotesBySessionIdAndProductIdResponse, type RecalculateDiasSimulationBySessionIdBody, type RecalculateDiasSimulationBySessionIdPathParams, type RecalculateDiasSimulationBySessionIdQueryParams, type RecalculateDiasSimulationBySessionIdResponse, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse, type RecalculateSimulationBySessionIdBody, type RecalculateSimulationBySessionIdPathParams, type RecalculateSimulationBySessionIdQueryParams, type RecalculateSimulationBySessionIdResponse, type RecalculateYellowhiveQuotesBySessionIdAndProductIdBody, type RecalculateYellowhiveQuotesBySessionIdAndProductIdPathParams, type RecalculateYellowhiveQuotesBySessionIdAndProductIdQueryParams, type RecalculateYellowhiveQuotesBySessionIdAndProductIdResponse, type RecalculateYellowhiveSimulationBySessionIdBody, type RecalculateYellowhiveSimulationBySessionIdPathParams, type RecalculateYellowhiveSimulationBySessionIdQueryParams, type RecalculateYellowhiveSimulationBySessionIdResponse, type RetrieveAirportsResponse, type RetrieveAllExportsByPartyPathParams, type RetrieveAllExportsByPartyQueryParams, type RetrieveAllExportsByPartyResponse, type RetrieveAnvaflowsQuestionnairesPathParams, type RetrieveAnvaflowsQuestionnairesQueryParams, type RetrieveAnvaflowsQuestionnairesResponse, type RetrieveAskLaterQuestionsQueryParams, type RetrieveAskLaterQuestionsResponse, type RetrieveAutomobileByCarIdFreemiumVersionPathParams, type RetrieveAutomobileByCarIdFreemiumVersionQueryParams, type RetrieveAutomobileByCarIdFreemiumVersionResponse, type RetrieveAutomobileByIdFreemiumQueryParams, type RetrieveAutomobileByIdFreemiumResponse, type RetrieveDiasQuestionnairesPathParams, type RetrieveDiasQuestionnairesQueryParams, type RetrieveDiasQuestionnairesResponse, type RetrieveExportByIdPathParams, type RetrieveExportByIdQueryParams, type RetrieveExportByIdResponse, type RetrieveFlowBody, type RetrieveFlowPathParams, type RetrieveFlowQueryParams, type RetrieveFlowResponse, type RetrieveYellowhiveQuestionnairesPathParams, type RetrieveYellowhiveQuestionnairesQueryParams, type RetrieveYellowhiveQuestionnairesResponse, type SchemaAboutUsResponse, type SchemaAccelerationTo100, type SchemaAccident, type SchemaAccidentStatement, type SchemaAccidentStatementType, type SchemaAccidentStatementType_2, type SchemaAccountCreateCmd, type SchemaAccountCreatedResponse, type SchemaAccreditedAppraiser, type SchemaAccreditedAppraiser_2, type SchemaAcknowledgementQueryModel, type SchemaAction, type SchemaActionType, type SchemaActionUrlResponse, type SchemaActivitiesCreateCmd, type SchemaActivity, type SchemaActivityFrontPageCmd, type SchemaActivityFrontPageQueryModel, type SchemaActivityPatchCmd, type SchemaActivityQueryModel, type SchemaAddActionToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdviceToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdvisoryReportStepsConfigurationParams, type SchemaAddConversationToAdvisoryReportRevisionParams, type SchemaAddInsuranceProductClausesToAdvisoryReportRevisionParams, type SchemaAddRiskDomainToAdvisoryReportRevisionParams, type SchemaAdditionalProperties, type SchemaAdditionalProperties_2, type SchemaAddresWithMetadata, type SchemaAddress, type SchemaAddressAllNones, type SchemaAddressInfoLinkRelationType, type SchemaAddressInformation, type SchemaAddressRules, type SchemaAdviceChangeType, type SchemaAdviceDiffModel, type SchemaAdviceQueryModel, type SchemaAdviceType, type SchemaAdvisoryReport, type SchemaAdvisoryReportAdviceActionCreateCmd, type SchemaAdvisoryReportAdviceDiff, type SchemaAdvisoryReportClauseQueryModel, type SchemaAdvisoryReportClausesCreateCmd, type SchemaAdvisoryReportConversationLinkCmd, type SchemaAdvisoryReportConversationQueryModel, type SchemaAdvisoryReportCreateCmd, type SchemaAdvisoryReportDocxResponse, type SchemaAdvisoryReportExportOptions, type SchemaAdvisoryReportExportResponse, type SchemaAdvisoryReportFrontPageCreateCmd, type SchemaAdvisoryReportInsurancePolicyCmd, type SchemaAdvisoryReportInsurancePolicyOrder, type SchemaAdvisoryReportInsurancePolicyPackageCmd, type SchemaAdvisoryReportPartyQueryModel, type SchemaAdvisoryReportPdfResponse, type SchemaAdvisoryReportQueryModel, type SchemaAdvisoryReportRevisionAcceptanceCmd, type SchemaAdvisoryReportRevisionCmd, type SchemaAdvisoryReportRevisionCreateCmd, type SchemaAdvisoryReportRevisionMailInquiryCmd, type SchemaAdvisoryReportRevisionUpdateCmd, type SchemaAdvisoryReportRevisionsQueryModel, type SchemaAdvisoryReportRiskDomainActionCreateCmd, type SchemaAdvisoryReportRiskDomainActionPatchCmd, type SchemaAdvisoryReportRiskDomainAdviceCreateCmd, type SchemaAdvisoryReportRiskDomainAdvicePatchCmd, type SchemaAdvisoryReportRiskDomainCreateCmd, type SchemaAdvisoryReportStepsCreateCmd, type SchemaAdvisoryReportTask, type SchemaAdvisoryReportsQueryModel, type SchemaAdvisoryTaskPriority, type SchemaAedesCar, type SchemaAedesCarPayload, type SchemaAedesDriver, type SchemaAedesParking, type SchemaAedesParking_2, type SchemaAffiliation, type SchemaAffiliationInfo, type SchemaAffiliationStatus, type SchemaAffinityKey, type SchemaAgHomePayload, type SchemaAgriculturalVehicleUsage, type SchemaAgriculturalVehicleUsage_2, type SchemaAlarmSystem, type SchemaAllGuaranteesSetting, type SchemaAllianzCancellationReason, type SchemaAllianzCancellationReason_2, type SchemaAllianzCar, type SchemaAllianzCarPayload, type SchemaAllianzDriver, type SchemaAllianzFamilyPayload, type SchemaAllianzHome, type SchemaAllianzHomePayload, type SchemaAnalyzeEmailByIdParams, type SchemaAnnex, type SchemaAnnexRoofConstructionType, type SchemaAnnexType, type SchemaAnnexType_2, type SchemaAnnexWallConstructionType, type SchemaAnnualPremium, type SchemaAnnualPremiumQueryModel, type SchemaAnswer, type SchemaAnswerFlowParams, type SchemaAnswerFlowSessionParams, type SchemaAnswerFlowsResponse, type SchemaAnswerValidationError, type SchemaAnswerValidationErrorMessage, type SchemaAnswersPayload, type SchemaAnvaAdnCoverage, type SchemaAnvaCalculationPackage, type SchemaAnvaCalculationResponse, type SchemaAnvaClaimStatus, type SchemaAnvaClosingQuestion, type SchemaAnvaClosingQuestionUpsertCmd, type SchemaAnvaCollectionMethod, type SchemaAnvaCollectionMethods, type SchemaAnvaCoverage, type SchemaAnvaCoverageCombination, type SchemaAnvaCustomerInquiryParams, type SchemaAnvaDocument, type SchemaAnvaDocumentUpdateCmd, type SchemaAnvaFlowLabelStatus, type SchemaAnvaFlowStatus, type SchemaAnvaInquiry, type SchemaAnvaInquiryDocument, type SchemaAnvaInsurance, type SchemaAnvaInsuranceCompany, type SchemaAnvaInsuranceCompanyUpdateCmd, type SchemaAnvaInsurancePackage, type SchemaAnvaInsurancePolicy, type SchemaAnvaInsuranceUpdateCmd, type SchemaAnvaInvoiceStatus, type SchemaAnvaLabel, type SchemaAnvaMutationReason, type SchemaAnvaMutationReasons, type SchemaAnvaOfferDocument, type SchemaAnvaPackage, type SchemaAnvaPackageDiscount, type SchemaAnvaPackageUpdateCmd, type SchemaAnvaPolicyPackageCalculationJob, type SchemaAnvaProduct, type SchemaAnvaProductFlowRevision, type SchemaAnvaProductImportCmd, type SchemaAnvaProductQueryModel, type SchemaAnvaProductQuestionnaire, type SchemaAnvaProductQuestionnaireQueryModel, type SchemaAnvaProductQuestionnairesQueryModel, type SchemaAnvaProductQuestionnairesUpdateCmd, type SchemaAnvaProductQuestionnairesValidateCmd, type SchemaAnvaProductSearchItem, type SchemaAnvaProductSearches, type SchemaAnvaProductTag, type SchemaAnvaProductTagUpsertCmd, type SchemaAnvaProductToInsurancePolicyLink, type SchemaAnvaProductUpdateCmd, type SchemaAnvaQuote, type SchemaAnvaQuoteCalculationJob, type SchemaAnvaQuoteCalculationJobsQueuedResponse, type SchemaAnvaSendOfferInsurancePolicy, type SchemaAnvaSendOfferPolicyPackage, type SchemaAnvaSendOfferResponse, type SchemaAnvaTag, type SchemaAnvaTaskCmd, type SchemaAnvaTaskPriority, type SchemaApiCoverage, type SchemaApiCoverageSource, type SchemaAppHandlersNatsModelsStatusResponse, type SchemaAppModelsAdvisoryReportAdvisoryReportAdviceDiffRiskDomain, type SchemaAppModelsAdvisoryReportAdvisoryReportRevisionCreateCmdInsurancePolicies, type SchemaAppModelsCompanyRegistrationCompanyRegistration, type SchemaAppModelsCompanyRegistrationCompanyregistration, type SchemaAppModelsEnumsCompanyProspectType, type SchemaAppModelsEnumsCustomerProspectType, type SchemaAppModelsEnumsLanguageCodes, type SchemaAppModelsEnumsLanguageCodes_2, type SchemaAppModelsEnumsMiscellaneousType, type SchemaAppModelsEnumsProspectType, type SchemaAppModelsEnumsProspectType_2, type SchemaAppModelsFsmaFsma, type SchemaAppModelsInsurancePolicyExternalLabel, type SchemaAppModelsInsurancePolicyExternalRef, type SchemaAppModelsInsurancePolicyExternalref, type SchemaAppModelsLeadAcknowledgement, type SchemaAppModelsLocalisationLocalisation, type SchemaAppModelsOfferAcknowledgement, type SchemaAppModelsOfferInsurance, type SchemaAppModelsPartyCommandsExternalRef, type SchemaAppModelsPartyCustomer, type SchemaAppModelsPartyManagementBaseDocumentDataPreferences, type SchemaAppModelsPartyManagementFunction, type SchemaAppModelsPartyManagementFunction_2, type SchemaAppModelsPartyManagementbasedocumentdataPreferences, type SchemaAppModelsPartyPartyCompanyBaseAssetInfo, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoMachineDelivery, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoPeriodicCash, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoSiloCapacity, type SchemaAppModelsPartyPartyCompanyBaseBookkeeper, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorks, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorksConstructionWorkDuration, type SchemaAppModelsPartyPartyCompanyBaseContactPerson, type SchemaAppModelsPartyPartyCompanyBaseCustomerInfo, type SchemaAppModelsPartyPartyCompanyBaseCyber, type SchemaAppModelsPartyPartyCompanyBaseExhibitionActivity, type SchemaAppModelsPartyPartyCompanyBaseExportActivity, type SchemaAppModelsPartyPartyCompanyBaseFinancialInfo, type SchemaAppModelsPartyPartyCompanyBaseImportActivity, type SchemaAppModelsPartyPartyCompanyBaseLegalAid, type SchemaAppModelsPartyPartyCompanyBaseLiabilityInfo, type SchemaAppModelsPartyPartyCompanyBaseOutlook, type SchemaAppModelsPartyPartyCompanyBasePersonnelDetails, type SchemaAppModelsPartyPartyCompanyBaseThirdPartyActivity, type SchemaAppModelsPartyPartyCompanyBaseTransportInfo, type SchemaAppModelsPartyPartyCompanyBaseTurnover, type SchemaAppModelsPartyPartyCompanyBaseWorkforce, type SchemaAppModelsPartyPartyCompanyBaseWorkforceWageBill, type SchemaAppModelsPartyPartyPreferences, type SchemaAppModelsPartyPartyPreferencesFuneralPreference, type SchemaAppModelsPartyPartycompanybaseAssetinfo, type SchemaAppModelsPartyPartycompanybaseAssetinfoMachinedelivery, type SchemaAppModelsPartyPartycompanybaseAssetinfoPeriodiccash, type SchemaAppModelsPartyPartycompanybaseAssetinfoSilocapacity, type SchemaAppModelsPartyPartycompanybaseBookkeeper, type SchemaAppModelsPartyPartycompanybaseConstructionworks, type SchemaAppModelsPartyPartycompanybaseConstructionworksConstructionworkduration, type SchemaAppModelsPartyPartycompanybaseContactperson, type SchemaAppModelsPartyPartycompanybaseCustomerinfo, type SchemaAppModelsPartyPartycompanybaseCyber, type SchemaAppModelsPartyPartycompanybaseExhibitionactivity, type SchemaAppModelsPartyPartycompanybaseExportactivity, type SchemaAppModelsPartyPartycompanybaseFinancialinfo, type SchemaAppModelsPartyPartycompanybaseImportactivity, type SchemaAppModelsPartyPartycompanybaseLegalaid, type SchemaAppModelsPartyPartycompanybaseLiabilityinfo, type SchemaAppModelsPartyPartycompanybaseOutlook, type SchemaAppModelsPartyPartycompanybasePersonneldetails, type SchemaAppModelsPartyPartycompanybaseThirdpartyactivity, type SchemaAppModelsPartyPartycompanybaseTransportinfo, type SchemaAppModelsPartyPartycompanybaseTurnover, type SchemaAppModelsPartyPartycompanybaseWorkforce, type SchemaAppModelsPartyPartycompanybaseWorkforceWagebill, type SchemaAppModelsPartyPartypreferences, type SchemaAppModelsPartyPartypreferencesFuneralpreference, type SchemaAppModelsReadDocument, type SchemaAppModelsReadDocumentExternalRef, type SchemaAppModelsRiskObjectsAmountOfRiskObjects, type SchemaAppModelsRiskObjectsBicycleBicycle, type SchemaAppModelsRiskObjectsBicyclePreferences, type SchemaAppModelsRiskObjectsBoatBoat, type SchemaAppModelsRiskObjectsBoatPreferences, type SchemaAppModelsRiskObjectsCarCar, type SchemaAppModelsRiskObjectsCarCar_2, type SchemaAppModelsRiskObjectsCarPreferences, type SchemaAppModelsRiskObjectsCarPreferences_2, type SchemaAppModelsRiskObjectsFamilyFamily, type SchemaAppModelsRiskObjectsLegalLegal, type SchemaAppModelsRiskObjectsMiscellaneousMiscellaneous, type SchemaAppModelsRiskObjectsPartyGroupPartyGroup, type SchemaAppModelsRiskObjectsResidenceMainBuilding, type SchemaAppModelsRiskObjectsResidenceResidence, type SchemaAppModelsRiskObjectsResidenceResidencePreferences, type SchemaAppModelsRiskObjectsRiskObjects, type SchemaAppModelsRiskObjectsSemiTrailerSemiTrailer, type SchemaAppModelsRiskObjectsTeacherTeacher, type SchemaAppModelsRiskObjectsTrailerTrailer, type SchemaAppModelsRiskObjectsTwowheelerPreferences, type SchemaAppModelsRiskObjectsTwowheelerTwoWheeler, type SchemaAppModelsThemeThemeCreateCmd, type SchemaAppResponsesBaseStatusResponse, type SchemaAppViewsModelsAdvisoryReportAdvisoryReportQueryModelInsurancePolicies, type SchemaAppViewsModelsAdvisoryReportCoverageQueryModelExternalLabel, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportPolicyPackageQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportRiskDomainActionQueryModelRiskDomain, type SchemaAppViewsModelsAdvisoryReportRiskDomainAdviceQueryModelRiskDomain, type SchemaAppViewsModelsClaimClaim, type SchemaAppViewsModelsClaimDocument, type SchemaAppViewsModelsInvoiceDocument, type SchemaAppViewsModelsOfferAcknowledgement, type SchemaAppViewsModelsOfferGuarantee, type SchemaAppViewsModelsOfferPartyAssignee, type SchemaAppViewsModelsPartyAddresWithMetadataMetaData, type SchemaAppViewsModelsPartyDocumentsPartyDocumentQueryModel, type SchemaAppViewsModelsPartyDocumentsPartydocumentquerymodel, type SchemaAppViewsModelsPartyLink, type SchemaAppViewsModelsPartyManagementQueryModel, type SchemaAppViewsModelsPartyManagementquerymodel, type SchemaAppViewsModelsPartyPartyAssignee, type SchemaAppViewsModelsPartyPartyDocumentsMetaData, type SchemaAppViewsModelsPartyPartyLogoQueryModel, type SchemaAppViewsModelsPartyPartyRelationQueryModelParty, type SchemaAppViewsModelsPartyPartyassignee, type SchemaAppViewsModelsPartyPartylogoquerymodel, type SchemaAppViewsModelsPartyPartyrelationquerymodelParty, type SchemaAppViewsModelsRiskDomainPreventionAdviceQueryModelPreventAdviceRiskDomain, type SchemaAppViewsModelsRiskDomainRiskDomainsQueryModelRiskDomain, type SchemaAppViewsModelsRiskObjectBicycle, type SchemaAppViewsModelsRiskObjectBoat, type SchemaAppViewsModelsRiskObjectCar, type SchemaAppViewsModelsRiskObjectDriver, type SchemaAppViewsModelsRiskObjectFamily, type SchemaAppViewsModelsRiskObjectLegal, type SchemaAppViewsModelsRiskObjectLink, type SchemaAppViewsModelsRiskObjectMiscellaneous, type SchemaAppViewsModelsRiskObjectPartyGroup, type SchemaAppViewsModelsRiskObjectPerson, type SchemaAppViewsModelsRiskObjectResidence, type SchemaAppViewsModelsRiskObjectRiskObjects, type SchemaAppViewsModelsRiskObjectSemiTrailer, type SchemaAppViewsModelsRiskObjectTeacher, type SchemaAppViewsModelsRiskObjectTrailer, type SchemaAppViewsModelsRiskObjectTwoWheeler, type SchemaAragLegalPayload, type SchemaArcesLegalPayload, type SchemaAskLaterQuestion, type SchemaAskLaterQuestionsRequest, type SchemaAskLaterQuestionsResponse, type SchemaAskaPackageChoice, type SchemaAskaPackageChoice_2, type SchemaAskaTravelInsuranceType, type SchemaAskaTravelInsuranceType_2, type SchemaAssetInfo, type SchemaAssignedToType, type SchemaAssociatedCompany, type SchemaAttachmentType, type SchemaAudits, type SchemaAuth, type SchemaAutomaticEmergencyBreaking, type SchemaAvatars, type SchemaAxaCar, type SchemaAxaCarPayload, type SchemaAxaContractualExcess, type SchemaAxaContractualExcess_2, type SchemaAxaDriver, type SchemaAxaFamilyPayload, type SchemaAxaHome, type SchemaAxaHomePayload, type SchemaAxaItemLimitTier, type SchemaAxaItemLimitTier_2, type SchemaAxaTheftFormulas, type SchemaAxaTheftFormulas_2, type SchemaBackupFrequency, type SchemaBackupFrequency_2, type SchemaBalance, type SchemaBalanceQueryModel, type SchemaBaloiseCar, type SchemaBaloiseCarPayload, type SchemaBaloiseDriver, type SchemaBaloiseFamilyPayload, type SchemaBaloiseHome, type SchemaBaloiseHomePayload, type SchemaBatchUnitResponse, type SchemaBatteryCapacity, type SchemaBicycle, type SchemaBicycleReferenceQueryModel, type SchemaBicycleRiskObjectIdWithRevisionId, type SchemaBicycleSpeed, type SchemaBicycleType, type SchemaBicycleUsage, type SchemaBlindSpotWarning, type SchemaBoat, type SchemaBoatAccidentCoverageLevel, type SchemaBoatAccidentCoverageLevel_2, type SchemaBoatBerthBigCity, type SchemaBoatBerthNlArea, type SchemaBoatBerthType, type SchemaBoatCategory, type SchemaBoatCompetitionType, type SchemaBoatConstructionType, type SchemaBoatMotorKind, type SchemaBoatNlPayloads, type SchemaBoatPreferences, type SchemaBoatReferenceQueryModel, type SchemaBoatRiskObjectIdWithRevisionId, type SchemaBoatTerritory, type SchemaBoatTrailer, type SchemaBoatUsage, type SchemaBookkeeper, type SchemaBrand, type SchemaBrandClub, type SchemaBrandClub_2, type SchemaBrandSortContext, type SchemaBroker, type SchemaBrokerConnectionCreate, type SchemaBrokerConnectionUpdate, type SchemaBrokerCreateCmd, type SchemaBrokerIntegrations, type SchemaBrokerIntegrationsPatchCmd, type SchemaBrokerMembershipsCreateCmd, type SchemaBrokerPatchCmd, type SchemaBrokerPlan, type SchemaBrokerSettings, type SchemaBrokerType, type SchemaBrokerUserCreateCmd, type SchemaBrokerWithDistributionName, type SchemaBrokerWithModules, type SchemaBuildingExtra, type SchemaBuildingMaintenanceStatus, type SchemaBuildingPurpose, type SchemaBuildingRentOut, type SchemaBuildingUse, type SchemaCalculateAnvaQuotesRequest, type SchemaCalculateDiasQuotesRequest, type SchemaCalculateProfileaseCarQuoteCmd, type SchemaCalculateProfileaseCarQuoteParams, type SchemaCalculateYellowHiveQuotesRequest, type SchemaCalculationSpecEnumValue, type SchemaCalculationSpecInputType, type SchemaCalculationSpecType, type SchemaCampaignAudienceType, type SchemaCampaignDistributionSettingsQueryModel, type SchemaCampaignExtend, type SchemaCampaignFlowType, type SchemaCampaignGenerateDnsPrefix, type SchemaCampaignInsurance, type SchemaCampaignInsuranceQueryModel, type SchemaCampaignMailTemplateQueryModel, type SchemaCampaignMetrics, type SchemaCampaignQueryModel, type SchemaCampaignQueryModelFull, type SchemaCampaignReferenceQueryModel, type SchemaCampaignSharingOption, type SchemaCampaignSpecifications, type SchemaCampaignSpecificationsQueryModel, type SchemaCampaignStatus, type SchemaCampaignTarget, type SchemaCampaignTargetQueryModel, type SchemaCampaignTemplateCategory, type SchemaCampaignTemplateQueryModel, type SchemaCampaignTemplatesQueryModel, type SchemaCampaignType, type SchemaCampaignVerifiedDnsPrefix, type SchemaCampaignYellowHiveProduct, type SchemaCampaignYellowHiveProductQueryModel, type SchemaCampaignYellowHiveProducts, type SchemaCampaignYellowHiveProductsQueryModel, type SchemaCampaignsResponse, type SchemaCar, type SchemaCarCategory, type SchemaCarCategoryCode, type SchemaCarCategoryCode_2, type SchemaCarCategory_2, type SchemaCarClaimType, type SchemaCarClaimType_2, type SchemaCarDemo, type SchemaCarDemo_2, type SchemaCarEvaluationType, type SchemaCarEvaluationType_2, type SchemaCarGlassEvent, type SchemaCarInsuranceInsightPayload, type SchemaCarInsurancePolicyInsightsCarResponse, type SchemaCarInsurancePolicyInsightsDistributionResponse, type SchemaCarInsurancePolicyInsightsPartyResponse, type SchemaCarInsurancePolicyInsightsResponse, type SchemaCarInsured, type SchemaCarInterests, type SchemaCarInterests_2, type SchemaCarLease, type SchemaCarLeaseRatesResponse, type SchemaCarLookUpToQuestion, type SchemaCarLookUpToQuestions, type SchemaCarLookUpToQuestionsCmd, type SchemaCarMileage, type SchemaCarNlPayloads, type SchemaCarPayloads, type SchemaCarPremiumResponse, type SchemaCarProfessionalUsagePurpose, type SchemaCarProfessionalUsagePurpose_2, type SchemaCarReferenceQueryModel, type SchemaCarRiskObjectIdWithRevisionId, type SchemaCarStorage, type SchemaCarTaxation, type SchemaCarTheftProtection, type SchemaCarTheftProtection_2, type SchemaCarTrackingSystem, type SchemaCarTrackingSystem_2, type SchemaCarTrailer, type SchemaCarUsage, type SchemaCarUsagePeriod, type SchemaCarUsagePeriod_2, type SchemaCarUsedFor, type SchemaCarUsedFor_2, type SchemaCarVehicleType, type SchemaCarVehicleType_2, type SchemaCarglassEventCreateParams, type SchemaCategoryType, type SchemaChatCmd, type SchemaChatSummaryDetailed, type SchemaChatSummaryGroup, type SchemaChatSummaryQuestion, type SchemaChatSummarySection, type SchemaCheckupItemType, type SchemaChild, type SchemaChildProtection, type SchemaChildProtectionDriver, type SchemaChildProtectionPassenger, type SchemaChildProtectionRear, type 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 SchemaCondition, type SchemaConditionAction, type SchemaConditionCheckType, type SchemaConditionOperation, type SchemaConditionType, type SchemaConditions, type SchemaConstructionType, type SchemaConstructionTypeFloors, type SchemaConstructionWorkDuration, type SchemaConstructionWorks, type SchemaConstructionYear, type SchemaConstructionYearCategory, type SchemaContactPerson, type SchemaContentValueDefinedType, type SchemaContractConversions, type SchemaConversationAnswer, type SchemaConversationAnswerCompared, type SchemaConversationDocumentPdfModel, type SchemaConversationNote, type SchemaConversationsOriginFilter, type SchemaConversationsOriginFilterItem, type SchemaCountryCodes, type SchemaCountryCodes_2, type SchemaCoverage, type SchemaCoverageCmd, type SchemaCoverageGroupMatchingScore, type SchemaCoverageInsights, type SchemaCoverageLimit, type SchemaCoveragePeriod, type SchemaCoverageQueryModel, type SchemaCoverageUpdateCmd, type SchemaCreateAccountParams, type SchemaCreateAdvisoryReportParams, type SchemaCreateAdvisoryReportRevisionParams, type SchemaCreateAdvisoryReportRevisionV2Params, type SchemaCreateAnvaPartyCompanyCmd, type SchemaCreateAnvaPartyCompanyRegistration, type SchemaCreateAnvaPartyCustomerCmd, type SchemaCreateBicycleRiskObjectParams, type SchemaCreateBoatRiskObjectParams, type SchemaCreateBrokerConnectionParams, type SchemaCreateCampaignAssistantAvatarCmd, type SchemaCreateCampaignCmd, type SchemaCreateCampaignLogoCmd, type SchemaCreateCampaignParams, type SchemaCreateCarRiskObjectParams, type SchemaCreateCompanyLeadParams, type SchemaCreateCompanyProspectParams, type SchemaCreateCustomThemeAsDistributionParams, type SchemaCreateCustomerLeadParams, type SchemaCreateCustomerProspectParams, type SchemaCreateDiasContactPersonCreateCmd, type SchemaCreateDistributionConnectionParams, type SchemaCreateDistributionTagParams, type SchemaCreateDistributionUspParams, type SchemaCreateFamilyRiskObjectParams, type SchemaCreateFlowParams, type SchemaCreateFlowSessionParams, type SchemaCreateInsurancePolicyForPartyParams, type SchemaCreateInsuranceProductClauseParams, type SchemaCreateLegalRiskObjectParams, type SchemaCreateMiscellaneousRiskObjectParams, type SchemaCreateMultiResponse, type SchemaCreateNoteForPartyParams, type SchemaCreateOfferRequestForInsuranceCompanyDocxParams, type SchemaCreateOfferRequestForInsuranceCompanyPdfParams, type SchemaCreateOfferRevisionParams, type SchemaCreateOfferV2Params, type SchemaCreatePartyAccidentParams, type SchemaCreatePartyActivitiesParams, type SchemaCreatePartyExternalRefsParams, type SchemaCreatePartyFromCompanyRegistrationParams, type SchemaCreatePartyGroupRiskObjectParams, type SchemaCreateProfileaseCarLeaseOfferParams, type SchemaCreateProfileaseCarOfferCmd, type SchemaCreateProfileaseCarOfferResponse, type SchemaCreateRelationBetweenPartiesParams, type SchemaCreateRelationBetweenPartyAndRiskObjectParams, type SchemaCreateReplyUuid, type SchemaCreateResponse, type SchemaCreateRiskObjectExternalRefsParams, type SchemaCreateSemiTrailerRiskObjectParams, type SchemaCreateSignedPartiesUploadUrlParams, type SchemaCreateTaskInAnvaParams, type SchemaCreateToolkitAccountParams, type SchemaCreateToolkitBrokerParams, type SchemaCreateTrailerRiskObjectParams, type SchemaCreateTrialUserParams, type SchemaCreateYellowHiveContactPersonCreateCmd, type SchemaCreditRating, type SchemaCreditScore, type SchemaCrmExportQueryModel, type SchemaCrmExportType, type SchemaCurrency, type SchemaCurrencyValue, type SchemaCustomAdvice, type SchemaCustomAdvicePatchCmd, type SchemaCustomer, type SchemaCustomerCreateCmd, type SchemaCustomerInfo, type SchemaCustomerLeadCreateCmd, type SchemaCustomerLeadCreateReply, type SchemaCustomerProspectType, type SchemaCustomerProspectsWithLeadOfferRiskObjectsQueryModel, type SchemaCustomerQueryModel, type SchemaCustomerSheet, type SchemaCustomerSheetAcceptations, type SchemaCustomersInfoType, type SchemaCyber, type SchemaDasLegalPayload, type SchemaDataType, type SchemaDate, type SchemaDateDsl, type SchemaDeductibleType, type SchemaDelaFuneralPayload, type SchemaDeleteMethod, type SchemaDelinkPartyToUserParams, type SchemaDemographicData, type SchemaDiasAfdBranch, type SchemaDiasCalculationPackage, type SchemaDiasCollectionMethods, type SchemaDiasCoverage, type SchemaDiasCoverageUpdateCmd, type SchemaDiasFlowStatus, type SchemaDiasInsurance, type SchemaDiasInsuranceCompany, type SchemaDiasInsurancePackage, type SchemaDiasInsurancePolicy, type SchemaDiasPolicyPackageCalculationJob, type SchemaDiasProduct, type SchemaDiasProductFlowInSession, type SchemaDiasProductImportCmd, type SchemaDiasProductQuestionnaire, type SchemaDiasProductQuestionnaireQueryModel, type SchemaDiasProductQuestionnairesQueryModel, type SchemaDiasProductQuestionnairesUpdateCmd, type SchemaDiasProductQuestionnairesValidateCmd, type SchemaDiasProductSearch, type SchemaDiasProductToInsurancePolicyLink, type SchemaDiasProductUpdateCmd, type SchemaDiasProductsInConversationCmd, type SchemaDiasQuestionType, type SchemaDiasQuote, type SchemaDiasQuoteCalculationJob, type SchemaDiasQuoteCalculationJobsQueuedResponse, type SchemaDimensions, type SchemaDinghy, type SchemaDinghyCategory, type SchemaDirector, type SchemaDisable_2faForMeParams, type SchemaDiscount, type SchemaDisplacement, type SchemaDistances, type SchemaDistribution, type SchemaDistributionCompanyRegistrationValidation, type SchemaDistributionConnectionCreateCmd, type SchemaDistributionConnectionQueryModel, type SchemaDistributionConnectionUpdateCmd, type SchemaDistributionCreateCmd, type SchemaDistributionFrontPageSettings, type SchemaDistributionFrontPageSettingsQueryModel, type SchemaDistributionInvite, type SchemaDistributionLogos, type SchemaDistributionNameValidateCmd, type SchemaDistributionNoveltyInsight, type SchemaDistributionPromotionCreateCmd, type SchemaDistributionPromotionsReply, type SchemaDistributionSettings, type SchemaDistributionSettingsPatchCmd, type SchemaDistributionSignatureMethodQueryModel, type SchemaDistributionSignaturePatchCmd, type SchemaDistributionTagCreateCmd, type SchemaDistributionTagReply, type SchemaDistributionTagsQueryModel, type SchemaDistributionThemeCreateCmd, type SchemaDistributionThemeUpdateCmd, type SchemaDistributionUsp, type SchemaDistributionUspItemCreateCmd, type SchemaDistributionUspItemUpdateCmd, type SchemaDistributionUspReply, type SchemaDistributions, type SchemaDnaYachtBoatPayload, type SchemaDocument, type SchemaDocumentExtractionBatch, type SchemaDocumentExtractionBatchPayload, type SchemaDocumentExtractionEntityInfo, type SchemaDocumentLinkResponse, type SchemaDocumentQueryModel, type SchemaDocumentReferenceQueryModel, type SchemaDocumentResourceType, type SchemaDocumentStatus, type SchemaDocumentType, type SchemaDocumentType_2, type SchemaDomainCar, type SchemaDriveAssistanceSystem, type SchemaDriveTrainLayout, type SchemaDriveTrainLayout_2, type SchemaDriver, type SchemaDriverBrandClubMembership, type SchemaDriverExperience, type SchemaDriverLicenseCode, type SchemaDriverLicenseCode_2, type SchemaDriverLicenseType, type SchemaDriverLicenseType_2, type SchemaDriverVehicle, type SchemaDriverVehicleExperience, type SchemaDriverVehicleUsage, type SchemaDrivingTimes, type SchemaDutyOfCareCheckupItem, type SchemaDutyOfCareKind, type SchemaDutyOfCareStatus, type SchemaEducationLevel, type SchemaEducationLevel_2, type SchemaElectricBatteryType, type SchemaElectricalBikeAssistance, type SchemaElectricalInstallationType, type SchemaElectricalInstallations, type SchemaElectronicStabilityControl, type SchemaEmailActionability, type SchemaEmailAggregateResponse, type SchemaEmailAnalysis, type SchemaEmailAnalysisResponse, type SchemaEmailAnalyzeByEmailIdCmd, type SchemaEmailConversation, type SchemaEmailModel, type SchemaEmailTriageClassification, type SchemaEmailTriageCmd, type SchemaEmailValidation, type SchemaEmission, type SchemaEmissionStandard, type SchemaEmployeeInformation, type SchemaEmployeeInformationQueryModel, type SchemaEmployees, type SchemaEmploymentType, type SchemaEnable_2faForMeParams, type SchemaEnergyCategory, type SchemaEngine, type SchemaEngineRotations, type SchemaEngineTorque, type SchemaEntityChanges, type SchemaEntityExtraction, type SchemaEntityKey, type SchemaEntityReference, type SchemaEnumSource, type SchemaEnumValue, type SchemaEnums, type SchemaEnumsResponse, type SchemaErrorDetail, type SchemaErrorEnum_401, type SchemaErrorMessages, type SchemaErrorResponse, type SchemaError_401, type SchemaError_403, type SchemaError_422, type SchemaError_429, type SchemaError_4Xx, type SchemaEstablishment, type SchemaEstablishmentQueryModel, type SchemaEuromexLegalPayload, type SchemaExcludedCoverage, type SchemaExhibitionActivity, type SchemaExistsReply, type SchemaExportActivity, type SchemaExportAdvisoryReportByIdParams, type SchemaExportAdvisoryReportCreateCmd, type SchemaExportOption, type SchemaExportsQueued, type SchemaExternalRef, type SchemaExternalRefCompany, type SchemaExternalRefsQueryModel, type SchemaExternalResponseFormatted, type SchemaExtraLegalBenefits, type SchemaExtractDocumentCmd, type SchemaExtractOneDocumentResponse, type SchemaExtractOnePoliciesDocumentResponse, type SchemaExtractSingularDocumentAsInsurancePolicyParams, type SchemaExtractSingularDocumentAsOfferParams, type SchemaExtractSingularDocumentEnqueueParams, type SchemaExtractSingularDocumentInsurancePoliciesEnqueueParams, type SchemaExtractSingularDocumentOffersEnqueueParams, type SchemaExtractSingularDocumentParams, type SchemaExtractSingularDocumentPartyEnqueueParams, type SchemaExtractThemeCmd, type SchemaExtractWebsiteThemeParams, type SchemaExtractedInsurancePolicy, type SchemaExtractedQuestionnaireFilters, type SchemaExtractedQuestionnaireRequest, type SchemaFacade, type SchemaFamilyPayloads, type SchemaFamilyReferenceQueryModel, type SchemaFamilyRiskObjectIdWithRevisionId, type SchemaFamilyStatus, type SchemaFamilyStatus_2, type SchemaFaqCreateCmd, type SchemaFaqItem, type SchemaFaqQueryModel, type SchemaFaqType, type SchemaFeatureItem, type SchemaFeedback, type SchemaFieldMapping, type SchemaFieldMappingManager, type SchemaFieldOperation, type SchemaFieldTransformer, type SchemaFinConnectLinkQueryModel, type SchemaFinancial, type SchemaFinancialInfo, type SchemaFinancialInstitution, type SchemaFinancing, type SchemaFinishingType, type SchemaFireSpecifications, type SchemaFlammableLiquids, type SchemaFleet, type SchemaFleetInfo, type SchemaFleetQueryModel, type SchemaFleetRiskObjectIdWithRevisionId, type SchemaFloatCalculationSpec, type SchemaFloor, type SchemaFlow, type SchemaFlowInfo, type SchemaFlowMailType, type SchemaFlowRequest, type SchemaFlowSessionQueryModel, type SchemaFlowSessionReference, type SchemaFlowSessionStatus, type SchemaFlowStatus, type SchemaFlowSubType, type SchemaFlowType, type SchemaFlowVersion, type SchemaFlowsError, type SchemaFlowsErrorType, type SchemaFlowsInfo, type SchemaFlowsModelsAnvaAnvaQuoteCoverage, type SchemaFlowsModelsAnvaAnvaQuoteDocument, type SchemaFlowsModelsAnvaSendOfferMailCmdDocument, type SchemaFlowsModelsAnvaWarning, type SchemaFlowsModelsDiasDiasQuoteCoverage, type SchemaFlowsModelsDiasDocument, type SchemaFlowsModelsDiasWarning, type SchemaFlowsModelsYellowhiveDocument, type SchemaFlowsModelsYellowhiveWarning, type SchemaFlowsModelsYellowhiveYellowHiveQuoteCoverage, type SchemaForecast, type SchemaForecastDataResponse, type SchemaFormattedExceptionModel, type SchemaFormulaInfo, type SchemaForwardCollisionWarning, type SchemaFoyerCar, type SchemaFoyerCarPayload, type SchemaFoyerDriver, type SchemaFranchise, type SchemaFranchiseLevel, type SchemaFranchiseQueryModel, type SchemaFranchiseType, type SchemaFrontPageCmd, type SchemaFrontPageQueryModel, type SchemaFrontalCrashProtection, type SchemaFrontalCrashProtectionDriver, type SchemaFrontalCrashProtectionPassenger, type SchemaFrontalCrashProtectionRear, type SchemaFsmaStatute, type SchemaFuel, type SchemaFuelCapacity, type SchemaFuelConsumption, type SchemaFullLeaseOfferQueryModel, type SchemaFunction, type SchemaFuneralPayloads, type SchemaFuneralPreference, type SchemaFuneralPreferenceQueryModel, type SchemaFuturePlans, type SchemaGender, type SchemaGeneral, type SchemaGenerateAboutUsCmd, type SchemaGenerateCompanyDescriptionCmd, type SchemaGenerateCompanyDescriptionParams, type SchemaGenerateCompanyDescriptionResponse, type SchemaGenerateCompanySettingsAboutUsParams, type SchemaGenerateDnsPrefixParams, type SchemaGenerateRecommendationParams, type SchemaGenerateRecommendationsByPartyIdParams, type SchemaGetAddressInfoPremiumResponse, type SchemaGetAdvisoryReportDiffResponse, type SchemaGetAutomobileBrandResponse, type SchemaGetAutomobileBrandsResponse, type SchemaGetAutomobileFactsResponse, type SchemaGetAutomobileSerieResponse, type SchemaGetAutomobileSeriesResponse, type SchemaGetAutomobileVersionResponse, type SchemaGetAutomobileVersionsResponse, type SchemaGetCarInsuranceInsightsParams, type SchemaGetCarPremiumResponse, type SchemaGetCityResponse, type SchemaGetCompanyMultiResponse, type SchemaGetCompanySingleResponse, type SchemaGetDirectorMultiResponse, type SchemaGetNumberPlatePremiumResponse, type SchemaGetSearchAddressNewResponse, type SchemaGetStreetResponse, type SchemaGetVinPremiumResponse, type SchemaGiveSelectedProductsFeedbackParams, type SchemaGuarantee, type SchemaGuaranteeBase, type SchemaGuaranteeContent, type SchemaGuaranteeMatchingScores, type SchemaGuaranteeModification, type SchemaGuaranteeTag, type SchemaHandleCalculateAnvaQuotesForConversationParams, type SchemaHandleCalculateOneAnvaQuoteForConversationParams, type SchemaHandleCalculateOneDiasQuoteForConversationParams, type SchemaHandleCalculateOneYellowhiveQuoteForConversationParams, type SchemaHandleCreateAnvaPartyParams, type SchemaHandleCreateDiasContactPersonParams, type SchemaHandleCreateDocumentFromQuestionnaireParams, type SchemaHandleCreateYellowhiveContactPersonParams, type SchemaHandleGenerateQuestionsToPrefillByCarParams, type SchemaHandleImportAnvaProductsParams, type SchemaHandleImportDiasProductsParams, type SchemaHandleMarkSessionCompletedParams, type SchemaHandleQueueCalculateAnvaQuotesForConversationParams, type SchemaHandleQueueCalculateDiasQuotesForConversationParams, type SchemaHandleQueueCalculateYellowhiveQuotesForConversationParams, type SchemaHandleQueueSendCustomQuotesToAnvaParams, type SchemaHandleQuoteCalculationV2ExtraParams, type SchemaHandleQuoteMailSendParams, type SchemaHandleQuoteSaveParams, type SchemaHandleRecalculateAnvaSimulationParams, type SchemaHandleRecalculateDiasSimulationParams, type SchemaHandleRecalculateYellowhiveSimulationParams, type SchemaHandleRetrieveConversationReportPdfBySessionIdParams, type SchemaHandleRetrieveProductsV2Params, type SchemaHandleSendOfferMailParams, type SchemaHandleSetAskLaterQuestionIdsParams, type SchemaHandleUpdateAllAnvaQuestionnaireQuestionsByAnvaLabelParams, type SchemaHandleUpdateAnvaProductCoverageParams, type SchemaHandleUpdateAnvaProductsParams, type SchemaHandleUpdateAnvaQuestionnairesByProductIdParams, type SchemaHandleUpdateDiasQuestionnairesByProductIdParams, type SchemaHandleUpdateDiasflowsProductByIdParams, type SchemaHandleUpdateDiasflowsProductCoverageByIdParams, type SchemaHandleUpdateSessionParams, type SchemaHandleUpdateYellowhiveQuestionnairesByProductIdParams, type SchemaHandleUpsertAnvaClosingQuestionsParams, type SchemaHandleUpsertSupportedAnvaflowsTagParams, type SchemaHandleValidateAnvaQuestionnairesByProductIdParams, type SchemaHandleValidateDiasQuestionnairesByProductIdParams, type SchemaHandleValidateYellowhiveQuestionnairesByProductIdParams, type SchemaHazardLevel, type SchemaHeaders, type SchemaHeatingType, type SchemaHighSpeedAutomaticEmergencyBraking, type SchemaHobbies, type SchemaHolderState, type SchemaHomeAge, type SchemaHomeEvaluationType, type SchemaHomeNlPayloads, type SchemaHomePayloads, type SchemaHomeToWorkDistance, type SchemaHomeToWorkDistance_2, type SchemaHp, type SchemaHttpMethod, type SchemaIbanValidation, type SchemaIdIntResponse, type SchemaIdentificationTypes, type SchemaIdentificationTypes_2, type SchemaImpactTime, type SchemaImpactTime_2, type SchemaImportActivity, type SchemaImportPartyError, type SchemaImportPartyResponse, type SchemaIncomeData, type SchemaInformationRequirementSheetSpecification, type SchemaInputType, type SchemaInsurance, type SchemaInsuranceCarrierType, type SchemaInsuranceCarrierType_2, type SchemaInsuranceCompanyRetrieveResponse, type SchemaInsuranceCompanyTag, type SchemaInsuranceCompanyTag_2, type SchemaInsuranceContent, type SchemaInsuranceExtended, type SchemaInsuranceFsma, type SchemaInsuranceHistory, type SchemaInsuranceModuleExportQueryModel, type SchemaInsuranceModuleExportType, type SchemaInsurancePoliciesQueryModel, type SchemaInsurancePolicy, type SchemaInsurancePolicyCreateCmd, type SchemaInsurancePolicyCreateType, type SchemaInsurancePolicyDocumentCmd, type SchemaInsurancePolicyDocumentQueryModel, type SchemaInsurancePolicyDocumentType, type SchemaInsurancePolicyEntity, type SchemaInsurancePolicyLinkCmd, type SchemaInsurancePolicyLinkQueryModel, type SchemaInsurancePolicyQueryModel, type SchemaInsurancePolicySimulationSendRequest, type SchemaInsurancePolicySimulationType, type SchemaInsurancePolicySimulationUpsertCmd, type SchemaInsurancePolicyStatus, type SchemaInsurancePolicyType, type SchemaInsurancePolicyType_2, type SchemaInsuranceProduct, type SchemaInsuranceProductAdvices, type SchemaInsuranceProductByDistributionUpdateCmd, type SchemaInsuranceProductClauseCreateCmd, type SchemaInsuranceProductClauseUpdateCmd, type SchemaInsuranceProductClausesQueryModel, type SchemaInsuranceProductEntity, type SchemaInsuranceProductQueryModel, type SchemaInsuranceProductRecommendation, type SchemaInsuranceProductRecommendationPatchCmd, type SchemaInsuranceProductsQueryModel, type SchemaInsuranceTerminationReasonType, type SchemaInsuranceTerminationReasonType_2, type SchemaInsuranceType, type SchemaInsuranceType_2, type SchemaInsuredContentValue, type SchemaInsuredValue, type SchemaInventoryCheckupItem, type SchemaInviteCustomersToPartyParams, type SchemaInviteUsersToDistributionParams, type SchemaInvoice, type SchemaInvoiceQueryModel, type SchemaInvoicesQueryModel, type SchemaIsBurglarProof, type SchemaItServices, type SchemaItem, type SchemaJob, type SchemaJobQueuedResponse, type SchemaJobResult, type SchemaJobResultType, type SchemaJobStatus, type SchemaJointIndustrialCommittee, type SchemaJointIndustrialCommitteeQueryModel, type SchemaJsonRpcError, type SchemaJsonRpcReply, type SchemaKey, type SchemaKeys, type SchemaKind, type SchemaKmPerYear, type SchemaKmPerYear_2, type SchemaKw, type SchemaLabelValueCount, type SchemaLabeledItems, type SchemaLaneCenteringAssist, type SchemaLaneDepartureWarning, type SchemaLaneKeepingAssistance, type SchemaLanguage, type SchemaLanguageCodes, type SchemaLarLegalPayload, type SchemaLastAnswer, type SchemaLateralCrashProtection, type SchemaLateralCrashProtectionDriver, type SchemaLateralCrashProtectionPassenger, type SchemaLateralCrashProtectionRear, type SchemaLeadCampaignQueryModel, type SchemaLeadDocumentQueryModel, type SchemaLeadDocumentType, type SchemaLeadProviderQueryModel, type SchemaLeadProviderResponse, type SchemaLeadProvidersResponse, type SchemaLeadReferenceQueryModel, type SchemaLeadRetrieveReply, type SchemaLeadStatus, type SchemaLeadTransferPayload, type SchemaLeaseOfferDocumentQueryModel, type SchemaLeaseOfferDocumentType, type SchemaLeaseOfferType, type SchemaLeaseType, type SchemaLeaseType_2, type SchemaLegalAid, type SchemaLegalForm, type SchemaLegalForm_2, type SchemaLegalPayloads, type SchemaLegalReferenceQueryModel, type SchemaLegalRiskObjectIdWithRevisionId, type SchemaLength, type SchemaLengthUnit, type SchemaLez, type SchemaLezCity, type SchemaLezPass, type SchemaLezYears, type SchemaLiabilityInfo, type SchemaLiabilityType, type SchemaLiabilityType_2, type SchemaLicense, type SchemaLicensePlateType, type SchemaLicensePlateType_2, type SchemaLink, type SchemaLinkPartyToUserCmd, type SchemaLinkPartyToUserCmdItem, type SchemaLinkPartyToUserParams, type SchemaLinkedCompany, type SchemaLinkedCompanyQueryModel, type SchemaLivingRoomSize, type SchemaLocalisationPatchCmd, type SchemaLocalization, type SchemaLocalized, type SchemaLowerCaseCountryCodes, type SchemaLowerCaseLanguageCodes, type SchemaMachineAcquisitionType, type SchemaMachineDelivery, type SchemaMailEvent, type SchemaMainBuilding, type SchemaMainBuildingType, type SchemaManagement, type SchemaManagementFuturePlans, type SchemaManagementQueryModel, type SchemaMarkSessionAsCompletedModel, type SchemaMarkSessionAsCompletedResponse, type SchemaMaxLoadWeight, type SchemaMaxRoofLoad, type SchemaMaxSpeed, type SchemaMaxVolumeTrunk, type SchemaMaxWeight, type SchemaMembership, type SchemaMercuryModelsAnvaListItem, type SchemaMercuryModelsFasterforwardListItem, type SchemaMergePartiesIntoPartyByIdParams, type SchemaMetadata, type SchemaMimeType, type SchemaMinVolumeTrunk, type SchemaMinimalBicycle, type SchemaMinimalBoat, type SchemaMinimalCar, type SchemaMinimalClaim, type SchemaMinimalCoverageQueryModel, type SchemaMinimalCustomerPartyQueryModel, type SchemaMinimalCustomerPartyQueryModels, type SchemaMinimalDutyOfCareItem, type SchemaMinimalFamily, type SchemaMinimalFleet, type SchemaMinimalInsurancePolicy, type SchemaMinimalInsurancePolicyQueryModel, type SchemaMinimalInventorySummary, type SchemaMinimalInvoice, type SchemaMinimalLegal, type SchemaMinimalMiscellaneous, type SchemaMinimalOfferQueryModel, type SchemaMinimalPartyGroup, type SchemaMinimalPartyQueryModel, type SchemaMinimalPolicyPackage, type SchemaMinimalResidence, type SchemaMinimalRiskObject, type SchemaMinimalRiskObjects, type SchemaMinimalSemiTrailer, type SchemaMinimalTeacher, type SchemaMinimalTrailer, type SchemaMinimalTwoWheeler, type SchemaMinimalUser, type SchemaMinimalUserQueryModels, type SchemaMiscellaneous, type SchemaMiscellaneousRiskObjectIdWithRevisionId, type SchemaMockedDisableTwoFactorRequest, type SchemaMockedTwoFactorVerificationRequest, type SchemaMortgage, type SchemaMostImportantItems, type SchemaMostImportantItems_2, type SchemaMotorType, type SchemaMotorType_2, type SchemaMotorcycleInterests, type SchemaMotorcycleInterests_2, type SchemaMultiAffiliationInfoQueryModel, type SchemaMultiAffiliationQueryModel, type SchemaMultiAnvaAdnCoverageQueryModel, type SchemaMultiAnvaClosingQuestionQueryModel, type SchemaMultiAnvaCoverageQueryModel, type SchemaMultiAnvaInsuranceCompanyQueryModel, type SchemaMultiAnvaInsuranceQueryModel, type SchemaMultiAnvaLabelQueryModel, type SchemaMultiAnvaProductQueryModel, type SchemaMultiAnvaQuestionByAnvaLabelUpdateCmd, type SchemaMultiAnvaTagQueryModel, type SchemaMultiBrokerQueryModel, type SchemaMultiDiasAfdBranchQueryModel, type SchemaMultiDiasProductQueryModel, type SchemaMultiDiasProductSearchQueryModel, type SchemaMultiFlowSessionItemQueryModel, type SchemaMultiFlowSessionQueryModel, type SchemaMultiLeaseOfferQueryModel, type SchemaMultiOfferQueryModel, type SchemaMultiPartyQueryModel, type SchemaMultiQuoteBeSession, type SchemaMultiQuoteNlSession, type SchemaMultiYellowHiveCoverageQueryModel, type SchemaMultiYellowHiveInsuranceQueryModel, type SchemaMultiYellowHiveProductQueryModel, type SchemaNationalIdentificationNumberValidation, type SchemaNatsError, type SchemaNextActionItem, type SchemaNextActionSource, type SchemaNextActionType, type SchemaNotice, type SchemaNumberPlateInfo, type SchemaNumberPlatePremiumResponse, type SchemaOccupationType, type SchemaOfferCampaignQueryModel, type SchemaOfferCreateCmdV2, type SchemaOfferCreateResponse, type SchemaOfferCreateRevisionCmd, type SchemaOfferPatchBulkCmd, type SchemaOfferPayment, type SchemaOfferRejectionCancellationReason, type SchemaOfferRequestForInsuranceCompanyCreateCmd, type SchemaOfferRequestForInsuranceCompanyInsuranceProductItem, type SchemaOfferRequestForInsuranceCompanyItem, type SchemaOfferRequestForInsuranceCompanyItemWithId, type SchemaOfferRequestForInsuranceCompanyParty, type SchemaOfferRevisionDocument, type SchemaOfferRevisionDocumentType, type SchemaOfferRevisionPatchCmd, type SchemaOfferRevisionQueryModel, type SchemaOfferRevisionReferenceQueryModel, type SchemaOfferStatus, type SchemaOfferWarning, type SchemaOmniumFormula, type SchemaOmniumFormulaByName, type SchemaOmniumFormulaByName_2, type SchemaOmniumFormula_2, type SchemaOpenClaimsCheckupItem, type SchemaOptimcoCar, type SchemaOptimcoCarPayload, type SchemaOptimcoDriver, type SchemaOptimcoFamilyPayload, type SchemaOptions, type SchemaOrderInsurancePolicyForAdvisoryReportRevisionParams, type SchemaOrigin, type SchemaOtherSafetySystems, type SchemaOutlook, type SchemaOverdueInvoicesCheckupItem, type SchemaOverrideInsuranceProductRecommendationParams, type SchemaOverridePreventionAdviceRecommendationParams, type SchemaPackagesToProposeCheckupItem, type SchemaPaginatedInsuranceCompanyResponse, type SchemaPaginatedLeadReply, type SchemaPaginatedOffersResponse, type SchemaPaginatedOffersV2Response, type SchemaPagination, type SchemaParcelData, type SchemaPartiesQueryModel, type SchemaPartiesQueryModelItem, type SchemaPartyAddresses, type SchemaPartyAssigneesUpdateCmd, type SchemaPartyCheckupResponse, type SchemaPartyComplianceType, type SchemaPartyConversationNotes, type SchemaPartyCurrentAccountInsightsQueryModel, type SchemaPartyDocument, type SchemaPartyDocumentQueryModel, type SchemaPartyDocumentType, type SchemaPartyDocumentUpload, type SchemaPartyDocuments, type SchemaPartyEntity, type SchemaPartyExternalRefsCreateCmd, type SchemaPartyExternalRefsQueryModel, type SchemaPartyGroupCustomerQueryModel, type SchemaPartyGroupReferenceQueryModel, type SchemaPartyGroupRiskObjectIdWithRevisionId, type SchemaPartyInvite, type SchemaPartyKycItem, type SchemaPartyKycQueryModel, type SchemaPartyLink, type SchemaPartyLinkQueryModel, type SchemaPartyLogoCmd, type SchemaPartyLogoQueryModel, type SchemaPartyMergeCmd, type SchemaPartyNoteCmd, type SchemaPartyOriginFilter, type SchemaPartyOriginFilterItem, type SchemaPartyPatchCmd, type SchemaPartyPreferences, type SchemaPartyPreferencesQueryModel, type SchemaPartyQueryModel, type SchemaPartyRelation, type SchemaPartyRelationCreateCmd, type SchemaPartyRelationQueryModel, type SchemaPartyRelationType, type SchemaPartyRelationType_2, type SchemaPartySocialLinks, type SchemaPartyStatus, type SchemaPartyStatus_2, type SchemaPartyTransferPayload, type SchemaPartyWithMetadata, type SchemaPaymentInterval, type SchemaPaymentIntervalLowerCaseValues, type SchemaPaymentInterval_2, type SchemaPaymentMethod, type SchemaPaymentMethod_2, type SchemaPaymentStatus, type SchemaPedestrianDetection, type SchemaPendingUpgradesReply, type SchemaPerformance, type SchemaPeriodicCash, type SchemaPermittedTowbarDownload, type SchemaPermittedTrailerLoadWithoutBrakes, type SchemaPersonalizedAdvice, type SchemaPersonalizedAdviceResponse, type SchemaPersonnelDetails, type SchemaPhysicalProperties, type SchemaPiaContractConversionStatus, type SchemaPlanQueryModel, type SchemaPlanStatus, type SchemaPlansReply, type SchemaPnpCar, type SchemaPnpCarPayload, type SchemaPnpDriver, type SchemaPnpFamilyPayload, type SchemaPnpHome, type SchemaPnpHomePayload, type SchemaPoliciesToProposeCheckupItem, type SchemaPolicyDocumentType, type SchemaPolicyHolderRelation, type SchemaPolicyHolderRelation_2, type SchemaPolicyPackageCreateCmd, type SchemaPolicyPackageEntity, type SchemaPolicyPackageQueryModel, type SchemaPolicyPackagesQueryModel, type SchemaPossibleInsuranceProductQueryModel, type SchemaPossibleInsuranceProductsQueryModel, type SchemaPossiblePackage, type SchemaPostInsuranceTermsChatFeedbackParams, type SchemaPostInsuranceTermsChatParams, type SchemaPostInsuranceTermsComparisonParams, type SchemaPreferredWayOfContact, type SchemaPremium, type SchemaPremiumQueryModel, type SchemaPreventAdvice, type SchemaPreventionAdvice, type SchemaPreventionAdviceDistributionUpdateCmd, type SchemaPreventionAdviceQueryModel, type SchemaPreventionAdviceRecommendation, type SchemaPreventionAdviceRecommendationPatchCmd, type SchemaPreventionMeasure, type SchemaPreventionPlan, type SchemaPrice, type SchemaPriceQualityRatio, type SchemaPriceRange, type SchemaPriorityTag, type SchemaProductInfo, type SchemaProductV2, type SchemaProductsFilterSort, type SchemaProductsGroupBy, type SchemaProductsV2Filter, type SchemaProductsV2Response, type SchemaProfession, type SchemaProfileaseLeaseRate, type SchemaProfileaseLeaseResidual, type SchemaProfileaseLeaseType, type SchemaProfileaseQuote, type SchemaPromotion, type SchemaPromotionCriteria, type SchemaPromotionModifications, type SchemaPromotionQueryModel, type SchemaPropertyType, type SchemaProspectCreationResponse, type SchemaProspectReferenceQueryModel, type SchemaProspectType, type SchemaProvenanceDocumentReference, type SchemaPublicConnectionQueryModel, type SchemaPublicConnectionsQueryModel, type SchemaPublicDistributionConnectionQueryModel, type SchemaQuestion, type SchemaQuestionGroup, type SchemaQuestionUpdateCmd, type SchemaQuestionnaire, type SchemaQuote, type SchemaQuoteDetails, type SchemaQuoteExport, type SchemaQuoteExportRequest, type SchemaQuoteExportResponse, type SchemaQuoteMailSendRequest, type SchemaQuoteMailSendResponse, type SchemaQuoteReferenceQueryModel, type SchemaQuoteRequestV2Base, type SchemaQuoteResponse, type SchemaQuoteResponseV2, type SchemaQuoteSpecification, type SchemaQuoteStatus, type SchemaRateLimitErrorMsgEnum, type SchemaRearAutomaticEmergencyBraking, type SchemaRearCrossTrafficWarning, type SchemaRecalculateAnvaQuoteRequest, type SchemaRecalculateAnvaSimulationCmd, type SchemaRecalculateDiasQuoteRequest, type SchemaRecalculateDiasSimulationCmd, type SchemaRecalculateYellowHiveQuoteRequest, type SchemaRecalculateYellowHiveSimulationCmd, type SchemaRecommendation, type SchemaRecommendationLevel, type SchemaRecommendationReferenceQueryModel, type SchemaRecommendationsBaseCreateCmd, type SchemaRecommendationsCreateCmd, type SchemaRecommendationsQueryModel, type SchemaRecommendationsV2CreateCmd, type SchemaReconstructionValueDefinedType, type SchemaReference, type SchemaRegex, type SchemaRegistration, type SchemaRelations, type SchemaRentOutTerm, type SchemaRepairCosts, type SchemaReportRevisionStatus, type SchemaReportRevisionStatusSubset, type SchemaResidenceBuildingType, type SchemaResidenceComplianceType, type SchemaResidenceFloodType, type SchemaResidenceMonumentType, type SchemaResidencePreferences, type SchemaResidenceReferenceQueryModel, type SchemaResidenceRiskObjectIdWithRevisionId, type SchemaResidenceTheftProtection, type SchemaResidenceUsage, type SchemaRestrictiveAddress, type SchemaRestrictiveCar, type SchemaRestrictiveDriveAssistanceSystem, type SchemaRestrictiveDriver, type SchemaRetrieveAdvisoryReportFrontPageStandalonePdfParams, type SchemaRetrieveFlowResponse, type SchemaRetrieveQuestionnaireResponse, type SchemaRetrieveQuotesBatchResponse, type SchemaRetrieveQuotesExportsResponse, type SchemaRetrieveQuotesInsightsResponse, type SchemaRideHeight, type SchemaRiskAddress, type SchemaRiskAnalysisSubjects, type SchemaRiskData, type SchemaRiskDomain, type SchemaRiskDomainActionQueryModel, type SchemaRiskDomainAdviceQueryModel, type SchemaRiskDomainDistributionUpdateCmd, type SchemaRiskDomainQueryModel, type SchemaRiskDomainsQueryModel, type SchemaRiskObject, type SchemaRiskObjectCarType, type SchemaRiskObjectCarType_2, type SchemaRiskObjectComplianceItem, type SchemaRiskObjectComplianceQueryModel, type SchemaRiskObjectCreationError, type SchemaRiskObjectCreationResponse, type SchemaRiskObjectEntity, type SchemaRiskObjectExternalRefsCreateCmd, type SchemaRiskObjectExternalRefsQueryModel, type SchemaRiskObjectFamilyType, type SchemaRiskObjectInFleet, type SchemaRiskObjectLegalType, type SchemaRiskObjectPartyGroupType, type SchemaRiskObjectPartyRelation, type SchemaRiskObjectReferenceQueryModel, type SchemaRiskObjectRelationCreateCmd, type SchemaRiskObjectRelationQueryModel, type SchemaRiskObjectRelationUpdateCmd, type SchemaRiskObjectResidenceType, type SchemaRiskObjectRevisionIds, type SchemaRiskObjectRevisions, type SchemaRiskObjectTeacherType, type SchemaRiskObjectTwoWheelerType, type SchemaRiskObjectType, type SchemaRiskObjectType_2, type SchemaRiskObjectsWithRevision, type SchemaRizivConventionStatus, type SchemaRizivConventionStatus_2, type SchemaRizivMember, type SchemaRoleFilter, type SchemaRoleFilterType, type SchemaRollingWorkEquipmentType, type SchemaRollingWorkEquipmentType_2, type SchemaRoofConstructionType, type SchemaRoofTypes, type SchemaRooms, type SchemaRules, type SchemaSafety, type SchemaSafetyFeatureOption, type SchemaSafetyStickCar, type SchemaSafetyStickCarPayload, type SchemaSafetyStickDriver, type SchemaSalaryCoefficient, type SchemaSalaryCoefficient_2, type SchemaSatelliteProtection, type SchemaSatelliteProtectionSystem, type SchemaSatelliteProtectionSystem_2, type SchemaSavingTypes, type SchemaSavingTypes_2, type SchemaSearchAddress, type 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 SchemaTableColumn, type SchemaTableRules, type SchemaTag, type SchemaTagContentItem, type SchemaTankLocationType, type SchemaTax, type SchemaTaxBaseBe, type SchemaTaxField, type SchemaTaxPaymentDetails, type SchemaTaxPaymentTime, type SchemaTeacherRiskObjectIdWithRevisionId, type SchemaTeams, type SchemaTechnicalEquipmentType, type SchemaTechniekNederlandTypeOfCompany, type SchemaTechniekNederlandTypeOfCompanySpecification, type SchemaTechniekNederlandTypeOfCompanySpecification_2, type SchemaTechniekNederlandTypeOfCompany_2, type SchemaTelephoneNr, type SchemaTheftFormulas, type SchemaTheftFormulas_2, type SchemaTheme, type SchemaThemes, type SchemaThirdPartyActivity, type SchemaThirdPartyConstructionWorkInsuranceType, type SchemaThirdPartyConstructionWorkInsuranceType_2, type SchemaTitleAndMessageResponse, type SchemaTokenReply, type SchemaToolkitAccountCreateCmd, type SchemaToolkitBrokerCreateCmd, type SchemaToolkitBrokerCreationResponse, type SchemaToolkitLicenseType, type SchemaTrailerRiskObjectIdWithRevisionId, type SchemaTrailerTonnageCategory, type SchemaTrailerType, type SchemaTrailerType_2, type SchemaTransferCandidatesCheckupItem, type SchemaTransferLeadByIdParams, type SchemaTransferPartyByIdParams, type SchemaTransmissionType, type SchemaTransmissionType_2, type SchemaTransportInfo, type SchemaTravelMethods, type SchemaTravelMethods_2, type SchemaTravelsAYear, type SchemaTravelsAYear_2, type SchemaTriageEmailParams, type SchemaTriageResponse, type SchemaTrialOnboarding, type SchemaTrinityHandlersNatsOnboardingModelsUserIdResponse, type SchemaTrinityModelsUserAccountCreateCmdBroker, type SchemaTrinityModelsUserAccountCreateCmdDistribution, type SchemaTrinityModelsUserAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserToolkitAccountCreateCmdBroker, type SchemaTrinityModelsUserToolkitAccountCreateCmdDistribution, type SchemaTrinityModelsUserToolkitAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserTrialOnboardingDistribution, type SchemaTrinityModelsUserTrialOnboardingUserOVerwrite, type SchemaTruckDestination, type SchemaTruckDestination_2, type SchemaTurnover, type SchemaTwoFactorCreateCmd, type SchemaTwoFactorDisableCmd, type SchemaTwoFactorResponse, type SchemaTwoWheelerCategories, type SchemaTwoWheelerReferenceQueryModel, type SchemaTwoWheelerRiskObjectIdWithRevisionId, type SchemaTwoWheelerVehicleType, type SchemaTypeOfWork, type SchemaTypeOfWork_2, type SchemaTypedKeys, type SchemaUnitOfLength, type SchemaUnitOfLength_2, type SchemaUpdateAdvicesByInsuranceProductInDistributionParams, type SchemaUpdateAdvisoryReportAcceptanceByIdParams, type SchemaUpdateAdvisoryReportMetadataByIdParams, type SchemaUpdateBicycleRiskObjectByIdV2Params, type SchemaUpdateBoatRiskObjectByIdV2Params, type SchemaUpdateBrokerByIdParams, type SchemaUpdateBrokerConnectionByKeyParams, type SchemaUpdateCampaignAssistantAvatarCmd, type SchemaUpdateCampaignByIdParams, type SchemaUpdateCampaignCmd, type SchemaUpdateCampaignLogoCmd, type SchemaUpdateCarRiskObjectByIdV2Params, type SchemaUpdateCustomThemeAsDistributionParams, type SchemaUpdateDistributionConnectionByKeyParams, type SchemaUpdateDocumentByPartyIdParams, type SchemaUpdateFamilyRiskObjectByIdV2Params, type SchemaUpdateInsuranceProductClauseParams, type SchemaUpdateInsuranceProductInDistributionParams, type SchemaUpdateIntegrationsByBrokerIdParams, type SchemaUpdateLegalRiskObjectByIdV2Params, type SchemaUpdateMeUserByIdParams, type SchemaUpdateMiscellaneousRiskObjectByIdV2Params, type SchemaUpdateOfferRevisionParams, type SchemaUpdateOffersInBulkParams, type SchemaUpdatePartyActivityParams, type SchemaUpdatePartyAssigneesParams, type SchemaUpdatePartyByIdParams, type SchemaUpdatePartyGroupRiskObjectByIdV2Params, type SchemaUpdatePartyNoteByIdParams, type SchemaUpdatePasswordCmd, type SchemaUpdatePasswordForUserByUserIdParams, type SchemaUpdatePreventionAdviceInDistributionParams, type SchemaUpdateRelationByIdParams, type SchemaUpdateResidenceRiskObjectByIdV2Params, type SchemaUpdateRiskDomainActionFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainAdviceFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainInDistributionParams, type SchemaUpdateRiskObjectRelationByIdParams, type SchemaUpdateSemiTrailerRiskObjectByIdV2Params, type SchemaUpdateSessionCmd, type SchemaUpdateSettingsByDistributionIdParams, type SchemaUpdateTrailerRiskObjectByIdV2Params, type SchemaUpdateTwoWheelerRiskObjectByIdV2Params, type SchemaUpdateUspByIdParams, type SchemaUpdatedRiskObjectRevisionReply, type SchemaUploadDocumentPatchCmd, type SchemaUploadSignedUrlResponse, type SchemaUpsertActionFromAdviceInAdvisoryReportRevisionParams, type SchemaUpsertFaqItemParams, type SchemaUpsertInsurancePolicyForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicyPackageForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicySimulationForPartyParams, type SchemaUpsertPolicyPackageByPartyParams, type SchemaUserMeUpdateCmd, type SchemaUserRole, type SchemaValidator, type SchemaValuableItem, type SchemaValueUnitInt, type SchemaValueUnitStr, type SchemaVatType, type SchemaVatType_2, type SchemaVehicleRegistrationDateType, type SchemaVehicleRegistrationPlateValidation, type SchemaVehicleSearch, type SchemaVerifyIfADistributionExistsByCompanyRegistrationParams, type SchemaVerifyIfADistributionExistsByNameParams, type SchemaVerifyIfAUserExistsByEmailParams, type SchemaVersion, type SchemaVersionSortContext, type SchemaVillasureHomePayload, type SchemaVinInfo, type SchemaVinPremiumResponse, type SchemaViviumCar, type SchemaViviumCarPayload, type SchemaViviumDriver, type SchemaViviumFamilyPayload, type SchemaViviumHome, type SchemaViviumHomePayload, type SchemaVoltage, type SchemaWageBill, type SchemaWarningMsg, type SchemaWarranyOptions, type SchemaWarranyOptions_2, type SchemaWeightEmpty, type SchemaWgBeApiAddressModelsAddressAddress, type SchemaWgBeApiAddressModelsAddressInformationV2Company, type SchemaWgBeApiAddressModelsAddressInformationV2Link, type SchemaWgBeApiAddressModelsPersonsDirectorsCompany, type SchemaWgBeApiAddressModelsVatCompanyActivity, type SchemaWgBeApiAddressModelsVatCompanyAssetInfo, type SchemaWgBeApiAddressModelsVatCompanyContactPerson, type SchemaWgBeApiAddressModelsVatCompanyFleetInfo, type SchemaWgBeApiAddressModelsVatCompanyLink, type SchemaWgBeApiAddressModelsVatCompanyPersonnelDetails, type SchemaWgBeApiAddressModelsVatCompanyThirdPartyActivity, type SchemaWgBeApiAddressModelsVatCompanyTurnover, type SchemaWgBeApiAddressModelsVatCompanyWorkforce, type SchemaWgBeApiQuotesModelsBaseLocalization, type SchemaWgBeApiQuotesModelsBaseLocalization_2, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsCar, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsFamily, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsLegal, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsPartyGroup, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsResidence, type SchemaWgPyModelsComplexAddress, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoMachineDelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoPeriodicCash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoSiloCapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoMachinedelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoPeriodiccash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoSilocapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorksConstructionWorkDuration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworksConstructionworkduration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactPerson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactperson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFleetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalAid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalaid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyManagementFunction, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonnelDetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonneldetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdPartyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdpartyactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWageBill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWagebill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsAnnexAnnex, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverAssistanceSystemDriveAssistanceSystem, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverCarInsured, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriver, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsInsuranceHistoryInsuranceHistory, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsPersonPerson, type SchemaWgPyModelsDomainInsuranceInsurancesAedesAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzEnumsCarUsedFor, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesAragLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesArcesLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesAxaAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAxaCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsHolderState, type SchemaWgPyModelsDomainInsuranceInsurancesAxaFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesDasLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralParty, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralPartyGroup, type SchemaWgPyModelsDomainInsuranceInsurancesEuromexLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesLarLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesPnpFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesViviumCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesViviumFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumResidenceRooms, type SchemaWgPyModelsDomainInsuranceProspectCompany, type SchemaWgPyModelsDomainInsuranceProspectCompany_2, type SchemaWgPyModelsDomainInsuranceProspectCustomer, type SchemaWgPyModelsDomainInsuranceProspectCustomer_2, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferences, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferencesFuneralPreference, type SchemaWgPyModelsDomainInsuranceProspectPartypreferences, type SchemaWgPyModelsDomainInsuranceProspectPartypreferencesFuneralpreference, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesPartyExternalRefsQueryModel, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBicycleBicycle, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBoatBoat, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsCarCar, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsMiscMiscellaneous, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerSemiTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainInsuranceRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyPerson, type SchemaWgPyModelsDomainInsuranceRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceAnnexAnnex, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingFacade, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingMainBuilding, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidencePreferencesResidencePreferences, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceRoomsRooms, type SchemaWgPyModelsDomainInsuranceRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccident, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccidentStatement, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarInsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarinsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverbrandclubmembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleusage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainWegroupComplexAddress, type SchemaWgPyModelsDomainWegroupComplexAddress_2, type SchemaWgPyModelsDomainWegroupComplexCompanyRegistration, type SchemaWgPyModelsDomainWegroupComplexCompanyregistration, type SchemaWgPyModelsDomainWegroupComplexLocalization, type SchemaWgPyModelsDomainWegroupEnumsCarUsedFor, type SchemaWgPyModelsDomainWegroupEnumsClaimFreeYears, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsCurrency, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsGender, type SchemaWgPyModelsDomainWegroupEnumsHolderState, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes_2, type SchemaWgPyModelsDomainWegroupEnumsMiscellaneousType, type SchemaWgPyModelsDomainWegroupEnumsOfferRevisionDocumentType, type SchemaWgPyModelsDomainWegroupEnumsProfession, type SchemaWgPyModelsDomainWegroupEnumsProspectType, type SchemaWgPyModelsDomainWegroupEnumsProspectType_2, type SchemaWgPyModelsDomainWegroupRestResponsesStatusResponse, type SchemaWgPyModelsEnumsCoveragePeriod, type SchemaWgPyModelsEnumsCoverageperiod, type SchemaWgPyModelsNatsCompany, type SchemaWgPyModelsSmtReadInsuranceInsuranceProductQueryModelRiskDomain, type SchemaWgPyModelsSmtReadProspectExternalRefsQueryModel, type SchemaWgPyModelsSmtReadProspectManagementQueryModel, type SchemaWgPyModelsSmtReadProspectPartyDocumentQueryModel, type SchemaWgPyModelsSmtReadProspectPartyLogoQueryModel, type SchemaWgPyModelsUserCompany, type SchemaWgsdkQuotesCarEvaluationType, type SchemaWgsdkQuotesCountryCodes, type SchemaWgsdkSmtAccident, type SchemaWgsdkSmtAccidentStatement, type SchemaWgsdkSmtCarEvaluationType, type SchemaWgsdkSmtCountryCodes, type SchemaWgsdkSmtCoveragePeriod, type SchemaWgsdkSmtGender, type SchemaWgsdkSmtInsuranceHistory, type SchemaWgsdkSmtProfession, type SchemaWheelBase, type SchemaWheelBaseArray, type SchemaWheelRimSizeArray, type SchemaWheelRimsSize, type SchemaWheelSize, type SchemaWheelSizeArray, type SchemaWidth, type SchemaWindow, type SchemaWorkforce, type SchemaWorkforcePossibleDanger, type SchemaWorkingMethod, type SchemaYellowHiveCoverage, type SchemaYellowHiveInsurance, type SchemaYellowHiveInsurancePolicy, type SchemaYellowHiveProduct, type SchemaYellowHiveProductQuestionnaire, type SchemaYellowHiveProductQuestionnaireQueryModel, type SchemaYellowHiveProductQuestionnairesQueryModel, type SchemaYellowHiveProductQuestionnairesUpdateCmd, type SchemaYellowHiveProductQuestionnairesValidateCmd, type SchemaYellowHiveProductToInsurancePolicyLink, type SchemaYellowHiveProductsInConversationCmd, type SchemaYellowHiveQuote, type SchemaYellowHiveQuoteCalculationJob, type SchemaYellowHiveQuoteCalculationJobsQueuedResponse, type SeachStreetsByCityAndCountryQueryParams, type SeachStreetsByCityAndCountryResponse, type SearchAddressesByCountryQueryParams, type SearchAddressesByCountryResponse, type SearchCitiesByCountryQueryParams, type SearchCitiesByCountryResponse, type SearchDirectorsByFirstAndLastNameQueryParams, type SearchDirectorsByFirstAndLastNameResponse, type SearchEnterprisesByCountryQueryParams, type SearchEnterprisesByCountryResponse, type SearchVehiclesBody, type SearchVehiclesQueryParams, type SearchVehiclesResponse, type SendAdvisoryReportAsMailBody, type SendAdvisoryReportAsMailPathParams, type SendAdvisoryReportAsMailQueryParams, type SendAdvisoryReportAsMailResponse, type SendAnvaInquiryAsCustomerBody, type SendAnvaInquiryAsCustomerResponse, type SendClaimToKeypointPathParams, type SendClaimToKeypointQueryParams, type SendClaimToKeypointResponse, type SendExampleCampaignTargetMailQueryParams, type SendExampleCampaignTargetMailResponse, type SendMailClaimReportByIdPathParams, type SendMailClaimReportByIdQueryParams, type SendMailClaimReportByIdResponse, type SendMailFollowupPageToCustomerPathParams, type SendMailFollowupPageToCustomerQueryParams, type SendMailFollowupPageToCustomerResponse, type SendMailForSimulationToPartyBody, type SendMailForSimulationToPartyPathParams, type SendMailForSimulationToPartyQueryParams, type SendMailForSimulationToPartyResponse, type SendOfferMailBySessionIdBody, type SendOfferMailBySessionIdPathParams, type SendOfferMailBySessionIdQueryParams, type SendOfferMailBySessionIdResponse, type SendOfferToAnvaBySessionIdPathParams, type SendOfferToAnvaBySessionIdQueryParams, type SendOfferToAnvaBySessionIdResponse, type SendPasswordResetToCustomerPathParams, type SendPasswordResetToCustomerResponse, type SendQuoteAsMailBody, type SendQuoteAsMailPathParams, type SendQuoteAsMailQueryParams, type SendQuoteAsMailResponse, type SetAskLaterQuestionsBody, type SetAskLaterQuestionsResponse, type TransferLeadToOtherDistributionBody, type TransferLeadToOtherDistributionPathParams, type TransferLeadToOtherDistributionQueryParams, type TransferLeadToOtherDistributionResponse, type TransferPartyToOtherDistributionBody, type TransferPartyToOtherDistributionPathParams, type TransferPartyToOtherDistributionQueryParams, type TransferPartyToOtherDistributionResponse, type TriageEmailBody, type TriageEmailResponse, type UnblockCustomerFromAccessingPartyPathParams, type UnblockCustomerFromAccessingPartyResponse, type UnlockClaimPathParams, type UnlockClaimQueryParams, type UnlockClaimResponse, type UpdateAdvisoryReportBody, type UpdateAdvisoryReportPathParams, type UpdateAdvisoryReportQueryParams, type UpdateAdvisoryReportResponse, type UpdateAnvaflowsQuestionnaireBody, type UpdateAnvaflowsQuestionnairePathParams, type UpdateAnvaflowsQuestionnaireQueryParams, type UpdateAnvaflowsQuestionnaireResponse, type UpdateBicycleRiskObjectBody, type UpdateBicycleRiskObjectPathParams, type UpdateBicycleRiskObjectQueryParams, type UpdateBicycleRiskObjectResponse, type UpdateBoatRiskObjectBody, type UpdateBoatRiskObjectPathParams, type UpdateBoatRiskObjectQueryParams, type UpdateBoatRiskObjectResponse, type UpdateBrokerByBrokerBody, type UpdateBrokerByBrokerPathParams, type UpdateBrokerByBrokerResponse, type UpdateBrokerConnectionByKeyBody, type UpdateBrokerConnectionByKeyPathParams, type UpdateBrokerConnectionByKeyResponse, type UpdateBrokerIntegrationsBody, type UpdateBrokerIntegrationsPathParams, type UpdateBrokerIntegrationsResponse, type UpdateCampaignBody, type UpdateCampaignPathParams, type UpdateCampaignQueryParams, type UpdateCampaignResponse, type UpdateCarRiskObjectBody, type UpdateCarRiskObjectPathParams, type UpdateCarRiskObjectQueryParams, type UpdateCarRiskObjectResponse, type UpdateClaimAsBrokerByIdPathParams, type UpdateClaimAsBrokerByIdQueryParams, type UpdateClaimAsBrokerByIdResponse, type UpdateClaimAsCustomerWithTokenPathParams, type UpdateClaimAsCustomerWithTokenQueryParams, type UpdateClaimAsCustomerWithTokenResponse, type UpdateCommentOnActivityPathParams, type UpdateCommentOnActivityQueryParams, type UpdateCommentOnActivityResponse, type UpdateConversationByIdBody, type UpdateConversationByIdPathParams, type UpdateConversationByIdResponse, type UpdateDeclarationRemarkPathParams, type UpdateDeclarationRemarkQueryParams, type UpdateDeclarationRemarkResponse, type UpdateDiasQuestionnaireBody, type UpdateDiasQuestionnairePathParams, type UpdateDiasQuestionnaireQueryParams, type UpdateDiasQuestionnaireResponse, type UpdateDistributionConnectionByKeyBody, type UpdateDistributionConnectionByKeyPathParams, type UpdateDistributionConnectionByKeyResponse, type UpdateDistributionIntegrationsPathParams, type UpdateDistributionIntegrationsResponse, type UpdateDistributionSettingsBody, type UpdateDistributionSettingsResponse, type UpdateDocumentForPartyBody, type UpdateDocumentForPartyPathParams, type UpdateDocumentForPartyResponse, type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse, type UpdateDocumentMetadataByIdPathParams, type UpdateDocumentMetadataByIdQueryParams, type UpdateDocumentMetadataByIdResponse, type UpdateEntityAsBrokerByIdPathParams, type UpdateEntityAsBrokerByIdQueryParams, type UpdateEntityAsBrokerByIdResponse, type UpdateEntityAsCustomerWithTokenPathParams, type UpdateEntityAsCustomerWithTokenQueryParams, type UpdateEntityAsCustomerWithTokenResponse, type UpdateFamilyRiskObjectBody, type UpdateFamilyRiskObjectPathParams, type UpdateFamilyRiskObjectQueryParams, type UpdateFamilyRiskObjectResponse, type UpdateFleetRiskObjectBody, type UpdateFleetRiskObjectPathParams, type UpdateFleetRiskObjectQueryParams, type UpdateFleetRiskObjectResponse, type UpdateInsuranceProductByDistributionBody, type UpdateInsuranceProductByDistributionPathParams, type UpdateInsuranceProductByDistributionResponse, type UpdateInsuranceProductClauseForDistributionBody, type UpdateInsuranceProductClauseForDistributionPathParams, type UpdateInsuranceProductClauseForDistributionQueryParams, type UpdateInsuranceProductClauseForDistributionResponse, type UpdateLegalRiskObjectBody, type UpdateLegalRiskObjectPathParams, type UpdateLegalRiskObjectQueryParams, type UpdateLegalRiskObjectResponse, type UpdateMiscellaneousRiskObjectBody, type UpdateMiscellaneousRiskObjectPathParams, type UpdateMiscellaneousRiskObjectQueryParams, type UpdateMiscellaneousRiskObjectResponse, type UpdateNotePathParams, type UpdateNoteQueryParams, type UpdateNoteResponse, type UpdateOfferByIdBody, type UpdateOfferByIdPathParams, type UpdateOfferByIdResponse, type UpdateOffersInBulkBody, type UpdateOffersInBulkResponse, type UpdatePartyActivitiesAsCustomerBody, type UpdatePartyActivitiesAsCustomerPathParams, type UpdatePartyActivitiesAsCustomerResponse, type UpdatePartyAssigneesBody, type UpdatePartyAssigneesPathParams, type UpdatePartyAssigneesQueryParams, type UpdatePartyAssigneesResponse, type UpdatePartyByIdBody, type UpdatePartyByIdPathParams, type UpdatePartyByIdResponse, type UpdatePartyGroupRiskObjectBody, type UpdatePartyGroupRiskObjectPathParams, type UpdatePartyGroupRiskObjectQueryParams, type UpdatePartyGroupRiskObjectResponse, type UpdatePartyNoteByIdBody, type UpdatePartyNoteByIdPathParams, type UpdatePartyNoteByIdResponse, type UpdatePartyRelationsBody, type UpdatePartyRelationsPathParams, type UpdatePartyRelationsResponse, type UpdatePreventionByDistributionBody, type UpdatePreventionByDistributionPathParams, type UpdatePreventionByDistributionResponse, type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody, type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams, type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse, type UpdateRelationBetweenRiskObjectAndPartyBody, type UpdateRelationBetweenRiskObjectAndPartyPathParams, type UpdateRelationBetweenRiskObjectAndPartyQueryParams, type UpdateRelationBetweenRiskObjectAndPartyResponse, type UpdateResidenceRiskObjectBody, type UpdateResidenceRiskObjectPathParams, type UpdateResidenceRiskObjectQueryParams, type UpdateResidenceRiskObjectResponse, type UpdateRiskDomainActionForAdvisoryReportByIdBody, type UpdateRiskDomainActionForAdvisoryReportByIdPathParams, type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams, type UpdateRiskDomainActionForAdvisoryReportByIdResponse, type UpdateRiskDomainAdviceForAdvisoryReportByIdBody, type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse, type UpdateRiskDomainByDistributionBody, type UpdateRiskDomainByDistributionPathParams, type UpdateRiskDomainByDistributionResponse, type UpdateSemiTrailerRiskObjectBody, type UpdateSemiTrailerRiskObjectPathParams, type UpdateSemiTrailerRiskObjectQueryParams, type UpdateSemiTrailerRiskObjectResponse, type UpdateTargetsByCampaignPathParams, type UpdateTargetsByCampaignQueryParams, type UpdateTargetsByCampaignResponse, type UpdateTrailerRiskObjectBody, type UpdateTrailerRiskObjectPathParams, type UpdateTrailerRiskObjectQueryParams, type UpdateTrailerRiskObjectResponse, type UpdateTwoWheelerRiskObjectBody, type UpdateTwoWheelerRiskObjectPathParams, type UpdateTwoWheelerRiskObjectQueryParams, type UpdateTwoWheelerRiskObjectResponse, type UpdateUspByDistributionAndIdBody, type UpdateUspByDistributionAndIdPathParams, type UpdateUspByDistributionAndIdQueryParams, type UpdateUspByDistributionAndIdResponse, type UpdateYellowhiveQuestionnaireBody, type UpdateYellowhiveQuestionnairePathParams, type UpdateYellowhiveQuestionnaireQueryParams, type UpdateYellowhiveQuestionnaireResponse, type UpdateYourOwnUserBody, type UpdateYourOwnUserResponse, type UpdateYourPasswordBody, type UpdateYourPasswordResponse, type UploadClaimDocumentAsBrokerPathParams, type UploadClaimDocumentAsBrokerQueryParams, type UploadClaimDocumentAsBrokerResponse, type UpsertAnvaClosingQuestionsBody, type UpsertAnvaClosingQuestionsQueryParams, type UpsertAnvaClosingQuestionsResponse, type UpsertDistributionFaqBody, type UpsertDistributionFaqQueryParams, type UpsertDistributionFaqResponse, type UpsertInsurancePoliciesForPartyBody, type UpsertInsurancePoliciesForPartyPathParams, type UpsertInsurancePoliciesForPartyResponse, type UpsertInsurancePolicySimulationForPartyBody, type UpsertInsurancePolicySimulationForPartyPathParams, type UpsertInsurancePolicySimulationForPartyResponse, type UpsertPolicyPackagesForPartyBody, type UpsertPolicyPackagesForPartyPathParams, type UpsertPolicyPackagesForPartyResponse, type V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostQueryParams, type V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostResponse, type V1ApiIntegrationsAnvaPartiesGetQueryParams, type V1ApiIntegrationsAnvaPartiesGetResponse, type V1ApiIntegrationsAnvaValidatePostQueryParams, type V1ApiIntegrationsAnvaValidatePostResponse, type ValidateAChassisNumberResponse, type ValidateACompanyRegistrationNumberResponse, type ValidateANationalIdentificationNumberBody, type ValidateANationalIdentificationNumberResponse, type ValidateATelephonenrResponse, type ValidateAVehicleRegistrationPlateBody, type ValidateAVehicleRegistrationPlateResponse, type ValidateAWebsiteResponse, type ValidateAnEmailResponse, type ValidateAnFsmaResponse, type ValidateAnIbanBody, type ValidateAnIbanResponse, type ValidateAnvaConnectionQueryParams, type ValidateAnvaConnectionResponse, type ValidateAnvaDwhConnectionQueryParams, type ValidateAnvaDwhConnectionResponse, type ValidateAnvaflowsQuestionnaireBody, type ValidateAnvaflowsQuestionnairePathParams, type ValidateAnvaflowsQuestionnaireQueryParams, type ValidateAnvaflowsQuestionnaireResponse, type ValidateClaimPathParams, type ValidateClaimQueryParams, type ValidateClaimResponse, type ValidateDiasQuestionnaireBody, type ValidateDiasQuestionnairePathParams, type ValidateDiasQuestionnaireQueryParams, type ValidateDiasQuestionnaireResponse, type ValidateFasterforwardConnectionQueryParams, type ValidateFasterforwardConnectionResponse, type ValidatePromotionsResponse, type ValidateYellowhiveQuestionnaireBody, type ValidateYellowhiveQuestionnairePathParams, type ValidateYellowhiveQuestionnaireQueryParams, type ValidateYellowhiveQuestionnaireResponse, type VerifyIfADistributionExistsByCompanyRegistrationBody, type VerifyIfADistributionExistsByCompanyRegistrationQueryParams, type VerifyIfADistributionExistsByCompanyRegistrationResponse, type VerifyIfADistributionExistsByNameBody, type VerifyIfADistributionExistsByNameQueryParams, type VerifyIfADistributionExistsByNameResponse, type VerifyIfAUserExistsByEmailBody, type VerifyIfAUserExistsByEmailQueryParams, type VerifyIfAUserExistsByEmailResponse, type WgApiSchema, type WgPaths, acceptOrRejectAnAdvisoryReport, analyzeEmail, answerAFlowDirectly, answerAFlowSession, blockCustomerFromAccessingParty, calculateAnvaquotesBySessionId, calculateCarLeaseQuote, calculateDiasQuotesBySessionId, calculateQuotesV2, calculateYellowhiveQuotesBySessionId, claimReportById, claimRequestUpdate, commentOnActivity, type components, createAccidentsForParty, createAccount, createAdvisoryReport, createAdvisoryReportRevision, createAdvisoryReportRevisionV2, createAdvisoryReportStepSettings, createAnvaParty, createAnvaTask, createAnvaflowTags, createBicycleRiskObject, createBoatRiskObject, createBrokerConnectionsById, createCampaign, createCarRiskObject, createClaimAsBroker, createClaimAsCustomer, createCompanyLead, createConversation, createConversationReminder, createCustomerLead, createDiasContactPerson, createDistributionConnectionById, createDistributionTag, createDocumentForClaim, createDocumentForClaimAsCustomer, createDocumentForParty, createEntityAsBroker, createEntityAsCustomerWithToken, createFamilyRiskObject, createInsurancePoliciesForParty, createInsuranceProductClauseForDistribution, createLegalParty, createLegalRiskObject, createLockForClaim, createMiscellaneousRiskObject, createNaturalParty, createNoteOnEvent, createNoteOnEventAsCustomer, createOfferRevision, createOrReplaceInsurancePolicyForAdvisoryReportById, createOrReplacePolicyPackagesForAdvisoryReportById, createPartyActivitiesAsCustomer, createPartyByEnrichingWithEnrichingWithCompanyRegistration, createPartyGroupRiskObject, createPartyNote, createPartyOffers, createPartyRelations, createProfileaseCarLeaseOffer, createProflowSessionByBatchId, createRecommendationByPartyId, createRecommendationBySessionId, createReferenceForParty, createReferencesForRiskObject, createRelationBetweenRiskObjectAndParty, createRiskDomainActionForAdvisoryReportById, createRiskDomainActionFromAdviceForAdvisoryReportById, createRiskDomainAdviceForAdvisoryReportById, createRiskDomainForAdvisoryReportById, createSemiTrailerRiskObject, createToolkitAccount, createToolkitBroker, createTrailerRiskObject, createTrialBroker, createUploadLinkAsCustomer, createUspItemForDistribution, createYellowhiveContactPerson, deleteAdvisoryReport, deleteAdvisoryReportRevision, deleteAllSessionsBySessionId, deleteAnvaClosingQuestions, deleteBrokerConnectionByKey, deleteClaimAsBrokerById, deleteCommentOnActivity, deleteDistributionConnectionByKey, deleteDistributionFaq, deleteDistributionTag, deleteDocumentById, deleteDocumentByIdAsCustomerWithToken, deleteDocumentForParty, deleteEntityAsBrokerById, deleteEntityByIdAsCustomerWithToken, deleteEntityBySessionIdAndFlowId, deleteInsurancePoliciesForParty, deleteInsurancePolicyForAdvisoryReportById, deleteInsuranceProductClauseForDistribution, deleteNote, deletePartyActivitiesAsCustomer, deletePartyEntityBySessionIdAndFlowId, deletePartyNoteById, deletePartyRelations, deletePolicyPackagesForParty, deleteRelationBetweenRiskObjectAndParty, deleteRiskDomainActionForAdvisoryReportById, deleteRiskDomainAdviceForAdvisoryReportById, deleteRiskDomainForAdvisoryReportById, deleteRiskObjectById, deleteSessionBySessionId, deleteUspByDistributionAndId, delinkPartyToUser, disable2FaByUser, disable2FaForCustomer, downloadDocumentById, editInsuranceProductAdviceByDistribution, editInsuranceProductDescriptionsByDistribution, enable2Fa, enqueueCalculationAnvaquotesBySessionId, enqueueSendCustomQuotesToAnvaBySessionId, enqueueSendOfferToAnvaBySessionId, enrichPartyByIdWithExternalCompanyData, exportAdvisoryReportById, exportPartyById, exportQuoteById, extractInsurancePoliciesForOneDocument, extractInsurancePoliciesForOneDocumentEnqueue, extractManyDocumentInBatch, extractOffersForOneDocument, extractOffersForOneDocumentEnqueue, extractOneDocument, extractOneDocumentEnqueue, extractPartyForOneDocumentEnqueue, extractWebsiteTheme, generateCompanyDescription, generateDistributionAboutUsCompletion, generateDnsPrefix, generateDocxDocumentOfAdvisoryReportById, generateFlowQuestionnaire, generateFlowQuestionnaireDocument, generateOfferRequestForInsuranceCompanyDocx, generateOfferRequestForInsuranceCompanyPdf, generatePdfOfAdvisoryReportById, generatePersonalizationAdviceForAdvisoryReport, generatePossibleProductsBySessionV2, generateQuestionsToPrefillByCar, generateStandaloneFrontPagePdfOfAdvisoryReportAsExample, generateTokenForSocialLoginFlowAsBroker, get2FaByUser, getActivityByParty, getAddressInfo, getAddressInfoFreemium, getAdvicesPerInsuranceProduct, getAdvisoryReportById, getAdvisoryReportExportOptions, getAdvisoryReportRevisionDiff, getAllActivityTypes, getAllAdvisoryReports, getAllAvailableAffiliations, getAllAvailablePlans, getAllAvailableThemesInWegroup, getAllBrokersLinkedToCurrentUser, getAllCampaignTemplates, getAllCampaignsByDistribution, getAllCarClaimCategories, getAllClaimsAsBroker, getAllConversations, getAllCustomersByDistribution, getAllEnums, getAllLeadsByDistribution, getAllLeaseOffersByDistribution, getAllPartiesByDistribution, getAllPartiesByDistributionV2, getAllRiskObjectsByPartyId, getAllRiskObjectsByPartyIdV2, getAllSessionsBySessionId, getAllVehicleBrands, getAllVehicleSeriesByBrandKey, getAllVehicleVersionsBySeriesId, getAnvaAgents, getAnvaClosingQuestions, getAnvaCollectionMethods, getAnvaEmployees, getAnvaLabels, getAnvaMutationReasons, getAnvaParties, getAnvaProducts, getAnvaproductById, getAnvaproducts, getArtifactFromEventById, getAssuEmployees, getAvailableFlowsForDistributionInfo, getBrokerByAnvaProducerId, getBrokerByAnvaRelationMangerId, getBrokerConnectionsById, getBrokerIntegrations, getCampaignById, getCampaignSettingsByDistribution, getCampaignTargetMailTemplate, getCarLeaseRates, getChatBySessionId, getChatSummaryV2BySessionId, getCheckupByPartyId, getClaimAsBrokerById, getClaimAsCustomerWithToken, getClaimByIdAsCustomer, getClaimEventsAsBrokerById, getClaimEventsAsCustomer, getClaimsAsCustomer, getClaimsAsParty, getClaimsAsPartyById, getComplianceByRiskObjectId, getConversationById, getConversationNotes, getConversationReportPdfById, getConversationsOriginFilter, getCurrentAccountInsightsAsCustomer, getCurrentAccountInsightsAsParty, getCurrentBrokerOfTheUser, getCustomersByParty, getDiasAfdbranches, getDiasCollectionMethods, getDiasEmployees, getDiasParties, getDiasProducts, getDiasflowProductById, getDiasflowProducts, getDistributionActivity, getDistributionAffiliations, getDistributionById, getDistributionConnectionsById, getDistributionFaq, getDistributionHasPendingUpgrade, getDistributionSettings, getDistributionTags, getDocumentExtractionBatchById, getDocumentMetadata, getDocumentsAsCustomer, getDocumentsForParty, getEmailByMessageId, getEncryptionKeys, getEnterpriseByCompanyRegistrationNumberAndCountry, getEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponse, getEnumByAnvaLabel, getEnumByDiasLabel, getEventsByAdvisoryReportId, getExtractEnityInfo, getFasterforwardEmployees, getFasterforwardTeams, getFinconnectLinkAsCustomer, getFinconnectLinkForInsurancePolicyAsCustomer, getFlowInfoById, getFlowsInfo, getGbi, getHubspotVisitorIdentificationToken, getInfoForClaim, getInsightsIfCarIsInsured, getInsuranceCompanies, getInsurancePoliciesAsCustomer, getInsurancePoliciesForParty, getInsurancePolicyById, getInsurancePolicyByIdAsCustomer, getInsurancePolicySimulationsForParty, getInsuranceProductClausesByDistribution, getInsuranceProductsV2, getIntegrationsByDistribution, getInvoiceByIdAsCustomer, getInvoicesAsCustomer, getInvoicesAsParty, getInvoicesAsPartyById, getJobResultById, getKycByParty, getLeadById, getLeadProviderById, getLeadProvidersByAffinity, getLeaseOfferById, getLinkOfDocument, getMetricsByCampaign, getMinimalOfferById, getMinimalOfferRevisionById, getMinimalRiskObjectById, getNace, getNoveltyInsightsByDistribution, getOfferById, getOffersByDistribution, getOnboardingChecklistByBroker, getOrganisationDistributions, getOrganisationLeads, getOrganisationOffers, getPartiesByCustomer, getPartiesLinkedToUser, getPartiesOriginFilter, getPartyAddresses, getPartyById, getPartyMergeSuggestions, getPdfOfAdvisoryReportById, getPerformanceInsightsByDistribution, getPolicyPackageById, getPolicyPackageByIdAsCustomer, getPolicyPackageSimulationsForParty, getPolicyPackagesAsCustomer, getPolicyPackagesForParty, getPossibleInsuranceProductsByPartyId, getPossibleInsuranceProductsByRiskObjectId, getPossibleInsuranceProductsForManagementByPartyId, getPossibleInsuranceProductsForStaffByPartyId, getPreventionAdvice, getPromotionsByDistributionId, getProvenanceInfoOfDocument, getQuoteExports, getQuoteInsights, getQuotesAsBatchResultsByConversationId, getRecommendationsById, getRecommendationsByPartyId, getRecommendationsBySessionId, getRiskAnalysisByPartyId, getRiskDomainById, getRiskDomains, getRiskObjectByRiskObjectRevisionId, getRiskObjectRevisionsById, getSbi, getSingularityJobResultById, getStepSettingsByAdvisoryReportId, getSupportedAnvaflowCoverages, getSupportedAnvaflowCoveragesGroupedByAdn, getSupportedAnvaflowInsuranceCompanies, getSupportedAnvaflowInsurances, getSupportedAnvaflowTags, getSupportedInsuranceCompanies, getSupportedInsuranceSubjects, getSupportedMimeTypes, getSupportedRiskDomains, getSupportedYellowhiveflowCoverages, getSupportedYellowhiveflowInsurances, getTheBrokerById, getUspByDistribution, getValuesOfEnum, getVehicleByCarIdOrFebiacId, getVehicleByNumberPlateAndCarId, getVehicleByVersionId, getVehicleByVinAndCarId, getVehicleVersionFactsBySeriesId, getWeatherInfo, getYellowhiveflowProductById, getYellowhiveflowProducts, getYourOwnUser, giveFeedbackOnConversationById, giveFeedbackOnRecommendationsById, giveFeedbackToInsuranceTermsBot, handleCreateDistributionTheme, handleDeleteDistributionTheme, handleUpdateDistributionTheme, importAnvaDocumentInWegroup, importAnvaInsurancePolicyDocumentInWegroup, importAnvaInsurancePolicyPackageDocumentInWegroup, importAnvaPartyInWegroup, importAnvaproduct, importDiasPartyInWegroup, importDiasflowProduct, inviteColleaguesToDistribution, inviteUserToParty, linkConversationToAdvisoryReport, linkPartyToUser, lockFlightApi, markConversationAsCompletedById, mergePartiesTogether, type operations, orderInsurancePolciesOfAdvisoryReport, overrideInsuranceProductRecommendationById, overridePreventionAdviceRecommendationById, patchAnvaproductById, patchAnvaproductCoverageById, patchDiasflowProductById, patchDiasflowProductCoverageById, patchOwnPartyAsCustomer, type paths, poseAQuestionToInsuranceTermsBot, poseAQuestionToInsuranceTermsBotForItToCompare, postEventAsCarglassPartner, putClausesForReport, recalculateDiasQuotesBySessionIdAndProductId, recalculateDiasSimulationBySessionId, recalculateOneAnvaquoteByAnvaProductIdSessionId, recalculateSimulationBySessionId, recalculateYellowhiveQuotesBySessionIdAndProductId, recalculateYellowhiveSimulationBySessionId, retrieveAirports, retrieveAllExportsByParty, retrieveAnvaflowsQuestionnaires, retrieveAskLaterQuestions, retrieveAutomobileByCarIdFreemiumVersion, retrieveAutomobileByIdFreemium, retrieveDiasQuestionnaires, retrieveExportById, retrieveFlow, retrieveYellowhiveQuestionnaires, seachStreetsByCityAndCountry, searchAddressesByCountry, searchCitiesByCountry, searchDirectorsByFirstAndLastName, searchEnterprisesByCountry, searchVehicles, sendAdvisoryReportAsMail, sendAnvaInquiryAsCustomer, sendClaimToKeypoint, sendExampleCampaignTargetMail, sendMailClaimReportById, sendMailFollowupPageToCustomer, sendMailForSimulationToParty, sendOfferMailBySessionId, sendOfferToAnvaBySessionId, sendPasswordResetToCustomer, sendQuoteAsMail, setAskLaterQuestions, transferLeadToOtherDistribution, transferPartyToOtherDistribution, triageEmail, unblockCustomerFromAccessingParty, unlockClaim, updateAdvisoryReport, updateAnvaflowsQuestionnaire, updateBicycleRiskObject, updateBoatRiskObject, updateBrokerByBroker, updateBrokerConnectionByKey, updateBrokerIntegrations, updateCampaign, updateCarRiskObject, updateClaimAsBrokerById, updateClaimAsCustomerWithToken, updateCommentOnActivity, updateConversationById, updateDeclarationRemark, updateDiasQuestionnaire, updateDistributionConnectionByKey, updateDistributionIntegrations, updateDistributionSettings, updateDocumentForParty, updateDocumentMetadataById, updateDocumentMetadataByIdAsCustomerWithToken, updateEntityAsBrokerById, updateEntityAsCustomerWithToken, updateFamilyRiskObject, updateFleetRiskObject, updateInsuranceProductByDistribution, updateInsuranceProductClauseForDistribution, updateLegalRiskObject, updateMiscellaneousRiskObject, updateNote, updateOfferById, updateOffersInBulk, updatePartyActivitiesAsCustomer, updatePartyAssignees, updatePartyById, updatePartyGroupRiskObject, updatePartyNoteById, updatePartyRelations, updatePreventionByDistribution, updateQuestionForAllQuestionnairesByAnvaLabels, updateRelationBetweenRiskObjectAndParty, updateResidenceRiskObject, updateRiskDomainActionForAdvisoryReportById, updateRiskDomainAdviceForAdvisoryReportById, updateRiskDomainByDistribution, updateSemiTrailerRiskObject, updateTargetsByCampaign, updateTrailerRiskObject, updateTwoWheelerRiskObject, updateUspByDistributionAndId, updateYellowhiveQuestionnaire, updateYourOwnUser, updateYourPassword, uploadClaimDocumentAsBroker, upsertAnvaClosingQuestions, upsertDistributionFaq, upsertInsurancePoliciesForParty, upsertInsurancePolicySimulationForParty, upsertPolicyPackagesForParty, v1ApiIntegrationsAnvaPartiesAnvaIdImportsPost, v1ApiIntegrationsAnvaPartiesGet, v1ApiIntegrationsAnvaValidatePost, validateAChassisNumber, validateACompanyRegistrationNumber, validateANationalIdentificationNumber, validateATelephonenr, validateAVehicleRegistrationPlate, validateAWebsite, validateAnEmail, validateAnFsma, validateAnIban, validateAnvaConnection, validateAnvaDwhConnection, validateAnvaflowsQuestionnaire, validateClaim, validateDiasQuestionnaire, validateFasterforwardConnection, validatePromotions, validateYellowhiveQuestionnaire, verifyIfADistributionExistsByCompanyRegistration, verifyIfADistributionExistsByName, verifyIfAUserExistsByEmail, type webhooks, wgApiClient };
123342
+ export { type $defs, type AcceptOrRejectAnAdvisoryReportBody, type AcceptOrRejectAnAdvisoryReportPathParams, type AcceptOrRejectAnAdvisoryReportQueryParams, type AcceptOrRejectAnAdvisoryReportResponse, type AnalyzeEmailBody, type AnalyzeEmailPathParams, type AnalyzeEmailResponse, type AnswerAFlowDirectlyBody, type AnswerAFlowDirectlyPathParams, type AnswerAFlowDirectlyQueryParams, type AnswerAFlowDirectlyResponse, type AnswerAFlowSessionBody, type AnswerAFlowSessionPathParams, type AnswerAFlowSessionQueryParams, type AnswerAFlowSessionResponse, type BlockCustomerFromAccessingPartyPathParams, type BlockCustomerFromAccessingPartyResponse, type CalculateAnvaquotesBySessionIdBody, type CalculateAnvaquotesBySessionIdPathParams, type CalculateAnvaquotesBySessionIdQueryParams, type CalculateAnvaquotesBySessionIdResponse, type CalculateCarLeaseQuoteBody, type CalculateCarLeaseQuoteQueryParams, type CalculateCarLeaseQuoteResponse, type CalculateDiasQuotesBySessionIdBody, type CalculateDiasQuotesBySessionIdPathParams, type CalculateDiasQuotesBySessionIdQueryParams, type CalculateDiasQuotesBySessionIdResponse, type CalculateQuotesV2Body, type CalculateQuotesV2PathParams, type CalculateQuotesV2QueryParams, type CalculateQuotesV2Response, type CalculateYellowhiveQuotesBySessionIdBody, type CalculateYellowhiveQuotesBySessionIdPathParams, type CalculateYellowhiveQuotesBySessionIdQueryParams, type CalculateYellowhiveQuotesBySessionIdResponse, type ClaimReportByIdPathParams, type ClaimReportByIdQueryParams, type ClaimReportByIdResponse, type ClaimRequestUpdatePathParams, type ClaimRequestUpdateQueryParams, type ClaimRequestUpdateResponse, type ClientType, type CommentOnActivityPathParams, type CommentOnActivityQueryParams, type CommentOnActivityResponse, type CreateAccidentsForPartyBody, type CreateAccidentsForPartyPathParams, type CreateAccidentsForPartyQueryParams, type CreateAccidentsForPartyResponse, type CreateAccountBody, type CreateAccountQueryParams, type CreateAccountResponse, type CreateAdvisoryReportBody, type CreateAdvisoryReportQueryParams, type CreateAdvisoryReportResponse, type CreateAdvisoryReportRevisionBody, type CreateAdvisoryReportRevisionPathParams, type CreateAdvisoryReportRevisionQueryParams, type CreateAdvisoryReportRevisionResponse, type CreateAdvisoryReportRevisionV2Body, type CreateAdvisoryReportRevisionV2PathParams, type CreateAdvisoryReportRevisionV2QueryParams, type CreateAdvisoryReportRevisionV2Response, type CreateAdvisoryReportStepSettingsBody, type CreateAdvisoryReportStepSettingsPathParams, type CreateAdvisoryReportStepSettingsQueryParams, type CreateAdvisoryReportStepSettingsResponse, type CreateAnvaPartyBody, type CreateAnvaPartyPathParams, type CreateAnvaPartyQueryParams, type CreateAnvaPartyResponse, type CreateAnvaTaskBody, type CreateAnvaTaskPathParams, type CreateAnvaTaskQueryParams, type CreateAnvaTaskResponse, type CreateAnvaflowTagsBody, type CreateAnvaflowTagsQueryParams, type CreateAnvaflowTagsResponse, type CreateBicycleRiskObjectBody, type CreateBicycleRiskObjectPathParams, type CreateBicycleRiskObjectQueryParams, type CreateBicycleRiskObjectResponse, type CreateBoatRiskObjectBody, type CreateBoatRiskObjectPathParams, type CreateBoatRiskObjectQueryParams, type CreateBoatRiskObjectResponse, type CreateBrokerConnectionsByIdBody, type CreateBrokerConnectionsByIdPathParams, type CreateBrokerConnectionsByIdResponse, type CreateCampaignBody, type CreateCampaignQueryParams, type CreateCampaignResponse, type CreateCarRiskObjectBody, type CreateCarRiskObjectPathParams, type CreateCarRiskObjectQueryParams, type CreateCarRiskObjectResponse, type CreateClaimAsBrokerQueryParams, type CreateClaimAsBrokerResponse, type CreateClaimAsCustomerPathParams, type CreateClaimAsCustomerQueryParams, type CreateClaimAsCustomerResponse, type CreateCompanyLeadBody, type CreateCompanyLeadPathParams, type CreateCompanyLeadQueryParams, type CreateCompanyLeadResponse, type CreateConversationBody, type CreateConversationPathParams, type CreateConversationQueryParams, type CreateConversationReminderPathParams, type CreateConversationReminderResponse, type CreateConversationResponse, type CreateCustomerLeadBody, type CreateCustomerLeadPathParams, type CreateCustomerLeadQueryParams, type CreateCustomerLeadResponse, type CreateDiasContactPersonBody, type CreateDiasContactPersonPathParams, type CreateDiasContactPersonQueryParams, type CreateDiasContactPersonResponse, type CreateDistributionConnectionByIdBody, type CreateDistributionConnectionByIdPathParams, type CreateDistributionConnectionByIdResponse, type CreateDistributionTagBody, type CreateDistributionTagQueryParams, type CreateDistributionTagResponse, type CreateDocumentForClaimAsCustomerPathParams, type CreateDocumentForClaimAsCustomerQueryParams, type CreateDocumentForClaimAsCustomerResponse, type CreateDocumentForClaimPathParams, type CreateDocumentForClaimQueryParams, type CreateDocumentForClaimResponse, type CreateDocumentForPartyBody, type CreateDocumentForPartyPathParams, type CreateDocumentForPartyQueryParams, type CreateDocumentForPartyResponse, type CreateEntityAsBrokerPathParams, type CreateEntityAsBrokerQueryParams, type CreateEntityAsBrokerResponse, type CreateEntityAsCustomerWithTokenPathParams, type CreateEntityAsCustomerWithTokenQueryParams, type CreateEntityAsCustomerWithTokenResponse, type CreateFamilyRiskObjectBody, type CreateFamilyRiskObjectPathParams, type CreateFamilyRiskObjectQueryParams, type CreateFamilyRiskObjectResponse, type CreateInsurancePoliciesForPartyBody, type CreateInsurancePoliciesForPartyPathParams, type CreateInsurancePoliciesForPartyResponse, type CreateInsuranceProductClauseForDistributionBody, type CreateInsuranceProductClauseForDistributionQueryParams, type CreateInsuranceProductClauseForDistributionResponse, type CreateLegalPartyBody, type CreateLegalPartyResponse, type CreateLegalRiskObjectBody, type CreateLegalRiskObjectPathParams, type CreateLegalRiskObjectQueryParams, type CreateLegalRiskObjectResponse, type CreateLockForClaimPathParams, type CreateLockForClaimQueryParams, type CreateLockForClaimResponse, type CreateMiscellaneousRiskObjectBody, type CreateMiscellaneousRiskObjectPathParams, type CreateMiscellaneousRiskObjectQueryParams, type CreateMiscellaneousRiskObjectResponse, type CreateNaturalPartyBody, type CreateNaturalPartyResponse, type CreateNoteOnEventAsCustomerPathParams, type CreateNoteOnEventAsCustomerQueryParams, type CreateNoteOnEventAsCustomerResponse, type CreateNoteOnEventPathParams, type CreateNoteOnEventQueryParams, type CreateNoteOnEventResponse, type CreateOfferRevisionBody, type CreateOfferRevisionPathParams, type CreateOfferRevisionResponse, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse, type CreatePartyActivitiesAsCustomerBody, type CreatePartyActivitiesAsCustomerResponse, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationBody, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationQueryParams, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationResponse, type CreatePartyGroupRiskObjectBody, type CreatePartyGroupRiskObjectPathParams, type CreatePartyGroupRiskObjectQueryParams, type CreatePartyGroupRiskObjectResponse, type CreatePartyNoteBody, type CreatePartyNotePathParams, type CreatePartyNoteResponse, type CreatePartyOffersBody, type CreatePartyOffersPathParams, type CreatePartyOffersQueryParams, type CreatePartyOffersResponse, type CreatePartyRelationsBody, type CreatePartyRelationsQueryParams, type CreatePartyRelationsResponse, type CreateProfileaseCarLeaseOfferBody, type CreateProfileaseCarLeaseOfferQueryParams, type CreateProfileaseCarLeaseOfferResponse, type CreateProflowSessionByBatchIdPathParams, type CreateProflowSessionByBatchIdQueryParams, type CreateProflowSessionByBatchIdResponse, type CreateRecommendationByPartyIdBody, type CreateRecommendationByPartyIdPathParams, type CreateRecommendationByPartyIdQueryParams, type CreateRecommendationByPartyIdResponse, type CreateRecommendationBySessionIdBody, type CreateRecommendationBySessionIdQueryParams, type CreateRecommendationBySessionIdResponse, type CreateReferenceForPartyBody, type CreateReferenceForPartyPathParams, type CreateReferenceForPartyResponse, type CreateReferencesForRiskObjectBody, type CreateReferencesForRiskObjectPathParams, type CreateReferencesForRiskObjectQueryParams, type CreateReferencesForRiskObjectResponse, type CreateRelationBetweenRiskObjectAndPartyBody, type CreateRelationBetweenRiskObjectAndPartyPathParams, type CreateRelationBetweenRiskObjectAndPartyQueryParams, type CreateRelationBetweenRiskObjectAndPartyResponse, type CreateRiskDomainActionForAdvisoryReportByIdBody, type CreateRiskDomainActionForAdvisoryReportByIdPathParams, type CreateRiskDomainActionForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionForAdvisoryReportByIdResponse, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainAdviceForAdvisoryReportByIdBody, type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainForAdvisoryReportByIdBody, type CreateRiskDomainForAdvisoryReportByIdPathParams, type CreateRiskDomainForAdvisoryReportByIdQueryParams, type CreateRiskDomainForAdvisoryReportByIdResponse, type CreateSemiTrailerRiskObjectBody, type CreateSemiTrailerRiskObjectPathParams, type CreateSemiTrailerRiskObjectQueryParams, type CreateSemiTrailerRiskObjectResponse, type CreateToolkitAccountBody, type CreateToolkitAccountQueryParams, type CreateToolkitAccountResponse, type CreateToolkitBrokerBody, type CreateToolkitBrokerQueryParams, type CreateToolkitBrokerResponse, type CreateTrailerRiskObjectBody, type CreateTrailerRiskObjectPathParams, type CreateTrailerRiskObjectQueryParams, type CreateTrailerRiskObjectResponse, type CreateTrialBrokerBody, type CreateTrialBrokerQueryParams, type CreateTrialBrokerResponse, type CreateUploadLinkAsCustomerPathParams, type CreateUploadLinkAsCustomerQueryParams, type CreateUploadLinkAsCustomerResponse, type CreateUspItemForDistributionBody, type CreateUspItemForDistributionQueryParams, type CreateUspItemForDistributionResponse, type CreateYellowhiveContactPersonBody, type CreateYellowhiveContactPersonPathParams, type CreateYellowhiveContactPersonQueryParams, type CreateYellowhiveContactPersonResponse, type DeleteAdvisoryReportPathParams, type DeleteAdvisoryReportQueryParams, type DeleteAdvisoryReportResponse, type DeleteAdvisoryReportRevisionPathParams, type DeleteAdvisoryReportRevisionQueryParams, type DeleteAdvisoryReportRevisionResponse, type DeleteAllSessionsBySessionIdPathParams, type DeleteAllSessionsBySessionIdResponse, type DeleteAnvaClosingQuestionsPathParams, type DeleteAnvaClosingQuestionsQueryParams, type DeleteAnvaClosingQuestionsResponse, type DeleteBrokerConnectionByKeyPathParams, type DeleteBrokerConnectionByKeyResponse, type DeleteClaimAsBrokerByIdPathParams, type DeleteClaimAsBrokerByIdQueryParams, type DeleteClaimAsBrokerByIdResponse, type DeleteCommentOnActivityPathParams, type DeleteCommentOnActivityQueryParams, type DeleteCommentOnActivityResponse, type DeleteDistributionConnectionByKeyPathParams, type DeleteDistributionConnectionByKeyResponse, type DeleteDistributionFaqPathParams, type DeleteDistributionFaqQueryParams, type DeleteDistributionFaqResponse, type DeleteDistributionTagPathParams, type DeleteDistributionTagQueryParams, type DeleteDistributionTagResponse, type DeleteDocumentByIdAsCustomerWithTokenPathParams, type DeleteDocumentByIdAsCustomerWithTokenQueryParams, type DeleteDocumentByIdAsCustomerWithTokenResponse, type DeleteDocumentByIdPathParams, type DeleteDocumentByIdQueryParams, type DeleteDocumentByIdResponse, type DeleteDocumentForPartyPathParams, type DeleteDocumentForPartyResponse, type DeleteEntityAsBrokerByIdPathParams, type DeleteEntityAsBrokerByIdQueryParams, type DeleteEntityAsBrokerByIdResponse, type DeleteEntityByIdAsCustomerWithTokenPathParams, type DeleteEntityByIdAsCustomerWithTokenQueryParams, type DeleteEntityByIdAsCustomerWithTokenResponse, type DeleteEntityBySessionIdAndFlowIdPathParams, type DeleteEntityBySessionIdAndFlowIdQueryParams, type DeleteEntityBySessionIdAndFlowIdResponse, type DeleteInsurancePoliciesForPartyPathParams, type DeleteInsurancePoliciesForPartyResponse, type DeleteInsurancePolicyForAdvisoryReportByIdPathParams, type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams, type DeleteInsurancePolicyForAdvisoryReportByIdResponse, type DeleteInsuranceProductClauseForDistributionPathParams, type DeleteInsuranceProductClauseForDistributionQueryParams, type DeleteInsuranceProductClauseForDistributionResponse, type DeleteNotePathParams, type DeleteNoteQueryParams, type DeleteNoteResponse, type DeletePartyActivitiesAsCustomerPathParams, type DeletePartyActivitiesAsCustomerResponse, type DeletePartyEntityBySessionIdAndFlowIdPathParams, type DeletePartyEntityBySessionIdAndFlowIdQueryParams, type DeletePartyEntityBySessionIdAndFlowIdResponse, type DeletePartyNoteByIdPathParams, type DeletePartyNoteByIdResponse, type DeletePartyRelationsPathParams, type DeletePartyRelationsResponse, type DeletePolicyPackagesForPartyPathParams, type DeletePolicyPackagesForPartyResponse, type DeleteRelationBetweenRiskObjectAndPartyPathParams, type DeleteRelationBetweenRiskObjectAndPartyQueryParams, type DeleteRelationBetweenRiskObjectAndPartyResponse, type DeleteRiskDomainActionForAdvisoryReportByIdPathParams, type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams, type DeleteRiskDomainActionForAdvisoryReportByIdResponse, type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams, type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams, type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse, type DeleteRiskDomainForAdvisoryReportByIdPathParams, type DeleteRiskDomainForAdvisoryReportByIdQueryParams, type DeleteRiskDomainForAdvisoryReportByIdResponse, type DeleteRiskObjectByIdPathParams, type DeleteRiskObjectByIdResponse, type DeleteSessionBySessionIdPathParams, type DeleteSessionBySessionIdResponse, type DeleteUspByDistributionAndIdPathParams, type DeleteUspByDistributionAndIdQueryParams, type DeleteUspByDistributionAndIdResponse, type DelinkPartyToUserBody, type DelinkPartyToUserResponse, type Disable2FaByUserBody, type Disable2FaByUserResponse, type Disable2FaForCustomerPathParams, type Disable2FaForCustomerResponse, type DownloadDocumentByIdPathParams, type DownloadDocumentByIdQueryParams, type DownloadDocumentByIdResponse, type EditInsuranceProductAdviceByDistributionBody, type EditInsuranceProductAdviceByDistributionPathParams, type EditInsuranceProductAdviceByDistributionResponse, type EditInsuranceProductDescriptionsByDistributionPathParams, type EditInsuranceProductDescriptionsByDistributionResponse, type Enable2FaBody, type Enable2FaResponse, type EnqueueCalculationAnvaquotesBySessionIdBody, type EnqueueCalculationAnvaquotesBySessionIdPathParams, type EnqueueCalculationAnvaquotesBySessionIdQueryParams, type EnqueueCalculationAnvaquotesBySessionIdResponse, type EnqueueSendCustomQuotesToAnvaBySessionIdBody, type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams, type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams, type EnqueueSendCustomQuotesToAnvaBySessionIdResponse, type EnqueueSendOfferToAnvaBySessionIdPathParams, type EnqueueSendOfferToAnvaBySessionIdQueryParams, type EnqueueSendOfferToAnvaBySessionIdResponse, type EnrichPartyByIdWithExternalCompanyDataPathParams, type EnrichPartyByIdWithExternalCompanyDataQueryParams, type EnrichPartyByIdWithExternalCompanyDataResponse, type ExportAdvisoryReportByIdBody, type ExportAdvisoryReportByIdPathParams, type ExportAdvisoryReportByIdQueryParams, type ExportAdvisoryReportByIdResponse, type ExportPartyByIdPathParams, type ExportPartyByIdResponse, type ExportQuoteByIdBody, type ExportQuoteByIdPathParams, type ExportQuoteByIdQueryParams, type ExportQuoteByIdResponse, type ExtractInsurancePoliciesForOneDocumentBody, type ExtractInsurancePoliciesForOneDocumentEnqueueBody, type ExtractInsurancePoliciesForOneDocumentEnqueueResponse, type ExtractInsurancePoliciesForOneDocumentResponse, type ExtractManyDocumentInBatchBody, type ExtractManyDocumentInBatchResponse, type ExtractOffersForOneDocumentBody, type ExtractOffersForOneDocumentEnqueueBody, type ExtractOffersForOneDocumentEnqueueResponse, type ExtractOffersForOneDocumentResponse, type ExtractOneDocumentBody, type ExtractOneDocumentEnqueueBody, type ExtractOneDocumentEnqueueResponse, type ExtractOneDocumentResponse, type ExtractPartyForOneDocumentEnqueueBody, type ExtractPartyForOneDocumentEnqueueResponse, type ExtractWebsiteThemeBody, type ExtractWebsiteThemeResponse, type GenerateCompanyDescriptionBody, type GenerateCompanyDescriptionResponse, type GenerateDistributionAboutUsCompletionBody, type GenerateDistributionAboutUsCompletionResponse, type GenerateDnsPrefixBody, type GenerateDnsPrefixQueryParams, type GenerateDnsPrefixResponse, type GenerateDocxDocumentOfAdvisoryReportByIdPathParams, type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams, type GenerateDocxDocumentOfAdvisoryReportByIdResponse, type GenerateFlowQuestionnaireDocumentBody, type GenerateFlowQuestionnaireDocumentPathParams, type GenerateFlowQuestionnaireDocumentQueryParams, type GenerateFlowQuestionnaireDocumentResponse, type GenerateFlowQuestionnairePathParams, type GenerateFlowQuestionnaireQueryParams, type GenerateFlowQuestionnaireResponse, type GenerateOfferRequestForInsuranceCompanyDocxBody, type GenerateOfferRequestForInsuranceCompanyDocxResponse, type GenerateOfferRequestForInsuranceCompanyPdfBody, type GenerateOfferRequestForInsuranceCompanyPdfResponse, type GeneratePdfOfAdvisoryReportByIdPathParams, type GeneratePdfOfAdvisoryReportByIdQueryParams, type GeneratePdfOfAdvisoryReportByIdResponse, type GeneratePersonalizationAdviceForAdvisoryReportPathParams, type GeneratePersonalizationAdviceForAdvisoryReportResponse, type GeneratePossibleProductsBySessionV2Body, type GeneratePossibleProductsBySessionV2PathParams, type GeneratePossibleProductsBySessionV2QueryParams, type GeneratePossibleProductsBySessionV2Response, type GenerateQuestionsToPrefillByCarBody, type GenerateQuestionsToPrefillByCarPathParams, type GenerateQuestionsToPrefillByCarQueryParams, type GenerateQuestionsToPrefillByCarResponse, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse, type GenerateTokenForSocialLoginFlowAsBrokerQueryParams, type GenerateTokenForSocialLoginFlowAsBrokerResponse, type Get2FaByUserResponse, type GetActivityByPartyPathParams, type GetActivityByPartyQueryParams, type GetActivityByPartyResponse, type GetAddressInfoFreemiumQueryParams, type GetAddressInfoFreemiumResponse, type GetAddressInfoQueryParams, type GetAddressInfoResponse, type GetAdvicesPerInsuranceProductPathParams, type GetAdvicesPerInsuranceProductResponse, type GetAdvisoryReportByIdPathParams, type GetAdvisoryReportByIdQueryParams, type GetAdvisoryReportByIdResponse, type GetAdvisoryReportExportOptionsPathParams, type GetAdvisoryReportExportOptionsResponse, type GetAdvisoryReportRevisionDiffPathParams, type GetAdvisoryReportRevisionDiffQueryParams, type GetAdvisoryReportRevisionDiffResponse, type GetAllActivityTypesQueryParams, type GetAllActivityTypesResponse, type GetAllAdvisoryReportsQueryParams, type GetAllAdvisoryReportsResponse, type GetAllAvailableAffiliationsResponse, type GetAllAvailablePlansResponse, type GetAllAvailableThemesInWegroupQueryParams, type GetAllAvailableThemesInWegroupResponse, type GetAllBrokersLinkedToCurrentUserResponse, type GetAllCampaignTemplatesQueryParams, type GetAllCampaignTemplatesResponse, type GetAllCampaignsByDistributionQueryParams, type GetAllCampaignsByDistributionResponse, type GetAllCarClaimCategoriesResponse, type GetAllClaimsAsBrokerQueryParams, type GetAllClaimsAsBrokerResponse, type GetAllConversationsQueryParams, type GetAllConversationsResponse, type GetAllCustomersByDistributionQueryParams, type GetAllCustomersByDistributionResponse, type GetAllEnumsResponse, type GetAllLeadsByDistributionPathParams, type GetAllLeadsByDistributionResponse, type GetAllLeaseOffersByDistributionPathParams, type GetAllLeaseOffersByDistributionQueryParams, type GetAllLeaseOffersByDistributionResponse, type GetAllPartiesByDistributionPathParams, type GetAllPartiesByDistributionQueryParams, type GetAllPartiesByDistributionResponse, type GetAllPartiesByDistributionV2PathParams, type GetAllPartiesByDistributionV2QueryParams, type GetAllPartiesByDistributionV2Response, type GetAllRiskObjectsByPartyIdPathParams, type GetAllRiskObjectsByPartyIdQueryParams, type GetAllRiskObjectsByPartyIdResponse, type GetAllRiskObjectsByPartyIdV2PathParams, type GetAllRiskObjectsByPartyIdV2QueryParams, type GetAllRiskObjectsByPartyIdV2Response, type GetAllSessionsBySessionIdPathParams, type GetAllSessionsBySessionIdQueryParams, type GetAllSessionsBySessionIdResponse, type GetAllVehicleBrandsQueryParams, type GetAllVehicleBrandsResponse, type GetAllVehicleSeriesByBrandKeyPathParams, type GetAllVehicleSeriesByBrandKeyQueryParams, type GetAllVehicleSeriesByBrandKeyResponse, type GetAllVehicleVersionsBySeriesIdPathParams, type GetAllVehicleVersionsBySeriesIdQueryParams, type GetAllVehicleVersionsBySeriesIdResponse, type GetAnvaAgentsQueryParams, type GetAnvaAgentsResponse, type GetAnvaClosingQuestionsQueryParams, type GetAnvaClosingQuestionsResponse, type GetAnvaCollectionMethodsPathParams, type GetAnvaCollectionMethodsQueryParams, type GetAnvaCollectionMethodsResponse, type GetAnvaEmployeesQueryParams, type GetAnvaEmployeesResponse, type GetAnvaLabelsQueryParams, type GetAnvaLabelsResponse, type GetAnvaMutationReasonsQueryParams, type GetAnvaMutationReasonsResponse, type GetAnvaPartiesQueryParams, type GetAnvaPartiesResponse, type GetAnvaProductsQueryParams, type GetAnvaProductsResponse, type GetAnvaproductByIdPathParams, type GetAnvaproductByIdQueryParams, type GetAnvaproductByIdResponse, type GetAnvaproductsQueryParams, type GetAnvaproductsResponse, type GetArtifactFromEventByIdPathParams, type GetArtifactFromEventByIdQueryParams, type GetArtifactFromEventByIdResponse, type GetAssuEmployeesQueryParams, type GetAssuEmployeesResponse, type GetAvailableFlowsForDistributionInfoQueryParams, type GetAvailableFlowsForDistributionInfoResponse, type GetBrokerByAnvaProducerIdPathParams, type GetBrokerByAnvaProducerIdResponse, type GetBrokerByAnvaRelationMangerIdPathParams, type GetBrokerByAnvaRelationMangerIdResponse, type GetBrokerConnectionsByIdPathParams, type GetBrokerConnectionsByIdResponse, type GetBrokerIntegrationsPathParams, type GetBrokerIntegrationsResponse, type GetCampaignByIdPathParams, type GetCampaignByIdQueryParams, type GetCampaignByIdResponse, type GetCampaignSettingsByDistributionQueryParams, type GetCampaignSettingsByDistributionResponse, type GetCampaignTargetMailTemplateQueryParams, type GetCampaignTargetMailTemplateResponse, type GetCarLeaseRatesQueryParams, type GetCarLeaseRatesResponse, type GetChatBySessionIdPathParams, type GetChatBySessionIdResponse, type GetChatSummaryV2BySessionIdPathParams, type GetChatSummaryV2BySessionIdQueryParams, type GetChatSummaryV2BySessionIdResponse, type GetCheckupByPartyIdPathParams, type GetCheckupByPartyIdResponse, type GetClaimAsBrokerByIdPathParams, type GetClaimAsBrokerByIdQueryParams, type GetClaimAsBrokerByIdResponse, type GetClaimAsCustomerWithTokenPathParams, type GetClaimAsCustomerWithTokenQueryParams, type GetClaimAsCustomerWithTokenResponse, type GetClaimByIdAsCustomerPathParams, type GetClaimByIdAsCustomerResponse, type GetClaimEventsAsBrokerByIdPathParams, type GetClaimEventsAsBrokerByIdQueryParams, type GetClaimEventsAsBrokerByIdResponse, type GetClaimEventsAsCustomerPathParams, type GetClaimEventsAsCustomerQueryParams, type GetClaimEventsAsCustomerResponse, type GetClaimsAsCustomerQueryParams, type GetClaimsAsCustomerResponse, type GetClaimsAsPartyByIdPathParams, type GetClaimsAsPartyByIdResponse, type GetClaimsAsPartyPathParams, type GetClaimsAsPartyQueryParams, type GetClaimsAsPartyResponse, type GetComplianceByRiskObjectIdPathParams, type GetComplianceByRiskObjectIdResponse, type GetConversationByIdPathParams, type GetConversationByIdQueryParams, type GetConversationByIdResponse, type GetConversationNotesPathParams, type GetConversationNotesQueryParams, type GetConversationNotesResponse, type GetConversationReportPdfByIdBody, type GetConversationReportPdfByIdPathParams, type GetConversationReportPdfByIdQueryParams, type GetConversationReportPdfByIdResponse, type GetConversationsOriginFilterQueryParams, type GetConversationsOriginFilterResponse, type GetCurrentAccountInsightsAsCustomerQueryParams, type GetCurrentAccountInsightsAsCustomerResponse, type GetCurrentAccountInsightsAsPartyPathParams, type GetCurrentAccountInsightsAsPartyQueryParams, type GetCurrentAccountInsightsAsPartyResponse, type GetCurrentBrokerOfTheUserResponse, type GetCustomersByPartyPathParams, type GetCustomersByPartyQueryParams, type GetCustomersByPartyResponse, type GetDiasAfdbranchesResponse, type GetDiasCollectionMethodsPathParams, type GetDiasCollectionMethodsQueryParams, type GetDiasCollectionMethodsResponse, type GetDiasEmployeesQueryParams, type GetDiasEmployeesResponse, type GetDiasPartiesQueryParams, type GetDiasPartiesResponse, type GetDiasProductsQueryParams, type GetDiasProductsResponse, type GetDiasflowProductByIdPathParams, type GetDiasflowProductByIdQueryParams, type GetDiasflowProductByIdResponse, type GetDiasflowProductsQueryParams, type GetDiasflowProductsResponse, type GetDistributionActivityPathParams, type GetDistributionActivityQueryParams, type GetDistributionActivityResponse, type GetDistributionAffiliationsPathParams, type GetDistributionAffiliationsResponse, type GetDistributionByIdPathParams, type GetDistributionByIdResponse, type GetDistributionConnectionsByIdPathParams, type GetDistributionConnectionsByIdQueryParams, type GetDistributionConnectionsByIdResponse, type GetDistributionFaqQueryParams, type GetDistributionFaqResponse, type GetDistributionHasPendingUpgradePathParams, type GetDistributionHasPendingUpgradeResponse, type GetDistributionSettingsResponse, type GetDistributionTagsQueryParams, type GetDistributionTagsResponse, type GetDocumentExtractionBatchByIdPathParams, type GetDocumentExtractionBatchByIdResponse, type GetDocumentMetadataPathParams, type GetDocumentMetadataResponse, type GetDocumentsAsCustomerQueryParams, type GetDocumentsAsCustomerResponse, type GetDocumentsForPartyPathParams, type GetDocumentsForPartyQueryParams, type GetDocumentsForPartyResponse, type GetEmailByMessageIdQueryParams, type GetEmailByMessageIdResponse, type GetEncryptionKeysQueryParams, type GetEncryptionKeysResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponsePathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryPathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryResponse, type GetEnumByAnvaLabelPathParams, type GetEnumByAnvaLabelQueryParams, type GetEnumByAnvaLabelResponse, type GetEnumByDiasLabelPathParams, type GetEnumByDiasLabelQueryParams, type GetEnumByDiasLabelResponse, type GetEventsByAdvisoryReportIdPathParams, type GetEventsByAdvisoryReportIdQueryParams, type GetEventsByAdvisoryReportIdResponse, type GetExtractEnityInfoPathParams, type GetExtractEnityInfoResponse, type GetFasterforwardEmployeesQueryParams, type GetFasterforwardEmployeesResponse, type GetFasterforwardTeamsQueryParams, type GetFasterforwardTeamsResponse, type GetFinconnectLinkAsCustomerQueryParams, type GetFinconnectLinkAsCustomerResponse, type GetFinconnectLinkForInsurancePolicyAsCustomerPathParams, type GetFinconnectLinkForInsurancePolicyAsCustomerQueryParams, type GetFinconnectLinkForInsurancePolicyAsCustomerResponse, type GetFlowInfoByIdPathParams, type GetFlowInfoByIdQueryParams, type GetFlowInfoByIdResponse, type GetFlowsInfoQueryParams, type GetFlowsInfoResponse, type GetGbiQueryParams, type GetGbiResponse, type GetHubspotVisitorIdentificationTokenResponse, type GetInfoForClaimPathParams, type GetInfoForClaimQueryParams, type GetInfoForClaimResponse, type GetInsightsIfCarIsInsuredBody, type GetInsightsIfCarIsInsuredResponse, type GetInsuranceCompaniesQueryParams, type GetInsuranceCompaniesResponse, type GetInsurancePoliciesAsCustomerQueryParams, type GetInsurancePoliciesAsCustomerResponse, type GetInsurancePoliciesForPartyPathParams, type GetInsurancePoliciesForPartyQueryParams, type GetInsurancePoliciesForPartyResponse, type GetInsurancePolicyByIdAsCustomerPathParams, type GetInsurancePolicyByIdAsCustomerResponse, type GetInsurancePolicyByIdPathParams, type GetInsurancePolicyByIdResponse, type GetInsurancePolicySimulationsForPartyPathParams, type GetInsurancePolicySimulationsForPartyQueryParams, type GetInsurancePolicySimulationsForPartyResponse, type GetInsuranceProductClausesByDistributionQueryParams, type GetInsuranceProductClausesByDistributionResponse, type GetInsuranceProductsV2QueryParams, type GetInsuranceProductsV2Response, type GetIntegrationsByDistributionPathParams, type GetIntegrationsByDistributionResponse, type GetInvoiceByIdAsCustomerPathParams, type GetInvoiceByIdAsCustomerResponse, type GetInvoicesAsCustomerQueryParams, type GetInvoicesAsCustomerResponse, type GetInvoicesAsPartyByIdPathParams, type GetInvoicesAsPartyByIdResponse, type GetInvoicesAsPartyPathParams, type GetInvoicesAsPartyQueryParams, type GetInvoicesAsPartyResponse, type GetJobResultByIdPathParams, type GetJobResultByIdQueryParams, type GetJobResultByIdResponse, type GetKycByPartyPathParams, type GetKycByPartyQueryParams, type GetKycByPartyResponse, type GetLeadByIdPathParams, type GetLeadByIdResponse, type GetLeadProviderByIdPathParams, type GetLeadProviderByIdResponse, type GetLeadProvidersByAffinityQueryParams, type GetLeadProvidersByAffinityResponse, type GetLeaseOfferByIdPathParams, type GetLeaseOfferByIdQueryParams, type GetLeaseOfferByIdResponse, type GetLinkOfDocumentPathParams, type GetLinkOfDocumentResponse, type GetMetricsByCampaignPathParams, type GetMetricsByCampaignQueryParams, type GetMetricsByCampaignResponse, type GetMinimalOfferByIdPathParams, type GetMinimalOfferByIdQueryParams, type GetMinimalOfferByIdResponse, type GetMinimalOfferRevisionByIdPathParams, type GetMinimalOfferRevisionByIdResponse, type GetMinimalRiskObjectByIdPathParams, type GetMinimalRiskObjectByIdQueryParams, type GetMinimalRiskObjectByIdResponse, type GetNaceQueryParams, type GetNaceResponse, type GetNoveltyInsightsByDistributionPathParams, type GetNoveltyInsightsByDistributionQueryParams, type GetNoveltyInsightsByDistributionResponse, type GetOfferByIdPathParams, type GetOfferByIdResponse, type GetOffersByDistributionPathParams, type GetOffersByDistributionQueryParams, type GetOffersByDistributionResponse, type GetOnboardingChecklistByBrokerPathParams, type GetOnboardingChecklistByBrokerQueryParams, type GetOnboardingChecklistByBrokerResponse, type GetOrganisationDistributionsPathParams, type GetOrganisationDistributionsQueryParams, type GetOrganisationDistributionsResponse, type GetOrganisationLeadsPathParams, type GetOrganisationLeadsQueryParams, type GetOrganisationLeadsResponse, type GetOrganisationOffersPathParams, type GetOrganisationOffersQueryParams, type GetOrganisationOffersResponse, type GetOutlookConnectionDetailsQueryParams, type GetOutlookConnectionDetailsResponse, 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 GetTheBrokerByIdPathParams, type GetTheBrokerByIdResponse, type GetUspByDistributionQueryParams, type GetUspByDistributionResponse, type GetValuesOfEnumPathParams, type GetValuesOfEnumResponse, type GetVehicleByCarIdOrFebiacIdQueryParams, type GetVehicleByCarIdOrFebiacIdResponse, type GetVehicleByNumberPlateAndCarIdPathParams, type GetVehicleByNumberPlateAndCarIdQueryParams, type GetVehicleByNumberPlateAndCarIdResponse, type GetVehicleByVersionIdPathParams, type GetVehicleByVersionIdQueryParams, type GetVehicleByVersionIdResponse, type GetVehicleByVinAndCarIdPathParams, type GetVehicleByVinAndCarIdQueryParams, type GetVehicleByVinAndCarIdResponse, type GetVehicleVersionFactsBySeriesIdPathParams, type GetVehicleVersionFactsBySeriesIdQueryParams, type GetVehicleVersionFactsBySeriesIdResponse, type GetWeatherInfoQueryParams, type GetWeatherInfoResponse, type GetYellowhiveflowProductByIdPathParams, type GetYellowhiveflowProductByIdQueryParams, type GetYellowhiveflowProductByIdResponse, type GetYellowhiveflowProductsQueryParams, type GetYellowhiveflowProductsResponse, type GetYourOwnUserResponse, type GiveFeedbackOnConversationByIdPathParams, type GiveFeedbackOnConversationByIdQueryParams, type GiveFeedbackOnConversationByIdResponse, type GiveFeedbackOnRecommendationsByIdBody, type GiveFeedbackOnRecommendationsByIdPathParams, type GiveFeedbackOnRecommendationsByIdResponse, type GiveFeedbackToInsuranceTermsBotBody, type GiveFeedbackToInsuranceTermsBotQueryParams, type GiveFeedbackToInsuranceTermsBotResponse, type HandleCreateDistributionThemeBody, type HandleCreateDistributionThemeQueryParams, type HandleCreateDistributionThemeResponse, type HandleDeleteDistributionThemePathParams, type HandleDeleteDistributionThemeQueryParams, type HandleDeleteDistributionThemeResponse, type HandleUpdateDistributionThemeBody, type HandleUpdateDistributionThemePathParams, type HandleUpdateDistributionThemeQueryParams, type HandleUpdateDistributionThemeResponse, type HttpMethod, type ImportAnvaDocumentInWegroupQueryParams, type ImportAnvaDocumentInWegroupResponse, type ImportAnvaInsurancePolicyDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyDocumentInWegroupResponse, type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse, type ImportAnvaPartyInWegroupPathParams, type ImportAnvaPartyInWegroupQueryParams, type ImportAnvaPartyInWegroupResponse, type ImportAnvaproductBody, type ImportAnvaproductQueryParams, type ImportAnvaproductResponse, type ImportDiasPartyInWegroupPathParams, type ImportDiasPartyInWegroupQueryParams, type ImportDiasPartyInWegroupResponse, type ImportDiasflowProductBody, type ImportDiasflowProductQueryParams, type ImportDiasflowProductResponse, type InviteColleaguesToDistributionBody, type InviteColleaguesToDistributionResponse, type InviteUserToPartyBody, type InviteUserToPartyPathParams, type InviteUserToPartyResponse, type LinkConversationToAdvisoryReportBody, type LinkConversationToAdvisoryReportPathParams, type LinkConversationToAdvisoryReportQueryParams, type LinkConversationToAdvisoryReportResponse, type LinkPartyToUserBody, type LinkPartyToUserResponse, type LockFlightApiResponse, type MarkConversationAsCompletedByIdBody, type MarkConversationAsCompletedByIdPathParams, type MarkConversationAsCompletedByIdResponse, type MergePartiesTogetherBody, type MergePartiesTogetherPathParams, type MergePartiesTogetherQueryParams, type MergePartiesTogetherResponse, type Middleware, type OrderInsurancePolciesOfAdvisoryReportBody, type OrderInsurancePolciesOfAdvisoryReportPathParams, type OrderInsurancePolciesOfAdvisoryReportQueryParams, type OrderInsurancePolciesOfAdvisoryReportResponse, type OverrideInsuranceProductRecommendationByIdBody, type OverrideInsuranceProductRecommendationByIdPathParams, type OverrideInsuranceProductRecommendationByIdResponse, type OverridePreventionAdviceRecommendationByIdBody, type OverridePreventionAdviceRecommendationByIdPathParams, type OverridePreventionAdviceRecommendationByIdResponse, type PatchAnvaproductByIdBody, type PatchAnvaproductByIdPathParams, type PatchAnvaproductByIdQueryParams, type PatchAnvaproductByIdResponse, type PatchAnvaproductCoverageByIdBody, type PatchAnvaproductCoverageByIdPathParams, type PatchAnvaproductCoverageByIdQueryParams, type PatchAnvaproductCoverageByIdResponse, type PatchDiasflowProductByIdBody, type PatchDiasflowProductByIdPathParams, type PatchDiasflowProductByIdQueryParams, type PatchDiasflowProductByIdResponse, type 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 SchemaActivitiesCreateCmd, type SchemaActivity, type SchemaActivityFrontPageCmd, type SchemaActivityFrontPageQueryModel, type SchemaActivityPatchCmd, type SchemaActivityQueryModel, type SchemaAddActionToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdviceToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdvisoryReportStepsConfigurationParams, type SchemaAddConversationToAdvisoryReportRevisionParams, type SchemaAddInsuranceProductClausesToAdvisoryReportRevisionParams, type SchemaAddRiskDomainToAdvisoryReportRevisionParams, type SchemaAdditionalProperties, type SchemaAdditionalProperties_2, type SchemaAddresWithMetadata, type SchemaAddress, type SchemaAddressAllNones, type SchemaAddressInfoLinkRelationType, type SchemaAddressInformation, type SchemaAddressRules, type SchemaAdviceChangeType, type SchemaAdviceDiffModel, type SchemaAdviceQueryModel, type SchemaAdviceType, type SchemaAdvisoryReport, type SchemaAdvisoryReportAdviceActionCreateCmd, type SchemaAdvisoryReportAdviceDiff, type SchemaAdvisoryReportClauseQueryModel, type SchemaAdvisoryReportClausesCreateCmd, type SchemaAdvisoryReportConversationLinkCmd, type SchemaAdvisoryReportConversationQueryModel, type SchemaAdvisoryReportCreateCmd, type SchemaAdvisoryReportDocxResponse, type SchemaAdvisoryReportExportOptions, type SchemaAdvisoryReportExportResponse, type SchemaAdvisoryReportFrontPageCreateCmd, type SchemaAdvisoryReportInsurancePolicyCmd, type SchemaAdvisoryReportInsurancePolicyOrder, type SchemaAdvisoryReportInsurancePolicyPackageCmd, type SchemaAdvisoryReportPartyQueryModel, type SchemaAdvisoryReportPdfResponse, type SchemaAdvisoryReportQueryModel, type SchemaAdvisoryReportRevisionAcceptanceCmd, type SchemaAdvisoryReportRevisionCmd, type SchemaAdvisoryReportRevisionCreateCmd, type SchemaAdvisoryReportRevisionMailInquiryCmd, type SchemaAdvisoryReportRevisionUpdateCmd, type SchemaAdvisoryReportRevisionsQueryModel, type SchemaAdvisoryReportRiskDomainActionCreateCmd, type SchemaAdvisoryReportRiskDomainActionPatchCmd, type SchemaAdvisoryReportRiskDomainAdviceCreateCmd, type SchemaAdvisoryReportRiskDomainAdvicePatchCmd, type SchemaAdvisoryReportRiskDomainCreateCmd, type SchemaAdvisoryReportStepsCreateCmd, type SchemaAdvisoryReportTask, type SchemaAdvisoryReportsQueryModel, type SchemaAdvisoryTaskPriority, type SchemaAedesCar, type SchemaAedesCarPayload, type SchemaAedesDriver, type SchemaAedesParking, type SchemaAedesParking_2, type SchemaAffiliation, type SchemaAffiliationInfo, type SchemaAffiliationStatus, type SchemaAffinityKey, type SchemaAgHomePayload, type SchemaAgriculturalVehicleUsage, type SchemaAgriculturalVehicleUsage_2, type SchemaAlarmSystem, type SchemaAllGuaranteesSetting, type SchemaAllianzCancellationReason, type SchemaAllianzCancellationReason_2, type SchemaAllianzCar, type SchemaAllianzCarPayload, type SchemaAllianzDriver, type SchemaAllianzFamilyPayload, type SchemaAllianzHome, type SchemaAllianzHomePayload, type SchemaAnalyzeEmailByIdParams, type SchemaAnnex, type SchemaAnnexRoofConstructionType, type SchemaAnnexType, type SchemaAnnexType_2, type SchemaAnnexWallConstructionType, type SchemaAnnualPremium, type SchemaAnnualPremiumQueryModel, type SchemaAnswer, type SchemaAnswerFlowParams, type SchemaAnswerFlowSessionParams, type SchemaAnswerFlowsResponse, type SchemaAnswerValidationError, type SchemaAnswerValidationErrorMessage, type SchemaAnswersPayload, type SchemaAnvaAdnCoverage, type SchemaAnvaCalculationPackage, type SchemaAnvaCalculationResponse, type SchemaAnvaClaimStatus, type SchemaAnvaClosingQuestion, type SchemaAnvaClosingQuestionUpsertCmd, type SchemaAnvaCollectionMethod, type SchemaAnvaCollectionMethods, type SchemaAnvaCoverage, type SchemaAnvaCoverageCombination, type SchemaAnvaCustomerInquiryParams, type SchemaAnvaDocument, type SchemaAnvaDocumentUpdateCmd, type SchemaAnvaFlowLabelStatus, type SchemaAnvaFlowStatus, type SchemaAnvaInquiry, type SchemaAnvaInquiryDocument, type SchemaAnvaInsurance, type SchemaAnvaInsuranceCompany, type SchemaAnvaInsuranceCompanyUpdateCmd, type SchemaAnvaInsurancePackage, type SchemaAnvaInsurancePolicy, type SchemaAnvaInsuranceUpdateCmd, type SchemaAnvaInvoiceStatus, type SchemaAnvaLabel, type SchemaAnvaMutationReason, type SchemaAnvaMutationReasons, type SchemaAnvaOfferDocument, type SchemaAnvaPackage, type SchemaAnvaPackageDiscount, type SchemaAnvaPackageUpdateCmd, type SchemaAnvaPolicyPackageCalculationJob, type SchemaAnvaProduct, type SchemaAnvaProductFlowRevision, type SchemaAnvaProductImportCmd, type SchemaAnvaProductQueryModel, type SchemaAnvaProductQuestionnaire, type SchemaAnvaProductQuestionnaireQueryModel, type SchemaAnvaProductQuestionnairesQueryModel, type SchemaAnvaProductQuestionnairesUpdateCmd, type SchemaAnvaProductQuestionnairesValidateCmd, type SchemaAnvaProductSearchItem, type SchemaAnvaProductSearches, type SchemaAnvaProductTag, type SchemaAnvaProductTagUpsertCmd, type SchemaAnvaProductToInsurancePolicyLink, type SchemaAnvaProductUpdateCmd, type SchemaAnvaQuote, type SchemaAnvaQuoteCalculationJob, type SchemaAnvaQuoteCalculationJobsQueuedResponse, type SchemaAnvaSendOfferInsurancePolicy, type SchemaAnvaSendOfferPolicyPackage, type SchemaAnvaSendOfferResponse, type SchemaAnvaTag, type SchemaAnvaTaskCmd, type SchemaAnvaTaskPriority, type SchemaApiCoverage, type SchemaApiCoverageSource, type SchemaAppHandlersNatsModelsStatusResponse, type SchemaAppModelsAdvisoryReportAdvisoryReportAdviceDiffRiskDomain, type SchemaAppModelsAdvisoryReportAdvisoryReportRevisionCreateCmdInsurancePolicies, type SchemaAppModelsCompanyRegistrationCompanyRegistration, type SchemaAppModelsCompanyRegistrationCompanyregistration, type SchemaAppModelsEnumsCompanyProspectType, type SchemaAppModelsEnumsCustomerProspectType, type SchemaAppModelsEnumsLanguageCodes, type SchemaAppModelsEnumsLanguageCodes_2, type SchemaAppModelsEnumsMiscellaneousType, type SchemaAppModelsEnumsProspectType, type SchemaAppModelsEnumsProspectType_2, type SchemaAppModelsFsmaFsma, type SchemaAppModelsInsurancePolicyExternalLabel, type SchemaAppModelsInsurancePolicyExternalRef, type SchemaAppModelsInsurancePolicyExternalref, type SchemaAppModelsLeadAcknowledgement, type SchemaAppModelsLocalisationLocalisation, type SchemaAppModelsOfferAcknowledgement, type SchemaAppModelsOfferInsurance, type SchemaAppModelsPartyCommandsExternalRef, type SchemaAppModelsPartyCustomer, type SchemaAppModelsPartyManagementBaseDocumentDataPreferences, type SchemaAppModelsPartyManagementFunction, type SchemaAppModelsPartyManagementFunction_2, type SchemaAppModelsPartyManagementbasedocumentdataPreferences, type SchemaAppModelsPartyPartyCompanyBaseAssetInfo, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoMachineDelivery, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoPeriodicCash, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoSiloCapacity, type SchemaAppModelsPartyPartyCompanyBaseBookkeeper, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorks, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorksConstructionWorkDuration, type SchemaAppModelsPartyPartyCompanyBaseContactPerson, type SchemaAppModelsPartyPartyCompanyBaseCustomerInfo, type SchemaAppModelsPartyPartyCompanyBaseCyber, type SchemaAppModelsPartyPartyCompanyBaseExhibitionActivity, type SchemaAppModelsPartyPartyCompanyBaseExportActivity, type SchemaAppModelsPartyPartyCompanyBaseFinancialInfo, type SchemaAppModelsPartyPartyCompanyBaseImportActivity, type SchemaAppModelsPartyPartyCompanyBaseLegalAid, type SchemaAppModelsPartyPartyCompanyBaseLiabilityInfo, type SchemaAppModelsPartyPartyCompanyBaseOutlook, type SchemaAppModelsPartyPartyCompanyBasePersonnelDetails, type SchemaAppModelsPartyPartyCompanyBaseThirdPartyActivity, type SchemaAppModelsPartyPartyCompanyBaseTransportInfo, type SchemaAppModelsPartyPartyCompanyBaseTurnover, type SchemaAppModelsPartyPartyCompanyBaseWorkforce, type SchemaAppModelsPartyPartyCompanyBaseWorkforceWageBill, type SchemaAppModelsPartyPartyPreferences, type SchemaAppModelsPartyPartyPreferencesFuneralPreference, type SchemaAppModelsPartyPartycompanybaseAssetinfo, type SchemaAppModelsPartyPartycompanybaseAssetinfoMachinedelivery, type SchemaAppModelsPartyPartycompanybaseAssetinfoPeriodiccash, type SchemaAppModelsPartyPartycompanybaseAssetinfoSilocapacity, type SchemaAppModelsPartyPartycompanybaseBookkeeper, type SchemaAppModelsPartyPartycompanybaseConstructionworks, type SchemaAppModelsPartyPartycompanybaseConstructionworksConstructionworkduration, type SchemaAppModelsPartyPartycompanybaseContactperson, type SchemaAppModelsPartyPartycompanybaseCustomerinfo, type SchemaAppModelsPartyPartycompanybaseCyber, type SchemaAppModelsPartyPartycompanybaseExhibitionactivity, type SchemaAppModelsPartyPartycompanybaseExportactivity, type SchemaAppModelsPartyPartycompanybaseFinancialinfo, type SchemaAppModelsPartyPartycompanybaseImportactivity, type SchemaAppModelsPartyPartycompanybaseLegalaid, type SchemaAppModelsPartyPartycompanybaseLiabilityinfo, type SchemaAppModelsPartyPartycompanybaseOutlook, type SchemaAppModelsPartyPartycompanybasePersonneldetails, type SchemaAppModelsPartyPartycompanybaseThirdpartyactivity, type SchemaAppModelsPartyPartycompanybaseTransportinfo, type SchemaAppModelsPartyPartycompanybaseTurnover, type SchemaAppModelsPartyPartycompanybaseWorkforce, type SchemaAppModelsPartyPartycompanybaseWorkforceWagebill, type SchemaAppModelsPartyPartypreferences, type SchemaAppModelsPartyPartypreferencesFuneralpreference, type SchemaAppModelsReadDocument, type SchemaAppModelsReadDocumentExternalRef, type SchemaAppModelsRiskObjectsAmountOfRiskObjects, type SchemaAppModelsRiskObjectsBicycleBicycle, type SchemaAppModelsRiskObjectsBicyclePreferences, type SchemaAppModelsRiskObjectsBoatBoat, type SchemaAppModelsRiskObjectsBoatPreferences, type SchemaAppModelsRiskObjectsCarCar, type SchemaAppModelsRiskObjectsCarCar_2, type SchemaAppModelsRiskObjectsCarPreferences, type SchemaAppModelsRiskObjectsCarPreferences_2, type SchemaAppModelsRiskObjectsFamilyFamily, type SchemaAppModelsRiskObjectsLegalLegal, type SchemaAppModelsRiskObjectsMiscellaneousMiscellaneous, type SchemaAppModelsRiskObjectsPartyGroupPartyGroup, type SchemaAppModelsRiskObjectsResidenceMainBuilding, type SchemaAppModelsRiskObjectsResidenceResidence, type SchemaAppModelsRiskObjectsResidenceResidencePreferences, type SchemaAppModelsRiskObjectsRiskObjects, type SchemaAppModelsRiskObjectsSemiTrailerSemiTrailer, type SchemaAppModelsRiskObjectsTeacherTeacher, type SchemaAppModelsRiskObjectsTrailerTrailer, type SchemaAppModelsRiskObjectsTwowheelerPreferences, type SchemaAppModelsRiskObjectsTwowheelerTwoWheeler, type SchemaAppModelsThemeThemeCreateCmd, type SchemaAppResponsesBaseStatusResponse, type SchemaAppViewsModelsAdvisoryReportAdvisoryReportQueryModelInsurancePolicies, type SchemaAppViewsModelsAdvisoryReportCoverageQueryModelExternalLabel, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportPolicyPackageQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportRiskDomainActionQueryModelRiskDomain, type SchemaAppViewsModelsAdvisoryReportRiskDomainAdviceQueryModelRiskDomain, type SchemaAppViewsModelsClaimClaim, type SchemaAppViewsModelsClaimDocument, type SchemaAppViewsModelsInvoiceDocument, type SchemaAppViewsModelsOfferAcknowledgement, type SchemaAppViewsModelsOfferGuarantee, type SchemaAppViewsModelsOfferPartyAssignee, type SchemaAppViewsModelsPartyAddresWithMetadataMetaData, type SchemaAppViewsModelsPartyDocumentsPartyDocumentQueryModel, type SchemaAppViewsModelsPartyDocumentsPartydocumentquerymodel, type SchemaAppViewsModelsPartyLink, type SchemaAppViewsModelsPartyManagementQueryModel, type SchemaAppViewsModelsPartyManagementquerymodel, type SchemaAppViewsModelsPartyPartyAssignee, type SchemaAppViewsModelsPartyPartyDocumentsMetaData, type SchemaAppViewsModelsPartyPartyLogoQueryModel, type SchemaAppViewsModelsPartyPartyRelationQueryModelParty, type SchemaAppViewsModelsPartyPartyassignee, type SchemaAppViewsModelsPartyPartylogoquerymodel, type SchemaAppViewsModelsPartyPartyrelationquerymodelParty, type SchemaAppViewsModelsRiskDomainPreventionAdviceQueryModelPreventAdviceRiskDomain, type SchemaAppViewsModelsRiskDomainRiskDomainsQueryModelRiskDomain, type SchemaAppViewsModelsRiskObjectBicycle, type SchemaAppViewsModelsRiskObjectBoat, type SchemaAppViewsModelsRiskObjectCar, type SchemaAppViewsModelsRiskObjectDriver, type SchemaAppViewsModelsRiskObjectFamily, type SchemaAppViewsModelsRiskObjectLegal, type SchemaAppViewsModelsRiskObjectLink, type SchemaAppViewsModelsRiskObjectMiscellaneous, type SchemaAppViewsModelsRiskObjectPartyGroup, type SchemaAppViewsModelsRiskObjectPerson, type SchemaAppViewsModelsRiskObjectResidence, type SchemaAppViewsModelsRiskObjectRiskObjects, type SchemaAppViewsModelsRiskObjectSemiTrailer, type SchemaAppViewsModelsRiskObjectTeacher, type SchemaAppViewsModelsRiskObjectTrailer, type SchemaAppViewsModelsRiskObjectTwoWheeler, type SchemaAragLegalPayload, type SchemaArcesLegalPayload, type SchemaAskLaterQuestion, type SchemaAskLaterQuestionsRequest, type SchemaAskLaterQuestionsResponse, type SchemaAskaPackageChoice, type SchemaAskaPackageChoice_2, type SchemaAskaTravelInsuranceType, type SchemaAskaTravelInsuranceType_2, type SchemaAssetInfo, type SchemaAssignedToType, type SchemaAssociatedCompany, type SchemaAttachmentType, type SchemaAudits, type SchemaAuth, type SchemaAutomaticEmergencyBreaking, type SchemaAvatars, type SchemaAxaCar, type SchemaAxaCarPayload, type SchemaAxaContractualExcess, type SchemaAxaContractualExcess_2, type SchemaAxaDriver, type SchemaAxaFamilyPayload, type SchemaAxaHome, type SchemaAxaHomePayload, type SchemaAxaItemLimitTier, type SchemaAxaItemLimitTier_2, type SchemaAxaTheftFormulas, type SchemaAxaTheftFormulas_2, type SchemaBackupFrequency, type SchemaBackupFrequency_2, type SchemaBalance, type SchemaBalanceQueryModel, type SchemaBaloiseCar, type SchemaBaloiseCarPayload, type SchemaBaloiseDriver, type SchemaBaloiseFamilyPayload, type SchemaBaloiseHome, type SchemaBaloiseHomePayload, type SchemaBatchUnitResponse, type SchemaBatteryCapacity, type SchemaBicycle, type SchemaBicycleReferenceQueryModel, type SchemaBicycleRiskObjectIdWithRevisionId, type SchemaBicycleSpeed, type SchemaBicycleType, type SchemaBicycleUsage, type SchemaBlindSpotWarning, type SchemaBoat, type SchemaBoatAccidentCoverageLevel, type SchemaBoatAccidentCoverageLevel_2, type SchemaBoatBerthBigCity, type SchemaBoatBerthNlArea, type SchemaBoatBerthType, type SchemaBoatCategory, type SchemaBoatCompetitionType, type SchemaBoatConstructionType, type SchemaBoatMotorKind, type SchemaBoatNlPayloads, type SchemaBoatPreferences, type SchemaBoatReferenceQueryModel, type SchemaBoatRiskObjectIdWithRevisionId, type SchemaBoatTerritory, type SchemaBoatTrailer, type SchemaBoatUsage, type SchemaBookkeeper, type SchemaBrand, type SchemaBrandClub, type SchemaBrandClub_2, type SchemaBrandSortContext, type SchemaBroker, type SchemaBrokerConnectionCreate, type SchemaBrokerConnectionOutlookEmails, type SchemaBrokerConnectionOutlookMailFolder, type SchemaBrokerConnectionOutlookMailFolders, 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 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 SchemaCondition, type SchemaConditionAction, type SchemaConditionCheckType, type SchemaConditionOperation, type SchemaConditionType, type SchemaConditions, type SchemaConstructionType, type SchemaConstructionTypeFloors, type SchemaConstructionWorkDuration, type SchemaConstructionWorks, type SchemaConstructionYear, type SchemaConstructionYearCategory, type SchemaContactPerson, type SchemaContentValueDefinedType, type SchemaContractConversions, type SchemaConversationAnswer, type SchemaConversationAnswerCompared, type SchemaConversationDocumentPdfModel, type SchemaConversationNote, type SchemaConversationsOriginFilter, type SchemaConversationsOriginFilterItem, type SchemaCountryCodes, type SchemaCountryCodes_2, type SchemaCoverage, type SchemaCoverageCmd, type SchemaCoverageGroupMatchingScore, type SchemaCoverageInsights, type SchemaCoverageLimit, type SchemaCoveragePeriod, type SchemaCoverageQueryModel, type SchemaCoverageUpdateCmd, type SchemaCreateAccountParams, type SchemaCreateAdvisoryReportParams, type SchemaCreateAdvisoryReportRevisionParams, type SchemaCreateAdvisoryReportRevisionV2Params, type SchemaCreateAnvaPartyCompanyCmd, type SchemaCreateAnvaPartyCompanyRegistration, type SchemaCreateAnvaPartyCustomerCmd, type SchemaCreateBicycleRiskObjectParams, type SchemaCreateBoatRiskObjectParams, type SchemaCreateBrokerConnectionParams, type SchemaCreateCampaignAssistantAvatarCmd, type SchemaCreateCampaignCmd, type SchemaCreateCampaignLogoCmd, type SchemaCreateCampaignParams, type SchemaCreateCarRiskObjectParams, type SchemaCreateCompanyLeadParams, type SchemaCreateCompanyProspectParams, type SchemaCreateCustomThemeAsDistributionParams, type SchemaCreateCustomerLeadParams, type SchemaCreateCustomerProspectParams, type SchemaCreateDiasContactPersonCreateCmd, type SchemaCreateDistributionConnectionParams, type SchemaCreateDistributionTagParams, type SchemaCreateDistributionUspParams, type SchemaCreateFamilyRiskObjectParams, type SchemaCreateFlowParams, type SchemaCreateFlowSessionParams, type SchemaCreateInsurancePolicyForPartyParams, type SchemaCreateInsuranceProductClauseParams, type SchemaCreateLegalRiskObjectParams, type SchemaCreateMiscellaneousRiskObjectParams, type SchemaCreateMultiResponse, type SchemaCreateNoteForPartyParams, type SchemaCreateOfferRequestForInsuranceCompanyDocxParams, type SchemaCreateOfferRequestForInsuranceCompanyPdfParams, type SchemaCreateOfferRevisionParams, type SchemaCreateOfferV2Params, type SchemaCreatePartyAccidentParams, type SchemaCreatePartyActivitiesParams, type SchemaCreatePartyExternalRefsParams, type SchemaCreatePartyFromCompanyRegistrationParams, type SchemaCreatePartyGroupRiskObjectParams, type SchemaCreateProfileaseCarLeaseOfferParams, type SchemaCreateProfileaseCarOfferCmd, type SchemaCreateProfileaseCarOfferResponse, type SchemaCreateRelationBetweenPartiesParams, type SchemaCreateRelationBetweenPartyAndRiskObjectParams, type SchemaCreateReplyUuid, type SchemaCreateResponse, type SchemaCreateRiskObjectExternalRefsParams, type SchemaCreateSemiTrailerRiskObjectParams, type SchemaCreateSignedPartiesUploadUrlParams, type SchemaCreateTaskInAnvaParams, type SchemaCreateToolkitAccountParams, type SchemaCreateToolkitBrokerParams, type SchemaCreateTrailerRiskObjectParams, type SchemaCreateTrialUserParams, type SchemaCreateYellowHiveContactPersonCreateCmd, type SchemaCreditRating, type SchemaCreditScore, type SchemaCrmExportQueryModel, type SchemaCrmExportType, type SchemaCurrency, type SchemaCurrencyValue, type SchemaCustomAdvice, type SchemaCustomAdvicePatchCmd, type SchemaCustomer, type SchemaCustomerCreateCmd, type SchemaCustomerInfo, type SchemaCustomerLeadCreateCmd, type SchemaCustomerLeadCreateReply, type SchemaCustomerProspectType, type SchemaCustomerProspectsWithLeadOfferRiskObjectsQueryModel, type SchemaCustomerQueryModel, type SchemaCustomerSheet, type SchemaCustomerSheetAcceptations, type SchemaCustomersInfoType, type SchemaCyber, type SchemaDasLegalPayload, type SchemaDataType, type SchemaDate, type SchemaDateDsl, type SchemaDeductibleType, type SchemaDelaFuneralPayload, type SchemaDeleteMethod, type SchemaDelinkPartyToUserParams, type SchemaDemographicData, type SchemaDiasAfdBranch, type SchemaDiasCalculationPackage, type SchemaDiasCollectionMethods, type SchemaDiasCoverage, type SchemaDiasCoverageUpdateCmd, type SchemaDiasEntityLink, type SchemaDiasEntityType, type SchemaDiasFlowStatus, type SchemaDiasInsurance, type SchemaDiasInsuranceCompany, type SchemaDiasInsurancePackage, type SchemaDiasInsurancePolicy, 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 SchemaDimensions, type SchemaDinghy, type SchemaDinghyCategory, type SchemaDirector, type SchemaDisable_2faForMeParams, type SchemaDiscount, type SchemaDisplacement, type SchemaDistances, type SchemaDistribution, type SchemaDistributionCompanyRegistrationValidation, type SchemaDistributionConnectionCreateCmd, type SchemaDistributionConnectionQueryModel, type SchemaDistributionConnectionUpdateCmd, type SchemaDistributionCreateCmd, type SchemaDistributionFrontPageSettings, type SchemaDistributionFrontPageSettingsQueryModel, type SchemaDistributionInvite, type SchemaDistributionLogos, type SchemaDistributionNameValidateCmd, type SchemaDistributionNoveltyInsight, type SchemaDistributionPromotionCreateCmd, type SchemaDistributionPromotionsReply, type SchemaDistributionSettings, type SchemaDistributionSettingsPatchCmd, type SchemaDistributionSignatureMethodQueryModel, type SchemaDistributionSignaturePatchCmd, type SchemaDistributionTagCreateCmd, type SchemaDistributionTagReply, type SchemaDistributionTagsQueryModel, type SchemaDistributionThemeCreateCmd, type SchemaDistributionThemeUpdateCmd, type SchemaDistributionUsp, type SchemaDistributionUspItemCreateCmd, type SchemaDistributionUspItemUpdateCmd, type SchemaDistributionUspReply, type SchemaDistributions, type SchemaDnaYachtBoatPayload, type SchemaDocument, type SchemaDocumentExtractionBatch, type SchemaDocumentExtractionBatchPayload, type SchemaDocumentExtractionEntityInfo, type SchemaDocumentLinkResponse, type SchemaDocumentQueryModel, type SchemaDocumentReferenceQueryModel, type SchemaDocumentResourceType, type SchemaDocumentStatus, type SchemaDocumentType, type SchemaDocumentType_2, type SchemaDomainCar, type SchemaDriveAssistanceSystem, type SchemaDriveTrainLayout, type SchemaDriveTrainLayout_2, type SchemaDriver, type SchemaDriverBrandClubMembership, type SchemaDriverExperience, type SchemaDriverLicenseCode, type SchemaDriverLicenseCode_2, type SchemaDriverLicenseType, type SchemaDriverLicenseType_2, type SchemaDriverVehicle, type SchemaDriverVehicleExperience, type SchemaDriverVehicleUsage, type SchemaDrivingTimes, type SchemaDutyOfCareCheckupItem, type SchemaDutyOfCareKind, type SchemaDutyOfCareStatus, type SchemaEducationLevel, type SchemaEducationLevel_2, type SchemaElectricBatteryType, type SchemaElectricalBikeAssistance, type SchemaElectricalInstallationType, type SchemaElectricalInstallations, type SchemaElectronicStabilityControl, type SchemaEmailActionability, type SchemaEmailAggregateResponse, type SchemaEmailAnalysis, type SchemaEmailAnalysisResponse, type SchemaEmailAnalyzeByEmailIdCmd, type SchemaEmailConversation, type SchemaEmailModel, type SchemaEmailTriageClassification, type SchemaEmailTriageCmd, type SchemaEmailValidation, type SchemaEmission, type SchemaEmissionStandard, type SchemaEmployeeInformation, type SchemaEmployeeInformationQueryModel, type SchemaEmployees, type SchemaEmploymentType, type SchemaEnable_2faForMeParams, type SchemaEnergyCategory, type SchemaEngine, type SchemaEngineRotations, type SchemaEngineTorque, type SchemaEntityChanges, type SchemaEntityExtraction, type SchemaEntityKey, type SchemaEntityReference, type SchemaEnumSource, type SchemaEnumValue, type SchemaEnums, type SchemaEnumsResponse, type SchemaErrorDetail, type SchemaErrorEnum_401, type SchemaErrorMessages, type SchemaErrorResponse, type SchemaError_401, type SchemaError_403, type SchemaError_422, type SchemaError_429, type SchemaError_4Xx, type SchemaEstablishment, type SchemaEstablishmentQueryModel, type SchemaEuromexLegalPayload, type SchemaExcludedCoverage, type SchemaExhibitionActivity, type SchemaExistsReply, type SchemaExportActivity, type SchemaExportAdvisoryReportByIdParams, type SchemaExportAdvisoryReportCreateCmd, type SchemaExportOption, type SchemaExportsQueued, type SchemaExternalRef, type SchemaExternalRefCompany, type SchemaExternalRefsQueryModel, type SchemaExternalResponseFormatted, type SchemaExtraLegalBenefits, type SchemaExtractDocumentCmd, type SchemaExtractOneDocumentResponse, type SchemaExtractOnePoliciesDocumentResponse, type SchemaExtractSingularDocumentAsInsurancePolicyParams, type SchemaExtractSingularDocumentAsOfferParams, type SchemaExtractSingularDocumentEnqueueParams, type SchemaExtractSingularDocumentInsurancePoliciesEnqueueParams, type SchemaExtractSingularDocumentOffersEnqueueParams, type SchemaExtractSingularDocumentParams, type SchemaExtractSingularDocumentPartyEnqueueParams, type SchemaExtractThemeCmd, type SchemaExtractWebsiteThemeParams, type SchemaExtractedInsurancePolicy, type SchemaExtractedQuestionnaireFilters, type SchemaExtractedQuestionnaireRequest, type SchemaFacade, type SchemaFamilyPayloads, type SchemaFamilyReferenceQueryModel, type SchemaFamilyRiskObjectIdWithRevisionId, type SchemaFamilyStatus, type SchemaFamilyStatus_2, type SchemaFaqCreateCmd, type SchemaFaqItem, type SchemaFaqQueryModel, type SchemaFaqType, type SchemaFeatureItem, type SchemaFeedback, type SchemaFieldMapping, type SchemaFieldMappingManager, type SchemaFieldOperation, type SchemaFieldTransformer, type SchemaFinConnectLinkQueryModel, type SchemaFinancial, type SchemaFinancialInfo, type SchemaFinancialInstitution, type SchemaFinancing, type SchemaFinishingType, type SchemaFireSpecifications, type SchemaFlammableLiquids, type SchemaFleet, type SchemaFleetInfo, type SchemaFleetQueryModel, type SchemaFleetRiskObjectIdWithRevisionId, type SchemaFloatCalculationSpec, type SchemaFloor, type SchemaFlow, type SchemaFlowInfo, type SchemaFlowMailType, type SchemaFlowRequest, type SchemaFlowSessionQueryModel, type SchemaFlowSessionReference, type SchemaFlowSessionStatus, type SchemaFlowStatus, type SchemaFlowSubType, type SchemaFlowType, type SchemaFlowVersion, type SchemaFlowsError, type SchemaFlowsErrorType, type SchemaFlowsInfo, type SchemaFlowsModelsAnvaAnvaQuoteCoverage, type SchemaFlowsModelsAnvaAnvaQuoteDocument, type SchemaFlowsModelsAnvaSendOfferMailCmdDocument, type SchemaFlowsModelsAnvaWarning, type SchemaFlowsModelsDiasDiasQuoteCoverage, type SchemaFlowsModelsDiasDocument, type SchemaFlowsModelsDiasWarning, type SchemaFlowsModelsYellowhiveDocument, type SchemaFlowsModelsYellowhiveWarning, type SchemaFlowsModelsYellowhiveYellowHiveQuoteCoverage, type SchemaForecast, type SchemaForecastDataResponse, type SchemaFormattedExceptionModel, type SchemaFormulaInfo, type SchemaForwardCollisionWarning, type SchemaFoyerCar, type SchemaFoyerCarPayload, type SchemaFoyerDriver, type SchemaFranchise, type SchemaFranchiseLevel, type SchemaFranchiseQueryModel, type SchemaFranchiseType, type SchemaFrontPageCmd, type SchemaFrontPageQueryModel, type SchemaFrontalCrashProtection, type SchemaFrontalCrashProtectionDriver, type SchemaFrontalCrashProtectionPassenger, type SchemaFrontalCrashProtectionRear, type SchemaFsmaStatute, type SchemaFuel, type SchemaFuelCapacity, type SchemaFuelConsumption, type SchemaFullLeaseOfferQueryModel, type SchemaFunction, type SchemaFuneralPayloads, type SchemaFuneralPreference, type SchemaFuneralPreferenceQueryModel, type SchemaFuturePlans, type SchemaGender, type SchemaGeneral, type SchemaGenerateAboutUsCmd, type SchemaGenerateCompanyDescriptionCmd, type SchemaGenerateCompanyDescriptionParams, type SchemaGenerateCompanyDescriptionResponse, type SchemaGenerateCompanySettingsAboutUsParams, type SchemaGenerateDnsPrefixParams, type SchemaGenerateRecommendationParams, type SchemaGenerateRecommendationsByPartyIdParams, type SchemaGetAddressInfoPremiumResponse, type SchemaGetAdvisoryReportDiffResponse, type SchemaGetAutomobileBrandResponse, type SchemaGetAutomobileBrandsResponse, type SchemaGetAutomobileFactsResponse, type SchemaGetAutomobileSerieResponse, type SchemaGetAutomobileSeriesResponse, type SchemaGetAutomobileVersionResponse, type SchemaGetAutomobileVersionsResponse, type SchemaGetCarInsuranceInsightsParams, type SchemaGetCarPremiumResponse, type SchemaGetCityResponse, type SchemaGetCompanyMultiResponse, type SchemaGetCompanySingleResponse, type SchemaGetDirectorMultiResponse, type SchemaGetNumberPlatePremiumResponse, type SchemaGetSearchAddressNewResponse, type SchemaGetStreetResponse, type SchemaGetVinPremiumResponse, type SchemaGiveSelectedProductsFeedbackParams, type SchemaGuarantee, type SchemaGuaranteeBase, type SchemaGuaranteeContent, type SchemaGuaranteeMatchingScores, type SchemaGuaranteeModification, type SchemaGuaranteeTag, type SchemaHandleCalculateAnvaQuotesForConversationParams, type SchemaHandleCalculateOneAnvaQuoteForConversationParams, type SchemaHandleCalculateOneDiasQuoteForConversationParams, type SchemaHandleCalculateOneYellowhiveQuoteForConversationParams, type SchemaHandleCreateAnvaPartyParams, type SchemaHandleCreateDiasContactPersonParams, type SchemaHandleCreateDocumentFromQuestionnaireParams, type SchemaHandleCreateYellowhiveContactPersonParams, type SchemaHandleGenerateQuestionsToPrefillByCarParams, type SchemaHandleImportAnvaProductsParams, type SchemaHandleImportDiasProductsParams, type SchemaHandleMarkSessionCompletedParams, type SchemaHandleQueueCalculateAnvaQuotesForConversationParams, type SchemaHandleQueueCalculateDiasQuotesForConversationParams, type SchemaHandleQueueCalculateYellowhiveQuotesForConversationParams, type SchemaHandleQueueSendCustomQuotesToAnvaParams, type SchemaHandleQuoteCalculationV2ExtraParams, type SchemaHandleQuoteMailSendParams, type SchemaHandleQuoteSaveParams, type SchemaHandleRecalculateAnvaSimulationParams, type SchemaHandleRecalculateDiasSimulationParams, type SchemaHandleRecalculateYellowhiveSimulationParams, type SchemaHandleRetrieveConversationReportPdfBySessionIdParams, type SchemaHandleRetrieveProductsV2Params, type SchemaHandleSendOfferMailParams, type SchemaHandleSetAskLaterQuestionIdsParams, type SchemaHandleUpdateAllAnvaQuestionnaireQuestionsByAnvaLabelParams, type SchemaHandleUpdateAnvaProductCoverageParams, type SchemaHandleUpdateAnvaProductsParams, type SchemaHandleUpdateAnvaQuestionnairesByProductIdParams, type SchemaHandleUpdateDiasQuestionnairesByProductIdParams, type SchemaHandleUpdateDiasflowsProductByIdParams, type SchemaHandleUpdateDiasflowsProductCoverageByIdParams, type SchemaHandleUpdateSessionParams, type SchemaHandleUpdateYellowhiveQuestionnairesByProductIdParams, type SchemaHandleUpsertAnvaClosingQuestionsParams, type SchemaHandleUpsertSupportedAnvaflowsTagParams, type SchemaHandleValidateAnvaQuestionnairesByProductIdParams, type SchemaHandleValidateDiasQuestionnairesByProductIdParams, type SchemaHandleValidateYellowhiveQuestionnairesByProductIdParams, type SchemaHazardLevel, type SchemaHeaders, type SchemaHeatingType, type SchemaHighSpeedAutomaticEmergencyBraking, type SchemaHobbies, type SchemaHolderState, type SchemaHomeAge, type SchemaHomeEvaluationType, type SchemaHomeNlPayloads, type SchemaHomePayloads, type SchemaHomeToWorkDistance, type SchemaHomeToWorkDistance_2, type SchemaHp, type SchemaHttpMethod, type SchemaIbanValidation, type SchemaIdIntResponse, type SchemaIdentificationTypes, type SchemaIdentificationTypes_2, type SchemaImpactTime, type SchemaImpactTime_2, type SchemaImportActivity, type SchemaImportPartyError, type SchemaImportPartyResponse, type SchemaIncomeData, type SchemaInformationRequirementSheetSpecification, type SchemaInputType, type SchemaInsurance, type SchemaInsuranceCarrierType, type SchemaInsuranceCarrierType_2, type SchemaInsuranceCompanyRetrieveResponse, type SchemaInsuranceCompanyTag, type SchemaInsuranceCompanyTag_2, type SchemaInsuranceContent, type SchemaInsuranceExtended, type SchemaInsuranceFsma, type SchemaInsuranceHistory, type SchemaInsuranceModuleExportQueryModel, type SchemaInsuranceModuleExportType, type SchemaInsurancePoliciesQueryModel, type SchemaInsurancePolicy, type SchemaInsurancePolicyCreateCmd, type SchemaInsurancePolicyCreateType, type SchemaInsurancePolicyDocumentCmd, type SchemaInsurancePolicyDocumentQueryModel, type SchemaInsurancePolicyDocumentType, type SchemaInsurancePolicyEntity, type SchemaInsurancePolicyLinkCmd, type SchemaInsurancePolicyLinkQueryModel, type SchemaInsurancePolicyQueryModel, type SchemaInsurancePolicySimulationSendRequest, type SchemaInsurancePolicySimulationType, type SchemaInsurancePolicySimulationUpsertCmd, type SchemaInsurancePolicyStatus, type SchemaInsurancePolicyType, type SchemaInsurancePolicyType_2, type SchemaInsuranceProduct, type SchemaInsuranceProductAdvices, type SchemaInsuranceProductByDistributionUpdateCmd, type SchemaInsuranceProductClauseCreateCmd, type SchemaInsuranceProductClauseUpdateCmd, type SchemaInsuranceProductClausesQueryModel, type SchemaInsuranceProductEntity, type SchemaInsuranceProductQueryModel, type SchemaInsuranceProductRecommendation, type SchemaInsuranceProductRecommendationPatchCmd, type SchemaInsuranceProductsQueryModel, type SchemaInsuranceTerminationReasonType, type SchemaInsuranceTerminationReasonType_2, type SchemaInsuranceType, type SchemaInsuranceType_2, type SchemaInsuredContentValue, type SchemaInsuredValue, type SchemaInventoryCheckupItem, type SchemaInviteCustomersToPartyParams, type SchemaInviteUsersToDistributionParams, type SchemaInvoice, type SchemaInvoiceQueryModel, type SchemaInvoicesQueryModel, type SchemaIsBurglarProof, type SchemaItServices, type SchemaItem, type SchemaJob, type SchemaJobQueuedResponse, type SchemaJobResult, type SchemaJobResultType, type SchemaJobStatus, type SchemaJointIndustrialCommittee, type SchemaJointIndustrialCommitteeQueryModel, type SchemaJsonRpcError, type SchemaJsonRpcReply, type SchemaKey, type SchemaKeys, type SchemaKind, type SchemaKmPerYear, type SchemaKmPerYear_2, type SchemaKw, type SchemaLabelValueCount, type SchemaLabeledItems, type SchemaLaneCenteringAssist, type SchemaLaneDepartureWarning, type SchemaLaneKeepingAssistance, type SchemaLanguage, type SchemaLanguageCodes, type SchemaLarLegalPayload, type SchemaLastAnswer, type SchemaLateralCrashProtection, type SchemaLateralCrashProtectionDriver, type SchemaLateralCrashProtectionPassenger, type SchemaLateralCrashProtectionRear, type SchemaLeadCampaignQueryModel, type SchemaLeadDocumentQueryModel, type SchemaLeadDocumentType, type SchemaLeadProviderQueryModel, type SchemaLeadProviderResponse, type SchemaLeadProvidersResponse, type SchemaLeadReferenceQueryModel, type SchemaLeadRetrieveReply, type SchemaLeadStatus, type SchemaLeadTransferPayload, type SchemaLeaseOfferDocumentQueryModel, type SchemaLeaseOfferDocumentType, type SchemaLeaseOfferType, type SchemaLeaseType, type SchemaLeaseType_2, type SchemaLegalAid, type SchemaLegalForm, type SchemaLegalForm_2, type SchemaLegalPayloads, type SchemaLegalReferenceQueryModel, type SchemaLegalRiskObjectIdWithRevisionId, type SchemaLength, type SchemaLengthUnit, type SchemaLez, type SchemaLezCity, type SchemaLezPass, type SchemaLezYears, type SchemaLiabilityInfo, type SchemaLiabilityType, type SchemaLiabilityType_2, type SchemaLicense, type SchemaLicensePlateType, type SchemaLicensePlateType_2, type SchemaLink, type SchemaLinkPartyToUserCmd, type SchemaLinkPartyToUserCmdItem, type SchemaLinkPartyToUserParams, type SchemaLinkedCompany, type SchemaLinkedCompanyQueryModel, type SchemaLivingRoomSize, type SchemaLocalisationPatchCmd, type SchemaLocalization, type SchemaLocalized, type SchemaLowerCaseCountryCodes, type SchemaLowerCaseLanguageCodes, type SchemaMachineAcquisitionType, type SchemaMachineDelivery, type SchemaMailEvent, type SchemaMainBuilding, type SchemaMainBuildingType, type SchemaManagement, type SchemaManagementFuturePlans, type SchemaManagementQueryModel, type SchemaMarkSessionAsCompletedModel, type SchemaMarkSessionAsCompletedResponse, type SchemaMaxLoadWeight, type SchemaMaxRoofLoad, type SchemaMaxSpeed, type SchemaMaxVolumeTrunk, type SchemaMaxWeight, type SchemaMembership, type SchemaMercuryModelsAnvaListItem, type SchemaMercuryModelsFasterforwardListItem, type SchemaMergePartiesIntoPartyByIdParams, type SchemaMetadata, type SchemaMimeType, type SchemaMinVolumeTrunk, type SchemaMinimalBicycle, type SchemaMinimalBoat, type SchemaMinimalCar, type SchemaMinimalClaim, type SchemaMinimalCoverageQueryModel, type SchemaMinimalCustomerPartyQueryModel, type SchemaMinimalCustomerPartyQueryModels, type SchemaMinimalDutyOfCareItem, type SchemaMinimalFamily, type SchemaMinimalFleet, type SchemaMinimalInsurancePolicy, type SchemaMinimalInsurancePolicyQueryModel, type SchemaMinimalInventorySummary, type SchemaMinimalInvoice, type SchemaMinimalLegal, type SchemaMinimalMiscellaneous, type SchemaMinimalOfferQueryModel, type SchemaMinimalPartyGroup, type SchemaMinimalPartyQueryModel, type SchemaMinimalPolicyPackage, type SchemaMinimalResidence, type SchemaMinimalRiskObject, type SchemaMinimalRiskObjects, type SchemaMinimalSemiTrailer, type SchemaMinimalTeacher, type SchemaMinimalTrailer, type SchemaMinimalTwoWheeler, type SchemaMinimalUser, type SchemaMinimalUserQueryModels, type SchemaMiscellaneous, type SchemaMiscellaneousRiskObjectIdWithRevisionId, type SchemaMockedDisableTwoFactorRequest, type SchemaMockedTwoFactorVerificationRequest, type SchemaMortgage, type SchemaMostImportantItems, type SchemaMostImportantItems_2, type SchemaMotorType, type SchemaMotorType_2, type SchemaMotorcycleInterests, type SchemaMotorcycleInterests_2, type SchemaMultiAffiliationInfoQueryModel, type SchemaMultiAffiliationQueryModel, type SchemaMultiAnvaAdnCoverageQueryModel, type SchemaMultiAnvaClosingQuestionQueryModel, type SchemaMultiAnvaCoverageQueryModel, type SchemaMultiAnvaInsuranceCompanyQueryModel, type SchemaMultiAnvaInsuranceQueryModel, type SchemaMultiAnvaLabelQueryModel, type SchemaMultiAnvaProductQueryModel, type SchemaMultiAnvaQuestionByAnvaLabelUpdateCmd, type SchemaMultiAnvaTagQueryModel, type SchemaMultiBrokerQueryModel, type SchemaMultiDiasAfdBranchQueryModel, type SchemaMultiDiasProductQueryModel, type SchemaMultiDiasProductSearchQueryModel, type SchemaMultiFlowSessionItemQueryModel, type SchemaMultiFlowSessionQueryModel, type SchemaMultiLeaseOfferQueryModel, type SchemaMultiOfferQueryModel, type SchemaMultiPartyQueryModel, type SchemaMultiQuoteBeSession, type SchemaMultiQuoteNlSession, type SchemaMultiYellowHiveCoverageQueryModel, type SchemaMultiYellowHiveInsuranceQueryModel, type SchemaMultiYellowHiveProductQueryModel, type SchemaNationalIdentificationNumberValidation, type SchemaNatsError, type SchemaNextActionItem, type SchemaNextActionSource, type SchemaNextActionType, type SchemaNotice, type SchemaNumberPlateInfo, type SchemaNumberPlatePremiumResponse, type SchemaOccupationType, type SchemaOfferCampaignQueryModel, type SchemaOfferCreateCmdV2, type SchemaOfferCreateResponse, type SchemaOfferCreateRevisionCmd, type SchemaOfferPatchBulkCmd, type SchemaOfferPayment, type SchemaOfferRejectionCancellationReason, type SchemaOfferRequestForInsuranceCompanyCreateCmd, type SchemaOfferRequestForInsuranceCompanyInsuranceProductItem, type SchemaOfferRequestForInsuranceCompanyItem, type SchemaOfferRequestForInsuranceCompanyItemWithId, type SchemaOfferRequestForInsuranceCompanyParty, type SchemaOfferRevisionDocument, type SchemaOfferRevisionDocumentType, type SchemaOfferRevisionPatchCmd, type SchemaOfferRevisionQueryModel, type SchemaOfferRevisionReferenceQueryModel, type SchemaOfferStatus, type SchemaOfferWarning, type SchemaOmniumFormula, type SchemaOmniumFormulaByName, type SchemaOmniumFormulaByName_2, type SchemaOmniumFormula_2, type SchemaOpenClaimsCheckupItem, type SchemaOptimcoCar, type SchemaOptimcoCarPayload, type SchemaOptimcoDriver, type SchemaOptimcoFamilyPayload, type SchemaOptions, type SchemaOrderInsurancePolicyForAdvisoryReportRevisionParams, type SchemaOrigin, type SchemaOtherSafetySystems, type SchemaOutlook, type SchemaOutlookEmail, 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 SchemaPartyAddresses, type SchemaPartyAssigneesUpdateCmd, type SchemaPartyCheckupResponse, type SchemaPartyComplianceType, type SchemaPartyConversationNotes, type SchemaPartyCurrentAccountInsightsQueryModel, type SchemaPartyDocument, type SchemaPartyDocumentQueryModel, type SchemaPartyDocumentType, type SchemaPartyDocumentUpload, type SchemaPartyDocuments, type SchemaPartyEntity, type SchemaPartyExternalRefsCreateCmd, type SchemaPartyExternalRefsQueryModel, type SchemaPartyGroupCustomerQueryModel, type SchemaPartyGroupReferenceQueryModel, type SchemaPartyGroupRiskObjectIdWithRevisionId, type SchemaPartyInvite, type SchemaPartyKycItem, type SchemaPartyKycQueryModel, type SchemaPartyLink, type SchemaPartyLinkQueryModel, type SchemaPartyLogoCmd, type SchemaPartyLogoQueryModel, type SchemaPartyMergeCmd, type SchemaPartyNoteCmd, type SchemaPartyOriginFilter, type SchemaPartyOriginFilterItem, type SchemaPartyPatchCmd, type SchemaPartyPreferences, type SchemaPartyPreferencesQueryModel, type SchemaPartyQueryModel, type SchemaPartyRelation, type SchemaPartyRelationCreateCmd, type SchemaPartyRelationQueryModel, type SchemaPartyRelationType, type SchemaPartyRelationType_2, type SchemaPartySocialLinks, type SchemaPartyStatus, type SchemaPartyStatus_2, type SchemaPartyTransferPayload, type SchemaPartyWithMetadata, type SchemaPaymentInterval, type SchemaPaymentIntervalLowerCaseValues, type SchemaPaymentInterval_2, type SchemaPaymentMethod, type SchemaPaymentMethod_2, type SchemaPaymentStatus, type SchemaPedestrianDetection, type SchemaPendingUpgradesReply, type SchemaPerformance, type SchemaPeriodicCash, type SchemaPermittedTowbarDownload, type SchemaPermittedTrailerLoadWithoutBrakes, type SchemaPersonalizedAdvice, type SchemaPersonalizedAdviceResponse, type SchemaPersonnelDetails, type SchemaPhysicalProperties, type SchemaPiaContractConversionStatus, type SchemaPlanQueryModel, type SchemaPlanStatus, type SchemaPlansReply, type SchemaPnpCar, type SchemaPnpCarPayload, type SchemaPnpDriver, type SchemaPnpFamilyPayload, type SchemaPnpHome, type SchemaPnpHomePayload, type SchemaPoliciesToProposeCheckupItem, type SchemaPolicyDocumentType, type SchemaPolicyHolderRelation, type SchemaPolicyHolderRelation_2, type SchemaPolicyPackageCreateCmd, type SchemaPolicyPackageEntity, type SchemaPolicyPackageQueryModel, type SchemaPolicyPackagesQueryModel, type SchemaPossibleInsuranceProductQueryModel, type SchemaPossibleInsuranceProductsQueryModel, type SchemaPossiblePackage, type SchemaPostInsuranceTermsChatFeedbackParams, type SchemaPostInsuranceTermsChatParams, type SchemaPostInsuranceTermsComparisonParams, type SchemaPreferredWayOfContact, type SchemaPremium, type SchemaPremiumQueryModel, type SchemaPreventAdvice, type SchemaPreventionAdvice, type SchemaPreventionAdviceDistributionUpdateCmd, type SchemaPreventionAdviceQueryModel, type SchemaPreventionAdviceRecommendation, type SchemaPreventionAdviceRecommendationPatchCmd, type SchemaPreventionMeasure, type SchemaPreventionPlan, type SchemaPrice, type SchemaPriceQualityRatio, type SchemaPriceRange, type SchemaPriorityTag, type SchemaProductInfo, type SchemaProductV2, type SchemaProductsFilterSort, type SchemaProductsGroupBy, type SchemaProductsV2Filter, type SchemaProductsV2Response, type SchemaProfession, type SchemaProfileaseLeaseRate, type SchemaProfileaseLeaseResidual, type SchemaProfileaseLeaseType, type SchemaProfileaseQuote, type SchemaPromotion, type SchemaPromotionCriteria, type SchemaPromotionModifications, type SchemaPromotionQueryModel, type SchemaPropertyType, type SchemaProspectCreationResponse, type SchemaProspectReferenceQueryModel, type SchemaProspectType, type SchemaProvenanceDocumentReference, type SchemaPublicConnectionQueryModel, type SchemaPublicConnectionsQueryModel, type SchemaPublicDistributionConnectionQueryModel, type SchemaQuestion, type SchemaQuestionGroup, type SchemaQuestionUpdateCmd, type SchemaQuestionnaire, type SchemaQuote, type SchemaQuoteDetails, type SchemaQuoteExport, type SchemaQuoteExportRequest, type SchemaQuoteExportResponse, type SchemaQuoteMailSendRequest, type SchemaQuoteMailSendResponse, type SchemaQuoteReferenceQueryModel, type SchemaQuoteRequestV2Base, type SchemaQuoteResponse, type SchemaQuoteResponseV2, type SchemaQuoteSpecification, type SchemaQuoteStatus, type SchemaRateLimitErrorMsgEnum, type SchemaRearAutomaticEmergencyBraking, type SchemaRearCrossTrafficWarning, type SchemaRecalculateAnvaQuoteRequest, type SchemaRecalculateAnvaSimulationCmd, type SchemaRecalculateDiasQuoteRequest, type SchemaRecalculateDiasSimulationCmd, type SchemaRecalculateYellowHiveQuoteRequest, type SchemaRecalculateYellowHiveSimulationCmd, type SchemaRecommendation, type SchemaRecommendationLevel, type SchemaRecommendationReferenceQueryModel, type SchemaRecommendationsBaseCreateCmd, type SchemaRecommendationsCreateCmd, type SchemaRecommendationsQueryModel, type SchemaRecommendationsV2CreateCmd, type SchemaReconstructionValueDefinedType, type SchemaReference, type SchemaRegex, type SchemaRegistration, type SchemaRelations, type SchemaRentOutTerm, type SchemaRepairCosts, type SchemaReportRevisionStatus, type SchemaReportRevisionStatusSubset, type SchemaResidenceBuildingType, type SchemaResidenceComplianceType, type SchemaResidenceFloodType, type SchemaResidenceMonumentType, type SchemaResidencePreferences, type SchemaResidenceReferenceQueryModel, type SchemaResidenceRiskObjectIdWithRevisionId, type SchemaResidenceTheftProtection, type SchemaResidenceUsage, type SchemaRestrictiveAddress, type SchemaRestrictiveCar, type SchemaRestrictiveDriveAssistanceSystem, type SchemaRestrictiveDriver, type SchemaRetrieveAdvisoryReportFrontPageStandalonePdfParams, type SchemaRetrieveFlowResponse, type SchemaRetrieveQuestionnaireResponse, type SchemaRetrieveQuotesBatchResponse, type SchemaRetrieveQuotesExportsResponse, type SchemaRetrieveQuotesInsightsResponse, type SchemaRideHeight, type SchemaRiskAddress, type SchemaRiskAnalysisSubjects, type SchemaRiskData, type SchemaRiskDomain, type SchemaRiskDomainActionQueryModel, type SchemaRiskDomainAdviceQueryModel, type SchemaRiskDomainDistributionUpdateCmd, type SchemaRiskDomainQueryModel, type SchemaRiskDomainsQueryModel, type SchemaRiskObject, type SchemaRiskObjectCarType, type SchemaRiskObjectCarType_2, type SchemaRiskObjectComplianceItem, type SchemaRiskObjectComplianceQueryModel, type SchemaRiskObjectCreationError, type SchemaRiskObjectCreationResponse, type SchemaRiskObjectEntity, type SchemaRiskObjectExternalRefsCreateCmd, type SchemaRiskObjectExternalRefsQueryModel, type SchemaRiskObjectFamilyType, type SchemaRiskObjectInFleet, type SchemaRiskObjectLegalType, type SchemaRiskObjectPartyGroupType, type SchemaRiskObjectPartyRelation, type SchemaRiskObjectReferenceQueryModel, type SchemaRiskObjectRelationCreateCmd, type SchemaRiskObjectRelationQueryModel, type SchemaRiskObjectRelationUpdateCmd, type SchemaRiskObjectResidenceType, type SchemaRiskObjectRevisionIds, type SchemaRiskObjectRevisions, type SchemaRiskObjectTeacherType, type SchemaRiskObjectTwoWheelerType, type SchemaRiskObjectType, type SchemaRiskObjectType_2, type SchemaRiskObjectsWithRevision, type SchemaRizivConventionStatus, type SchemaRizivConventionStatus_2, type SchemaRizivMember, type SchemaRoleFilter, type SchemaRoleFilterType, type SchemaRollingWorkEquipmentType, type SchemaRollingWorkEquipmentType_2, type SchemaRoofConstructionType, type SchemaRoofTypes, type SchemaRooms, type SchemaRules, type SchemaSafety, type SchemaSafetyFeatureOption, type SchemaSafetyStickCar, type SchemaSafetyStickCarPayload, type SchemaSafetyStickDriver, type SchemaSalaryCoefficient, type SchemaSalaryCoefficient_2, type SchemaSatelliteProtection, type SchemaSatelliteProtectionSystem, type SchemaSatelliteProtectionSystem_2, type SchemaSavingTypes, type SchemaSavingTypes_2, type SchemaSearchAddress, type 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 SchemaTableColumn, type SchemaTableRules, type SchemaTag, type SchemaTagContentItem, type SchemaTankLocationType, type SchemaTax, type SchemaTaxBaseBe, type SchemaTaxField, type SchemaTaxPaymentDetails, type SchemaTaxPaymentTime, type SchemaTeacherRiskObjectIdWithRevisionId, type SchemaTeams, type SchemaTechnicalEquipmentType, type SchemaTechniekNederlandTypeOfCompany, type SchemaTechniekNederlandTypeOfCompanySpecification, type SchemaTechniekNederlandTypeOfCompanySpecification_2, type SchemaTechniekNederlandTypeOfCompany_2, type SchemaTelephoneNr, type SchemaTheftFormulas, type SchemaTheftFormulas_2, type SchemaTheme, type SchemaThemes, type SchemaThirdPartyActivity, type SchemaThirdPartyConstructionWorkInsuranceType, type SchemaThirdPartyConstructionWorkInsuranceType_2, type SchemaTitleAndMessageResponse, type SchemaTokenReply, type SchemaToolkitAccountCreateCmd, type SchemaToolkitBrokerCreateCmd, type SchemaToolkitBrokerCreationResponse, type SchemaToolkitLicenseType, type SchemaTrailerRiskObjectIdWithRevisionId, type SchemaTrailerTonnageCategory, type SchemaTrailerType, type SchemaTrailerType_2, type SchemaTransferCandidatesCheckupItem, type SchemaTransferLeadByIdParams, type SchemaTransferPartyByIdParams, type SchemaTransmissionType, type SchemaTransmissionType_2, type SchemaTransportInfo, type SchemaTravelMethods, type SchemaTravelMethods_2, type SchemaTravelsAYear, type SchemaTravelsAYear_2, type SchemaTriageEmailParams, type SchemaTriageResponse, type SchemaTrialOnboarding, type SchemaTrinityHandlersNatsOnboardingModelsUserIdResponse, type SchemaTrinityModelsUserAccountCreateCmdBroker, type SchemaTrinityModelsUserAccountCreateCmdDistribution, type SchemaTrinityModelsUserAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserToolkitAccountCreateCmdBroker, type SchemaTrinityModelsUserToolkitAccountCreateCmdDistribution, type SchemaTrinityModelsUserToolkitAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserTrialOnboardingDistribution, type SchemaTrinityModelsUserTrialOnboardingUserOVerwrite, type SchemaTruckDestination, type SchemaTruckDestination_2, type SchemaTurnover, type SchemaTwoFactorCreateCmd, type SchemaTwoFactorDisableCmd, type SchemaTwoFactorResponse, type SchemaTwoWheelerCategories, type SchemaTwoWheelerReferenceQueryModel, type SchemaTwoWheelerRiskObjectIdWithRevisionId, type SchemaTwoWheelerVehicleType, type SchemaTypeOfWork, type SchemaTypeOfWork_2, type SchemaTypedKeys, type SchemaUnitOfLength, type SchemaUnitOfLength_2, type SchemaUpdateAdvicesByInsuranceProductInDistributionParams, type SchemaUpdateAdvisoryReportAcceptanceByIdParams, type SchemaUpdateAdvisoryReportMetadataByIdParams, type SchemaUpdateBicycleRiskObjectByIdV2Params, type SchemaUpdateBoatRiskObjectByIdV2Params, type SchemaUpdateBrokerByIdParams, type SchemaUpdateBrokerConnectionByKeyParams, type SchemaUpdateCampaignAssistantAvatarCmd, type SchemaUpdateCampaignByIdParams, type SchemaUpdateCampaignCmd, type SchemaUpdateCampaignLogoCmd, type SchemaUpdateCarRiskObjectByIdV2Params, type SchemaUpdateCustomThemeAsDistributionParams, type SchemaUpdateDistributionConnectionByKeyParams, type SchemaUpdateDocumentByPartyIdParams, type SchemaUpdateFamilyRiskObjectByIdV2Params, type SchemaUpdateInsuranceProductClauseParams, type SchemaUpdateInsuranceProductInDistributionParams, type SchemaUpdateIntegrationsByBrokerIdParams, type SchemaUpdateLegalRiskObjectByIdV2Params, type SchemaUpdateMeUserByIdParams, type SchemaUpdateMiscellaneousRiskObjectByIdV2Params, type SchemaUpdateOfferRevisionParams, type SchemaUpdateOffersInBulkParams, type SchemaUpdatePartyActivityParams, type SchemaUpdatePartyAssigneesParams, type SchemaUpdatePartyByIdParams, type SchemaUpdatePartyGroupRiskObjectByIdV2Params, type SchemaUpdatePartyNoteByIdParams, type SchemaUpdatePasswordCmd, type SchemaUpdatePasswordForUserByUserIdParams, type SchemaUpdatePreventionAdviceInDistributionParams, type SchemaUpdateRelationByIdParams, type SchemaUpdateResidenceRiskObjectByIdV2Params, type SchemaUpdateRiskDomainActionFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainAdviceFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainInDistributionParams, type SchemaUpdateRiskObjectRelationByIdParams, type SchemaUpdateSemiTrailerRiskObjectByIdV2Params, type SchemaUpdateSessionCmd, type SchemaUpdateSettingsByDistributionIdParams, type SchemaUpdateTrailerRiskObjectByIdV2Params, type SchemaUpdateTwoWheelerRiskObjectByIdV2Params, type SchemaUpdateUspByIdParams, type SchemaUpdatedRiskObjectRevisionReply, type SchemaUploadDocumentPatchCmd, type SchemaUploadSignedUrlResponse, type SchemaUpsertActionFromAdviceInAdvisoryReportRevisionParams, type SchemaUpsertFaqItemParams, type SchemaUpsertInsurancePolicyForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicyPackageForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicySimulationForPartyParams, type SchemaUpsertPolicyPackageByPartyParams, type SchemaUserMeUpdateCmd, type SchemaUserRole, type SchemaValidator, type SchemaValuableItem, type SchemaValueUnitInt, type SchemaValueUnitStr, type SchemaVatType, type SchemaVatType_2, type SchemaVehicleRegistrationDateType, type SchemaVehicleRegistrationPlateValidation, type SchemaVehicleSearch, type SchemaVerifyIfADistributionExistsByCompanyRegistrationParams, type SchemaVerifyIfADistributionExistsByNameParams, type SchemaVerifyIfAUserExistsByEmailParams, type SchemaVersion, type SchemaVersionSortContext, type SchemaVillasureHomePayload, type SchemaVinInfo, type SchemaVinPremiumResponse, type SchemaViviumCar, type SchemaViviumCarPayload, type SchemaViviumDriver, type SchemaViviumFamilyPayload, type SchemaViviumHome, type SchemaViviumHomePayload, type SchemaVoltage, type SchemaWageBill, type SchemaWarningMsg, type SchemaWarranyOptions, type SchemaWarranyOptions_2, type SchemaWeightEmpty, type SchemaWgBeApiAddressModelsAddressAddress, type SchemaWgBeApiAddressModelsAddressInformationV2Company, type SchemaWgBeApiAddressModelsAddressInformationV2Link, type SchemaWgBeApiAddressModelsPersonsDirectorsCompany, type SchemaWgBeApiAddressModelsVatCompanyActivity, type SchemaWgBeApiAddressModelsVatCompanyAssetInfo, type SchemaWgBeApiAddressModelsVatCompanyContactPerson, type SchemaWgBeApiAddressModelsVatCompanyFleetInfo, type SchemaWgBeApiAddressModelsVatCompanyLink, type SchemaWgBeApiAddressModelsVatCompanyPersonnelDetails, type SchemaWgBeApiAddressModelsVatCompanyThirdPartyActivity, type SchemaWgBeApiAddressModelsVatCompanyTurnover, type SchemaWgBeApiAddressModelsVatCompanyWorkforce, type SchemaWgBeApiQuotesModelsBaseLocalization, type SchemaWgBeApiQuotesModelsBaseLocalization_2, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsCar, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsFamily, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsLegal, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsPartyGroup, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsResidence, type SchemaWgPyModelsComplexAddress, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoMachineDelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoPeriodicCash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoSiloCapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoMachinedelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoPeriodiccash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoSilocapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorksConstructionWorkDuration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworksConstructionworkduration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactPerson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactperson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFleetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalAid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalaid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyManagementFunction, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonnelDetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonneldetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdPartyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdpartyactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWageBill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWagebill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsAnnexAnnex, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverAssistanceSystemDriveAssistanceSystem, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverCarInsured, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriver, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsInsuranceHistoryInsuranceHistory, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsPersonPerson, type SchemaWgPyModelsDomainInsuranceInsurancesAedesAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzEnumsCarUsedFor, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesAragLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesArcesLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesAxaAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAxaCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsHolderState, type SchemaWgPyModelsDomainInsuranceInsurancesAxaFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesDasLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralParty, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralPartyGroup, type SchemaWgPyModelsDomainInsuranceInsurancesEuromexLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesLarLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesPnpFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesViviumCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesViviumFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumResidenceRooms, type SchemaWgPyModelsDomainInsuranceProspectCompany, type SchemaWgPyModelsDomainInsuranceProspectCompany_2, type SchemaWgPyModelsDomainInsuranceProspectCustomer, type SchemaWgPyModelsDomainInsuranceProspectCustomer_2, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferences, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferencesFuneralPreference, type SchemaWgPyModelsDomainInsuranceProspectPartypreferences, type SchemaWgPyModelsDomainInsuranceProspectPartypreferencesFuneralpreference, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesPartyExternalRefsQueryModel, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBicycleBicycle, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBoatBoat, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsCarCar, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsMiscMiscellaneous, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerSemiTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainInsuranceRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyPerson, type SchemaWgPyModelsDomainInsuranceRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceAnnexAnnex, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingFacade, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingMainBuilding, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidencePreferencesResidencePreferences, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceRoomsRooms, type SchemaWgPyModelsDomainInsuranceRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccident, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccidentStatement, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarInsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarinsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverbrandclubmembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleusage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainWegroupComplexAddress, type SchemaWgPyModelsDomainWegroupComplexAddress_2, type SchemaWgPyModelsDomainWegroupComplexCompanyRegistration, type SchemaWgPyModelsDomainWegroupComplexCompanyregistration, type SchemaWgPyModelsDomainWegroupComplexLocalization, type SchemaWgPyModelsDomainWegroupEnumsCarUsedFor, type SchemaWgPyModelsDomainWegroupEnumsClaimFreeYears, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsCurrency, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsGender, type SchemaWgPyModelsDomainWegroupEnumsHolderState, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes_2, type SchemaWgPyModelsDomainWegroupEnumsMiscellaneousType, type SchemaWgPyModelsDomainWegroupEnumsOfferRevisionDocumentType, type SchemaWgPyModelsDomainWegroupEnumsProfession, type SchemaWgPyModelsDomainWegroupEnumsProspectType, type SchemaWgPyModelsDomainWegroupEnumsProspectType_2, type SchemaWgPyModelsDomainWegroupRestResponsesStatusResponse, type SchemaWgPyModelsEnumsCoveragePeriod, type SchemaWgPyModelsEnumsCoverageperiod, type SchemaWgPyModelsNatsCompany, type SchemaWgPyModelsSmtReadInsuranceInsuranceProductQueryModelRiskDomain, type SchemaWgPyModelsSmtReadProspectExternalRefsQueryModel, type SchemaWgPyModelsSmtReadProspectManagementQueryModel, type SchemaWgPyModelsSmtReadProspectPartyDocumentQueryModel, type SchemaWgPyModelsSmtReadProspectPartyLogoQueryModel, type SchemaWgPyModelsUserCompany, type SchemaWgsdkQuotesCarEvaluationType, type SchemaWgsdkQuotesCountryCodes, type SchemaWgsdkSmtAccident, type SchemaWgsdkSmtAccidentStatement, type SchemaWgsdkSmtCarEvaluationType, type SchemaWgsdkSmtCountryCodes, type SchemaWgsdkSmtCoveragePeriod, type SchemaWgsdkSmtGender, type SchemaWgsdkSmtInsuranceHistory, type SchemaWgsdkSmtProfession, type SchemaWheelBase, type SchemaWheelBaseArray, type SchemaWheelRimSizeArray, type SchemaWheelRimsSize, type SchemaWheelSize, type SchemaWheelSizeArray, type SchemaWidth, type SchemaWindow, type SchemaWorkforce, type SchemaWorkforcePossibleDanger, type SchemaWorkingMethod, type SchemaYellowHiveCoverage, type SchemaYellowHiveInsurance, type SchemaYellowHiveInsurancePolicy, type SchemaYellowHiveProduct, type SchemaYellowHiveProductQuestionnaire, type SchemaYellowHiveProductQuestionnaireQueryModel, type SchemaYellowHiveProductQuestionnairesQueryModel, type SchemaYellowHiveProductQuestionnairesUpdateCmd, type SchemaYellowHiveProductQuestionnairesValidateCmd, type SchemaYellowHiveProductToInsurancePolicyLink, type SchemaYellowHiveProductsInConversationCmd, type SchemaYellowHiveQuote, type SchemaYellowHiveQuoteCalculationJob, type SchemaYellowHiveQuoteCalculationJobsQueuedResponse, type SeachStreetsByCityAndCountryQueryParams, type SeachStreetsByCityAndCountryResponse, type SearchAddressesByCountryQueryParams, type SearchAddressesByCountryResponse, type SearchCitiesByCountryQueryParams, type SearchCitiesByCountryResponse, type SearchDirectorsByFirstAndLastNameQueryParams, type SearchDirectorsByFirstAndLastNameResponse, type SearchEnterprisesByCountryQueryParams, type SearchEnterprisesByCountryResponse, type SearchVehiclesBody, type SearchVehiclesQueryParams, type SearchVehiclesResponse, type SendAdvisoryReportAsMailBody, type SendAdvisoryReportAsMailPathParams, type SendAdvisoryReportAsMailQueryParams, type SendAdvisoryReportAsMailResponse, type SendAnvaInquiryAsCustomerBody, type SendAnvaInquiryAsCustomerResponse, type SendClaimToKeypointPathParams, type SendClaimToKeypointQueryParams, type SendClaimToKeypointResponse, type SendExampleCampaignTargetMailQueryParams, type SendExampleCampaignTargetMailResponse, type SendMailClaimReportByIdPathParams, type SendMailClaimReportByIdQueryParams, type SendMailClaimReportByIdResponse, type SendMailFollowupPageToCustomerPathParams, type SendMailFollowupPageToCustomerQueryParams, type SendMailFollowupPageToCustomerResponse, type SendMailForSimulationToPartyBody, type SendMailForSimulationToPartyPathParams, type SendMailForSimulationToPartyQueryParams, type SendMailForSimulationToPartyResponse, type SendOfferMailBySessionIdBody, type SendOfferMailBySessionIdPathParams, type SendOfferMailBySessionIdQueryParams, type SendOfferMailBySessionIdResponse, type SendOfferToAnvaBySessionIdPathParams, type SendOfferToAnvaBySessionIdQueryParams, type SendOfferToAnvaBySessionIdResponse, type SendPasswordResetToCustomerPathParams, type SendPasswordResetToCustomerResponse, type SendQuoteAsMailBody, type SendQuoteAsMailPathParams, type SendQuoteAsMailQueryParams, type SendQuoteAsMailResponse, type SetAskLaterQuestionsBody, type SetAskLaterQuestionsResponse, type TransferLeadToOtherDistributionBody, type TransferLeadToOtherDistributionPathParams, type TransferLeadToOtherDistributionQueryParams, type TransferLeadToOtherDistributionResponse, type TransferPartyToOtherDistributionBody, type TransferPartyToOtherDistributionPathParams, type TransferPartyToOtherDistributionQueryParams, type TransferPartyToOtherDistributionResponse, type TriageEmailBody, type TriageEmailResponse, type UnblockCustomerFromAccessingPartyPathParams, type UnblockCustomerFromAccessingPartyResponse, type UnlockClaimPathParams, type UnlockClaimQueryParams, type UnlockClaimResponse, type UpdateAdvisoryReportBody, type UpdateAdvisoryReportPathParams, type UpdateAdvisoryReportQueryParams, type UpdateAdvisoryReportResponse, type UpdateAnvaflowsQuestionnaireBody, type UpdateAnvaflowsQuestionnairePathParams, type UpdateAnvaflowsQuestionnaireQueryParams, type UpdateAnvaflowsQuestionnaireResponse, type UpdateBicycleRiskObjectBody, type UpdateBicycleRiskObjectPathParams, type UpdateBicycleRiskObjectQueryParams, type UpdateBicycleRiskObjectResponse, type UpdateBoatRiskObjectBody, type UpdateBoatRiskObjectPathParams, type UpdateBoatRiskObjectQueryParams, type UpdateBoatRiskObjectResponse, type UpdateBrokerByBrokerBody, type UpdateBrokerByBrokerPathParams, type UpdateBrokerByBrokerResponse, type UpdateBrokerConnectionByKeyBody, type UpdateBrokerConnectionByKeyPathParams, type UpdateBrokerConnectionByKeyResponse, type UpdateBrokerIntegrationsBody, type UpdateBrokerIntegrationsPathParams, type UpdateBrokerIntegrationsResponse, type UpdateCampaignBody, type UpdateCampaignPathParams, type UpdateCampaignQueryParams, type UpdateCampaignResponse, type UpdateCarRiskObjectBody, type UpdateCarRiskObjectPathParams, type UpdateCarRiskObjectQueryParams, type UpdateCarRiskObjectResponse, type UpdateClaimAsBrokerByIdPathParams, type UpdateClaimAsBrokerByIdQueryParams, type UpdateClaimAsBrokerByIdResponse, type UpdateClaimAsCustomerWithTokenPathParams, type UpdateClaimAsCustomerWithTokenQueryParams, type UpdateClaimAsCustomerWithTokenResponse, type UpdateCommentOnActivityPathParams, type UpdateCommentOnActivityQueryParams, type UpdateCommentOnActivityResponse, type UpdateConversationByIdBody, type UpdateConversationByIdPathParams, type UpdateConversationByIdResponse, type UpdateDeclarationRemarkPathParams, type UpdateDeclarationRemarkQueryParams, type UpdateDeclarationRemarkResponse, type UpdateDiasQuestionnaireBody, type UpdateDiasQuestionnairePathParams, type UpdateDiasQuestionnaireQueryParams, type UpdateDiasQuestionnaireResponse, type UpdateDistributionConnectionByKeyBody, type UpdateDistributionConnectionByKeyPathParams, type UpdateDistributionConnectionByKeyResponse, type UpdateDistributionIntegrationsPathParams, type UpdateDistributionIntegrationsResponse, type UpdateDistributionSettingsBody, type UpdateDistributionSettingsResponse, type UpdateDocumentForPartyBody, type UpdateDocumentForPartyPathParams, type UpdateDocumentForPartyResponse, type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse, type UpdateDocumentMetadataByIdPathParams, type UpdateDocumentMetadataByIdQueryParams, type UpdateDocumentMetadataByIdResponse, type UpdateEntityAsBrokerByIdPathParams, type UpdateEntityAsBrokerByIdQueryParams, type UpdateEntityAsBrokerByIdResponse, type UpdateEntityAsCustomerWithTokenPathParams, type UpdateEntityAsCustomerWithTokenQueryParams, type UpdateEntityAsCustomerWithTokenResponse, type UpdateFamilyRiskObjectBody, type UpdateFamilyRiskObjectPathParams, type UpdateFamilyRiskObjectQueryParams, type UpdateFamilyRiskObjectResponse, type UpdateFleetRiskObjectBody, type UpdateFleetRiskObjectPathParams, type UpdateFleetRiskObjectQueryParams, type UpdateFleetRiskObjectResponse, type UpdateInsuranceProductByDistributionBody, type UpdateInsuranceProductByDistributionPathParams, type UpdateInsuranceProductByDistributionResponse, type UpdateInsuranceProductClauseForDistributionBody, type UpdateInsuranceProductClauseForDistributionPathParams, type UpdateInsuranceProductClauseForDistributionQueryParams, type UpdateInsuranceProductClauseForDistributionResponse, type UpdateLegalRiskObjectBody, type UpdateLegalRiskObjectPathParams, type UpdateLegalRiskObjectQueryParams, type UpdateLegalRiskObjectResponse, type UpdateMiscellaneousRiskObjectBody, type UpdateMiscellaneousRiskObjectPathParams, type UpdateMiscellaneousRiskObjectQueryParams, type UpdateMiscellaneousRiskObjectResponse, type UpdateNotePathParams, type UpdateNoteQueryParams, type UpdateNoteResponse, type UpdateOfferByIdBody, type UpdateOfferByIdPathParams, type UpdateOfferByIdResponse, type UpdateOffersInBulkBody, type UpdateOffersInBulkResponse, type UpdatePartyActivitiesAsCustomerBody, type UpdatePartyActivitiesAsCustomerPathParams, type UpdatePartyActivitiesAsCustomerResponse, type UpdatePartyAssigneesBody, type UpdatePartyAssigneesPathParams, type UpdatePartyAssigneesQueryParams, type UpdatePartyAssigneesResponse, type UpdatePartyByIdBody, type UpdatePartyByIdPathParams, type UpdatePartyByIdResponse, type UpdatePartyGroupRiskObjectBody, type UpdatePartyGroupRiskObjectPathParams, type UpdatePartyGroupRiskObjectQueryParams, type UpdatePartyGroupRiskObjectResponse, type UpdatePartyNoteByIdBody, type UpdatePartyNoteByIdPathParams, type UpdatePartyNoteByIdResponse, type UpdatePartyRelationsBody, type UpdatePartyRelationsPathParams, type UpdatePartyRelationsResponse, type UpdatePreventionByDistributionBody, type UpdatePreventionByDistributionPathParams, type UpdatePreventionByDistributionResponse, type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody, type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams, type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse, type UpdateRelationBetweenRiskObjectAndPartyBody, type UpdateRelationBetweenRiskObjectAndPartyPathParams, type UpdateRelationBetweenRiskObjectAndPartyQueryParams, type UpdateRelationBetweenRiskObjectAndPartyResponse, type UpdateResidenceRiskObjectBody, type UpdateResidenceRiskObjectPathParams, type UpdateResidenceRiskObjectQueryParams, type UpdateResidenceRiskObjectResponse, type UpdateRiskDomainActionForAdvisoryReportByIdBody, type UpdateRiskDomainActionForAdvisoryReportByIdPathParams, type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams, type UpdateRiskDomainActionForAdvisoryReportByIdResponse, type UpdateRiskDomainAdviceForAdvisoryReportByIdBody, type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse, type UpdateRiskDomainByDistributionBody, type UpdateRiskDomainByDistributionPathParams, type UpdateRiskDomainByDistributionResponse, type UpdateSemiTrailerRiskObjectBody, type UpdateSemiTrailerRiskObjectPathParams, type UpdateSemiTrailerRiskObjectQueryParams, type UpdateSemiTrailerRiskObjectResponse, type UpdateTargetsByCampaignPathParams, type UpdateTargetsByCampaignQueryParams, type UpdateTargetsByCampaignResponse, type UpdateTrailerRiskObjectBody, type UpdateTrailerRiskObjectPathParams, type UpdateTrailerRiskObjectQueryParams, type UpdateTrailerRiskObjectResponse, type UpdateTwoWheelerRiskObjectBody, type UpdateTwoWheelerRiskObjectPathParams, type UpdateTwoWheelerRiskObjectQueryParams, type UpdateTwoWheelerRiskObjectResponse, type UpdateUspByDistributionAndIdBody, type UpdateUspByDistributionAndIdPathParams, type UpdateUspByDistributionAndIdQueryParams, type UpdateUspByDistributionAndIdResponse, type UpdateYellowhiveQuestionnaireBody, type UpdateYellowhiveQuestionnairePathParams, type UpdateYellowhiveQuestionnaireQueryParams, type UpdateYellowhiveQuestionnaireResponse, type UpdateYourOwnUserBody, type UpdateYourOwnUserResponse, type UpdateYourPasswordBody, type UpdateYourPasswordResponse, type UploadClaimDocumentAsBrokerPathParams, type UploadClaimDocumentAsBrokerQueryParams, type UploadClaimDocumentAsBrokerResponse, type UpsertAnvaClosingQuestionsBody, type UpsertAnvaClosingQuestionsQueryParams, type UpsertAnvaClosingQuestionsResponse, type UpsertDistributionFaqBody, type UpsertDistributionFaqQueryParams, type UpsertDistributionFaqResponse, type UpsertInsurancePoliciesForPartyBody, type UpsertInsurancePoliciesForPartyPathParams, type UpsertInsurancePoliciesForPartyResponse, type UpsertInsurancePolicySimulationForPartyBody, type UpsertInsurancePolicySimulationForPartyPathParams, type UpsertInsurancePolicySimulationForPartyResponse, type UpsertPolicyPackagesForPartyBody, type UpsertPolicyPackagesForPartyPathParams, type UpsertPolicyPackagesForPartyResponse, type V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostQueryParams, type V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostResponse, type V1ApiIntegrationsAnvaPartiesGetQueryParams, type V1ApiIntegrationsAnvaPartiesGetResponse, type V1ApiIntegrationsAnvaValidatePostQueryParams, type V1ApiIntegrationsAnvaValidatePostResponse, type ValidateAChassisNumberResponse, type ValidateACompanyRegistrationNumberResponse, type ValidateANationalIdentificationNumberBody, type ValidateANationalIdentificationNumberResponse, type ValidateATelephonenrResponse, type ValidateAVehicleRegistrationPlateBody, type ValidateAVehicleRegistrationPlateResponse, type ValidateAWebsiteResponse, type ValidateAnEmailResponse, type ValidateAnFsmaResponse, type ValidateAnIbanBody, type ValidateAnIbanResponse, type ValidateAnvaConnectionQueryParams, type ValidateAnvaConnectionResponse, type ValidateAnvaDwhConnectionQueryParams, type ValidateAnvaDwhConnectionResponse, type ValidateAnvaflowsQuestionnaireBody, type ValidateAnvaflowsQuestionnairePathParams, type ValidateAnvaflowsQuestionnaireQueryParams, type ValidateAnvaflowsQuestionnaireResponse, type ValidateClaimPathParams, type ValidateClaimQueryParams, type ValidateClaimResponse, type ValidateDiasQuestionnaireBody, type ValidateDiasQuestionnairePathParams, type ValidateDiasQuestionnaireQueryParams, type ValidateDiasQuestionnaireResponse, type ValidateFasterforwardConnectionQueryParams, type ValidateFasterforwardConnectionResponse, type ValidatePromotionsResponse, type ValidateYellowhiveQuestionnaireBody, type ValidateYellowhiveQuestionnairePathParams, type ValidateYellowhiveQuestionnaireQueryParams, type ValidateYellowhiveQuestionnaireResponse, type VerifyIfADistributionExistsByCompanyRegistrationBody, type VerifyIfADistributionExistsByCompanyRegistrationQueryParams, type VerifyIfADistributionExistsByCompanyRegistrationResponse, type VerifyIfADistributionExistsByNameBody, type VerifyIfADistributionExistsByNameQueryParams, type VerifyIfADistributionExistsByNameResponse, type VerifyIfAUserExistsByEmailBody, type VerifyIfAUserExistsByEmailQueryParams, type VerifyIfAUserExistsByEmailResponse, type WgApiSchema, type WgPaths, acceptOrRejectAnAdvisoryReport, analyzeEmail, answerAFlowDirectly, answerAFlowSession, blockCustomerFromAccessingParty, calculateAnvaquotesBySessionId, calculateCarLeaseQuote, calculateDiasQuotesBySessionId, calculateQuotesV2, calculateYellowhiveQuotesBySessionId, claimReportById, claimRequestUpdate, commentOnActivity, type components, createAccidentsForParty, createAccount, createAdvisoryReport, createAdvisoryReportRevision, createAdvisoryReportRevisionV2, createAdvisoryReportStepSettings, createAnvaParty, createAnvaTask, createAnvaflowTags, createBicycleRiskObject, createBoatRiskObject, createBrokerConnectionsById, createCampaign, createCarRiskObject, createClaimAsBroker, createClaimAsCustomer, createCompanyLead, createConversation, createConversationReminder, createCustomerLead, createDiasContactPerson, createDistributionConnectionById, createDistributionTag, createDocumentForClaim, createDocumentForClaimAsCustomer, createDocumentForParty, createEntityAsBroker, createEntityAsCustomerWithToken, createFamilyRiskObject, createInsurancePoliciesForParty, createInsuranceProductClauseForDistribution, createLegalParty, createLegalRiskObject, createLockForClaim, createMiscellaneousRiskObject, createNaturalParty, createNoteOnEvent, createNoteOnEventAsCustomer, createOfferRevision, createOrReplaceInsurancePolicyForAdvisoryReportById, createOrReplacePolicyPackagesForAdvisoryReportById, createPartyActivitiesAsCustomer, createPartyByEnrichingWithEnrichingWithCompanyRegistration, createPartyGroupRiskObject, createPartyNote, createPartyOffers, createPartyRelations, createProfileaseCarLeaseOffer, createProflowSessionByBatchId, createRecommendationByPartyId, createRecommendationBySessionId, createReferenceForParty, createReferencesForRiskObject, createRelationBetweenRiskObjectAndParty, createRiskDomainActionForAdvisoryReportById, createRiskDomainActionFromAdviceForAdvisoryReportById, createRiskDomainAdviceForAdvisoryReportById, createRiskDomainForAdvisoryReportById, createSemiTrailerRiskObject, createToolkitAccount, createToolkitBroker, createTrailerRiskObject, createTrialBroker, createUploadLinkAsCustomer, createUspItemForDistribution, createYellowhiveContactPerson, deleteAdvisoryReport, deleteAdvisoryReportRevision, deleteAllSessionsBySessionId, deleteAnvaClosingQuestions, deleteBrokerConnectionByKey, deleteClaimAsBrokerById, deleteCommentOnActivity, deleteDistributionConnectionByKey, deleteDistributionFaq, deleteDistributionTag, deleteDocumentById, deleteDocumentByIdAsCustomerWithToken, deleteDocumentForParty, deleteEntityAsBrokerById, deleteEntityByIdAsCustomerWithToken, deleteEntityBySessionIdAndFlowId, deleteInsurancePoliciesForParty, deleteInsurancePolicyForAdvisoryReportById, deleteInsuranceProductClauseForDistribution, deleteNote, deletePartyActivitiesAsCustomer, deletePartyEntityBySessionIdAndFlowId, deletePartyNoteById, deletePartyRelations, deletePolicyPackagesForParty, deleteRelationBetweenRiskObjectAndParty, deleteRiskDomainActionForAdvisoryReportById, deleteRiskDomainAdviceForAdvisoryReportById, deleteRiskDomainForAdvisoryReportById, deleteRiskObjectById, deleteSessionBySessionId, deleteUspByDistributionAndId, delinkPartyToUser, disable2FaByUser, disable2FaForCustomer, downloadDocumentById, editInsuranceProductAdviceByDistribution, editInsuranceProductDescriptionsByDistribution, enable2Fa, enqueueCalculationAnvaquotesBySessionId, enqueueSendCustomQuotesToAnvaBySessionId, enqueueSendOfferToAnvaBySessionId, enrichPartyByIdWithExternalCompanyData, exportAdvisoryReportById, exportPartyById, exportQuoteById, extractInsurancePoliciesForOneDocument, extractInsurancePoliciesForOneDocumentEnqueue, extractManyDocumentInBatch, extractOffersForOneDocument, extractOffersForOneDocumentEnqueue, extractOneDocument, extractOneDocumentEnqueue, extractPartyForOneDocumentEnqueue, extractWebsiteTheme, generateCompanyDescription, generateDistributionAboutUsCompletion, generateDnsPrefix, generateDocxDocumentOfAdvisoryReportById, generateFlowQuestionnaire, generateFlowQuestionnaireDocument, generateOfferRequestForInsuranceCompanyDocx, generateOfferRequestForInsuranceCompanyPdf, generatePdfOfAdvisoryReportById, generatePersonalizationAdviceForAdvisoryReport, generatePossibleProductsBySessionV2, generateQuestionsToPrefillByCar, generateStandaloneFrontPagePdfOfAdvisoryReportAsExample, generateTokenForSocialLoginFlowAsBroker, get2FaByUser, getActivityByParty, getAddressInfo, getAddressInfoFreemium, getAdvicesPerInsuranceProduct, getAdvisoryReportById, getAdvisoryReportExportOptions, getAdvisoryReportRevisionDiff, getAllActivityTypes, getAllAdvisoryReports, getAllAvailableAffiliations, getAllAvailablePlans, getAllAvailableThemesInWegroup, getAllBrokersLinkedToCurrentUser, getAllCampaignTemplates, getAllCampaignsByDistribution, getAllCarClaimCategories, getAllClaimsAsBroker, getAllConversations, getAllCustomersByDistribution, getAllEnums, getAllLeadsByDistribution, getAllLeaseOffersByDistribution, getAllPartiesByDistribution, getAllPartiesByDistributionV2, getAllRiskObjectsByPartyId, getAllRiskObjectsByPartyIdV2, getAllSessionsBySessionId, getAllVehicleBrands, getAllVehicleSeriesByBrandKey, getAllVehicleVersionsBySeriesId, getAnvaAgents, getAnvaClosingQuestions, getAnvaCollectionMethods, getAnvaEmployees, getAnvaLabels, getAnvaMutationReasons, getAnvaParties, getAnvaProducts, getAnvaproductById, getAnvaproducts, getArtifactFromEventById, getAssuEmployees, getAvailableFlowsForDistributionInfo, getBrokerByAnvaProducerId, getBrokerByAnvaRelationMangerId, getBrokerConnectionsById, getBrokerIntegrations, getCampaignById, getCampaignSettingsByDistribution, getCampaignTargetMailTemplate, getCarLeaseRates, getChatBySessionId, getChatSummaryV2BySessionId, getCheckupByPartyId, getClaimAsBrokerById, getClaimAsCustomerWithToken, getClaimByIdAsCustomer, getClaimEventsAsBrokerById, getClaimEventsAsCustomer, getClaimsAsCustomer, getClaimsAsParty, getClaimsAsPartyById, getComplianceByRiskObjectId, getConversationById, getConversationNotes, getConversationReportPdfById, getConversationsOriginFilter, getCurrentAccountInsightsAsCustomer, getCurrentAccountInsightsAsParty, getCurrentBrokerOfTheUser, getCustomersByParty, getDiasAfdbranches, getDiasCollectionMethods, getDiasEmployees, getDiasParties, getDiasProducts, getDiasflowProductById, getDiasflowProducts, getDistributionActivity, getDistributionAffiliations, getDistributionById, getDistributionConnectionsById, getDistributionFaq, getDistributionHasPendingUpgrade, getDistributionSettings, getDistributionTags, getDocumentExtractionBatchById, getDocumentMetadata, getDocumentsAsCustomer, getDocumentsForParty, getEmailByMessageId, getEncryptionKeys, getEnterpriseByCompanyRegistrationNumberAndCountry, getEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponse, getEnumByAnvaLabel, getEnumByDiasLabel, getEventsByAdvisoryReportId, getExtractEnityInfo, getFasterforwardEmployees, getFasterforwardTeams, getFinconnectLinkAsCustomer, getFinconnectLinkForInsurancePolicyAsCustomer, getFlowInfoById, getFlowsInfo, getGbi, getHubspotVisitorIdentificationToken, getInfoForClaim, getInsightsIfCarIsInsured, getInsuranceCompanies, getInsurancePoliciesAsCustomer, getInsurancePoliciesForParty, getInsurancePolicyById, getInsurancePolicyByIdAsCustomer, getInsurancePolicySimulationsForParty, getInsuranceProductClausesByDistribution, getInsuranceProductsV2, getIntegrationsByDistribution, getInvoiceByIdAsCustomer, getInvoicesAsCustomer, getInvoicesAsParty, getInvoicesAsPartyById, getJobResultById, getKycByParty, getLeadById, getLeadProviderById, getLeadProvidersByAffinity, getLeaseOfferById, getLinkOfDocument, getMetricsByCampaign, getMinimalOfferById, getMinimalOfferRevisionById, getMinimalRiskObjectById, getNace, getNoveltyInsightsByDistribution, getOfferById, getOffersByDistribution, getOnboardingChecklistByBroker, getOrganisationDistributions, getOrganisationLeads, getOrganisationOffers, getOutlookConnectionDetails, 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, getTheBrokerById, getUspByDistribution, getValuesOfEnum, getVehicleByCarIdOrFebiacId, getVehicleByNumberPlateAndCarId, getVehicleByVersionId, getVehicleByVinAndCarId, getVehicleVersionFactsBySeriesId, getWeatherInfo, getYellowhiveflowProductById, getYellowhiveflowProducts, getYourOwnUser, giveFeedbackOnConversationById, giveFeedbackOnRecommendationsById, giveFeedbackToInsuranceTermsBot, handleCreateDistributionTheme, handleDeleteDistributionTheme, handleUpdateDistributionTheme, importAnvaDocumentInWegroup, importAnvaInsurancePolicyDocumentInWegroup, importAnvaInsurancePolicyPackageDocumentInWegroup, importAnvaPartyInWegroup, importAnvaproduct, importDiasPartyInWegroup, importDiasflowProduct, inviteColleaguesToDistribution, inviteUserToParty, linkConversationToAdvisoryReport, linkPartyToUser, lockFlightApi, markConversationAsCompletedById, mergePartiesTogether, type operations, orderInsurancePolciesOfAdvisoryReport, overrideInsuranceProductRecommendationById, overridePreventionAdviceRecommendationById, patchAnvaproductById, patchAnvaproductCoverageById, patchDiasflowProductById, 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, searchCitiesByCountry, searchDirectorsByFirstAndLastName, searchEnterprisesByCountry, searchVehicles, sendAdvisoryReportAsMail, sendAnvaInquiryAsCustomer, sendClaimToKeypoint, sendExampleCampaignTargetMail, sendMailClaimReportById, sendMailFollowupPageToCustomer, sendMailForSimulationToParty, sendOfferMailBySessionId, sendOfferToAnvaBySessionId, sendPasswordResetToCustomer, sendQuoteAsMail, setAskLaterQuestions, transferLeadToOtherDistribution, transferPartyToOtherDistribution, triageEmail, unblockCustomerFromAccessingParty, unlockClaim, updateAdvisoryReport, updateAnvaflowsQuestionnaire, updateBicycleRiskObject, updateBoatRiskObject, updateBrokerByBroker, updateBrokerConnectionByKey, updateBrokerIntegrations, updateCampaign, updateCarRiskObject, updateClaimAsBrokerById, updateClaimAsCustomerWithToken, updateCommentOnActivity, updateConversationById, updateDeclarationRemark, updateDiasQuestionnaire, updateDistributionConnectionByKey, updateDistributionIntegrations, updateDistributionSettings, updateDocumentForParty, updateDocumentMetadataById, updateDocumentMetadataByIdAsCustomerWithToken, updateEntityAsBrokerById, updateEntityAsCustomerWithToken, updateFamilyRiskObject, updateFleetRiskObject, updateInsuranceProductByDistribution, updateInsuranceProductClauseForDistribution, updateLegalRiskObject, updateMiscellaneousRiskObject, updateNote, updateOfferById, updateOffersInBulk, updatePartyActivitiesAsCustomer, updatePartyAssignees, updatePartyById, updatePartyGroupRiskObject, updatePartyNoteById, updatePartyRelations, updatePreventionByDistribution, updateQuestionForAllQuestionnairesByAnvaLabels, updateRelationBetweenRiskObjectAndParty, updateResidenceRiskObject, updateRiskDomainActionForAdvisoryReportById, updateRiskDomainAdviceForAdvisoryReportById, updateRiskDomainByDistribution, updateSemiTrailerRiskObject, updateTargetsByCampaign, updateTrailerRiskObject, updateTwoWheelerRiskObject, updateUspByDistributionAndId, updateYellowhiveQuestionnaire, updateYourOwnUser, updateYourPassword, uploadClaimDocumentAsBroker, upsertAnvaClosingQuestions, upsertDistributionFaq, upsertInsurancePoliciesForParty, upsertInsurancePolicySimulationForParty, upsertPolicyPackagesForParty, v1ApiIntegrationsAnvaPartiesAnvaIdImportsPost, v1ApiIntegrationsAnvaPartiesGet, v1ApiIntegrationsAnvaValidatePost, validateAChassisNumber, validateACompanyRegistrationNumber, validateANationalIdentificationNumber, validateATelephonenr, validateAVehicleRegistrationPlate, validateAWebsite, validateAnEmail, validateAnFsma, validateAnIban, validateAnvaConnection, validateAnvaDwhConnection, validateAnvaflowsQuestionnaire, validateClaim, validateDiasQuestionnaire, validateFasterforwardConnection, validatePromotions, validateYellowhiveQuestionnaire, verifyIfADistributionExistsByCompanyRegistration, verifyIfADistributionExistsByName, verifyIfAUserExistsByEmail, type webhooks, wgApiClient };