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

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.
@@ -2705,6 +2705,26 @@ interface paths {
2705
2705
  patch?: never;
2706
2706
  trace?: never;
2707
2707
  };
2708
+ "/v1/api/connections/outlook/mails/{id}": {
2709
+ parameters: {
2710
+ query?: never;
2711
+ header?: never;
2712
+ path?: never;
2713
+ cookie?: never;
2714
+ };
2715
+ /**
2716
+ * Get Outlook Mail By Id
2717
+ * @description Retrieves outlook email by id and broker id
2718
+ */
2719
+ get: operations["get_outlook_mail_by_id_v1_api_connections_outlook_mails__id__get"];
2720
+ put?: never;
2721
+ post?: never;
2722
+ delete?: never;
2723
+ options?: never;
2724
+ head?: never;
2725
+ patch?: never;
2726
+ trace?: never;
2727
+ };
2708
2728
  "/v1/api/connections/outlook/mailfolders": {
2709
2729
  parameters: {
2710
2730
  query?: never;
@@ -9165,7 +9185,7 @@ interface components {
9165
9185
  * Timestamp
9166
9186
  * Format: date-time
9167
9187
  * @description Timestamp of when the error occured
9168
- * @default 2026-02-17T12:11:58.994491
9188
+ * @default 2026-02-18T11:37:10.257455
9169
9189
  */
9170
9190
  timestamp: string;
9171
9191
  /**
@@ -26091,6 +26111,11 @@ interface components {
26091
26111
  * @description Published date of the source of the document
26092
26112
  */
26093
26113
  published_at?: string;
26114
+ /**
26115
+ * External Refs
26116
+ * @default []
26117
+ */
26118
+ external_refs: components["schemas"]["app__models__party__commands__ExternalRef"][];
26094
26119
  };
26095
26120
  /**
26096
26121
  * DOCUMENT_TYPE
@@ -26098,6 +26123,13 @@ interface components {
26098
26123
  * @enum {unknown}
26099
26124
  */
26100
26125
  DOCUMENT_TYPE: "OTHER" | "CUSTOMER_SHEET" | "TERMS" | "NOTICE_LETTER" | "INFORMATION_REQUIREMENT_SHEET" | "CAR_INVOICE" | "BICYCLE_INVOICE" | "CAR_REGISTRATION" | "DRIVER_LICENSE" | "IDENTITY_CARD" | "CURRENT_INSURANCE_POLICY" | "CONVERSATION_EXPORT" | "OFFER_REQUEST_FOR_INSURANCE_COMPANY" | "ADVISORY_REPORT" | "INCERT_CERTIFICATE" | "REAL_ESTATE" | "REAL_ESTATE_EXPERTISE_REPORT" | "REAL_ESTATE_VALUE" | "REAL_ESTATE_RENTAL_CONTRACT" | "REAL_ESTATE_CONTENT_VALUE" | "REAL_ESTATE_PLAN" | "REAL_ESTATE_CLAIM" | "REAL_ESTATE_TAXATION" | "REAL_ESTATE_SCOPE_10_INSPECTION_REPORT" | "REAL_ESTATE_SCOPE_12_INSPECTION_REPORT" | "FLEET" | "FLEET_CLAIM" | "FLEET_TAXATION" | "ASSETS" | "MACHINE" | "STOCK" | "ELECTRONICS" | "DRONE" | "TECHNICAL_EQUIPMENT" | "WORK_ACCIDENT" | "CUSTOMER_CONTRACT_WITH_LIABILITY_REQUIREMENTS" | "ARBO_REPORT" | "FIRE_DEPARTMENT_REPORT" | "FIRE_THEFT_INSPECTION_REPORT" | "SCOPE_10_INSPECTION_REPORT" | "PUBLICATION" | "FINANCIAL_STATEMENT" | "FLOW_QUESTION_GROUP_COMPANY_INFO_EXTRA_DOCUMENTS" | "FLOW_QUESTION_GROUP_COMPANY_GUIDED_TOUR_EXTRA_DOCUMENTS" | "FLOW_QUESTION_GROUP_COMPANY_ACTIVITY_EXTRA_DOCUMENTS" | "FLOW_QUESTION_GROUP_MANAGEMENT_EXTRA_DOCUMENTS" | "FLOW_QUESTION_GROUP_LIABILITY_EXTRA_DOCUMENTS" | "FLOW_QUESTION_GROUP_CYBERRISK_EXTRA_DOCUMENTS" | "FLOW_QUESTION_GROUP_TRAVEL_EXTRA_DOCUMENTS" | "FLOW_QUESTION_GROUP_REAL_ESTATE_EXTRA_DOCUMENTS" | "FLOW_QUESTION_GROUP_ASSETS_EXTRA_DOCUMENTS" | "FLOW_QUESTION_GROUP_CONTINUITY_EXTRA_DOCUMENTS" | "FLOW_QUESTION_GROUP_MOBILITY_EXTRA_DOCUMENTS" | "FLOW_QUESTION_GROUP_LOGISTICS_EXTRA_DOCUMENTS" | "FLOW_QUESTION_GROUP_WORKFORCE_EXTRA_DOCUMENTS" | "FLOW_QUESTION_GROUP_FINANCIAL_EXTRA_DOCUMENTS" | "FLOW_QUESTION_GROUP_FUTURE_EXTRA_DOCUMENTS" | "FLOW_QUESTION_GROUP_PREFERENCES_EXTRA_DOCUMENTS" | "PARTY_LOGO" | "UBO" | "IPID" | "POLICY_PROPOSITION" | "SEPA" | "INSURANCE_COMPARISON" | "DECLARATION_ON_HONOUR";
26126
+ /** ExternalRef */
26127
+ app__models__party__commands__ExternalRef: {
26128
+ /** Ref */
26129
+ ref: string;
26130
+ /** Company */
26131
+ company: string;
26132
+ };
26101
26133
  /** PartyLinkQueryModel */
26102
26134
  PartyLinkQueryModel: {
26103
26135
  /**
@@ -34944,12 +34976,21 @@ interface components {
34944
34976
  tags?: string[];
34945
34977
  /** Description */
34946
34978
  description?: string;
34979
+ /** External Refs */
34980
+ external_refs?: components["schemas"]["app__models__upload__ExternalRef"][];
34947
34981
  /** Size */
34948
34982
  size: number;
34949
34983
  /** Location */
34950
34984
  location?: string;
34951
34985
  type: components["schemas"]["INSURANCE_POLICY_DOCUMENT_TYPE"];
34952
34986
  };
34987
+ /** ExternalRef */
34988
+ app__models__upload__ExternalRef: {
34989
+ /** Ref */
34990
+ ref: string;
34991
+ /** Company */
34992
+ company: string;
34993
+ };
34953
34994
  /** InsurancePolicyLinkQueryModel */
34954
34995
  InsurancePolicyLinkQueryModel: {
34955
34996
  /**
@@ -35171,13 +35212,6 @@ interface components {
35171
35212
  */
35172
35213
  published_at?: string;
35173
35214
  };
35174
- /** ExternalRef */
35175
- app__models__party__commands__ExternalRef: {
35176
- /** Ref */
35177
- ref: string;
35178
- /** Company */
35179
- company: string;
35180
- };
35181
35215
  /** ClaimsQueryModel */
35182
35216
  ClaimsQueryModel: {
35183
35217
  /** Items */
@@ -51607,15 +51641,15 @@ interface components {
51607
51641
  /** Template */
51608
51642
  template: string;
51609
51643
  };
51610
- /** BrokerConnectionOutlookEmails */
51611
- BrokerConnectionOutlookEmails: {
51644
+ /** OutlookEmails */
51645
+ OutlookEmails: {
51612
51646
  /** Items */
51613
- items: components["schemas"]["OutlookEmail"][];
51647
+ items: components["schemas"]["OutlookEmailItem"][];
51614
51648
  /** Count */
51615
51649
  count: number;
51616
51650
  };
51617
- /** OutlookEmail */
51618
- OutlookEmail: {
51651
+ /** OutlookEmailItem */
51652
+ OutlookEmailItem: {
51619
51653
  /** Id */
51620
51654
  id: number;
51621
51655
  /**
@@ -51635,10 +51669,6 @@ interface components {
51635
51669
  folder: string;
51636
51670
  /** Subject */
51637
51671
  subject: string;
51638
- /** Body Html */
51639
- body_html?: string;
51640
- /** Body Text */
51641
- body_text?: string;
51642
51672
  /** Body Preview */
51643
51673
  body_preview?: string;
51644
51674
  /**
@@ -51675,6 +51705,53 @@ interface components {
51675
51705
  /** Value */
51676
51706
  value: string;
51677
51707
  };
51708
+ /** OutlookEmail */
51709
+ OutlookEmail: {
51710
+ /** Id */
51711
+ id: number;
51712
+ /**
51713
+ * Created At
51714
+ * Format: date-time
51715
+ */
51716
+ created_at: string;
51717
+ /** Outlook Id */
51718
+ outlook_id: string;
51719
+ /** Outlook Message Id */
51720
+ outlook_message_id: string;
51721
+ /** Outlook Conversation Id */
51722
+ outlook_conversation_id: string;
51723
+ /** Folder Id */
51724
+ folder_id: string;
51725
+ /** Folder */
51726
+ folder: string;
51727
+ /** Subject */
51728
+ subject: string;
51729
+ /** Body Preview */
51730
+ body_preview?: string;
51731
+ /**
51732
+ * Sent At
51733
+ * Format: date-time
51734
+ */
51735
+ sent_at: string;
51736
+ /** Has Attachments */
51737
+ has_attachments: boolean;
51738
+ /** Link */
51739
+ link: string;
51740
+ from_recipient?: components["schemas"]["OutlookMailRecepient"];
51741
+ to_recipient?: components["schemas"]["OutlookMailRecepient"];
51742
+ /** Cc Recipients */
51743
+ cc_recipients: components["schemas"]["OutlookMailRecepient"][];
51744
+ /** Bcc Recipients */
51745
+ bcc_recipients: components["schemas"]["OutlookMailRecepient"][];
51746
+ /** Reply To */
51747
+ reply_to: components["schemas"]["OutlookMailRecepient"][];
51748
+ /** Headers */
51749
+ headers?: components["schemas"]["OutlookMailHeader"][];
51750
+ /** Body Html */
51751
+ body_html?: string;
51752
+ /** Body Text */
51753
+ body_text?: string;
51754
+ };
51678
51755
  /** BrokerConnectionOutlookMailFolders */
51679
51756
  BrokerConnectionOutlookMailFolders: {
51680
51757
  /** Items */
@@ -51693,6 +51770,37 @@ interface components {
51693
51770
  /** Total Count */
51694
51771
  total_count: number;
51695
51772
  };
51773
+ /** OutlookConnectionDetails */
51774
+ OutlookConnectionDetails: {
51775
+ /**
51776
+ * Created At
51777
+ * Format: date-time
51778
+ */
51779
+ created_at: string;
51780
+ /**
51781
+ * Last Run
51782
+ * Format: date-time
51783
+ */
51784
+ last_run: string;
51785
+ /** Initial Sync Completed */
51786
+ initial_sync_completed: boolean;
51787
+ /** Is Syncing */
51788
+ is_syncing: boolean;
51789
+ /** Total Emails Synced */
51790
+ total_emails_synced?: number;
51791
+ /** Last Error Message */
51792
+ last_error_message?: string;
51793
+ /**
51794
+ * Sync Started At
51795
+ * Format: date-time
51796
+ */
51797
+ sync_started_at?: string;
51798
+ /**
51799
+ * Sync Completed At
51800
+ * Format: date-time
51801
+ */
51802
+ sync_completed_at?: string;
51803
+ };
51696
51804
  /** PromotionQueryModel */
51697
51805
  PromotionQueryModel: {
51698
51806
  /** Code */
@@ -71041,6 +71149,7 @@ type SchemaAppModelsEnumsProspectType = components['schemas']['app__models__enum
71041
71149
  type SchemaPartyExternalRefsQueryModel = components['schemas']['PartyExternalRefsQueryModel'];
71042
71150
  type SchemaAppViewsModelsPartyDocumentsPartyDocumentQueryModel = components['schemas']['app__views__models__party_documents__PartyDocumentQueryModel'];
71043
71151
  type SchemaDocumentType = components['schemas']['DOCUMENT_TYPE'];
71152
+ type SchemaAppModelsPartyCommandsExternalRef = components['schemas']['app__models__party__commands__ExternalRef'];
71044
71153
  type SchemaPartyLinkQueryModel = components['schemas']['PartyLinkQueryModel'];
71045
71154
  type SchemaAppViewsModelsPartyManagementQueryModel = components['schemas']['app__views__models__party__ManagementQueryModel'];
71046
71155
  type SchemaAppModelsPartyManagementBaseDocumentDataPreferences = components['schemas']['app__models__party__ManagementBaseDocumentData__Preferences'];
@@ -71156,6 +71265,7 @@ type SchemaInsuranceProduct = components['schemas']['InsuranceProduct'];
71156
71265
  type SchemaAppViewsModelsAdvisoryReportCoverageQueryModelExternalLabel = components['schemas']['app__views__models__advisory_report__CoverageQueryModel__ExternalLabel'];
71157
71266
  type SchemaClauseQueryModel = components['schemas']['ClauseQueryModel'];
71158
71267
  type SchemaInsurancePolicyDocumentQueryModel = components['schemas']['InsurancePolicyDocumentQueryModel'];
71268
+ type SchemaAppModelsUploadExternalRef = components['schemas']['app__models__upload__ExternalRef'];
71159
71269
  type SchemaInsurancePolicyLinkQueryModel = components['schemas']['InsurancePolicyLinkQueryModel'];
71160
71270
  type SchemaAppViewsModelsAdvisoryReportInsurancePolicyQueryModelExternalRef = components['schemas']['app__views__models__advisory_report__InsurancePolicyQueryModel__ExternalRef'];
71161
71271
  type SchemaFinConnectLinkQueryModel = components['schemas']['FinConnectLinkQueryModel'];
@@ -71167,7 +71277,6 @@ type SchemaInvoicesQueryModel = components['schemas']['InvoicesQueryModel'];
71167
71277
  type SchemaInvoice = components['schemas']['Invoice'];
71168
71278
  type SchemaInvoiceQueryModel = components['schemas']['InvoiceQueryModel'];
71169
71279
  type SchemaAppViewsModelsInvoiceDocument = components['schemas']['app__views__models__invoice__Document'];
71170
- type SchemaAppModelsPartyCommandsExternalRef = components['schemas']['app__models__party__commands__ExternalRef'];
71171
71280
  type SchemaClaimsQueryModel = components['schemas']['ClaimsQueryModel'];
71172
71281
  type SchemaAppViewsModelsClaimClaim = components['schemas']['app__views__models__claim__Claim'];
71173
71282
  type SchemaClaimQueryModel = components['schemas']['ClaimQueryModel'];
@@ -71510,12 +71619,14 @@ type SchemaGenerateDnsPrefixParams = components['schemas']['generate_dns_prefix_
71510
71619
  type SchemaCampaignVerifiedDnsPrefix = components['schemas']['CampaignVerifiedDnsPrefix'];
71511
71620
  type SchemaCampaignGenerateDnsPrefix = components['schemas']['CampaignGenerateDnsPrefix'];
71512
71621
  type SchemaCampaignMailTemplateQueryModel = components['schemas']['CampaignMailTemplateQueryModel'];
71513
- type SchemaBrokerConnectionOutlookEmails = components['schemas']['BrokerConnectionOutlookEmails'];
71514
- type SchemaOutlookEmail = components['schemas']['OutlookEmail'];
71622
+ type SchemaOutlookEmails = components['schemas']['OutlookEmails'];
71623
+ type SchemaOutlookEmailItem = components['schemas']['OutlookEmailItem'];
71515
71624
  type SchemaOutlookMailRecepient = components['schemas']['OutlookMailRecepient'];
71516
71625
  type SchemaOutlookMailHeader = components['schemas']['OutlookMailHeader'];
71626
+ type SchemaOutlookEmail = components['schemas']['OutlookEmail'];
71517
71627
  type SchemaBrokerConnectionOutlookMailFolders = components['schemas']['BrokerConnectionOutlookMailFolders'];
71518
71628
  type SchemaBrokerConnectionOutlookMailFolder = components['schemas']['BrokerConnectionOutlookMailFolder'];
71629
+ type SchemaOutlookConnectionDetails = components['schemas']['OutlookConnectionDetails'];
71519
71630
  type SchemaPromotionQueryModel = components['schemas']['PromotionQueryModel'];
71520
71631
  type SchemaMultiAffiliationInfoQueryModel = components['schemas']['MultiAffiliationInfoQueryModel'];
71521
71632
  type SchemaAffiliationInfo = components['schemas']['AffiliationInfo'];
@@ -86815,7 +86926,7 @@ interface operations {
86815
86926
  content: {
86816
86927
  "application/json": {
86817
86928
  /** Items */
86818
- items: components["schemas"]["OutlookEmail"][];
86929
+ items: components["schemas"]["OutlookEmailItem"][];
86819
86930
  /** Pagination */
86820
86931
  pagination: {
86821
86932
  /**
@@ -86920,6 +87031,96 @@ interface operations {
86920
87031
  };
86921
87032
  };
86922
87033
  };
87034
+ get_outlook_mail_by_id_v1_api_connections_outlook_mails__id__get: {
87035
+ parameters: {
87036
+ query?: {
87037
+ /**
87038
+ * @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
87039
+ * @example EN
87040
+ */
87041
+ lang?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
87042
+ /**
87043
+ * @description Same as lang, but adds support to pass ?language as well
87044
+ * @example EN
87045
+ */
87046
+ language?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
87047
+ };
87048
+ header?: {
87049
+ /** @description Which release to target running in 'STAGING' environment. */
87050
+ "x-release"?: string;
87051
+ };
87052
+ path: {
87053
+ id: number;
87054
+ };
87055
+ cookie?: never;
87056
+ };
87057
+ requestBody?: never;
87058
+ responses: {
87059
+ /** @description Successful Response */
87060
+ 200: {
87061
+ headers: {
87062
+ [name: string]: unknown;
87063
+ };
87064
+ content: {
87065
+ "application/json": components["schemas"]["OutlookEmail"];
87066
+ };
87067
+ };
87068
+ /** @description Bad Request */
87069
+ 400: {
87070
+ headers: {
87071
+ [name: string]: unknown;
87072
+ };
87073
+ content: {
87074
+ "application/json": components["schemas"]["Error_4XX"];
87075
+ };
87076
+ };
87077
+ /** @description Unauthorized */
87078
+ 401: {
87079
+ headers: {
87080
+ [name: string]: unknown;
87081
+ };
87082
+ content: {
87083
+ "application/json": components["schemas"]["Error_401"];
87084
+ };
87085
+ };
87086
+ /** @description Forbidden */
87087
+ 403: {
87088
+ headers: {
87089
+ [name: string]: unknown;
87090
+ };
87091
+ content: {
87092
+ "application/json": components["schemas"]["Error_403"];
87093
+ };
87094
+ };
87095
+ /** @description Unprocessable Content */
87096
+ 422: {
87097
+ headers: {
87098
+ [name: string]: unknown;
87099
+ };
87100
+ content: {
87101
+ "application/json": components["schemas"]["Error_422"];
87102
+ };
87103
+ };
87104
+ /** @description Too Many Requests */
87105
+ 429: {
87106
+ headers: {
87107
+ [name: string]: unknown;
87108
+ };
87109
+ content: {
87110
+ "application/json": components["schemas"]["Error_429"];
87111
+ };
87112
+ };
87113
+ /** @description Internal Server Error */
87114
+ 500: {
87115
+ headers: {
87116
+ [name: string]: unknown;
87117
+ };
87118
+ content: {
87119
+ "application/json": components["schemas"]["ServerError"];
87120
+ };
87121
+ };
87122
+ };
87123
+ };
86923
87124
  get_outlook_mailfolders_v1_api_connections_outlook_mailfolders_get: {
86924
87125
  parameters: {
86925
87126
  query?: {
@@ -87037,7 +87238,7 @@ interface operations {
87037
87238
  [name: string]: unknown;
87038
87239
  };
87039
87240
  content: {
87040
- "application/json": unknown;
87241
+ "application/json": components["schemas"]["OutlookConnectionDetails"];
87041
87242
  };
87042
87243
  };
87043
87244
  /** @description Bad Request */
@@ -118629,52 +118830,52 @@ type Middleware = Middleware$1;
118629
118830
  type ClientType = ReturnType<typeof createClient<paths>>;
118630
118831
  declare const wgApiClient: (options: ClientOptions) => ClientType;
118631
118832
 
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'];
118833
+ declare const routeName$7S = "/v1/api/weather/info";
118834
+ type GetWeatherInfoQueryParams = paths[typeof routeName$7S]['get']['parameters']['query'];
118835
+ type GetWeatherInfoResponse = paths[typeof routeName$7S]['get']['responses'][200]['content']['application/json'];
118836
+ type GetWeatherInfoProps = paths[typeof routeName$7S]['get']['parameters'];
118636
118837
  declare const getWeatherInfo: (props: GetWeatherInfoProps, wgApiClient: ClientType) => Promise<GetWeatherInfoResponse>;
118637
118838
 
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'];
118839
+ declare const routeName$7R = "/v1/api/address/cities";
118840
+ type SearchCitiesByCountryQueryParams = paths[typeof routeName$7R]['get']['parameters']['query'];
118841
+ type SearchCitiesByCountryResponse = paths[typeof routeName$7R]['get']['responses'][200]['content']['application/json'];
118842
+ type SearchCitiesByCountryProps = paths[typeof routeName$7R]['get']['parameters'];
118642
118843
  declare const searchCitiesByCountry: (props: SearchCitiesByCountryProps, wgApiClient: ClientType) => Promise<SearchCitiesByCountryResponse>;
118643
118844
 
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'];
118845
+ declare const routeName$7Q = "/v1/api/address/streets";
118846
+ type SeachStreetsByCityAndCountryQueryParams = paths[typeof routeName$7Q]['get']['parameters']['query'];
118847
+ type SeachStreetsByCityAndCountryResponse = paths[typeof routeName$7Q]['get']['responses'][200]['content']['application/json'];
118848
+ type SeachStreetsByCityAndCountryProps = paths[typeof routeName$7Q]['get']['parameters'];
118648
118849
  declare const seachStreetsByCityAndCountry: (props: SeachStreetsByCityAndCountryProps, wgApiClient: ClientType) => Promise<SeachStreetsByCityAndCountryResponse>;
118649
118850
 
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'];
118851
+ declare const routeName$7P = "/v1/api/address/search";
118852
+ type SearchAddressesByCountryQueryParams = paths[typeof routeName$7P]['get']['parameters']['query'];
118853
+ type SearchAddressesByCountryResponse = paths[typeof routeName$7P]['get']['responses'][200]['content']['application/json'];
118854
+ type SearchAddressesByCountryProps = paths[typeof routeName$7P]['get']['parameters'];
118654
118855
  declare const searchAddressesByCountry: (props: SearchAddressesByCountryProps, wgApiClient: ClientType) => Promise<SearchAddressesByCountryResponse>;
118655
118856
 
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'];
118857
+ declare const routeName$7O = "/v1/api/address/info/premium";
118858
+ type GetAddressInfoQueryParams = paths[typeof routeName$7O]['get']['parameters']['query'];
118859
+ type GetAddressInfoResponse = paths[typeof routeName$7O]['get']['responses'][200]['content']['application/json'];
118860
+ type GetAddressInfoProps = paths[typeof routeName$7O]['get']['parameters'];
118660
118861
  declare const getAddressInfo: (props: GetAddressInfoProps, wgApiClient: ClientType) => Promise<GetAddressInfoResponse>;
118661
118862
 
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'];
118863
+ declare const routeName$7N = "/v1/api/address/info/freemium";
118864
+ type GetAddressInfoFreemiumQueryParams = paths[typeof routeName$7N]['get']['parameters']['query'];
118865
+ type GetAddressInfoFreemiumResponse = paths[typeof routeName$7N]['get']['responses'][200]['content']['application/json'];
118866
+ type GetAddressInfoFreemiumProps = paths[typeof routeName$7N]['get']['parameters'];
118666
118867
  declare const getAddressInfoFreemium: (props: GetAddressInfoFreemiumProps, wgApiClient: ClientType) => Promise<GetAddressInfoFreemiumResponse>;
118667
118868
 
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'];
118869
+ declare const routeName$7M = "/v1/api/advisory-reports";
118870
+ type GetAllAdvisoryReportsQueryParams = paths[typeof routeName$7M]['get']['parameters']['query'];
118871
+ type GetAllAdvisoryReportsResponse = paths[typeof routeName$7M]['get']['responses'][200]['content']['application/json'];
118872
+ type GetAllAdvisoryReportsProps = paths[typeof routeName$7M]['get']['parameters'];
118672
118873
  declare const getAllAdvisoryReports: (props: GetAllAdvisoryReportsProps, wgApiClient: ClientType) => Promise<GetAllAdvisoryReportsResponse>;
118673
118874
 
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'];
118875
+ declare const routeName$7L = "/v1/api/advisory-reports";
118876
+ type CreateAdvisoryReportBody = paths[typeof routeName$7L]['post']['requestBody']['content']['application/json'];
118877
+ type CreateAdvisoryReportQueryParams = paths[typeof routeName$7L]['post']['parameters']['query'];
118878
+ type CreateAdvisoryReportResponse = paths[typeof routeName$7L]['post']['responses'][201]['content']['application/json'];
118678
118879
  interface CreateAdvisoryReportProps {
118679
118880
  body: CreateAdvisoryReportBody;
118680
118881
  params: {
@@ -118683,17 +118884,17 @@ interface CreateAdvisoryReportProps {
118683
118884
  }
118684
118885
  declare const createAdvisoryReport: (props: CreateAdvisoryReportProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportResponse>;
118685
118886
 
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'];
118887
+ declare const routeName$7K = "/v1/api/advisory-reports/{report_id}";
118888
+ type GetAdvisoryReportByIdPathParams = paths[typeof routeName$7K]['get']['parameters']['path'];
118889
+ type GetAdvisoryReportByIdQueryParams = paths[typeof routeName$7K]['get']['parameters']['query'];
118890
+ type GetAdvisoryReportByIdResponse = paths[typeof routeName$7K]['get']['responses'][200]['content']['application/json'];
118891
+ type GetAdvisoryReportByIdProps = paths[typeof routeName$7K]['get']['parameters'];
118691
118892
  declare const getAdvisoryReportById: (props: GetAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportByIdResponse>;
118692
118893
 
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'];
118894
+ declare const routeName$7J = "/v1/api/advisory-reports/{report_id}";
118895
+ type DeleteAdvisoryReportRevisionPathParams = paths[typeof routeName$7J]['delete']['parameters']['path'];
118896
+ type DeleteAdvisoryReportRevisionQueryParams = paths[typeof routeName$7J]['delete']['parameters']['query'];
118897
+ type DeleteAdvisoryReportRevisionResponse = paths[typeof routeName$7J]['delete']['responses'][200]['content']['application/json'];
118697
118898
  interface DeleteAdvisoryReportRevisionProps {
118698
118899
  params: {
118699
118900
  query: DeleteAdvisoryReportRevisionQueryParams;
@@ -118702,11 +118903,11 @@ interface DeleteAdvisoryReportRevisionProps {
118702
118903
  }
118703
118904
  declare const deleteAdvisoryReportRevision: (props: DeleteAdvisoryReportRevisionProps, wgApiClient: ClientType) => Promise<DeleteAdvisoryReportRevisionResponse>;
118704
118905
 
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'];
118906
+ declare const routeName$7I = "/v1/api/advisory-reports/{report_id}";
118907
+ type UpdateAdvisoryReportBody = paths[typeof routeName$7I]['patch']['requestBody']['content']['application/json'];
118908
+ type UpdateAdvisoryReportPathParams = paths[typeof routeName$7I]['patch']['parameters']['path'];
118909
+ type UpdateAdvisoryReportQueryParams = paths[typeof routeName$7I]['patch']['parameters']['query'];
118910
+ type UpdateAdvisoryReportResponse = paths[typeof routeName$7I]['patch']['responses'][200]['content']['application/json'];
118710
118911
  interface UpdateAdvisoryReportProps {
118711
118912
  body: UpdateAdvisoryReportBody;
118712
118913
  params: {
@@ -118716,18 +118917,18 @@ interface UpdateAdvisoryReportProps {
118716
118917
  }
118717
118918
  declare const updateAdvisoryReport: (props: UpdateAdvisoryReportProps, wgApiClient: ClientType) => Promise<UpdateAdvisoryReportResponse>;
118718
118919
 
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'];
118920
+ declare const routeName$7H = "/v1/api/advisory-reports/{report_id}/events";
118921
+ type GetEventsByAdvisoryReportIdPathParams = paths[typeof routeName$7H]['get']['parameters']['path'];
118922
+ type GetEventsByAdvisoryReportIdQueryParams = paths[typeof routeName$7H]['get']['parameters']['query'];
118923
+ type GetEventsByAdvisoryReportIdResponse = paths[typeof routeName$7H]['get']['responses'][200]['content']['application/json'];
118924
+ type GetEventsByAdvisoryReportIdProps = paths[typeof routeName$7H]['get']['parameters'];
118724
118925
  declare const getEventsByAdvisoryReportId: (props: GetEventsByAdvisoryReportIdProps, wgApiClient: ClientType) => Promise<GetEventsByAdvisoryReportIdResponse>;
118725
118926
 
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'];
118927
+ declare const routeName$7G = "/v1/api/advisory-reports/{report_id}/email-inquiries";
118928
+ type SendAdvisoryReportAsMailBody = paths[typeof routeName$7G]['post']['requestBody']['content']['application/json'];
118929
+ type SendAdvisoryReportAsMailPathParams = paths[typeof routeName$7G]['post']['parameters']['path'];
118930
+ type SendAdvisoryReportAsMailQueryParams = paths[typeof routeName$7G]['post']['parameters']['query'];
118931
+ type SendAdvisoryReportAsMailResponse = paths[typeof routeName$7G]['post']['responses'][201]['content']['application/json'];
118731
118932
  interface SendAdvisoryReportAsMailProps {
118732
118933
  body: SendAdvisoryReportAsMailBody;
118733
118934
  params: {
@@ -118737,10 +118938,10 @@ interface SendAdvisoryReportAsMailProps {
118737
118938
  }
118738
118939
  declare const sendAdvisoryReportAsMail: (props: SendAdvisoryReportAsMailProps, wgApiClient: ClientType) => Promise<SendAdvisoryReportAsMailResponse>;
118739
118940
 
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'];
118941
+ declare const routeName$7F = "/v1/api/advisory-reports/{report_id}/docx";
118942
+ type GenerateDocxDocumentOfAdvisoryReportByIdPathParams = paths[typeof routeName$7F]['post']['parameters']['path'];
118943
+ type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7F]['post']['parameters']['query'];
118944
+ type GenerateDocxDocumentOfAdvisoryReportByIdResponse = paths[typeof routeName$7F]['post']['responses'][200]['content']['application/json'];
118744
118945
  interface GenerateDocxDocumentOfAdvisoryReportByIdProps {
118745
118946
  params: {
118746
118947
  query: GenerateDocxDocumentOfAdvisoryReportByIdQueryParams;
@@ -118749,17 +118950,17 @@ interface GenerateDocxDocumentOfAdvisoryReportByIdProps {
118749
118950
  }
118750
118951
  declare const generateDocxDocumentOfAdvisoryReportById: (props: GenerateDocxDocumentOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GenerateDocxDocumentOfAdvisoryReportByIdResponse>;
118751
118952
 
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'];
118953
+ declare const routeName$7E = "/v1/api/advisory-reports/{report_id}/pdf";
118954
+ type GetPdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$7E]['get']['parameters']['path'];
118955
+ type GetPdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7E]['get']['parameters']['query'];
118956
+ type GetPdfOfAdvisoryReportByIdResponse = paths[typeof routeName$7E]['get']['responses'][307]['content']['application/json'];
118957
+ type GetPdfOfAdvisoryReportByIdProps = paths[typeof routeName$7E]['get']['parameters'];
118757
118958
  declare const getPdfOfAdvisoryReportById: (props: GetPdfOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GetPdfOfAdvisoryReportByIdResponse>;
118758
118959
 
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'];
118960
+ declare const routeName$7D = "/v1/api/advisory-reports/{report_id}/pdf";
118961
+ type GeneratePdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$7D]['post']['parameters']['path'];
118962
+ type GeneratePdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7D]['post']['parameters']['query'];
118963
+ type GeneratePdfOfAdvisoryReportByIdResponse = paths[typeof routeName$7D]['post']['responses'][200]['content']['application/json'];
118763
118964
  interface GeneratePdfOfAdvisoryReportByIdProps {
118764
118965
  params: {
118765
118966
  query: GeneratePdfOfAdvisoryReportByIdQueryParams;
@@ -118768,10 +118969,10 @@ interface GeneratePdfOfAdvisoryReportByIdProps {
118768
118969
  }
118769
118970
  declare const generatePdfOfAdvisoryReportById: (props: GeneratePdfOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GeneratePdfOfAdvisoryReportByIdResponse>;
118770
118971
 
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'];
118972
+ declare const routeName$7C = "/v1/api/advisory-report-front-page-pdf";
118973
+ type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody = paths[typeof routeName$7C]['post']['requestBody']['content']['application/json'];
118974
+ type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams = paths[typeof routeName$7C]['post']['parameters']['query'];
118975
+ type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse = paths[typeof routeName$7C]['post']['responses'][201]['content']['application/json'];
118775
118976
  interface GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps {
118776
118977
  body: GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody;
118777
118978
  params: {
@@ -118780,11 +118981,11 @@ interface GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps {
118780
118981
  }
118781
118982
  declare const generateStandaloneFrontPagePdfOfAdvisoryReportAsExample: (props: GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps, wgApiClient: ClientType) => Promise<GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse>;
118782
118983
 
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'];
118984
+ declare const routeName$7B = "/v1/api/advisory-reports/{report_id}/acceptances";
118985
+ type AcceptOrRejectAnAdvisoryReportBody = paths[typeof routeName$7B]['post']['requestBody']['content']['application/json'];
118986
+ type AcceptOrRejectAnAdvisoryReportPathParams = paths[typeof routeName$7B]['post']['parameters']['path'];
118987
+ type AcceptOrRejectAnAdvisoryReportQueryParams = paths[typeof routeName$7B]['post']['parameters']['query'];
118988
+ type AcceptOrRejectAnAdvisoryReportResponse = paths[typeof routeName$7B]['post']['responses'][200]['content']['application/json'];
118788
118989
  interface AcceptOrRejectAnAdvisoryReportProps {
118789
118990
  body: AcceptOrRejectAnAdvisoryReportBody;
118790
118991
  params: {
@@ -118794,11 +118995,11 @@ interface AcceptOrRejectAnAdvisoryReportProps {
118794
118995
  }
118795
118996
  declare const acceptOrRejectAnAdvisoryReport: (props: AcceptOrRejectAnAdvisoryReportProps, wgApiClient: ClientType) => Promise<AcceptOrRejectAnAdvisoryReportResponse>;
118796
118997
 
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'];
118998
+ declare const routeName$7A = "/v1/api/advisory-reports/{report_id}/conversations";
118999
+ type LinkConversationToAdvisoryReportBody = paths[typeof routeName$7A]['post']['requestBody']['content']['application/json'];
119000
+ type LinkConversationToAdvisoryReportPathParams = paths[typeof routeName$7A]['post']['parameters']['path'];
119001
+ type LinkConversationToAdvisoryReportQueryParams = paths[typeof routeName$7A]['post']['parameters']['query'];
119002
+ type LinkConversationToAdvisoryReportResponse = paths[typeof routeName$7A]['post']['responses'][201]['content']['application/json'];
118802
119003
  interface LinkConversationToAdvisoryReportProps {
118803
119004
  body: LinkConversationToAdvisoryReportBody;
118804
119005
  params: {
@@ -118808,11 +119009,11 @@ interface LinkConversationToAdvisoryReportProps {
118808
119009
  }
118809
119010
  declare const linkConversationToAdvisoryReport: (props: LinkConversationToAdvisoryReportProps, wgApiClient: ClientType) => Promise<LinkConversationToAdvisoryReportResponse>;
118810
119011
 
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'];
119012
+ declare const routeName$7z = "/v2/api/advisory-reports/{report_id}/revisions";
119013
+ type CreateAdvisoryReportRevisionV2Body = paths[typeof routeName$7z]['post']['requestBody']['content']['application/json'];
119014
+ type CreateAdvisoryReportRevisionV2PathParams = paths[typeof routeName$7z]['post']['parameters']['path'];
119015
+ type CreateAdvisoryReportRevisionV2QueryParams = paths[typeof routeName$7z]['post']['parameters']['query'];
119016
+ type CreateAdvisoryReportRevisionV2Response = paths[typeof routeName$7z]['post']['responses'][201]['content']['application/json'];
118816
119017
  interface CreateAdvisoryReportRevisionV2Props {
118817
119018
  body: CreateAdvisoryReportRevisionV2Body;
118818
119019
  params: {
@@ -118822,11 +119023,11 @@ interface CreateAdvisoryReportRevisionV2Props {
118822
119023
  }
118823
119024
  declare const createAdvisoryReportRevisionV2: (props: CreateAdvisoryReportRevisionV2Props, wgApiClient: ClientType) => Promise<CreateAdvisoryReportRevisionV2Response>;
118824
119025
 
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'];
119026
+ declare const routeName$7y = "/v1/api/advisory-reports/{report_id}/revisions";
119027
+ type CreateAdvisoryReportRevisionBody = paths[typeof routeName$7y]['post']['requestBody']['content']['application/json'];
119028
+ type CreateAdvisoryReportRevisionPathParams = paths[typeof routeName$7y]['post']['parameters']['path'];
119029
+ type CreateAdvisoryReportRevisionQueryParams = paths[typeof routeName$7y]['post']['parameters']['query'];
119030
+ type CreateAdvisoryReportRevisionResponse = paths[typeof routeName$7y]['post']['responses'][201]['content']['application/json'];
118830
119031
  interface CreateAdvisoryReportRevisionProps {
118831
119032
  body: CreateAdvisoryReportRevisionBody;
118832
119033
  params: {
@@ -118836,10 +119037,10 @@ interface CreateAdvisoryReportRevisionProps {
118836
119037
  }
118837
119038
  declare const createAdvisoryReportRevision: (props: CreateAdvisoryReportRevisionProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportRevisionResponse>;
118838
119039
 
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'];
119040
+ declare const routeName$7x = "/v2/api/advisory-reports/{report_id}";
119041
+ type DeleteAdvisoryReportPathParams = paths[typeof routeName$7x]['delete']['parameters']['path'];
119042
+ type DeleteAdvisoryReportQueryParams = paths[typeof routeName$7x]['delete']['parameters']['query'];
119043
+ type DeleteAdvisoryReportResponse = paths[typeof routeName$7x]['delete']['responses'][200]['content']['application/json'];
118843
119044
  interface DeleteAdvisoryReportProps {
118844
119045
  params: {
118845
119046
  query: DeleteAdvisoryReportQueryParams;
@@ -118848,11 +119049,11 @@ interface DeleteAdvisoryReportProps {
118848
119049
  }
118849
119050
  declare const deleteAdvisoryReport: (props: DeleteAdvisoryReportProps, wgApiClient: ClientType) => Promise<DeleteAdvisoryReportResponse>;
118850
119051
 
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'];
119052
+ declare const routeName$7w = "/v1/api/advisory-reports/{report_id}/clauses";
119053
+ type PutClausesForReportBody = paths[typeof routeName$7w]['put']['requestBody']['content']['application/json'];
119054
+ type PutClausesForReportPathParams = paths[typeof routeName$7w]['put']['parameters']['path'];
119055
+ type PutClausesForReportQueryParams = paths[typeof routeName$7w]['put']['parameters']['query'];
119056
+ type PutClausesForReportResponse = paths[typeof routeName$7w]['put']['responses'][200]['content']['application/json'];
118856
119057
  interface PutClausesForReportProps {
118857
119058
  body: PutClausesForReportBody;
118858
119059
  params: {
@@ -118862,9 +119063,9 @@ interface PutClausesForReportProps {
118862
119063
  }
118863
119064
  declare const putClausesForReport: (props: PutClausesForReportProps, wgApiClient: ClientType) => Promise<PutClausesForReportResponse>;
118864
119065
 
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'];
119066
+ declare const routeName$7v = "/v1/api/advisory-reports/{report_id}/personalise-advices";
119067
+ type GeneratePersonalizationAdviceForAdvisoryReportPathParams = paths[typeof routeName$7v]['post']['parameters']['path'];
119068
+ type GeneratePersonalizationAdviceForAdvisoryReportResponse = paths[typeof routeName$7v]['post']['responses'][200]['content']['application/json'];
118868
119069
  interface GeneratePersonalizationAdviceForAdvisoryReportProps {
118869
119070
  params: {
118870
119071
  path: GeneratePersonalizationAdviceForAdvisoryReportPathParams;
@@ -118872,18 +119073,18 @@ interface GeneratePersonalizationAdviceForAdvisoryReportProps {
118872
119073
  }
118873
119074
  declare const generatePersonalizationAdviceForAdvisoryReport: (props: GeneratePersonalizationAdviceForAdvisoryReportProps, wgApiClient: ClientType) => Promise<GeneratePersonalizationAdviceForAdvisoryReportResponse>;
118874
119075
 
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'];
119076
+ declare const routeName$7u = "/v1/api/advisory-reports/{report_id}/settings/steps";
119077
+ type GetStepSettingsByAdvisoryReportIdPathParams = paths[typeof routeName$7u]['get']['parameters']['path'];
119078
+ type GetStepSettingsByAdvisoryReportIdQueryParams = paths[typeof routeName$7u]['get']['parameters']['query'];
119079
+ type GetStepSettingsByAdvisoryReportIdResponse = paths[typeof routeName$7u]['get']['responses'][200]['content']['application/json'];
119080
+ type GetStepSettingsByAdvisoryReportIdProps = paths[typeof routeName$7u]['get']['parameters'];
118880
119081
  declare const getStepSettingsByAdvisoryReportId: (props: GetStepSettingsByAdvisoryReportIdProps, wgApiClient: ClientType) => Promise<GetStepSettingsByAdvisoryReportIdResponse>;
118881
119082
 
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'];
119083
+ declare const routeName$7t = "/v1/api/advisory-reports/{report_id}/settings/steps";
119084
+ type CreateAdvisoryReportStepSettingsBody = paths[typeof routeName$7t]['put']['requestBody']['content']['application/json'];
119085
+ type CreateAdvisoryReportStepSettingsPathParams = paths[typeof routeName$7t]['put']['parameters']['path'];
119086
+ type CreateAdvisoryReportStepSettingsQueryParams = paths[typeof routeName$7t]['put']['parameters']['query'];
119087
+ type CreateAdvisoryReportStepSettingsResponse = paths[typeof routeName$7t]['put']['responses'][200]['content']['application/json'];
118887
119088
  interface CreateAdvisoryReportStepSettingsProps {
118888
119089
  body: CreateAdvisoryReportStepSettingsBody;
118889
119090
  params: {
@@ -118893,11 +119094,11 @@ interface CreateAdvisoryReportStepSettingsProps {
118893
119094
  }
118894
119095
  declare const createAdvisoryReportStepSettings: (props: CreateAdvisoryReportStepSettingsProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportStepSettingsResponse>;
118895
119096
 
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'];
119097
+ declare const routeName$7s = "/v1/api/advisory-reports/{report_id}/risk-domains";
119098
+ type CreateRiskDomainForAdvisoryReportByIdBody = paths[typeof routeName$7s]['post']['requestBody']['content']['application/json'];
119099
+ type CreateRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$7s]['post']['parameters']['path'];
119100
+ type CreateRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$7s]['post']['parameters']['query'];
119101
+ type CreateRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$7s]['post']['responses'][201]['content']['application/json'];
118901
119102
  interface CreateRiskDomainForAdvisoryReportByIdProps {
118902
119103
  body: CreateRiskDomainForAdvisoryReportByIdBody;
118903
119104
  params: {
@@ -118907,10 +119108,10 @@ interface CreateRiskDomainForAdvisoryReportByIdProps {
118907
119108
  }
118908
119109
  declare const createRiskDomainForAdvisoryReportById: (props: CreateRiskDomainForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainForAdvisoryReportByIdResponse>;
118909
119110
 
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'];
119111
+ declare const routeName$7r = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}";
119112
+ type DeleteRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$7r]['delete']['parameters']['path'];
119113
+ type DeleteRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$7r]['delete']['parameters']['query'];
119114
+ type DeleteRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$7r]['delete']['responses'][200]['content']['application/json'];
118914
119115
  interface DeleteRiskDomainForAdvisoryReportByIdProps {
118915
119116
  params: {
118916
119117
  query: DeleteRiskDomainForAdvisoryReportByIdQueryParams;
@@ -118919,11 +119120,11 @@ interface DeleteRiskDomainForAdvisoryReportByIdProps {
118919
119120
  }
118920
119121
  declare const deleteRiskDomainForAdvisoryReportById: (props: DeleteRiskDomainForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainForAdvisoryReportByIdResponse>;
118921
119122
 
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'];
119123
+ declare const routeName$7q = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice";
119124
+ type CreateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$7q]['post']['requestBody']['content']['application/json'];
119125
+ type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7q]['post']['parameters']['path'];
119126
+ type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7q]['post']['parameters']['query'];
119127
+ type CreateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7q]['post']['responses'][201]['content']['application/json'];
118927
119128
  interface CreateRiskDomainAdviceForAdvisoryReportByIdProps {
118928
119129
  body: CreateRiskDomainAdviceForAdvisoryReportByIdBody;
118929
119130
  params: {
@@ -118933,10 +119134,10 @@ interface CreateRiskDomainAdviceForAdvisoryReportByIdProps {
118933
119134
  }
118934
119135
  declare const createRiskDomainAdviceForAdvisoryReportById: (props: CreateRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainAdviceForAdvisoryReportByIdResponse>;
118935
119136
 
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'];
119137
+ declare const routeName$7p = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
119138
+ type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7p]['delete']['parameters']['path'];
119139
+ type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7p]['delete']['parameters']['query'];
119140
+ type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7p]['delete']['responses'][200]['content']['application/json'];
118940
119141
  interface DeleteRiskDomainAdviceForAdvisoryReportByIdProps {
118941
119142
  params: {
118942
119143
  query: DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams;
@@ -118945,11 +119146,11 @@ interface DeleteRiskDomainAdviceForAdvisoryReportByIdProps {
118945
119146
  }
118946
119147
  declare const deleteRiskDomainAdviceForAdvisoryReportById: (props: DeleteRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainAdviceForAdvisoryReportByIdResponse>;
118947
119148
 
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'];
119149
+ declare const routeName$7o = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
119150
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$7o]['patch']['requestBody']['content']['application/json'];
119151
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7o]['patch']['parameters']['path'];
119152
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7o]['patch']['parameters']['query'];
119153
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7o]['patch']['responses'][201]['content']['application/json'];
118953
119154
  interface UpdateRiskDomainAdviceForAdvisoryReportByIdProps {
118954
119155
  body: UpdateRiskDomainAdviceForAdvisoryReportByIdBody;
118955
119156
  params: {
@@ -118959,11 +119160,11 @@ interface UpdateRiskDomainAdviceForAdvisoryReportByIdProps {
118959
119160
  }
118960
119161
  declare const updateRiskDomainAdviceForAdvisoryReportById: (props: UpdateRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainAdviceForAdvisoryReportByIdResponse>;
118961
119162
 
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'];
119163
+ declare const routeName$7n = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}/actions";
119164
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody = paths[typeof routeName$7n]['put']['requestBody']['content']['application/json'];
119165
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7n]['put']['parameters']['path'];
119166
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7n]['put']['parameters']['query'];
119167
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7n]['put']['responses'][201]['content']['application/json'];
118967
119168
  interface CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps {
118968
119169
  body: CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody;
118969
119170
  params: {
@@ -118973,11 +119174,11 @@ interface CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps {
118973
119174
  }
118974
119175
  declare const createRiskDomainActionFromAdviceForAdvisoryReportById: (props: CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse>;
118975
119176
 
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'];
119177
+ declare const routeName$7m = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions";
119178
+ type CreateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$7m]['post']['requestBody']['content']['application/json'];
119179
+ type CreateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7m]['post']['parameters']['path'];
119180
+ type CreateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7m]['post']['parameters']['query'];
119181
+ type CreateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7m]['post']['responses'][201]['content']['application/json'];
118981
119182
  interface CreateRiskDomainActionForAdvisoryReportByIdProps {
118982
119183
  body: CreateRiskDomainActionForAdvisoryReportByIdBody;
118983
119184
  params: {
@@ -118987,10 +119188,10 @@ interface CreateRiskDomainActionForAdvisoryReportByIdProps {
118987
119188
  }
118988
119189
  declare const createRiskDomainActionForAdvisoryReportById: (props: CreateRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainActionForAdvisoryReportByIdResponse>;
118989
119190
 
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'];
119191
+ declare const routeName$7l = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
119192
+ type DeleteRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7l]['delete']['parameters']['path'];
119193
+ type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7l]['delete']['parameters']['query'];
119194
+ type DeleteRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7l]['delete']['responses'][200]['content']['application/json'];
118994
119195
  interface DeleteRiskDomainActionForAdvisoryReportByIdProps {
118995
119196
  params: {
118996
119197
  query: DeleteRiskDomainActionForAdvisoryReportByIdQueryParams;
@@ -118999,11 +119200,11 @@ interface DeleteRiskDomainActionForAdvisoryReportByIdProps {
118999
119200
  }
119000
119201
  declare const deleteRiskDomainActionForAdvisoryReportById: (props: DeleteRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainActionForAdvisoryReportByIdResponse>;
119001
119202
 
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'];
119203
+ declare const routeName$7k = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
119204
+ type UpdateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$7k]['patch']['requestBody']['content']['application/json'];
119205
+ type UpdateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7k]['patch']['parameters']['path'];
119206
+ type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7k]['patch']['parameters']['query'];
119207
+ type UpdateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7k]['patch']['responses'][200]['content']['application/json'];
119007
119208
  interface UpdateRiskDomainActionForAdvisoryReportByIdProps {
119008
119209
  body: UpdateRiskDomainActionForAdvisoryReportByIdBody;
119009
119210
  params: {
@@ -119013,11 +119214,11 @@ interface UpdateRiskDomainActionForAdvisoryReportByIdProps {
119013
119214
  }
119014
119215
  declare const updateRiskDomainActionForAdvisoryReportById: (props: UpdateRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainActionForAdvisoryReportByIdResponse>;
119015
119216
 
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'];
119217
+ declare const routeName$7j = "/v1/api/advisory-reports/{report_id}/insurance-policies";
119218
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody = paths[typeof routeName$7j]['put']['requestBody']['content']['application/json'];
119219
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$7j]['put']['parameters']['path'];
119220
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$7j]['put']['parameters']['query'];
119221
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$7j]['put']['responses'][200]['content']['application/json'];
119021
119222
  interface CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps {
119022
119223
  body: CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody;
119023
119224
  params: {
@@ -119027,10 +119228,10 @@ interface CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps {
119027
119228
  }
119028
119229
  declare const createOrReplaceInsurancePolicyForAdvisoryReportById: (props: CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse>;
119029
119230
 
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'];
119231
+ declare const routeName$7i = "/v1/api/advisory-reports/{report_id}/insurance-policies/{insurance_policy_id}";
119232
+ type DeleteInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$7i]['delete']['parameters']['path'];
119233
+ type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$7i]['delete']['parameters']['query'];
119234
+ type DeleteInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$7i]['delete']['responses'][200]['content']['application/json'];
119034
119235
  interface DeleteInsurancePolicyForAdvisoryReportByIdProps {
119035
119236
  params: {
119036
119237
  query: DeleteInsurancePolicyForAdvisoryReportByIdQueryParams;
@@ -119039,11 +119240,11 @@ interface DeleteInsurancePolicyForAdvisoryReportByIdProps {
119039
119240
  }
119040
119241
  declare const deleteInsurancePolicyForAdvisoryReportById: (props: DeleteInsurancePolicyForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteInsurancePolicyForAdvisoryReportByIdResponse>;
119041
119242
 
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'];
119243
+ declare const routeName$7h = "/v1/api/advisory-reports/{report_id}/insurance-policies/order";
119244
+ type OrderInsurancePolciesOfAdvisoryReportBody = paths[typeof routeName$7h]['put']['requestBody']['content']['application/json'];
119245
+ type OrderInsurancePolciesOfAdvisoryReportPathParams = paths[typeof routeName$7h]['put']['parameters']['path'];
119246
+ type OrderInsurancePolciesOfAdvisoryReportQueryParams = paths[typeof routeName$7h]['put']['parameters']['query'];
119247
+ type OrderInsurancePolciesOfAdvisoryReportResponse = paths[typeof routeName$7h]['put']['responses'][200]['content']['application/json'];
119047
119248
  interface OrderInsurancePolciesOfAdvisoryReportProps {
119048
119249
  body: OrderInsurancePolciesOfAdvisoryReportBody;
119049
119250
  params: {
@@ -119053,11 +119254,11 @@ interface OrderInsurancePolciesOfAdvisoryReportProps {
119053
119254
  }
119054
119255
  declare const orderInsurancePolciesOfAdvisoryReport: (props: OrderInsurancePolciesOfAdvisoryReportProps, wgApiClient: ClientType) => Promise<OrderInsurancePolciesOfAdvisoryReportResponse>;
119055
119256
 
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'];
119257
+ declare const routeName$7g = "/v1/api/advisory-reports/{report_id}/policy-packages";
119258
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody = paths[typeof routeName$7g]['put']['requestBody']['content']['application/json'];
119259
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams = paths[typeof routeName$7g]['put']['parameters']['path'];
119260
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams = paths[typeof routeName$7g]['put']['parameters']['query'];
119261
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse = paths[typeof routeName$7g]['put']['responses'][200]['content']['application/json'];
119061
119262
  interface CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps {
119062
119263
  body: CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody;
119063
119264
  params: {
@@ -119067,39 +119268,39 @@ interface CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps {
119067
119268
  }
119068
119269
  declare const createOrReplacePolicyPackagesForAdvisoryReportById: (props: CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse>;
119069
119270
 
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'];
119271
+ declare const routeName$7f = "/v1/api/advisory-reports/{report_id_1}/diff/{report_id_2}";
119272
+ type GetAdvisoryReportRevisionDiffPathParams = paths[typeof routeName$7f]['get']['parameters']['path'];
119273
+ type GetAdvisoryReportRevisionDiffQueryParams = paths[typeof routeName$7f]['get']['parameters']['query'];
119274
+ type GetAdvisoryReportRevisionDiffResponse = paths[typeof routeName$7f]['get']['responses'][200]['content']['application/json'];
119275
+ type GetAdvisoryReportRevisionDiffProps = paths[typeof routeName$7f]['get']['parameters'];
119075
119276
  declare const getAdvisoryReportRevisionDiff: (props: GetAdvisoryReportRevisionDiffProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportRevisionDiffResponse>;
119076
119277
 
119077
- declare const routeName$7d = "/v1/api/affiliations";
119078
- type GetAllAvailableAffiliationsResponse = paths[typeof routeName$7d]['get']['responses'][200]['content']['application/json'];
119278
+ declare const routeName$7e = "/v1/api/affiliations";
119279
+ type GetAllAvailableAffiliationsResponse = paths[typeof routeName$7e]['get']['responses'][200]['content']['application/json'];
119079
119280
  declare const getAllAvailableAffiliations: (wgApiClient: ClientType) => Promise<GetAllAvailableAffiliationsResponse>;
119080
119281
 
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'];
119282
+ declare const routeName$7d = "/v1/api/anvaflows/labels";
119283
+ type GetAnvaLabelsQueryParams = paths[typeof routeName$7d]['get']['parameters']['query'];
119284
+ type GetAnvaLabelsResponse = paths[typeof routeName$7d]['get']['responses'][200]['content']['application/json'];
119285
+ type GetAnvaLabelsProps = paths[typeof routeName$7d]['get']['parameters'];
119085
119286
  declare const getAnvaLabels: (props: GetAnvaLabelsProps, wgApiClient: ClientType) => Promise<GetAnvaLabelsResponse>;
119086
119287
 
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'];
119288
+ declare const routeName$7c = "/v1/api/anvaflows/supported-insurances";
119289
+ type GetSupportedAnvaflowInsurancesQueryParams = paths[typeof routeName$7c]['get']['parameters']['query'];
119290
+ type GetSupportedAnvaflowInsurancesResponse = paths[typeof routeName$7c]['get']['responses'][200]['content']['application/json'];
119291
+ type GetSupportedAnvaflowInsurancesProps = paths[typeof routeName$7c]['get']['parameters'];
119091
119292
  declare const getSupportedAnvaflowInsurances: (props: GetSupportedAnvaflowInsurancesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowInsurancesResponse>;
119092
119293
 
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'];
119294
+ declare const routeName$7b = "/v1/api/anvaflows/supported-tags";
119295
+ type GetSupportedAnvaflowTagsQueryParams = paths[typeof routeName$7b]['get']['parameters']['query'];
119296
+ type GetSupportedAnvaflowTagsResponse = paths[typeof routeName$7b]['get']['responses'][200]['content']['application/json'];
119297
+ type GetSupportedAnvaflowTagsProps = paths[typeof routeName$7b]['get']['parameters'];
119097
119298
  declare const getSupportedAnvaflowTags: (props: GetSupportedAnvaflowTagsProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowTagsResponse>;
119098
119299
 
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'];
119300
+ declare const routeName$7a = "/v1/api/anvaflows/supported-tags";
119301
+ type CreateAnvaflowTagsBody = paths[typeof routeName$7a]['put']['requestBody']['content']['application/json'];
119302
+ type CreateAnvaflowTagsQueryParams = paths[typeof routeName$7a]['put']['parameters']['query'];
119303
+ type CreateAnvaflowTagsResponse = paths[typeof routeName$7a]['put']['responses'][200]['content']['application/json'];
119103
119304
  interface CreateAnvaflowTagsProps {
119104
119305
  body: CreateAnvaflowTagsBody;
119105
119306
  params: {
@@ -119108,35 +119309,35 @@ interface CreateAnvaflowTagsProps {
119108
119309
  }
119109
119310
  declare const createAnvaflowTags: (props: CreateAnvaflowTagsProps, wgApiClient: ClientType) => Promise<CreateAnvaflowTagsResponse>;
119110
119311
 
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'];
119312
+ declare const routeName$79 = "/v1/api/anvaflows/supported-coverages";
119313
+ type GetSupportedAnvaflowCoveragesQueryParams = paths[typeof routeName$79]['get']['parameters']['query'];
119314
+ type GetSupportedAnvaflowCoveragesResponse = paths[typeof routeName$79]['get']['responses'][200]['content']['application/json'];
119315
+ type GetSupportedAnvaflowCoveragesProps = paths[typeof routeName$79]['get']['parameters'];
119115
119316
  declare const getSupportedAnvaflowCoverages: (props: GetSupportedAnvaflowCoveragesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowCoveragesResponse>;
119116
119317
 
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'];
119318
+ declare const routeName$78 = "/v1/api/anvaflows/supported-adn-coverages";
119319
+ type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams = paths[typeof routeName$78]['get']['parameters']['query'];
119320
+ type GetSupportedAnvaflowCoveragesGroupedByAdnResponse = paths[typeof routeName$78]['get']['responses'][200]['content']['application/json'];
119321
+ type GetSupportedAnvaflowCoveragesGroupedByAdnProps = paths[typeof routeName$78]['get']['parameters'];
119121
119322
  declare const getSupportedAnvaflowCoveragesGroupedByAdn: (props: GetSupportedAnvaflowCoveragesGroupedByAdnProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowCoveragesGroupedByAdnResponse>;
119122
119323
 
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'];
119324
+ declare const routeName$77 = "/v1/api/anvaflows/supported-insurance-companies";
119325
+ type GetSupportedAnvaflowInsuranceCompaniesQueryParams = paths[typeof routeName$77]['get']['parameters']['query'];
119326
+ type GetSupportedAnvaflowInsuranceCompaniesResponse = paths[typeof routeName$77]['get']['responses'][200]['content']['application/json'];
119327
+ type GetSupportedAnvaflowInsuranceCompaniesProps = paths[typeof routeName$77]['get']['parameters'];
119127
119328
  declare const getSupportedAnvaflowInsuranceCompanies: (props: GetSupportedAnvaflowInsuranceCompaniesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowInsuranceCompaniesResponse>;
119128
119329
 
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'];
119330
+ declare const routeName$76 = "/v1/api/anvaflows/mutation-reasons";
119331
+ type GetAnvaMutationReasonsQueryParams = paths[typeof routeName$76]['get']['parameters']['query'];
119332
+ type GetAnvaMutationReasonsResponse = paths[typeof routeName$76]['get']['responses'][200]['content']['application/json'];
119333
+ type GetAnvaMutationReasonsProps = paths[typeof routeName$76]['get']['parameters'];
119133
119334
  declare const getAnvaMutationReasons: (props: GetAnvaMutationReasonsProps, wgApiClient: ClientType) => Promise<GetAnvaMutationReasonsResponse>;
119134
119335
 
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'];
119336
+ declare const routeName$75 = "/v1/api/anvaflows/{session_id}/calculate";
119337
+ type CalculateAnvaquotesBySessionIdBody = paths[typeof routeName$75]['post']['requestBody']['content']['application/json'];
119338
+ type CalculateAnvaquotesBySessionIdPathParams = paths[typeof routeName$75]['post']['parameters']['path'];
119339
+ type CalculateAnvaquotesBySessionIdQueryParams = paths[typeof routeName$75]['post']['parameters']['query'];
119340
+ type CalculateAnvaquotesBySessionIdResponse = paths[typeof routeName$75]['post']['responses'][200]['content']['application/json'];
119140
119341
  interface CalculateAnvaquotesBySessionIdProps {
119141
119342
  body: CalculateAnvaquotesBySessionIdBody;
119142
119343
  params: {
@@ -119146,11 +119347,11 @@ interface CalculateAnvaquotesBySessionIdProps {
119146
119347
  }
119147
119348
  declare const calculateAnvaquotesBySessionId: (props: CalculateAnvaquotesBySessionIdProps, wgApiClient: ClientType) => Promise<CalculateAnvaquotesBySessionIdResponse>;
119148
119349
 
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'];
119350
+ declare const routeName$74 = "/v2/api/anvaflows/{session_id}/calculate";
119351
+ type EnqueueCalculationAnvaquotesBySessionIdBody = paths[typeof routeName$74]['post']['requestBody']['content']['application/json'];
119352
+ type EnqueueCalculationAnvaquotesBySessionIdPathParams = paths[typeof routeName$74]['post']['parameters']['path'];
119353
+ type EnqueueCalculationAnvaquotesBySessionIdQueryParams = paths[typeof routeName$74]['post']['parameters']['query'];
119354
+ type EnqueueCalculationAnvaquotesBySessionIdResponse = paths[typeof routeName$74]['post']['responses'][202]['content']['application/json'];
119154
119355
  interface EnqueueCalculationAnvaquotesBySessionIdProps {
119155
119356
  body: EnqueueCalculationAnvaquotesBySessionIdBody;
119156
119357
  params: {
@@ -119160,11 +119361,11 @@ interface EnqueueCalculationAnvaquotesBySessionIdProps {
119160
119361
  }
119161
119362
  declare const enqueueCalculationAnvaquotesBySessionId: (props: EnqueueCalculationAnvaquotesBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueCalculationAnvaquotesBySessionIdResponse>;
119162
119363
 
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'];
119364
+ declare const routeName$73 = "/v1/api/anvaflows/{session_id}/anvaproducts/{anva_product_id}/calculate";
119365
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody = paths[typeof routeName$73]['post']['requestBody']['content']['application/json'];
119366
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams = paths[typeof routeName$73]['post']['parameters']['path'];
119367
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams = paths[typeof routeName$73]['post']['parameters']['query'];
119368
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse = paths[typeof routeName$73]['post']['responses'][200]['content']['application/json'];
119168
119369
  interface RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps {
119169
119370
  body: RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody;
119170
119371
  params: {
@@ -119174,10 +119375,10 @@ interface RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps {
119174
119375
  }
119175
119376
  declare const recalculateOneAnvaquoteByAnvaProductIdSessionId: (props: RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps, wgApiClient: ClientType) => Promise<RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse>;
119176
119377
 
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'];
119378
+ declare const routeName$72 = "/v1/api/anvaflows/{session_id}/send-offer-to-anva";
119379
+ type SendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$72]['post']['parameters']['path'];
119380
+ type SendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$72]['post']['parameters']['query'];
119381
+ type SendOfferToAnvaBySessionIdResponse = paths[typeof routeName$72]['post']['responses'][201]['content']['application/json'];
119181
119382
  interface SendOfferToAnvaBySessionIdProps {
119182
119383
  params: {
119183
119384
  query: SendOfferToAnvaBySessionIdQueryParams;
@@ -119186,10 +119387,10 @@ interface SendOfferToAnvaBySessionIdProps {
119186
119387
  }
119187
119388
  declare const sendOfferToAnvaBySessionId: (props: SendOfferToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<SendOfferToAnvaBySessionIdResponse>;
119188
119389
 
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'];
119390
+ declare const routeName$71 = "/v2/api/anvaflows/{session_id}/send-offer-to-anva";
119391
+ type EnqueueSendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$71]['post']['parameters']['path'];
119392
+ type EnqueueSendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$71]['post']['parameters']['query'];
119393
+ type EnqueueSendOfferToAnvaBySessionIdResponse = paths[typeof routeName$71]['post']['responses'][202]['content']['application/json'];
119193
119394
  interface EnqueueSendOfferToAnvaBySessionIdProps {
119194
119395
  params: {
119195
119396
  query: EnqueueSendOfferToAnvaBySessionIdQueryParams;
@@ -119198,11 +119399,11 @@ interface EnqueueSendOfferToAnvaBySessionIdProps {
119198
119399
  }
119199
119400
  declare const enqueueSendOfferToAnvaBySessionId: (props: EnqueueSendOfferToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueSendOfferToAnvaBySessionIdResponse>;
119200
119401
 
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'];
119402
+ declare const routeName$70 = "/v1/api/anvaflows/{session_id}/send-offer-mail";
119403
+ type SendOfferMailBySessionIdBody = paths[typeof routeName$70]['post']['requestBody']['content']['application/json'];
119404
+ type SendOfferMailBySessionIdPathParams = paths[typeof routeName$70]['post']['parameters']['path'];
119405
+ type SendOfferMailBySessionIdQueryParams = paths[typeof routeName$70]['post']['parameters']['query'];
119406
+ type SendOfferMailBySessionIdResponse = paths[typeof routeName$70]['post']['responses'][201]['content']['application/json'];
119206
119407
  interface SendOfferMailBySessionIdProps {
119207
119408
  body: SendOfferMailBySessionIdBody;
119208
119409
  params: {
@@ -119212,11 +119413,11 @@ interface SendOfferMailBySessionIdProps {
119212
119413
  }
119213
119414
  declare const sendOfferMailBySessionId: (props: SendOfferMailBySessionIdProps, wgApiClient: ClientType) => Promise<SendOfferMailBySessionIdResponse>;
119214
119415
 
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'];
119416
+ declare const routeName$6$ = "/v1/api/anvaflows/{session_id}/send-custom-quotes-to-anva";
119417
+ type EnqueueSendCustomQuotesToAnvaBySessionIdBody = paths[typeof routeName$6$]['post']['requestBody']['content']['application/json'];
119418
+ type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams = paths[typeof routeName$6$]['post']['parameters']['path'];
119419
+ type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams = paths[typeof routeName$6$]['post']['parameters']['query'];
119420
+ type EnqueueSendCustomQuotesToAnvaBySessionIdResponse = paths[typeof routeName$6$]['post']['responses'][202]['content']['application/json'];
119220
119421
  interface EnqueueSendCustomQuotesToAnvaBySessionIdProps {
119221
119422
  body: EnqueueSendCustomQuotesToAnvaBySessionIdBody;
119222
119423
  params: {
@@ -119226,11 +119427,11 @@ interface EnqueueSendCustomQuotesToAnvaBySessionIdProps {
119226
119427
  }
119227
119428
  declare const enqueueSendCustomQuotesToAnvaBySessionId: (props: EnqueueSendCustomQuotesToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueSendCustomQuotesToAnvaBySessionIdResponse>;
119228
119429
 
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'];
119430
+ declare const routeName$6_ = "/v1/api/anvaflows/{session_id}/recalculate-simulation";
119431
+ type RecalculateSimulationBySessionIdBody = paths[typeof routeName$6_]['post']['requestBody']['content']['application/json'];
119432
+ type RecalculateSimulationBySessionIdPathParams = paths[typeof routeName$6_]['post']['parameters']['path'];
119433
+ type RecalculateSimulationBySessionIdQueryParams = paths[typeof routeName$6_]['post']['parameters']['query'];
119434
+ type RecalculateSimulationBySessionIdResponse = paths[typeof routeName$6_]['post']['responses'][200]['content']['application/json'];
119234
119435
  interface RecalculateSimulationBySessionIdProps {
119235
119436
  body: RecalculateSimulationBySessionIdBody;
119236
119437
  params: {
@@ -119240,23 +119441,23 @@ interface RecalculateSimulationBySessionIdProps {
119240
119441
  }
119241
119442
  declare const recalculateSimulationBySessionId: (props: RecalculateSimulationBySessionIdProps, wgApiClient: ClientType) => Promise<RecalculateSimulationBySessionIdResponse>;
119242
119443
 
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'];
119444
+ declare const routeName$6Z = "/v1/api/anvaflows/{session_id}/collection-methods";
119445
+ type GetAnvaCollectionMethodsPathParams = paths[typeof routeName$6Z]['get']['parameters']['path'];
119446
+ type GetAnvaCollectionMethodsQueryParams = paths[typeof routeName$6Z]['get']['parameters']['query'];
119447
+ type GetAnvaCollectionMethodsResponse = paths[typeof routeName$6Z]['get']['responses'][200]['content']['application/json'];
119448
+ type GetAnvaCollectionMethodsProps = paths[typeof routeName$6Z]['get']['parameters'];
119248
119449
  declare const getAnvaCollectionMethods: (props: GetAnvaCollectionMethodsProps, wgApiClient: ClientType) => Promise<GetAnvaCollectionMethodsResponse>;
119249
119450
 
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'];
119451
+ declare const routeName$6Y = "/v1/api/anvaflows/closing-questions";
119452
+ type GetAnvaClosingQuestionsQueryParams = paths[typeof routeName$6Y]['get']['parameters']['query'];
119453
+ type GetAnvaClosingQuestionsResponse = paths[typeof routeName$6Y]['get']['responses'][200]['content']['application/json'];
119454
+ type GetAnvaClosingQuestionsProps = paths[typeof routeName$6Y]['get']['parameters'];
119254
119455
  declare const getAnvaClosingQuestions: (props: GetAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<GetAnvaClosingQuestionsResponse>;
119255
119456
 
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'];
119457
+ declare const routeName$6X = "/v1/api/anvaflows/closing-questions";
119458
+ type UpsertAnvaClosingQuestionsBody = paths[typeof routeName$6X]['put']['requestBody']['content']['application/json'];
119459
+ type UpsertAnvaClosingQuestionsQueryParams = paths[typeof routeName$6X]['put']['parameters']['query'];
119460
+ type UpsertAnvaClosingQuestionsResponse = paths[typeof routeName$6X]['put']['responses'][200]['content']['application/json'];
119260
119461
  interface UpsertAnvaClosingQuestionsProps {
119261
119462
  body: UpsertAnvaClosingQuestionsBody;
119262
119463
  params: {
@@ -119265,10 +119466,10 @@ interface UpsertAnvaClosingQuestionsProps {
119265
119466
  }
119266
119467
  declare const upsertAnvaClosingQuestions: (props: UpsertAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<UpsertAnvaClosingQuestionsResponse>;
119267
119468
 
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'];
119469
+ declare const routeName$6W = "/v1/api/anvaflows/closing-questions/{closing_question_id}";
119470
+ type DeleteAnvaClosingQuestionsPathParams = paths[typeof routeName$6W]['delete']['parameters']['path'];
119471
+ type DeleteAnvaClosingQuestionsQueryParams = paths[typeof routeName$6W]['delete']['parameters']['query'];
119472
+ type DeleteAnvaClosingQuestionsResponse = paths[typeof routeName$6W]['delete']['responses'][200]['content']['application/json'];
119272
119473
  interface DeleteAnvaClosingQuestionsProps {
119273
119474
  params: {
119274
119475
  query: DeleteAnvaClosingQuestionsQueryParams;
@@ -119277,11 +119478,11 @@ interface DeleteAnvaClosingQuestionsProps {
119277
119478
  }
119278
119479
  declare const deleteAnvaClosingQuestions: (props: DeleteAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<DeleteAnvaClosingQuestionsResponse>;
119279
119480
 
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'];
119481
+ declare const routeName$6V = "/v1/api/anvaflows/{session_id}/anva-party";
119482
+ type CreateAnvaPartyBody = paths[typeof routeName$6V]['post']['requestBody']['content']['application/json'];
119483
+ type CreateAnvaPartyPathParams = paths[typeof routeName$6V]['post']['parameters']['path'];
119484
+ type CreateAnvaPartyQueryParams = paths[typeof routeName$6V]['post']['parameters']['query'];
119485
+ type CreateAnvaPartyResponse = paths[typeof routeName$6V]['post']['responses'][201]['content']['application/json'];
119285
119486
  interface CreateAnvaPartyProps {
119286
119487
  body: CreateAnvaPartyBody;
119287
119488
  params: {
@@ -119291,16 +119492,16 @@ interface CreateAnvaPartyProps {
119291
119492
  }
119292
119493
  declare const createAnvaParty: (props: CreateAnvaPartyProps, wgApiClient: ClientType) => Promise<CreateAnvaPartyResponse>;
119293
119494
 
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'];
119495
+ declare const routeName$6U = "/v1/api/anvaproducts";
119496
+ type GetAnvaproductsQueryParams = paths[typeof routeName$6U]['get']['parameters']['query'];
119497
+ type GetAnvaproductsResponse = paths[typeof routeName$6U]['get']['responses'][200]['content']['application/json'];
119498
+ type GetAnvaproductsProps = paths[typeof routeName$6U]['get']['parameters'];
119298
119499
  declare const getAnvaproducts: (props: GetAnvaproductsProps, wgApiClient: ClientType) => Promise<GetAnvaproductsResponse>;
119299
119500
 
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'];
119501
+ declare const routeName$6T = "/v1/api/anvaproducts/import";
119502
+ type ImportAnvaproductBody = paths[typeof routeName$6T]['post']['requestBody']['content']['application/json'];
119503
+ type ImportAnvaproductQueryParams = paths[typeof routeName$6T]['post']['parameters']['query'];
119504
+ type ImportAnvaproductResponse = paths[typeof routeName$6T]['post']['responses'][200]['content']['application/json'];
119304
119505
  interface ImportAnvaproductProps {
119305
119506
  body: ImportAnvaproductBody;
119306
119507
  params: {
@@ -119309,18 +119510,18 @@ interface ImportAnvaproductProps {
119309
119510
  }
119310
119511
  declare const importAnvaproduct: (props: ImportAnvaproductProps, wgApiClient: ClientType) => Promise<ImportAnvaproductResponse>;
119311
119512
 
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'];
119513
+ declare const routeName$6S = "/v1/api/anvaproducts/{anva_product_id}";
119514
+ type GetAnvaproductByIdPathParams = paths[typeof routeName$6S]['get']['parameters']['path'];
119515
+ type GetAnvaproductByIdQueryParams = paths[typeof routeName$6S]['get']['parameters']['query'];
119516
+ type GetAnvaproductByIdResponse = paths[typeof routeName$6S]['get']['responses'][200]['content']['application/json'];
119517
+ type GetAnvaproductByIdProps = paths[typeof routeName$6S]['get']['parameters'];
119317
119518
  declare const getAnvaproductById: (props: GetAnvaproductByIdProps, wgApiClient: ClientType) => Promise<GetAnvaproductByIdResponse>;
119318
119519
 
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'];
119520
+ declare const routeName$6R = "/v1/api/anvaproducts/{anva_product_id}";
119521
+ type PatchAnvaproductByIdBody = paths[typeof routeName$6R]['patch']['requestBody']['content']['application/json'];
119522
+ type PatchAnvaproductByIdPathParams = paths[typeof routeName$6R]['patch']['parameters']['path'];
119523
+ type PatchAnvaproductByIdQueryParams = paths[typeof routeName$6R]['patch']['parameters']['query'];
119524
+ type PatchAnvaproductByIdResponse = paths[typeof routeName$6R]['patch']['responses'][200]['content']['application/json'];
119324
119525
  interface PatchAnvaproductByIdProps {
119325
119526
  body: PatchAnvaproductByIdBody;
119326
119527
  params: {
@@ -119330,11 +119531,11 @@ interface PatchAnvaproductByIdProps {
119330
119531
  }
119331
119532
  declare const patchAnvaproductById: (props: PatchAnvaproductByIdProps, wgApiClient: ClientType) => Promise<PatchAnvaproductByIdResponse>;
119332
119533
 
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'];
119534
+ declare const routeName$6Q = "/v1/api/anvaproducts/{anva_product_id}/coverages/{coverage_code}";
119535
+ type PatchAnvaproductCoverageByIdBody = paths[typeof routeName$6Q]['patch']['requestBody']['content']['application/json'];
119536
+ type PatchAnvaproductCoverageByIdPathParams = paths[typeof routeName$6Q]['patch']['parameters']['path'];
119537
+ type PatchAnvaproductCoverageByIdQueryParams = paths[typeof routeName$6Q]['patch']['parameters']['query'];
119538
+ type PatchAnvaproductCoverageByIdResponse = paths[typeof routeName$6Q]['patch']['responses'][200]['content']['application/json'];
119338
119539
  interface PatchAnvaproductCoverageByIdProps {
119339
119540
  body: PatchAnvaproductCoverageByIdBody;
119340
119541
  params: {
@@ -119344,18 +119545,18 @@ interface PatchAnvaproductCoverageByIdProps {
119344
119545
  }
119345
119546
  declare const patchAnvaproductCoverageById: (props: PatchAnvaproductCoverageByIdProps, wgApiClient: ClientType) => Promise<PatchAnvaproductCoverageByIdResponse>;
119346
119547
 
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'];
119548
+ declare const routeName$6P = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
119549
+ type RetrieveAnvaflowsQuestionnairesPathParams = paths[typeof routeName$6P]['get']['parameters']['path'];
119550
+ type RetrieveAnvaflowsQuestionnairesQueryParams = paths[typeof routeName$6P]['get']['parameters']['query'];
119551
+ type RetrieveAnvaflowsQuestionnairesResponse = paths[typeof routeName$6P]['get']['responses'][200]['content']['application/json'];
119552
+ type RetrieveAnvaflowsQuestionnairesProps = paths[typeof routeName$6P]['get']['parameters'];
119352
119553
  declare const retrieveAnvaflowsQuestionnaires: (props: RetrieveAnvaflowsQuestionnairesProps, wgApiClient: ClientType) => Promise<RetrieveAnvaflowsQuestionnairesResponse>;
119353
119554
 
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'];
119555
+ declare const routeName$6O = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
119556
+ type UpdateAnvaflowsQuestionnaireBody = paths[typeof routeName$6O]['put']['requestBody']['content']['application/json'];
119557
+ type UpdateAnvaflowsQuestionnairePathParams = paths[typeof routeName$6O]['put']['parameters']['path'];
119558
+ type UpdateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$6O]['put']['parameters']['query'];
119559
+ type UpdateAnvaflowsQuestionnaireResponse = paths[typeof routeName$6O]['put']['responses'][200]['content']['application/json'];
119359
119560
  interface UpdateAnvaflowsQuestionnaireProps {
119360
119561
  body: UpdateAnvaflowsQuestionnaireBody;
119361
119562
  params: {
@@ -119365,11 +119566,11 @@ interface UpdateAnvaflowsQuestionnaireProps {
119365
119566
  }
119366
119567
  declare const updateAnvaflowsQuestionnaire: (props: UpdateAnvaflowsQuestionnaireProps, wgApiClient: ClientType) => Promise<UpdateAnvaflowsQuestionnaireResponse>;
119367
119568
 
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'];
119569
+ declare const routeName$6N = "/v1/api/anvaproducts/{anva_product_id}/questionnaires/validate";
119570
+ type ValidateAnvaflowsQuestionnaireBody = paths[typeof routeName$6N]['post']['requestBody']['content']['application/json'];
119571
+ type ValidateAnvaflowsQuestionnairePathParams = paths[typeof routeName$6N]['post']['parameters']['path'];
119572
+ type ValidateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$6N]['post']['parameters']['query'];
119573
+ type ValidateAnvaflowsQuestionnaireResponse = paths[typeof routeName$6N]['post']['responses'][200]['content']['application/json'];
119373
119574
  interface ValidateAnvaflowsQuestionnaireProps {
119374
119575
  body: ValidateAnvaflowsQuestionnaireBody;
119375
119576
  params: {
@@ -119379,10 +119580,10 @@ interface ValidateAnvaflowsQuestionnaireProps {
119379
119580
  }
119380
119581
  declare const validateAnvaflowsQuestionnaire: (props: ValidateAnvaflowsQuestionnaireProps, wgApiClient: ClientType) => Promise<ValidateAnvaflowsQuestionnaireResponse>;
119381
119582
 
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'];
119583
+ declare const routeName$6M = "/v1/api/anvaproducts/questionnaires/update-all-questions-by-anvalabels";
119584
+ type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody = paths[typeof routeName$6M]['post']['requestBody']['content']['application/json'];
119585
+ type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams = paths[typeof routeName$6M]['post']['parameters']['query'];
119586
+ type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse = paths[typeof routeName$6M]['post']['responses'][200]['content']['application/json'];
119386
119587
  interface UpdateQuestionForAllQuestionnairesByAnvaLabelsProps {
119387
119588
  body: UpdateQuestionForAllQuestionnairesByAnvaLabelsBody;
119388
119589
  params: {
@@ -119391,20 +119592,20 @@ interface UpdateQuestionForAllQuestionnairesByAnvaLabelsProps {
119391
119592
  }
119392
119593
  declare const updateQuestionForAllQuestionnairesByAnvaLabels: (props: UpdateQuestionForAllQuestionnairesByAnvaLabelsProps, wgApiClient: ClientType) => Promise<UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse>;
119393
119594
 
119394
- declare const routeName$6K = "/v1/api/brokers/me";
119395
- type GetCurrentBrokerOfTheUserResponse = paths[typeof routeName$6K]['get']['responses'][200]['content']['application/json'];
119595
+ declare const routeName$6L = "/v1/api/brokers/me";
119596
+ type GetCurrentBrokerOfTheUserResponse = paths[typeof routeName$6L]['get']['responses'][200]['content']['application/json'];
119396
119597
  declare const getCurrentBrokerOfTheUser: (wgApiClient: ClientType) => Promise<GetCurrentBrokerOfTheUserResponse>;
119397
119598
 
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'];
119599
+ declare const routeName$6K = "/v1/api/brokers/{broker_id}";
119600
+ type GetTheBrokerByIdPathParams = paths[typeof routeName$6K]['get']['parameters']['path'];
119601
+ type GetTheBrokerByIdResponse = paths[typeof routeName$6K]['get']['responses'][200]['content']['application/json'];
119602
+ type GetTheBrokerByIdProps = paths[typeof routeName$6K]['get']['parameters'];
119402
119603
  declare const getTheBrokerById: (props: GetTheBrokerByIdProps, wgApiClient: ClientType) => Promise<GetTheBrokerByIdResponse>;
119403
119604
 
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'];
119605
+ declare const routeName$6J = "/v1/api/brokers/{broker_id}";
119606
+ type UpdateBrokerByBrokerBody = paths[typeof routeName$6J]['patch']['requestBody']['content']['application/json'];
119607
+ type UpdateBrokerByBrokerPathParams = paths[typeof routeName$6J]['patch']['parameters']['path'];
119608
+ type UpdateBrokerByBrokerResponse = paths[typeof routeName$6J]['patch']['responses'][200]['content']['application/json'];
119408
119609
  interface UpdateBrokerByBrokerProps {
119409
119610
  body: UpdateBrokerByBrokerBody;
119410
119611
  params: {
@@ -119413,16 +119614,16 @@ interface UpdateBrokerByBrokerProps {
119413
119614
  }
119414
119615
  declare const updateBrokerByBroker: (props: UpdateBrokerByBrokerProps, wgApiClient: ClientType) => Promise<UpdateBrokerByBrokerResponse>;
119415
119616
 
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'];
119617
+ declare const routeName$6I = "/v1/api/brokers/{broker_id}/integrations";
119618
+ type GetBrokerIntegrationsPathParams = paths[typeof routeName$6I]['get']['parameters']['path'];
119619
+ type GetBrokerIntegrationsResponse = paths[typeof routeName$6I]['get']['responses'][200]['content']['application/json'];
119620
+ type GetBrokerIntegrationsProps = paths[typeof routeName$6I]['get']['parameters'];
119420
119621
  declare const getBrokerIntegrations: (props: GetBrokerIntegrationsProps, wgApiClient: ClientType) => Promise<GetBrokerIntegrationsResponse>;
119421
119622
 
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'];
119623
+ declare const routeName$6H = "/v1/api/brokers/{broker_id}/integrations";
119624
+ type UpdateBrokerIntegrationsBody = paths[typeof routeName$6H]['patch']['requestBody']['content']['application/json'];
119625
+ type UpdateBrokerIntegrationsPathParams = paths[typeof routeName$6H]['patch']['parameters']['path'];
119626
+ type UpdateBrokerIntegrationsResponse = paths[typeof routeName$6H]['patch']['responses'][200]['content']['application/json'];
119426
119627
  interface UpdateBrokerIntegrationsProps {
119427
119628
  body: UpdateBrokerIntegrationsBody;
119428
119629
  params: {
@@ -119431,37 +119632,37 @@ interface UpdateBrokerIntegrationsProps {
119431
119632
  }
119432
119633
  declare const updateBrokerIntegrations: (props: UpdateBrokerIntegrationsProps, wgApiClient: ClientType) => Promise<UpdateBrokerIntegrationsResponse>;
119433
119634
 
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'];
119635
+ declare const routeName$6G = "/v1/api/anva-relation-managers/{anva_relation_manager_id}";
119636
+ type GetBrokerByAnvaRelationMangerIdPathParams = paths[typeof routeName$6G]['get']['parameters']['path'];
119637
+ type GetBrokerByAnvaRelationMangerIdResponse = paths[typeof routeName$6G]['get']['responses'][200]['content']['application/json'];
119638
+ type GetBrokerByAnvaRelationMangerIdProps = paths[typeof routeName$6G]['get']['parameters'];
119438
119639
  declare const getBrokerByAnvaRelationMangerId: (props: GetBrokerByAnvaRelationMangerIdProps, wgApiClient: ClientType) => Promise<GetBrokerByAnvaRelationMangerIdResponse>;
119439
119640
 
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'];
119641
+ declare const routeName$6F = "/v1/api/anva-producers/{anva_producer_id}";
119642
+ type GetBrokerByAnvaProducerIdPathParams = paths[typeof routeName$6F]['get']['parameters']['path'];
119643
+ type GetBrokerByAnvaProducerIdResponse = paths[typeof routeName$6F]['get']['responses'][200]['content']['application/json'];
119644
+ type GetBrokerByAnvaProducerIdProps = paths[typeof routeName$6F]['get']['parameters'];
119444
119645
  declare const getBrokerByAnvaProducerId: (props: GetBrokerByAnvaProducerIdProps, wgApiClient: ClientType) => Promise<GetBrokerByAnvaProducerIdResponse>;
119445
119646
 
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'];
119647
+ declare const routeName$6E = "/v1/api/brokers/{broker_id}/checklists/onboarding";
119648
+ type GetOnboardingChecklistByBrokerPathParams = paths[typeof routeName$6E]['get']['parameters']['path'];
119649
+ type GetOnboardingChecklistByBrokerQueryParams = paths[typeof routeName$6E]['get']['parameters']['query'];
119650
+ type GetOnboardingChecklistByBrokerResponse = paths[typeof routeName$6E]['get']['responses'][200]['content']['application/json'];
119651
+ type GetOnboardingChecklistByBrokerProps = paths[typeof routeName$6E]['get']['parameters'];
119451
119652
  declare const getOnboardingChecklistByBroker: (props: GetOnboardingChecklistByBrokerProps, wgApiClient: ClientType) => Promise<GetOnboardingChecklistByBrokerResponse>;
119452
119653
 
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'];
119654
+ declare const routeName$6D = "/v1/api/campaigns/{campaign_id}";
119655
+ type GetCampaignByIdPathParams = paths[typeof routeName$6D]['get']['parameters']['path'];
119656
+ type GetCampaignByIdQueryParams = paths[typeof routeName$6D]['get']['parameters']['query'];
119657
+ type GetCampaignByIdResponse = paths[typeof routeName$6D]['get']['responses'][200]['content']['application/json'];
119658
+ type GetCampaignByIdProps = paths[typeof routeName$6D]['get']['parameters'];
119458
119659
  declare const getCampaignById: (props: GetCampaignByIdProps, wgApiClient: ClientType) => Promise<GetCampaignByIdResponse>;
119459
119660
 
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'];
119661
+ declare const routeName$6C = "/v1/api/campaigns/{campaign_id}";
119662
+ type UpdateCampaignBody = paths[typeof routeName$6C]['patch']['requestBody']['content']['application/json'];
119663
+ type UpdateCampaignPathParams = paths[typeof routeName$6C]['patch']['parameters']['path'];
119664
+ type UpdateCampaignQueryParams = paths[typeof routeName$6C]['patch']['parameters']['query'];
119665
+ type UpdateCampaignResponse = paths[typeof routeName$6C]['patch']['responses'][200]['content']['application/json'];
119465
119666
  interface UpdateCampaignProps {
119466
119667
  body: UpdateCampaignBody;
119467
119668
  params: {
@@ -119471,16 +119672,16 @@ interface UpdateCampaignProps {
119471
119672
  }
119472
119673
  declare const updateCampaign: (props: UpdateCampaignProps, wgApiClient: ClientType) => Promise<UpdateCampaignResponse>;
119473
119674
 
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'];
119675
+ declare const routeName$6B = "/v1/api/campaigns";
119676
+ type GetAllCampaignsByDistributionQueryParams = paths[typeof routeName$6B]['get']['parameters']['query'];
119677
+ type GetAllCampaignsByDistributionResponse = paths[typeof routeName$6B]['get']['responses'][200]['content']['application/json'];
119678
+ type GetAllCampaignsByDistributionProps = paths[typeof routeName$6B]['get']['parameters'];
119478
119679
  declare const getAllCampaignsByDistribution: (props: GetAllCampaignsByDistributionProps, wgApiClient: ClientType) => Promise<GetAllCampaignsByDistributionResponse>;
119479
119680
 
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'];
119681
+ declare const routeName$6A = "/v1/api/campaigns";
119682
+ type CreateCampaignBody = paths[typeof routeName$6A]['post']['requestBody']['content']['application/json'];
119683
+ type CreateCampaignQueryParams = paths[typeof routeName$6A]['post']['parameters']['query'];
119684
+ type CreateCampaignResponse = paths[typeof routeName$6A]['post']['responses'][201]['content']['application/json'];
119484
119685
  interface CreateCampaignProps {
119485
119686
  body: CreateCampaignBody;
119486
119687
  params: {
@@ -119489,17 +119690,17 @@ interface CreateCampaignProps {
119489
119690
  }
119490
119691
  declare const createCampaign: (props: CreateCampaignProps, wgApiClient: ClientType) => Promise<CreateCampaignResponse>;
119491
119692
 
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'];
119693
+ declare const routeName$6z = "/v1/api/campaigns/{campaign_id}/metrics";
119694
+ type GetMetricsByCampaignPathParams = paths[typeof routeName$6z]['get']['parameters']['path'];
119695
+ type GetMetricsByCampaignQueryParams = paths[typeof routeName$6z]['get']['parameters']['query'];
119696
+ type GetMetricsByCampaignResponse = paths[typeof routeName$6z]['get']['responses'][200]['content']['application/json'];
119697
+ type GetMetricsByCampaignProps = paths[typeof routeName$6z]['get']['parameters'];
119497
119698
  declare const getMetricsByCampaign: (props: GetMetricsByCampaignProps, wgApiClient: ClientType) => Promise<GetMetricsByCampaignResponse>;
119498
119699
 
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'];
119700
+ declare const routeName$6y = "/v1/api/campaigns/{campaign_id}/targets";
119701
+ type UpdateTargetsByCampaignPathParams = paths[typeof routeName$6y]['patch']['parameters']['path'];
119702
+ type UpdateTargetsByCampaignQueryParams = paths[typeof routeName$6y]['patch']['parameters']['query'];
119703
+ type UpdateTargetsByCampaignResponse = paths[typeof routeName$6y]['patch']['responses'][200]['content']['application/json'];
119503
119704
  interface UpdateTargetsByCampaignProps {
119504
119705
  params: {
119505
119706
  query: UpdateTargetsByCampaignQueryParams;
@@ -119508,15 +119709,15 @@ interface UpdateTargetsByCampaignProps {
119508
119709
  }
119509
119710
  declare const updateTargetsByCampaign: (props: UpdateTargetsByCampaignProps, wgApiClient: ClientType) => Promise<UpdateTargetsByCampaignResponse>;
119510
119711
 
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'];
119712
+ declare const routeName$6x = "/v1/api/campaign-templates";
119713
+ type GetAllCampaignTemplatesQueryParams = paths[typeof routeName$6x]['get']['parameters']['query'];
119714
+ type GetAllCampaignTemplatesResponse = paths[typeof routeName$6x]['get']['responses'][200]['content']['application/json'];
119715
+ type GetAllCampaignTemplatesProps = paths[typeof routeName$6x]['get']['parameters'];
119515
119716
  declare const getAllCampaignTemplates: (props: GetAllCampaignTemplatesProps, wgApiClient: ClientType) => Promise<GetAllCampaignTemplatesResponse>;
119516
119717
 
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'];
119718
+ declare const routeName$6w = "/v1/api/campaigns/example-mails";
119719
+ type SendExampleCampaignTargetMailQueryParams = paths[typeof routeName$6w]['post']['parameters']['query'];
119720
+ type SendExampleCampaignTargetMailResponse = paths[typeof routeName$6w]['post']['responses'][201]['content']['application/json'];
119520
119721
  interface SendExampleCampaignTargetMailProps {
119521
119722
  params: {
119522
119723
  query: SendExampleCampaignTargetMailQueryParams;
@@ -119524,16 +119725,16 @@ interface SendExampleCampaignTargetMailProps {
119524
119725
  }
119525
119726
  declare const sendExampleCampaignTargetMail: (props: SendExampleCampaignTargetMailProps, wgApiClient: ClientType) => Promise<SendExampleCampaignTargetMailResponse>;
119526
119727
 
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'];
119728
+ declare const routeName$6v = "/v1/api/distributions/campaign-settings";
119729
+ type GetCampaignSettingsByDistributionQueryParams = paths[typeof routeName$6v]['get']['parameters']['query'];
119730
+ type GetCampaignSettingsByDistributionResponse = paths[typeof routeName$6v]['get']['responses'][200]['content']['application/json'];
119731
+ type GetCampaignSettingsByDistributionProps = paths[typeof routeName$6v]['get']['parameters'];
119531
119732
  declare const getCampaignSettingsByDistribution: (props: GetCampaignSettingsByDistributionProps, wgApiClient: ClientType) => Promise<GetCampaignSettingsByDistributionResponse>;
119532
119733
 
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'];
119734
+ declare const routeName$6u = "/v1/api/campaigns/dns-prefixes/generate";
119735
+ type GenerateDnsPrefixBody = paths[typeof routeName$6u]['post']['requestBody']['content']['application/json'];
119736
+ type GenerateDnsPrefixQueryParams = paths[typeof routeName$6u]['post']['parameters']['query'];
119737
+ type GenerateDnsPrefixResponse = paths[typeof routeName$6u]['post']['responses'][200]['content']['application/json'];
119537
119738
  interface GenerateDnsPrefixProps {
119538
119739
  body: GenerateDnsPrefixBody;
119539
119740
  params: {
@@ -119542,16 +119743,16 @@ interface GenerateDnsPrefixProps {
119542
119743
  }
119543
119744
  declare const generateDnsPrefix: (props: GenerateDnsPrefixProps, wgApiClient: ClientType) => Promise<GenerateDnsPrefixResponse>;
119544
119745
 
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'];
119746
+ declare const routeName$6t = "/v1/api/mail-templates/campaign-target";
119747
+ type GetCampaignTargetMailTemplateQueryParams = paths[typeof routeName$6t]['get']['parameters']['query'];
119748
+ type GetCampaignTargetMailTemplateResponse = paths[typeof routeName$6t]['get']['responses'][200]['content']['application/json'];
119749
+ type GetCampaignTargetMailTemplateProps = paths[typeof routeName$6t]['get']['parameters'];
119549
119750
  declare const getCampaignTargetMailTemplate: (props: GetCampaignTargetMailTemplateProps, wgApiClient: ClientType) => Promise<GetCampaignTargetMailTemplateResponse>;
119550
119751
 
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'];
119752
+ declare const routeName$6s = "/v1/api/distributions/{distribution_id}/claims";
119753
+ type CreateClaimAsCustomerPathParams = paths[typeof routeName$6s]['post']['parameters']['path'];
119754
+ type CreateClaimAsCustomerQueryParams = paths[typeof routeName$6s]['post']['parameters']['query'];
119755
+ type CreateClaimAsCustomerResponse = paths[typeof routeName$6s]['post']['responses'][201]['content']['application/json'];
119555
119756
  interface CreateClaimAsCustomerProps {
119556
119757
  params: {
119557
119758
  query: CreateClaimAsCustomerQueryParams;
@@ -119560,15 +119761,15 @@ interface CreateClaimAsCustomerProps {
119560
119761
  }
119561
119762
  declare const createClaimAsCustomer: (props: CreateClaimAsCustomerProps, wgApiClient: ClientType) => Promise<CreateClaimAsCustomerResponse>;
119562
119763
 
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'];
119764
+ declare const routeName$6r = "/v1/api/claims";
119765
+ type GetAllClaimsAsBrokerQueryParams = paths[typeof routeName$6r]['get']['parameters']['query'];
119766
+ type GetAllClaimsAsBrokerResponse = paths[typeof routeName$6r]['get']['responses'][200]['content']['application/json'];
119767
+ type GetAllClaimsAsBrokerProps = paths[typeof routeName$6r]['get']['parameters'];
119567
119768
  declare const getAllClaimsAsBroker: (props: GetAllClaimsAsBrokerProps, wgApiClient: ClientType) => Promise<GetAllClaimsAsBrokerResponse>;
119568
119769
 
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'];
119770
+ declare const routeName$6q = "/v1/api/claims";
119771
+ type CreateClaimAsBrokerQueryParams = paths[typeof routeName$6q]['post']['parameters']['query'];
119772
+ type CreateClaimAsBrokerResponse = paths[typeof routeName$6q]['post']['responses'][201]['content']['application/json'];
119572
119773
  interface CreateClaimAsBrokerProps {
119573
119774
  params: {
119574
119775
  query: CreateClaimAsBrokerQueryParams;
@@ -119576,17 +119777,17 @@ interface CreateClaimAsBrokerProps {
119576
119777
  }
119577
119778
  declare const createClaimAsBroker: (props: CreateClaimAsBrokerProps, wgApiClient: ClientType) => Promise<CreateClaimAsBrokerResponse>;
119578
119779
 
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'];
119780
+ declare const routeName$6p = "/v1/api/claims/{claim_id}";
119781
+ type GetClaimAsBrokerByIdPathParams = paths[typeof routeName$6p]['get']['parameters']['path'];
119782
+ type GetClaimAsBrokerByIdQueryParams = paths[typeof routeName$6p]['get']['parameters']['query'];
119783
+ type GetClaimAsBrokerByIdResponse = paths[typeof routeName$6p]['get']['responses'][200]['content']['application/json'];
119784
+ type GetClaimAsBrokerByIdProps = paths[typeof routeName$6p]['get']['parameters'];
119584
119785
  declare const getClaimAsBrokerById: (props: GetClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<GetClaimAsBrokerByIdResponse>;
119585
119786
 
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'];
119787
+ declare const routeName$6o = "/v1/api/claims/{claim_id}";
119788
+ type DeleteClaimAsBrokerByIdPathParams = paths[typeof routeName$6o]['delete']['parameters']['path'];
119789
+ type DeleteClaimAsBrokerByIdQueryParams = paths[typeof routeName$6o]['delete']['parameters']['query'];
119790
+ type DeleteClaimAsBrokerByIdResponse = paths[typeof routeName$6o]['delete']['responses'][200]['content']['application/json'];
119590
119791
  interface DeleteClaimAsBrokerByIdProps {
119591
119792
  params: {
119592
119793
  query: DeleteClaimAsBrokerByIdQueryParams;
@@ -119595,10 +119796,10 @@ interface DeleteClaimAsBrokerByIdProps {
119595
119796
  }
119596
119797
  declare const deleteClaimAsBrokerById: (props: DeleteClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<DeleteClaimAsBrokerByIdResponse>;
119597
119798
 
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'];
119799
+ declare const routeName$6n = "/v1/api/claims/{claim_id}";
119800
+ type UpdateClaimAsBrokerByIdPathParams = paths[typeof routeName$6n]['patch']['parameters']['path'];
119801
+ type UpdateClaimAsBrokerByIdQueryParams = paths[typeof routeName$6n]['patch']['parameters']['query'];
119802
+ type UpdateClaimAsBrokerByIdResponse = paths[typeof routeName$6n]['patch']['responses'][200]['content']['application/json'];
119602
119803
  interface UpdateClaimAsBrokerByIdProps {
119603
119804
  params: {
119604
119805
  query: UpdateClaimAsBrokerByIdQueryParams;
@@ -119607,10 +119808,10 @@ interface UpdateClaimAsBrokerByIdProps {
119607
119808
  }
119608
119809
  declare const updateClaimAsBrokerById: (props: UpdateClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<UpdateClaimAsBrokerByIdResponse>;
119609
119810
 
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'];
119811
+ declare const routeName$6m = "/v1/api/claims/{claim_id}/connections/keypoint/declaration/remark";
119812
+ type UpdateDeclarationRemarkPathParams = paths[typeof routeName$6m]['put']['parameters']['path'];
119813
+ type UpdateDeclarationRemarkQueryParams = paths[typeof routeName$6m]['put']['parameters']['query'];
119814
+ type UpdateDeclarationRemarkResponse = paths[typeof routeName$6m]['put']['responses'][200]['content']['application/json'];
119614
119815
  interface UpdateDeclarationRemarkProps {
119615
119816
  params: {
119616
119817
  query: UpdateDeclarationRemarkQueryParams;
@@ -119619,10 +119820,10 @@ interface UpdateDeclarationRemarkProps {
119619
119820
  }
119620
119821
  declare const updateDeclarationRemark: (props: UpdateDeclarationRemarkProps, wgApiClient: ClientType) => Promise<UpdateDeclarationRemarkResponse>;
119621
119822
 
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'];
119823
+ declare const routeName$6l = "/v1/api/claims/{claim_id}/lock";
119824
+ type CreateLockForClaimPathParams = paths[typeof routeName$6l]['post']['parameters']['path'];
119825
+ type CreateLockForClaimQueryParams = paths[typeof routeName$6l]['post']['parameters']['query'];
119826
+ type CreateLockForClaimResponse = paths[typeof routeName$6l]['post']['responses'][201]['content']['application/json'];
119626
119827
  interface CreateLockForClaimProps {
119627
119828
  params: {
119628
119829
  query: CreateLockForClaimQueryParams;
@@ -119631,10 +119832,10 @@ interface CreateLockForClaimProps {
119631
119832
  }
119632
119833
  declare const createLockForClaim: (props: CreateLockForClaimProps, wgApiClient: ClientType) => Promise<CreateLockForClaimResponse>;
119633
119834
 
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'];
119835
+ declare const routeName$6k = "/v1/api/claims/{claim_id}/unlock";
119836
+ type UnlockClaimPathParams = paths[typeof routeName$6k]['post']['parameters']['path'];
119837
+ type UnlockClaimQueryParams = paths[typeof routeName$6k]['post']['parameters']['query'];
119838
+ type UnlockClaimResponse = paths[typeof routeName$6k]['post']['responses'][200]['content']['application/json'];
119638
119839
  interface UnlockClaimProps {
119639
119840
  params: {
119640
119841
  query: UnlockClaimQueryParams;
@@ -119643,10 +119844,10 @@ interface UnlockClaimProps {
119643
119844
  }
119644
119845
  declare const unlockClaim: (props: UnlockClaimProps, wgApiClient: ClientType) => Promise<UnlockClaimResponse>;
119645
119846
 
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'];
119847
+ declare const routeName$6j = "/v1/api/claims/{claim_id}/request_update";
119848
+ type ClaimRequestUpdatePathParams = paths[typeof routeName$6j]['post']['parameters']['path'];
119849
+ type ClaimRequestUpdateQueryParams = paths[typeof routeName$6j]['post']['parameters']['query'];
119850
+ type ClaimRequestUpdateResponse = paths[typeof routeName$6j]['post']['responses'][200]['content']['application/json'];
119650
119851
  interface ClaimRequestUpdateProps {
119651
119852
  params: {
119652
119853
  query: ClaimRequestUpdateQueryParams;
@@ -119655,10 +119856,10 @@ interface ClaimRequestUpdateProps {
119655
119856
  }
119656
119857
  declare const claimRequestUpdate: (props: ClaimRequestUpdateProps, wgApiClient: ClientType) => Promise<ClaimRequestUpdateResponse>;
119657
119858
 
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'];
119859
+ declare const routeName$6i = "/v1/api/claims/{claim_id}/validate";
119860
+ type ValidateClaimPathParams = paths[typeof routeName$6i]['post']['parameters']['path'];
119861
+ type ValidateClaimQueryParams = paths[typeof routeName$6i]['post']['parameters']['query'];
119862
+ type ValidateClaimResponse = paths[typeof routeName$6i]['post']['responses'][200]['content']['application/json'];
119662
119863
  interface ValidateClaimProps {
119663
119864
  params: {
119664
119865
  query: ValidateClaimQueryParams;
@@ -119667,10 +119868,10 @@ interface ValidateClaimProps {
119667
119868
  }
119668
119869
  declare const validateClaim: (props: ValidateClaimProps, wgApiClient: ClientType) => Promise<ValidateClaimResponse>;
119669
119870
 
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'];
119871
+ declare const routeName$6h = "/v1/api/claims/{claim_id}/documents";
119872
+ type CreateDocumentForClaimPathParams = paths[typeof routeName$6h]['post']['parameters']['path'];
119873
+ type CreateDocumentForClaimQueryParams = paths[typeof routeName$6h]['post']['parameters']['query'];
119874
+ type CreateDocumentForClaimResponse = paths[typeof routeName$6h]['post']['responses'][201]['content']['application/json'];
119674
119875
  interface CreateDocumentForClaimProps {
119675
119876
  params: {
119676
119877
  query: CreateDocumentForClaimQueryParams;
@@ -119679,17 +119880,17 @@ interface CreateDocumentForClaimProps {
119679
119880
  }
119680
119881
  declare const createDocumentForClaim: (props: CreateDocumentForClaimProps, wgApiClient: ClientType) => Promise<CreateDocumentForClaimResponse>;
119681
119882
 
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'];
119883
+ declare const routeName$6g = "/v1/api/claims/{claim_id}/documents/{document_id}";
119884
+ type DownloadDocumentByIdPathParams = paths[typeof routeName$6g]['get']['parameters']['path'];
119885
+ type DownloadDocumentByIdQueryParams = paths[typeof routeName$6g]['get']['parameters']['query'];
119886
+ type DownloadDocumentByIdResponse = paths[typeof routeName$6g]['get']['responses'][307]['content']['application/json'];
119887
+ type DownloadDocumentByIdProps = paths[typeof routeName$6g]['get']['parameters'];
119687
119888
  declare const downloadDocumentById: (props: DownloadDocumentByIdProps, wgApiClient: ClientType) => Promise<DownloadDocumentByIdResponse>;
119688
119889
 
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'];
119890
+ declare const routeName$6f = "/v1/api/claims/{claim_id}/documents/{document_id}";
119891
+ type DeleteDocumentByIdPathParams = paths[typeof routeName$6f]['delete']['parameters']['path'];
119892
+ type DeleteDocumentByIdQueryParams = paths[typeof routeName$6f]['delete']['parameters']['query'];
119893
+ type DeleteDocumentByIdResponse = paths[typeof routeName$6f]['delete']['responses'][200]['content']['application/json'];
119693
119894
  interface DeleteDocumentByIdProps {
119694
119895
  params: {
119695
119896
  query: DeleteDocumentByIdQueryParams;
@@ -119698,10 +119899,10 @@ interface DeleteDocumentByIdProps {
119698
119899
  }
119699
119900
  declare const deleteDocumentById: (props: DeleteDocumentByIdProps, wgApiClient: ClientType) => Promise<DeleteDocumentByIdResponse>;
119700
119901
 
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'];
119902
+ declare const routeName$6e = "/v1/api/claims/{claim_id}/documents/{document_id}";
119903
+ type UpdateDocumentMetadataByIdPathParams = paths[typeof routeName$6e]['patch']['parameters']['path'];
119904
+ type UpdateDocumentMetadataByIdQueryParams = paths[typeof routeName$6e]['patch']['parameters']['query'];
119905
+ type UpdateDocumentMetadataByIdResponse = paths[typeof routeName$6e]['patch']['responses'][200]['content']['application/json'];
119705
119906
  interface UpdateDocumentMetadataByIdProps {
119706
119907
  params: {
119707
119908
  query: UpdateDocumentMetadataByIdQueryParams;
@@ -119710,17 +119911,17 @@ interface UpdateDocumentMetadataByIdProps {
119710
119911
  }
119711
119912
  declare const updateDocumentMetadataById: (props: UpdateDocumentMetadataByIdProps, wgApiClient: ClientType) => Promise<UpdateDocumentMetadataByIdResponse>;
119712
119913
 
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'];
119914
+ declare const routeName$6d = "/v1/api/claims/customer/token/{token}";
119915
+ type GetClaimAsCustomerWithTokenPathParams = paths[typeof routeName$6d]['get']['parameters']['path'];
119916
+ type GetClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$6d]['get']['parameters']['query'];
119917
+ type GetClaimAsCustomerWithTokenResponse = paths[typeof routeName$6d]['get']['responses'][200]['content']['application/json'];
119918
+ type GetClaimAsCustomerWithTokenProps = paths[typeof routeName$6d]['get']['parameters'];
119718
119919
  declare const getClaimAsCustomerWithToken: (props: GetClaimAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<GetClaimAsCustomerWithTokenResponse>;
119719
119920
 
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'];
119921
+ declare const routeName$6c = "/v1/api/claims/customer/token/{token}";
119922
+ type UpdateClaimAsCustomerWithTokenPathParams = paths[typeof routeName$6c]['patch']['parameters']['path'];
119923
+ type UpdateClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$6c]['patch']['parameters']['query'];
119924
+ type UpdateClaimAsCustomerWithTokenResponse = paths[typeof routeName$6c]['patch']['responses'][200]['content']['application/json'];
119724
119925
  interface UpdateClaimAsCustomerWithTokenProps {
119725
119926
  params: {
119726
119927
  query: UpdateClaimAsCustomerWithTokenQueryParams;
@@ -119729,10 +119930,10 @@ interface UpdateClaimAsCustomerWithTokenProps {
119729
119930
  }
119730
119931
  declare const updateClaimAsCustomerWithToken: (props: UpdateClaimAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateClaimAsCustomerWithTokenResponse>;
119731
119932
 
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'];
119933
+ declare const routeName$6b = "/v1/api/claims/customer/token/{token}/entities";
119934
+ type CreateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$6b]['post']['parameters']['path'];
119935
+ type CreateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$6b]['post']['parameters']['query'];
119936
+ type CreateEntityAsCustomerWithTokenResponse = paths[typeof routeName$6b]['post']['responses'][201]['content']['application/json'];
119736
119937
  interface CreateEntityAsCustomerWithTokenProps {
119737
119938
  params: {
119738
119939
  query: CreateEntityAsCustomerWithTokenQueryParams;
@@ -119741,10 +119942,10 @@ interface CreateEntityAsCustomerWithTokenProps {
119741
119942
  }
119742
119943
  declare const createEntityAsCustomerWithToken: (props: CreateEntityAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<CreateEntityAsCustomerWithTokenResponse>;
119743
119944
 
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'];
119945
+ declare const routeName$6a = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
119946
+ type DeleteEntityByIdAsCustomerWithTokenPathParams = paths[typeof routeName$6a]['delete']['parameters']['path'];
119947
+ type DeleteEntityByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$6a]['delete']['parameters']['query'];
119948
+ type DeleteEntityByIdAsCustomerWithTokenResponse = paths[typeof routeName$6a]['delete']['responses'][200]['content']['application/json'];
119748
119949
  interface DeleteEntityByIdAsCustomerWithTokenProps {
119749
119950
  params: {
119750
119951
  query: DeleteEntityByIdAsCustomerWithTokenQueryParams;
@@ -119753,10 +119954,10 @@ interface DeleteEntityByIdAsCustomerWithTokenProps {
119753
119954
  }
119754
119955
  declare const deleteEntityByIdAsCustomerWithToken: (props: DeleteEntityByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<DeleteEntityByIdAsCustomerWithTokenResponse>;
119755
119956
 
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'];
119957
+ declare const routeName$69 = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
119958
+ type UpdateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$69]['patch']['parameters']['path'];
119959
+ type UpdateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$69]['patch']['parameters']['query'];
119960
+ type UpdateEntityAsCustomerWithTokenResponse = paths[typeof routeName$69]['patch']['responses'][200]['content']['application/json'];
119760
119961
  interface UpdateEntityAsCustomerWithTokenProps {
119761
119962
  params: {
119762
119963
  query: UpdateEntityAsCustomerWithTokenQueryParams;
@@ -119765,10 +119966,10 @@ interface UpdateEntityAsCustomerWithTokenProps {
119765
119966
  }
119766
119967
  declare const updateEntityAsCustomerWithToken: (props: UpdateEntityAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateEntityAsCustomerWithTokenResponse>;
119767
119968
 
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'];
119969
+ declare const routeName$68 = "/v1/api/claims/upload/{claim_doc_category}";
119970
+ type UploadClaimDocumentAsBrokerPathParams = paths[typeof routeName$68]['post']['parameters']['path'];
119971
+ type UploadClaimDocumentAsBrokerQueryParams = paths[typeof routeName$68]['post']['parameters']['query'];
119972
+ type UploadClaimDocumentAsBrokerResponse = paths[typeof routeName$68]['post']['responses'][200]['content']['application/json'];
119772
119973
  interface UploadClaimDocumentAsBrokerProps {
119773
119974
  params: {
119774
119975
  query: UploadClaimDocumentAsBrokerQueryParams;
@@ -119777,10 +119978,10 @@ interface UploadClaimDocumentAsBrokerProps {
119777
119978
  }
119778
119979
  declare const uploadClaimDocumentAsBroker: (props: UploadClaimDocumentAsBrokerProps, wgApiClient: ClientType) => Promise<UploadClaimDocumentAsBrokerResponse>;
119779
119980
 
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'];
119981
+ declare const routeName$67 = "/v1/api/claims/customer/upload/{claim_doc_category}";
119982
+ type CreateUploadLinkAsCustomerPathParams = paths[typeof routeName$67]['post']['parameters']['path'];
119983
+ type CreateUploadLinkAsCustomerQueryParams = paths[typeof routeName$67]['post']['parameters']['query'];
119984
+ type CreateUploadLinkAsCustomerResponse = paths[typeof routeName$67]['post']['responses'][200]['content']['application/json'];
119784
119985
  interface CreateUploadLinkAsCustomerProps {
119785
119986
  params: {
119786
119987
  query: CreateUploadLinkAsCustomerQueryParams;
@@ -119789,9 +119990,9 @@ interface CreateUploadLinkAsCustomerProps {
119789
119990
  }
119790
119991
  declare const createUploadLinkAsCustomer: (props: CreateUploadLinkAsCustomerProps, wgApiClient: ClientType) => Promise<CreateUploadLinkAsCustomerResponse>;
119791
119992
 
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'];
119993
+ declare const routeName$66 = "/v1/api/claims/generate/token";
119994
+ type GenerateTokenForSocialLoginFlowAsBrokerQueryParams = paths[typeof routeName$66]['post']['parameters']['query'];
119995
+ type GenerateTokenForSocialLoginFlowAsBrokerResponse = paths[typeof routeName$66]['post']['responses'][201]['content']['application/json'];
119795
119996
  interface GenerateTokenForSocialLoginFlowAsBrokerProps {
119796
119997
  params: {
119797
119998
  query: GenerateTokenForSocialLoginFlowAsBrokerQueryParams;
@@ -119799,17 +120000,17 @@ interface GenerateTokenForSocialLoginFlowAsBrokerProps {
119799
120000
  }
119800
120001
  declare const generateTokenForSocialLoginFlowAsBroker: (props: GenerateTokenForSocialLoginFlowAsBrokerProps, wgApiClient: ClientType) => Promise<GenerateTokenForSocialLoginFlowAsBrokerResponse>;
119801
120002
 
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'];
120003
+ declare const routeName$65 = "/v1/api/claims/customer/token/{token}/events";
120004
+ type GetClaimEventsAsCustomerPathParams = paths[typeof routeName$65]['get']['parameters']['path'];
120005
+ type GetClaimEventsAsCustomerQueryParams = paths[typeof routeName$65]['get']['parameters']['query'];
120006
+ type GetClaimEventsAsCustomerResponse = paths[typeof routeName$65]['get']['responses'][200]['content']['application/json'];
120007
+ type GetClaimEventsAsCustomerProps = paths[typeof routeName$65]['get']['parameters'];
119807
120008
  declare const getClaimEventsAsCustomer: (props: GetClaimEventsAsCustomerProps, wgApiClient: ClientType) => Promise<GetClaimEventsAsCustomerResponse>;
119808
120009
 
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'];
120010
+ declare const routeName$64 = "/v1/api/claims/customer/token/{token}/documents";
120011
+ type CreateDocumentForClaimAsCustomerPathParams = paths[typeof routeName$64]['post']['parameters']['path'];
120012
+ type CreateDocumentForClaimAsCustomerQueryParams = paths[typeof routeName$64]['post']['parameters']['query'];
120013
+ type CreateDocumentForClaimAsCustomerResponse = paths[typeof routeName$64]['post']['responses'][200]['content']['application/json'];
119813
120014
  interface CreateDocumentForClaimAsCustomerProps {
119814
120015
  params: {
119815
120016
  query: CreateDocumentForClaimAsCustomerQueryParams;
@@ -119818,10 +120019,10 @@ interface CreateDocumentForClaimAsCustomerProps {
119818
120019
  }
119819
120020
  declare const createDocumentForClaimAsCustomer: (props: CreateDocumentForClaimAsCustomerProps, wgApiClient: ClientType) => Promise<CreateDocumentForClaimAsCustomerResponse>;
119820
120021
 
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'];
120022
+ declare const routeName$63 = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
120023
+ type DeleteDocumentByIdAsCustomerWithTokenPathParams = paths[typeof routeName$63]['delete']['parameters']['path'];
120024
+ type DeleteDocumentByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$63]['delete']['parameters']['query'];
120025
+ type DeleteDocumentByIdAsCustomerWithTokenResponse = paths[typeof routeName$63]['delete']['responses'][200]['content']['application/json'];
119825
120026
  interface DeleteDocumentByIdAsCustomerWithTokenProps {
119826
120027
  params: {
119827
120028
  query: DeleteDocumentByIdAsCustomerWithTokenQueryParams;
@@ -119830,10 +120031,10 @@ interface DeleteDocumentByIdAsCustomerWithTokenProps {
119830
120031
  }
119831
120032
  declare const deleteDocumentByIdAsCustomerWithToken: (props: DeleteDocumentByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<DeleteDocumentByIdAsCustomerWithTokenResponse>;
119832
120033
 
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'];
120034
+ declare const routeName$62 = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
120035
+ type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams = paths[typeof routeName$62]['patch']['parameters']['path'];
120036
+ type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$62]['patch']['parameters']['query'];
120037
+ type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse = paths[typeof routeName$62]['patch']['responses'][200]['content']['application/json'];
119837
120038
  interface UpdateDocumentMetadataByIdAsCustomerWithTokenProps {
119838
120039
  params: {
119839
120040
  query: UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams;
@@ -119842,10 +120043,10 @@ interface UpdateDocumentMetadataByIdAsCustomerWithTokenProps {
119842
120043
  }
119843
120044
  declare const updateDocumentMetadataByIdAsCustomerWithToken: (props: UpdateDocumentMetadataByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateDocumentMetadataByIdAsCustomerWithTokenResponse>;
119844
120045
 
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'];
120046
+ declare const routeName$61 = "/v1/api/claims/customer/token/{token}/events/{event_id}/notes";
120047
+ type CreateNoteOnEventAsCustomerPathParams = paths[typeof routeName$61]['post']['parameters']['path'];
120048
+ type CreateNoteOnEventAsCustomerQueryParams = paths[typeof routeName$61]['post']['parameters']['query'];
120049
+ type CreateNoteOnEventAsCustomerResponse = paths[typeof routeName$61]['post']['responses'][200]['content']['application/json'];
119849
120050
  interface CreateNoteOnEventAsCustomerProps {
119850
120051
  params: {
119851
120052
  query: CreateNoteOnEventAsCustomerQueryParams;
@@ -119854,10 +120055,10 @@ interface CreateNoteOnEventAsCustomerProps {
119854
120055
  }
119855
120056
  declare const createNoteOnEventAsCustomer: (props: CreateNoteOnEventAsCustomerProps, wgApiClient: ClientType) => Promise<CreateNoteOnEventAsCustomerResponse>;
119856
120057
 
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'];
120058
+ declare const routeName$60 = "/v1/api/claims/{claim_id}/entities";
120059
+ type CreateEntityAsBrokerPathParams = paths[typeof routeName$60]['post']['parameters']['path'];
120060
+ type CreateEntityAsBrokerQueryParams = paths[typeof routeName$60]['post']['parameters']['query'];
120061
+ type CreateEntityAsBrokerResponse = paths[typeof routeName$60]['post']['responses'][201]['content']['application/json'];
119861
120062
  interface CreateEntityAsBrokerProps {
119862
120063
  params: {
119863
120064
  query: CreateEntityAsBrokerQueryParams;
@@ -119866,10 +120067,10 @@ interface CreateEntityAsBrokerProps {
119866
120067
  }
119867
120068
  declare const createEntityAsBroker: (props: CreateEntityAsBrokerProps, wgApiClient: ClientType) => Promise<CreateEntityAsBrokerResponse>;
119868
120069
 
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'];
120070
+ declare const routeName$5$ = "/v1/api/claims/{claim_id}/entities/{entity_id}";
120071
+ type DeleteEntityAsBrokerByIdPathParams = paths[typeof routeName$5$]['delete']['parameters']['path'];
120072
+ type DeleteEntityAsBrokerByIdQueryParams = paths[typeof routeName$5$]['delete']['parameters']['query'];
120073
+ type DeleteEntityAsBrokerByIdResponse = paths[typeof routeName$5$]['delete']['responses'][200]['content']['application/json'];
119873
120074
  interface DeleteEntityAsBrokerByIdProps {
119874
120075
  params: {
119875
120076
  query: DeleteEntityAsBrokerByIdQueryParams;
@@ -119878,10 +120079,10 @@ interface DeleteEntityAsBrokerByIdProps {
119878
120079
  }
119879
120080
  declare const deleteEntityAsBrokerById: (props: DeleteEntityAsBrokerByIdProps, wgApiClient: ClientType) => Promise<DeleteEntityAsBrokerByIdResponse>;
119880
120081
 
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'];
120082
+ declare const routeName$5_ = "/v1/api/claims/{claim_id}/entities/{entity_id}";
120083
+ type UpdateEntityAsBrokerByIdPathParams = paths[typeof routeName$5_]['patch']['parameters']['path'];
120084
+ type UpdateEntityAsBrokerByIdQueryParams = paths[typeof routeName$5_]['patch']['parameters']['query'];
120085
+ type UpdateEntityAsBrokerByIdResponse = paths[typeof routeName$5_]['patch']['responses'][200]['content']['application/json'];
119885
120086
  interface UpdateEntityAsBrokerByIdProps {
119886
120087
  params: {
119887
120088
  query: UpdateEntityAsBrokerByIdQueryParams;
@@ -119890,17 +120091,17 @@ interface UpdateEntityAsBrokerByIdProps {
119890
120091
  }
119891
120092
  declare const updateEntityAsBrokerById: (props: UpdateEntityAsBrokerByIdProps, wgApiClient: ClientType) => Promise<UpdateEntityAsBrokerByIdResponse>;
119892
120093
 
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'];
120094
+ declare const routeName$5Z = "/v1/api/claims/{claim_id}/events";
120095
+ type GetClaimEventsAsBrokerByIdPathParams = paths[typeof routeName$5Z]['get']['parameters']['path'];
120096
+ type GetClaimEventsAsBrokerByIdQueryParams = paths[typeof routeName$5Z]['get']['parameters']['query'];
120097
+ type GetClaimEventsAsBrokerByIdResponse = paths[typeof routeName$5Z]['get']['responses'][200]['content']['application/json'];
120098
+ type GetClaimEventsAsBrokerByIdProps = paths[typeof routeName$5Z]['get']['parameters'];
119898
120099
  declare const getClaimEventsAsBrokerById: (props: GetClaimEventsAsBrokerByIdProps, wgApiClient: ClientType) => Promise<GetClaimEventsAsBrokerByIdResponse>;
119899
120100
 
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'];
120101
+ declare const routeName$5Y = "/v1/api/claims/{claim_id}/connections/keypoint/declaration";
120102
+ type SendClaimToKeypointPathParams = paths[typeof routeName$5Y]['post']['parameters']['path'];
120103
+ type SendClaimToKeypointQueryParams = paths[typeof routeName$5Y]['post']['parameters']['query'];
120104
+ type SendClaimToKeypointResponse = paths[typeof routeName$5Y]['post']['responses'][201]['content']['application/json'];
119904
120105
  interface SendClaimToKeypointProps {
119905
120106
  params: {
119906
120107
  query: SendClaimToKeypointQueryParams;
@@ -119909,10 +120110,10 @@ interface SendClaimToKeypointProps {
119909
120110
  }
119910
120111
  declare const sendClaimToKeypoint: (props: SendClaimToKeypointProps, wgApiClient: ClientType) => Promise<SendClaimToKeypointResponse>;
119911
120112
 
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'];
120113
+ declare const routeName$5X = "/v1/api/claims/{claim_id}/customer/followup-page/email";
120114
+ type SendMailFollowupPageToCustomerPathParams = paths[typeof routeName$5X]['post']['parameters']['path'];
120115
+ type SendMailFollowupPageToCustomerQueryParams = paths[typeof routeName$5X]['post']['parameters']['query'];
120116
+ type SendMailFollowupPageToCustomerResponse = paths[typeof routeName$5X]['post']['responses'][200]['content']['application/json'];
119916
120117
  interface SendMailFollowupPageToCustomerProps {
119917
120118
  params: {
119918
120119
  query: SendMailFollowupPageToCustomerQueryParams;
@@ -119921,21 +120122,21 @@ interface SendMailFollowupPageToCustomerProps {
119921
120122
  }
119922
120123
  declare const sendMailFollowupPageToCustomer: (props: SendMailFollowupPageToCustomerProps, wgApiClient: ClientType) => Promise<SendMailFollowupPageToCustomerResponse>;
119923
120124
 
119924
- declare const routeName$5V = "/v1/api/claims/categories/CAR";
119925
- type GetAllCarClaimCategoriesResponse = paths[typeof routeName$5V]['get']['responses'][200]['content']['application/json'];
120125
+ declare const routeName$5W = "/v1/api/claims/categories/CAR";
120126
+ type GetAllCarClaimCategoriesResponse = paths[typeof routeName$5W]['get']['responses'][200]['content']['application/json'];
119926
120127
  declare const getAllCarClaimCategories: (wgApiClient: ClientType) => Promise<GetAllCarClaimCategoriesResponse>;
119927
120128
 
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'];
120129
+ declare const routeName$5V = "/v1/api/claims/info/{claim_type}/{claim_category}";
120130
+ type GetInfoForClaimPathParams = paths[typeof routeName$5V]['get']['parameters']['path'];
120131
+ type GetInfoForClaimQueryParams = paths[typeof routeName$5V]['get']['parameters']['query'];
120132
+ type GetInfoForClaimResponse = paths[typeof routeName$5V]['get']['responses'][200]['content']['application/json'];
120133
+ type GetInfoForClaimProps = paths[typeof routeName$5V]['get']['parameters'];
119933
120134
  declare const getInfoForClaim: (props: GetInfoForClaimProps, wgApiClient: ClientType) => Promise<GetInfoForClaimResponse>;
119934
120135
 
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'];
120136
+ declare const routeName$5U = "/v1/api/claims/{claim_id}/events/{event_id}/notes";
120137
+ type CreateNoteOnEventPathParams = paths[typeof routeName$5U]['post']['parameters']['path'];
120138
+ type CreateNoteOnEventQueryParams = paths[typeof routeName$5U]['post']['parameters']['query'];
120139
+ type CreateNoteOnEventResponse = paths[typeof routeName$5U]['post']['responses'][201]['content']['application/json'];
119939
120140
  interface CreateNoteOnEventProps {
119940
120141
  params: {
119941
120142
  query: CreateNoteOnEventQueryParams;
@@ -119944,10 +120145,10 @@ interface CreateNoteOnEventProps {
119944
120145
  }
119945
120146
  declare const createNoteOnEvent: (props: CreateNoteOnEventProps, wgApiClient: ClientType) => Promise<CreateNoteOnEventResponse>;
119946
120147
 
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'];
120148
+ declare const routeName$5T = "/v1/api/claims/notes/{note_id}";
120149
+ type DeleteNotePathParams = paths[typeof routeName$5T]['delete']['parameters']['path'];
120150
+ type DeleteNoteQueryParams = paths[typeof routeName$5T]['delete']['parameters']['query'];
120151
+ type DeleteNoteResponse = paths[typeof routeName$5T]['delete']['responses'][200]['content']['application/json'];
119951
120152
  interface DeleteNoteProps {
119952
120153
  params: {
119953
120154
  query: DeleteNoteQueryParams;
@@ -119956,10 +120157,10 @@ interface DeleteNoteProps {
119956
120157
  }
119957
120158
  declare const deleteNote: (props: DeleteNoteProps, wgApiClient: ClientType) => Promise<DeleteNoteResponse>;
119958
120159
 
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'];
120160
+ declare const routeName$5S = "/v1/api/claims/notes/{note_id}";
120161
+ type UpdateNotePathParams = paths[typeof routeName$5S]['patch']['parameters']['path'];
120162
+ type UpdateNoteQueryParams = paths[typeof routeName$5S]['patch']['parameters']['query'];
120163
+ type UpdateNoteResponse = paths[typeof routeName$5S]['patch']['responses'][200]['content']['application/json'];
119963
120164
  interface UpdateNoteProps {
119964
120165
  params: {
119965
120166
  query: UpdateNoteQueryParams;
@@ -119968,17 +120169,17 @@ interface UpdateNoteProps {
119968
120169
  }
119969
120170
  declare const updateNote: (props: UpdateNoteProps, wgApiClient: ClientType) => Promise<UpdateNoteResponse>;
119970
120171
 
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'];
120172
+ declare const routeName$5R = "/v1/api/claims/{claim_id}/report";
120173
+ type ClaimReportByIdPathParams = paths[typeof routeName$5R]['get']['parameters']['path'];
120174
+ type ClaimReportByIdQueryParams = paths[typeof routeName$5R]['get']['parameters']['query'];
120175
+ type ClaimReportByIdResponse = paths[typeof routeName$5R]['get']['responses'][200]['content']['application/json'];
120176
+ type ClaimReportByIdProps = paths[typeof routeName$5R]['get']['parameters'];
119976
120177
  declare const claimReportById: (props: ClaimReportByIdProps, wgApiClient: ClientType) => Promise<ClaimReportByIdResponse>;
119977
120178
 
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'];
120179
+ declare const routeName$5Q = "/v1/api/claims/{claim_id}/report/email";
120180
+ type SendMailClaimReportByIdPathParams = paths[typeof routeName$5Q]['post']['parameters']['path'];
120181
+ type SendMailClaimReportByIdQueryParams = paths[typeof routeName$5Q]['post']['parameters']['query'];
120182
+ type SendMailClaimReportByIdResponse = paths[typeof routeName$5Q]['post']['responses'][200]['content']['application/json'];
119982
120183
  interface SendMailClaimReportByIdProps {
119983
120184
  params: {
119984
120185
  query: SendMailClaimReportByIdQueryParams;
@@ -119987,16 +120188,16 @@ interface SendMailClaimReportByIdProps {
119987
120188
  }
119988
120189
  declare const sendMailClaimReportById: (props: SendMailClaimReportByIdProps, wgApiClient: ClientType) => Promise<SendMailClaimReportByIdResponse>;
119989
120190
 
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'];
120191
+ declare const routeName$5P = "/v1/api/brokers/{broker_id}/connections";
120192
+ type GetBrokerConnectionsByIdPathParams = paths[typeof routeName$5P]['get']['parameters']['path'];
120193
+ type GetBrokerConnectionsByIdResponse = paths[typeof routeName$5P]['get']['responses'][200]['content']['application/json'];
120194
+ type GetBrokerConnectionsByIdProps = paths[typeof routeName$5P]['get']['parameters'];
119994
120195
  declare const getBrokerConnectionsById: (props: GetBrokerConnectionsByIdProps, wgApiClient: ClientType) => Promise<GetBrokerConnectionsByIdResponse>;
119995
120196
 
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'];
120197
+ declare const routeName$5O = "/v1/api/brokers/{broker_id}/connections/{key}";
120198
+ type CreateBrokerConnectionsByIdBody = paths[typeof routeName$5O]['post']['requestBody']['content']['application/json'];
120199
+ type CreateBrokerConnectionsByIdPathParams = paths[typeof routeName$5O]['post']['parameters']['path'];
120200
+ type CreateBrokerConnectionsByIdResponse = paths[typeof routeName$5O]['post']['responses'][201]['content']['application/json'];
120000
120201
  interface CreateBrokerConnectionsByIdProps {
120001
120202
  body: CreateBrokerConnectionsByIdBody;
120002
120203
  params: {
@@ -120005,9 +120206,9 @@ interface CreateBrokerConnectionsByIdProps {
120005
120206
  }
120006
120207
  declare const createBrokerConnectionsById: (props: CreateBrokerConnectionsByIdProps, wgApiClient: ClientType) => Promise<CreateBrokerConnectionsByIdResponse>;
120007
120208
 
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'];
120209
+ declare const routeName$5N = "/v1/api/brokers/{broker_id}/connections/{key}";
120210
+ type DeleteBrokerConnectionByKeyPathParams = paths[typeof routeName$5N]['delete']['parameters']['path'];
120211
+ type DeleteBrokerConnectionByKeyResponse = paths[typeof routeName$5N]['delete']['responses'][200]['content']['application/json'];
120011
120212
  interface DeleteBrokerConnectionByKeyProps {
120012
120213
  params: {
120013
120214
  path: DeleteBrokerConnectionByKeyPathParams;
@@ -120015,10 +120216,10 @@ interface DeleteBrokerConnectionByKeyProps {
120015
120216
  }
120016
120217
  declare const deleteBrokerConnectionByKey: (props: DeleteBrokerConnectionByKeyProps, wgApiClient: ClientType) => Promise<DeleteBrokerConnectionByKeyResponse>;
120017
120218
 
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'];
120219
+ declare const routeName$5M = "/v1/api/brokers/{broker_id}/connections/{key}";
120220
+ type UpdateBrokerConnectionByKeyBody = paths[typeof routeName$5M]['patch']['requestBody']['content']['application/json'];
120221
+ type UpdateBrokerConnectionByKeyPathParams = paths[typeof routeName$5M]['patch']['parameters']['path'];
120222
+ type UpdateBrokerConnectionByKeyResponse = paths[typeof routeName$5M]['patch']['responses'][200]['content']['application/json'];
120022
120223
  interface UpdateBrokerConnectionByKeyProps {
120023
120224
  body: UpdateBrokerConnectionByKeyBody;
120024
120225
  params: {
@@ -120027,10 +120228,10 @@ interface UpdateBrokerConnectionByKeyProps {
120027
120228
  }
120028
120229
  declare const updateBrokerConnectionByKey: (props: UpdateBrokerConnectionByKeyProps, wgApiClient: ClientType) => Promise<UpdateBrokerConnectionByKeyResponse>;
120029
120230
 
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'];
120231
+ declare const routeName$5L = "/v1/api/distributions/{distribution_id}/connections/{key}";
120232
+ type CreateDistributionConnectionByIdBody = paths[typeof routeName$5L]['post']['requestBody']['content']['application/json'];
120233
+ type CreateDistributionConnectionByIdPathParams = paths[typeof routeName$5L]['post']['parameters']['path'];
120234
+ type CreateDistributionConnectionByIdResponse = paths[typeof routeName$5L]['post']['responses'][201]['content']['application/json'];
120034
120235
  interface CreateDistributionConnectionByIdProps {
120035
120236
  body: CreateDistributionConnectionByIdBody;
120036
120237
  params: {
@@ -120039,9 +120240,9 @@ interface CreateDistributionConnectionByIdProps {
120039
120240
  }
120040
120241
  declare const createDistributionConnectionById: (props: CreateDistributionConnectionByIdProps, wgApiClient: ClientType) => Promise<CreateDistributionConnectionByIdResponse>;
120041
120242
 
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'];
120243
+ declare const routeName$5K = "/v1/api/distributions/{distribution_id}/connections/{key}";
120244
+ type DeleteDistributionConnectionByKeyPathParams = paths[typeof routeName$5K]['delete']['parameters']['path'];
120245
+ type DeleteDistributionConnectionByKeyResponse = paths[typeof routeName$5K]['delete']['responses'][200]['content']['application/json'];
120045
120246
  interface DeleteDistributionConnectionByKeyProps {
120046
120247
  params: {
120047
120248
  path: DeleteDistributionConnectionByKeyPathParams;
@@ -120049,10 +120250,10 @@ interface DeleteDistributionConnectionByKeyProps {
120049
120250
  }
120050
120251
  declare const deleteDistributionConnectionByKey: (props: DeleteDistributionConnectionByKeyProps, wgApiClient: ClientType) => Promise<DeleteDistributionConnectionByKeyResponse>;
120051
120252
 
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'];
120253
+ declare const routeName$5J = "/v1/api/distributions/{distribution_id}/connections/{key}";
120254
+ type UpdateDistributionConnectionByKeyBody = paths[typeof routeName$5J]['patch']['requestBody']['content']['application/json'];
120255
+ type UpdateDistributionConnectionByKeyPathParams = paths[typeof routeName$5J]['patch']['parameters']['path'];
120256
+ type UpdateDistributionConnectionByKeyResponse = paths[typeof routeName$5J]['patch']['responses'][200]['content']['application/json'];
120056
120257
  interface UpdateDistributionConnectionByKeyProps {
120057
120258
  body: UpdateDistributionConnectionByKeyBody;
120058
120259
  params: {
@@ -120061,41 +120262,41 @@ interface UpdateDistributionConnectionByKeyProps {
120061
120262
  }
120062
120263
  declare const updateDistributionConnectionByKey: (props: UpdateDistributionConnectionByKeyProps, wgApiClient: ClientType) => Promise<UpdateDistributionConnectionByKeyResponse>;
120063
120264
 
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'];
120265
+ declare const routeName$5I = "/v1/api/distributions/{distribution_id}/connections";
120266
+ type GetDistributionConnectionsByIdPathParams = paths[typeof routeName$5I]['get']['parameters']['path'];
120267
+ type GetDistributionConnectionsByIdQueryParams = paths[typeof routeName$5I]['get']['parameters']['query'];
120268
+ type GetDistributionConnectionsByIdResponse = paths[typeof routeName$5I]['get']['responses'][200]['content']['application/json'];
120269
+ type GetDistributionConnectionsByIdProps = paths[typeof routeName$5I]['get']['parameters'];
120069
120270
  declare const getDistributionConnectionsById: (props: GetDistributionConnectionsByIdProps, wgApiClient: ClientType) => Promise<GetDistributionConnectionsByIdResponse>;
120070
120271
 
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'];
120272
+ declare const routeName$5H = "/v1/api/connections/anva/parties";
120273
+ type GetAnvaPartiesQueryParams = paths[typeof routeName$5H]['get']['parameters']['query'];
120274
+ type GetAnvaPartiesResponse = paths[typeof routeName$5H]['get']['responses'][200]['content']['application/json'];
120275
+ type GetAnvaPartiesProps = paths[typeof routeName$5H]['get']['parameters'];
120075
120276
  declare const getAnvaParties: (props: GetAnvaPartiesProps, wgApiClient: ClientType) => Promise<GetAnvaPartiesResponse>;
120076
120277
 
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'];
120278
+ declare const routeName$5G = "/v1/api/connections/anva/employees";
120279
+ type GetAnvaEmployeesQueryParams = paths[typeof routeName$5G]['get']['parameters']['query'];
120280
+ type GetAnvaEmployeesResponse = paths[typeof routeName$5G]['get']['responses'][200]['content']['application/json'];
120281
+ type GetAnvaEmployeesProps = paths[typeof routeName$5G]['get']['parameters'];
120081
120282
  declare const getAnvaEmployees: (props: GetAnvaEmployeesProps, wgApiClient: ClientType) => Promise<GetAnvaEmployeesResponse>;
120082
120283
 
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'];
120284
+ declare const routeName$5F = "/v1/api/connections/anva/agents";
120285
+ type GetAnvaAgentsQueryParams = paths[typeof routeName$5F]['get']['parameters']['query'];
120286
+ type GetAnvaAgentsResponse = paths[typeof routeName$5F]['get']['responses'][200]['content']['application/json'];
120287
+ type GetAnvaAgentsProps = paths[typeof routeName$5F]['get']['parameters'];
120087
120288
  declare const getAnvaAgents: (props: GetAnvaAgentsProps, wgApiClient: ClientType) => Promise<GetAnvaAgentsResponse>;
120088
120289
 
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'];
120290
+ declare const routeName$5E = "/v1/api/connections/anva/products";
120291
+ type GetAnvaProductsQueryParams = paths[typeof routeName$5E]['get']['parameters']['query'];
120292
+ type GetAnvaProductsResponse = paths[typeof routeName$5E]['get']['responses'][200]['content']['application/json'];
120293
+ type GetAnvaProductsProps = paths[typeof routeName$5E]['get']['parameters'];
120093
120294
  declare const getAnvaProducts: (props: GetAnvaProductsProps, wgApiClient: ClientType) => Promise<GetAnvaProductsResponse>;
120094
120295
 
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'];
120296
+ declare const routeName$5D = "/v1/api/connections/anva/parties/{anva_id}/imports";
120297
+ type ImportAnvaPartyInWegroupPathParams = paths[typeof routeName$5D]['post']['parameters']['path'];
120298
+ type ImportAnvaPartyInWegroupQueryParams = paths[typeof routeName$5D]['post']['parameters']['query'];
120299
+ type ImportAnvaPartyInWegroupResponse = paths[typeof routeName$5D]['post']['responses'][201]['content']['application/json'];
120099
120300
  interface ImportAnvaPartyInWegroupProps {
120100
120301
  params: {
120101
120302
  query: ImportAnvaPartyInWegroupQueryParams;
@@ -120104,31 +120305,31 @@ interface ImportAnvaPartyInWegroupProps {
120104
120305
  }
120105
120306
  declare const importAnvaPartyInWegroup: (props: ImportAnvaPartyInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaPartyInWegroupResponse>;
120106
120307
 
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'];
120308
+ declare const routeName$5C = "/v1/api/connections/anva/parties/{anva_party_id}/policies/{anva_policy_id}/policy-document/imports";
120309
+ type ImportAnvaInsurancePolicyDocumentInWegroupPathParams = paths[typeof routeName$5C]['get']['parameters']['path'];
120310
+ type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams = paths[typeof routeName$5C]['get']['parameters']['query'];
120311
+ type ImportAnvaInsurancePolicyDocumentInWegroupResponse = paths[typeof routeName$5C]['get']['responses'][307]['content']['application/json'];
120312
+ type ImportAnvaInsurancePolicyDocumentInWegroupProps = paths[typeof routeName$5C]['get']['parameters'];
120112
120313
  declare const importAnvaInsurancePolicyDocumentInWegroup: (props: ImportAnvaInsurancePolicyDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaInsurancePolicyDocumentInWegroupResponse>;
120113
120314
 
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'];
120315
+ declare const routeName$5B = "/v1/api/connections/anva/parties/{anva_party_id}/policy-packages/{anva_policy_id}/policy-document/imports";
120316
+ type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams = paths[typeof routeName$5B]['get']['parameters']['path'];
120317
+ type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams = paths[typeof routeName$5B]['get']['parameters']['query'];
120318
+ type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse = paths[typeof routeName$5B]['get']['responses'][307]['content']['application/json'];
120319
+ type ImportAnvaInsurancePolicyPackageDocumentInWegroupProps = paths[typeof routeName$5B]['get']['parameters'];
120119
120320
  declare const importAnvaInsurancePolicyPackageDocumentInWegroup: (props: ImportAnvaInsurancePolicyPackageDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse>;
120120
120321
 
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'];
120322
+ declare const routeName$5A = "/v1/api/connections/anva/documents/import";
120323
+ type ImportAnvaDocumentInWegroupQueryParams = paths[typeof routeName$5A]['get']['parameters']['query'];
120324
+ type ImportAnvaDocumentInWegroupResponse = paths[typeof routeName$5A]['get']['responses'][307]['content']['application/json'];
120325
+ type ImportAnvaDocumentInWegroupProps = paths[typeof routeName$5A]['get']['parameters'];
120125
120326
  declare const importAnvaDocumentInWegroup: (props: ImportAnvaDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaDocumentInWegroupResponse>;
120126
120327
 
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'];
120328
+ declare const routeName$5z = "/v1/api/connections/anva/parties/{anva_party_id}/task";
120329
+ type CreateAnvaTaskBody = paths[typeof routeName$5z]['post']['requestBody']['content']['application/json'];
120330
+ type CreateAnvaTaskPathParams = paths[typeof routeName$5z]['post']['parameters']['path'];
120331
+ type CreateAnvaTaskQueryParams = paths[typeof routeName$5z]['post']['parameters']['query'];
120332
+ type CreateAnvaTaskResponse = paths[typeof routeName$5z]['post']['responses'][201]['content']['application/json'];
120132
120333
  interface CreateAnvaTaskProps {
120133
120334
  body: CreateAnvaTaskBody;
120134
120335
  params: {
@@ -120138,9 +120339,9 @@ interface CreateAnvaTaskProps {
120138
120339
  }
120139
120340
  declare const createAnvaTask: (props: CreateAnvaTaskProps, wgApiClient: ClientType) => Promise<CreateAnvaTaskResponse>;
120140
120341
 
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'];
120342
+ declare const routeName$5y = "/v1/api/connections/anva/validate";
120343
+ type ValidateAnvaConnectionQueryParams = paths[typeof routeName$5y]['post']['parameters']['query'];
120344
+ type ValidateAnvaConnectionResponse = paths[typeof routeName$5y]['post']['responses'][200]['content']['application/json'];
120144
120345
  interface ValidateAnvaConnectionProps {
120145
120346
  params: {
120146
120347
  query: ValidateAnvaConnectionQueryParams;
@@ -120148,9 +120349,9 @@ interface ValidateAnvaConnectionProps {
120148
120349
  }
120149
120350
  declare const validateAnvaConnection: (props: ValidateAnvaConnectionProps, wgApiClient: ClientType) => Promise<ValidateAnvaConnectionResponse>;
120150
120351
 
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'];
120352
+ declare const routeName$5x = "/v1/api/connections/anva_dwh/validate";
120353
+ type ValidateAnvaDwhConnectionQueryParams = paths[typeof routeName$5x]['post']['parameters']['query'];
120354
+ type ValidateAnvaDwhConnectionResponse = paths[typeof routeName$5x]['post']['responses'][200]['content']['application/json'];
120154
120355
  interface ValidateAnvaDwhConnectionProps {
120155
120356
  params: {
120156
120357
  query: ValidateAnvaDwhConnectionQueryParams;
@@ -120158,22 +120359,22 @@ interface ValidateAnvaDwhConnectionProps {
120158
120359
  }
120159
120360
  declare const validateAnvaDwhConnection: (props: ValidateAnvaDwhConnectionProps, wgApiClient: ClientType) => Promise<ValidateAnvaDwhConnectionResponse>;
120160
120361
 
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'];
120362
+ declare const routeName$5w = "/v1/api/connections/dias/parties";
120363
+ type GetDiasPartiesQueryParams = paths[typeof routeName$5w]['get']['parameters']['query'];
120364
+ type GetDiasPartiesResponse = paths[typeof routeName$5w]['get']['responses'][200]['content']['application/json'];
120365
+ type GetDiasPartiesProps = paths[typeof routeName$5w]['get']['parameters'];
120165
120366
  declare const getDiasParties: (props: GetDiasPartiesProps, wgApiClient: ClientType) => Promise<GetDiasPartiesResponse>;
120166
120367
 
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'];
120368
+ declare const routeName$5v = "/v1/api/connections/dias/employees";
120369
+ type GetDiasEmployeesQueryParams = paths[typeof routeName$5v]['get']['parameters']['query'];
120370
+ type GetDiasEmployeesResponse = paths[typeof routeName$5v]['get']['responses'][200]['content']['application/json'];
120371
+ type GetDiasEmployeesProps = paths[typeof routeName$5v]['get']['parameters'];
120171
120372
  declare const getDiasEmployees: (props: GetDiasEmployeesProps, wgApiClient: ClientType) => Promise<GetDiasEmployeesResponse>;
120172
120373
 
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'];
120374
+ declare const routeName$5u = "/v1/api/connections/dias/parties/{dias_id}/imports";
120375
+ type ImportDiasPartyInWegroupPathParams = paths[typeof routeName$5u]['post']['parameters']['path'];
120376
+ type ImportDiasPartyInWegroupQueryParams = paths[typeof routeName$5u]['post']['parameters']['query'];
120377
+ type ImportDiasPartyInWegroupResponse = paths[typeof routeName$5u]['post']['responses'][201]['content']['application/json'];
120177
120378
  interface ImportDiasPartyInWegroupProps {
120178
120379
  params: {
120179
120380
  query: ImportDiasPartyInWegroupQueryParams;
@@ -120182,37 +120383,37 @@ interface ImportDiasPartyInWegroupProps {
120182
120383
  }
120183
120384
  declare const importDiasPartyInWegroup: (props: ImportDiasPartyInWegroupProps, wgApiClient: ClientType) => Promise<ImportDiasPartyInWegroupResponse>;
120184
120385
 
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'];
120386
+ declare const routeName$5t = "/v1/api/connections/dias/products";
120387
+ type GetDiasProductsQueryParams = paths[typeof routeName$5t]['get']['parameters']['query'];
120388
+ type GetDiasProductsResponse = paths[typeof routeName$5t]['get']['responses'][200]['content']['application/json'];
120389
+ type GetDiasProductsProps = paths[typeof routeName$5t]['get']['parameters'];
120189
120390
  declare const getDiasProducts: (props: GetDiasProductsProps, wgApiClient: ClientType) => Promise<GetDiasProductsResponse>;
120190
120391
 
120191
- declare const routeName$5r = "/v1/api/connections/dias/afdbranches";
120192
- type GetDiasAfdbranchesResponse = paths[typeof routeName$5r]['get']['responses'][200]['content']['application/json'];
120392
+ declare const routeName$5s = "/v1/api/connections/dias/afdbranches";
120393
+ type GetDiasAfdbranchesResponse = paths[typeof routeName$5s]['get']['responses'][200]['content']['application/json'];
120193
120394
  declare const getDiasAfdbranches: (wgApiClient: ClientType) => Promise<GetDiasAfdbranchesResponse>;
120194
120395
 
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'];
120396
+ declare const routeName$5r = "/v1/api/connections/fasterforward/employees";
120397
+ type GetFasterforwardEmployeesQueryParams = paths[typeof routeName$5r]['get']['parameters']['query'];
120398
+ type GetFasterforwardEmployeesResponse = paths[typeof routeName$5r]['get']['responses'][200]['content']['application/json'];
120399
+ type GetFasterforwardEmployeesProps = paths[typeof routeName$5r]['get']['parameters'];
120199
120400
  declare const getFasterforwardEmployees: (props: GetFasterforwardEmployeesProps, wgApiClient: ClientType) => Promise<GetFasterforwardEmployeesResponse>;
120200
120401
 
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'];
120402
+ declare const routeName$5q = "/v1/api/connections/assu/employees";
120403
+ type GetAssuEmployeesQueryParams = paths[typeof routeName$5q]['get']['parameters']['query'];
120404
+ type GetAssuEmployeesResponse = paths[typeof routeName$5q]['get']['responses'][200]['content']['application/json'];
120405
+ type GetAssuEmployeesProps = paths[typeof routeName$5q]['get']['parameters'];
120205
120406
  declare const getAssuEmployees: (props: GetAssuEmployeesProps, wgApiClient: ClientType) => Promise<GetAssuEmployeesResponse>;
120206
120407
 
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'];
120408
+ declare const routeName$5p = "/v1/api/connections/fasterforward/teams";
120409
+ type GetFasterforwardTeamsQueryParams = paths[typeof routeName$5p]['get']['parameters']['query'];
120410
+ type GetFasterforwardTeamsResponse = paths[typeof routeName$5p]['get']['responses'][200]['content']['application/json'];
120411
+ type GetFasterforwardTeamsProps = paths[typeof routeName$5p]['get']['parameters'];
120211
120412
  declare const getFasterforwardTeams: (props: GetFasterforwardTeamsProps, wgApiClient: ClientType) => Promise<GetFasterforwardTeamsResponse>;
120212
120413
 
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'];
120414
+ declare const routeName$5o = "/v1/api/connections/fasterforward/validate";
120415
+ type ValidateFasterforwardConnectionQueryParams = paths[typeof routeName$5o]['post']['parameters']['query'];
120416
+ type ValidateFasterforwardConnectionResponse = paths[typeof routeName$5o]['post']['responses'][200]['content']['application/json'];
120216
120417
  interface ValidateFasterforwardConnectionProps {
120217
120418
  params: {
120218
120419
  query: ValidateFasterforwardConnectionQueryParams;
@@ -120220,12 +120421,19 @@ interface ValidateFasterforwardConnectionProps {
120220
120421
  }
120221
120422
  declare const validateFasterforwardConnection: (props: ValidateFasterforwardConnectionProps, wgApiClient: ClientType) => Promise<ValidateFasterforwardConnectionResponse>;
120222
120423
 
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'];
120424
+ declare const routeName$5n = "/v1/api/connections/outlook/mails";
120425
+ type GetOutlookMailsQueryParams = paths[typeof routeName$5n]['get']['parameters']['query'];
120426
+ type GetOutlookMailsResponse = paths[typeof routeName$5n]['get']['responses'][200]['content']['application/json'];
120427
+ type GetOutlookMailsProps = paths[typeof routeName$5n]['get']['parameters'];
120227
120428
  declare const getOutlookMails: (props: GetOutlookMailsProps, wgApiClient: ClientType) => Promise<GetOutlookMailsResponse>;
120228
120429
 
120430
+ declare const routeName$5m = "/v1/api/connections/outlook/mails/{id}";
120431
+ type GetOutlookMailByIdPathParams = paths[typeof routeName$5m]['get']['parameters']['path'];
120432
+ type GetOutlookMailByIdQueryParams = paths[typeof routeName$5m]['get']['parameters']['query'];
120433
+ type GetOutlookMailByIdResponse = paths[typeof routeName$5m]['get']['responses'][200]['content']['application/json'];
120434
+ type GetOutlookMailByIdProps = paths[typeof routeName$5m]['get']['parameters'];
120435
+ declare const getOutlookMailById: (props: GetOutlookMailByIdProps, wgApiClient: ClientType) => Promise<GetOutlookMailByIdResponse>;
120436
+
120229
120437
  declare const routeName$5l = "/v1/api/connections/outlook/mailfolders";
120230
120438
  type GetOutlookMailfoldersQueryParams = paths[typeof routeName$5l]['get']['parameters']['query'];
120231
120439
  type GetOutlookMailfoldersResponse = paths[typeof routeName$5l]['get']['responses'][200]['content']['application/json'];
@@ -123339,4 +123547,4 @@ interface ValidateYellowhiveQuestionnaireProps {
123339
123547
  }
123340
123548
  declare const validateYellowhiveQuestionnaire: (props: ValidateYellowhiveQuestionnaireProps, wgApiClient: ClientType) => Promise<ValidateYellowhiveQuestionnaireResponse>;
123341
123549
 
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 };
123550
+ 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 GetOutlookMailByIdPathParams, type GetOutlookMailByIdQueryParams, type GetOutlookMailByIdResponse, 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 SchemaAppModelsUploadExternalRef, type SchemaAppResponsesBaseStatusResponse, type SchemaAppViewsModelsAdvisoryReportAdvisoryReportQueryModelInsurancePolicies, type SchemaAppViewsModelsAdvisoryReportCoverageQueryModelExternalLabel, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportPolicyPackageQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportRiskDomainActionQueryModelRiskDomain, type SchemaAppViewsModelsAdvisoryReportRiskDomainAdviceQueryModelRiskDomain, type SchemaAppViewsModelsClaimClaim, type SchemaAppViewsModelsClaimDocument, type SchemaAppViewsModelsInvoiceDocument, type SchemaAppViewsModelsOfferAcknowledgement, type SchemaAppViewsModelsOfferGuarantee, type SchemaAppViewsModelsOfferPartyAssignee, type SchemaAppViewsModelsPartyAddresWithMetadataMetaData, type SchemaAppViewsModelsPartyDocumentsPartyDocumentQueryModel, type SchemaAppViewsModelsPartyDocumentsPartydocumentquerymodel, type SchemaAppViewsModelsPartyLink, type SchemaAppViewsModelsPartyManagementQueryModel, type SchemaAppViewsModelsPartyManagementquerymodel, type SchemaAppViewsModelsPartyPartyAssignee, type SchemaAppViewsModelsPartyPartyDocumentsMetaData, type SchemaAppViewsModelsPartyPartyLogoQueryModel, type SchemaAppViewsModelsPartyPartyRelationQueryModelParty, type SchemaAppViewsModelsPartyPartyassignee, type SchemaAppViewsModelsPartyPartylogoquerymodel, type SchemaAppViewsModelsPartyPartyrelationquerymodelParty, type SchemaAppViewsModelsRiskDomainPreventionAdviceQueryModelPreventAdviceRiskDomain, type SchemaAppViewsModelsRiskDomainRiskDomainsQueryModelRiskDomain, type SchemaAppViewsModelsRiskObjectBicycle, type SchemaAppViewsModelsRiskObjectBoat, type SchemaAppViewsModelsRiskObjectCar, type SchemaAppViewsModelsRiskObjectDriver, type SchemaAppViewsModelsRiskObjectFamily, type SchemaAppViewsModelsRiskObjectLegal, type SchemaAppViewsModelsRiskObjectLink, type SchemaAppViewsModelsRiskObjectMiscellaneous, type SchemaAppViewsModelsRiskObjectPartyGroup, type SchemaAppViewsModelsRiskObjectPerson, type SchemaAppViewsModelsRiskObjectResidence, type SchemaAppViewsModelsRiskObjectRiskObjects, type SchemaAppViewsModelsRiskObjectSemiTrailer, type SchemaAppViewsModelsRiskObjectTeacher, type SchemaAppViewsModelsRiskObjectTrailer, type SchemaAppViewsModelsRiskObjectTwoWheeler, type SchemaAragLegalPayload, type SchemaArcesLegalPayload, type SchemaAskLaterQuestion, type SchemaAskLaterQuestionsRequest, type SchemaAskLaterQuestionsResponse, type SchemaAskaPackageChoice, type SchemaAskaPackageChoice_2, type SchemaAskaTravelInsuranceType, type SchemaAskaTravelInsuranceType_2, type SchemaAssetInfo, type SchemaAssignedToType, type SchemaAssociatedCompany, type 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 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 SchemaOutlookConnectionDetails, type SchemaOutlookEmail, type SchemaOutlookEmailItem, type SchemaOutlookEmails, type SchemaOutlookMailHeader, type SchemaOutlookMailRecepient, type SchemaOverdueInvoicesCheckupItem, type SchemaOverrideInsuranceProductRecommendationParams, type SchemaOverridePreventionAdviceRecommendationParams, type SchemaPackagesToProposeCheckupItem, type SchemaPaginatedInsuranceCompanyResponse, type SchemaPaginatedLeadReply, type SchemaPaginatedOffersResponse, type SchemaPaginatedOffersV2Response, type SchemaPagination, type SchemaParcelData, type SchemaPartiesQueryModel, type SchemaPartiesQueryModelItem, type 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, getOutlookMailById, 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 };