wg-api-sdk 4.30.267 → 4.30.268
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 +1131 -780
- package/dist/esm/index.mjs +1 -1
- package/dist/index.d.ts +1131 -780
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/esm/index.d.mts
CHANGED
|
@@ -2693,7 +2693,10 @@ interface paths {
|
|
|
2693
2693
|
path?: never;
|
|
2694
2694
|
cookie?: never;
|
|
2695
2695
|
};
|
|
2696
|
-
/**
|
|
2696
|
+
/**
|
|
2697
|
+
* Get Outlook Mails
|
|
2698
|
+
* @description Retrieves outlook emails by broker id
|
|
2699
|
+
*/
|
|
2697
2700
|
get: operations["get_outlook_mails_v1_api_connections_outlook_mails_get"];
|
|
2698
2701
|
put?: never;
|
|
2699
2702
|
post?: never;
|
|
@@ -2710,7 +2713,10 @@ interface paths {
|
|
|
2710
2713
|
path?: never;
|
|
2711
2714
|
cookie?: never;
|
|
2712
2715
|
};
|
|
2713
|
-
/**
|
|
2716
|
+
/**
|
|
2717
|
+
* Get Outlook Mail By Id
|
|
2718
|
+
* @description Retrieves outlook email by id and broker id
|
|
2719
|
+
*/
|
|
2714
2720
|
get: operations["get_outlook_mail_by_id_v1_api_connections_outlook_mails__id__get"];
|
|
2715
2721
|
put?: never;
|
|
2716
2722
|
post?: never;
|
|
@@ -2720,6 +2726,27 @@ interface paths {
|
|
|
2720
2726
|
patch?: never;
|
|
2721
2727
|
trace?: never;
|
|
2722
2728
|
};
|
|
2729
|
+
"/v1/api/connections/outlook/mails-by-outlook-message-id/{id}": {
|
|
2730
|
+
parameters: {
|
|
2731
|
+
query?: never;
|
|
2732
|
+
header?: never;
|
|
2733
|
+
path?: never;
|
|
2734
|
+
cookie?: never;
|
|
2735
|
+
};
|
|
2736
|
+
/**
|
|
2737
|
+
* Get Outlook Mail By Outlook Message Id
|
|
2738
|
+
* @description Retrieves outlook email by outlook_message_id and broker_id.
|
|
2739
|
+
* If not found in database, fetches from Outlook API.
|
|
2740
|
+
*/
|
|
2741
|
+
get: operations["get_outlook_mail_by_outlook_message_id_v1_api_connections_outlook_mails_by_outlook_message_id__id__get"];
|
|
2742
|
+
put?: never;
|
|
2743
|
+
post?: never;
|
|
2744
|
+
delete?: never;
|
|
2745
|
+
options?: never;
|
|
2746
|
+
head?: never;
|
|
2747
|
+
patch?: never;
|
|
2748
|
+
trace?: never;
|
|
2749
|
+
};
|
|
2723
2750
|
"/v1/api/connections/outlook/mailfolders": {
|
|
2724
2751
|
parameters: {
|
|
2725
2752
|
query?: never;
|
|
@@ -2727,7 +2754,10 @@ interface paths {
|
|
|
2727
2754
|
path?: never;
|
|
2728
2755
|
cookie?: never;
|
|
2729
2756
|
};
|
|
2730
|
-
/**
|
|
2757
|
+
/**
|
|
2758
|
+
* Get Outlook Mailfolders
|
|
2759
|
+
* @description Retrieves outlook mail folders by broker id from Microsoft Graph API
|
|
2760
|
+
*/
|
|
2731
2761
|
get: operations["get_outlook_mailfolders_v1_api_connections_outlook_mailfolders_get"];
|
|
2732
2762
|
put?: never;
|
|
2733
2763
|
post?: never;
|
|
@@ -9197,7 +9227,7 @@ interface components {
|
|
|
9197
9227
|
* Timestamp
|
|
9198
9228
|
* Format: date-time
|
|
9199
9229
|
* @description Timestamp of when the error occured
|
|
9200
|
-
* @default 2026-02-
|
|
9230
|
+
* @default 2026-02-23T14:51:58.964745
|
|
9201
9231
|
*/
|
|
9202
9232
|
timestamp: string;
|
|
9203
9233
|
/**
|
|
@@ -15182,7 +15212,6 @@ interface components {
|
|
|
15182
15212
|
/**
|
|
15183
15213
|
* Statement Type
|
|
15184
15214
|
* @description The type of statement or declaration for the accidents.
|
|
15185
|
-
* @example CLIENT_DECLARATION
|
|
15186
15215
|
*/
|
|
15187
15216
|
statement_type: components["schemas"]["AccidentStatementType"] | string;
|
|
15188
15217
|
};
|
|
@@ -15203,7 +15232,6 @@ interface components {
|
|
|
15203
15232
|
/**
|
|
15204
15233
|
* At Fault
|
|
15205
15234
|
* @description Is the driver of the vehicle at fault?
|
|
15206
|
-
* @example true
|
|
15207
15235
|
*/
|
|
15208
15236
|
at_fault?: boolean;
|
|
15209
15237
|
/**
|
|
@@ -15436,55 +15464,46 @@ interface components {
|
|
|
15436
15464
|
/**
|
|
15437
15465
|
* Automatic Emergency Braking
|
|
15438
15466
|
* @description Does the car have an automatic emergency braking system?
|
|
15439
|
-
* @example true
|
|
15440
15467
|
*/
|
|
15441
15468
|
automatic_emergency_braking?: boolean;
|
|
15442
15469
|
/**
|
|
15443
15470
|
* Adaptive Cruise Control
|
|
15444
15471
|
* @description Does the car have an adaptive cruise control sytstem?
|
|
15445
|
-
* @example true
|
|
15446
15472
|
*/
|
|
15447
15473
|
adaptive_cruise_control?: boolean;
|
|
15448
15474
|
/**
|
|
15449
15475
|
* Lane Support
|
|
15450
15476
|
* @description Does the car have lane support?
|
|
15451
|
-
* @example true
|
|
15452
15477
|
*/
|
|
15453
15478
|
lane_support?: boolean;
|
|
15454
15479
|
/**
|
|
15455
15480
|
* Blind Spot Check
|
|
15456
15481
|
* @description Does the car have blind spot check?
|
|
15457
|
-
* @example true
|
|
15458
15482
|
*/
|
|
15459
15483
|
blind_spot_check?: boolean;
|
|
15460
15484
|
/**
|
|
15461
15485
|
* Attention Assist
|
|
15462
15486
|
* @description Does the car have attention assistance?
|
|
15463
|
-
* @example true
|
|
15464
15487
|
*/
|
|
15465
15488
|
attention_assist?: boolean;
|
|
15466
15489
|
/**
|
|
15467
15490
|
* Ecall
|
|
15468
15491
|
* @description Does the car have an ecall system?
|
|
15469
|
-
* @example true
|
|
15470
15492
|
*/
|
|
15471
15493
|
ecall?: boolean;
|
|
15472
15494
|
/**
|
|
15473
15495
|
* Automatic Parking
|
|
15474
15496
|
* @description Does the car have an automatic parking system?
|
|
15475
|
-
* @example true
|
|
15476
15497
|
*/
|
|
15477
15498
|
automatic_parking?: boolean;
|
|
15478
15499
|
/**
|
|
15479
15500
|
* Parking Aid
|
|
15480
15501
|
* @description Does the car have parking aid systems?
|
|
15481
|
-
* @example true
|
|
15482
15502
|
*/
|
|
15483
15503
|
parking_aid?: boolean;
|
|
15484
15504
|
/**
|
|
15485
15505
|
* Pedestrian And Bicycle Detection
|
|
15486
15506
|
* @description Is the vehicle equiped with pedestrian and bicycle detection?
|
|
15487
|
-
* @example true
|
|
15488
15507
|
*/
|
|
15489
15508
|
pedestrian_and_bicycle_detection?: boolean;
|
|
15490
15509
|
};
|
|
@@ -32813,6 +32832,10 @@ interface components {
|
|
|
32813
32832
|
anva_collection_method_code?: number;
|
|
32814
32833
|
/** Anva Package Code */
|
|
32815
32834
|
anva_package_code?: string;
|
|
32835
|
+
/** Dias Package Id */
|
|
32836
|
+
dias_package_id?: number;
|
|
32837
|
+
/** Dias Collection Method Id */
|
|
32838
|
+
dias_collection_method_id?: string;
|
|
32816
32839
|
carrier_type?: components["schemas"]["INSURANCE_CARRIER_TYPE"];
|
|
32817
32840
|
/** Metadata */
|
|
32818
32841
|
metadata?: Record<string, never>;
|
|
@@ -35109,6 +35132,10 @@ interface components {
|
|
|
35109
35132
|
anva_collection_method_code?: number;
|
|
35110
35133
|
/** Anva Package Code */
|
|
35111
35134
|
anva_package_code?: string;
|
|
35135
|
+
/** Dias Package Id */
|
|
35136
|
+
dias_package_id?: number;
|
|
35137
|
+
/** Dias Collection Method Id */
|
|
35138
|
+
dias_collection_method_id?: string;
|
|
35112
35139
|
carrier_type?: components["schemas"]["INSURANCE_CARRIER_TYPE"];
|
|
35113
35140
|
/**
|
|
35114
35141
|
* Insurance Policies
|
|
@@ -50454,6 +50481,10 @@ interface components {
|
|
|
50454
50481
|
anva_collection_method_code?: number;
|
|
50455
50482
|
/** Anva Package Code */
|
|
50456
50483
|
anva_package_code?: string;
|
|
50484
|
+
/** Dias Package Id */
|
|
50485
|
+
dias_package_id?: number;
|
|
50486
|
+
/** Dias Collection Method Id */
|
|
50487
|
+
dias_collection_method_id?: string;
|
|
50457
50488
|
carrier_type?: components["schemas"]["INSURANCE_CARRIER_TYPE"];
|
|
50458
50489
|
/** Metadata */
|
|
50459
50490
|
metadata?: Record<string, never>;
|
|
@@ -51687,6 +51718,234 @@ interface components {
|
|
|
51687
51718
|
/** Template */
|
|
51688
51719
|
template: string;
|
|
51689
51720
|
};
|
|
51721
|
+
/** OutlookEmails */
|
|
51722
|
+
OutlookEmails: {
|
|
51723
|
+
/** Items */
|
|
51724
|
+
items: components["schemas"]["OutlookEmailItem"][];
|
|
51725
|
+
/** Count */
|
|
51726
|
+
count: number;
|
|
51727
|
+
};
|
|
51728
|
+
/** OutlookEmailItem */
|
|
51729
|
+
OutlookEmailItem: {
|
|
51730
|
+
/** Id */
|
|
51731
|
+
id: number;
|
|
51732
|
+
/**
|
|
51733
|
+
* Created At
|
|
51734
|
+
* Format: date-time
|
|
51735
|
+
*/
|
|
51736
|
+
created_at: string;
|
|
51737
|
+
/** Outlook Id */
|
|
51738
|
+
outlook_id: string;
|
|
51739
|
+
/** Outlook Message Id */
|
|
51740
|
+
outlook_message_id: string;
|
|
51741
|
+
/** Outlook Conversation Id */
|
|
51742
|
+
outlook_conversation_id: string;
|
|
51743
|
+
/** Folder Id */
|
|
51744
|
+
folder_id: number;
|
|
51745
|
+
/** Folder Outlook Id */
|
|
51746
|
+
folder_outlook_id: string;
|
|
51747
|
+
/** Folder Name */
|
|
51748
|
+
folder_name: string;
|
|
51749
|
+
/** Subject */
|
|
51750
|
+
subject: string;
|
|
51751
|
+
/** Body Preview */
|
|
51752
|
+
body_preview?: string;
|
|
51753
|
+
/**
|
|
51754
|
+
* Sent At
|
|
51755
|
+
* Format: date-time
|
|
51756
|
+
*/
|
|
51757
|
+
sent_at: string;
|
|
51758
|
+
/** Has Attachments */
|
|
51759
|
+
has_attachments: boolean;
|
|
51760
|
+
/** Link */
|
|
51761
|
+
link: string;
|
|
51762
|
+
sender?: components["schemas"]["OutlookMailRecepient"];
|
|
51763
|
+
from_recipient?: components["schemas"]["OutlookMailRecepient"];
|
|
51764
|
+
to_recipient?: components["schemas"]["OutlookMailRecepient"];
|
|
51765
|
+
/** Cc Recipients */
|
|
51766
|
+
cc_recipients: components["schemas"]["OutlookMailRecepient"][];
|
|
51767
|
+
/** Bcc Recipients */
|
|
51768
|
+
bcc_recipients: components["schemas"]["OutlookMailRecepient"][];
|
|
51769
|
+
/** Reply To */
|
|
51770
|
+
reply_to: components["schemas"]["OutlookMailRecepient"][];
|
|
51771
|
+
/** Headers */
|
|
51772
|
+
headers?: components["schemas"]["OutlookMailHeader"][];
|
|
51773
|
+
};
|
|
51774
|
+
/** OutlookMailRecepient */
|
|
51775
|
+
OutlookMailRecepient: {
|
|
51776
|
+
/** Name */
|
|
51777
|
+
name: string;
|
|
51778
|
+
/** Email */
|
|
51779
|
+
email: string;
|
|
51780
|
+
};
|
|
51781
|
+
/** OutlookMailHeader */
|
|
51782
|
+
OutlookMailHeader: {
|
|
51783
|
+
/** Name */
|
|
51784
|
+
name: string;
|
|
51785
|
+
/** Value */
|
|
51786
|
+
value: string;
|
|
51787
|
+
};
|
|
51788
|
+
/** OutlookEmail */
|
|
51789
|
+
OutlookEmail: {
|
|
51790
|
+
/** Id */
|
|
51791
|
+
id: number;
|
|
51792
|
+
/**
|
|
51793
|
+
* Created At
|
|
51794
|
+
* Format: date-time
|
|
51795
|
+
*/
|
|
51796
|
+
created_at: string;
|
|
51797
|
+
/** Outlook Id */
|
|
51798
|
+
outlook_id: string;
|
|
51799
|
+
/** Outlook Message Id */
|
|
51800
|
+
outlook_message_id: string;
|
|
51801
|
+
/** Outlook Conversation Id */
|
|
51802
|
+
outlook_conversation_id: string;
|
|
51803
|
+
/** Folder Id */
|
|
51804
|
+
folder_id: number;
|
|
51805
|
+
/** Folder Outlook Id */
|
|
51806
|
+
folder_outlook_id: string;
|
|
51807
|
+
/** Folder Name */
|
|
51808
|
+
folder_name: string;
|
|
51809
|
+
/** Subject */
|
|
51810
|
+
subject: string;
|
|
51811
|
+
/** Body Preview */
|
|
51812
|
+
body_preview?: string;
|
|
51813
|
+
/**
|
|
51814
|
+
* Sent At
|
|
51815
|
+
* Format: date-time
|
|
51816
|
+
*/
|
|
51817
|
+
sent_at: string;
|
|
51818
|
+
/** Has Attachments */
|
|
51819
|
+
has_attachments: boolean;
|
|
51820
|
+
/** Link */
|
|
51821
|
+
link: string;
|
|
51822
|
+
sender?: components["schemas"]["OutlookMailRecepient"];
|
|
51823
|
+
from_recipient?: components["schemas"]["OutlookMailRecepient"];
|
|
51824
|
+
to_recipient?: components["schemas"]["OutlookMailRecepient"];
|
|
51825
|
+
/** Cc Recipients */
|
|
51826
|
+
cc_recipients: components["schemas"]["OutlookMailRecepient"][];
|
|
51827
|
+
/** Bcc Recipients */
|
|
51828
|
+
bcc_recipients: components["schemas"]["OutlookMailRecepient"][];
|
|
51829
|
+
/** Reply To */
|
|
51830
|
+
reply_to: components["schemas"]["OutlookMailRecepient"][];
|
|
51831
|
+
/** Headers */
|
|
51832
|
+
headers?: components["schemas"]["OutlookMailHeader"][];
|
|
51833
|
+
/** Body Html */
|
|
51834
|
+
body_html?: string;
|
|
51835
|
+
/** Body Text */
|
|
51836
|
+
body_text?: string;
|
|
51837
|
+
};
|
|
51838
|
+
/** MicrosoftOutlookMailFolders */
|
|
51839
|
+
MicrosoftOutlookMailFolders: {
|
|
51840
|
+
/** Items */
|
|
51841
|
+
items: components["schemas"]["MicrosoftOutlookMailFolder"][];
|
|
51842
|
+
/** Count */
|
|
51843
|
+
count: number;
|
|
51844
|
+
};
|
|
51845
|
+
/** MicrosoftOutlookMailFolder */
|
|
51846
|
+
MicrosoftOutlookMailFolder: {
|
|
51847
|
+
/** Id */
|
|
51848
|
+
id: string;
|
|
51849
|
+
/** Name */
|
|
51850
|
+
name: string;
|
|
51851
|
+
/** Unread Count */
|
|
51852
|
+
unread_count: number;
|
|
51853
|
+
/** Total Count */
|
|
51854
|
+
total_count: number;
|
|
51855
|
+
/** Active */
|
|
51856
|
+
active: boolean;
|
|
51857
|
+
/**
|
|
51858
|
+
* Created At
|
|
51859
|
+
* Format: date-time
|
|
51860
|
+
*/
|
|
51861
|
+
created_at?: string;
|
|
51862
|
+
/** Last Delta Link */
|
|
51863
|
+
last_delta_link?: string;
|
|
51864
|
+
/** Initial Sync Completed */
|
|
51865
|
+
initial_sync_completed?: boolean;
|
|
51866
|
+
/** Total Emails Synced */
|
|
51867
|
+
total_emails_synced?: number;
|
|
51868
|
+
/** Is Syncing */
|
|
51869
|
+
is_syncing?: boolean;
|
|
51870
|
+
/** Last Sync Amount */
|
|
51871
|
+
last_sync_amount?: number;
|
|
51872
|
+
/** Last Sync Status */
|
|
51873
|
+
last_sync_status?: string;
|
|
51874
|
+
/**
|
|
51875
|
+
* Last Sync Started At
|
|
51876
|
+
* Format: date-time
|
|
51877
|
+
*/
|
|
51878
|
+
last_sync_started_at?: string;
|
|
51879
|
+
/**
|
|
51880
|
+
* Last Sync Completed At
|
|
51881
|
+
* Format: date-time
|
|
51882
|
+
*/
|
|
51883
|
+
last_sync_completed_at?: string;
|
|
51884
|
+
/** Last Error Message */
|
|
51885
|
+
last_error_message?: string;
|
|
51886
|
+
/**
|
|
51887
|
+
* Last Error At
|
|
51888
|
+
* Format: date-time
|
|
51889
|
+
*/
|
|
51890
|
+
last_error_at?: string;
|
|
51891
|
+
};
|
|
51892
|
+
/** OutlookConnectionDetails */
|
|
51893
|
+
OutlookConnectionDetails: {
|
|
51894
|
+
/** Email */
|
|
51895
|
+
email: string;
|
|
51896
|
+
/**
|
|
51897
|
+
* Created At
|
|
51898
|
+
* Format: date-time
|
|
51899
|
+
*/
|
|
51900
|
+
created_at: string;
|
|
51901
|
+
/** Mailfolders */
|
|
51902
|
+
mailfolders: components["schemas"]["BrokerConnectionOutlookMailFolderSyncDetails"][];
|
|
51903
|
+
};
|
|
51904
|
+
/** BrokerConnectionOutlookMailFolderSyncDetails */
|
|
51905
|
+
BrokerConnectionOutlookMailFolderSyncDetails: {
|
|
51906
|
+
/** Id */
|
|
51907
|
+
id?: number;
|
|
51908
|
+
/** Outlook Id */
|
|
51909
|
+
outlook_id: string;
|
|
51910
|
+
/** Name */
|
|
51911
|
+
name: string;
|
|
51912
|
+
/** Active */
|
|
51913
|
+
active: boolean;
|
|
51914
|
+
/**
|
|
51915
|
+
* Created At
|
|
51916
|
+
* Format: date-time
|
|
51917
|
+
*/
|
|
51918
|
+
created_at: string;
|
|
51919
|
+
/** Last Delta Link */
|
|
51920
|
+
last_delta_link?: string;
|
|
51921
|
+
/** Initial Sync Completed */
|
|
51922
|
+
initial_sync_completed: boolean;
|
|
51923
|
+
/** Total Emails Synced */
|
|
51924
|
+
total_emails_synced: number;
|
|
51925
|
+
/** Is Syncing */
|
|
51926
|
+
is_syncing: boolean;
|
|
51927
|
+
/** Last Sync Amount */
|
|
51928
|
+
last_sync_amount?: number;
|
|
51929
|
+
/** Last Sync Status */
|
|
51930
|
+
last_sync_status?: string;
|
|
51931
|
+
/**
|
|
51932
|
+
* Last Sync Started At
|
|
51933
|
+
* Format: date-time
|
|
51934
|
+
*/
|
|
51935
|
+
last_sync_started_at?: string;
|
|
51936
|
+
/**
|
|
51937
|
+
* Last Sync Completed At
|
|
51938
|
+
* Format: date-time
|
|
51939
|
+
*/
|
|
51940
|
+
last_sync_completed_at?: string;
|
|
51941
|
+
/** Last Error Message */
|
|
51942
|
+
last_error_message?: string;
|
|
51943
|
+
/**
|
|
51944
|
+
* Last Error At
|
|
51945
|
+
* Format: date-time
|
|
51946
|
+
*/
|
|
51947
|
+
last_error_at?: string;
|
|
51948
|
+
};
|
|
51690
51949
|
/** PromotionQueryModel */
|
|
51691
51950
|
PromotionQueryModel: {
|
|
51692
51951
|
/** Code */
|
|
@@ -52718,13 +52977,11 @@ interface components {
|
|
|
52718
52977
|
/**
|
|
52719
52978
|
* Type
|
|
52720
52979
|
* @description The type of the franchise.
|
|
52721
|
-
* @example variable
|
|
52722
52980
|
*/
|
|
52723
52981
|
type: components["schemas"]["FranchiseType"] | string;
|
|
52724
52982
|
/**
|
|
52725
52983
|
* Value
|
|
52726
52984
|
* @description The value of the franchise.
|
|
52727
|
-
* @example 0.1
|
|
52728
52985
|
*/
|
|
52729
52986
|
value: number;
|
|
52730
52987
|
/**
|
|
@@ -53485,7 +53742,7 @@ interface components {
|
|
|
53485
53742
|
/**
|
|
53486
53743
|
* Quote Specifications
|
|
53487
53744
|
* @default {
|
|
53488
|
-
* "contract_commencement_date": "2026-02-
|
|
53745
|
+
* "contract_commencement_date": "2026-02-23"
|
|
53489
53746
|
* }
|
|
53490
53747
|
*/
|
|
53491
53748
|
quote_specifications: components["schemas"]["QuoteSpecification"];
|
|
@@ -53520,25 +53777,21 @@ interface components {
|
|
|
53520
53777
|
/**
|
|
53521
53778
|
* Ck
|
|
53522
53779
|
* @description The commission discount.
|
|
53523
|
-
* @example 0.1
|
|
53524
53780
|
*/
|
|
53525
53781
|
ck?: number;
|
|
53526
53782
|
/**
|
|
53527
53783
|
* Flat Commission Discount
|
|
53528
53784
|
* @description A flat commission discount applied to all guarantees
|
|
53529
|
-
* @example 0.05
|
|
53530
53785
|
*/
|
|
53531
53786
|
flat_commission_discount?: number;
|
|
53532
53787
|
/**
|
|
53533
53788
|
* Vk
|
|
53534
53789
|
* @description The proxy discount.
|
|
53535
|
-
* @example 0.1
|
|
53536
53790
|
*/
|
|
53537
53791
|
vk?: number;
|
|
53538
53792
|
/**
|
|
53539
53793
|
* Vk Percentage
|
|
53540
53794
|
* @description The proxy discount percentage if for example 0.5 is given then half of the max_vk will be taken.
|
|
53541
|
-
* @example 0.1
|
|
53542
53795
|
*/
|
|
53543
53796
|
vk_percentage?: number;
|
|
53544
53797
|
/**
|
|
@@ -53549,7 +53802,6 @@ interface components {
|
|
|
53549
53802
|
/**
|
|
53550
53803
|
* Bonus Malus
|
|
53551
53804
|
* @description The bonus malus
|
|
53552
|
-
* @example 6
|
|
53553
53805
|
*/
|
|
53554
53806
|
bonus_malus?: number;
|
|
53555
53807
|
/**
|
|
@@ -53570,19 +53822,16 @@ interface components {
|
|
|
53570
53822
|
/**
|
|
53571
53823
|
* Currency
|
|
53572
53824
|
* @description The currency.
|
|
53573
|
-
* @example EUR
|
|
53574
53825
|
*/
|
|
53575
53826
|
currency?: components["schemas"]["CURRENCY"] | string;
|
|
53576
53827
|
/**
|
|
53577
53828
|
* Payment Interval
|
|
53578
53829
|
* @description The interval of the payment.
|
|
53579
|
-
* @example annual
|
|
53580
53830
|
*/
|
|
53581
53831
|
payment_interval?: components["schemas"]["PaymentIntervalLowerCaseValues"] | string;
|
|
53582
53832
|
/**
|
|
53583
53833
|
* Payment Method
|
|
53584
53834
|
* @description The way the premium will be paid
|
|
53585
|
-
* @example DIRECT_DEBIT
|
|
53586
53835
|
*/
|
|
53587
53836
|
payment_method?: components["schemas"]["PaymentMethod"] | string;
|
|
53588
53837
|
/**
|
|
@@ -53598,13 +53847,11 @@ interface components {
|
|
|
53598
53847
|
/**
|
|
53599
53848
|
* Evaluation Car
|
|
53600
53849
|
* @description Decides evaluation for car quotes.
|
|
53601
|
-
* @example CATALOGUE
|
|
53602
53850
|
*/
|
|
53603
53851
|
evaluation_car?: components["schemas"]["wgsdk__quotes__CarEvaluationType"] | string;
|
|
53604
53852
|
/**
|
|
53605
53853
|
* Evaluation Building
|
|
53606
53854
|
* @description Decides evaluation for home fire quotes.
|
|
53607
|
-
* @example LOCATION_SYSTEM
|
|
53608
53855
|
*/
|
|
53609
53856
|
evaluation_building?: components["schemas"]["HomeEvaluationType"] | string;
|
|
53610
53857
|
/** Modifications */
|
|
@@ -56263,55 +56510,46 @@ interface components {
|
|
|
56263
56510
|
/**
|
|
56264
56511
|
* Street
|
|
56265
56512
|
* @description The street.
|
|
56266
|
-
* @example Bomastraat
|
|
56267
56513
|
*/
|
|
56268
56514
|
street: string;
|
|
56269
56515
|
/**
|
|
56270
56516
|
* Country Code
|
|
56271
56517
|
* @description The country code.
|
|
56272
|
-
* @example BE
|
|
56273
56518
|
*/
|
|
56274
56519
|
country_code: components["schemas"]["wgsdk__smt__CountryCodes"] | string;
|
|
56275
56520
|
/**
|
|
56276
56521
|
* Zipcode
|
|
56277
56522
|
* @description The zipcode.
|
|
56278
|
-
* @example 9000
|
|
56279
56523
|
*/
|
|
56280
56524
|
zipcode?: string;
|
|
56281
56525
|
/**
|
|
56282
56526
|
* Housenr
|
|
56283
56527
|
* @description The house number.
|
|
56284
|
-
* @example 12
|
|
56285
56528
|
*/
|
|
56286
56529
|
housenr: string;
|
|
56287
56530
|
/**
|
|
56288
56531
|
* Boxnr
|
|
56289
56532
|
* @description The box number.
|
|
56290
|
-
* @example C
|
|
56291
56533
|
*/
|
|
56292
56534
|
boxnr?: string;
|
|
56293
56535
|
/**
|
|
56294
56536
|
* City
|
|
56295
56537
|
* @description The city.
|
|
56296
|
-
* @example Gent
|
|
56297
56538
|
*/
|
|
56298
56539
|
city?: string;
|
|
56299
56540
|
/**
|
|
56300
56541
|
* Lat
|
|
56301
56542
|
* @description The latitude.
|
|
56302
|
-
* @example 51.06166
|
|
56303
56543
|
*/
|
|
56304
56544
|
lat?: number;
|
|
56305
56545
|
/**
|
|
56306
56546
|
* Lng
|
|
56307
56547
|
* @description The longitude.
|
|
56308
|
-
* @example 3.731334
|
|
56309
56548
|
*/
|
|
56310
56549
|
lng?: number;
|
|
56311
56550
|
/**
|
|
56312
56551
|
* Region
|
|
56313
56552
|
* @description The region.
|
|
56314
|
-
* @example East-Flanders
|
|
56315
56553
|
*/
|
|
56316
56554
|
region?: string;
|
|
56317
56555
|
};
|
|
@@ -56502,7 +56740,7 @@ interface components {
|
|
|
56502
56740
|
* @description An enumeration.
|
|
56503
56741
|
* @enum {string}
|
|
56504
56742
|
*/
|
|
56505
|
-
PaymentMethod: "
|
|
56743
|
+
PaymentMethod: "DIRECT_DEBIT" | "INVOICE";
|
|
56506
56744
|
/**
|
|
56507
56745
|
* ThirdPartyConstructionWorkInsuranceType
|
|
56508
56746
|
* @description An enumeration.
|
|
@@ -66455,6 +66693,13 @@ interface components {
|
|
|
66455
66693
|
dias_product_id: string;
|
|
66456
66694
|
/** Coverages */
|
|
66457
66695
|
coverages: number[];
|
|
66696
|
+
/** Index */
|
|
66697
|
+
index?: number;
|
|
66698
|
+
/**
|
|
66699
|
+
* Start Date
|
|
66700
|
+
* Format: date
|
|
66701
|
+
*/
|
|
66702
|
+
start_date?: string;
|
|
66458
66703
|
};
|
|
66459
66704
|
/** DiasInsurancePackage */
|
|
66460
66705
|
DiasInsurancePackage: {
|
|
@@ -67499,13 +67744,11 @@ interface components {
|
|
|
67499
67744
|
/**
|
|
67500
67745
|
* Name
|
|
67501
67746
|
* @description The vehicle's name.
|
|
67502
|
-
* @example skoda octavia rs III (2013)
|
|
67503
67747
|
*/
|
|
67504
67748
|
name?: string;
|
|
67505
67749
|
/**
|
|
67506
67750
|
* Motor Type
|
|
67507
67751
|
* @description The type of fuel the engine is made for.
|
|
67508
|
-
* @example PET
|
|
67509
67752
|
*/
|
|
67510
67753
|
motor_type?: components["schemas"]["MotorType"] | string;
|
|
67511
67754
|
/**
|
|
@@ -67524,86 +67767,72 @@ interface components {
|
|
|
67524
67767
|
/**
|
|
67525
67768
|
* Number Plate
|
|
67526
67769
|
* @description The vehicle's number plate.
|
|
67527
|
-
* @example 1ABC123
|
|
67528
67770
|
*/
|
|
67529
67771
|
number_plate?: string;
|
|
67530
67772
|
/**
|
|
67531
67773
|
* Kw
|
|
67532
67774
|
* @description The power of the vehicle's engine in kilowatt.
|
|
67533
|
-
* @example 120
|
|
67534
67775
|
*/
|
|
67535
67776
|
kw?: number;
|
|
67536
67777
|
/**
|
|
67537
67778
|
* Cc
|
|
67538
67779
|
* @description The volume of the engine's pistons expressed in cc (cubic centimeters)
|
|
67539
|
-
* @example 1500
|
|
67540
67780
|
*/
|
|
67541
67781
|
cc?: number;
|
|
67542
67782
|
/**
|
|
67543
67783
|
* Model
|
|
67544
67784
|
* @description The model name of the vehicle.
|
|
67545
|
-
* @example octavia
|
|
67546
67785
|
*/
|
|
67547
67786
|
model?: string;
|
|
67548
67787
|
/**
|
|
67549
67788
|
* Model Year
|
|
67550
67789
|
* @description The model year of the vehicle.
|
|
67551
|
-
* @example 2000
|
|
67552
67790
|
*/
|
|
67553
67791
|
model_year?: number;
|
|
67554
67792
|
/**
|
|
67555
67793
|
* Version
|
|
67556
67794
|
* @description The vehicle's version.
|
|
67557
|
-
* @example SKODA
|
|
67558
67795
|
*/
|
|
67559
67796
|
version?: string;
|
|
67560
67797
|
/**
|
|
67561
67798
|
* Brand
|
|
67562
67799
|
* @description The vehcile's brand.
|
|
67563
|
-
* @example SKODA
|
|
67564
67800
|
*/
|
|
67565
67801
|
brand?: string;
|
|
67566
67802
|
/**
|
|
67567
67803
|
* Chassis Number
|
|
67568
67804
|
* @description The vehicle's chassis number.
|
|
67569
|
-
* @example AFAFAFAFAF992922
|
|
67570
67805
|
*/
|
|
67571
67806
|
chassis_number?: string;
|
|
67572
67807
|
/**
|
|
67573
67808
|
* License Plate Type
|
|
67574
67809
|
* @description Type of vehicle registration.
|
|
67575
|
-
* @example NORMAL
|
|
67576
67810
|
*/
|
|
67577
67811
|
license_plate_type?: components["schemas"]["LicensePlateType"] | string;
|
|
67578
67812
|
/**
|
|
67579
67813
|
* Country Of Registration
|
|
67580
67814
|
* @description Country where the car is registered.
|
|
67581
67815
|
* @default BE
|
|
67582
|
-
* @example BE
|
|
67583
67816
|
*/
|
|
67584
67817
|
country_of_registration: components["schemas"]["wgsdk__smt__CountryCodes"] | string;
|
|
67585
67818
|
/**
|
|
67586
67819
|
* Is Second Hand
|
|
67587
67820
|
* @description Is the vehicle a second hand vehicle?
|
|
67588
|
-
* @example true
|
|
67589
67821
|
*/
|
|
67590
67822
|
is_second_hand?: boolean;
|
|
67591
67823
|
/**
|
|
67592
67824
|
* Age
|
|
67593
67825
|
* @description The age of the vehicle.
|
|
67594
|
-
* @example 6
|
|
67595
67826
|
*/
|
|
67596
67827
|
age?: number;
|
|
67597
67828
|
/**
|
|
67598
67829
|
* Construction Year
|
|
67599
67830
|
* @description Construction year.
|
|
67600
|
-
* @example 6
|
|
67601
67831
|
*/
|
|
67602
67832
|
construction_year?: number;
|
|
67603
67833
|
/**
|
|
67604
67834
|
* Construction Month
|
|
67605
67835
|
* @description Construction month.
|
|
67606
|
-
* @example 6
|
|
67607
67836
|
*/
|
|
67608
67837
|
construction_month?: number;
|
|
67609
67838
|
/**
|
|
@@ -67616,7 +67845,6 @@ interface components {
|
|
|
67616
67845
|
/**
|
|
67617
67846
|
* Invoice Value
|
|
67618
67847
|
* @description The invoice value of the vehicle (excluding vat).
|
|
67619
|
-
* @example 27001.0
|
|
67620
67848
|
*/
|
|
67621
67849
|
invoice_value?: number;
|
|
67622
67850
|
/**
|
|
@@ -67627,25 +67855,21 @@ interface components {
|
|
|
67627
67855
|
/**
|
|
67628
67856
|
* Options Value
|
|
67629
67857
|
* @description The value of the vehicle's options after manufacturing (excluding vat).
|
|
67630
|
-
* @example 300.0
|
|
67631
67858
|
*/
|
|
67632
67859
|
options_value?: number;
|
|
67633
67860
|
/**
|
|
67634
67861
|
* Content Value
|
|
67635
67862
|
* @description The value of the vehicle's content.
|
|
67636
|
-
* @example 27001.0
|
|
67637
67863
|
*/
|
|
67638
67864
|
content_value?: number;
|
|
67639
67865
|
/**
|
|
67640
67866
|
* Value
|
|
67641
67867
|
* @description The value of the vehicle (excluding vat). This is the catalogue value.
|
|
67642
|
-
* @example 27001.0
|
|
67643
67868
|
*/
|
|
67644
67869
|
value?: number;
|
|
67645
67870
|
/**
|
|
67646
67871
|
* Color
|
|
67647
67872
|
* @description The color of the vehicle.
|
|
67648
|
-
* @example GREY
|
|
67649
67873
|
*/
|
|
67650
67874
|
color?: string;
|
|
67651
67875
|
/** Other Country Of Registration */
|
|
@@ -67705,50 +67929,42 @@ interface components {
|
|
|
67705
67929
|
/**
|
|
67706
67930
|
* Category
|
|
67707
67931
|
* @description The vehicle's official category.
|
|
67708
|
-
* @example AA
|
|
67709
67932
|
*/
|
|
67710
67933
|
category?: components["schemas"]["CarCategory"] | string;
|
|
67711
67934
|
/**
|
|
67712
67935
|
* Category Code
|
|
67713
67936
|
* @description Category code of the vehicle with 2 Letter format
|
|
67714
|
-
* @example AA
|
|
67715
67937
|
*/
|
|
67716
67938
|
category_code?: components["schemas"]["CarCategoryCode"] | string;
|
|
67717
67939
|
/**
|
|
67718
67940
|
* Average Km Per Year
|
|
67719
67941
|
* @description The average driven kilometers per year.
|
|
67720
|
-
* @example 15000
|
|
67721
67942
|
*/
|
|
67722
67943
|
average_km_per_year?: number;
|
|
67723
67944
|
/**
|
|
67724
67945
|
* Used For
|
|
67725
67946
|
* @description The usage of the vehicle.
|
|
67726
67947
|
* @default PRIVATE
|
|
67727
|
-
* @example PROFESSIONAL
|
|
67728
67948
|
*/
|
|
67729
67949
|
used_for: components["schemas"]["CarUsedFor"] | string;
|
|
67730
67950
|
/**
|
|
67731
67951
|
* Febiacid
|
|
67732
67952
|
* @description The Febiac ID of the car.
|
|
67733
|
-
* @example 163399
|
|
67734
67953
|
*/
|
|
67735
67954
|
febiacid?: number;
|
|
67736
67955
|
/**
|
|
67737
67956
|
* Co2
|
|
67738
67957
|
* @description The vehcile's average emission expressed in grams of CO2 per kilometer
|
|
67739
|
-
* @example 125
|
|
67740
67958
|
*/
|
|
67741
67959
|
co2?: number;
|
|
67742
67960
|
/**
|
|
67743
67961
|
* Is Sportscar
|
|
67744
67962
|
* @description Is the vehicle a sportscar?
|
|
67745
|
-
* @example false
|
|
67746
67963
|
*/
|
|
67747
67964
|
is_sportscar?: boolean;
|
|
67748
67965
|
/**
|
|
67749
67966
|
* Is Jeep
|
|
67750
67967
|
* @description Is the vehicle a jeep?
|
|
67751
|
-
* @example false
|
|
67752
67968
|
*/
|
|
67753
67969
|
is_jeep?: boolean;
|
|
67754
67970
|
/** Is Old Timer */
|
|
@@ -67756,25 +67972,21 @@ interface components {
|
|
|
67756
67972
|
/**
|
|
67757
67973
|
* Is Cabrio
|
|
67758
67974
|
* @description Is the vehicle a cabrio?
|
|
67759
|
-
* @example false
|
|
67760
67975
|
*/
|
|
67761
67976
|
is_cabrio?: boolean;
|
|
67762
67977
|
/**
|
|
67763
67978
|
* Is Coupe
|
|
67764
67979
|
* @description Is the vehicle a coupé?
|
|
67765
|
-
* @example false
|
|
67766
67980
|
*/
|
|
67767
67981
|
is_coupe?: boolean;
|
|
67768
67982
|
/**
|
|
67769
67983
|
* Seats
|
|
67770
67984
|
* @description The number of seats which the vehicle contains.
|
|
67771
|
-
* @example 5
|
|
67772
67985
|
*/
|
|
67773
67986
|
seats?: number;
|
|
67774
67987
|
/**
|
|
67775
67988
|
* Vat Regime
|
|
67776
67989
|
* @description The VAT that is recoverable of the car
|
|
67777
|
-
* @example 0.5
|
|
67778
67990
|
*/
|
|
67779
67991
|
vat_regime?: number;
|
|
67780
67992
|
/**
|
|
@@ -67794,7 +68006,6 @@ interface components {
|
|
|
67794
68006
|
/**
|
|
67795
68007
|
* Kwh
|
|
67796
68008
|
* @description The power of the vehicle's engine in kilowatt.
|
|
67797
|
-
* @example 120
|
|
67798
68009
|
*/
|
|
67799
68010
|
kwh?: number;
|
|
67800
68011
|
/**
|
|
@@ -67979,13 +68190,11 @@ interface components {
|
|
|
67979
68190
|
* First Name
|
|
67980
68191
|
* @description The driver's first name.
|
|
67981
68192
|
* @default
|
|
67982
|
-
* @example John
|
|
67983
68193
|
*/
|
|
67984
68194
|
first_name: string;
|
|
67985
68195
|
/**
|
|
67986
68196
|
* Last Name
|
|
67987
68197
|
* @description The driver's last name.
|
|
67988
|
-
* @example Doe
|
|
67989
68198
|
*/
|
|
67990
68199
|
last_name: string;
|
|
67991
68200
|
/**
|
|
@@ -67996,7 +68205,6 @@ interface components {
|
|
|
67996
68205
|
/**
|
|
67997
68206
|
* Primary
|
|
67998
68207
|
* @description Is the driver the primary driver of the vehicle?
|
|
67999
|
-
* @example true
|
|
68000
68208
|
*/
|
|
68001
68209
|
primary: boolean;
|
|
68002
68210
|
/**
|
|
@@ -68068,13 +68276,11 @@ interface components {
|
|
|
68068
68276
|
/**
|
|
68069
68277
|
* Home To Work Distance
|
|
68070
68278
|
* @description Indication of your home to work distance in km.
|
|
68071
|
-
* @example LESS_THAN_15
|
|
68072
68279
|
*/
|
|
68073
68280
|
home_to_work_distance?: components["schemas"]["HomeToWorkDistance"] | string;
|
|
68074
68281
|
/**
|
|
68075
68282
|
* Previous Bonus Malus
|
|
68076
68283
|
* @description The bonus malus
|
|
68077
|
-
* @example 6
|
|
68078
68284
|
*/
|
|
68079
68285
|
previous_bonus_malus?: number;
|
|
68080
68286
|
/** Same As Policy Holder */
|
|
@@ -68259,13 +68465,11 @@ interface components {
|
|
|
68259
68465
|
* Id
|
|
68260
68466
|
* Format: uuid
|
|
68261
68467
|
* @description The id of the prospect.
|
|
68262
|
-
* @example c31b1d5f-1d2e-4272-a0b2-56feef0d2403
|
|
68263
68468
|
*/
|
|
68264
68469
|
id?: string;
|
|
68265
68470
|
/**
|
|
68266
68471
|
* Email
|
|
68267
68472
|
* @description The prospect's email address.
|
|
68268
|
-
* @example foo@bar.com
|
|
68269
68473
|
*/
|
|
68270
68474
|
email?: string;
|
|
68271
68475
|
/**
|
|
@@ -68276,13 +68480,11 @@ interface components {
|
|
|
68276
68480
|
/**
|
|
68277
68481
|
* Telephonenr
|
|
68278
68482
|
* @description The prospect's telephonenumber.
|
|
68279
|
-
* @example +32 499 99 99 99
|
|
68280
68483
|
*/
|
|
68281
68484
|
telephonenr?: string;
|
|
68282
68485
|
/**
|
|
68283
68486
|
* Iban
|
|
68284
68487
|
* @description The prospect's IBAN.
|
|
68285
|
-
* @example BE68 5390 0754 7034
|
|
68286
68488
|
*/
|
|
68287
68489
|
iban?: string;
|
|
68288
68490
|
/**
|
|
@@ -68299,13 +68501,11 @@ interface components {
|
|
|
68299
68501
|
/**
|
|
68300
68502
|
* Name
|
|
68301
68503
|
* @description the Company's name
|
|
68302
|
-
* @example axa
|
|
68303
68504
|
*/
|
|
68304
68505
|
name: string;
|
|
68305
68506
|
/**
|
|
68306
68507
|
* Cbe
|
|
68307
68508
|
* @description A company's unique CBE number.
|
|
68308
|
-
* @example 3482940238
|
|
68309
68509
|
*/
|
|
68310
68510
|
cbe?: string;
|
|
68311
68511
|
company_registration?: components["schemas"]["WgPyModelsDomainWegroupComplexCompanyregistration"];
|
|
@@ -68332,7 +68532,6 @@ interface components {
|
|
|
68332
68532
|
/**
|
|
68333
68533
|
* Commercial Name
|
|
68334
68534
|
* @description The commercial name of the company
|
|
68335
|
-
* @example Baloise
|
|
68336
68535
|
*/
|
|
68337
68536
|
commercial_name?: string;
|
|
68338
68537
|
/**
|
|
@@ -69159,13 +69358,11 @@ interface components {
|
|
|
69159
69358
|
* Id
|
|
69160
69359
|
* Format: uuid
|
|
69161
69360
|
* @description The id of the prospect.
|
|
69162
|
-
* @example c31b1d5f-1d2e-4272-a0b2-56feef0d2403
|
|
69163
69361
|
*/
|
|
69164
69362
|
id?: string;
|
|
69165
69363
|
/**
|
|
69166
69364
|
* Email
|
|
69167
69365
|
* @description The prospect's email address.
|
|
69168
|
-
* @example foo@bar.com
|
|
69169
69366
|
*/
|
|
69170
69367
|
email?: string;
|
|
69171
69368
|
/**
|
|
@@ -69176,13 +69373,11 @@ interface components {
|
|
|
69176
69373
|
/**
|
|
69177
69374
|
* Telephonenr
|
|
69178
69375
|
* @description The prospect's telephonenumber.
|
|
69179
|
-
* @example +32 499 99 99 99
|
|
69180
69376
|
*/
|
|
69181
69377
|
telephonenr?: string;
|
|
69182
69378
|
/**
|
|
69183
69379
|
* Iban
|
|
69184
69380
|
* @description The prospect's IBAN.
|
|
69185
|
-
* @example BE68 5390 0754 7034
|
|
69186
69381
|
*/
|
|
69187
69382
|
iban?: string;
|
|
69188
69383
|
/**
|
|
@@ -69199,7 +69394,6 @@ interface components {
|
|
|
69199
69394
|
/**
|
|
69200
69395
|
* First Name
|
|
69201
69396
|
* @description The prospect's first name.
|
|
69202
|
-
* @example John
|
|
69203
69397
|
*/
|
|
69204
69398
|
first_name?: string;
|
|
69205
69399
|
/**
|
|
@@ -69215,7 +69409,6 @@ interface components {
|
|
|
69215
69409
|
/**
|
|
69216
69410
|
* Last Name
|
|
69217
69411
|
* @description The prospect's last name.
|
|
69218
|
-
* @example Doe
|
|
69219
69412
|
*/
|
|
69220
69413
|
last_name?: string;
|
|
69221
69414
|
/**
|
|
@@ -69233,7 +69426,6 @@ interface components {
|
|
|
69233
69426
|
/**
|
|
69234
69427
|
* National Register Nr
|
|
69235
69428
|
* @description The prospect's national registration number.
|
|
69236
|
-
* @example 93051822361
|
|
69237
69429
|
*/
|
|
69238
69430
|
national_register_nr?: string;
|
|
69239
69431
|
/** Profession */
|
|
@@ -69990,6 +70182,11 @@ interface components {
|
|
|
69990
70182
|
* Format: uuid
|
|
69991
70183
|
*/
|
|
69992
70184
|
insurance_policy_id: string;
|
|
70185
|
+
/**
|
|
70186
|
+
* Index
|
|
70187
|
+
* @default 0
|
|
70188
|
+
*/
|
|
70189
|
+
index: number;
|
|
69993
70190
|
};
|
|
69994
70191
|
/** YellowHiveProductToInsurancePolicyLink */
|
|
69995
70192
|
YellowHiveProductToInsurancePolicyLink: {
|
|
@@ -71632,6 +71829,15 @@ type SchemaGenerateDnsPrefixParams = components['schemas']['generate_dns_prefix_
|
|
|
71632
71829
|
type SchemaCampaignVerifiedDnsPrefix = components['schemas']['CampaignVerifiedDnsPrefix'];
|
|
71633
71830
|
type SchemaCampaignGenerateDnsPrefix = components['schemas']['CampaignGenerateDnsPrefix'];
|
|
71634
71831
|
type SchemaCampaignMailTemplateQueryModel = components['schemas']['CampaignMailTemplateQueryModel'];
|
|
71832
|
+
type SchemaOutlookEmails = components['schemas']['OutlookEmails'];
|
|
71833
|
+
type SchemaOutlookEmailItem = components['schemas']['OutlookEmailItem'];
|
|
71834
|
+
type SchemaOutlookMailRecepient = components['schemas']['OutlookMailRecepient'];
|
|
71835
|
+
type SchemaOutlookMailHeader = components['schemas']['OutlookMailHeader'];
|
|
71836
|
+
type SchemaOutlookEmail = components['schemas']['OutlookEmail'];
|
|
71837
|
+
type SchemaMicrosoftOutlookMailFolders = components['schemas']['MicrosoftOutlookMailFolders'];
|
|
71838
|
+
type SchemaMicrosoftOutlookMailFolder = components['schemas']['MicrosoftOutlookMailFolder'];
|
|
71839
|
+
type SchemaOutlookConnectionDetails = components['schemas']['OutlookConnectionDetails'];
|
|
71840
|
+
type SchemaBrokerConnectionOutlookMailFolderSyncDetails = components['schemas']['BrokerConnectionOutlookMailFolderSyncDetails'];
|
|
71635
71841
|
type SchemaPromotionQueryModel = components['schemas']['PromotionQueryModel'];
|
|
71636
71842
|
type SchemaMultiAffiliationInfoQueryModel = components['schemas']['MultiAffiliationInfoQueryModel'];
|
|
71637
71843
|
type SchemaAffiliationInfo = components['schemas']['AffiliationInfo'];
|
|
@@ -87032,7 +87238,55 @@ interface operations {
|
|
|
87032
87238
|
[name: string]: unknown;
|
|
87033
87239
|
};
|
|
87034
87240
|
content: {
|
|
87035
|
-
"application/json":
|
|
87241
|
+
"application/json": {
|
|
87242
|
+
/** Items */
|
|
87243
|
+
items: components["schemas"]["OutlookEmailItem"][];
|
|
87244
|
+
/** Pagination */
|
|
87245
|
+
pagination: {
|
|
87246
|
+
/**
|
|
87247
|
+
* Count
|
|
87248
|
+
* @default 1
|
|
87249
|
+
* @example 2
|
|
87250
|
+
*/
|
|
87251
|
+
count: number;
|
|
87252
|
+
/**
|
|
87253
|
+
* Next
|
|
87254
|
+
* @example https://api.phoenix.dev.staging.wegroup.be/v1/api/broker/v1/api/themes?page=3&pagelen=20
|
|
87255
|
+
*/
|
|
87256
|
+
next?: string;
|
|
87257
|
+
/**
|
|
87258
|
+
* Previous
|
|
87259
|
+
* @example https://api.phoenix.dev.staging.wegroup.be/v1/api/broker/v1/api/themes?page=1&pagelen=20
|
|
87260
|
+
*/
|
|
87261
|
+
previous?: string;
|
|
87262
|
+
/**
|
|
87263
|
+
* Requested Pagelen
|
|
87264
|
+
* @default 20
|
|
87265
|
+
* @example 20
|
|
87266
|
+
*/
|
|
87267
|
+
requested_pagelen: number;
|
|
87268
|
+
/**
|
|
87269
|
+
* Pagelen
|
|
87270
|
+
* @default 20
|
|
87271
|
+
* @example 20
|
|
87272
|
+
*/
|
|
87273
|
+
pagelen: number;
|
|
87274
|
+
/** Msg */
|
|
87275
|
+
msg?: string;
|
|
87276
|
+
/**
|
|
87277
|
+
* Pages
|
|
87278
|
+
* @default 0
|
|
87279
|
+
* @example 1
|
|
87280
|
+
*/
|
|
87281
|
+
pages: number;
|
|
87282
|
+
/**
|
|
87283
|
+
* Current
|
|
87284
|
+
* @default 0
|
|
87285
|
+
* @example 1
|
|
87286
|
+
*/
|
|
87287
|
+
current: number;
|
|
87288
|
+
};
|
|
87289
|
+
};
|
|
87036
87290
|
};
|
|
87037
87291
|
};
|
|
87038
87292
|
/** @description Bad Request */
|
|
@@ -87122,7 +87376,97 @@ interface operations {
|
|
|
87122
87376
|
[name: string]: unknown;
|
|
87123
87377
|
};
|
|
87124
87378
|
content: {
|
|
87125
|
-
"application/json":
|
|
87379
|
+
"application/json": components["schemas"]["OutlookEmail"];
|
|
87380
|
+
};
|
|
87381
|
+
};
|
|
87382
|
+
/** @description Bad Request */
|
|
87383
|
+
400: {
|
|
87384
|
+
headers: {
|
|
87385
|
+
[name: string]: unknown;
|
|
87386
|
+
};
|
|
87387
|
+
content: {
|
|
87388
|
+
"application/json": components["schemas"]["Error_4XX"];
|
|
87389
|
+
};
|
|
87390
|
+
};
|
|
87391
|
+
/** @description Unauthorized */
|
|
87392
|
+
401: {
|
|
87393
|
+
headers: {
|
|
87394
|
+
[name: string]: unknown;
|
|
87395
|
+
};
|
|
87396
|
+
content: {
|
|
87397
|
+
"application/json": components["schemas"]["Error_401"];
|
|
87398
|
+
};
|
|
87399
|
+
};
|
|
87400
|
+
/** @description Forbidden */
|
|
87401
|
+
403: {
|
|
87402
|
+
headers: {
|
|
87403
|
+
[name: string]: unknown;
|
|
87404
|
+
};
|
|
87405
|
+
content: {
|
|
87406
|
+
"application/json": components["schemas"]["Error_403"];
|
|
87407
|
+
};
|
|
87408
|
+
};
|
|
87409
|
+
/** @description Unprocessable Content */
|
|
87410
|
+
422: {
|
|
87411
|
+
headers: {
|
|
87412
|
+
[name: string]: unknown;
|
|
87413
|
+
};
|
|
87414
|
+
content: {
|
|
87415
|
+
"application/json": components["schemas"]["Error_422"];
|
|
87416
|
+
};
|
|
87417
|
+
};
|
|
87418
|
+
/** @description Too Many Requests */
|
|
87419
|
+
429: {
|
|
87420
|
+
headers: {
|
|
87421
|
+
[name: string]: unknown;
|
|
87422
|
+
};
|
|
87423
|
+
content: {
|
|
87424
|
+
"application/json": components["schemas"]["Error_429"];
|
|
87425
|
+
};
|
|
87426
|
+
};
|
|
87427
|
+
/** @description Internal Server Error */
|
|
87428
|
+
500: {
|
|
87429
|
+
headers: {
|
|
87430
|
+
[name: string]: unknown;
|
|
87431
|
+
};
|
|
87432
|
+
content: {
|
|
87433
|
+
"application/json": components["schemas"]["ServerError"];
|
|
87434
|
+
};
|
|
87435
|
+
};
|
|
87436
|
+
};
|
|
87437
|
+
};
|
|
87438
|
+
get_outlook_mail_by_outlook_message_id_v1_api_connections_outlook_mails_by_outlook_message_id__id__get: {
|
|
87439
|
+
parameters: {
|
|
87440
|
+
query?: {
|
|
87441
|
+
/**
|
|
87442
|
+
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
87443
|
+
* @example EN
|
|
87444
|
+
*/
|
|
87445
|
+
lang?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
|
|
87446
|
+
/**
|
|
87447
|
+
* @description Same as lang, but adds support to pass ?language as well
|
|
87448
|
+
* @example EN
|
|
87449
|
+
*/
|
|
87450
|
+
language?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
|
|
87451
|
+
};
|
|
87452
|
+
header?: {
|
|
87453
|
+
/** @description Which release to target running in 'STAGING' environment. */
|
|
87454
|
+
"x-release"?: string;
|
|
87455
|
+
};
|
|
87456
|
+
path: {
|
|
87457
|
+
id: string;
|
|
87458
|
+
};
|
|
87459
|
+
cookie?: never;
|
|
87460
|
+
};
|
|
87461
|
+
requestBody?: never;
|
|
87462
|
+
responses: {
|
|
87463
|
+
/** @description Successful Response */
|
|
87464
|
+
200: {
|
|
87465
|
+
headers: {
|
|
87466
|
+
[name: string]: unknown;
|
|
87467
|
+
};
|
|
87468
|
+
content: {
|
|
87469
|
+
"application/json": components["schemas"]["OutlookEmail"];
|
|
87126
87470
|
};
|
|
87127
87471
|
};
|
|
87128
87472
|
/** @description Bad Request */
|
|
@@ -87210,7 +87554,7 @@ interface operations {
|
|
|
87210
87554
|
[name: string]: unknown;
|
|
87211
87555
|
};
|
|
87212
87556
|
content: {
|
|
87213
|
-
"application/json":
|
|
87557
|
+
"application/json": components["schemas"]["MicrosoftOutlookMailFolders"];
|
|
87214
87558
|
};
|
|
87215
87559
|
};
|
|
87216
87560
|
/** @description Bad Request */
|
|
@@ -87298,7 +87642,7 @@ interface operations {
|
|
|
87298
87642
|
[name: string]: unknown;
|
|
87299
87643
|
};
|
|
87300
87644
|
content: {
|
|
87301
|
-
"application/json":
|
|
87645
|
+
"application/json": components["schemas"]["OutlookConnectionDetails"];
|
|
87302
87646
|
};
|
|
87303
87647
|
};
|
|
87304
87648
|
/** @description Bad Request */
|
|
@@ -118987,52 +119331,52 @@ type Middleware = Middleware$1;
|
|
|
118987
119331
|
type ClientType = ReturnType<typeof createClient<paths>>;
|
|
118988
119332
|
declare const wgApiClient: (options: ClientOptions) => ClientType;
|
|
118989
119333
|
|
|
118990
|
-
declare const routeName$
|
|
118991
|
-
type GetWeatherInfoQueryParams = paths[typeof routeName$
|
|
118992
|
-
type GetWeatherInfoResponse = paths[typeof routeName$
|
|
118993
|
-
type GetWeatherInfoProps = paths[typeof routeName$
|
|
119334
|
+
declare const routeName$7V = "/v1/api/weather/info";
|
|
119335
|
+
type GetWeatherInfoQueryParams = paths[typeof routeName$7V]['get']['parameters']['query'];
|
|
119336
|
+
type GetWeatherInfoResponse = paths[typeof routeName$7V]['get']['responses'][200]['content']['application/json'];
|
|
119337
|
+
type GetWeatherInfoProps = paths[typeof routeName$7V]['get']['parameters'];
|
|
118994
119338
|
declare const getWeatherInfo: (props: GetWeatherInfoProps, wgApiClient: ClientType) => Promise<GetWeatherInfoResponse>;
|
|
118995
119339
|
|
|
118996
|
-
declare const routeName$
|
|
118997
|
-
type SearchCitiesByCountryQueryParams = paths[typeof routeName$
|
|
118998
|
-
type SearchCitiesByCountryResponse = paths[typeof routeName$
|
|
118999
|
-
type SearchCitiesByCountryProps = paths[typeof routeName$
|
|
119340
|
+
declare const routeName$7U = "/v1/api/address/cities";
|
|
119341
|
+
type SearchCitiesByCountryQueryParams = paths[typeof routeName$7U]['get']['parameters']['query'];
|
|
119342
|
+
type SearchCitiesByCountryResponse = paths[typeof routeName$7U]['get']['responses'][200]['content']['application/json'];
|
|
119343
|
+
type SearchCitiesByCountryProps = paths[typeof routeName$7U]['get']['parameters'];
|
|
119000
119344
|
declare const searchCitiesByCountry: (props: SearchCitiesByCountryProps, wgApiClient: ClientType) => Promise<SearchCitiesByCountryResponse>;
|
|
119001
119345
|
|
|
119002
|
-
declare const routeName$
|
|
119003
|
-
type SeachStreetsByCityAndCountryQueryParams = paths[typeof routeName$
|
|
119004
|
-
type SeachStreetsByCityAndCountryResponse = paths[typeof routeName$
|
|
119005
|
-
type SeachStreetsByCityAndCountryProps = paths[typeof routeName$
|
|
119346
|
+
declare const routeName$7T = "/v1/api/address/streets";
|
|
119347
|
+
type SeachStreetsByCityAndCountryQueryParams = paths[typeof routeName$7T]['get']['parameters']['query'];
|
|
119348
|
+
type SeachStreetsByCityAndCountryResponse = paths[typeof routeName$7T]['get']['responses'][200]['content']['application/json'];
|
|
119349
|
+
type SeachStreetsByCityAndCountryProps = paths[typeof routeName$7T]['get']['parameters'];
|
|
119006
119350
|
declare const seachStreetsByCityAndCountry: (props: SeachStreetsByCityAndCountryProps, wgApiClient: ClientType) => Promise<SeachStreetsByCityAndCountryResponse>;
|
|
119007
119351
|
|
|
119008
|
-
declare const routeName$
|
|
119009
|
-
type SearchAddressesByCountryQueryParams = paths[typeof routeName$
|
|
119010
|
-
type SearchAddressesByCountryResponse = paths[typeof routeName$
|
|
119011
|
-
type SearchAddressesByCountryProps = paths[typeof routeName$
|
|
119352
|
+
declare const routeName$7S = "/v1/api/address/search";
|
|
119353
|
+
type SearchAddressesByCountryQueryParams = paths[typeof routeName$7S]['get']['parameters']['query'];
|
|
119354
|
+
type SearchAddressesByCountryResponse = paths[typeof routeName$7S]['get']['responses'][200]['content']['application/json'];
|
|
119355
|
+
type SearchAddressesByCountryProps = paths[typeof routeName$7S]['get']['parameters'];
|
|
119012
119356
|
declare const searchAddressesByCountry: (props: SearchAddressesByCountryProps, wgApiClient: ClientType) => Promise<SearchAddressesByCountryResponse>;
|
|
119013
119357
|
|
|
119014
|
-
declare const routeName$
|
|
119015
|
-
type GetAddressInfoQueryParams = paths[typeof routeName$
|
|
119016
|
-
type GetAddressInfoResponse = paths[typeof routeName$
|
|
119017
|
-
type GetAddressInfoProps = paths[typeof routeName$
|
|
119358
|
+
declare const routeName$7R = "/v1/api/address/info/premium";
|
|
119359
|
+
type GetAddressInfoQueryParams = paths[typeof routeName$7R]['get']['parameters']['query'];
|
|
119360
|
+
type GetAddressInfoResponse = paths[typeof routeName$7R]['get']['responses'][200]['content']['application/json'];
|
|
119361
|
+
type GetAddressInfoProps = paths[typeof routeName$7R]['get']['parameters'];
|
|
119018
119362
|
declare const getAddressInfo: (props: GetAddressInfoProps, wgApiClient: ClientType) => Promise<GetAddressInfoResponse>;
|
|
119019
119363
|
|
|
119020
|
-
declare const routeName$
|
|
119021
|
-
type GetAddressInfoFreemiumQueryParams = paths[typeof routeName$
|
|
119022
|
-
type GetAddressInfoFreemiumResponse = paths[typeof routeName$
|
|
119023
|
-
type GetAddressInfoFreemiumProps = paths[typeof routeName$
|
|
119364
|
+
declare const routeName$7Q = "/v1/api/address/info/freemium";
|
|
119365
|
+
type GetAddressInfoFreemiumQueryParams = paths[typeof routeName$7Q]['get']['parameters']['query'];
|
|
119366
|
+
type GetAddressInfoFreemiumResponse = paths[typeof routeName$7Q]['get']['responses'][200]['content']['application/json'];
|
|
119367
|
+
type GetAddressInfoFreemiumProps = paths[typeof routeName$7Q]['get']['parameters'];
|
|
119024
119368
|
declare const getAddressInfoFreemium: (props: GetAddressInfoFreemiumProps, wgApiClient: ClientType) => Promise<GetAddressInfoFreemiumResponse>;
|
|
119025
119369
|
|
|
119026
|
-
declare const routeName$
|
|
119027
|
-
type GetAllAdvisoryReportsQueryParams = paths[typeof routeName$
|
|
119028
|
-
type GetAllAdvisoryReportsResponse = paths[typeof routeName$
|
|
119029
|
-
type GetAllAdvisoryReportsProps = paths[typeof routeName$
|
|
119370
|
+
declare const routeName$7P = "/v1/api/advisory-reports";
|
|
119371
|
+
type GetAllAdvisoryReportsQueryParams = paths[typeof routeName$7P]['get']['parameters']['query'];
|
|
119372
|
+
type GetAllAdvisoryReportsResponse = paths[typeof routeName$7P]['get']['responses'][200]['content']['application/json'];
|
|
119373
|
+
type GetAllAdvisoryReportsProps = paths[typeof routeName$7P]['get']['parameters'];
|
|
119030
119374
|
declare const getAllAdvisoryReports: (props: GetAllAdvisoryReportsProps, wgApiClient: ClientType) => Promise<GetAllAdvisoryReportsResponse>;
|
|
119031
119375
|
|
|
119032
|
-
declare const routeName$
|
|
119033
|
-
type CreateAdvisoryReportBody = paths[typeof routeName$
|
|
119034
|
-
type CreateAdvisoryReportQueryParams = paths[typeof routeName$
|
|
119035
|
-
type CreateAdvisoryReportResponse = paths[typeof routeName$
|
|
119376
|
+
declare const routeName$7O = "/v1/api/advisory-reports";
|
|
119377
|
+
type CreateAdvisoryReportBody = paths[typeof routeName$7O]['post']['requestBody']['content']['application/json'];
|
|
119378
|
+
type CreateAdvisoryReportQueryParams = paths[typeof routeName$7O]['post']['parameters']['query'];
|
|
119379
|
+
type CreateAdvisoryReportResponse = paths[typeof routeName$7O]['post']['responses'][201]['content']['application/json'];
|
|
119036
119380
|
interface CreateAdvisoryReportProps {
|
|
119037
119381
|
body: CreateAdvisoryReportBody;
|
|
119038
119382
|
params: {
|
|
@@ -119041,17 +119385,17 @@ interface CreateAdvisoryReportProps {
|
|
|
119041
119385
|
}
|
|
119042
119386
|
declare const createAdvisoryReport: (props: CreateAdvisoryReportProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportResponse>;
|
|
119043
119387
|
|
|
119044
|
-
declare const routeName$
|
|
119045
|
-
type GetAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
119046
|
-
type GetAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
119047
|
-
type GetAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119048
|
-
type GetAdvisoryReportByIdProps = paths[typeof routeName$
|
|
119388
|
+
declare const routeName$7N = "/v1/api/advisory-reports/{report_id}";
|
|
119389
|
+
type GetAdvisoryReportByIdPathParams = paths[typeof routeName$7N]['get']['parameters']['path'];
|
|
119390
|
+
type GetAdvisoryReportByIdQueryParams = paths[typeof routeName$7N]['get']['parameters']['query'];
|
|
119391
|
+
type GetAdvisoryReportByIdResponse = paths[typeof routeName$7N]['get']['responses'][200]['content']['application/json'];
|
|
119392
|
+
type GetAdvisoryReportByIdProps = paths[typeof routeName$7N]['get']['parameters'];
|
|
119049
119393
|
declare const getAdvisoryReportById: (props: GetAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportByIdResponse>;
|
|
119050
119394
|
|
|
119051
|
-
declare const routeName$
|
|
119052
|
-
type DeleteAdvisoryReportRevisionPathParams = paths[typeof routeName$
|
|
119053
|
-
type DeleteAdvisoryReportRevisionQueryParams = paths[typeof routeName$
|
|
119054
|
-
type DeleteAdvisoryReportRevisionResponse = paths[typeof routeName$
|
|
119395
|
+
declare const routeName$7M = "/v1/api/advisory-reports/{report_id}";
|
|
119396
|
+
type DeleteAdvisoryReportRevisionPathParams = paths[typeof routeName$7M]['delete']['parameters']['path'];
|
|
119397
|
+
type DeleteAdvisoryReportRevisionQueryParams = paths[typeof routeName$7M]['delete']['parameters']['query'];
|
|
119398
|
+
type DeleteAdvisoryReportRevisionResponse = paths[typeof routeName$7M]['delete']['responses'][200]['content']['application/json'];
|
|
119055
119399
|
interface DeleteAdvisoryReportRevisionProps {
|
|
119056
119400
|
params: {
|
|
119057
119401
|
query: DeleteAdvisoryReportRevisionQueryParams;
|
|
@@ -119060,11 +119404,11 @@ interface DeleteAdvisoryReportRevisionProps {
|
|
|
119060
119404
|
}
|
|
119061
119405
|
declare const deleteAdvisoryReportRevision: (props: DeleteAdvisoryReportRevisionProps, wgApiClient: ClientType) => Promise<DeleteAdvisoryReportRevisionResponse>;
|
|
119062
119406
|
|
|
119063
|
-
declare const routeName$
|
|
119064
|
-
type UpdateAdvisoryReportBody = paths[typeof routeName$
|
|
119065
|
-
type UpdateAdvisoryReportPathParams = paths[typeof routeName$
|
|
119066
|
-
type UpdateAdvisoryReportQueryParams = paths[typeof routeName$
|
|
119067
|
-
type UpdateAdvisoryReportResponse = paths[typeof routeName$
|
|
119407
|
+
declare const routeName$7L = "/v1/api/advisory-reports/{report_id}";
|
|
119408
|
+
type UpdateAdvisoryReportBody = paths[typeof routeName$7L]['patch']['requestBody']['content']['application/json'];
|
|
119409
|
+
type UpdateAdvisoryReportPathParams = paths[typeof routeName$7L]['patch']['parameters']['path'];
|
|
119410
|
+
type UpdateAdvisoryReportQueryParams = paths[typeof routeName$7L]['patch']['parameters']['query'];
|
|
119411
|
+
type UpdateAdvisoryReportResponse = paths[typeof routeName$7L]['patch']['responses'][200]['content']['application/json'];
|
|
119068
119412
|
interface UpdateAdvisoryReportProps {
|
|
119069
119413
|
body: UpdateAdvisoryReportBody;
|
|
119070
119414
|
params: {
|
|
@@ -119074,18 +119418,18 @@ interface UpdateAdvisoryReportProps {
|
|
|
119074
119418
|
}
|
|
119075
119419
|
declare const updateAdvisoryReport: (props: UpdateAdvisoryReportProps, wgApiClient: ClientType) => Promise<UpdateAdvisoryReportResponse>;
|
|
119076
119420
|
|
|
119077
|
-
declare const routeName$
|
|
119078
|
-
type GetEventsByAdvisoryReportIdPathParams = paths[typeof routeName$
|
|
119079
|
-
type GetEventsByAdvisoryReportIdQueryParams = paths[typeof routeName$
|
|
119080
|
-
type GetEventsByAdvisoryReportIdResponse = paths[typeof routeName$
|
|
119081
|
-
type GetEventsByAdvisoryReportIdProps = paths[typeof routeName$
|
|
119421
|
+
declare const routeName$7K = "/v1/api/advisory-reports/{report_id}/events";
|
|
119422
|
+
type GetEventsByAdvisoryReportIdPathParams = paths[typeof routeName$7K]['get']['parameters']['path'];
|
|
119423
|
+
type GetEventsByAdvisoryReportIdQueryParams = paths[typeof routeName$7K]['get']['parameters']['query'];
|
|
119424
|
+
type GetEventsByAdvisoryReportIdResponse = paths[typeof routeName$7K]['get']['responses'][200]['content']['application/json'];
|
|
119425
|
+
type GetEventsByAdvisoryReportIdProps = paths[typeof routeName$7K]['get']['parameters'];
|
|
119082
119426
|
declare const getEventsByAdvisoryReportId: (props: GetEventsByAdvisoryReportIdProps, wgApiClient: ClientType) => Promise<GetEventsByAdvisoryReportIdResponse>;
|
|
119083
119427
|
|
|
119084
|
-
declare const routeName$
|
|
119085
|
-
type SendAdvisoryReportAsMailBody = paths[typeof routeName$
|
|
119086
|
-
type SendAdvisoryReportAsMailPathParams = paths[typeof routeName$
|
|
119087
|
-
type SendAdvisoryReportAsMailQueryParams = paths[typeof routeName$
|
|
119088
|
-
type SendAdvisoryReportAsMailResponse = paths[typeof routeName$
|
|
119428
|
+
declare const routeName$7J = "/v1/api/advisory-reports/{report_id}/email-inquiries";
|
|
119429
|
+
type SendAdvisoryReportAsMailBody = paths[typeof routeName$7J]['post']['requestBody']['content']['application/json'];
|
|
119430
|
+
type SendAdvisoryReportAsMailPathParams = paths[typeof routeName$7J]['post']['parameters']['path'];
|
|
119431
|
+
type SendAdvisoryReportAsMailQueryParams = paths[typeof routeName$7J]['post']['parameters']['query'];
|
|
119432
|
+
type SendAdvisoryReportAsMailResponse = paths[typeof routeName$7J]['post']['responses'][201]['content']['application/json'];
|
|
119089
119433
|
interface SendAdvisoryReportAsMailProps {
|
|
119090
119434
|
body: SendAdvisoryReportAsMailBody;
|
|
119091
119435
|
params: {
|
|
@@ -119095,10 +119439,10 @@ interface SendAdvisoryReportAsMailProps {
|
|
|
119095
119439
|
}
|
|
119096
119440
|
declare const sendAdvisoryReportAsMail: (props: SendAdvisoryReportAsMailProps, wgApiClient: ClientType) => Promise<SendAdvisoryReportAsMailResponse>;
|
|
119097
119441
|
|
|
119098
|
-
declare const routeName$
|
|
119099
|
-
type GenerateDocxDocumentOfAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
119100
|
-
type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
119101
|
-
type GenerateDocxDocumentOfAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119442
|
+
declare const routeName$7I = "/v1/api/advisory-reports/{report_id}/docx";
|
|
119443
|
+
type GenerateDocxDocumentOfAdvisoryReportByIdPathParams = paths[typeof routeName$7I]['post']['parameters']['path'];
|
|
119444
|
+
type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7I]['post']['parameters']['query'];
|
|
119445
|
+
type GenerateDocxDocumentOfAdvisoryReportByIdResponse = paths[typeof routeName$7I]['post']['responses'][200]['content']['application/json'];
|
|
119102
119446
|
interface GenerateDocxDocumentOfAdvisoryReportByIdProps {
|
|
119103
119447
|
params: {
|
|
119104
119448
|
query: GenerateDocxDocumentOfAdvisoryReportByIdQueryParams;
|
|
@@ -119107,17 +119451,17 @@ interface GenerateDocxDocumentOfAdvisoryReportByIdProps {
|
|
|
119107
119451
|
}
|
|
119108
119452
|
declare const generateDocxDocumentOfAdvisoryReportById: (props: GenerateDocxDocumentOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GenerateDocxDocumentOfAdvisoryReportByIdResponse>;
|
|
119109
119453
|
|
|
119110
|
-
declare const routeName$
|
|
119111
|
-
type GetPdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
119112
|
-
type GetPdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
119113
|
-
type GetPdfOfAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119114
|
-
type GetPdfOfAdvisoryReportByIdProps = paths[typeof routeName$
|
|
119454
|
+
declare const routeName$7H = "/v1/api/advisory-reports/{report_id}/pdf";
|
|
119455
|
+
type GetPdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$7H]['get']['parameters']['path'];
|
|
119456
|
+
type GetPdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7H]['get']['parameters']['query'];
|
|
119457
|
+
type GetPdfOfAdvisoryReportByIdResponse = paths[typeof routeName$7H]['get']['responses'][307]['content']['application/json'];
|
|
119458
|
+
type GetPdfOfAdvisoryReportByIdProps = paths[typeof routeName$7H]['get']['parameters'];
|
|
119115
119459
|
declare const getPdfOfAdvisoryReportById: (props: GetPdfOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GetPdfOfAdvisoryReportByIdResponse>;
|
|
119116
119460
|
|
|
119117
|
-
declare const routeName$
|
|
119118
|
-
type GeneratePdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
119119
|
-
type GeneratePdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
119120
|
-
type GeneratePdfOfAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119461
|
+
declare const routeName$7G = "/v1/api/advisory-reports/{report_id}/pdf";
|
|
119462
|
+
type GeneratePdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$7G]['post']['parameters']['path'];
|
|
119463
|
+
type GeneratePdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7G]['post']['parameters']['query'];
|
|
119464
|
+
type GeneratePdfOfAdvisoryReportByIdResponse = paths[typeof routeName$7G]['post']['responses'][200]['content']['application/json'];
|
|
119121
119465
|
interface GeneratePdfOfAdvisoryReportByIdProps {
|
|
119122
119466
|
params: {
|
|
119123
119467
|
query: GeneratePdfOfAdvisoryReportByIdQueryParams;
|
|
@@ -119126,10 +119470,10 @@ interface GeneratePdfOfAdvisoryReportByIdProps {
|
|
|
119126
119470
|
}
|
|
119127
119471
|
declare const generatePdfOfAdvisoryReportById: (props: GeneratePdfOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GeneratePdfOfAdvisoryReportByIdResponse>;
|
|
119128
119472
|
|
|
119129
|
-
declare const routeName$
|
|
119130
|
-
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody = paths[typeof routeName$
|
|
119131
|
-
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams = paths[typeof routeName$
|
|
119132
|
-
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse = paths[typeof routeName$
|
|
119473
|
+
declare const routeName$7F = "/v1/api/advisory-report-front-page-pdf";
|
|
119474
|
+
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody = paths[typeof routeName$7F]['post']['requestBody']['content']['application/json'];
|
|
119475
|
+
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams = paths[typeof routeName$7F]['post']['parameters']['query'];
|
|
119476
|
+
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse = paths[typeof routeName$7F]['post']['responses'][201]['content']['application/json'];
|
|
119133
119477
|
interface GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps {
|
|
119134
119478
|
body: GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody;
|
|
119135
119479
|
params: {
|
|
@@ -119138,11 +119482,11 @@ interface GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps {
|
|
|
119138
119482
|
}
|
|
119139
119483
|
declare const generateStandaloneFrontPagePdfOfAdvisoryReportAsExample: (props: GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps, wgApiClient: ClientType) => Promise<GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse>;
|
|
119140
119484
|
|
|
119141
|
-
declare const routeName$
|
|
119142
|
-
type AcceptOrRejectAnAdvisoryReportBody = paths[typeof routeName$
|
|
119143
|
-
type AcceptOrRejectAnAdvisoryReportPathParams = paths[typeof routeName$
|
|
119144
|
-
type AcceptOrRejectAnAdvisoryReportQueryParams = paths[typeof routeName$
|
|
119145
|
-
type AcceptOrRejectAnAdvisoryReportResponse = paths[typeof routeName$
|
|
119485
|
+
declare const routeName$7E = "/v1/api/advisory-reports/{report_id}/acceptances";
|
|
119486
|
+
type AcceptOrRejectAnAdvisoryReportBody = paths[typeof routeName$7E]['post']['requestBody']['content']['application/json'];
|
|
119487
|
+
type AcceptOrRejectAnAdvisoryReportPathParams = paths[typeof routeName$7E]['post']['parameters']['path'];
|
|
119488
|
+
type AcceptOrRejectAnAdvisoryReportQueryParams = paths[typeof routeName$7E]['post']['parameters']['query'];
|
|
119489
|
+
type AcceptOrRejectAnAdvisoryReportResponse = paths[typeof routeName$7E]['post']['responses'][200]['content']['application/json'];
|
|
119146
119490
|
interface AcceptOrRejectAnAdvisoryReportProps {
|
|
119147
119491
|
body: AcceptOrRejectAnAdvisoryReportBody;
|
|
119148
119492
|
params: {
|
|
@@ -119152,11 +119496,11 @@ interface AcceptOrRejectAnAdvisoryReportProps {
|
|
|
119152
119496
|
}
|
|
119153
119497
|
declare const acceptOrRejectAnAdvisoryReport: (props: AcceptOrRejectAnAdvisoryReportProps, wgApiClient: ClientType) => Promise<AcceptOrRejectAnAdvisoryReportResponse>;
|
|
119154
119498
|
|
|
119155
|
-
declare const routeName$
|
|
119156
|
-
type LinkConversationToAdvisoryReportBody = paths[typeof routeName$
|
|
119157
|
-
type LinkConversationToAdvisoryReportPathParams = paths[typeof routeName$
|
|
119158
|
-
type LinkConversationToAdvisoryReportQueryParams = paths[typeof routeName$
|
|
119159
|
-
type LinkConversationToAdvisoryReportResponse = paths[typeof routeName$
|
|
119499
|
+
declare const routeName$7D = "/v1/api/advisory-reports/{report_id}/conversations";
|
|
119500
|
+
type LinkConversationToAdvisoryReportBody = paths[typeof routeName$7D]['post']['requestBody']['content']['application/json'];
|
|
119501
|
+
type LinkConversationToAdvisoryReportPathParams = paths[typeof routeName$7D]['post']['parameters']['path'];
|
|
119502
|
+
type LinkConversationToAdvisoryReportQueryParams = paths[typeof routeName$7D]['post']['parameters']['query'];
|
|
119503
|
+
type LinkConversationToAdvisoryReportResponse = paths[typeof routeName$7D]['post']['responses'][201]['content']['application/json'];
|
|
119160
119504
|
interface LinkConversationToAdvisoryReportProps {
|
|
119161
119505
|
body: LinkConversationToAdvisoryReportBody;
|
|
119162
119506
|
params: {
|
|
@@ -119166,11 +119510,11 @@ interface LinkConversationToAdvisoryReportProps {
|
|
|
119166
119510
|
}
|
|
119167
119511
|
declare const linkConversationToAdvisoryReport: (props: LinkConversationToAdvisoryReportProps, wgApiClient: ClientType) => Promise<LinkConversationToAdvisoryReportResponse>;
|
|
119168
119512
|
|
|
119169
|
-
declare const routeName$
|
|
119170
|
-
type CreateAdvisoryReportRevisionV2Body = paths[typeof routeName$
|
|
119171
|
-
type CreateAdvisoryReportRevisionV2PathParams = paths[typeof routeName$
|
|
119172
|
-
type CreateAdvisoryReportRevisionV2QueryParams = paths[typeof routeName$
|
|
119173
|
-
type CreateAdvisoryReportRevisionV2Response = paths[typeof routeName$
|
|
119513
|
+
declare const routeName$7C = "/v2/api/advisory-reports/{report_id}/revisions";
|
|
119514
|
+
type CreateAdvisoryReportRevisionV2Body = paths[typeof routeName$7C]['post']['requestBody']['content']['application/json'];
|
|
119515
|
+
type CreateAdvisoryReportRevisionV2PathParams = paths[typeof routeName$7C]['post']['parameters']['path'];
|
|
119516
|
+
type CreateAdvisoryReportRevisionV2QueryParams = paths[typeof routeName$7C]['post']['parameters']['query'];
|
|
119517
|
+
type CreateAdvisoryReportRevisionV2Response = paths[typeof routeName$7C]['post']['responses'][201]['content']['application/json'];
|
|
119174
119518
|
interface CreateAdvisoryReportRevisionV2Props {
|
|
119175
119519
|
body: CreateAdvisoryReportRevisionV2Body;
|
|
119176
119520
|
params: {
|
|
@@ -119180,11 +119524,11 @@ interface CreateAdvisoryReportRevisionV2Props {
|
|
|
119180
119524
|
}
|
|
119181
119525
|
declare const createAdvisoryReportRevisionV2: (props: CreateAdvisoryReportRevisionV2Props, wgApiClient: ClientType) => Promise<CreateAdvisoryReportRevisionV2Response>;
|
|
119182
119526
|
|
|
119183
|
-
declare const routeName$
|
|
119184
|
-
type CreateAdvisoryReportRevisionBody = paths[typeof routeName$
|
|
119185
|
-
type CreateAdvisoryReportRevisionPathParams = paths[typeof routeName$
|
|
119186
|
-
type CreateAdvisoryReportRevisionQueryParams = paths[typeof routeName$
|
|
119187
|
-
type CreateAdvisoryReportRevisionResponse = paths[typeof routeName$
|
|
119527
|
+
declare const routeName$7B = "/v1/api/advisory-reports/{report_id}/revisions";
|
|
119528
|
+
type CreateAdvisoryReportRevisionBody = paths[typeof routeName$7B]['post']['requestBody']['content']['application/json'];
|
|
119529
|
+
type CreateAdvisoryReportRevisionPathParams = paths[typeof routeName$7B]['post']['parameters']['path'];
|
|
119530
|
+
type CreateAdvisoryReportRevisionQueryParams = paths[typeof routeName$7B]['post']['parameters']['query'];
|
|
119531
|
+
type CreateAdvisoryReportRevisionResponse = paths[typeof routeName$7B]['post']['responses'][201]['content']['application/json'];
|
|
119188
119532
|
interface CreateAdvisoryReportRevisionProps {
|
|
119189
119533
|
body: CreateAdvisoryReportRevisionBody;
|
|
119190
119534
|
params: {
|
|
@@ -119194,10 +119538,10 @@ interface CreateAdvisoryReportRevisionProps {
|
|
|
119194
119538
|
}
|
|
119195
119539
|
declare const createAdvisoryReportRevision: (props: CreateAdvisoryReportRevisionProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportRevisionResponse>;
|
|
119196
119540
|
|
|
119197
|
-
declare const routeName$
|
|
119198
|
-
type DeleteAdvisoryReportPathParams = paths[typeof routeName$
|
|
119199
|
-
type DeleteAdvisoryReportQueryParams = paths[typeof routeName$
|
|
119200
|
-
type DeleteAdvisoryReportResponse = paths[typeof routeName$
|
|
119541
|
+
declare const routeName$7A = "/v2/api/advisory-reports/{report_id}";
|
|
119542
|
+
type DeleteAdvisoryReportPathParams = paths[typeof routeName$7A]['delete']['parameters']['path'];
|
|
119543
|
+
type DeleteAdvisoryReportQueryParams = paths[typeof routeName$7A]['delete']['parameters']['query'];
|
|
119544
|
+
type DeleteAdvisoryReportResponse = paths[typeof routeName$7A]['delete']['responses'][200]['content']['application/json'];
|
|
119201
119545
|
interface DeleteAdvisoryReportProps {
|
|
119202
119546
|
params: {
|
|
119203
119547
|
query: DeleteAdvisoryReportQueryParams;
|
|
@@ -119206,11 +119550,11 @@ interface DeleteAdvisoryReportProps {
|
|
|
119206
119550
|
}
|
|
119207
119551
|
declare const deleteAdvisoryReport: (props: DeleteAdvisoryReportProps, wgApiClient: ClientType) => Promise<DeleteAdvisoryReportResponse>;
|
|
119208
119552
|
|
|
119209
|
-
declare const routeName$
|
|
119210
|
-
type PutClausesForReportBody = paths[typeof routeName$
|
|
119211
|
-
type PutClausesForReportPathParams = paths[typeof routeName$
|
|
119212
|
-
type PutClausesForReportQueryParams = paths[typeof routeName$
|
|
119213
|
-
type PutClausesForReportResponse = paths[typeof routeName$
|
|
119553
|
+
declare const routeName$7z = "/v1/api/advisory-reports/{report_id}/clauses";
|
|
119554
|
+
type PutClausesForReportBody = paths[typeof routeName$7z]['put']['requestBody']['content']['application/json'];
|
|
119555
|
+
type PutClausesForReportPathParams = paths[typeof routeName$7z]['put']['parameters']['path'];
|
|
119556
|
+
type PutClausesForReportQueryParams = paths[typeof routeName$7z]['put']['parameters']['query'];
|
|
119557
|
+
type PutClausesForReportResponse = paths[typeof routeName$7z]['put']['responses'][200]['content']['application/json'];
|
|
119214
119558
|
interface PutClausesForReportProps {
|
|
119215
119559
|
body: PutClausesForReportBody;
|
|
119216
119560
|
params: {
|
|
@@ -119220,9 +119564,9 @@ interface PutClausesForReportProps {
|
|
|
119220
119564
|
}
|
|
119221
119565
|
declare const putClausesForReport: (props: PutClausesForReportProps, wgApiClient: ClientType) => Promise<PutClausesForReportResponse>;
|
|
119222
119566
|
|
|
119223
|
-
declare const routeName$
|
|
119224
|
-
type GeneratePersonalizationAdviceForAdvisoryReportPathParams = paths[typeof routeName$
|
|
119225
|
-
type GeneratePersonalizationAdviceForAdvisoryReportResponse = paths[typeof routeName$
|
|
119567
|
+
declare const routeName$7y = "/v1/api/advisory-reports/{report_id}/personalise-advices";
|
|
119568
|
+
type GeneratePersonalizationAdviceForAdvisoryReportPathParams = paths[typeof routeName$7y]['post']['parameters']['path'];
|
|
119569
|
+
type GeneratePersonalizationAdviceForAdvisoryReportResponse = paths[typeof routeName$7y]['post']['responses'][200]['content']['application/json'];
|
|
119226
119570
|
interface GeneratePersonalizationAdviceForAdvisoryReportProps {
|
|
119227
119571
|
params: {
|
|
119228
119572
|
path: GeneratePersonalizationAdviceForAdvisoryReportPathParams;
|
|
@@ -119230,18 +119574,18 @@ interface GeneratePersonalizationAdviceForAdvisoryReportProps {
|
|
|
119230
119574
|
}
|
|
119231
119575
|
declare const generatePersonalizationAdviceForAdvisoryReport: (props: GeneratePersonalizationAdviceForAdvisoryReportProps, wgApiClient: ClientType) => Promise<GeneratePersonalizationAdviceForAdvisoryReportResponse>;
|
|
119232
119576
|
|
|
119233
|
-
declare const routeName$
|
|
119234
|
-
type GetStepSettingsByAdvisoryReportIdPathParams = paths[typeof routeName$
|
|
119235
|
-
type GetStepSettingsByAdvisoryReportIdQueryParams = paths[typeof routeName$
|
|
119236
|
-
type GetStepSettingsByAdvisoryReportIdResponse = paths[typeof routeName$
|
|
119237
|
-
type GetStepSettingsByAdvisoryReportIdProps = paths[typeof routeName$
|
|
119577
|
+
declare const routeName$7x = "/v1/api/advisory-reports/{report_id}/settings/steps";
|
|
119578
|
+
type GetStepSettingsByAdvisoryReportIdPathParams = paths[typeof routeName$7x]['get']['parameters']['path'];
|
|
119579
|
+
type GetStepSettingsByAdvisoryReportIdQueryParams = paths[typeof routeName$7x]['get']['parameters']['query'];
|
|
119580
|
+
type GetStepSettingsByAdvisoryReportIdResponse = paths[typeof routeName$7x]['get']['responses'][200]['content']['application/json'];
|
|
119581
|
+
type GetStepSettingsByAdvisoryReportIdProps = paths[typeof routeName$7x]['get']['parameters'];
|
|
119238
119582
|
declare const getStepSettingsByAdvisoryReportId: (props: GetStepSettingsByAdvisoryReportIdProps, wgApiClient: ClientType) => Promise<GetStepSettingsByAdvisoryReportIdResponse>;
|
|
119239
119583
|
|
|
119240
|
-
declare const routeName$
|
|
119241
|
-
type CreateAdvisoryReportStepSettingsBody = paths[typeof routeName$
|
|
119242
|
-
type CreateAdvisoryReportStepSettingsPathParams = paths[typeof routeName$
|
|
119243
|
-
type CreateAdvisoryReportStepSettingsQueryParams = paths[typeof routeName$
|
|
119244
|
-
type CreateAdvisoryReportStepSettingsResponse = paths[typeof routeName$
|
|
119584
|
+
declare const routeName$7w = "/v1/api/advisory-reports/{report_id}/settings/steps";
|
|
119585
|
+
type CreateAdvisoryReportStepSettingsBody = paths[typeof routeName$7w]['put']['requestBody']['content']['application/json'];
|
|
119586
|
+
type CreateAdvisoryReportStepSettingsPathParams = paths[typeof routeName$7w]['put']['parameters']['path'];
|
|
119587
|
+
type CreateAdvisoryReportStepSettingsQueryParams = paths[typeof routeName$7w]['put']['parameters']['query'];
|
|
119588
|
+
type CreateAdvisoryReportStepSettingsResponse = paths[typeof routeName$7w]['put']['responses'][200]['content']['application/json'];
|
|
119245
119589
|
interface CreateAdvisoryReportStepSettingsProps {
|
|
119246
119590
|
body: CreateAdvisoryReportStepSettingsBody;
|
|
119247
119591
|
params: {
|
|
@@ -119251,11 +119595,11 @@ interface CreateAdvisoryReportStepSettingsProps {
|
|
|
119251
119595
|
}
|
|
119252
119596
|
declare const createAdvisoryReportStepSettings: (props: CreateAdvisoryReportStepSettingsProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportStepSettingsResponse>;
|
|
119253
119597
|
|
|
119254
|
-
declare const routeName$
|
|
119255
|
-
type CreateRiskDomainForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
119256
|
-
type CreateRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
119257
|
-
type CreateRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
119258
|
-
type CreateRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119598
|
+
declare const routeName$7v = "/v1/api/advisory-reports/{report_id}/risk-domains";
|
|
119599
|
+
type CreateRiskDomainForAdvisoryReportByIdBody = paths[typeof routeName$7v]['post']['requestBody']['content']['application/json'];
|
|
119600
|
+
type CreateRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$7v]['post']['parameters']['path'];
|
|
119601
|
+
type CreateRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$7v]['post']['parameters']['query'];
|
|
119602
|
+
type CreateRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$7v]['post']['responses'][201]['content']['application/json'];
|
|
119259
119603
|
interface CreateRiskDomainForAdvisoryReportByIdProps {
|
|
119260
119604
|
body: CreateRiskDomainForAdvisoryReportByIdBody;
|
|
119261
119605
|
params: {
|
|
@@ -119265,10 +119609,10 @@ interface CreateRiskDomainForAdvisoryReportByIdProps {
|
|
|
119265
119609
|
}
|
|
119266
119610
|
declare const createRiskDomainForAdvisoryReportById: (props: CreateRiskDomainForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainForAdvisoryReportByIdResponse>;
|
|
119267
119611
|
|
|
119268
|
-
declare const routeName$
|
|
119269
|
-
type DeleteRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
119270
|
-
type DeleteRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
119271
|
-
type DeleteRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119612
|
+
declare const routeName$7u = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}";
|
|
119613
|
+
type DeleteRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$7u]['delete']['parameters']['path'];
|
|
119614
|
+
type DeleteRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$7u]['delete']['parameters']['query'];
|
|
119615
|
+
type DeleteRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$7u]['delete']['responses'][200]['content']['application/json'];
|
|
119272
119616
|
interface DeleteRiskDomainForAdvisoryReportByIdProps {
|
|
119273
119617
|
params: {
|
|
119274
119618
|
query: DeleteRiskDomainForAdvisoryReportByIdQueryParams;
|
|
@@ -119277,11 +119621,11 @@ interface DeleteRiskDomainForAdvisoryReportByIdProps {
|
|
|
119277
119621
|
}
|
|
119278
119622
|
declare const deleteRiskDomainForAdvisoryReportById: (props: DeleteRiskDomainForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainForAdvisoryReportByIdResponse>;
|
|
119279
119623
|
|
|
119280
|
-
declare const routeName$
|
|
119281
|
-
type CreateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
119282
|
-
type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
119283
|
-
type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
119284
|
-
type CreateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119624
|
+
declare const routeName$7t = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice";
|
|
119625
|
+
type CreateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$7t]['post']['requestBody']['content']['application/json'];
|
|
119626
|
+
type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7t]['post']['parameters']['path'];
|
|
119627
|
+
type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7t]['post']['parameters']['query'];
|
|
119628
|
+
type CreateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7t]['post']['responses'][201]['content']['application/json'];
|
|
119285
119629
|
interface CreateRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
119286
119630
|
body: CreateRiskDomainAdviceForAdvisoryReportByIdBody;
|
|
119287
119631
|
params: {
|
|
@@ -119291,10 +119635,10 @@ interface CreateRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
|
119291
119635
|
}
|
|
119292
119636
|
declare const createRiskDomainAdviceForAdvisoryReportById: (props: CreateRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainAdviceForAdvisoryReportByIdResponse>;
|
|
119293
119637
|
|
|
119294
|
-
declare const routeName$
|
|
119295
|
-
type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
119296
|
-
type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
119297
|
-
type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119638
|
+
declare const routeName$7s = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
|
|
119639
|
+
type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7s]['delete']['parameters']['path'];
|
|
119640
|
+
type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7s]['delete']['parameters']['query'];
|
|
119641
|
+
type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7s]['delete']['responses'][200]['content']['application/json'];
|
|
119298
119642
|
interface DeleteRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
119299
119643
|
params: {
|
|
119300
119644
|
query: DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams;
|
|
@@ -119303,11 +119647,11 @@ interface DeleteRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
|
119303
119647
|
}
|
|
119304
119648
|
declare const deleteRiskDomainAdviceForAdvisoryReportById: (props: DeleteRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainAdviceForAdvisoryReportByIdResponse>;
|
|
119305
119649
|
|
|
119306
|
-
declare const routeName$
|
|
119307
|
-
type UpdateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
119308
|
-
type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
119309
|
-
type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
119310
|
-
type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119650
|
+
declare const routeName$7r = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
|
|
119651
|
+
type UpdateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$7r]['patch']['requestBody']['content']['application/json'];
|
|
119652
|
+
type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7r]['patch']['parameters']['path'];
|
|
119653
|
+
type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7r]['patch']['parameters']['query'];
|
|
119654
|
+
type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7r]['patch']['responses'][201]['content']['application/json'];
|
|
119311
119655
|
interface UpdateRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
119312
119656
|
body: UpdateRiskDomainAdviceForAdvisoryReportByIdBody;
|
|
119313
119657
|
params: {
|
|
@@ -119317,11 +119661,11 @@ interface UpdateRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
|
119317
119661
|
}
|
|
119318
119662
|
declare const updateRiskDomainAdviceForAdvisoryReportById: (props: UpdateRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainAdviceForAdvisoryReportByIdResponse>;
|
|
119319
119663
|
|
|
119320
|
-
declare const routeName$
|
|
119321
|
-
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
119322
|
-
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
119323
|
-
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
119324
|
-
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119664
|
+
declare const routeName$7q = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}/actions";
|
|
119665
|
+
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody = paths[typeof routeName$7q]['put']['requestBody']['content']['application/json'];
|
|
119666
|
+
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7q]['put']['parameters']['path'];
|
|
119667
|
+
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7q]['put']['parameters']['query'];
|
|
119668
|
+
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7q]['put']['responses'][201]['content']['application/json'];
|
|
119325
119669
|
interface CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps {
|
|
119326
119670
|
body: CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody;
|
|
119327
119671
|
params: {
|
|
@@ -119331,11 +119675,11 @@ interface CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps {
|
|
|
119331
119675
|
}
|
|
119332
119676
|
declare const createRiskDomainActionFromAdviceForAdvisoryReportById: (props: CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse>;
|
|
119333
119677
|
|
|
119334
|
-
declare const routeName$
|
|
119335
|
-
type CreateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
119336
|
-
type CreateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
119337
|
-
type CreateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
119338
|
-
type CreateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119678
|
+
declare const routeName$7p = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions";
|
|
119679
|
+
type CreateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$7p]['post']['requestBody']['content']['application/json'];
|
|
119680
|
+
type CreateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7p]['post']['parameters']['path'];
|
|
119681
|
+
type CreateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7p]['post']['parameters']['query'];
|
|
119682
|
+
type CreateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7p]['post']['responses'][201]['content']['application/json'];
|
|
119339
119683
|
interface CreateRiskDomainActionForAdvisoryReportByIdProps {
|
|
119340
119684
|
body: CreateRiskDomainActionForAdvisoryReportByIdBody;
|
|
119341
119685
|
params: {
|
|
@@ -119345,10 +119689,10 @@ interface CreateRiskDomainActionForAdvisoryReportByIdProps {
|
|
|
119345
119689
|
}
|
|
119346
119690
|
declare const createRiskDomainActionForAdvisoryReportById: (props: CreateRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainActionForAdvisoryReportByIdResponse>;
|
|
119347
119691
|
|
|
119348
|
-
declare const routeName$
|
|
119349
|
-
type DeleteRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
119350
|
-
type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
119351
|
-
type DeleteRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119692
|
+
declare const routeName$7o = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
|
|
119693
|
+
type DeleteRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7o]['delete']['parameters']['path'];
|
|
119694
|
+
type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7o]['delete']['parameters']['query'];
|
|
119695
|
+
type DeleteRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7o]['delete']['responses'][200]['content']['application/json'];
|
|
119352
119696
|
interface DeleteRiskDomainActionForAdvisoryReportByIdProps {
|
|
119353
119697
|
params: {
|
|
119354
119698
|
query: DeleteRiskDomainActionForAdvisoryReportByIdQueryParams;
|
|
@@ -119357,11 +119701,11 @@ interface DeleteRiskDomainActionForAdvisoryReportByIdProps {
|
|
|
119357
119701
|
}
|
|
119358
119702
|
declare const deleteRiskDomainActionForAdvisoryReportById: (props: DeleteRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainActionForAdvisoryReportByIdResponse>;
|
|
119359
119703
|
|
|
119360
|
-
declare const routeName$
|
|
119361
|
-
type UpdateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
119362
|
-
type UpdateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
119363
|
-
type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
119364
|
-
type UpdateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119704
|
+
declare const routeName$7n = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
|
|
119705
|
+
type UpdateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$7n]['patch']['requestBody']['content']['application/json'];
|
|
119706
|
+
type UpdateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7n]['patch']['parameters']['path'];
|
|
119707
|
+
type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7n]['patch']['parameters']['query'];
|
|
119708
|
+
type UpdateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7n]['patch']['responses'][200]['content']['application/json'];
|
|
119365
119709
|
interface UpdateRiskDomainActionForAdvisoryReportByIdProps {
|
|
119366
119710
|
body: UpdateRiskDomainActionForAdvisoryReportByIdBody;
|
|
119367
119711
|
params: {
|
|
@@ -119371,11 +119715,11 @@ interface UpdateRiskDomainActionForAdvisoryReportByIdProps {
|
|
|
119371
119715
|
}
|
|
119372
119716
|
declare const updateRiskDomainActionForAdvisoryReportById: (props: UpdateRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainActionForAdvisoryReportByIdResponse>;
|
|
119373
119717
|
|
|
119374
|
-
declare const routeName$
|
|
119375
|
-
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
119376
|
-
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
119377
|
-
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
119378
|
-
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119718
|
+
declare const routeName$7m = "/v1/api/advisory-reports/{report_id}/insurance-policies";
|
|
119719
|
+
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody = paths[typeof routeName$7m]['put']['requestBody']['content']['application/json'];
|
|
119720
|
+
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$7m]['put']['parameters']['path'];
|
|
119721
|
+
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$7m]['put']['parameters']['query'];
|
|
119722
|
+
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$7m]['put']['responses'][200]['content']['application/json'];
|
|
119379
119723
|
interface CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps {
|
|
119380
119724
|
body: CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody;
|
|
119381
119725
|
params: {
|
|
@@ -119385,10 +119729,10 @@ interface CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps {
|
|
|
119385
119729
|
}
|
|
119386
119730
|
declare const createOrReplaceInsurancePolicyForAdvisoryReportById: (props: CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse>;
|
|
119387
119731
|
|
|
119388
|
-
declare const routeName$
|
|
119389
|
-
type DeleteInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
119390
|
-
type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
119391
|
-
type DeleteInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119732
|
+
declare const routeName$7l = "/v1/api/advisory-reports/{report_id}/insurance-policies/{insurance_policy_id}";
|
|
119733
|
+
type DeleteInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$7l]['delete']['parameters']['path'];
|
|
119734
|
+
type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$7l]['delete']['parameters']['query'];
|
|
119735
|
+
type DeleteInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$7l]['delete']['responses'][200]['content']['application/json'];
|
|
119392
119736
|
interface DeleteInsurancePolicyForAdvisoryReportByIdProps {
|
|
119393
119737
|
params: {
|
|
119394
119738
|
query: DeleteInsurancePolicyForAdvisoryReportByIdQueryParams;
|
|
@@ -119397,11 +119741,11 @@ interface DeleteInsurancePolicyForAdvisoryReportByIdProps {
|
|
|
119397
119741
|
}
|
|
119398
119742
|
declare const deleteInsurancePolicyForAdvisoryReportById: (props: DeleteInsurancePolicyForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteInsurancePolicyForAdvisoryReportByIdResponse>;
|
|
119399
119743
|
|
|
119400
|
-
declare const routeName$
|
|
119401
|
-
type OrderInsurancePolciesOfAdvisoryReportBody = paths[typeof routeName$
|
|
119402
|
-
type OrderInsurancePolciesOfAdvisoryReportPathParams = paths[typeof routeName$
|
|
119403
|
-
type OrderInsurancePolciesOfAdvisoryReportQueryParams = paths[typeof routeName$
|
|
119404
|
-
type OrderInsurancePolciesOfAdvisoryReportResponse = paths[typeof routeName$
|
|
119744
|
+
declare const routeName$7k = "/v1/api/advisory-reports/{report_id}/insurance-policies/order";
|
|
119745
|
+
type OrderInsurancePolciesOfAdvisoryReportBody = paths[typeof routeName$7k]['put']['requestBody']['content']['application/json'];
|
|
119746
|
+
type OrderInsurancePolciesOfAdvisoryReportPathParams = paths[typeof routeName$7k]['put']['parameters']['path'];
|
|
119747
|
+
type OrderInsurancePolciesOfAdvisoryReportQueryParams = paths[typeof routeName$7k]['put']['parameters']['query'];
|
|
119748
|
+
type OrderInsurancePolciesOfAdvisoryReportResponse = paths[typeof routeName$7k]['put']['responses'][200]['content']['application/json'];
|
|
119405
119749
|
interface OrderInsurancePolciesOfAdvisoryReportProps {
|
|
119406
119750
|
body: OrderInsurancePolciesOfAdvisoryReportBody;
|
|
119407
119751
|
params: {
|
|
@@ -119411,11 +119755,11 @@ interface OrderInsurancePolciesOfAdvisoryReportProps {
|
|
|
119411
119755
|
}
|
|
119412
119756
|
declare const orderInsurancePolciesOfAdvisoryReport: (props: OrderInsurancePolciesOfAdvisoryReportProps, wgApiClient: ClientType) => Promise<OrderInsurancePolciesOfAdvisoryReportResponse>;
|
|
119413
119757
|
|
|
119414
|
-
declare const routeName$
|
|
119415
|
-
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
119416
|
-
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
119417
|
-
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
119418
|
-
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119758
|
+
declare const routeName$7j = "/v1/api/advisory-reports/{report_id}/policy-packages";
|
|
119759
|
+
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody = paths[typeof routeName$7j]['put']['requestBody']['content']['application/json'];
|
|
119760
|
+
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams = paths[typeof routeName$7j]['put']['parameters']['path'];
|
|
119761
|
+
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams = paths[typeof routeName$7j]['put']['parameters']['query'];
|
|
119762
|
+
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse = paths[typeof routeName$7j]['put']['responses'][200]['content']['application/json'];
|
|
119419
119763
|
interface CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps {
|
|
119420
119764
|
body: CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody;
|
|
119421
119765
|
params: {
|
|
@@ -119425,39 +119769,39 @@ interface CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps {
|
|
|
119425
119769
|
}
|
|
119426
119770
|
declare const createOrReplacePolicyPackagesForAdvisoryReportById: (props: CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse>;
|
|
119427
119771
|
|
|
119428
|
-
declare const routeName$
|
|
119429
|
-
type GetAdvisoryReportRevisionDiffPathParams = paths[typeof routeName$
|
|
119430
|
-
type GetAdvisoryReportRevisionDiffQueryParams = paths[typeof routeName$
|
|
119431
|
-
type GetAdvisoryReportRevisionDiffResponse = paths[typeof routeName$
|
|
119432
|
-
type GetAdvisoryReportRevisionDiffProps = paths[typeof routeName$
|
|
119772
|
+
declare const routeName$7i = "/v1/api/advisory-reports/{report_id_1}/diff/{report_id_2}";
|
|
119773
|
+
type GetAdvisoryReportRevisionDiffPathParams = paths[typeof routeName$7i]['get']['parameters']['path'];
|
|
119774
|
+
type GetAdvisoryReportRevisionDiffQueryParams = paths[typeof routeName$7i]['get']['parameters']['query'];
|
|
119775
|
+
type GetAdvisoryReportRevisionDiffResponse = paths[typeof routeName$7i]['get']['responses'][200]['content']['application/json'];
|
|
119776
|
+
type GetAdvisoryReportRevisionDiffProps = paths[typeof routeName$7i]['get']['parameters'];
|
|
119433
119777
|
declare const getAdvisoryReportRevisionDiff: (props: GetAdvisoryReportRevisionDiffProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportRevisionDiffResponse>;
|
|
119434
119778
|
|
|
119435
|
-
declare const routeName$
|
|
119436
|
-
type GetAllAvailableAffiliationsResponse = paths[typeof routeName$
|
|
119779
|
+
declare const routeName$7h = "/v1/api/affiliations";
|
|
119780
|
+
type GetAllAvailableAffiliationsResponse = paths[typeof routeName$7h]['get']['responses'][200]['content']['application/json'];
|
|
119437
119781
|
declare const getAllAvailableAffiliations: (wgApiClient: ClientType) => Promise<GetAllAvailableAffiliationsResponse>;
|
|
119438
119782
|
|
|
119439
|
-
declare const routeName$
|
|
119440
|
-
type GetAnvaLabelsQueryParams = paths[typeof routeName$
|
|
119441
|
-
type GetAnvaLabelsResponse = paths[typeof routeName$
|
|
119442
|
-
type GetAnvaLabelsProps = paths[typeof routeName$
|
|
119783
|
+
declare const routeName$7g = "/v1/api/anvaflows/labels";
|
|
119784
|
+
type GetAnvaLabelsQueryParams = paths[typeof routeName$7g]['get']['parameters']['query'];
|
|
119785
|
+
type GetAnvaLabelsResponse = paths[typeof routeName$7g]['get']['responses'][200]['content']['application/json'];
|
|
119786
|
+
type GetAnvaLabelsProps = paths[typeof routeName$7g]['get']['parameters'];
|
|
119443
119787
|
declare const getAnvaLabels: (props: GetAnvaLabelsProps, wgApiClient: ClientType) => Promise<GetAnvaLabelsResponse>;
|
|
119444
119788
|
|
|
119445
|
-
declare const routeName$
|
|
119446
|
-
type GetSupportedAnvaflowInsurancesQueryParams = paths[typeof routeName$
|
|
119447
|
-
type GetSupportedAnvaflowInsurancesResponse = paths[typeof routeName$
|
|
119448
|
-
type GetSupportedAnvaflowInsurancesProps = paths[typeof routeName$
|
|
119789
|
+
declare const routeName$7f = "/v1/api/anvaflows/supported-insurances";
|
|
119790
|
+
type GetSupportedAnvaflowInsurancesQueryParams = paths[typeof routeName$7f]['get']['parameters']['query'];
|
|
119791
|
+
type GetSupportedAnvaflowInsurancesResponse = paths[typeof routeName$7f]['get']['responses'][200]['content']['application/json'];
|
|
119792
|
+
type GetSupportedAnvaflowInsurancesProps = paths[typeof routeName$7f]['get']['parameters'];
|
|
119449
119793
|
declare const getSupportedAnvaflowInsurances: (props: GetSupportedAnvaflowInsurancesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowInsurancesResponse>;
|
|
119450
119794
|
|
|
119451
|
-
declare const routeName$
|
|
119452
|
-
type GetSupportedAnvaflowTagsQueryParams = paths[typeof routeName$
|
|
119453
|
-
type GetSupportedAnvaflowTagsResponse = paths[typeof routeName$
|
|
119454
|
-
type GetSupportedAnvaflowTagsProps = paths[typeof routeName$
|
|
119795
|
+
declare const routeName$7e = "/v1/api/anvaflows/supported-tags";
|
|
119796
|
+
type GetSupportedAnvaflowTagsQueryParams = paths[typeof routeName$7e]['get']['parameters']['query'];
|
|
119797
|
+
type GetSupportedAnvaflowTagsResponse = paths[typeof routeName$7e]['get']['responses'][200]['content']['application/json'];
|
|
119798
|
+
type GetSupportedAnvaflowTagsProps = paths[typeof routeName$7e]['get']['parameters'];
|
|
119455
119799
|
declare const getSupportedAnvaflowTags: (props: GetSupportedAnvaflowTagsProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowTagsResponse>;
|
|
119456
119800
|
|
|
119457
|
-
declare const routeName$
|
|
119458
|
-
type CreateAnvaflowTagsBody = paths[typeof routeName$
|
|
119459
|
-
type CreateAnvaflowTagsQueryParams = paths[typeof routeName$
|
|
119460
|
-
type CreateAnvaflowTagsResponse = paths[typeof routeName$
|
|
119801
|
+
declare const routeName$7d = "/v1/api/anvaflows/supported-tags";
|
|
119802
|
+
type CreateAnvaflowTagsBody = paths[typeof routeName$7d]['put']['requestBody']['content']['application/json'];
|
|
119803
|
+
type CreateAnvaflowTagsQueryParams = paths[typeof routeName$7d]['put']['parameters']['query'];
|
|
119804
|
+
type CreateAnvaflowTagsResponse = paths[typeof routeName$7d]['put']['responses'][200]['content']['application/json'];
|
|
119461
119805
|
interface CreateAnvaflowTagsProps {
|
|
119462
119806
|
body: CreateAnvaflowTagsBody;
|
|
119463
119807
|
params: {
|
|
@@ -119466,35 +119810,35 @@ interface CreateAnvaflowTagsProps {
|
|
|
119466
119810
|
}
|
|
119467
119811
|
declare const createAnvaflowTags: (props: CreateAnvaflowTagsProps, wgApiClient: ClientType) => Promise<CreateAnvaflowTagsResponse>;
|
|
119468
119812
|
|
|
119469
|
-
declare const routeName$
|
|
119470
|
-
type GetSupportedAnvaflowCoveragesQueryParams = paths[typeof routeName$
|
|
119471
|
-
type GetSupportedAnvaflowCoveragesResponse = paths[typeof routeName$
|
|
119472
|
-
type GetSupportedAnvaflowCoveragesProps = paths[typeof routeName$
|
|
119813
|
+
declare const routeName$7c = "/v1/api/anvaflows/supported-coverages";
|
|
119814
|
+
type GetSupportedAnvaflowCoveragesQueryParams = paths[typeof routeName$7c]['get']['parameters']['query'];
|
|
119815
|
+
type GetSupportedAnvaflowCoveragesResponse = paths[typeof routeName$7c]['get']['responses'][200]['content']['application/json'];
|
|
119816
|
+
type GetSupportedAnvaflowCoveragesProps = paths[typeof routeName$7c]['get']['parameters'];
|
|
119473
119817
|
declare const getSupportedAnvaflowCoverages: (props: GetSupportedAnvaflowCoveragesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowCoveragesResponse>;
|
|
119474
119818
|
|
|
119475
|
-
declare const routeName$
|
|
119476
|
-
type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams = paths[typeof routeName$
|
|
119477
|
-
type GetSupportedAnvaflowCoveragesGroupedByAdnResponse = paths[typeof routeName$
|
|
119478
|
-
type GetSupportedAnvaflowCoveragesGroupedByAdnProps = paths[typeof routeName$
|
|
119819
|
+
declare const routeName$7b = "/v1/api/anvaflows/supported-adn-coverages";
|
|
119820
|
+
type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams = paths[typeof routeName$7b]['get']['parameters']['query'];
|
|
119821
|
+
type GetSupportedAnvaflowCoveragesGroupedByAdnResponse = paths[typeof routeName$7b]['get']['responses'][200]['content']['application/json'];
|
|
119822
|
+
type GetSupportedAnvaflowCoveragesGroupedByAdnProps = paths[typeof routeName$7b]['get']['parameters'];
|
|
119479
119823
|
declare const getSupportedAnvaflowCoveragesGroupedByAdn: (props: GetSupportedAnvaflowCoveragesGroupedByAdnProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowCoveragesGroupedByAdnResponse>;
|
|
119480
119824
|
|
|
119481
|
-
declare const routeName$
|
|
119482
|
-
type GetSupportedAnvaflowInsuranceCompaniesQueryParams = paths[typeof routeName$
|
|
119483
|
-
type GetSupportedAnvaflowInsuranceCompaniesResponse = paths[typeof routeName$
|
|
119484
|
-
type GetSupportedAnvaflowInsuranceCompaniesProps = paths[typeof routeName$
|
|
119825
|
+
declare const routeName$7a = "/v1/api/anvaflows/supported-insurance-companies";
|
|
119826
|
+
type GetSupportedAnvaflowInsuranceCompaniesQueryParams = paths[typeof routeName$7a]['get']['parameters']['query'];
|
|
119827
|
+
type GetSupportedAnvaflowInsuranceCompaniesResponse = paths[typeof routeName$7a]['get']['responses'][200]['content']['application/json'];
|
|
119828
|
+
type GetSupportedAnvaflowInsuranceCompaniesProps = paths[typeof routeName$7a]['get']['parameters'];
|
|
119485
119829
|
declare const getSupportedAnvaflowInsuranceCompanies: (props: GetSupportedAnvaflowInsuranceCompaniesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowInsuranceCompaniesResponse>;
|
|
119486
119830
|
|
|
119487
|
-
declare const routeName$
|
|
119488
|
-
type GetAnvaMutationReasonsQueryParams = paths[typeof routeName$
|
|
119489
|
-
type GetAnvaMutationReasonsResponse = paths[typeof routeName$
|
|
119490
|
-
type GetAnvaMutationReasonsProps = paths[typeof routeName$
|
|
119831
|
+
declare const routeName$79 = "/v1/api/anvaflows/mutation-reasons";
|
|
119832
|
+
type GetAnvaMutationReasonsQueryParams = paths[typeof routeName$79]['get']['parameters']['query'];
|
|
119833
|
+
type GetAnvaMutationReasonsResponse = paths[typeof routeName$79]['get']['responses'][200]['content']['application/json'];
|
|
119834
|
+
type GetAnvaMutationReasonsProps = paths[typeof routeName$79]['get']['parameters'];
|
|
119491
119835
|
declare const getAnvaMutationReasons: (props: GetAnvaMutationReasonsProps, wgApiClient: ClientType) => Promise<GetAnvaMutationReasonsResponse>;
|
|
119492
119836
|
|
|
119493
|
-
declare const routeName$
|
|
119494
|
-
type CalculateAnvaquotesBySessionIdBody = paths[typeof routeName$
|
|
119495
|
-
type CalculateAnvaquotesBySessionIdPathParams = paths[typeof routeName$
|
|
119496
|
-
type CalculateAnvaquotesBySessionIdQueryParams = paths[typeof routeName$
|
|
119497
|
-
type CalculateAnvaquotesBySessionIdResponse = paths[typeof routeName$
|
|
119837
|
+
declare const routeName$78 = "/v1/api/anvaflows/{session_id}/calculate";
|
|
119838
|
+
type CalculateAnvaquotesBySessionIdBody = paths[typeof routeName$78]['post']['requestBody']['content']['application/json'];
|
|
119839
|
+
type CalculateAnvaquotesBySessionIdPathParams = paths[typeof routeName$78]['post']['parameters']['path'];
|
|
119840
|
+
type CalculateAnvaquotesBySessionIdQueryParams = paths[typeof routeName$78]['post']['parameters']['query'];
|
|
119841
|
+
type CalculateAnvaquotesBySessionIdResponse = paths[typeof routeName$78]['post']['responses'][200]['content']['application/json'];
|
|
119498
119842
|
interface CalculateAnvaquotesBySessionIdProps {
|
|
119499
119843
|
body: CalculateAnvaquotesBySessionIdBody;
|
|
119500
119844
|
params: {
|
|
@@ -119504,11 +119848,11 @@ interface CalculateAnvaquotesBySessionIdProps {
|
|
|
119504
119848
|
}
|
|
119505
119849
|
declare const calculateAnvaquotesBySessionId: (props: CalculateAnvaquotesBySessionIdProps, wgApiClient: ClientType) => Promise<CalculateAnvaquotesBySessionIdResponse>;
|
|
119506
119850
|
|
|
119507
|
-
declare const routeName$
|
|
119508
|
-
type EnqueueCalculationAnvaquotesBySessionIdBody = paths[typeof routeName$
|
|
119509
|
-
type EnqueueCalculationAnvaquotesBySessionIdPathParams = paths[typeof routeName$
|
|
119510
|
-
type EnqueueCalculationAnvaquotesBySessionIdQueryParams = paths[typeof routeName$
|
|
119511
|
-
type EnqueueCalculationAnvaquotesBySessionIdResponse = paths[typeof routeName$
|
|
119851
|
+
declare const routeName$77 = "/v2/api/anvaflows/{session_id}/calculate";
|
|
119852
|
+
type EnqueueCalculationAnvaquotesBySessionIdBody = paths[typeof routeName$77]['post']['requestBody']['content']['application/json'];
|
|
119853
|
+
type EnqueueCalculationAnvaquotesBySessionIdPathParams = paths[typeof routeName$77]['post']['parameters']['path'];
|
|
119854
|
+
type EnqueueCalculationAnvaquotesBySessionIdQueryParams = paths[typeof routeName$77]['post']['parameters']['query'];
|
|
119855
|
+
type EnqueueCalculationAnvaquotesBySessionIdResponse = paths[typeof routeName$77]['post']['responses'][202]['content']['application/json'];
|
|
119512
119856
|
interface EnqueueCalculationAnvaquotesBySessionIdProps {
|
|
119513
119857
|
body: EnqueueCalculationAnvaquotesBySessionIdBody;
|
|
119514
119858
|
params: {
|
|
@@ -119518,11 +119862,11 @@ interface EnqueueCalculationAnvaquotesBySessionIdProps {
|
|
|
119518
119862
|
}
|
|
119519
119863
|
declare const enqueueCalculationAnvaquotesBySessionId: (props: EnqueueCalculationAnvaquotesBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueCalculationAnvaquotesBySessionIdResponse>;
|
|
119520
119864
|
|
|
119521
|
-
declare const routeName$
|
|
119522
|
-
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody = paths[typeof routeName$
|
|
119523
|
-
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams = paths[typeof routeName$
|
|
119524
|
-
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams = paths[typeof routeName$
|
|
119525
|
-
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse = paths[typeof routeName$
|
|
119865
|
+
declare const routeName$76 = "/v1/api/anvaflows/{session_id}/anvaproducts/{anva_product_id}/calculate";
|
|
119866
|
+
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody = paths[typeof routeName$76]['post']['requestBody']['content']['application/json'];
|
|
119867
|
+
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams = paths[typeof routeName$76]['post']['parameters']['path'];
|
|
119868
|
+
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams = paths[typeof routeName$76]['post']['parameters']['query'];
|
|
119869
|
+
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse = paths[typeof routeName$76]['post']['responses'][200]['content']['application/json'];
|
|
119526
119870
|
interface RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps {
|
|
119527
119871
|
body: RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody;
|
|
119528
119872
|
params: {
|
|
@@ -119532,10 +119876,10 @@ interface RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps {
|
|
|
119532
119876
|
}
|
|
119533
119877
|
declare const recalculateOneAnvaquoteByAnvaProductIdSessionId: (props: RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps, wgApiClient: ClientType) => Promise<RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse>;
|
|
119534
119878
|
|
|
119535
|
-
declare const routeName$
|
|
119536
|
-
type SendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$
|
|
119537
|
-
type SendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$
|
|
119538
|
-
type SendOfferToAnvaBySessionIdResponse = paths[typeof routeName$
|
|
119879
|
+
declare const routeName$75 = "/v1/api/anvaflows/{session_id}/send-offer-to-anva";
|
|
119880
|
+
type SendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$75]['post']['parameters']['path'];
|
|
119881
|
+
type SendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$75]['post']['parameters']['query'];
|
|
119882
|
+
type SendOfferToAnvaBySessionIdResponse = paths[typeof routeName$75]['post']['responses'][201]['content']['application/json'];
|
|
119539
119883
|
interface SendOfferToAnvaBySessionIdProps {
|
|
119540
119884
|
params: {
|
|
119541
119885
|
query: SendOfferToAnvaBySessionIdQueryParams;
|
|
@@ -119544,10 +119888,10 @@ interface SendOfferToAnvaBySessionIdProps {
|
|
|
119544
119888
|
}
|
|
119545
119889
|
declare const sendOfferToAnvaBySessionId: (props: SendOfferToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<SendOfferToAnvaBySessionIdResponse>;
|
|
119546
119890
|
|
|
119547
|
-
declare const routeName$
|
|
119548
|
-
type EnqueueSendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$
|
|
119549
|
-
type EnqueueSendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$
|
|
119550
|
-
type EnqueueSendOfferToAnvaBySessionIdResponse = paths[typeof routeName$
|
|
119891
|
+
declare const routeName$74 = "/v2/api/anvaflows/{session_id}/send-offer-to-anva";
|
|
119892
|
+
type EnqueueSendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$74]['post']['parameters']['path'];
|
|
119893
|
+
type EnqueueSendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$74]['post']['parameters']['query'];
|
|
119894
|
+
type EnqueueSendOfferToAnvaBySessionIdResponse = paths[typeof routeName$74]['post']['responses'][202]['content']['application/json'];
|
|
119551
119895
|
interface EnqueueSendOfferToAnvaBySessionIdProps {
|
|
119552
119896
|
params: {
|
|
119553
119897
|
query: EnqueueSendOfferToAnvaBySessionIdQueryParams;
|
|
@@ -119556,11 +119900,11 @@ interface EnqueueSendOfferToAnvaBySessionIdProps {
|
|
|
119556
119900
|
}
|
|
119557
119901
|
declare const enqueueSendOfferToAnvaBySessionId: (props: EnqueueSendOfferToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueSendOfferToAnvaBySessionIdResponse>;
|
|
119558
119902
|
|
|
119559
|
-
declare const routeName$
|
|
119560
|
-
type SendOfferMailBySessionIdBody = paths[typeof routeName$
|
|
119561
|
-
type SendOfferMailBySessionIdPathParams = paths[typeof routeName$
|
|
119562
|
-
type SendOfferMailBySessionIdQueryParams = paths[typeof routeName$
|
|
119563
|
-
type SendOfferMailBySessionIdResponse = paths[typeof routeName$
|
|
119903
|
+
declare const routeName$73 = "/v1/api/anvaflows/{session_id}/send-offer-mail";
|
|
119904
|
+
type SendOfferMailBySessionIdBody = paths[typeof routeName$73]['post']['requestBody']['content']['application/json'];
|
|
119905
|
+
type SendOfferMailBySessionIdPathParams = paths[typeof routeName$73]['post']['parameters']['path'];
|
|
119906
|
+
type SendOfferMailBySessionIdQueryParams = paths[typeof routeName$73]['post']['parameters']['query'];
|
|
119907
|
+
type SendOfferMailBySessionIdResponse = paths[typeof routeName$73]['post']['responses'][201]['content']['application/json'];
|
|
119564
119908
|
interface SendOfferMailBySessionIdProps {
|
|
119565
119909
|
body: SendOfferMailBySessionIdBody;
|
|
119566
119910
|
params: {
|
|
@@ -119570,11 +119914,11 @@ interface SendOfferMailBySessionIdProps {
|
|
|
119570
119914
|
}
|
|
119571
119915
|
declare const sendOfferMailBySessionId: (props: SendOfferMailBySessionIdProps, wgApiClient: ClientType) => Promise<SendOfferMailBySessionIdResponse>;
|
|
119572
119916
|
|
|
119573
|
-
declare const routeName$
|
|
119574
|
-
type EnqueueSendCustomQuotesToAnvaBySessionIdBody = paths[typeof routeName$
|
|
119575
|
-
type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams = paths[typeof routeName$
|
|
119576
|
-
type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams = paths[typeof routeName$
|
|
119577
|
-
type EnqueueSendCustomQuotesToAnvaBySessionIdResponse = paths[typeof routeName$
|
|
119917
|
+
declare const routeName$72 = "/v1/api/anvaflows/{session_id}/send-custom-quotes-to-anva";
|
|
119918
|
+
type EnqueueSendCustomQuotesToAnvaBySessionIdBody = paths[typeof routeName$72]['post']['requestBody']['content']['application/json'];
|
|
119919
|
+
type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams = paths[typeof routeName$72]['post']['parameters']['path'];
|
|
119920
|
+
type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams = paths[typeof routeName$72]['post']['parameters']['query'];
|
|
119921
|
+
type EnqueueSendCustomQuotesToAnvaBySessionIdResponse = paths[typeof routeName$72]['post']['responses'][202]['content']['application/json'];
|
|
119578
119922
|
interface EnqueueSendCustomQuotesToAnvaBySessionIdProps {
|
|
119579
119923
|
body: EnqueueSendCustomQuotesToAnvaBySessionIdBody;
|
|
119580
119924
|
params: {
|
|
@@ -119584,11 +119928,11 @@ interface EnqueueSendCustomQuotesToAnvaBySessionIdProps {
|
|
|
119584
119928
|
}
|
|
119585
119929
|
declare const enqueueSendCustomQuotesToAnvaBySessionId: (props: EnqueueSendCustomQuotesToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueSendCustomQuotesToAnvaBySessionIdResponse>;
|
|
119586
119930
|
|
|
119587
|
-
declare const routeName$
|
|
119588
|
-
type RecalculateSimulationBySessionIdBody = paths[typeof routeName$
|
|
119589
|
-
type RecalculateSimulationBySessionIdPathParams = paths[typeof routeName$
|
|
119590
|
-
type RecalculateSimulationBySessionIdQueryParams = paths[typeof routeName$
|
|
119591
|
-
type RecalculateSimulationBySessionIdResponse = paths[typeof routeName$
|
|
119931
|
+
declare const routeName$71 = "/v1/api/anvaflows/{session_id}/recalculate-simulation";
|
|
119932
|
+
type RecalculateSimulationBySessionIdBody = paths[typeof routeName$71]['post']['requestBody']['content']['application/json'];
|
|
119933
|
+
type RecalculateSimulationBySessionIdPathParams = paths[typeof routeName$71]['post']['parameters']['path'];
|
|
119934
|
+
type RecalculateSimulationBySessionIdQueryParams = paths[typeof routeName$71]['post']['parameters']['query'];
|
|
119935
|
+
type RecalculateSimulationBySessionIdResponse = paths[typeof routeName$71]['post']['responses'][200]['content']['application/json'];
|
|
119592
119936
|
interface RecalculateSimulationBySessionIdProps {
|
|
119593
119937
|
body: RecalculateSimulationBySessionIdBody;
|
|
119594
119938
|
params: {
|
|
@@ -119598,23 +119942,23 @@ interface RecalculateSimulationBySessionIdProps {
|
|
|
119598
119942
|
}
|
|
119599
119943
|
declare const recalculateSimulationBySessionId: (props: RecalculateSimulationBySessionIdProps, wgApiClient: ClientType) => Promise<RecalculateSimulationBySessionIdResponse>;
|
|
119600
119944
|
|
|
119601
|
-
declare const routeName$
|
|
119602
|
-
type GetAnvaCollectionMethodsPathParams = paths[typeof routeName$
|
|
119603
|
-
type GetAnvaCollectionMethodsQueryParams = paths[typeof routeName$
|
|
119604
|
-
type GetAnvaCollectionMethodsResponse = paths[typeof routeName$
|
|
119605
|
-
type GetAnvaCollectionMethodsProps = paths[typeof routeName$
|
|
119945
|
+
declare const routeName$70 = "/v1/api/anvaflows/{session_id}/collection-methods";
|
|
119946
|
+
type GetAnvaCollectionMethodsPathParams = paths[typeof routeName$70]['get']['parameters']['path'];
|
|
119947
|
+
type GetAnvaCollectionMethodsQueryParams = paths[typeof routeName$70]['get']['parameters']['query'];
|
|
119948
|
+
type GetAnvaCollectionMethodsResponse = paths[typeof routeName$70]['get']['responses'][200]['content']['application/json'];
|
|
119949
|
+
type GetAnvaCollectionMethodsProps = paths[typeof routeName$70]['get']['parameters'];
|
|
119606
119950
|
declare const getAnvaCollectionMethods: (props: GetAnvaCollectionMethodsProps, wgApiClient: ClientType) => Promise<GetAnvaCollectionMethodsResponse>;
|
|
119607
119951
|
|
|
119608
|
-
declare const routeName$
|
|
119609
|
-
type GetAnvaClosingQuestionsQueryParams = paths[typeof routeName$
|
|
119610
|
-
type GetAnvaClosingQuestionsResponse = paths[typeof routeName$
|
|
119611
|
-
type GetAnvaClosingQuestionsProps = paths[typeof routeName$
|
|
119952
|
+
declare const routeName$6$ = "/v1/api/anvaflows/closing-questions";
|
|
119953
|
+
type GetAnvaClosingQuestionsQueryParams = paths[typeof routeName$6$]['get']['parameters']['query'];
|
|
119954
|
+
type GetAnvaClosingQuestionsResponse = paths[typeof routeName$6$]['get']['responses'][200]['content']['application/json'];
|
|
119955
|
+
type GetAnvaClosingQuestionsProps = paths[typeof routeName$6$]['get']['parameters'];
|
|
119612
119956
|
declare const getAnvaClosingQuestions: (props: GetAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<GetAnvaClosingQuestionsResponse>;
|
|
119613
119957
|
|
|
119614
|
-
declare const routeName$
|
|
119615
|
-
type UpsertAnvaClosingQuestionsBody = paths[typeof routeName$
|
|
119616
|
-
type UpsertAnvaClosingQuestionsQueryParams = paths[typeof routeName$
|
|
119617
|
-
type UpsertAnvaClosingQuestionsResponse = paths[typeof routeName$
|
|
119958
|
+
declare const routeName$6_ = "/v1/api/anvaflows/closing-questions";
|
|
119959
|
+
type UpsertAnvaClosingQuestionsBody = paths[typeof routeName$6_]['put']['requestBody']['content']['application/json'];
|
|
119960
|
+
type UpsertAnvaClosingQuestionsQueryParams = paths[typeof routeName$6_]['put']['parameters']['query'];
|
|
119961
|
+
type UpsertAnvaClosingQuestionsResponse = paths[typeof routeName$6_]['put']['responses'][200]['content']['application/json'];
|
|
119618
119962
|
interface UpsertAnvaClosingQuestionsProps {
|
|
119619
119963
|
body: UpsertAnvaClosingQuestionsBody;
|
|
119620
119964
|
params: {
|
|
@@ -119623,10 +119967,10 @@ interface UpsertAnvaClosingQuestionsProps {
|
|
|
119623
119967
|
}
|
|
119624
119968
|
declare const upsertAnvaClosingQuestions: (props: UpsertAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<UpsertAnvaClosingQuestionsResponse>;
|
|
119625
119969
|
|
|
119626
|
-
declare const routeName$
|
|
119627
|
-
type DeleteAnvaClosingQuestionsPathParams = paths[typeof routeName$
|
|
119628
|
-
type DeleteAnvaClosingQuestionsQueryParams = paths[typeof routeName$
|
|
119629
|
-
type DeleteAnvaClosingQuestionsResponse = paths[typeof routeName$
|
|
119970
|
+
declare const routeName$6Z = "/v1/api/anvaflows/closing-questions/{closing_question_id}";
|
|
119971
|
+
type DeleteAnvaClosingQuestionsPathParams = paths[typeof routeName$6Z]['delete']['parameters']['path'];
|
|
119972
|
+
type DeleteAnvaClosingQuestionsQueryParams = paths[typeof routeName$6Z]['delete']['parameters']['query'];
|
|
119973
|
+
type DeleteAnvaClosingQuestionsResponse = paths[typeof routeName$6Z]['delete']['responses'][200]['content']['application/json'];
|
|
119630
119974
|
interface DeleteAnvaClosingQuestionsProps {
|
|
119631
119975
|
params: {
|
|
119632
119976
|
query: DeleteAnvaClosingQuestionsQueryParams;
|
|
@@ -119635,11 +119979,11 @@ interface DeleteAnvaClosingQuestionsProps {
|
|
|
119635
119979
|
}
|
|
119636
119980
|
declare const deleteAnvaClosingQuestions: (props: DeleteAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<DeleteAnvaClosingQuestionsResponse>;
|
|
119637
119981
|
|
|
119638
|
-
declare const routeName$
|
|
119639
|
-
type CreateAnvaPartyViaConversationBody = paths[typeof routeName$
|
|
119640
|
-
type CreateAnvaPartyViaConversationPathParams = paths[typeof routeName$
|
|
119641
|
-
type CreateAnvaPartyViaConversationQueryParams = paths[typeof routeName$
|
|
119642
|
-
type CreateAnvaPartyViaConversationResponse = paths[typeof routeName$
|
|
119982
|
+
declare const routeName$6Y = "/v1/api/anvaflows/{session_id}/anva-party";
|
|
119983
|
+
type CreateAnvaPartyViaConversationBody = paths[typeof routeName$6Y]['post']['requestBody']['content']['application/json'];
|
|
119984
|
+
type CreateAnvaPartyViaConversationPathParams = paths[typeof routeName$6Y]['post']['parameters']['path'];
|
|
119985
|
+
type CreateAnvaPartyViaConversationQueryParams = paths[typeof routeName$6Y]['post']['parameters']['query'];
|
|
119986
|
+
type CreateAnvaPartyViaConversationResponse = paths[typeof routeName$6Y]['post']['responses'][201]['content']['application/json'];
|
|
119643
119987
|
interface CreateAnvaPartyViaConversationProps {
|
|
119644
119988
|
body: CreateAnvaPartyViaConversationBody;
|
|
119645
119989
|
params: {
|
|
@@ -119649,11 +119993,11 @@ interface CreateAnvaPartyViaConversationProps {
|
|
|
119649
119993
|
}
|
|
119650
119994
|
declare const createAnvaPartyViaConversation: (props: CreateAnvaPartyViaConversationProps, wgApiClient: ClientType) => Promise<CreateAnvaPartyViaConversationResponse>;
|
|
119651
119995
|
|
|
119652
|
-
declare const routeName$
|
|
119653
|
-
type UpdateAnvaPartyViaConversationBody = paths[typeof routeName$
|
|
119654
|
-
type UpdateAnvaPartyViaConversationPathParams = paths[typeof routeName$
|
|
119655
|
-
type UpdateAnvaPartyViaConversationQueryParams = paths[typeof routeName$
|
|
119656
|
-
type UpdateAnvaPartyViaConversationResponse = paths[typeof routeName$
|
|
119996
|
+
declare const routeName$6X = "/v1/api/anvaflows/{session_id}/anva-party";
|
|
119997
|
+
type UpdateAnvaPartyViaConversationBody = paths[typeof routeName$6X]['patch']['requestBody']['content']['application/json'];
|
|
119998
|
+
type UpdateAnvaPartyViaConversationPathParams = paths[typeof routeName$6X]['patch']['parameters']['path'];
|
|
119999
|
+
type UpdateAnvaPartyViaConversationQueryParams = paths[typeof routeName$6X]['patch']['parameters']['query'];
|
|
120000
|
+
type UpdateAnvaPartyViaConversationResponse = paths[typeof routeName$6X]['patch']['responses'][200]['content']['application/json'];
|
|
119657
120001
|
interface UpdateAnvaPartyViaConversationProps {
|
|
119658
120002
|
body: UpdateAnvaPartyViaConversationBody;
|
|
119659
120003
|
params: {
|
|
@@ -119663,16 +120007,16 @@ interface UpdateAnvaPartyViaConversationProps {
|
|
|
119663
120007
|
}
|
|
119664
120008
|
declare const updateAnvaPartyViaConversation: (props: UpdateAnvaPartyViaConversationProps, wgApiClient: ClientType) => Promise<UpdateAnvaPartyViaConversationResponse>;
|
|
119665
120009
|
|
|
119666
|
-
declare const routeName$
|
|
119667
|
-
type GetAnvaproductsQueryParams = paths[typeof routeName$
|
|
119668
|
-
type GetAnvaproductsResponse = paths[typeof routeName$
|
|
119669
|
-
type GetAnvaproductsProps = paths[typeof routeName$
|
|
120010
|
+
declare const routeName$6W = "/v1/api/anvaproducts";
|
|
120011
|
+
type GetAnvaproductsQueryParams = paths[typeof routeName$6W]['get']['parameters']['query'];
|
|
120012
|
+
type GetAnvaproductsResponse = paths[typeof routeName$6W]['get']['responses'][200]['content']['application/json'];
|
|
120013
|
+
type GetAnvaproductsProps = paths[typeof routeName$6W]['get']['parameters'];
|
|
119670
120014
|
declare const getAnvaproducts: (props: GetAnvaproductsProps, wgApiClient: ClientType) => Promise<GetAnvaproductsResponse>;
|
|
119671
120015
|
|
|
119672
|
-
declare const routeName$
|
|
119673
|
-
type ImportAnvaproductBody = paths[typeof routeName$
|
|
119674
|
-
type ImportAnvaproductQueryParams = paths[typeof routeName$
|
|
119675
|
-
type ImportAnvaproductResponse = paths[typeof routeName$
|
|
120016
|
+
declare const routeName$6V = "/v1/api/anvaproducts/import";
|
|
120017
|
+
type ImportAnvaproductBody = paths[typeof routeName$6V]['post']['requestBody']['content']['application/json'];
|
|
120018
|
+
type ImportAnvaproductQueryParams = paths[typeof routeName$6V]['post']['parameters']['query'];
|
|
120019
|
+
type ImportAnvaproductResponse = paths[typeof routeName$6V]['post']['responses'][200]['content']['application/json'];
|
|
119676
120020
|
interface ImportAnvaproductProps {
|
|
119677
120021
|
body: ImportAnvaproductBody;
|
|
119678
120022
|
params: {
|
|
@@ -119681,18 +120025,18 @@ interface ImportAnvaproductProps {
|
|
|
119681
120025
|
}
|
|
119682
120026
|
declare const importAnvaproduct: (props: ImportAnvaproductProps, wgApiClient: ClientType) => Promise<ImportAnvaproductResponse>;
|
|
119683
120027
|
|
|
119684
|
-
declare const routeName$
|
|
119685
|
-
type GetAnvaproductByIdPathParams = paths[typeof routeName$
|
|
119686
|
-
type GetAnvaproductByIdQueryParams = paths[typeof routeName$
|
|
119687
|
-
type GetAnvaproductByIdResponse = paths[typeof routeName$
|
|
119688
|
-
type GetAnvaproductByIdProps = paths[typeof routeName$
|
|
120028
|
+
declare const routeName$6U = "/v1/api/anvaproducts/{anva_product_id}";
|
|
120029
|
+
type GetAnvaproductByIdPathParams = paths[typeof routeName$6U]['get']['parameters']['path'];
|
|
120030
|
+
type GetAnvaproductByIdQueryParams = paths[typeof routeName$6U]['get']['parameters']['query'];
|
|
120031
|
+
type GetAnvaproductByIdResponse = paths[typeof routeName$6U]['get']['responses'][200]['content']['application/json'];
|
|
120032
|
+
type GetAnvaproductByIdProps = paths[typeof routeName$6U]['get']['parameters'];
|
|
119689
120033
|
declare const getAnvaproductById: (props: GetAnvaproductByIdProps, wgApiClient: ClientType) => Promise<GetAnvaproductByIdResponse>;
|
|
119690
120034
|
|
|
119691
|
-
declare const routeName$
|
|
119692
|
-
type PatchAnvaproductByIdBody = paths[typeof routeName$
|
|
119693
|
-
type PatchAnvaproductByIdPathParams = paths[typeof routeName$
|
|
119694
|
-
type PatchAnvaproductByIdQueryParams = paths[typeof routeName$
|
|
119695
|
-
type PatchAnvaproductByIdResponse = paths[typeof routeName$
|
|
120035
|
+
declare const routeName$6T = "/v1/api/anvaproducts/{anva_product_id}";
|
|
120036
|
+
type PatchAnvaproductByIdBody = paths[typeof routeName$6T]['patch']['requestBody']['content']['application/json'];
|
|
120037
|
+
type PatchAnvaproductByIdPathParams = paths[typeof routeName$6T]['patch']['parameters']['path'];
|
|
120038
|
+
type PatchAnvaproductByIdQueryParams = paths[typeof routeName$6T]['patch']['parameters']['query'];
|
|
120039
|
+
type PatchAnvaproductByIdResponse = paths[typeof routeName$6T]['patch']['responses'][200]['content']['application/json'];
|
|
119696
120040
|
interface PatchAnvaproductByIdProps {
|
|
119697
120041
|
body: PatchAnvaproductByIdBody;
|
|
119698
120042
|
params: {
|
|
@@ -119702,11 +120046,11 @@ interface PatchAnvaproductByIdProps {
|
|
|
119702
120046
|
}
|
|
119703
120047
|
declare const patchAnvaproductById: (props: PatchAnvaproductByIdProps, wgApiClient: ClientType) => Promise<PatchAnvaproductByIdResponse>;
|
|
119704
120048
|
|
|
119705
|
-
declare const routeName$
|
|
119706
|
-
type PatchAnvaproductCoverageByIdBody = paths[typeof routeName$
|
|
119707
|
-
type PatchAnvaproductCoverageByIdPathParams = paths[typeof routeName$
|
|
119708
|
-
type PatchAnvaproductCoverageByIdQueryParams = paths[typeof routeName$
|
|
119709
|
-
type PatchAnvaproductCoverageByIdResponse = paths[typeof routeName$
|
|
120049
|
+
declare const routeName$6S = "/v1/api/anvaproducts/{anva_product_id}/coverages/{coverage_code}";
|
|
120050
|
+
type PatchAnvaproductCoverageByIdBody = paths[typeof routeName$6S]['patch']['requestBody']['content']['application/json'];
|
|
120051
|
+
type PatchAnvaproductCoverageByIdPathParams = paths[typeof routeName$6S]['patch']['parameters']['path'];
|
|
120052
|
+
type PatchAnvaproductCoverageByIdQueryParams = paths[typeof routeName$6S]['patch']['parameters']['query'];
|
|
120053
|
+
type PatchAnvaproductCoverageByIdResponse = paths[typeof routeName$6S]['patch']['responses'][200]['content']['application/json'];
|
|
119710
120054
|
interface PatchAnvaproductCoverageByIdProps {
|
|
119711
120055
|
body: PatchAnvaproductCoverageByIdBody;
|
|
119712
120056
|
params: {
|
|
@@ -119716,18 +120060,18 @@ interface PatchAnvaproductCoverageByIdProps {
|
|
|
119716
120060
|
}
|
|
119717
120061
|
declare const patchAnvaproductCoverageById: (props: PatchAnvaproductCoverageByIdProps, wgApiClient: ClientType) => Promise<PatchAnvaproductCoverageByIdResponse>;
|
|
119718
120062
|
|
|
119719
|
-
declare const routeName$
|
|
119720
|
-
type RetrieveAnvaflowsQuestionnairesPathParams = paths[typeof routeName$
|
|
119721
|
-
type RetrieveAnvaflowsQuestionnairesQueryParams = paths[typeof routeName$
|
|
119722
|
-
type RetrieveAnvaflowsQuestionnairesResponse = paths[typeof routeName$
|
|
119723
|
-
type RetrieveAnvaflowsQuestionnairesProps = paths[typeof routeName$
|
|
120063
|
+
declare const routeName$6R = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
|
|
120064
|
+
type RetrieveAnvaflowsQuestionnairesPathParams = paths[typeof routeName$6R]['get']['parameters']['path'];
|
|
120065
|
+
type RetrieveAnvaflowsQuestionnairesQueryParams = paths[typeof routeName$6R]['get']['parameters']['query'];
|
|
120066
|
+
type RetrieveAnvaflowsQuestionnairesResponse = paths[typeof routeName$6R]['get']['responses'][200]['content']['application/json'];
|
|
120067
|
+
type RetrieveAnvaflowsQuestionnairesProps = paths[typeof routeName$6R]['get']['parameters'];
|
|
119724
120068
|
declare const retrieveAnvaflowsQuestionnaires: (props: RetrieveAnvaflowsQuestionnairesProps, wgApiClient: ClientType) => Promise<RetrieveAnvaflowsQuestionnairesResponse>;
|
|
119725
120069
|
|
|
119726
|
-
declare const routeName$
|
|
119727
|
-
type UpdateAnvaflowsQuestionnaireBody = paths[typeof routeName$
|
|
119728
|
-
type UpdateAnvaflowsQuestionnairePathParams = paths[typeof routeName$
|
|
119729
|
-
type UpdateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$
|
|
119730
|
-
type UpdateAnvaflowsQuestionnaireResponse = paths[typeof routeName$
|
|
120070
|
+
declare const routeName$6Q = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
|
|
120071
|
+
type UpdateAnvaflowsQuestionnaireBody = paths[typeof routeName$6Q]['put']['requestBody']['content']['application/json'];
|
|
120072
|
+
type UpdateAnvaflowsQuestionnairePathParams = paths[typeof routeName$6Q]['put']['parameters']['path'];
|
|
120073
|
+
type UpdateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$6Q]['put']['parameters']['query'];
|
|
120074
|
+
type UpdateAnvaflowsQuestionnaireResponse = paths[typeof routeName$6Q]['put']['responses'][200]['content']['application/json'];
|
|
119731
120075
|
interface UpdateAnvaflowsQuestionnaireProps {
|
|
119732
120076
|
body: UpdateAnvaflowsQuestionnaireBody;
|
|
119733
120077
|
params: {
|
|
@@ -119737,11 +120081,11 @@ interface UpdateAnvaflowsQuestionnaireProps {
|
|
|
119737
120081
|
}
|
|
119738
120082
|
declare const updateAnvaflowsQuestionnaire: (props: UpdateAnvaflowsQuestionnaireProps, wgApiClient: ClientType) => Promise<UpdateAnvaflowsQuestionnaireResponse>;
|
|
119739
120083
|
|
|
119740
|
-
declare const routeName$
|
|
119741
|
-
type ValidateAnvaflowsQuestionnaireBody = paths[typeof routeName$
|
|
119742
|
-
type ValidateAnvaflowsQuestionnairePathParams = paths[typeof routeName$
|
|
119743
|
-
type ValidateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$
|
|
119744
|
-
type ValidateAnvaflowsQuestionnaireResponse = paths[typeof routeName$
|
|
120084
|
+
declare const routeName$6P = "/v1/api/anvaproducts/{anva_product_id}/questionnaires/validate";
|
|
120085
|
+
type ValidateAnvaflowsQuestionnaireBody = paths[typeof routeName$6P]['post']['requestBody']['content']['application/json'];
|
|
120086
|
+
type ValidateAnvaflowsQuestionnairePathParams = paths[typeof routeName$6P]['post']['parameters']['path'];
|
|
120087
|
+
type ValidateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$6P]['post']['parameters']['query'];
|
|
120088
|
+
type ValidateAnvaflowsQuestionnaireResponse = paths[typeof routeName$6P]['post']['responses'][200]['content']['application/json'];
|
|
119745
120089
|
interface ValidateAnvaflowsQuestionnaireProps {
|
|
119746
120090
|
body: ValidateAnvaflowsQuestionnaireBody;
|
|
119747
120091
|
params: {
|
|
@@ -119751,10 +120095,10 @@ interface ValidateAnvaflowsQuestionnaireProps {
|
|
|
119751
120095
|
}
|
|
119752
120096
|
declare const validateAnvaflowsQuestionnaire: (props: ValidateAnvaflowsQuestionnaireProps, wgApiClient: ClientType) => Promise<ValidateAnvaflowsQuestionnaireResponse>;
|
|
119753
120097
|
|
|
119754
|
-
declare const routeName$
|
|
119755
|
-
type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody = paths[typeof routeName$
|
|
119756
|
-
type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams = paths[typeof routeName$
|
|
119757
|
-
type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse = paths[typeof routeName$
|
|
120098
|
+
declare const routeName$6O = "/v1/api/anvaproducts/questionnaires/update-all-questions-by-anvalabels";
|
|
120099
|
+
type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody = paths[typeof routeName$6O]['post']['requestBody']['content']['application/json'];
|
|
120100
|
+
type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams = paths[typeof routeName$6O]['post']['parameters']['query'];
|
|
120101
|
+
type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse = paths[typeof routeName$6O]['post']['responses'][200]['content']['application/json'];
|
|
119758
120102
|
interface UpdateQuestionForAllQuestionnairesByAnvaLabelsProps {
|
|
119759
120103
|
body: UpdateQuestionForAllQuestionnairesByAnvaLabelsBody;
|
|
119760
120104
|
params: {
|
|
@@ -119763,20 +120107,20 @@ interface UpdateQuestionForAllQuestionnairesByAnvaLabelsProps {
|
|
|
119763
120107
|
}
|
|
119764
120108
|
declare const updateQuestionForAllQuestionnairesByAnvaLabels: (props: UpdateQuestionForAllQuestionnairesByAnvaLabelsProps, wgApiClient: ClientType) => Promise<UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse>;
|
|
119765
120109
|
|
|
119766
|
-
declare const routeName$
|
|
119767
|
-
type GetCurrentBrokerOfTheUserResponse = paths[typeof routeName$
|
|
120110
|
+
declare const routeName$6N = "/v1/api/brokers/me";
|
|
120111
|
+
type GetCurrentBrokerOfTheUserResponse = paths[typeof routeName$6N]['get']['responses'][200]['content']['application/json'];
|
|
119768
120112
|
declare const getCurrentBrokerOfTheUser: (wgApiClient: ClientType) => Promise<GetCurrentBrokerOfTheUserResponse>;
|
|
119769
120113
|
|
|
119770
|
-
declare const routeName$
|
|
119771
|
-
type GetTheBrokerByIdPathParams = paths[typeof routeName$
|
|
119772
|
-
type GetTheBrokerByIdResponse = paths[typeof routeName$
|
|
119773
|
-
type GetTheBrokerByIdProps = paths[typeof routeName$
|
|
120114
|
+
declare const routeName$6M = "/v1/api/brokers/{broker_id}";
|
|
120115
|
+
type GetTheBrokerByIdPathParams = paths[typeof routeName$6M]['get']['parameters']['path'];
|
|
120116
|
+
type GetTheBrokerByIdResponse = paths[typeof routeName$6M]['get']['responses'][200]['content']['application/json'];
|
|
120117
|
+
type GetTheBrokerByIdProps = paths[typeof routeName$6M]['get']['parameters'];
|
|
119774
120118
|
declare const getTheBrokerById: (props: GetTheBrokerByIdProps, wgApiClient: ClientType) => Promise<GetTheBrokerByIdResponse>;
|
|
119775
120119
|
|
|
119776
|
-
declare const routeName$
|
|
119777
|
-
type UpdateBrokerByBrokerBody = paths[typeof routeName$
|
|
119778
|
-
type UpdateBrokerByBrokerPathParams = paths[typeof routeName$
|
|
119779
|
-
type UpdateBrokerByBrokerResponse = paths[typeof routeName$
|
|
120120
|
+
declare const routeName$6L = "/v1/api/brokers/{broker_id}";
|
|
120121
|
+
type UpdateBrokerByBrokerBody = paths[typeof routeName$6L]['patch']['requestBody']['content']['application/json'];
|
|
120122
|
+
type UpdateBrokerByBrokerPathParams = paths[typeof routeName$6L]['patch']['parameters']['path'];
|
|
120123
|
+
type UpdateBrokerByBrokerResponse = paths[typeof routeName$6L]['patch']['responses'][200]['content']['application/json'];
|
|
119780
120124
|
interface UpdateBrokerByBrokerProps {
|
|
119781
120125
|
body: UpdateBrokerByBrokerBody;
|
|
119782
120126
|
params: {
|
|
@@ -119785,16 +120129,16 @@ interface UpdateBrokerByBrokerProps {
|
|
|
119785
120129
|
}
|
|
119786
120130
|
declare const updateBrokerByBroker: (props: UpdateBrokerByBrokerProps, wgApiClient: ClientType) => Promise<UpdateBrokerByBrokerResponse>;
|
|
119787
120131
|
|
|
119788
|
-
declare const routeName$
|
|
119789
|
-
type GetBrokerIntegrationsPathParams = paths[typeof routeName$
|
|
119790
|
-
type GetBrokerIntegrationsResponse = paths[typeof routeName$
|
|
119791
|
-
type GetBrokerIntegrationsProps = paths[typeof routeName$
|
|
120132
|
+
declare const routeName$6K = "/v1/api/brokers/{broker_id}/integrations";
|
|
120133
|
+
type GetBrokerIntegrationsPathParams = paths[typeof routeName$6K]['get']['parameters']['path'];
|
|
120134
|
+
type GetBrokerIntegrationsResponse = paths[typeof routeName$6K]['get']['responses'][200]['content']['application/json'];
|
|
120135
|
+
type GetBrokerIntegrationsProps = paths[typeof routeName$6K]['get']['parameters'];
|
|
119792
120136
|
declare const getBrokerIntegrations: (props: GetBrokerIntegrationsProps, wgApiClient: ClientType) => Promise<GetBrokerIntegrationsResponse>;
|
|
119793
120137
|
|
|
119794
|
-
declare const routeName$
|
|
119795
|
-
type UpdateBrokerIntegrationsBody = paths[typeof routeName$
|
|
119796
|
-
type UpdateBrokerIntegrationsPathParams = paths[typeof routeName$
|
|
119797
|
-
type UpdateBrokerIntegrationsResponse = paths[typeof routeName$
|
|
120138
|
+
declare const routeName$6J = "/v1/api/brokers/{broker_id}/integrations";
|
|
120139
|
+
type UpdateBrokerIntegrationsBody = paths[typeof routeName$6J]['patch']['requestBody']['content']['application/json'];
|
|
120140
|
+
type UpdateBrokerIntegrationsPathParams = paths[typeof routeName$6J]['patch']['parameters']['path'];
|
|
120141
|
+
type UpdateBrokerIntegrationsResponse = paths[typeof routeName$6J]['patch']['responses'][200]['content']['application/json'];
|
|
119798
120142
|
interface UpdateBrokerIntegrationsProps {
|
|
119799
120143
|
body: UpdateBrokerIntegrationsBody;
|
|
119800
120144
|
params: {
|
|
@@ -119803,37 +120147,37 @@ interface UpdateBrokerIntegrationsProps {
|
|
|
119803
120147
|
}
|
|
119804
120148
|
declare const updateBrokerIntegrations: (props: UpdateBrokerIntegrationsProps, wgApiClient: ClientType) => Promise<UpdateBrokerIntegrationsResponse>;
|
|
119805
120149
|
|
|
119806
|
-
declare const routeName$
|
|
119807
|
-
type GetBrokerByAnvaRelationMangerIdPathParams = paths[typeof routeName$
|
|
119808
|
-
type GetBrokerByAnvaRelationMangerIdResponse = paths[typeof routeName$
|
|
119809
|
-
type GetBrokerByAnvaRelationMangerIdProps = paths[typeof routeName$
|
|
120150
|
+
declare const routeName$6I = "/v1/api/anva-relation-managers/{anva_relation_manager_id}";
|
|
120151
|
+
type GetBrokerByAnvaRelationMangerIdPathParams = paths[typeof routeName$6I]['get']['parameters']['path'];
|
|
120152
|
+
type GetBrokerByAnvaRelationMangerIdResponse = paths[typeof routeName$6I]['get']['responses'][200]['content']['application/json'];
|
|
120153
|
+
type GetBrokerByAnvaRelationMangerIdProps = paths[typeof routeName$6I]['get']['parameters'];
|
|
119810
120154
|
declare const getBrokerByAnvaRelationMangerId: (props: GetBrokerByAnvaRelationMangerIdProps, wgApiClient: ClientType) => Promise<GetBrokerByAnvaRelationMangerIdResponse>;
|
|
119811
120155
|
|
|
119812
|
-
declare const routeName$
|
|
119813
|
-
type GetBrokerByAnvaProducerIdPathParams = paths[typeof routeName$
|
|
119814
|
-
type GetBrokerByAnvaProducerIdResponse = paths[typeof routeName$
|
|
119815
|
-
type GetBrokerByAnvaProducerIdProps = paths[typeof routeName$
|
|
120156
|
+
declare const routeName$6H = "/v1/api/anva-producers/{anva_producer_id}";
|
|
120157
|
+
type GetBrokerByAnvaProducerIdPathParams = paths[typeof routeName$6H]['get']['parameters']['path'];
|
|
120158
|
+
type GetBrokerByAnvaProducerIdResponse = paths[typeof routeName$6H]['get']['responses'][200]['content']['application/json'];
|
|
120159
|
+
type GetBrokerByAnvaProducerIdProps = paths[typeof routeName$6H]['get']['parameters'];
|
|
119816
120160
|
declare const getBrokerByAnvaProducerId: (props: GetBrokerByAnvaProducerIdProps, wgApiClient: ClientType) => Promise<GetBrokerByAnvaProducerIdResponse>;
|
|
119817
120161
|
|
|
119818
|
-
declare const routeName$
|
|
119819
|
-
type GetOnboardingChecklistByBrokerPathParams = paths[typeof routeName$
|
|
119820
|
-
type GetOnboardingChecklistByBrokerQueryParams = paths[typeof routeName$
|
|
119821
|
-
type GetOnboardingChecklistByBrokerResponse = paths[typeof routeName$
|
|
119822
|
-
type GetOnboardingChecklistByBrokerProps = paths[typeof routeName$
|
|
120162
|
+
declare const routeName$6G = "/v1/api/brokers/{broker_id}/checklists/onboarding";
|
|
120163
|
+
type GetOnboardingChecklistByBrokerPathParams = paths[typeof routeName$6G]['get']['parameters']['path'];
|
|
120164
|
+
type GetOnboardingChecklistByBrokerQueryParams = paths[typeof routeName$6G]['get']['parameters']['query'];
|
|
120165
|
+
type GetOnboardingChecklistByBrokerResponse = paths[typeof routeName$6G]['get']['responses'][200]['content']['application/json'];
|
|
120166
|
+
type GetOnboardingChecklistByBrokerProps = paths[typeof routeName$6G]['get']['parameters'];
|
|
119823
120167
|
declare const getOnboardingChecklistByBroker: (props: GetOnboardingChecklistByBrokerProps, wgApiClient: ClientType) => Promise<GetOnboardingChecklistByBrokerResponse>;
|
|
119824
120168
|
|
|
119825
|
-
declare const routeName$
|
|
119826
|
-
type GetCampaignByIdPathParams = paths[typeof routeName$
|
|
119827
|
-
type GetCampaignByIdQueryParams = paths[typeof routeName$
|
|
119828
|
-
type GetCampaignByIdResponse = paths[typeof routeName$
|
|
119829
|
-
type GetCampaignByIdProps = paths[typeof routeName$
|
|
120169
|
+
declare const routeName$6F = "/v1/api/campaigns/{campaign_id}";
|
|
120170
|
+
type GetCampaignByIdPathParams = paths[typeof routeName$6F]['get']['parameters']['path'];
|
|
120171
|
+
type GetCampaignByIdQueryParams = paths[typeof routeName$6F]['get']['parameters']['query'];
|
|
120172
|
+
type GetCampaignByIdResponse = paths[typeof routeName$6F]['get']['responses'][200]['content']['application/json'];
|
|
120173
|
+
type GetCampaignByIdProps = paths[typeof routeName$6F]['get']['parameters'];
|
|
119830
120174
|
declare const getCampaignById: (props: GetCampaignByIdProps, wgApiClient: ClientType) => Promise<GetCampaignByIdResponse>;
|
|
119831
120175
|
|
|
119832
|
-
declare const routeName$
|
|
119833
|
-
type UpdateCampaignBody = paths[typeof routeName$
|
|
119834
|
-
type UpdateCampaignPathParams = paths[typeof routeName$
|
|
119835
|
-
type UpdateCampaignQueryParams = paths[typeof routeName$
|
|
119836
|
-
type UpdateCampaignResponse = paths[typeof routeName$
|
|
120176
|
+
declare const routeName$6E = "/v1/api/campaigns/{campaign_id}";
|
|
120177
|
+
type UpdateCampaignBody = paths[typeof routeName$6E]['patch']['requestBody']['content']['application/json'];
|
|
120178
|
+
type UpdateCampaignPathParams = paths[typeof routeName$6E]['patch']['parameters']['path'];
|
|
120179
|
+
type UpdateCampaignQueryParams = paths[typeof routeName$6E]['patch']['parameters']['query'];
|
|
120180
|
+
type UpdateCampaignResponse = paths[typeof routeName$6E]['patch']['responses'][200]['content']['application/json'];
|
|
119837
120181
|
interface UpdateCampaignProps {
|
|
119838
120182
|
body: UpdateCampaignBody;
|
|
119839
120183
|
params: {
|
|
@@ -119843,16 +120187,16 @@ interface UpdateCampaignProps {
|
|
|
119843
120187
|
}
|
|
119844
120188
|
declare const updateCampaign: (props: UpdateCampaignProps, wgApiClient: ClientType) => Promise<UpdateCampaignResponse>;
|
|
119845
120189
|
|
|
119846
|
-
declare const routeName$
|
|
119847
|
-
type GetAllCampaignsByDistributionQueryParams = paths[typeof routeName$
|
|
119848
|
-
type GetAllCampaignsByDistributionResponse = paths[typeof routeName$
|
|
119849
|
-
type GetAllCampaignsByDistributionProps = paths[typeof routeName$
|
|
120190
|
+
declare const routeName$6D = "/v1/api/campaigns";
|
|
120191
|
+
type GetAllCampaignsByDistributionQueryParams = paths[typeof routeName$6D]['get']['parameters']['query'];
|
|
120192
|
+
type GetAllCampaignsByDistributionResponse = paths[typeof routeName$6D]['get']['responses'][200]['content']['application/json'];
|
|
120193
|
+
type GetAllCampaignsByDistributionProps = paths[typeof routeName$6D]['get']['parameters'];
|
|
119850
120194
|
declare const getAllCampaignsByDistribution: (props: GetAllCampaignsByDistributionProps, wgApiClient: ClientType) => Promise<GetAllCampaignsByDistributionResponse>;
|
|
119851
120195
|
|
|
119852
|
-
declare const routeName$
|
|
119853
|
-
type CreateCampaignBody = paths[typeof routeName$
|
|
119854
|
-
type CreateCampaignQueryParams = paths[typeof routeName$
|
|
119855
|
-
type CreateCampaignResponse = paths[typeof routeName$
|
|
120196
|
+
declare const routeName$6C = "/v1/api/campaigns";
|
|
120197
|
+
type CreateCampaignBody = paths[typeof routeName$6C]['post']['requestBody']['content']['application/json'];
|
|
120198
|
+
type CreateCampaignQueryParams = paths[typeof routeName$6C]['post']['parameters']['query'];
|
|
120199
|
+
type CreateCampaignResponse = paths[typeof routeName$6C]['post']['responses'][201]['content']['application/json'];
|
|
119856
120200
|
interface CreateCampaignProps {
|
|
119857
120201
|
body: CreateCampaignBody;
|
|
119858
120202
|
params: {
|
|
@@ -119861,17 +120205,17 @@ interface CreateCampaignProps {
|
|
|
119861
120205
|
}
|
|
119862
120206
|
declare const createCampaign: (props: CreateCampaignProps, wgApiClient: ClientType) => Promise<CreateCampaignResponse>;
|
|
119863
120207
|
|
|
119864
|
-
declare const routeName$
|
|
119865
|
-
type GetMetricsByCampaignPathParams = paths[typeof routeName$
|
|
119866
|
-
type GetMetricsByCampaignQueryParams = paths[typeof routeName$
|
|
119867
|
-
type GetMetricsByCampaignResponse = paths[typeof routeName$
|
|
119868
|
-
type GetMetricsByCampaignProps = paths[typeof routeName$
|
|
120208
|
+
declare const routeName$6B = "/v1/api/campaigns/{campaign_id}/metrics";
|
|
120209
|
+
type GetMetricsByCampaignPathParams = paths[typeof routeName$6B]['get']['parameters']['path'];
|
|
120210
|
+
type GetMetricsByCampaignQueryParams = paths[typeof routeName$6B]['get']['parameters']['query'];
|
|
120211
|
+
type GetMetricsByCampaignResponse = paths[typeof routeName$6B]['get']['responses'][200]['content']['application/json'];
|
|
120212
|
+
type GetMetricsByCampaignProps = paths[typeof routeName$6B]['get']['parameters'];
|
|
119869
120213
|
declare const getMetricsByCampaign: (props: GetMetricsByCampaignProps, wgApiClient: ClientType) => Promise<GetMetricsByCampaignResponse>;
|
|
119870
120214
|
|
|
119871
|
-
declare const routeName$
|
|
119872
|
-
type UpdateTargetsByCampaignPathParams = paths[typeof routeName$
|
|
119873
|
-
type UpdateTargetsByCampaignQueryParams = paths[typeof routeName$
|
|
119874
|
-
type UpdateTargetsByCampaignResponse = paths[typeof routeName$
|
|
120215
|
+
declare const routeName$6A = "/v1/api/campaigns/{campaign_id}/targets";
|
|
120216
|
+
type UpdateTargetsByCampaignPathParams = paths[typeof routeName$6A]['patch']['parameters']['path'];
|
|
120217
|
+
type UpdateTargetsByCampaignQueryParams = paths[typeof routeName$6A]['patch']['parameters']['query'];
|
|
120218
|
+
type UpdateTargetsByCampaignResponse = paths[typeof routeName$6A]['patch']['responses'][200]['content']['application/json'];
|
|
119875
120219
|
interface UpdateTargetsByCampaignProps {
|
|
119876
120220
|
params: {
|
|
119877
120221
|
query: UpdateTargetsByCampaignQueryParams;
|
|
@@ -119880,15 +120224,15 @@ interface UpdateTargetsByCampaignProps {
|
|
|
119880
120224
|
}
|
|
119881
120225
|
declare const updateTargetsByCampaign: (props: UpdateTargetsByCampaignProps, wgApiClient: ClientType) => Promise<UpdateTargetsByCampaignResponse>;
|
|
119882
120226
|
|
|
119883
|
-
declare const routeName$
|
|
119884
|
-
type GetAllCampaignTemplatesQueryParams = paths[typeof routeName$
|
|
119885
|
-
type GetAllCampaignTemplatesResponse = paths[typeof routeName$
|
|
119886
|
-
type GetAllCampaignTemplatesProps = paths[typeof routeName$
|
|
120227
|
+
declare const routeName$6z = "/v1/api/campaign-templates";
|
|
120228
|
+
type GetAllCampaignTemplatesQueryParams = paths[typeof routeName$6z]['get']['parameters']['query'];
|
|
120229
|
+
type GetAllCampaignTemplatesResponse = paths[typeof routeName$6z]['get']['responses'][200]['content']['application/json'];
|
|
120230
|
+
type GetAllCampaignTemplatesProps = paths[typeof routeName$6z]['get']['parameters'];
|
|
119887
120231
|
declare const getAllCampaignTemplates: (props: GetAllCampaignTemplatesProps, wgApiClient: ClientType) => Promise<GetAllCampaignTemplatesResponse>;
|
|
119888
120232
|
|
|
119889
|
-
declare const routeName$
|
|
119890
|
-
type SendExampleCampaignTargetMailQueryParams = paths[typeof routeName$
|
|
119891
|
-
type SendExampleCampaignTargetMailResponse = paths[typeof routeName$
|
|
120233
|
+
declare const routeName$6y = "/v1/api/campaigns/example-mails";
|
|
120234
|
+
type SendExampleCampaignTargetMailQueryParams = paths[typeof routeName$6y]['post']['parameters']['query'];
|
|
120235
|
+
type SendExampleCampaignTargetMailResponse = paths[typeof routeName$6y]['post']['responses'][201]['content']['application/json'];
|
|
119892
120236
|
interface SendExampleCampaignTargetMailProps {
|
|
119893
120237
|
params: {
|
|
119894
120238
|
query: SendExampleCampaignTargetMailQueryParams;
|
|
@@ -119896,16 +120240,16 @@ interface SendExampleCampaignTargetMailProps {
|
|
|
119896
120240
|
}
|
|
119897
120241
|
declare const sendExampleCampaignTargetMail: (props: SendExampleCampaignTargetMailProps, wgApiClient: ClientType) => Promise<SendExampleCampaignTargetMailResponse>;
|
|
119898
120242
|
|
|
119899
|
-
declare const routeName$
|
|
119900
|
-
type GetCampaignSettingsByDistributionQueryParams = paths[typeof routeName$
|
|
119901
|
-
type GetCampaignSettingsByDistributionResponse = paths[typeof routeName$
|
|
119902
|
-
type GetCampaignSettingsByDistributionProps = paths[typeof routeName$
|
|
120243
|
+
declare const routeName$6x = "/v1/api/distributions/campaign-settings";
|
|
120244
|
+
type GetCampaignSettingsByDistributionQueryParams = paths[typeof routeName$6x]['get']['parameters']['query'];
|
|
120245
|
+
type GetCampaignSettingsByDistributionResponse = paths[typeof routeName$6x]['get']['responses'][200]['content']['application/json'];
|
|
120246
|
+
type GetCampaignSettingsByDistributionProps = paths[typeof routeName$6x]['get']['parameters'];
|
|
119903
120247
|
declare const getCampaignSettingsByDistribution: (props: GetCampaignSettingsByDistributionProps, wgApiClient: ClientType) => Promise<GetCampaignSettingsByDistributionResponse>;
|
|
119904
120248
|
|
|
119905
|
-
declare const routeName$
|
|
119906
|
-
type GenerateDnsPrefixBody = paths[typeof routeName$
|
|
119907
|
-
type GenerateDnsPrefixQueryParams = paths[typeof routeName$
|
|
119908
|
-
type GenerateDnsPrefixResponse = paths[typeof routeName$
|
|
120249
|
+
declare const routeName$6w = "/v1/api/campaigns/dns-prefixes/generate";
|
|
120250
|
+
type GenerateDnsPrefixBody = paths[typeof routeName$6w]['post']['requestBody']['content']['application/json'];
|
|
120251
|
+
type GenerateDnsPrefixQueryParams = paths[typeof routeName$6w]['post']['parameters']['query'];
|
|
120252
|
+
type GenerateDnsPrefixResponse = paths[typeof routeName$6w]['post']['responses'][200]['content']['application/json'];
|
|
119909
120253
|
interface GenerateDnsPrefixProps {
|
|
119910
120254
|
body: GenerateDnsPrefixBody;
|
|
119911
120255
|
params: {
|
|
@@ -119914,16 +120258,16 @@ interface GenerateDnsPrefixProps {
|
|
|
119914
120258
|
}
|
|
119915
120259
|
declare const generateDnsPrefix: (props: GenerateDnsPrefixProps, wgApiClient: ClientType) => Promise<GenerateDnsPrefixResponse>;
|
|
119916
120260
|
|
|
119917
|
-
declare const routeName$
|
|
119918
|
-
type GetCampaignTargetMailTemplateQueryParams = paths[typeof routeName$
|
|
119919
|
-
type GetCampaignTargetMailTemplateResponse = paths[typeof routeName$
|
|
119920
|
-
type GetCampaignTargetMailTemplateProps = paths[typeof routeName$
|
|
120261
|
+
declare const routeName$6v = "/v1/api/mail-templates/campaign-target";
|
|
120262
|
+
type GetCampaignTargetMailTemplateQueryParams = paths[typeof routeName$6v]['get']['parameters']['query'];
|
|
120263
|
+
type GetCampaignTargetMailTemplateResponse = paths[typeof routeName$6v]['get']['responses'][200]['content']['application/json'];
|
|
120264
|
+
type GetCampaignTargetMailTemplateProps = paths[typeof routeName$6v]['get']['parameters'];
|
|
119921
120265
|
declare const getCampaignTargetMailTemplate: (props: GetCampaignTargetMailTemplateProps, wgApiClient: ClientType) => Promise<GetCampaignTargetMailTemplateResponse>;
|
|
119922
120266
|
|
|
119923
|
-
declare const routeName$
|
|
119924
|
-
type CreateClaimAsCustomerPathParams = paths[typeof routeName$
|
|
119925
|
-
type CreateClaimAsCustomerQueryParams = paths[typeof routeName$
|
|
119926
|
-
type CreateClaimAsCustomerResponse = paths[typeof routeName$
|
|
120267
|
+
declare const routeName$6u = "/v1/api/distributions/{distribution_id}/claims";
|
|
120268
|
+
type CreateClaimAsCustomerPathParams = paths[typeof routeName$6u]['post']['parameters']['path'];
|
|
120269
|
+
type CreateClaimAsCustomerQueryParams = paths[typeof routeName$6u]['post']['parameters']['query'];
|
|
120270
|
+
type CreateClaimAsCustomerResponse = paths[typeof routeName$6u]['post']['responses'][201]['content']['application/json'];
|
|
119927
120271
|
interface CreateClaimAsCustomerProps {
|
|
119928
120272
|
params: {
|
|
119929
120273
|
query: CreateClaimAsCustomerQueryParams;
|
|
@@ -119932,15 +120276,15 @@ interface CreateClaimAsCustomerProps {
|
|
|
119932
120276
|
}
|
|
119933
120277
|
declare const createClaimAsCustomer: (props: CreateClaimAsCustomerProps, wgApiClient: ClientType) => Promise<CreateClaimAsCustomerResponse>;
|
|
119934
120278
|
|
|
119935
|
-
declare const routeName$
|
|
119936
|
-
type GetAllClaimsAsBrokerQueryParams = paths[typeof routeName$
|
|
119937
|
-
type GetAllClaimsAsBrokerResponse = paths[typeof routeName$
|
|
119938
|
-
type GetAllClaimsAsBrokerProps = paths[typeof routeName$
|
|
120279
|
+
declare const routeName$6t = "/v1/api/claims";
|
|
120280
|
+
type GetAllClaimsAsBrokerQueryParams = paths[typeof routeName$6t]['get']['parameters']['query'];
|
|
120281
|
+
type GetAllClaimsAsBrokerResponse = paths[typeof routeName$6t]['get']['responses'][200]['content']['application/json'];
|
|
120282
|
+
type GetAllClaimsAsBrokerProps = paths[typeof routeName$6t]['get']['parameters'];
|
|
119939
120283
|
declare const getAllClaimsAsBroker: (props: GetAllClaimsAsBrokerProps, wgApiClient: ClientType) => Promise<GetAllClaimsAsBrokerResponse>;
|
|
119940
120284
|
|
|
119941
|
-
declare const routeName$
|
|
119942
|
-
type CreateClaimAsBrokerQueryParams = paths[typeof routeName$
|
|
119943
|
-
type CreateClaimAsBrokerResponse = paths[typeof routeName$
|
|
120285
|
+
declare const routeName$6s = "/v1/api/claims";
|
|
120286
|
+
type CreateClaimAsBrokerQueryParams = paths[typeof routeName$6s]['post']['parameters']['query'];
|
|
120287
|
+
type CreateClaimAsBrokerResponse = paths[typeof routeName$6s]['post']['responses'][201]['content']['application/json'];
|
|
119944
120288
|
interface CreateClaimAsBrokerProps {
|
|
119945
120289
|
params: {
|
|
119946
120290
|
query: CreateClaimAsBrokerQueryParams;
|
|
@@ -119948,17 +120292,17 @@ interface CreateClaimAsBrokerProps {
|
|
|
119948
120292
|
}
|
|
119949
120293
|
declare const createClaimAsBroker: (props: CreateClaimAsBrokerProps, wgApiClient: ClientType) => Promise<CreateClaimAsBrokerResponse>;
|
|
119950
120294
|
|
|
119951
|
-
declare const routeName$
|
|
119952
|
-
type GetClaimAsBrokerByIdPathParams = paths[typeof routeName$
|
|
119953
|
-
type GetClaimAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
119954
|
-
type GetClaimAsBrokerByIdResponse = paths[typeof routeName$
|
|
119955
|
-
type GetClaimAsBrokerByIdProps = paths[typeof routeName$
|
|
120295
|
+
declare const routeName$6r = "/v1/api/claims/{claim_id}";
|
|
120296
|
+
type GetClaimAsBrokerByIdPathParams = paths[typeof routeName$6r]['get']['parameters']['path'];
|
|
120297
|
+
type GetClaimAsBrokerByIdQueryParams = paths[typeof routeName$6r]['get']['parameters']['query'];
|
|
120298
|
+
type GetClaimAsBrokerByIdResponse = paths[typeof routeName$6r]['get']['responses'][200]['content']['application/json'];
|
|
120299
|
+
type GetClaimAsBrokerByIdProps = paths[typeof routeName$6r]['get']['parameters'];
|
|
119956
120300
|
declare const getClaimAsBrokerById: (props: GetClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<GetClaimAsBrokerByIdResponse>;
|
|
119957
120301
|
|
|
119958
|
-
declare const routeName$
|
|
119959
|
-
type DeleteClaimAsBrokerByIdPathParams = paths[typeof routeName$
|
|
119960
|
-
type DeleteClaimAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
119961
|
-
type DeleteClaimAsBrokerByIdResponse = paths[typeof routeName$
|
|
120302
|
+
declare const routeName$6q = "/v1/api/claims/{claim_id}";
|
|
120303
|
+
type DeleteClaimAsBrokerByIdPathParams = paths[typeof routeName$6q]['delete']['parameters']['path'];
|
|
120304
|
+
type DeleteClaimAsBrokerByIdQueryParams = paths[typeof routeName$6q]['delete']['parameters']['query'];
|
|
120305
|
+
type DeleteClaimAsBrokerByIdResponse = paths[typeof routeName$6q]['delete']['responses'][200]['content']['application/json'];
|
|
119962
120306
|
interface DeleteClaimAsBrokerByIdProps {
|
|
119963
120307
|
params: {
|
|
119964
120308
|
query: DeleteClaimAsBrokerByIdQueryParams;
|
|
@@ -119967,10 +120311,10 @@ interface DeleteClaimAsBrokerByIdProps {
|
|
|
119967
120311
|
}
|
|
119968
120312
|
declare const deleteClaimAsBrokerById: (props: DeleteClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<DeleteClaimAsBrokerByIdResponse>;
|
|
119969
120313
|
|
|
119970
|
-
declare const routeName$
|
|
119971
|
-
type UpdateClaimAsBrokerByIdPathParams = paths[typeof routeName$
|
|
119972
|
-
type UpdateClaimAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
119973
|
-
type UpdateClaimAsBrokerByIdResponse = paths[typeof routeName$
|
|
120314
|
+
declare const routeName$6p = "/v1/api/claims/{claim_id}";
|
|
120315
|
+
type UpdateClaimAsBrokerByIdPathParams = paths[typeof routeName$6p]['patch']['parameters']['path'];
|
|
120316
|
+
type UpdateClaimAsBrokerByIdQueryParams = paths[typeof routeName$6p]['patch']['parameters']['query'];
|
|
120317
|
+
type UpdateClaimAsBrokerByIdResponse = paths[typeof routeName$6p]['patch']['responses'][200]['content']['application/json'];
|
|
119974
120318
|
interface UpdateClaimAsBrokerByIdProps {
|
|
119975
120319
|
params: {
|
|
119976
120320
|
query: UpdateClaimAsBrokerByIdQueryParams;
|
|
@@ -119979,10 +120323,10 @@ interface UpdateClaimAsBrokerByIdProps {
|
|
|
119979
120323
|
}
|
|
119980
120324
|
declare const updateClaimAsBrokerById: (props: UpdateClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<UpdateClaimAsBrokerByIdResponse>;
|
|
119981
120325
|
|
|
119982
|
-
declare const routeName$
|
|
119983
|
-
type UpdateDeclarationRemarkPathParams = paths[typeof routeName$
|
|
119984
|
-
type UpdateDeclarationRemarkQueryParams = paths[typeof routeName$
|
|
119985
|
-
type UpdateDeclarationRemarkResponse = paths[typeof routeName$
|
|
120326
|
+
declare const routeName$6o = "/v1/api/claims/{claim_id}/connections/keypoint/declaration/remark";
|
|
120327
|
+
type UpdateDeclarationRemarkPathParams = paths[typeof routeName$6o]['put']['parameters']['path'];
|
|
120328
|
+
type UpdateDeclarationRemarkQueryParams = paths[typeof routeName$6o]['put']['parameters']['query'];
|
|
120329
|
+
type UpdateDeclarationRemarkResponse = paths[typeof routeName$6o]['put']['responses'][200]['content']['application/json'];
|
|
119986
120330
|
interface UpdateDeclarationRemarkProps {
|
|
119987
120331
|
params: {
|
|
119988
120332
|
query: UpdateDeclarationRemarkQueryParams;
|
|
@@ -119991,10 +120335,10 @@ interface UpdateDeclarationRemarkProps {
|
|
|
119991
120335
|
}
|
|
119992
120336
|
declare const updateDeclarationRemark: (props: UpdateDeclarationRemarkProps, wgApiClient: ClientType) => Promise<UpdateDeclarationRemarkResponse>;
|
|
119993
120337
|
|
|
119994
|
-
declare const routeName$
|
|
119995
|
-
type CreateLockForClaimPathParams = paths[typeof routeName$
|
|
119996
|
-
type CreateLockForClaimQueryParams = paths[typeof routeName$
|
|
119997
|
-
type CreateLockForClaimResponse = paths[typeof routeName$
|
|
120338
|
+
declare const routeName$6n = "/v1/api/claims/{claim_id}/lock";
|
|
120339
|
+
type CreateLockForClaimPathParams = paths[typeof routeName$6n]['post']['parameters']['path'];
|
|
120340
|
+
type CreateLockForClaimQueryParams = paths[typeof routeName$6n]['post']['parameters']['query'];
|
|
120341
|
+
type CreateLockForClaimResponse = paths[typeof routeName$6n]['post']['responses'][201]['content']['application/json'];
|
|
119998
120342
|
interface CreateLockForClaimProps {
|
|
119999
120343
|
params: {
|
|
120000
120344
|
query: CreateLockForClaimQueryParams;
|
|
@@ -120003,10 +120347,10 @@ interface CreateLockForClaimProps {
|
|
|
120003
120347
|
}
|
|
120004
120348
|
declare const createLockForClaim: (props: CreateLockForClaimProps, wgApiClient: ClientType) => Promise<CreateLockForClaimResponse>;
|
|
120005
120349
|
|
|
120006
|
-
declare const routeName$
|
|
120007
|
-
type UnlockClaimPathParams = paths[typeof routeName$
|
|
120008
|
-
type UnlockClaimQueryParams = paths[typeof routeName$
|
|
120009
|
-
type UnlockClaimResponse = paths[typeof routeName$
|
|
120350
|
+
declare const routeName$6m = "/v1/api/claims/{claim_id}/unlock";
|
|
120351
|
+
type UnlockClaimPathParams = paths[typeof routeName$6m]['post']['parameters']['path'];
|
|
120352
|
+
type UnlockClaimQueryParams = paths[typeof routeName$6m]['post']['parameters']['query'];
|
|
120353
|
+
type UnlockClaimResponse = paths[typeof routeName$6m]['post']['responses'][200]['content']['application/json'];
|
|
120010
120354
|
interface UnlockClaimProps {
|
|
120011
120355
|
params: {
|
|
120012
120356
|
query: UnlockClaimQueryParams;
|
|
@@ -120015,10 +120359,10 @@ interface UnlockClaimProps {
|
|
|
120015
120359
|
}
|
|
120016
120360
|
declare const unlockClaim: (props: UnlockClaimProps, wgApiClient: ClientType) => Promise<UnlockClaimResponse>;
|
|
120017
120361
|
|
|
120018
|
-
declare const routeName$
|
|
120019
|
-
type ClaimRequestUpdatePathParams = paths[typeof routeName$
|
|
120020
|
-
type ClaimRequestUpdateQueryParams = paths[typeof routeName$
|
|
120021
|
-
type ClaimRequestUpdateResponse = paths[typeof routeName$
|
|
120362
|
+
declare const routeName$6l = "/v1/api/claims/{claim_id}/request_update";
|
|
120363
|
+
type ClaimRequestUpdatePathParams = paths[typeof routeName$6l]['post']['parameters']['path'];
|
|
120364
|
+
type ClaimRequestUpdateQueryParams = paths[typeof routeName$6l]['post']['parameters']['query'];
|
|
120365
|
+
type ClaimRequestUpdateResponse = paths[typeof routeName$6l]['post']['responses'][200]['content']['application/json'];
|
|
120022
120366
|
interface ClaimRequestUpdateProps {
|
|
120023
120367
|
params: {
|
|
120024
120368
|
query: ClaimRequestUpdateQueryParams;
|
|
@@ -120027,10 +120371,10 @@ interface ClaimRequestUpdateProps {
|
|
|
120027
120371
|
}
|
|
120028
120372
|
declare const claimRequestUpdate: (props: ClaimRequestUpdateProps, wgApiClient: ClientType) => Promise<ClaimRequestUpdateResponse>;
|
|
120029
120373
|
|
|
120030
|
-
declare const routeName$
|
|
120031
|
-
type ValidateClaimPathParams = paths[typeof routeName$
|
|
120032
|
-
type ValidateClaimQueryParams = paths[typeof routeName$
|
|
120033
|
-
type ValidateClaimResponse = paths[typeof routeName$
|
|
120374
|
+
declare const routeName$6k = "/v1/api/claims/{claim_id}/validate";
|
|
120375
|
+
type ValidateClaimPathParams = paths[typeof routeName$6k]['post']['parameters']['path'];
|
|
120376
|
+
type ValidateClaimQueryParams = paths[typeof routeName$6k]['post']['parameters']['query'];
|
|
120377
|
+
type ValidateClaimResponse = paths[typeof routeName$6k]['post']['responses'][200]['content']['application/json'];
|
|
120034
120378
|
interface ValidateClaimProps {
|
|
120035
120379
|
params: {
|
|
120036
120380
|
query: ValidateClaimQueryParams;
|
|
@@ -120039,10 +120383,10 @@ interface ValidateClaimProps {
|
|
|
120039
120383
|
}
|
|
120040
120384
|
declare const validateClaim: (props: ValidateClaimProps, wgApiClient: ClientType) => Promise<ValidateClaimResponse>;
|
|
120041
120385
|
|
|
120042
|
-
declare const routeName$
|
|
120043
|
-
type CreateDocumentForClaimPathParams = paths[typeof routeName$
|
|
120044
|
-
type CreateDocumentForClaimQueryParams = paths[typeof routeName$
|
|
120045
|
-
type CreateDocumentForClaimResponse = paths[typeof routeName$
|
|
120386
|
+
declare const routeName$6j = "/v1/api/claims/{claim_id}/documents";
|
|
120387
|
+
type CreateDocumentForClaimPathParams = paths[typeof routeName$6j]['post']['parameters']['path'];
|
|
120388
|
+
type CreateDocumentForClaimQueryParams = paths[typeof routeName$6j]['post']['parameters']['query'];
|
|
120389
|
+
type CreateDocumentForClaimResponse = paths[typeof routeName$6j]['post']['responses'][201]['content']['application/json'];
|
|
120046
120390
|
interface CreateDocumentForClaimProps {
|
|
120047
120391
|
params: {
|
|
120048
120392
|
query: CreateDocumentForClaimQueryParams;
|
|
@@ -120051,17 +120395,17 @@ interface CreateDocumentForClaimProps {
|
|
|
120051
120395
|
}
|
|
120052
120396
|
declare const createDocumentForClaim: (props: CreateDocumentForClaimProps, wgApiClient: ClientType) => Promise<CreateDocumentForClaimResponse>;
|
|
120053
120397
|
|
|
120054
|
-
declare const routeName$
|
|
120055
|
-
type DownloadDocumentByIdPathParams = paths[typeof routeName$
|
|
120056
|
-
type DownloadDocumentByIdQueryParams = paths[typeof routeName$
|
|
120057
|
-
type DownloadDocumentByIdResponse = paths[typeof routeName$
|
|
120058
|
-
type DownloadDocumentByIdProps = paths[typeof routeName$
|
|
120398
|
+
declare const routeName$6i = "/v1/api/claims/{claim_id}/documents/{document_id}";
|
|
120399
|
+
type DownloadDocumentByIdPathParams = paths[typeof routeName$6i]['get']['parameters']['path'];
|
|
120400
|
+
type DownloadDocumentByIdQueryParams = paths[typeof routeName$6i]['get']['parameters']['query'];
|
|
120401
|
+
type DownloadDocumentByIdResponse = paths[typeof routeName$6i]['get']['responses'][307]['content']['application/json'];
|
|
120402
|
+
type DownloadDocumentByIdProps = paths[typeof routeName$6i]['get']['parameters'];
|
|
120059
120403
|
declare const downloadDocumentById: (props: DownloadDocumentByIdProps, wgApiClient: ClientType) => Promise<DownloadDocumentByIdResponse>;
|
|
120060
120404
|
|
|
120061
|
-
declare const routeName$
|
|
120062
|
-
type DeleteDocumentByIdPathParams = paths[typeof routeName$
|
|
120063
|
-
type DeleteDocumentByIdQueryParams = paths[typeof routeName$
|
|
120064
|
-
type DeleteDocumentByIdResponse = paths[typeof routeName$
|
|
120405
|
+
declare const routeName$6h = "/v1/api/claims/{claim_id}/documents/{document_id}";
|
|
120406
|
+
type DeleteDocumentByIdPathParams = paths[typeof routeName$6h]['delete']['parameters']['path'];
|
|
120407
|
+
type DeleteDocumentByIdQueryParams = paths[typeof routeName$6h]['delete']['parameters']['query'];
|
|
120408
|
+
type DeleteDocumentByIdResponse = paths[typeof routeName$6h]['delete']['responses'][200]['content']['application/json'];
|
|
120065
120409
|
interface DeleteDocumentByIdProps {
|
|
120066
120410
|
params: {
|
|
120067
120411
|
query: DeleteDocumentByIdQueryParams;
|
|
@@ -120070,10 +120414,10 @@ interface DeleteDocumentByIdProps {
|
|
|
120070
120414
|
}
|
|
120071
120415
|
declare const deleteDocumentById: (props: DeleteDocumentByIdProps, wgApiClient: ClientType) => Promise<DeleteDocumentByIdResponse>;
|
|
120072
120416
|
|
|
120073
|
-
declare const routeName$
|
|
120074
|
-
type UpdateDocumentMetadataByIdPathParams = paths[typeof routeName$
|
|
120075
|
-
type UpdateDocumentMetadataByIdQueryParams = paths[typeof routeName$
|
|
120076
|
-
type UpdateDocumentMetadataByIdResponse = paths[typeof routeName$
|
|
120417
|
+
declare const routeName$6g = "/v1/api/claims/{claim_id}/documents/{document_id}";
|
|
120418
|
+
type UpdateDocumentMetadataByIdPathParams = paths[typeof routeName$6g]['patch']['parameters']['path'];
|
|
120419
|
+
type UpdateDocumentMetadataByIdQueryParams = paths[typeof routeName$6g]['patch']['parameters']['query'];
|
|
120420
|
+
type UpdateDocumentMetadataByIdResponse = paths[typeof routeName$6g]['patch']['responses'][200]['content']['application/json'];
|
|
120077
120421
|
interface UpdateDocumentMetadataByIdProps {
|
|
120078
120422
|
params: {
|
|
120079
120423
|
query: UpdateDocumentMetadataByIdQueryParams;
|
|
@@ -120082,17 +120426,17 @@ interface UpdateDocumentMetadataByIdProps {
|
|
|
120082
120426
|
}
|
|
120083
120427
|
declare const updateDocumentMetadataById: (props: UpdateDocumentMetadataByIdProps, wgApiClient: ClientType) => Promise<UpdateDocumentMetadataByIdResponse>;
|
|
120084
120428
|
|
|
120085
|
-
declare const routeName$
|
|
120086
|
-
type GetClaimAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
120087
|
-
type GetClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
120088
|
-
type GetClaimAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
120089
|
-
type GetClaimAsCustomerWithTokenProps = paths[typeof routeName$
|
|
120429
|
+
declare const routeName$6f = "/v1/api/claims/customer/token/{token}";
|
|
120430
|
+
type GetClaimAsCustomerWithTokenPathParams = paths[typeof routeName$6f]['get']['parameters']['path'];
|
|
120431
|
+
type GetClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$6f]['get']['parameters']['query'];
|
|
120432
|
+
type GetClaimAsCustomerWithTokenResponse = paths[typeof routeName$6f]['get']['responses'][200]['content']['application/json'];
|
|
120433
|
+
type GetClaimAsCustomerWithTokenProps = paths[typeof routeName$6f]['get']['parameters'];
|
|
120090
120434
|
declare const getClaimAsCustomerWithToken: (props: GetClaimAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<GetClaimAsCustomerWithTokenResponse>;
|
|
120091
120435
|
|
|
120092
|
-
declare const routeName$
|
|
120093
|
-
type UpdateClaimAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
120094
|
-
type UpdateClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
120095
|
-
type UpdateClaimAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
120436
|
+
declare const routeName$6e = "/v1/api/claims/customer/token/{token}";
|
|
120437
|
+
type UpdateClaimAsCustomerWithTokenPathParams = paths[typeof routeName$6e]['patch']['parameters']['path'];
|
|
120438
|
+
type UpdateClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$6e]['patch']['parameters']['query'];
|
|
120439
|
+
type UpdateClaimAsCustomerWithTokenResponse = paths[typeof routeName$6e]['patch']['responses'][200]['content']['application/json'];
|
|
120096
120440
|
interface UpdateClaimAsCustomerWithTokenProps {
|
|
120097
120441
|
params: {
|
|
120098
120442
|
query: UpdateClaimAsCustomerWithTokenQueryParams;
|
|
@@ -120101,10 +120445,10 @@ interface UpdateClaimAsCustomerWithTokenProps {
|
|
|
120101
120445
|
}
|
|
120102
120446
|
declare const updateClaimAsCustomerWithToken: (props: UpdateClaimAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateClaimAsCustomerWithTokenResponse>;
|
|
120103
120447
|
|
|
120104
|
-
declare const routeName$
|
|
120105
|
-
type CreateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
120106
|
-
type CreateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
120107
|
-
type CreateEntityAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
120448
|
+
declare const routeName$6d = "/v1/api/claims/customer/token/{token}/entities";
|
|
120449
|
+
type CreateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$6d]['post']['parameters']['path'];
|
|
120450
|
+
type CreateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$6d]['post']['parameters']['query'];
|
|
120451
|
+
type CreateEntityAsCustomerWithTokenResponse = paths[typeof routeName$6d]['post']['responses'][201]['content']['application/json'];
|
|
120108
120452
|
interface CreateEntityAsCustomerWithTokenProps {
|
|
120109
120453
|
params: {
|
|
120110
120454
|
query: CreateEntityAsCustomerWithTokenQueryParams;
|
|
@@ -120113,10 +120457,10 @@ interface CreateEntityAsCustomerWithTokenProps {
|
|
|
120113
120457
|
}
|
|
120114
120458
|
declare const createEntityAsCustomerWithToken: (props: CreateEntityAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<CreateEntityAsCustomerWithTokenResponse>;
|
|
120115
120459
|
|
|
120116
|
-
declare const routeName$
|
|
120117
|
-
type DeleteEntityByIdAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
120118
|
-
type DeleteEntityByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
120119
|
-
type DeleteEntityByIdAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
120460
|
+
declare const routeName$6c = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
|
|
120461
|
+
type DeleteEntityByIdAsCustomerWithTokenPathParams = paths[typeof routeName$6c]['delete']['parameters']['path'];
|
|
120462
|
+
type DeleteEntityByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$6c]['delete']['parameters']['query'];
|
|
120463
|
+
type DeleteEntityByIdAsCustomerWithTokenResponse = paths[typeof routeName$6c]['delete']['responses'][200]['content']['application/json'];
|
|
120120
120464
|
interface DeleteEntityByIdAsCustomerWithTokenProps {
|
|
120121
120465
|
params: {
|
|
120122
120466
|
query: DeleteEntityByIdAsCustomerWithTokenQueryParams;
|
|
@@ -120125,10 +120469,10 @@ interface DeleteEntityByIdAsCustomerWithTokenProps {
|
|
|
120125
120469
|
}
|
|
120126
120470
|
declare const deleteEntityByIdAsCustomerWithToken: (props: DeleteEntityByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<DeleteEntityByIdAsCustomerWithTokenResponse>;
|
|
120127
120471
|
|
|
120128
|
-
declare const routeName$
|
|
120129
|
-
type UpdateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
120130
|
-
type UpdateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
120131
|
-
type UpdateEntityAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
120472
|
+
declare const routeName$6b = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
|
|
120473
|
+
type UpdateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$6b]['patch']['parameters']['path'];
|
|
120474
|
+
type UpdateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$6b]['patch']['parameters']['query'];
|
|
120475
|
+
type UpdateEntityAsCustomerWithTokenResponse = paths[typeof routeName$6b]['patch']['responses'][200]['content']['application/json'];
|
|
120132
120476
|
interface UpdateEntityAsCustomerWithTokenProps {
|
|
120133
120477
|
params: {
|
|
120134
120478
|
query: UpdateEntityAsCustomerWithTokenQueryParams;
|
|
@@ -120137,10 +120481,10 @@ interface UpdateEntityAsCustomerWithTokenProps {
|
|
|
120137
120481
|
}
|
|
120138
120482
|
declare const updateEntityAsCustomerWithToken: (props: UpdateEntityAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateEntityAsCustomerWithTokenResponse>;
|
|
120139
120483
|
|
|
120140
|
-
declare const routeName$
|
|
120141
|
-
type UploadClaimDocumentAsBrokerPathParams = paths[typeof routeName$
|
|
120142
|
-
type UploadClaimDocumentAsBrokerQueryParams = paths[typeof routeName$
|
|
120143
|
-
type UploadClaimDocumentAsBrokerResponse = paths[typeof routeName$
|
|
120484
|
+
declare const routeName$6a = "/v1/api/claims/upload/{claim_doc_category}";
|
|
120485
|
+
type UploadClaimDocumentAsBrokerPathParams = paths[typeof routeName$6a]['post']['parameters']['path'];
|
|
120486
|
+
type UploadClaimDocumentAsBrokerQueryParams = paths[typeof routeName$6a]['post']['parameters']['query'];
|
|
120487
|
+
type UploadClaimDocumentAsBrokerResponse = paths[typeof routeName$6a]['post']['responses'][200]['content']['application/json'];
|
|
120144
120488
|
interface UploadClaimDocumentAsBrokerProps {
|
|
120145
120489
|
params: {
|
|
120146
120490
|
query: UploadClaimDocumentAsBrokerQueryParams;
|
|
@@ -120149,10 +120493,10 @@ interface UploadClaimDocumentAsBrokerProps {
|
|
|
120149
120493
|
}
|
|
120150
120494
|
declare const uploadClaimDocumentAsBroker: (props: UploadClaimDocumentAsBrokerProps, wgApiClient: ClientType) => Promise<UploadClaimDocumentAsBrokerResponse>;
|
|
120151
120495
|
|
|
120152
|
-
declare const routeName$
|
|
120153
|
-
type CreateUploadLinkAsCustomerPathParams = paths[typeof routeName$
|
|
120154
|
-
type CreateUploadLinkAsCustomerQueryParams = paths[typeof routeName$
|
|
120155
|
-
type CreateUploadLinkAsCustomerResponse = paths[typeof routeName$
|
|
120496
|
+
declare const routeName$69 = "/v1/api/claims/customer/upload/{claim_doc_category}";
|
|
120497
|
+
type CreateUploadLinkAsCustomerPathParams = paths[typeof routeName$69]['post']['parameters']['path'];
|
|
120498
|
+
type CreateUploadLinkAsCustomerQueryParams = paths[typeof routeName$69]['post']['parameters']['query'];
|
|
120499
|
+
type CreateUploadLinkAsCustomerResponse = paths[typeof routeName$69]['post']['responses'][200]['content']['application/json'];
|
|
120156
120500
|
interface CreateUploadLinkAsCustomerProps {
|
|
120157
120501
|
params: {
|
|
120158
120502
|
query: CreateUploadLinkAsCustomerQueryParams;
|
|
@@ -120161,9 +120505,9 @@ interface CreateUploadLinkAsCustomerProps {
|
|
|
120161
120505
|
}
|
|
120162
120506
|
declare const createUploadLinkAsCustomer: (props: CreateUploadLinkAsCustomerProps, wgApiClient: ClientType) => Promise<CreateUploadLinkAsCustomerResponse>;
|
|
120163
120507
|
|
|
120164
|
-
declare const routeName$
|
|
120165
|
-
type GenerateTokenForSocialLoginFlowAsBrokerQueryParams = paths[typeof routeName$
|
|
120166
|
-
type GenerateTokenForSocialLoginFlowAsBrokerResponse = paths[typeof routeName$
|
|
120508
|
+
declare const routeName$68 = "/v1/api/claims/generate/token";
|
|
120509
|
+
type GenerateTokenForSocialLoginFlowAsBrokerQueryParams = paths[typeof routeName$68]['post']['parameters']['query'];
|
|
120510
|
+
type GenerateTokenForSocialLoginFlowAsBrokerResponse = paths[typeof routeName$68]['post']['responses'][201]['content']['application/json'];
|
|
120167
120511
|
interface GenerateTokenForSocialLoginFlowAsBrokerProps {
|
|
120168
120512
|
params: {
|
|
120169
120513
|
query: GenerateTokenForSocialLoginFlowAsBrokerQueryParams;
|
|
@@ -120171,17 +120515,17 @@ interface GenerateTokenForSocialLoginFlowAsBrokerProps {
|
|
|
120171
120515
|
}
|
|
120172
120516
|
declare const generateTokenForSocialLoginFlowAsBroker: (props: GenerateTokenForSocialLoginFlowAsBrokerProps, wgApiClient: ClientType) => Promise<GenerateTokenForSocialLoginFlowAsBrokerResponse>;
|
|
120173
120517
|
|
|
120174
|
-
declare const routeName$
|
|
120175
|
-
type GetClaimEventsAsCustomerPathParams = paths[typeof routeName$
|
|
120176
|
-
type GetClaimEventsAsCustomerQueryParams = paths[typeof routeName$
|
|
120177
|
-
type GetClaimEventsAsCustomerResponse = paths[typeof routeName$
|
|
120178
|
-
type GetClaimEventsAsCustomerProps = paths[typeof routeName$
|
|
120518
|
+
declare const routeName$67 = "/v1/api/claims/customer/token/{token}/events";
|
|
120519
|
+
type GetClaimEventsAsCustomerPathParams = paths[typeof routeName$67]['get']['parameters']['path'];
|
|
120520
|
+
type GetClaimEventsAsCustomerQueryParams = paths[typeof routeName$67]['get']['parameters']['query'];
|
|
120521
|
+
type GetClaimEventsAsCustomerResponse = paths[typeof routeName$67]['get']['responses'][200]['content']['application/json'];
|
|
120522
|
+
type GetClaimEventsAsCustomerProps = paths[typeof routeName$67]['get']['parameters'];
|
|
120179
120523
|
declare const getClaimEventsAsCustomer: (props: GetClaimEventsAsCustomerProps, wgApiClient: ClientType) => Promise<GetClaimEventsAsCustomerResponse>;
|
|
120180
120524
|
|
|
120181
|
-
declare const routeName$
|
|
120182
|
-
type CreateDocumentForClaimAsCustomerPathParams = paths[typeof routeName$
|
|
120183
|
-
type CreateDocumentForClaimAsCustomerQueryParams = paths[typeof routeName$
|
|
120184
|
-
type CreateDocumentForClaimAsCustomerResponse = paths[typeof routeName$
|
|
120525
|
+
declare const routeName$66 = "/v1/api/claims/customer/token/{token}/documents";
|
|
120526
|
+
type CreateDocumentForClaimAsCustomerPathParams = paths[typeof routeName$66]['post']['parameters']['path'];
|
|
120527
|
+
type CreateDocumentForClaimAsCustomerQueryParams = paths[typeof routeName$66]['post']['parameters']['query'];
|
|
120528
|
+
type CreateDocumentForClaimAsCustomerResponse = paths[typeof routeName$66]['post']['responses'][200]['content']['application/json'];
|
|
120185
120529
|
interface CreateDocumentForClaimAsCustomerProps {
|
|
120186
120530
|
params: {
|
|
120187
120531
|
query: CreateDocumentForClaimAsCustomerQueryParams;
|
|
@@ -120190,10 +120534,10 @@ interface CreateDocumentForClaimAsCustomerProps {
|
|
|
120190
120534
|
}
|
|
120191
120535
|
declare const createDocumentForClaimAsCustomer: (props: CreateDocumentForClaimAsCustomerProps, wgApiClient: ClientType) => Promise<CreateDocumentForClaimAsCustomerResponse>;
|
|
120192
120536
|
|
|
120193
|
-
declare const routeName$
|
|
120194
|
-
type DeleteDocumentByIdAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
120195
|
-
type DeleteDocumentByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
120196
|
-
type DeleteDocumentByIdAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
120537
|
+
declare const routeName$65 = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
|
|
120538
|
+
type DeleteDocumentByIdAsCustomerWithTokenPathParams = paths[typeof routeName$65]['delete']['parameters']['path'];
|
|
120539
|
+
type DeleteDocumentByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$65]['delete']['parameters']['query'];
|
|
120540
|
+
type DeleteDocumentByIdAsCustomerWithTokenResponse = paths[typeof routeName$65]['delete']['responses'][200]['content']['application/json'];
|
|
120197
120541
|
interface DeleteDocumentByIdAsCustomerWithTokenProps {
|
|
120198
120542
|
params: {
|
|
120199
120543
|
query: DeleteDocumentByIdAsCustomerWithTokenQueryParams;
|
|
@@ -120202,10 +120546,10 @@ interface DeleteDocumentByIdAsCustomerWithTokenProps {
|
|
|
120202
120546
|
}
|
|
120203
120547
|
declare const deleteDocumentByIdAsCustomerWithToken: (props: DeleteDocumentByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<DeleteDocumentByIdAsCustomerWithTokenResponse>;
|
|
120204
120548
|
|
|
120205
|
-
declare const routeName$
|
|
120206
|
-
type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
120207
|
-
type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
120208
|
-
type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
120549
|
+
declare const routeName$64 = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
|
|
120550
|
+
type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams = paths[typeof routeName$64]['patch']['parameters']['path'];
|
|
120551
|
+
type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$64]['patch']['parameters']['query'];
|
|
120552
|
+
type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse = paths[typeof routeName$64]['patch']['responses'][200]['content']['application/json'];
|
|
120209
120553
|
interface UpdateDocumentMetadataByIdAsCustomerWithTokenProps {
|
|
120210
120554
|
params: {
|
|
120211
120555
|
query: UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams;
|
|
@@ -120214,10 +120558,10 @@ interface UpdateDocumentMetadataByIdAsCustomerWithTokenProps {
|
|
|
120214
120558
|
}
|
|
120215
120559
|
declare const updateDocumentMetadataByIdAsCustomerWithToken: (props: UpdateDocumentMetadataByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateDocumentMetadataByIdAsCustomerWithTokenResponse>;
|
|
120216
120560
|
|
|
120217
|
-
declare const routeName$
|
|
120218
|
-
type CreateNoteOnEventAsCustomerPathParams = paths[typeof routeName$
|
|
120219
|
-
type CreateNoteOnEventAsCustomerQueryParams = paths[typeof routeName$
|
|
120220
|
-
type CreateNoteOnEventAsCustomerResponse = paths[typeof routeName$
|
|
120561
|
+
declare const routeName$63 = "/v1/api/claims/customer/token/{token}/events/{event_id}/notes";
|
|
120562
|
+
type CreateNoteOnEventAsCustomerPathParams = paths[typeof routeName$63]['post']['parameters']['path'];
|
|
120563
|
+
type CreateNoteOnEventAsCustomerQueryParams = paths[typeof routeName$63]['post']['parameters']['query'];
|
|
120564
|
+
type CreateNoteOnEventAsCustomerResponse = paths[typeof routeName$63]['post']['responses'][200]['content']['application/json'];
|
|
120221
120565
|
interface CreateNoteOnEventAsCustomerProps {
|
|
120222
120566
|
params: {
|
|
120223
120567
|
query: CreateNoteOnEventAsCustomerQueryParams;
|
|
@@ -120226,10 +120570,10 @@ interface CreateNoteOnEventAsCustomerProps {
|
|
|
120226
120570
|
}
|
|
120227
120571
|
declare const createNoteOnEventAsCustomer: (props: CreateNoteOnEventAsCustomerProps, wgApiClient: ClientType) => Promise<CreateNoteOnEventAsCustomerResponse>;
|
|
120228
120572
|
|
|
120229
|
-
declare const routeName$
|
|
120230
|
-
type CreateEntityAsBrokerPathParams = paths[typeof routeName$
|
|
120231
|
-
type CreateEntityAsBrokerQueryParams = paths[typeof routeName$
|
|
120232
|
-
type CreateEntityAsBrokerResponse = paths[typeof routeName$
|
|
120573
|
+
declare const routeName$62 = "/v1/api/claims/{claim_id}/entities";
|
|
120574
|
+
type CreateEntityAsBrokerPathParams = paths[typeof routeName$62]['post']['parameters']['path'];
|
|
120575
|
+
type CreateEntityAsBrokerQueryParams = paths[typeof routeName$62]['post']['parameters']['query'];
|
|
120576
|
+
type CreateEntityAsBrokerResponse = paths[typeof routeName$62]['post']['responses'][201]['content']['application/json'];
|
|
120233
120577
|
interface CreateEntityAsBrokerProps {
|
|
120234
120578
|
params: {
|
|
120235
120579
|
query: CreateEntityAsBrokerQueryParams;
|
|
@@ -120238,10 +120582,10 @@ interface CreateEntityAsBrokerProps {
|
|
|
120238
120582
|
}
|
|
120239
120583
|
declare const createEntityAsBroker: (props: CreateEntityAsBrokerProps, wgApiClient: ClientType) => Promise<CreateEntityAsBrokerResponse>;
|
|
120240
120584
|
|
|
120241
|
-
declare const routeName$
|
|
120242
|
-
type DeleteEntityAsBrokerByIdPathParams = paths[typeof routeName$
|
|
120243
|
-
type DeleteEntityAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
120244
|
-
type DeleteEntityAsBrokerByIdResponse = paths[typeof routeName$
|
|
120585
|
+
declare const routeName$61 = "/v1/api/claims/{claim_id}/entities/{entity_id}";
|
|
120586
|
+
type DeleteEntityAsBrokerByIdPathParams = paths[typeof routeName$61]['delete']['parameters']['path'];
|
|
120587
|
+
type DeleteEntityAsBrokerByIdQueryParams = paths[typeof routeName$61]['delete']['parameters']['query'];
|
|
120588
|
+
type DeleteEntityAsBrokerByIdResponse = paths[typeof routeName$61]['delete']['responses'][200]['content']['application/json'];
|
|
120245
120589
|
interface DeleteEntityAsBrokerByIdProps {
|
|
120246
120590
|
params: {
|
|
120247
120591
|
query: DeleteEntityAsBrokerByIdQueryParams;
|
|
@@ -120250,10 +120594,10 @@ interface DeleteEntityAsBrokerByIdProps {
|
|
|
120250
120594
|
}
|
|
120251
120595
|
declare const deleteEntityAsBrokerById: (props: DeleteEntityAsBrokerByIdProps, wgApiClient: ClientType) => Promise<DeleteEntityAsBrokerByIdResponse>;
|
|
120252
120596
|
|
|
120253
|
-
declare const routeName$
|
|
120254
|
-
type UpdateEntityAsBrokerByIdPathParams = paths[typeof routeName$
|
|
120255
|
-
type UpdateEntityAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
120256
|
-
type UpdateEntityAsBrokerByIdResponse = paths[typeof routeName$
|
|
120597
|
+
declare const routeName$60 = "/v1/api/claims/{claim_id}/entities/{entity_id}";
|
|
120598
|
+
type UpdateEntityAsBrokerByIdPathParams = paths[typeof routeName$60]['patch']['parameters']['path'];
|
|
120599
|
+
type UpdateEntityAsBrokerByIdQueryParams = paths[typeof routeName$60]['patch']['parameters']['query'];
|
|
120600
|
+
type UpdateEntityAsBrokerByIdResponse = paths[typeof routeName$60]['patch']['responses'][200]['content']['application/json'];
|
|
120257
120601
|
interface UpdateEntityAsBrokerByIdProps {
|
|
120258
120602
|
params: {
|
|
120259
120603
|
query: UpdateEntityAsBrokerByIdQueryParams;
|
|
@@ -120262,17 +120606,17 @@ interface UpdateEntityAsBrokerByIdProps {
|
|
|
120262
120606
|
}
|
|
120263
120607
|
declare const updateEntityAsBrokerById: (props: UpdateEntityAsBrokerByIdProps, wgApiClient: ClientType) => Promise<UpdateEntityAsBrokerByIdResponse>;
|
|
120264
120608
|
|
|
120265
|
-
declare const routeName$
|
|
120266
|
-
type GetClaimEventsAsBrokerByIdPathParams = paths[typeof routeName$
|
|
120267
|
-
type GetClaimEventsAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
120268
|
-
type GetClaimEventsAsBrokerByIdResponse = paths[typeof routeName$
|
|
120269
|
-
type GetClaimEventsAsBrokerByIdProps = paths[typeof routeName$
|
|
120609
|
+
declare const routeName$5$ = "/v1/api/claims/{claim_id}/events";
|
|
120610
|
+
type GetClaimEventsAsBrokerByIdPathParams = paths[typeof routeName$5$]['get']['parameters']['path'];
|
|
120611
|
+
type GetClaimEventsAsBrokerByIdQueryParams = paths[typeof routeName$5$]['get']['parameters']['query'];
|
|
120612
|
+
type GetClaimEventsAsBrokerByIdResponse = paths[typeof routeName$5$]['get']['responses'][200]['content']['application/json'];
|
|
120613
|
+
type GetClaimEventsAsBrokerByIdProps = paths[typeof routeName$5$]['get']['parameters'];
|
|
120270
120614
|
declare const getClaimEventsAsBrokerById: (props: GetClaimEventsAsBrokerByIdProps, wgApiClient: ClientType) => Promise<GetClaimEventsAsBrokerByIdResponse>;
|
|
120271
120615
|
|
|
120272
|
-
declare const routeName$
|
|
120273
|
-
type SendClaimToKeypointPathParams = paths[typeof routeName$
|
|
120274
|
-
type SendClaimToKeypointQueryParams = paths[typeof routeName$
|
|
120275
|
-
type SendClaimToKeypointResponse = paths[typeof routeName$
|
|
120616
|
+
declare const routeName$5_ = "/v1/api/claims/{claim_id}/connections/keypoint/declaration";
|
|
120617
|
+
type SendClaimToKeypointPathParams = paths[typeof routeName$5_]['post']['parameters']['path'];
|
|
120618
|
+
type SendClaimToKeypointQueryParams = paths[typeof routeName$5_]['post']['parameters']['query'];
|
|
120619
|
+
type SendClaimToKeypointResponse = paths[typeof routeName$5_]['post']['responses'][201]['content']['application/json'];
|
|
120276
120620
|
interface SendClaimToKeypointProps {
|
|
120277
120621
|
params: {
|
|
120278
120622
|
query: SendClaimToKeypointQueryParams;
|
|
@@ -120281,10 +120625,10 @@ interface SendClaimToKeypointProps {
|
|
|
120281
120625
|
}
|
|
120282
120626
|
declare const sendClaimToKeypoint: (props: SendClaimToKeypointProps, wgApiClient: ClientType) => Promise<SendClaimToKeypointResponse>;
|
|
120283
120627
|
|
|
120284
|
-
declare const routeName$
|
|
120285
|
-
type SendMailFollowupPageToCustomerPathParams = paths[typeof routeName$
|
|
120286
|
-
type SendMailFollowupPageToCustomerQueryParams = paths[typeof routeName$
|
|
120287
|
-
type SendMailFollowupPageToCustomerResponse = paths[typeof routeName$
|
|
120628
|
+
declare const routeName$5Z = "/v1/api/claims/{claim_id}/customer/followup-page/email";
|
|
120629
|
+
type SendMailFollowupPageToCustomerPathParams = paths[typeof routeName$5Z]['post']['parameters']['path'];
|
|
120630
|
+
type SendMailFollowupPageToCustomerQueryParams = paths[typeof routeName$5Z]['post']['parameters']['query'];
|
|
120631
|
+
type SendMailFollowupPageToCustomerResponse = paths[typeof routeName$5Z]['post']['responses'][200]['content']['application/json'];
|
|
120288
120632
|
interface SendMailFollowupPageToCustomerProps {
|
|
120289
120633
|
params: {
|
|
120290
120634
|
query: SendMailFollowupPageToCustomerQueryParams;
|
|
@@ -120293,21 +120637,21 @@ interface SendMailFollowupPageToCustomerProps {
|
|
|
120293
120637
|
}
|
|
120294
120638
|
declare const sendMailFollowupPageToCustomer: (props: SendMailFollowupPageToCustomerProps, wgApiClient: ClientType) => Promise<SendMailFollowupPageToCustomerResponse>;
|
|
120295
120639
|
|
|
120296
|
-
declare const routeName$
|
|
120297
|
-
type GetAllCarClaimCategoriesResponse = paths[typeof routeName$
|
|
120640
|
+
declare const routeName$5Y = "/v1/api/claims/categories/CAR";
|
|
120641
|
+
type GetAllCarClaimCategoriesResponse = paths[typeof routeName$5Y]['get']['responses'][200]['content']['application/json'];
|
|
120298
120642
|
declare const getAllCarClaimCategories: (wgApiClient: ClientType) => Promise<GetAllCarClaimCategoriesResponse>;
|
|
120299
120643
|
|
|
120300
|
-
declare const routeName$
|
|
120301
|
-
type GetInfoForClaimPathParams = paths[typeof routeName$
|
|
120302
|
-
type GetInfoForClaimQueryParams = paths[typeof routeName$
|
|
120303
|
-
type GetInfoForClaimResponse = paths[typeof routeName$
|
|
120304
|
-
type GetInfoForClaimProps = paths[typeof routeName$
|
|
120644
|
+
declare const routeName$5X = "/v1/api/claims/info/{claim_type}/{claim_category}";
|
|
120645
|
+
type GetInfoForClaimPathParams = paths[typeof routeName$5X]['get']['parameters']['path'];
|
|
120646
|
+
type GetInfoForClaimQueryParams = paths[typeof routeName$5X]['get']['parameters']['query'];
|
|
120647
|
+
type GetInfoForClaimResponse = paths[typeof routeName$5X]['get']['responses'][200]['content']['application/json'];
|
|
120648
|
+
type GetInfoForClaimProps = paths[typeof routeName$5X]['get']['parameters'];
|
|
120305
120649
|
declare const getInfoForClaim: (props: GetInfoForClaimProps, wgApiClient: ClientType) => Promise<GetInfoForClaimResponse>;
|
|
120306
120650
|
|
|
120307
|
-
declare const routeName$
|
|
120308
|
-
type CreateNoteOnEventPathParams = paths[typeof routeName$
|
|
120309
|
-
type CreateNoteOnEventQueryParams = paths[typeof routeName$
|
|
120310
|
-
type CreateNoteOnEventResponse = paths[typeof routeName$
|
|
120651
|
+
declare const routeName$5W = "/v1/api/claims/{claim_id}/events/{event_id}/notes";
|
|
120652
|
+
type CreateNoteOnEventPathParams = paths[typeof routeName$5W]['post']['parameters']['path'];
|
|
120653
|
+
type CreateNoteOnEventQueryParams = paths[typeof routeName$5W]['post']['parameters']['query'];
|
|
120654
|
+
type CreateNoteOnEventResponse = paths[typeof routeName$5W]['post']['responses'][201]['content']['application/json'];
|
|
120311
120655
|
interface CreateNoteOnEventProps {
|
|
120312
120656
|
params: {
|
|
120313
120657
|
query: CreateNoteOnEventQueryParams;
|
|
@@ -120316,10 +120660,10 @@ interface CreateNoteOnEventProps {
|
|
|
120316
120660
|
}
|
|
120317
120661
|
declare const createNoteOnEvent: (props: CreateNoteOnEventProps, wgApiClient: ClientType) => Promise<CreateNoteOnEventResponse>;
|
|
120318
120662
|
|
|
120319
|
-
declare const routeName$
|
|
120320
|
-
type DeleteNotePathParams = paths[typeof routeName$
|
|
120321
|
-
type DeleteNoteQueryParams = paths[typeof routeName$
|
|
120322
|
-
type DeleteNoteResponse = paths[typeof routeName$
|
|
120663
|
+
declare const routeName$5V = "/v1/api/claims/notes/{note_id}";
|
|
120664
|
+
type DeleteNotePathParams = paths[typeof routeName$5V]['delete']['parameters']['path'];
|
|
120665
|
+
type DeleteNoteQueryParams = paths[typeof routeName$5V]['delete']['parameters']['query'];
|
|
120666
|
+
type DeleteNoteResponse = paths[typeof routeName$5V]['delete']['responses'][200]['content']['application/json'];
|
|
120323
120667
|
interface DeleteNoteProps {
|
|
120324
120668
|
params: {
|
|
120325
120669
|
query: DeleteNoteQueryParams;
|
|
@@ -120328,10 +120672,10 @@ interface DeleteNoteProps {
|
|
|
120328
120672
|
}
|
|
120329
120673
|
declare const deleteNote: (props: DeleteNoteProps, wgApiClient: ClientType) => Promise<DeleteNoteResponse>;
|
|
120330
120674
|
|
|
120331
|
-
declare const routeName$
|
|
120332
|
-
type UpdateNotePathParams = paths[typeof routeName$
|
|
120333
|
-
type UpdateNoteQueryParams = paths[typeof routeName$
|
|
120334
|
-
type UpdateNoteResponse = paths[typeof routeName$
|
|
120675
|
+
declare const routeName$5U = "/v1/api/claims/notes/{note_id}";
|
|
120676
|
+
type UpdateNotePathParams = paths[typeof routeName$5U]['patch']['parameters']['path'];
|
|
120677
|
+
type UpdateNoteQueryParams = paths[typeof routeName$5U]['patch']['parameters']['query'];
|
|
120678
|
+
type UpdateNoteResponse = paths[typeof routeName$5U]['patch']['responses'][200]['content']['application/json'];
|
|
120335
120679
|
interface UpdateNoteProps {
|
|
120336
120680
|
params: {
|
|
120337
120681
|
query: UpdateNoteQueryParams;
|
|
@@ -120340,17 +120684,17 @@ interface UpdateNoteProps {
|
|
|
120340
120684
|
}
|
|
120341
120685
|
declare const updateNote: (props: UpdateNoteProps, wgApiClient: ClientType) => Promise<UpdateNoteResponse>;
|
|
120342
120686
|
|
|
120343
|
-
declare const routeName$
|
|
120344
|
-
type ClaimReportByIdPathParams = paths[typeof routeName$
|
|
120345
|
-
type ClaimReportByIdQueryParams = paths[typeof routeName$
|
|
120346
|
-
type ClaimReportByIdResponse = paths[typeof routeName$
|
|
120347
|
-
type ClaimReportByIdProps = paths[typeof routeName$
|
|
120687
|
+
declare const routeName$5T = "/v1/api/claims/{claim_id}/report";
|
|
120688
|
+
type ClaimReportByIdPathParams = paths[typeof routeName$5T]['get']['parameters']['path'];
|
|
120689
|
+
type ClaimReportByIdQueryParams = paths[typeof routeName$5T]['get']['parameters']['query'];
|
|
120690
|
+
type ClaimReportByIdResponse = paths[typeof routeName$5T]['get']['responses'][200]['content']['application/json'];
|
|
120691
|
+
type ClaimReportByIdProps = paths[typeof routeName$5T]['get']['parameters'];
|
|
120348
120692
|
declare const claimReportById: (props: ClaimReportByIdProps, wgApiClient: ClientType) => Promise<ClaimReportByIdResponse>;
|
|
120349
120693
|
|
|
120350
|
-
declare const routeName$
|
|
120351
|
-
type SendMailClaimReportByIdPathParams = paths[typeof routeName$
|
|
120352
|
-
type SendMailClaimReportByIdQueryParams = paths[typeof routeName$
|
|
120353
|
-
type SendMailClaimReportByIdResponse = paths[typeof routeName$
|
|
120694
|
+
declare const routeName$5S = "/v1/api/claims/{claim_id}/report/email";
|
|
120695
|
+
type SendMailClaimReportByIdPathParams = paths[typeof routeName$5S]['post']['parameters']['path'];
|
|
120696
|
+
type SendMailClaimReportByIdQueryParams = paths[typeof routeName$5S]['post']['parameters']['query'];
|
|
120697
|
+
type SendMailClaimReportByIdResponse = paths[typeof routeName$5S]['post']['responses'][200]['content']['application/json'];
|
|
120354
120698
|
interface SendMailClaimReportByIdProps {
|
|
120355
120699
|
params: {
|
|
120356
120700
|
query: SendMailClaimReportByIdQueryParams;
|
|
@@ -120359,16 +120703,16 @@ interface SendMailClaimReportByIdProps {
|
|
|
120359
120703
|
}
|
|
120360
120704
|
declare const sendMailClaimReportById: (props: SendMailClaimReportByIdProps, wgApiClient: ClientType) => Promise<SendMailClaimReportByIdResponse>;
|
|
120361
120705
|
|
|
120362
|
-
declare const routeName$
|
|
120363
|
-
type GetBrokerConnectionsByIdPathParams = paths[typeof routeName$
|
|
120364
|
-
type GetBrokerConnectionsByIdResponse = paths[typeof routeName$
|
|
120365
|
-
type GetBrokerConnectionsByIdProps = paths[typeof routeName$
|
|
120706
|
+
declare const routeName$5R = "/v1/api/brokers/{broker_id}/connections";
|
|
120707
|
+
type GetBrokerConnectionsByIdPathParams = paths[typeof routeName$5R]['get']['parameters']['path'];
|
|
120708
|
+
type GetBrokerConnectionsByIdResponse = paths[typeof routeName$5R]['get']['responses'][200]['content']['application/json'];
|
|
120709
|
+
type GetBrokerConnectionsByIdProps = paths[typeof routeName$5R]['get']['parameters'];
|
|
120366
120710
|
declare const getBrokerConnectionsById: (props: GetBrokerConnectionsByIdProps, wgApiClient: ClientType) => Promise<GetBrokerConnectionsByIdResponse>;
|
|
120367
120711
|
|
|
120368
|
-
declare const routeName$
|
|
120369
|
-
type CreateBrokerConnectionsByIdBody = paths[typeof routeName$
|
|
120370
|
-
type CreateBrokerConnectionsByIdPathParams = paths[typeof routeName$
|
|
120371
|
-
type CreateBrokerConnectionsByIdResponse = paths[typeof routeName$
|
|
120712
|
+
declare const routeName$5Q = "/v1/api/brokers/{broker_id}/connections/{key}";
|
|
120713
|
+
type CreateBrokerConnectionsByIdBody = paths[typeof routeName$5Q]['post']['requestBody']['content']['application/json'];
|
|
120714
|
+
type CreateBrokerConnectionsByIdPathParams = paths[typeof routeName$5Q]['post']['parameters']['path'];
|
|
120715
|
+
type CreateBrokerConnectionsByIdResponse = paths[typeof routeName$5Q]['post']['responses'][201]['content']['application/json'];
|
|
120372
120716
|
interface CreateBrokerConnectionsByIdProps {
|
|
120373
120717
|
body: CreateBrokerConnectionsByIdBody;
|
|
120374
120718
|
params: {
|
|
@@ -120377,9 +120721,9 @@ interface CreateBrokerConnectionsByIdProps {
|
|
|
120377
120721
|
}
|
|
120378
120722
|
declare const createBrokerConnectionsById: (props: CreateBrokerConnectionsByIdProps, wgApiClient: ClientType) => Promise<CreateBrokerConnectionsByIdResponse>;
|
|
120379
120723
|
|
|
120380
|
-
declare const routeName$
|
|
120381
|
-
type DeleteBrokerConnectionByKeyPathParams = paths[typeof routeName$
|
|
120382
|
-
type DeleteBrokerConnectionByKeyResponse = paths[typeof routeName$
|
|
120724
|
+
declare const routeName$5P = "/v1/api/brokers/{broker_id}/connections/{key}";
|
|
120725
|
+
type DeleteBrokerConnectionByKeyPathParams = paths[typeof routeName$5P]['delete']['parameters']['path'];
|
|
120726
|
+
type DeleteBrokerConnectionByKeyResponse = paths[typeof routeName$5P]['delete']['responses'][200]['content']['application/json'];
|
|
120383
120727
|
interface DeleteBrokerConnectionByKeyProps {
|
|
120384
120728
|
params: {
|
|
120385
120729
|
path: DeleteBrokerConnectionByKeyPathParams;
|
|
@@ -120387,10 +120731,10 @@ interface DeleteBrokerConnectionByKeyProps {
|
|
|
120387
120731
|
}
|
|
120388
120732
|
declare const deleteBrokerConnectionByKey: (props: DeleteBrokerConnectionByKeyProps, wgApiClient: ClientType) => Promise<DeleteBrokerConnectionByKeyResponse>;
|
|
120389
120733
|
|
|
120390
|
-
declare const routeName$
|
|
120391
|
-
type UpdateBrokerConnectionByKeyBody = paths[typeof routeName$
|
|
120392
|
-
type UpdateBrokerConnectionByKeyPathParams = paths[typeof routeName$
|
|
120393
|
-
type UpdateBrokerConnectionByKeyResponse = paths[typeof routeName$
|
|
120734
|
+
declare const routeName$5O = "/v1/api/brokers/{broker_id}/connections/{key}";
|
|
120735
|
+
type UpdateBrokerConnectionByKeyBody = paths[typeof routeName$5O]['patch']['requestBody']['content']['application/json'];
|
|
120736
|
+
type UpdateBrokerConnectionByKeyPathParams = paths[typeof routeName$5O]['patch']['parameters']['path'];
|
|
120737
|
+
type UpdateBrokerConnectionByKeyResponse = paths[typeof routeName$5O]['patch']['responses'][200]['content']['application/json'];
|
|
120394
120738
|
interface UpdateBrokerConnectionByKeyProps {
|
|
120395
120739
|
body: UpdateBrokerConnectionByKeyBody;
|
|
120396
120740
|
params: {
|
|
@@ -120399,10 +120743,10 @@ interface UpdateBrokerConnectionByKeyProps {
|
|
|
120399
120743
|
}
|
|
120400
120744
|
declare const updateBrokerConnectionByKey: (props: UpdateBrokerConnectionByKeyProps, wgApiClient: ClientType) => Promise<UpdateBrokerConnectionByKeyResponse>;
|
|
120401
120745
|
|
|
120402
|
-
declare const routeName$
|
|
120403
|
-
type CreateDistributionConnectionByIdBody = paths[typeof routeName$
|
|
120404
|
-
type CreateDistributionConnectionByIdPathParams = paths[typeof routeName$
|
|
120405
|
-
type CreateDistributionConnectionByIdResponse = paths[typeof routeName$
|
|
120746
|
+
declare const routeName$5N = "/v1/api/distributions/{distribution_id}/connections/{key}";
|
|
120747
|
+
type CreateDistributionConnectionByIdBody = paths[typeof routeName$5N]['post']['requestBody']['content']['application/json'];
|
|
120748
|
+
type CreateDistributionConnectionByIdPathParams = paths[typeof routeName$5N]['post']['parameters']['path'];
|
|
120749
|
+
type CreateDistributionConnectionByIdResponse = paths[typeof routeName$5N]['post']['responses'][201]['content']['application/json'];
|
|
120406
120750
|
interface CreateDistributionConnectionByIdProps {
|
|
120407
120751
|
body: CreateDistributionConnectionByIdBody;
|
|
120408
120752
|
params: {
|
|
@@ -120411,9 +120755,9 @@ interface CreateDistributionConnectionByIdProps {
|
|
|
120411
120755
|
}
|
|
120412
120756
|
declare const createDistributionConnectionById: (props: CreateDistributionConnectionByIdProps, wgApiClient: ClientType) => Promise<CreateDistributionConnectionByIdResponse>;
|
|
120413
120757
|
|
|
120414
|
-
declare const routeName$
|
|
120415
|
-
type DeleteDistributionConnectionByKeyPathParams = paths[typeof routeName$
|
|
120416
|
-
type DeleteDistributionConnectionByKeyResponse = paths[typeof routeName$
|
|
120758
|
+
declare const routeName$5M = "/v1/api/distributions/{distribution_id}/connections/{key}";
|
|
120759
|
+
type DeleteDistributionConnectionByKeyPathParams = paths[typeof routeName$5M]['delete']['parameters']['path'];
|
|
120760
|
+
type DeleteDistributionConnectionByKeyResponse = paths[typeof routeName$5M]['delete']['responses'][200]['content']['application/json'];
|
|
120417
120761
|
interface DeleteDistributionConnectionByKeyProps {
|
|
120418
120762
|
params: {
|
|
120419
120763
|
path: DeleteDistributionConnectionByKeyPathParams;
|
|
@@ -120421,10 +120765,10 @@ interface DeleteDistributionConnectionByKeyProps {
|
|
|
120421
120765
|
}
|
|
120422
120766
|
declare const deleteDistributionConnectionByKey: (props: DeleteDistributionConnectionByKeyProps, wgApiClient: ClientType) => Promise<DeleteDistributionConnectionByKeyResponse>;
|
|
120423
120767
|
|
|
120424
|
-
declare const routeName$
|
|
120425
|
-
type UpdateDistributionConnectionByKeyBody = paths[typeof routeName$
|
|
120426
|
-
type UpdateDistributionConnectionByKeyPathParams = paths[typeof routeName$
|
|
120427
|
-
type UpdateDistributionConnectionByKeyResponse = paths[typeof routeName$
|
|
120768
|
+
declare const routeName$5L = "/v1/api/distributions/{distribution_id}/connections/{key}";
|
|
120769
|
+
type UpdateDistributionConnectionByKeyBody = paths[typeof routeName$5L]['patch']['requestBody']['content']['application/json'];
|
|
120770
|
+
type UpdateDistributionConnectionByKeyPathParams = paths[typeof routeName$5L]['patch']['parameters']['path'];
|
|
120771
|
+
type UpdateDistributionConnectionByKeyResponse = paths[typeof routeName$5L]['patch']['responses'][200]['content']['application/json'];
|
|
120428
120772
|
interface UpdateDistributionConnectionByKeyProps {
|
|
120429
120773
|
body: UpdateDistributionConnectionByKeyBody;
|
|
120430
120774
|
params: {
|
|
@@ -120433,41 +120777,41 @@ interface UpdateDistributionConnectionByKeyProps {
|
|
|
120433
120777
|
}
|
|
120434
120778
|
declare const updateDistributionConnectionByKey: (props: UpdateDistributionConnectionByKeyProps, wgApiClient: ClientType) => Promise<UpdateDistributionConnectionByKeyResponse>;
|
|
120435
120779
|
|
|
120436
|
-
declare const routeName$
|
|
120437
|
-
type GetDistributionConnectionsByIdPathParams = paths[typeof routeName$
|
|
120438
|
-
type GetDistributionConnectionsByIdQueryParams = paths[typeof routeName$
|
|
120439
|
-
type GetDistributionConnectionsByIdResponse = paths[typeof routeName$
|
|
120440
|
-
type GetDistributionConnectionsByIdProps = paths[typeof routeName$
|
|
120780
|
+
declare const routeName$5K = "/v1/api/distributions/{distribution_id}/connections";
|
|
120781
|
+
type GetDistributionConnectionsByIdPathParams = paths[typeof routeName$5K]['get']['parameters']['path'];
|
|
120782
|
+
type GetDistributionConnectionsByIdQueryParams = paths[typeof routeName$5K]['get']['parameters']['query'];
|
|
120783
|
+
type GetDistributionConnectionsByIdResponse = paths[typeof routeName$5K]['get']['responses'][200]['content']['application/json'];
|
|
120784
|
+
type GetDistributionConnectionsByIdProps = paths[typeof routeName$5K]['get']['parameters'];
|
|
120441
120785
|
declare const getDistributionConnectionsById: (props: GetDistributionConnectionsByIdProps, wgApiClient: ClientType) => Promise<GetDistributionConnectionsByIdResponse>;
|
|
120442
120786
|
|
|
120443
|
-
declare const routeName$
|
|
120444
|
-
type GetAnvaPartiesQueryParams = paths[typeof routeName$
|
|
120445
|
-
type GetAnvaPartiesResponse = paths[typeof routeName$
|
|
120446
|
-
type GetAnvaPartiesProps = paths[typeof routeName$
|
|
120787
|
+
declare const routeName$5J = "/v1/api/connections/anva/parties";
|
|
120788
|
+
type GetAnvaPartiesQueryParams = paths[typeof routeName$5J]['get']['parameters']['query'];
|
|
120789
|
+
type GetAnvaPartiesResponse = paths[typeof routeName$5J]['get']['responses'][200]['content']['application/json'];
|
|
120790
|
+
type GetAnvaPartiesProps = paths[typeof routeName$5J]['get']['parameters'];
|
|
120447
120791
|
declare const getAnvaParties: (props: GetAnvaPartiesProps, wgApiClient: ClientType) => Promise<GetAnvaPartiesResponse>;
|
|
120448
120792
|
|
|
120449
|
-
declare const routeName$
|
|
120450
|
-
type GetAnvaEmployeesQueryParams = paths[typeof routeName$
|
|
120451
|
-
type GetAnvaEmployeesResponse = paths[typeof routeName$
|
|
120452
|
-
type GetAnvaEmployeesProps = paths[typeof routeName$
|
|
120793
|
+
declare const routeName$5I = "/v1/api/connections/anva/employees";
|
|
120794
|
+
type GetAnvaEmployeesQueryParams = paths[typeof routeName$5I]['get']['parameters']['query'];
|
|
120795
|
+
type GetAnvaEmployeesResponse = paths[typeof routeName$5I]['get']['responses'][200]['content']['application/json'];
|
|
120796
|
+
type GetAnvaEmployeesProps = paths[typeof routeName$5I]['get']['parameters'];
|
|
120453
120797
|
declare const getAnvaEmployees: (props: GetAnvaEmployeesProps, wgApiClient: ClientType) => Promise<GetAnvaEmployeesResponse>;
|
|
120454
120798
|
|
|
120455
|
-
declare const routeName$
|
|
120456
|
-
type GetAnvaAgentsQueryParams = paths[typeof routeName$
|
|
120457
|
-
type GetAnvaAgentsResponse = paths[typeof routeName$
|
|
120458
|
-
type GetAnvaAgentsProps = paths[typeof routeName$
|
|
120799
|
+
declare const routeName$5H = "/v1/api/connections/anva/agents";
|
|
120800
|
+
type GetAnvaAgentsQueryParams = paths[typeof routeName$5H]['get']['parameters']['query'];
|
|
120801
|
+
type GetAnvaAgentsResponse = paths[typeof routeName$5H]['get']['responses'][200]['content']['application/json'];
|
|
120802
|
+
type GetAnvaAgentsProps = paths[typeof routeName$5H]['get']['parameters'];
|
|
120459
120803
|
declare const getAnvaAgents: (props: GetAnvaAgentsProps, wgApiClient: ClientType) => Promise<GetAnvaAgentsResponse>;
|
|
120460
120804
|
|
|
120461
|
-
declare const routeName$
|
|
120462
|
-
type GetAnvaProductsQueryParams = paths[typeof routeName$
|
|
120463
|
-
type GetAnvaProductsResponse = paths[typeof routeName$
|
|
120464
|
-
type GetAnvaProductsProps = paths[typeof routeName$
|
|
120805
|
+
declare const routeName$5G = "/v1/api/connections/anva/products";
|
|
120806
|
+
type GetAnvaProductsQueryParams = paths[typeof routeName$5G]['get']['parameters']['query'];
|
|
120807
|
+
type GetAnvaProductsResponse = paths[typeof routeName$5G]['get']['responses'][200]['content']['application/json'];
|
|
120808
|
+
type GetAnvaProductsProps = paths[typeof routeName$5G]['get']['parameters'];
|
|
120465
120809
|
declare const getAnvaProducts: (props: GetAnvaProductsProps, wgApiClient: ClientType) => Promise<GetAnvaProductsResponse>;
|
|
120466
120810
|
|
|
120467
|
-
declare const routeName$
|
|
120468
|
-
type ImportAnvaPartyInWegroupPathParams = paths[typeof routeName$
|
|
120469
|
-
type ImportAnvaPartyInWegroupQueryParams = paths[typeof routeName$
|
|
120470
|
-
type ImportAnvaPartyInWegroupResponse = paths[typeof routeName$
|
|
120811
|
+
declare const routeName$5F = "/v1/api/connections/anva/parties/{anva_id}/imports";
|
|
120812
|
+
type ImportAnvaPartyInWegroupPathParams = paths[typeof routeName$5F]['post']['parameters']['path'];
|
|
120813
|
+
type ImportAnvaPartyInWegroupQueryParams = paths[typeof routeName$5F]['post']['parameters']['query'];
|
|
120814
|
+
type ImportAnvaPartyInWegroupResponse = paths[typeof routeName$5F]['post']['responses'][201]['content']['application/json'];
|
|
120471
120815
|
interface ImportAnvaPartyInWegroupProps {
|
|
120472
120816
|
params: {
|
|
120473
120817
|
query: ImportAnvaPartyInWegroupQueryParams;
|
|
@@ -120476,31 +120820,31 @@ interface ImportAnvaPartyInWegroupProps {
|
|
|
120476
120820
|
}
|
|
120477
120821
|
declare const importAnvaPartyInWegroup: (props: ImportAnvaPartyInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaPartyInWegroupResponse>;
|
|
120478
120822
|
|
|
120479
|
-
declare const routeName$
|
|
120480
|
-
type ImportAnvaInsurancePolicyDocumentInWegroupPathParams = paths[typeof routeName$
|
|
120481
|
-
type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams = paths[typeof routeName$
|
|
120482
|
-
type ImportAnvaInsurancePolicyDocumentInWegroupResponse = paths[typeof routeName$
|
|
120483
|
-
type ImportAnvaInsurancePolicyDocumentInWegroupProps = paths[typeof routeName$
|
|
120823
|
+
declare const routeName$5E = "/v1/api/connections/anva/parties/{anva_party_id}/policies/{anva_policy_id}/policy-document/imports";
|
|
120824
|
+
type ImportAnvaInsurancePolicyDocumentInWegroupPathParams = paths[typeof routeName$5E]['get']['parameters']['path'];
|
|
120825
|
+
type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams = paths[typeof routeName$5E]['get']['parameters']['query'];
|
|
120826
|
+
type ImportAnvaInsurancePolicyDocumentInWegroupResponse = paths[typeof routeName$5E]['get']['responses'][307]['content']['application/json'];
|
|
120827
|
+
type ImportAnvaInsurancePolicyDocumentInWegroupProps = paths[typeof routeName$5E]['get']['parameters'];
|
|
120484
120828
|
declare const importAnvaInsurancePolicyDocumentInWegroup: (props: ImportAnvaInsurancePolicyDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaInsurancePolicyDocumentInWegroupResponse>;
|
|
120485
120829
|
|
|
120486
|
-
declare const routeName$
|
|
120487
|
-
type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams = paths[typeof routeName$
|
|
120488
|
-
type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams = paths[typeof routeName$
|
|
120489
|
-
type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse = paths[typeof routeName$
|
|
120490
|
-
type ImportAnvaInsurancePolicyPackageDocumentInWegroupProps = paths[typeof routeName$
|
|
120830
|
+
declare const routeName$5D = "/v1/api/connections/anva/parties/{anva_party_id}/policy-packages/{anva_policy_id}/policy-document/imports";
|
|
120831
|
+
type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams = paths[typeof routeName$5D]['get']['parameters']['path'];
|
|
120832
|
+
type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams = paths[typeof routeName$5D]['get']['parameters']['query'];
|
|
120833
|
+
type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse = paths[typeof routeName$5D]['get']['responses'][307]['content']['application/json'];
|
|
120834
|
+
type ImportAnvaInsurancePolicyPackageDocumentInWegroupProps = paths[typeof routeName$5D]['get']['parameters'];
|
|
120491
120835
|
declare const importAnvaInsurancePolicyPackageDocumentInWegroup: (props: ImportAnvaInsurancePolicyPackageDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse>;
|
|
120492
120836
|
|
|
120493
|
-
declare const routeName$
|
|
120494
|
-
type ImportAnvaDocumentInWegroupQueryParams = paths[typeof routeName$
|
|
120495
|
-
type ImportAnvaDocumentInWegroupResponse = paths[typeof routeName$
|
|
120496
|
-
type ImportAnvaDocumentInWegroupProps = paths[typeof routeName$
|
|
120837
|
+
declare const routeName$5C = "/v1/api/connections/anva/documents/import";
|
|
120838
|
+
type ImportAnvaDocumentInWegroupQueryParams = paths[typeof routeName$5C]['get']['parameters']['query'];
|
|
120839
|
+
type ImportAnvaDocumentInWegroupResponse = paths[typeof routeName$5C]['get']['responses'][307]['content']['application/json'];
|
|
120840
|
+
type ImportAnvaDocumentInWegroupProps = paths[typeof routeName$5C]['get']['parameters'];
|
|
120497
120841
|
declare const importAnvaDocumentInWegroup: (props: ImportAnvaDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaDocumentInWegroupResponse>;
|
|
120498
120842
|
|
|
120499
|
-
declare const routeName$
|
|
120500
|
-
type CreateAnvaTaskBody = paths[typeof routeName$
|
|
120501
|
-
type CreateAnvaTaskPathParams = paths[typeof routeName$
|
|
120502
|
-
type CreateAnvaTaskQueryParams = paths[typeof routeName$
|
|
120503
|
-
type CreateAnvaTaskResponse = paths[typeof routeName$
|
|
120843
|
+
declare const routeName$5B = "/v1/api/connections/anva/parties/{anva_party_id}/task";
|
|
120844
|
+
type CreateAnvaTaskBody = paths[typeof routeName$5B]['post']['requestBody']['content']['application/json'];
|
|
120845
|
+
type CreateAnvaTaskPathParams = paths[typeof routeName$5B]['post']['parameters']['path'];
|
|
120846
|
+
type CreateAnvaTaskQueryParams = paths[typeof routeName$5B]['post']['parameters']['query'];
|
|
120847
|
+
type CreateAnvaTaskResponse = paths[typeof routeName$5B]['post']['responses'][201]['content']['application/json'];
|
|
120504
120848
|
interface CreateAnvaTaskProps {
|
|
120505
120849
|
body: CreateAnvaTaskBody;
|
|
120506
120850
|
params: {
|
|
@@ -120510,9 +120854,9 @@ interface CreateAnvaTaskProps {
|
|
|
120510
120854
|
}
|
|
120511
120855
|
declare const createAnvaTask: (props: CreateAnvaTaskProps, wgApiClient: ClientType) => Promise<CreateAnvaTaskResponse>;
|
|
120512
120856
|
|
|
120513
|
-
declare const routeName$
|
|
120514
|
-
type ValidateAnvaConnectionQueryParams = paths[typeof routeName$
|
|
120515
|
-
type ValidateAnvaConnectionResponse = paths[typeof routeName$
|
|
120857
|
+
declare const routeName$5A = "/v1/api/connections/anva/validate";
|
|
120858
|
+
type ValidateAnvaConnectionQueryParams = paths[typeof routeName$5A]['post']['parameters']['query'];
|
|
120859
|
+
type ValidateAnvaConnectionResponse = paths[typeof routeName$5A]['post']['responses'][200]['content']['application/json'];
|
|
120516
120860
|
interface ValidateAnvaConnectionProps {
|
|
120517
120861
|
params: {
|
|
120518
120862
|
query: ValidateAnvaConnectionQueryParams;
|
|
@@ -120520,9 +120864,9 @@ interface ValidateAnvaConnectionProps {
|
|
|
120520
120864
|
}
|
|
120521
120865
|
declare const validateAnvaConnection: (props: ValidateAnvaConnectionProps, wgApiClient: ClientType) => Promise<ValidateAnvaConnectionResponse>;
|
|
120522
120866
|
|
|
120523
|
-
declare const routeName$
|
|
120524
|
-
type ValidateAnvaDwhConnectionQueryParams = paths[typeof routeName$
|
|
120525
|
-
type ValidateAnvaDwhConnectionResponse = paths[typeof routeName$
|
|
120867
|
+
declare const routeName$5z = "/v1/api/connections/anva_dwh/validate";
|
|
120868
|
+
type ValidateAnvaDwhConnectionQueryParams = paths[typeof routeName$5z]['post']['parameters']['query'];
|
|
120869
|
+
type ValidateAnvaDwhConnectionResponse = paths[typeof routeName$5z]['post']['responses'][200]['content']['application/json'];
|
|
120526
120870
|
interface ValidateAnvaDwhConnectionProps {
|
|
120527
120871
|
params: {
|
|
120528
120872
|
query: ValidateAnvaDwhConnectionQueryParams;
|
|
@@ -120530,22 +120874,22 @@ interface ValidateAnvaDwhConnectionProps {
|
|
|
120530
120874
|
}
|
|
120531
120875
|
declare const validateAnvaDwhConnection: (props: ValidateAnvaDwhConnectionProps, wgApiClient: ClientType) => Promise<ValidateAnvaDwhConnectionResponse>;
|
|
120532
120876
|
|
|
120533
|
-
declare const routeName$
|
|
120534
|
-
type GetDiasPartiesQueryParams = paths[typeof routeName$
|
|
120535
|
-
type GetDiasPartiesResponse = paths[typeof routeName$
|
|
120536
|
-
type GetDiasPartiesProps = paths[typeof routeName$
|
|
120877
|
+
declare const routeName$5y = "/v1/api/connections/dias/parties";
|
|
120878
|
+
type GetDiasPartiesQueryParams = paths[typeof routeName$5y]['get']['parameters']['query'];
|
|
120879
|
+
type GetDiasPartiesResponse = paths[typeof routeName$5y]['get']['responses'][200]['content']['application/json'];
|
|
120880
|
+
type GetDiasPartiesProps = paths[typeof routeName$5y]['get']['parameters'];
|
|
120537
120881
|
declare const getDiasParties: (props: GetDiasPartiesProps, wgApiClient: ClientType) => Promise<GetDiasPartiesResponse>;
|
|
120538
120882
|
|
|
120539
|
-
declare const routeName$
|
|
120540
|
-
type GetDiasEmployeesQueryParams = paths[typeof routeName$
|
|
120541
|
-
type GetDiasEmployeesResponse = paths[typeof routeName$
|
|
120542
|
-
type GetDiasEmployeesProps = paths[typeof routeName$
|
|
120883
|
+
declare const routeName$5x = "/v1/api/connections/dias/employees";
|
|
120884
|
+
type GetDiasEmployeesQueryParams = paths[typeof routeName$5x]['get']['parameters']['query'];
|
|
120885
|
+
type GetDiasEmployeesResponse = paths[typeof routeName$5x]['get']['responses'][200]['content']['application/json'];
|
|
120886
|
+
type GetDiasEmployeesProps = paths[typeof routeName$5x]['get']['parameters'];
|
|
120543
120887
|
declare const getDiasEmployees: (props: GetDiasEmployeesProps, wgApiClient: ClientType) => Promise<GetDiasEmployeesResponse>;
|
|
120544
120888
|
|
|
120545
|
-
declare const routeName$
|
|
120546
|
-
type ImportDiasPartyInWegroupPathParams = paths[typeof routeName$
|
|
120547
|
-
type ImportDiasPartyInWegroupQueryParams = paths[typeof routeName$
|
|
120548
|
-
type ImportDiasPartyInWegroupResponse = paths[typeof routeName$
|
|
120889
|
+
declare const routeName$5w = "/v1/api/connections/dias/parties/{dias_id}/imports";
|
|
120890
|
+
type ImportDiasPartyInWegroupPathParams = paths[typeof routeName$5w]['post']['parameters']['path'];
|
|
120891
|
+
type ImportDiasPartyInWegroupQueryParams = paths[typeof routeName$5w]['post']['parameters']['query'];
|
|
120892
|
+
type ImportDiasPartyInWegroupResponse = paths[typeof routeName$5w]['post']['responses'][201]['content']['application/json'];
|
|
120549
120893
|
interface ImportDiasPartyInWegroupProps {
|
|
120550
120894
|
params: {
|
|
120551
120895
|
query: ImportDiasPartyInWegroupQueryParams;
|
|
@@ -120554,37 +120898,37 @@ interface ImportDiasPartyInWegroupProps {
|
|
|
120554
120898
|
}
|
|
120555
120899
|
declare const importDiasPartyInWegroup: (props: ImportDiasPartyInWegroupProps, wgApiClient: ClientType) => Promise<ImportDiasPartyInWegroupResponse>;
|
|
120556
120900
|
|
|
120557
|
-
declare const routeName$
|
|
120558
|
-
type GetDiasProductsQueryParams = paths[typeof routeName$
|
|
120559
|
-
type GetDiasProductsResponse = paths[typeof routeName$
|
|
120560
|
-
type GetDiasProductsProps = paths[typeof routeName$
|
|
120901
|
+
declare const routeName$5v = "/v1/api/connections/dias/products";
|
|
120902
|
+
type GetDiasProductsQueryParams = paths[typeof routeName$5v]['get']['parameters']['query'];
|
|
120903
|
+
type GetDiasProductsResponse = paths[typeof routeName$5v]['get']['responses'][200]['content']['application/json'];
|
|
120904
|
+
type GetDiasProductsProps = paths[typeof routeName$5v]['get']['parameters'];
|
|
120561
120905
|
declare const getDiasProducts: (props: GetDiasProductsProps, wgApiClient: ClientType) => Promise<GetDiasProductsResponse>;
|
|
120562
120906
|
|
|
120563
|
-
declare const routeName$
|
|
120564
|
-
type GetDiasAfdbranchesResponse = paths[typeof routeName$
|
|
120907
|
+
declare const routeName$5u = "/v1/api/connections/dias/afdbranches";
|
|
120908
|
+
type GetDiasAfdbranchesResponse = paths[typeof routeName$5u]['get']['responses'][200]['content']['application/json'];
|
|
120565
120909
|
declare const getDiasAfdbranches: (wgApiClient: ClientType) => Promise<GetDiasAfdbranchesResponse>;
|
|
120566
120910
|
|
|
120567
|
-
declare const routeName$
|
|
120568
|
-
type GetFasterforwardEmployeesQueryParams = paths[typeof routeName$
|
|
120569
|
-
type GetFasterforwardEmployeesResponse = paths[typeof routeName$
|
|
120570
|
-
type GetFasterforwardEmployeesProps = paths[typeof routeName$
|
|
120911
|
+
declare const routeName$5t = "/v1/api/connections/fasterforward/employees";
|
|
120912
|
+
type GetFasterforwardEmployeesQueryParams = paths[typeof routeName$5t]['get']['parameters']['query'];
|
|
120913
|
+
type GetFasterforwardEmployeesResponse = paths[typeof routeName$5t]['get']['responses'][200]['content']['application/json'];
|
|
120914
|
+
type GetFasterforwardEmployeesProps = paths[typeof routeName$5t]['get']['parameters'];
|
|
120571
120915
|
declare const getFasterforwardEmployees: (props: GetFasterforwardEmployeesProps, wgApiClient: ClientType) => Promise<GetFasterforwardEmployeesResponse>;
|
|
120572
120916
|
|
|
120573
|
-
declare const routeName$
|
|
120574
|
-
type GetAssuEmployeesQueryParams = paths[typeof routeName$
|
|
120575
|
-
type GetAssuEmployeesResponse = paths[typeof routeName$
|
|
120576
|
-
type GetAssuEmployeesProps = paths[typeof routeName$
|
|
120917
|
+
declare const routeName$5s = "/v1/api/connections/assu/employees";
|
|
120918
|
+
type GetAssuEmployeesQueryParams = paths[typeof routeName$5s]['get']['parameters']['query'];
|
|
120919
|
+
type GetAssuEmployeesResponse = paths[typeof routeName$5s]['get']['responses'][200]['content']['application/json'];
|
|
120920
|
+
type GetAssuEmployeesProps = paths[typeof routeName$5s]['get']['parameters'];
|
|
120577
120921
|
declare const getAssuEmployees: (props: GetAssuEmployeesProps, wgApiClient: ClientType) => Promise<GetAssuEmployeesResponse>;
|
|
120578
120922
|
|
|
120579
|
-
declare const routeName$
|
|
120580
|
-
type GetFasterforwardTeamsQueryParams = paths[typeof routeName$
|
|
120581
|
-
type GetFasterforwardTeamsResponse = paths[typeof routeName$
|
|
120582
|
-
type GetFasterforwardTeamsProps = paths[typeof routeName$
|
|
120923
|
+
declare const routeName$5r = "/v1/api/connections/fasterforward/teams";
|
|
120924
|
+
type GetFasterforwardTeamsQueryParams = paths[typeof routeName$5r]['get']['parameters']['query'];
|
|
120925
|
+
type GetFasterforwardTeamsResponse = paths[typeof routeName$5r]['get']['responses'][200]['content']['application/json'];
|
|
120926
|
+
type GetFasterforwardTeamsProps = paths[typeof routeName$5r]['get']['parameters'];
|
|
120583
120927
|
declare const getFasterforwardTeams: (props: GetFasterforwardTeamsProps, wgApiClient: ClientType) => Promise<GetFasterforwardTeamsResponse>;
|
|
120584
120928
|
|
|
120585
|
-
declare const routeName$
|
|
120586
|
-
type ValidateFasterforwardConnectionQueryParams = paths[typeof routeName$
|
|
120587
|
-
type ValidateFasterforwardConnectionResponse = paths[typeof routeName$
|
|
120929
|
+
declare const routeName$5q = "/v1/api/connections/fasterforward/validate";
|
|
120930
|
+
type ValidateFasterforwardConnectionQueryParams = paths[typeof routeName$5q]['post']['parameters']['query'];
|
|
120931
|
+
type ValidateFasterforwardConnectionResponse = paths[typeof routeName$5q]['post']['responses'][200]['content']['application/json'];
|
|
120588
120932
|
interface ValidateFasterforwardConnectionProps {
|
|
120589
120933
|
params: {
|
|
120590
120934
|
query: ValidateFasterforwardConnectionQueryParams;
|
|
@@ -120592,19 +120936,26 @@ interface ValidateFasterforwardConnectionProps {
|
|
|
120592
120936
|
}
|
|
120593
120937
|
declare const validateFasterforwardConnection: (props: ValidateFasterforwardConnectionProps, wgApiClient: ClientType) => Promise<ValidateFasterforwardConnectionResponse>;
|
|
120594
120938
|
|
|
120595
|
-
declare const routeName$
|
|
120596
|
-
type GetOutlookMailsQueryParams = paths[typeof routeName$
|
|
120597
|
-
type GetOutlookMailsResponse = paths[typeof routeName$
|
|
120598
|
-
type GetOutlookMailsProps = paths[typeof routeName$
|
|
120939
|
+
declare const routeName$5p = "/v1/api/connections/outlook/mails";
|
|
120940
|
+
type GetOutlookMailsQueryParams = paths[typeof routeName$5p]['get']['parameters']['query'];
|
|
120941
|
+
type GetOutlookMailsResponse = paths[typeof routeName$5p]['get']['responses'][200]['content']['application/json'];
|
|
120942
|
+
type GetOutlookMailsProps = paths[typeof routeName$5p]['get']['parameters'];
|
|
120599
120943
|
declare const getOutlookMails: (props: GetOutlookMailsProps, wgApiClient: ClientType) => Promise<GetOutlookMailsResponse>;
|
|
120600
120944
|
|
|
120601
|
-
declare const routeName$
|
|
120602
|
-
type GetOutlookMailByIdPathParams = paths[typeof routeName$
|
|
120603
|
-
type GetOutlookMailByIdQueryParams = paths[typeof routeName$
|
|
120604
|
-
type GetOutlookMailByIdResponse = paths[typeof routeName$
|
|
120605
|
-
type GetOutlookMailByIdProps = paths[typeof routeName$
|
|
120945
|
+
declare const routeName$5o = "/v1/api/connections/outlook/mails/{id}";
|
|
120946
|
+
type GetOutlookMailByIdPathParams = paths[typeof routeName$5o]['get']['parameters']['path'];
|
|
120947
|
+
type GetOutlookMailByIdQueryParams = paths[typeof routeName$5o]['get']['parameters']['query'];
|
|
120948
|
+
type GetOutlookMailByIdResponse = paths[typeof routeName$5o]['get']['responses'][200]['content']['application/json'];
|
|
120949
|
+
type GetOutlookMailByIdProps = paths[typeof routeName$5o]['get']['parameters'];
|
|
120606
120950
|
declare const getOutlookMailById: (props: GetOutlookMailByIdProps, wgApiClient: ClientType) => Promise<GetOutlookMailByIdResponse>;
|
|
120607
120951
|
|
|
120952
|
+
declare const routeName$5n = "/v1/api/connections/outlook/mails-by-outlook-message-id/{id}";
|
|
120953
|
+
type GetOutlookMailByOutlookMessageIdPathParams = paths[typeof routeName$5n]['get']['parameters']['path'];
|
|
120954
|
+
type GetOutlookMailByOutlookMessageIdQueryParams = paths[typeof routeName$5n]['get']['parameters']['query'];
|
|
120955
|
+
type GetOutlookMailByOutlookMessageIdResponse = paths[typeof routeName$5n]['get']['responses'][200]['content']['application/json'];
|
|
120956
|
+
type GetOutlookMailByOutlookMessageIdProps = paths[typeof routeName$5n]['get']['parameters'];
|
|
120957
|
+
declare const getOutlookMailByOutlookMessageId: (props: GetOutlookMailByOutlookMessageIdProps, wgApiClient: ClientType) => Promise<GetOutlookMailByOutlookMessageIdResponse>;
|
|
120958
|
+
|
|
120608
120959
|
declare const routeName$5m = "/v1/api/connections/outlook/mailfolders";
|
|
120609
120960
|
type GetOutlookMailfoldersQueryParams = paths[typeof routeName$5m]['get']['parameters']['query'];
|
|
120610
120961
|
type GetOutlookMailfoldersResponse = paths[typeof routeName$5m]['get']['responses'][200]['content']['application/json'];
|
|
@@ -123734,4 +124085,4 @@ interface ValidateYellowhiveQuestionnaireProps {
|
|
|
123734
124085
|
}
|
|
123735
124086
|
declare const validateYellowhiveQuestionnaire: (props: ValidateYellowhiveQuestionnaireProps, wgApiClient: ClientType) => Promise<ValidateYellowhiveQuestionnaireResponse>;
|
|
123736
124087
|
|
|
123737
|
-
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 CreateDiasPartyViaConversationBody, type CreateDiasPartyViaConversationPathParams, type CreateDiasPartyViaConversationQueryParams, type CreateDiasPartyViaConversationResponse, 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 SchemaCreateDiasPartyCompanyCmd, type SchemaCreateDiasPartyCompanyRegistration, type SchemaCreateDiasPartyCustomerCmd, type SchemaCreateDistributionConnectionParams, type SchemaCreateDistributionTagParams, type SchemaCreateDistributionUspParams, type SchemaCreateFamilyRiskObjectParams, type SchemaCreateFlowParams, type SchemaCreateFlowSessionParams, type SchemaCreateInsurancePolicyForPartyParams, type SchemaCreateInsuranceProductClauseParams, type SchemaCreateLegalRiskObjectParams, type SchemaCreateMiscellaneousRiskObjectParams, type SchemaCreateMultiResponse, type SchemaCreateNoteForPartyParams, type SchemaCreateOfferRequestForInsuranceCompanyDocxParams, type SchemaCreateOfferRequestForInsuranceCompanyPdfParams, type SchemaCreateOfferRevisionParams, type SchemaCreateOfferV2Params, type SchemaCreatePartyAccidentParams, type SchemaCreatePartyActivitiesParams, type SchemaCreatePartyExternalRefsParams, type SchemaCreatePartyFromCompanyRegistrationParams, type SchemaCreatePartyGroupRiskObjectParams, type SchemaCreateProfileaseCarLeaseOfferParams, type SchemaCreateProfileaseCarOfferCmd, type SchemaCreateProfileaseCarOfferResponse, type SchemaCreateRelationBetweenPartiesParams, type SchemaCreateRelationBetweenPartyAndRiskObjectParams, type 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 SchemaFlowsModelsAnvaAnvaPartyBaseAddress, type SchemaFlowsModelsAnvaAnvaQuoteCoverage, type SchemaFlowsModelsAnvaAnvaQuoteDocument, type SchemaFlowsModelsAnvaSendOfferMailCmdDocument, type SchemaFlowsModelsAnvaWarning, type SchemaFlowsModelsDiasDiasPartyBaseAddress, 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 SchemaHandleCreateDiasPartyParams, type SchemaHandleCreateDocumentFromQuestionnaireParams, type SchemaHandleCreateYellowhiveContactPersonParams, type SchemaHandleGenerateQuestionsToPrefillByCarParams, type SchemaHandleImportAnvaProductsParams, type SchemaHandleImportDiasProductsParams, type SchemaHandleMarkSessionCompletedParams, type SchemaHandleQueueCalculateAnvaQuotesForConversationParams, type SchemaHandleQueueCalculateDiasQuotesForConversationParams, type SchemaHandleQueueCalculateYellowhiveQuotesForConversationParams, type SchemaHandleQueueSendCustomQuotesToAnvaParams, type SchemaHandleQuoteCalculationV2ExtraParams, type SchemaHandleQuoteMailSendParams, type SchemaHandleQuoteSaveParams, type SchemaHandleRecalculateAnvaSimulationParams, type SchemaHandleRecalculateDiasSimulationParams, type SchemaHandleRecalculateYellowhiveSimulationParams, type SchemaHandleRetrieveConversationReportPdfBySessionIdParams, type SchemaHandleRetrieveProductsV2Params, type 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 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, createDiasPartyViaConversation, 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 };
|
|
124088
|
+
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 CreateDiasPartyViaConversationBody, type CreateDiasPartyViaConversationPathParams, type CreateDiasPartyViaConversationQueryParams, type CreateDiasPartyViaConversationResponse, 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 GetOutlookMailByOutlookMessageIdPathParams, type GetOutlookMailByOutlookMessageIdQueryParams, type GetOutlookMailByOutlookMessageIdResponse, type GetOutlookMailfoldersQueryParams, type GetOutlookMailfoldersResponse, type GetOutlookMailsQueryParams, type GetOutlookMailsResponse, type GetPartiesByCustomerPathParams, type GetPartiesByCustomerQueryParams, type GetPartiesByCustomerResponse, type GetPartiesLinkedToUserResponse, type GetPartiesOriginFilterQueryParams, type GetPartiesOriginFilterResponse, type GetPartyAddressesPathParams, type GetPartyAddressesResponse, type GetPartyByIdPathParams, type GetPartyByIdResponse, type GetPartyMergeSuggestionsPathParams, type GetPartyMergeSuggestionsQueryParams, type GetPartyMergeSuggestionsResponse, type GetPdfOfAdvisoryReportByIdPathParams, type GetPdfOfAdvisoryReportByIdQueryParams, type GetPdfOfAdvisoryReportByIdResponse, type GetPerformanceInsightsByDistributionPathParams, type GetPerformanceInsightsByDistributionQueryParams, type GetPerformanceInsightsByDistributionResponse, type GetPolicyPackageByIdAsCustomerPathParams, type GetPolicyPackageByIdAsCustomerResponse, type GetPolicyPackageByIdPathParams, type GetPolicyPackageByIdQueryParams, type GetPolicyPackageByIdResponse, type GetPolicyPackageSimulationsForPartyPathParams, type GetPolicyPackageSimulationsForPartyResponse, type GetPolicyPackagesAsCustomerQueryParams, type GetPolicyPackagesAsCustomerResponse, type GetPolicyPackagesForPartyPathParams, type GetPolicyPackagesForPartyResponse, type GetPossibleInsuranceProductsByPartyIdPathParams, type GetPossibleInsuranceProductsByPartyIdQueryParams, type GetPossibleInsuranceProductsByPartyIdResponse, type GetPossibleInsuranceProductsByRiskObjectIdPathParams, type GetPossibleInsuranceProductsByRiskObjectIdQueryParams, type GetPossibleInsuranceProductsByRiskObjectIdResponse, type GetPossibleInsuranceProductsForManagementByPartyIdPathParams, type GetPossibleInsuranceProductsForManagementByPartyIdQueryParams, type GetPossibleInsuranceProductsForManagementByPartyIdResponse, type GetPossibleInsuranceProductsForStaffByPartyIdPathParams, type GetPossibleInsuranceProductsForStaffByPartyIdQueryParams, type GetPossibleInsuranceProductsForStaffByPartyIdResponse, type GetPreventionAdviceQueryParams, type GetPreventionAdviceResponse, type GetPromotionsByDistributionIdPathParams, type GetPromotionsByDistributionIdResponse, type GetProvenanceInfoOfDocumentPathParams, type GetProvenanceInfoOfDocumentResponse, type GetQuoteExportsQueryParams, type GetQuoteExportsResponse, type GetQuoteInsightsPathParams, type GetQuoteInsightsQueryParams, type GetQuoteInsightsResponse, type GetQuotesAsBatchResultsByConversationIdPathParams, type GetQuotesAsBatchResultsByConversationIdQueryParams, type GetQuotesAsBatchResultsByConversationIdResponse, type GetRecommendationsByIdPathParams, type GetRecommendationsByIdQueryParams, type GetRecommendationsByIdResponse, type GetRecommendationsByPartyIdPathParams, type GetRecommendationsByPartyIdQueryParams, type GetRecommendationsByPartyIdResponse, type GetRecommendationsBySessionIdPathParams, type GetRecommendationsBySessionIdQueryParams, type GetRecommendationsBySessionIdResponse, type GetRiskAnalysisByPartyIdPathParams, type GetRiskAnalysisByPartyIdResponse, type GetRiskDomainByIdPathParams, type GetRiskDomainByIdQueryParams, type GetRiskDomainByIdResponse, type GetRiskDomainsQueryParams, type GetRiskDomainsResponse, type GetRiskObjectByRiskObjectRevisionIdPathParams, type GetRiskObjectByRiskObjectRevisionIdQueryParams, type GetRiskObjectByRiskObjectRevisionIdResponse, type GetRiskObjectRevisionsByIdPathParams, type GetRiskObjectRevisionsByIdQueryParams, type GetRiskObjectRevisionsByIdResponse, type GetSbiQueryParams, type GetSbiResponse, type GetSingularityJobResultByIdPathParams, type GetSingularityJobResultByIdQueryParams, type GetSingularityJobResultByIdResponse, type GetStepSettingsByAdvisoryReportIdPathParams, type GetStepSettingsByAdvisoryReportIdQueryParams, type GetStepSettingsByAdvisoryReportIdResponse, type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams, type GetSupportedAnvaflowCoveragesGroupedByAdnResponse, type GetSupportedAnvaflowCoveragesQueryParams, type GetSupportedAnvaflowCoveragesResponse, type GetSupportedAnvaflowInsuranceCompaniesQueryParams, type GetSupportedAnvaflowInsuranceCompaniesResponse, type GetSupportedAnvaflowInsurancesQueryParams, type GetSupportedAnvaflowInsurancesResponse, type GetSupportedAnvaflowTagsQueryParams, type GetSupportedAnvaflowTagsResponse, type GetSupportedInsuranceCompaniesQueryParams, type GetSupportedInsuranceCompaniesResponse, type GetSupportedInsuranceSubjectsQueryParams, type GetSupportedInsuranceSubjectsResponse, type GetSupportedMimeTypesResponse, type GetSupportedRiskDomainsQueryParams, type GetSupportedRiskDomainsResponse, type GetSupportedYellowhiveflowCoveragesQueryParams, type GetSupportedYellowhiveflowCoveragesResponse, type GetSupportedYellowhiveflowInsurancesQueryParams, type GetSupportedYellowhiveflowInsurancesResponse, type 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 SchemaBrokerConnectionOutlookMailFolderSyncDetails, type SchemaBrokerConnectionUpdate, type SchemaBrokerCreateCmd, type SchemaBrokerIntegrations, type SchemaBrokerIntegrationsPatchCmd, type SchemaBrokerMembershipsCreateCmd, type SchemaBrokerPatchCmd, type SchemaBrokerPlan, type SchemaBrokerSettings, type SchemaBrokerType, type SchemaBrokerUserCreateCmd, type SchemaBrokerWithDistributionName, type SchemaBrokerWithModules, type SchemaBuildingExtra, type SchemaBuildingMaintenanceStatus, type SchemaBuildingPurpose, type SchemaBuildingRentOut, type SchemaBuildingUse, type SchemaCalculateAnvaQuotesRequest, type SchemaCalculateDiasQuotesRequest, type SchemaCalculateProfileaseCarQuoteCmd, type SchemaCalculateProfileaseCarQuoteParams, type SchemaCalculateYellowHiveQuotesRequest, type SchemaCalculationSpecEnumValue, type SchemaCalculationSpecInputType, type SchemaCalculationSpecType, type SchemaCampaignAudienceType, type SchemaCampaignDistributionSettingsQueryModel, type SchemaCampaignExtend, type SchemaCampaignFlowType, type SchemaCampaignGenerateDnsPrefix, type SchemaCampaignInsurance, type SchemaCampaignInsuranceQueryModel, type SchemaCampaignMailTemplateQueryModel, type SchemaCampaignMetrics, type SchemaCampaignQueryModel, type SchemaCampaignQueryModelFull, type SchemaCampaignReferenceQueryModel, type SchemaCampaignSharingOption, type SchemaCampaignSpecifications, type SchemaCampaignSpecificationsQueryModel, type SchemaCampaignStatus, type SchemaCampaignTarget, type SchemaCampaignTargetQueryModel, type SchemaCampaignTemplateCategory, type SchemaCampaignTemplateQueryModel, type SchemaCampaignTemplatesQueryModel, type SchemaCampaignType, type SchemaCampaignVerifiedDnsPrefix, type SchemaCampaignYellowHiveProduct, type SchemaCampaignYellowHiveProductQueryModel, type SchemaCampaignYellowHiveProducts, type SchemaCampaignYellowHiveProductsQueryModel, type 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 SchemaCreateDiasPartyCompanyCmd, type SchemaCreateDiasPartyCompanyRegistration, type SchemaCreateDiasPartyCustomerCmd, type SchemaCreateDistributionConnectionParams, type SchemaCreateDistributionTagParams, type SchemaCreateDistributionUspParams, type SchemaCreateFamilyRiskObjectParams, type SchemaCreateFlowParams, type SchemaCreateFlowSessionParams, type SchemaCreateInsurancePolicyForPartyParams, type SchemaCreateInsuranceProductClauseParams, type SchemaCreateLegalRiskObjectParams, type SchemaCreateMiscellaneousRiskObjectParams, type SchemaCreateMultiResponse, type SchemaCreateNoteForPartyParams, type SchemaCreateOfferRequestForInsuranceCompanyDocxParams, type SchemaCreateOfferRequestForInsuranceCompanyPdfParams, type SchemaCreateOfferRevisionParams, type SchemaCreateOfferV2Params, type SchemaCreatePartyAccidentParams, type SchemaCreatePartyActivitiesParams, type SchemaCreatePartyExternalRefsParams, type SchemaCreatePartyFromCompanyRegistrationParams, type SchemaCreatePartyGroupRiskObjectParams, type SchemaCreateProfileaseCarLeaseOfferParams, type SchemaCreateProfileaseCarOfferCmd, type SchemaCreateProfileaseCarOfferResponse, type SchemaCreateRelationBetweenPartiesParams, type SchemaCreateRelationBetweenPartyAndRiskObjectParams, type 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 SchemaFlowsModelsAnvaAnvaPartyBaseAddress, type SchemaFlowsModelsAnvaAnvaQuoteCoverage, type SchemaFlowsModelsAnvaAnvaQuoteDocument, type SchemaFlowsModelsAnvaSendOfferMailCmdDocument, type SchemaFlowsModelsAnvaWarning, type SchemaFlowsModelsDiasDiasPartyBaseAddress, 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 SchemaHandleCreateDiasPartyParams, type SchemaHandleCreateDocumentFromQuestionnaireParams, type SchemaHandleCreateYellowhiveContactPersonParams, type SchemaHandleGenerateQuestionsToPrefillByCarParams, type SchemaHandleImportAnvaProductsParams, type SchemaHandleImportDiasProductsParams, type SchemaHandleMarkSessionCompletedParams, type SchemaHandleQueueCalculateAnvaQuotesForConversationParams, type SchemaHandleQueueCalculateDiasQuotesForConversationParams, type SchemaHandleQueueCalculateYellowhiveQuotesForConversationParams, type SchemaHandleQueueSendCustomQuotesToAnvaParams, type SchemaHandleQuoteCalculationV2ExtraParams, type SchemaHandleQuoteMailSendParams, type SchemaHandleQuoteSaveParams, type SchemaHandleRecalculateAnvaSimulationParams, type SchemaHandleRecalculateDiasSimulationParams, type SchemaHandleRecalculateYellowhiveSimulationParams, type SchemaHandleRetrieveConversationReportPdfBySessionIdParams, type SchemaHandleRetrieveProductsV2Params, type 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 SchemaMicrosoftOutlookMailFolder, type SchemaMicrosoftOutlookMailFolders, type SchemaMimeType, type SchemaMinVolumeTrunk, type SchemaMinimalBicycle, type SchemaMinimalBoat, type SchemaMinimalCar, type SchemaMinimalClaim, type SchemaMinimalCoverageQueryModel, type SchemaMinimalCustomerPartyQueryModel, type SchemaMinimalCustomerPartyQueryModels, type SchemaMinimalDutyOfCareItem, type SchemaMinimalFamily, type SchemaMinimalFleet, type SchemaMinimalInsurancePolicy, type SchemaMinimalInsurancePolicyQueryModel, type SchemaMinimalInventorySummary, type SchemaMinimalInvoice, type SchemaMinimalLegal, type SchemaMinimalMiscellaneous, type SchemaMinimalOfferQueryModel, type SchemaMinimalPartyGroup, type SchemaMinimalPartyQueryModel, type SchemaMinimalPolicyPackage, type SchemaMinimalResidence, type SchemaMinimalRiskObject, type SchemaMinimalRiskObjects, type SchemaMinimalSemiTrailer, type SchemaMinimalTeacher, type SchemaMinimalTrailer, type SchemaMinimalTwoWheeler, type SchemaMinimalUser, type SchemaMinimalUserQueryModels, type SchemaMiscellaneous, type SchemaMiscellaneousRiskObjectIdWithRevisionId, type SchemaMortgage, type SchemaMostImportantItems, type SchemaMostImportantItems_2, type SchemaMotorType, type SchemaMotorType_2, type SchemaMotorcycleInterests, type SchemaMotorcycleInterests_2, type SchemaMultiAffiliationInfoQueryModel, type SchemaMultiAffiliationQueryModel, type SchemaMultiAnvaAdnCoverageQueryModel, type SchemaMultiAnvaClosingQuestionQueryModel, type SchemaMultiAnvaCoverageQueryModel, type SchemaMultiAnvaInsuranceCompanyQueryModel, type SchemaMultiAnvaInsuranceQueryModel, type SchemaMultiAnvaLabelQueryModel, type SchemaMultiAnvaProductQueryModel, type SchemaMultiAnvaQuestionByAnvaLabelUpdateCmd, type SchemaMultiAnvaTagQueryModel, type SchemaMultiBrokerQueryModel, type SchemaMultiDiasAfdBranchQueryModel, type SchemaMultiDiasProductQueryModel, type SchemaMultiDiasProductSearchQueryModel, type SchemaMultiFlowSessionItemQueryModel, type SchemaMultiFlowSessionQueryModel, type SchemaMultiLeaseOfferQueryModel, type SchemaMultiOfferQueryModel, type SchemaMultiPartyQueryModel, type SchemaMultiQuoteBeSession, type SchemaMultiQuoteNlSession, type SchemaMultiYellowHiveCoverageQueryModel, type SchemaMultiYellowHiveInsuranceQueryModel, type SchemaMultiYellowHiveProductQueryModel, type SchemaNationalIdentificationNumberValidation, type SchemaNatsError, type SchemaNextActionItem, type SchemaNextActionSource, type SchemaNextActionType, type SchemaNotice, type SchemaNumberPlateInfo, type SchemaNumberPlatePremiumResponse, type SchemaOccupationType, type SchemaOfferCampaignQueryModel, type SchemaOfferCreateCmdV2, type SchemaOfferCreateResponse, type SchemaOfferCreateRevisionCmd, type SchemaOfferPatchBulkCmd, type SchemaOfferPayment, type SchemaOfferRejectionCancellationReason, type SchemaOfferRequestForInsuranceCompanyCreateCmd, type SchemaOfferRequestForInsuranceCompanyInsuranceProductItem, type SchemaOfferRequestForInsuranceCompanyItem, type SchemaOfferRequestForInsuranceCompanyItemWithId, type SchemaOfferRequestForInsuranceCompanyParty, type SchemaOfferRevisionDocument, type SchemaOfferRevisionDocumentType, type SchemaOfferRevisionPatchCmd, type SchemaOfferRevisionQueryModel, type SchemaOfferRevisionReferenceQueryModel, type SchemaOfferStatus, type SchemaOfferWarning, type SchemaOmniumFormula, type SchemaOmniumFormulaByName, type SchemaOmniumFormulaByName_2, type SchemaOmniumFormula_2, type SchemaOpenClaimsCheckupItem, type SchemaOptimcoCar, type SchemaOptimcoCarPayload, type SchemaOptimcoDriver, type SchemaOptimcoFamilyPayload, type SchemaOptions, type SchemaOrderInsurancePolicyForAdvisoryReportRevisionParams, type SchemaOrigin, type SchemaOtherSafetySystems, type SchemaOutlook, type SchemaOutlookConnectionDetails, type SchemaOutlookEmail, type SchemaOutlookEmailItem, type SchemaOutlookEmails, type SchemaOutlookMailHeader, type SchemaOutlookMailRecepient, type SchemaOverdueInvoicesCheckupItem, type SchemaOverrideInsuranceProductRecommendationParams, type SchemaOverridePreventionAdviceRecommendationParams, type SchemaPackagesToProposeCheckupItem, type SchemaPaginatedInsuranceCompanyResponse, type SchemaPaginatedLeadReply, type SchemaPaginatedOffersResponse, type SchemaPaginatedOffersV2Response, type SchemaPagination, type SchemaParcelData, type SchemaPartiesQueryModel, type SchemaPartiesQueryModelItem, type SchemaPartyAddresses, type SchemaPartyAssigneesUpdateCmd, type SchemaPartyCheckupResponse, type SchemaPartyComplianceType, type SchemaPartyConversationNotes, type SchemaPartyCurrentAccountInsightsQueryModel, type SchemaPartyDocument, type SchemaPartyDocumentQueryModel, type SchemaPartyDocumentType, type SchemaPartyDocumentUpload, type SchemaPartyDocuments, type SchemaPartyEntity, type SchemaPartyExternalRefsCreateCmd, type SchemaPartyExternalRefsQueryModel, type SchemaPartyGroupCustomerQueryModel, type SchemaPartyGroupReferenceQueryModel, type SchemaPartyGroupRiskObjectIdWithRevisionId, type SchemaPartyInvite, type SchemaPartyKycItem, type SchemaPartyKycQueryModel, type SchemaPartyLink, type SchemaPartyLinkQueryModel, type SchemaPartyLogoCmd, type SchemaPartyLogoQueryModel, type SchemaPartyMergeCmd, type SchemaPartyNoteCmd, type SchemaPartyOriginFilter, type SchemaPartyOriginFilterItem, type SchemaPartyPatchCmd, type SchemaPartyPreferences, type SchemaPartyPreferencesQueryModel, type SchemaPartyQueryModel, type SchemaPartyRelation, type SchemaPartyRelationCreateCmd, type SchemaPartyRelationQueryModel, type SchemaPartyRelationType, type SchemaPartyRelationType_2, type SchemaPartySocialLinks, type SchemaPartyStatus, type SchemaPartyStatus_2, type SchemaPartyTransferPayload, type SchemaPartyWithMetadata, type SchemaPaymentInterval, type SchemaPaymentIntervalLowerCaseValues, type SchemaPaymentInterval_2, type SchemaPaymentMethod, type SchemaPaymentMethod_2, type SchemaPaymentStatus, type SchemaPedestrianDetection, type SchemaPendingUpgradesReply, type SchemaPerformance, type SchemaPeriodicCash, type SchemaPermittedTowbarDownload, type SchemaPermittedTrailerLoadWithoutBrakes, type SchemaPersonalizedAdvice, type SchemaPersonalizedAdviceResponse, type SchemaPersonnelDetails, type SchemaPhysicalProperties, type SchemaPiaContractConversionStatus, type SchemaPlanQueryModel, type SchemaPlanStatus, type SchemaPlansReply, type SchemaPnpCar, type SchemaPnpCarPayload, type SchemaPnpDriver, type SchemaPnpFamilyPayload, type SchemaPnpHome, type SchemaPnpHomePayload, type SchemaPoliciesToProposeCheckupItem, type SchemaPolicyDocumentType, type SchemaPolicyHolderRelation, type SchemaPolicyHolderRelation_2, type SchemaPolicyPackageCreateCmd, type SchemaPolicyPackageEntity, type SchemaPolicyPackageQueryModel, type SchemaPolicyPackagesQueryModel, type SchemaPossibleInsuranceProductQueryModel, type SchemaPossibleInsuranceProductsQueryModel, type SchemaPossiblePackage, type SchemaPostInsuranceTermsChatFeedbackParams, type SchemaPostInsuranceTermsChatParams, type SchemaPostInsuranceTermsComparisonParams, type SchemaPreferredWayOfContact, type SchemaPremium, type SchemaPremiumQueryModel, type SchemaPreventAdvice, type SchemaPreventionAdvice, type SchemaPreventionAdviceDistributionUpdateCmd, type SchemaPreventionAdviceQueryModel, type SchemaPreventionAdviceRecommendation, type SchemaPreventionAdviceRecommendationPatchCmd, type SchemaPreventionMeasure, type SchemaPreventionPlan, type SchemaPrice, type SchemaPriceQualityRatio, type SchemaPriceRange, type SchemaPriorityTag, type SchemaProductInfo, type SchemaProductV2, type SchemaProductsFilterSort, type SchemaProductsGroupBy, type SchemaProductsV2Filter, type SchemaProductsV2Response, type SchemaProfession, type SchemaProfileaseLeaseRate, type SchemaProfileaseLeaseResidual, type SchemaProfileaseLeaseType, type SchemaProfileaseQuote, type SchemaPromotion, type SchemaPromotionCriteria, type SchemaPromotionModifications, type SchemaPromotionQueryModel, type SchemaPropertyType, type SchemaProspectCreationResponse, type SchemaProspectReferenceQueryModel, type SchemaProspectType, type SchemaProvenanceDocumentReference, type SchemaPublicConnectionQueryModel, type SchemaPublicConnectionsQueryModel, type SchemaPublicDistributionConnectionQueryModel, type SchemaQuestion, type SchemaQuestionGroup, type SchemaQuestionUpdateCmd, type SchemaQuestionnaire, type SchemaQuote, type SchemaQuoteDetails, type SchemaQuoteExport, type SchemaQuoteExportRequest, type SchemaQuoteExportResponse, type SchemaQuoteMailSendRequest, type SchemaQuoteMailSendResponse, type SchemaQuoteReferenceQueryModel, type SchemaQuoteRequestV2Base, type SchemaQuoteResponse, type SchemaQuoteResponseV2, type SchemaQuoteSpecification, type SchemaQuoteStatus, type SchemaRateLimitErrorMsgEnum, type SchemaRearAutomaticEmergencyBraking, type SchemaRearCrossTrafficWarning, type SchemaRecalculateAnvaQuoteRequest, type SchemaRecalculateAnvaSimulationCmd, type SchemaRecalculateDiasQuoteRequest, type SchemaRecalculateDiasSimulationCmd, type SchemaRecalculateYellowHiveQuoteRequest, type SchemaRecalculateYellowHiveSimulationCmd, type SchemaRecommendation, type SchemaRecommendationLevel, type SchemaRecommendationReferenceQueryModel, type SchemaRecommendationsBaseCreateCmd, type SchemaRecommendationsCreateCmd, type SchemaRecommendationsQueryModel, type SchemaRecommendationsV2CreateCmd, type SchemaReconstructionValueDefinedType, type SchemaReference, type SchemaRegex, type SchemaRegistration, type SchemaRelations, type SchemaRentOutTerm, type SchemaRepairCosts, type SchemaReportRevisionStatus, type SchemaReportRevisionStatusSubset, type SchemaResidenceBuildingType, type SchemaResidenceComplianceType, type SchemaResidenceFloodType, type SchemaResidenceMonumentType, type SchemaResidencePreferences, type SchemaResidenceReferenceQueryModel, type SchemaResidenceRiskObjectIdWithRevisionId, type SchemaResidenceTheftProtection, type SchemaResidenceUsage, type SchemaRestrictiveAddress, type SchemaRestrictiveCar, type SchemaRestrictiveDriveAssistanceSystem, type SchemaRestrictiveDriver, type SchemaRetrieveAdvisoryReportFrontPageStandalonePdfParams, type SchemaRetrieveFlowResponse, type SchemaRetrieveQuestionnaireResponse, type SchemaRetrieveQuotesBatchResponse, type SchemaRetrieveQuotesExportsResponse, type SchemaRetrieveQuotesInsightsResponse, type SchemaRideHeight, type SchemaRiskAddress, type SchemaRiskAnalysisSubjects, type SchemaRiskData, type SchemaRiskDomain, type SchemaRiskDomainActionQueryModel, type SchemaRiskDomainAdviceQueryModel, type SchemaRiskDomainDistributionUpdateCmd, type SchemaRiskDomainQueryModel, type SchemaRiskDomainsQueryModel, type SchemaRiskObject, type SchemaRiskObjectCarType, type SchemaRiskObjectCarType_2, type SchemaRiskObjectComplianceItem, type SchemaRiskObjectComplianceQueryModel, type SchemaRiskObjectCreationError, type SchemaRiskObjectCreationResponse, type SchemaRiskObjectEntity, type SchemaRiskObjectExternalRefsCreateCmd, type SchemaRiskObjectExternalRefsQueryModel, type SchemaRiskObjectFamilyType, type SchemaRiskObjectInFleet, type SchemaRiskObjectLegalType, type SchemaRiskObjectPartyGroupType, type SchemaRiskObjectPartyRelation, type SchemaRiskObjectReferenceQueryModel, type SchemaRiskObjectRelationCreateCmd, type SchemaRiskObjectRelationQueryModel, type SchemaRiskObjectRelationUpdateCmd, type SchemaRiskObjectResidenceType, type SchemaRiskObjectRevisionIds, type SchemaRiskObjectRevisions, type SchemaRiskObjectTeacherType, type SchemaRiskObjectTwoWheelerType, type SchemaRiskObjectType, type SchemaRiskObjectType_2, type SchemaRiskObjectsWithRevision, type SchemaRizivConventionStatus, type SchemaRizivConventionStatus_2, type SchemaRizivMember, type SchemaRoleFilter, type SchemaRoleFilterType, type SchemaRollingWorkEquipmentType, type SchemaRollingWorkEquipmentType_2, type SchemaRoofConstructionType, type SchemaRoofTypes, type SchemaRooms, type SchemaRules, type SchemaSafety, type SchemaSafetyFeatureOption, type SchemaSafetyStickCar, type SchemaSafetyStickCarPayload, type SchemaSafetyStickDriver, type SchemaSalaryCoefficient, type SchemaSalaryCoefficient_2, type SchemaSatelliteProtection, type SchemaSatelliteProtectionSystem, type SchemaSatelliteProtectionSystem_2, type SchemaSavingTypes, type SchemaSavingTypes_2, type SchemaSearchAddress, type SchemaSection, type SchemaSecurityMeasure, type SchemaSelectedRecommendationsFeedback, type SchemaSemiTrailerRiskObjectIdWithRevisionId, type SchemaSemiTrailerType, type SchemaSendAdvisoryReportRevisionMailParams, type SchemaSendMailForSimulationParams, type SchemaSendOfferMailCmd, type SchemaSendOfferMailResponse, type SchemaSentimentType, type SchemaSeries, type SchemaSeriesSortContext, type SchemaServerError, type SchemaServerErrorMsgEnum, type SchemaSessionCompletedRemarks, type SchemaSessionReport, type SchemaShareholder, type SchemaShareholderQueryModel, type SchemaSignatureBox, type SchemaSiloCapacity, type SchemaSingleAffiliationQueryModel, type SchemaSingleAuditDetailQueryModel, type SchemaSingleAuditQueryModel, type SchemaSingleUserQueryModel, type SchemaSingularityJobQueuedResponse, type SchemaSingularityJobResultBase, type SchemaSingularityModelsDocumentExtractorCmdLink, type SchemaSingularityModelsPartyCheckupLink, type SchemaSmtCompany, type SchemaSocialLinks, type SchemaSort, type SchemaSourceInfo, type SchemaSpeedAssistance, type SchemaSplitCost, type SchemaSportHobbies, type SchemaSportHobbies_2, type SchemaStateOfChildren, type SchemaStateOfChildren_2, type SchemaStatus, type SchemaStatusReply, type SchemaStatusResponse, type SchemaSteeringPosition, type SchemaSteeringPosition_2, type SchemaStorageSecurity, type SchemaStorageSecurity_2, type SchemaStreet, type SchemaStringCalculationSpec, type SchemaSubcity, type SchemaSubjectToVat, type SchemaSubjectToVat_2, type SchemaSupplierType, type SchemaSupplierType_2, type SchemaSupportedFileTypesResponse, type SchemaSupportedProFlowCountryCodes, type SchemaSurveillanceEquipmentType, type SchemaSwimmingPoolType, type SchemaSwitchCandidatesCheckupItem, type SchemaSymbol, type SchemaTableColumn, type SchemaTableRules, type SchemaTag, type SchemaTagContentItem, type SchemaTankLocationType, type SchemaTax, type SchemaTaxBaseBe, type SchemaTaxField, type SchemaTaxPaymentDetails, type SchemaTaxPaymentTime, type SchemaTeacherRiskObjectIdWithRevisionId, type SchemaTeams, type SchemaTechnicalEquipmentType, type SchemaTechniekNederlandTypeOfCompany, type SchemaTechniekNederlandTypeOfCompanySpecification, type SchemaTechniekNederlandTypeOfCompanySpecification_2, type SchemaTechniekNederlandTypeOfCompany_2, type SchemaTelephoneNr, type SchemaTheftFormulas, type SchemaTheftFormulas_2, type SchemaTheme, type SchemaThemes, type SchemaThirdPartyActivity, type SchemaThirdPartyConstructionWorkInsuranceType, type SchemaThirdPartyConstructionWorkInsuranceType_2, type SchemaTitleAndMessageResponse, type SchemaTokenReply, type SchemaToolkitAccountCreateCmd, type SchemaToolkitBrokerCreateCmd, type SchemaToolkitBrokerCreationResponse, type SchemaToolkitLicenseType, type SchemaTrailerRiskObjectIdWithRevisionId, type SchemaTrailerTonnageCategory, type SchemaTrailerType, type SchemaTrailerType_2, type SchemaTransferCandidatesCheckupItem, type SchemaTransferLeadByIdParams, type SchemaTransferPartyByIdParams, type SchemaTransmissionType, type SchemaTransmissionType_2, type SchemaTransportInfo, type SchemaTravelMethods, type SchemaTravelMethods_2, type SchemaTravelsAYear, type SchemaTravelsAYear_2, type SchemaTriageEmailParams, type SchemaTriageResponse, type SchemaTrialOnboarding, type SchemaTrinityHandlersNatsOnboardingModelsUserIdResponse, type SchemaTrinityModelsUserAccountCreateCmdBroker, type SchemaTrinityModelsUserAccountCreateCmdDistribution, type SchemaTrinityModelsUserAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserToolkitAccountCreateCmdBroker, type SchemaTrinityModelsUserToolkitAccountCreateCmdDistribution, type SchemaTrinityModelsUserToolkitAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserTrialOnboardingDistribution, type SchemaTrinityModelsUserTrialOnboardingUserOVerwrite, type SchemaTruckDestination, type SchemaTruckDestination_2, type SchemaTurnover, type SchemaTwoFactorCreateCmd, type SchemaTwoFactorDisableCmd, type SchemaTwoFactorResponse, type SchemaTwoWheelerCategories, type SchemaTwoWheelerReferenceQueryModel, type SchemaTwoWheelerRiskObjectIdWithRevisionId, type SchemaTwoWheelerVehicleType, type SchemaTypeOfWork, type SchemaTypeOfWork_2, type SchemaTypedKeys, type SchemaUnitOfLength, type SchemaUnitOfLength_2, type SchemaUpdateAdvicesByInsuranceProductInDistributionParams, type SchemaUpdateAdvisoryReportAcceptanceByIdParams, type SchemaUpdateAdvisoryReportMetadataByIdParams, type 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, createDiasPartyViaConversation, 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, getOutlookMailByOutlookMessageId, getOutlookMailfolders, getOutlookMails, getPartiesByCustomer, getPartiesLinkedToUser, getPartiesOriginFilter, getPartyAddresses, getPartyById, getPartyMergeSuggestions, getPdfOfAdvisoryReportById, getPerformanceInsightsByDistribution, getPolicyPackageById, getPolicyPackageByIdAsCustomer, getPolicyPackageSimulationsForParty, getPolicyPackagesAsCustomer, getPolicyPackagesForParty, getPossibleInsuranceProductsByPartyId, getPossibleInsuranceProductsByRiskObjectId, getPossibleInsuranceProductsForManagementByPartyId, getPossibleInsuranceProductsForStaffByPartyId, getPreventionAdvice, getPromotionsByDistributionId, getProvenanceInfoOfDocument, getQuoteExports, getQuoteInsights, getQuotesAsBatchResultsByConversationId, getRecommendationsById, getRecommendationsByPartyId, getRecommendationsBySessionId, getRiskAnalysisByPartyId, getRiskDomainById, getRiskDomains, getRiskObjectByRiskObjectRevisionId, getRiskObjectRevisionsById, getSbi, getSingularityJobResultById, getStepSettingsByAdvisoryReportId, getSupportedAnvaflowCoverages, getSupportedAnvaflowCoveragesGroupedByAdn, getSupportedAnvaflowInsuranceCompanies, getSupportedAnvaflowInsurances, getSupportedAnvaflowTags, getSupportedInsuranceCompanies, getSupportedInsuranceSubjects, getSupportedMimeTypes, getSupportedRiskDomains, getSupportedYellowhiveflowCoverages, getSupportedYellowhiveflowInsurances, 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 };
|