wg-api-sdk 4.30.263 → 4.30.265
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.
- package/dist/esm/index.d.mts +1025 -906
- package/dist/esm/index.mjs +1 -1
- package/dist/index.d.ts +1025 -906
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/esm/index.d.mts
CHANGED
|
@@ -1091,12 +1091,13 @@ interface paths {
|
|
|
1091
1091
|
};
|
|
1092
1092
|
get?: never;
|
|
1093
1093
|
put?: never;
|
|
1094
|
-
/** Create Anva Party */
|
|
1095
|
-
post: operations["
|
|
1094
|
+
/** Create Anva Party Via Conversation */
|
|
1095
|
+
post: operations["create_anva_party_via_conversation_v1_api_anvaflows__session_id__anva_party_post"];
|
|
1096
1096
|
delete?: never;
|
|
1097
1097
|
options?: never;
|
|
1098
1098
|
head?: never;
|
|
1099
|
-
|
|
1099
|
+
/** Update Anva Party Via Conversation */
|
|
1100
|
+
patch: operations["update_anva_party_via_conversation_v1_api_anvaflows__session_id__anva_party_patch"];
|
|
1100
1101
|
trace?: never;
|
|
1101
1102
|
};
|
|
1102
1103
|
"/v1/api/anvaproducts": {
|
|
@@ -2692,10 +2693,7 @@ interface paths {
|
|
|
2692
2693
|
path?: never;
|
|
2693
2694
|
cookie?: never;
|
|
2694
2695
|
};
|
|
2695
|
-
/**
|
|
2696
|
-
* Get Outlook Mails
|
|
2697
|
-
* @description Retrieves outlook emails by broker id
|
|
2698
|
-
*/
|
|
2696
|
+
/** Get Outlook Mails */
|
|
2699
2697
|
get: operations["get_outlook_mails_v1_api_connections_outlook_mails_get"];
|
|
2700
2698
|
put?: never;
|
|
2701
2699
|
post?: never;
|
|
@@ -2705,6 +2703,23 @@ interface paths {
|
|
|
2705
2703
|
patch?: never;
|
|
2706
2704
|
trace?: never;
|
|
2707
2705
|
};
|
|
2706
|
+
"/v1/api/connections/outlook/mails/{id}": {
|
|
2707
|
+
parameters: {
|
|
2708
|
+
query?: never;
|
|
2709
|
+
header?: never;
|
|
2710
|
+
path?: never;
|
|
2711
|
+
cookie?: never;
|
|
2712
|
+
};
|
|
2713
|
+
/** Get Outlook Mail By Id */
|
|
2714
|
+
get: operations["get_outlook_mail_by_id_v1_api_connections_outlook_mails__id__get"];
|
|
2715
|
+
put?: never;
|
|
2716
|
+
post?: never;
|
|
2717
|
+
delete?: never;
|
|
2718
|
+
options?: never;
|
|
2719
|
+
head?: never;
|
|
2720
|
+
patch?: never;
|
|
2721
|
+
trace?: never;
|
|
2722
|
+
};
|
|
2708
2723
|
"/v1/api/connections/outlook/mailfolders": {
|
|
2709
2724
|
parameters: {
|
|
2710
2725
|
query?: never;
|
|
@@ -2712,10 +2727,7 @@ interface paths {
|
|
|
2712
2727
|
path?: never;
|
|
2713
2728
|
cookie?: never;
|
|
2714
2729
|
};
|
|
2715
|
-
/**
|
|
2716
|
-
* Get Outlook Mailfolders
|
|
2717
|
-
* @description Retrieves outlook mail folders by broker id from Microsoft Graph API
|
|
2718
|
-
*/
|
|
2730
|
+
/** Get Outlook Mailfolders */
|
|
2719
2731
|
get: operations["get_outlook_mailfolders_v1_api_connections_outlook_mailfolders_get"];
|
|
2720
2732
|
put?: never;
|
|
2721
2733
|
post?: never;
|
|
@@ -2750,10 +2762,11 @@ interface paths {
|
|
|
2750
2762
|
cookie?: never;
|
|
2751
2763
|
};
|
|
2752
2764
|
/**
|
|
2753
|
-
*
|
|
2754
|
-
* @
|
|
2765
|
+
* Deprecated Get Anva Parties
|
|
2766
|
+
* @deprecated
|
|
2767
|
+
* @description Get parties of your anva account
|
|
2755
2768
|
*/
|
|
2756
|
-
get: operations["
|
|
2769
|
+
get: operations["deprecated_get_anva_parties_v1_api_integrations_anva_parties_get"];
|
|
2757
2770
|
put?: never;
|
|
2758
2771
|
post?: never;
|
|
2759
2772
|
delete?: never;
|
|
@@ -2772,10 +2785,11 @@ interface paths {
|
|
|
2772
2785
|
get?: never;
|
|
2773
2786
|
put?: never;
|
|
2774
2787
|
/**
|
|
2775
|
-
*
|
|
2776
|
-
* @
|
|
2788
|
+
* Deprecated Import Anva Party In Wegroup
|
|
2789
|
+
* @deprecated
|
|
2790
|
+
* @description Get parties of your anva account
|
|
2777
2791
|
*/
|
|
2778
|
-
post: operations["
|
|
2792
|
+
post: operations["deprecated_import_anva_party_in_wegroup_v1_api_integrations_anva_parties__anva_id__imports_post"];
|
|
2779
2793
|
delete?: never;
|
|
2780
2794
|
options?: never;
|
|
2781
2795
|
head?: never;
|
|
@@ -2792,10 +2806,11 @@ interface paths {
|
|
|
2792
2806
|
get?: never;
|
|
2793
2807
|
put?: never;
|
|
2794
2808
|
/**
|
|
2795
|
-
*
|
|
2809
|
+
* Deprecated Validate Anva Connection
|
|
2810
|
+
* @deprecated
|
|
2796
2811
|
* @description This will send a test task to ANVA system.
|
|
2797
2812
|
*/
|
|
2798
|
-
post: operations["
|
|
2813
|
+
post: operations["deprecated_validate_anva_connection_v1_api_integrations_anva_validate_post"];
|
|
2799
2814
|
delete?: never;
|
|
2800
2815
|
options?: never;
|
|
2801
2816
|
head?: never;
|
|
@@ -9165,7 +9180,7 @@ interface components {
|
|
|
9165
9180
|
* Timestamp
|
|
9166
9181
|
* Format: date-time
|
|
9167
9182
|
* @description Timestamp of when the error occured
|
|
9168
|
-
* @default 2026-02-
|
|
9183
|
+
* @default 2026-02-18T15:13:55.861162
|
|
9169
9184
|
*/
|
|
9170
9185
|
timestamp: string;
|
|
9171
9186
|
/**
|
|
@@ -26091,6 +26106,11 @@ interface components {
|
|
|
26091
26106
|
* @description Published date of the source of the document
|
|
26092
26107
|
*/
|
|
26093
26108
|
published_at?: string;
|
|
26109
|
+
/**
|
|
26110
|
+
* External Refs
|
|
26111
|
+
* @default []
|
|
26112
|
+
*/
|
|
26113
|
+
external_refs: components["schemas"]["app__models__party__commands__ExternalRef"][];
|
|
26094
26114
|
};
|
|
26095
26115
|
/**
|
|
26096
26116
|
* DOCUMENT_TYPE
|
|
@@ -26098,6 +26118,13 @@ interface components {
|
|
|
26098
26118
|
* @enum {unknown}
|
|
26099
26119
|
*/
|
|
26100
26120
|
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";
|
|
26121
|
+
/** ExternalRef */
|
|
26122
|
+
app__models__party__commands__ExternalRef: {
|
|
26123
|
+
/** Ref */
|
|
26124
|
+
ref: string;
|
|
26125
|
+
/** Company */
|
|
26126
|
+
company: string;
|
|
26127
|
+
};
|
|
26101
26128
|
/** PartyLinkQueryModel */
|
|
26102
26129
|
PartyLinkQueryModel: {
|
|
26103
26130
|
/**
|
|
@@ -34944,12 +34971,21 @@ interface components {
|
|
|
34944
34971
|
tags?: string[];
|
|
34945
34972
|
/** Description */
|
|
34946
34973
|
description?: string;
|
|
34974
|
+
/** External Refs */
|
|
34975
|
+
external_refs?: components["schemas"]["app__models__upload__ExternalRef"][];
|
|
34947
34976
|
/** Size */
|
|
34948
34977
|
size: number;
|
|
34949
34978
|
/** Location */
|
|
34950
34979
|
location?: string;
|
|
34951
34980
|
type: components["schemas"]["INSURANCE_POLICY_DOCUMENT_TYPE"];
|
|
34952
34981
|
};
|
|
34982
|
+
/** ExternalRef */
|
|
34983
|
+
app__models__upload__ExternalRef: {
|
|
34984
|
+
/** Ref */
|
|
34985
|
+
ref: string;
|
|
34986
|
+
/** Company */
|
|
34987
|
+
company: string;
|
|
34988
|
+
};
|
|
34953
34989
|
/** InsurancePolicyLinkQueryModel */
|
|
34954
34990
|
InsurancePolicyLinkQueryModel: {
|
|
34955
34991
|
/**
|
|
@@ -35171,13 +35207,6 @@ interface components {
|
|
|
35171
35207
|
*/
|
|
35172
35208
|
published_at?: string;
|
|
35173
35209
|
};
|
|
35174
|
-
/** ExternalRef */
|
|
35175
|
-
app__models__party__commands__ExternalRef: {
|
|
35176
|
-
/** Ref */
|
|
35177
|
-
ref: string;
|
|
35178
|
-
/** Company */
|
|
35179
|
-
company: string;
|
|
35180
|
-
};
|
|
35181
35210
|
/** ClaimsQueryModel */
|
|
35182
35211
|
ClaimsQueryModel: {
|
|
35183
35212
|
/** Items */
|
|
@@ -51607,123 +51636,6 @@ interface components {
|
|
|
51607
51636
|
/** Template */
|
|
51608
51637
|
template: string;
|
|
51609
51638
|
};
|
|
51610
|
-
/** BrokerConnectionOutlookEmails */
|
|
51611
|
-
BrokerConnectionOutlookEmails: {
|
|
51612
|
-
/** Items */
|
|
51613
|
-
items: components["schemas"]["OutlookEmail"][];
|
|
51614
|
-
/** Count */
|
|
51615
|
-
count: number;
|
|
51616
|
-
};
|
|
51617
|
-
/** OutlookEmail */
|
|
51618
|
-
OutlookEmail: {
|
|
51619
|
-
/** Id */
|
|
51620
|
-
id: number;
|
|
51621
|
-
/**
|
|
51622
|
-
* Created At
|
|
51623
|
-
* Format: date-time
|
|
51624
|
-
*/
|
|
51625
|
-
created_at: string;
|
|
51626
|
-
/** Outlook Id */
|
|
51627
|
-
outlook_id: string;
|
|
51628
|
-
/** Outlook Message Id */
|
|
51629
|
-
outlook_message_id: string;
|
|
51630
|
-
/** Outlook Conversation Id */
|
|
51631
|
-
outlook_conversation_id: string;
|
|
51632
|
-
/** Folder Id */
|
|
51633
|
-
folder_id: string;
|
|
51634
|
-
/** Folder */
|
|
51635
|
-
folder: string;
|
|
51636
|
-
/** Subject */
|
|
51637
|
-
subject: string;
|
|
51638
|
-
/** Body Html */
|
|
51639
|
-
body_html?: string;
|
|
51640
|
-
/** Body Text */
|
|
51641
|
-
body_text?: string;
|
|
51642
|
-
/** Body Preview */
|
|
51643
|
-
body_preview?: string;
|
|
51644
|
-
/**
|
|
51645
|
-
* Sent At
|
|
51646
|
-
* Format: date-time
|
|
51647
|
-
*/
|
|
51648
|
-
sent_at: string;
|
|
51649
|
-
/** Has Attachments */
|
|
51650
|
-
has_attachments: boolean;
|
|
51651
|
-
/** Link */
|
|
51652
|
-
link: string;
|
|
51653
|
-
from_recipient?: components["schemas"]["OutlookMailRecepient"];
|
|
51654
|
-
to_recipient?: components["schemas"]["OutlookMailRecepient"];
|
|
51655
|
-
/** Cc Recipients */
|
|
51656
|
-
cc_recipients: components["schemas"]["OutlookMailRecepient"][];
|
|
51657
|
-
/** Bcc Recipients */
|
|
51658
|
-
bcc_recipients: components["schemas"]["OutlookMailRecepient"][];
|
|
51659
|
-
/** Reply To */
|
|
51660
|
-
reply_to: components["schemas"]["OutlookMailRecepient"][];
|
|
51661
|
-
/** Headers */
|
|
51662
|
-
headers?: components["schemas"]["OutlookMailHeader"][];
|
|
51663
|
-
};
|
|
51664
|
-
/** OutlookMailRecepient */
|
|
51665
|
-
OutlookMailRecepient: {
|
|
51666
|
-
/** Name */
|
|
51667
|
-
name: string;
|
|
51668
|
-
/** Email */
|
|
51669
|
-
email: string;
|
|
51670
|
-
};
|
|
51671
|
-
/** OutlookMailHeader */
|
|
51672
|
-
OutlookMailHeader: {
|
|
51673
|
-
/** Name */
|
|
51674
|
-
name: string;
|
|
51675
|
-
/** Value */
|
|
51676
|
-
value: string;
|
|
51677
|
-
};
|
|
51678
|
-
/** BrokerConnectionOutlookMailFolders */
|
|
51679
|
-
BrokerConnectionOutlookMailFolders: {
|
|
51680
|
-
/** Items */
|
|
51681
|
-
items: components["schemas"]["BrokerConnectionOutlookMailFolder"][];
|
|
51682
|
-
/** Count */
|
|
51683
|
-
count: number;
|
|
51684
|
-
};
|
|
51685
|
-
/** BrokerConnectionOutlookMailFolder */
|
|
51686
|
-
BrokerConnectionOutlookMailFolder: {
|
|
51687
|
-
/** Id */
|
|
51688
|
-
id: string;
|
|
51689
|
-
/** Name */
|
|
51690
|
-
name: string;
|
|
51691
|
-
/** Unread Count */
|
|
51692
|
-
unread_count: number;
|
|
51693
|
-
/** Total Count */
|
|
51694
|
-
total_count: number;
|
|
51695
|
-
};
|
|
51696
|
-
/** OutlookConnectionDetails */
|
|
51697
|
-
OutlookConnectionDetails: {
|
|
51698
|
-
/**
|
|
51699
|
-
* Created At
|
|
51700
|
-
* Format: date-time
|
|
51701
|
-
*/
|
|
51702
|
-
created_at: string;
|
|
51703
|
-
/**
|
|
51704
|
-
* Last Run
|
|
51705
|
-
* Format: date-time
|
|
51706
|
-
*/
|
|
51707
|
-
last_run: string;
|
|
51708
|
-
/** Initial Sync Completed */
|
|
51709
|
-
initial_sync_completed: boolean;
|
|
51710
|
-
/** Is Syncing */
|
|
51711
|
-
is_syncing: boolean;
|
|
51712
|
-
/** Total Emails Synced */
|
|
51713
|
-
total_emails_synced?: number;
|
|
51714
|
-
/** Last Error Message */
|
|
51715
|
-
last_error_message?: string;
|
|
51716
|
-
/**
|
|
51717
|
-
* Sync Started At
|
|
51718
|
-
* Format: date-time
|
|
51719
|
-
*/
|
|
51720
|
-
sync_started_at?: string;
|
|
51721
|
-
/**
|
|
51722
|
-
* Sync Completed At
|
|
51723
|
-
* Format: date-time
|
|
51724
|
-
*/
|
|
51725
|
-
sync_completed_at?: string;
|
|
51726
|
-
};
|
|
51727
51639
|
/** PromotionQueryModel */
|
|
51728
51640
|
PromotionQueryModel: {
|
|
51729
51641
|
/** Code */
|
|
@@ -53522,7 +53434,7 @@ interface components {
|
|
|
53522
53434
|
/**
|
|
53523
53435
|
* Quote Specifications
|
|
53524
53436
|
* @default {
|
|
53525
|
-
* "contract_commencement_date": "2026-02-
|
|
53437
|
+
* "contract_commencement_date": "2026-02-18"
|
|
53526
53438
|
* }
|
|
53527
53439
|
*/
|
|
53528
53440
|
quote_specifications: components["schemas"]["QuoteSpecification"];
|
|
@@ -67043,6 +66955,54 @@ interface components {
|
|
|
67043
66955
|
/** Infix */
|
|
67044
66956
|
infix?: string;
|
|
67045
66957
|
};
|
|
66958
|
+
/** handle_update_anva_party_params */
|
|
66959
|
+
handle_update_anva_party_params: {
|
|
66960
|
+
auth: components["schemas"]["Auth"];
|
|
66961
|
+
/** Data */
|
|
66962
|
+
data: components["schemas"]["UpdateAnvaPartyCompanyCmd"] | components["schemas"]["UpdateAnvaPartyCustomerCmd"];
|
|
66963
|
+
/**
|
|
66964
|
+
* Session Id
|
|
66965
|
+
* Format: uuid
|
|
66966
|
+
*/
|
|
66967
|
+
session_id: string;
|
|
66968
|
+
};
|
|
66969
|
+
/** UpdateAnvaPartyCompanyCmd */
|
|
66970
|
+
UpdateAnvaPartyCompanyCmd: {
|
|
66971
|
+
address: components["schemas"]["Address"];
|
|
66972
|
+
/**
|
|
66973
|
+
* Type
|
|
66974
|
+
* @enum {string}
|
|
66975
|
+
*/
|
|
66976
|
+
type: "COMPANY";
|
|
66977
|
+
/** Name */
|
|
66978
|
+
name: string;
|
|
66979
|
+
company_registration: components["schemas"]["CreateAnvaPartyCompanyRegistration"];
|
|
66980
|
+
legal_form: components["schemas"]["LEGAL_FORM"];
|
|
66981
|
+
/** Anva Party Id */
|
|
66982
|
+
anva_party_id: string;
|
|
66983
|
+
};
|
|
66984
|
+
/** UpdateAnvaPartyCustomerCmd */
|
|
66985
|
+
UpdateAnvaPartyCustomerCmd: {
|
|
66986
|
+
address: components["schemas"]["Address"];
|
|
66987
|
+
/**
|
|
66988
|
+
* Type
|
|
66989
|
+
* @enum {string}
|
|
66990
|
+
*/
|
|
66991
|
+
type: "CUSTOMER";
|
|
66992
|
+
/** Last Name */
|
|
66993
|
+
last_name: string;
|
|
66994
|
+
/** Initials */
|
|
66995
|
+
initials: string;
|
|
66996
|
+
/**
|
|
66997
|
+
* date
|
|
66998
|
+
* Format: date
|
|
66999
|
+
*/
|
|
67000
|
+
birth: string;
|
|
67001
|
+
/** Infix */
|
|
67002
|
+
infix?: string;
|
|
67003
|
+
/** Anva Party Id */
|
|
67004
|
+
anva_party_id: string;
|
|
67005
|
+
};
|
|
67046
67006
|
/** MultiAnvaProductQueryModel */
|
|
67047
67007
|
MultiAnvaProductQueryModel: {
|
|
67048
67008
|
/** Items */
|
|
@@ -71072,6 +71032,7 @@ type SchemaAppModelsEnumsProspectType = components['schemas']['app__models__enum
|
|
|
71072
71032
|
type SchemaPartyExternalRefsQueryModel = components['schemas']['PartyExternalRefsQueryModel'];
|
|
71073
71033
|
type SchemaAppViewsModelsPartyDocumentsPartyDocumentQueryModel = components['schemas']['app__views__models__party_documents__PartyDocumentQueryModel'];
|
|
71074
71034
|
type SchemaDocumentType = components['schemas']['DOCUMENT_TYPE'];
|
|
71035
|
+
type SchemaAppModelsPartyCommandsExternalRef = components['schemas']['app__models__party__commands__ExternalRef'];
|
|
71075
71036
|
type SchemaPartyLinkQueryModel = components['schemas']['PartyLinkQueryModel'];
|
|
71076
71037
|
type SchemaAppViewsModelsPartyManagementQueryModel = components['schemas']['app__views__models__party__ManagementQueryModel'];
|
|
71077
71038
|
type SchemaAppModelsPartyManagementBaseDocumentDataPreferences = components['schemas']['app__models__party__ManagementBaseDocumentData__Preferences'];
|
|
@@ -71187,6 +71148,7 @@ type SchemaInsuranceProduct = components['schemas']['InsuranceProduct'];
|
|
|
71187
71148
|
type SchemaAppViewsModelsAdvisoryReportCoverageQueryModelExternalLabel = components['schemas']['app__views__models__advisory_report__CoverageQueryModel__ExternalLabel'];
|
|
71188
71149
|
type SchemaClauseQueryModel = components['schemas']['ClauseQueryModel'];
|
|
71189
71150
|
type SchemaInsurancePolicyDocumentQueryModel = components['schemas']['InsurancePolicyDocumentQueryModel'];
|
|
71151
|
+
type SchemaAppModelsUploadExternalRef = components['schemas']['app__models__upload__ExternalRef'];
|
|
71190
71152
|
type SchemaInsurancePolicyLinkQueryModel = components['schemas']['InsurancePolicyLinkQueryModel'];
|
|
71191
71153
|
type SchemaAppViewsModelsAdvisoryReportInsurancePolicyQueryModelExternalRef = components['schemas']['app__views__models__advisory_report__InsurancePolicyQueryModel__ExternalRef'];
|
|
71192
71154
|
type SchemaFinConnectLinkQueryModel = components['schemas']['FinConnectLinkQueryModel'];
|
|
@@ -71198,7 +71160,6 @@ type SchemaInvoicesQueryModel = components['schemas']['InvoicesQueryModel'];
|
|
|
71198
71160
|
type SchemaInvoice = components['schemas']['Invoice'];
|
|
71199
71161
|
type SchemaInvoiceQueryModel = components['schemas']['InvoiceQueryModel'];
|
|
71200
71162
|
type SchemaAppViewsModelsInvoiceDocument = components['schemas']['app__views__models__invoice__Document'];
|
|
71201
|
-
type SchemaAppModelsPartyCommandsExternalRef = components['schemas']['app__models__party__commands__ExternalRef'];
|
|
71202
71163
|
type SchemaClaimsQueryModel = components['schemas']['ClaimsQueryModel'];
|
|
71203
71164
|
type SchemaAppViewsModelsClaimClaim = components['schemas']['app__views__models__claim__Claim'];
|
|
71204
71165
|
type SchemaClaimQueryModel = components['schemas']['ClaimQueryModel'];
|
|
@@ -71541,13 +71502,6 @@ type SchemaGenerateDnsPrefixParams = components['schemas']['generate_dns_prefix_
|
|
|
71541
71502
|
type SchemaCampaignVerifiedDnsPrefix = components['schemas']['CampaignVerifiedDnsPrefix'];
|
|
71542
71503
|
type SchemaCampaignGenerateDnsPrefix = components['schemas']['CampaignGenerateDnsPrefix'];
|
|
71543
71504
|
type SchemaCampaignMailTemplateQueryModel = components['schemas']['CampaignMailTemplateQueryModel'];
|
|
71544
|
-
type SchemaBrokerConnectionOutlookEmails = components['schemas']['BrokerConnectionOutlookEmails'];
|
|
71545
|
-
type SchemaOutlookEmail = components['schemas']['OutlookEmail'];
|
|
71546
|
-
type SchemaOutlookMailRecepient = components['schemas']['OutlookMailRecepient'];
|
|
71547
|
-
type SchemaOutlookMailHeader = components['schemas']['OutlookMailHeader'];
|
|
71548
|
-
type SchemaBrokerConnectionOutlookMailFolders = components['schemas']['BrokerConnectionOutlookMailFolders'];
|
|
71549
|
-
type SchemaBrokerConnectionOutlookMailFolder = components['schemas']['BrokerConnectionOutlookMailFolder'];
|
|
71550
|
-
type SchemaOutlookConnectionDetails = components['schemas']['OutlookConnectionDetails'];
|
|
71551
71505
|
type SchemaPromotionQueryModel = components['schemas']['PromotionQueryModel'];
|
|
71552
71506
|
type SchemaMultiAffiliationInfoQueryModel = components['schemas']['MultiAffiliationInfoQueryModel'];
|
|
71553
71507
|
type SchemaAffiliationInfo = components['schemas']['AffiliationInfo'];
|
|
@@ -72259,6 +72213,9 @@ type SchemaHandleCreateAnvaPartyParams = components['schemas']['handle_create_an
|
|
|
72259
72213
|
type SchemaCreateAnvaPartyCompanyCmd = components['schemas']['CreateAnvaPartyCompanyCmd'];
|
|
72260
72214
|
type SchemaCreateAnvaPartyCompanyRegistration = components['schemas']['CreateAnvaPartyCompanyRegistration'];
|
|
72261
72215
|
type SchemaCreateAnvaPartyCustomerCmd = components['schemas']['CreateAnvaPartyCustomerCmd'];
|
|
72216
|
+
type SchemaHandleUpdateAnvaPartyParams = components['schemas']['handle_update_anva_party_params'];
|
|
72217
|
+
type SchemaUpdateAnvaPartyCompanyCmd = components['schemas']['UpdateAnvaPartyCompanyCmd'];
|
|
72218
|
+
type SchemaUpdateAnvaPartyCustomerCmd = components['schemas']['UpdateAnvaPartyCustomerCmd'];
|
|
72262
72219
|
type SchemaMultiAnvaProductQueryModel = components['schemas']['MultiAnvaProductQueryModel'];
|
|
72263
72220
|
type SchemaAnvaProductQueryModel = components['schemas']['AnvaProductQueryModel'];
|
|
72264
72221
|
type SchemaAnvaCoverageCombination = components['schemas']['AnvaCoverageCombination'];
|
|
@@ -78097,7 +78054,7 @@ interface operations {
|
|
|
78097
78054
|
};
|
|
78098
78055
|
};
|
|
78099
78056
|
};
|
|
78100
|
-
|
|
78057
|
+
create_anva_party_via_conversation_v1_api_anvaflows__session_id__anva_party_post: {
|
|
78101
78058
|
parameters: {
|
|
78102
78059
|
query?: {
|
|
78103
78060
|
/**
|
|
@@ -78191,6 +78148,100 @@ interface operations {
|
|
|
78191
78148
|
};
|
|
78192
78149
|
};
|
|
78193
78150
|
};
|
|
78151
|
+
update_anva_party_via_conversation_v1_api_anvaflows__session_id__anva_party_patch: {
|
|
78152
|
+
parameters: {
|
|
78153
|
+
query?: {
|
|
78154
|
+
/**
|
|
78155
|
+
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
78156
|
+
* @example EN
|
|
78157
|
+
*/
|
|
78158
|
+
lang?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
|
|
78159
|
+
/**
|
|
78160
|
+
* @description Same as lang, but adds support to pass ?language as well
|
|
78161
|
+
* @example EN
|
|
78162
|
+
*/
|
|
78163
|
+
language?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
|
|
78164
|
+
};
|
|
78165
|
+
header?: {
|
|
78166
|
+
/** @description Which release to target running in 'STAGING' environment. */
|
|
78167
|
+
"x-release"?: string;
|
|
78168
|
+
};
|
|
78169
|
+
path: {
|
|
78170
|
+
session_id: string;
|
|
78171
|
+
};
|
|
78172
|
+
cookie?: never;
|
|
78173
|
+
};
|
|
78174
|
+
requestBody: {
|
|
78175
|
+
content: {
|
|
78176
|
+
"application/json": components["schemas"]["handle_update_anva_party_params"]["data"];
|
|
78177
|
+
};
|
|
78178
|
+
};
|
|
78179
|
+
responses: {
|
|
78180
|
+
/** @description Successful Response */
|
|
78181
|
+
200: {
|
|
78182
|
+
headers: {
|
|
78183
|
+
[name: string]: unknown;
|
|
78184
|
+
};
|
|
78185
|
+
content: {
|
|
78186
|
+
"application/json": components["schemas"]["wg_py_models__domain__wegroup__rest__responses__StatusResponse"];
|
|
78187
|
+
};
|
|
78188
|
+
};
|
|
78189
|
+
/** @description Bad Request */
|
|
78190
|
+
400: {
|
|
78191
|
+
headers: {
|
|
78192
|
+
[name: string]: unknown;
|
|
78193
|
+
};
|
|
78194
|
+
content: {
|
|
78195
|
+
"application/json": components["schemas"]["Error_4XX"];
|
|
78196
|
+
};
|
|
78197
|
+
};
|
|
78198
|
+
/** @description Unauthorized */
|
|
78199
|
+
401: {
|
|
78200
|
+
headers: {
|
|
78201
|
+
[name: string]: unknown;
|
|
78202
|
+
};
|
|
78203
|
+
content: {
|
|
78204
|
+
"application/json": components["schemas"]["Error_401"];
|
|
78205
|
+
};
|
|
78206
|
+
};
|
|
78207
|
+
/** @description Forbidden */
|
|
78208
|
+
403: {
|
|
78209
|
+
headers: {
|
|
78210
|
+
[name: string]: unknown;
|
|
78211
|
+
};
|
|
78212
|
+
content: {
|
|
78213
|
+
"application/json": components["schemas"]["Error_403"];
|
|
78214
|
+
};
|
|
78215
|
+
};
|
|
78216
|
+
/** @description Unprocessable Content */
|
|
78217
|
+
422: {
|
|
78218
|
+
headers: {
|
|
78219
|
+
[name: string]: unknown;
|
|
78220
|
+
};
|
|
78221
|
+
content: {
|
|
78222
|
+
"application/json": components["schemas"]["Error_422"];
|
|
78223
|
+
};
|
|
78224
|
+
};
|
|
78225
|
+
/** @description Too Many Requests */
|
|
78226
|
+
429: {
|
|
78227
|
+
headers: {
|
|
78228
|
+
[name: string]: unknown;
|
|
78229
|
+
};
|
|
78230
|
+
content: {
|
|
78231
|
+
"application/json": components["schemas"]["Error_429"];
|
|
78232
|
+
};
|
|
78233
|
+
};
|
|
78234
|
+
/** @description Internal Server Error */
|
|
78235
|
+
500: {
|
|
78236
|
+
headers: {
|
|
78237
|
+
[name: string]: unknown;
|
|
78238
|
+
};
|
|
78239
|
+
content: {
|
|
78240
|
+
"application/json": components["schemas"]["ServerError"];
|
|
78241
|
+
};
|
|
78242
|
+
};
|
|
78243
|
+
};
|
|
78244
|
+
};
|
|
78194
78245
|
get_anvaproducts_v1_api_anvaproducts_get: {
|
|
78195
78246
|
parameters: {
|
|
78196
78247
|
query?: {
|
|
@@ -86845,55 +86896,97 @@ interface operations {
|
|
|
86845
86896
|
[name: string]: unknown;
|
|
86846
86897
|
};
|
|
86847
86898
|
content: {
|
|
86848
|
-
"application/json":
|
|
86849
|
-
|
|
86850
|
-
|
|
86851
|
-
|
|
86852
|
-
|
|
86853
|
-
|
|
86854
|
-
|
|
86855
|
-
|
|
86856
|
-
|
|
86857
|
-
|
|
86858
|
-
|
|
86859
|
-
|
|
86860
|
-
|
|
86861
|
-
|
|
86862
|
-
|
|
86863
|
-
|
|
86864
|
-
|
|
86865
|
-
|
|
86866
|
-
|
|
86867
|
-
|
|
86868
|
-
|
|
86869
|
-
|
|
86870
|
-
|
|
86871
|
-
|
|
86872
|
-
|
|
86873
|
-
|
|
86874
|
-
|
|
86875
|
-
|
|
86876
|
-
|
|
86877
|
-
|
|
86878
|
-
|
|
86879
|
-
|
|
86880
|
-
|
|
86881
|
-
|
|
86882
|
-
|
|
86883
|
-
|
|
86884
|
-
|
|
86885
|
-
|
|
86886
|
-
|
|
86887
|
-
|
|
86888
|
-
|
|
86889
|
-
|
|
86890
|
-
|
|
86891
|
-
|
|
86892
|
-
|
|
86893
|
-
|
|
86894
|
-
|
|
86895
|
-
|
|
86896
|
-
|
|
86899
|
+
"application/json": unknown;
|
|
86900
|
+
};
|
|
86901
|
+
};
|
|
86902
|
+
/** @description Bad Request */
|
|
86903
|
+
400: {
|
|
86904
|
+
headers: {
|
|
86905
|
+
[name: string]: unknown;
|
|
86906
|
+
};
|
|
86907
|
+
content: {
|
|
86908
|
+
"application/json": components["schemas"]["Error_4XX"];
|
|
86909
|
+
};
|
|
86910
|
+
};
|
|
86911
|
+
/** @description Unauthorized */
|
|
86912
|
+
401: {
|
|
86913
|
+
headers: {
|
|
86914
|
+
[name: string]: unknown;
|
|
86915
|
+
};
|
|
86916
|
+
content: {
|
|
86917
|
+
"application/json": components["schemas"]["Error_401"];
|
|
86918
|
+
};
|
|
86919
|
+
};
|
|
86920
|
+
/** @description Forbidden */
|
|
86921
|
+
403: {
|
|
86922
|
+
headers: {
|
|
86923
|
+
[name: string]: unknown;
|
|
86924
|
+
};
|
|
86925
|
+
content: {
|
|
86926
|
+
"application/json": components["schemas"]["Error_403"];
|
|
86927
|
+
};
|
|
86928
|
+
};
|
|
86929
|
+
/** @description Unprocessable Content */
|
|
86930
|
+
422: {
|
|
86931
|
+
headers: {
|
|
86932
|
+
[name: string]: unknown;
|
|
86933
|
+
};
|
|
86934
|
+
content: {
|
|
86935
|
+
"application/json": components["schemas"]["Error_422"];
|
|
86936
|
+
};
|
|
86937
|
+
};
|
|
86938
|
+
/** @description Too Many Requests */
|
|
86939
|
+
429: {
|
|
86940
|
+
headers: {
|
|
86941
|
+
[name: string]: unknown;
|
|
86942
|
+
};
|
|
86943
|
+
content: {
|
|
86944
|
+
"application/json": components["schemas"]["Error_429"];
|
|
86945
|
+
};
|
|
86946
|
+
};
|
|
86947
|
+
/** @description Internal Server Error */
|
|
86948
|
+
500: {
|
|
86949
|
+
headers: {
|
|
86950
|
+
[name: string]: unknown;
|
|
86951
|
+
};
|
|
86952
|
+
content: {
|
|
86953
|
+
"application/json": components["schemas"]["ServerError"];
|
|
86954
|
+
};
|
|
86955
|
+
};
|
|
86956
|
+
};
|
|
86957
|
+
};
|
|
86958
|
+
get_outlook_mail_by_id_v1_api_connections_outlook_mails__id__get: {
|
|
86959
|
+
parameters: {
|
|
86960
|
+
query?: {
|
|
86961
|
+
/**
|
|
86962
|
+
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
86963
|
+
* @example EN
|
|
86964
|
+
*/
|
|
86965
|
+
lang?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
|
|
86966
|
+
/**
|
|
86967
|
+
* @description Same as lang, but adds support to pass ?language as well
|
|
86968
|
+
* @example EN
|
|
86969
|
+
*/
|
|
86970
|
+
language?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
|
|
86971
|
+
};
|
|
86972
|
+
header?: {
|
|
86973
|
+
/** @description Which release to target running in 'STAGING' environment. */
|
|
86974
|
+
"x-release"?: string;
|
|
86975
|
+
};
|
|
86976
|
+
path: {
|
|
86977
|
+
id: number;
|
|
86978
|
+
};
|
|
86979
|
+
cookie?: never;
|
|
86980
|
+
};
|
|
86981
|
+
requestBody?: never;
|
|
86982
|
+
responses: {
|
|
86983
|
+
/** @description Successful Response */
|
|
86984
|
+
200: {
|
|
86985
|
+
headers: {
|
|
86986
|
+
[name: string]: unknown;
|
|
86987
|
+
};
|
|
86988
|
+
content: {
|
|
86989
|
+
"application/json": unknown;
|
|
86897
86990
|
};
|
|
86898
86991
|
};
|
|
86899
86992
|
/** @description Bad Request */
|
|
@@ -86981,7 +87074,7 @@ interface operations {
|
|
|
86981
87074
|
[name: string]: unknown;
|
|
86982
87075
|
};
|
|
86983
87076
|
content: {
|
|
86984
|
-
"application/json":
|
|
87077
|
+
"application/json": unknown;
|
|
86985
87078
|
};
|
|
86986
87079
|
};
|
|
86987
87080
|
/** @description Bad Request */
|
|
@@ -87069,7 +87162,7 @@ interface operations {
|
|
|
87069
87162
|
[name: string]: unknown;
|
|
87070
87163
|
};
|
|
87071
87164
|
content: {
|
|
87072
|
-
"application/json":
|
|
87165
|
+
"application/json": unknown;
|
|
87073
87166
|
};
|
|
87074
87167
|
};
|
|
87075
87168
|
/** @description Bad Request */
|
|
@@ -87128,9 +87221,10 @@ interface operations {
|
|
|
87128
87221
|
};
|
|
87129
87222
|
};
|
|
87130
87223
|
};
|
|
87131
|
-
|
|
87224
|
+
deprecated_get_anva_parties_v1_api_integrations_anva_parties_get: {
|
|
87132
87225
|
parameters: {
|
|
87133
|
-
query
|
|
87226
|
+
query: {
|
|
87227
|
+
q: string;
|
|
87134
87228
|
/**
|
|
87135
87229
|
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
87136
87230
|
* @example EN
|
|
@@ -87157,7 +87251,7 @@ interface operations {
|
|
|
87157
87251
|
[name: string]: unknown;
|
|
87158
87252
|
};
|
|
87159
87253
|
content: {
|
|
87160
|
-
"application/json": components["schemas"]["
|
|
87254
|
+
"application/json": components["schemas"]["Relations"];
|
|
87161
87255
|
};
|
|
87162
87256
|
};
|
|
87163
87257
|
/** @description Bad Request */
|
|
@@ -87216,7 +87310,7 @@ interface operations {
|
|
|
87216
87310
|
};
|
|
87217
87311
|
};
|
|
87218
87312
|
};
|
|
87219
|
-
|
|
87313
|
+
deprecated_import_anva_party_in_wegroup_v1_api_integrations_anva_parties__anva_id__imports_post: {
|
|
87220
87314
|
parameters: {
|
|
87221
87315
|
query?: {
|
|
87222
87316
|
/**
|
|
@@ -87234,7 +87328,9 @@ interface operations {
|
|
|
87234
87328
|
/** @description Which release to target running in 'STAGING' environment. */
|
|
87235
87329
|
"x-release"?: string;
|
|
87236
87330
|
};
|
|
87237
|
-
path
|
|
87331
|
+
path: {
|
|
87332
|
+
anva_id: string;
|
|
87333
|
+
};
|
|
87238
87334
|
cookie?: never;
|
|
87239
87335
|
};
|
|
87240
87336
|
requestBody?: never;
|
|
@@ -87245,7 +87341,7 @@ interface operations {
|
|
|
87245
87341
|
[name: string]: unknown;
|
|
87246
87342
|
};
|
|
87247
87343
|
content: {
|
|
87248
|
-
"application/json": components["schemas"]["
|
|
87344
|
+
"application/json": components["schemas"]["ImportPartyResponse"];
|
|
87249
87345
|
};
|
|
87250
87346
|
};
|
|
87251
87347
|
/** @description Bad Request */
|
|
@@ -87304,7 +87400,7 @@ interface operations {
|
|
|
87304
87400
|
};
|
|
87305
87401
|
};
|
|
87306
87402
|
};
|
|
87307
|
-
|
|
87403
|
+
deprecated_validate_anva_connection_v1_api_integrations_anva_validate_post: {
|
|
87308
87404
|
parameters: {
|
|
87309
87405
|
query?: {
|
|
87310
87406
|
/**
|
|
@@ -118661,52 +118757,52 @@ type Middleware = Middleware$1;
|
|
|
118661
118757
|
type ClientType = ReturnType<typeof createClient<paths>>;
|
|
118662
118758
|
declare const wgApiClient: (options: ClientOptions) => ClientType;
|
|
118663
118759
|
|
|
118664
|
-
declare const routeName$
|
|
118665
|
-
type GetWeatherInfoQueryParams = paths[typeof routeName$
|
|
118666
|
-
type GetWeatherInfoResponse = paths[typeof routeName$
|
|
118667
|
-
type GetWeatherInfoProps = paths[typeof routeName$
|
|
118760
|
+
declare const routeName$7T = "/v1/api/weather/info";
|
|
118761
|
+
type GetWeatherInfoQueryParams = paths[typeof routeName$7T]['get']['parameters']['query'];
|
|
118762
|
+
type GetWeatherInfoResponse = paths[typeof routeName$7T]['get']['responses'][200]['content']['application/json'];
|
|
118763
|
+
type GetWeatherInfoProps = paths[typeof routeName$7T]['get']['parameters'];
|
|
118668
118764
|
declare const getWeatherInfo: (props: GetWeatherInfoProps, wgApiClient: ClientType) => Promise<GetWeatherInfoResponse>;
|
|
118669
118765
|
|
|
118670
|
-
declare const routeName$
|
|
118671
|
-
type SearchCitiesByCountryQueryParams = paths[typeof routeName$
|
|
118672
|
-
type SearchCitiesByCountryResponse = paths[typeof routeName$
|
|
118673
|
-
type SearchCitiesByCountryProps = paths[typeof routeName$
|
|
118766
|
+
declare const routeName$7S = "/v1/api/address/cities";
|
|
118767
|
+
type SearchCitiesByCountryQueryParams = paths[typeof routeName$7S]['get']['parameters']['query'];
|
|
118768
|
+
type SearchCitiesByCountryResponse = paths[typeof routeName$7S]['get']['responses'][200]['content']['application/json'];
|
|
118769
|
+
type SearchCitiesByCountryProps = paths[typeof routeName$7S]['get']['parameters'];
|
|
118674
118770
|
declare const searchCitiesByCountry: (props: SearchCitiesByCountryProps, wgApiClient: ClientType) => Promise<SearchCitiesByCountryResponse>;
|
|
118675
118771
|
|
|
118676
|
-
declare const routeName$
|
|
118677
|
-
type SeachStreetsByCityAndCountryQueryParams = paths[typeof routeName$
|
|
118678
|
-
type SeachStreetsByCityAndCountryResponse = paths[typeof routeName$
|
|
118679
|
-
type SeachStreetsByCityAndCountryProps = paths[typeof routeName$
|
|
118772
|
+
declare const routeName$7R = "/v1/api/address/streets";
|
|
118773
|
+
type SeachStreetsByCityAndCountryQueryParams = paths[typeof routeName$7R]['get']['parameters']['query'];
|
|
118774
|
+
type SeachStreetsByCityAndCountryResponse = paths[typeof routeName$7R]['get']['responses'][200]['content']['application/json'];
|
|
118775
|
+
type SeachStreetsByCityAndCountryProps = paths[typeof routeName$7R]['get']['parameters'];
|
|
118680
118776
|
declare const seachStreetsByCityAndCountry: (props: SeachStreetsByCityAndCountryProps, wgApiClient: ClientType) => Promise<SeachStreetsByCityAndCountryResponse>;
|
|
118681
118777
|
|
|
118682
|
-
declare const routeName$
|
|
118683
|
-
type SearchAddressesByCountryQueryParams = paths[typeof routeName$
|
|
118684
|
-
type SearchAddressesByCountryResponse = paths[typeof routeName$
|
|
118685
|
-
type SearchAddressesByCountryProps = paths[typeof routeName$
|
|
118778
|
+
declare const routeName$7Q = "/v1/api/address/search";
|
|
118779
|
+
type SearchAddressesByCountryQueryParams = paths[typeof routeName$7Q]['get']['parameters']['query'];
|
|
118780
|
+
type SearchAddressesByCountryResponse = paths[typeof routeName$7Q]['get']['responses'][200]['content']['application/json'];
|
|
118781
|
+
type SearchAddressesByCountryProps = paths[typeof routeName$7Q]['get']['parameters'];
|
|
118686
118782
|
declare const searchAddressesByCountry: (props: SearchAddressesByCountryProps, wgApiClient: ClientType) => Promise<SearchAddressesByCountryResponse>;
|
|
118687
118783
|
|
|
118688
|
-
declare const routeName$
|
|
118689
|
-
type GetAddressInfoQueryParams = paths[typeof routeName$
|
|
118690
|
-
type GetAddressInfoResponse = paths[typeof routeName$
|
|
118691
|
-
type GetAddressInfoProps = paths[typeof routeName$
|
|
118784
|
+
declare const routeName$7P = "/v1/api/address/info/premium";
|
|
118785
|
+
type GetAddressInfoQueryParams = paths[typeof routeName$7P]['get']['parameters']['query'];
|
|
118786
|
+
type GetAddressInfoResponse = paths[typeof routeName$7P]['get']['responses'][200]['content']['application/json'];
|
|
118787
|
+
type GetAddressInfoProps = paths[typeof routeName$7P]['get']['parameters'];
|
|
118692
118788
|
declare const getAddressInfo: (props: GetAddressInfoProps, wgApiClient: ClientType) => Promise<GetAddressInfoResponse>;
|
|
118693
118789
|
|
|
118694
|
-
declare const routeName$
|
|
118695
|
-
type GetAddressInfoFreemiumQueryParams = paths[typeof routeName$
|
|
118696
|
-
type GetAddressInfoFreemiumResponse = paths[typeof routeName$
|
|
118697
|
-
type GetAddressInfoFreemiumProps = paths[typeof routeName$
|
|
118790
|
+
declare const routeName$7O = "/v1/api/address/info/freemium";
|
|
118791
|
+
type GetAddressInfoFreemiumQueryParams = paths[typeof routeName$7O]['get']['parameters']['query'];
|
|
118792
|
+
type GetAddressInfoFreemiumResponse = paths[typeof routeName$7O]['get']['responses'][200]['content']['application/json'];
|
|
118793
|
+
type GetAddressInfoFreemiumProps = paths[typeof routeName$7O]['get']['parameters'];
|
|
118698
118794
|
declare const getAddressInfoFreemium: (props: GetAddressInfoFreemiumProps, wgApiClient: ClientType) => Promise<GetAddressInfoFreemiumResponse>;
|
|
118699
118795
|
|
|
118700
|
-
declare const routeName$
|
|
118701
|
-
type GetAllAdvisoryReportsQueryParams = paths[typeof routeName$
|
|
118702
|
-
type GetAllAdvisoryReportsResponse = paths[typeof routeName$
|
|
118703
|
-
type GetAllAdvisoryReportsProps = paths[typeof routeName$
|
|
118796
|
+
declare const routeName$7N = "/v1/api/advisory-reports";
|
|
118797
|
+
type GetAllAdvisoryReportsQueryParams = paths[typeof routeName$7N]['get']['parameters']['query'];
|
|
118798
|
+
type GetAllAdvisoryReportsResponse = paths[typeof routeName$7N]['get']['responses'][200]['content']['application/json'];
|
|
118799
|
+
type GetAllAdvisoryReportsProps = paths[typeof routeName$7N]['get']['parameters'];
|
|
118704
118800
|
declare const getAllAdvisoryReports: (props: GetAllAdvisoryReportsProps, wgApiClient: ClientType) => Promise<GetAllAdvisoryReportsResponse>;
|
|
118705
118801
|
|
|
118706
|
-
declare const routeName$
|
|
118707
|
-
type CreateAdvisoryReportBody = paths[typeof routeName$
|
|
118708
|
-
type CreateAdvisoryReportQueryParams = paths[typeof routeName$
|
|
118709
|
-
type CreateAdvisoryReportResponse = paths[typeof routeName$
|
|
118802
|
+
declare const routeName$7M = "/v1/api/advisory-reports";
|
|
118803
|
+
type CreateAdvisoryReportBody = paths[typeof routeName$7M]['post']['requestBody']['content']['application/json'];
|
|
118804
|
+
type CreateAdvisoryReportQueryParams = paths[typeof routeName$7M]['post']['parameters']['query'];
|
|
118805
|
+
type CreateAdvisoryReportResponse = paths[typeof routeName$7M]['post']['responses'][201]['content']['application/json'];
|
|
118710
118806
|
interface CreateAdvisoryReportProps {
|
|
118711
118807
|
body: CreateAdvisoryReportBody;
|
|
118712
118808
|
params: {
|
|
@@ -118715,17 +118811,17 @@ interface CreateAdvisoryReportProps {
|
|
|
118715
118811
|
}
|
|
118716
118812
|
declare const createAdvisoryReport: (props: CreateAdvisoryReportProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportResponse>;
|
|
118717
118813
|
|
|
118718
|
-
declare const routeName$
|
|
118719
|
-
type GetAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
118720
|
-
type GetAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
118721
|
-
type GetAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
118722
|
-
type GetAdvisoryReportByIdProps = paths[typeof routeName$
|
|
118814
|
+
declare const routeName$7L = "/v1/api/advisory-reports/{report_id}";
|
|
118815
|
+
type GetAdvisoryReportByIdPathParams = paths[typeof routeName$7L]['get']['parameters']['path'];
|
|
118816
|
+
type GetAdvisoryReportByIdQueryParams = paths[typeof routeName$7L]['get']['parameters']['query'];
|
|
118817
|
+
type GetAdvisoryReportByIdResponse = paths[typeof routeName$7L]['get']['responses'][200]['content']['application/json'];
|
|
118818
|
+
type GetAdvisoryReportByIdProps = paths[typeof routeName$7L]['get']['parameters'];
|
|
118723
118819
|
declare const getAdvisoryReportById: (props: GetAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportByIdResponse>;
|
|
118724
118820
|
|
|
118725
|
-
declare const routeName$
|
|
118726
|
-
type DeleteAdvisoryReportRevisionPathParams = paths[typeof routeName$
|
|
118727
|
-
type DeleteAdvisoryReportRevisionQueryParams = paths[typeof routeName$
|
|
118728
|
-
type DeleteAdvisoryReportRevisionResponse = paths[typeof routeName$
|
|
118821
|
+
declare const routeName$7K = "/v1/api/advisory-reports/{report_id}";
|
|
118822
|
+
type DeleteAdvisoryReportRevisionPathParams = paths[typeof routeName$7K]['delete']['parameters']['path'];
|
|
118823
|
+
type DeleteAdvisoryReportRevisionQueryParams = paths[typeof routeName$7K]['delete']['parameters']['query'];
|
|
118824
|
+
type DeleteAdvisoryReportRevisionResponse = paths[typeof routeName$7K]['delete']['responses'][200]['content']['application/json'];
|
|
118729
118825
|
interface DeleteAdvisoryReportRevisionProps {
|
|
118730
118826
|
params: {
|
|
118731
118827
|
query: DeleteAdvisoryReportRevisionQueryParams;
|
|
@@ -118734,11 +118830,11 @@ interface DeleteAdvisoryReportRevisionProps {
|
|
|
118734
118830
|
}
|
|
118735
118831
|
declare const deleteAdvisoryReportRevision: (props: DeleteAdvisoryReportRevisionProps, wgApiClient: ClientType) => Promise<DeleteAdvisoryReportRevisionResponse>;
|
|
118736
118832
|
|
|
118737
|
-
declare const routeName$
|
|
118738
|
-
type UpdateAdvisoryReportBody = paths[typeof routeName$
|
|
118739
|
-
type UpdateAdvisoryReportPathParams = paths[typeof routeName$
|
|
118740
|
-
type UpdateAdvisoryReportQueryParams = paths[typeof routeName$
|
|
118741
|
-
type UpdateAdvisoryReportResponse = paths[typeof routeName$
|
|
118833
|
+
declare const routeName$7J = "/v1/api/advisory-reports/{report_id}";
|
|
118834
|
+
type UpdateAdvisoryReportBody = paths[typeof routeName$7J]['patch']['requestBody']['content']['application/json'];
|
|
118835
|
+
type UpdateAdvisoryReportPathParams = paths[typeof routeName$7J]['patch']['parameters']['path'];
|
|
118836
|
+
type UpdateAdvisoryReportQueryParams = paths[typeof routeName$7J]['patch']['parameters']['query'];
|
|
118837
|
+
type UpdateAdvisoryReportResponse = paths[typeof routeName$7J]['patch']['responses'][200]['content']['application/json'];
|
|
118742
118838
|
interface UpdateAdvisoryReportProps {
|
|
118743
118839
|
body: UpdateAdvisoryReportBody;
|
|
118744
118840
|
params: {
|
|
@@ -118748,18 +118844,18 @@ interface UpdateAdvisoryReportProps {
|
|
|
118748
118844
|
}
|
|
118749
118845
|
declare const updateAdvisoryReport: (props: UpdateAdvisoryReportProps, wgApiClient: ClientType) => Promise<UpdateAdvisoryReportResponse>;
|
|
118750
118846
|
|
|
118751
|
-
declare const routeName$
|
|
118752
|
-
type GetEventsByAdvisoryReportIdPathParams = paths[typeof routeName$
|
|
118753
|
-
type GetEventsByAdvisoryReportIdQueryParams = paths[typeof routeName$
|
|
118754
|
-
type GetEventsByAdvisoryReportIdResponse = paths[typeof routeName$
|
|
118755
|
-
type GetEventsByAdvisoryReportIdProps = paths[typeof routeName$
|
|
118847
|
+
declare const routeName$7I = "/v1/api/advisory-reports/{report_id}/events";
|
|
118848
|
+
type GetEventsByAdvisoryReportIdPathParams = paths[typeof routeName$7I]['get']['parameters']['path'];
|
|
118849
|
+
type GetEventsByAdvisoryReportIdQueryParams = paths[typeof routeName$7I]['get']['parameters']['query'];
|
|
118850
|
+
type GetEventsByAdvisoryReportIdResponse = paths[typeof routeName$7I]['get']['responses'][200]['content']['application/json'];
|
|
118851
|
+
type GetEventsByAdvisoryReportIdProps = paths[typeof routeName$7I]['get']['parameters'];
|
|
118756
118852
|
declare const getEventsByAdvisoryReportId: (props: GetEventsByAdvisoryReportIdProps, wgApiClient: ClientType) => Promise<GetEventsByAdvisoryReportIdResponse>;
|
|
118757
118853
|
|
|
118758
|
-
declare const routeName$
|
|
118759
|
-
type SendAdvisoryReportAsMailBody = paths[typeof routeName$
|
|
118760
|
-
type SendAdvisoryReportAsMailPathParams = paths[typeof routeName$
|
|
118761
|
-
type SendAdvisoryReportAsMailQueryParams = paths[typeof routeName$
|
|
118762
|
-
type SendAdvisoryReportAsMailResponse = paths[typeof routeName$
|
|
118854
|
+
declare const routeName$7H = "/v1/api/advisory-reports/{report_id}/email-inquiries";
|
|
118855
|
+
type SendAdvisoryReportAsMailBody = paths[typeof routeName$7H]['post']['requestBody']['content']['application/json'];
|
|
118856
|
+
type SendAdvisoryReportAsMailPathParams = paths[typeof routeName$7H]['post']['parameters']['path'];
|
|
118857
|
+
type SendAdvisoryReportAsMailQueryParams = paths[typeof routeName$7H]['post']['parameters']['query'];
|
|
118858
|
+
type SendAdvisoryReportAsMailResponse = paths[typeof routeName$7H]['post']['responses'][201]['content']['application/json'];
|
|
118763
118859
|
interface SendAdvisoryReportAsMailProps {
|
|
118764
118860
|
body: SendAdvisoryReportAsMailBody;
|
|
118765
118861
|
params: {
|
|
@@ -118769,10 +118865,10 @@ interface SendAdvisoryReportAsMailProps {
|
|
|
118769
118865
|
}
|
|
118770
118866
|
declare const sendAdvisoryReportAsMail: (props: SendAdvisoryReportAsMailProps, wgApiClient: ClientType) => Promise<SendAdvisoryReportAsMailResponse>;
|
|
118771
118867
|
|
|
118772
|
-
declare const routeName$
|
|
118773
|
-
type GenerateDocxDocumentOfAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
118774
|
-
type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
118775
|
-
type GenerateDocxDocumentOfAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
118868
|
+
declare const routeName$7G = "/v1/api/advisory-reports/{report_id}/docx";
|
|
118869
|
+
type GenerateDocxDocumentOfAdvisoryReportByIdPathParams = paths[typeof routeName$7G]['post']['parameters']['path'];
|
|
118870
|
+
type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7G]['post']['parameters']['query'];
|
|
118871
|
+
type GenerateDocxDocumentOfAdvisoryReportByIdResponse = paths[typeof routeName$7G]['post']['responses'][200]['content']['application/json'];
|
|
118776
118872
|
interface GenerateDocxDocumentOfAdvisoryReportByIdProps {
|
|
118777
118873
|
params: {
|
|
118778
118874
|
query: GenerateDocxDocumentOfAdvisoryReportByIdQueryParams;
|
|
@@ -118781,17 +118877,17 @@ interface GenerateDocxDocumentOfAdvisoryReportByIdProps {
|
|
|
118781
118877
|
}
|
|
118782
118878
|
declare const generateDocxDocumentOfAdvisoryReportById: (props: GenerateDocxDocumentOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GenerateDocxDocumentOfAdvisoryReportByIdResponse>;
|
|
118783
118879
|
|
|
118784
|
-
declare const routeName$
|
|
118785
|
-
type GetPdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
118786
|
-
type GetPdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
118787
|
-
type GetPdfOfAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
118788
|
-
type GetPdfOfAdvisoryReportByIdProps = paths[typeof routeName$
|
|
118880
|
+
declare const routeName$7F = "/v1/api/advisory-reports/{report_id}/pdf";
|
|
118881
|
+
type GetPdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$7F]['get']['parameters']['path'];
|
|
118882
|
+
type GetPdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7F]['get']['parameters']['query'];
|
|
118883
|
+
type GetPdfOfAdvisoryReportByIdResponse = paths[typeof routeName$7F]['get']['responses'][307]['content']['application/json'];
|
|
118884
|
+
type GetPdfOfAdvisoryReportByIdProps = paths[typeof routeName$7F]['get']['parameters'];
|
|
118789
118885
|
declare const getPdfOfAdvisoryReportById: (props: GetPdfOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GetPdfOfAdvisoryReportByIdResponse>;
|
|
118790
118886
|
|
|
118791
|
-
declare const routeName$
|
|
118792
|
-
type GeneratePdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
118793
|
-
type GeneratePdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
118794
|
-
type GeneratePdfOfAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
118887
|
+
declare const routeName$7E = "/v1/api/advisory-reports/{report_id}/pdf";
|
|
118888
|
+
type GeneratePdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$7E]['post']['parameters']['path'];
|
|
118889
|
+
type GeneratePdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7E]['post']['parameters']['query'];
|
|
118890
|
+
type GeneratePdfOfAdvisoryReportByIdResponse = paths[typeof routeName$7E]['post']['responses'][200]['content']['application/json'];
|
|
118795
118891
|
interface GeneratePdfOfAdvisoryReportByIdProps {
|
|
118796
118892
|
params: {
|
|
118797
118893
|
query: GeneratePdfOfAdvisoryReportByIdQueryParams;
|
|
@@ -118800,10 +118896,10 @@ interface GeneratePdfOfAdvisoryReportByIdProps {
|
|
|
118800
118896
|
}
|
|
118801
118897
|
declare const generatePdfOfAdvisoryReportById: (props: GeneratePdfOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GeneratePdfOfAdvisoryReportByIdResponse>;
|
|
118802
118898
|
|
|
118803
|
-
declare const routeName$
|
|
118804
|
-
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody = paths[typeof routeName$
|
|
118805
|
-
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams = paths[typeof routeName$
|
|
118806
|
-
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse = paths[typeof routeName$
|
|
118899
|
+
declare const routeName$7D = "/v1/api/advisory-report-front-page-pdf";
|
|
118900
|
+
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody = paths[typeof routeName$7D]['post']['requestBody']['content']['application/json'];
|
|
118901
|
+
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams = paths[typeof routeName$7D]['post']['parameters']['query'];
|
|
118902
|
+
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse = paths[typeof routeName$7D]['post']['responses'][201]['content']['application/json'];
|
|
118807
118903
|
interface GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps {
|
|
118808
118904
|
body: GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody;
|
|
118809
118905
|
params: {
|
|
@@ -118812,11 +118908,11 @@ interface GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps {
|
|
|
118812
118908
|
}
|
|
118813
118909
|
declare const generateStandaloneFrontPagePdfOfAdvisoryReportAsExample: (props: GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps, wgApiClient: ClientType) => Promise<GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse>;
|
|
118814
118910
|
|
|
118815
|
-
declare const routeName$
|
|
118816
|
-
type AcceptOrRejectAnAdvisoryReportBody = paths[typeof routeName$
|
|
118817
|
-
type AcceptOrRejectAnAdvisoryReportPathParams = paths[typeof routeName$
|
|
118818
|
-
type AcceptOrRejectAnAdvisoryReportQueryParams = paths[typeof routeName$
|
|
118819
|
-
type AcceptOrRejectAnAdvisoryReportResponse = paths[typeof routeName$
|
|
118911
|
+
declare const routeName$7C = "/v1/api/advisory-reports/{report_id}/acceptances";
|
|
118912
|
+
type AcceptOrRejectAnAdvisoryReportBody = paths[typeof routeName$7C]['post']['requestBody']['content']['application/json'];
|
|
118913
|
+
type AcceptOrRejectAnAdvisoryReportPathParams = paths[typeof routeName$7C]['post']['parameters']['path'];
|
|
118914
|
+
type AcceptOrRejectAnAdvisoryReportQueryParams = paths[typeof routeName$7C]['post']['parameters']['query'];
|
|
118915
|
+
type AcceptOrRejectAnAdvisoryReportResponse = paths[typeof routeName$7C]['post']['responses'][200]['content']['application/json'];
|
|
118820
118916
|
interface AcceptOrRejectAnAdvisoryReportProps {
|
|
118821
118917
|
body: AcceptOrRejectAnAdvisoryReportBody;
|
|
118822
118918
|
params: {
|
|
@@ -118826,11 +118922,11 @@ interface AcceptOrRejectAnAdvisoryReportProps {
|
|
|
118826
118922
|
}
|
|
118827
118923
|
declare const acceptOrRejectAnAdvisoryReport: (props: AcceptOrRejectAnAdvisoryReportProps, wgApiClient: ClientType) => Promise<AcceptOrRejectAnAdvisoryReportResponse>;
|
|
118828
118924
|
|
|
118829
|
-
declare const routeName$
|
|
118830
|
-
type LinkConversationToAdvisoryReportBody = paths[typeof routeName$
|
|
118831
|
-
type LinkConversationToAdvisoryReportPathParams = paths[typeof routeName$
|
|
118832
|
-
type LinkConversationToAdvisoryReportQueryParams = paths[typeof routeName$
|
|
118833
|
-
type LinkConversationToAdvisoryReportResponse = paths[typeof routeName$
|
|
118925
|
+
declare const routeName$7B = "/v1/api/advisory-reports/{report_id}/conversations";
|
|
118926
|
+
type LinkConversationToAdvisoryReportBody = paths[typeof routeName$7B]['post']['requestBody']['content']['application/json'];
|
|
118927
|
+
type LinkConversationToAdvisoryReportPathParams = paths[typeof routeName$7B]['post']['parameters']['path'];
|
|
118928
|
+
type LinkConversationToAdvisoryReportQueryParams = paths[typeof routeName$7B]['post']['parameters']['query'];
|
|
118929
|
+
type LinkConversationToAdvisoryReportResponse = paths[typeof routeName$7B]['post']['responses'][201]['content']['application/json'];
|
|
118834
118930
|
interface LinkConversationToAdvisoryReportProps {
|
|
118835
118931
|
body: LinkConversationToAdvisoryReportBody;
|
|
118836
118932
|
params: {
|
|
@@ -118840,11 +118936,11 @@ interface LinkConversationToAdvisoryReportProps {
|
|
|
118840
118936
|
}
|
|
118841
118937
|
declare const linkConversationToAdvisoryReport: (props: LinkConversationToAdvisoryReportProps, wgApiClient: ClientType) => Promise<LinkConversationToAdvisoryReportResponse>;
|
|
118842
118938
|
|
|
118843
|
-
declare const routeName$
|
|
118844
|
-
type CreateAdvisoryReportRevisionV2Body = paths[typeof routeName$
|
|
118845
|
-
type CreateAdvisoryReportRevisionV2PathParams = paths[typeof routeName$
|
|
118846
|
-
type CreateAdvisoryReportRevisionV2QueryParams = paths[typeof routeName$
|
|
118847
|
-
type CreateAdvisoryReportRevisionV2Response = paths[typeof routeName$
|
|
118939
|
+
declare const routeName$7A = "/v2/api/advisory-reports/{report_id}/revisions";
|
|
118940
|
+
type CreateAdvisoryReportRevisionV2Body = paths[typeof routeName$7A]['post']['requestBody']['content']['application/json'];
|
|
118941
|
+
type CreateAdvisoryReportRevisionV2PathParams = paths[typeof routeName$7A]['post']['parameters']['path'];
|
|
118942
|
+
type CreateAdvisoryReportRevisionV2QueryParams = paths[typeof routeName$7A]['post']['parameters']['query'];
|
|
118943
|
+
type CreateAdvisoryReportRevisionV2Response = paths[typeof routeName$7A]['post']['responses'][201]['content']['application/json'];
|
|
118848
118944
|
interface CreateAdvisoryReportRevisionV2Props {
|
|
118849
118945
|
body: CreateAdvisoryReportRevisionV2Body;
|
|
118850
118946
|
params: {
|
|
@@ -118854,11 +118950,11 @@ interface CreateAdvisoryReportRevisionV2Props {
|
|
|
118854
118950
|
}
|
|
118855
118951
|
declare const createAdvisoryReportRevisionV2: (props: CreateAdvisoryReportRevisionV2Props, wgApiClient: ClientType) => Promise<CreateAdvisoryReportRevisionV2Response>;
|
|
118856
118952
|
|
|
118857
|
-
declare const routeName$
|
|
118858
|
-
type CreateAdvisoryReportRevisionBody = paths[typeof routeName$
|
|
118859
|
-
type CreateAdvisoryReportRevisionPathParams = paths[typeof routeName$
|
|
118860
|
-
type CreateAdvisoryReportRevisionQueryParams = paths[typeof routeName$
|
|
118861
|
-
type CreateAdvisoryReportRevisionResponse = paths[typeof routeName$
|
|
118953
|
+
declare const routeName$7z = "/v1/api/advisory-reports/{report_id}/revisions";
|
|
118954
|
+
type CreateAdvisoryReportRevisionBody = paths[typeof routeName$7z]['post']['requestBody']['content']['application/json'];
|
|
118955
|
+
type CreateAdvisoryReportRevisionPathParams = paths[typeof routeName$7z]['post']['parameters']['path'];
|
|
118956
|
+
type CreateAdvisoryReportRevisionQueryParams = paths[typeof routeName$7z]['post']['parameters']['query'];
|
|
118957
|
+
type CreateAdvisoryReportRevisionResponse = paths[typeof routeName$7z]['post']['responses'][201]['content']['application/json'];
|
|
118862
118958
|
interface CreateAdvisoryReportRevisionProps {
|
|
118863
118959
|
body: CreateAdvisoryReportRevisionBody;
|
|
118864
118960
|
params: {
|
|
@@ -118868,10 +118964,10 @@ interface CreateAdvisoryReportRevisionProps {
|
|
|
118868
118964
|
}
|
|
118869
118965
|
declare const createAdvisoryReportRevision: (props: CreateAdvisoryReportRevisionProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportRevisionResponse>;
|
|
118870
118966
|
|
|
118871
|
-
declare const routeName$
|
|
118872
|
-
type DeleteAdvisoryReportPathParams = paths[typeof routeName$
|
|
118873
|
-
type DeleteAdvisoryReportQueryParams = paths[typeof routeName$
|
|
118874
|
-
type DeleteAdvisoryReportResponse = paths[typeof routeName$
|
|
118967
|
+
declare const routeName$7y = "/v2/api/advisory-reports/{report_id}";
|
|
118968
|
+
type DeleteAdvisoryReportPathParams = paths[typeof routeName$7y]['delete']['parameters']['path'];
|
|
118969
|
+
type DeleteAdvisoryReportQueryParams = paths[typeof routeName$7y]['delete']['parameters']['query'];
|
|
118970
|
+
type DeleteAdvisoryReportResponse = paths[typeof routeName$7y]['delete']['responses'][200]['content']['application/json'];
|
|
118875
118971
|
interface DeleteAdvisoryReportProps {
|
|
118876
118972
|
params: {
|
|
118877
118973
|
query: DeleteAdvisoryReportQueryParams;
|
|
@@ -118880,11 +118976,11 @@ interface DeleteAdvisoryReportProps {
|
|
|
118880
118976
|
}
|
|
118881
118977
|
declare const deleteAdvisoryReport: (props: DeleteAdvisoryReportProps, wgApiClient: ClientType) => Promise<DeleteAdvisoryReportResponse>;
|
|
118882
118978
|
|
|
118883
|
-
declare const routeName$
|
|
118884
|
-
type PutClausesForReportBody = paths[typeof routeName$
|
|
118885
|
-
type PutClausesForReportPathParams = paths[typeof routeName$
|
|
118886
|
-
type PutClausesForReportQueryParams = paths[typeof routeName$
|
|
118887
|
-
type PutClausesForReportResponse = paths[typeof routeName$
|
|
118979
|
+
declare const routeName$7x = "/v1/api/advisory-reports/{report_id}/clauses";
|
|
118980
|
+
type PutClausesForReportBody = paths[typeof routeName$7x]['put']['requestBody']['content']['application/json'];
|
|
118981
|
+
type PutClausesForReportPathParams = paths[typeof routeName$7x]['put']['parameters']['path'];
|
|
118982
|
+
type PutClausesForReportQueryParams = paths[typeof routeName$7x]['put']['parameters']['query'];
|
|
118983
|
+
type PutClausesForReportResponse = paths[typeof routeName$7x]['put']['responses'][200]['content']['application/json'];
|
|
118888
118984
|
interface PutClausesForReportProps {
|
|
118889
118985
|
body: PutClausesForReportBody;
|
|
118890
118986
|
params: {
|
|
@@ -118894,9 +118990,9 @@ interface PutClausesForReportProps {
|
|
|
118894
118990
|
}
|
|
118895
118991
|
declare const putClausesForReport: (props: PutClausesForReportProps, wgApiClient: ClientType) => Promise<PutClausesForReportResponse>;
|
|
118896
118992
|
|
|
118897
|
-
declare const routeName$
|
|
118898
|
-
type GeneratePersonalizationAdviceForAdvisoryReportPathParams = paths[typeof routeName$
|
|
118899
|
-
type GeneratePersonalizationAdviceForAdvisoryReportResponse = paths[typeof routeName$
|
|
118993
|
+
declare const routeName$7w = "/v1/api/advisory-reports/{report_id}/personalise-advices";
|
|
118994
|
+
type GeneratePersonalizationAdviceForAdvisoryReportPathParams = paths[typeof routeName$7w]['post']['parameters']['path'];
|
|
118995
|
+
type GeneratePersonalizationAdviceForAdvisoryReportResponse = paths[typeof routeName$7w]['post']['responses'][200]['content']['application/json'];
|
|
118900
118996
|
interface GeneratePersonalizationAdviceForAdvisoryReportProps {
|
|
118901
118997
|
params: {
|
|
118902
118998
|
path: GeneratePersonalizationAdviceForAdvisoryReportPathParams;
|
|
@@ -118904,18 +119000,18 @@ interface GeneratePersonalizationAdviceForAdvisoryReportProps {
|
|
|
118904
119000
|
}
|
|
118905
119001
|
declare const generatePersonalizationAdviceForAdvisoryReport: (props: GeneratePersonalizationAdviceForAdvisoryReportProps, wgApiClient: ClientType) => Promise<GeneratePersonalizationAdviceForAdvisoryReportResponse>;
|
|
118906
119002
|
|
|
118907
|
-
declare const routeName$
|
|
118908
|
-
type GetStepSettingsByAdvisoryReportIdPathParams = paths[typeof routeName$
|
|
118909
|
-
type GetStepSettingsByAdvisoryReportIdQueryParams = paths[typeof routeName$
|
|
118910
|
-
type GetStepSettingsByAdvisoryReportIdResponse = paths[typeof routeName$
|
|
118911
|
-
type GetStepSettingsByAdvisoryReportIdProps = paths[typeof routeName$
|
|
119003
|
+
declare const routeName$7v = "/v1/api/advisory-reports/{report_id}/settings/steps";
|
|
119004
|
+
type GetStepSettingsByAdvisoryReportIdPathParams = paths[typeof routeName$7v]['get']['parameters']['path'];
|
|
119005
|
+
type GetStepSettingsByAdvisoryReportIdQueryParams = paths[typeof routeName$7v]['get']['parameters']['query'];
|
|
119006
|
+
type GetStepSettingsByAdvisoryReportIdResponse = paths[typeof routeName$7v]['get']['responses'][200]['content']['application/json'];
|
|
119007
|
+
type GetStepSettingsByAdvisoryReportIdProps = paths[typeof routeName$7v]['get']['parameters'];
|
|
118912
119008
|
declare const getStepSettingsByAdvisoryReportId: (props: GetStepSettingsByAdvisoryReportIdProps, wgApiClient: ClientType) => Promise<GetStepSettingsByAdvisoryReportIdResponse>;
|
|
118913
119009
|
|
|
118914
|
-
declare const routeName$
|
|
118915
|
-
type CreateAdvisoryReportStepSettingsBody = paths[typeof routeName$
|
|
118916
|
-
type CreateAdvisoryReportStepSettingsPathParams = paths[typeof routeName$
|
|
118917
|
-
type CreateAdvisoryReportStepSettingsQueryParams = paths[typeof routeName$
|
|
118918
|
-
type CreateAdvisoryReportStepSettingsResponse = paths[typeof routeName$
|
|
119010
|
+
declare const routeName$7u = "/v1/api/advisory-reports/{report_id}/settings/steps";
|
|
119011
|
+
type CreateAdvisoryReportStepSettingsBody = paths[typeof routeName$7u]['put']['requestBody']['content']['application/json'];
|
|
119012
|
+
type CreateAdvisoryReportStepSettingsPathParams = paths[typeof routeName$7u]['put']['parameters']['path'];
|
|
119013
|
+
type CreateAdvisoryReportStepSettingsQueryParams = paths[typeof routeName$7u]['put']['parameters']['query'];
|
|
119014
|
+
type CreateAdvisoryReportStepSettingsResponse = paths[typeof routeName$7u]['put']['responses'][200]['content']['application/json'];
|
|
118919
119015
|
interface CreateAdvisoryReportStepSettingsProps {
|
|
118920
119016
|
body: CreateAdvisoryReportStepSettingsBody;
|
|
118921
119017
|
params: {
|
|
@@ -118925,11 +119021,11 @@ interface CreateAdvisoryReportStepSettingsProps {
|
|
|
118925
119021
|
}
|
|
118926
119022
|
declare const createAdvisoryReportStepSettings: (props: CreateAdvisoryReportStepSettingsProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportStepSettingsResponse>;
|
|
118927
119023
|
|
|
118928
|
-
declare const routeName$
|
|
118929
|
-
type CreateRiskDomainForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
118930
|
-
type CreateRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
118931
|
-
type CreateRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
118932
|
-
type CreateRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119024
|
+
declare const routeName$7t = "/v1/api/advisory-reports/{report_id}/risk-domains";
|
|
119025
|
+
type CreateRiskDomainForAdvisoryReportByIdBody = paths[typeof routeName$7t]['post']['requestBody']['content']['application/json'];
|
|
119026
|
+
type CreateRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$7t]['post']['parameters']['path'];
|
|
119027
|
+
type CreateRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$7t]['post']['parameters']['query'];
|
|
119028
|
+
type CreateRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$7t]['post']['responses'][201]['content']['application/json'];
|
|
118933
119029
|
interface CreateRiskDomainForAdvisoryReportByIdProps {
|
|
118934
119030
|
body: CreateRiskDomainForAdvisoryReportByIdBody;
|
|
118935
119031
|
params: {
|
|
@@ -118939,10 +119035,10 @@ interface CreateRiskDomainForAdvisoryReportByIdProps {
|
|
|
118939
119035
|
}
|
|
118940
119036
|
declare const createRiskDomainForAdvisoryReportById: (props: CreateRiskDomainForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainForAdvisoryReportByIdResponse>;
|
|
118941
119037
|
|
|
118942
|
-
declare const routeName$
|
|
118943
|
-
type DeleteRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
118944
|
-
type DeleteRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
118945
|
-
type DeleteRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119038
|
+
declare const routeName$7s = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}";
|
|
119039
|
+
type DeleteRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$7s]['delete']['parameters']['path'];
|
|
119040
|
+
type DeleteRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$7s]['delete']['parameters']['query'];
|
|
119041
|
+
type DeleteRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$7s]['delete']['responses'][200]['content']['application/json'];
|
|
118946
119042
|
interface DeleteRiskDomainForAdvisoryReportByIdProps {
|
|
118947
119043
|
params: {
|
|
118948
119044
|
query: DeleteRiskDomainForAdvisoryReportByIdQueryParams;
|
|
@@ -118951,11 +119047,11 @@ interface DeleteRiskDomainForAdvisoryReportByIdProps {
|
|
|
118951
119047
|
}
|
|
118952
119048
|
declare const deleteRiskDomainForAdvisoryReportById: (props: DeleteRiskDomainForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainForAdvisoryReportByIdResponse>;
|
|
118953
119049
|
|
|
118954
|
-
declare const routeName$
|
|
118955
|
-
type CreateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
118956
|
-
type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
118957
|
-
type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
118958
|
-
type CreateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119050
|
+
declare const routeName$7r = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice";
|
|
119051
|
+
type CreateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$7r]['post']['requestBody']['content']['application/json'];
|
|
119052
|
+
type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7r]['post']['parameters']['path'];
|
|
119053
|
+
type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7r]['post']['parameters']['query'];
|
|
119054
|
+
type CreateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7r]['post']['responses'][201]['content']['application/json'];
|
|
118959
119055
|
interface CreateRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
118960
119056
|
body: CreateRiskDomainAdviceForAdvisoryReportByIdBody;
|
|
118961
119057
|
params: {
|
|
@@ -118965,10 +119061,10 @@ interface CreateRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
|
118965
119061
|
}
|
|
118966
119062
|
declare const createRiskDomainAdviceForAdvisoryReportById: (props: CreateRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainAdviceForAdvisoryReportByIdResponse>;
|
|
118967
119063
|
|
|
118968
|
-
declare const routeName$
|
|
118969
|
-
type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
118970
|
-
type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
118971
|
-
type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119064
|
+
declare const routeName$7q = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
|
|
119065
|
+
type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7q]['delete']['parameters']['path'];
|
|
119066
|
+
type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7q]['delete']['parameters']['query'];
|
|
119067
|
+
type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7q]['delete']['responses'][200]['content']['application/json'];
|
|
118972
119068
|
interface DeleteRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
118973
119069
|
params: {
|
|
118974
119070
|
query: DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams;
|
|
@@ -118977,11 +119073,11 @@ interface DeleteRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
|
118977
119073
|
}
|
|
118978
119074
|
declare const deleteRiskDomainAdviceForAdvisoryReportById: (props: DeleteRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainAdviceForAdvisoryReportByIdResponse>;
|
|
118979
119075
|
|
|
118980
|
-
declare const routeName$
|
|
118981
|
-
type UpdateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
118982
|
-
type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
118983
|
-
type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
118984
|
-
type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119076
|
+
declare const routeName$7p = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
|
|
119077
|
+
type UpdateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$7p]['patch']['requestBody']['content']['application/json'];
|
|
119078
|
+
type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7p]['patch']['parameters']['path'];
|
|
119079
|
+
type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7p]['patch']['parameters']['query'];
|
|
119080
|
+
type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7p]['patch']['responses'][201]['content']['application/json'];
|
|
118985
119081
|
interface UpdateRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
118986
119082
|
body: UpdateRiskDomainAdviceForAdvisoryReportByIdBody;
|
|
118987
119083
|
params: {
|
|
@@ -118991,11 +119087,11 @@ interface UpdateRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
|
118991
119087
|
}
|
|
118992
119088
|
declare const updateRiskDomainAdviceForAdvisoryReportById: (props: UpdateRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainAdviceForAdvisoryReportByIdResponse>;
|
|
118993
119089
|
|
|
118994
|
-
declare const routeName$
|
|
118995
|
-
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
118996
|
-
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
118997
|
-
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
118998
|
-
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119090
|
+
declare const routeName$7o = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}/actions";
|
|
119091
|
+
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody = paths[typeof routeName$7o]['put']['requestBody']['content']['application/json'];
|
|
119092
|
+
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7o]['put']['parameters']['path'];
|
|
119093
|
+
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7o]['put']['parameters']['query'];
|
|
119094
|
+
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7o]['put']['responses'][201]['content']['application/json'];
|
|
118999
119095
|
interface CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps {
|
|
119000
119096
|
body: CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody;
|
|
119001
119097
|
params: {
|
|
@@ -119005,11 +119101,11 @@ interface CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps {
|
|
|
119005
119101
|
}
|
|
119006
119102
|
declare const createRiskDomainActionFromAdviceForAdvisoryReportById: (props: CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse>;
|
|
119007
119103
|
|
|
119008
|
-
declare const routeName$
|
|
119009
|
-
type CreateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
119010
|
-
type CreateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
119011
|
-
type CreateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
119012
|
-
type CreateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119104
|
+
declare const routeName$7n = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions";
|
|
119105
|
+
type CreateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$7n]['post']['requestBody']['content']['application/json'];
|
|
119106
|
+
type CreateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7n]['post']['parameters']['path'];
|
|
119107
|
+
type CreateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7n]['post']['parameters']['query'];
|
|
119108
|
+
type CreateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7n]['post']['responses'][201]['content']['application/json'];
|
|
119013
119109
|
interface CreateRiskDomainActionForAdvisoryReportByIdProps {
|
|
119014
119110
|
body: CreateRiskDomainActionForAdvisoryReportByIdBody;
|
|
119015
119111
|
params: {
|
|
@@ -119019,10 +119115,10 @@ interface CreateRiskDomainActionForAdvisoryReportByIdProps {
|
|
|
119019
119115
|
}
|
|
119020
119116
|
declare const createRiskDomainActionForAdvisoryReportById: (props: CreateRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainActionForAdvisoryReportByIdResponse>;
|
|
119021
119117
|
|
|
119022
|
-
declare const routeName$
|
|
119023
|
-
type DeleteRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
119024
|
-
type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
119025
|
-
type DeleteRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119118
|
+
declare const routeName$7m = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
|
|
119119
|
+
type DeleteRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7m]['delete']['parameters']['path'];
|
|
119120
|
+
type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7m]['delete']['parameters']['query'];
|
|
119121
|
+
type DeleteRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7m]['delete']['responses'][200]['content']['application/json'];
|
|
119026
119122
|
interface DeleteRiskDomainActionForAdvisoryReportByIdProps {
|
|
119027
119123
|
params: {
|
|
119028
119124
|
query: DeleteRiskDomainActionForAdvisoryReportByIdQueryParams;
|
|
@@ -119031,11 +119127,11 @@ interface DeleteRiskDomainActionForAdvisoryReportByIdProps {
|
|
|
119031
119127
|
}
|
|
119032
119128
|
declare const deleteRiskDomainActionForAdvisoryReportById: (props: DeleteRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainActionForAdvisoryReportByIdResponse>;
|
|
119033
119129
|
|
|
119034
|
-
declare const routeName$
|
|
119035
|
-
type UpdateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
119036
|
-
type UpdateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
119037
|
-
type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
119038
|
-
type UpdateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119130
|
+
declare const routeName$7l = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
|
|
119131
|
+
type UpdateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$7l]['patch']['requestBody']['content']['application/json'];
|
|
119132
|
+
type UpdateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7l]['patch']['parameters']['path'];
|
|
119133
|
+
type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7l]['patch']['parameters']['query'];
|
|
119134
|
+
type UpdateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7l]['patch']['responses'][200]['content']['application/json'];
|
|
119039
119135
|
interface UpdateRiskDomainActionForAdvisoryReportByIdProps {
|
|
119040
119136
|
body: UpdateRiskDomainActionForAdvisoryReportByIdBody;
|
|
119041
119137
|
params: {
|
|
@@ -119045,11 +119141,11 @@ interface UpdateRiskDomainActionForAdvisoryReportByIdProps {
|
|
|
119045
119141
|
}
|
|
119046
119142
|
declare const updateRiskDomainActionForAdvisoryReportById: (props: UpdateRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainActionForAdvisoryReportByIdResponse>;
|
|
119047
119143
|
|
|
119048
|
-
declare const routeName$
|
|
119049
|
-
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
119050
|
-
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
119051
|
-
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
119052
|
-
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119144
|
+
declare const routeName$7k = "/v1/api/advisory-reports/{report_id}/insurance-policies";
|
|
119145
|
+
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody = paths[typeof routeName$7k]['put']['requestBody']['content']['application/json'];
|
|
119146
|
+
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$7k]['put']['parameters']['path'];
|
|
119147
|
+
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$7k]['put']['parameters']['query'];
|
|
119148
|
+
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$7k]['put']['responses'][200]['content']['application/json'];
|
|
119053
119149
|
interface CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps {
|
|
119054
119150
|
body: CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody;
|
|
119055
119151
|
params: {
|
|
@@ -119059,10 +119155,10 @@ interface CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps {
|
|
|
119059
119155
|
}
|
|
119060
119156
|
declare const createOrReplaceInsurancePolicyForAdvisoryReportById: (props: CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse>;
|
|
119061
119157
|
|
|
119062
|
-
declare const routeName$
|
|
119063
|
-
type DeleteInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
119064
|
-
type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
119065
|
-
type DeleteInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119158
|
+
declare const routeName$7j = "/v1/api/advisory-reports/{report_id}/insurance-policies/{insurance_policy_id}";
|
|
119159
|
+
type DeleteInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$7j]['delete']['parameters']['path'];
|
|
119160
|
+
type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$7j]['delete']['parameters']['query'];
|
|
119161
|
+
type DeleteInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$7j]['delete']['responses'][200]['content']['application/json'];
|
|
119066
119162
|
interface DeleteInsurancePolicyForAdvisoryReportByIdProps {
|
|
119067
119163
|
params: {
|
|
119068
119164
|
query: DeleteInsurancePolicyForAdvisoryReportByIdQueryParams;
|
|
@@ -119071,11 +119167,11 @@ interface DeleteInsurancePolicyForAdvisoryReportByIdProps {
|
|
|
119071
119167
|
}
|
|
119072
119168
|
declare const deleteInsurancePolicyForAdvisoryReportById: (props: DeleteInsurancePolicyForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteInsurancePolicyForAdvisoryReportByIdResponse>;
|
|
119073
119169
|
|
|
119074
|
-
declare const routeName$
|
|
119075
|
-
type OrderInsurancePolciesOfAdvisoryReportBody = paths[typeof routeName$
|
|
119076
|
-
type OrderInsurancePolciesOfAdvisoryReportPathParams = paths[typeof routeName$
|
|
119077
|
-
type OrderInsurancePolciesOfAdvisoryReportQueryParams = paths[typeof routeName$
|
|
119078
|
-
type OrderInsurancePolciesOfAdvisoryReportResponse = paths[typeof routeName$
|
|
119170
|
+
declare const routeName$7i = "/v1/api/advisory-reports/{report_id}/insurance-policies/order";
|
|
119171
|
+
type OrderInsurancePolciesOfAdvisoryReportBody = paths[typeof routeName$7i]['put']['requestBody']['content']['application/json'];
|
|
119172
|
+
type OrderInsurancePolciesOfAdvisoryReportPathParams = paths[typeof routeName$7i]['put']['parameters']['path'];
|
|
119173
|
+
type OrderInsurancePolciesOfAdvisoryReportQueryParams = paths[typeof routeName$7i]['put']['parameters']['query'];
|
|
119174
|
+
type OrderInsurancePolciesOfAdvisoryReportResponse = paths[typeof routeName$7i]['put']['responses'][200]['content']['application/json'];
|
|
119079
119175
|
interface OrderInsurancePolciesOfAdvisoryReportProps {
|
|
119080
119176
|
body: OrderInsurancePolciesOfAdvisoryReportBody;
|
|
119081
119177
|
params: {
|
|
@@ -119085,11 +119181,11 @@ interface OrderInsurancePolciesOfAdvisoryReportProps {
|
|
|
119085
119181
|
}
|
|
119086
119182
|
declare const orderInsurancePolciesOfAdvisoryReport: (props: OrderInsurancePolciesOfAdvisoryReportProps, wgApiClient: ClientType) => Promise<OrderInsurancePolciesOfAdvisoryReportResponse>;
|
|
119087
119183
|
|
|
119088
|
-
declare const routeName$
|
|
119089
|
-
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
119090
|
-
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
119091
|
-
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
119092
|
-
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119184
|
+
declare const routeName$7h = "/v1/api/advisory-reports/{report_id}/policy-packages";
|
|
119185
|
+
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody = paths[typeof routeName$7h]['put']['requestBody']['content']['application/json'];
|
|
119186
|
+
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams = paths[typeof routeName$7h]['put']['parameters']['path'];
|
|
119187
|
+
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams = paths[typeof routeName$7h]['put']['parameters']['query'];
|
|
119188
|
+
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse = paths[typeof routeName$7h]['put']['responses'][200]['content']['application/json'];
|
|
119093
119189
|
interface CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps {
|
|
119094
119190
|
body: CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody;
|
|
119095
119191
|
params: {
|
|
@@ -119099,39 +119195,39 @@ interface CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps {
|
|
|
119099
119195
|
}
|
|
119100
119196
|
declare const createOrReplacePolicyPackagesForAdvisoryReportById: (props: CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse>;
|
|
119101
119197
|
|
|
119102
|
-
declare const routeName$
|
|
119103
|
-
type GetAdvisoryReportRevisionDiffPathParams = paths[typeof routeName$
|
|
119104
|
-
type GetAdvisoryReportRevisionDiffQueryParams = paths[typeof routeName$
|
|
119105
|
-
type GetAdvisoryReportRevisionDiffResponse = paths[typeof routeName$
|
|
119106
|
-
type GetAdvisoryReportRevisionDiffProps = paths[typeof routeName$
|
|
119198
|
+
declare const routeName$7g = "/v1/api/advisory-reports/{report_id_1}/diff/{report_id_2}";
|
|
119199
|
+
type GetAdvisoryReportRevisionDiffPathParams = paths[typeof routeName$7g]['get']['parameters']['path'];
|
|
119200
|
+
type GetAdvisoryReportRevisionDiffQueryParams = paths[typeof routeName$7g]['get']['parameters']['query'];
|
|
119201
|
+
type GetAdvisoryReportRevisionDiffResponse = paths[typeof routeName$7g]['get']['responses'][200]['content']['application/json'];
|
|
119202
|
+
type GetAdvisoryReportRevisionDiffProps = paths[typeof routeName$7g]['get']['parameters'];
|
|
119107
119203
|
declare const getAdvisoryReportRevisionDiff: (props: GetAdvisoryReportRevisionDiffProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportRevisionDiffResponse>;
|
|
119108
119204
|
|
|
119109
|
-
declare const routeName$
|
|
119110
|
-
type GetAllAvailableAffiliationsResponse = paths[typeof routeName$
|
|
119205
|
+
declare const routeName$7f = "/v1/api/affiliations";
|
|
119206
|
+
type GetAllAvailableAffiliationsResponse = paths[typeof routeName$7f]['get']['responses'][200]['content']['application/json'];
|
|
119111
119207
|
declare const getAllAvailableAffiliations: (wgApiClient: ClientType) => Promise<GetAllAvailableAffiliationsResponse>;
|
|
119112
119208
|
|
|
119113
|
-
declare const routeName$
|
|
119114
|
-
type GetAnvaLabelsQueryParams = paths[typeof routeName$
|
|
119115
|
-
type GetAnvaLabelsResponse = paths[typeof routeName$
|
|
119116
|
-
type GetAnvaLabelsProps = paths[typeof routeName$
|
|
119209
|
+
declare const routeName$7e = "/v1/api/anvaflows/labels";
|
|
119210
|
+
type GetAnvaLabelsQueryParams = paths[typeof routeName$7e]['get']['parameters']['query'];
|
|
119211
|
+
type GetAnvaLabelsResponse = paths[typeof routeName$7e]['get']['responses'][200]['content']['application/json'];
|
|
119212
|
+
type GetAnvaLabelsProps = paths[typeof routeName$7e]['get']['parameters'];
|
|
119117
119213
|
declare const getAnvaLabels: (props: GetAnvaLabelsProps, wgApiClient: ClientType) => Promise<GetAnvaLabelsResponse>;
|
|
119118
119214
|
|
|
119119
|
-
declare const routeName$
|
|
119120
|
-
type GetSupportedAnvaflowInsurancesQueryParams = paths[typeof routeName$
|
|
119121
|
-
type GetSupportedAnvaflowInsurancesResponse = paths[typeof routeName$
|
|
119122
|
-
type GetSupportedAnvaflowInsurancesProps = paths[typeof routeName$
|
|
119215
|
+
declare const routeName$7d = "/v1/api/anvaflows/supported-insurances";
|
|
119216
|
+
type GetSupportedAnvaflowInsurancesQueryParams = paths[typeof routeName$7d]['get']['parameters']['query'];
|
|
119217
|
+
type GetSupportedAnvaflowInsurancesResponse = paths[typeof routeName$7d]['get']['responses'][200]['content']['application/json'];
|
|
119218
|
+
type GetSupportedAnvaflowInsurancesProps = paths[typeof routeName$7d]['get']['parameters'];
|
|
119123
119219
|
declare const getSupportedAnvaflowInsurances: (props: GetSupportedAnvaflowInsurancesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowInsurancesResponse>;
|
|
119124
119220
|
|
|
119125
|
-
declare const routeName$
|
|
119126
|
-
type GetSupportedAnvaflowTagsQueryParams = paths[typeof routeName$
|
|
119127
|
-
type GetSupportedAnvaflowTagsResponse = paths[typeof routeName$
|
|
119128
|
-
type GetSupportedAnvaflowTagsProps = paths[typeof routeName$
|
|
119221
|
+
declare const routeName$7c = "/v1/api/anvaflows/supported-tags";
|
|
119222
|
+
type GetSupportedAnvaflowTagsQueryParams = paths[typeof routeName$7c]['get']['parameters']['query'];
|
|
119223
|
+
type GetSupportedAnvaflowTagsResponse = paths[typeof routeName$7c]['get']['responses'][200]['content']['application/json'];
|
|
119224
|
+
type GetSupportedAnvaflowTagsProps = paths[typeof routeName$7c]['get']['parameters'];
|
|
119129
119225
|
declare const getSupportedAnvaflowTags: (props: GetSupportedAnvaflowTagsProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowTagsResponse>;
|
|
119130
119226
|
|
|
119131
|
-
declare const routeName$
|
|
119132
|
-
type CreateAnvaflowTagsBody = paths[typeof routeName$
|
|
119133
|
-
type CreateAnvaflowTagsQueryParams = paths[typeof routeName$
|
|
119134
|
-
type CreateAnvaflowTagsResponse = paths[typeof routeName$
|
|
119227
|
+
declare const routeName$7b = "/v1/api/anvaflows/supported-tags";
|
|
119228
|
+
type CreateAnvaflowTagsBody = paths[typeof routeName$7b]['put']['requestBody']['content']['application/json'];
|
|
119229
|
+
type CreateAnvaflowTagsQueryParams = paths[typeof routeName$7b]['put']['parameters']['query'];
|
|
119230
|
+
type CreateAnvaflowTagsResponse = paths[typeof routeName$7b]['put']['responses'][200]['content']['application/json'];
|
|
119135
119231
|
interface CreateAnvaflowTagsProps {
|
|
119136
119232
|
body: CreateAnvaflowTagsBody;
|
|
119137
119233
|
params: {
|
|
@@ -119140,35 +119236,35 @@ interface CreateAnvaflowTagsProps {
|
|
|
119140
119236
|
}
|
|
119141
119237
|
declare const createAnvaflowTags: (props: CreateAnvaflowTagsProps, wgApiClient: ClientType) => Promise<CreateAnvaflowTagsResponse>;
|
|
119142
119238
|
|
|
119143
|
-
declare const routeName$
|
|
119144
|
-
type GetSupportedAnvaflowCoveragesQueryParams = paths[typeof routeName$
|
|
119145
|
-
type GetSupportedAnvaflowCoveragesResponse = paths[typeof routeName$
|
|
119146
|
-
type GetSupportedAnvaflowCoveragesProps = paths[typeof routeName$
|
|
119239
|
+
declare const routeName$7a = "/v1/api/anvaflows/supported-coverages";
|
|
119240
|
+
type GetSupportedAnvaflowCoveragesQueryParams = paths[typeof routeName$7a]['get']['parameters']['query'];
|
|
119241
|
+
type GetSupportedAnvaflowCoveragesResponse = paths[typeof routeName$7a]['get']['responses'][200]['content']['application/json'];
|
|
119242
|
+
type GetSupportedAnvaflowCoveragesProps = paths[typeof routeName$7a]['get']['parameters'];
|
|
119147
119243
|
declare const getSupportedAnvaflowCoverages: (props: GetSupportedAnvaflowCoveragesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowCoveragesResponse>;
|
|
119148
119244
|
|
|
119149
|
-
declare const routeName$
|
|
119150
|
-
type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams = paths[typeof routeName$
|
|
119151
|
-
type GetSupportedAnvaflowCoveragesGroupedByAdnResponse = paths[typeof routeName$
|
|
119152
|
-
type GetSupportedAnvaflowCoveragesGroupedByAdnProps = paths[typeof routeName$
|
|
119245
|
+
declare const routeName$79 = "/v1/api/anvaflows/supported-adn-coverages";
|
|
119246
|
+
type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams = paths[typeof routeName$79]['get']['parameters']['query'];
|
|
119247
|
+
type GetSupportedAnvaflowCoveragesGroupedByAdnResponse = paths[typeof routeName$79]['get']['responses'][200]['content']['application/json'];
|
|
119248
|
+
type GetSupportedAnvaflowCoveragesGroupedByAdnProps = paths[typeof routeName$79]['get']['parameters'];
|
|
119153
119249
|
declare const getSupportedAnvaflowCoveragesGroupedByAdn: (props: GetSupportedAnvaflowCoveragesGroupedByAdnProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowCoveragesGroupedByAdnResponse>;
|
|
119154
119250
|
|
|
119155
|
-
declare const routeName$
|
|
119156
|
-
type GetSupportedAnvaflowInsuranceCompaniesQueryParams = paths[typeof routeName$
|
|
119157
|
-
type GetSupportedAnvaflowInsuranceCompaniesResponse = paths[typeof routeName$
|
|
119158
|
-
type GetSupportedAnvaflowInsuranceCompaniesProps = paths[typeof routeName$
|
|
119251
|
+
declare const routeName$78 = "/v1/api/anvaflows/supported-insurance-companies";
|
|
119252
|
+
type GetSupportedAnvaflowInsuranceCompaniesQueryParams = paths[typeof routeName$78]['get']['parameters']['query'];
|
|
119253
|
+
type GetSupportedAnvaflowInsuranceCompaniesResponse = paths[typeof routeName$78]['get']['responses'][200]['content']['application/json'];
|
|
119254
|
+
type GetSupportedAnvaflowInsuranceCompaniesProps = paths[typeof routeName$78]['get']['parameters'];
|
|
119159
119255
|
declare const getSupportedAnvaflowInsuranceCompanies: (props: GetSupportedAnvaflowInsuranceCompaniesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowInsuranceCompaniesResponse>;
|
|
119160
119256
|
|
|
119161
|
-
declare const routeName$
|
|
119162
|
-
type GetAnvaMutationReasonsQueryParams = paths[typeof routeName$
|
|
119163
|
-
type GetAnvaMutationReasonsResponse = paths[typeof routeName$
|
|
119164
|
-
type GetAnvaMutationReasonsProps = paths[typeof routeName$
|
|
119257
|
+
declare const routeName$77 = "/v1/api/anvaflows/mutation-reasons";
|
|
119258
|
+
type GetAnvaMutationReasonsQueryParams = paths[typeof routeName$77]['get']['parameters']['query'];
|
|
119259
|
+
type GetAnvaMutationReasonsResponse = paths[typeof routeName$77]['get']['responses'][200]['content']['application/json'];
|
|
119260
|
+
type GetAnvaMutationReasonsProps = paths[typeof routeName$77]['get']['parameters'];
|
|
119165
119261
|
declare const getAnvaMutationReasons: (props: GetAnvaMutationReasonsProps, wgApiClient: ClientType) => Promise<GetAnvaMutationReasonsResponse>;
|
|
119166
119262
|
|
|
119167
|
-
declare const routeName$
|
|
119168
|
-
type CalculateAnvaquotesBySessionIdBody = paths[typeof routeName$
|
|
119169
|
-
type CalculateAnvaquotesBySessionIdPathParams = paths[typeof routeName$
|
|
119170
|
-
type CalculateAnvaquotesBySessionIdQueryParams = paths[typeof routeName$
|
|
119171
|
-
type CalculateAnvaquotesBySessionIdResponse = paths[typeof routeName$
|
|
119263
|
+
declare const routeName$76 = "/v1/api/anvaflows/{session_id}/calculate";
|
|
119264
|
+
type CalculateAnvaquotesBySessionIdBody = paths[typeof routeName$76]['post']['requestBody']['content']['application/json'];
|
|
119265
|
+
type CalculateAnvaquotesBySessionIdPathParams = paths[typeof routeName$76]['post']['parameters']['path'];
|
|
119266
|
+
type CalculateAnvaquotesBySessionIdQueryParams = paths[typeof routeName$76]['post']['parameters']['query'];
|
|
119267
|
+
type CalculateAnvaquotesBySessionIdResponse = paths[typeof routeName$76]['post']['responses'][200]['content']['application/json'];
|
|
119172
119268
|
interface CalculateAnvaquotesBySessionIdProps {
|
|
119173
119269
|
body: CalculateAnvaquotesBySessionIdBody;
|
|
119174
119270
|
params: {
|
|
@@ -119178,11 +119274,11 @@ interface CalculateAnvaquotesBySessionIdProps {
|
|
|
119178
119274
|
}
|
|
119179
119275
|
declare const calculateAnvaquotesBySessionId: (props: CalculateAnvaquotesBySessionIdProps, wgApiClient: ClientType) => Promise<CalculateAnvaquotesBySessionIdResponse>;
|
|
119180
119276
|
|
|
119181
|
-
declare const routeName$
|
|
119182
|
-
type EnqueueCalculationAnvaquotesBySessionIdBody = paths[typeof routeName$
|
|
119183
|
-
type EnqueueCalculationAnvaquotesBySessionIdPathParams = paths[typeof routeName$
|
|
119184
|
-
type EnqueueCalculationAnvaquotesBySessionIdQueryParams = paths[typeof routeName$
|
|
119185
|
-
type EnqueueCalculationAnvaquotesBySessionIdResponse = paths[typeof routeName$
|
|
119277
|
+
declare const routeName$75 = "/v2/api/anvaflows/{session_id}/calculate";
|
|
119278
|
+
type EnqueueCalculationAnvaquotesBySessionIdBody = paths[typeof routeName$75]['post']['requestBody']['content']['application/json'];
|
|
119279
|
+
type EnqueueCalculationAnvaquotesBySessionIdPathParams = paths[typeof routeName$75]['post']['parameters']['path'];
|
|
119280
|
+
type EnqueueCalculationAnvaquotesBySessionIdQueryParams = paths[typeof routeName$75]['post']['parameters']['query'];
|
|
119281
|
+
type EnqueueCalculationAnvaquotesBySessionIdResponse = paths[typeof routeName$75]['post']['responses'][202]['content']['application/json'];
|
|
119186
119282
|
interface EnqueueCalculationAnvaquotesBySessionIdProps {
|
|
119187
119283
|
body: EnqueueCalculationAnvaquotesBySessionIdBody;
|
|
119188
119284
|
params: {
|
|
@@ -119192,11 +119288,11 @@ interface EnqueueCalculationAnvaquotesBySessionIdProps {
|
|
|
119192
119288
|
}
|
|
119193
119289
|
declare const enqueueCalculationAnvaquotesBySessionId: (props: EnqueueCalculationAnvaquotesBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueCalculationAnvaquotesBySessionIdResponse>;
|
|
119194
119290
|
|
|
119195
|
-
declare const routeName$
|
|
119196
|
-
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody = paths[typeof routeName$
|
|
119197
|
-
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams = paths[typeof routeName$
|
|
119198
|
-
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams = paths[typeof routeName$
|
|
119199
|
-
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse = paths[typeof routeName$
|
|
119291
|
+
declare const routeName$74 = "/v1/api/anvaflows/{session_id}/anvaproducts/{anva_product_id}/calculate";
|
|
119292
|
+
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody = paths[typeof routeName$74]['post']['requestBody']['content']['application/json'];
|
|
119293
|
+
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams = paths[typeof routeName$74]['post']['parameters']['path'];
|
|
119294
|
+
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams = paths[typeof routeName$74]['post']['parameters']['query'];
|
|
119295
|
+
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse = paths[typeof routeName$74]['post']['responses'][200]['content']['application/json'];
|
|
119200
119296
|
interface RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps {
|
|
119201
119297
|
body: RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody;
|
|
119202
119298
|
params: {
|
|
@@ -119206,10 +119302,10 @@ interface RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps {
|
|
|
119206
119302
|
}
|
|
119207
119303
|
declare const recalculateOneAnvaquoteByAnvaProductIdSessionId: (props: RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps, wgApiClient: ClientType) => Promise<RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse>;
|
|
119208
119304
|
|
|
119209
|
-
declare const routeName$
|
|
119210
|
-
type SendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$
|
|
119211
|
-
type SendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$
|
|
119212
|
-
type SendOfferToAnvaBySessionIdResponse = paths[typeof routeName$
|
|
119305
|
+
declare const routeName$73 = "/v1/api/anvaflows/{session_id}/send-offer-to-anva";
|
|
119306
|
+
type SendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$73]['post']['parameters']['path'];
|
|
119307
|
+
type SendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$73]['post']['parameters']['query'];
|
|
119308
|
+
type SendOfferToAnvaBySessionIdResponse = paths[typeof routeName$73]['post']['responses'][201]['content']['application/json'];
|
|
119213
119309
|
interface SendOfferToAnvaBySessionIdProps {
|
|
119214
119310
|
params: {
|
|
119215
119311
|
query: SendOfferToAnvaBySessionIdQueryParams;
|
|
@@ -119218,10 +119314,10 @@ interface SendOfferToAnvaBySessionIdProps {
|
|
|
119218
119314
|
}
|
|
119219
119315
|
declare const sendOfferToAnvaBySessionId: (props: SendOfferToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<SendOfferToAnvaBySessionIdResponse>;
|
|
119220
119316
|
|
|
119221
|
-
declare const routeName$
|
|
119222
|
-
type EnqueueSendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$
|
|
119223
|
-
type EnqueueSendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$
|
|
119224
|
-
type EnqueueSendOfferToAnvaBySessionIdResponse = paths[typeof routeName$
|
|
119317
|
+
declare const routeName$72 = "/v2/api/anvaflows/{session_id}/send-offer-to-anva";
|
|
119318
|
+
type EnqueueSendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$72]['post']['parameters']['path'];
|
|
119319
|
+
type EnqueueSendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$72]['post']['parameters']['query'];
|
|
119320
|
+
type EnqueueSendOfferToAnvaBySessionIdResponse = paths[typeof routeName$72]['post']['responses'][202]['content']['application/json'];
|
|
119225
119321
|
interface EnqueueSendOfferToAnvaBySessionIdProps {
|
|
119226
119322
|
params: {
|
|
119227
119323
|
query: EnqueueSendOfferToAnvaBySessionIdQueryParams;
|
|
@@ -119230,11 +119326,11 @@ interface EnqueueSendOfferToAnvaBySessionIdProps {
|
|
|
119230
119326
|
}
|
|
119231
119327
|
declare const enqueueSendOfferToAnvaBySessionId: (props: EnqueueSendOfferToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueSendOfferToAnvaBySessionIdResponse>;
|
|
119232
119328
|
|
|
119233
|
-
declare const routeName$
|
|
119234
|
-
type SendOfferMailBySessionIdBody = paths[typeof routeName$
|
|
119235
|
-
type SendOfferMailBySessionIdPathParams = paths[typeof routeName$
|
|
119236
|
-
type SendOfferMailBySessionIdQueryParams = paths[typeof routeName$
|
|
119237
|
-
type SendOfferMailBySessionIdResponse = paths[typeof routeName$
|
|
119329
|
+
declare const routeName$71 = "/v1/api/anvaflows/{session_id}/send-offer-mail";
|
|
119330
|
+
type SendOfferMailBySessionIdBody = paths[typeof routeName$71]['post']['requestBody']['content']['application/json'];
|
|
119331
|
+
type SendOfferMailBySessionIdPathParams = paths[typeof routeName$71]['post']['parameters']['path'];
|
|
119332
|
+
type SendOfferMailBySessionIdQueryParams = paths[typeof routeName$71]['post']['parameters']['query'];
|
|
119333
|
+
type SendOfferMailBySessionIdResponse = paths[typeof routeName$71]['post']['responses'][201]['content']['application/json'];
|
|
119238
119334
|
interface SendOfferMailBySessionIdProps {
|
|
119239
119335
|
body: SendOfferMailBySessionIdBody;
|
|
119240
119336
|
params: {
|
|
@@ -119244,11 +119340,11 @@ interface SendOfferMailBySessionIdProps {
|
|
|
119244
119340
|
}
|
|
119245
119341
|
declare const sendOfferMailBySessionId: (props: SendOfferMailBySessionIdProps, wgApiClient: ClientType) => Promise<SendOfferMailBySessionIdResponse>;
|
|
119246
119342
|
|
|
119247
|
-
declare const routeName$
|
|
119248
|
-
type EnqueueSendCustomQuotesToAnvaBySessionIdBody = paths[typeof routeName$
|
|
119249
|
-
type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams = paths[typeof routeName$
|
|
119250
|
-
type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams = paths[typeof routeName$
|
|
119251
|
-
type EnqueueSendCustomQuotesToAnvaBySessionIdResponse = paths[typeof routeName$
|
|
119343
|
+
declare const routeName$70 = "/v1/api/anvaflows/{session_id}/send-custom-quotes-to-anva";
|
|
119344
|
+
type EnqueueSendCustomQuotesToAnvaBySessionIdBody = paths[typeof routeName$70]['post']['requestBody']['content']['application/json'];
|
|
119345
|
+
type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams = paths[typeof routeName$70]['post']['parameters']['path'];
|
|
119346
|
+
type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams = paths[typeof routeName$70]['post']['parameters']['query'];
|
|
119347
|
+
type EnqueueSendCustomQuotesToAnvaBySessionIdResponse = paths[typeof routeName$70]['post']['responses'][202]['content']['application/json'];
|
|
119252
119348
|
interface EnqueueSendCustomQuotesToAnvaBySessionIdProps {
|
|
119253
119349
|
body: EnqueueSendCustomQuotesToAnvaBySessionIdBody;
|
|
119254
119350
|
params: {
|
|
@@ -119258,11 +119354,11 @@ interface EnqueueSendCustomQuotesToAnvaBySessionIdProps {
|
|
|
119258
119354
|
}
|
|
119259
119355
|
declare const enqueueSendCustomQuotesToAnvaBySessionId: (props: EnqueueSendCustomQuotesToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueSendCustomQuotesToAnvaBySessionIdResponse>;
|
|
119260
119356
|
|
|
119261
|
-
declare const routeName$
|
|
119262
|
-
type RecalculateSimulationBySessionIdBody = paths[typeof routeName$
|
|
119263
|
-
type RecalculateSimulationBySessionIdPathParams = paths[typeof routeName$
|
|
119264
|
-
type RecalculateSimulationBySessionIdQueryParams = paths[typeof routeName$
|
|
119265
|
-
type RecalculateSimulationBySessionIdResponse = paths[typeof routeName$
|
|
119357
|
+
declare const routeName$6$ = "/v1/api/anvaflows/{session_id}/recalculate-simulation";
|
|
119358
|
+
type RecalculateSimulationBySessionIdBody = paths[typeof routeName$6$]['post']['requestBody']['content']['application/json'];
|
|
119359
|
+
type RecalculateSimulationBySessionIdPathParams = paths[typeof routeName$6$]['post']['parameters']['path'];
|
|
119360
|
+
type RecalculateSimulationBySessionIdQueryParams = paths[typeof routeName$6$]['post']['parameters']['query'];
|
|
119361
|
+
type RecalculateSimulationBySessionIdResponse = paths[typeof routeName$6$]['post']['responses'][200]['content']['application/json'];
|
|
119266
119362
|
interface RecalculateSimulationBySessionIdProps {
|
|
119267
119363
|
body: RecalculateSimulationBySessionIdBody;
|
|
119268
119364
|
params: {
|
|
@@ -119272,23 +119368,23 @@ interface RecalculateSimulationBySessionIdProps {
|
|
|
119272
119368
|
}
|
|
119273
119369
|
declare const recalculateSimulationBySessionId: (props: RecalculateSimulationBySessionIdProps, wgApiClient: ClientType) => Promise<RecalculateSimulationBySessionIdResponse>;
|
|
119274
119370
|
|
|
119275
|
-
declare const routeName$
|
|
119276
|
-
type GetAnvaCollectionMethodsPathParams = paths[typeof routeName$
|
|
119277
|
-
type GetAnvaCollectionMethodsQueryParams = paths[typeof routeName$
|
|
119278
|
-
type GetAnvaCollectionMethodsResponse = paths[typeof routeName$
|
|
119279
|
-
type GetAnvaCollectionMethodsProps = paths[typeof routeName$
|
|
119371
|
+
declare const routeName$6_ = "/v1/api/anvaflows/{session_id}/collection-methods";
|
|
119372
|
+
type GetAnvaCollectionMethodsPathParams = paths[typeof routeName$6_]['get']['parameters']['path'];
|
|
119373
|
+
type GetAnvaCollectionMethodsQueryParams = paths[typeof routeName$6_]['get']['parameters']['query'];
|
|
119374
|
+
type GetAnvaCollectionMethodsResponse = paths[typeof routeName$6_]['get']['responses'][200]['content']['application/json'];
|
|
119375
|
+
type GetAnvaCollectionMethodsProps = paths[typeof routeName$6_]['get']['parameters'];
|
|
119280
119376
|
declare const getAnvaCollectionMethods: (props: GetAnvaCollectionMethodsProps, wgApiClient: ClientType) => Promise<GetAnvaCollectionMethodsResponse>;
|
|
119281
119377
|
|
|
119282
|
-
declare const routeName$
|
|
119283
|
-
type GetAnvaClosingQuestionsQueryParams = paths[typeof routeName$
|
|
119284
|
-
type GetAnvaClosingQuestionsResponse = paths[typeof routeName$
|
|
119285
|
-
type GetAnvaClosingQuestionsProps = paths[typeof routeName$
|
|
119378
|
+
declare const routeName$6Z = "/v1/api/anvaflows/closing-questions";
|
|
119379
|
+
type GetAnvaClosingQuestionsQueryParams = paths[typeof routeName$6Z]['get']['parameters']['query'];
|
|
119380
|
+
type GetAnvaClosingQuestionsResponse = paths[typeof routeName$6Z]['get']['responses'][200]['content']['application/json'];
|
|
119381
|
+
type GetAnvaClosingQuestionsProps = paths[typeof routeName$6Z]['get']['parameters'];
|
|
119286
119382
|
declare const getAnvaClosingQuestions: (props: GetAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<GetAnvaClosingQuestionsResponse>;
|
|
119287
119383
|
|
|
119288
|
-
declare const routeName$
|
|
119289
|
-
type UpsertAnvaClosingQuestionsBody = paths[typeof routeName$
|
|
119290
|
-
type UpsertAnvaClosingQuestionsQueryParams = paths[typeof routeName$
|
|
119291
|
-
type UpsertAnvaClosingQuestionsResponse = paths[typeof routeName$
|
|
119384
|
+
declare const routeName$6Y = "/v1/api/anvaflows/closing-questions";
|
|
119385
|
+
type UpsertAnvaClosingQuestionsBody = paths[typeof routeName$6Y]['put']['requestBody']['content']['application/json'];
|
|
119386
|
+
type UpsertAnvaClosingQuestionsQueryParams = paths[typeof routeName$6Y]['put']['parameters']['query'];
|
|
119387
|
+
type UpsertAnvaClosingQuestionsResponse = paths[typeof routeName$6Y]['put']['responses'][200]['content']['application/json'];
|
|
119292
119388
|
interface UpsertAnvaClosingQuestionsProps {
|
|
119293
119389
|
body: UpsertAnvaClosingQuestionsBody;
|
|
119294
119390
|
params: {
|
|
@@ -119297,10 +119393,10 @@ interface UpsertAnvaClosingQuestionsProps {
|
|
|
119297
119393
|
}
|
|
119298
119394
|
declare const upsertAnvaClosingQuestions: (props: UpsertAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<UpsertAnvaClosingQuestionsResponse>;
|
|
119299
119395
|
|
|
119300
|
-
declare const routeName$
|
|
119301
|
-
type DeleteAnvaClosingQuestionsPathParams = paths[typeof routeName$
|
|
119302
|
-
type DeleteAnvaClosingQuestionsQueryParams = paths[typeof routeName$
|
|
119303
|
-
type DeleteAnvaClosingQuestionsResponse = paths[typeof routeName$
|
|
119396
|
+
declare const routeName$6X = "/v1/api/anvaflows/closing-questions/{closing_question_id}";
|
|
119397
|
+
type DeleteAnvaClosingQuestionsPathParams = paths[typeof routeName$6X]['delete']['parameters']['path'];
|
|
119398
|
+
type DeleteAnvaClosingQuestionsQueryParams = paths[typeof routeName$6X]['delete']['parameters']['query'];
|
|
119399
|
+
type DeleteAnvaClosingQuestionsResponse = paths[typeof routeName$6X]['delete']['responses'][200]['content']['application/json'];
|
|
119304
119400
|
interface DeleteAnvaClosingQuestionsProps {
|
|
119305
119401
|
params: {
|
|
119306
119402
|
query: DeleteAnvaClosingQuestionsQueryParams;
|
|
@@ -119309,30 +119405,44 @@ interface DeleteAnvaClosingQuestionsProps {
|
|
|
119309
119405
|
}
|
|
119310
119406
|
declare const deleteAnvaClosingQuestions: (props: DeleteAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<DeleteAnvaClosingQuestionsResponse>;
|
|
119311
119407
|
|
|
119312
|
-
declare const routeName$
|
|
119313
|
-
type
|
|
119314
|
-
type
|
|
119315
|
-
type
|
|
119316
|
-
type
|
|
119317
|
-
interface
|
|
119318
|
-
body:
|
|
119408
|
+
declare const routeName$6W = "/v1/api/anvaflows/{session_id}/anva-party";
|
|
119409
|
+
type CreateAnvaPartyViaConversationBody = paths[typeof routeName$6W]['post']['requestBody']['content']['application/json'];
|
|
119410
|
+
type CreateAnvaPartyViaConversationPathParams = paths[typeof routeName$6W]['post']['parameters']['path'];
|
|
119411
|
+
type CreateAnvaPartyViaConversationQueryParams = paths[typeof routeName$6W]['post']['parameters']['query'];
|
|
119412
|
+
type CreateAnvaPartyViaConversationResponse = paths[typeof routeName$6W]['post']['responses'][201]['content']['application/json'];
|
|
119413
|
+
interface CreateAnvaPartyViaConversationProps {
|
|
119414
|
+
body: CreateAnvaPartyViaConversationBody;
|
|
119415
|
+
params: {
|
|
119416
|
+
query: CreateAnvaPartyViaConversationQueryParams;
|
|
119417
|
+
path: CreateAnvaPartyViaConversationPathParams;
|
|
119418
|
+
};
|
|
119419
|
+
}
|
|
119420
|
+
declare const createAnvaPartyViaConversation: (props: CreateAnvaPartyViaConversationProps, wgApiClient: ClientType) => Promise<CreateAnvaPartyViaConversationResponse>;
|
|
119421
|
+
|
|
119422
|
+
declare const routeName$6V = "/v1/api/anvaflows/{session_id}/anva-party";
|
|
119423
|
+
type UpdateAnvaPartyViaConversationBody = paths[typeof routeName$6V]['patch']['requestBody']['content']['application/json'];
|
|
119424
|
+
type UpdateAnvaPartyViaConversationPathParams = paths[typeof routeName$6V]['patch']['parameters']['path'];
|
|
119425
|
+
type UpdateAnvaPartyViaConversationQueryParams = paths[typeof routeName$6V]['patch']['parameters']['query'];
|
|
119426
|
+
type UpdateAnvaPartyViaConversationResponse = paths[typeof routeName$6V]['patch']['responses'][200]['content']['application/json'];
|
|
119427
|
+
interface UpdateAnvaPartyViaConversationProps {
|
|
119428
|
+
body: UpdateAnvaPartyViaConversationBody;
|
|
119319
119429
|
params: {
|
|
119320
|
-
query:
|
|
119321
|
-
path:
|
|
119430
|
+
query: UpdateAnvaPartyViaConversationQueryParams;
|
|
119431
|
+
path: UpdateAnvaPartyViaConversationPathParams;
|
|
119322
119432
|
};
|
|
119323
119433
|
}
|
|
119324
|
-
declare const
|
|
119434
|
+
declare const updateAnvaPartyViaConversation: (props: UpdateAnvaPartyViaConversationProps, wgApiClient: ClientType) => Promise<UpdateAnvaPartyViaConversationResponse>;
|
|
119325
119435
|
|
|
119326
|
-
declare const routeName$
|
|
119327
|
-
type GetAnvaproductsQueryParams = paths[typeof routeName$
|
|
119328
|
-
type GetAnvaproductsResponse = paths[typeof routeName$
|
|
119329
|
-
type GetAnvaproductsProps = paths[typeof routeName$
|
|
119436
|
+
declare const routeName$6U = "/v1/api/anvaproducts";
|
|
119437
|
+
type GetAnvaproductsQueryParams = paths[typeof routeName$6U]['get']['parameters']['query'];
|
|
119438
|
+
type GetAnvaproductsResponse = paths[typeof routeName$6U]['get']['responses'][200]['content']['application/json'];
|
|
119439
|
+
type GetAnvaproductsProps = paths[typeof routeName$6U]['get']['parameters'];
|
|
119330
119440
|
declare const getAnvaproducts: (props: GetAnvaproductsProps, wgApiClient: ClientType) => Promise<GetAnvaproductsResponse>;
|
|
119331
119441
|
|
|
119332
|
-
declare const routeName$
|
|
119333
|
-
type ImportAnvaproductBody = paths[typeof routeName$
|
|
119334
|
-
type ImportAnvaproductQueryParams = paths[typeof routeName$
|
|
119335
|
-
type ImportAnvaproductResponse = paths[typeof routeName$
|
|
119442
|
+
declare const routeName$6T = "/v1/api/anvaproducts/import";
|
|
119443
|
+
type ImportAnvaproductBody = paths[typeof routeName$6T]['post']['requestBody']['content']['application/json'];
|
|
119444
|
+
type ImportAnvaproductQueryParams = paths[typeof routeName$6T]['post']['parameters']['query'];
|
|
119445
|
+
type ImportAnvaproductResponse = paths[typeof routeName$6T]['post']['responses'][200]['content']['application/json'];
|
|
119336
119446
|
interface ImportAnvaproductProps {
|
|
119337
119447
|
body: ImportAnvaproductBody;
|
|
119338
119448
|
params: {
|
|
@@ -119341,18 +119451,18 @@ interface ImportAnvaproductProps {
|
|
|
119341
119451
|
}
|
|
119342
119452
|
declare const importAnvaproduct: (props: ImportAnvaproductProps, wgApiClient: ClientType) => Promise<ImportAnvaproductResponse>;
|
|
119343
119453
|
|
|
119344
|
-
declare const routeName$
|
|
119345
|
-
type GetAnvaproductByIdPathParams = paths[typeof routeName$
|
|
119346
|
-
type GetAnvaproductByIdQueryParams = paths[typeof routeName$
|
|
119347
|
-
type GetAnvaproductByIdResponse = paths[typeof routeName$
|
|
119348
|
-
type GetAnvaproductByIdProps = paths[typeof routeName$
|
|
119454
|
+
declare const routeName$6S = "/v1/api/anvaproducts/{anva_product_id}";
|
|
119455
|
+
type GetAnvaproductByIdPathParams = paths[typeof routeName$6S]['get']['parameters']['path'];
|
|
119456
|
+
type GetAnvaproductByIdQueryParams = paths[typeof routeName$6S]['get']['parameters']['query'];
|
|
119457
|
+
type GetAnvaproductByIdResponse = paths[typeof routeName$6S]['get']['responses'][200]['content']['application/json'];
|
|
119458
|
+
type GetAnvaproductByIdProps = paths[typeof routeName$6S]['get']['parameters'];
|
|
119349
119459
|
declare const getAnvaproductById: (props: GetAnvaproductByIdProps, wgApiClient: ClientType) => Promise<GetAnvaproductByIdResponse>;
|
|
119350
119460
|
|
|
119351
|
-
declare const routeName$
|
|
119352
|
-
type PatchAnvaproductByIdBody = paths[typeof routeName$
|
|
119353
|
-
type PatchAnvaproductByIdPathParams = paths[typeof routeName$
|
|
119354
|
-
type PatchAnvaproductByIdQueryParams = paths[typeof routeName$
|
|
119355
|
-
type PatchAnvaproductByIdResponse = paths[typeof routeName$
|
|
119461
|
+
declare const routeName$6R = "/v1/api/anvaproducts/{anva_product_id}";
|
|
119462
|
+
type PatchAnvaproductByIdBody = paths[typeof routeName$6R]['patch']['requestBody']['content']['application/json'];
|
|
119463
|
+
type PatchAnvaproductByIdPathParams = paths[typeof routeName$6R]['patch']['parameters']['path'];
|
|
119464
|
+
type PatchAnvaproductByIdQueryParams = paths[typeof routeName$6R]['patch']['parameters']['query'];
|
|
119465
|
+
type PatchAnvaproductByIdResponse = paths[typeof routeName$6R]['patch']['responses'][200]['content']['application/json'];
|
|
119356
119466
|
interface PatchAnvaproductByIdProps {
|
|
119357
119467
|
body: PatchAnvaproductByIdBody;
|
|
119358
119468
|
params: {
|
|
@@ -119362,11 +119472,11 @@ interface PatchAnvaproductByIdProps {
|
|
|
119362
119472
|
}
|
|
119363
119473
|
declare const patchAnvaproductById: (props: PatchAnvaproductByIdProps, wgApiClient: ClientType) => Promise<PatchAnvaproductByIdResponse>;
|
|
119364
119474
|
|
|
119365
|
-
declare const routeName$
|
|
119366
|
-
type PatchAnvaproductCoverageByIdBody = paths[typeof routeName$
|
|
119367
|
-
type PatchAnvaproductCoverageByIdPathParams = paths[typeof routeName$
|
|
119368
|
-
type PatchAnvaproductCoverageByIdQueryParams = paths[typeof routeName$
|
|
119369
|
-
type PatchAnvaproductCoverageByIdResponse = paths[typeof routeName$
|
|
119475
|
+
declare const routeName$6Q = "/v1/api/anvaproducts/{anva_product_id}/coverages/{coverage_code}";
|
|
119476
|
+
type PatchAnvaproductCoverageByIdBody = paths[typeof routeName$6Q]['patch']['requestBody']['content']['application/json'];
|
|
119477
|
+
type PatchAnvaproductCoverageByIdPathParams = paths[typeof routeName$6Q]['patch']['parameters']['path'];
|
|
119478
|
+
type PatchAnvaproductCoverageByIdQueryParams = paths[typeof routeName$6Q]['patch']['parameters']['query'];
|
|
119479
|
+
type PatchAnvaproductCoverageByIdResponse = paths[typeof routeName$6Q]['patch']['responses'][200]['content']['application/json'];
|
|
119370
119480
|
interface PatchAnvaproductCoverageByIdProps {
|
|
119371
119481
|
body: PatchAnvaproductCoverageByIdBody;
|
|
119372
119482
|
params: {
|
|
@@ -119376,18 +119486,18 @@ interface PatchAnvaproductCoverageByIdProps {
|
|
|
119376
119486
|
}
|
|
119377
119487
|
declare const patchAnvaproductCoverageById: (props: PatchAnvaproductCoverageByIdProps, wgApiClient: ClientType) => Promise<PatchAnvaproductCoverageByIdResponse>;
|
|
119378
119488
|
|
|
119379
|
-
declare const routeName$
|
|
119380
|
-
type RetrieveAnvaflowsQuestionnairesPathParams = paths[typeof routeName$
|
|
119381
|
-
type RetrieveAnvaflowsQuestionnairesQueryParams = paths[typeof routeName$
|
|
119382
|
-
type RetrieveAnvaflowsQuestionnairesResponse = paths[typeof routeName$
|
|
119383
|
-
type RetrieveAnvaflowsQuestionnairesProps = paths[typeof routeName$
|
|
119489
|
+
declare const routeName$6P = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
|
|
119490
|
+
type RetrieveAnvaflowsQuestionnairesPathParams = paths[typeof routeName$6P]['get']['parameters']['path'];
|
|
119491
|
+
type RetrieveAnvaflowsQuestionnairesQueryParams = paths[typeof routeName$6P]['get']['parameters']['query'];
|
|
119492
|
+
type RetrieveAnvaflowsQuestionnairesResponse = paths[typeof routeName$6P]['get']['responses'][200]['content']['application/json'];
|
|
119493
|
+
type RetrieveAnvaflowsQuestionnairesProps = paths[typeof routeName$6P]['get']['parameters'];
|
|
119384
119494
|
declare const retrieveAnvaflowsQuestionnaires: (props: RetrieveAnvaflowsQuestionnairesProps, wgApiClient: ClientType) => Promise<RetrieveAnvaflowsQuestionnairesResponse>;
|
|
119385
119495
|
|
|
119386
|
-
declare const routeName$
|
|
119387
|
-
type UpdateAnvaflowsQuestionnaireBody = paths[typeof routeName$
|
|
119388
|
-
type UpdateAnvaflowsQuestionnairePathParams = paths[typeof routeName$
|
|
119389
|
-
type UpdateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$
|
|
119390
|
-
type UpdateAnvaflowsQuestionnaireResponse = paths[typeof routeName$
|
|
119496
|
+
declare const routeName$6O = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
|
|
119497
|
+
type UpdateAnvaflowsQuestionnaireBody = paths[typeof routeName$6O]['put']['requestBody']['content']['application/json'];
|
|
119498
|
+
type UpdateAnvaflowsQuestionnairePathParams = paths[typeof routeName$6O]['put']['parameters']['path'];
|
|
119499
|
+
type UpdateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$6O]['put']['parameters']['query'];
|
|
119500
|
+
type UpdateAnvaflowsQuestionnaireResponse = paths[typeof routeName$6O]['put']['responses'][200]['content']['application/json'];
|
|
119391
119501
|
interface UpdateAnvaflowsQuestionnaireProps {
|
|
119392
119502
|
body: UpdateAnvaflowsQuestionnaireBody;
|
|
119393
119503
|
params: {
|
|
@@ -119397,11 +119507,11 @@ interface UpdateAnvaflowsQuestionnaireProps {
|
|
|
119397
119507
|
}
|
|
119398
119508
|
declare const updateAnvaflowsQuestionnaire: (props: UpdateAnvaflowsQuestionnaireProps, wgApiClient: ClientType) => Promise<UpdateAnvaflowsQuestionnaireResponse>;
|
|
119399
119509
|
|
|
119400
|
-
declare const routeName$
|
|
119401
|
-
type ValidateAnvaflowsQuestionnaireBody = paths[typeof routeName$
|
|
119402
|
-
type ValidateAnvaflowsQuestionnairePathParams = paths[typeof routeName$
|
|
119403
|
-
type ValidateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$
|
|
119404
|
-
type ValidateAnvaflowsQuestionnaireResponse = paths[typeof routeName$
|
|
119510
|
+
declare const routeName$6N = "/v1/api/anvaproducts/{anva_product_id}/questionnaires/validate";
|
|
119511
|
+
type ValidateAnvaflowsQuestionnaireBody = paths[typeof routeName$6N]['post']['requestBody']['content']['application/json'];
|
|
119512
|
+
type ValidateAnvaflowsQuestionnairePathParams = paths[typeof routeName$6N]['post']['parameters']['path'];
|
|
119513
|
+
type ValidateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$6N]['post']['parameters']['query'];
|
|
119514
|
+
type ValidateAnvaflowsQuestionnaireResponse = paths[typeof routeName$6N]['post']['responses'][200]['content']['application/json'];
|
|
119405
119515
|
interface ValidateAnvaflowsQuestionnaireProps {
|
|
119406
119516
|
body: ValidateAnvaflowsQuestionnaireBody;
|
|
119407
119517
|
params: {
|
|
@@ -119411,10 +119521,10 @@ interface ValidateAnvaflowsQuestionnaireProps {
|
|
|
119411
119521
|
}
|
|
119412
119522
|
declare const validateAnvaflowsQuestionnaire: (props: ValidateAnvaflowsQuestionnaireProps, wgApiClient: ClientType) => Promise<ValidateAnvaflowsQuestionnaireResponse>;
|
|
119413
119523
|
|
|
119414
|
-
declare const routeName$
|
|
119415
|
-
type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody = paths[typeof routeName$
|
|
119416
|
-
type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams = paths[typeof routeName$
|
|
119417
|
-
type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse = paths[typeof routeName$
|
|
119524
|
+
declare const routeName$6M = "/v1/api/anvaproducts/questionnaires/update-all-questions-by-anvalabels";
|
|
119525
|
+
type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody = paths[typeof routeName$6M]['post']['requestBody']['content']['application/json'];
|
|
119526
|
+
type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams = paths[typeof routeName$6M]['post']['parameters']['query'];
|
|
119527
|
+
type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse = paths[typeof routeName$6M]['post']['responses'][200]['content']['application/json'];
|
|
119418
119528
|
interface UpdateQuestionForAllQuestionnairesByAnvaLabelsProps {
|
|
119419
119529
|
body: UpdateQuestionForAllQuestionnairesByAnvaLabelsBody;
|
|
119420
119530
|
params: {
|
|
@@ -119423,20 +119533,20 @@ interface UpdateQuestionForAllQuestionnairesByAnvaLabelsProps {
|
|
|
119423
119533
|
}
|
|
119424
119534
|
declare const updateQuestionForAllQuestionnairesByAnvaLabels: (props: UpdateQuestionForAllQuestionnairesByAnvaLabelsProps, wgApiClient: ClientType) => Promise<UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse>;
|
|
119425
119535
|
|
|
119426
|
-
declare const routeName$
|
|
119427
|
-
type GetCurrentBrokerOfTheUserResponse = paths[typeof routeName$
|
|
119536
|
+
declare const routeName$6L = "/v1/api/brokers/me";
|
|
119537
|
+
type GetCurrentBrokerOfTheUserResponse = paths[typeof routeName$6L]['get']['responses'][200]['content']['application/json'];
|
|
119428
119538
|
declare const getCurrentBrokerOfTheUser: (wgApiClient: ClientType) => Promise<GetCurrentBrokerOfTheUserResponse>;
|
|
119429
119539
|
|
|
119430
|
-
declare const routeName$
|
|
119431
|
-
type GetTheBrokerByIdPathParams = paths[typeof routeName$
|
|
119432
|
-
type GetTheBrokerByIdResponse = paths[typeof routeName$
|
|
119433
|
-
type GetTheBrokerByIdProps = paths[typeof routeName$
|
|
119540
|
+
declare const routeName$6K = "/v1/api/brokers/{broker_id}";
|
|
119541
|
+
type GetTheBrokerByIdPathParams = paths[typeof routeName$6K]['get']['parameters']['path'];
|
|
119542
|
+
type GetTheBrokerByIdResponse = paths[typeof routeName$6K]['get']['responses'][200]['content']['application/json'];
|
|
119543
|
+
type GetTheBrokerByIdProps = paths[typeof routeName$6K]['get']['parameters'];
|
|
119434
119544
|
declare const getTheBrokerById: (props: GetTheBrokerByIdProps, wgApiClient: ClientType) => Promise<GetTheBrokerByIdResponse>;
|
|
119435
119545
|
|
|
119436
|
-
declare const routeName$
|
|
119437
|
-
type UpdateBrokerByBrokerBody = paths[typeof routeName$
|
|
119438
|
-
type UpdateBrokerByBrokerPathParams = paths[typeof routeName$
|
|
119439
|
-
type UpdateBrokerByBrokerResponse = paths[typeof routeName$
|
|
119546
|
+
declare const routeName$6J = "/v1/api/brokers/{broker_id}";
|
|
119547
|
+
type UpdateBrokerByBrokerBody = paths[typeof routeName$6J]['patch']['requestBody']['content']['application/json'];
|
|
119548
|
+
type UpdateBrokerByBrokerPathParams = paths[typeof routeName$6J]['patch']['parameters']['path'];
|
|
119549
|
+
type UpdateBrokerByBrokerResponse = paths[typeof routeName$6J]['patch']['responses'][200]['content']['application/json'];
|
|
119440
119550
|
interface UpdateBrokerByBrokerProps {
|
|
119441
119551
|
body: UpdateBrokerByBrokerBody;
|
|
119442
119552
|
params: {
|
|
@@ -119445,16 +119555,16 @@ interface UpdateBrokerByBrokerProps {
|
|
|
119445
119555
|
}
|
|
119446
119556
|
declare const updateBrokerByBroker: (props: UpdateBrokerByBrokerProps, wgApiClient: ClientType) => Promise<UpdateBrokerByBrokerResponse>;
|
|
119447
119557
|
|
|
119448
|
-
declare const routeName$
|
|
119449
|
-
type GetBrokerIntegrationsPathParams = paths[typeof routeName$
|
|
119450
|
-
type GetBrokerIntegrationsResponse = paths[typeof routeName$
|
|
119451
|
-
type GetBrokerIntegrationsProps = paths[typeof routeName$
|
|
119558
|
+
declare const routeName$6I = "/v1/api/brokers/{broker_id}/integrations";
|
|
119559
|
+
type GetBrokerIntegrationsPathParams = paths[typeof routeName$6I]['get']['parameters']['path'];
|
|
119560
|
+
type GetBrokerIntegrationsResponse = paths[typeof routeName$6I]['get']['responses'][200]['content']['application/json'];
|
|
119561
|
+
type GetBrokerIntegrationsProps = paths[typeof routeName$6I]['get']['parameters'];
|
|
119452
119562
|
declare const getBrokerIntegrations: (props: GetBrokerIntegrationsProps, wgApiClient: ClientType) => Promise<GetBrokerIntegrationsResponse>;
|
|
119453
119563
|
|
|
119454
|
-
declare const routeName$
|
|
119455
|
-
type UpdateBrokerIntegrationsBody = paths[typeof routeName$
|
|
119456
|
-
type UpdateBrokerIntegrationsPathParams = paths[typeof routeName$
|
|
119457
|
-
type UpdateBrokerIntegrationsResponse = paths[typeof routeName$
|
|
119564
|
+
declare const routeName$6H = "/v1/api/brokers/{broker_id}/integrations";
|
|
119565
|
+
type UpdateBrokerIntegrationsBody = paths[typeof routeName$6H]['patch']['requestBody']['content']['application/json'];
|
|
119566
|
+
type UpdateBrokerIntegrationsPathParams = paths[typeof routeName$6H]['patch']['parameters']['path'];
|
|
119567
|
+
type UpdateBrokerIntegrationsResponse = paths[typeof routeName$6H]['patch']['responses'][200]['content']['application/json'];
|
|
119458
119568
|
interface UpdateBrokerIntegrationsProps {
|
|
119459
119569
|
body: UpdateBrokerIntegrationsBody;
|
|
119460
119570
|
params: {
|
|
@@ -119463,37 +119573,37 @@ interface UpdateBrokerIntegrationsProps {
|
|
|
119463
119573
|
}
|
|
119464
119574
|
declare const updateBrokerIntegrations: (props: UpdateBrokerIntegrationsProps, wgApiClient: ClientType) => Promise<UpdateBrokerIntegrationsResponse>;
|
|
119465
119575
|
|
|
119466
|
-
declare const routeName$
|
|
119467
|
-
type GetBrokerByAnvaRelationMangerIdPathParams = paths[typeof routeName$
|
|
119468
|
-
type GetBrokerByAnvaRelationMangerIdResponse = paths[typeof routeName$
|
|
119469
|
-
type GetBrokerByAnvaRelationMangerIdProps = paths[typeof routeName$
|
|
119576
|
+
declare const routeName$6G = "/v1/api/anva-relation-managers/{anva_relation_manager_id}";
|
|
119577
|
+
type GetBrokerByAnvaRelationMangerIdPathParams = paths[typeof routeName$6G]['get']['parameters']['path'];
|
|
119578
|
+
type GetBrokerByAnvaRelationMangerIdResponse = paths[typeof routeName$6G]['get']['responses'][200]['content']['application/json'];
|
|
119579
|
+
type GetBrokerByAnvaRelationMangerIdProps = paths[typeof routeName$6G]['get']['parameters'];
|
|
119470
119580
|
declare const getBrokerByAnvaRelationMangerId: (props: GetBrokerByAnvaRelationMangerIdProps, wgApiClient: ClientType) => Promise<GetBrokerByAnvaRelationMangerIdResponse>;
|
|
119471
119581
|
|
|
119472
|
-
declare const routeName$
|
|
119473
|
-
type GetBrokerByAnvaProducerIdPathParams = paths[typeof routeName$
|
|
119474
|
-
type GetBrokerByAnvaProducerIdResponse = paths[typeof routeName$
|
|
119475
|
-
type GetBrokerByAnvaProducerIdProps = paths[typeof routeName$
|
|
119582
|
+
declare const routeName$6F = "/v1/api/anva-producers/{anva_producer_id}";
|
|
119583
|
+
type GetBrokerByAnvaProducerIdPathParams = paths[typeof routeName$6F]['get']['parameters']['path'];
|
|
119584
|
+
type GetBrokerByAnvaProducerIdResponse = paths[typeof routeName$6F]['get']['responses'][200]['content']['application/json'];
|
|
119585
|
+
type GetBrokerByAnvaProducerIdProps = paths[typeof routeName$6F]['get']['parameters'];
|
|
119476
119586
|
declare const getBrokerByAnvaProducerId: (props: GetBrokerByAnvaProducerIdProps, wgApiClient: ClientType) => Promise<GetBrokerByAnvaProducerIdResponse>;
|
|
119477
119587
|
|
|
119478
|
-
declare const routeName$
|
|
119479
|
-
type GetOnboardingChecklistByBrokerPathParams = paths[typeof routeName$
|
|
119480
|
-
type GetOnboardingChecklistByBrokerQueryParams = paths[typeof routeName$
|
|
119481
|
-
type GetOnboardingChecklistByBrokerResponse = paths[typeof routeName$
|
|
119482
|
-
type GetOnboardingChecklistByBrokerProps = paths[typeof routeName$
|
|
119588
|
+
declare const routeName$6E = "/v1/api/brokers/{broker_id}/checklists/onboarding";
|
|
119589
|
+
type GetOnboardingChecklistByBrokerPathParams = paths[typeof routeName$6E]['get']['parameters']['path'];
|
|
119590
|
+
type GetOnboardingChecklistByBrokerQueryParams = paths[typeof routeName$6E]['get']['parameters']['query'];
|
|
119591
|
+
type GetOnboardingChecklistByBrokerResponse = paths[typeof routeName$6E]['get']['responses'][200]['content']['application/json'];
|
|
119592
|
+
type GetOnboardingChecklistByBrokerProps = paths[typeof routeName$6E]['get']['parameters'];
|
|
119483
119593
|
declare const getOnboardingChecklistByBroker: (props: GetOnboardingChecklistByBrokerProps, wgApiClient: ClientType) => Promise<GetOnboardingChecklistByBrokerResponse>;
|
|
119484
119594
|
|
|
119485
|
-
declare const routeName$
|
|
119486
|
-
type GetCampaignByIdPathParams = paths[typeof routeName$
|
|
119487
|
-
type GetCampaignByIdQueryParams = paths[typeof routeName$
|
|
119488
|
-
type GetCampaignByIdResponse = paths[typeof routeName$
|
|
119489
|
-
type GetCampaignByIdProps = paths[typeof routeName$
|
|
119595
|
+
declare const routeName$6D = "/v1/api/campaigns/{campaign_id}";
|
|
119596
|
+
type GetCampaignByIdPathParams = paths[typeof routeName$6D]['get']['parameters']['path'];
|
|
119597
|
+
type GetCampaignByIdQueryParams = paths[typeof routeName$6D]['get']['parameters']['query'];
|
|
119598
|
+
type GetCampaignByIdResponse = paths[typeof routeName$6D]['get']['responses'][200]['content']['application/json'];
|
|
119599
|
+
type GetCampaignByIdProps = paths[typeof routeName$6D]['get']['parameters'];
|
|
119490
119600
|
declare const getCampaignById: (props: GetCampaignByIdProps, wgApiClient: ClientType) => Promise<GetCampaignByIdResponse>;
|
|
119491
119601
|
|
|
119492
|
-
declare const routeName$
|
|
119493
|
-
type UpdateCampaignBody = paths[typeof routeName$
|
|
119494
|
-
type UpdateCampaignPathParams = paths[typeof routeName$
|
|
119495
|
-
type UpdateCampaignQueryParams = paths[typeof routeName$
|
|
119496
|
-
type UpdateCampaignResponse = paths[typeof routeName$
|
|
119602
|
+
declare const routeName$6C = "/v1/api/campaigns/{campaign_id}";
|
|
119603
|
+
type UpdateCampaignBody = paths[typeof routeName$6C]['patch']['requestBody']['content']['application/json'];
|
|
119604
|
+
type UpdateCampaignPathParams = paths[typeof routeName$6C]['patch']['parameters']['path'];
|
|
119605
|
+
type UpdateCampaignQueryParams = paths[typeof routeName$6C]['patch']['parameters']['query'];
|
|
119606
|
+
type UpdateCampaignResponse = paths[typeof routeName$6C]['patch']['responses'][200]['content']['application/json'];
|
|
119497
119607
|
interface UpdateCampaignProps {
|
|
119498
119608
|
body: UpdateCampaignBody;
|
|
119499
119609
|
params: {
|
|
@@ -119503,16 +119613,16 @@ interface UpdateCampaignProps {
|
|
|
119503
119613
|
}
|
|
119504
119614
|
declare const updateCampaign: (props: UpdateCampaignProps, wgApiClient: ClientType) => Promise<UpdateCampaignResponse>;
|
|
119505
119615
|
|
|
119506
|
-
declare const routeName$
|
|
119507
|
-
type GetAllCampaignsByDistributionQueryParams = paths[typeof routeName$
|
|
119508
|
-
type GetAllCampaignsByDistributionResponse = paths[typeof routeName$
|
|
119509
|
-
type GetAllCampaignsByDistributionProps = paths[typeof routeName$
|
|
119616
|
+
declare const routeName$6B = "/v1/api/campaigns";
|
|
119617
|
+
type GetAllCampaignsByDistributionQueryParams = paths[typeof routeName$6B]['get']['parameters']['query'];
|
|
119618
|
+
type GetAllCampaignsByDistributionResponse = paths[typeof routeName$6B]['get']['responses'][200]['content']['application/json'];
|
|
119619
|
+
type GetAllCampaignsByDistributionProps = paths[typeof routeName$6B]['get']['parameters'];
|
|
119510
119620
|
declare const getAllCampaignsByDistribution: (props: GetAllCampaignsByDistributionProps, wgApiClient: ClientType) => Promise<GetAllCampaignsByDistributionResponse>;
|
|
119511
119621
|
|
|
119512
|
-
declare const routeName$
|
|
119513
|
-
type CreateCampaignBody = paths[typeof routeName$
|
|
119514
|
-
type CreateCampaignQueryParams = paths[typeof routeName$
|
|
119515
|
-
type CreateCampaignResponse = paths[typeof routeName$
|
|
119622
|
+
declare const routeName$6A = "/v1/api/campaigns";
|
|
119623
|
+
type CreateCampaignBody = paths[typeof routeName$6A]['post']['requestBody']['content']['application/json'];
|
|
119624
|
+
type CreateCampaignQueryParams = paths[typeof routeName$6A]['post']['parameters']['query'];
|
|
119625
|
+
type CreateCampaignResponse = paths[typeof routeName$6A]['post']['responses'][201]['content']['application/json'];
|
|
119516
119626
|
interface CreateCampaignProps {
|
|
119517
119627
|
body: CreateCampaignBody;
|
|
119518
119628
|
params: {
|
|
@@ -119521,17 +119631,17 @@ interface CreateCampaignProps {
|
|
|
119521
119631
|
}
|
|
119522
119632
|
declare const createCampaign: (props: CreateCampaignProps, wgApiClient: ClientType) => Promise<CreateCampaignResponse>;
|
|
119523
119633
|
|
|
119524
|
-
declare const routeName$
|
|
119525
|
-
type GetMetricsByCampaignPathParams = paths[typeof routeName$
|
|
119526
|
-
type GetMetricsByCampaignQueryParams = paths[typeof routeName$
|
|
119527
|
-
type GetMetricsByCampaignResponse = paths[typeof routeName$
|
|
119528
|
-
type GetMetricsByCampaignProps = paths[typeof routeName$
|
|
119634
|
+
declare const routeName$6z = "/v1/api/campaigns/{campaign_id}/metrics";
|
|
119635
|
+
type GetMetricsByCampaignPathParams = paths[typeof routeName$6z]['get']['parameters']['path'];
|
|
119636
|
+
type GetMetricsByCampaignQueryParams = paths[typeof routeName$6z]['get']['parameters']['query'];
|
|
119637
|
+
type GetMetricsByCampaignResponse = paths[typeof routeName$6z]['get']['responses'][200]['content']['application/json'];
|
|
119638
|
+
type GetMetricsByCampaignProps = paths[typeof routeName$6z]['get']['parameters'];
|
|
119529
119639
|
declare const getMetricsByCampaign: (props: GetMetricsByCampaignProps, wgApiClient: ClientType) => Promise<GetMetricsByCampaignResponse>;
|
|
119530
119640
|
|
|
119531
|
-
declare const routeName$
|
|
119532
|
-
type UpdateTargetsByCampaignPathParams = paths[typeof routeName$
|
|
119533
|
-
type UpdateTargetsByCampaignQueryParams = paths[typeof routeName$
|
|
119534
|
-
type UpdateTargetsByCampaignResponse = paths[typeof routeName$
|
|
119641
|
+
declare const routeName$6y = "/v1/api/campaigns/{campaign_id}/targets";
|
|
119642
|
+
type UpdateTargetsByCampaignPathParams = paths[typeof routeName$6y]['patch']['parameters']['path'];
|
|
119643
|
+
type UpdateTargetsByCampaignQueryParams = paths[typeof routeName$6y]['patch']['parameters']['query'];
|
|
119644
|
+
type UpdateTargetsByCampaignResponse = paths[typeof routeName$6y]['patch']['responses'][200]['content']['application/json'];
|
|
119535
119645
|
interface UpdateTargetsByCampaignProps {
|
|
119536
119646
|
params: {
|
|
119537
119647
|
query: UpdateTargetsByCampaignQueryParams;
|
|
@@ -119540,15 +119650,15 @@ interface UpdateTargetsByCampaignProps {
|
|
|
119540
119650
|
}
|
|
119541
119651
|
declare const updateTargetsByCampaign: (props: UpdateTargetsByCampaignProps, wgApiClient: ClientType) => Promise<UpdateTargetsByCampaignResponse>;
|
|
119542
119652
|
|
|
119543
|
-
declare const routeName$
|
|
119544
|
-
type GetAllCampaignTemplatesQueryParams = paths[typeof routeName$
|
|
119545
|
-
type GetAllCampaignTemplatesResponse = paths[typeof routeName$
|
|
119546
|
-
type GetAllCampaignTemplatesProps = paths[typeof routeName$
|
|
119653
|
+
declare const routeName$6x = "/v1/api/campaign-templates";
|
|
119654
|
+
type GetAllCampaignTemplatesQueryParams = paths[typeof routeName$6x]['get']['parameters']['query'];
|
|
119655
|
+
type GetAllCampaignTemplatesResponse = paths[typeof routeName$6x]['get']['responses'][200]['content']['application/json'];
|
|
119656
|
+
type GetAllCampaignTemplatesProps = paths[typeof routeName$6x]['get']['parameters'];
|
|
119547
119657
|
declare const getAllCampaignTemplates: (props: GetAllCampaignTemplatesProps, wgApiClient: ClientType) => Promise<GetAllCampaignTemplatesResponse>;
|
|
119548
119658
|
|
|
119549
|
-
declare const routeName$
|
|
119550
|
-
type SendExampleCampaignTargetMailQueryParams = paths[typeof routeName$
|
|
119551
|
-
type SendExampleCampaignTargetMailResponse = paths[typeof routeName$
|
|
119659
|
+
declare const routeName$6w = "/v1/api/campaigns/example-mails";
|
|
119660
|
+
type SendExampleCampaignTargetMailQueryParams = paths[typeof routeName$6w]['post']['parameters']['query'];
|
|
119661
|
+
type SendExampleCampaignTargetMailResponse = paths[typeof routeName$6w]['post']['responses'][201]['content']['application/json'];
|
|
119552
119662
|
interface SendExampleCampaignTargetMailProps {
|
|
119553
119663
|
params: {
|
|
119554
119664
|
query: SendExampleCampaignTargetMailQueryParams;
|
|
@@ -119556,16 +119666,16 @@ interface SendExampleCampaignTargetMailProps {
|
|
|
119556
119666
|
}
|
|
119557
119667
|
declare const sendExampleCampaignTargetMail: (props: SendExampleCampaignTargetMailProps, wgApiClient: ClientType) => Promise<SendExampleCampaignTargetMailResponse>;
|
|
119558
119668
|
|
|
119559
|
-
declare const routeName$
|
|
119560
|
-
type GetCampaignSettingsByDistributionQueryParams = paths[typeof routeName$
|
|
119561
|
-
type GetCampaignSettingsByDistributionResponse = paths[typeof routeName$
|
|
119562
|
-
type GetCampaignSettingsByDistributionProps = paths[typeof routeName$
|
|
119669
|
+
declare const routeName$6v = "/v1/api/distributions/campaign-settings";
|
|
119670
|
+
type GetCampaignSettingsByDistributionQueryParams = paths[typeof routeName$6v]['get']['parameters']['query'];
|
|
119671
|
+
type GetCampaignSettingsByDistributionResponse = paths[typeof routeName$6v]['get']['responses'][200]['content']['application/json'];
|
|
119672
|
+
type GetCampaignSettingsByDistributionProps = paths[typeof routeName$6v]['get']['parameters'];
|
|
119563
119673
|
declare const getCampaignSettingsByDistribution: (props: GetCampaignSettingsByDistributionProps, wgApiClient: ClientType) => Promise<GetCampaignSettingsByDistributionResponse>;
|
|
119564
119674
|
|
|
119565
|
-
declare const routeName$
|
|
119566
|
-
type GenerateDnsPrefixBody = paths[typeof routeName$
|
|
119567
|
-
type GenerateDnsPrefixQueryParams = paths[typeof routeName$
|
|
119568
|
-
type GenerateDnsPrefixResponse = paths[typeof routeName$
|
|
119675
|
+
declare const routeName$6u = "/v1/api/campaigns/dns-prefixes/generate";
|
|
119676
|
+
type GenerateDnsPrefixBody = paths[typeof routeName$6u]['post']['requestBody']['content']['application/json'];
|
|
119677
|
+
type GenerateDnsPrefixQueryParams = paths[typeof routeName$6u]['post']['parameters']['query'];
|
|
119678
|
+
type GenerateDnsPrefixResponse = paths[typeof routeName$6u]['post']['responses'][200]['content']['application/json'];
|
|
119569
119679
|
interface GenerateDnsPrefixProps {
|
|
119570
119680
|
body: GenerateDnsPrefixBody;
|
|
119571
119681
|
params: {
|
|
@@ -119574,16 +119684,16 @@ interface GenerateDnsPrefixProps {
|
|
|
119574
119684
|
}
|
|
119575
119685
|
declare const generateDnsPrefix: (props: GenerateDnsPrefixProps, wgApiClient: ClientType) => Promise<GenerateDnsPrefixResponse>;
|
|
119576
119686
|
|
|
119577
|
-
declare const routeName$
|
|
119578
|
-
type GetCampaignTargetMailTemplateQueryParams = paths[typeof routeName$
|
|
119579
|
-
type GetCampaignTargetMailTemplateResponse = paths[typeof routeName$
|
|
119580
|
-
type GetCampaignTargetMailTemplateProps = paths[typeof routeName$
|
|
119687
|
+
declare const routeName$6t = "/v1/api/mail-templates/campaign-target";
|
|
119688
|
+
type GetCampaignTargetMailTemplateQueryParams = paths[typeof routeName$6t]['get']['parameters']['query'];
|
|
119689
|
+
type GetCampaignTargetMailTemplateResponse = paths[typeof routeName$6t]['get']['responses'][200]['content']['application/json'];
|
|
119690
|
+
type GetCampaignTargetMailTemplateProps = paths[typeof routeName$6t]['get']['parameters'];
|
|
119581
119691
|
declare const getCampaignTargetMailTemplate: (props: GetCampaignTargetMailTemplateProps, wgApiClient: ClientType) => Promise<GetCampaignTargetMailTemplateResponse>;
|
|
119582
119692
|
|
|
119583
|
-
declare const routeName$
|
|
119584
|
-
type CreateClaimAsCustomerPathParams = paths[typeof routeName$
|
|
119585
|
-
type CreateClaimAsCustomerQueryParams = paths[typeof routeName$
|
|
119586
|
-
type CreateClaimAsCustomerResponse = paths[typeof routeName$
|
|
119693
|
+
declare const routeName$6s = "/v1/api/distributions/{distribution_id}/claims";
|
|
119694
|
+
type CreateClaimAsCustomerPathParams = paths[typeof routeName$6s]['post']['parameters']['path'];
|
|
119695
|
+
type CreateClaimAsCustomerQueryParams = paths[typeof routeName$6s]['post']['parameters']['query'];
|
|
119696
|
+
type CreateClaimAsCustomerResponse = paths[typeof routeName$6s]['post']['responses'][201]['content']['application/json'];
|
|
119587
119697
|
interface CreateClaimAsCustomerProps {
|
|
119588
119698
|
params: {
|
|
119589
119699
|
query: CreateClaimAsCustomerQueryParams;
|
|
@@ -119592,15 +119702,15 @@ interface CreateClaimAsCustomerProps {
|
|
|
119592
119702
|
}
|
|
119593
119703
|
declare const createClaimAsCustomer: (props: CreateClaimAsCustomerProps, wgApiClient: ClientType) => Promise<CreateClaimAsCustomerResponse>;
|
|
119594
119704
|
|
|
119595
|
-
declare const routeName$
|
|
119596
|
-
type GetAllClaimsAsBrokerQueryParams = paths[typeof routeName$
|
|
119597
|
-
type GetAllClaimsAsBrokerResponse = paths[typeof routeName$
|
|
119598
|
-
type GetAllClaimsAsBrokerProps = paths[typeof routeName$
|
|
119705
|
+
declare const routeName$6r = "/v1/api/claims";
|
|
119706
|
+
type GetAllClaimsAsBrokerQueryParams = paths[typeof routeName$6r]['get']['parameters']['query'];
|
|
119707
|
+
type GetAllClaimsAsBrokerResponse = paths[typeof routeName$6r]['get']['responses'][200]['content']['application/json'];
|
|
119708
|
+
type GetAllClaimsAsBrokerProps = paths[typeof routeName$6r]['get']['parameters'];
|
|
119599
119709
|
declare const getAllClaimsAsBroker: (props: GetAllClaimsAsBrokerProps, wgApiClient: ClientType) => Promise<GetAllClaimsAsBrokerResponse>;
|
|
119600
119710
|
|
|
119601
|
-
declare const routeName$
|
|
119602
|
-
type CreateClaimAsBrokerQueryParams = paths[typeof routeName$
|
|
119603
|
-
type CreateClaimAsBrokerResponse = paths[typeof routeName$
|
|
119711
|
+
declare const routeName$6q = "/v1/api/claims";
|
|
119712
|
+
type CreateClaimAsBrokerQueryParams = paths[typeof routeName$6q]['post']['parameters']['query'];
|
|
119713
|
+
type CreateClaimAsBrokerResponse = paths[typeof routeName$6q]['post']['responses'][201]['content']['application/json'];
|
|
119604
119714
|
interface CreateClaimAsBrokerProps {
|
|
119605
119715
|
params: {
|
|
119606
119716
|
query: CreateClaimAsBrokerQueryParams;
|
|
@@ -119608,17 +119718,17 @@ interface CreateClaimAsBrokerProps {
|
|
|
119608
119718
|
}
|
|
119609
119719
|
declare const createClaimAsBroker: (props: CreateClaimAsBrokerProps, wgApiClient: ClientType) => Promise<CreateClaimAsBrokerResponse>;
|
|
119610
119720
|
|
|
119611
|
-
declare const routeName$
|
|
119612
|
-
type GetClaimAsBrokerByIdPathParams = paths[typeof routeName$
|
|
119613
|
-
type GetClaimAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
119614
|
-
type GetClaimAsBrokerByIdResponse = paths[typeof routeName$
|
|
119615
|
-
type GetClaimAsBrokerByIdProps = paths[typeof routeName$
|
|
119721
|
+
declare const routeName$6p = "/v1/api/claims/{claim_id}";
|
|
119722
|
+
type GetClaimAsBrokerByIdPathParams = paths[typeof routeName$6p]['get']['parameters']['path'];
|
|
119723
|
+
type GetClaimAsBrokerByIdQueryParams = paths[typeof routeName$6p]['get']['parameters']['query'];
|
|
119724
|
+
type GetClaimAsBrokerByIdResponse = paths[typeof routeName$6p]['get']['responses'][200]['content']['application/json'];
|
|
119725
|
+
type GetClaimAsBrokerByIdProps = paths[typeof routeName$6p]['get']['parameters'];
|
|
119616
119726
|
declare const getClaimAsBrokerById: (props: GetClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<GetClaimAsBrokerByIdResponse>;
|
|
119617
119727
|
|
|
119618
|
-
declare const routeName$
|
|
119619
|
-
type DeleteClaimAsBrokerByIdPathParams = paths[typeof routeName$
|
|
119620
|
-
type DeleteClaimAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
119621
|
-
type DeleteClaimAsBrokerByIdResponse = paths[typeof routeName$
|
|
119728
|
+
declare const routeName$6o = "/v1/api/claims/{claim_id}";
|
|
119729
|
+
type DeleteClaimAsBrokerByIdPathParams = paths[typeof routeName$6o]['delete']['parameters']['path'];
|
|
119730
|
+
type DeleteClaimAsBrokerByIdQueryParams = paths[typeof routeName$6o]['delete']['parameters']['query'];
|
|
119731
|
+
type DeleteClaimAsBrokerByIdResponse = paths[typeof routeName$6o]['delete']['responses'][200]['content']['application/json'];
|
|
119622
119732
|
interface DeleteClaimAsBrokerByIdProps {
|
|
119623
119733
|
params: {
|
|
119624
119734
|
query: DeleteClaimAsBrokerByIdQueryParams;
|
|
@@ -119627,10 +119737,10 @@ interface DeleteClaimAsBrokerByIdProps {
|
|
|
119627
119737
|
}
|
|
119628
119738
|
declare const deleteClaimAsBrokerById: (props: DeleteClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<DeleteClaimAsBrokerByIdResponse>;
|
|
119629
119739
|
|
|
119630
|
-
declare const routeName$
|
|
119631
|
-
type UpdateClaimAsBrokerByIdPathParams = paths[typeof routeName$
|
|
119632
|
-
type UpdateClaimAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
119633
|
-
type UpdateClaimAsBrokerByIdResponse = paths[typeof routeName$
|
|
119740
|
+
declare const routeName$6n = "/v1/api/claims/{claim_id}";
|
|
119741
|
+
type UpdateClaimAsBrokerByIdPathParams = paths[typeof routeName$6n]['patch']['parameters']['path'];
|
|
119742
|
+
type UpdateClaimAsBrokerByIdQueryParams = paths[typeof routeName$6n]['patch']['parameters']['query'];
|
|
119743
|
+
type UpdateClaimAsBrokerByIdResponse = paths[typeof routeName$6n]['patch']['responses'][200]['content']['application/json'];
|
|
119634
119744
|
interface UpdateClaimAsBrokerByIdProps {
|
|
119635
119745
|
params: {
|
|
119636
119746
|
query: UpdateClaimAsBrokerByIdQueryParams;
|
|
@@ -119639,10 +119749,10 @@ interface UpdateClaimAsBrokerByIdProps {
|
|
|
119639
119749
|
}
|
|
119640
119750
|
declare const updateClaimAsBrokerById: (props: UpdateClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<UpdateClaimAsBrokerByIdResponse>;
|
|
119641
119751
|
|
|
119642
|
-
declare const routeName$
|
|
119643
|
-
type UpdateDeclarationRemarkPathParams = paths[typeof routeName$
|
|
119644
|
-
type UpdateDeclarationRemarkQueryParams = paths[typeof routeName$
|
|
119645
|
-
type UpdateDeclarationRemarkResponse = paths[typeof routeName$
|
|
119752
|
+
declare const routeName$6m = "/v1/api/claims/{claim_id}/connections/keypoint/declaration/remark";
|
|
119753
|
+
type UpdateDeclarationRemarkPathParams = paths[typeof routeName$6m]['put']['parameters']['path'];
|
|
119754
|
+
type UpdateDeclarationRemarkQueryParams = paths[typeof routeName$6m]['put']['parameters']['query'];
|
|
119755
|
+
type UpdateDeclarationRemarkResponse = paths[typeof routeName$6m]['put']['responses'][200]['content']['application/json'];
|
|
119646
119756
|
interface UpdateDeclarationRemarkProps {
|
|
119647
119757
|
params: {
|
|
119648
119758
|
query: UpdateDeclarationRemarkQueryParams;
|
|
@@ -119651,10 +119761,10 @@ interface UpdateDeclarationRemarkProps {
|
|
|
119651
119761
|
}
|
|
119652
119762
|
declare const updateDeclarationRemark: (props: UpdateDeclarationRemarkProps, wgApiClient: ClientType) => Promise<UpdateDeclarationRemarkResponse>;
|
|
119653
119763
|
|
|
119654
|
-
declare const routeName$
|
|
119655
|
-
type CreateLockForClaimPathParams = paths[typeof routeName$
|
|
119656
|
-
type CreateLockForClaimQueryParams = paths[typeof routeName$
|
|
119657
|
-
type CreateLockForClaimResponse = paths[typeof routeName$
|
|
119764
|
+
declare const routeName$6l = "/v1/api/claims/{claim_id}/lock";
|
|
119765
|
+
type CreateLockForClaimPathParams = paths[typeof routeName$6l]['post']['parameters']['path'];
|
|
119766
|
+
type CreateLockForClaimQueryParams = paths[typeof routeName$6l]['post']['parameters']['query'];
|
|
119767
|
+
type CreateLockForClaimResponse = paths[typeof routeName$6l]['post']['responses'][201]['content']['application/json'];
|
|
119658
119768
|
interface CreateLockForClaimProps {
|
|
119659
119769
|
params: {
|
|
119660
119770
|
query: CreateLockForClaimQueryParams;
|
|
@@ -119663,10 +119773,10 @@ interface CreateLockForClaimProps {
|
|
|
119663
119773
|
}
|
|
119664
119774
|
declare const createLockForClaim: (props: CreateLockForClaimProps, wgApiClient: ClientType) => Promise<CreateLockForClaimResponse>;
|
|
119665
119775
|
|
|
119666
|
-
declare const routeName$
|
|
119667
|
-
type UnlockClaimPathParams = paths[typeof routeName$
|
|
119668
|
-
type UnlockClaimQueryParams = paths[typeof routeName$
|
|
119669
|
-
type UnlockClaimResponse = paths[typeof routeName$
|
|
119776
|
+
declare const routeName$6k = "/v1/api/claims/{claim_id}/unlock";
|
|
119777
|
+
type UnlockClaimPathParams = paths[typeof routeName$6k]['post']['parameters']['path'];
|
|
119778
|
+
type UnlockClaimQueryParams = paths[typeof routeName$6k]['post']['parameters']['query'];
|
|
119779
|
+
type UnlockClaimResponse = paths[typeof routeName$6k]['post']['responses'][200]['content']['application/json'];
|
|
119670
119780
|
interface UnlockClaimProps {
|
|
119671
119781
|
params: {
|
|
119672
119782
|
query: UnlockClaimQueryParams;
|
|
@@ -119675,10 +119785,10 @@ interface UnlockClaimProps {
|
|
|
119675
119785
|
}
|
|
119676
119786
|
declare const unlockClaim: (props: UnlockClaimProps, wgApiClient: ClientType) => Promise<UnlockClaimResponse>;
|
|
119677
119787
|
|
|
119678
|
-
declare const routeName$
|
|
119679
|
-
type ClaimRequestUpdatePathParams = paths[typeof routeName$
|
|
119680
|
-
type ClaimRequestUpdateQueryParams = paths[typeof routeName$
|
|
119681
|
-
type ClaimRequestUpdateResponse = paths[typeof routeName$
|
|
119788
|
+
declare const routeName$6j = "/v1/api/claims/{claim_id}/request_update";
|
|
119789
|
+
type ClaimRequestUpdatePathParams = paths[typeof routeName$6j]['post']['parameters']['path'];
|
|
119790
|
+
type ClaimRequestUpdateQueryParams = paths[typeof routeName$6j]['post']['parameters']['query'];
|
|
119791
|
+
type ClaimRequestUpdateResponse = paths[typeof routeName$6j]['post']['responses'][200]['content']['application/json'];
|
|
119682
119792
|
interface ClaimRequestUpdateProps {
|
|
119683
119793
|
params: {
|
|
119684
119794
|
query: ClaimRequestUpdateQueryParams;
|
|
@@ -119687,10 +119797,10 @@ interface ClaimRequestUpdateProps {
|
|
|
119687
119797
|
}
|
|
119688
119798
|
declare const claimRequestUpdate: (props: ClaimRequestUpdateProps, wgApiClient: ClientType) => Promise<ClaimRequestUpdateResponse>;
|
|
119689
119799
|
|
|
119690
|
-
declare const routeName$
|
|
119691
|
-
type ValidateClaimPathParams = paths[typeof routeName$
|
|
119692
|
-
type ValidateClaimQueryParams = paths[typeof routeName$
|
|
119693
|
-
type ValidateClaimResponse = paths[typeof routeName$
|
|
119800
|
+
declare const routeName$6i = "/v1/api/claims/{claim_id}/validate";
|
|
119801
|
+
type ValidateClaimPathParams = paths[typeof routeName$6i]['post']['parameters']['path'];
|
|
119802
|
+
type ValidateClaimQueryParams = paths[typeof routeName$6i]['post']['parameters']['query'];
|
|
119803
|
+
type ValidateClaimResponse = paths[typeof routeName$6i]['post']['responses'][200]['content']['application/json'];
|
|
119694
119804
|
interface ValidateClaimProps {
|
|
119695
119805
|
params: {
|
|
119696
119806
|
query: ValidateClaimQueryParams;
|
|
@@ -119699,10 +119809,10 @@ interface ValidateClaimProps {
|
|
|
119699
119809
|
}
|
|
119700
119810
|
declare const validateClaim: (props: ValidateClaimProps, wgApiClient: ClientType) => Promise<ValidateClaimResponse>;
|
|
119701
119811
|
|
|
119702
|
-
declare const routeName$
|
|
119703
|
-
type CreateDocumentForClaimPathParams = paths[typeof routeName$
|
|
119704
|
-
type CreateDocumentForClaimQueryParams = paths[typeof routeName$
|
|
119705
|
-
type CreateDocumentForClaimResponse = paths[typeof routeName$
|
|
119812
|
+
declare const routeName$6h = "/v1/api/claims/{claim_id}/documents";
|
|
119813
|
+
type CreateDocumentForClaimPathParams = paths[typeof routeName$6h]['post']['parameters']['path'];
|
|
119814
|
+
type CreateDocumentForClaimQueryParams = paths[typeof routeName$6h]['post']['parameters']['query'];
|
|
119815
|
+
type CreateDocumentForClaimResponse = paths[typeof routeName$6h]['post']['responses'][201]['content']['application/json'];
|
|
119706
119816
|
interface CreateDocumentForClaimProps {
|
|
119707
119817
|
params: {
|
|
119708
119818
|
query: CreateDocumentForClaimQueryParams;
|
|
@@ -119711,17 +119821,17 @@ interface CreateDocumentForClaimProps {
|
|
|
119711
119821
|
}
|
|
119712
119822
|
declare const createDocumentForClaim: (props: CreateDocumentForClaimProps, wgApiClient: ClientType) => Promise<CreateDocumentForClaimResponse>;
|
|
119713
119823
|
|
|
119714
|
-
declare const routeName$
|
|
119715
|
-
type DownloadDocumentByIdPathParams = paths[typeof routeName$
|
|
119716
|
-
type DownloadDocumentByIdQueryParams = paths[typeof routeName$
|
|
119717
|
-
type DownloadDocumentByIdResponse = paths[typeof routeName$
|
|
119718
|
-
type DownloadDocumentByIdProps = paths[typeof routeName$
|
|
119824
|
+
declare const routeName$6g = "/v1/api/claims/{claim_id}/documents/{document_id}";
|
|
119825
|
+
type DownloadDocumentByIdPathParams = paths[typeof routeName$6g]['get']['parameters']['path'];
|
|
119826
|
+
type DownloadDocumentByIdQueryParams = paths[typeof routeName$6g]['get']['parameters']['query'];
|
|
119827
|
+
type DownloadDocumentByIdResponse = paths[typeof routeName$6g]['get']['responses'][307]['content']['application/json'];
|
|
119828
|
+
type DownloadDocumentByIdProps = paths[typeof routeName$6g]['get']['parameters'];
|
|
119719
119829
|
declare const downloadDocumentById: (props: DownloadDocumentByIdProps, wgApiClient: ClientType) => Promise<DownloadDocumentByIdResponse>;
|
|
119720
119830
|
|
|
119721
|
-
declare const routeName$
|
|
119722
|
-
type DeleteDocumentByIdPathParams = paths[typeof routeName$
|
|
119723
|
-
type DeleteDocumentByIdQueryParams = paths[typeof routeName$
|
|
119724
|
-
type DeleteDocumentByIdResponse = paths[typeof routeName$
|
|
119831
|
+
declare const routeName$6f = "/v1/api/claims/{claim_id}/documents/{document_id}";
|
|
119832
|
+
type DeleteDocumentByIdPathParams = paths[typeof routeName$6f]['delete']['parameters']['path'];
|
|
119833
|
+
type DeleteDocumentByIdQueryParams = paths[typeof routeName$6f]['delete']['parameters']['query'];
|
|
119834
|
+
type DeleteDocumentByIdResponse = paths[typeof routeName$6f]['delete']['responses'][200]['content']['application/json'];
|
|
119725
119835
|
interface DeleteDocumentByIdProps {
|
|
119726
119836
|
params: {
|
|
119727
119837
|
query: DeleteDocumentByIdQueryParams;
|
|
@@ -119730,10 +119840,10 @@ interface DeleteDocumentByIdProps {
|
|
|
119730
119840
|
}
|
|
119731
119841
|
declare const deleteDocumentById: (props: DeleteDocumentByIdProps, wgApiClient: ClientType) => Promise<DeleteDocumentByIdResponse>;
|
|
119732
119842
|
|
|
119733
|
-
declare const routeName$
|
|
119734
|
-
type UpdateDocumentMetadataByIdPathParams = paths[typeof routeName$
|
|
119735
|
-
type UpdateDocumentMetadataByIdQueryParams = paths[typeof routeName$
|
|
119736
|
-
type UpdateDocumentMetadataByIdResponse = paths[typeof routeName$
|
|
119843
|
+
declare const routeName$6e = "/v1/api/claims/{claim_id}/documents/{document_id}";
|
|
119844
|
+
type UpdateDocumentMetadataByIdPathParams = paths[typeof routeName$6e]['patch']['parameters']['path'];
|
|
119845
|
+
type UpdateDocumentMetadataByIdQueryParams = paths[typeof routeName$6e]['patch']['parameters']['query'];
|
|
119846
|
+
type UpdateDocumentMetadataByIdResponse = paths[typeof routeName$6e]['patch']['responses'][200]['content']['application/json'];
|
|
119737
119847
|
interface UpdateDocumentMetadataByIdProps {
|
|
119738
119848
|
params: {
|
|
119739
119849
|
query: UpdateDocumentMetadataByIdQueryParams;
|
|
@@ -119742,17 +119852,17 @@ interface UpdateDocumentMetadataByIdProps {
|
|
|
119742
119852
|
}
|
|
119743
119853
|
declare const updateDocumentMetadataById: (props: UpdateDocumentMetadataByIdProps, wgApiClient: ClientType) => Promise<UpdateDocumentMetadataByIdResponse>;
|
|
119744
119854
|
|
|
119745
|
-
declare const routeName$
|
|
119746
|
-
type GetClaimAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
119747
|
-
type GetClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
119748
|
-
type GetClaimAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
119749
|
-
type GetClaimAsCustomerWithTokenProps = paths[typeof routeName$
|
|
119855
|
+
declare const routeName$6d = "/v1/api/claims/customer/token/{token}";
|
|
119856
|
+
type GetClaimAsCustomerWithTokenPathParams = paths[typeof routeName$6d]['get']['parameters']['path'];
|
|
119857
|
+
type GetClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$6d]['get']['parameters']['query'];
|
|
119858
|
+
type GetClaimAsCustomerWithTokenResponse = paths[typeof routeName$6d]['get']['responses'][200]['content']['application/json'];
|
|
119859
|
+
type GetClaimAsCustomerWithTokenProps = paths[typeof routeName$6d]['get']['parameters'];
|
|
119750
119860
|
declare const getClaimAsCustomerWithToken: (props: GetClaimAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<GetClaimAsCustomerWithTokenResponse>;
|
|
119751
119861
|
|
|
119752
|
-
declare const routeName$
|
|
119753
|
-
type UpdateClaimAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
119754
|
-
type UpdateClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
119755
|
-
type UpdateClaimAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
119862
|
+
declare const routeName$6c = "/v1/api/claims/customer/token/{token}";
|
|
119863
|
+
type UpdateClaimAsCustomerWithTokenPathParams = paths[typeof routeName$6c]['patch']['parameters']['path'];
|
|
119864
|
+
type UpdateClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$6c]['patch']['parameters']['query'];
|
|
119865
|
+
type UpdateClaimAsCustomerWithTokenResponse = paths[typeof routeName$6c]['patch']['responses'][200]['content']['application/json'];
|
|
119756
119866
|
interface UpdateClaimAsCustomerWithTokenProps {
|
|
119757
119867
|
params: {
|
|
119758
119868
|
query: UpdateClaimAsCustomerWithTokenQueryParams;
|
|
@@ -119761,10 +119871,10 @@ interface UpdateClaimAsCustomerWithTokenProps {
|
|
|
119761
119871
|
}
|
|
119762
119872
|
declare const updateClaimAsCustomerWithToken: (props: UpdateClaimAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateClaimAsCustomerWithTokenResponse>;
|
|
119763
119873
|
|
|
119764
|
-
declare const routeName$
|
|
119765
|
-
type CreateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
119766
|
-
type CreateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
119767
|
-
type CreateEntityAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
119874
|
+
declare const routeName$6b = "/v1/api/claims/customer/token/{token}/entities";
|
|
119875
|
+
type CreateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$6b]['post']['parameters']['path'];
|
|
119876
|
+
type CreateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$6b]['post']['parameters']['query'];
|
|
119877
|
+
type CreateEntityAsCustomerWithTokenResponse = paths[typeof routeName$6b]['post']['responses'][201]['content']['application/json'];
|
|
119768
119878
|
interface CreateEntityAsCustomerWithTokenProps {
|
|
119769
119879
|
params: {
|
|
119770
119880
|
query: CreateEntityAsCustomerWithTokenQueryParams;
|
|
@@ -119773,10 +119883,10 @@ interface CreateEntityAsCustomerWithTokenProps {
|
|
|
119773
119883
|
}
|
|
119774
119884
|
declare const createEntityAsCustomerWithToken: (props: CreateEntityAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<CreateEntityAsCustomerWithTokenResponse>;
|
|
119775
119885
|
|
|
119776
|
-
declare const routeName$
|
|
119777
|
-
type DeleteEntityByIdAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
119778
|
-
type DeleteEntityByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
119779
|
-
type DeleteEntityByIdAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
119886
|
+
declare const routeName$6a = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
|
|
119887
|
+
type DeleteEntityByIdAsCustomerWithTokenPathParams = paths[typeof routeName$6a]['delete']['parameters']['path'];
|
|
119888
|
+
type DeleteEntityByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$6a]['delete']['parameters']['query'];
|
|
119889
|
+
type DeleteEntityByIdAsCustomerWithTokenResponse = paths[typeof routeName$6a]['delete']['responses'][200]['content']['application/json'];
|
|
119780
119890
|
interface DeleteEntityByIdAsCustomerWithTokenProps {
|
|
119781
119891
|
params: {
|
|
119782
119892
|
query: DeleteEntityByIdAsCustomerWithTokenQueryParams;
|
|
@@ -119785,10 +119895,10 @@ interface DeleteEntityByIdAsCustomerWithTokenProps {
|
|
|
119785
119895
|
}
|
|
119786
119896
|
declare const deleteEntityByIdAsCustomerWithToken: (props: DeleteEntityByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<DeleteEntityByIdAsCustomerWithTokenResponse>;
|
|
119787
119897
|
|
|
119788
|
-
declare const routeName$
|
|
119789
|
-
type UpdateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
119790
|
-
type UpdateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
119791
|
-
type UpdateEntityAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
119898
|
+
declare const routeName$69 = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
|
|
119899
|
+
type UpdateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$69]['patch']['parameters']['path'];
|
|
119900
|
+
type UpdateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$69]['patch']['parameters']['query'];
|
|
119901
|
+
type UpdateEntityAsCustomerWithTokenResponse = paths[typeof routeName$69]['patch']['responses'][200]['content']['application/json'];
|
|
119792
119902
|
interface UpdateEntityAsCustomerWithTokenProps {
|
|
119793
119903
|
params: {
|
|
119794
119904
|
query: UpdateEntityAsCustomerWithTokenQueryParams;
|
|
@@ -119797,10 +119907,10 @@ interface UpdateEntityAsCustomerWithTokenProps {
|
|
|
119797
119907
|
}
|
|
119798
119908
|
declare const updateEntityAsCustomerWithToken: (props: UpdateEntityAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateEntityAsCustomerWithTokenResponse>;
|
|
119799
119909
|
|
|
119800
|
-
declare const routeName$
|
|
119801
|
-
type UploadClaimDocumentAsBrokerPathParams = paths[typeof routeName$
|
|
119802
|
-
type UploadClaimDocumentAsBrokerQueryParams = paths[typeof routeName$
|
|
119803
|
-
type UploadClaimDocumentAsBrokerResponse = paths[typeof routeName$
|
|
119910
|
+
declare const routeName$68 = "/v1/api/claims/upload/{claim_doc_category}";
|
|
119911
|
+
type UploadClaimDocumentAsBrokerPathParams = paths[typeof routeName$68]['post']['parameters']['path'];
|
|
119912
|
+
type UploadClaimDocumentAsBrokerQueryParams = paths[typeof routeName$68]['post']['parameters']['query'];
|
|
119913
|
+
type UploadClaimDocumentAsBrokerResponse = paths[typeof routeName$68]['post']['responses'][200]['content']['application/json'];
|
|
119804
119914
|
interface UploadClaimDocumentAsBrokerProps {
|
|
119805
119915
|
params: {
|
|
119806
119916
|
query: UploadClaimDocumentAsBrokerQueryParams;
|
|
@@ -119809,10 +119919,10 @@ interface UploadClaimDocumentAsBrokerProps {
|
|
|
119809
119919
|
}
|
|
119810
119920
|
declare const uploadClaimDocumentAsBroker: (props: UploadClaimDocumentAsBrokerProps, wgApiClient: ClientType) => Promise<UploadClaimDocumentAsBrokerResponse>;
|
|
119811
119921
|
|
|
119812
|
-
declare const routeName$
|
|
119813
|
-
type CreateUploadLinkAsCustomerPathParams = paths[typeof routeName$
|
|
119814
|
-
type CreateUploadLinkAsCustomerQueryParams = paths[typeof routeName$
|
|
119815
|
-
type CreateUploadLinkAsCustomerResponse = paths[typeof routeName$
|
|
119922
|
+
declare const routeName$67 = "/v1/api/claims/customer/upload/{claim_doc_category}";
|
|
119923
|
+
type CreateUploadLinkAsCustomerPathParams = paths[typeof routeName$67]['post']['parameters']['path'];
|
|
119924
|
+
type CreateUploadLinkAsCustomerQueryParams = paths[typeof routeName$67]['post']['parameters']['query'];
|
|
119925
|
+
type CreateUploadLinkAsCustomerResponse = paths[typeof routeName$67]['post']['responses'][200]['content']['application/json'];
|
|
119816
119926
|
interface CreateUploadLinkAsCustomerProps {
|
|
119817
119927
|
params: {
|
|
119818
119928
|
query: CreateUploadLinkAsCustomerQueryParams;
|
|
@@ -119821,9 +119931,9 @@ interface CreateUploadLinkAsCustomerProps {
|
|
|
119821
119931
|
}
|
|
119822
119932
|
declare const createUploadLinkAsCustomer: (props: CreateUploadLinkAsCustomerProps, wgApiClient: ClientType) => Promise<CreateUploadLinkAsCustomerResponse>;
|
|
119823
119933
|
|
|
119824
|
-
declare const routeName$
|
|
119825
|
-
type GenerateTokenForSocialLoginFlowAsBrokerQueryParams = paths[typeof routeName$
|
|
119826
|
-
type GenerateTokenForSocialLoginFlowAsBrokerResponse = paths[typeof routeName$
|
|
119934
|
+
declare const routeName$66 = "/v1/api/claims/generate/token";
|
|
119935
|
+
type GenerateTokenForSocialLoginFlowAsBrokerQueryParams = paths[typeof routeName$66]['post']['parameters']['query'];
|
|
119936
|
+
type GenerateTokenForSocialLoginFlowAsBrokerResponse = paths[typeof routeName$66]['post']['responses'][201]['content']['application/json'];
|
|
119827
119937
|
interface GenerateTokenForSocialLoginFlowAsBrokerProps {
|
|
119828
119938
|
params: {
|
|
119829
119939
|
query: GenerateTokenForSocialLoginFlowAsBrokerQueryParams;
|
|
@@ -119831,17 +119941,17 @@ interface GenerateTokenForSocialLoginFlowAsBrokerProps {
|
|
|
119831
119941
|
}
|
|
119832
119942
|
declare const generateTokenForSocialLoginFlowAsBroker: (props: GenerateTokenForSocialLoginFlowAsBrokerProps, wgApiClient: ClientType) => Promise<GenerateTokenForSocialLoginFlowAsBrokerResponse>;
|
|
119833
119943
|
|
|
119834
|
-
declare const routeName$
|
|
119835
|
-
type GetClaimEventsAsCustomerPathParams = paths[typeof routeName$
|
|
119836
|
-
type GetClaimEventsAsCustomerQueryParams = paths[typeof routeName$
|
|
119837
|
-
type GetClaimEventsAsCustomerResponse = paths[typeof routeName$
|
|
119838
|
-
type GetClaimEventsAsCustomerProps = paths[typeof routeName$
|
|
119944
|
+
declare const routeName$65 = "/v1/api/claims/customer/token/{token}/events";
|
|
119945
|
+
type GetClaimEventsAsCustomerPathParams = paths[typeof routeName$65]['get']['parameters']['path'];
|
|
119946
|
+
type GetClaimEventsAsCustomerQueryParams = paths[typeof routeName$65]['get']['parameters']['query'];
|
|
119947
|
+
type GetClaimEventsAsCustomerResponse = paths[typeof routeName$65]['get']['responses'][200]['content']['application/json'];
|
|
119948
|
+
type GetClaimEventsAsCustomerProps = paths[typeof routeName$65]['get']['parameters'];
|
|
119839
119949
|
declare const getClaimEventsAsCustomer: (props: GetClaimEventsAsCustomerProps, wgApiClient: ClientType) => Promise<GetClaimEventsAsCustomerResponse>;
|
|
119840
119950
|
|
|
119841
|
-
declare const routeName$
|
|
119842
|
-
type CreateDocumentForClaimAsCustomerPathParams = paths[typeof routeName$
|
|
119843
|
-
type CreateDocumentForClaimAsCustomerQueryParams = paths[typeof routeName$
|
|
119844
|
-
type CreateDocumentForClaimAsCustomerResponse = paths[typeof routeName$
|
|
119951
|
+
declare const routeName$64 = "/v1/api/claims/customer/token/{token}/documents";
|
|
119952
|
+
type CreateDocumentForClaimAsCustomerPathParams = paths[typeof routeName$64]['post']['parameters']['path'];
|
|
119953
|
+
type CreateDocumentForClaimAsCustomerQueryParams = paths[typeof routeName$64]['post']['parameters']['query'];
|
|
119954
|
+
type CreateDocumentForClaimAsCustomerResponse = paths[typeof routeName$64]['post']['responses'][200]['content']['application/json'];
|
|
119845
119955
|
interface CreateDocumentForClaimAsCustomerProps {
|
|
119846
119956
|
params: {
|
|
119847
119957
|
query: CreateDocumentForClaimAsCustomerQueryParams;
|
|
@@ -119850,10 +119960,10 @@ interface CreateDocumentForClaimAsCustomerProps {
|
|
|
119850
119960
|
}
|
|
119851
119961
|
declare const createDocumentForClaimAsCustomer: (props: CreateDocumentForClaimAsCustomerProps, wgApiClient: ClientType) => Promise<CreateDocumentForClaimAsCustomerResponse>;
|
|
119852
119962
|
|
|
119853
|
-
declare const routeName$
|
|
119854
|
-
type DeleteDocumentByIdAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
119855
|
-
type DeleteDocumentByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
119856
|
-
type DeleteDocumentByIdAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
119963
|
+
declare const routeName$63 = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
|
|
119964
|
+
type DeleteDocumentByIdAsCustomerWithTokenPathParams = paths[typeof routeName$63]['delete']['parameters']['path'];
|
|
119965
|
+
type DeleteDocumentByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$63]['delete']['parameters']['query'];
|
|
119966
|
+
type DeleteDocumentByIdAsCustomerWithTokenResponse = paths[typeof routeName$63]['delete']['responses'][200]['content']['application/json'];
|
|
119857
119967
|
interface DeleteDocumentByIdAsCustomerWithTokenProps {
|
|
119858
119968
|
params: {
|
|
119859
119969
|
query: DeleteDocumentByIdAsCustomerWithTokenQueryParams;
|
|
@@ -119862,10 +119972,10 @@ interface DeleteDocumentByIdAsCustomerWithTokenProps {
|
|
|
119862
119972
|
}
|
|
119863
119973
|
declare const deleteDocumentByIdAsCustomerWithToken: (props: DeleteDocumentByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<DeleteDocumentByIdAsCustomerWithTokenResponse>;
|
|
119864
119974
|
|
|
119865
|
-
declare const routeName$
|
|
119866
|
-
type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
119867
|
-
type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
119868
|
-
type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
119975
|
+
declare const routeName$62 = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
|
|
119976
|
+
type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams = paths[typeof routeName$62]['patch']['parameters']['path'];
|
|
119977
|
+
type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$62]['patch']['parameters']['query'];
|
|
119978
|
+
type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse = paths[typeof routeName$62]['patch']['responses'][200]['content']['application/json'];
|
|
119869
119979
|
interface UpdateDocumentMetadataByIdAsCustomerWithTokenProps {
|
|
119870
119980
|
params: {
|
|
119871
119981
|
query: UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams;
|
|
@@ -119874,10 +119984,10 @@ interface UpdateDocumentMetadataByIdAsCustomerWithTokenProps {
|
|
|
119874
119984
|
}
|
|
119875
119985
|
declare const updateDocumentMetadataByIdAsCustomerWithToken: (props: UpdateDocumentMetadataByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateDocumentMetadataByIdAsCustomerWithTokenResponse>;
|
|
119876
119986
|
|
|
119877
|
-
declare const routeName$
|
|
119878
|
-
type CreateNoteOnEventAsCustomerPathParams = paths[typeof routeName$
|
|
119879
|
-
type CreateNoteOnEventAsCustomerQueryParams = paths[typeof routeName$
|
|
119880
|
-
type CreateNoteOnEventAsCustomerResponse = paths[typeof routeName$
|
|
119987
|
+
declare const routeName$61 = "/v1/api/claims/customer/token/{token}/events/{event_id}/notes";
|
|
119988
|
+
type CreateNoteOnEventAsCustomerPathParams = paths[typeof routeName$61]['post']['parameters']['path'];
|
|
119989
|
+
type CreateNoteOnEventAsCustomerQueryParams = paths[typeof routeName$61]['post']['parameters']['query'];
|
|
119990
|
+
type CreateNoteOnEventAsCustomerResponse = paths[typeof routeName$61]['post']['responses'][200]['content']['application/json'];
|
|
119881
119991
|
interface CreateNoteOnEventAsCustomerProps {
|
|
119882
119992
|
params: {
|
|
119883
119993
|
query: CreateNoteOnEventAsCustomerQueryParams;
|
|
@@ -119886,10 +119996,10 @@ interface CreateNoteOnEventAsCustomerProps {
|
|
|
119886
119996
|
}
|
|
119887
119997
|
declare const createNoteOnEventAsCustomer: (props: CreateNoteOnEventAsCustomerProps, wgApiClient: ClientType) => Promise<CreateNoteOnEventAsCustomerResponse>;
|
|
119888
119998
|
|
|
119889
|
-
declare const routeName$
|
|
119890
|
-
type CreateEntityAsBrokerPathParams = paths[typeof routeName$
|
|
119891
|
-
type CreateEntityAsBrokerQueryParams = paths[typeof routeName$
|
|
119892
|
-
type CreateEntityAsBrokerResponse = paths[typeof routeName$
|
|
119999
|
+
declare const routeName$60 = "/v1/api/claims/{claim_id}/entities";
|
|
120000
|
+
type CreateEntityAsBrokerPathParams = paths[typeof routeName$60]['post']['parameters']['path'];
|
|
120001
|
+
type CreateEntityAsBrokerQueryParams = paths[typeof routeName$60]['post']['parameters']['query'];
|
|
120002
|
+
type CreateEntityAsBrokerResponse = paths[typeof routeName$60]['post']['responses'][201]['content']['application/json'];
|
|
119893
120003
|
interface CreateEntityAsBrokerProps {
|
|
119894
120004
|
params: {
|
|
119895
120005
|
query: CreateEntityAsBrokerQueryParams;
|
|
@@ -119898,10 +120008,10 @@ interface CreateEntityAsBrokerProps {
|
|
|
119898
120008
|
}
|
|
119899
120009
|
declare const createEntityAsBroker: (props: CreateEntityAsBrokerProps, wgApiClient: ClientType) => Promise<CreateEntityAsBrokerResponse>;
|
|
119900
120010
|
|
|
119901
|
-
declare const routeName$
|
|
119902
|
-
type DeleteEntityAsBrokerByIdPathParams = paths[typeof routeName$
|
|
119903
|
-
type DeleteEntityAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
119904
|
-
type DeleteEntityAsBrokerByIdResponse = paths[typeof routeName$
|
|
120011
|
+
declare const routeName$5$ = "/v1/api/claims/{claim_id}/entities/{entity_id}";
|
|
120012
|
+
type DeleteEntityAsBrokerByIdPathParams = paths[typeof routeName$5$]['delete']['parameters']['path'];
|
|
120013
|
+
type DeleteEntityAsBrokerByIdQueryParams = paths[typeof routeName$5$]['delete']['parameters']['query'];
|
|
120014
|
+
type DeleteEntityAsBrokerByIdResponse = paths[typeof routeName$5$]['delete']['responses'][200]['content']['application/json'];
|
|
119905
120015
|
interface DeleteEntityAsBrokerByIdProps {
|
|
119906
120016
|
params: {
|
|
119907
120017
|
query: DeleteEntityAsBrokerByIdQueryParams;
|
|
@@ -119910,10 +120020,10 @@ interface DeleteEntityAsBrokerByIdProps {
|
|
|
119910
120020
|
}
|
|
119911
120021
|
declare const deleteEntityAsBrokerById: (props: DeleteEntityAsBrokerByIdProps, wgApiClient: ClientType) => Promise<DeleteEntityAsBrokerByIdResponse>;
|
|
119912
120022
|
|
|
119913
|
-
declare const routeName$
|
|
119914
|
-
type UpdateEntityAsBrokerByIdPathParams = paths[typeof routeName$
|
|
119915
|
-
type UpdateEntityAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
119916
|
-
type UpdateEntityAsBrokerByIdResponse = paths[typeof routeName$
|
|
120023
|
+
declare const routeName$5_ = "/v1/api/claims/{claim_id}/entities/{entity_id}";
|
|
120024
|
+
type UpdateEntityAsBrokerByIdPathParams = paths[typeof routeName$5_]['patch']['parameters']['path'];
|
|
120025
|
+
type UpdateEntityAsBrokerByIdQueryParams = paths[typeof routeName$5_]['patch']['parameters']['query'];
|
|
120026
|
+
type UpdateEntityAsBrokerByIdResponse = paths[typeof routeName$5_]['patch']['responses'][200]['content']['application/json'];
|
|
119917
120027
|
interface UpdateEntityAsBrokerByIdProps {
|
|
119918
120028
|
params: {
|
|
119919
120029
|
query: UpdateEntityAsBrokerByIdQueryParams;
|
|
@@ -119922,17 +120032,17 @@ interface UpdateEntityAsBrokerByIdProps {
|
|
|
119922
120032
|
}
|
|
119923
120033
|
declare const updateEntityAsBrokerById: (props: UpdateEntityAsBrokerByIdProps, wgApiClient: ClientType) => Promise<UpdateEntityAsBrokerByIdResponse>;
|
|
119924
120034
|
|
|
119925
|
-
declare const routeName$
|
|
119926
|
-
type GetClaimEventsAsBrokerByIdPathParams = paths[typeof routeName$
|
|
119927
|
-
type GetClaimEventsAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
119928
|
-
type GetClaimEventsAsBrokerByIdResponse = paths[typeof routeName$
|
|
119929
|
-
type GetClaimEventsAsBrokerByIdProps = paths[typeof routeName$
|
|
120035
|
+
declare const routeName$5Z = "/v1/api/claims/{claim_id}/events";
|
|
120036
|
+
type GetClaimEventsAsBrokerByIdPathParams = paths[typeof routeName$5Z]['get']['parameters']['path'];
|
|
120037
|
+
type GetClaimEventsAsBrokerByIdQueryParams = paths[typeof routeName$5Z]['get']['parameters']['query'];
|
|
120038
|
+
type GetClaimEventsAsBrokerByIdResponse = paths[typeof routeName$5Z]['get']['responses'][200]['content']['application/json'];
|
|
120039
|
+
type GetClaimEventsAsBrokerByIdProps = paths[typeof routeName$5Z]['get']['parameters'];
|
|
119930
120040
|
declare const getClaimEventsAsBrokerById: (props: GetClaimEventsAsBrokerByIdProps, wgApiClient: ClientType) => Promise<GetClaimEventsAsBrokerByIdResponse>;
|
|
119931
120041
|
|
|
119932
|
-
declare const routeName$
|
|
119933
|
-
type SendClaimToKeypointPathParams = paths[typeof routeName$
|
|
119934
|
-
type SendClaimToKeypointQueryParams = paths[typeof routeName$
|
|
119935
|
-
type SendClaimToKeypointResponse = paths[typeof routeName$
|
|
120042
|
+
declare const routeName$5Y = "/v1/api/claims/{claim_id}/connections/keypoint/declaration";
|
|
120043
|
+
type SendClaimToKeypointPathParams = paths[typeof routeName$5Y]['post']['parameters']['path'];
|
|
120044
|
+
type SendClaimToKeypointQueryParams = paths[typeof routeName$5Y]['post']['parameters']['query'];
|
|
120045
|
+
type SendClaimToKeypointResponse = paths[typeof routeName$5Y]['post']['responses'][201]['content']['application/json'];
|
|
119936
120046
|
interface SendClaimToKeypointProps {
|
|
119937
120047
|
params: {
|
|
119938
120048
|
query: SendClaimToKeypointQueryParams;
|
|
@@ -119941,10 +120051,10 @@ interface SendClaimToKeypointProps {
|
|
|
119941
120051
|
}
|
|
119942
120052
|
declare const sendClaimToKeypoint: (props: SendClaimToKeypointProps, wgApiClient: ClientType) => Promise<SendClaimToKeypointResponse>;
|
|
119943
120053
|
|
|
119944
|
-
declare const routeName$
|
|
119945
|
-
type SendMailFollowupPageToCustomerPathParams = paths[typeof routeName$
|
|
119946
|
-
type SendMailFollowupPageToCustomerQueryParams = paths[typeof routeName$
|
|
119947
|
-
type SendMailFollowupPageToCustomerResponse = paths[typeof routeName$
|
|
120054
|
+
declare const routeName$5X = "/v1/api/claims/{claim_id}/customer/followup-page/email";
|
|
120055
|
+
type SendMailFollowupPageToCustomerPathParams = paths[typeof routeName$5X]['post']['parameters']['path'];
|
|
120056
|
+
type SendMailFollowupPageToCustomerQueryParams = paths[typeof routeName$5X]['post']['parameters']['query'];
|
|
120057
|
+
type SendMailFollowupPageToCustomerResponse = paths[typeof routeName$5X]['post']['responses'][200]['content']['application/json'];
|
|
119948
120058
|
interface SendMailFollowupPageToCustomerProps {
|
|
119949
120059
|
params: {
|
|
119950
120060
|
query: SendMailFollowupPageToCustomerQueryParams;
|
|
@@ -119953,21 +120063,21 @@ interface SendMailFollowupPageToCustomerProps {
|
|
|
119953
120063
|
}
|
|
119954
120064
|
declare const sendMailFollowupPageToCustomer: (props: SendMailFollowupPageToCustomerProps, wgApiClient: ClientType) => Promise<SendMailFollowupPageToCustomerResponse>;
|
|
119955
120065
|
|
|
119956
|
-
declare const routeName$
|
|
119957
|
-
type GetAllCarClaimCategoriesResponse = paths[typeof routeName$
|
|
120066
|
+
declare const routeName$5W = "/v1/api/claims/categories/CAR";
|
|
120067
|
+
type GetAllCarClaimCategoriesResponse = paths[typeof routeName$5W]['get']['responses'][200]['content']['application/json'];
|
|
119958
120068
|
declare const getAllCarClaimCategories: (wgApiClient: ClientType) => Promise<GetAllCarClaimCategoriesResponse>;
|
|
119959
120069
|
|
|
119960
|
-
declare const routeName$
|
|
119961
|
-
type GetInfoForClaimPathParams = paths[typeof routeName$
|
|
119962
|
-
type GetInfoForClaimQueryParams = paths[typeof routeName$
|
|
119963
|
-
type GetInfoForClaimResponse = paths[typeof routeName$
|
|
119964
|
-
type GetInfoForClaimProps = paths[typeof routeName$
|
|
120070
|
+
declare const routeName$5V = "/v1/api/claims/info/{claim_type}/{claim_category}";
|
|
120071
|
+
type GetInfoForClaimPathParams = paths[typeof routeName$5V]['get']['parameters']['path'];
|
|
120072
|
+
type GetInfoForClaimQueryParams = paths[typeof routeName$5V]['get']['parameters']['query'];
|
|
120073
|
+
type GetInfoForClaimResponse = paths[typeof routeName$5V]['get']['responses'][200]['content']['application/json'];
|
|
120074
|
+
type GetInfoForClaimProps = paths[typeof routeName$5V]['get']['parameters'];
|
|
119965
120075
|
declare const getInfoForClaim: (props: GetInfoForClaimProps, wgApiClient: ClientType) => Promise<GetInfoForClaimResponse>;
|
|
119966
120076
|
|
|
119967
|
-
declare const routeName$
|
|
119968
|
-
type CreateNoteOnEventPathParams = paths[typeof routeName$
|
|
119969
|
-
type CreateNoteOnEventQueryParams = paths[typeof routeName$
|
|
119970
|
-
type CreateNoteOnEventResponse = paths[typeof routeName$
|
|
120077
|
+
declare const routeName$5U = "/v1/api/claims/{claim_id}/events/{event_id}/notes";
|
|
120078
|
+
type CreateNoteOnEventPathParams = paths[typeof routeName$5U]['post']['parameters']['path'];
|
|
120079
|
+
type CreateNoteOnEventQueryParams = paths[typeof routeName$5U]['post']['parameters']['query'];
|
|
120080
|
+
type CreateNoteOnEventResponse = paths[typeof routeName$5U]['post']['responses'][201]['content']['application/json'];
|
|
119971
120081
|
interface CreateNoteOnEventProps {
|
|
119972
120082
|
params: {
|
|
119973
120083
|
query: CreateNoteOnEventQueryParams;
|
|
@@ -119976,10 +120086,10 @@ interface CreateNoteOnEventProps {
|
|
|
119976
120086
|
}
|
|
119977
120087
|
declare const createNoteOnEvent: (props: CreateNoteOnEventProps, wgApiClient: ClientType) => Promise<CreateNoteOnEventResponse>;
|
|
119978
120088
|
|
|
119979
|
-
declare const routeName$
|
|
119980
|
-
type DeleteNotePathParams = paths[typeof routeName$
|
|
119981
|
-
type DeleteNoteQueryParams = paths[typeof routeName$
|
|
119982
|
-
type DeleteNoteResponse = paths[typeof routeName$
|
|
120089
|
+
declare const routeName$5T = "/v1/api/claims/notes/{note_id}";
|
|
120090
|
+
type DeleteNotePathParams = paths[typeof routeName$5T]['delete']['parameters']['path'];
|
|
120091
|
+
type DeleteNoteQueryParams = paths[typeof routeName$5T]['delete']['parameters']['query'];
|
|
120092
|
+
type DeleteNoteResponse = paths[typeof routeName$5T]['delete']['responses'][200]['content']['application/json'];
|
|
119983
120093
|
interface DeleteNoteProps {
|
|
119984
120094
|
params: {
|
|
119985
120095
|
query: DeleteNoteQueryParams;
|
|
@@ -119988,10 +120098,10 @@ interface DeleteNoteProps {
|
|
|
119988
120098
|
}
|
|
119989
120099
|
declare const deleteNote: (props: DeleteNoteProps, wgApiClient: ClientType) => Promise<DeleteNoteResponse>;
|
|
119990
120100
|
|
|
119991
|
-
declare const routeName$
|
|
119992
|
-
type UpdateNotePathParams = paths[typeof routeName$
|
|
119993
|
-
type UpdateNoteQueryParams = paths[typeof routeName$
|
|
119994
|
-
type UpdateNoteResponse = paths[typeof routeName$
|
|
120101
|
+
declare const routeName$5S = "/v1/api/claims/notes/{note_id}";
|
|
120102
|
+
type UpdateNotePathParams = paths[typeof routeName$5S]['patch']['parameters']['path'];
|
|
120103
|
+
type UpdateNoteQueryParams = paths[typeof routeName$5S]['patch']['parameters']['query'];
|
|
120104
|
+
type UpdateNoteResponse = paths[typeof routeName$5S]['patch']['responses'][200]['content']['application/json'];
|
|
119995
120105
|
interface UpdateNoteProps {
|
|
119996
120106
|
params: {
|
|
119997
120107
|
query: UpdateNoteQueryParams;
|
|
@@ -120000,17 +120110,17 @@ interface UpdateNoteProps {
|
|
|
120000
120110
|
}
|
|
120001
120111
|
declare const updateNote: (props: UpdateNoteProps, wgApiClient: ClientType) => Promise<UpdateNoteResponse>;
|
|
120002
120112
|
|
|
120003
|
-
declare const routeName$
|
|
120004
|
-
type ClaimReportByIdPathParams = paths[typeof routeName$
|
|
120005
|
-
type ClaimReportByIdQueryParams = paths[typeof routeName$
|
|
120006
|
-
type ClaimReportByIdResponse = paths[typeof routeName$
|
|
120007
|
-
type ClaimReportByIdProps = paths[typeof routeName$
|
|
120113
|
+
declare const routeName$5R = "/v1/api/claims/{claim_id}/report";
|
|
120114
|
+
type ClaimReportByIdPathParams = paths[typeof routeName$5R]['get']['parameters']['path'];
|
|
120115
|
+
type ClaimReportByIdQueryParams = paths[typeof routeName$5R]['get']['parameters']['query'];
|
|
120116
|
+
type ClaimReportByIdResponse = paths[typeof routeName$5R]['get']['responses'][200]['content']['application/json'];
|
|
120117
|
+
type ClaimReportByIdProps = paths[typeof routeName$5R]['get']['parameters'];
|
|
120008
120118
|
declare const claimReportById: (props: ClaimReportByIdProps, wgApiClient: ClientType) => Promise<ClaimReportByIdResponse>;
|
|
120009
120119
|
|
|
120010
|
-
declare const routeName$
|
|
120011
|
-
type SendMailClaimReportByIdPathParams = paths[typeof routeName$
|
|
120012
|
-
type SendMailClaimReportByIdQueryParams = paths[typeof routeName$
|
|
120013
|
-
type SendMailClaimReportByIdResponse = paths[typeof routeName$
|
|
120120
|
+
declare const routeName$5Q = "/v1/api/claims/{claim_id}/report/email";
|
|
120121
|
+
type SendMailClaimReportByIdPathParams = paths[typeof routeName$5Q]['post']['parameters']['path'];
|
|
120122
|
+
type SendMailClaimReportByIdQueryParams = paths[typeof routeName$5Q]['post']['parameters']['query'];
|
|
120123
|
+
type SendMailClaimReportByIdResponse = paths[typeof routeName$5Q]['post']['responses'][200]['content']['application/json'];
|
|
120014
120124
|
interface SendMailClaimReportByIdProps {
|
|
120015
120125
|
params: {
|
|
120016
120126
|
query: SendMailClaimReportByIdQueryParams;
|
|
@@ -120019,16 +120129,16 @@ interface SendMailClaimReportByIdProps {
|
|
|
120019
120129
|
}
|
|
120020
120130
|
declare const sendMailClaimReportById: (props: SendMailClaimReportByIdProps, wgApiClient: ClientType) => Promise<SendMailClaimReportByIdResponse>;
|
|
120021
120131
|
|
|
120022
|
-
declare const routeName$
|
|
120023
|
-
type GetBrokerConnectionsByIdPathParams = paths[typeof routeName$
|
|
120024
|
-
type GetBrokerConnectionsByIdResponse = paths[typeof routeName$
|
|
120025
|
-
type GetBrokerConnectionsByIdProps = paths[typeof routeName$
|
|
120132
|
+
declare const routeName$5P = "/v1/api/brokers/{broker_id}/connections";
|
|
120133
|
+
type GetBrokerConnectionsByIdPathParams = paths[typeof routeName$5P]['get']['parameters']['path'];
|
|
120134
|
+
type GetBrokerConnectionsByIdResponse = paths[typeof routeName$5P]['get']['responses'][200]['content']['application/json'];
|
|
120135
|
+
type GetBrokerConnectionsByIdProps = paths[typeof routeName$5P]['get']['parameters'];
|
|
120026
120136
|
declare const getBrokerConnectionsById: (props: GetBrokerConnectionsByIdProps, wgApiClient: ClientType) => Promise<GetBrokerConnectionsByIdResponse>;
|
|
120027
120137
|
|
|
120028
|
-
declare const routeName$
|
|
120029
|
-
type CreateBrokerConnectionsByIdBody = paths[typeof routeName$
|
|
120030
|
-
type CreateBrokerConnectionsByIdPathParams = paths[typeof routeName$
|
|
120031
|
-
type CreateBrokerConnectionsByIdResponse = paths[typeof routeName$
|
|
120138
|
+
declare const routeName$5O = "/v1/api/brokers/{broker_id}/connections/{key}";
|
|
120139
|
+
type CreateBrokerConnectionsByIdBody = paths[typeof routeName$5O]['post']['requestBody']['content']['application/json'];
|
|
120140
|
+
type CreateBrokerConnectionsByIdPathParams = paths[typeof routeName$5O]['post']['parameters']['path'];
|
|
120141
|
+
type CreateBrokerConnectionsByIdResponse = paths[typeof routeName$5O]['post']['responses'][201]['content']['application/json'];
|
|
120032
120142
|
interface CreateBrokerConnectionsByIdProps {
|
|
120033
120143
|
body: CreateBrokerConnectionsByIdBody;
|
|
120034
120144
|
params: {
|
|
@@ -120037,9 +120147,9 @@ interface CreateBrokerConnectionsByIdProps {
|
|
|
120037
120147
|
}
|
|
120038
120148
|
declare const createBrokerConnectionsById: (props: CreateBrokerConnectionsByIdProps, wgApiClient: ClientType) => Promise<CreateBrokerConnectionsByIdResponse>;
|
|
120039
120149
|
|
|
120040
|
-
declare const routeName$
|
|
120041
|
-
type DeleteBrokerConnectionByKeyPathParams = paths[typeof routeName$
|
|
120042
|
-
type DeleteBrokerConnectionByKeyResponse = paths[typeof routeName$
|
|
120150
|
+
declare const routeName$5N = "/v1/api/brokers/{broker_id}/connections/{key}";
|
|
120151
|
+
type DeleteBrokerConnectionByKeyPathParams = paths[typeof routeName$5N]['delete']['parameters']['path'];
|
|
120152
|
+
type DeleteBrokerConnectionByKeyResponse = paths[typeof routeName$5N]['delete']['responses'][200]['content']['application/json'];
|
|
120043
120153
|
interface DeleteBrokerConnectionByKeyProps {
|
|
120044
120154
|
params: {
|
|
120045
120155
|
path: DeleteBrokerConnectionByKeyPathParams;
|
|
@@ -120047,10 +120157,10 @@ interface DeleteBrokerConnectionByKeyProps {
|
|
|
120047
120157
|
}
|
|
120048
120158
|
declare const deleteBrokerConnectionByKey: (props: DeleteBrokerConnectionByKeyProps, wgApiClient: ClientType) => Promise<DeleteBrokerConnectionByKeyResponse>;
|
|
120049
120159
|
|
|
120050
|
-
declare const routeName$
|
|
120051
|
-
type UpdateBrokerConnectionByKeyBody = paths[typeof routeName$
|
|
120052
|
-
type UpdateBrokerConnectionByKeyPathParams = paths[typeof routeName$
|
|
120053
|
-
type UpdateBrokerConnectionByKeyResponse = paths[typeof routeName$
|
|
120160
|
+
declare const routeName$5M = "/v1/api/brokers/{broker_id}/connections/{key}";
|
|
120161
|
+
type UpdateBrokerConnectionByKeyBody = paths[typeof routeName$5M]['patch']['requestBody']['content']['application/json'];
|
|
120162
|
+
type UpdateBrokerConnectionByKeyPathParams = paths[typeof routeName$5M]['patch']['parameters']['path'];
|
|
120163
|
+
type UpdateBrokerConnectionByKeyResponse = paths[typeof routeName$5M]['patch']['responses'][200]['content']['application/json'];
|
|
120054
120164
|
interface UpdateBrokerConnectionByKeyProps {
|
|
120055
120165
|
body: UpdateBrokerConnectionByKeyBody;
|
|
120056
120166
|
params: {
|
|
@@ -120059,10 +120169,10 @@ interface UpdateBrokerConnectionByKeyProps {
|
|
|
120059
120169
|
}
|
|
120060
120170
|
declare const updateBrokerConnectionByKey: (props: UpdateBrokerConnectionByKeyProps, wgApiClient: ClientType) => Promise<UpdateBrokerConnectionByKeyResponse>;
|
|
120061
120171
|
|
|
120062
|
-
declare const routeName$
|
|
120063
|
-
type CreateDistributionConnectionByIdBody = paths[typeof routeName$
|
|
120064
|
-
type CreateDistributionConnectionByIdPathParams = paths[typeof routeName$
|
|
120065
|
-
type CreateDistributionConnectionByIdResponse = paths[typeof routeName$
|
|
120172
|
+
declare const routeName$5L = "/v1/api/distributions/{distribution_id}/connections/{key}";
|
|
120173
|
+
type CreateDistributionConnectionByIdBody = paths[typeof routeName$5L]['post']['requestBody']['content']['application/json'];
|
|
120174
|
+
type CreateDistributionConnectionByIdPathParams = paths[typeof routeName$5L]['post']['parameters']['path'];
|
|
120175
|
+
type CreateDistributionConnectionByIdResponse = paths[typeof routeName$5L]['post']['responses'][201]['content']['application/json'];
|
|
120066
120176
|
interface CreateDistributionConnectionByIdProps {
|
|
120067
120177
|
body: CreateDistributionConnectionByIdBody;
|
|
120068
120178
|
params: {
|
|
@@ -120071,9 +120181,9 @@ interface CreateDistributionConnectionByIdProps {
|
|
|
120071
120181
|
}
|
|
120072
120182
|
declare const createDistributionConnectionById: (props: CreateDistributionConnectionByIdProps, wgApiClient: ClientType) => Promise<CreateDistributionConnectionByIdResponse>;
|
|
120073
120183
|
|
|
120074
|
-
declare const routeName$
|
|
120075
|
-
type DeleteDistributionConnectionByKeyPathParams = paths[typeof routeName$
|
|
120076
|
-
type DeleteDistributionConnectionByKeyResponse = paths[typeof routeName$
|
|
120184
|
+
declare const routeName$5K = "/v1/api/distributions/{distribution_id}/connections/{key}";
|
|
120185
|
+
type DeleteDistributionConnectionByKeyPathParams = paths[typeof routeName$5K]['delete']['parameters']['path'];
|
|
120186
|
+
type DeleteDistributionConnectionByKeyResponse = paths[typeof routeName$5K]['delete']['responses'][200]['content']['application/json'];
|
|
120077
120187
|
interface DeleteDistributionConnectionByKeyProps {
|
|
120078
120188
|
params: {
|
|
120079
120189
|
path: DeleteDistributionConnectionByKeyPathParams;
|
|
@@ -120081,10 +120191,10 @@ interface DeleteDistributionConnectionByKeyProps {
|
|
|
120081
120191
|
}
|
|
120082
120192
|
declare const deleteDistributionConnectionByKey: (props: DeleteDistributionConnectionByKeyProps, wgApiClient: ClientType) => Promise<DeleteDistributionConnectionByKeyResponse>;
|
|
120083
120193
|
|
|
120084
|
-
declare const routeName$
|
|
120085
|
-
type UpdateDistributionConnectionByKeyBody = paths[typeof routeName$
|
|
120086
|
-
type UpdateDistributionConnectionByKeyPathParams = paths[typeof routeName$
|
|
120087
|
-
type UpdateDistributionConnectionByKeyResponse = paths[typeof routeName$
|
|
120194
|
+
declare const routeName$5J = "/v1/api/distributions/{distribution_id}/connections/{key}";
|
|
120195
|
+
type UpdateDistributionConnectionByKeyBody = paths[typeof routeName$5J]['patch']['requestBody']['content']['application/json'];
|
|
120196
|
+
type UpdateDistributionConnectionByKeyPathParams = paths[typeof routeName$5J]['patch']['parameters']['path'];
|
|
120197
|
+
type UpdateDistributionConnectionByKeyResponse = paths[typeof routeName$5J]['patch']['responses'][200]['content']['application/json'];
|
|
120088
120198
|
interface UpdateDistributionConnectionByKeyProps {
|
|
120089
120199
|
body: UpdateDistributionConnectionByKeyBody;
|
|
120090
120200
|
params: {
|
|
@@ -120093,41 +120203,41 @@ interface UpdateDistributionConnectionByKeyProps {
|
|
|
120093
120203
|
}
|
|
120094
120204
|
declare const updateDistributionConnectionByKey: (props: UpdateDistributionConnectionByKeyProps, wgApiClient: ClientType) => Promise<UpdateDistributionConnectionByKeyResponse>;
|
|
120095
120205
|
|
|
120096
|
-
declare const routeName$
|
|
120097
|
-
type GetDistributionConnectionsByIdPathParams = paths[typeof routeName$
|
|
120098
|
-
type GetDistributionConnectionsByIdQueryParams = paths[typeof routeName$
|
|
120099
|
-
type GetDistributionConnectionsByIdResponse = paths[typeof routeName$
|
|
120100
|
-
type GetDistributionConnectionsByIdProps = paths[typeof routeName$
|
|
120206
|
+
declare const routeName$5I = "/v1/api/distributions/{distribution_id}/connections";
|
|
120207
|
+
type GetDistributionConnectionsByIdPathParams = paths[typeof routeName$5I]['get']['parameters']['path'];
|
|
120208
|
+
type GetDistributionConnectionsByIdQueryParams = paths[typeof routeName$5I]['get']['parameters']['query'];
|
|
120209
|
+
type GetDistributionConnectionsByIdResponse = paths[typeof routeName$5I]['get']['responses'][200]['content']['application/json'];
|
|
120210
|
+
type GetDistributionConnectionsByIdProps = paths[typeof routeName$5I]['get']['parameters'];
|
|
120101
120211
|
declare const getDistributionConnectionsById: (props: GetDistributionConnectionsByIdProps, wgApiClient: ClientType) => Promise<GetDistributionConnectionsByIdResponse>;
|
|
120102
120212
|
|
|
120103
|
-
declare const routeName$
|
|
120104
|
-
type GetAnvaPartiesQueryParams = paths[typeof routeName$
|
|
120105
|
-
type GetAnvaPartiesResponse = paths[typeof routeName$
|
|
120106
|
-
type GetAnvaPartiesProps = paths[typeof routeName$
|
|
120213
|
+
declare const routeName$5H = "/v1/api/connections/anva/parties";
|
|
120214
|
+
type GetAnvaPartiesQueryParams = paths[typeof routeName$5H]['get']['parameters']['query'];
|
|
120215
|
+
type GetAnvaPartiesResponse = paths[typeof routeName$5H]['get']['responses'][200]['content']['application/json'];
|
|
120216
|
+
type GetAnvaPartiesProps = paths[typeof routeName$5H]['get']['parameters'];
|
|
120107
120217
|
declare const getAnvaParties: (props: GetAnvaPartiesProps, wgApiClient: ClientType) => Promise<GetAnvaPartiesResponse>;
|
|
120108
120218
|
|
|
120109
|
-
declare const routeName$
|
|
120110
|
-
type GetAnvaEmployeesQueryParams = paths[typeof routeName$
|
|
120111
|
-
type GetAnvaEmployeesResponse = paths[typeof routeName$
|
|
120112
|
-
type GetAnvaEmployeesProps = paths[typeof routeName$
|
|
120219
|
+
declare const routeName$5G = "/v1/api/connections/anva/employees";
|
|
120220
|
+
type GetAnvaEmployeesQueryParams = paths[typeof routeName$5G]['get']['parameters']['query'];
|
|
120221
|
+
type GetAnvaEmployeesResponse = paths[typeof routeName$5G]['get']['responses'][200]['content']['application/json'];
|
|
120222
|
+
type GetAnvaEmployeesProps = paths[typeof routeName$5G]['get']['parameters'];
|
|
120113
120223
|
declare const getAnvaEmployees: (props: GetAnvaEmployeesProps, wgApiClient: ClientType) => Promise<GetAnvaEmployeesResponse>;
|
|
120114
120224
|
|
|
120115
|
-
declare const routeName$
|
|
120116
|
-
type GetAnvaAgentsQueryParams = paths[typeof routeName$
|
|
120117
|
-
type GetAnvaAgentsResponse = paths[typeof routeName$
|
|
120118
|
-
type GetAnvaAgentsProps = paths[typeof routeName$
|
|
120225
|
+
declare const routeName$5F = "/v1/api/connections/anva/agents";
|
|
120226
|
+
type GetAnvaAgentsQueryParams = paths[typeof routeName$5F]['get']['parameters']['query'];
|
|
120227
|
+
type GetAnvaAgentsResponse = paths[typeof routeName$5F]['get']['responses'][200]['content']['application/json'];
|
|
120228
|
+
type GetAnvaAgentsProps = paths[typeof routeName$5F]['get']['parameters'];
|
|
120119
120229
|
declare const getAnvaAgents: (props: GetAnvaAgentsProps, wgApiClient: ClientType) => Promise<GetAnvaAgentsResponse>;
|
|
120120
120230
|
|
|
120121
|
-
declare const routeName$
|
|
120122
|
-
type GetAnvaProductsQueryParams = paths[typeof routeName$
|
|
120123
|
-
type GetAnvaProductsResponse = paths[typeof routeName$
|
|
120124
|
-
type GetAnvaProductsProps = paths[typeof routeName$
|
|
120231
|
+
declare const routeName$5E = "/v1/api/connections/anva/products";
|
|
120232
|
+
type GetAnvaProductsQueryParams = paths[typeof routeName$5E]['get']['parameters']['query'];
|
|
120233
|
+
type GetAnvaProductsResponse = paths[typeof routeName$5E]['get']['responses'][200]['content']['application/json'];
|
|
120234
|
+
type GetAnvaProductsProps = paths[typeof routeName$5E]['get']['parameters'];
|
|
120125
120235
|
declare const getAnvaProducts: (props: GetAnvaProductsProps, wgApiClient: ClientType) => Promise<GetAnvaProductsResponse>;
|
|
120126
120236
|
|
|
120127
|
-
declare const routeName$
|
|
120128
|
-
type ImportAnvaPartyInWegroupPathParams = paths[typeof routeName$
|
|
120129
|
-
type ImportAnvaPartyInWegroupQueryParams = paths[typeof routeName$
|
|
120130
|
-
type ImportAnvaPartyInWegroupResponse = paths[typeof routeName$
|
|
120237
|
+
declare const routeName$5D = "/v1/api/connections/anva/parties/{anva_id}/imports";
|
|
120238
|
+
type ImportAnvaPartyInWegroupPathParams = paths[typeof routeName$5D]['post']['parameters']['path'];
|
|
120239
|
+
type ImportAnvaPartyInWegroupQueryParams = paths[typeof routeName$5D]['post']['parameters']['query'];
|
|
120240
|
+
type ImportAnvaPartyInWegroupResponse = paths[typeof routeName$5D]['post']['responses'][201]['content']['application/json'];
|
|
120131
120241
|
interface ImportAnvaPartyInWegroupProps {
|
|
120132
120242
|
params: {
|
|
120133
120243
|
query: ImportAnvaPartyInWegroupQueryParams;
|
|
@@ -120136,31 +120246,31 @@ interface ImportAnvaPartyInWegroupProps {
|
|
|
120136
120246
|
}
|
|
120137
120247
|
declare const importAnvaPartyInWegroup: (props: ImportAnvaPartyInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaPartyInWegroupResponse>;
|
|
120138
120248
|
|
|
120139
|
-
declare const routeName$
|
|
120140
|
-
type ImportAnvaInsurancePolicyDocumentInWegroupPathParams = paths[typeof routeName$
|
|
120141
|
-
type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams = paths[typeof routeName$
|
|
120142
|
-
type ImportAnvaInsurancePolicyDocumentInWegroupResponse = paths[typeof routeName$
|
|
120143
|
-
type ImportAnvaInsurancePolicyDocumentInWegroupProps = paths[typeof routeName$
|
|
120249
|
+
declare const routeName$5C = "/v1/api/connections/anva/parties/{anva_party_id}/policies/{anva_policy_id}/policy-document/imports";
|
|
120250
|
+
type ImportAnvaInsurancePolicyDocumentInWegroupPathParams = paths[typeof routeName$5C]['get']['parameters']['path'];
|
|
120251
|
+
type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams = paths[typeof routeName$5C]['get']['parameters']['query'];
|
|
120252
|
+
type ImportAnvaInsurancePolicyDocumentInWegroupResponse = paths[typeof routeName$5C]['get']['responses'][307]['content']['application/json'];
|
|
120253
|
+
type ImportAnvaInsurancePolicyDocumentInWegroupProps = paths[typeof routeName$5C]['get']['parameters'];
|
|
120144
120254
|
declare const importAnvaInsurancePolicyDocumentInWegroup: (props: ImportAnvaInsurancePolicyDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaInsurancePolicyDocumentInWegroupResponse>;
|
|
120145
120255
|
|
|
120146
|
-
declare const routeName$
|
|
120147
|
-
type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams = paths[typeof routeName$
|
|
120148
|
-
type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams = paths[typeof routeName$
|
|
120149
|
-
type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse = paths[typeof routeName$
|
|
120150
|
-
type ImportAnvaInsurancePolicyPackageDocumentInWegroupProps = paths[typeof routeName$
|
|
120256
|
+
declare const routeName$5B = "/v1/api/connections/anva/parties/{anva_party_id}/policy-packages/{anva_policy_id}/policy-document/imports";
|
|
120257
|
+
type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams = paths[typeof routeName$5B]['get']['parameters']['path'];
|
|
120258
|
+
type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams = paths[typeof routeName$5B]['get']['parameters']['query'];
|
|
120259
|
+
type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse = paths[typeof routeName$5B]['get']['responses'][307]['content']['application/json'];
|
|
120260
|
+
type ImportAnvaInsurancePolicyPackageDocumentInWegroupProps = paths[typeof routeName$5B]['get']['parameters'];
|
|
120151
120261
|
declare const importAnvaInsurancePolicyPackageDocumentInWegroup: (props: ImportAnvaInsurancePolicyPackageDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse>;
|
|
120152
120262
|
|
|
120153
|
-
declare const routeName$
|
|
120154
|
-
type ImportAnvaDocumentInWegroupQueryParams = paths[typeof routeName$
|
|
120155
|
-
type ImportAnvaDocumentInWegroupResponse = paths[typeof routeName$
|
|
120156
|
-
type ImportAnvaDocumentInWegroupProps = paths[typeof routeName$
|
|
120263
|
+
declare const routeName$5A = "/v1/api/connections/anva/documents/import";
|
|
120264
|
+
type ImportAnvaDocumentInWegroupQueryParams = paths[typeof routeName$5A]['get']['parameters']['query'];
|
|
120265
|
+
type ImportAnvaDocumentInWegroupResponse = paths[typeof routeName$5A]['get']['responses'][307]['content']['application/json'];
|
|
120266
|
+
type ImportAnvaDocumentInWegroupProps = paths[typeof routeName$5A]['get']['parameters'];
|
|
120157
120267
|
declare const importAnvaDocumentInWegroup: (props: ImportAnvaDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaDocumentInWegroupResponse>;
|
|
120158
120268
|
|
|
120159
|
-
declare const routeName$
|
|
120160
|
-
type CreateAnvaTaskBody = paths[typeof routeName$
|
|
120161
|
-
type CreateAnvaTaskPathParams = paths[typeof routeName$
|
|
120162
|
-
type CreateAnvaTaskQueryParams = paths[typeof routeName$
|
|
120163
|
-
type CreateAnvaTaskResponse = paths[typeof routeName$
|
|
120269
|
+
declare const routeName$5z = "/v1/api/connections/anva/parties/{anva_party_id}/task";
|
|
120270
|
+
type CreateAnvaTaskBody = paths[typeof routeName$5z]['post']['requestBody']['content']['application/json'];
|
|
120271
|
+
type CreateAnvaTaskPathParams = paths[typeof routeName$5z]['post']['parameters']['path'];
|
|
120272
|
+
type CreateAnvaTaskQueryParams = paths[typeof routeName$5z]['post']['parameters']['query'];
|
|
120273
|
+
type CreateAnvaTaskResponse = paths[typeof routeName$5z]['post']['responses'][201]['content']['application/json'];
|
|
120164
120274
|
interface CreateAnvaTaskProps {
|
|
120165
120275
|
body: CreateAnvaTaskBody;
|
|
120166
120276
|
params: {
|
|
@@ -120170,9 +120280,9 @@ interface CreateAnvaTaskProps {
|
|
|
120170
120280
|
}
|
|
120171
120281
|
declare const createAnvaTask: (props: CreateAnvaTaskProps, wgApiClient: ClientType) => Promise<CreateAnvaTaskResponse>;
|
|
120172
120282
|
|
|
120173
|
-
declare const routeName$
|
|
120174
|
-
type ValidateAnvaConnectionQueryParams = paths[typeof routeName$
|
|
120175
|
-
type ValidateAnvaConnectionResponse = paths[typeof routeName$
|
|
120283
|
+
declare const routeName$5y = "/v1/api/connections/anva/validate";
|
|
120284
|
+
type ValidateAnvaConnectionQueryParams = paths[typeof routeName$5y]['post']['parameters']['query'];
|
|
120285
|
+
type ValidateAnvaConnectionResponse = paths[typeof routeName$5y]['post']['responses'][200]['content']['application/json'];
|
|
120176
120286
|
interface ValidateAnvaConnectionProps {
|
|
120177
120287
|
params: {
|
|
120178
120288
|
query: ValidateAnvaConnectionQueryParams;
|
|
@@ -120180,9 +120290,9 @@ interface ValidateAnvaConnectionProps {
|
|
|
120180
120290
|
}
|
|
120181
120291
|
declare const validateAnvaConnection: (props: ValidateAnvaConnectionProps, wgApiClient: ClientType) => Promise<ValidateAnvaConnectionResponse>;
|
|
120182
120292
|
|
|
120183
|
-
declare const routeName$
|
|
120184
|
-
type ValidateAnvaDwhConnectionQueryParams = paths[typeof routeName$
|
|
120185
|
-
type ValidateAnvaDwhConnectionResponse = paths[typeof routeName$
|
|
120293
|
+
declare const routeName$5x = "/v1/api/connections/anva_dwh/validate";
|
|
120294
|
+
type ValidateAnvaDwhConnectionQueryParams = paths[typeof routeName$5x]['post']['parameters']['query'];
|
|
120295
|
+
type ValidateAnvaDwhConnectionResponse = paths[typeof routeName$5x]['post']['responses'][200]['content']['application/json'];
|
|
120186
120296
|
interface ValidateAnvaDwhConnectionProps {
|
|
120187
120297
|
params: {
|
|
120188
120298
|
query: ValidateAnvaDwhConnectionQueryParams;
|
|
@@ -120190,22 +120300,22 @@ interface ValidateAnvaDwhConnectionProps {
|
|
|
120190
120300
|
}
|
|
120191
120301
|
declare const validateAnvaDwhConnection: (props: ValidateAnvaDwhConnectionProps, wgApiClient: ClientType) => Promise<ValidateAnvaDwhConnectionResponse>;
|
|
120192
120302
|
|
|
120193
|
-
declare const routeName$
|
|
120194
|
-
type GetDiasPartiesQueryParams = paths[typeof routeName$
|
|
120195
|
-
type GetDiasPartiesResponse = paths[typeof routeName$
|
|
120196
|
-
type GetDiasPartiesProps = paths[typeof routeName$
|
|
120303
|
+
declare const routeName$5w = "/v1/api/connections/dias/parties";
|
|
120304
|
+
type GetDiasPartiesQueryParams = paths[typeof routeName$5w]['get']['parameters']['query'];
|
|
120305
|
+
type GetDiasPartiesResponse = paths[typeof routeName$5w]['get']['responses'][200]['content']['application/json'];
|
|
120306
|
+
type GetDiasPartiesProps = paths[typeof routeName$5w]['get']['parameters'];
|
|
120197
120307
|
declare const getDiasParties: (props: GetDiasPartiesProps, wgApiClient: ClientType) => Promise<GetDiasPartiesResponse>;
|
|
120198
120308
|
|
|
120199
|
-
declare const routeName$
|
|
120200
|
-
type GetDiasEmployeesQueryParams = paths[typeof routeName$
|
|
120201
|
-
type GetDiasEmployeesResponse = paths[typeof routeName$
|
|
120202
|
-
type GetDiasEmployeesProps = paths[typeof routeName$
|
|
120309
|
+
declare const routeName$5v = "/v1/api/connections/dias/employees";
|
|
120310
|
+
type GetDiasEmployeesQueryParams = paths[typeof routeName$5v]['get']['parameters']['query'];
|
|
120311
|
+
type GetDiasEmployeesResponse = paths[typeof routeName$5v]['get']['responses'][200]['content']['application/json'];
|
|
120312
|
+
type GetDiasEmployeesProps = paths[typeof routeName$5v]['get']['parameters'];
|
|
120203
120313
|
declare const getDiasEmployees: (props: GetDiasEmployeesProps, wgApiClient: ClientType) => Promise<GetDiasEmployeesResponse>;
|
|
120204
120314
|
|
|
120205
|
-
declare const routeName$
|
|
120206
|
-
type ImportDiasPartyInWegroupPathParams = paths[typeof routeName$
|
|
120207
|
-
type ImportDiasPartyInWegroupQueryParams = paths[typeof routeName$
|
|
120208
|
-
type ImportDiasPartyInWegroupResponse = paths[typeof routeName$
|
|
120315
|
+
declare const routeName$5u = "/v1/api/connections/dias/parties/{dias_id}/imports";
|
|
120316
|
+
type ImportDiasPartyInWegroupPathParams = paths[typeof routeName$5u]['post']['parameters']['path'];
|
|
120317
|
+
type ImportDiasPartyInWegroupQueryParams = paths[typeof routeName$5u]['post']['parameters']['query'];
|
|
120318
|
+
type ImportDiasPartyInWegroupResponse = paths[typeof routeName$5u]['post']['responses'][201]['content']['application/json'];
|
|
120209
120319
|
interface ImportDiasPartyInWegroupProps {
|
|
120210
120320
|
params: {
|
|
120211
120321
|
query: ImportDiasPartyInWegroupQueryParams;
|
|
@@ -120214,37 +120324,37 @@ interface ImportDiasPartyInWegroupProps {
|
|
|
120214
120324
|
}
|
|
120215
120325
|
declare const importDiasPartyInWegroup: (props: ImportDiasPartyInWegroupProps, wgApiClient: ClientType) => Promise<ImportDiasPartyInWegroupResponse>;
|
|
120216
120326
|
|
|
120217
|
-
declare const routeName$
|
|
120218
|
-
type GetDiasProductsQueryParams = paths[typeof routeName$
|
|
120219
|
-
type GetDiasProductsResponse = paths[typeof routeName$
|
|
120220
|
-
type GetDiasProductsProps = paths[typeof routeName$
|
|
120327
|
+
declare const routeName$5t = "/v1/api/connections/dias/products";
|
|
120328
|
+
type GetDiasProductsQueryParams = paths[typeof routeName$5t]['get']['parameters']['query'];
|
|
120329
|
+
type GetDiasProductsResponse = paths[typeof routeName$5t]['get']['responses'][200]['content']['application/json'];
|
|
120330
|
+
type GetDiasProductsProps = paths[typeof routeName$5t]['get']['parameters'];
|
|
120221
120331
|
declare const getDiasProducts: (props: GetDiasProductsProps, wgApiClient: ClientType) => Promise<GetDiasProductsResponse>;
|
|
120222
120332
|
|
|
120223
|
-
declare const routeName$
|
|
120224
|
-
type GetDiasAfdbranchesResponse = paths[typeof routeName$
|
|
120333
|
+
declare const routeName$5s = "/v1/api/connections/dias/afdbranches";
|
|
120334
|
+
type GetDiasAfdbranchesResponse = paths[typeof routeName$5s]['get']['responses'][200]['content']['application/json'];
|
|
120225
120335
|
declare const getDiasAfdbranches: (wgApiClient: ClientType) => Promise<GetDiasAfdbranchesResponse>;
|
|
120226
120336
|
|
|
120227
|
-
declare const routeName$
|
|
120228
|
-
type GetFasterforwardEmployeesQueryParams = paths[typeof routeName$
|
|
120229
|
-
type GetFasterforwardEmployeesResponse = paths[typeof routeName$
|
|
120230
|
-
type GetFasterforwardEmployeesProps = paths[typeof routeName$
|
|
120337
|
+
declare const routeName$5r = "/v1/api/connections/fasterforward/employees";
|
|
120338
|
+
type GetFasterforwardEmployeesQueryParams = paths[typeof routeName$5r]['get']['parameters']['query'];
|
|
120339
|
+
type GetFasterforwardEmployeesResponse = paths[typeof routeName$5r]['get']['responses'][200]['content']['application/json'];
|
|
120340
|
+
type GetFasterforwardEmployeesProps = paths[typeof routeName$5r]['get']['parameters'];
|
|
120231
120341
|
declare const getFasterforwardEmployees: (props: GetFasterforwardEmployeesProps, wgApiClient: ClientType) => Promise<GetFasterforwardEmployeesResponse>;
|
|
120232
120342
|
|
|
120233
|
-
declare const routeName$
|
|
120234
|
-
type GetAssuEmployeesQueryParams = paths[typeof routeName$
|
|
120235
|
-
type GetAssuEmployeesResponse = paths[typeof routeName$
|
|
120236
|
-
type GetAssuEmployeesProps = paths[typeof routeName$
|
|
120343
|
+
declare const routeName$5q = "/v1/api/connections/assu/employees";
|
|
120344
|
+
type GetAssuEmployeesQueryParams = paths[typeof routeName$5q]['get']['parameters']['query'];
|
|
120345
|
+
type GetAssuEmployeesResponse = paths[typeof routeName$5q]['get']['responses'][200]['content']['application/json'];
|
|
120346
|
+
type GetAssuEmployeesProps = paths[typeof routeName$5q]['get']['parameters'];
|
|
120237
120347
|
declare const getAssuEmployees: (props: GetAssuEmployeesProps, wgApiClient: ClientType) => Promise<GetAssuEmployeesResponse>;
|
|
120238
120348
|
|
|
120239
|
-
declare const routeName$
|
|
120240
|
-
type GetFasterforwardTeamsQueryParams = paths[typeof routeName$
|
|
120241
|
-
type GetFasterforwardTeamsResponse = paths[typeof routeName$
|
|
120242
|
-
type GetFasterforwardTeamsProps = paths[typeof routeName$
|
|
120349
|
+
declare const routeName$5p = "/v1/api/connections/fasterforward/teams";
|
|
120350
|
+
type GetFasterforwardTeamsQueryParams = paths[typeof routeName$5p]['get']['parameters']['query'];
|
|
120351
|
+
type GetFasterforwardTeamsResponse = paths[typeof routeName$5p]['get']['responses'][200]['content']['application/json'];
|
|
120352
|
+
type GetFasterforwardTeamsProps = paths[typeof routeName$5p]['get']['parameters'];
|
|
120243
120353
|
declare const getFasterforwardTeams: (props: GetFasterforwardTeamsProps, wgApiClient: ClientType) => Promise<GetFasterforwardTeamsResponse>;
|
|
120244
120354
|
|
|
120245
|
-
declare const routeName$
|
|
120246
|
-
type ValidateFasterforwardConnectionQueryParams = paths[typeof routeName$
|
|
120247
|
-
type ValidateFasterforwardConnectionResponse = paths[typeof routeName$
|
|
120355
|
+
declare const routeName$5o = "/v1/api/connections/fasterforward/validate";
|
|
120356
|
+
type ValidateFasterforwardConnectionQueryParams = paths[typeof routeName$5o]['post']['parameters']['query'];
|
|
120357
|
+
type ValidateFasterforwardConnectionResponse = paths[typeof routeName$5o]['post']['responses'][200]['content']['application/json'];
|
|
120248
120358
|
interface ValidateFasterforwardConnectionProps {
|
|
120249
120359
|
params: {
|
|
120250
120360
|
query: ValidateFasterforwardConnectionQueryParams;
|
|
@@ -120252,12 +120362,19 @@ interface ValidateFasterforwardConnectionProps {
|
|
|
120252
120362
|
}
|
|
120253
120363
|
declare const validateFasterforwardConnection: (props: ValidateFasterforwardConnectionProps, wgApiClient: ClientType) => Promise<ValidateFasterforwardConnectionResponse>;
|
|
120254
120364
|
|
|
120255
|
-
declare const routeName$
|
|
120256
|
-
type GetOutlookMailsQueryParams = paths[typeof routeName$
|
|
120257
|
-
type GetOutlookMailsResponse = paths[typeof routeName$
|
|
120258
|
-
type GetOutlookMailsProps = paths[typeof routeName$
|
|
120365
|
+
declare const routeName$5n = "/v1/api/connections/outlook/mails";
|
|
120366
|
+
type GetOutlookMailsQueryParams = paths[typeof routeName$5n]['get']['parameters']['query'];
|
|
120367
|
+
type GetOutlookMailsResponse = paths[typeof routeName$5n]['get']['responses'][200]['content']['application/json'];
|
|
120368
|
+
type GetOutlookMailsProps = paths[typeof routeName$5n]['get']['parameters'];
|
|
120259
120369
|
declare const getOutlookMails: (props: GetOutlookMailsProps, wgApiClient: ClientType) => Promise<GetOutlookMailsResponse>;
|
|
120260
120370
|
|
|
120371
|
+
declare const routeName$5m = "/v1/api/connections/outlook/mails/{id}";
|
|
120372
|
+
type GetOutlookMailByIdPathParams = paths[typeof routeName$5m]['get']['parameters']['path'];
|
|
120373
|
+
type GetOutlookMailByIdQueryParams = paths[typeof routeName$5m]['get']['parameters']['query'];
|
|
120374
|
+
type GetOutlookMailByIdResponse = paths[typeof routeName$5m]['get']['responses'][200]['content']['application/json'];
|
|
120375
|
+
type GetOutlookMailByIdProps = paths[typeof routeName$5m]['get']['parameters'];
|
|
120376
|
+
declare const getOutlookMailById: (props: GetOutlookMailByIdProps, wgApiClient: ClientType) => Promise<GetOutlookMailByIdResponse>;
|
|
120377
|
+
|
|
120261
120378
|
declare const routeName$5l = "/v1/api/connections/outlook/mailfolders";
|
|
120262
120379
|
type GetOutlookMailfoldersQueryParams = paths[typeof routeName$5l]['get']['parameters']['query'];
|
|
120263
120380
|
type GetOutlookMailfoldersResponse = paths[typeof routeName$5l]['get']['responses'][200]['content']['application/json'];
|
|
@@ -120271,30 +120388,32 @@ type GetOutlookConnectionDetailsProps = paths[typeof routeName$5k]['get']['param
|
|
|
120271
120388
|
declare const getOutlookConnectionDetails: (props: GetOutlookConnectionDetailsProps, wgApiClient: ClientType) => Promise<GetOutlookConnectionDetailsResponse>;
|
|
120272
120389
|
|
|
120273
120390
|
declare const routeName$5j = "/v1/api/integrations/anva/parties";
|
|
120274
|
-
type
|
|
120275
|
-
type
|
|
120276
|
-
type
|
|
120277
|
-
declare const
|
|
120391
|
+
type DeprecatedGetAnvaPartiesQueryParams = paths[typeof routeName$5j]['get']['parameters']['query'];
|
|
120392
|
+
type DeprecatedGetAnvaPartiesResponse = paths[typeof routeName$5j]['get']['responses'][200]['content']['application/json'];
|
|
120393
|
+
type DeprecatedGetAnvaPartiesProps = paths[typeof routeName$5j]['get']['parameters'];
|
|
120394
|
+
declare const deprecatedGetAnvaParties: (props: DeprecatedGetAnvaPartiesProps, wgApiClient: ClientType) => Promise<DeprecatedGetAnvaPartiesResponse>;
|
|
120278
120395
|
|
|
120279
120396
|
declare const routeName$5i = "/v1/api/integrations/anva/parties/{anva_id}/imports";
|
|
120280
|
-
type
|
|
120281
|
-
type
|
|
120282
|
-
|
|
120397
|
+
type DeprecatedImportAnvaPartyInWegroupPathParams = paths[typeof routeName$5i]['post']['parameters']['path'];
|
|
120398
|
+
type DeprecatedImportAnvaPartyInWegroupQueryParams = paths[typeof routeName$5i]['post']['parameters']['query'];
|
|
120399
|
+
type DeprecatedImportAnvaPartyInWegroupResponse = paths[typeof routeName$5i]['post']['responses'][201]['content']['application/json'];
|
|
120400
|
+
interface DeprecatedImportAnvaPartyInWegroupProps {
|
|
120283
120401
|
params: {
|
|
120284
|
-
query:
|
|
120402
|
+
query: DeprecatedImportAnvaPartyInWegroupQueryParams;
|
|
120403
|
+
path: DeprecatedImportAnvaPartyInWegroupPathParams;
|
|
120285
120404
|
};
|
|
120286
120405
|
}
|
|
120287
|
-
declare const
|
|
120406
|
+
declare const deprecatedImportAnvaPartyInWegroup: (props: DeprecatedImportAnvaPartyInWegroupProps, wgApiClient: ClientType) => Promise<DeprecatedImportAnvaPartyInWegroupResponse>;
|
|
120288
120407
|
|
|
120289
120408
|
declare const routeName$5h = "/v1/api/integrations/anva/validate";
|
|
120290
|
-
type
|
|
120291
|
-
type
|
|
120292
|
-
interface
|
|
120409
|
+
type DeprecatedValidateAnvaConnectionQueryParams = paths[typeof routeName$5h]['post']['parameters']['query'];
|
|
120410
|
+
type DeprecatedValidateAnvaConnectionResponse = paths[typeof routeName$5h]['post']['responses'][200]['content']['application/json'];
|
|
120411
|
+
interface DeprecatedValidateAnvaConnectionProps {
|
|
120293
120412
|
params: {
|
|
120294
|
-
query:
|
|
120413
|
+
query: DeprecatedValidateAnvaConnectionQueryParams;
|
|
120295
120414
|
};
|
|
120296
120415
|
}
|
|
120297
|
-
declare const
|
|
120416
|
+
declare const deprecatedValidateAnvaConnection: (props: DeprecatedValidateAnvaConnectionProps, wgApiClient: ClientType) => Promise<DeprecatedValidateAnvaConnectionResponse>;
|
|
120298
120417
|
|
|
120299
120418
|
declare const routeName$5g = "/v1/api/conversations/{session_id}/generate-questions-to-prefill-by-car";
|
|
120300
120419
|
type GenerateQuestionsToPrefillByCarBody = paths[typeof routeName$5g]['post']['requestBody']['content']['application/json'];
|
|
@@ -123371,4 +123490,4 @@ interface ValidateYellowhiveQuestionnaireProps {
|
|
|
123371
123490
|
}
|
|
123372
123491
|
declare const validateYellowhiveQuestionnaire: (props: ValidateYellowhiveQuestionnaireProps, wgApiClient: ClientType) => Promise<ValidateYellowhiveQuestionnaireResponse>;
|
|
123373
123492
|
|
|
123374
|
-
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 SchemaOutlookConnectionDetails, 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 };
|
|
123493
|
+
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 CreateAnvaPartyViaConversationBody, type CreateAnvaPartyViaConversationPathParams, type CreateAnvaPartyViaConversationQueryParams, type CreateAnvaPartyViaConversationResponse, 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 DeprecatedGetAnvaPartiesQueryParams, type DeprecatedGetAnvaPartiesResponse, type DeprecatedImportAnvaPartyInWegroupPathParams, type DeprecatedImportAnvaPartyInWegroupQueryParams, type DeprecatedImportAnvaPartyInWegroupResponse, type DeprecatedValidateAnvaConnectionQueryParams, type DeprecatedValidateAnvaConnectionResponse, type Disable2FaByUserBody, type Disable2FaByUserResponse, type Disable2FaForCustomerPathParams, type Disable2FaForCustomerResponse, type DownloadDocumentByIdPathParams, type DownloadDocumentByIdQueryParams, type DownloadDocumentByIdResponse, type EditInsuranceProductAdviceByDistributionBody, type EditInsuranceProductAdviceByDistributionPathParams, type EditInsuranceProductAdviceByDistributionResponse, type EditInsuranceProductDescriptionsByDistributionPathParams, type EditInsuranceProductDescriptionsByDistributionResponse, type Enable2FaBody, type Enable2FaResponse, type EnqueueCalculationAnvaquotesBySessionIdBody, type EnqueueCalculationAnvaquotesBySessionIdPathParams, type EnqueueCalculationAnvaquotesBySessionIdQueryParams, type EnqueueCalculationAnvaquotesBySessionIdResponse, type EnqueueSendCustomQuotesToAnvaBySessionIdBody, type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams, type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams, type EnqueueSendCustomQuotesToAnvaBySessionIdResponse, type EnqueueSendOfferToAnvaBySessionIdPathParams, type EnqueueSendOfferToAnvaBySessionIdQueryParams, type EnqueueSendOfferToAnvaBySessionIdResponse, type EnrichPartyByIdWithExternalCompanyDataPathParams, type EnrichPartyByIdWithExternalCompanyDataQueryParams, type EnrichPartyByIdWithExternalCompanyDataResponse, type ExportAdvisoryReportByIdBody, type ExportAdvisoryReportByIdPathParams, type ExportAdvisoryReportByIdQueryParams, type ExportAdvisoryReportByIdResponse, type ExportPartyByIdPathParams, type ExportPartyByIdResponse, type 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 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 SchemaHandleUpdateAnvaPartyParams, type SchemaHandleUpdateAnvaProductCoverageParams, type SchemaHandleUpdateAnvaProductsParams, type SchemaHandleUpdateAnvaQuestionnairesByProductIdParams, type SchemaHandleUpdateDiasQuestionnairesByProductIdParams, type SchemaHandleUpdateDiasflowsProductByIdParams, type SchemaHandleUpdateDiasflowsProductCoverageByIdParams, type SchemaHandleUpdateSessionParams, type SchemaHandleUpdateYellowhiveQuestionnairesByProductIdParams, type SchemaHandleUpsertAnvaClosingQuestionsParams, type SchemaHandleUpsertSupportedAnvaflowsTagParams, type SchemaHandleValidateAnvaQuestionnairesByProductIdParams, type SchemaHandleValidateDiasQuestionnairesByProductIdParams, type SchemaHandleValidateYellowhiveQuestionnairesByProductIdParams, type SchemaHazardLevel, type SchemaHeaders, type SchemaHeatingType, type SchemaHighSpeedAutomaticEmergencyBraking, type SchemaHobbies, type SchemaHolderState, type SchemaHomeAge, type SchemaHomeEvaluationType, type SchemaHomeNlPayloads, type SchemaHomePayloads, type SchemaHomeToWorkDistance, type SchemaHomeToWorkDistance_2, type SchemaHp, type SchemaHttpMethod, type SchemaIbanValidation, type SchemaIdIntResponse, type SchemaIdentificationTypes, type SchemaIdentificationTypes_2, type SchemaImpactTime, type SchemaImpactTime_2, type SchemaImportActivity, type SchemaImportPartyError, type SchemaImportPartyResponse, type SchemaIncomeData, type SchemaInformationRequirementSheetSpecification, type SchemaInputType, type SchemaInsurance, type SchemaInsuranceCarrierType, type SchemaInsuranceCarrierType_2, type SchemaInsuranceCompanyRetrieveResponse, type SchemaInsuranceCompanyTag, type SchemaInsuranceCompanyTag_2, type SchemaInsuranceContent, type SchemaInsuranceExtended, type SchemaInsuranceFsma, type SchemaInsuranceHistory, type SchemaInsuranceModuleExportQueryModel, type SchemaInsuranceModuleExportType, type SchemaInsurancePoliciesQueryModel, type SchemaInsurancePolicy, type SchemaInsurancePolicyCreateCmd, type SchemaInsurancePolicyCreateType, type SchemaInsurancePolicyDocumentCmd, type SchemaInsurancePolicyDocumentQueryModel, type SchemaInsurancePolicyDocumentType, type SchemaInsurancePolicyEntity, type SchemaInsurancePolicyLinkCmd, type SchemaInsurancePolicyLinkQueryModel, type SchemaInsurancePolicyQueryModel, type SchemaInsurancePolicySimulationSendRequest, type SchemaInsurancePolicySimulationType, type SchemaInsurancePolicySimulationUpsertCmd, type SchemaInsurancePolicyStatus, type SchemaInsurancePolicyType, type SchemaInsurancePolicyType_2, type SchemaInsuranceProduct, type SchemaInsuranceProductAdvices, type SchemaInsuranceProductByDistributionUpdateCmd, type SchemaInsuranceProductClauseCreateCmd, type SchemaInsuranceProductClauseUpdateCmd, type SchemaInsuranceProductClausesQueryModel, type SchemaInsuranceProductEntity, type SchemaInsuranceProductQueryModel, type SchemaInsuranceProductRecommendation, type SchemaInsuranceProductRecommendationPatchCmd, type SchemaInsuranceProductsQueryModel, type SchemaInsuranceTerminationReasonType, type SchemaInsuranceTerminationReasonType_2, type SchemaInsuranceType, type SchemaInsuranceType_2, type SchemaInsuredContentValue, type SchemaInsuredValue, type SchemaInventoryCheckupItem, type SchemaInviteCustomersToPartyParams, type SchemaInviteUsersToDistributionParams, type SchemaInvoice, type SchemaInvoiceQueryModel, type SchemaInvoicesQueryModel, type SchemaIsBurglarProof, type SchemaItServices, type SchemaItem, type SchemaJob, type SchemaJobQueuedResponse, type SchemaJobResult, type SchemaJobResultType, type SchemaJobStatus, type SchemaJointIndustrialCommittee, type SchemaJointIndustrialCommitteeQueryModel, type SchemaJsonRpcError, type SchemaJsonRpcReply, type SchemaKey, type SchemaKeys, type SchemaKind, type SchemaKmPerYear, type SchemaKmPerYear_2, type SchemaKw, type SchemaLabelValueCount, type SchemaLabeledItems, type SchemaLaneCenteringAssist, type SchemaLaneDepartureWarning, type SchemaLaneKeepingAssistance, type SchemaLanguage, type SchemaLanguageCodes, type SchemaLarLegalPayload, type SchemaLastAnswer, type SchemaLateralCrashProtection, type SchemaLateralCrashProtectionDriver, type SchemaLateralCrashProtectionPassenger, type SchemaLateralCrashProtectionRear, type SchemaLeadCampaignQueryModel, type SchemaLeadDocumentQueryModel, type SchemaLeadDocumentType, type SchemaLeadProviderQueryModel, type SchemaLeadProviderResponse, type SchemaLeadProvidersResponse, type SchemaLeadReferenceQueryModel, type SchemaLeadRetrieveReply, type SchemaLeadStatus, type SchemaLeadTransferPayload, type SchemaLeaseOfferDocumentQueryModel, type SchemaLeaseOfferDocumentType, type SchemaLeaseOfferType, type SchemaLeaseType, type SchemaLeaseType_2, type SchemaLegalAid, type SchemaLegalForm, type SchemaLegalForm_2, type SchemaLegalPayloads, type SchemaLegalReferenceQueryModel, type SchemaLegalRiskObjectIdWithRevisionId, type SchemaLength, type SchemaLengthUnit, type SchemaLez, type SchemaLezCity, type SchemaLezPass, type SchemaLezYears, type SchemaLiabilityInfo, type SchemaLiabilityType, type SchemaLiabilityType_2, type SchemaLicense, type SchemaLicensePlateType, type SchemaLicensePlateType_2, type SchemaLink, type SchemaLinkPartyToUserCmd, type SchemaLinkPartyToUserCmdItem, type SchemaLinkPartyToUserParams, type SchemaLinkedCompany, type SchemaLinkedCompanyQueryModel, type SchemaLivingRoomSize, type SchemaLocalisationPatchCmd, type SchemaLocalization, type SchemaLocalized, type SchemaLowerCaseCountryCodes, type SchemaLowerCaseLanguageCodes, type SchemaMachineAcquisitionType, type SchemaMachineDelivery, type SchemaMailEvent, type SchemaMainBuilding, type SchemaMainBuildingType, type SchemaManagement, type SchemaManagementFuturePlans, type SchemaManagementQueryModel, type SchemaMarkSessionAsCompletedModel, type SchemaMarkSessionAsCompletedResponse, type SchemaMaxLoadWeight, type SchemaMaxRoofLoad, type SchemaMaxSpeed, type SchemaMaxVolumeTrunk, type SchemaMaxWeight, type SchemaMembership, type SchemaMercuryModelsAnvaListItem, type SchemaMercuryModelsFasterforwardListItem, type SchemaMergePartiesIntoPartyByIdParams, type SchemaMetadata, type SchemaMimeType, type SchemaMinVolumeTrunk, type SchemaMinimalBicycle, type SchemaMinimalBoat, type SchemaMinimalCar, type SchemaMinimalClaim, type SchemaMinimalCoverageQueryModel, type SchemaMinimalCustomerPartyQueryModel, type SchemaMinimalCustomerPartyQueryModels, type SchemaMinimalDutyOfCareItem, type SchemaMinimalFamily, type SchemaMinimalFleet, type SchemaMinimalInsurancePolicy, type SchemaMinimalInsurancePolicyQueryModel, type SchemaMinimalInventorySummary, type SchemaMinimalInvoice, type SchemaMinimalLegal, type SchemaMinimalMiscellaneous, type SchemaMinimalOfferQueryModel, type SchemaMinimalPartyGroup, type SchemaMinimalPartyQueryModel, type SchemaMinimalPolicyPackage, type SchemaMinimalResidence, type SchemaMinimalRiskObject, type SchemaMinimalRiskObjects, type SchemaMinimalSemiTrailer, type SchemaMinimalTeacher, type SchemaMinimalTrailer, type SchemaMinimalTwoWheeler, type SchemaMinimalUser, type SchemaMinimalUserQueryModels, type SchemaMiscellaneous, type SchemaMiscellaneousRiskObjectIdWithRevisionId, type SchemaMockedDisableTwoFactorRequest, type SchemaMockedTwoFactorVerificationRequest, type SchemaMortgage, type SchemaMostImportantItems, type SchemaMostImportantItems_2, type SchemaMotorType, type SchemaMotorType_2, type SchemaMotorcycleInterests, type SchemaMotorcycleInterests_2, type SchemaMultiAffiliationInfoQueryModel, type SchemaMultiAffiliationQueryModel, type SchemaMultiAnvaAdnCoverageQueryModel, type SchemaMultiAnvaClosingQuestionQueryModel, type SchemaMultiAnvaCoverageQueryModel, type SchemaMultiAnvaInsuranceCompanyQueryModel, type SchemaMultiAnvaInsuranceQueryModel, type SchemaMultiAnvaLabelQueryModel, type SchemaMultiAnvaProductQueryModel, type SchemaMultiAnvaQuestionByAnvaLabelUpdateCmd, type SchemaMultiAnvaTagQueryModel, type SchemaMultiBrokerQueryModel, type SchemaMultiDiasAfdBranchQueryModel, type SchemaMultiDiasProductQueryModel, type SchemaMultiDiasProductSearchQueryModel, type SchemaMultiFlowSessionItemQueryModel, type SchemaMultiFlowSessionQueryModel, type SchemaMultiLeaseOfferQueryModel, type SchemaMultiOfferQueryModel, type SchemaMultiPartyQueryModel, type SchemaMultiQuoteBeSession, type SchemaMultiQuoteNlSession, type SchemaMultiYellowHiveCoverageQueryModel, type SchemaMultiYellowHiveInsuranceQueryModel, type SchemaMultiYellowHiveProductQueryModel, type SchemaNationalIdentificationNumberValidation, type SchemaNatsError, type SchemaNextActionItem, type SchemaNextActionSource, type SchemaNextActionType, type SchemaNotice, type SchemaNumberPlateInfo, type SchemaNumberPlatePremiumResponse, type SchemaOccupationType, type SchemaOfferCampaignQueryModel, type SchemaOfferCreateCmdV2, type SchemaOfferCreateResponse, type SchemaOfferCreateRevisionCmd, type SchemaOfferPatchBulkCmd, type SchemaOfferPayment, type SchemaOfferRejectionCancellationReason, type SchemaOfferRequestForInsuranceCompanyCreateCmd, type SchemaOfferRequestForInsuranceCompanyInsuranceProductItem, type SchemaOfferRequestForInsuranceCompanyItem, type SchemaOfferRequestForInsuranceCompanyItemWithId, type SchemaOfferRequestForInsuranceCompanyParty, type SchemaOfferRevisionDocument, type SchemaOfferRevisionDocumentType, type SchemaOfferRevisionPatchCmd, type SchemaOfferRevisionQueryModel, type SchemaOfferRevisionReferenceQueryModel, type SchemaOfferStatus, type SchemaOfferWarning, type SchemaOmniumFormula, type SchemaOmniumFormulaByName, type SchemaOmniumFormulaByName_2, type SchemaOmniumFormula_2, type SchemaOpenClaimsCheckupItem, type SchemaOptimcoCar, type SchemaOptimcoCarPayload, type SchemaOptimcoDriver, type SchemaOptimcoFamilyPayload, type SchemaOptions, type SchemaOrderInsurancePolicyForAdvisoryReportRevisionParams, type SchemaOrigin, type SchemaOtherSafetySystems, type SchemaOutlook, type SchemaOverdueInvoicesCheckupItem, type SchemaOverrideInsuranceProductRecommendationParams, type SchemaOverridePreventionAdviceRecommendationParams, type SchemaPackagesToProposeCheckupItem, type SchemaPaginatedInsuranceCompanyResponse, type SchemaPaginatedLeadReply, type SchemaPaginatedOffersResponse, type SchemaPaginatedOffersV2Response, type SchemaPagination, type SchemaParcelData, type SchemaPartiesQueryModel, type SchemaPartiesQueryModelItem, type SchemaPartyAddresses, type SchemaPartyAssigneesUpdateCmd, type SchemaPartyCheckupResponse, type SchemaPartyComplianceType, type SchemaPartyConversationNotes, type SchemaPartyCurrentAccountInsightsQueryModel, type SchemaPartyDocument, type SchemaPartyDocumentQueryModel, type SchemaPartyDocumentType, type SchemaPartyDocumentUpload, type SchemaPartyDocuments, type SchemaPartyEntity, type SchemaPartyExternalRefsCreateCmd, type SchemaPartyExternalRefsQueryModel, type SchemaPartyGroupCustomerQueryModel, type SchemaPartyGroupReferenceQueryModel, type SchemaPartyGroupRiskObjectIdWithRevisionId, type SchemaPartyInvite, type SchemaPartyKycItem, type SchemaPartyKycQueryModel, type SchemaPartyLink, type SchemaPartyLinkQueryModel, type SchemaPartyLogoCmd, type SchemaPartyLogoQueryModel, type SchemaPartyMergeCmd, type SchemaPartyNoteCmd, type SchemaPartyOriginFilter, type SchemaPartyOriginFilterItem, type SchemaPartyPatchCmd, type SchemaPartyPreferences, type SchemaPartyPreferencesQueryModel, type SchemaPartyQueryModel, type SchemaPartyRelation, type SchemaPartyRelationCreateCmd, type SchemaPartyRelationQueryModel, type SchemaPartyRelationType, type SchemaPartyRelationType_2, type SchemaPartySocialLinks, type SchemaPartyStatus, type SchemaPartyStatus_2, type SchemaPartyTransferPayload, type SchemaPartyWithMetadata, type SchemaPaymentInterval, type SchemaPaymentIntervalLowerCaseValues, type SchemaPaymentInterval_2, type SchemaPaymentMethod, type SchemaPaymentMethod_2, type SchemaPaymentStatus, type SchemaPedestrianDetection, type SchemaPendingUpgradesReply, type SchemaPerformance, type SchemaPeriodicCash, type SchemaPermittedTowbarDownload, type SchemaPermittedTrailerLoadWithoutBrakes, type SchemaPersonalizedAdvice, type SchemaPersonalizedAdviceResponse, type SchemaPersonnelDetails, type SchemaPhysicalProperties, type SchemaPiaContractConversionStatus, type SchemaPlanQueryModel, type SchemaPlanStatus, type SchemaPlansReply, type SchemaPnpCar, type SchemaPnpCarPayload, type SchemaPnpDriver, type SchemaPnpFamilyPayload, type SchemaPnpHome, type SchemaPnpHomePayload, type SchemaPoliciesToProposeCheckupItem, type SchemaPolicyDocumentType, type SchemaPolicyHolderRelation, type SchemaPolicyHolderRelation_2, type SchemaPolicyPackageCreateCmd, type SchemaPolicyPackageEntity, type SchemaPolicyPackageQueryModel, type SchemaPolicyPackagesQueryModel, type SchemaPossibleInsuranceProductQueryModel, type SchemaPossibleInsuranceProductsQueryModel, type SchemaPossiblePackage, type SchemaPostInsuranceTermsChatFeedbackParams, type SchemaPostInsuranceTermsChatParams, type SchemaPostInsuranceTermsComparisonParams, type SchemaPreferredWayOfContact, type SchemaPremium, type SchemaPremiumQueryModel, type SchemaPreventAdvice, type SchemaPreventionAdvice, type SchemaPreventionAdviceDistributionUpdateCmd, type SchemaPreventionAdviceQueryModel, type SchemaPreventionAdviceRecommendation, type SchemaPreventionAdviceRecommendationPatchCmd, type SchemaPreventionMeasure, type SchemaPreventionPlan, type SchemaPrice, type SchemaPriceQualityRatio, type SchemaPriceRange, type SchemaPriorityTag, type SchemaProductInfo, type SchemaProductV2, type SchemaProductsFilterSort, type SchemaProductsGroupBy, type SchemaProductsV2Filter, type SchemaProductsV2Response, type SchemaProfession, type SchemaProfileaseLeaseRate, type SchemaProfileaseLeaseResidual, type SchemaProfileaseLeaseType, type SchemaProfileaseQuote, type SchemaPromotion, type SchemaPromotionCriteria, type SchemaPromotionModifications, type SchemaPromotionQueryModel, type SchemaPropertyType, type SchemaProspectCreationResponse, type SchemaProspectReferenceQueryModel, type SchemaProspectType, type SchemaProvenanceDocumentReference, type SchemaPublicConnectionQueryModel, type SchemaPublicConnectionsQueryModel, type SchemaPublicDistributionConnectionQueryModel, type SchemaQuestion, type SchemaQuestionGroup, type SchemaQuestionUpdateCmd, type SchemaQuestionnaire, type SchemaQuote, type SchemaQuoteDetails, type SchemaQuoteExport, type SchemaQuoteExportRequest, type SchemaQuoteExportResponse, type SchemaQuoteMailSendRequest, type SchemaQuoteMailSendResponse, type SchemaQuoteReferenceQueryModel, type SchemaQuoteRequestV2Base, type SchemaQuoteResponse, type SchemaQuoteResponseV2, type SchemaQuoteSpecification, type SchemaQuoteStatus, type SchemaRateLimitErrorMsgEnum, type SchemaRearAutomaticEmergencyBraking, type SchemaRearCrossTrafficWarning, type SchemaRecalculateAnvaQuoteRequest, type SchemaRecalculateAnvaSimulationCmd, type SchemaRecalculateDiasQuoteRequest, type SchemaRecalculateDiasSimulationCmd, type SchemaRecalculateYellowHiveQuoteRequest, type SchemaRecalculateYellowHiveSimulationCmd, type SchemaRecommendation, type SchemaRecommendationLevel, type SchemaRecommendationReferenceQueryModel, type SchemaRecommendationsBaseCreateCmd, type SchemaRecommendationsCreateCmd, type SchemaRecommendationsQueryModel, type SchemaRecommendationsV2CreateCmd, type SchemaReconstructionValueDefinedType, type SchemaReference, type SchemaRegex, type SchemaRegistration, type SchemaRelations, type SchemaRentOutTerm, type SchemaRepairCosts, type SchemaReportRevisionStatus, type SchemaReportRevisionStatusSubset, type SchemaResidenceBuildingType, type SchemaResidenceComplianceType, type SchemaResidenceFloodType, type SchemaResidenceMonumentType, type SchemaResidencePreferences, type SchemaResidenceReferenceQueryModel, type SchemaResidenceRiskObjectIdWithRevisionId, type SchemaResidenceTheftProtection, type SchemaResidenceUsage, type SchemaRestrictiveAddress, type SchemaRestrictiveCar, type SchemaRestrictiveDriveAssistanceSystem, type SchemaRestrictiveDriver, type SchemaRetrieveAdvisoryReportFrontPageStandalonePdfParams, type SchemaRetrieveFlowResponse, type SchemaRetrieveQuestionnaireResponse, type SchemaRetrieveQuotesBatchResponse, type SchemaRetrieveQuotesExportsResponse, type SchemaRetrieveQuotesInsightsResponse, type SchemaRideHeight, type SchemaRiskAddress, type SchemaRiskAnalysisSubjects, type SchemaRiskData, type SchemaRiskDomain, type SchemaRiskDomainActionQueryModel, type SchemaRiskDomainAdviceQueryModel, type SchemaRiskDomainDistributionUpdateCmd, type SchemaRiskDomainQueryModel, type SchemaRiskDomainsQueryModel, type SchemaRiskObject, type SchemaRiskObjectCarType, type SchemaRiskObjectCarType_2, type SchemaRiskObjectComplianceItem, type SchemaRiskObjectComplianceQueryModel, type SchemaRiskObjectCreationError, type SchemaRiskObjectCreationResponse, type SchemaRiskObjectEntity, type SchemaRiskObjectExternalRefsCreateCmd, type SchemaRiskObjectExternalRefsQueryModel, type SchemaRiskObjectFamilyType, type SchemaRiskObjectInFleet, type SchemaRiskObjectLegalType, type SchemaRiskObjectPartyGroupType, type SchemaRiskObjectPartyRelation, type SchemaRiskObjectReferenceQueryModel, type SchemaRiskObjectRelationCreateCmd, type SchemaRiskObjectRelationQueryModel, type SchemaRiskObjectRelationUpdateCmd, type SchemaRiskObjectResidenceType, type SchemaRiskObjectRevisionIds, type SchemaRiskObjectRevisions, type SchemaRiskObjectTeacherType, type SchemaRiskObjectTwoWheelerType, type SchemaRiskObjectType, type SchemaRiskObjectType_2, type SchemaRiskObjectsWithRevision, type SchemaRizivConventionStatus, type SchemaRizivConventionStatus_2, type SchemaRizivMember, type SchemaRoleFilter, type SchemaRoleFilterType, type SchemaRollingWorkEquipmentType, type SchemaRollingWorkEquipmentType_2, type SchemaRoofConstructionType, type SchemaRoofTypes, type SchemaRooms, type SchemaRules, type SchemaSafety, type SchemaSafetyFeatureOption, type SchemaSafetyStickCar, type SchemaSafetyStickCarPayload, type SchemaSafetyStickDriver, type SchemaSalaryCoefficient, type SchemaSalaryCoefficient_2, type SchemaSatelliteProtection, type SchemaSatelliteProtectionSystem, type SchemaSatelliteProtectionSystem_2, type SchemaSavingTypes, type SchemaSavingTypes_2, type SchemaSearchAddress, type SchemaSection, type SchemaSecurityMeasure, type SchemaSelectedRecommendationsFeedback, type SchemaSemiTrailerRiskObjectIdWithRevisionId, type SchemaSemiTrailerType, type SchemaSendAdvisoryReportRevisionMailParams, type SchemaSendMailForSimulationParams, type SchemaSendOfferMailCmd, type SchemaSendOfferMailResponse, type SchemaSentimentType, type SchemaSeries, type SchemaSeriesSortContext, type SchemaServerError, type SchemaServerErrorMsgEnum, type SchemaSessionCompletedRemarks, type SchemaSessionReport, type SchemaShareholder, type SchemaShareholderQueryModel, type SchemaSignatureBox, type SchemaSiloCapacity, type SchemaSingleAffiliationQueryModel, type SchemaSingleAuditDetailQueryModel, type SchemaSingleAuditQueryModel, type SchemaSingleUserQueryModel, type SchemaSingularityJobQueuedResponse, type SchemaSingularityJobResultBase, type SchemaSingularityModelsDocumentExtractorCmdLink, type SchemaSingularityModelsPartyCheckupLink, type SchemaSmtCompany, type SchemaSocialLinks, type SchemaSort, type SchemaSourceInfo, type SchemaSpeedAssistance, type SchemaSplitCost, type SchemaSportHobbies, type SchemaSportHobbies_2, type SchemaStateOfChildren, type SchemaStateOfChildren_2, type SchemaStatus, type SchemaStatusReply, type SchemaStatusResponse, type SchemaSteeringPosition, type SchemaSteeringPosition_2, type SchemaStorageSecurity, type SchemaStorageSecurity_2, type SchemaStreet, type SchemaStringCalculationSpec, type SchemaSubcity, type SchemaSubjectToVat, type SchemaSubjectToVat_2, type SchemaSupplierType, type SchemaSupplierType_2, type SchemaSupportedFileTypesResponse, type SchemaSupportedProFlowCountryCodes, type SchemaSurveillanceEquipmentType, type SchemaSwimmingPoolType, type SchemaSwitchCandidatesCheckupItem, type SchemaSymbol, type SchemaTableColumn, type SchemaTableRules, type SchemaTag, type SchemaTagContentItem, type SchemaTankLocationType, type SchemaTax, type SchemaTaxBaseBe, type SchemaTaxField, type SchemaTaxPaymentDetails, type SchemaTaxPaymentTime, type SchemaTeacherRiskObjectIdWithRevisionId, type SchemaTeams, type SchemaTechnicalEquipmentType, type SchemaTechniekNederlandTypeOfCompany, type SchemaTechniekNederlandTypeOfCompanySpecification, type SchemaTechniekNederlandTypeOfCompanySpecification_2, type SchemaTechniekNederlandTypeOfCompany_2, type SchemaTelephoneNr, type SchemaTheftFormulas, type SchemaTheftFormulas_2, type SchemaTheme, type SchemaThemes, type SchemaThirdPartyActivity, type SchemaThirdPartyConstructionWorkInsuranceType, type SchemaThirdPartyConstructionWorkInsuranceType_2, type SchemaTitleAndMessageResponse, type SchemaTokenReply, type SchemaToolkitAccountCreateCmd, type SchemaToolkitBrokerCreateCmd, type SchemaToolkitBrokerCreationResponse, type SchemaToolkitLicenseType, type SchemaTrailerRiskObjectIdWithRevisionId, type SchemaTrailerTonnageCategory, type SchemaTrailerType, type SchemaTrailerType_2, type SchemaTransferCandidatesCheckupItem, type SchemaTransferLeadByIdParams, type SchemaTransferPartyByIdParams, type SchemaTransmissionType, type SchemaTransmissionType_2, type SchemaTransportInfo, type SchemaTravelMethods, type SchemaTravelMethods_2, type SchemaTravelsAYear, type SchemaTravelsAYear_2, type SchemaTriageEmailParams, type SchemaTriageResponse, type SchemaTrialOnboarding, type SchemaTrinityHandlersNatsOnboardingModelsUserIdResponse, type SchemaTrinityModelsUserAccountCreateCmdBroker, type SchemaTrinityModelsUserAccountCreateCmdDistribution, type SchemaTrinityModelsUserAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserToolkitAccountCreateCmdBroker, type SchemaTrinityModelsUserToolkitAccountCreateCmdDistribution, type SchemaTrinityModelsUserToolkitAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserTrialOnboardingDistribution, type SchemaTrinityModelsUserTrialOnboardingUserOVerwrite, type SchemaTruckDestination, type SchemaTruckDestination_2, type SchemaTurnover, type SchemaTwoFactorCreateCmd, type SchemaTwoFactorDisableCmd, type SchemaTwoFactorResponse, type SchemaTwoWheelerCategories, type SchemaTwoWheelerReferenceQueryModel, type SchemaTwoWheelerRiskObjectIdWithRevisionId, type SchemaTwoWheelerVehicleType, type SchemaTypeOfWork, type SchemaTypeOfWork_2, type SchemaTypedKeys, type SchemaUnitOfLength, type SchemaUnitOfLength_2, type SchemaUpdateAdvicesByInsuranceProductInDistributionParams, type SchemaUpdateAdvisoryReportAcceptanceByIdParams, type SchemaUpdateAdvisoryReportMetadataByIdParams, type SchemaUpdateAnvaPartyCompanyCmd, type SchemaUpdateAnvaPartyCustomerCmd, type SchemaUpdateBicycleRiskObjectByIdV2Params, type SchemaUpdateBoatRiskObjectByIdV2Params, type SchemaUpdateBrokerByIdParams, type SchemaUpdateBrokerConnectionByKeyParams, type SchemaUpdateCampaignAssistantAvatarCmd, type SchemaUpdateCampaignByIdParams, type SchemaUpdateCampaignCmd, type SchemaUpdateCampaignLogoCmd, type SchemaUpdateCarRiskObjectByIdV2Params, type SchemaUpdateCustomThemeAsDistributionParams, type SchemaUpdateDistributionConnectionByKeyParams, type SchemaUpdateDocumentByPartyIdParams, type 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 UpdateAnvaPartyViaConversationBody, type UpdateAnvaPartyViaConversationPathParams, type UpdateAnvaPartyViaConversationQueryParams, type UpdateAnvaPartyViaConversationResponse, type UpdateAnvaflowsQuestionnaireBody, type UpdateAnvaflowsQuestionnairePathParams, type UpdateAnvaflowsQuestionnaireQueryParams, type UpdateAnvaflowsQuestionnaireResponse, type UpdateBicycleRiskObjectBody, type UpdateBicycleRiskObjectPathParams, type UpdateBicycleRiskObjectQueryParams, type UpdateBicycleRiskObjectResponse, type UpdateBoatRiskObjectBody, type UpdateBoatRiskObjectPathParams, type UpdateBoatRiskObjectQueryParams, type UpdateBoatRiskObjectResponse, type UpdateBrokerByBrokerBody, type UpdateBrokerByBrokerPathParams, type UpdateBrokerByBrokerResponse, type UpdateBrokerConnectionByKeyBody, type UpdateBrokerConnectionByKeyPathParams, type UpdateBrokerConnectionByKeyResponse, type UpdateBrokerIntegrationsBody, type UpdateBrokerIntegrationsPathParams, type UpdateBrokerIntegrationsResponse, type UpdateCampaignBody, type UpdateCampaignPathParams, type UpdateCampaignQueryParams, type UpdateCampaignResponse, type UpdateCarRiskObjectBody, type UpdateCarRiskObjectPathParams, type UpdateCarRiskObjectQueryParams, type UpdateCarRiskObjectResponse, type UpdateClaimAsBrokerByIdPathParams, type UpdateClaimAsBrokerByIdQueryParams, type UpdateClaimAsBrokerByIdResponse, type UpdateClaimAsCustomerWithTokenPathParams, type UpdateClaimAsCustomerWithTokenQueryParams, type UpdateClaimAsCustomerWithTokenResponse, type UpdateCommentOnActivityPathParams, type UpdateCommentOnActivityQueryParams, type UpdateCommentOnActivityResponse, type UpdateConversationByIdBody, type UpdateConversationByIdPathParams, type UpdateConversationByIdResponse, type UpdateDeclarationRemarkPathParams, type UpdateDeclarationRemarkQueryParams, type UpdateDeclarationRemarkResponse, type UpdateDiasQuestionnaireBody, type UpdateDiasQuestionnairePathParams, type UpdateDiasQuestionnaireQueryParams, type UpdateDiasQuestionnaireResponse, type UpdateDistributionConnectionByKeyBody, type UpdateDistributionConnectionByKeyPathParams, type UpdateDistributionConnectionByKeyResponse, type UpdateDistributionIntegrationsPathParams, type UpdateDistributionIntegrationsResponse, type UpdateDistributionSettingsBody, type UpdateDistributionSettingsResponse, type UpdateDocumentForPartyBody, type UpdateDocumentForPartyPathParams, type UpdateDocumentForPartyResponse, type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse, type UpdateDocumentMetadataByIdPathParams, type UpdateDocumentMetadataByIdQueryParams, type UpdateDocumentMetadataByIdResponse, type UpdateEntityAsBrokerByIdPathParams, type UpdateEntityAsBrokerByIdQueryParams, type UpdateEntityAsBrokerByIdResponse, type UpdateEntityAsCustomerWithTokenPathParams, type UpdateEntityAsCustomerWithTokenQueryParams, type UpdateEntityAsCustomerWithTokenResponse, type UpdateFamilyRiskObjectBody, type UpdateFamilyRiskObjectPathParams, type UpdateFamilyRiskObjectQueryParams, type UpdateFamilyRiskObjectResponse, type UpdateFleetRiskObjectBody, type UpdateFleetRiskObjectPathParams, type UpdateFleetRiskObjectQueryParams, type UpdateFleetRiskObjectResponse, type UpdateInsuranceProductByDistributionBody, type UpdateInsuranceProductByDistributionPathParams, type UpdateInsuranceProductByDistributionResponse, type UpdateInsuranceProductClauseForDistributionBody, type UpdateInsuranceProductClauseForDistributionPathParams, type UpdateInsuranceProductClauseForDistributionQueryParams, type UpdateInsuranceProductClauseForDistributionResponse, type UpdateLegalRiskObjectBody, type UpdateLegalRiskObjectPathParams, type UpdateLegalRiskObjectQueryParams, type UpdateLegalRiskObjectResponse, type UpdateMiscellaneousRiskObjectBody, type UpdateMiscellaneousRiskObjectPathParams, type UpdateMiscellaneousRiskObjectQueryParams, type UpdateMiscellaneousRiskObjectResponse, type UpdateNotePathParams, type UpdateNoteQueryParams, type UpdateNoteResponse, type UpdateOfferByIdBody, type UpdateOfferByIdPathParams, type UpdateOfferByIdResponse, type UpdateOffersInBulkBody, type UpdateOffersInBulkResponse, type UpdatePartyActivitiesAsCustomerBody, type UpdatePartyActivitiesAsCustomerPathParams, type UpdatePartyActivitiesAsCustomerResponse, type UpdatePartyAssigneesBody, type UpdatePartyAssigneesPathParams, type UpdatePartyAssigneesQueryParams, type UpdatePartyAssigneesResponse, type UpdatePartyByIdBody, type UpdatePartyByIdPathParams, type UpdatePartyByIdResponse, type UpdatePartyGroupRiskObjectBody, type UpdatePartyGroupRiskObjectPathParams, type UpdatePartyGroupRiskObjectQueryParams, type UpdatePartyGroupRiskObjectResponse, type UpdatePartyNoteByIdBody, type UpdatePartyNoteByIdPathParams, type UpdatePartyNoteByIdResponse, type UpdatePartyRelationsBody, type UpdatePartyRelationsPathParams, type UpdatePartyRelationsResponse, type UpdatePreventionByDistributionBody, type UpdatePreventionByDistributionPathParams, type UpdatePreventionByDistributionResponse, type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody, type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams, type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse, type UpdateRelationBetweenRiskObjectAndPartyBody, type UpdateRelationBetweenRiskObjectAndPartyPathParams, type UpdateRelationBetweenRiskObjectAndPartyQueryParams, type UpdateRelationBetweenRiskObjectAndPartyResponse, type UpdateResidenceRiskObjectBody, type UpdateResidenceRiskObjectPathParams, type UpdateResidenceRiskObjectQueryParams, type UpdateResidenceRiskObjectResponse, type UpdateRiskDomainActionForAdvisoryReportByIdBody, type UpdateRiskDomainActionForAdvisoryReportByIdPathParams, type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams, type UpdateRiskDomainActionForAdvisoryReportByIdResponse, type UpdateRiskDomainAdviceForAdvisoryReportByIdBody, type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse, type UpdateRiskDomainByDistributionBody, type UpdateRiskDomainByDistributionPathParams, type UpdateRiskDomainByDistributionResponse, type UpdateSemiTrailerRiskObjectBody, type UpdateSemiTrailerRiskObjectPathParams, type UpdateSemiTrailerRiskObjectQueryParams, type UpdateSemiTrailerRiskObjectResponse, type UpdateTargetsByCampaignPathParams, type UpdateTargetsByCampaignQueryParams, type UpdateTargetsByCampaignResponse, type UpdateTrailerRiskObjectBody, type UpdateTrailerRiskObjectPathParams, type UpdateTrailerRiskObjectQueryParams, type UpdateTrailerRiskObjectResponse, type UpdateTwoWheelerRiskObjectBody, type UpdateTwoWheelerRiskObjectPathParams, type UpdateTwoWheelerRiskObjectQueryParams, type UpdateTwoWheelerRiskObjectResponse, type UpdateUspByDistributionAndIdBody, type UpdateUspByDistributionAndIdPathParams, type UpdateUspByDistributionAndIdQueryParams, type UpdateUspByDistributionAndIdResponse, type UpdateYellowhiveQuestionnaireBody, type UpdateYellowhiveQuestionnairePathParams, type UpdateYellowhiveQuestionnaireQueryParams, type UpdateYellowhiveQuestionnaireResponse, type UpdateYourOwnUserBody, type UpdateYourOwnUserResponse, type UpdateYourPasswordBody, type UpdateYourPasswordResponse, type UploadClaimDocumentAsBrokerPathParams, type UploadClaimDocumentAsBrokerQueryParams, type UploadClaimDocumentAsBrokerResponse, type UpsertAnvaClosingQuestionsBody, type UpsertAnvaClosingQuestionsQueryParams, type UpsertAnvaClosingQuestionsResponse, type UpsertDistributionFaqBody, type UpsertDistributionFaqQueryParams, type UpsertDistributionFaqResponse, type UpsertInsurancePoliciesForPartyBody, type UpsertInsurancePoliciesForPartyPathParams, type UpsertInsurancePoliciesForPartyResponse, type UpsertInsurancePolicySimulationForPartyBody, type UpsertInsurancePolicySimulationForPartyPathParams, type UpsertInsurancePolicySimulationForPartyResponse, type UpsertPolicyPackagesForPartyBody, type UpsertPolicyPackagesForPartyPathParams, type UpsertPolicyPackagesForPartyResponse, type ValidateAChassisNumberResponse, type ValidateACompanyRegistrationNumberResponse, type ValidateANationalIdentificationNumberBody, type ValidateANationalIdentificationNumberResponse, type ValidateATelephonenrResponse, type ValidateAVehicleRegistrationPlateBody, type ValidateAVehicleRegistrationPlateResponse, type ValidateAWebsiteResponse, type ValidateAnEmailResponse, type ValidateAnFsmaResponse, type ValidateAnIbanBody, type ValidateAnIbanResponse, type ValidateAnvaConnectionQueryParams, type ValidateAnvaConnectionResponse, type ValidateAnvaDwhConnectionQueryParams, type ValidateAnvaDwhConnectionResponse, type ValidateAnvaflowsQuestionnaireBody, type ValidateAnvaflowsQuestionnairePathParams, type ValidateAnvaflowsQuestionnaireQueryParams, type ValidateAnvaflowsQuestionnaireResponse, type ValidateClaimPathParams, type ValidateClaimQueryParams, type ValidateClaimResponse, type ValidateDiasQuestionnaireBody, type ValidateDiasQuestionnairePathParams, type ValidateDiasQuestionnaireQueryParams, type ValidateDiasQuestionnaireResponse, type ValidateFasterforwardConnectionQueryParams, type ValidateFasterforwardConnectionResponse, type ValidatePromotionsResponse, type ValidateYellowhiveQuestionnaireBody, type ValidateYellowhiveQuestionnairePathParams, type ValidateYellowhiveQuestionnaireQueryParams, type ValidateYellowhiveQuestionnaireResponse, type VerifyIfADistributionExistsByCompanyRegistrationBody, type VerifyIfADistributionExistsByCompanyRegistrationQueryParams, type VerifyIfADistributionExistsByCompanyRegistrationResponse, type VerifyIfADistributionExistsByNameBody, type VerifyIfADistributionExistsByNameQueryParams, type VerifyIfADistributionExistsByNameResponse, type VerifyIfAUserExistsByEmailBody, type VerifyIfAUserExistsByEmailQueryParams, type VerifyIfAUserExistsByEmailResponse, type WgApiSchema, type WgPaths, acceptOrRejectAnAdvisoryReport, analyzeEmail, answerAFlowDirectly, answerAFlowSession, blockCustomerFromAccessingParty, calculateAnvaquotesBySessionId, calculateCarLeaseQuote, calculateDiasQuotesBySessionId, calculateQuotesV2, calculateYellowhiveQuotesBySessionId, claimReportById, claimRequestUpdate, commentOnActivity, type components, createAccidentsForParty, createAccount, createAdvisoryReport, createAdvisoryReportRevision, createAdvisoryReportRevisionV2, createAdvisoryReportStepSettings, createAnvaPartyViaConversation, 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, deprecatedGetAnvaParties, deprecatedImportAnvaPartyInWegroup, deprecatedValidateAnvaConnection, 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, updateAnvaPartyViaConversation, updateAnvaflowsQuestionnaire, updateBicycleRiskObject, updateBoatRiskObject, updateBrokerByBroker, updateBrokerConnectionByKey, updateBrokerIntegrations, updateCampaign, updateCarRiskObject, updateClaimAsBrokerById, updateClaimAsCustomerWithToken, updateCommentOnActivity, updateConversationById, updateDeclarationRemark, updateDiasQuestionnaire, updateDistributionConnectionByKey, updateDistributionIntegrations, updateDistributionSettings, updateDocumentForParty, updateDocumentMetadataById, updateDocumentMetadataByIdAsCustomerWithToken, updateEntityAsBrokerById, updateEntityAsCustomerWithToken, updateFamilyRiskObject, updateFleetRiskObject, updateInsuranceProductByDistribution, updateInsuranceProductClauseForDistribution, updateLegalRiskObject, updateMiscellaneousRiskObject, updateNote, updateOfferById, updateOffersInBulk, updatePartyActivitiesAsCustomer, updatePartyAssignees, updatePartyById, updatePartyGroupRiskObject, updatePartyNoteById, updatePartyRelations, updatePreventionByDistribution, updateQuestionForAllQuestionnairesByAnvaLabels, updateRelationBetweenRiskObjectAndParty, updateResidenceRiskObject, updateRiskDomainActionForAdvisoryReportById, updateRiskDomainAdviceForAdvisoryReportById, updateRiskDomainByDistribution, updateSemiTrailerRiskObject, updateTargetsByCampaign, updateTrailerRiskObject, updateTwoWheelerRiskObject, updateUspByDistributionAndId, updateYellowhiveQuestionnaire, updateYourOwnUser, updateYourPassword, uploadClaimDocumentAsBroker, upsertAnvaClosingQuestions, upsertDistributionFaq, upsertInsurancePoliciesForParty, upsertInsurancePolicySimulationForParty, upsertPolicyPackagesForParty, validateAChassisNumber, validateACompanyRegistrationNumber, validateANationalIdentificationNumber, validateATelephonenr, validateAVehicleRegistrationPlate, validateAWebsite, validateAnEmail, validateAnFsma, validateAnIban, validateAnvaConnection, validateAnvaDwhConnection, validateAnvaflowsQuestionnaire, validateClaim, validateDiasQuestionnaire, validateFasterforwardConnection, validatePromotions, validateYellowhiveQuestionnaire, verifyIfADistributionExistsByCompanyRegistration, verifyIfADistributionExistsByName, verifyIfAUserExistsByEmail, type webhooks, wgApiClient };
|