wg-api-sdk 4.31.69 → 4.31.70
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 +704 -862
- package/dist/esm/index.mjs +1 -1
- package/dist/index.d.ts +704 -862
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/esm/index.d.mts
CHANGED
|
@@ -1178,27 +1178,6 @@ interface paths {
|
|
|
1178
1178
|
patch?: never;
|
|
1179
1179
|
trace?: never;
|
|
1180
1180
|
};
|
|
1181
|
-
"/v1/api/anvaflows/{session_id}/regenerate": {
|
|
1182
|
-
parameters: {
|
|
1183
|
-
query?: never;
|
|
1184
|
-
header?: never;
|
|
1185
|
-
path?: never;
|
|
1186
|
-
cookie?: never;
|
|
1187
|
-
};
|
|
1188
|
-
get?: never;
|
|
1189
|
-
put?: never;
|
|
1190
|
-
/**
|
|
1191
|
-
* Regenerate Anvaquestionnaire By Session Id
|
|
1192
|
-
* @description Regenerate the ANVA questionnaire for a conversation after a coverage-selection change,
|
|
1193
|
-
* returning the questions that still need to be asked.
|
|
1194
|
-
*/
|
|
1195
|
-
post: operations["regenerate_anvaquestionnaire_by_session_id_v1_api_anvaflows__session_id__regenerate_post"];
|
|
1196
|
-
delete?: never;
|
|
1197
|
-
options?: never;
|
|
1198
|
-
head?: never;
|
|
1199
|
-
patch?: never;
|
|
1200
|
-
trace?: never;
|
|
1201
|
-
};
|
|
1202
1181
|
"/v1/api/anvaflows/{session_id}/send-custom-quotes-to-anva": {
|
|
1203
1182
|
parameters: {
|
|
1204
1183
|
query?: never;
|
|
@@ -9802,7 +9781,7 @@ interface components {
|
|
|
9802
9781
|
* Timestamp
|
|
9803
9782
|
* Format: date-time
|
|
9804
9783
|
* @description Timestamp of when the error occured
|
|
9805
|
-
* @default 2026-07-
|
|
9784
|
+
* @default 2026-07-03T13:51:18.017172
|
|
9806
9785
|
*/
|
|
9807
9786
|
timestamp: string;
|
|
9808
9787
|
/**
|
|
@@ -54060,7 +54039,7 @@ interface components {
|
|
|
54060
54039
|
/**
|
|
54061
54040
|
* Quote Specifications
|
|
54062
54041
|
* @default {
|
|
54063
|
-
* "contract_commencement_date": "2026-07-
|
|
54042
|
+
* "contract_commencement_date": "2026-07-03"
|
|
54064
54043
|
* }
|
|
54065
54044
|
*/
|
|
54066
54045
|
quote_specifications: components["schemas"]["QuoteSpecification"];
|
|
@@ -64526,6 +64505,11 @@ interface components {
|
|
|
64526
64505
|
* @description description of uploaded document
|
|
64527
64506
|
*/
|
|
64528
64507
|
description?: string;
|
|
64508
|
+
/**
|
|
64509
|
+
* Anva Policy Id
|
|
64510
|
+
* @description Link a policy to a document in ANVA
|
|
64511
|
+
*/
|
|
64512
|
+
anva_policy_id?: string;
|
|
64529
64513
|
/**
|
|
64530
64514
|
* Segment Code
|
|
64531
64515
|
* @description Dossier segment code, see: select REF_KEY_N,REF_OMSCHRIJVING from refbes where REF_RC = '98509', examples: 00011=E-mail (naar kantoor), 00012=E-mail (door kantoor)
|
|
@@ -67553,35 +67537,6 @@ interface components {
|
|
|
67553
67537
|
/** Coverages */
|
|
67554
67538
|
coverages: number[];
|
|
67555
67539
|
};
|
|
67556
|
-
/** handle_regenerate_anva_questionnaire_params */
|
|
67557
|
-
handle_regenerate_anva_questionnaire_params: {
|
|
67558
|
-
auth: components["schemas"]["Auth"];
|
|
67559
|
-
/**
|
|
67560
|
-
* Session Id
|
|
67561
|
-
* Format: uuid
|
|
67562
|
-
*/
|
|
67563
|
-
session_id: string;
|
|
67564
|
-
data: components["schemas"]["AnvaRegenerateQuestionnaireRequest"];
|
|
67565
|
-
};
|
|
67566
|
-
/** AnvaRegenerateQuestionnaireResponse */
|
|
67567
|
-
AnvaRegenerateQuestionnaireResponse: {
|
|
67568
|
-
questionnaire: components["schemas"]["Questionnaire"];
|
|
67569
|
-
};
|
|
67570
|
-
/** AnvaRegenerateQuestionnaireRequest */
|
|
67571
|
-
AnvaRegenerateQuestionnaireRequest: {
|
|
67572
|
-
/** Anva Products */
|
|
67573
|
-
anva_products: components["schemas"]["AnvaProductCoverageSelection"][];
|
|
67574
|
-
};
|
|
67575
|
-
/** AnvaProductCoverageSelection */
|
|
67576
|
-
AnvaProductCoverageSelection: {
|
|
67577
|
-
/**
|
|
67578
|
-
* Id
|
|
67579
|
-
* Format: uuid
|
|
67580
|
-
*/
|
|
67581
|
-
id: string;
|
|
67582
|
-
/** Coverages */
|
|
67583
|
-
coverages: number[];
|
|
67584
|
-
};
|
|
67585
67540
|
/** handle_send_offer_mail_params */
|
|
67586
67541
|
handle_send_offer_mail_params: {
|
|
67587
67542
|
auth: components["schemas"]["Auth"];
|
|
@@ -73180,10 +73135,6 @@ type SchemaAnvaQuoteCalculationJob = components['schemas']['AnvaQuoteCalculation
|
|
|
73180
73135
|
type SchemaAnvaPolicyPackageCalculationJob = components['schemas']['AnvaPolicyPackageCalculationJob'];
|
|
73181
73136
|
type SchemaHandleCalculateOneAnvaQuoteForConversationParams = components['schemas']['handle_calculate_one_anva_quote_for_conversation_params'];
|
|
73182
73137
|
type SchemaRecalculateAnvaQuoteRequest = components['schemas']['RecalculateAnvaQuoteRequest'];
|
|
73183
|
-
type SchemaHandleRegenerateAnvaQuestionnaireParams = components['schemas']['handle_regenerate_anva_questionnaire_params'];
|
|
73184
|
-
type SchemaAnvaRegenerateQuestionnaireResponse = components['schemas']['AnvaRegenerateQuestionnaireResponse'];
|
|
73185
|
-
type SchemaAnvaRegenerateQuestionnaireRequest = components['schemas']['AnvaRegenerateQuestionnaireRequest'];
|
|
73186
|
-
type SchemaAnvaProductCoverageSelection = components['schemas']['AnvaProductCoverageSelection'];
|
|
73187
73138
|
type SchemaHandleSendOfferMailParams = components['schemas']['handle_send_offer_mail_params'];
|
|
73188
73139
|
type SchemaSendOfferMailResponse = components['schemas']['SendOfferMailResponse'];
|
|
73189
73140
|
type SchemaSendOfferMailCmd = components['schemas']['SendOfferMailCmd'];
|
|
@@ -78420,7 +78371,6 @@ interface operations {
|
|
|
78420
78371
|
query?: {
|
|
78421
78372
|
insurance_ids?: number[];
|
|
78422
78373
|
party_type?: "CUSTOMER" | "COMPANY";
|
|
78423
|
-
coverage_category?: "MAIN" | "SUPPLEMENTARY";
|
|
78424
78374
|
/**
|
|
78425
78375
|
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
78426
78376
|
* @example EN
|
|
@@ -79518,100 +79468,6 @@ interface operations {
|
|
|
79518
79468
|
};
|
|
79519
79469
|
};
|
|
79520
79470
|
};
|
|
79521
|
-
regenerate_anvaquestionnaire_by_session_id_v1_api_anvaflows__session_id__regenerate_post: {
|
|
79522
|
-
parameters: {
|
|
79523
|
-
query?: {
|
|
79524
|
-
/**
|
|
79525
|
-
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
79526
|
-
* @example EN
|
|
79527
|
-
*/
|
|
79528
|
-
lang?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
|
|
79529
|
-
/**
|
|
79530
|
-
* @description Same as lang, but adds support to pass ?language as well
|
|
79531
|
-
* @example EN
|
|
79532
|
-
*/
|
|
79533
|
-
language?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
|
|
79534
|
-
};
|
|
79535
|
-
header?: {
|
|
79536
|
-
/** @description Which release to target running in 'STAGING' environment. */
|
|
79537
|
-
"x-release"?: string;
|
|
79538
|
-
};
|
|
79539
|
-
path: {
|
|
79540
|
-
session_id: string;
|
|
79541
|
-
};
|
|
79542
|
-
cookie?: never;
|
|
79543
|
-
};
|
|
79544
|
-
requestBody: {
|
|
79545
|
-
content: {
|
|
79546
|
-
"application/json": components["schemas"]["handle_regenerate_anva_questionnaire_params"]["data"];
|
|
79547
|
-
};
|
|
79548
|
-
};
|
|
79549
|
-
responses: {
|
|
79550
|
-
/** @description Successful Response */
|
|
79551
|
-
200: {
|
|
79552
|
-
headers: {
|
|
79553
|
-
[name: string]: unknown;
|
|
79554
|
-
};
|
|
79555
|
-
content: {
|
|
79556
|
-
"application/json": components["schemas"]["AnvaRegenerateQuestionnaireResponse"];
|
|
79557
|
-
};
|
|
79558
|
-
};
|
|
79559
|
-
/** @description Bad Request */
|
|
79560
|
-
400: {
|
|
79561
|
-
headers: {
|
|
79562
|
-
[name: string]: unknown;
|
|
79563
|
-
};
|
|
79564
|
-
content: {
|
|
79565
|
-
"application/json": components["schemas"]["Error_4XX"];
|
|
79566
|
-
};
|
|
79567
|
-
};
|
|
79568
|
-
/** @description Unauthorized */
|
|
79569
|
-
401: {
|
|
79570
|
-
headers: {
|
|
79571
|
-
[name: string]: unknown;
|
|
79572
|
-
};
|
|
79573
|
-
content: {
|
|
79574
|
-
"application/json": components["schemas"]["Error_401"];
|
|
79575
|
-
};
|
|
79576
|
-
};
|
|
79577
|
-
/** @description Forbidden */
|
|
79578
|
-
403: {
|
|
79579
|
-
headers: {
|
|
79580
|
-
[name: string]: unknown;
|
|
79581
|
-
};
|
|
79582
|
-
content: {
|
|
79583
|
-
"application/json": components["schemas"]["Error_403"];
|
|
79584
|
-
};
|
|
79585
|
-
};
|
|
79586
|
-
/** @description Unprocessable Content */
|
|
79587
|
-
422: {
|
|
79588
|
-
headers: {
|
|
79589
|
-
[name: string]: unknown;
|
|
79590
|
-
};
|
|
79591
|
-
content: {
|
|
79592
|
-
"application/json": components["schemas"]["Error_422"];
|
|
79593
|
-
};
|
|
79594
|
-
};
|
|
79595
|
-
/** @description Too Many Requests */
|
|
79596
|
-
429: {
|
|
79597
|
-
headers: {
|
|
79598
|
-
[name: string]: unknown;
|
|
79599
|
-
};
|
|
79600
|
-
content: {
|
|
79601
|
-
"application/json": components["schemas"]["Error_429"];
|
|
79602
|
-
};
|
|
79603
|
-
};
|
|
79604
|
-
/** @description Internal Server Error */
|
|
79605
|
-
500: {
|
|
79606
|
-
headers: {
|
|
79607
|
-
[name: string]: unknown;
|
|
79608
|
-
};
|
|
79609
|
-
content: {
|
|
79610
|
-
"application/json": components["schemas"]["ServerError"];
|
|
79611
|
-
};
|
|
79612
|
-
};
|
|
79613
|
-
};
|
|
79614
|
-
};
|
|
79615
79471
|
enqueue_send_custom_quotes_to_anva_by_session_id_v1_api_anvaflows__session_id__send_custom_quotes_to_anva_post: {
|
|
79616
79472
|
parameters: {
|
|
79617
79473
|
query?: {
|
|
@@ -122764,20 +122620,20 @@ type Middleware = Middleware$1;
|
|
|
122764
122620
|
type ClientType = ReturnType<typeof createClient<paths>>;
|
|
122765
122621
|
declare const wgApiClient: (options: ClientOptions) => ClientType;
|
|
122766
122622
|
|
|
122767
|
-
declare const routeName$
|
|
122768
|
-
type GetAllEnumsResponse = paths[typeof routeName$
|
|
122623
|
+
declare const routeName$8n = "/enums";
|
|
122624
|
+
type GetAllEnumsResponse = paths[typeof routeName$8n]['get']['responses'][200]['content']['application/json'];
|
|
122769
122625
|
declare const getAllEnums: (wgApiClient: ClientType) => Promise<GetAllEnumsResponse>;
|
|
122770
122626
|
|
|
122771
|
-
declare const routeName$
|
|
122772
|
-
type GetValuesOfEnumPathParams = paths[typeof routeName$
|
|
122773
|
-
type GetValuesOfEnumResponse = paths[typeof routeName$
|
|
122774
|
-
type GetValuesOfEnumProps = paths[typeof routeName$
|
|
122627
|
+
declare const routeName$8m = "/enums/{enum}";
|
|
122628
|
+
type GetValuesOfEnumPathParams = paths[typeof routeName$8m]['get']['parameters']['path'];
|
|
122629
|
+
type GetValuesOfEnumResponse = paths[typeof routeName$8m]['get']['responses'][200]['content']['application/json'];
|
|
122630
|
+
type GetValuesOfEnumProps = paths[typeof routeName$8m]['get']['parameters'];
|
|
122775
122631
|
declare const getValuesOfEnum: (props: GetValuesOfEnumProps, wgApiClient: ClientType) => Promise<GetValuesOfEnumResponse>;
|
|
122776
122632
|
|
|
122777
|
-
declare const routeName$
|
|
122778
|
-
type CreateAccountBody = paths[typeof routeName$
|
|
122779
|
-
type CreateAccountQueryParams = paths[typeof routeName$
|
|
122780
|
-
type CreateAccountResponse = paths[typeof routeName$
|
|
122633
|
+
declare const routeName$8l = "/v1/api/accounts";
|
|
122634
|
+
type CreateAccountBody = paths[typeof routeName$8l]['post']['requestBody']['content']['application/json'];
|
|
122635
|
+
type CreateAccountQueryParams = paths[typeof routeName$8l]['post']['parameters']['query'];
|
|
122636
|
+
type CreateAccountResponse = paths[typeof routeName$8l]['post']['responses'][201]['content']['application/json'];
|
|
122781
122637
|
interface CreateAccountProps {
|
|
122782
122638
|
body: CreateAccountBody;
|
|
122783
122639
|
params: {
|
|
@@ -122786,119 +122642,119 @@ interface CreateAccountProps {
|
|
|
122786
122642
|
}
|
|
122787
122643
|
declare const createAccount: (props: CreateAccountProps, wgApiClient: ClientType) => Promise<CreateAccountResponse>;
|
|
122788
122644
|
|
|
122789
|
-
declare const routeName$
|
|
122790
|
-
type GetAllActivityTypesQueryParams = paths[typeof routeName$
|
|
122791
|
-
type GetAllActivityTypesResponse = paths[typeof routeName$
|
|
122792
|
-
type GetAllActivityTypesProps = paths[typeof routeName$
|
|
122645
|
+
declare const routeName$8k = "/v1/api/activity-types";
|
|
122646
|
+
type GetAllActivityTypesQueryParams = paths[typeof routeName$8k]['get']['parameters']['query'];
|
|
122647
|
+
type GetAllActivityTypesResponse = paths[typeof routeName$8k]['get']['responses'][200]['content']['application/json'];
|
|
122648
|
+
type GetAllActivityTypesProps = paths[typeof routeName$8k]['get']['parameters'];
|
|
122793
122649
|
declare const getAllActivityTypes: (props: GetAllActivityTypesProps, wgApiClient: ClientType) => Promise<GetAllActivityTypesResponse>;
|
|
122794
122650
|
|
|
122795
|
-
declare const routeName$
|
|
122796
|
-
type GetEnumByAnvaLabelPathParams = paths[typeof routeName$
|
|
122797
|
-
type GetEnumByAnvaLabelQueryParams = paths[typeof routeName$
|
|
122798
|
-
type GetEnumByAnvaLabelResponse = paths[typeof routeName$
|
|
122799
|
-
type GetEnumByAnvaLabelProps = paths[typeof routeName$
|
|
122651
|
+
declare const routeName$8j = "/v1/api/anvaflows/labels/{label}/enum";
|
|
122652
|
+
type GetEnumByAnvaLabelPathParams = paths[typeof routeName$8j]['get']['parameters']['path'];
|
|
122653
|
+
type GetEnumByAnvaLabelQueryParams = paths[typeof routeName$8j]['get']['parameters']['query'];
|
|
122654
|
+
type GetEnumByAnvaLabelResponse = paths[typeof routeName$8j]['get']['responses'][200]['content']['application/json'];
|
|
122655
|
+
type GetEnumByAnvaLabelProps = paths[typeof routeName$8j]['get']['parameters'];
|
|
122800
122656
|
declare const getEnumByAnvaLabel: (props: GetEnumByAnvaLabelProps, wgApiClient: ClientType) => Promise<GetEnumByAnvaLabelResponse>;
|
|
122801
122657
|
|
|
122802
|
-
declare const routeName$
|
|
122803
|
-
type GetEnumByDiasLabelPathParams = paths[typeof routeName$
|
|
122804
|
-
type GetEnumByDiasLabelQueryParams = paths[typeof routeName$
|
|
122805
|
-
type GetEnumByDiasLabelResponse = paths[typeof routeName$
|
|
122806
|
-
type GetEnumByDiasLabelProps = paths[typeof routeName$
|
|
122658
|
+
declare const routeName$8i = "/v1/api/diasflows/labels/{label}/enum";
|
|
122659
|
+
type GetEnumByDiasLabelPathParams = paths[typeof routeName$8i]['get']['parameters']['path'];
|
|
122660
|
+
type GetEnumByDiasLabelQueryParams = paths[typeof routeName$8i]['get']['parameters']['query'];
|
|
122661
|
+
type GetEnumByDiasLabelResponse = paths[typeof routeName$8i]['get']['responses'][200]['content']['application/json'];
|
|
122662
|
+
type GetEnumByDiasLabelProps = paths[typeof routeName$8i]['get']['parameters'];
|
|
122807
122663
|
declare const getEnumByDiasLabel: (props: GetEnumByDiasLabelProps, wgApiClient: ClientType) => Promise<GetEnumByDiasLabelResponse>;
|
|
122808
122664
|
|
|
122809
|
-
declare const routeName$
|
|
122810
|
-
type GetArtifactFromEventByIdPathParams = paths[typeof routeName$
|
|
122811
|
-
type GetArtifactFromEventByIdQueryParams = paths[typeof routeName$
|
|
122812
|
-
type GetArtifactFromEventByIdResponse = paths[typeof routeName$
|
|
122813
|
-
type GetArtifactFromEventByIdProps = paths[typeof routeName$
|
|
122665
|
+
declare const routeName$8h = "/v1/api/events/{activity_id}/artifact";
|
|
122666
|
+
type GetArtifactFromEventByIdPathParams = paths[typeof routeName$8h]['get']['parameters']['path'];
|
|
122667
|
+
type GetArtifactFromEventByIdQueryParams = paths[typeof routeName$8h]['get']['parameters']['query'];
|
|
122668
|
+
type GetArtifactFromEventByIdResponse = paths[typeof routeName$8h]['get']['responses'][200]['content']['application/json'];
|
|
122669
|
+
type GetArtifactFromEventByIdProps = paths[typeof routeName$8h]['get']['parameters'];
|
|
122814
122670
|
declare const getArtifactFromEventById: (props: GetArtifactFromEventByIdProps, wgApiClient: ClientType) => Promise<GetArtifactFromEventByIdResponse>;
|
|
122815
122671
|
|
|
122816
|
-
declare const routeName$
|
|
122817
|
-
type GetJobResultByIdPathParams = paths[typeof routeName$
|
|
122818
|
-
type GetJobResultByIdQueryParams = paths[typeof routeName$
|
|
122819
|
-
type GetJobResultByIdResponse = paths[typeof routeName$
|
|
122820
|
-
type GetJobResultByIdProps = paths[typeof routeName$
|
|
122672
|
+
declare const routeName$8g = "/v1/api/flows/jobs/{job_id}";
|
|
122673
|
+
type GetJobResultByIdPathParams = paths[typeof routeName$8g]['get']['parameters']['path'];
|
|
122674
|
+
type GetJobResultByIdQueryParams = paths[typeof routeName$8g]['get']['parameters']['query'];
|
|
122675
|
+
type GetJobResultByIdResponse = paths[typeof routeName$8g]['get']['responses'][200]['content']['application/json'];
|
|
122676
|
+
type GetJobResultByIdProps = paths[typeof routeName$8g]['get']['parameters'];
|
|
122821
122677
|
declare const getJobResultById: (props: GetJobResultByIdProps, wgApiClient: ClientType) => Promise<GetJobResultByIdResponse>;
|
|
122822
122678
|
|
|
122823
|
-
declare const routeName$
|
|
122824
|
-
type GetGbiQueryParams = paths[typeof routeName$
|
|
122825
|
-
type GetGbiResponse = paths[typeof routeName$
|
|
122826
|
-
type GetGbiProps = paths[typeof routeName$
|
|
122679
|
+
declare const routeName$8f = "/v1/api/gbi-codes";
|
|
122680
|
+
type GetGbiQueryParams = paths[typeof routeName$8f]['get']['parameters']['query'];
|
|
122681
|
+
type GetGbiResponse = paths[typeof routeName$8f]['get']['responses'][200]['content']['application/json'];
|
|
122682
|
+
type GetGbiProps = paths[typeof routeName$8f]['get']['parameters'];
|
|
122827
122683
|
declare const getGbi: (props: GetGbiProps, wgApiClient: ClientType) => Promise<GetGbiResponse>;
|
|
122828
122684
|
|
|
122829
|
-
declare const routeName$
|
|
122830
|
-
type GetInsightsIfCarIsInsuredBody = paths[typeof routeName$
|
|
122831
|
-
type GetInsightsIfCarIsInsuredResponse = paths[typeof routeName$
|
|
122685
|
+
declare const routeName$8e = "/v1/api/insights/cars/check-insurance";
|
|
122686
|
+
type GetInsightsIfCarIsInsuredBody = paths[typeof routeName$8e]['post']['requestBody']['content']['application/json'];
|
|
122687
|
+
type GetInsightsIfCarIsInsuredResponse = paths[typeof routeName$8e]['post']['responses'][200]['content']['application/json'];
|
|
122832
122688
|
interface GetInsightsIfCarIsInsuredProps {
|
|
122833
122689
|
body: GetInsightsIfCarIsInsuredBody;
|
|
122834
122690
|
}
|
|
122835
122691
|
declare const getInsightsIfCarIsInsured: (props: GetInsightsIfCarIsInsuredProps, wgApiClient: ClientType) => Promise<GetInsightsIfCarIsInsuredResponse>;
|
|
122836
122692
|
|
|
122837
|
-
declare const routeName$
|
|
122838
|
-
type GetInsuranceCompaniesQueryParams = paths[typeof routeName$
|
|
122839
|
-
type GetInsuranceCompaniesResponse = paths[typeof routeName$
|
|
122840
|
-
type GetInsuranceCompaniesProps = paths[typeof routeName$
|
|
122693
|
+
declare const routeName$8d = "/v1/api/insurance_companies";
|
|
122694
|
+
type GetInsuranceCompaniesQueryParams = paths[typeof routeName$8d]['get']['parameters']['query'];
|
|
122695
|
+
type GetInsuranceCompaniesResponse = paths[typeof routeName$8d]['get']['responses'][200]['content']['application/json'];
|
|
122696
|
+
type GetInsuranceCompaniesProps = paths[typeof routeName$8d]['get']['parameters'];
|
|
122841
122697
|
declare const getInsuranceCompanies: (props: GetInsuranceCompaniesProps, wgApiClient: ClientType) => Promise<GetInsuranceCompaniesResponse>;
|
|
122842
122698
|
|
|
122843
|
-
declare const routeName$
|
|
122844
|
-
type GetEncryptionKeysQueryParams = paths[typeof routeName$
|
|
122845
|
-
type GetEncryptionKeysResponse = paths[typeof routeName$
|
|
122846
|
-
type GetEncryptionKeysProps = paths[typeof routeName$
|
|
122699
|
+
declare const routeName$8c = "/v1/api/keys";
|
|
122700
|
+
type GetEncryptionKeysQueryParams = paths[typeof routeName$8c]['get']['parameters']['query'];
|
|
122701
|
+
type GetEncryptionKeysResponse = paths[typeof routeName$8c]['get']['responses'][200]['content']['application/json'];
|
|
122702
|
+
type GetEncryptionKeysProps = paths[typeof routeName$8c]['get']['parameters'];
|
|
122847
122703
|
declare const getEncryptionKeys: (props: GetEncryptionKeysProps, wgApiClient: ClientType) => Promise<GetEncryptionKeysResponse>;
|
|
122848
122704
|
|
|
122849
|
-
declare const routeName$
|
|
122850
|
-
type GetLeadProvidersByAffinityQueryParams = paths[typeof routeName$
|
|
122851
|
-
type GetLeadProvidersByAffinityResponse = paths[typeof routeName$
|
|
122852
|
-
type GetLeadProvidersByAffinityProps = paths[typeof routeName$
|
|
122705
|
+
declare const routeName$8b = "/v1/api/lead-providers";
|
|
122706
|
+
type GetLeadProvidersByAffinityQueryParams = paths[typeof routeName$8b]['get']['parameters']['query'];
|
|
122707
|
+
type GetLeadProvidersByAffinityResponse = paths[typeof routeName$8b]['get']['responses'][200]['content']['application/json'];
|
|
122708
|
+
type GetLeadProvidersByAffinityProps = paths[typeof routeName$8b]['get']['parameters'];
|
|
122853
122709
|
declare const getLeadProvidersByAffinity: (props: GetLeadProvidersByAffinityProps, wgApiClient: ClientType) => Promise<GetLeadProvidersByAffinityResponse>;
|
|
122854
122710
|
|
|
122855
|
-
declare const routeName$
|
|
122856
|
-
type GetLeadProviderByIdPathParams = paths[typeof routeName$
|
|
122857
|
-
type GetLeadProviderByIdResponse = paths[typeof routeName$
|
|
122858
|
-
type GetLeadProviderByIdProps = paths[typeof routeName$
|
|
122711
|
+
declare const routeName$8a = "/v1/api/lead-providers/{lead_provider_id}";
|
|
122712
|
+
type GetLeadProviderByIdPathParams = paths[typeof routeName$8a]['get']['parameters']['path'];
|
|
122713
|
+
type GetLeadProviderByIdResponse = paths[typeof routeName$8a]['get']['responses'][200]['content']['application/json'];
|
|
122714
|
+
type GetLeadProviderByIdProps = paths[typeof routeName$8a]['get']['parameters'];
|
|
122859
122715
|
declare const getLeadProviderById: (props: GetLeadProviderByIdProps, wgApiClient: ClientType) => Promise<GetLeadProviderByIdResponse>;
|
|
122860
122716
|
|
|
122861
|
-
declare const routeName$
|
|
122862
|
-
type GetNaceQueryParams = paths[typeof routeName$
|
|
122863
|
-
type GetNaceResponse = paths[typeof routeName$
|
|
122864
|
-
type GetNaceProps = paths[typeof routeName$
|
|
122717
|
+
declare const routeName$89 = "/v1/api/nace-codes";
|
|
122718
|
+
type GetNaceQueryParams = paths[typeof routeName$89]['get']['parameters']['query'];
|
|
122719
|
+
type GetNaceResponse = paths[typeof routeName$89]['get']['responses'][200]['content']['application/json'];
|
|
122720
|
+
type GetNaceProps = paths[typeof routeName$89]['get']['parameters'];
|
|
122865
122721
|
declare const getNace: (props: GetNaceProps, wgApiClient: ClientType) => Promise<GetNaceResponse>;
|
|
122866
122722
|
|
|
122867
|
-
declare const routeName$
|
|
122868
|
-
type PostEventAsCarglassPartnerBody = paths[typeof routeName$
|
|
122869
|
-
type PostEventAsCarglassPartnerResponse = paths[typeof routeName$
|
|
122723
|
+
declare const routeName$88 = "/v1/api/partners/carglass/events";
|
|
122724
|
+
type PostEventAsCarglassPartnerBody = paths[typeof routeName$88]['post']['requestBody']['content']['application/json'];
|
|
122725
|
+
type PostEventAsCarglassPartnerResponse = paths[typeof routeName$88]['post']['responses'][201]['content']['application/json'];
|
|
122870
122726
|
interface PostEventAsCarglassPartnerProps {
|
|
122871
122727
|
body: PostEventAsCarglassPartnerBody;
|
|
122872
122728
|
}
|
|
122873
122729
|
declare const postEventAsCarglassPartner: (props: PostEventAsCarglassPartnerProps, wgApiClient: ClientType) => Promise<PostEventAsCarglassPartnerResponse>;
|
|
122874
122730
|
|
|
122875
|
-
declare const routeName$
|
|
122876
|
-
type GetAllAvailablePlansResponse = paths[typeof routeName$
|
|
122731
|
+
declare const routeName$87 = "/v1/api/plans";
|
|
122732
|
+
type GetAllAvailablePlansResponse = paths[typeof routeName$87]['get']['responses'][200]['content']['application/json'];
|
|
122877
122733
|
declare const getAllAvailablePlans: (wgApiClient: ClientType) => Promise<GetAllAvailablePlansResponse>;
|
|
122878
122734
|
|
|
122879
|
-
declare const routeName$
|
|
122880
|
-
type GetSbiQueryParams = paths[typeof routeName$
|
|
122881
|
-
type GetSbiResponse = paths[typeof routeName$
|
|
122882
|
-
type GetSbiProps = paths[typeof routeName$
|
|
122735
|
+
declare const routeName$86 = "/v1/api/sbi-codes";
|
|
122736
|
+
type GetSbiQueryParams = paths[typeof routeName$86]['get']['parameters']['query'];
|
|
122737
|
+
type GetSbiResponse = paths[typeof routeName$86]['get']['responses'][200]['content']['application/json'];
|
|
122738
|
+
type GetSbiProps = paths[typeof routeName$86]['get']['parameters'];
|
|
122883
122739
|
declare const getSbi: (props: GetSbiProps, wgApiClient: ClientType) => Promise<GetSbiResponse>;
|
|
122884
122740
|
|
|
122885
|
-
declare const routeName$
|
|
122886
|
-
type GetSingularityJobResultByIdPathParams = paths[typeof routeName$
|
|
122887
|
-
type GetSingularityJobResultByIdQueryParams = paths[typeof routeName$
|
|
122888
|
-
type GetSingularityJobResultByIdResponse = paths[typeof routeName$
|
|
122889
|
-
type GetSingularityJobResultByIdProps = paths[typeof routeName$
|
|
122741
|
+
declare const routeName$85 = "/v1/api/singularity/jobs/{job_id}";
|
|
122742
|
+
type GetSingularityJobResultByIdPathParams = paths[typeof routeName$85]['get']['parameters']['path'];
|
|
122743
|
+
type GetSingularityJobResultByIdQueryParams = paths[typeof routeName$85]['get']['parameters']['query'];
|
|
122744
|
+
type GetSingularityJobResultByIdResponse = paths[typeof routeName$85]['get']['responses'][200]['content']['application/json'];
|
|
122745
|
+
type GetSingularityJobResultByIdProps = paths[typeof routeName$85]['get']['parameters'];
|
|
122890
122746
|
declare const getSingularityJobResultById: (props: GetSingularityJobResultByIdProps, wgApiClient: ClientType) => Promise<GetSingularityJobResultByIdResponse>;
|
|
122891
122747
|
|
|
122892
|
-
declare const routeName$
|
|
122893
|
-
type GetAllAvailableThemesInWegroupQueryParams = paths[typeof routeName$
|
|
122894
|
-
type GetAllAvailableThemesInWegroupResponse = paths[typeof routeName$
|
|
122895
|
-
type GetAllAvailableThemesInWegroupProps = paths[typeof routeName$
|
|
122748
|
+
declare const routeName$84 = "/v1/api/themes";
|
|
122749
|
+
type GetAllAvailableThemesInWegroupQueryParams = paths[typeof routeName$84]['get']['parameters']['query'];
|
|
122750
|
+
type GetAllAvailableThemesInWegroupResponse = paths[typeof routeName$84]['get']['responses'][200]['content']['application/json'];
|
|
122751
|
+
type GetAllAvailableThemesInWegroupProps = paths[typeof routeName$84]['get']['parameters'];
|
|
122896
122752
|
declare const getAllAvailableThemesInWegroup: (props: GetAllAvailableThemesInWegroupProps, wgApiClient: ClientType) => Promise<GetAllAvailableThemesInWegroupResponse>;
|
|
122897
122753
|
|
|
122898
|
-
declare const routeName$
|
|
122899
|
-
type CreateToolkitAccountBody = paths[typeof routeName$
|
|
122900
|
-
type CreateToolkitAccountQueryParams = paths[typeof routeName$
|
|
122901
|
-
type CreateToolkitAccountResponse = paths[typeof routeName$
|
|
122754
|
+
declare const routeName$83 = "/v1/api/toolkit-accounts";
|
|
122755
|
+
type CreateToolkitAccountBody = paths[typeof routeName$83]['post']['requestBody']['content']['application/json'];
|
|
122756
|
+
type CreateToolkitAccountQueryParams = paths[typeof routeName$83]['post']['parameters']['query'];
|
|
122757
|
+
type CreateToolkitAccountResponse = paths[typeof routeName$83]['post']['responses'][201]['content']['application/json'];
|
|
122902
122758
|
interface CreateToolkitAccountProps {
|
|
122903
122759
|
body: CreateToolkitAccountBody;
|
|
122904
122760
|
params: {
|
|
@@ -122907,10 +122763,10 @@ interface CreateToolkitAccountProps {
|
|
|
122907
122763
|
}
|
|
122908
122764
|
declare const createToolkitAccount: (props: CreateToolkitAccountProps, wgApiClient: ClientType) => Promise<CreateToolkitAccountResponse>;
|
|
122909
122765
|
|
|
122910
|
-
declare const routeName$
|
|
122911
|
-
type CreateToolkitBrokerBody = paths[typeof routeName$
|
|
122912
|
-
type CreateToolkitBrokerQueryParams = paths[typeof routeName$
|
|
122913
|
-
type CreateToolkitBrokerResponse = paths[typeof routeName$
|
|
122766
|
+
declare const routeName$82 = "/v1/api/toolkit-brokers";
|
|
122767
|
+
type CreateToolkitBrokerBody = paths[typeof routeName$82]['post']['requestBody']['content']['application/json'];
|
|
122768
|
+
type CreateToolkitBrokerQueryParams = paths[typeof routeName$82]['post']['parameters']['query'];
|
|
122769
|
+
type CreateToolkitBrokerResponse = paths[typeof routeName$82]['post']['responses'][201]['content']['application/json'];
|
|
122914
122770
|
interface CreateToolkitBrokerProps {
|
|
122915
122771
|
body: CreateToolkitBrokerBody;
|
|
122916
122772
|
params: {
|
|
@@ -122919,10 +122775,10 @@ interface CreateToolkitBrokerProps {
|
|
|
122919
122775
|
}
|
|
122920
122776
|
declare const createToolkitBroker: (props: CreateToolkitBrokerProps, wgApiClient: ClientType) => Promise<CreateToolkitBrokerResponse>;
|
|
122921
122777
|
|
|
122922
|
-
declare const routeName$
|
|
122923
|
-
type CreateTrialBrokerBody = paths[typeof routeName$
|
|
122924
|
-
type CreateTrialBrokerQueryParams = paths[typeof routeName$
|
|
122925
|
-
type CreateTrialBrokerResponse = paths[typeof routeName$
|
|
122778
|
+
declare const routeName$81 = "/v1/api/trials";
|
|
122779
|
+
type CreateTrialBrokerBody = paths[typeof routeName$81]['post']['requestBody']['content']['application/json'];
|
|
122780
|
+
type CreateTrialBrokerQueryParams = paths[typeof routeName$81]['post']['parameters']['query'];
|
|
122781
|
+
type CreateTrialBrokerResponse = paths[typeof routeName$81]['post']['responses'][201]['content']['application/json'];
|
|
122926
122782
|
interface CreateTrialBrokerProps {
|
|
122927
122783
|
body: CreateTrialBrokerBody;
|
|
122928
122784
|
params: {
|
|
@@ -122931,10 +122787,10 @@ interface CreateTrialBrokerProps {
|
|
|
122931
122787
|
}
|
|
122932
122788
|
declare const createTrialBroker: (props: CreateTrialBrokerProps, wgApiClient: ClientType) => Promise<CreateTrialBrokerResponse>;
|
|
122933
122789
|
|
|
122934
|
-
declare const routeName$
|
|
122935
|
-
type VerifyIfADistributionExistsByNameBody = paths[typeof routeName$
|
|
122936
|
-
type VerifyIfADistributionExistsByNameQueryParams = paths[typeof routeName$
|
|
122937
|
-
type VerifyIfADistributionExistsByNameResponse = paths[typeof routeName$
|
|
122790
|
+
declare const routeName$80 = "/v1/api/verify/exists/distribution/name";
|
|
122791
|
+
type VerifyIfADistributionExistsByNameBody = paths[typeof routeName$80]['post']['requestBody']['content']['application/json'];
|
|
122792
|
+
type VerifyIfADistributionExistsByNameQueryParams = paths[typeof routeName$80]['post']['parameters']['query'];
|
|
122793
|
+
type VerifyIfADistributionExistsByNameResponse = paths[typeof routeName$80]['post']['responses'][200]['content']['application/json'];
|
|
122938
122794
|
interface VerifyIfADistributionExistsByNameProps {
|
|
122939
122795
|
body: VerifyIfADistributionExistsByNameBody;
|
|
122940
122796
|
params: {
|
|
@@ -122943,10 +122799,10 @@ interface VerifyIfADistributionExistsByNameProps {
|
|
|
122943
122799
|
}
|
|
122944
122800
|
declare const verifyIfADistributionExistsByName: (props: VerifyIfADistributionExistsByNameProps, wgApiClient: ClientType) => Promise<VerifyIfADistributionExistsByNameResponse>;
|
|
122945
122801
|
|
|
122946
|
-
declare const routeName$
|
|
122947
|
-
type VerifyIfADistributionExistsByCompanyRegistrationBody = paths[typeof routeName$
|
|
122948
|
-
type VerifyIfADistributionExistsByCompanyRegistrationQueryParams = paths[typeof routeName$
|
|
122949
|
-
type VerifyIfADistributionExistsByCompanyRegistrationResponse = paths[typeof routeName$
|
|
122802
|
+
declare const routeName$7$ = "/v1/api/verify/exists/distribution/registration";
|
|
122803
|
+
type VerifyIfADistributionExistsByCompanyRegistrationBody = paths[typeof routeName$7$]['post']['requestBody']['content']['application/json'];
|
|
122804
|
+
type VerifyIfADistributionExistsByCompanyRegistrationQueryParams = paths[typeof routeName$7$]['post']['parameters']['query'];
|
|
122805
|
+
type VerifyIfADistributionExistsByCompanyRegistrationResponse = paths[typeof routeName$7$]['post']['responses'][200]['content']['application/json'];
|
|
122950
122806
|
interface VerifyIfADistributionExistsByCompanyRegistrationProps {
|
|
122951
122807
|
body: VerifyIfADistributionExistsByCompanyRegistrationBody;
|
|
122952
122808
|
params: {
|
|
@@ -122955,10 +122811,10 @@ interface VerifyIfADistributionExistsByCompanyRegistrationProps {
|
|
|
122955
122811
|
}
|
|
122956
122812
|
declare const verifyIfADistributionExistsByCompanyRegistration: (props: VerifyIfADistributionExistsByCompanyRegistrationProps, wgApiClient: ClientType) => Promise<VerifyIfADistributionExistsByCompanyRegistrationResponse>;
|
|
122957
122813
|
|
|
122958
|
-
declare const routeName$
|
|
122959
|
-
type VerifyIfAUserExistsByEmailBody = paths[typeof routeName$
|
|
122960
|
-
type VerifyIfAUserExistsByEmailQueryParams = paths[typeof routeName$
|
|
122961
|
-
type VerifyIfAUserExistsByEmailResponse = paths[typeof routeName$
|
|
122814
|
+
declare const routeName$7_ = "/v1/api/verify/exists/user/email";
|
|
122815
|
+
type VerifyIfAUserExistsByEmailBody = paths[typeof routeName$7_]['post']['requestBody']['content']['application/json'];
|
|
122816
|
+
type VerifyIfAUserExistsByEmailQueryParams = paths[typeof routeName$7_]['post']['parameters']['query'];
|
|
122817
|
+
type VerifyIfAUserExistsByEmailResponse = paths[typeof routeName$7_]['post']['responses'][200]['content']['application/json'];
|
|
122962
122818
|
interface VerifyIfAUserExistsByEmailProps {
|
|
122963
122819
|
body: VerifyIfAUserExistsByEmailBody;
|
|
122964
122820
|
params: {
|
|
@@ -122967,10 +122823,10 @@ interface VerifyIfAUserExistsByEmailProps {
|
|
|
122967
122823
|
}
|
|
122968
122824
|
declare const verifyIfAUserExistsByEmail: (props: VerifyIfAUserExistsByEmailProps, wgApiClient: ClientType) => Promise<VerifyIfAUserExistsByEmailResponse>;
|
|
122969
122825
|
|
|
122970
|
-
declare const routeName$
|
|
122971
|
-
type CommentOnActivityPathParams = paths[typeof routeName$
|
|
122972
|
-
type CommentOnActivityQueryParams = paths[typeof routeName$
|
|
122973
|
-
type CommentOnActivityResponse = paths[typeof routeName$
|
|
122826
|
+
declare const routeName$7Z = "/v1/api/activities/{activity_id}/comments";
|
|
122827
|
+
type CommentOnActivityPathParams = paths[typeof routeName$7Z]['post']['parameters']['path'];
|
|
122828
|
+
type CommentOnActivityQueryParams = paths[typeof routeName$7Z]['post']['parameters']['query'];
|
|
122829
|
+
type CommentOnActivityResponse = paths[typeof routeName$7Z]['post']['responses'][201]['content']['application/json'];
|
|
122974
122830
|
interface CommentOnActivityProps {
|
|
122975
122831
|
params: {
|
|
122976
122832
|
query: CommentOnActivityQueryParams;
|
|
@@ -122979,10 +122835,10 @@ interface CommentOnActivityProps {
|
|
|
122979
122835
|
}
|
|
122980
122836
|
declare const commentOnActivity: (props: CommentOnActivityProps, wgApiClient: ClientType) => Promise<CommentOnActivityResponse>;
|
|
122981
122837
|
|
|
122982
|
-
declare const routeName$
|
|
122983
|
-
type DeleteCommentOnActivityPathParams = paths[typeof routeName$
|
|
122984
|
-
type DeleteCommentOnActivityQueryParams = paths[typeof routeName$
|
|
122985
|
-
type DeleteCommentOnActivityResponse = paths[typeof routeName$
|
|
122838
|
+
declare const routeName$7Y = "/v1/api/activities/{activity_id}/comments/{comment_id}";
|
|
122839
|
+
type DeleteCommentOnActivityPathParams = paths[typeof routeName$7Y]['delete']['parameters']['path'];
|
|
122840
|
+
type DeleteCommentOnActivityQueryParams = paths[typeof routeName$7Y]['delete']['parameters']['query'];
|
|
122841
|
+
type DeleteCommentOnActivityResponse = paths[typeof routeName$7Y]['delete']['responses'][200]['content']['application/json'];
|
|
122986
122842
|
interface DeleteCommentOnActivityProps {
|
|
122987
122843
|
params: {
|
|
122988
122844
|
query: DeleteCommentOnActivityQueryParams;
|
|
@@ -122991,10 +122847,10 @@ interface DeleteCommentOnActivityProps {
|
|
|
122991
122847
|
}
|
|
122992
122848
|
declare const deleteCommentOnActivity: (props: DeleteCommentOnActivityProps, wgApiClient: ClientType) => Promise<DeleteCommentOnActivityResponse>;
|
|
122993
122849
|
|
|
122994
|
-
declare const routeName$
|
|
122995
|
-
type UpdateCommentOnActivityPathParams = paths[typeof routeName$
|
|
122996
|
-
type UpdateCommentOnActivityQueryParams = paths[typeof routeName$
|
|
122997
|
-
type UpdateCommentOnActivityResponse = paths[typeof routeName$
|
|
122850
|
+
declare const routeName$7X = "/v1/api/activities/{activity_id}/comments/{comment_id}";
|
|
122851
|
+
type UpdateCommentOnActivityPathParams = paths[typeof routeName$7X]['patch']['parameters']['path'];
|
|
122852
|
+
type UpdateCommentOnActivityQueryParams = paths[typeof routeName$7X]['patch']['parameters']['query'];
|
|
122853
|
+
type UpdateCommentOnActivityResponse = paths[typeof routeName$7X]['patch']['responses'][200]['content']['application/json'];
|
|
122998
122854
|
interface UpdateCommentOnActivityProps {
|
|
122999
122855
|
params: {
|
|
123000
122856
|
query: UpdateCommentOnActivityQueryParams;
|
|
@@ -123003,36 +122859,36 @@ interface UpdateCommentOnActivityProps {
|
|
|
123003
122859
|
}
|
|
123004
122860
|
declare const updateCommentOnActivity: (props: UpdateCommentOnActivityProps, wgApiClient: ClientType) => Promise<UpdateCommentOnActivityResponse>;
|
|
123005
122861
|
|
|
123006
|
-
declare const routeName$
|
|
123007
|
-
type GetAllPartiesByDistributionPathParams = paths[typeof routeName$
|
|
123008
|
-
type GetAllPartiesByDistributionQueryParams = paths[typeof routeName$
|
|
123009
|
-
type GetAllPartiesByDistributionResponse = paths[typeof routeName$
|
|
123010
|
-
type GetAllPartiesByDistributionProps = paths[typeof routeName$
|
|
122862
|
+
declare const routeName$7W = "/v1/api/distributions/{distribution_id}/parties";
|
|
122863
|
+
type GetAllPartiesByDistributionPathParams = paths[typeof routeName$7W]['get']['parameters']['path'];
|
|
122864
|
+
type GetAllPartiesByDistributionQueryParams = paths[typeof routeName$7W]['get']['parameters']['query'];
|
|
122865
|
+
type GetAllPartiesByDistributionResponse = paths[typeof routeName$7W]['get']['responses'][200]['content']['application/json'];
|
|
122866
|
+
type GetAllPartiesByDistributionProps = paths[typeof routeName$7W]['get']['parameters'];
|
|
123011
122867
|
declare const getAllPartiesByDistribution: (props: GetAllPartiesByDistributionProps, wgApiClient: ClientType) => Promise<GetAllPartiesByDistributionResponse>;
|
|
123012
122868
|
|
|
123013
|
-
declare const routeName$
|
|
123014
|
-
type RetrieveExportByIdPathParams = paths[typeof routeName$
|
|
123015
|
-
type RetrieveExportByIdQueryParams = paths[typeof routeName$
|
|
123016
|
-
type RetrieveExportByIdResponse = paths[typeof routeName$
|
|
123017
|
-
type RetrieveExportByIdProps = paths[typeof routeName$
|
|
122869
|
+
declare const routeName$7V = "/v1/api/exports/{export_id}";
|
|
122870
|
+
type RetrieveExportByIdPathParams = paths[typeof routeName$7V]['get']['parameters']['path'];
|
|
122871
|
+
type RetrieveExportByIdQueryParams = paths[typeof routeName$7V]['get']['parameters']['query'];
|
|
122872
|
+
type RetrieveExportByIdResponse = paths[typeof routeName$7V]['get']['responses'][200]['content']['application/json'];
|
|
122873
|
+
type RetrieveExportByIdProps = paths[typeof routeName$7V]['get']['parameters'];
|
|
123018
122874
|
declare const retrieveExportById: (props: RetrieveExportByIdProps, wgApiClient: ClientType) => Promise<RetrieveExportByIdResponse>;
|
|
123019
122875
|
|
|
123020
|
-
declare const routeName$
|
|
123021
|
-
type GetInsurancePolicyByIdPathParams = paths[typeof routeName$
|
|
123022
|
-
type GetInsurancePolicyByIdResponse = paths[typeof routeName$
|
|
123023
|
-
type GetInsurancePolicyByIdProps = paths[typeof routeName$
|
|
122876
|
+
declare const routeName$7U = "/v1/api/insurance-policies/{insurance_policy_id}";
|
|
122877
|
+
type GetInsurancePolicyByIdPathParams = paths[typeof routeName$7U]['get']['parameters']['path'];
|
|
122878
|
+
type GetInsurancePolicyByIdResponse = paths[typeof routeName$7U]['get']['responses'][200]['content']['application/json'];
|
|
122879
|
+
type GetInsurancePolicyByIdProps = paths[typeof routeName$7U]['get']['parameters'];
|
|
123024
122880
|
declare const getInsurancePolicyById: (props: GetInsurancePolicyByIdProps, wgApiClient: ClientType) => Promise<GetInsurancePolicyByIdResponse>;
|
|
123025
122881
|
|
|
123026
|
-
declare const routeName$
|
|
123027
|
-
type GetInsurancePolicyComplianceByIdPathParams = paths[typeof routeName$
|
|
123028
|
-
type GetInsurancePolicyComplianceByIdResponse = paths[typeof routeName$
|
|
123029
|
-
type GetInsurancePolicyComplianceByIdProps = paths[typeof routeName$
|
|
122882
|
+
declare const routeName$7T = "/v1/api/insurance-policies/{insurance_policy_id}/compliance";
|
|
122883
|
+
type GetInsurancePolicyComplianceByIdPathParams = paths[typeof routeName$7T]['get']['parameters']['path'];
|
|
122884
|
+
type GetInsurancePolicyComplianceByIdResponse = paths[typeof routeName$7T]['get']['responses'][200]['content']['application/json'];
|
|
122885
|
+
type GetInsurancePolicyComplianceByIdProps = paths[typeof routeName$7T]['get']['parameters'];
|
|
123030
122886
|
declare const getInsurancePolicyComplianceById: (props: GetInsurancePolicyComplianceByIdProps, wgApiClient: ClientType) => Promise<GetInsurancePolicyComplianceByIdResponse>;
|
|
123031
122887
|
|
|
123032
|
-
declare const routeName$
|
|
123033
|
-
type UpdateInsurancePolicyComplianceBody = paths[typeof routeName$
|
|
123034
|
-
type UpdateInsurancePolicyCompliancePathParams = paths[typeof routeName$
|
|
123035
|
-
type UpdateInsurancePolicyComplianceResponse = paths[typeof routeName$
|
|
122888
|
+
declare const routeName$7S = "/v1/api/insurance-policies/{insurance_policy_id}/compliance";
|
|
122889
|
+
type UpdateInsurancePolicyComplianceBody = paths[typeof routeName$7S]['patch']['requestBody']['content']['application/json'];
|
|
122890
|
+
type UpdateInsurancePolicyCompliancePathParams = paths[typeof routeName$7S]['patch']['parameters']['path'];
|
|
122891
|
+
type UpdateInsurancePolicyComplianceResponse = paths[typeof routeName$7S]['patch']['responses'][200]['content']['application/json'];
|
|
123036
122892
|
interface UpdateInsurancePolicyComplianceProps {
|
|
123037
122893
|
body: UpdateInsurancePolicyComplianceBody;
|
|
123038
122894
|
params: {
|
|
@@ -123041,10 +122897,10 @@ interface UpdateInsurancePolicyComplianceProps {
|
|
|
123041
122897
|
}
|
|
123042
122898
|
declare const updateInsurancePolicyCompliance: (props: UpdateInsurancePolicyComplianceProps, wgApiClient: ClientType) => Promise<UpdateInsurancePolicyComplianceResponse>;
|
|
123043
122899
|
|
|
123044
|
-
declare const routeName$
|
|
123045
|
-
type UpdateInsurancePolicyCoverageComplianceBody = paths[typeof routeName$
|
|
123046
|
-
type UpdateInsurancePolicyCoverageCompliancePathParams = paths[typeof routeName$
|
|
123047
|
-
type UpdateInsurancePolicyCoverageComplianceResponse = paths[typeof routeName$
|
|
122900
|
+
declare const routeName$7R = "/v1/api/insurance-policies/{insurance_policy_id}/coverages/{coverage_id}/compliance";
|
|
122901
|
+
type UpdateInsurancePolicyCoverageComplianceBody = paths[typeof routeName$7R]['patch']['requestBody']['content']['application/json'];
|
|
122902
|
+
type UpdateInsurancePolicyCoverageCompliancePathParams = paths[typeof routeName$7R]['patch']['parameters']['path'];
|
|
122903
|
+
type UpdateInsurancePolicyCoverageComplianceResponse = paths[typeof routeName$7R]['patch']['responses'][200]['content']['application/json'];
|
|
123048
122904
|
interface UpdateInsurancePolicyCoverageComplianceProps {
|
|
123049
122905
|
body: UpdateInsurancePolicyCoverageComplianceBody;
|
|
123050
122906
|
params: {
|
|
@@ -123053,10 +122909,10 @@ interface UpdateInsurancePolicyCoverageComplianceProps {
|
|
|
123053
122909
|
}
|
|
123054
122910
|
declare const updateInsurancePolicyCoverageCompliance: (props: UpdateInsurancePolicyCoverageComplianceProps, wgApiClient: ClientType) => Promise<UpdateInsurancePolicyCoverageComplianceResponse>;
|
|
123055
122911
|
|
|
123056
|
-
declare const routeName$
|
|
123057
|
-
type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationBody = paths[typeof routeName$
|
|
123058
|
-
type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationQueryParams = paths[typeof routeName$
|
|
123059
|
-
type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationResponse = paths[typeof routeName$
|
|
122912
|
+
declare const routeName$7Q = "/v1/api/parties-by-company-registration";
|
|
122913
|
+
type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationBody = paths[typeof routeName$7Q]['post']['requestBody']['content']['application/json'];
|
|
122914
|
+
type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationQueryParams = paths[typeof routeName$7Q]['post']['parameters']['query'];
|
|
122915
|
+
type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationResponse = paths[typeof routeName$7Q]['post']['responses'][201]['content']['application/json'];
|
|
123060
122916
|
interface CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationProps {
|
|
123061
122917
|
body: CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationBody;
|
|
123062
122918
|
params: {
|
|
@@ -123065,32 +122921,32 @@ interface CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationProps {
|
|
|
123065
122921
|
}
|
|
123066
122922
|
declare const createPartyByEnrichingWithEnrichingWithCompanyRegistration: (props: CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationProps, wgApiClient: ClientType) => Promise<CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationResponse>;
|
|
123067
122923
|
|
|
123068
|
-
declare const routeName$
|
|
123069
|
-
type GetPartiesOriginFilterQueryParams = paths[typeof routeName$
|
|
123070
|
-
type GetPartiesOriginFilterResponse = paths[typeof routeName$
|
|
123071
|
-
type GetPartiesOriginFilterProps = paths[typeof routeName$
|
|
122924
|
+
declare const routeName$7P = "/v1/api/parties-filters/origin";
|
|
122925
|
+
type GetPartiesOriginFilterQueryParams = paths[typeof routeName$7P]['get']['parameters']['query'];
|
|
122926
|
+
type GetPartiesOriginFilterResponse = paths[typeof routeName$7P]['get']['responses'][200]['content']['application/json'];
|
|
122927
|
+
type GetPartiesOriginFilterProps = paths[typeof routeName$7P]['get']['parameters'];
|
|
123072
122928
|
declare const getPartiesOriginFilter: (props: GetPartiesOriginFilterProps, wgApiClient: ClientType) => Promise<GetPartiesOriginFilterResponse>;
|
|
123073
122929
|
|
|
123074
|
-
declare const routeName$
|
|
123075
|
-
type CreateLegalPartyBody = paths[typeof routeName$
|
|
123076
|
-
type CreateLegalPartyResponse = paths[typeof routeName$
|
|
122930
|
+
declare const routeName$7O = "/v1/api/parties/companies";
|
|
122931
|
+
type CreateLegalPartyBody = paths[typeof routeName$7O]['post']['requestBody']['content']['application/json'];
|
|
122932
|
+
type CreateLegalPartyResponse = paths[typeof routeName$7O]['post']['responses'][201]['content']['application/json'];
|
|
123077
122933
|
interface CreateLegalPartyProps {
|
|
123078
122934
|
body: CreateLegalPartyBody;
|
|
123079
122935
|
}
|
|
123080
122936
|
declare const createLegalParty: (props: CreateLegalPartyProps, wgApiClient: ClientType) => Promise<CreateLegalPartyResponse>;
|
|
123081
122937
|
|
|
123082
|
-
declare const routeName$
|
|
123083
|
-
type CreateNaturalPartyBody = paths[typeof routeName$
|
|
123084
|
-
type CreateNaturalPartyResponse = paths[typeof routeName$
|
|
122938
|
+
declare const routeName$7N = "/v1/api/parties/customers";
|
|
122939
|
+
type CreateNaturalPartyBody = paths[typeof routeName$7N]['post']['requestBody']['content']['application/json'];
|
|
122940
|
+
type CreateNaturalPartyResponse = paths[typeof routeName$7N]['post']['responses'][201]['content']['application/json'];
|
|
123085
122941
|
interface CreateNaturalPartyProps {
|
|
123086
122942
|
body: CreateNaturalPartyBody;
|
|
123087
122943
|
}
|
|
123088
122944
|
declare const createNaturalParty: (props: CreateNaturalPartyProps, wgApiClient: ClientType) => Promise<CreateNaturalPartyResponse>;
|
|
123089
122945
|
|
|
123090
|
-
declare const routeName$
|
|
123091
|
-
type SearchPartiesBody = paths[typeof routeName$
|
|
123092
|
-
type SearchPartiesQueryParams = paths[typeof routeName$
|
|
123093
|
-
type SearchPartiesResponse = paths[typeof routeName$
|
|
122946
|
+
declare const routeName$7M = "/v1/api/parties/search";
|
|
122947
|
+
type SearchPartiesBody = paths[typeof routeName$7M]['post']['requestBody']['content']['application/json'];
|
|
122948
|
+
type SearchPartiesQueryParams = paths[typeof routeName$7M]['post']['parameters']['query'];
|
|
122949
|
+
type SearchPartiesResponse = paths[typeof routeName$7M]['post']['responses'][200]['content']['application/json'];
|
|
123094
122950
|
interface SearchPartiesProps {
|
|
123095
122951
|
body: SearchPartiesBody;
|
|
123096
122952
|
params: {
|
|
@@ -123099,16 +122955,16 @@ interface SearchPartiesProps {
|
|
|
123099
122955
|
}
|
|
123100
122956
|
declare const searchParties: (props: SearchPartiesProps, wgApiClient: ClientType) => Promise<SearchPartiesResponse>;
|
|
123101
122957
|
|
|
123102
|
-
declare const routeName$
|
|
123103
|
-
type GetPartyByIdPathParams = paths[typeof routeName$
|
|
123104
|
-
type GetPartyByIdResponse = paths[typeof routeName$
|
|
123105
|
-
type GetPartyByIdProps = paths[typeof routeName$
|
|
122958
|
+
declare const routeName$7L = "/v1/api/parties/{party_id}";
|
|
122959
|
+
type GetPartyByIdPathParams = paths[typeof routeName$7L]['get']['parameters']['path'];
|
|
122960
|
+
type GetPartyByIdResponse = paths[typeof routeName$7L]['get']['responses'][200]['content']['application/json'];
|
|
122961
|
+
type GetPartyByIdProps = paths[typeof routeName$7L]['get']['parameters'];
|
|
123106
122962
|
declare const getPartyById: (props: GetPartyByIdProps, wgApiClient: ClientType) => Promise<GetPartyByIdResponse>;
|
|
123107
122963
|
|
|
123108
|
-
declare const routeName$
|
|
123109
|
-
type UpdatePartyByIdBody = paths[typeof routeName$
|
|
123110
|
-
type UpdatePartyByIdPathParams = paths[typeof routeName$
|
|
123111
|
-
type UpdatePartyByIdResponse = paths[typeof routeName$
|
|
122964
|
+
declare const routeName$7K = "/v1/api/parties/{party_id}";
|
|
122965
|
+
type UpdatePartyByIdBody = paths[typeof routeName$7K]['patch']['requestBody']['content']['application/json'];
|
|
122966
|
+
type UpdatePartyByIdPathParams = paths[typeof routeName$7K]['patch']['parameters']['path'];
|
|
122967
|
+
type UpdatePartyByIdResponse = paths[typeof routeName$7K]['patch']['responses'][200]['content']['application/json'];
|
|
123112
122968
|
interface UpdatePartyByIdProps {
|
|
123113
122969
|
body: UpdatePartyByIdBody;
|
|
123114
122970
|
params: {
|
|
@@ -123117,24 +122973,24 @@ interface UpdatePartyByIdProps {
|
|
|
123117
122973
|
}
|
|
123118
122974
|
declare const updatePartyById: (props: UpdatePartyByIdProps, wgApiClient: ClientType) => Promise<UpdatePartyByIdResponse>;
|
|
123119
122975
|
|
|
123120
|
-
declare const routeName$
|
|
123121
|
-
type GetActivityByPartyPathParams = paths[typeof routeName$
|
|
123122
|
-
type GetActivityByPartyQueryParams = paths[typeof routeName$
|
|
123123
|
-
type GetActivityByPartyResponse = paths[typeof routeName$
|
|
123124
|
-
type GetActivityByPartyProps = paths[typeof routeName$
|
|
122976
|
+
declare const routeName$7J = "/v1/api/parties/{party_id}/activity";
|
|
122977
|
+
type GetActivityByPartyPathParams = paths[typeof routeName$7J]['get']['parameters']['path'];
|
|
122978
|
+
type GetActivityByPartyQueryParams = paths[typeof routeName$7J]['get']['parameters']['query'];
|
|
122979
|
+
type GetActivityByPartyResponse = paths[typeof routeName$7J]['get']['responses'][200]['content']['application/json'];
|
|
122980
|
+
type GetActivityByPartyProps = paths[typeof routeName$7J]['get']['parameters'];
|
|
123125
122981
|
declare const getActivityByParty: (props: GetActivityByPartyProps, wgApiClient: ClientType) => Promise<GetActivityByPartyResponse>;
|
|
123126
122982
|
|
|
123127
|
-
declare const routeName$
|
|
123128
|
-
type GetPartyAddressesPathParams = paths[typeof routeName$
|
|
123129
|
-
type GetPartyAddressesResponse = paths[typeof routeName$
|
|
123130
|
-
type GetPartyAddressesProps = paths[typeof routeName$
|
|
122983
|
+
declare const routeName$7I = "/v1/api/parties/{party_id}/addresses";
|
|
122984
|
+
type GetPartyAddressesPathParams = paths[typeof routeName$7I]['get']['parameters']['path'];
|
|
122985
|
+
type GetPartyAddressesResponse = paths[typeof routeName$7I]['get']['responses'][200]['content']['application/json'];
|
|
122986
|
+
type GetPartyAddressesProps = paths[typeof routeName$7I]['get']['parameters'];
|
|
123131
122987
|
declare const getPartyAddresses: (props: GetPartyAddressesProps, wgApiClient: ClientType) => Promise<GetPartyAddressesResponse>;
|
|
123132
122988
|
|
|
123133
|
-
declare const routeName$
|
|
123134
|
-
type UpdatePartyAssigneesBody = paths[typeof routeName$
|
|
123135
|
-
type UpdatePartyAssigneesPathParams = paths[typeof routeName$
|
|
123136
|
-
type UpdatePartyAssigneesQueryParams = paths[typeof routeName$
|
|
123137
|
-
type UpdatePartyAssigneesResponse = paths[typeof routeName$
|
|
122989
|
+
declare const routeName$7H = "/v1/api/parties/{party_id}/assignees";
|
|
122990
|
+
type UpdatePartyAssigneesBody = paths[typeof routeName$7H]['put']['requestBody']['content']['application/json'];
|
|
122991
|
+
type UpdatePartyAssigneesPathParams = paths[typeof routeName$7H]['put']['parameters']['path'];
|
|
122992
|
+
type UpdatePartyAssigneesQueryParams = paths[typeof routeName$7H]['put']['parameters']['query'];
|
|
122993
|
+
type UpdatePartyAssigneesResponse = paths[typeof routeName$7H]['put']['responses'][200]['content']['application/json'];
|
|
123138
122994
|
interface UpdatePartyAssigneesProps {
|
|
123139
122995
|
body: UpdatePartyAssigneesBody;
|
|
123140
122996
|
params: {
|
|
@@ -123144,45 +123000,45 @@ interface UpdatePartyAssigneesProps {
|
|
|
123144
123000
|
}
|
|
123145
123001
|
declare const updatePartyAssignees: (props: UpdatePartyAssigneesProps, wgApiClient: ClientType) => Promise<UpdatePartyAssigneesResponse>;
|
|
123146
123002
|
|
|
123147
|
-
declare const routeName$
|
|
123148
|
-
type GetClaimsAsPartyPathParams = paths[typeof routeName$
|
|
123149
|
-
type GetClaimsAsPartyQueryParams = paths[typeof routeName$
|
|
123150
|
-
type GetClaimsAsPartyResponse = paths[typeof routeName$
|
|
123151
|
-
type GetClaimsAsPartyProps = paths[typeof routeName$
|
|
123003
|
+
declare const routeName$7G = "/v1/api/parties/{party_id}/claims";
|
|
123004
|
+
type GetClaimsAsPartyPathParams = paths[typeof routeName$7G]['get']['parameters']['path'];
|
|
123005
|
+
type GetClaimsAsPartyQueryParams = paths[typeof routeName$7G]['get']['parameters']['query'];
|
|
123006
|
+
type GetClaimsAsPartyResponse = paths[typeof routeName$7G]['get']['responses'][200]['content']['application/json'];
|
|
123007
|
+
type GetClaimsAsPartyProps = paths[typeof routeName$7G]['get']['parameters'];
|
|
123152
123008
|
declare const getClaimsAsParty: (props: GetClaimsAsPartyProps, wgApiClient: ClientType) => Promise<GetClaimsAsPartyResponse>;
|
|
123153
123009
|
|
|
123154
|
-
declare const routeName$
|
|
123155
|
-
type GetClaimsAsPartyByIdPathParams = paths[typeof routeName$
|
|
123156
|
-
type GetClaimsAsPartyByIdResponse = paths[typeof routeName$
|
|
123157
|
-
type GetClaimsAsPartyByIdProps = paths[typeof routeName$
|
|
123010
|
+
declare const routeName$7F = "/v1/api/parties/{party_id}/claims/{claim_id}";
|
|
123011
|
+
type GetClaimsAsPartyByIdPathParams = paths[typeof routeName$7F]['get']['parameters']['path'];
|
|
123012
|
+
type GetClaimsAsPartyByIdResponse = paths[typeof routeName$7F]['get']['responses'][200]['content']['application/json'];
|
|
123013
|
+
type GetClaimsAsPartyByIdProps = paths[typeof routeName$7F]['get']['parameters'];
|
|
123158
123014
|
declare const getClaimsAsPartyById: (props: GetClaimsAsPartyByIdProps, wgApiClient: ClientType) => Promise<GetClaimsAsPartyByIdResponse>;
|
|
123159
123015
|
|
|
123160
|
-
declare const routeName$
|
|
123161
|
-
type GetConversationNotesPathParams = paths[typeof routeName$
|
|
123162
|
-
type GetConversationNotesQueryParams = paths[typeof routeName$
|
|
123163
|
-
type GetConversationNotesResponse = paths[typeof routeName$
|
|
123164
|
-
type GetConversationNotesProps = paths[typeof routeName$
|
|
123016
|
+
declare const routeName$7E = "/v1/api/parties/{party_id}/conversation_notes";
|
|
123017
|
+
type GetConversationNotesPathParams = paths[typeof routeName$7E]['get']['parameters']['path'];
|
|
123018
|
+
type GetConversationNotesQueryParams = paths[typeof routeName$7E]['get']['parameters']['query'];
|
|
123019
|
+
type GetConversationNotesResponse = paths[typeof routeName$7E]['get']['responses'][200]['content']['application/json'];
|
|
123020
|
+
type GetConversationNotesProps = paths[typeof routeName$7E]['get']['parameters'];
|
|
123165
123021
|
declare const getConversationNotes: (props: GetConversationNotesProps, wgApiClient: ClientType) => Promise<GetConversationNotesResponse>;
|
|
123166
123022
|
|
|
123167
|
-
declare const routeName$
|
|
123168
|
-
type GetCurrentAccountInsightsAsPartyPathParams = paths[typeof routeName$
|
|
123169
|
-
type GetCurrentAccountInsightsAsPartyQueryParams = paths[typeof routeName$
|
|
123170
|
-
type GetCurrentAccountInsightsAsPartyResponse = paths[typeof routeName$
|
|
123171
|
-
type GetCurrentAccountInsightsAsPartyProps = paths[typeof routeName$
|
|
123023
|
+
declare const routeName$7D = "/v1/api/parties/{party_id}/current-account-insights";
|
|
123024
|
+
type GetCurrentAccountInsightsAsPartyPathParams = paths[typeof routeName$7D]['get']['parameters']['path'];
|
|
123025
|
+
type GetCurrentAccountInsightsAsPartyQueryParams = paths[typeof routeName$7D]['get']['parameters']['query'];
|
|
123026
|
+
type GetCurrentAccountInsightsAsPartyResponse = paths[typeof routeName$7D]['get']['responses'][200]['content']['application/json'];
|
|
123027
|
+
type GetCurrentAccountInsightsAsPartyProps = paths[typeof routeName$7D]['get']['parameters'];
|
|
123172
123028
|
declare const getCurrentAccountInsightsAsParty: (props: GetCurrentAccountInsightsAsPartyProps, wgApiClient: ClientType) => Promise<GetCurrentAccountInsightsAsPartyResponse>;
|
|
123173
123029
|
|
|
123174
|
-
declare const routeName$
|
|
123175
|
-
type GetDocumentsForPartyPathParams = paths[typeof routeName$
|
|
123176
|
-
type GetDocumentsForPartyQueryParams = paths[typeof routeName$
|
|
123177
|
-
type GetDocumentsForPartyResponse = paths[typeof routeName$
|
|
123178
|
-
type GetDocumentsForPartyProps = paths[typeof routeName$
|
|
123030
|
+
declare const routeName$7C = "/v1/api/parties/{party_id}/documents";
|
|
123031
|
+
type GetDocumentsForPartyPathParams = paths[typeof routeName$7C]['get']['parameters']['path'];
|
|
123032
|
+
type GetDocumentsForPartyQueryParams = paths[typeof routeName$7C]['get']['parameters']['query'];
|
|
123033
|
+
type GetDocumentsForPartyResponse = paths[typeof routeName$7C]['get']['responses'][200]['content']['application/json'];
|
|
123034
|
+
type GetDocumentsForPartyProps = paths[typeof routeName$7C]['get']['parameters'];
|
|
123179
123035
|
declare const getDocumentsForParty: (props: GetDocumentsForPartyProps, wgApiClient: ClientType) => Promise<GetDocumentsForPartyResponse>;
|
|
123180
123036
|
|
|
123181
|
-
declare const routeName$
|
|
123182
|
-
type CreateDocumentForPartyBody = paths[typeof routeName$
|
|
123183
|
-
type CreateDocumentForPartyPathParams = paths[typeof routeName$
|
|
123184
|
-
type CreateDocumentForPartyQueryParams = paths[typeof routeName$
|
|
123185
|
-
type CreateDocumentForPartyResponse = paths[typeof routeName$
|
|
123037
|
+
declare const routeName$7B = "/v1/api/parties/{party_id}/documents";
|
|
123038
|
+
type CreateDocumentForPartyBody = paths[typeof routeName$7B]['post']['requestBody']['content']['application/json'];
|
|
123039
|
+
type CreateDocumentForPartyPathParams = paths[typeof routeName$7B]['post']['parameters']['path'];
|
|
123040
|
+
type CreateDocumentForPartyQueryParams = paths[typeof routeName$7B]['post']['parameters']['query'];
|
|
123041
|
+
type CreateDocumentForPartyResponse = paths[typeof routeName$7B]['post']['responses'][201]['content']['application/json'];
|
|
123186
123042
|
interface CreateDocumentForPartyProps {
|
|
123187
123043
|
body: CreateDocumentForPartyBody;
|
|
123188
123044
|
params: {
|
|
@@ -123192,9 +123048,9 @@ interface CreateDocumentForPartyProps {
|
|
|
123192
123048
|
}
|
|
123193
123049
|
declare const createDocumentForParty: (props: CreateDocumentForPartyProps, wgApiClient: ClientType) => Promise<CreateDocumentForPartyResponse>;
|
|
123194
123050
|
|
|
123195
|
-
declare const routeName$
|
|
123196
|
-
type DeleteDocumentForPartyPathParams = paths[typeof routeName$
|
|
123197
|
-
type DeleteDocumentForPartyResponse = paths[typeof routeName$
|
|
123051
|
+
declare const routeName$7A = "/v1/api/parties/{party_id}/documents/{document_id}";
|
|
123052
|
+
type DeleteDocumentForPartyPathParams = paths[typeof routeName$7A]['delete']['parameters']['path'];
|
|
123053
|
+
type DeleteDocumentForPartyResponse = paths[typeof routeName$7A]['delete']['responses'][200]['content']['application/json'];
|
|
123198
123054
|
interface DeleteDocumentForPartyProps {
|
|
123199
123055
|
params: {
|
|
123200
123056
|
path: DeleteDocumentForPartyPathParams;
|
|
@@ -123202,10 +123058,10 @@ interface DeleteDocumentForPartyProps {
|
|
|
123202
123058
|
}
|
|
123203
123059
|
declare const deleteDocumentForParty: (props: DeleteDocumentForPartyProps, wgApiClient: ClientType) => Promise<DeleteDocumentForPartyResponse>;
|
|
123204
123060
|
|
|
123205
|
-
declare const routeName$
|
|
123206
|
-
type UpdateDocumentForPartyBody = paths[typeof routeName$
|
|
123207
|
-
type UpdateDocumentForPartyPathParams = paths[typeof routeName$
|
|
123208
|
-
type UpdateDocumentForPartyResponse = paths[typeof routeName$
|
|
123061
|
+
declare const routeName$7z = "/v1/api/parties/{party_id}/documents/{document_id}";
|
|
123062
|
+
type UpdateDocumentForPartyBody = paths[typeof routeName$7z]['patch']['requestBody']['content']['application/json'];
|
|
123063
|
+
type UpdateDocumentForPartyPathParams = paths[typeof routeName$7z]['patch']['parameters']['path'];
|
|
123064
|
+
type UpdateDocumentForPartyResponse = paths[typeof routeName$7z]['patch']['responses'][200]['content']['application/json'];
|
|
123209
123065
|
interface UpdateDocumentForPartyProps {
|
|
123210
123066
|
body: UpdateDocumentForPartyBody;
|
|
123211
123067
|
params: {
|
|
@@ -123214,10 +123070,10 @@ interface UpdateDocumentForPartyProps {
|
|
|
123214
123070
|
}
|
|
123215
123071
|
declare const updateDocumentForParty: (props: UpdateDocumentForPartyProps, wgApiClient: ClientType) => Promise<UpdateDocumentForPartyResponse>;
|
|
123216
123072
|
|
|
123217
|
-
declare const routeName$
|
|
123218
|
-
type EnrichPartyByIdWithExternalCompanyDataPathParams = paths[typeof routeName$
|
|
123219
|
-
type EnrichPartyByIdWithExternalCompanyDataQueryParams = paths[typeof routeName$
|
|
123220
|
-
type EnrichPartyByIdWithExternalCompanyDataResponse = paths[typeof routeName$
|
|
123073
|
+
declare const routeName$7y = "/v1/api/parties/{party_id}/enrichments";
|
|
123074
|
+
type EnrichPartyByIdWithExternalCompanyDataPathParams = paths[typeof routeName$7y]['put']['parameters']['path'];
|
|
123075
|
+
type EnrichPartyByIdWithExternalCompanyDataQueryParams = paths[typeof routeName$7y]['put']['parameters']['query'];
|
|
123076
|
+
type EnrichPartyByIdWithExternalCompanyDataResponse = paths[typeof routeName$7y]['put']['responses'][200]['content']['application/json'];
|
|
123221
123077
|
interface EnrichPartyByIdWithExternalCompanyDataProps {
|
|
123222
123078
|
params: {
|
|
123223
123079
|
query: EnrichPartyByIdWithExternalCompanyDataQueryParams;
|
|
@@ -123226,10 +123082,10 @@ interface EnrichPartyByIdWithExternalCompanyDataProps {
|
|
|
123226
123082
|
}
|
|
123227
123083
|
declare const enrichPartyByIdWithExternalCompanyData: (props: EnrichPartyByIdWithExternalCompanyDataProps, wgApiClient: ClientType) => Promise<EnrichPartyByIdWithExternalCompanyDataResponse>;
|
|
123228
123084
|
|
|
123229
|
-
declare const routeName$
|
|
123230
|
-
type ExportPartyToAnvaPathParams = paths[typeof routeName$
|
|
123231
|
-
type ExportPartyToAnvaQueryParams = paths[typeof routeName$
|
|
123232
|
-
type ExportPartyToAnvaResponse = paths[typeof routeName$
|
|
123085
|
+
declare const routeName$7x = "/v1/api/parties/{party_id}/export-to-anva";
|
|
123086
|
+
type ExportPartyToAnvaPathParams = paths[typeof routeName$7x]['post']['parameters']['path'];
|
|
123087
|
+
type ExportPartyToAnvaQueryParams = paths[typeof routeName$7x]['post']['parameters']['query'];
|
|
123088
|
+
type ExportPartyToAnvaResponse = paths[typeof routeName$7x]['post']['responses'][201]['content']['application/json'];
|
|
123233
123089
|
interface ExportPartyToAnvaProps {
|
|
123234
123090
|
params: {
|
|
123235
123091
|
query: ExportPartyToAnvaQueryParams;
|
|
@@ -123238,10 +123094,10 @@ interface ExportPartyToAnvaProps {
|
|
|
123238
123094
|
}
|
|
123239
123095
|
declare const exportPartyToAnva: (props: ExportPartyToAnvaProps, wgApiClient: ClientType) => Promise<ExportPartyToAnvaResponse>;
|
|
123240
123096
|
|
|
123241
|
-
declare const routeName$
|
|
123242
|
-
type ExportPartyToAssuPathParams = paths[typeof routeName$
|
|
123243
|
-
type ExportPartyToAssuQueryParams = paths[typeof routeName$
|
|
123244
|
-
type ExportPartyToAssuResponse = paths[typeof routeName$
|
|
123097
|
+
declare const routeName$7w = "/v1/api/parties/{party_id}/export-to-assu";
|
|
123098
|
+
type ExportPartyToAssuPathParams = paths[typeof routeName$7w]['post']['parameters']['path'];
|
|
123099
|
+
type ExportPartyToAssuQueryParams = paths[typeof routeName$7w]['post']['parameters']['query'];
|
|
123100
|
+
type ExportPartyToAssuResponse = paths[typeof routeName$7w]['post']['responses'][201]['content']['application/json'];
|
|
123245
123101
|
interface ExportPartyToAssuProps {
|
|
123246
123102
|
params: {
|
|
123247
123103
|
query: ExportPartyToAssuQueryParams;
|
|
@@ -123250,10 +123106,10 @@ interface ExportPartyToAssuProps {
|
|
|
123250
123106
|
}
|
|
123251
123107
|
declare const exportPartyToAssu: (props: ExportPartyToAssuProps, wgApiClient: ClientType) => Promise<ExportPartyToAssuResponse>;
|
|
123252
123108
|
|
|
123253
|
-
declare const routeName$
|
|
123254
|
-
type ExportPartyToDiasPathParams = paths[typeof routeName$
|
|
123255
|
-
type ExportPartyToDiasQueryParams = paths[typeof routeName$
|
|
123256
|
-
type ExportPartyToDiasResponse = paths[typeof routeName$
|
|
123109
|
+
declare const routeName$7v = "/v1/api/parties/{party_id}/export-to-dias";
|
|
123110
|
+
type ExportPartyToDiasPathParams = paths[typeof routeName$7v]['post']['parameters']['path'];
|
|
123111
|
+
type ExportPartyToDiasQueryParams = paths[typeof routeName$7v]['post']['parameters']['query'];
|
|
123112
|
+
type ExportPartyToDiasResponse = paths[typeof routeName$7v]['post']['responses'][201]['content']['application/json'];
|
|
123257
123113
|
interface ExportPartyToDiasProps {
|
|
123258
123114
|
params: {
|
|
123259
123115
|
query: ExportPartyToDiasQueryParams;
|
|
@@ -123262,10 +123118,10 @@ interface ExportPartyToDiasProps {
|
|
|
123262
123118
|
}
|
|
123263
123119
|
declare const exportPartyToDias: (props: ExportPartyToDiasProps, wgApiClient: ClientType) => Promise<ExportPartyToDiasResponse>;
|
|
123264
123120
|
|
|
123265
|
-
declare const routeName$
|
|
123266
|
-
type ExportPartyToFasterforwardPathParams = paths[typeof routeName$
|
|
123267
|
-
type ExportPartyToFasterforwardQueryParams = paths[typeof routeName$
|
|
123268
|
-
type ExportPartyToFasterforwardResponse = paths[typeof routeName$
|
|
123121
|
+
declare const routeName$7u = "/v1/api/parties/{party_id}/export-to-fasterforward";
|
|
123122
|
+
type ExportPartyToFasterforwardPathParams = paths[typeof routeName$7u]['post']['parameters']['path'];
|
|
123123
|
+
type ExportPartyToFasterforwardQueryParams = paths[typeof routeName$7u]['post']['parameters']['query'];
|
|
123124
|
+
type ExportPartyToFasterforwardResponse = paths[typeof routeName$7u]['post']['responses'][201]['content']['application/json'];
|
|
123269
123125
|
interface ExportPartyToFasterforwardProps {
|
|
123270
123126
|
params: {
|
|
123271
123127
|
query: ExportPartyToFasterforwardQueryParams;
|
|
@@ -123274,16 +123130,16 @@ interface ExportPartyToFasterforwardProps {
|
|
|
123274
123130
|
}
|
|
123275
123131
|
declare const exportPartyToFasterforward: (props: ExportPartyToFasterforwardProps, wgApiClient: ClientType) => Promise<ExportPartyToFasterforwardResponse>;
|
|
123276
123132
|
|
|
123277
|
-
declare const routeName$
|
|
123278
|
-
type RetrieveAllExportsByPartyPathParams = paths[typeof routeName$
|
|
123279
|
-
type RetrieveAllExportsByPartyQueryParams = paths[typeof routeName$
|
|
123280
|
-
type RetrieveAllExportsByPartyResponse = paths[typeof routeName$
|
|
123281
|
-
type RetrieveAllExportsByPartyProps = paths[typeof routeName$
|
|
123133
|
+
declare const routeName$7t = "/v1/api/parties/{party_id}/exports";
|
|
123134
|
+
type RetrieveAllExportsByPartyPathParams = paths[typeof routeName$7t]['get']['parameters']['path'];
|
|
123135
|
+
type RetrieveAllExportsByPartyQueryParams = paths[typeof routeName$7t]['get']['parameters']['query'];
|
|
123136
|
+
type RetrieveAllExportsByPartyResponse = paths[typeof routeName$7t]['get']['responses'][200]['content']['application/json'];
|
|
123137
|
+
type RetrieveAllExportsByPartyProps = paths[typeof routeName$7t]['get']['parameters'];
|
|
123282
123138
|
declare const retrieveAllExportsByParty: (props: RetrieveAllExportsByPartyProps, wgApiClient: ClientType) => Promise<RetrieveAllExportsByPartyResponse>;
|
|
123283
123139
|
|
|
123284
|
-
declare const routeName$
|
|
123285
|
-
type ExportPartyByIdPathParams = paths[typeof routeName$
|
|
123286
|
-
type ExportPartyByIdResponse = paths[typeof routeName$
|
|
123140
|
+
declare const routeName$7s = "/v1/api/parties/{party_id}/exports/crm";
|
|
123141
|
+
type ExportPartyByIdPathParams = paths[typeof routeName$7s]['post']['parameters']['path'];
|
|
123142
|
+
type ExportPartyByIdResponse = paths[typeof routeName$7s]['post']['responses'][201]['content']['application/json'];
|
|
123287
123143
|
interface ExportPartyByIdProps {
|
|
123288
123144
|
params: {
|
|
123289
123145
|
path: ExportPartyByIdPathParams;
|
|
@@ -123291,17 +123147,17 @@ interface ExportPartyByIdProps {
|
|
|
123291
123147
|
}
|
|
123292
123148
|
declare const exportPartyById: (props: ExportPartyByIdProps, wgApiClient: ClientType) => Promise<ExportPartyByIdResponse>;
|
|
123293
123149
|
|
|
123294
|
-
declare const routeName$
|
|
123295
|
-
type GetInsurancePoliciesForPartyPathParams = paths[typeof routeName$
|
|
123296
|
-
type GetInsurancePoliciesForPartyQueryParams = paths[typeof routeName$
|
|
123297
|
-
type GetInsurancePoliciesForPartyResponse = paths[typeof routeName$
|
|
123298
|
-
type GetInsurancePoliciesForPartyProps = paths[typeof routeName$
|
|
123150
|
+
declare const routeName$7r = "/v1/api/parties/{party_id}/insurance-policies";
|
|
123151
|
+
type GetInsurancePoliciesForPartyPathParams = paths[typeof routeName$7r]['get']['parameters']['path'];
|
|
123152
|
+
type GetInsurancePoliciesForPartyQueryParams = paths[typeof routeName$7r]['get']['parameters']['query'];
|
|
123153
|
+
type GetInsurancePoliciesForPartyResponse = paths[typeof routeName$7r]['get']['responses'][200]['content']['application/json'];
|
|
123154
|
+
type GetInsurancePoliciesForPartyProps = paths[typeof routeName$7r]['get']['parameters'];
|
|
123299
123155
|
declare const getInsurancePoliciesForParty: (props: GetInsurancePoliciesForPartyProps, wgApiClient: ClientType) => Promise<GetInsurancePoliciesForPartyResponse>;
|
|
123300
123156
|
|
|
123301
|
-
declare const routeName$
|
|
123302
|
-
type UpsertInsurancePoliciesForPartyBody = paths[typeof routeName$
|
|
123303
|
-
type UpsertInsurancePoliciesForPartyPathParams = paths[typeof routeName$
|
|
123304
|
-
type UpsertInsurancePoliciesForPartyResponse = paths[typeof routeName$
|
|
123157
|
+
declare const routeName$7q = "/v1/api/parties/{party_id}/insurance-policies";
|
|
123158
|
+
type UpsertInsurancePoliciesForPartyBody = paths[typeof routeName$7q]['put']['requestBody']['content']['application/json'];
|
|
123159
|
+
type UpsertInsurancePoliciesForPartyPathParams = paths[typeof routeName$7q]['put']['parameters']['path'];
|
|
123160
|
+
type UpsertInsurancePoliciesForPartyResponse = paths[typeof routeName$7q]['put']['responses'][201]['content']['application/json'];
|
|
123305
123161
|
interface UpsertInsurancePoliciesForPartyProps {
|
|
123306
123162
|
body: UpsertInsurancePoliciesForPartyBody;
|
|
123307
123163
|
params: {
|
|
@@ -123310,10 +123166,10 @@ interface UpsertInsurancePoliciesForPartyProps {
|
|
|
123310
123166
|
}
|
|
123311
123167
|
declare const upsertInsurancePoliciesForParty: (props: UpsertInsurancePoliciesForPartyProps, wgApiClient: ClientType) => Promise<UpsertInsurancePoliciesForPartyResponse>;
|
|
123312
123168
|
|
|
123313
|
-
declare const routeName$
|
|
123314
|
-
type CreateInsurancePoliciesForPartyBody = paths[typeof routeName$
|
|
123315
|
-
type CreateInsurancePoliciesForPartyPathParams = paths[typeof routeName$
|
|
123316
|
-
type CreateInsurancePoliciesForPartyResponse = paths[typeof routeName$
|
|
123169
|
+
declare const routeName$7p = "/v1/api/parties/{party_id}/insurance-policies";
|
|
123170
|
+
type CreateInsurancePoliciesForPartyBody = paths[typeof routeName$7p]['post']['requestBody']['content']['application/json'];
|
|
123171
|
+
type CreateInsurancePoliciesForPartyPathParams = paths[typeof routeName$7p]['post']['parameters']['path'];
|
|
123172
|
+
type CreateInsurancePoliciesForPartyResponse = paths[typeof routeName$7p]['post']['responses'][201]['content']['application/json'];
|
|
123317
123173
|
interface CreateInsurancePoliciesForPartyProps {
|
|
123318
123174
|
body: CreateInsurancePoliciesForPartyBody;
|
|
123319
123175
|
params: {
|
|
@@ -123322,9 +123178,9 @@ interface CreateInsurancePoliciesForPartyProps {
|
|
|
123322
123178
|
}
|
|
123323
123179
|
declare const createInsurancePoliciesForParty: (props: CreateInsurancePoliciesForPartyProps, wgApiClient: ClientType) => Promise<CreateInsurancePoliciesForPartyResponse>;
|
|
123324
123180
|
|
|
123325
|
-
declare const routeName$
|
|
123326
|
-
type DeleteInsurancePoliciesForPartyPathParams = paths[typeof routeName$
|
|
123327
|
-
type DeleteInsurancePoliciesForPartyResponse = paths[typeof routeName$
|
|
123181
|
+
declare const routeName$7o = "/v1/api/parties/{party_id}/insurance-policies/{insurance_policy_id}";
|
|
123182
|
+
type DeleteInsurancePoliciesForPartyPathParams = paths[typeof routeName$7o]['delete']['parameters']['path'];
|
|
123183
|
+
type DeleteInsurancePoliciesForPartyResponse = paths[typeof routeName$7o]['delete']['responses'][200]['content']['application/json'];
|
|
123328
123184
|
interface DeleteInsurancePoliciesForPartyProps {
|
|
123329
123185
|
params: {
|
|
123330
123186
|
path: DeleteInsurancePoliciesForPartyPathParams;
|
|
@@ -123332,52 +123188,52 @@ interface DeleteInsurancePoliciesForPartyProps {
|
|
|
123332
123188
|
}
|
|
123333
123189
|
declare const deleteInsurancePoliciesForParty: (props: DeleteInsurancePoliciesForPartyProps, wgApiClient: ClientType) => Promise<DeleteInsurancePoliciesForPartyResponse>;
|
|
123334
123190
|
|
|
123335
|
-
declare const routeName$
|
|
123336
|
-
type GetFinconnectLinkForInsurancePolicyPathParams = paths[typeof routeName$
|
|
123337
|
-
type GetFinconnectLinkForInsurancePolicyQueryParams = paths[typeof routeName$
|
|
123338
|
-
type GetFinconnectLinkForInsurancePolicyResponse = paths[typeof routeName$
|
|
123339
|
-
type GetFinconnectLinkForInsurancePolicyProps = paths[typeof routeName$
|
|
123191
|
+
declare const routeName$7n = "/v1/api/parties/{party_id}/insurance-policies/{insurance_policy_id}/finconnect/link";
|
|
123192
|
+
type GetFinconnectLinkForInsurancePolicyPathParams = paths[typeof routeName$7n]['get']['parameters']['path'];
|
|
123193
|
+
type GetFinconnectLinkForInsurancePolicyQueryParams = paths[typeof routeName$7n]['get']['parameters']['query'];
|
|
123194
|
+
type GetFinconnectLinkForInsurancePolicyResponse = paths[typeof routeName$7n]['get']['responses'][200]['content']['application/json'];
|
|
123195
|
+
type GetFinconnectLinkForInsurancePolicyProps = paths[typeof routeName$7n]['get']['parameters'];
|
|
123340
123196
|
declare const getFinconnectLinkForInsurancePolicy: (props: GetFinconnectLinkForInsurancePolicyProps, wgApiClient: ClientType) => Promise<GetFinconnectLinkForInsurancePolicyResponse>;
|
|
123341
123197
|
|
|
123342
|
-
declare const routeName$
|
|
123343
|
-
type GetInvoicesAsPartyPathParams = paths[typeof routeName$
|
|
123344
|
-
type GetInvoicesAsPartyQueryParams = paths[typeof routeName$
|
|
123345
|
-
type GetInvoicesAsPartyResponse = paths[typeof routeName$
|
|
123346
|
-
type GetInvoicesAsPartyProps = paths[typeof routeName$
|
|
123198
|
+
declare const routeName$7m = "/v1/api/parties/{party_id}/invoices";
|
|
123199
|
+
type GetInvoicesAsPartyPathParams = paths[typeof routeName$7m]['get']['parameters']['path'];
|
|
123200
|
+
type GetInvoicesAsPartyQueryParams = paths[typeof routeName$7m]['get']['parameters']['query'];
|
|
123201
|
+
type GetInvoicesAsPartyResponse = paths[typeof routeName$7m]['get']['responses'][200]['content']['application/json'];
|
|
123202
|
+
type GetInvoicesAsPartyProps = paths[typeof routeName$7m]['get']['parameters'];
|
|
123347
123203
|
declare const getInvoicesAsParty: (props: GetInvoicesAsPartyProps, wgApiClient: ClientType) => Promise<GetInvoicesAsPartyResponse>;
|
|
123348
123204
|
|
|
123349
|
-
declare const routeName$
|
|
123350
|
-
type GetInvoicesAsPartyByIdPathParams = paths[typeof routeName$
|
|
123351
|
-
type GetInvoicesAsPartyByIdResponse = paths[typeof routeName$
|
|
123352
|
-
type GetInvoicesAsPartyByIdProps = paths[typeof routeName$
|
|
123205
|
+
declare const routeName$7l = "/v1/api/parties/{party_id}/invoices/{invoice_id}";
|
|
123206
|
+
type GetInvoicesAsPartyByIdPathParams = paths[typeof routeName$7l]['get']['parameters']['path'];
|
|
123207
|
+
type GetInvoicesAsPartyByIdResponse = paths[typeof routeName$7l]['get']['responses'][200]['content']['application/json'];
|
|
123208
|
+
type GetInvoicesAsPartyByIdProps = paths[typeof routeName$7l]['get']['parameters'];
|
|
123353
123209
|
declare const getInvoicesAsPartyById: (props: GetInvoicesAsPartyByIdProps, wgApiClient: ClientType) => Promise<GetInvoicesAsPartyByIdResponse>;
|
|
123354
123210
|
|
|
123355
|
-
declare const routeName$
|
|
123356
|
-
type GetKycByPartyPathParams = paths[typeof routeName$
|
|
123357
|
-
type GetKycByPartyQueryParams = paths[typeof routeName$
|
|
123358
|
-
type GetKycByPartyResponse = paths[typeof routeName$
|
|
123359
|
-
type GetKycByPartyProps = paths[typeof routeName$
|
|
123211
|
+
declare const routeName$7k = "/v1/api/parties/{party_id}/kyc";
|
|
123212
|
+
type GetKycByPartyPathParams = paths[typeof routeName$7k]['get']['parameters']['path'];
|
|
123213
|
+
type GetKycByPartyQueryParams = paths[typeof routeName$7k]['get']['parameters']['query'];
|
|
123214
|
+
type GetKycByPartyResponse = paths[typeof routeName$7k]['get']['responses'][200]['content']['application/json'];
|
|
123215
|
+
type GetKycByPartyProps = paths[typeof routeName$7k]['get']['parameters'];
|
|
123360
123216
|
declare const getKycByParty: (props: GetKycByPartyProps, wgApiClient: ClientType) => Promise<GetKycByPartyResponse>;
|
|
123361
123217
|
|
|
123362
|
-
declare const routeName$
|
|
123363
|
-
type GetPossibleInsuranceProductsForManagementByPartyIdPathParams = paths[typeof routeName$
|
|
123364
|
-
type GetPossibleInsuranceProductsForManagementByPartyIdQueryParams = paths[typeof routeName$
|
|
123365
|
-
type GetPossibleInsuranceProductsForManagementByPartyIdResponse = paths[typeof routeName$
|
|
123366
|
-
type GetPossibleInsuranceProductsForManagementByPartyIdProps = paths[typeof routeName$
|
|
123218
|
+
declare const routeName$7j = "/v1/api/parties/{party_id}/management/possible-insurance-products";
|
|
123219
|
+
type GetPossibleInsuranceProductsForManagementByPartyIdPathParams = paths[typeof routeName$7j]['get']['parameters']['path'];
|
|
123220
|
+
type GetPossibleInsuranceProductsForManagementByPartyIdQueryParams = paths[typeof routeName$7j]['get']['parameters']['query'];
|
|
123221
|
+
type GetPossibleInsuranceProductsForManagementByPartyIdResponse = paths[typeof routeName$7j]['get']['responses'][200]['content']['application/json'];
|
|
123222
|
+
type GetPossibleInsuranceProductsForManagementByPartyIdProps = paths[typeof routeName$7j]['get']['parameters'];
|
|
123367
123223
|
declare const getPossibleInsuranceProductsForManagementByPartyId: (props: GetPossibleInsuranceProductsForManagementByPartyIdProps, wgApiClient: ClientType) => Promise<GetPossibleInsuranceProductsForManagementByPartyIdResponse>;
|
|
123368
123224
|
|
|
123369
|
-
declare const routeName$
|
|
123370
|
-
type GetPartyMergeSuggestionsPathParams = paths[typeof routeName$
|
|
123371
|
-
type GetPartyMergeSuggestionsQueryParams = paths[typeof routeName$
|
|
123372
|
-
type GetPartyMergeSuggestionsResponse = paths[typeof routeName$
|
|
123373
|
-
type GetPartyMergeSuggestionsProps = paths[typeof routeName$
|
|
123225
|
+
declare const routeName$7i = "/v1/api/parties/{party_id}/merge-suggestions";
|
|
123226
|
+
type GetPartyMergeSuggestionsPathParams = paths[typeof routeName$7i]['get']['parameters']['path'];
|
|
123227
|
+
type GetPartyMergeSuggestionsQueryParams = paths[typeof routeName$7i]['get']['parameters']['query'];
|
|
123228
|
+
type GetPartyMergeSuggestionsResponse = paths[typeof routeName$7i]['get']['responses'][200]['content']['application/json'];
|
|
123229
|
+
type GetPartyMergeSuggestionsProps = paths[typeof routeName$7i]['get']['parameters'];
|
|
123374
123230
|
declare const getPartyMergeSuggestions: (props: GetPartyMergeSuggestionsProps, wgApiClient: ClientType) => Promise<GetPartyMergeSuggestionsResponse>;
|
|
123375
123231
|
|
|
123376
|
-
declare const routeName$
|
|
123377
|
-
type MergePartiesTogetherBody = paths[typeof routeName$
|
|
123378
|
-
type MergePartiesTogetherPathParams = paths[typeof routeName$
|
|
123379
|
-
type MergePartiesTogetherQueryParams = paths[typeof routeName$
|
|
123380
|
-
type MergePartiesTogetherResponse = paths[typeof routeName$
|
|
123232
|
+
declare const routeName$7h = "/v1/api/parties/{party_id}/merges";
|
|
123233
|
+
type MergePartiesTogetherBody = paths[typeof routeName$7h]['post']['requestBody']['content']['application/json'];
|
|
123234
|
+
type MergePartiesTogetherPathParams = paths[typeof routeName$7h]['post']['parameters']['path'];
|
|
123235
|
+
type MergePartiesTogetherQueryParams = paths[typeof routeName$7h]['post']['parameters']['query'];
|
|
123236
|
+
type MergePartiesTogetherResponse = paths[typeof routeName$7h]['post']['responses'][200]['content']['application/json'];
|
|
123381
123237
|
interface MergePartiesTogetherProps {
|
|
123382
123238
|
body: MergePartiesTogetherBody;
|
|
123383
123239
|
params: {
|
|
@@ -123387,10 +123243,10 @@ interface MergePartiesTogetherProps {
|
|
|
123387
123243
|
}
|
|
123388
123244
|
declare const mergePartiesTogether: (props: MergePartiesTogetherProps, wgApiClient: ClientType) => Promise<MergePartiesTogetherResponse>;
|
|
123389
123245
|
|
|
123390
|
-
declare const routeName$
|
|
123391
|
-
type CreatePartyNoteBody = paths[typeof routeName$
|
|
123392
|
-
type CreatePartyNotePathParams = paths[typeof routeName$
|
|
123393
|
-
type CreatePartyNoteResponse = paths[typeof routeName$
|
|
123246
|
+
declare const routeName$7g = "/v1/api/parties/{party_id}/notes";
|
|
123247
|
+
type CreatePartyNoteBody = paths[typeof routeName$7g]['post']['requestBody']['content']['application/json'];
|
|
123248
|
+
type CreatePartyNotePathParams = paths[typeof routeName$7g]['post']['parameters']['path'];
|
|
123249
|
+
type CreatePartyNoteResponse = paths[typeof routeName$7g]['post']['responses'][201]['content']['application/json'];
|
|
123394
123250
|
interface CreatePartyNoteProps {
|
|
123395
123251
|
body: CreatePartyNoteBody;
|
|
123396
123252
|
params: {
|
|
@@ -123399,9 +123255,9 @@ interface CreatePartyNoteProps {
|
|
|
123399
123255
|
}
|
|
123400
123256
|
declare const createPartyNote: (props: CreatePartyNoteProps, wgApiClient: ClientType) => Promise<CreatePartyNoteResponse>;
|
|
123401
123257
|
|
|
123402
|
-
declare const routeName$
|
|
123403
|
-
type DeletePartyNoteByIdPathParams = paths[typeof routeName$
|
|
123404
|
-
type DeletePartyNoteByIdResponse = paths[typeof routeName$
|
|
123258
|
+
declare const routeName$7f = "/v1/api/parties/{party_id}/notes/{note_id}";
|
|
123259
|
+
type DeletePartyNoteByIdPathParams = paths[typeof routeName$7f]['delete']['parameters']['path'];
|
|
123260
|
+
type DeletePartyNoteByIdResponse = paths[typeof routeName$7f]['delete']['responses'][200]['content']['application/json'];
|
|
123405
123261
|
interface DeletePartyNoteByIdProps {
|
|
123406
123262
|
params: {
|
|
123407
123263
|
path: DeletePartyNoteByIdPathParams;
|
|
@@ -123409,10 +123265,10 @@ interface DeletePartyNoteByIdProps {
|
|
|
123409
123265
|
}
|
|
123410
123266
|
declare const deletePartyNoteById: (props: DeletePartyNoteByIdProps, wgApiClient: ClientType) => Promise<DeletePartyNoteByIdResponse>;
|
|
123411
123267
|
|
|
123412
|
-
declare const routeName$
|
|
123413
|
-
type UpdatePartyNoteByIdBody = paths[typeof routeName$
|
|
123414
|
-
type UpdatePartyNoteByIdPathParams = paths[typeof routeName$
|
|
123415
|
-
type UpdatePartyNoteByIdResponse = paths[typeof routeName$
|
|
123268
|
+
declare const routeName$7e = "/v1/api/parties/{party_id}/notes/{note_id}";
|
|
123269
|
+
type UpdatePartyNoteByIdBody = paths[typeof routeName$7e]['patch']['requestBody']['content']['application/json'];
|
|
123270
|
+
type UpdatePartyNoteByIdPathParams = paths[typeof routeName$7e]['patch']['parameters']['path'];
|
|
123271
|
+
type UpdatePartyNoteByIdResponse = paths[typeof routeName$7e]['patch']['responses'][200]['content']['application/json'];
|
|
123416
123272
|
interface UpdatePartyNoteByIdProps {
|
|
123417
123273
|
body: UpdatePartyNoteByIdBody;
|
|
123418
123274
|
params: {
|
|
@@ -123421,11 +123277,11 @@ interface UpdatePartyNoteByIdProps {
|
|
|
123421
123277
|
}
|
|
123422
123278
|
declare const updatePartyNoteById: (props: UpdatePartyNoteByIdProps, wgApiClient: ClientType) => Promise<UpdatePartyNoteByIdResponse>;
|
|
123423
123279
|
|
|
123424
|
-
declare const routeName$
|
|
123425
|
-
type CreatePartyOffersBody = paths[typeof routeName$
|
|
123426
|
-
type CreatePartyOffersPathParams = paths[typeof routeName$
|
|
123427
|
-
type CreatePartyOffersQueryParams = paths[typeof routeName$
|
|
123428
|
-
type CreatePartyOffersResponse = paths[typeof routeName$
|
|
123280
|
+
declare const routeName$7d = "/v1/api/parties/{party_id}/offers";
|
|
123281
|
+
type CreatePartyOffersBody = paths[typeof routeName$7d]['post']['requestBody']['content']['application/json'];
|
|
123282
|
+
type CreatePartyOffersPathParams = paths[typeof routeName$7d]['post']['parameters']['path'];
|
|
123283
|
+
type CreatePartyOffersQueryParams = paths[typeof routeName$7d]['post']['parameters']['query'];
|
|
123284
|
+
type CreatePartyOffersResponse = paths[typeof routeName$7d]['post']['responses'][201]['content']['application/json'];
|
|
123429
123285
|
interface CreatePartyOffersProps {
|
|
123430
123286
|
body: CreatePartyOffersBody;
|
|
123431
123287
|
params: {
|
|
@@ -123435,23 +123291,23 @@ interface CreatePartyOffersProps {
|
|
|
123435
123291
|
}
|
|
123436
123292
|
declare const createPartyOffers: (props: CreatePartyOffersProps, wgApiClient: ClientType) => Promise<CreatePartyOffersResponse>;
|
|
123437
123293
|
|
|
123438
|
-
declare const routeName$
|
|
123439
|
-
type GetOnesuranceDataByPartyIdPathParams = paths[typeof routeName$
|
|
123440
|
-
type GetOnesuranceDataByPartyIdQueryParams = paths[typeof routeName$
|
|
123441
|
-
type GetOnesuranceDataByPartyIdResponse = paths[typeof routeName$
|
|
123442
|
-
type GetOnesuranceDataByPartyIdProps = paths[typeof routeName$
|
|
123294
|
+
declare const routeName$7c = "/v1/api/parties/{party_id}/onesurance-data";
|
|
123295
|
+
type GetOnesuranceDataByPartyIdPathParams = paths[typeof routeName$7c]['get']['parameters']['path'];
|
|
123296
|
+
type GetOnesuranceDataByPartyIdQueryParams = paths[typeof routeName$7c]['get']['parameters']['query'];
|
|
123297
|
+
type GetOnesuranceDataByPartyIdResponse = paths[typeof routeName$7c]['get']['responses'][200]['content']['application/json'];
|
|
123298
|
+
type GetOnesuranceDataByPartyIdProps = paths[typeof routeName$7c]['get']['parameters'];
|
|
123443
123299
|
declare const getOnesuranceDataByPartyId: (props: GetOnesuranceDataByPartyIdProps, wgApiClient: ClientType) => Promise<GetOnesuranceDataByPartyIdResponse>;
|
|
123444
123300
|
|
|
123445
|
-
declare const routeName$
|
|
123446
|
-
type GetPolicyPackagesForPartyPathParams = paths[typeof routeName$
|
|
123447
|
-
type GetPolicyPackagesForPartyResponse = paths[typeof routeName$
|
|
123448
|
-
type GetPolicyPackagesForPartyProps = paths[typeof routeName$
|
|
123301
|
+
declare const routeName$7b = "/v1/api/parties/{party_id}/policy-packages";
|
|
123302
|
+
type GetPolicyPackagesForPartyPathParams = paths[typeof routeName$7b]['get']['parameters']['path'];
|
|
123303
|
+
type GetPolicyPackagesForPartyResponse = paths[typeof routeName$7b]['get']['responses'][200]['content']['application/json'];
|
|
123304
|
+
type GetPolicyPackagesForPartyProps = paths[typeof routeName$7b]['get']['parameters'];
|
|
123449
123305
|
declare const getPolicyPackagesForParty: (props: GetPolicyPackagesForPartyProps, wgApiClient: ClientType) => Promise<GetPolicyPackagesForPartyResponse>;
|
|
123450
123306
|
|
|
123451
|
-
declare const routeName$
|
|
123452
|
-
type UpsertPolicyPackagesForPartyBody = paths[typeof routeName$
|
|
123453
|
-
type UpsertPolicyPackagesForPartyPathParams = paths[typeof routeName$
|
|
123454
|
-
type UpsertPolicyPackagesForPartyResponse = paths[typeof routeName$
|
|
123307
|
+
declare const routeName$7a = "/v1/api/parties/{party_id}/policy-packages";
|
|
123308
|
+
type UpsertPolicyPackagesForPartyBody = paths[typeof routeName$7a]['put']['requestBody']['content']['application/json'];
|
|
123309
|
+
type UpsertPolicyPackagesForPartyPathParams = paths[typeof routeName$7a]['put']['parameters']['path'];
|
|
123310
|
+
type UpsertPolicyPackagesForPartyResponse = paths[typeof routeName$7a]['put']['responses'][201]['content']['application/json'];
|
|
123455
123311
|
interface UpsertPolicyPackagesForPartyProps {
|
|
123456
123312
|
body: UpsertPolicyPackagesForPartyBody;
|
|
123457
123313
|
params: {
|
|
@@ -123460,16 +123316,16 @@ interface UpsertPolicyPackagesForPartyProps {
|
|
|
123460
123316
|
}
|
|
123461
123317
|
declare const upsertPolicyPackagesForParty: (props: UpsertPolicyPackagesForPartyProps, wgApiClient: ClientType) => Promise<UpsertPolicyPackagesForPartyResponse>;
|
|
123462
123318
|
|
|
123463
|
-
declare const routeName$
|
|
123464
|
-
type GetPolicyPackageByIdPathParams = paths[typeof routeName$
|
|
123465
|
-
type GetPolicyPackageByIdQueryParams = paths[typeof routeName$
|
|
123466
|
-
type GetPolicyPackageByIdResponse = paths[typeof routeName$
|
|
123467
|
-
type GetPolicyPackageByIdProps = paths[typeof routeName$
|
|
123319
|
+
declare const routeName$79 = "/v1/api/parties/{party_id}/policy-packages/{policy_package_id}";
|
|
123320
|
+
type GetPolicyPackageByIdPathParams = paths[typeof routeName$79]['get']['parameters']['path'];
|
|
123321
|
+
type GetPolicyPackageByIdQueryParams = paths[typeof routeName$79]['get']['parameters']['query'];
|
|
123322
|
+
type GetPolicyPackageByIdResponse = paths[typeof routeName$79]['get']['responses'][200]['content']['application/json'];
|
|
123323
|
+
type GetPolicyPackageByIdProps = paths[typeof routeName$79]['get']['parameters'];
|
|
123468
123324
|
declare const getPolicyPackageById: (props: GetPolicyPackageByIdProps, wgApiClient: ClientType) => Promise<GetPolicyPackageByIdResponse>;
|
|
123469
123325
|
|
|
123470
|
-
declare const routeName$
|
|
123471
|
-
type DeletePolicyPackagesForPartyPathParams = paths[typeof routeName$
|
|
123472
|
-
type DeletePolicyPackagesForPartyResponse = paths[typeof routeName$
|
|
123326
|
+
declare const routeName$78 = "/v1/api/parties/{party_id}/policy-packages/{policy_package_id}";
|
|
123327
|
+
type DeletePolicyPackagesForPartyPathParams = paths[typeof routeName$78]['delete']['parameters']['path'];
|
|
123328
|
+
type DeletePolicyPackagesForPartyResponse = paths[typeof routeName$78]['delete']['responses'][200]['content']['application/json'];
|
|
123473
123329
|
interface DeletePolicyPackagesForPartyProps {
|
|
123474
123330
|
params: {
|
|
123475
123331
|
path: DeletePolicyPackagesForPartyPathParams;
|
|
@@ -123477,17 +123333,17 @@ interface DeletePolicyPackagesForPartyProps {
|
|
|
123477
123333
|
}
|
|
123478
123334
|
declare const deletePolicyPackagesForParty: (props: DeletePolicyPackagesForPartyProps, wgApiClient: ClientType) => Promise<DeletePolicyPackagesForPartyResponse>;
|
|
123479
123335
|
|
|
123480
|
-
declare const routeName$
|
|
123481
|
-
type GetPossibleInsuranceProductsByPartyIdPathParams = paths[typeof routeName$
|
|
123482
|
-
type GetPossibleInsuranceProductsByPartyIdQueryParams = paths[typeof routeName$
|
|
123483
|
-
type GetPossibleInsuranceProductsByPartyIdResponse = paths[typeof routeName$
|
|
123484
|
-
type GetPossibleInsuranceProductsByPartyIdProps = paths[typeof routeName$
|
|
123336
|
+
declare const routeName$77 = "/v1/api/parties/{party_id}/possible-insurance-products";
|
|
123337
|
+
type GetPossibleInsuranceProductsByPartyIdPathParams = paths[typeof routeName$77]['get']['parameters']['path'];
|
|
123338
|
+
type GetPossibleInsuranceProductsByPartyIdQueryParams = paths[typeof routeName$77]['get']['parameters']['query'];
|
|
123339
|
+
type GetPossibleInsuranceProductsByPartyIdResponse = paths[typeof routeName$77]['get']['responses'][200]['content']['application/json'];
|
|
123340
|
+
type GetPossibleInsuranceProductsByPartyIdProps = paths[typeof routeName$77]['get']['parameters'];
|
|
123485
123341
|
declare const getPossibleInsuranceProductsByPartyId: (props: GetPossibleInsuranceProductsByPartyIdProps, wgApiClient: ClientType) => Promise<GetPossibleInsuranceProductsByPartyIdResponse>;
|
|
123486
123342
|
|
|
123487
|
-
declare const routeName$
|
|
123488
|
-
type CreateReferenceForPartyBody = paths[typeof routeName$
|
|
123489
|
-
type CreateReferenceForPartyPathParams = paths[typeof routeName$
|
|
123490
|
-
type CreateReferenceForPartyResponse = paths[typeof routeName$
|
|
123343
|
+
declare const routeName$76 = "/v1/api/parties/{party_id}/references";
|
|
123344
|
+
type CreateReferenceForPartyBody = paths[typeof routeName$76]['post']['requestBody']['content']['application/json'];
|
|
123345
|
+
type CreateReferenceForPartyPathParams = paths[typeof routeName$76]['post']['parameters']['path'];
|
|
123346
|
+
type CreateReferenceForPartyResponse = paths[typeof routeName$76]['post']['responses'][200]['content']['application/json'];
|
|
123491
123347
|
interface CreateReferenceForPartyProps {
|
|
123492
123348
|
body: CreateReferenceForPartyBody;
|
|
123493
123349
|
params: {
|
|
@@ -123496,17 +123352,17 @@ interface CreateReferenceForPartyProps {
|
|
|
123496
123352
|
}
|
|
123497
123353
|
declare const createReferenceForParty: (props: CreateReferenceForPartyProps, wgApiClient: ClientType) => Promise<CreateReferenceForPartyResponse>;
|
|
123498
123354
|
|
|
123499
|
-
declare const routeName$
|
|
123500
|
-
type GetRiskAnalysisByPartyIdPathParams = paths[typeof routeName$
|
|
123501
|
-
type GetRiskAnalysisByPartyIdResponse = paths[typeof routeName$
|
|
123502
|
-
type GetRiskAnalysisByPartyIdProps = paths[typeof routeName$
|
|
123355
|
+
declare const routeName$75 = "/v1/api/parties/{party_id}/risk_analysis";
|
|
123356
|
+
type GetRiskAnalysisByPartyIdPathParams = paths[typeof routeName$75]['get']['parameters']['path'];
|
|
123357
|
+
type GetRiskAnalysisByPartyIdResponse = paths[typeof routeName$75]['get']['responses'][200]['content']['application/json'];
|
|
123358
|
+
type GetRiskAnalysisByPartyIdProps = paths[typeof routeName$75]['get']['parameters'];
|
|
123503
123359
|
declare const getRiskAnalysisByPartyId: (props: GetRiskAnalysisByPartyIdProps, wgApiClient: ClientType) => Promise<GetRiskAnalysisByPartyIdResponse>;
|
|
123504
123360
|
|
|
123505
|
-
declare const routeName$
|
|
123506
|
-
type CreateRelationBetweenRiskObjectAndPartyBody = paths[typeof routeName$
|
|
123507
|
-
type CreateRelationBetweenRiskObjectAndPartyPathParams = paths[typeof routeName$
|
|
123508
|
-
type CreateRelationBetweenRiskObjectAndPartyQueryParams = paths[typeof routeName$
|
|
123509
|
-
type CreateRelationBetweenRiskObjectAndPartyResponse = paths[typeof routeName$
|
|
123361
|
+
declare const routeName$74 = "/v1/api/parties/{party_id}/risk_objects/{risk_object_id}/relations";
|
|
123362
|
+
type CreateRelationBetweenRiskObjectAndPartyBody = paths[typeof routeName$74]['post']['requestBody']['content']['application/json'];
|
|
123363
|
+
type CreateRelationBetweenRiskObjectAndPartyPathParams = paths[typeof routeName$74]['post']['parameters']['path'];
|
|
123364
|
+
type CreateRelationBetweenRiskObjectAndPartyQueryParams = paths[typeof routeName$74]['post']['parameters']['query'];
|
|
123365
|
+
type CreateRelationBetweenRiskObjectAndPartyResponse = paths[typeof routeName$74]['post']['responses'][201]['content']['application/json'];
|
|
123510
123366
|
interface CreateRelationBetweenRiskObjectAndPartyProps {
|
|
123511
123367
|
body: CreateRelationBetweenRiskObjectAndPartyBody;
|
|
123512
123368
|
params: {
|
|
@@ -123516,11 +123372,11 @@ interface CreateRelationBetweenRiskObjectAndPartyProps {
|
|
|
123516
123372
|
}
|
|
123517
123373
|
declare const createRelationBetweenRiskObjectAndParty: (props: CreateRelationBetweenRiskObjectAndPartyProps, wgApiClient: ClientType) => Promise<CreateRelationBetweenRiskObjectAndPartyResponse>;
|
|
123518
123374
|
|
|
123519
|
-
declare const routeName$
|
|
123520
|
-
type SendMailForSimulationToPartyBody = paths[typeof routeName$
|
|
123521
|
-
type SendMailForSimulationToPartyPathParams = paths[typeof routeName$
|
|
123522
|
-
type SendMailForSimulationToPartyQueryParams = paths[typeof routeName$
|
|
123523
|
-
type SendMailForSimulationToPartyResponse = paths[typeof routeName$
|
|
123375
|
+
declare const routeName$73 = "/v1/api/parties/{party_id}/simulations/{simulation_id}/email-inquiries";
|
|
123376
|
+
type SendMailForSimulationToPartyBody = paths[typeof routeName$73]['post']['requestBody']['content']['application/json'];
|
|
123377
|
+
type SendMailForSimulationToPartyPathParams = paths[typeof routeName$73]['post']['parameters']['path'];
|
|
123378
|
+
type SendMailForSimulationToPartyQueryParams = paths[typeof routeName$73]['post']['parameters']['query'];
|
|
123379
|
+
type SendMailForSimulationToPartyResponse = paths[typeof routeName$73]['post']['responses'][201]['content']['application/json'];
|
|
123524
123380
|
interface SendMailForSimulationToPartyProps {
|
|
123525
123381
|
body: SendMailForSimulationToPartyBody;
|
|
123526
123382
|
params: {
|
|
@@ -123530,17 +123386,17 @@ interface SendMailForSimulationToPartyProps {
|
|
|
123530
123386
|
}
|
|
123531
123387
|
declare const sendMailForSimulationToParty: (props: SendMailForSimulationToPartyProps, wgApiClient: ClientType) => Promise<SendMailForSimulationToPartyResponse>;
|
|
123532
123388
|
|
|
123533
|
-
declare const routeName$
|
|
123534
|
-
type GetInsurancePolicySimulationsForPartyPathParams = paths[typeof routeName$
|
|
123535
|
-
type GetInsurancePolicySimulationsForPartyQueryParams = paths[typeof routeName$
|
|
123536
|
-
type GetInsurancePolicySimulationsForPartyResponse = paths[typeof routeName$
|
|
123537
|
-
type GetInsurancePolicySimulationsForPartyProps = paths[typeof routeName$
|
|
123389
|
+
declare const routeName$72 = "/v1/api/parties/{party_id}/simulations/{simulation_id}/insurance-policies";
|
|
123390
|
+
type GetInsurancePolicySimulationsForPartyPathParams = paths[typeof routeName$72]['get']['parameters']['path'];
|
|
123391
|
+
type GetInsurancePolicySimulationsForPartyQueryParams = paths[typeof routeName$72]['get']['parameters']['query'];
|
|
123392
|
+
type GetInsurancePolicySimulationsForPartyResponse = paths[typeof routeName$72]['get']['responses'][200]['content']['application/json'];
|
|
123393
|
+
type GetInsurancePolicySimulationsForPartyProps = paths[typeof routeName$72]['get']['parameters'];
|
|
123538
123394
|
declare const getInsurancePolicySimulationsForParty: (props: GetInsurancePolicySimulationsForPartyProps, wgApiClient: ClientType) => Promise<GetInsurancePolicySimulationsForPartyResponse>;
|
|
123539
123395
|
|
|
123540
|
-
declare const routeName$
|
|
123541
|
-
type UpsertInsurancePolicySimulationForPartyBody = paths[typeof routeName$
|
|
123542
|
-
type UpsertInsurancePolicySimulationForPartyPathParams = paths[typeof routeName$
|
|
123543
|
-
type UpsertInsurancePolicySimulationForPartyResponse = paths[typeof routeName$
|
|
123396
|
+
declare const routeName$71 = "/v1/api/parties/{party_id}/simulations/{simulation_id}/insurance-policies";
|
|
123397
|
+
type UpsertInsurancePolicySimulationForPartyBody = paths[typeof routeName$71]['put']['requestBody']['content']['application/json'];
|
|
123398
|
+
type UpsertInsurancePolicySimulationForPartyPathParams = paths[typeof routeName$71]['put']['parameters']['path'];
|
|
123399
|
+
type UpsertInsurancePolicySimulationForPartyResponse = paths[typeof routeName$71]['put']['responses'][201]['content']['application/json'];
|
|
123544
123400
|
interface UpsertInsurancePolicySimulationForPartyProps {
|
|
123545
123401
|
body: UpsertInsurancePolicySimulationForPartyBody;
|
|
123546
123402
|
params: {
|
|
@@ -123549,31 +123405,31 @@ interface UpsertInsurancePolicySimulationForPartyProps {
|
|
|
123549
123405
|
}
|
|
123550
123406
|
declare const upsertInsurancePolicySimulationForParty: (props: UpsertInsurancePolicySimulationForPartyProps, wgApiClient: ClientType) => Promise<UpsertInsurancePolicySimulationForPartyResponse>;
|
|
123551
123407
|
|
|
123552
|
-
declare const routeName$
|
|
123553
|
-
type GetPolicyPackageSimulationsForPartyPathParams = paths[typeof routeName$
|
|
123554
|
-
type GetPolicyPackageSimulationsForPartyResponse = paths[typeof routeName$
|
|
123555
|
-
type GetPolicyPackageSimulationsForPartyProps = paths[typeof routeName$
|
|
123408
|
+
declare const routeName$70 = "/v1/api/parties/{party_id}/simulations/{simulation_id}/policy-packages";
|
|
123409
|
+
type GetPolicyPackageSimulationsForPartyPathParams = paths[typeof routeName$70]['get']['parameters']['path'];
|
|
123410
|
+
type GetPolicyPackageSimulationsForPartyResponse = paths[typeof routeName$70]['get']['responses'][200]['content']['application/json'];
|
|
123411
|
+
type GetPolicyPackageSimulationsForPartyProps = paths[typeof routeName$70]['get']['parameters'];
|
|
123556
123412
|
declare const getPolicyPackageSimulationsForParty: (props: GetPolicyPackageSimulationsForPartyProps, wgApiClient: ClientType) => Promise<GetPolicyPackageSimulationsForPartyResponse>;
|
|
123557
123413
|
|
|
123558
|
-
declare const routeName$
|
|
123559
|
-
type GetPossibleInsuranceProductsForStaffByPartyIdPathParams = paths[typeof routeName$
|
|
123560
|
-
type GetPossibleInsuranceProductsForStaffByPartyIdQueryParams = paths[typeof routeName$
|
|
123561
|
-
type GetPossibleInsuranceProductsForStaffByPartyIdResponse = paths[typeof routeName$
|
|
123562
|
-
type GetPossibleInsuranceProductsForStaffByPartyIdProps = paths[typeof routeName$
|
|
123414
|
+
declare const routeName$6$ = "/v1/api/parties/{party_id}/staff/possible-insurance-products";
|
|
123415
|
+
type GetPossibleInsuranceProductsForStaffByPartyIdPathParams = paths[typeof routeName$6$]['get']['parameters']['path'];
|
|
123416
|
+
type GetPossibleInsuranceProductsForStaffByPartyIdQueryParams = paths[typeof routeName$6$]['get']['parameters']['query'];
|
|
123417
|
+
type GetPossibleInsuranceProductsForStaffByPartyIdResponse = paths[typeof routeName$6$]['get']['responses'][200]['content']['application/json'];
|
|
123418
|
+
type GetPossibleInsuranceProductsForStaffByPartyIdProps = paths[typeof routeName$6$]['get']['parameters'];
|
|
123563
123419
|
declare const getPossibleInsuranceProductsForStaffByPartyId: (props: GetPossibleInsuranceProductsForStaffByPartyIdProps, wgApiClient: ClientType) => Promise<GetPossibleInsuranceProductsForStaffByPartyIdResponse>;
|
|
123564
123420
|
|
|
123565
|
-
declare const routeName$
|
|
123566
|
-
type GetSystemCampaignsByPartyPathParams = paths[typeof routeName$
|
|
123567
|
-
type GetSystemCampaignsByPartyQueryParams = paths[typeof routeName$
|
|
123568
|
-
type GetSystemCampaignsByPartyResponse = paths[typeof routeName$
|
|
123569
|
-
type GetSystemCampaignsByPartyProps = paths[typeof routeName$
|
|
123421
|
+
declare const routeName$6_ = "/v1/api/parties/{party_id}/system-campaigns";
|
|
123422
|
+
type GetSystemCampaignsByPartyPathParams = paths[typeof routeName$6_]['get']['parameters']['path'];
|
|
123423
|
+
type GetSystemCampaignsByPartyQueryParams = paths[typeof routeName$6_]['get']['parameters']['query'];
|
|
123424
|
+
type GetSystemCampaignsByPartyResponse = paths[typeof routeName$6_]['get']['responses'][200]['content']['application/json'];
|
|
123425
|
+
type GetSystemCampaignsByPartyProps = paths[typeof routeName$6_]['get']['parameters'];
|
|
123570
123426
|
declare const getSystemCampaignsByParty: (props: GetSystemCampaignsByPartyProps, wgApiClient: ClientType) => Promise<GetSystemCampaignsByPartyResponse>;
|
|
123571
123427
|
|
|
123572
|
-
declare const routeName$
|
|
123573
|
-
type TransferPartyToOtherDistributionBody = paths[typeof routeName$
|
|
123574
|
-
type TransferPartyToOtherDistributionPathParams = paths[typeof routeName$
|
|
123575
|
-
type TransferPartyToOtherDistributionQueryParams = paths[typeof routeName$
|
|
123576
|
-
type TransferPartyToOtherDistributionResponse = paths[typeof routeName$
|
|
123428
|
+
declare const routeName$6Z = "/v1/api/parties/{party_id}/transfers";
|
|
123429
|
+
type TransferPartyToOtherDistributionBody = paths[typeof routeName$6Z]['post']['requestBody']['content']['application/json'];
|
|
123430
|
+
type TransferPartyToOtherDistributionPathParams = paths[typeof routeName$6Z]['post']['parameters']['path'];
|
|
123431
|
+
type TransferPartyToOtherDistributionQueryParams = paths[typeof routeName$6Z]['post']['parameters']['query'];
|
|
123432
|
+
type TransferPartyToOtherDistributionResponse = paths[typeof routeName$6Z]['post']['responses'][200]['content']['application/json'];
|
|
123577
123433
|
interface TransferPartyToOtherDistributionProps {
|
|
123578
123434
|
body: TransferPartyToOtherDistributionBody;
|
|
123579
123435
|
params: {
|
|
@@ -123583,10 +123439,10 @@ interface TransferPartyToOtherDistributionProps {
|
|
|
123583
123439
|
}
|
|
123584
123440
|
declare const transferPartyToOtherDistribution: (props: TransferPartyToOtherDistributionProps, wgApiClient: ClientType) => Promise<TransferPartyToOtherDistributionResponse>;
|
|
123585
123441
|
|
|
123586
|
-
declare const routeName$
|
|
123587
|
-
type CreatePartyRelationsBody = paths[typeof routeName$
|
|
123588
|
-
type CreatePartyRelationsQueryParams = paths[typeof routeName$
|
|
123589
|
-
type CreatePartyRelationsResponse = paths[typeof routeName$
|
|
123442
|
+
declare const routeName$6Y = "/v1/api/relations";
|
|
123443
|
+
type CreatePartyRelationsBody = paths[typeof routeName$6Y]['post']['requestBody']['content']['application/json'];
|
|
123444
|
+
type CreatePartyRelationsQueryParams = paths[typeof routeName$6Y]['post']['parameters']['query'];
|
|
123445
|
+
type CreatePartyRelationsResponse = paths[typeof routeName$6Y]['post']['responses'][201]['content']['application/json'];
|
|
123590
123446
|
interface CreatePartyRelationsProps {
|
|
123591
123447
|
body: CreatePartyRelationsBody;
|
|
123592
123448
|
params: {
|
|
@@ -123595,9 +123451,9 @@ interface CreatePartyRelationsProps {
|
|
|
123595
123451
|
}
|
|
123596
123452
|
declare const createPartyRelations: (props: CreatePartyRelationsProps, wgApiClient: ClientType) => Promise<CreatePartyRelationsResponse>;
|
|
123597
123453
|
|
|
123598
|
-
declare const routeName$
|
|
123599
|
-
type DeletePartyRelationsPathParams = paths[typeof routeName$
|
|
123600
|
-
type DeletePartyRelationsResponse = paths[typeof routeName$
|
|
123454
|
+
declare const routeName$6X = "/v1/api/relations/{relation_id}";
|
|
123455
|
+
type DeletePartyRelationsPathParams = paths[typeof routeName$6X]['delete']['parameters']['path'];
|
|
123456
|
+
type DeletePartyRelationsResponse = paths[typeof routeName$6X]['delete']['responses'][200]['content']['application/json'];
|
|
123601
123457
|
interface DeletePartyRelationsProps {
|
|
123602
123458
|
params: {
|
|
123603
123459
|
path: DeletePartyRelationsPathParams;
|
|
@@ -123605,10 +123461,10 @@ interface DeletePartyRelationsProps {
|
|
|
123605
123461
|
}
|
|
123606
123462
|
declare const deletePartyRelations: (props: DeletePartyRelationsProps, wgApiClient: ClientType) => Promise<DeletePartyRelationsResponse>;
|
|
123607
123463
|
|
|
123608
|
-
declare const routeName$
|
|
123609
|
-
type UpdatePartyRelationsBody = paths[typeof routeName$
|
|
123610
|
-
type UpdatePartyRelationsPathParams = paths[typeof routeName$
|
|
123611
|
-
type UpdatePartyRelationsResponse = paths[typeof routeName$
|
|
123464
|
+
declare const routeName$6W = "/v1/api/relations/{relation_id}";
|
|
123465
|
+
type UpdatePartyRelationsBody = paths[typeof routeName$6W]['patch']['requestBody']['content']['application/json'];
|
|
123466
|
+
type UpdatePartyRelationsPathParams = paths[typeof routeName$6W]['patch']['parameters']['path'];
|
|
123467
|
+
type UpdatePartyRelationsResponse = paths[typeof routeName$6W]['patch']['responses'][200]['content']['application/json'];
|
|
123612
123468
|
interface UpdatePartyRelationsProps {
|
|
123613
123469
|
body: UpdatePartyRelationsBody;
|
|
123614
123470
|
params: {
|
|
@@ -123617,53 +123473,53 @@ interface UpdatePartyRelationsProps {
|
|
|
123617
123473
|
}
|
|
123618
123474
|
declare const updatePartyRelations: (props: UpdatePartyRelationsProps, wgApiClient: ClientType) => Promise<UpdatePartyRelationsResponse>;
|
|
123619
123475
|
|
|
123620
|
-
declare const routeName$
|
|
123621
|
-
type GetAllPartiesByDistributionV2PathParams = paths[typeof routeName$
|
|
123622
|
-
type GetAllPartiesByDistributionV2QueryParams = paths[typeof routeName$
|
|
123623
|
-
type GetAllPartiesByDistributionV2Response = paths[typeof routeName$
|
|
123624
|
-
type GetAllPartiesByDistributionV2Props = paths[typeof routeName$
|
|
123476
|
+
declare const routeName$6V = "/v2/api/distributions/{distribution_id}/parties";
|
|
123477
|
+
type GetAllPartiesByDistributionV2PathParams = paths[typeof routeName$6V]['get']['parameters']['path'];
|
|
123478
|
+
type GetAllPartiesByDistributionV2QueryParams = paths[typeof routeName$6V]['get']['parameters']['query'];
|
|
123479
|
+
type GetAllPartiesByDistributionV2Response = paths[typeof routeName$6V]['get']['responses'][200]['content']['application/json'];
|
|
123480
|
+
type GetAllPartiesByDistributionV2Props = paths[typeof routeName$6V]['get']['parameters'];
|
|
123625
123481
|
declare const getAllPartiesByDistributionV2: (props: GetAllPartiesByDistributionV2Props, wgApiClient: ClientType) => Promise<GetAllPartiesByDistributionV2Response>;
|
|
123626
123482
|
|
|
123627
|
-
declare const routeName$
|
|
123628
|
-
type SearchCitiesByCountryQueryParams = paths[typeof routeName$
|
|
123629
|
-
type SearchCitiesByCountryResponse = paths[typeof routeName$
|
|
123630
|
-
type SearchCitiesByCountryProps = paths[typeof routeName$
|
|
123483
|
+
declare const routeName$6U = "/v1/api/address/cities";
|
|
123484
|
+
type SearchCitiesByCountryQueryParams = paths[typeof routeName$6U]['get']['parameters']['query'];
|
|
123485
|
+
type SearchCitiesByCountryResponse = paths[typeof routeName$6U]['get']['responses'][200]['content']['application/json'];
|
|
123486
|
+
type SearchCitiesByCountryProps = paths[typeof routeName$6U]['get']['parameters'];
|
|
123631
123487
|
declare const searchCitiesByCountry: (props: SearchCitiesByCountryProps, wgApiClient: ClientType) => Promise<SearchCitiesByCountryResponse>;
|
|
123632
123488
|
|
|
123633
|
-
declare const routeName$
|
|
123634
|
-
type GetAddressInfoFreemiumQueryParams = paths[typeof routeName$
|
|
123635
|
-
type GetAddressInfoFreemiumResponse = paths[typeof routeName$
|
|
123636
|
-
type GetAddressInfoFreemiumProps = paths[typeof routeName$
|
|
123489
|
+
declare const routeName$6T = "/v1/api/address/info/freemium";
|
|
123490
|
+
type GetAddressInfoFreemiumQueryParams = paths[typeof routeName$6T]['get']['parameters']['query'];
|
|
123491
|
+
type GetAddressInfoFreemiumResponse = paths[typeof routeName$6T]['get']['responses'][200]['content']['application/json'];
|
|
123492
|
+
type GetAddressInfoFreemiumProps = paths[typeof routeName$6T]['get']['parameters'];
|
|
123637
123493
|
declare const getAddressInfoFreemium: (props: GetAddressInfoFreemiumProps, wgApiClient: ClientType) => Promise<GetAddressInfoFreemiumResponse>;
|
|
123638
123494
|
|
|
123639
|
-
declare const routeName$
|
|
123640
|
-
type GetAddressInfoQueryParams = paths[typeof routeName$
|
|
123641
|
-
type GetAddressInfoResponse = paths[typeof routeName$
|
|
123642
|
-
type GetAddressInfoProps = paths[typeof routeName$
|
|
123495
|
+
declare const routeName$6S = "/v1/api/address/info/premium";
|
|
123496
|
+
type GetAddressInfoQueryParams = paths[typeof routeName$6S]['get']['parameters']['query'];
|
|
123497
|
+
type GetAddressInfoResponse = paths[typeof routeName$6S]['get']['responses'][200]['content']['application/json'];
|
|
123498
|
+
type GetAddressInfoProps = paths[typeof routeName$6S]['get']['parameters'];
|
|
123643
123499
|
declare const getAddressInfo: (props: GetAddressInfoProps, wgApiClient: ClientType) => Promise<GetAddressInfoResponse>;
|
|
123644
123500
|
|
|
123645
|
-
declare const routeName$
|
|
123646
|
-
type SearchAddressesByCountryQueryParams = paths[typeof routeName$
|
|
123647
|
-
type SearchAddressesByCountryResponse = paths[typeof routeName$
|
|
123648
|
-
type SearchAddressesByCountryProps = paths[typeof routeName$
|
|
123501
|
+
declare const routeName$6R = "/v1/api/address/search";
|
|
123502
|
+
type SearchAddressesByCountryQueryParams = paths[typeof routeName$6R]['get']['parameters']['query'];
|
|
123503
|
+
type SearchAddressesByCountryResponse = paths[typeof routeName$6R]['get']['responses'][200]['content']['application/json'];
|
|
123504
|
+
type SearchAddressesByCountryProps = paths[typeof routeName$6R]['get']['parameters'];
|
|
123649
123505
|
declare const searchAddressesByCountry: (props: SearchAddressesByCountryProps, wgApiClient: ClientType) => Promise<SearchAddressesByCountryResponse>;
|
|
123650
123506
|
|
|
123651
|
-
declare const routeName$
|
|
123652
|
-
type SeachStreetsByCityAndCountryQueryParams = paths[typeof routeName$
|
|
123653
|
-
type SeachStreetsByCityAndCountryResponse = paths[typeof routeName$
|
|
123654
|
-
type SeachStreetsByCityAndCountryProps = paths[typeof routeName$
|
|
123507
|
+
declare const routeName$6Q = "/v1/api/address/streets";
|
|
123508
|
+
type SeachStreetsByCityAndCountryQueryParams = paths[typeof routeName$6Q]['get']['parameters']['query'];
|
|
123509
|
+
type SeachStreetsByCityAndCountryResponse = paths[typeof routeName$6Q]['get']['responses'][200]['content']['application/json'];
|
|
123510
|
+
type SeachStreetsByCityAndCountryProps = paths[typeof routeName$6Q]['get']['parameters'];
|
|
123655
123511
|
declare const seachStreetsByCityAndCountry: (props: SeachStreetsByCityAndCountryProps, wgApiClient: ClientType) => Promise<SeachStreetsByCityAndCountryResponse>;
|
|
123656
123512
|
|
|
123657
|
-
declare const routeName$
|
|
123658
|
-
type GetWeatherInfoQueryParams = paths[typeof routeName$
|
|
123659
|
-
type GetWeatherInfoResponse = paths[typeof routeName$
|
|
123660
|
-
type GetWeatherInfoProps = paths[typeof routeName$
|
|
123513
|
+
declare const routeName$6P = "/v1/api/weather/info";
|
|
123514
|
+
type GetWeatherInfoQueryParams = paths[typeof routeName$6P]['get']['parameters']['query'];
|
|
123515
|
+
type GetWeatherInfoResponse = paths[typeof routeName$6P]['get']['responses'][200]['content']['application/json'];
|
|
123516
|
+
type GetWeatherInfoProps = paths[typeof routeName$6P]['get']['parameters'];
|
|
123661
123517
|
declare const getWeatherInfo: (props: GetWeatherInfoProps, wgApiClient: ClientType) => Promise<GetWeatherInfoResponse>;
|
|
123662
123518
|
|
|
123663
|
-
declare const routeName$
|
|
123664
|
-
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody = paths[typeof routeName$
|
|
123665
|
-
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams = paths[typeof routeName$
|
|
123666
|
-
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse = paths[typeof routeName$
|
|
123519
|
+
declare const routeName$6O = "/v1/api/advisory-report-front-page-pdf";
|
|
123520
|
+
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody = paths[typeof routeName$6O]['post']['requestBody']['content']['application/json'];
|
|
123521
|
+
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams = paths[typeof routeName$6O]['post']['parameters']['query'];
|
|
123522
|
+
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse = paths[typeof routeName$6O]['post']['responses'][201]['content']['application/json'];
|
|
123667
123523
|
interface GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps {
|
|
123668
123524
|
body: GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody;
|
|
123669
123525
|
params: {
|
|
@@ -123672,16 +123528,16 @@ interface GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps {
|
|
|
123672
123528
|
}
|
|
123673
123529
|
declare const generateStandaloneFrontPagePdfOfAdvisoryReportAsExample: (props: GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps, wgApiClient: ClientType) => Promise<GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse>;
|
|
123674
123530
|
|
|
123675
|
-
declare const routeName$
|
|
123676
|
-
type GetAllAdvisoryReportsQueryParams = paths[typeof routeName$
|
|
123677
|
-
type GetAllAdvisoryReportsResponse = paths[typeof routeName$
|
|
123678
|
-
type GetAllAdvisoryReportsProps = paths[typeof routeName$
|
|
123531
|
+
declare const routeName$6N = "/v1/api/advisory-reports";
|
|
123532
|
+
type GetAllAdvisoryReportsQueryParams = paths[typeof routeName$6N]['get']['parameters']['query'];
|
|
123533
|
+
type GetAllAdvisoryReportsResponse = paths[typeof routeName$6N]['get']['responses'][200]['content']['application/json'];
|
|
123534
|
+
type GetAllAdvisoryReportsProps = paths[typeof routeName$6N]['get']['parameters'];
|
|
123679
123535
|
declare const getAllAdvisoryReports: (props: GetAllAdvisoryReportsProps, wgApiClient: ClientType) => Promise<GetAllAdvisoryReportsResponse>;
|
|
123680
123536
|
|
|
123681
|
-
declare const routeName$
|
|
123682
|
-
type CreateAdvisoryReportBody = paths[typeof routeName$
|
|
123683
|
-
type CreateAdvisoryReportQueryParams = paths[typeof routeName$
|
|
123684
|
-
type CreateAdvisoryReportResponse = paths[typeof routeName$
|
|
123537
|
+
declare const routeName$6M = "/v1/api/advisory-reports";
|
|
123538
|
+
type CreateAdvisoryReportBody = paths[typeof routeName$6M]['post']['requestBody']['content']['application/json'];
|
|
123539
|
+
type CreateAdvisoryReportQueryParams = paths[typeof routeName$6M]['post']['parameters']['query'];
|
|
123540
|
+
type CreateAdvisoryReportResponse = paths[typeof routeName$6M]['post']['responses'][201]['content']['application/json'];
|
|
123685
123541
|
interface CreateAdvisoryReportProps {
|
|
123686
123542
|
body: CreateAdvisoryReportBody;
|
|
123687
123543
|
params: {
|
|
@@ -123690,24 +123546,24 @@ interface CreateAdvisoryReportProps {
|
|
|
123690
123546
|
}
|
|
123691
123547
|
declare const createAdvisoryReport: (props: CreateAdvisoryReportProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportResponse>;
|
|
123692
123548
|
|
|
123693
|
-
declare const routeName$
|
|
123694
|
-
type GetAdvisoryReportRevisionDiffPathParams = paths[typeof routeName$
|
|
123695
|
-
type GetAdvisoryReportRevisionDiffQueryParams = paths[typeof routeName$
|
|
123696
|
-
type GetAdvisoryReportRevisionDiffResponse = paths[typeof routeName$
|
|
123697
|
-
type GetAdvisoryReportRevisionDiffProps = paths[typeof routeName$
|
|
123549
|
+
declare const routeName$6L = "/v1/api/advisory-reports/{report_id_1}/diff/{report_id_2}";
|
|
123550
|
+
type GetAdvisoryReportRevisionDiffPathParams = paths[typeof routeName$6L]['get']['parameters']['path'];
|
|
123551
|
+
type GetAdvisoryReportRevisionDiffQueryParams = paths[typeof routeName$6L]['get']['parameters']['query'];
|
|
123552
|
+
type GetAdvisoryReportRevisionDiffResponse = paths[typeof routeName$6L]['get']['responses'][200]['content']['application/json'];
|
|
123553
|
+
type GetAdvisoryReportRevisionDiffProps = paths[typeof routeName$6L]['get']['parameters'];
|
|
123698
123554
|
declare const getAdvisoryReportRevisionDiff: (props: GetAdvisoryReportRevisionDiffProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportRevisionDiffResponse>;
|
|
123699
123555
|
|
|
123700
|
-
declare const routeName$
|
|
123701
|
-
type GetAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
123702
|
-
type GetAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
123703
|
-
type GetAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
123704
|
-
type GetAdvisoryReportByIdProps = paths[typeof routeName$
|
|
123556
|
+
declare const routeName$6K = "/v1/api/advisory-reports/{report_id}";
|
|
123557
|
+
type GetAdvisoryReportByIdPathParams = paths[typeof routeName$6K]['get']['parameters']['path'];
|
|
123558
|
+
type GetAdvisoryReportByIdQueryParams = paths[typeof routeName$6K]['get']['parameters']['query'];
|
|
123559
|
+
type GetAdvisoryReportByIdResponse = paths[typeof routeName$6K]['get']['responses'][200]['content']['application/json'];
|
|
123560
|
+
type GetAdvisoryReportByIdProps = paths[typeof routeName$6K]['get']['parameters'];
|
|
123705
123561
|
declare const getAdvisoryReportById: (props: GetAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportByIdResponse>;
|
|
123706
123562
|
|
|
123707
|
-
declare const routeName$
|
|
123708
|
-
type DeleteAdvisoryReportRevisionPathParams = paths[typeof routeName$
|
|
123709
|
-
type DeleteAdvisoryReportRevisionQueryParams = paths[typeof routeName$
|
|
123710
|
-
type DeleteAdvisoryReportRevisionResponse = paths[typeof routeName$
|
|
123563
|
+
declare const routeName$6J = "/v1/api/advisory-reports/{report_id}";
|
|
123564
|
+
type DeleteAdvisoryReportRevisionPathParams = paths[typeof routeName$6J]['delete']['parameters']['path'];
|
|
123565
|
+
type DeleteAdvisoryReportRevisionQueryParams = paths[typeof routeName$6J]['delete']['parameters']['query'];
|
|
123566
|
+
type DeleteAdvisoryReportRevisionResponse = paths[typeof routeName$6J]['delete']['responses'][200]['content']['application/json'];
|
|
123711
123567
|
interface DeleteAdvisoryReportRevisionProps {
|
|
123712
123568
|
params: {
|
|
123713
123569
|
query: DeleteAdvisoryReportRevisionQueryParams;
|
|
@@ -123716,11 +123572,11 @@ interface DeleteAdvisoryReportRevisionProps {
|
|
|
123716
123572
|
}
|
|
123717
123573
|
declare const deleteAdvisoryReportRevision: (props: DeleteAdvisoryReportRevisionProps, wgApiClient: ClientType) => Promise<DeleteAdvisoryReportRevisionResponse>;
|
|
123718
123574
|
|
|
123719
|
-
declare const routeName$
|
|
123720
|
-
type UpdateAdvisoryReportBody = paths[typeof routeName$
|
|
123721
|
-
type UpdateAdvisoryReportPathParams = paths[typeof routeName$
|
|
123722
|
-
type UpdateAdvisoryReportQueryParams = paths[typeof routeName$
|
|
123723
|
-
type UpdateAdvisoryReportResponse = paths[typeof routeName$
|
|
123575
|
+
declare const routeName$6I = "/v1/api/advisory-reports/{report_id}";
|
|
123576
|
+
type UpdateAdvisoryReportBody = paths[typeof routeName$6I]['patch']['requestBody']['content']['application/json'];
|
|
123577
|
+
type UpdateAdvisoryReportPathParams = paths[typeof routeName$6I]['patch']['parameters']['path'];
|
|
123578
|
+
type UpdateAdvisoryReportQueryParams = paths[typeof routeName$6I]['patch']['parameters']['query'];
|
|
123579
|
+
type UpdateAdvisoryReportResponse = paths[typeof routeName$6I]['patch']['responses'][200]['content']['application/json'];
|
|
123724
123580
|
interface UpdateAdvisoryReportProps {
|
|
123725
123581
|
body: UpdateAdvisoryReportBody;
|
|
123726
123582
|
params: {
|
|
@@ -123730,11 +123586,11 @@ interface UpdateAdvisoryReportProps {
|
|
|
123730
123586
|
}
|
|
123731
123587
|
declare const updateAdvisoryReport: (props: UpdateAdvisoryReportProps, wgApiClient: ClientType) => Promise<UpdateAdvisoryReportResponse>;
|
|
123732
123588
|
|
|
123733
|
-
declare const routeName$
|
|
123734
|
-
type AcceptOrRejectAnAdvisoryReportBody = paths[typeof routeName$
|
|
123735
|
-
type AcceptOrRejectAnAdvisoryReportPathParams = paths[typeof routeName$
|
|
123736
|
-
type AcceptOrRejectAnAdvisoryReportQueryParams = paths[typeof routeName$
|
|
123737
|
-
type AcceptOrRejectAnAdvisoryReportResponse = paths[typeof routeName$
|
|
123589
|
+
declare const routeName$6H = "/v1/api/advisory-reports/{report_id}/acceptances";
|
|
123590
|
+
type AcceptOrRejectAnAdvisoryReportBody = paths[typeof routeName$6H]['post']['requestBody']['content']['application/json'];
|
|
123591
|
+
type AcceptOrRejectAnAdvisoryReportPathParams = paths[typeof routeName$6H]['post']['parameters']['path'];
|
|
123592
|
+
type AcceptOrRejectAnAdvisoryReportQueryParams = paths[typeof routeName$6H]['post']['parameters']['query'];
|
|
123593
|
+
type AcceptOrRejectAnAdvisoryReportResponse = paths[typeof routeName$6H]['post']['responses'][200]['content']['application/json'];
|
|
123738
123594
|
interface AcceptOrRejectAnAdvisoryReportProps {
|
|
123739
123595
|
body: AcceptOrRejectAnAdvisoryReportBody;
|
|
123740
123596
|
params: {
|
|
@@ -123744,11 +123600,11 @@ interface AcceptOrRejectAnAdvisoryReportProps {
|
|
|
123744
123600
|
}
|
|
123745
123601
|
declare const acceptOrRejectAnAdvisoryReport: (props: AcceptOrRejectAnAdvisoryReportProps, wgApiClient: ClientType) => Promise<AcceptOrRejectAnAdvisoryReportResponse>;
|
|
123746
123602
|
|
|
123747
|
-
declare const routeName$
|
|
123748
|
-
type PutClausesForReportBody = paths[typeof routeName$
|
|
123749
|
-
type PutClausesForReportPathParams = paths[typeof routeName$
|
|
123750
|
-
type PutClausesForReportQueryParams = paths[typeof routeName$
|
|
123751
|
-
type PutClausesForReportResponse = paths[typeof routeName$
|
|
123603
|
+
declare const routeName$6G = "/v1/api/advisory-reports/{report_id}/clauses";
|
|
123604
|
+
type PutClausesForReportBody = paths[typeof routeName$6G]['put']['requestBody']['content']['application/json'];
|
|
123605
|
+
type PutClausesForReportPathParams = paths[typeof routeName$6G]['put']['parameters']['path'];
|
|
123606
|
+
type PutClausesForReportQueryParams = paths[typeof routeName$6G]['put']['parameters']['query'];
|
|
123607
|
+
type PutClausesForReportResponse = paths[typeof routeName$6G]['put']['responses'][200]['content']['application/json'];
|
|
123752
123608
|
interface PutClausesForReportProps {
|
|
123753
123609
|
body: PutClausesForReportBody;
|
|
123754
123610
|
params: {
|
|
@@ -123758,11 +123614,11 @@ interface PutClausesForReportProps {
|
|
|
123758
123614
|
}
|
|
123759
123615
|
declare const putClausesForReport: (props: PutClausesForReportProps, wgApiClient: ClientType) => Promise<PutClausesForReportResponse>;
|
|
123760
123616
|
|
|
123761
|
-
declare const routeName$
|
|
123762
|
-
type LinkConversationToAdvisoryReportBody = paths[typeof routeName$
|
|
123763
|
-
type LinkConversationToAdvisoryReportPathParams = paths[typeof routeName$
|
|
123764
|
-
type LinkConversationToAdvisoryReportQueryParams = paths[typeof routeName$
|
|
123765
|
-
type LinkConversationToAdvisoryReportResponse = paths[typeof routeName$
|
|
123617
|
+
declare const routeName$6F = "/v1/api/advisory-reports/{report_id}/conversations";
|
|
123618
|
+
type LinkConversationToAdvisoryReportBody = paths[typeof routeName$6F]['post']['requestBody']['content']['application/json'];
|
|
123619
|
+
type LinkConversationToAdvisoryReportPathParams = paths[typeof routeName$6F]['post']['parameters']['path'];
|
|
123620
|
+
type LinkConversationToAdvisoryReportQueryParams = paths[typeof routeName$6F]['post']['parameters']['query'];
|
|
123621
|
+
type LinkConversationToAdvisoryReportResponse = paths[typeof routeName$6F]['post']['responses'][201]['content']['application/json'];
|
|
123766
123622
|
interface LinkConversationToAdvisoryReportProps {
|
|
123767
123623
|
body: LinkConversationToAdvisoryReportBody;
|
|
123768
123624
|
params: {
|
|
@@ -123772,10 +123628,10 @@ interface LinkConversationToAdvisoryReportProps {
|
|
|
123772
123628
|
}
|
|
123773
123629
|
declare const linkConversationToAdvisoryReport: (props: LinkConversationToAdvisoryReportProps, wgApiClient: ClientType) => Promise<LinkConversationToAdvisoryReportResponse>;
|
|
123774
123630
|
|
|
123775
|
-
declare const routeName$
|
|
123776
|
-
type GenerateDocxDocumentOfAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
123777
|
-
type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
123778
|
-
type GenerateDocxDocumentOfAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
123631
|
+
declare const routeName$6E = "/v1/api/advisory-reports/{report_id}/docx";
|
|
123632
|
+
type GenerateDocxDocumentOfAdvisoryReportByIdPathParams = paths[typeof routeName$6E]['post']['parameters']['path'];
|
|
123633
|
+
type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams = paths[typeof routeName$6E]['post']['parameters']['query'];
|
|
123634
|
+
type GenerateDocxDocumentOfAdvisoryReportByIdResponse = paths[typeof routeName$6E]['post']['responses'][200]['content']['application/json'];
|
|
123779
123635
|
interface GenerateDocxDocumentOfAdvisoryReportByIdProps {
|
|
123780
123636
|
params: {
|
|
123781
123637
|
query: GenerateDocxDocumentOfAdvisoryReportByIdQueryParams;
|
|
@@ -123784,11 +123640,11 @@ interface GenerateDocxDocumentOfAdvisoryReportByIdProps {
|
|
|
123784
123640
|
}
|
|
123785
123641
|
declare const generateDocxDocumentOfAdvisoryReportById: (props: GenerateDocxDocumentOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GenerateDocxDocumentOfAdvisoryReportByIdResponse>;
|
|
123786
123642
|
|
|
123787
|
-
declare const routeName$
|
|
123788
|
-
type SendAdvisoryReportAsMailBody = paths[typeof routeName$
|
|
123789
|
-
type SendAdvisoryReportAsMailPathParams = paths[typeof routeName$
|
|
123790
|
-
type SendAdvisoryReportAsMailQueryParams = paths[typeof routeName$
|
|
123791
|
-
type SendAdvisoryReportAsMailResponse = paths[typeof routeName$
|
|
123643
|
+
declare const routeName$6D = "/v1/api/advisory-reports/{report_id}/email-inquiries";
|
|
123644
|
+
type SendAdvisoryReportAsMailBody = paths[typeof routeName$6D]['post']['requestBody']['content']['application/json'];
|
|
123645
|
+
type SendAdvisoryReportAsMailPathParams = paths[typeof routeName$6D]['post']['parameters']['path'];
|
|
123646
|
+
type SendAdvisoryReportAsMailQueryParams = paths[typeof routeName$6D]['post']['parameters']['query'];
|
|
123647
|
+
type SendAdvisoryReportAsMailResponse = paths[typeof routeName$6D]['post']['responses'][201]['content']['application/json'];
|
|
123792
123648
|
interface SendAdvisoryReportAsMailProps {
|
|
123793
123649
|
body: SendAdvisoryReportAsMailBody;
|
|
123794
123650
|
params: {
|
|
@@ -123798,24 +123654,24 @@ interface SendAdvisoryReportAsMailProps {
|
|
|
123798
123654
|
}
|
|
123799
123655
|
declare const sendAdvisoryReportAsMail: (props: SendAdvisoryReportAsMailProps, wgApiClient: ClientType) => Promise<SendAdvisoryReportAsMailResponse>;
|
|
123800
123656
|
|
|
123801
|
-
declare const routeName$
|
|
123802
|
-
type GetEventsByAdvisoryReportIdPathParams = paths[typeof routeName$
|
|
123803
|
-
type GetEventsByAdvisoryReportIdQueryParams = paths[typeof routeName$
|
|
123804
|
-
type GetEventsByAdvisoryReportIdResponse = paths[typeof routeName$
|
|
123805
|
-
type GetEventsByAdvisoryReportIdProps = paths[typeof routeName$
|
|
123657
|
+
declare const routeName$6C = "/v1/api/advisory-reports/{report_id}/events";
|
|
123658
|
+
type GetEventsByAdvisoryReportIdPathParams = paths[typeof routeName$6C]['get']['parameters']['path'];
|
|
123659
|
+
type GetEventsByAdvisoryReportIdQueryParams = paths[typeof routeName$6C]['get']['parameters']['query'];
|
|
123660
|
+
type GetEventsByAdvisoryReportIdResponse = paths[typeof routeName$6C]['get']['responses'][200]['content']['application/json'];
|
|
123661
|
+
type GetEventsByAdvisoryReportIdProps = paths[typeof routeName$6C]['get']['parameters'];
|
|
123806
123662
|
declare const getEventsByAdvisoryReportId: (props: GetEventsByAdvisoryReportIdProps, wgApiClient: ClientType) => Promise<GetEventsByAdvisoryReportIdResponse>;
|
|
123807
123663
|
|
|
123808
|
-
declare const routeName$
|
|
123809
|
-
type GetAdvisoryReportExportOptionsPathParams = paths[typeof routeName$
|
|
123810
|
-
type GetAdvisoryReportExportOptionsResponse = paths[typeof routeName$
|
|
123811
|
-
type GetAdvisoryReportExportOptionsProps = paths[typeof routeName$
|
|
123664
|
+
declare const routeName$6B = "/v1/api/advisory-reports/{report_id}/export-options";
|
|
123665
|
+
type GetAdvisoryReportExportOptionsPathParams = paths[typeof routeName$6B]['get']['parameters']['path'];
|
|
123666
|
+
type GetAdvisoryReportExportOptionsResponse = paths[typeof routeName$6B]['get']['responses'][200]['content']['application/json'];
|
|
123667
|
+
type GetAdvisoryReportExportOptionsProps = paths[typeof routeName$6B]['get']['parameters'];
|
|
123812
123668
|
declare const getAdvisoryReportExportOptions: (props: GetAdvisoryReportExportOptionsProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportExportOptionsResponse>;
|
|
123813
123669
|
|
|
123814
|
-
declare const routeName$
|
|
123815
|
-
type ExportAdvisoryReportByIdBody = paths[typeof routeName$
|
|
123816
|
-
type ExportAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
123817
|
-
type ExportAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
123818
|
-
type ExportAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
123670
|
+
declare const routeName$6A = "/v1/api/advisory-reports/{report_id}/exports";
|
|
123671
|
+
type ExportAdvisoryReportByIdBody = paths[typeof routeName$6A]['post']['requestBody']['content']['application/json'];
|
|
123672
|
+
type ExportAdvisoryReportByIdPathParams = paths[typeof routeName$6A]['post']['parameters']['path'];
|
|
123673
|
+
type ExportAdvisoryReportByIdQueryParams = paths[typeof routeName$6A]['post']['parameters']['query'];
|
|
123674
|
+
type ExportAdvisoryReportByIdResponse = paths[typeof routeName$6A]['post']['responses'][201]['content']['application/json'];
|
|
123819
123675
|
interface ExportAdvisoryReportByIdProps {
|
|
123820
123676
|
body: ExportAdvisoryReportByIdBody;
|
|
123821
123677
|
params: {
|
|
@@ -123825,11 +123681,11 @@ interface ExportAdvisoryReportByIdProps {
|
|
|
123825
123681
|
}
|
|
123826
123682
|
declare const exportAdvisoryReportById: (props: ExportAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<ExportAdvisoryReportByIdResponse>;
|
|
123827
123683
|
|
|
123828
|
-
declare const routeName$
|
|
123829
|
-
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
123830
|
-
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
123831
|
-
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
123832
|
-
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
123684
|
+
declare const routeName$6z = "/v1/api/advisory-reports/{report_id}/insurance-policies";
|
|
123685
|
+
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody = paths[typeof routeName$6z]['put']['requestBody']['content']['application/json'];
|
|
123686
|
+
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$6z]['put']['parameters']['path'];
|
|
123687
|
+
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$6z]['put']['parameters']['query'];
|
|
123688
|
+
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$6z]['put']['responses'][200]['content']['application/json'];
|
|
123833
123689
|
interface CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps {
|
|
123834
123690
|
body: CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody;
|
|
123835
123691
|
params: {
|
|
@@ -123839,11 +123695,11 @@ interface CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps {
|
|
|
123839
123695
|
}
|
|
123840
123696
|
declare const createOrReplaceInsurancePolicyForAdvisoryReportById: (props: CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse>;
|
|
123841
123697
|
|
|
123842
|
-
declare const routeName$
|
|
123843
|
-
type OrderInsurancePolciesOfAdvisoryReportBody = paths[typeof routeName$
|
|
123844
|
-
type OrderInsurancePolciesOfAdvisoryReportPathParams = paths[typeof routeName$
|
|
123845
|
-
type OrderInsurancePolciesOfAdvisoryReportQueryParams = paths[typeof routeName$
|
|
123846
|
-
type OrderInsurancePolciesOfAdvisoryReportResponse = paths[typeof routeName$
|
|
123698
|
+
declare const routeName$6y = "/v1/api/advisory-reports/{report_id}/insurance-policies/order";
|
|
123699
|
+
type OrderInsurancePolciesOfAdvisoryReportBody = paths[typeof routeName$6y]['put']['requestBody']['content']['application/json'];
|
|
123700
|
+
type OrderInsurancePolciesOfAdvisoryReportPathParams = paths[typeof routeName$6y]['put']['parameters']['path'];
|
|
123701
|
+
type OrderInsurancePolciesOfAdvisoryReportQueryParams = paths[typeof routeName$6y]['put']['parameters']['query'];
|
|
123702
|
+
type OrderInsurancePolciesOfAdvisoryReportResponse = paths[typeof routeName$6y]['put']['responses'][200]['content']['application/json'];
|
|
123847
123703
|
interface OrderInsurancePolciesOfAdvisoryReportProps {
|
|
123848
123704
|
body: OrderInsurancePolciesOfAdvisoryReportBody;
|
|
123849
123705
|
params: {
|
|
@@ -123853,10 +123709,10 @@ interface OrderInsurancePolciesOfAdvisoryReportProps {
|
|
|
123853
123709
|
}
|
|
123854
123710
|
declare const orderInsurancePolciesOfAdvisoryReport: (props: OrderInsurancePolciesOfAdvisoryReportProps, wgApiClient: ClientType) => Promise<OrderInsurancePolciesOfAdvisoryReportResponse>;
|
|
123855
123711
|
|
|
123856
|
-
declare const routeName$
|
|
123857
|
-
type DeleteInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
123858
|
-
type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
123859
|
-
type DeleteInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
123712
|
+
declare const routeName$6x = "/v1/api/advisory-reports/{report_id}/insurance-policies/{insurance_policy_id}";
|
|
123713
|
+
type DeleteInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$6x]['delete']['parameters']['path'];
|
|
123714
|
+
type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$6x]['delete']['parameters']['query'];
|
|
123715
|
+
type DeleteInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$6x]['delete']['responses'][200]['content']['application/json'];
|
|
123860
123716
|
interface DeleteInsurancePolicyForAdvisoryReportByIdProps {
|
|
123861
123717
|
params: {
|
|
123862
123718
|
query: DeleteInsurancePolicyForAdvisoryReportByIdQueryParams;
|
|
@@ -123865,17 +123721,17 @@ interface DeleteInsurancePolicyForAdvisoryReportByIdProps {
|
|
|
123865
123721
|
}
|
|
123866
123722
|
declare const deleteInsurancePolicyForAdvisoryReportById: (props: DeleteInsurancePolicyForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteInsurancePolicyForAdvisoryReportByIdResponse>;
|
|
123867
123723
|
|
|
123868
|
-
declare const routeName$
|
|
123869
|
-
type GetPdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
123870
|
-
type GetPdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
123871
|
-
type GetPdfOfAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
123872
|
-
type GetPdfOfAdvisoryReportByIdProps = paths[typeof routeName$
|
|
123724
|
+
declare const routeName$6w = "/v1/api/advisory-reports/{report_id}/pdf";
|
|
123725
|
+
type GetPdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$6w]['get']['parameters']['path'];
|
|
123726
|
+
type GetPdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$6w]['get']['parameters']['query'];
|
|
123727
|
+
type GetPdfOfAdvisoryReportByIdResponse = paths[typeof routeName$6w]['get']['responses'][307]['content']['application/json'];
|
|
123728
|
+
type GetPdfOfAdvisoryReportByIdProps = paths[typeof routeName$6w]['get']['parameters'];
|
|
123873
123729
|
declare const getPdfOfAdvisoryReportById: (props: GetPdfOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GetPdfOfAdvisoryReportByIdResponse>;
|
|
123874
123730
|
|
|
123875
|
-
declare const routeName$
|
|
123876
|
-
type GeneratePdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
123877
|
-
type GeneratePdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
123878
|
-
type GeneratePdfOfAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
123731
|
+
declare const routeName$6v = "/v1/api/advisory-reports/{report_id}/pdf";
|
|
123732
|
+
type GeneratePdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$6v]['post']['parameters']['path'];
|
|
123733
|
+
type GeneratePdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$6v]['post']['parameters']['query'];
|
|
123734
|
+
type GeneratePdfOfAdvisoryReportByIdResponse = paths[typeof routeName$6v]['post']['responses'][200]['content']['application/json'];
|
|
123879
123735
|
interface GeneratePdfOfAdvisoryReportByIdProps {
|
|
123880
123736
|
params: {
|
|
123881
123737
|
query: GeneratePdfOfAdvisoryReportByIdQueryParams;
|
|
@@ -123884,9 +123740,9 @@ interface GeneratePdfOfAdvisoryReportByIdProps {
|
|
|
123884
123740
|
}
|
|
123885
123741
|
declare const generatePdfOfAdvisoryReportById: (props: GeneratePdfOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GeneratePdfOfAdvisoryReportByIdResponse>;
|
|
123886
123742
|
|
|
123887
|
-
declare const routeName$
|
|
123888
|
-
type GeneratePersonalizationAdviceForAdvisoryReportPathParams = paths[typeof routeName$
|
|
123889
|
-
type GeneratePersonalizationAdviceForAdvisoryReportResponse = paths[typeof routeName$
|
|
123743
|
+
declare const routeName$6u = "/v1/api/advisory-reports/{report_id}/personalise-advices";
|
|
123744
|
+
type GeneratePersonalizationAdviceForAdvisoryReportPathParams = paths[typeof routeName$6u]['post']['parameters']['path'];
|
|
123745
|
+
type GeneratePersonalizationAdviceForAdvisoryReportResponse = paths[typeof routeName$6u]['post']['responses'][200]['content']['application/json'];
|
|
123890
123746
|
interface GeneratePersonalizationAdviceForAdvisoryReportProps {
|
|
123891
123747
|
params: {
|
|
123892
123748
|
path: GeneratePersonalizationAdviceForAdvisoryReportPathParams;
|
|
@@ -123894,11 +123750,11 @@ interface GeneratePersonalizationAdviceForAdvisoryReportProps {
|
|
|
123894
123750
|
}
|
|
123895
123751
|
declare const generatePersonalizationAdviceForAdvisoryReport: (props: GeneratePersonalizationAdviceForAdvisoryReportProps, wgApiClient: ClientType) => Promise<GeneratePersonalizationAdviceForAdvisoryReportResponse>;
|
|
123896
123752
|
|
|
123897
|
-
declare const routeName$
|
|
123898
|
-
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
123899
|
-
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
123900
|
-
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
123901
|
-
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
123753
|
+
declare const routeName$6t = "/v1/api/advisory-reports/{report_id}/policy-packages";
|
|
123754
|
+
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody = paths[typeof routeName$6t]['put']['requestBody']['content']['application/json'];
|
|
123755
|
+
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams = paths[typeof routeName$6t]['put']['parameters']['path'];
|
|
123756
|
+
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams = paths[typeof routeName$6t]['put']['parameters']['query'];
|
|
123757
|
+
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse = paths[typeof routeName$6t]['put']['responses'][200]['content']['application/json'];
|
|
123902
123758
|
interface CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps {
|
|
123903
123759
|
body: CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody;
|
|
123904
123760
|
params: {
|
|
@@ -123908,11 +123764,11 @@ interface CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps {
|
|
|
123908
123764
|
}
|
|
123909
123765
|
declare const createOrReplacePolicyPackagesForAdvisoryReportById: (props: CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse>;
|
|
123910
123766
|
|
|
123911
|
-
declare const routeName$
|
|
123912
|
-
type CreateAdvisoryReportRevisionBody = paths[typeof routeName$
|
|
123913
|
-
type CreateAdvisoryReportRevisionPathParams = paths[typeof routeName$
|
|
123914
|
-
type CreateAdvisoryReportRevisionQueryParams = paths[typeof routeName$
|
|
123915
|
-
type CreateAdvisoryReportRevisionResponse = paths[typeof routeName$
|
|
123767
|
+
declare const routeName$6s = "/v1/api/advisory-reports/{report_id}/revisions";
|
|
123768
|
+
type CreateAdvisoryReportRevisionBody = paths[typeof routeName$6s]['post']['requestBody']['content']['application/json'];
|
|
123769
|
+
type CreateAdvisoryReportRevisionPathParams = paths[typeof routeName$6s]['post']['parameters']['path'];
|
|
123770
|
+
type CreateAdvisoryReportRevisionQueryParams = paths[typeof routeName$6s]['post']['parameters']['query'];
|
|
123771
|
+
type CreateAdvisoryReportRevisionResponse = paths[typeof routeName$6s]['post']['responses'][201]['content']['application/json'];
|
|
123916
123772
|
interface CreateAdvisoryReportRevisionProps {
|
|
123917
123773
|
body: CreateAdvisoryReportRevisionBody;
|
|
123918
123774
|
params: {
|
|
@@ -123922,11 +123778,11 @@ interface CreateAdvisoryReportRevisionProps {
|
|
|
123922
123778
|
}
|
|
123923
123779
|
declare const createAdvisoryReportRevision: (props: CreateAdvisoryReportRevisionProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportRevisionResponse>;
|
|
123924
123780
|
|
|
123925
|
-
declare const routeName$
|
|
123926
|
-
type CreateRiskDomainForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
123927
|
-
type CreateRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
123928
|
-
type CreateRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
123929
|
-
type CreateRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
123781
|
+
declare const routeName$6r = "/v1/api/advisory-reports/{report_id}/risk-domains";
|
|
123782
|
+
type CreateRiskDomainForAdvisoryReportByIdBody = paths[typeof routeName$6r]['post']['requestBody']['content']['application/json'];
|
|
123783
|
+
type CreateRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$6r]['post']['parameters']['path'];
|
|
123784
|
+
type CreateRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$6r]['post']['parameters']['query'];
|
|
123785
|
+
type CreateRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$6r]['post']['responses'][201]['content']['application/json'];
|
|
123930
123786
|
interface CreateRiskDomainForAdvisoryReportByIdProps {
|
|
123931
123787
|
body: CreateRiskDomainForAdvisoryReportByIdBody;
|
|
123932
123788
|
params: {
|
|
@@ -123936,10 +123792,10 @@ interface CreateRiskDomainForAdvisoryReportByIdProps {
|
|
|
123936
123792
|
}
|
|
123937
123793
|
declare const createRiskDomainForAdvisoryReportById: (props: CreateRiskDomainForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainForAdvisoryReportByIdResponse>;
|
|
123938
123794
|
|
|
123939
|
-
declare const routeName$
|
|
123940
|
-
type DeleteRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
123941
|
-
type DeleteRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
123942
|
-
type DeleteRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
123795
|
+
declare const routeName$6q = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}";
|
|
123796
|
+
type DeleteRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$6q]['delete']['parameters']['path'];
|
|
123797
|
+
type DeleteRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$6q]['delete']['parameters']['query'];
|
|
123798
|
+
type DeleteRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$6q]['delete']['responses'][200]['content']['application/json'];
|
|
123943
123799
|
interface DeleteRiskDomainForAdvisoryReportByIdProps {
|
|
123944
123800
|
params: {
|
|
123945
123801
|
query: DeleteRiskDomainForAdvisoryReportByIdQueryParams;
|
|
@@ -123948,11 +123804,11 @@ interface DeleteRiskDomainForAdvisoryReportByIdProps {
|
|
|
123948
123804
|
}
|
|
123949
123805
|
declare const deleteRiskDomainForAdvisoryReportById: (props: DeleteRiskDomainForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainForAdvisoryReportByIdResponse>;
|
|
123950
123806
|
|
|
123951
|
-
declare const routeName$
|
|
123952
|
-
type CreateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
123953
|
-
type CreateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
123954
|
-
type CreateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
123955
|
-
type CreateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
123807
|
+
declare const routeName$6p = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions";
|
|
123808
|
+
type CreateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$6p]['post']['requestBody']['content']['application/json'];
|
|
123809
|
+
type CreateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$6p]['post']['parameters']['path'];
|
|
123810
|
+
type CreateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$6p]['post']['parameters']['query'];
|
|
123811
|
+
type CreateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$6p]['post']['responses'][201]['content']['application/json'];
|
|
123956
123812
|
interface CreateRiskDomainActionForAdvisoryReportByIdProps {
|
|
123957
123813
|
body: CreateRiskDomainActionForAdvisoryReportByIdBody;
|
|
123958
123814
|
params: {
|
|
@@ -123962,10 +123818,10 @@ interface CreateRiskDomainActionForAdvisoryReportByIdProps {
|
|
|
123962
123818
|
}
|
|
123963
123819
|
declare const createRiskDomainActionForAdvisoryReportById: (props: CreateRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainActionForAdvisoryReportByIdResponse>;
|
|
123964
123820
|
|
|
123965
|
-
declare const routeName$
|
|
123966
|
-
type DeleteRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
123967
|
-
type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
123968
|
-
type DeleteRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
123821
|
+
declare const routeName$6o = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
|
|
123822
|
+
type DeleteRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$6o]['delete']['parameters']['path'];
|
|
123823
|
+
type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$6o]['delete']['parameters']['query'];
|
|
123824
|
+
type DeleteRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$6o]['delete']['responses'][200]['content']['application/json'];
|
|
123969
123825
|
interface DeleteRiskDomainActionForAdvisoryReportByIdProps {
|
|
123970
123826
|
params: {
|
|
123971
123827
|
query: DeleteRiskDomainActionForAdvisoryReportByIdQueryParams;
|
|
@@ -123974,11 +123830,11 @@ interface DeleteRiskDomainActionForAdvisoryReportByIdProps {
|
|
|
123974
123830
|
}
|
|
123975
123831
|
declare const deleteRiskDomainActionForAdvisoryReportById: (props: DeleteRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainActionForAdvisoryReportByIdResponse>;
|
|
123976
123832
|
|
|
123977
|
-
declare const routeName$
|
|
123978
|
-
type UpdateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
123979
|
-
type UpdateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
123980
|
-
type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
123981
|
-
type UpdateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
123833
|
+
declare const routeName$6n = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
|
|
123834
|
+
type UpdateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$6n]['patch']['requestBody']['content']['application/json'];
|
|
123835
|
+
type UpdateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$6n]['patch']['parameters']['path'];
|
|
123836
|
+
type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$6n]['patch']['parameters']['query'];
|
|
123837
|
+
type UpdateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$6n]['patch']['responses'][200]['content']['application/json'];
|
|
123982
123838
|
interface UpdateRiskDomainActionForAdvisoryReportByIdProps {
|
|
123983
123839
|
body: UpdateRiskDomainActionForAdvisoryReportByIdBody;
|
|
123984
123840
|
params: {
|
|
@@ -123988,11 +123844,11 @@ interface UpdateRiskDomainActionForAdvisoryReportByIdProps {
|
|
|
123988
123844
|
}
|
|
123989
123845
|
declare const updateRiskDomainActionForAdvisoryReportById: (props: UpdateRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainActionForAdvisoryReportByIdResponse>;
|
|
123990
123846
|
|
|
123991
|
-
declare const routeName$
|
|
123992
|
-
type CreateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
123993
|
-
type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
123994
|
-
type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
123995
|
-
type CreateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
123847
|
+
declare const routeName$6m = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice";
|
|
123848
|
+
type CreateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$6m]['post']['requestBody']['content']['application/json'];
|
|
123849
|
+
type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6m]['post']['parameters']['path'];
|
|
123850
|
+
type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6m]['post']['parameters']['query'];
|
|
123851
|
+
type CreateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6m]['post']['responses'][201]['content']['application/json'];
|
|
123996
123852
|
interface CreateRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
123997
123853
|
body: CreateRiskDomainAdviceForAdvisoryReportByIdBody;
|
|
123998
123854
|
params: {
|
|
@@ -124002,10 +123858,10 @@ interface CreateRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
|
124002
123858
|
}
|
|
124003
123859
|
declare const createRiskDomainAdviceForAdvisoryReportById: (props: CreateRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainAdviceForAdvisoryReportByIdResponse>;
|
|
124004
123860
|
|
|
124005
|
-
declare const routeName$
|
|
124006
|
-
type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
124007
|
-
type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
124008
|
-
type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
123861
|
+
declare const routeName$6l = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
|
|
123862
|
+
type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6l]['delete']['parameters']['path'];
|
|
123863
|
+
type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6l]['delete']['parameters']['query'];
|
|
123864
|
+
type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6l]['delete']['responses'][200]['content']['application/json'];
|
|
124009
123865
|
interface DeleteRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
124010
123866
|
params: {
|
|
124011
123867
|
query: DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams;
|
|
@@ -124014,11 +123870,11 @@ interface DeleteRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
|
124014
123870
|
}
|
|
124015
123871
|
declare const deleteRiskDomainAdviceForAdvisoryReportById: (props: DeleteRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainAdviceForAdvisoryReportByIdResponse>;
|
|
124016
123872
|
|
|
124017
|
-
declare const routeName$
|
|
124018
|
-
type UpdateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
124019
|
-
type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
124020
|
-
type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
124021
|
-
type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
123873
|
+
declare const routeName$6k = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
|
|
123874
|
+
type UpdateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$6k]['patch']['requestBody']['content']['application/json'];
|
|
123875
|
+
type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6k]['patch']['parameters']['path'];
|
|
123876
|
+
type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6k]['patch']['parameters']['query'];
|
|
123877
|
+
type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6k]['patch']['responses'][201]['content']['application/json'];
|
|
124022
123878
|
interface UpdateRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
124023
123879
|
body: UpdateRiskDomainAdviceForAdvisoryReportByIdBody;
|
|
124024
123880
|
params: {
|
|
@@ -124028,11 +123884,11 @@ interface UpdateRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
|
124028
123884
|
}
|
|
124029
123885
|
declare const updateRiskDomainAdviceForAdvisoryReportById: (props: UpdateRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainAdviceForAdvisoryReportByIdResponse>;
|
|
124030
123886
|
|
|
124031
|
-
declare const routeName$
|
|
124032
|
-
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
124033
|
-
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
124034
|
-
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
124035
|
-
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
123887
|
+
declare const routeName$6j = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}/actions";
|
|
123888
|
+
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody = paths[typeof routeName$6j]['put']['requestBody']['content']['application/json'];
|
|
123889
|
+
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6j]['put']['parameters']['path'];
|
|
123890
|
+
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6j]['put']['parameters']['query'];
|
|
123891
|
+
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6j]['put']['responses'][201]['content']['application/json'];
|
|
124036
123892
|
interface CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps {
|
|
124037
123893
|
body: CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody;
|
|
124038
123894
|
params: {
|
|
@@ -124042,18 +123898,18 @@ interface CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps {
|
|
|
124042
123898
|
}
|
|
124043
123899
|
declare const createRiskDomainActionFromAdviceForAdvisoryReportById: (props: CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse>;
|
|
124044
123900
|
|
|
124045
|
-
declare const routeName$
|
|
124046
|
-
type GetStepSettingsByAdvisoryReportIdPathParams = paths[typeof routeName$
|
|
124047
|
-
type GetStepSettingsByAdvisoryReportIdQueryParams = paths[typeof routeName$
|
|
124048
|
-
type GetStepSettingsByAdvisoryReportIdResponse = paths[typeof routeName$
|
|
124049
|
-
type GetStepSettingsByAdvisoryReportIdProps = paths[typeof routeName$
|
|
123901
|
+
declare const routeName$6i = "/v1/api/advisory-reports/{report_id}/settings/steps";
|
|
123902
|
+
type GetStepSettingsByAdvisoryReportIdPathParams = paths[typeof routeName$6i]['get']['parameters']['path'];
|
|
123903
|
+
type GetStepSettingsByAdvisoryReportIdQueryParams = paths[typeof routeName$6i]['get']['parameters']['query'];
|
|
123904
|
+
type GetStepSettingsByAdvisoryReportIdResponse = paths[typeof routeName$6i]['get']['responses'][200]['content']['application/json'];
|
|
123905
|
+
type GetStepSettingsByAdvisoryReportIdProps = paths[typeof routeName$6i]['get']['parameters'];
|
|
124050
123906
|
declare const getStepSettingsByAdvisoryReportId: (props: GetStepSettingsByAdvisoryReportIdProps, wgApiClient: ClientType) => Promise<GetStepSettingsByAdvisoryReportIdResponse>;
|
|
124051
123907
|
|
|
124052
|
-
declare const routeName$
|
|
124053
|
-
type CreateAdvisoryReportStepSettingsBody = paths[typeof routeName$
|
|
124054
|
-
type CreateAdvisoryReportStepSettingsPathParams = paths[typeof routeName$
|
|
124055
|
-
type CreateAdvisoryReportStepSettingsQueryParams = paths[typeof routeName$
|
|
124056
|
-
type CreateAdvisoryReportStepSettingsResponse = paths[typeof routeName$
|
|
123908
|
+
declare const routeName$6h = "/v1/api/advisory-reports/{report_id}/settings/steps";
|
|
123909
|
+
type CreateAdvisoryReportStepSettingsBody = paths[typeof routeName$6h]['put']['requestBody']['content']['application/json'];
|
|
123910
|
+
type CreateAdvisoryReportStepSettingsPathParams = paths[typeof routeName$6h]['put']['parameters']['path'];
|
|
123911
|
+
type CreateAdvisoryReportStepSettingsQueryParams = paths[typeof routeName$6h]['put']['parameters']['query'];
|
|
123912
|
+
type CreateAdvisoryReportStepSettingsResponse = paths[typeof routeName$6h]['put']['responses'][200]['content']['application/json'];
|
|
124057
123913
|
interface CreateAdvisoryReportStepSettingsProps {
|
|
124058
123914
|
body: CreateAdvisoryReportStepSettingsBody;
|
|
124059
123915
|
params: {
|
|
@@ -124063,10 +123919,10 @@ interface CreateAdvisoryReportStepSettingsProps {
|
|
|
124063
123919
|
}
|
|
124064
123920
|
declare const createAdvisoryReportStepSettings: (props: CreateAdvisoryReportStepSettingsProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportStepSettingsResponse>;
|
|
124065
123921
|
|
|
124066
|
-
declare const routeName$
|
|
124067
|
-
type DeleteAdvisoryReportPathParams = paths[typeof routeName$
|
|
124068
|
-
type DeleteAdvisoryReportQueryParams = paths[typeof routeName$
|
|
124069
|
-
type DeleteAdvisoryReportResponse = paths[typeof routeName$
|
|
123922
|
+
declare const routeName$6g = "/v2/api/advisory-reports/{report_id}";
|
|
123923
|
+
type DeleteAdvisoryReportPathParams = paths[typeof routeName$6g]['delete']['parameters']['path'];
|
|
123924
|
+
type DeleteAdvisoryReportQueryParams = paths[typeof routeName$6g]['delete']['parameters']['query'];
|
|
123925
|
+
type DeleteAdvisoryReportResponse = paths[typeof routeName$6g]['delete']['responses'][200]['content']['application/json'];
|
|
124070
123926
|
interface DeleteAdvisoryReportProps {
|
|
124071
123927
|
params: {
|
|
124072
123928
|
query: DeleteAdvisoryReportQueryParams;
|
|
@@ -124075,11 +123931,11 @@ interface DeleteAdvisoryReportProps {
|
|
|
124075
123931
|
}
|
|
124076
123932
|
declare const deleteAdvisoryReport: (props: DeleteAdvisoryReportProps, wgApiClient: ClientType) => Promise<DeleteAdvisoryReportResponse>;
|
|
124077
123933
|
|
|
124078
|
-
declare const routeName$
|
|
124079
|
-
type CreateAdvisoryReportRevisionV2Body = paths[typeof routeName$
|
|
124080
|
-
type CreateAdvisoryReportRevisionV2PathParams = paths[typeof routeName$
|
|
124081
|
-
type CreateAdvisoryReportRevisionV2QueryParams = paths[typeof routeName$
|
|
124082
|
-
type CreateAdvisoryReportRevisionV2Response = paths[typeof routeName$
|
|
123934
|
+
declare const routeName$6f = "/v2/api/advisory-reports/{report_id}/revisions";
|
|
123935
|
+
type CreateAdvisoryReportRevisionV2Body = paths[typeof routeName$6f]['post']['requestBody']['content']['application/json'];
|
|
123936
|
+
type CreateAdvisoryReportRevisionV2PathParams = paths[typeof routeName$6f]['post']['parameters']['path'];
|
|
123937
|
+
type CreateAdvisoryReportRevisionV2QueryParams = paths[typeof routeName$6f]['post']['parameters']['query'];
|
|
123938
|
+
type CreateAdvisoryReportRevisionV2Response = paths[typeof routeName$6f]['post']['responses'][201]['content']['application/json'];
|
|
124083
123939
|
interface CreateAdvisoryReportRevisionV2Props {
|
|
124084
123940
|
body: CreateAdvisoryReportRevisionV2Body;
|
|
124085
123941
|
params: {
|
|
@@ -124089,36 +123945,36 @@ interface CreateAdvisoryReportRevisionV2Props {
|
|
|
124089
123945
|
}
|
|
124090
123946
|
declare const createAdvisoryReportRevisionV2: (props: CreateAdvisoryReportRevisionV2Props, wgApiClient: ClientType) => Promise<CreateAdvisoryReportRevisionV2Response>;
|
|
124091
123947
|
|
|
124092
|
-
declare const routeName$
|
|
124093
|
-
type GetAllAvailableAffiliationsResponse = paths[typeof routeName$
|
|
123948
|
+
declare const routeName$6e = "/v1/api/affiliations";
|
|
123949
|
+
type GetAllAvailableAffiliationsResponse = paths[typeof routeName$6e]['get']['responses'][200]['content']['application/json'];
|
|
124094
123950
|
declare const getAllAvailableAffiliations: (wgApiClient: ClientType) => Promise<GetAllAvailableAffiliationsResponse>;
|
|
124095
123951
|
|
|
124096
|
-
declare const routeName$
|
|
124097
|
-
type GetBrokerByAnvaProducerIdPathParams = paths[typeof routeName$
|
|
124098
|
-
type GetBrokerByAnvaProducerIdResponse = paths[typeof routeName$
|
|
124099
|
-
type GetBrokerByAnvaProducerIdProps = paths[typeof routeName$
|
|
123952
|
+
declare const routeName$6d = "/v1/api/anva-producers/{anva_producer_id}";
|
|
123953
|
+
type GetBrokerByAnvaProducerIdPathParams = paths[typeof routeName$6d]['get']['parameters']['path'];
|
|
123954
|
+
type GetBrokerByAnvaProducerIdResponse = paths[typeof routeName$6d]['get']['responses'][200]['content']['application/json'];
|
|
123955
|
+
type GetBrokerByAnvaProducerIdProps = paths[typeof routeName$6d]['get']['parameters'];
|
|
124100
123956
|
declare const getBrokerByAnvaProducerId: (props: GetBrokerByAnvaProducerIdProps, wgApiClient: ClientType) => Promise<GetBrokerByAnvaProducerIdResponse>;
|
|
124101
123957
|
|
|
124102
|
-
declare const routeName$
|
|
124103
|
-
type GetBrokerByAnvaRelationMangerIdPathParams = paths[typeof routeName$
|
|
124104
|
-
type GetBrokerByAnvaRelationMangerIdResponse = paths[typeof routeName$
|
|
124105
|
-
type GetBrokerByAnvaRelationMangerIdProps = paths[typeof routeName$
|
|
123958
|
+
declare const routeName$6c = "/v1/api/anva-relation-managers/{anva_relation_manager_id}";
|
|
123959
|
+
type GetBrokerByAnvaRelationMangerIdPathParams = paths[typeof routeName$6c]['get']['parameters']['path'];
|
|
123960
|
+
type GetBrokerByAnvaRelationMangerIdResponse = paths[typeof routeName$6c]['get']['responses'][200]['content']['application/json'];
|
|
123961
|
+
type GetBrokerByAnvaRelationMangerIdProps = paths[typeof routeName$6c]['get']['parameters'];
|
|
124106
123962
|
declare const getBrokerByAnvaRelationMangerId: (props: GetBrokerByAnvaRelationMangerIdProps, wgApiClient: ClientType) => Promise<GetBrokerByAnvaRelationMangerIdResponse>;
|
|
124107
123963
|
|
|
124108
|
-
declare const routeName$
|
|
124109
|
-
type GetCurrentBrokerOfTheUserResponse = paths[typeof routeName$
|
|
123964
|
+
declare const routeName$6b = "/v1/api/brokers/me";
|
|
123965
|
+
type GetCurrentBrokerOfTheUserResponse = paths[typeof routeName$6b]['get']['responses'][200]['content']['application/json'];
|
|
124110
123966
|
declare const getCurrentBrokerOfTheUser: (wgApiClient: ClientType) => Promise<GetCurrentBrokerOfTheUserResponse>;
|
|
124111
123967
|
|
|
124112
|
-
declare const routeName$
|
|
124113
|
-
type GetTheBrokerByIdPathParams = paths[typeof routeName$
|
|
124114
|
-
type GetTheBrokerByIdResponse = paths[typeof routeName$
|
|
124115
|
-
type GetTheBrokerByIdProps = paths[typeof routeName$
|
|
123968
|
+
declare const routeName$6a = "/v1/api/brokers/{broker_id}";
|
|
123969
|
+
type GetTheBrokerByIdPathParams = paths[typeof routeName$6a]['get']['parameters']['path'];
|
|
123970
|
+
type GetTheBrokerByIdResponse = paths[typeof routeName$6a]['get']['responses'][200]['content']['application/json'];
|
|
123971
|
+
type GetTheBrokerByIdProps = paths[typeof routeName$6a]['get']['parameters'];
|
|
124116
123972
|
declare const getTheBrokerById: (props: GetTheBrokerByIdProps, wgApiClient: ClientType) => Promise<GetTheBrokerByIdResponse>;
|
|
124117
123973
|
|
|
124118
|
-
declare const routeName$
|
|
124119
|
-
type UpdateBrokerByBrokerBody = paths[typeof routeName$
|
|
124120
|
-
type UpdateBrokerByBrokerPathParams = paths[typeof routeName$
|
|
124121
|
-
type UpdateBrokerByBrokerResponse = paths[typeof routeName$
|
|
123974
|
+
declare const routeName$69 = "/v1/api/brokers/{broker_id}";
|
|
123975
|
+
type UpdateBrokerByBrokerBody = paths[typeof routeName$69]['patch']['requestBody']['content']['application/json'];
|
|
123976
|
+
type UpdateBrokerByBrokerPathParams = paths[typeof routeName$69]['patch']['parameters']['path'];
|
|
123977
|
+
type UpdateBrokerByBrokerResponse = paths[typeof routeName$69]['patch']['responses'][200]['content']['application/json'];
|
|
124122
123978
|
interface UpdateBrokerByBrokerProps {
|
|
124123
123979
|
body: UpdateBrokerByBrokerBody;
|
|
124124
123980
|
params: {
|
|
@@ -124127,23 +123983,23 @@ interface UpdateBrokerByBrokerProps {
|
|
|
124127
123983
|
}
|
|
124128
123984
|
declare const updateBrokerByBroker: (props: UpdateBrokerByBrokerProps, wgApiClient: ClientType) => Promise<UpdateBrokerByBrokerResponse>;
|
|
124129
123985
|
|
|
124130
|
-
declare const routeName$
|
|
124131
|
-
type GetOnboardingChecklistByBrokerPathParams = paths[typeof routeName$
|
|
124132
|
-
type GetOnboardingChecklistByBrokerQueryParams = paths[typeof routeName$
|
|
124133
|
-
type GetOnboardingChecklistByBrokerResponse = paths[typeof routeName$
|
|
124134
|
-
type GetOnboardingChecklistByBrokerProps = paths[typeof routeName$
|
|
123986
|
+
declare const routeName$68 = "/v1/api/brokers/{broker_id}/checklists/onboarding";
|
|
123987
|
+
type GetOnboardingChecklistByBrokerPathParams = paths[typeof routeName$68]['get']['parameters']['path'];
|
|
123988
|
+
type GetOnboardingChecklistByBrokerQueryParams = paths[typeof routeName$68]['get']['parameters']['query'];
|
|
123989
|
+
type GetOnboardingChecklistByBrokerResponse = paths[typeof routeName$68]['get']['responses'][200]['content']['application/json'];
|
|
123990
|
+
type GetOnboardingChecklistByBrokerProps = paths[typeof routeName$68]['get']['parameters'];
|
|
124135
123991
|
declare const getOnboardingChecklistByBroker: (props: GetOnboardingChecklistByBrokerProps, wgApiClient: ClientType) => Promise<GetOnboardingChecklistByBrokerResponse>;
|
|
124136
123992
|
|
|
124137
|
-
declare const routeName$
|
|
124138
|
-
type GetBrokerIntegrationsPathParams = paths[typeof routeName$
|
|
124139
|
-
type GetBrokerIntegrationsResponse = paths[typeof routeName$
|
|
124140
|
-
type GetBrokerIntegrationsProps = paths[typeof routeName$
|
|
123993
|
+
declare const routeName$67 = "/v1/api/brokers/{broker_id}/integrations";
|
|
123994
|
+
type GetBrokerIntegrationsPathParams = paths[typeof routeName$67]['get']['parameters']['path'];
|
|
123995
|
+
type GetBrokerIntegrationsResponse = paths[typeof routeName$67]['get']['responses'][200]['content']['application/json'];
|
|
123996
|
+
type GetBrokerIntegrationsProps = paths[typeof routeName$67]['get']['parameters'];
|
|
124141
123997
|
declare const getBrokerIntegrations: (props: GetBrokerIntegrationsProps, wgApiClient: ClientType) => Promise<GetBrokerIntegrationsResponse>;
|
|
124142
123998
|
|
|
124143
|
-
declare const routeName$
|
|
124144
|
-
type UpdateBrokerIntegrationsBody = paths[typeof routeName$
|
|
124145
|
-
type UpdateBrokerIntegrationsPathParams = paths[typeof routeName$
|
|
124146
|
-
type UpdateBrokerIntegrationsResponse = paths[typeof routeName$
|
|
123999
|
+
declare const routeName$66 = "/v1/api/brokers/{broker_id}/integrations";
|
|
124000
|
+
type UpdateBrokerIntegrationsBody = paths[typeof routeName$66]['patch']['requestBody']['content']['application/json'];
|
|
124001
|
+
type UpdateBrokerIntegrationsPathParams = paths[typeof routeName$66]['patch']['parameters']['path'];
|
|
124002
|
+
type UpdateBrokerIntegrationsResponse = paths[typeof routeName$66]['patch']['responses'][200]['content']['application/json'];
|
|
124147
124003
|
interface UpdateBrokerIntegrationsProps {
|
|
124148
124004
|
body: UpdateBrokerIntegrationsBody;
|
|
124149
124005
|
params: {
|
|
@@ -124152,16 +124008,16 @@ interface UpdateBrokerIntegrationsProps {
|
|
|
124152
124008
|
}
|
|
124153
124009
|
declare const updateBrokerIntegrations: (props: UpdateBrokerIntegrationsProps, wgApiClient: ClientType) => Promise<UpdateBrokerIntegrationsResponse>;
|
|
124154
124010
|
|
|
124155
|
-
declare const routeName$
|
|
124156
|
-
type GetAnvaClosingQuestionsQueryParams = paths[typeof routeName$
|
|
124157
|
-
type GetAnvaClosingQuestionsResponse = paths[typeof routeName$
|
|
124158
|
-
type GetAnvaClosingQuestionsProps = paths[typeof routeName$
|
|
124011
|
+
declare const routeName$65 = "/v1/api/anvaflows/closing-questions";
|
|
124012
|
+
type GetAnvaClosingQuestionsQueryParams = paths[typeof routeName$65]['get']['parameters']['query'];
|
|
124013
|
+
type GetAnvaClosingQuestionsResponse = paths[typeof routeName$65]['get']['responses'][200]['content']['application/json'];
|
|
124014
|
+
type GetAnvaClosingQuestionsProps = paths[typeof routeName$65]['get']['parameters'];
|
|
124159
124015
|
declare const getAnvaClosingQuestions: (props: GetAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<GetAnvaClosingQuestionsResponse>;
|
|
124160
124016
|
|
|
124161
|
-
declare const routeName$
|
|
124162
|
-
type UpsertAnvaClosingQuestionsBody = paths[typeof routeName$
|
|
124163
|
-
type UpsertAnvaClosingQuestionsQueryParams = paths[typeof routeName$
|
|
124164
|
-
type UpsertAnvaClosingQuestionsResponse = paths[typeof routeName$
|
|
124017
|
+
declare const routeName$64 = "/v1/api/anvaflows/closing-questions";
|
|
124018
|
+
type UpsertAnvaClosingQuestionsBody = paths[typeof routeName$64]['put']['requestBody']['content']['application/json'];
|
|
124019
|
+
type UpsertAnvaClosingQuestionsQueryParams = paths[typeof routeName$64]['put']['parameters']['query'];
|
|
124020
|
+
type UpsertAnvaClosingQuestionsResponse = paths[typeof routeName$64]['put']['responses'][200]['content']['application/json'];
|
|
124165
124021
|
interface UpsertAnvaClosingQuestionsProps {
|
|
124166
124022
|
body: UpsertAnvaClosingQuestionsBody;
|
|
124167
124023
|
params: {
|
|
@@ -124170,10 +124026,10 @@ interface UpsertAnvaClosingQuestionsProps {
|
|
|
124170
124026
|
}
|
|
124171
124027
|
declare const upsertAnvaClosingQuestions: (props: UpsertAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<UpsertAnvaClosingQuestionsResponse>;
|
|
124172
124028
|
|
|
124173
|
-
declare const routeName$
|
|
124174
|
-
type DeleteAnvaClosingQuestionsPathParams = paths[typeof routeName$
|
|
124175
|
-
type DeleteAnvaClosingQuestionsQueryParams = paths[typeof routeName$
|
|
124176
|
-
type DeleteAnvaClosingQuestionsResponse = paths[typeof routeName$
|
|
124029
|
+
declare const routeName$63 = "/v1/api/anvaflows/closing-questions/{closing_question_id}";
|
|
124030
|
+
type DeleteAnvaClosingQuestionsPathParams = paths[typeof routeName$63]['delete']['parameters']['path'];
|
|
124031
|
+
type DeleteAnvaClosingQuestionsQueryParams = paths[typeof routeName$63]['delete']['parameters']['query'];
|
|
124032
|
+
type DeleteAnvaClosingQuestionsResponse = paths[typeof routeName$63]['delete']['responses'][200]['content']['application/json'];
|
|
124177
124033
|
interface DeleteAnvaClosingQuestionsProps {
|
|
124178
124034
|
params: {
|
|
124179
124035
|
query: DeleteAnvaClosingQuestionsQueryParams;
|
|
@@ -124182,52 +124038,52 @@ interface DeleteAnvaClosingQuestionsProps {
|
|
|
124182
124038
|
}
|
|
124183
124039
|
declare const deleteAnvaClosingQuestions: (props: DeleteAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<DeleteAnvaClosingQuestionsResponse>;
|
|
124184
124040
|
|
|
124185
|
-
declare const routeName$
|
|
124186
|
-
type GetAnvaLabelsQueryParams = paths[typeof routeName$
|
|
124187
|
-
type GetAnvaLabelsResponse = paths[typeof routeName$
|
|
124188
|
-
type GetAnvaLabelsProps = paths[typeof routeName$
|
|
124041
|
+
declare const routeName$62 = "/v1/api/anvaflows/labels";
|
|
124042
|
+
type GetAnvaLabelsQueryParams = paths[typeof routeName$62]['get']['parameters']['query'];
|
|
124043
|
+
type GetAnvaLabelsResponse = paths[typeof routeName$62]['get']['responses'][200]['content']['application/json'];
|
|
124044
|
+
type GetAnvaLabelsProps = paths[typeof routeName$62]['get']['parameters'];
|
|
124189
124045
|
declare const getAnvaLabels: (props: GetAnvaLabelsProps, wgApiClient: ClientType) => Promise<GetAnvaLabelsResponse>;
|
|
124190
124046
|
|
|
124191
|
-
declare const routeName$
|
|
124192
|
-
type GetAnvaMutationReasonsQueryParams = paths[typeof routeName$
|
|
124193
|
-
type GetAnvaMutationReasonsResponse = paths[typeof routeName$
|
|
124194
|
-
type GetAnvaMutationReasonsProps = paths[typeof routeName$
|
|
124047
|
+
declare const routeName$61 = "/v1/api/anvaflows/mutation-reasons";
|
|
124048
|
+
type GetAnvaMutationReasonsQueryParams = paths[typeof routeName$61]['get']['parameters']['query'];
|
|
124049
|
+
type GetAnvaMutationReasonsResponse = paths[typeof routeName$61]['get']['responses'][200]['content']['application/json'];
|
|
124050
|
+
type GetAnvaMutationReasonsProps = paths[typeof routeName$61]['get']['parameters'];
|
|
124195
124051
|
declare const getAnvaMutationReasons: (props: GetAnvaMutationReasonsProps, wgApiClient: ClientType) => Promise<GetAnvaMutationReasonsResponse>;
|
|
124196
124052
|
|
|
124197
|
-
declare const routeName$
|
|
124198
|
-
type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams = paths[typeof routeName$
|
|
124199
|
-
type GetSupportedAnvaflowCoveragesGroupedByAdnResponse = paths[typeof routeName$
|
|
124200
|
-
type GetSupportedAnvaflowCoveragesGroupedByAdnProps = paths[typeof routeName$
|
|
124053
|
+
declare const routeName$60 = "/v1/api/anvaflows/supported-adn-coverages";
|
|
124054
|
+
type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams = paths[typeof routeName$60]['get']['parameters']['query'];
|
|
124055
|
+
type GetSupportedAnvaflowCoveragesGroupedByAdnResponse = paths[typeof routeName$60]['get']['responses'][200]['content']['application/json'];
|
|
124056
|
+
type GetSupportedAnvaflowCoveragesGroupedByAdnProps = paths[typeof routeName$60]['get']['parameters'];
|
|
124201
124057
|
declare const getSupportedAnvaflowCoveragesGroupedByAdn: (props: GetSupportedAnvaflowCoveragesGroupedByAdnProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowCoveragesGroupedByAdnResponse>;
|
|
124202
124058
|
|
|
124203
|
-
declare const routeName$
|
|
124204
|
-
type GetSupportedAnvaflowCoveragesQueryParams = paths[typeof routeName$
|
|
124205
|
-
type GetSupportedAnvaflowCoveragesResponse = paths[typeof routeName$
|
|
124206
|
-
type GetSupportedAnvaflowCoveragesProps = paths[typeof routeName$
|
|
124059
|
+
declare const routeName$5$ = "/v1/api/anvaflows/supported-coverages";
|
|
124060
|
+
type GetSupportedAnvaflowCoveragesQueryParams = paths[typeof routeName$5$]['get']['parameters']['query'];
|
|
124061
|
+
type GetSupportedAnvaflowCoveragesResponse = paths[typeof routeName$5$]['get']['responses'][200]['content']['application/json'];
|
|
124062
|
+
type GetSupportedAnvaflowCoveragesProps = paths[typeof routeName$5$]['get']['parameters'];
|
|
124207
124063
|
declare const getSupportedAnvaflowCoverages: (props: GetSupportedAnvaflowCoveragesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowCoveragesResponse>;
|
|
124208
124064
|
|
|
124209
|
-
declare const routeName$
|
|
124210
|
-
type GetSupportedAnvaflowInsuranceCompaniesQueryParams = paths[typeof routeName$
|
|
124211
|
-
type GetSupportedAnvaflowInsuranceCompaniesResponse = paths[typeof routeName$
|
|
124212
|
-
type GetSupportedAnvaflowInsuranceCompaniesProps = paths[typeof routeName$
|
|
124065
|
+
declare const routeName$5_ = "/v1/api/anvaflows/supported-insurance-companies";
|
|
124066
|
+
type GetSupportedAnvaflowInsuranceCompaniesQueryParams = paths[typeof routeName$5_]['get']['parameters']['query'];
|
|
124067
|
+
type GetSupportedAnvaflowInsuranceCompaniesResponse = paths[typeof routeName$5_]['get']['responses'][200]['content']['application/json'];
|
|
124068
|
+
type GetSupportedAnvaflowInsuranceCompaniesProps = paths[typeof routeName$5_]['get']['parameters'];
|
|
124213
124069
|
declare const getSupportedAnvaflowInsuranceCompanies: (props: GetSupportedAnvaflowInsuranceCompaniesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowInsuranceCompaniesResponse>;
|
|
124214
124070
|
|
|
124215
|
-
declare const routeName$
|
|
124216
|
-
type GetSupportedAnvaflowInsurancesQueryParams = paths[typeof routeName$
|
|
124217
|
-
type GetSupportedAnvaflowInsurancesResponse = paths[typeof routeName$
|
|
124218
|
-
type GetSupportedAnvaflowInsurancesProps = paths[typeof routeName$
|
|
124071
|
+
declare const routeName$5Z = "/v1/api/anvaflows/supported-insurances";
|
|
124072
|
+
type GetSupportedAnvaflowInsurancesQueryParams = paths[typeof routeName$5Z]['get']['parameters']['query'];
|
|
124073
|
+
type GetSupportedAnvaflowInsurancesResponse = paths[typeof routeName$5Z]['get']['responses'][200]['content']['application/json'];
|
|
124074
|
+
type GetSupportedAnvaflowInsurancesProps = paths[typeof routeName$5Z]['get']['parameters'];
|
|
124219
124075
|
declare const getSupportedAnvaflowInsurances: (props: GetSupportedAnvaflowInsurancesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowInsurancesResponse>;
|
|
124220
124076
|
|
|
124221
|
-
declare const routeName$
|
|
124222
|
-
type GetSupportedAnvaflowTagsQueryParams = paths[typeof routeName$
|
|
124223
|
-
type GetSupportedAnvaflowTagsResponse = paths[typeof routeName$
|
|
124224
|
-
type GetSupportedAnvaflowTagsProps = paths[typeof routeName$
|
|
124077
|
+
declare const routeName$5Y = "/v1/api/anvaflows/supported-tags";
|
|
124078
|
+
type GetSupportedAnvaflowTagsQueryParams = paths[typeof routeName$5Y]['get']['parameters']['query'];
|
|
124079
|
+
type GetSupportedAnvaflowTagsResponse = paths[typeof routeName$5Y]['get']['responses'][200]['content']['application/json'];
|
|
124080
|
+
type GetSupportedAnvaflowTagsProps = paths[typeof routeName$5Y]['get']['parameters'];
|
|
124225
124081
|
declare const getSupportedAnvaflowTags: (props: GetSupportedAnvaflowTagsProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowTagsResponse>;
|
|
124226
124082
|
|
|
124227
|
-
declare const routeName$
|
|
124228
|
-
type CreateAnvaflowTagsBody = paths[typeof routeName$
|
|
124229
|
-
type CreateAnvaflowTagsQueryParams = paths[typeof routeName$
|
|
124230
|
-
type CreateAnvaflowTagsResponse = paths[typeof routeName$
|
|
124083
|
+
declare const routeName$5X = "/v1/api/anvaflows/supported-tags";
|
|
124084
|
+
type CreateAnvaflowTagsBody = paths[typeof routeName$5X]['put']['requestBody']['content']['application/json'];
|
|
124085
|
+
type CreateAnvaflowTagsQueryParams = paths[typeof routeName$5X]['put']['parameters']['query'];
|
|
124086
|
+
type CreateAnvaflowTagsResponse = paths[typeof routeName$5X]['put']['responses'][200]['content']['application/json'];
|
|
124231
124087
|
interface CreateAnvaflowTagsProps {
|
|
124232
124088
|
body: CreateAnvaflowTagsBody;
|
|
124233
124089
|
params: {
|
|
@@ -124236,11 +124092,11 @@ interface CreateAnvaflowTagsProps {
|
|
|
124236
124092
|
}
|
|
124237
124093
|
declare const createAnvaflowTags: (props: CreateAnvaflowTagsProps, wgApiClient: ClientType) => Promise<CreateAnvaflowTagsResponse>;
|
|
124238
124094
|
|
|
124239
|
-
declare const routeName$
|
|
124240
|
-
type CreateAnvaPartyViaConversationBody = paths[typeof routeName$
|
|
124241
|
-
type CreateAnvaPartyViaConversationPathParams = paths[typeof routeName$
|
|
124242
|
-
type CreateAnvaPartyViaConversationQueryParams = paths[typeof routeName$
|
|
124243
|
-
type CreateAnvaPartyViaConversationResponse = paths[typeof routeName$
|
|
124095
|
+
declare const routeName$5W = "/v1/api/anvaflows/{session_id}/anva-party";
|
|
124096
|
+
type CreateAnvaPartyViaConversationBody = paths[typeof routeName$5W]['post']['requestBody']['content']['application/json'];
|
|
124097
|
+
type CreateAnvaPartyViaConversationPathParams = paths[typeof routeName$5W]['post']['parameters']['path'];
|
|
124098
|
+
type CreateAnvaPartyViaConversationQueryParams = paths[typeof routeName$5W]['post']['parameters']['query'];
|
|
124099
|
+
type CreateAnvaPartyViaConversationResponse = paths[typeof routeName$5W]['post']['responses'][201]['content']['application/json'];
|
|
124244
124100
|
interface CreateAnvaPartyViaConversationProps {
|
|
124245
124101
|
body: CreateAnvaPartyViaConversationBody;
|
|
124246
124102
|
params: {
|
|
@@ -124250,11 +124106,11 @@ interface CreateAnvaPartyViaConversationProps {
|
|
|
124250
124106
|
}
|
|
124251
124107
|
declare const createAnvaPartyViaConversation: (props: CreateAnvaPartyViaConversationProps, wgApiClient: ClientType) => Promise<CreateAnvaPartyViaConversationResponse>;
|
|
124252
124108
|
|
|
124253
|
-
declare const routeName$
|
|
124254
|
-
type UpdateAnvaPartyViaConversationBody = paths[typeof routeName$
|
|
124255
|
-
type UpdateAnvaPartyViaConversationPathParams = paths[typeof routeName$
|
|
124256
|
-
type UpdateAnvaPartyViaConversationQueryParams = paths[typeof routeName$
|
|
124257
|
-
type UpdateAnvaPartyViaConversationResponse = paths[typeof routeName$
|
|
124109
|
+
declare const routeName$5V = "/v1/api/anvaflows/{session_id}/anva-party";
|
|
124110
|
+
type UpdateAnvaPartyViaConversationBody = paths[typeof routeName$5V]['patch']['requestBody']['content']['application/json'];
|
|
124111
|
+
type UpdateAnvaPartyViaConversationPathParams = paths[typeof routeName$5V]['patch']['parameters']['path'];
|
|
124112
|
+
type UpdateAnvaPartyViaConversationQueryParams = paths[typeof routeName$5V]['patch']['parameters']['query'];
|
|
124113
|
+
type UpdateAnvaPartyViaConversationResponse = paths[typeof routeName$5V]['patch']['responses'][200]['content']['application/json'];
|
|
124258
124114
|
interface UpdateAnvaPartyViaConversationProps {
|
|
124259
124115
|
body: UpdateAnvaPartyViaConversationBody;
|
|
124260
124116
|
params: {
|
|
@@ -124264,11 +124120,11 @@ interface UpdateAnvaPartyViaConversationProps {
|
|
|
124264
124120
|
}
|
|
124265
124121
|
declare const updateAnvaPartyViaConversation: (props: UpdateAnvaPartyViaConversationProps, wgApiClient: ClientType) => Promise<UpdateAnvaPartyViaConversationResponse>;
|
|
124266
124122
|
|
|
124267
|
-
declare const routeName$
|
|
124268
|
-
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody = paths[typeof routeName$
|
|
124269
|
-
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams = paths[typeof routeName$
|
|
124270
|
-
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams = paths[typeof routeName$
|
|
124271
|
-
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse = paths[typeof routeName$
|
|
124123
|
+
declare const routeName$5U = "/v1/api/anvaflows/{session_id}/anvaproducts/{anva_product_id}/calculate";
|
|
124124
|
+
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody = paths[typeof routeName$5U]['post']['requestBody']['content']['application/json'];
|
|
124125
|
+
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams = paths[typeof routeName$5U]['post']['parameters']['path'];
|
|
124126
|
+
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams = paths[typeof routeName$5U]['post']['parameters']['query'];
|
|
124127
|
+
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse = paths[typeof routeName$5U]['post']['responses'][200]['content']['application/json'];
|
|
124272
124128
|
interface RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps {
|
|
124273
124129
|
body: RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody;
|
|
124274
124130
|
params: {
|
|
@@ -124278,11 +124134,11 @@ interface RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps {
|
|
|
124278
124134
|
}
|
|
124279
124135
|
declare const recalculateOneAnvaquoteByAnvaProductIdSessionId: (props: RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps, wgApiClient: ClientType) => Promise<RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse>;
|
|
124280
124136
|
|
|
124281
|
-
declare const routeName$
|
|
124282
|
-
type CalculateAnvaquotesBySessionIdBody = paths[typeof routeName$
|
|
124283
|
-
type CalculateAnvaquotesBySessionIdPathParams = paths[typeof routeName$
|
|
124284
|
-
type CalculateAnvaquotesBySessionIdQueryParams = paths[typeof routeName$
|
|
124285
|
-
type CalculateAnvaquotesBySessionIdResponse = paths[typeof routeName$
|
|
124137
|
+
declare const routeName$5T = "/v1/api/anvaflows/{session_id}/calculate";
|
|
124138
|
+
type CalculateAnvaquotesBySessionIdBody = paths[typeof routeName$5T]['post']['requestBody']['content']['application/json'];
|
|
124139
|
+
type CalculateAnvaquotesBySessionIdPathParams = paths[typeof routeName$5T]['post']['parameters']['path'];
|
|
124140
|
+
type CalculateAnvaquotesBySessionIdQueryParams = paths[typeof routeName$5T]['post']['parameters']['query'];
|
|
124141
|
+
type CalculateAnvaquotesBySessionIdResponse = paths[typeof routeName$5T]['post']['responses'][200]['content']['application/json'];
|
|
124286
124142
|
interface CalculateAnvaquotesBySessionIdProps {
|
|
124287
124143
|
body: CalculateAnvaquotesBySessionIdBody;
|
|
124288
124144
|
params: {
|
|
@@ -124292,18 +124148,18 @@ interface CalculateAnvaquotesBySessionIdProps {
|
|
|
124292
124148
|
}
|
|
124293
124149
|
declare const calculateAnvaquotesBySessionId: (props: CalculateAnvaquotesBySessionIdProps, wgApiClient: ClientType) => Promise<CalculateAnvaquotesBySessionIdResponse>;
|
|
124294
124150
|
|
|
124295
|
-
declare const routeName$
|
|
124296
|
-
type GetAnvaCollectionMethodsPathParams = paths[typeof routeName$
|
|
124297
|
-
type GetAnvaCollectionMethodsQueryParams = paths[typeof routeName$
|
|
124298
|
-
type GetAnvaCollectionMethodsResponse = paths[typeof routeName$
|
|
124299
|
-
type GetAnvaCollectionMethodsProps = paths[typeof routeName$
|
|
124151
|
+
declare const routeName$5S = "/v1/api/anvaflows/{session_id}/collection-methods";
|
|
124152
|
+
type GetAnvaCollectionMethodsPathParams = paths[typeof routeName$5S]['get']['parameters']['path'];
|
|
124153
|
+
type GetAnvaCollectionMethodsQueryParams = paths[typeof routeName$5S]['get']['parameters']['query'];
|
|
124154
|
+
type GetAnvaCollectionMethodsResponse = paths[typeof routeName$5S]['get']['responses'][200]['content']['application/json'];
|
|
124155
|
+
type GetAnvaCollectionMethodsProps = paths[typeof routeName$5S]['get']['parameters'];
|
|
124300
124156
|
declare const getAnvaCollectionMethods: (props: GetAnvaCollectionMethodsProps, wgApiClient: ClientType) => Promise<GetAnvaCollectionMethodsResponse>;
|
|
124301
124157
|
|
|
124302
|
-
declare const routeName$
|
|
124303
|
-
type RecalculateSimulationBySessionIdBody = paths[typeof routeName$
|
|
124304
|
-
type RecalculateSimulationBySessionIdPathParams = paths[typeof routeName$
|
|
124305
|
-
type RecalculateSimulationBySessionIdQueryParams = paths[typeof routeName$
|
|
124306
|
-
type RecalculateSimulationBySessionIdResponse = paths[typeof routeName$
|
|
124158
|
+
declare const routeName$5R = "/v1/api/anvaflows/{session_id}/recalculate-simulation";
|
|
124159
|
+
type RecalculateSimulationBySessionIdBody = paths[typeof routeName$5R]['post']['requestBody']['content']['application/json'];
|
|
124160
|
+
type RecalculateSimulationBySessionIdPathParams = paths[typeof routeName$5R]['post']['parameters']['path'];
|
|
124161
|
+
type RecalculateSimulationBySessionIdQueryParams = paths[typeof routeName$5R]['post']['parameters']['query'];
|
|
124162
|
+
type RecalculateSimulationBySessionIdResponse = paths[typeof routeName$5R]['post']['responses'][200]['content']['application/json'];
|
|
124307
124163
|
interface RecalculateSimulationBySessionIdProps {
|
|
124308
124164
|
body: RecalculateSimulationBySessionIdBody;
|
|
124309
124165
|
params: {
|
|
@@ -124313,20 +124169,6 @@ interface RecalculateSimulationBySessionIdProps {
|
|
|
124313
124169
|
}
|
|
124314
124170
|
declare const recalculateSimulationBySessionId: (props: RecalculateSimulationBySessionIdProps, wgApiClient: ClientType) => Promise<RecalculateSimulationBySessionIdResponse>;
|
|
124315
124171
|
|
|
124316
|
-
declare const routeName$5R = "/v1/api/anvaflows/{session_id}/regenerate";
|
|
124317
|
-
type RegenerateAnvaquestionnaireBySessionIdBody = paths[typeof routeName$5R]['post']['requestBody']['content']['application/json'];
|
|
124318
|
-
type RegenerateAnvaquestionnaireBySessionIdPathParams = paths[typeof routeName$5R]['post']['parameters']['path'];
|
|
124319
|
-
type RegenerateAnvaquestionnaireBySessionIdQueryParams = paths[typeof routeName$5R]['post']['parameters']['query'];
|
|
124320
|
-
type RegenerateAnvaquestionnaireBySessionIdResponse = paths[typeof routeName$5R]['post']['responses'][200]['content']['application/json'];
|
|
124321
|
-
interface RegenerateAnvaquestionnaireBySessionIdProps {
|
|
124322
|
-
body: RegenerateAnvaquestionnaireBySessionIdBody;
|
|
124323
|
-
params: {
|
|
124324
|
-
query: RegenerateAnvaquestionnaireBySessionIdQueryParams;
|
|
124325
|
-
path: RegenerateAnvaquestionnaireBySessionIdPathParams;
|
|
124326
|
-
};
|
|
124327
|
-
}
|
|
124328
|
-
declare const regenerateAnvaquestionnaireBySessionId: (props: RegenerateAnvaquestionnaireBySessionIdProps, wgApiClient: ClientType) => Promise<RegenerateAnvaquestionnaireBySessionIdResponse>;
|
|
124329
|
-
|
|
124330
124172
|
declare const routeName$5Q = "/v1/api/anvaflows/{session_id}/send-custom-quotes-to-anva";
|
|
124331
124173
|
type EnqueueSendCustomQuotesToAnvaBySessionIdBody = paths[typeof routeName$5Q]['post']['requestBody']['content']['application/json'];
|
|
124332
124174
|
type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams = paths[typeof routeName$5Q]['post']['parameters']['path'];
|
|
@@ -127835,4 +127677,4 @@ type GetSupportedYellowhiveflowInsurancesResponse = paths[typeof routeName]['get
|
|
|
127835
127677
|
type GetSupportedYellowhiveflowInsurancesProps = paths[typeof routeName]['get']['parameters'];
|
|
127836
127678
|
declare const getSupportedYellowhiveflowInsurances: (props: GetSupportedYellowhiveflowInsurancesProps, wgApiClient: ClientType) => Promise<GetSupportedYellowhiveflowInsurancesResponse>;
|
|
127837
127679
|
|
|
127838
|
-
export { type $defs, type AcceptOrRejectAnAdvisoryReportBody, type AcceptOrRejectAnAdvisoryReportPathParams, type AcceptOrRejectAnAdvisoryReportQueryParams, type AcceptOrRejectAnAdvisoryReportResponse, type ActivateOutlookConnectionSyncBody, type ActivateOutlookConnectionSyncQueryParams, type ActivateOutlookConnectionSyncResponse, type AnalyzeEmailBody, type AnalyzeEmailPathParams, type AnalyzeEmailResponse, type AnswerAFlowDirectlyBody, type AnswerAFlowDirectlyPathParams, type AnswerAFlowDirectlyQueryParams, type AnswerAFlowDirectlyResponse, type AnswerAFlowSessionBody, type AnswerAFlowSessionPathParams, type AnswerAFlowSessionQueryParams, type AnswerAFlowSessionResponse, type BlockCustomerFromAccessingPartyPathParams, type BlockCustomerFromAccessingPartyResponse, type CalculateAnvaquotesBySessionIdBody, type CalculateAnvaquotesBySessionIdPathParams, type CalculateAnvaquotesBySessionIdQueryParams, type CalculateAnvaquotesBySessionIdResponse, type CalculateCarLeaseQuoteBody, type CalculateCarLeaseQuoteQueryParams, type CalculateCarLeaseQuoteResponse, type CalculateDiasQuotesBySessionIdBody, type CalculateDiasQuotesBySessionIdPathParams, type CalculateDiasQuotesBySessionIdQueryParams, type CalculateDiasQuotesBySessionIdResponse, type CalculateQuotesV2Body, type CalculateQuotesV2PathParams, type CalculateQuotesV2QueryParams, type CalculateQuotesV2Response, type CalculateYellowhiveQuotesBySessionIdBody, type CalculateYellowhiveQuotesBySessionIdPathParams, type CalculateYellowhiveQuotesBySessionIdQueryParams, type CalculateYellowhiveQuotesBySessionIdResponse, type ClaimReportByIdPathParams, type ClaimReportByIdQueryParams, type ClaimReportByIdResponse, type ClaimRequestUpdatePathParams, type ClaimRequestUpdateQueryParams, type ClaimRequestUpdateResponse, type ClientType, type CommentOnActivityPathParams, type CommentOnActivityQueryParams, type CommentOnActivityResponse, type CreateAccidentsForPartyBody, type CreateAccidentsForPartyPathParams, type CreateAccidentsForPartyQueryParams, type CreateAccidentsForPartyResponse, type CreateAccountBody, type CreateAccountQueryParams, type CreateAccountResponse, type CreateAdvisoryReportBody, type CreateAdvisoryReportQueryParams, type CreateAdvisoryReportResponse, type CreateAdvisoryReportRevisionBody, type CreateAdvisoryReportRevisionPathParams, type CreateAdvisoryReportRevisionQueryParams, type CreateAdvisoryReportRevisionResponse, type CreateAdvisoryReportRevisionV2Body, type CreateAdvisoryReportRevisionV2PathParams, type CreateAdvisoryReportRevisionV2QueryParams, type CreateAdvisoryReportRevisionV2Response, type CreateAdvisoryReportStepSettingsBody, type CreateAdvisoryReportStepSettingsPathParams, type CreateAdvisoryReportStepSettingsQueryParams, type CreateAdvisoryReportStepSettingsResponse, type CreateAnvaPartyViaConversationBody, type CreateAnvaPartyViaConversationPathParams, type CreateAnvaPartyViaConversationQueryParams, type CreateAnvaPartyViaConversationResponse, type CreateAnvaTaskBody, type CreateAnvaTaskPathParams, type CreateAnvaTaskQueryParams, type CreateAnvaTaskResponse, type CreateAnvaflowTagsBody, type CreateAnvaflowTagsQueryParams, type CreateAnvaflowTagsResponse, type CreateAssuTaskBody, type CreateAssuTaskPathParams, type CreateAssuTaskQueryParams, type CreateAssuTaskResponse, type CreateBicycleRiskObjectBody, type CreateBicycleRiskObjectPathParams, type CreateBicycleRiskObjectQueryParams, type CreateBicycleRiskObjectResponse, type CreateBoatRiskObjectBody, type CreateBoatRiskObjectPathParams, type CreateBoatRiskObjectQueryParams, type CreateBoatRiskObjectResponse, type CreateBrokerConnectionsByIdBody, type CreateBrokerConnectionsByIdPathParams, type CreateBrokerConnectionsByIdResponse, type CreateCampaignBody, type CreateCampaignQueryParams, type CreateCampaignResponse, type CreateCarRiskObjectBody, type CreateCarRiskObjectPathParams, type CreateCarRiskObjectQueryParams, type CreateCarRiskObjectResponse, type CreateClaimAsBrokerQueryParams, type CreateClaimAsBrokerResponse, type CreateClaimAsCustomerPathParams, type CreateClaimAsCustomerQueryParams, type CreateClaimAsCustomerResponse, type CreateCompanyLeadBody, type CreateCompanyLeadPathParams, type CreateCompanyLeadQueryParams, type CreateCompanyLeadResponse, type CreateConversationBody, type CreateConversationPathParams, type CreateConversationQueryParams, type CreateConversationReminderPathParams, type CreateConversationReminderResponse, type CreateConversationResponse, type CreateCustomerLeadBody, type CreateCustomerLeadPathParams, type CreateCustomerLeadQueryParams, type CreateCustomerLeadResponse, type CreateDiasPartyViaConversationBody, type CreateDiasPartyViaConversationPathParams, type CreateDiasPartyViaConversationQueryParams, type CreateDiasPartyViaConversationResponse, type CreateDiasTaskBody, type CreateDiasTaskPathParams, type CreateDiasTaskQueryParams, type CreateDiasTaskResponse, type CreateDistributionConnectionByIdBody, type CreateDistributionConnectionByIdPathParams, type CreateDistributionConnectionByIdResponse, type CreateDistributionTagBody, type CreateDistributionTagQueryParams, type CreateDistributionTagResponse, type CreateDocumentForClaimAsCustomerPathParams, type CreateDocumentForClaimAsCustomerQueryParams, type CreateDocumentForClaimAsCustomerResponse, type CreateDocumentForClaimPathParams, type CreateDocumentForClaimQueryParams, type CreateDocumentForClaimResponse, type CreateDocumentForPartyBody, type CreateDocumentForPartyPathParams, type CreateDocumentForPartyQueryParams, type CreateDocumentForPartyResponse, type CreateEntityAsBrokerPathParams, type CreateEntityAsBrokerQueryParams, type CreateEntityAsBrokerResponse, type CreateEntityAsCustomerWithTokenPathParams, type CreateEntityAsCustomerWithTokenQueryParams, type CreateEntityAsCustomerWithTokenResponse, type CreateFamilyRiskObjectBody, type CreateFamilyRiskObjectPathParams, type CreateFamilyRiskObjectQueryParams, type CreateFamilyRiskObjectResponse, type CreateFasterforwardTaskBody, type CreateFasterforwardTaskPathParams, type CreateFasterforwardTaskQueryParams, type CreateFasterforwardTaskResponse, type CreateInsurancePoliciesForPartyBody, type CreateInsurancePoliciesForPartyPathParams, type CreateInsurancePoliciesForPartyResponse, type CreateInsuranceProductClauseForDistributionBody, type CreateInsuranceProductClauseForDistributionQueryParams, type CreateInsuranceProductClauseForDistributionResponse, type CreateLegalPartyBody, type CreateLegalPartyResponse, type CreateLegalRiskObjectBody, type CreateLegalRiskObjectPathParams, type CreateLegalRiskObjectQueryParams, type CreateLegalRiskObjectResponse, type CreateLockForClaimPathParams, type CreateLockForClaimQueryParams, type CreateLockForClaimResponse, type CreateMiscellaneousRiskObjectBody, type CreateMiscellaneousRiskObjectPathParams, type CreateMiscellaneousRiskObjectQueryParams, type CreateMiscellaneousRiskObjectResponse, type CreateNaturalPartyBody, type CreateNaturalPartyResponse, type CreateNoteOnEventAsCustomerPathParams, type CreateNoteOnEventAsCustomerQueryParams, type CreateNoteOnEventAsCustomerResponse, type CreateNoteOnEventPathParams, type CreateNoteOnEventQueryParams, type CreateNoteOnEventResponse, type CreateOfferRevisionBody, type CreateOfferRevisionPathParams, type CreateOfferRevisionResponse, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse, type CreatePartyActivitiesAsCustomerBody, type CreatePartyActivitiesAsCustomerResponse, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationBody, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationQueryParams, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationResponse, type CreatePartyGroupRiskObjectBody, type CreatePartyGroupRiskObjectPathParams, type CreatePartyGroupRiskObjectQueryParams, type CreatePartyGroupRiskObjectResponse, type CreatePartyNoteBody, type CreatePartyNotePathParams, type CreatePartyNoteResponse, type CreatePartyOffersBody, type CreatePartyOffersPathParams, type CreatePartyOffersQueryParams, type CreatePartyOffersResponse, type CreatePartyRelationsBody, type CreatePartyRelationsQueryParams, type CreatePartyRelationsResponse, type CreateProfileaseCarLeaseOfferBody, type CreateProfileaseCarLeaseOfferQueryParams, type CreateProfileaseCarLeaseOfferResponse, type CreateProflowSessionByBatchIdPathParams, type CreateProflowSessionByBatchIdQueryParams, type CreateProflowSessionByBatchIdResponse, type CreateRecommendationByPartyIdBody, type CreateRecommendationByPartyIdPathParams, type CreateRecommendationByPartyIdQueryParams, type CreateRecommendationByPartyIdResponse, type CreateRecommendationBySessionIdBody, type CreateRecommendationBySessionIdQueryParams, type CreateRecommendationBySessionIdResponse, type CreateReferenceForPartyBody, type CreateReferenceForPartyPathParams, type CreateReferenceForPartyResponse, type CreateReferencesForRiskObjectBody, type CreateReferencesForRiskObjectPathParams, type CreateReferencesForRiskObjectQueryParams, type CreateReferencesForRiskObjectResponse, type CreateRelationBetweenRiskObjectAndPartyBody, type CreateRelationBetweenRiskObjectAndPartyPathParams, type CreateRelationBetweenRiskObjectAndPartyQueryParams, type CreateRelationBetweenRiskObjectAndPartyResponse, type CreateRiskDomainActionForAdvisoryReportByIdBody, type CreateRiskDomainActionForAdvisoryReportByIdPathParams, type CreateRiskDomainActionForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionForAdvisoryReportByIdResponse, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainAdviceForAdvisoryReportByIdBody, type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainForAdvisoryReportByIdBody, type CreateRiskDomainForAdvisoryReportByIdPathParams, type CreateRiskDomainForAdvisoryReportByIdQueryParams, type CreateRiskDomainForAdvisoryReportByIdResponse, type CreateSemiTrailerRiskObjectBody, type CreateSemiTrailerRiskObjectPathParams, type CreateSemiTrailerRiskObjectQueryParams, type CreateSemiTrailerRiskObjectResponse, type CreateToolkitAccountBody, type CreateToolkitAccountQueryParams, type CreateToolkitAccountResponse, type CreateToolkitBrokerBody, type CreateToolkitBrokerQueryParams, type CreateToolkitBrokerResponse, type CreateTrailerRiskObjectBody, type CreateTrailerRiskObjectPathParams, type CreateTrailerRiskObjectQueryParams, type CreateTrailerRiskObjectResponse, type CreateTrialBrokerBody, type CreateTrialBrokerQueryParams, type CreateTrialBrokerResponse, type CreateUploadLinkAsCustomerPathParams, type CreateUploadLinkAsCustomerQueryParams, type CreateUploadLinkAsCustomerResponse, type CreateUspItemForDistributionBody, type CreateUspItemForDistributionQueryParams, type CreateUspItemForDistributionResponse, type CreateYellowhiveContactPersonBody, type CreateYellowhiveContactPersonPathParams, type CreateYellowhiveContactPersonQueryParams, type CreateYellowhiveContactPersonResponse, type DeactivateOutlookConnectionSyncBody, type DeactivateOutlookConnectionSyncQueryParams, type DeactivateOutlookConnectionSyncResponse, type DeleteAdvisoryReportPathParams, type DeleteAdvisoryReportQueryParams, type DeleteAdvisoryReportResponse, type DeleteAdvisoryReportRevisionPathParams, type DeleteAdvisoryReportRevisionQueryParams, type DeleteAdvisoryReportRevisionResponse, type DeleteAllSessionsBySessionIdPathParams, type DeleteAllSessionsBySessionIdResponse, type DeleteAnvaClosingQuestionsPathParams, type DeleteAnvaClosingQuestionsQueryParams, type DeleteAnvaClosingQuestionsResponse, type DeleteBrokerConnectionByKeyPathParams, type DeleteBrokerConnectionByKeyResponse, type DeleteClaimAsBrokerByIdPathParams, type DeleteClaimAsBrokerByIdQueryParams, type DeleteClaimAsBrokerByIdResponse, type DeleteCommentOnActivityPathParams, type DeleteCommentOnActivityQueryParams, type DeleteCommentOnActivityResponse, type DeleteDistributionConnectionByKeyPathParams, type DeleteDistributionConnectionByKeyResponse, type DeleteDistributionFaqPathParams, type DeleteDistributionFaqQueryParams, type DeleteDistributionFaqResponse, type DeleteDistributionTagPathParams, type DeleteDistributionTagQueryParams, type DeleteDistributionTagResponse, type DeleteDocumentByIdAsCustomerWithTokenPathParams, type DeleteDocumentByIdAsCustomerWithTokenQueryParams, type DeleteDocumentByIdAsCustomerWithTokenResponse, type DeleteDocumentByIdPathParams, type DeleteDocumentByIdQueryParams, type DeleteDocumentByIdResponse, type DeleteDocumentForPartyPathParams, type DeleteDocumentForPartyResponse, type DeleteEntityAsBrokerByIdPathParams, type DeleteEntityAsBrokerByIdQueryParams, type DeleteEntityAsBrokerByIdResponse, type DeleteEntityByIdAsCustomerWithTokenPathParams, type DeleteEntityByIdAsCustomerWithTokenQueryParams, type DeleteEntityByIdAsCustomerWithTokenResponse, type DeleteEntityBySessionIdAndFlowIdPathParams, type DeleteEntityBySessionIdAndFlowIdQueryParams, type DeleteEntityBySessionIdAndFlowIdResponse, type DeleteInsurancePoliciesForPartyPathParams, type DeleteInsurancePoliciesForPartyResponse, type DeleteInsurancePolicyForAdvisoryReportByIdPathParams, type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams, type DeleteInsurancePolicyForAdvisoryReportByIdResponse, type DeleteInsuranceProductClauseForDistributionPathParams, type DeleteInsuranceProductClauseForDistributionQueryParams, type DeleteInsuranceProductClauseForDistributionResponse, type DeleteNotePathParams, type DeleteNoteQueryParams, type DeleteNoteResponse, type DeletePartyActivitiesAsCustomerPathParams, type DeletePartyActivitiesAsCustomerResponse, type DeletePartyEntityBySessionIdAndFlowIdPathParams, type DeletePartyEntityBySessionIdAndFlowIdQueryParams, type DeletePartyEntityBySessionIdAndFlowIdResponse, type DeletePartyNoteByIdPathParams, type DeletePartyNoteByIdResponse, type DeletePartyRelationsPathParams, type DeletePartyRelationsResponse, type DeletePolicyPackagesForPartyPathParams, type DeletePolicyPackagesForPartyResponse, type DeleteRelationBetweenRiskObjectAndPartyPathParams, type DeleteRelationBetweenRiskObjectAndPartyQueryParams, type DeleteRelationBetweenRiskObjectAndPartyResponse, type DeleteRiskDomainActionForAdvisoryReportByIdPathParams, type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams, type DeleteRiskDomainActionForAdvisoryReportByIdResponse, type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams, type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams, type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse, type DeleteRiskDomainForAdvisoryReportByIdPathParams, type DeleteRiskDomainForAdvisoryReportByIdQueryParams, type DeleteRiskDomainForAdvisoryReportByIdResponse, type DeleteRiskObjectByIdPathParams, type DeleteRiskObjectByIdResponse, type DeleteSessionBySessionIdPathParams, type DeleteSessionBySessionIdResponse, type DeleteUspByDistributionAndIdPathParams, type DeleteUspByDistributionAndIdQueryParams, type DeleteUspByDistributionAndIdResponse, type DelinkPartyToUserBody, type DelinkPartyToUserResponse, type DeprecatedValidateAnvaConnectionQueryParams, type DeprecatedValidateAnvaConnectionResponse, type Disable2FaAsUserForUserPathParams, type Disable2FaAsUserForUserResponse, type Disable2FaByUserBody, type Disable2FaByUserResponse, type DownloadDocumentByIdPathParams, type DownloadDocumentByIdQueryParams, type DownloadDocumentByIdResponse, type EditInsuranceProductAdviceByDistributionBody, type EditInsuranceProductAdviceByDistributionPathParams, type EditInsuranceProductAdviceByDistributionResponse, type EditInsuranceProductDescriptionsByDistributionPathParams, type EditInsuranceProductDescriptionsByDistributionResponse, type Enable2FaBody, type Enable2FaResponse, type EnqueueCalculationAnvaquotesBySessionIdBody, type EnqueueCalculationAnvaquotesBySessionIdPathParams, type EnqueueCalculationAnvaquotesBySessionIdQueryParams, type EnqueueCalculationAnvaquotesBySessionIdResponse, type EnqueueSendCustomQuotesToAnvaBySessionIdBody, type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams, type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams, type EnqueueSendCustomQuotesToAnvaBySessionIdResponse, type EnqueueSendOfferToAnvaBySessionIdPathParams, type EnqueueSendOfferToAnvaBySessionIdQueryParams, type EnqueueSendOfferToAnvaBySessionIdResponse, type EnrichPartyByIdWithExternalCompanyDataPathParams, type EnrichPartyByIdWithExternalCompanyDataQueryParams, type EnrichPartyByIdWithExternalCompanyDataResponse, type ExportAdvisoryReportByIdBody, type ExportAdvisoryReportByIdPathParams, type ExportAdvisoryReportByIdQueryParams, type ExportAdvisoryReportByIdResponse, type ExportPartyByIdPathParams, type ExportPartyByIdResponse, type ExportPartyToAnvaPathParams, type ExportPartyToAnvaQueryParams, type ExportPartyToAnvaResponse, type ExportPartyToAssuPathParams, type ExportPartyToAssuQueryParams, type ExportPartyToAssuResponse, type ExportPartyToDiasPathParams, type ExportPartyToDiasQueryParams, type ExportPartyToDiasResponse, type ExportPartyToFasterforwardPathParams, type ExportPartyToFasterforwardQueryParams, type ExportPartyToFasterforwardResponse, type ExportQuoteByIdBody, type ExportQuoteByIdPathParams, type ExportQuoteByIdQueryParams, type ExportQuoteByIdResponse, type ExtractInsurancePoliciesForOneDocumentBody, type ExtractInsurancePoliciesForOneDocumentEnqueueBody, type ExtractInsurancePoliciesForOneDocumentEnqueueResponse, type ExtractInsurancePoliciesForOneDocumentResponse, type ExtractManyDocumentInBatchBody, type ExtractManyDocumentInBatchResponse, type ExtractOffersForOneDocumentBody, type ExtractOffersForOneDocumentEnqueueBody, type ExtractOffersForOneDocumentEnqueueResponse, type ExtractOffersForOneDocumentResponse, type ExtractOneDocumentBody, type ExtractOneDocumentEnqueueBody, type ExtractOneDocumentEnqueueResponse, type ExtractOneDocumentResponse, type ExtractPartyForOneDocumentEnqueueBody, type ExtractPartyForOneDocumentEnqueueResponse, type ExtractWebsiteThemeBody, type ExtractWebsiteThemeResponse, type GenerateCompanyDescriptionBody, type GenerateCompanyDescriptionResponse, type GenerateConceptReplyBody, type GenerateConceptReplyPathParams, type GenerateConceptReplyQueryParams, type GenerateConceptReplyResponse, type GenerateDiasOfferDocumentBySessionIdPathParams, type GenerateDiasOfferDocumentBySessionIdQueryParams, type GenerateDiasOfferDocumentBySessionIdResponse, type GenerateDistributionAboutUsCompletionBody, type GenerateDistributionAboutUsCompletionResponse, type GenerateDnsPrefixBody, type GenerateDnsPrefixQueryParams, type GenerateDnsPrefixResponse, type GenerateDocxDocumentOfAdvisoryReportByIdPathParams, type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams, type GenerateDocxDocumentOfAdvisoryReportByIdResponse, type GenerateFlowQuestionnaireDocumentBody, type GenerateFlowQuestionnaireDocumentPathParams, type GenerateFlowQuestionnaireDocumentQueryParams, type GenerateFlowQuestionnaireDocumentResponse, type GenerateFlowQuestionnairePathParams, type GenerateFlowQuestionnaireQueryParams, type GenerateFlowQuestionnaireResponse, type GenerateOfferRequestForInsuranceCompanyDocxBody, type GenerateOfferRequestForInsuranceCompanyDocxResponse, type GenerateOfferRequestForInsuranceCompanyPdfBody, type GenerateOfferRequestForInsuranceCompanyPdfResponse, type GeneratePdfOfAdvisoryReportByIdPathParams, type GeneratePdfOfAdvisoryReportByIdQueryParams, type GeneratePdfOfAdvisoryReportByIdResponse, type GeneratePersonalizationAdviceForAdvisoryReportPathParams, type GeneratePersonalizationAdviceForAdvisoryReportResponse, type GeneratePossibleProductsBySessionV2Body, type GeneratePossibleProductsBySessionV2PathParams, type GeneratePossibleProductsBySessionV2QueryParams, type GeneratePossibleProductsBySessionV2Response, type GenerateQuestionsToPrefillByCarBody, type GenerateQuestionsToPrefillByCarPathParams, type GenerateQuestionsToPrefillByCarQueryParams, type GenerateQuestionsToPrefillByCarResponse, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse, type GenerateTokenForSocialLoginFlowAsBrokerQueryParams, type GenerateTokenForSocialLoginFlowAsBrokerResponse, type Get2FaByUserResponse, type GetActivityByPartyPathParams, type GetActivityByPartyQueryParams, type GetActivityByPartyResponse, type GetAddressInfoFreemiumQueryParams, type GetAddressInfoFreemiumResponse, type GetAddressInfoQueryParams, type GetAddressInfoResponse, type GetAdvicesPerInsuranceProductPathParams, type GetAdvicesPerInsuranceProductResponse, type GetAdvisoryReportByIdPathParams, type GetAdvisoryReportByIdQueryParams, type GetAdvisoryReportByIdResponse, type GetAdvisoryReportExportOptionsPathParams, type GetAdvisoryReportExportOptionsResponse, type GetAdvisoryReportRevisionDiffPathParams, type GetAdvisoryReportRevisionDiffQueryParams, type GetAdvisoryReportRevisionDiffResponse, type GetAllActivityTypesQueryParams, type GetAllActivityTypesResponse, type GetAllAdvisoryReportsQueryParams, type GetAllAdvisoryReportsResponse, type GetAllAvailableAffiliationsResponse, type GetAllAvailablePlansResponse, type GetAllAvailableThemesInWegroupQueryParams, type GetAllAvailableThemesInWegroupResponse, type GetAllBrokersLinkedToCurrentUserResponse, type GetAllCampaignTemplatesQueryParams, type GetAllCampaignTemplatesResponse, type GetAllCampaignsByDistributionQueryParams, type GetAllCampaignsByDistributionResponse, type GetAllCarClaimCategoriesResponse, type GetAllClaimsAsBrokerQueryParams, type GetAllClaimsAsBrokerResponse, type GetAllConversationsQueryParams, type GetAllConversationsResponse, type GetAllCustomersByDistributionQueryParams, type GetAllCustomersByDistributionResponse, type GetAllEnumsResponse, type GetAllLeadsByDistributionPathParams, type GetAllLeadsByDistributionResponse, type GetAllLeaseOffersByDistributionPathParams, type GetAllLeaseOffersByDistributionQueryParams, type GetAllLeaseOffersByDistributionResponse, type GetAllPartiesByDistributionPathParams, type GetAllPartiesByDistributionQueryParams, type GetAllPartiesByDistributionResponse, type GetAllPartiesByDistributionV2PathParams, type GetAllPartiesByDistributionV2QueryParams, type GetAllPartiesByDistributionV2Response, type GetAllRiskObjectsByPartyIdPathParams, type GetAllRiskObjectsByPartyIdQueryParams, type GetAllRiskObjectsByPartyIdResponse, type GetAllRiskObjectsByPartyIdV2PathParams, type GetAllRiskObjectsByPartyIdV2QueryParams, type GetAllRiskObjectsByPartyIdV2Response, type GetAllSessionsBySessionIdPathParams, type GetAllSessionsBySessionIdQueryParams, type GetAllSessionsBySessionIdResponse, type GetAllVehicleBrandsQueryParams, type GetAllVehicleBrandsResponse, type GetAllVehicleSeriesByBrandKeyPathParams, type GetAllVehicleSeriesByBrandKeyQueryParams, type GetAllVehicleSeriesByBrandKeyResponse, type GetAllVehicleVersionsBySeriesIdPathParams, type GetAllVehicleVersionsBySeriesIdQueryParams, type GetAllVehicleVersionsBySeriesIdResponse, type GetAnvaAgentsQueryParams, type GetAnvaAgentsResponse, type GetAnvaClosingQuestionsQueryParams, type GetAnvaClosingQuestionsResponse, type GetAnvaCollectionMethodsPathParams, type GetAnvaCollectionMethodsQueryParams, type GetAnvaCollectionMethodsResponse, type GetAnvaEmployeesQueryParams, type GetAnvaEmployeesResponse, type GetAnvaLabelsQueryParams, type GetAnvaLabelsResponse, type GetAnvaMutationReasonsQueryParams, type GetAnvaMutationReasonsResponse, type GetAnvaPartiesQueryParams, type GetAnvaPartiesResponse, type GetAnvaProductsQueryParams, type GetAnvaProductsResponse, type GetAnvaproductByIdPathParams, type GetAnvaproductByIdQueryParams, type GetAnvaproductByIdResponse, type GetAnvaproductsQueryParams, type GetAnvaproductsResponse, type GetArtifactFromEventByIdPathParams, type GetArtifactFromEventByIdQueryParams, type GetArtifactFromEventByIdResponse, type GetAssuEmployeesQueryParams, type GetAssuEmployeesResponse, type GetAvailableFlowsForDistributionInfoQueryParams, type GetAvailableFlowsForDistributionInfoResponse, type GetBrokerByAnvaProducerIdPathParams, type GetBrokerByAnvaProducerIdResponse, type GetBrokerByAnvaRelationMangerIdPathParams, type GetBrokerByAnvaRelationMangerIdResponse, type GetBrokerConnectionsByIdPathParams, type GetBrokerConnectionsByIdQueryParams, type GetBrokerConnectionsByIdResponse, type GetBrokerIntegrationsPathParams, type GetBrokerIntegrationsResponse, type GetCampaignByIdPathParams, type GetCampaignByIdQueryParams, type GetCampaignByIdResponse, type GetCampaignSettingsByDistributionQueryParams, type GetCampaignSettingsByDistributionResponse, type GetCampaignTargetMailTemplateQueryParams, type GetCampaignTargetMailTemplateResponse, type GetCarLeaseRatesQueryParams, type GetCarLeaseRatesResponse, type GetChatBySessionIdPathParams, type GetChatBySessionIdResponse, type GetChatSummaryV2BySessionIdPathParams, type GetChatSummaryV2BySessionIdQueryParams, type GetChatSummaryV2BySessionIdResponse, type GetCheckupByPartyIdPathParams, type GetCheckupByPartyIdResponse, type GetClaimAsBrokerByIdPathParams, type GetClaimAsBrokerByIdQueryParams, type GetClaimAsBrokerByIdResponse, type GetClaimAsCustomerWithTokenPathParams, type GetClaimAsCustomerWithTokenQueryParams, type GetClaimAsCustomerWithTokenResponse, type GetClaimByIdAsCustomerPathParams, type GetClaimByIdAsCustomerResponse, type GetClaimEventsAsBrokerByIdPathParams, type GetClaimEventsAsBrokerByIdQueryParams, type GetClaimEventsAsBrokerByIdResponse, type GetClaimEventsAsCustomerPathParams, type GetClaimEventsAsCustomerQueryParams, type GetClaimEventsAsCustomerResponse, type GetClaimsAsCustomerQueryParams, type GetClaimsAsCustomerResponse, type GetClaimsAsPartyByIdPathParams, type GetClaimsAsPartyByIdResponse, type GetClaimsAsPartyPathParams, type GetClaimsAsPartyQueryParams, type GetClaimsAsPartyResponse, type GetComplianceByRiskObjectIdPathParams, type GetComplianceByRiskObjectIdResponse, type GetConversationByIdPathParams, type GetConversationByIdQueryParams, type GetConversationByIdResponse, type GetConversationNotesPathParams, type GetConversationNotesQueryParams, type GetConversationNotesResponse, type GetConversationReportPdfByIdBody, type GetConversationReportPdfByIdPathParams, type GetConversationReportPdfByIdQueryParams, type GetConversationReportPdfByIdResponse, type GetConversationsOriginFilterQueryParams, type GetConversationsOriginFilterResponse, type GetCurrentAccountInsightsAsCustomerQueryParams, type GetCurrentAccountInsightsAsCustomerResponse, type GetCurrentAccountInsightsAsPartyPathParams, type GetCurrentAccountInsightsAsPartyQueryParams, type GetCurrentAccountInsightsAsPartyResponse, type GetCurrentBrokerOfTheUserResponse, type GetCustomersByPartyPathParams, type GetCustomersByPartyQueryParams, type GetCustomersByPartyResponse, type GetDiasAfdbranchesResponse, type GetDiasCollectionMethodsPathParams, type GetDiasCollectionMethodsQueryParams, type GetDiasCollectionMethodsResponse, type GetDiasEmployeesQueryParams, type GetDiasEmployeesResponse, type GetDiasPartiesQueryParams, type GetDiasPartiesResponse, type GetDiasPartySalutationsResponse, type GetDiasPartyTitlesResponse, type GetDiasProductsQueryParams, type GetDiasProductsResponse, type GetDiasflowInsurancesQueryParams, type GetDiasflowInsurancesResponse, type GetDiasflowProductByIdPathParams, type GetDiasflowProductByIdQueryParams, type GetDiasflowProductByIdResponse, type GetDiasflowProductsQueryParams, type GetDiasflowProductsResponse, type GetDistributionActivityPathParams, type GetDistributionActivityQueryParams, type GetDistributionActivityResponse, type GetDistributionAffiliationsPathParams, type GetDistributionAffiliationsResponse, type GetDistributionByIdPathParams, type GetDistributionByIdResponse, type GetDistributionConnectionsByIdPathParams, type GetDistributionConnectionsByIdQueryParams, type GetDistributionConnectionsByIdResponse, type GetDistributionFaqQueryParams, type GetDistributionFaqResponse, type GetDistributionHasPendingUpgradePathParams, type GetDistributionHasPendingUpgradeResponse, type GetDistributionSettingsResponse, type GetDistributionTagsQueryParams, type GetDistributionTagsResponse, type GetDocumentExtractionBatchByIdPathParams, type GetDocumentExtractionBatchByIdResponse, type GetDocumentMetadataPathParams, type GetDocumentMetadataResponse, type GetDocumentsAsCustomerQueryParams, type GetDocumentsAsCustomerResponse, type GetDocumentsForPartyPathParams, type GetDocumentsForPartyQueryParams, type GetDocumentsForPartyResponse, type GetEmailByMessageIdQueryParams, type GetEmailByMessageIdResponse, type GetEncryptionKeysQueryParams, type GetEncryptionKeysResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponsePathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryPathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryResponse, type GetEnumByAnvaLabelPathParams, type GetEnumByAnvaLabelQueryParams, type GetEnumByAnvaLabelResponse, type GetEnumByDiasLabelPathParams, type GetEnumByDiasLabelQueryParams, type GetEnumByDiasLabelResponse, type GetEventsByAdvisoryReportIdPathParams, type GetEventsByAdvisoryReportIdQueryParams, type GetEventsByAdvisoryReportIdResponse, type GetExtractEnityInfoPathParams, type GetExtractEnityInfoResponse, type GetFasterforwardEmployeesQueryParams, type GetFasterforwardEmployeesResponse, type GetFasterforwardTeamsQueryParams, type GetFasterforwardTeamsResponse, type GetFinconnectLinkAsCustomerQueryParams, type GetFinconnectLinkAsCustomerResponse, type GetFinconnectLinkForInsurancePolicyAsCustomerPathParams, type GetFinconnectLinkForInsurancePolicyAsCustomerQueryParams, type GetFinconnectLinkForInsurancePolicyAsCustomerResponse, type GetFinconnectLinkForInsurancePolicyPathParams, type GetFinconnectLinkForInsurancePolicyQueryParams, type GetFinconnectLinkForInsurancePolicyResponse, 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 GetInsurancePolicyComplianceByIdPathParams, type GetInsurancePolicyComplianceByIdResponse, type GetInsurancePolicySimulationsForPartyPathParams, type GetInsurancePolicySimulationsForPartyQueryParams, type GetInsurancePolicySimulationsForPartyResponse, type GetInsuranceProductClausesByDistributionQueryParams, type GetInsuranceProductClausesByDistributionResponse, type GetInsuranceProductsV2QueryParams, type GetInsuranceProductsV2Response, type GetIntegrationsByDistributionPathParams, type GetIntegrationsByDistributionResponse, type GetInvoiceByIdAsCustomerPathParams, type GetInvoiceByIdAsCustomerResponse, type GetInvoicesAsCustomerQueryParams, type GetInvoicesAsCustomerResponse, type GetInvoicesAsPartyByIdPathParams, type GetInvoicesAsPartyByIdResponse, type GetInvoicesAsPartyPathParams, type GetInvoicesAsPartyQueryParams, type GetInvoicesAsPartyResponse, type GetJobResultByIdPathParams, type GetJobResultByIdQueryParams, type GetJobResultByIdResponse, type GetKycByPartyPathParams, type GetKycByPartyQueryParams, type GetKycByPartyResponse, type GetLeadByIdPathParams, type GetLeadByIdResponse, type GetLeadProviderByIdPathParams, type GetLeadProviderByIdResponse, type GetLeadProvidersByAffinityQueryParams, type GetLeadProvidersByAffinityResponse, type GetLeaseOfferByIdPathParams, type GetLeaseOfferByIdQueryParams, type GetLeaseOfferByIdResponse, type GetLinkOfDocumentPathParams, type GetLinkOfDocumentResponse, type GetMetricsByCampaignPathParams, type GetMetricsByCampaignQueryParams, type GetMetricsByCampaignResponse, type GetMinimalOfferByIdPathParams, type GetMinimalOfferByIdQueryParams, type GetMinimalOfferByIdResponse, type GetMinimalOfferRevisionByIdPathParams, type GetMinimalOfferRevisionByIdResponse, type GetMinimalRiskObjectByIdPathParams, type GetMinimalRiskObjectByIdQueryParams, type GetMinimalRiskObjectByIdResponse, type GetNaceQueryParams, type GetNaceResponse, type GetNoveltyInsightsByDistributionPathParams, type GetNoveltyInsightsByDistributionQueryParams, type GetNoveltyInsightsByDistributionResponse, type GetOfferByIdPathParams, type GetOfferByIdResponse, type GetOffersByDistributionPathParams, type GetOffersByDistributionQueryParams, type GetOffersByDistributionResponse, type GetOnboardingChecklistByBrokerPathParams, type GetOnboardingChecklistByBrokerQueryParams, type GetOnboardingChecklistByBrokerResponse, type GetOnesuranceDataByPartyIdPathParams, type GetOnesuranceDataByPartyIdQueryParams, type GetOnesuranceDataByPartyIdResponse, type GetOnesuranceRecommendationsByEmailIdPathParams, type GetOnesuranceRecommendationsByEmailIdQueryParams, type GetOnesuranceRecommendationsByEmailIdResponse, type GetOrganisationDistributionsPathParams, type GetOrganisationDistributionsQueryParams, type GetOrganisationDistributionsResponse, type GetOrganisationLeadsPathParams, type GetOrganisationLeadsQueryParams, type GetOrganisationLeadsResponse, type GetOrganisationOffersPathParams, type GetOrganisationOffersQueryParams, type GetOrganisationOffersResponse, type GetOutlookConnectionDetailsQueryParams, type GetOutlookConnectionDetailsResponse, type GetOutlookMailByIdPathParams, type GetOutlookMailByIdQueryParams, type GetOutlookMailByIdResponse, type GetOutlookMailByOutlookMessageIdPathParams, type GetOutlookMailByOutlookMessageIdQueryParams, type GetOutlookMailByOutlookMessageIdResponse, type GetOutlookMailfoldersQueryParams, type GetOutlookMailfoldersResponse, type GetOutlookMailsQueryParams, type GetOutlookMailsResponse, type GetPartiesByCustomerPathParams, type GetPartiesByCustomerQueryParams, type GetPartiesByCustomerResponse, type GetPartiesLinkedToUserResponse, type GetPartiesOriginFilterQueryParams, type GetPartiesOriginFilterResponse, type GetPartyAddressesPathParams, type GetPartyAddressesResponse, type GetPartyByIdPathParams, type GetPartyByIdResponse, type GetPartyMergeSuggestionsPathParams, type GetPartyMergeSuggestionsQueryParams, type GetPartyMergeSuggestionsResponse, type GetPdfOfAdvisoryReportByIdPathParams, type GetPdfOfAdvisoryReportByIdQueryParams, type GetPdfOfAdvisoryReportByIdResponse, type GetPerformanceInsightsByDistributionPathParams, type GetPerformanceInsightsByDistributionQueryParams, type GetPerformanceInsightsByDistributionResponse, type GetPolicyPackageByIdAsCustomerPathParams, type GetPolicyPackageByIdAsCustomerResponse, type GetPolicyPackageByIdPathParams, type GetPolicyPackageByIdQueryParams, type GetPolicyPackageByIdResponse, type GetPolicyPackageSimulationsForPartyPathParams, type GetPolicyPackageSimulationsForPartyResponse, type GetPolicyPackagesAsCustomerQueryParams, type GetPolicyPackagesAsCustomerResponse, type GetPolicyPackagesForPartyPathParams, type GetPolicyPackagesForPartyResponse, type GetPossibleInsuranceProductsByPartyIdPathParams, type GetPossibleInsuranceProductsByPartyIdQueryParams, type GetPossibleInsuranceProductsByPartyIdResponse, type GetPossibleInsuranceProductsByRiskObjectIdPathParams, type GetPossibleInsuranceProductsByRiskObjectIdQueryParams, type GetPossibleInsuranceProductsByRiskObjectIdResponse, type GetPossibleInsuranceProductsForManagementByPartyIdPathParams, type GetPossibleInsuranceProductsForManagementByPartyIdQueryParams, type GetPossibleInsuranceProductsForManagementByPartyIdResponse, type GetPossibleInsuranceProductsForStaffByPartyIdPathParams, type GetPossibleInsuranceProductsForStaffByPartyIdQueryParams, type GetPossibleInsuranceProductsForStaffByPartyIdResponse, type GetPreventionAdviceQueryParams, type GetPreventionAdviceResponse, type GetPromotionsByDistributionIdPathParams, type GetPromotionsByDistributionIdResponse, type GetProvenanceInfoOfDocumentPathParams, type GetProvenanceInfoOfDocumentResponse, type GetQuoteExportsQueryParams, type GetQuoteExportsResponse, type GetQuoteInsightsPathParams, type GetQuoteInsightsQueryParams, type GetQuoteInsightsResponse, type GetQuotesAsBatchResultsByConversationIdPathParams, type GetQuotesAsBatchResultsByConversationIdQueryParams, type GetQuotesAsBatchResultsByConversationIdResponse, type GetRecommendationsByIdPathParams, type GetRecommendationsByIdQueryParams, type GetRecommendationsByIdResponse, type GetRecommendationsByPartyIdPathParams, type GetRecommendationsByPartyIdQueryParams, type GetRecommendationsByPartyIdResponse, type GetRecommendationsBySessionIdPathParams, type GetRecommendationsBySessionIdQueryParams, type GetRecommendationsBySessionIdResponse, type GetRiskAnalysisByPartyIdPathParams, type GetRiskAnalysisByPartyIdResponse, type GetRiskDomainByIdPathParams, type GetRiskDomainByIdQueryParams, type GetRiskDomainByIdResponse, type GetRiskDomainsQueryParams, type GetRiskDomainsResponse, type GetRiskObjectByRiskObjectRevisionIdPathParams, type GetRiskObjectByRiskObjectRevisionIdQueryParams, type GetRiskObjectByRiskObjectRevisionIdResponse, type GetRiskObjectRevisionsByIdPathParams, type GetRiskObjectRevisionsByIdQueryParams, type GetRiskObjectRevisionsByIdResponse, type GetSbiQueryParams, type GetSbiResponse, type GetSingularityJobResultByIdPathParams, type GetSingularityJobResultByIdQueryParams, type GetSingularityJobResultByIdResponse, type GetStepSettingsByAdvisoryReportIdPathParams, type GetStepSettingsByAdvisoryReportIdQueryParams, type GetStepSettingsByAdvisoryReportIdResponse, type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams, type GetSupportedAnvaflowCoveragesGroupedByAdnResponse, type GetSupportedAnvaflowCoveragesQueryParams, type GetSupportedAnvaflowCoveragesResponse, type GetSupportedAnvaflowInsuranceCompaniesQueryParams, type GetSupportedAnvaflowInsuranceCompaniesResponse, type GetSupportedAnvaflowInsurancesQueryParams, type GetSupportedAnvaflowInsurancesResponse, type GetSupportedAnvaflowTagsQueryParams, type GetSupportedAnvaflowTagsResponse, type GetSupportedInsuranceCompaniesQueryParams, type GetSupportedInsuranceCompaniesResponse, type GetSupportedInsuranceSubjectsQueryParams, type GetSupportedInsuranceSubjectsResponse, type GetSupportedMimeTypesResponse, type GetSupportedRiskDomainsQueryParams, type GetSupportedRiskDomainsResponse, type GetSupportedYellowhiveflowCoveragesQueryParams, type GetSupportedYellowhiveflowCoveragesResponse, type GetSupportedYellowhiveflowInsurancesQueryParams, type GetSupportedYellowhiveflowInsurancesResponse, type GetSystemCampaignsByPartyPathParams, type GetSystemCampaignsByPartyQueryParams, type GetSystemCampaignsByPartyResponse, type GetTheBrokerByIdPathParams, type GetTheBrokerByIdResponse, type GetUspByDistributionQueryParams, type GetUspByDistributionResponse, type GetValuesOfEnumPathParams, type GetValuesOfEnumResponse, type GetVehicleByCarIdOrFebiacIdQueryParams, type GetVehicleByCarIdOrFebiacIdResponse, type GetVehicleByNumberPlateAndCarIdPathParams, type GetVehicleByNumberPlateAndCarIdQueryParams, type GetVehicleByNumberPlateAndCarIdResponse, type GetVehicleByVersionIdPathParams, type GetVehicleByVersionIdQueryParams, type GetVehicleByVersionIdResponse, type GetVehicleByVinAndCarIdPathParams, type GetVehicleByVinAndCarIdQueryParams, type GetVehicleByVinAndCarIdResponse, type GetVehicleVersionFactsBySeriesIdPathParams, type GetVehicleVersionFactsBySeriesIdQueryParams, type GetVehicleVersionFactsBySeriesIdResponse, type GetWeatherInfoQueryParams, type GetWeatherInfoResponse, type GetYellowhiveflowProductByIdPathParams, type GetYellowhiveflowProductByIdQueryParams, type GetYellowhiveflowProductByIdResponse, type GetYellowhiveflowProductsQueryParams, type GetYellowhiveflowProductsResponse, type GetYourOwnUserResponse, type GiveFeedbackOnConversationByIdPathParams, type GiveFeedbackOnConversationByIdQueryParams, type GiveFeedbackOnConversationByIdResponse, type GiveFeedbackOnRecommendationsByIdBody, type GiveFeedbackOnRecommendationsByIdPathParams, type GiveFeedbackOnRecommendationsByIdResponse, type GiveFeedbackToInsuranceTermsBotBody, type GiveFeedbackToInsuranceTermsBotQueryParams, type GiveFeedbackToInsuranceTermsBotResponse, type HandleCreateDistributionThemeBody, type HandleCreateDistributionThemeQueryParams, type HandleCreateDistributionThemeResponse, type HandleDeleteDistributionThemePathParams, type HandleDeleteDistributionThemeQueryParams, type HandleDeleteDistributionThemeResponse, type HandleUpdateDistributionThemeBody, type HandleUpdateDistributionThemePathParams, type HandleUpdateDistributionThemeQueryParams, type HandleUpdateDistributionThemeResponse, type HttpMethod, type ImportAnvaDocumentInWegroupQueryParams, type ImportAnvaDocumentInWegroupResponse, type ImportAnvaInsurancePolicyDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyDocumentInWegroupResponse, type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse, type ImportAnvaPartyInWegroupPathParams, type ImportAnvaPartyInWegroupQueryParams, type ImportAnvaPartyInWegroupResponse, type ImportAnvaproductBody, type ImportAnvaproductQueryParams, type ImportAnvaproductResponse, type ImportAssuPartyInWegroupPathParams, type ImportAssuPartyInWegroupQueryParams, type ImportAssuPartyInWegroupResponse, type ImportDiasPartyInWegroupPathParams, type ImportDiasPartyInWegroupQueryParams, type ImportDiasPartyInWegroupResponse, type ImportDiasflowProductBody, type ImportDiasflowProductQueryParams, type ImportDiasflowProductResponse, type ImportFasterforwardPartyInWegroupPathParams, type ImportFasterforwardPartyInWegroupQueryParams, type ImportFasterforwardPartyInWegroupResponse, type InviteColleaguesToDistributionBody, type InviteColleaguesToDistributionResponse, type InviteUserToPartyBody, type InviteUserToPartyPathParams, type InviteUserToPartyResponse, type LinkConversationToAdvisoryReportBody, type LinkConversationToAdvisoryReportPathParams, type LinkConversationToAdvisoryReportQueryParams, type LinkConversationToAdvisoryReportResponse, type LinkPartyToUserBody, type LinkPartyToUserResponse, type LockFlightApiResponse, type MarkConversationAsCompletedByIdBody, type MarkConversationAsCompletedByIdPathParams, type MarkConversationAsCompletedByIdResponse, type MergePartiesTogetherBody, type MergePartiesTogetherPathParams, type MergePartiesTogetherQueryParams, type MergePartiesTogetherResponse, type Middleware, type OrderInsurancePolciesOfAdvisoryReportBody, type OrderInsurancePolciesOfAdvisoryReportPathParams, type OrderInsurancePolciesOfAdvisoryReportQueryParams, type OrderInsurancePolciesOfAdvisoryReportResponse, type OutlookConnectionSyncQueryParams, type OutlookConnectionSyncResponse, type OverrideInsuranceProductRecommendationByIdBody, type OverrideInsuranceProductRecommendationByIdPathParams, type OverrideInsuranceProductRecommendationByIdResponse, type OverridePreventionAdviceRecommendationByIdBody, type OverridePreventionAdviceRecommendationByIdPathParams, type OverridePreventionAdviceRecommendationByIdResponse, type PatchAnvaproductByIdBody, type PatchAnvaproductByIdPathParams, type PatchAnvaproductByIdQueryParams, type PatchAnvaproductByIdResponse, type PatchAnvaproductCoverageByIdBody, type PatchAnvaproductCoverageByIdPathParams, type PatchAnvaproductCoverageByIdQueryParams, type PatchAnvaproductCoverageByIdResponse, type PatchDiasflowProductByIdBody, type PatchDiasflowProductByIdPathParams, type PatchDiasflowProductByIdQueryParams, type PatchDiasflowProductByIdResponse, type PatchDiasflowProductCoverageByDiasIdBody, type PatchDiasflowProductCoverageByDiasIdPathParams, type PatchDiasflowProductCoverageByDiasIdQueryParams, type PatchDiasflowProductCoverageByDiasIdResponse, type PatchOwnPartyAsCustomerBody, type PatchOwnPartyAsCustomerResponse, type PoseAQuestionToInsuranceTermsBotBody, type PoseAQuestionToInsuranceTermsBotForItToCompareBody, type PoseAQuestionToInsuranceTermsBotForItToCompareQueryParams, type PoseAQuestionToInsuranceTermsBotForItToCompareResponse, type PoseAQuestionToInsuranceTermsBotQueryParams, type PoseAQuestionToInsuranceTermsBotResponse, type PostEventAsCarglassPartnerBody, type PostEventAsCarglassPartnerResponse, type PutClausesForReportBody, type PutClausesForReportPathParams, type PutClausesForReportQueryParams, type PutClausesForReportResponse, type RecalculateDiasQuotesBySessionIdAndProductIdBody, type RecalculateDiasQuotesBySessionIdAndProductIdPathParams, type RecalculateDiasQuotesBySessionIdAndProductIdQueryParams, type RecalculateDiasQuotesBySessionIdAndProductIdResponse, type RecalculateDiasSimulationBySessionIdBody, type RecalculateDiasSimulationBySessionIdPathParams, type RecalculateDiasSimulationBySessionIdQueryParams, type RecalculateDiasSimulationBySessionIdResponse, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse, type RecalculateSimulationBySessionIdBody, type RecalculateSimulationBySessionIdPathParams, type RecalculateSimulationBySessionIdQueryParams, type RecalculateSimulationBySessionIdResponse, type RecalculateYellowhiveQuotesBySessionIdAndProductIdBody, type RecalculateYellowhiveQuotesBySessionIdAndProductIdPathParams, type RecalculateYellowhiveQuotesBySessionIdAndProductIdQueryParams, type RecalculateYellowhiveQuotesBySessionIdAndProductIdResponse, type RecalculateYellowhiveSimulationBySessionIdBody, type RecalculateYellowhiveSimulationBySessionIdPathParams, type RecalculateYellowhiveSimulationBySessionIdQueryParams, type RecalculateYellowhiveSimulationBySessionIdResponse, type RegenerateAnvaquestionnaireBySessionIdBody, type RegenerateAnvaquestionnaireBySessionIdPathParams, type RegenerateAnvaquestionnaireBySessionIdQueryParams, type RegenerateAnvaquestionnaireBySessionIdResponse, type RetrieveAirportsResponse, type RetrieveAllExportsByPartyPathParams, type RetrieveAllExportsByPartyQueryParams, type RetrieveAllExportsByPartyResponse, type RetrieveAnvaflowsQuestionnairesPathParams, type RetrieveAnvaflowsQuestionnairesQueryParams, type RetrieveAnvaflowsQuestionnairesResponse, type RetrieveAskLaterQuestionsQueryParams, type RetrieveAskLaterQuestionsResponse, type RetrieveAutomobileByCarIdFreemiumVersionPathParams, type RetrieveAutomobileByCarIdFreemiumVersionQueryParams, type RetrieveAutomobileByCarIdFreemiumVersionResponse, type RetrieveAutomobileByIdFreemiumQueryParams, type RetrieveAutomobileByIdFreemiumResponse, type RetrieveDiasQuestionnairesPathParams, type RetrieveDiasQuestionnairesQueryParams, type RetrieveDiasQuestionnairesResponse, type RetrieveExportByIdPathParams, type RetrieveExportByIdQueryParams, type RetrieveExportByIdResponse, type RetrieveFlowBody, type RetrieveFlowPathParams, type RetrieveFlowQueryParams, type RetrieveFlowResponse, type RetrieveYellowhiveQuestionnairesPathParams, type RetrieveYellowhiveQuestionnairesQueryParams, type RetrieveYellowhiveQuestionnairesResponse, type SchemaAboutUsResponse, type SchemaAccelerationTo100, type SchemaAccident, type SchemaAccidentStatement, type SchemaAccidentStatementType, type SchemaAccidentStatementType_2, type SchemaAccountCreateCmd, type SchemaAccountCreatedResponse, type SchemaAccreditedAppraiser, type SchemaAccreditedAppraiser_2, type SchemaAcknowledgementQueryModel, type SchemaAction, type SchemaActionType, type SchemaActionUrlResponse, type SchemaActivateOutlookSyncCmd, type SchemaActivateOutlookSyncParams, type SchemaActivitiesCreateCmd, type SchemaActivity, type SchemaActivityFrontPageCmd, type SchemaActivityFrontPageQueryModel, type SchemaActivityPatchCmd, type SchemaActivityQueryModel, type SchemaAddActionToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdviceToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdvisoryReportStepsConfigurationParams, type SchemaAddConversationToAdvisoryReportRevisionParams, type SchemaAddInsuranceProductClausesToAdvisoryReportRevisionParams, type SchemaAddRiskDomainToAdvisoryReportRevisionParams, type SchemaAdditionalProperties, type SchemaAdditionalProperties_2, type SchemaAddresWithMetadata, type SchemaAddress, type SchemaAddressAllNones, type SchemaAddressInfoLinkRelationType, type SchemaAddressInformation, type SchemaAddressRules, type SchemaAdviceChangeType, type SchemaAdviceDiffModel, type SchemaAdviceQueryModel, type SchemaAdviceType, type SchemaAdvisoryReport, type SchemaAdvisoryReportAdviceActionCreateCmd, type SchemaAdvisoryReportAdviceDiff, type SchemaAdvisoryReportClauseQueryModel, type SchemaAdvisoryReportClausesCreateCmd, type SchemaAdvisoryReportConversationLinkCmd, type SchemaAdvisoryReportConversationQueryModel, type SchemaAdvisoryReportCreateCmd, type SchemaAdvisoryReportDocxResponse, type SchemaAdvisoryReportExportOptions, type SchemaAdvisoryReportExportResponse, type SchemaAdvisoryReportFrontPageCreateCmd, type SchemaAdvisoryReportInsurancePolicyCmd, type SchemaAdvisoryReportInsurancePolicyOrder, type SchemaAdvisoryReportInsurancePolicyPackageCmd, type SchemaAdvisoryReportPartyQueryModel, type SchemaAdvisoryReportPdfResponse, type SchemaAdvisoryReportQueryModel, type SchemaAdvisoryReportRevisionAcceptanceCmd, type SchemaAdvisoryReportRevisionCmd, type SchemaAdvisoryReportRevisionCreateCmd, type SchemaAdvisoryReportRevisionMailInquiryCmd, type SchemaAdvisoryReportRevisionUpdateCmd, type SchemaAdvisoryReportRevisionsQueryModel, type SchemaAdvisoryReportRiskDomainActionCreateCmd, type SchemaAdvisoryReportRiskDomainActionPatchCmd, type SchemaAdvisoryReportRiskDomainAdviceCreateCmd, type SchemaAdvisoryReportRiskDomainAdvicePatchCmd, type SchemaAdvisoryReportRiskDomainCreateCmd, type SchemaAdvisoryReportStepsCreateCmd, type SchemaAdvisoryReportTask, type SchemaAdvisoryReportsQueryModel, type SchemaAdvisoryTaskPriority, type SchemaAedesCar, type SchemaAedesCarPayload, type SchemaAedesDriver, type SchemaAedesParking, type SchemaAedesParking_2, type SchemaAffiliation, type SchemaAffiliationInfo, type SchemaAffiliationStatus, type SchemaAffinityKey, type SchemaAgHomePayload, type SchemaAgriculturalVehicleUsage, type SchemaAgriculturalVehicleUsage_2, type SchemaAlarmSystem, type SchemaAllGuaranteesSetting, type SchemaAllianzCancellationReason, type SchemaAllianzCancellationReason_2, type SchemaAllianzCar, type SchemaAllianzCarPayload, type SchemaAllianzDriver, type SchemaAllianzFamilyPayload, type SchemaAllianzHome, type SchemaAllianzHomePayload, type SchemaAnalyzeEmailByIdParams, type SchemaAnnex, type SchemaAnnexRoofConstructionType, type SchemaAnnexType, type SchemaAnnexType_2, type SchemaAnnexWallConstructionType, type SchemaAnnualPremium, type SchemaAnnualPremiumQueryModel, type SchemaAnswer, type SchemaAnswerFlowParams, type SchemaAnswerFlowSessionParams, type SchemaAnswerFlowsResponse, type SchemaAnswerValidationError, type SchemaAnswerValidationErrorMessage, type SchemaAnswersPayload, type SchemaAnvaAdnCoverage, type SchemaAnvaCalculationPackage, type SchemaAnvaCalculationResponse, type SchemaAnvaClaimStatus, type SchemaAnvaClosingQuestion, type SchemaAnvaClosingQuestionUpsertCmd, type SchemaAnvaCollectionMethod, type SchemaAnvaCollectionMethods, type SchemaAnvaCoverage, type SchemaAnvaCoverageCombination, type SchemaAnvaCustomerInquiryParams, type SchemaAnvaDocument, type SchemaAnvaDocumentTaskCmd, type SchemaAnvaDocumentUpdateCmd, type SchemaAnvaDocumentUploadCmd, type SchemaAnvaExportReply, type SchemaAnvaFlowLabelStatus, type SchemaAnvaFlowStatus, type SchemaAnvaInquiry, type SchemaAnvaInquiryDocument, type SchemaAnvaInsurance, type SchemaAnvaInsuranceCompany, type SchemaAnvaInsuranceCompanyUpdateCmd, type SchemaAnvaInsurancePackage, type SchemaAnvaInsurancePolicy, type SchemaAnvaInsuranceUpdateCmd, type SchemaAnvaInvoiceStatus, type SchemaAnvaLabel, type SchemaAnvaMutationReason, type SchemaAnvaMutationReasons, type SchemaAnvaOfferDocument, type SchemaAnvaPackage, type SchemaAnvaPackageDiscount, type SchemaAnvaPackageUpdateCmd, type SchemaAnvaPolicyPackageCalculationJob, type SchemaAnvaProduct, type SchemaAnvaProductCoverageSelection, 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 SchemaAnvaRegenerateQuestionnaireRequest, type SchemaAnvaRegenerateQuestionnaireResponse, type SchemaAnvaSendOfferInsurancePolicy, type SchemaAnvaSendOfferPolicyPackage, type SchemaAnvaSendOfferResponse, type SchemaAnvaTag, type SchemaAnvaTaskCmd, type SchemaAnvaTaskPriority, type SchemaApiCoverage, type SchemaApiCoverageSource, type SchemaAppHandlersNatsModelsStatusResponse, type SchemaAppModelsAdvisoryReportAdvisoryReportAdviceDiffRiskDomain, type SchemaAppModelsAdvisoryReportAdvisoryReportRevisionCreateCmdInsurancePolicies, type SchemaAppModelsCompanyRegistrationCompanyRegistration, type SchemaAppModelsCompanyRegistrationCompanyregistration, type SchemaAppModelsEnumsCompanyProspectType, type SchemaAppModelsEnumsCustomerProspectType, type SchemaAppModelsEnumsLanguageCodes, type SchemaAppModelsEnumsLanguageCodes_2, type SchemaAppModelsEnumsMiscellaneousType, type SchemaAppModelsEnumsProspectType, type SchemaAppModelsEnumsProspectType_2, type SchemaAppModelsFsmaFsma, type SchemaAppModelsInsurancePolicyExternalLabel, type SchemaAppModelsInsurancePolicyExternalRef, type SchemaAppModelsInsurancePolicyExternalref, type SchemaAppModelsLeadAcknowledgement, type SchemaAppModelsLocalisationLocalisation, type SchemaAppModelsOfferAcknowledgement, type SchemaAppModelsOfferInsurance, type SchemaAppModelsPartyCommandsExternalRef, type SchemaAppModelsPartyCommandsExternalref, type SchemaAppModelsPartyCustomer, type SchemaAppModelsPartyManagementBaseDocumentDataPreferences, type SchemaAppModelsPartyManagementFunction, type SchemaAppModelsPartyManagementFunction_2, type SchemaAppModelsPartyManagementbasedocumentdataPreferences, type SchemaAppModelsPartyPartyCompanyBaseAssetInfo, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoMachineDelivery, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoPeriodicCash, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoSiloCapacity, type SchemaAppModelsPartyPartyCompanyBaseBookkeeper, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorks, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorksConstructionWorkDuration, type SchemaAppModelsPartyPartyCompanyBaseContactPerson, type SchemaAppModelsPartyPartyCompanyBaseCustomerInfo, type SchemaAppModelsPartyPartyCompanyBaseCyber, type SchemaAppModelsPartyPartyCompanyBaseExhibitionActivity, type SchemaAppModelsPartyPartyCompanyBaseExportActivity, type SchemaAppModelsPartyPartyCompanyBaseFinancialInfo, type SchemaAppModelsPartyPartyCompanyBaseImportActivity, type SchemaAppModelsPartyPartyCompanyBaseLegalAid, type SchemaAppModelsPartyPartyCompanyBaseLiabilityInfo, type SchemaAppModelsPartyPartyCompanyBaseOutlook, type SchemaAppModelsPartyPartyCompanyBasePersonnelDetails, type SchemaAppModelsPartyPartyCompanyBaseThirdPartyActivity, type SchemaAppModelsPartyPartyCompanyBaseTransportInfo, type SchemaAppModelsPartyPartyCompanyBaseTurnover, type SchemaAppModelsPartyPartyCompanyBaseWorkforce, type SchemaAppModelsPartyPartyCompanyBaseWorkforceWageBill, type SchemaAppModelsPartyPartyPreferences, type SchemaAppModelsPartyPartyPreferencesFuneralPreference, type SchemaAppModelsPartyPartycompanybaseAssetinfo, type SchemaAppModelsPartyPartycompanybaseAssetinfoMachinedelivery, type SchemaAppModelsPartyPartycompanybaseAssetinfoPeriodiccash, type SchemaAppModelsPartyPartycompanybaseAssetinfoSilocapacity, type SchemaAppModelsPartyPartycompanybaseBookkeeper, type SchemaAppModelsPartyPartycompanybaseConstructionworks, type SchemaAppModelsPartyPartycompanybaseConstructionworksConstructionworkduration, type SchemaAppModelsPartyPartycompanybaseContactperson, type SchemaAppModelsPartyPartycompanybaseCustomerinfo, type SchemaAppModelsPartyPartycompanybaseCyber, type SchemaAppModelsPartyPartycompanybaseExhibitionactivity, type SchemaAppModelsPartyPartycompanybaseExportactivity, type SchemaAppModelsPartyPartycompanybaseFinancialinfo, type SchemaAppModelsPartyPartycompanybaseImportactivity, type SchemaAppModelsPartyPartycompanybaseLegalaid, type SchemaAppModelsPartyPartycompanybaseLiabilityinfo, type SchemaAppModelsPartyPartycompanybaseOutlook, type SchemaAppModelsPartyPartycompanybasePersonneldetails, type SchemaAppModelsPartyPartycompanybaseThirdpartyactivity, type SchemaAppModelsPartyPartycompanybaseTransportinfo, type SchemaAppModelsPartyPartycompanybaseTurnover, type SchemaAppModelsPartyPartycompanybaseWorkforce, type SchemaAppModelsPartyPartycompanybaseWorkforceWagebill, type SchemaAppModelsPartyPartypreferences, type SchemaAppModelsPartyPartypreferencesFuneralpreference, type SchemaAppModelsReadDocument, type SchemaAppModelsReadDocumentExternalRef, type SchemaAppModelsRiskObjectsAmountOfRiskObjects, type SchemaAppModelsRiskObjectsBicycleBicycle, type SchemaAppModelsRiskObjectsBicyclePreferences, type SchemaAppModelsRiskObjectsBoatBoat, type SchemaAppModelsRiskObjectsBoatPreferences, type SchemaAppModelsRiskObjectsCarCar, type SchemaAppModelsRiskObjectsCarCar_2, type SchemaAppModelsRiskObjectsCarPreferences, type SchemaAppModelsRiskObjectsCarPreferences_2, type SchemaAppModelsRiskObjectsFamilyFamily, type SchemaAppModelsRiskObjectsLegalLegal, type SchemaAppModelsRiskObjectsMiscellaneousMiscellaneous, type SchemaAppModelsRiskObjectsPartyGroupPartyGroup, type SchemaAppModelsRiskObjectsResidenceMainBuilding, type SchemaAppModelsRiskObjectsResidenceResidence, type SchemaAppModelsRiskObjectsResidenceResidencePreferences, type SchemaAppModelsRiskObjectsRiskObjects, type SchemaAppModelsRiskObjectsSemiTrailerSemiTrailer, type SchemaAppModelsRiskObjectsTeacherTeacher, type SchemaAppModelsRiskObjectsTrailerTrailer, type SchemaAppModelsRiskObjectsTwowheelerPreferences, type SchemaAppModelsRiskObjectsTwowheelerTwoWheeler, type SchemaAppModelsThemeThemeCreateCmd, type SchemaAppModelsUploadExternalRef, type SchemaAppResponsesBaseStatusResponse, type SchemaAppViewsModelsAdvisoryReportAdvisoryReportQueryModelInsurancePolicies, type SchemaAppViewsModelsAdvisoryReportCoverageQueryModelExternalLabel, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyClauseComplianceQueryModelItem, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyComplianceQueryModelItem, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyCoverageComplianceQueryModelItem, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportPolicyPackageQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportRiskDomainActionQueryModelRiskDomain, type SchemaAppViewsModelsAdvisoryReportRiskDomainAdviceQueryModelRiskDomain, type SchemaAppViewsModelsClaimClaim, type SchemaAppViewsModelsClaimDocument, type SchemaAppViewsModelsInvoiceDocument, type SchemaAppViewsModelsOfferAcknowledgement, type SchemaAppViewsModelsOfferGuarantee, type SchemaAppViewsModelsOfferPartyAssignee, type SchemaAppViewsModelsPartyAddresWithMetadataMetaData, type SchemaAppViewsModelsPartyDocumentsPartyDocumentQueryModel, type SchemaAppViewsModelsPartyDocumentsPartydocumentquerymodel, type SchemaAppViewsModelsPartyLink, type SchemaAppViewsModelsPartyManagementQueryModel, type SchemaAppViewsModelsPartyManagementquerymodel, type SchemaAppViewsModelsPartyPartyAssignee, type SchemaAppViewsModelsPartyPartyDocumentsMetaData, type SchemaAppViewsModelsPartyPartyLogoQueryModel, type SchemaAppViewsModelsPartyPartyRelationQueryModelParty, type SchemaAppViewsModelsPartyPartyassignee, type SchemaAppViewsModelsPartyPartylogoquerymodel, type SchemaAppViewsModelsPartyPartyrelationquerymodelParty, type SchemaAppViewsModelsRiskDomainPreventionAdviceQueryModelPreventAdviceRiskDomain, type SchemaAppViewsModelsRiskDomainRiskDomainsQueryModelRiskDomain, type SchemaAppViewsModelsRiskObjectBicycle, type SchemaAppViewsModelsRiskObjectBoat, type SchemaAppViewsModelsRiskObjectCar, type SchemaAppViewsModelsRiskObjectDriver, type SchemaAppViewsModelsRiskObjectFamily, type SchemaAppViewsModelsRiskObjectLegal, type SchemaAppViewsModelsRiskObjectLink, type SchemaAppViewsModelsRiskObjectMiscellaneous, type SchemaAppViewsModelsRiskObjectPartyGroup, type SchemaAppViewsModelsRiskObjectPerson, type SchemaAppViewsModelsRiskObjectResidence, type SchemaAppViewsModelsRiskObjectRiskObjects, type SchemaAppViewsModelsRiskObjectSemiTrailer, type SchemaAppViewsModelsRiskObjectTeacher, type SchemaAppViewsModelsRiskObjectTrailer, type SchemaAppViewsModelsRiskObjectTwoWheeler, type SchemaAragLegalPayload, type SchemaArcesLegalPayload, type SchemaAskLaterQuestion, type SchemaAskLaterQuestionsRequest, type SchemaAskLaterQuestionsResponse, type SchemaAskaPackageChoice, type SchemaAskaPackageChoice_2, type SchemaAskaTravelInsuranceType, type SchemaAskaTravelInsuranceType_2, type SchemaAssetInfo, type SchemaAssignedToType, type SchemaAssociatedCompany, type SchemaAssuDocumentUploadCmd, type SchemaAssuTaskCmd, type SchemaAssuTaskDocument, type SchemaAssuTaskPriority, type SchemaAttachmentType, type SchemaAudits, type SchemaAuth, type SchemaAutomaticEmergencyBreaking, type SchemaAvatars, type SchemaAxaCar, type SchemaAxaCarPayload, type SchemaAxaContractualExcess, type SchemaAxaContractualExcess_2, type SchemaAxaDriver, type SchemaAxaFamilyPayload, type SchemaAxaHome, type SchemaAxaHomePayload, type SchemaAxaItemLimitTier, type SchemaAxaItemLimitTier_2, type SchemaAxaTheftFormulas, type SchemaAxaTheftFormulas_2, type SchemaBackupFrequency, type SchemaBackupFrequency_2, type SchemaBalance, type SchemaBalanceQueryModel, type SchemaBaloiseCar, type SchemaBaloiseCarPayload, type SchemaBaloiseDriver, type SchemaBaloiseFamilyPayload, type SchemaBaloiseHome, type SchemaBaloiseHomePayload, type SchemaBatchUnitResponse, type SchemaBatteryCapacity, type SchemaBicycle, type SchemaBicycleReferenceQueryModel, type SchemaBicycleRiskObjectIdWithRevisionId, type SchemaBicycleSpeed, type SchemaBicycleType, type SchemaBicycleUsage, type SchemaBlindSpotWarning, type SchemaBoat, type SchemaBoatAccidentCoverageLevel, type SchemaBoatAccidentCoverageLevel_2, type SchemaBoatBerthBigCity, type SchemaBoatBerthNlArea, type SchemaBoatBerthType, type SchemaBoatCategory, type SchemaBoatCompetitionType, type SchemaBoatConstructionType, type SchemaBoatMotorKind, type SchemaBoatNlPayloads, type SchemaBoatPreferences, type SchemaBoatReferenceQueryModel, type SchemaBoatRiskObjectIdWithRevisionId, type SchemaBoatTerritory, type SchemaBoatTrailer, type SchemaBoatUsage, type SchemaBookkeeper, type SchemaBrand, type SchemaBrandClub, type SchemaBrandClub_2, type SchemaBrandSortContext, type SchemaBroker, type SchemaBrokerConnectionCreate, type SchemaBrokerConnectionOutlookMailFolderSyncDetails, type SchemaBrokerConnectionUpdate, type SchemaBrokerCreateCmd, type SchemaBrokerIntegrations, type SchemaBrokerIntegrationsPatchCmd, type SchemaBrokerMembershipsCreateCmd, type SchemaBrokerPatchCmd, type SchemaBrokerPlan, type SchemaBrokerSettings, type SchemaBrokerType, type SchemaBrokerUserCreateCmd, type SchemaBrokerWithDistributionName, type SchemaBrokerWithModules, type SchemaBuildingExtra, type SchemaBuildingMaintenanceStatus, type SchemaBuildingPurpose, type SchemaBuildingRentOut, type SchemaBuildingUse, type SchemaCalculateAnvaQuotesRequest, type SchemaCalculateDiasQuotesRequest, type SchemaCalculateProfileaseCarQuoteCmd, type SchemaCalculateProfileaseCarQuoteParams, type SchemaCalculateYellowHiveQuotesRequest, type SchemaCalculationSpecEnumValue, type SchemaCalculationSpecInputType, type SchemaCalculationSpecType, type SchemaCampaignAudienceType, type SchemaCampaignDistributionSettingsQueryModel, type SchemaCampaignExtend, type SchemaCampaignFlowType, type SchemaCampaignGenerateDnsPrefix, type SchemaCampaignInsurance, type SchemaCampaignInsuranceQueryModel, type SchemaCampaignMailTemplateQueryModel, type SchemaCampaignMetrics, type SchemaCampaignQueryModel, type SchemaCampaignQueryModelFull, type SchemaCampaignReferenceQueryModel, type SchemaCampaignSharingOption, type SchemaCampaignSpecifications, type SchemaCampaignSpecificationsQueryModel, type SchemaCampaignStatus, type SchemaCampaignTarget, type SchemaCampaignTargetQueryModel, type SchemaCampaignTemplateCategory, type SchemaCampaignTemplateQueryModel, type SchemaCampaignTemplatesQueryModel, type SchemaCampaignType, type SchemaCampaignVerifiedDnsPrefix, type SchemaCampaignYellowHiveProduct, type SchemaCampaignYellowHiveProductQueryModel, type SchemaCampaignYellowHiveProducts, type SchemaCampaignYellowHiveProductsQueryModel, type SchemaCampaigns, type SchemaCampaignsResponse, type SchemaCar, type SchemaCarCategory, type SchemaCarCategoryCode, type SchemaCarCategoryCode_2, type SchemaCarCategory_2, type SchemaCarClaimType, type SchemaCarClaimType_2, type SchemaCarDemo, type SchemaCarDemo_2, type SchemaCarEvaluationType, type SchemaCarEvaluationType_2, type SchemaCarGlassEvent, type SchemaCarInsuranceInsightPayload, type SchemaCarInsurancePolicyInsightsCarResponse, type SchemaCarInsurancePolicyInsightsDistributionResponse, type SchemaCarInsurancePolicyInsightsPartyResponse, type SchemaCarInsurancePolicyInsightsResponse, type SchemaCarInsured, type SchemaCarInterests, type SchemaCarInterests_2, type SchemaCarLease, type SchemaCarLeaseRatesResponse, type SchemaCarLookUpToQuestion, type SchemaCarLookUpToQuestions, type SchemaCarLookUpToQuestionsCmd, type SchemaCarMileage, type SchemaCarNlPayloads, type SchemaCarPayloads, type SchemaCarPremiumResponse, type SchemaCarProfessionalUsagePurpose, type SchemaCarProfessionalUsagePurpose_2, type SchemaCarReferenceQueryModel, type SchemaCarRiskObjectIdWithRevisionId, type SchemaCarStorage, type SchemaCarTaxation, type SchemaCarTheftProtection, type SchemaCarTheftProtection_2, type SchemaCarTrackingSystem, type SchemaCarTrackingSystem_2, type SchemaCarTrailer, type SchemaCarUsage, type SchemaCarUsagePeriod, type SchemaCarUsagePeriod_2, type SchemaCarUsedFor, type SchemaCarUsedFor_2, type SchemaCarVehicleType, type SchemaCarVehicleType_2, type SchemaCarglassEventCreateParams, type SchemaCategoryType, type SchemaChatCmd, type SchemaChatSummaryDetailed, type SchemaChatSummaryGroup, type SchemaChatSummaryQuestion, type SchemaChatSummarySection, type SchemaCheckupItemType, type SchemaCheckupStatus, 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 SchemaCompliance, type SchemaComplianceRole, type SchemaConceptReplyGeneratedResponse, type SchemaCondition, type SchemaConditionAction, type SchemaConditionCheckType, type SchemaConditionOperation, type SchemaConditionType, type SchemaConditions, type SchemaConstructionType, type SchemaConstructionTypeFloors, type SchemaConstructionWorkDuration, type SchemaConstructionWorks, type SchemaConstructionYear, type SchemaConstructionYearCategory, type SchemaContactPerson, type SchemaContentValueDefinedType, type SchemaContractConversions, type SchemaConversationAnswer, type SchemaConversationAnswerCompared, type SchemaConversationDocumentPdfModel, type SchemaConversationNote, type SchemaConversationsOriginFilter, type SchemaConversationsOriginFilterItem, type SchemaCountryCodes, type SchemaCountryCodes_2, type SchemaCoverage, type SchemaCoverageCmd, type SchemaCoverageGroupMatchingScore, type SchemaCoverageInsights, type SchemaCoverageLimit, type SchemaCoveragePeriod, type SchemaCoverageQueryModel, type SchemaCoverageUpdateCmd, type SchemaCreateAccountParams, type SchemaCreateAdvisoryReportParams, type SchemaCreateAdvisoryReportRevisionParams, type SchemaCreateAdvisoryReportRevisionV2Params, type SchemaCreateAnvaPartyChildCmd, type SchemaCreateAnvaPartyCompanyCmd, type SchemaCreateAnvaPartyCompanyRegistration, type SchemaCreateAnvaPartyCustomerCmd, type SchemaCreateBicycleRiskObjectParams, type SchemaCreateBoatRiskObjectParams, type SchemaCreateBrokerConnectionParams, type SchemaCreateCampaignAssistantAvatarCmd, type SchemaCreateCampaignCmd, type SchemaCreateCampaignLogoCmd, type SchemaCreateCampaignParams, type SchemaCreateCarRiskObjectParams, type SchemaCreateCompanyLeadParams, type SchemaCreateCompanyProspectParams, type SchemaCreateCustomThemeAsDistributionParams, type SchemaCreateCustomerLeadParams, type SchemaCreateCustomerProspectParams, type SchemaCreateDiasPartyCompanyCmd, type SchemaCreateDiasPartyCompanyRegistration, type SchemaCreateDiasPartyCustomerCmd, type SchemaCreateDistributionConnectionParams, type SchemaCreateDistributionTagParams, type SchemaCreateDistributionUspParams, type SchemaCreateFamilyRiskObjectParams, type SchemaCreateFlowParams, type SchemaCreateFlowSessionParams, type SchemaCreateInsurancePolicyForPartyParams, type SchemaCreateInsuranceProductClauseParams, type SchemaCreateLegalRiskObjectParams, type SchemaCreateMiscellaneousRiskObjectParams, type SchemaCreateMultiResponse, type SchemaCreateNoteForPartyParams, type SchemaCreateOfferRequestForInsuranceCompanyDocxParams, type SchemaCreateOfferRequestForInsuranceCompanyPdfParams, type SchemaCreateOfferRevisionParams, type SchemaCreateOfferV2Params, type SchemaCreatePartyAccidentParams, type SchemaCreatePartyActivitiesParams, type SchemaCreatePartyExternalRefsParams, type SchemaCreatePartyFromCompanyRegistrationParams, type SchemaCreatePartyGroupRiskObjectParams, type SchemaCreateProfileaseCarLeaseOfferParams, type SchemaCreateProfileaseCarOfferCmd, type SchemaCreateProfileaseCarOfferResponse, type SchemaCreateRelationBetweenPartiesParams, type SchemaCreateRelationBetweenPartyAndRiskObjectParams, type SchemaCreateReply, type SchemaCreateReplyUuid, type SchemaCreateResponse, type SchemaCreateRiskObjectExternalRefsParams, type SchemaCreateSemiTrailerRiskObjectParams, type SchemaCreateSignedPartiesUploadUrlParams, type SchemaCreateTaskInAnvaParams, type SchemaCreateTaskInAssuParams, type SchemaCreateTaskInDiasParams, type SchemaCreateTaskInFasterforwardParams, type SchemaCreateToolkitAccountParams, type SchemaCreateToolkitBrokerParams, type SchemaCreateTrailerRiskObjectParams, type SchemaCreateTrialUserParams, type SchemaCreateYellowHiveContactPersonCreateCmd, type SchemaCreditRating, type SchemaCreditScore, type SchemaCrmExportQueryModel, type SchemaCrmExportType, type SchemaCurrency, type SchemaCurrencyValue, type SchemaCustomAdvice, type SchemaCustomAdvicePatchCmd, type SchemaCustomer, type SchemaCustomerCreateCmd, type SchemaCustomerInfo, type SchemaCustomerLeadCreateCmd, type SchemaCustomerLeadCreateReply, type SchemaCustomerProspectType, type SchemaCustomerProspectsWithLeadOfferRiskObjectsQueryModel, type SchemaCustomerQueryModel, type SchemaCustomerSheet, type SchemaCustomerSheetAcceptations, type SchemaCustomersInfoType, type SchemaCyber, type SchemaDasLegalPayload, type SchemaDataType, type SchemaDate, type SchemaDateDsl, type SchemaDeactivateOutlookSyncCmd, type SchemaDeactivateOutlookSyncParams, type SchemaDeductibleType, type SchemaDelaFuneralPayload, type SchemaDeleteMethod, type SchemaDelinkPartyToUserParams, type SchemaDemographicData, type SchemaDiasAfdBranch, type SchemaDiasCalculationPackage, type SchemaDiasClosingQuestion, type SchemaDiasCollectionMethods, type SchemaDiasCoverage, type SchemaDiasCoverageCombination, type SchemaDiasCoverageUpdateCmd, type SchemaDiasDocumentUploadCmd, type SchemaDiasDocumentUploadItem, type SchemaDiasEntity, type SchemaDiasEntityLink, type SchemaDiasEntityType, type SchemaDiasExistingInsurancePackage, type SchemaDiasFlowStatus, type SchemaDiasInsurance, type SchemaDiasInsuranceCompany, type SchemaDiasInsurancePackage, type SchemaDiasInsurancePolicy, type SchemaDiasOfferDocumentResponse, type SchemaDiasOfferMailCmd, type SchemaDiasOfferMailResponse, type SchemaDiasPackage, type SchemaDiasPolicyPackageCalculationJob, type SchemaDiasProduct, type SchemaDiasProductFlowInSession, type SchemaDiasProductImportCmd, type SchemaDiasProductQuestionnaire, type SchemaDiasProductQuestionnaireQueryModel, type SchemaDiasProductQuestionnairesQueryModel, type SchemaDiasProductQuestionnairesUpdateCmd, type SchemaDiasProductQuestionnairesValidateCmd, type SchemaDiasProductSearch, type SchemaDiasProductToInsurancePolicyLink, type SchemaDiasProductUpdateCmd, type SchemaDiasProductsInConversationCmd, type SchemaDiasQuote, type SchemaDiasQuoteCalculationJob, type SchemaDiasQuoteCalculationJobsQueuedResponse, type SchemaDiasSaluation, type SchemaDiasSendOfferInsurancePolicy, type SchemaDiasSendOfferPolicyPackage, type SchemaDiasTaskDocument, type SchemaDiasTitle, type SchemaDimensions, type SchemaDinghy, type SchemaDinghyCategory, type SchemaDirector, type SchemaDisable_2faForMeParams, type SchemaDiscount, type SchemaDisplacement, type SchemaDistances, type SchemaDistribution, type SchemaDistributionCompanyRegistrationValidation, type SchemaDistributionConnectionCreateCmd, type SchemaDistributionConnectionQueryModel, type SchemaDistributionConnectionUpdateCmd, type SchemaDistributionCreateCmd, type SchemaDistributionFrontPageSettings, type SchemaDistributionFrontPageSettingsQueryModel, type SchemaDistributionInvite, type SchemaDistributionLogos, type SchemaDistributionNameValidateCmd, type SchemaDistributionNoveltyInsight, type SchemaDistributionPromotionCreateCmd, type SchemaDistributionPromotionsReply, type SchemaDistributionSettings, type SchemaDistributionSettingsPatchCmd, type SchemaDistributionSignatureMethodQueryModel, type SchemaDistributionSignaturePatchCmd, type SchemaDistributionTagCreateCmd, type SchemaDistributionTagReply, type SchemaDistributionTagsQueryModel, type SchemaDistributionThemeCreateCmd, type SchemaDistributionThemeUpdateCmd, type SchemaDistributionUsp, type SchemaDistributionUspItemCreateCmd, type SchemaDistributionUspItemUpdateCmd, type SchemaDistributionUspReply, type SchemaDistributions, type SchemaDnaYachtBoatPayload, type SchemaDocument, type SchemaDocumentExtractionBatch, type SchemaDocumentExtractionBatchPayload, type SchemaDocumentExtractionEntityInfo, type SchemaDocumentLinkResponse, type SchemaDocumentQueryModel, type SchemaDocumentReferenceQueryModel, type SchemaDocumentResourceType, type SchemaDocumentStatus, type SchemaDocumentType, type SchemaDocumentType_2, type SchemaDomainCar, type SchemaDriveAssistanceSystem, type SchemaDriveTrainLayout, type SchemaDriveTrainLayout_2, type SchemaDriver, type SchemaDriverBrandClubMembership, type SchemaDriverExperience, type SchemaDriverLicenseCode, type SchemaDriverLicenseCode_2, type SchemaDriverLicenseType, type SchemaDriverLicenseType_2, type SchemaDriverVehicle, type SchemaDriverVehicleExperience, type SchemaDriverVehicleUsage, type SchemaDrivingTimes, type SchemaDutyOfCareCheckupItem, type SchemaDutyOfCareKind, type SchemaDutyOfCareStatus, type SchemaEducationLevel, type SchemaEducationLevel_2, type SchemaElectricBatteryType, type SchemaElectricalBikeAssistance, type SchemaElectricalInstallationType, type SchemaElectricalInstallations, type SchemaElectronicStabilityControl, type SchemaEmailActionability, type SchemaEmailAggregateResponse, type SchemaEmailAnalysis, type SchemaEmailAnalysisResponse, type SchemaEmailAnalyzeByEmailIdCmd, type SchemaEmailConversation, type SchemaEmailModel, type SchemaEmailTriageClassification, type SchemaEmailTriageCmd, type SchemaEmailUpdateByEmailIdCmd, type SchemaEmailValidation, type SchemaEmission, type SchemaEmissionStandard, type SchemaEmployeeInformation, type SchemaEmployeeInformationQueryModel, type SchemaEmployees, type SchemaEmploymentType, type SchemaEnable_2faForMeParams, type SchemaEnergyCategory, type SchemaEngine, type SchemaEngineRotations, type SchemaEngineTorque, type SchemaEntityChanges, type SchemaEntityExtraction, type SchemaEntityKey, type SchemaEntityReference, type SchemaEnumSource, type SchemaEnumValue, type SchemaEnums, type SchemaEnumsResponse, type SchemaErrorDetail, type SchemaErrorEnum_401, type SchemaErrorMessages, type SchemaErrorResponse, type SchemaError_401, type SchemaError_403, type SchemaError_422, type SchemaError_429, type SchemaError_4Xx, type SchemaEstablishment, type SchemaEstablishmentQueryModel, type SchemaEuromexLegalPayload, type SchemaExcludedCoverage, type SchemaExhibitionActivity, type SchemaExistsReply, type SchemaExportActivity, type SchemaExportAdvisoryReportByIdParams, type SchemaExportAdvisoryReportCreateCmd, type SchemaExportOption, type SchemaExportsQueued, type SchemaExternalRef, type SchemaExternalRefCompany, type SchemaExternalRefsQueryModel, type SchemaExternalResponseFormatted, type SchemaExtraLegalBenefits, type SchemaExtractDocumentCmd, type SchemaExtractOneDocumentResponse, type SchemaExtractOnePoliciesDocumentResponse, type SchemaExtractSingularDocumentAsInsurancePolicyParams, type SchemaExtractSingularDocumentAsOfferParams, type SchemaExtractSingularDocumentEnqueueParams, type SchemaExtractSingularDocumentInsurancePoliciesEnqueueParams, type SchemaExtractSingularDocumentOffersEnqueueParams, type SchemaExtractSingularDocumentParams, type SchemaExtractSingularDocumentPartyEnqueueParams, type SchemaExtractThemeCmd, type SchemaExtractWebsiteThemeParams, type SchemaExtractedInsurancePolicy, type SchemaExtractedQuestionnaireFilters, type SchemaExtractedQuestionnaireRequest, type SchemaFacade, type SchemaFamilyPayloads, type SchemaFamilyReferenceQueryModel, type SchemaFamilyRiskObjectIdWithRevisionId, type SchemaFamilyStatus, type SchemaFamilyStatus_2, type SchemaFaqCreateCmd, type SchemaFaqItem, type SchemaFaqQueryModel, type SchemaFaqType, type SchemaFasterForwardDocumentUploadCmd, type SchemaFeatureItem, type SchemaFeedback, type SchemaFieldMapping, type SchemaFieldMappingManager, type SchemaFieldOperation, type SchemaFieldTransformer, type SchemaFinConnectLinkQueryModel, type SchemaFinancial, type SchemaFinancialInfo, type SchemaFinancialInstitution, type SchemaFinancing, type SchemaFinishingType, type SchemaFireSpecifications, type SchemaFishCheck, type SchemaFlammableLiquids, type SchemaFleet, type SchemaFleetInfo, type SchemaFleetQueryModel, type SchemaFleetRiskObjectIdWithRevisionId, type SchemaFloatCalculationSpec, type SchemaFloor, type SchemaFlow, type SchemaFlowInfo, type SchemaFlowMailType, type SchemaFlowRequest, type SchemaFlowSessionQueryModel, type SchemaFlowSessionReference, type SchemaFlowSessionStatus, type SchemaFlowStatus, type SchemaFlowSubType, type SchemaFlowType, type SchemaFlowVersion, type SchemaFlowsError, type SchemaFlowsErrorType, type SchemaFlowsInfo, type SchemaFlowsModelsAnvaAnvaInsurancePackageInsurancePolicy, type SchemaFlowsModelsAnvaAnvaPartyBaseAddress, type SchemaFlowsModelsAnvaAnvaQuoteCoverage, type SchemaFlowsModelsAnvaAnvaQuoteDocument, type SchemaFlowsModelsAnvaAnvaQuotePossiblePackage, type SchemaFlowsModelsAnvaSendOfferMailCmdDocument, type SchemaFlowsModelsAnvaWarning, type SchemaFlowsModelsDiasBaseDiasInsurancePackageInsurancePolicy, type SchemaFlowsModelsDiasDiasOfferDocument, type SchemaFlowsModelsDiasDiasOfferMailCmdDiasOfferDocument, type SchemaFlowsModelsDiasDiasPartyBaseAddress, type SchemaFlowsModelsDiasDiasQuoteCoverage, type SchemaFlowsModelsDiasDiasQuotePossiblePackage, type SchemaFlowsModelsDiasDocument, type SchemaFlowsModelsDiasWarning, type SchemaFlowsModelsYellowhiveDocument, type SchemaFlowsModelsYellowhiveWarning, type SchemaFlowsModelsYellowhiveYellowHiveQuoteCoverage, type SchemaForecast, type SchemaForecastDataResponse, type SchemaFormattedExceptionModel, type SchemaFormulaInfo, type SchemaForwardCollisionWarning, type SchemaFoyerCar, type SchemaFoyerCarPayload, type SchemaFoyerDriver, type SchemaFranchise, type SchemaFranchiseLevel, type SchemaFranchiseQueryModel, type SchemaFranchiseType, type SchemaFrontPageCmd, type SchemaFrontPageQueryModel, type SchemaFrontalCrashProtection, type SchemaFrontalCrashProtectionDriver, type SchemaFrontalCrashProtectionPassenger, type SchemaFrontalCrashProtectionRear, type SchemaFsmaStatute, type SchemaFuel, type SchemaFuelCapacity, type SchemaFuelConsumption, type SchemaFullLeaseOfferQueryModel, type SchemaFunction, type SchemaFuneralPayloads, type SchemaFuneralPreference, type SchemaFuneralPreferenceQueryModel, type SchemaFuturePlans, type SchemaGender, type SchemaGeneral, type SchemaGenerateAboutUsCmd, type SchemaGenerateCompanyDescriptionCmd, type SchemaGenerateCompanyDescriptionParams, type SchemaGenerateCompanyDescriptionResponse, type SchemaGenerateCompanySettingsAboutUsParams, type SchemaGenerateConceptReplyCmd, type SchemaGenerateConceptReplyParams, type SchemaGenerateDnsPrefixParams, type SchemaGenerateRecommendationParams, type SchemaGenerateRecommendationsByPartyIdParams, type SchemaGetAddressInfoPremiumResponse, type SchemaGetAdvisoryReportDiffResponse, type SchemaGetAutomobileBrandResponse, type SchemaGetAutomobileBrandsResponse, type SchemaGetAutomobileFactsResponse, type SchemaGetAutomobileSerieResponse, type SchemaGetAutomobileSeriesResponse, type SchemaGetAutomobileVersionResponse, type SchemaGetAutomobileVersionsResponse, type SchemaGetCarInsuranceInsightsParams, type SchemaGetCarPremiumResponse, type SchemaGetCityResponse, type SchemaGetCompanyMultiResponse, type SchemaGetCompanySingleResponse, type SchemaGetDirectorMultiResponse, type SchemaGetNumberPlatePremiumResponse, type SchemaGetSearchAddressNewResponse, type SchemaGetStreetResponse, type SchemaGetVinPremiumResponse, type SchemaGiveSelectedProductsFeedbackParams, type SchemaGuarantee, type SchemaGuaranteeBase, type SchemaGuaranteeContent, type SchemaGuaranteeMatchingScores, type SchemaGuaranteeModification, type SchemaGuaranteeTag, type SchemaHandleCalculateAnvaQuotesForConversationParams, type SchemaHandleCalculateOneAnvaQuoteForConversationParams, type SchemaHandleCalculateOneDiasQuoteForConversationParams, type SchemaHandleCalculateOneYellowhiveQuoteForConversationParams, type SchemaHandleCreateAnvaPartyParams, type SchemaHandleCreateDiasPartyParams, type SchemaHandleCreateDocumentFromQuestionnaireParams, type SchemaHandleCreateYellowhiveContactPersonParams, type SchemaHandleGenerateQuestionsToPrefillByCarParams, type SchemaHandleImportAnvaProductsParams, type SchemaHandleImportDiasProductsParams, type SchemaHandleMarkSessionCompletedParams, type SchemaHandleQueueCalculateAnvaQuotesForConversationParams, type SchemaHandleQueueCalculateDiasQuotesForConversationParams, type SchemaHandleQueueCalculateYellowhiveQuotesForConversationParams, type SchemaHandleQueueSendCustomQuotesToAnvaParams, type SchemaHandleQuoteCalculationV2ExtraParams, type SchemaHandleQuoteMailSendParams, type SchemaHandleQuoteSaveParams, type SchemaHandleRecalculateAnvaSimulationParams, type SchemaHandleRecalculateDiasSimulationParams, type SchemaHandleRecalculateYellowhiveSimulationParams, type SchemaHandleRegenerateAnvaQuestionnaireParams, type SchemaHandleRetrieveConversationReportPdfBySessionIdParams, type SchemaHandleRetrieveProductsV2Params, type SchemaHandleSendDiasOfferMailParams, type SchemaHandleSendOfferMailParams, type SchemaHandleSetAskLaterQuestionIdsParams, type SchemaHandleUpdateAllAnvaQuestionnaireQuestionsByAnvaLabelParams, type SchemaHandleUpdateAnvaPartyParams, type SchemaHandleUpdateAnvaProductCoverageParams, type SchemaHandleUpdateAnvaProductsParams, type SchemaHandleUpdateAnvaQuestionnairesByProductIdParams, type SchemaHandleUpdateDiasQuestionnairesByProductIdParams, type SchemaHandleUpdateDiasflowsProductByIdParams, type SchemaHandleUpdateDiasflowsProductCoverageByIdParams, type SchemaHandleUpdateSessionParams, type SchemaHandleUpdateYellowhiveQuestionnairesByProductIdParams, type SchemaHandleUpsertAnvaClosingQuestionsParams, type SchemaHandleUpsertSupportedAnvaflowsTagParams, type SchemaHandleValidateAnvaQuestionnairesByProductIdParams, type SchemaHandleValidateDiasQuestionnairesByProductIdParams, type SchemaHandleValidateYellowhiveQuestionnairesByProductIdParams, type SchemaHazardLevel, type SchemaHeaders, type SchemaHeatingType, type SchemaHighSpeedAutomaticEmergencyBraking, type SchemaHobbies, type SchemaHolderState, type SchemaHomeAge, type SchemaHomeEvaluationType, type SchemaHomeNlPayloads, type SchemaHomePayloads, type SchemaHomeToWorkDistance, type SchemaHomeToWorkDistance_2, type SchemaHp, type SchemaHttpMethod, type SchemaIbanValidation, type SchemaIdIntResponse, type SchemaIdentificationTypes, type SchemaIdentificationTypes_2, type SchemaImpactTime, type SchemaImpactTime_2, type SchemaImportActivity, type SchemaImportPartyError, type SchemaImportPartyResponse, type SchemaIncomeData, type SchemaInformationRequirementSheetSpecification, type SchemaInputType, type SchemaInsurance, type SchemaInsuranceCarrierType, type SchemaInsuranceCarrierType_2, type SchemaInsuranceCompanyRetrieveResponse, type SchemaInsuranceCompanyTag, type SchemaInsuranceCompanyTag_2, type SchemaInsuranceContent, type SchemaInsuranceExtended, type SchemaInsuranceFsma, type SchemaInsuranceHistory, type SchemaInsuranceModuleExportQueryModel, type SchemaInsuranceModuleExportType, type SchemaInsurancePoliciesQueryModel, type SchemaInsurancePolicyClauseComplianceQueryModel, type SchemaInsurancePolicyClauseComplianceUpdateItemCmd, type SchemaInsurancePolicyComplianceItemCmd, type SchemaInsurancePolicyComplianceQueryModel, type SchemaInsurancePolicyComplianceType, type SchemaInsurancePolicyComplianceUpdateCmd, type SchemaInsurancePolicyCoverageComplianceItemCmd, type SchemaInsurancePolicyCoverageComplianceQueryModel, type SchemaInsurancePolicyCoverageComplianceType, type SchemaInsurancePolicyCoverageComplianceUpdateCmd, type SchemaInsurancePolicyCreateCmd, type SchemaInsurancePolicyCreateType, type SchemaInsurancePolicyDocumentCmd, type SchemaInsurancePolicyDocumentQueryModel, type SchemaInsurancePolicyDocumentType, type SchemaInsurancePolicyEntity, type SchemaInsurancePolicyLinkCmd, type SchemaInsurancePolicyLinkQueryModel, type SchemaInsurancePolicyQueryModel, type SchemaInsurancePolicySimulationSendRequest, type SchemaInsurancePolicySimulationType, type SchemaInsurancePolicySimulationUpsertCmd, type SchemaInsurancePolicyStatus, type SchemaInsurancePolicyType, type SchemaInsurancePolicyType_2, type SchemaInsuranceProduct, type SchemaInsuranceProductAdvices, type SchemaInsuranceProductByDistributionUpdateCmd, type SchemaInsuranceProductClauseCreateCmd, type SchemaInsuranceProductClauseUpdateCmd, type SchemaInsuranceProductClausesQueryModel, type SchemaInsuranceProductEntity, type SchemaInsuranceProductQueryModel, type SchemaInsuranceProductRecommendation, type SchemaInsuranceProductRecommendationPatchCmd, type SchemaInsuranceProductsQueryModel, type SchemaInsuranceTerminationReasonType, type SchemaInsuranceTerminationReasonType_2, type SchemaInsuranceType, type SchemaInsuranceType_2, type SchemaInsuredContentValue, type SchemaInsuredValue, type SchemaInventoryCheckupItem, type SchemaInviteCustomersToPartyParams, type SchemaInviteUsersToDistributionParams, type SchemaInvoice, type SchemaInvoiceQueryModel, type SchemaInvoicesQueryModel, type SchemaIsBurglarProof, type SchemaItServices, type SchemaItem, type SchemaJob, type SchemaJobQueuedResponse, type SchemaJobResult, type SchemaJobResultType, type SchemaJobStatus, type SchemaJointIndustrialCommittee, type SchemaJointIndustrialCommitteeQueryModel, type SchemaJsonRpcError, type SchemaJsonRpcReply, type SchemaKey, type SchemaKeys, type SchemaKind, type SchemaKmPerYear, type SchemaKmPerYear_2, type SchemaKw, type SchemaLabelValueCount, type SchemaLabeledItems, type SchemaLaneCenteringAssist, type SchemaLaneDepartureWarning, type SchemaLaneKeepingAssistance, type SchemaLanguage, type SchemaLanguageCodes, type SchemaLarLegalPayload, type SchemaLastAnswer, type SchemaLateralCrashProtection, type SchemaLateralCrashProtectionDriver, type SchemaLateralCrashProtectionPassenger, type SchemaLateralCrashProtectionRear, type SchemaLeadCampaignQueryModel, type SchemaLeadDocumentQueryModel, type SchemaLeadDocumentType, type SchemaLeadProviderQueryModel, type SchemaLeadProviderResponse, type SchemaLeadProvidersResponse, type SchemaLeadReferenceQueryModel, type SchemaLeadRetrieveReply, type SchemaLeadStatus, type SchemaLeadTransferPayload, type SchemaLeaseOfferDocumentQueryModel, type SchemaLeaseOfferDocumentType, type SchemaLeaseOfferType, type SchemaLeaseType, type SchemaLeaseType_2, type SchemaLegalAid, type SchemaLegalForm, type SchemaLegalForm_2, type SchemaLegalPayloads, type SchemaLegalReferenceQueryModel, type SchemaLegalRiskObjectIdWithRevisionId, type SchemaLength, type SchemaLengthUnit, type SchemaLez, type SchemaLezCity, type SchemaLezPass, type SchemaLezYears, type SchemaLiabilityInfo, type SchemaLiabilityType, type SchemaLiabilityType_2, type SchemaLicense, type SchemaLicensePlateType, type SchemaLicensePlateType_2, type SchemaLink, type SchemaLinkPartyToUserCmd, type SchemaLinkPartyToUserCmdItem, type SchemaLinkPartyToUserParams, type SchemaLinkedCompany, type SchemaLinkedCompanyQueryModel, type SchemaLivingRoomSize, type SchemaLocalisationPatchCmd, type SchemaLocalization, type SchemaLocalized, type SchemaLowerCaseCountryCodes, type SchemaLowerCaseLanguageCodes, type SchemaMachineAcquisitionType, type SchemaMachineDelivery, type SchemaMailEvent, type SchemaMainBuilding, type SchemaMainBuildingType, type SchemaManagement, type SchemaManagementFuturePlans, type SchemaManagementQueryModel, type SchemaMarkSessionAsCompletedModel, type SchemaMarkSessionAsCompletedResponse, type SchemaMaxLoadWeight, type SchemaMaxRoofLoad, type SchemaMaxSpeed, type SchemaMaxVolumeTrunk, type SchemaMaxWeight, type SchemaMembership, type SchemaMercuryModelsAnvaListItem, type SchemaMercuryModelsAssuDocumentUploadCmd, type SchemaMercuryModelsFasterforwardDocumentUploadCmd, type SchemaMercuryModelsFasterforwardFasterForwardSearchRelations, type SchemaMercuryModelsFasterforwardFasterForwardSearchRelationsFasterForwardSearchRelations, type SchemaMercuryModelsFasterforwardListItem, type SchemaMercuryModelsFasterforwardTaskCmd, type SchemaMercuryModelsFasterforwardTaskPriority, type SchemaMercuryModelsMDiasTaskCmd, type SchemaMercuryModelsMDiasTaskPriority, type SchemaMergePartiesIntoPartyByIdParams, type SchemaMetadata, type SchemaMicrosoftOutlookMailFolder, type SchemaMicrosoftOutlookMailFolders, type SchemaMimeType, type SchemaMinVolumeTrunk, type SchemaMinimalBicycle, type SchemaMinimalBoat, type SchemaMinimalCar, type SchemaMinimalClaim, type SchemaMinimalCoverageQueryModel, type SchemaMinimalCustomerPartyQueryModel, type SchemaMinimalCustomerPartyQueryModels, type SchemaMinimalDutyOfCareItem, type SchemaMinimalFamily, type SchemaMinimalFleet, type SchemaMinimalInsurancePolicy, type SchemaMinimalInsurancePolicyQueryModel, type SchemaMinimalInventorySummary, type SchemaMinimalInvoice, type SchemaMinimalLegal, type SchemaMinimalMiscellaneous, type SchemaMinimalOfferQueryModel, type SchemaMinimalPartyGroup, type SchemaMinimalPartyQueryModel, type SchemaMinimalPolicyPackage, type SchemaMinimalResidence, type SchemaMinimalRiskObject, type SchemaMinimalRiskObjects, type SchemaMinimalSemiTrailer, type SchemaMinimalTeacher, type SchemaMinimalTrailer, type SchemaMinimalTwoWheeler, type SchemaMinimalUser, type SchemaMinimalUserQueryModels, type SchemaMiscellaneous, type SchemaMiscellaneousRiskObjectIdWithRevisionId, type SchemaMortgage, type SchemaMostImportantItems, type SchemaMostImportantItems_2, type SchemaMotorType, type SchemaMotorType_2, type SchemaMotorcycleInterests, type SchemaMotorcycleInterests_2, type SchemaMultiAffiliationInfoQueryModel, type SchemaMultiAffiliationQueryModel, type SchemaMultiAnvaAdnCoverageQueryModel, type SchemaMultiAnvaClosingQuestionQueryModel, type SchemaMultiAnvaCoverageQueryModel, type SchemaMultiAnvaInsuranceCompanyQueryModel, type SchemaMultiAnvaInsuranceQueryModel, type SchemaMultiAnvaLabelQueryModel, type SchemaMultiAnvaProductQueryModel, type SchemaMultiAnvaQuestionByAnvaLabelUpdateCmd, type SchemaMultiAnvaTagQueryModel, type SchemaMultiBrokerQueryModel, type SchemaMultiDiasAfdBranchQueryModel, type SchemaMultiDiasInsuranceQueryModel, type SchemaMultiDiasPartySaluationQueryModel, type SchemaMultiDiasPartyTitleQueryModel, type SchemaMultiDiasProductQueryModel, type SchemaMultiDiasProductSearchQueryModel, type SchemaMultiFlowSessionItemQueryModel, type SchemaMultiFlowSessionQueryModel, type SchemaMultiLeaseOfferQueryModel, type SchemaMultiOfferQueryModel, type SchemaMultiPartyQueryModel, type SchemaMultiQuoteBeSession, type SchemaMultiQuoteNlSession, type SchemaMultiYellowHiveCoverageQueryModel, type SchemaMultiYellowHiveInsuranceQueryModel, type SchemaMultiYellowHiveProductQueryModel, type SchemaNationalIdentificationNumberValidation, type SchemaNatsError, type SchemaNextActionItem, type SchemaNextActionSource, type SchemaNextActionType, type SchemaNotice, type SchemaNumberPlateInfo, type SchemaNumberPlatePremiumResponse, type SchemaOccupationType, type SchemaOfferCampaignQueryModel, type SchemaOfferCreateCmdV2, type SchemaOfferCreateResponse, type SchemaOfferCreateRevisionCmd, type SchemaOfferPatchBulkCmd, type SchemaOfferPayment, type SchemaOfferRejectionCancellationReason, type SchemaOfferRequestForInsuranceCompanyCreateCmd, type SchemaOfferRequestForInsuranceCompanyInsuranceProductItem, type SchemaOfferRequestForInsuranceCompanyItem, type SchemaOfferRequestForInsuranceCompanyItemWithId, type SchemaOfferRequestForInsuranceCompanyParty, type SchemaOfferRevisionDocument, type SchemaOfferRevisionDocumentType, type SchemaOfferRevisionPatchCmd, type SchemaOfferRevisionQueryModel, type SchemaOfferRevisionReferenceQueryModel, type SchemaOfferStatus, type SchemaOfferWarning, type SchemaOmniumFormula, type SchemaOmniumFormulaByName, type SchemaOmniumFormulaByName_2, type SchemaOmniumFormula_2, type SchemaOnesuranceAction, type SchemaOnesuranceActionType, type SchemaOnesuranceAdvice, type SchemaOnesuranceAdviceLevel, type SchemaOnesuranceAdviceType, type SchemaOnesuranceExplanationData, type SchemaOnesuranceIntent, type SchemaOnesurancePartyData, type SchemaOnesuranceProduct, type SchemaOnesuranceQuickFeedback, type SchemaOnesuranceRecommendation, type SchemaOnesuranceRecommendationType, type SchemaOnesuranceRecommendations, type SchemaOnesuranceRelationDetails, type SchemaOpenClaimsCheckupItem, type SchemaOptimcoCar, type SchemaOptimcoCarPayload, type SchemaOptimcoDriver, type SchemaOptimcoFamilyPayload, type SchemaOptions, type SchemaOrderInsurancePolicyForAdvisoryReportRevisionParams, type SchemaOrigin, type SchemaOtherSafetySystems, type SchemaOutlook, type SchemaOutlookAttachment, type SchemaOutlookConnectionDetails, type SchemaOutlookEmailDetailWithAnalysis, type SchemaOutlookEmailItemWithAnalysis, type SchemaOutlookEmailsWithAnalysis, type SchemaOutlookMailHeader, type SchemaOutlookMailRecepient, type SchemaOverdueInvoicesCheckupItem, type SchemaOverrideInsuranceProductRecommendationParams, type SchemaOverridePreventionAdviceRecommendationParams, type SchemaPackagesToProposeCheckupItem, type SchemaPaginatedInsuranceCompanyResponse, type SchemaPaginatedLeadReply, type SchemaPaginatedOffersResponse, type SchemaPaginatedOffersV2Response, type SchemaPagination, type SchemaParcelData, type SchemaPartiesQueryModel, type SchemaPartiesQueryModelItem, type SchemaPartiesSearchCmd, type SchemaPartiesSearchItem, type SchemaPartiesSearchResponse, type SchemaPartyAddresses, type SchemaPartyAssigneesUpdateCmd, type SchemaPartyCheckupResponse, type SchemaPartyComplianceType, type SchemaPartyConversationNotes, type SchemaPartyCurrentAccountInsightsQueryModel, type SchemaPartyDocument, type SchemaPartyDocumentQueryModel, type SchemaPartyDocumentType, type SchemaPartyDocumentUpload, type SchemaPartyDocuments, type SchemaPartyEntity, type SchemaPartyExternalRefsCreateCmd, type SchemaPartyExternalRefsQueryModel, type SchemaPartyGroupCustomerQueryModel, type SchemaPartyGroupReferenceQueryModel, type SchemaPartyGroupRiskObjectIdWithRevisionId, type SchemaPartyInvite, type SchemaPartyKycItem, type SchemaPartyKycQueryModel, type SchemaPartyLink, type SchemaPartyLinkQueryModel, type SchemaPartyLogoCmd, type SchemaPartyLogoQueryModel, type SchemaPartyMergeCmd, type SchemaPartyNoteCmd, type SchemaPartyOriginFilter, type SchemaPartyOriginFilterItem, type SchemaPartyPatchCmd, type SchemaPartyPreferences, type SchemaPartyPreferencesQueryModel, type SchemaPartyQueryModel, type SchemaPartyRelation, type SchemaPartyRelationCreateCmd, type SchemaPartyRelationQueryModel, type SchemaPartyRelationType, type SchemaPartyRelationType_2, type SchemaPartySocialLinks, type SchemaPartyStatus, type SchemaPartyStatus_2, type SchemaPartyTransferPayload, type SchemaPartyWithMetadata, type SchemaPaymentInterval, type SchemaPaymentIntervalLowerCaseValues, type SchemaPaymentInterval_2, type SchemaPaymentMethod, type SchemaPaymentMethod_2, type SchemaPaymentStatus, type SchemaPedestrianDetection, type SchemaPendingUpgradesReply, type SchemaPerformance, type SchemaPeriodicCash, type SchemaPermittedTowbarDownload, type SchemaPermittedTrailerLoadWithoutBrakes, type SchemaPersonalizedAdvice, type SchemaPersonalizedAdviceResponse, type SchemaPersonnelDetails, type SchemaPhysicalProperties, type SchemaPiaContractConversionStatus, type SchemaPlanQueryModel, type SchemaPlanStatus, type SchemaPlansReply, type SchemaPnpCar, type SchemaPnpCarPayload, type SchemaPnpDriver, type SchemaPnpFamilyPayload, type SchemaPnpHome, type SchemaPnpHomePayload, type SchemaPoliciesToProposeCheckupItem, type SchemaPolicyDocumentType, type SchemaPolicyHolderRelation, type SchemaPolicyHolderRelation_2, type SchemaPolicyPackageCreateCmd, type SchemaPolicyPackageEntity, type SchemaPolicyPackageQueryModel, type SchemaPolicyPackagesQueryModel, type SchemaPossibleInsuranceProductQueryModel, type SchemaPossibleInsuranceProductsQueryModel, type SchemaPostInsuranceTermsChatFeedbackParams, type SchemaPostInsuranceTermsChatParams, type SchemaPostInsuranceTermsComparisonParams, type SchemaPreferredWayOfContact, type SchemaPremium, type SchemaPremiumQueryModel, type SchemaPreventAdvice, type SchemaPreventionAdvice, type SchemaPreventionAdviceDistributionUpdateCmd, type SchemaPreventionAdviceQueryModel, type SchemaPreventionAdviceRecommendation, type SchemaPreventionAdviceRecommendationPatchCmd, type SchemaPreventionMeasure, type SchemaPreventionPlan, type SchemaPrice, type SchemaPriceQualityRatio, type SchemaPriceRange, type SchemaPriorityTag, type SchemaProductInfo, type SchemaProductV2, type SchemaProductsFilterSort, type SchemaProductsGroupBy, type SchemaProductsV2Filter, type SchemaProductsV2Response, type SchemaProfession, type SchemaProfileaseLeaseRate, type SchemaProfileaseLeaseResidual, type SchemaProfileaseLeaseType, type SchemaProfileaseQuote, type SchemaPromotion, type SchemaPromotionCriteria, type SchemaPromotionModifications, type SchemaPromotionQueryModel, type SchemaPropertyType, type SchemaProspectCreationResponse, type SchemaProspectReferenceQueryModel, type SchemaProspectType, type SchemaProvenanceDocumentReference, type SchemaPublicConnectionQueryModel, type SchemaPublicConnectionsQueryModel, type SchemaPublicDistributionConnectionQueryModel, type SchemaQuestion, type SchemaQuestionGroup, type SchemaQuestionUpdateCmd, type SchemaQuestionnaire, type SchemaQuote, type SchemaQuoteDetails, type SchemaQuoteExport, type SchemaQuoteExportRequest, type SchemaQuoteExportResponse, type SchemaQuoteMailSendRequest, type SchemaQuoteMailSendResponse, type SchemaQuoteReferenceQueryModel, type SchemaQuoteRequestV2Base, type SchemaQuoteResponse, type SchemaQuoteResponseV2, type SchemaQuoteSpecification, type SchemaQuoteStatus, type SchemaRateLimitErrorMsgEnum, type SchemaRearAutomaticEmergencyBraking, type SchemaRearCrossTrafficWarning, type SchemaRecalculateAnvaQuoteRequest, type SchemaRecalculateAnvaSimulationCmd, type SchemaRecalculateDiasQuoteRequest, type SchemaRecalculateDiasSimulationCmd, type SchemaRecalculateYellowHiveQuoteRequest, type SchemaRecalculateYellowHiveSimulationCmd, type SchemaRecommendation, type SchemaRecommendationLevel, type SchemaRecommendationReferenceQueryModel, type SchemaRecommendationsBaseCreateCmd, type SchemaRecommendationsCreateCmd, type SchemaRecommendationsQueryModel, type SchemaRecommendationsV2CreateCmd, type SchemaReconstructionValueDefinedType, type SchemaReference, type SchemaRegex, type SchemaRegistration, type SchemaRelations, type SchemaRentOutTerm, type SchemaRepairCosts, type SchemaReportRevisionStatus, type SchemaReportRevisionStatusSubset, type SchemaResidenceBuildingType, type SchemaResidenceComplianceType, type SchemaResidenceFloodType, type SchemaResidenceMonumentType, type SchemaResidencePreferences, type SchemaResidenceReferenceQueryModel, type SchemaResidenceRiskObjectIdWithRevisionId, type SchemaResidenceTheftProtection, type SchemaResidenceUsage, type SchemaRestrictiveAddress, type SchemaRestrictiveCar, type SchemaRestrictiveDriveAssistanceSystem, type SchemaRestrictiveDriver, type SchemaRetrieveAdvisoryReportFrontPageStandalonePdfParams, type SchemaRetrieveFlowResponse, type SchemaRetrieveQuestionnaireResponse, type SchemaRetrieveQuotesBatchResponse, type SchemaRetrieveQuotesExportsResponse, type SchemaRetrieveQuotesInsightsResponse, type SchemaRideHeight, type SchemaRiskAddress, type SchemaRiskAnalysisSubjects, type SchemaRiskData, type SchemaRiskDomain, type SchemaRiskDomainActionQueryModel, type SchemaRiskDomainAdviceQueryModel, type SchemaRiskDomainDistributionUpdateCmd, type SchemaRiskDomainQueryModel, type SchemaRiskDomainsQueryModel, type SchemaRiskObject, type SchemaRiskObjectCarType, type SchemaRiskObjectCarType_2, type SchemaRiskObjectComplianceItem, type SchemaRiskObjectComplianceQueryModel, type SchemaRiskObjectCreationError, type SchemaRiskObjectCreationResponse, type SchemaRiskObjectEntity, type SchemaRiskObjectExternalRefsCreateCmd, type SchemaRiskObjectExternalRefsQueryModel, type SchemaRiskObjectFamilyType, type SchemaRiskObjectInFleet, type SchemaRiskObjectLegalType, type SchemaRiskObjectPartyGroupType, type SchemaRiskObjectPartyRelation, type SchemaRiskObjectReferenceQueryModel, type SchemaRiskObjectRelationCreateCmd, type SchemaRiskObjectRelationQueryModel, type SchemaRiskObjectRelationUpdateCmd, type SchemaRiskObjectResidenceType, type SchemaRiskObjectRevisionIds, type SchemaRiskObjectRevisions, type SchemaRiskObjectTeacherType, type SchemaRiskObjectTwoWheelerType, type SchemaRiskObjectType, type SchemaRiskObjectType_2, type SchemaRiskObjectsWithRevision, type SchemaRizivConventionStatus, type SchemaRizivConventionStatus_2, type SchemaRizivMember, type SchemaRoleFilter, type SchemaRoleFilterType, type SchemaRollingWorkEquipmentType, type SchemaRollingWorkEquipmentType_2, type SchemaRoofConstructionType, type SchemaRoofTypes, type SchemaRooms, type SchemaRules, type SchemaSafety, type SchemaSafetyFeatureOption, type SchemaSafetyStickCar, type SchemaSafetyStickCarPayload, type SchemaSafetyStickDriver, type SchemaSalaryCoefficient, type SchemaSalaryCoefficient_2, type SchemaSatelliteProtection, type SchemaSatelliteProtectionSystem, type SchemaSatelliteProtectionSystem_2, type SchemaSavingTypes, type SchemaSavingTypes_2, type SchemaSearchAddress, type SchemaSearchPartiesParams, type SchemaSection, type SchemaSecurityMeasure, type SchemaSelectedRecommendationsFeedback, type SchemaSemiTrailerRiskObjectIdWithRevisionId, type SchemaSemiTrailerType, type SchemaSendAdvisoryReportRevisionMailParams, type SchemaSendMailForSimulationParams, type SchemaSendOfferMailCmd, type SchemaSendOfferMailResponse, type SchemaSentimentType, type SchemaSeriesSortContext, type SchemaSeriesWithoutModel, type SchemaServerError, type SchemaServerErrorMsgEnum, type SchemaSessionCompletedRemarks, type SchemaSessionReport, type SchemaShareholder, type SchemaShareholderQueryModel, type SchemaSignatureBox, type SchemaSiloCapacity, type SchemaSingleAffiliationQueryModel, type SchemaSingleAuditDetailQueryModel, type SchemaSingleAuditQueryModel, type SchemaSingleUserQueryModel, type SchemaSingularityJobQueuedResponse, type SchemaSingularityJobResultBase, type SchemaSingularityModelsDocumentExtractorCmdLink, type SchemaSingularityModelsPartyCheckupLink, type SchemaSmtCompany, type SchemaSocialLinks, type SchemaSort, type SchemaSourceInfo, type SchemaSpeedAssistance, type SchemaSplitCost, type SchemaSportHobbies, type SchemaSportHobbies_2, type SchemaStateOfChildren, type SchemaStateOfChildren_2, type SchemaStatus, type SchemaStatusReply, type SchemaStatusResponse, type SchemaSteeringPosition, type SchemaSteeringPosition_2, type SchemaStorageSecurity, type SchemaStorageSecurity_2, type SchemaStreet, type SchemaStringCalculationSpec, type SchemaSubcity, type SchemaSubjectToVat, type SchemaSubjectToVat_2, type SchemaSupplierType, type SchemaSupplierType_2, type SchemaSupportedFileTypesResponse, type SchemaSupportedProFlowCountryCodes, type SchemaSurveillanceEquipmentType, type SchemaSwimmingPoolType, type SchemaSwitchCandidatesCheckupItem, type SchemaSymbol, type SchemaSystemCampaignType, type SchemaTableColumn, type SchemaTableRules, type SchemaTag, type SchemaTagContentItem, type SchemaTankLocationType, type SchemaTax, type SchemaTaxBaseBe, type SchemaTaxField, type SchemaTaxPaymentDetails, type SchemaTaxPaymentTime, type SchemaTeacherRiskObjectIdWithRevisionId, type SchemaTeams, type SchemaTechnicalEquipmentType, type SchemaTechniekNederlandTypeOfCompany, type SchemaTechniekNederlandTypeOfCompanySpecification, type SchemaTechniekNederlandTypeOfCompanySpecification_2, type SchemaTechniekNederlandTypeOfCompany_2, type SchemaTelephonenrCategory, type SchemaTelephonenrCategory_2, type SchemaTheftFormulas, type SchemaTheftFormulas_2, type SchemaTheme, type SchemaThemes, type SchemaThirdPartyActivity, type SchemaThirdPartyConstructionWorkInsuranceType, type SchemaThirdPartyConstructionWorkInsuranceType_2, type SchemaTitleAndMessageResponse, type SchemaTokenReply, type SchemaToolkitAccountCreateCmd, type SchemaToolkitBrokerCreateCmd, type SchemaToolkitBrokerCreationResponse, type SchemaToolkitLicenseType, type SchemaTrailerRiskObjectIdWithRevisionId, type SchemaTrailerTonnageCategory, type SchemaTrailerType, type SchemaTrailerType_2, type SchemaTransferCandidatesCheckupItem, type SchemaTransferLeadByIdParams, type SchemaTransferPartyByIdParams, type SchemaTransmissionType, type SchemaTransmissionType_2, type SchemaTransportInfo, type SchemaTravelMethods, type SchemaTravelMethods_2, type SchemaTravelsAYear, type SchemaTravelsAYear_2, type SchemaTriageEmailParams, type SchemaTriageResponse, type SchemaTrialOnboarding, type SchemaTrinityHandlersNatsOnboardingModelsUserIdResponse, type SchemaTrinityModelsUserAccountCreateCmdBroker, type SchemaTrinityModelsUserAccountCreateCmdDistribution, type SchemaTrinityModelsUserAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserToolkitAccountCreateCmdBroker, type SchemaTrinityModelsUserToolkitAccountCreateCmdDistribution, type SchemaTrinityModelsUserToolkitAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserTrialOnboardingDistribution, type SchemaTrinityModelsUserTrialOnboardingUserOVerwrite, type SchemaTruckDestination, type SchemaTruckDestination_2, type SchemaTurnover, type SchemaTwoFactorCreateCmd, type SchemaTwoFactorDisableCmd, type SchemaTwoFactorResponse, type SchemaTwoWheelerCategories, type SchemaTwoWheelerReferenceQueryModel, type SchemaTwoWheelerRiskObjectIdWithRevisionId, type SchemaTwoWheelerVehicleType, type SchemaTypeOfWork, type SchemaTypeOfWork_2, type SchemaTypedKeys, type SchemaUnitOfLength, type SchemaUnitOfLength_2, type SchemaUpdateAdvicesByInsuranceProductInDistributionParams, type SchemaUpdateAdvisoryReportAcceptanceByIdParams, type SchemaUpdateAdvisoryReportMetadataByIdParams, type SchemaUpdateAnvaPartyCompanyCmd, type SchemaUpdateAnvaPartyCustomerCmd, type SchemaUpdateBicycleRiskObjectByIdV2Params, type SchemaUpdateBoatRiskObjectByIdV2Params, type SchemaUpdateBrokerByIdParams, type SchemaUpdateBrokerConnectionByKeyParams, type SchemaUpdateCampaignAssistantAvatarCmd, type SchemaUpdateCampaignByIdParams, type SchemaUpdateCampaignCmd, type SchemaUpdateCampaignLogoCmd, type SchemaUpdateCarRiskObjectByIdV2Params, type SchemaUpdateCustomThemeAsDistributionParams, type SchemaUpdateDistributionConnectionByKeyParams, type SchemaUpdateDocumentByPartyIdParams, type SchemaUpdateEmailByIdParams, type SchemaUpdateFamilyRiskObjectByIdV2Params, type SchemaUpdateInsurancePolicyComplianceParams, type SchemaUpdateInsurancePolicyCoverageComplianceParams, type SchemaUpdateInsuranceProductClauseParams, type SchemaUpdateInsuranceProductInDistributionParams, type SchemaUpdateIntegrationsByBrokerIdParams, type SchemaUpdateLegalRiskObjectByIdV2Params, type SchemaUpdateMeUserByIdParams, type SchemaUpdateMiscellaneousRiskObjectByIdV2Params, type SchemaUpdateOfferRevisionParams, type SchemaUpdateOffersInBulkParams, type SchemaUpdatePartyActivityParams, type SchemaUpdatePartyAssigneesParams, type SchemaUpdatePartyByIdParams, type SchemaUpdatePartyGroupRiskObjectByIdV2Params, type SchemaUpdatePartyNoteByIdParams, type SchemaUpdatePasswordCmd, type SchemaUpdatePasswordForUserByUserIdParams, type SchemaUpdatePreventionAdviceInDistributionParams, type SchemaUpdateRelationByIdParams, type SchemaUpdateResidenceRiskObjectByIdV2Params, type SchemaUpdateRiskDomainActionFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainAdviceFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainInDistributionParams, type SchemaUpdateRiskObjectRelationByIdParams, type SchemaUpdateSemiTrailerRiskObjectByIdV2Params, type SchemaUpdateSessionCmd, type SchemaUpdateSettingsByDistributionIdParams, type SchemaUpdateTrailerRiskObjectByIdV2Params, type SchemaUpdateTwoWheelerRiskObjectByIdV2Params, type SchemaUpdateUspByIdParams, type SchemaUpdatedRiskObjectRevisionReply, type SchemaUploadDocumentPatchCmd, type SchemaUploadDocumentsInAnvaParams, type SchemaUploadDocumentsInAssuParams, type SchemaUploadDocumentsInDiasParams, type SchemaUploadDocumentsInFasterforwardParams, type SchemaUploadSignedUrlResponse, type SchemaUpsertActionFromAdviceInAdvisoryReportRevisionParams, type SchemaUpsertFaqItemParams, type SchemaUpsertInsurancePolicyForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicyPackageForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicySimulationForPartyParams, type SchemaUpsertPolicyPackageByPartyParams, type SchemaUserMeUpdateCmd, type SchemaUserRole, type SchemaValidator, type SchemaValuableItem, type SchemaValueUnitInt, type SchemaValueUnitStr, type SchemaVatType, type SchemaVatType_2, type SchemaVehicleRegistrationDateType, type SchemaVehicleRegistrationPlateValidation, type SchemaVehicleSearch, type SchemaVerifyIfADistributionExistsByCompanyRegistrationParams, type SchemaVerifyIfADistributionExistsByNameParams, type SchemaVerifyIfAUserExistsByEmailParams, type SchemaVersion, type SchemaVersionSortContext, type SchemaVillasureHomePayload, type SchemaVinInfo, type SchemaVinPremiumResponse, type SchemaViviumCar, type SchemaViviumCarPayload, type SchemaViviumDriver, type SchemaViviumFamilyPayload, type SchemaViviumHome, type SchemaViviumHomePayload, type SchemaVoltage, type SchemaWageBill, type SchemaWarningMsg, type SchemaWarranyOptions, type SchemaWarranyOptions_2, type SchemaWeightEmpty, type SchemaWgBeApiAddressModelsAddressAddress, type SchemaWgBeApiAddressModelsAddressInformationV2Company, type SchemaWgBeApiAddressModelsAddressInformationV2Link, type SchemaWgBeApiAddressModelsPersonsDirectorsCompany, type SchemaWgBeApiAddressModelsVatCompanyActivity, type SchemaWgBeApiAddressModelsVatCompanyAssetInfo, type SchemaWgBeApiAddressModelsVatCompanyContactPerson, type SchemaWgBeApiAddressModelsVatCompanyFleetInfo, type SchemaWgBeApiAddressModelsVatCompanyLink, type SchemaWgBeApiAddressModelsVatCompanyPersonnelDetails, type SchemaWgBeApiAddressModelsVatCompanyThirdPartyActivity, type SchemaWgBeApiAddressModelsVatCompanyTurnover, type SchemaWgBeApiAddressModelsVatCompanyWorkforce, type SchemaWgBeApiQuotesModelsBaseLocalization, type SchemaWgBeApiQuotesModelsBaseLocalization_2, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsCar, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsFamily, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsLegal, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsPartyGroup, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsResidence, type SchemaWgPyModelsComplexAddress, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoMachineDelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoPeriodicCash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoSiloCapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoMachinedelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoPeriodiccash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoSilocapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorksConstructionWorkDuration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworksConstructionworkduration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactPerson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactperson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFleetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalAid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalaid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyManagementFunction, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonnelDetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonneldetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdPartyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdpartyactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWageBill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWagebill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsAnnexAnnex, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverAssistanceSystemDriveAssistanceSystem, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverCarInsured, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriver, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsInsuranceHistoryInsuranceHistory, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsPersonPerson, type SchemaWgPyModelsDomainInsuranceInsurancesAedesAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzEnumsCarUsedFor, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesAragLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesArcesLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesAxaAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAxaCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsHolderState, type SchemaWgPyModelsDomainInsuranceInsurancesAxaFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesDasLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralParty, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralPartyGroup, type SchemaWgPyModelsDomainInsuranceInsurancesEuromexLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesLarLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesPnpFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesViviumCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesViviumFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumResidenceRooms, type SchemaWgPyModelsDomainInsuranceProspectCompany, type SchemaWgPyModelsDomainInsuranceProspectCompany_2, type SchemaWgPyModelsDomainInsuranceProspectCustomer, type SchemaWgPyModelsDomainInsuranceProspectCustomer_2, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferences, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferencesFuneralPreference, type SchemaWgPyModelsDomainInsuranceProspectPartypreferences, type SchemaWgPyModelsDomainInsuranceProspectPartypreferencesFuneralpreference, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesPartyExternalRefsQueryModel, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBicycleBicycle, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBoatBoat, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsCarCar, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsMiscMiscellaneous, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerSemiTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainInsuranceRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyPerson, type SchemaWgPyModelsDomainInsuranceRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceAnnexAnnex, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingFacade, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingMainBuilding, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidencePreferencesResidencePreferences, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceRoomsRooms, type SchemaWgPyModelsDomainInsuranceRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccident, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccidentStatement, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarInsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarinsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverbrandclubmembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleusage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainWegroupComplexAddress, type SchemaWgPyModelsDomainWegroupComplexAddress_2, type SchemaWgPyModelsDomainWegroupComplexCompanyRegistration, type SchemaWgPyModelsDomainWegroupComplexCompanyregistration, type SchemaWgPyModelsDomainWegroupComplexLocalization, type SchemaWgPyModelsDomainWegroupEnumsCarUsedFor, type SchemaWgPyModelsDomainWegroupEnumsClaimFreeYears, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsCurrency, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsGender, type SchemaWgPyModelsDomainWegroupEnumsHolderState, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes_2, type SchemaWgPyModelsDomainWegroupEnumsMiscellaneousType, type SchemaWgPyModelsDomainWegroupEnumsOfferRevisionDocumentType, type SchemaWgPyModelsDomainWegroupEnumsProfession, type SchemaWgPyModelsDomainWegroupEnumsProspectType, type SchemaWgPyModelsDomainWegroupEnumsProspectType_2, type SchemaWgPyModelsDomainWegroupRestResponsesStatusResponse, type SchemaWgPyModelsEnumsCoveragePeriod, type SchemaWgPyModelsEnumsCoverageperiod, type SchemaWgPyModelsNatsCompany, type SchemaWgPyModelsSmtReadInsuranceInsuranceProductQueryModelRiskDomain, type SchemaWgPyModelsSmtReadProspectExternalRefsQueryModel, type SchemaWgPyModelsSmtReadProspectManagementQueryModel, type SchemaWgPyModelsSmtReadProspectPartyDocumentQueryModel, type SchemaWgPyModelsSmtReadProspectPartyLogoQueryModel, type SchemaWgPyModelsUserCompany, type SchemaWgsdkQuotesCarEvaluationType, type SchemaWgsdkQuotesCountryCodes, type SchemaWgsdkSmtAccident, type SchemaWgsdkSmtAccidentStatement, type SchemaWgsdkSmtCarEvaluationType, type SchemaWgsdkSmtCountryCodes, type SchemaWgsdkSmtCoveragePeriod, type SchemaWgsdkSmtGender, type SchemaWgsdkSmtInsuranceHistory, type SchemaWgsdkSmtProfession, type SchemaWheelBase, type SchemaWheelBaseArray, type SchemaWheelRimSizeArray, type SchemaWheelRimsSize, type SchemaWheelSize, type SchemaWheelSizeArray, type SchemaWidth, type SchemaWindow, type SchemaWorkforce, type SchemaWorkforcePossibleDanger, type SchemaWorkingMethod, type SchemaYellowHiveCoverage, type SchemaYellowHiveInsurance, type SchemaYellowHiveInsurancePolicy, type SchemaYellowHiveProduct, type SchemaYellowHiveProductQuestionnaire, type SchemaYellowHiveProductQuestionnaireQueryModel, type SchemaYellowHiveProductQuestionnairesQueryModel, type SchemaYellowHiveProductQuestionnairesUpdateCmd, type SchemaYellowHiveProductQuestionnairesValidateCmd, type SchemaYellowHiveProductToInsurancePolicyLink, type SchemaYellowHiveProductsInConversationCmd, type SchemaYellowHiveQuote, type SchemaYellowHiveQuoteCalculationJob, type SchemaYellowHiveQuoteCalculationJobsQueuedResponse, type SeachStreetsByCityAndCountryQueryParams, type SeachStreetsByCityAndCountryResponse, type SearchAddressesByCountryQueryParams, type SearchAddressesByCountryResponse, type SearchAssuPartiesQueryParams, type SearchAssuPartiesResponse, type SearchCitiesByCountryQueryParams, type SearchCitiesByCountryResponse, type SearchDirectorsByFirstAndLastNameQueryParams, type SearchDirectorsByFirstAndLastNameResponse, type SearchEnterprisesByCountryQueryParams, type SearchEnterprisesByCountryResponse, type SearchFasterforwardPartiesQueryParams, type SearchFasterforwardPartiesResponse, type SearchPartiesBody, type SearchPartiesQueryParams, type SearchPartiesResponse, type SearchVehiclesBody, type SearchVehiclesQueryParams, type SearchVehiclesResponse, type SendAdvisoryReportAsMailBody, type SendAdvisoryReportAsMailPathParams, type SendAdvisoryReportAsMailQueryParams, type SendAdvisoryReportAsMailResponse, type SendAnvaInquiryAsCustomerBody, type SendAnvaInquiryAsCustomerResponse, type SendClaimToKeypointPathParams, type SendClaimToKeypointQueryParams, type SendClaimToKeypointResponse, type SendDiasOfferMailBySessionIdBody, type SendDiasOfferMailBySessionIdPathParams, type SendDiasOfferMailBySessionIdQueryParams, type SendDiasOfferMailBySessionIdResponse, type SendExampleCampaignTargetMailQueryParams, type SendExampleCampaignTargetMailResponse, type SendMailClaimReportByIdPathParams, type SendMailClaimReportByIdQueryParams, type SendMailClaimReportByIdResponse, type SendMailFollowupPageToCustomerPathParams, type SendMailFollowupPageToCustomerQueryParams, type SendMailFollowupPageToCustomerResponse, type SendMailForSimulationToPartyBody, type SendMailForSimulationToPartyPathParams, type SendMailForSimulationToPartyQueryParams, type SendMailForSimulationToPartyResponse, type SendOfferMailBySessionIdBody, type SendOfferMailBySessionIdPathParams, type SendOfferMailBySessionIdQueryParams, type SendOfferMailBySessionIdResponse, type SendOfferToAnvaBySessionIdPathParams, type SendOfferToAnvaBySessionIdQueryParams, type SendOfferToAnvaBySessionIdResponse, type SendPasswordResetToCustomerPathParams, type SendPasswordResetToCustomerResponse, type SendQuoteAsMailBody, type SendQuoteAsMailPathParams, type SendQuoteAsMailQueryParams, type SendQuoteAsMailResponse, type SetAskLaterQuestionsBody, type SetAskLaterQuestionsResponse, type TransferLeadToOtherDistributionBody, type TransferLeadToOtherDistributionPathParams, type TransferLeadToOtherDistributionQueryParams, type TransferLeadToOtherDistributionResponse, type TransferPartyToOtherDistributionBody, type TransferPartyToOtherDistributionPathParams, type TransferPartyToOtherDistributionQueryParams, type TransferPartyToOtherDistributionResponse, type TriageEmailBody, type TriageEmailResponse, type UnblockCustomerFromAccessingPartyPathParams, type UnblockCustomerFromAccessingPartyResponse, type UnlockClaimPathParams, type UnlockClaimQueryParams, type UnlockClaimResponse, type UpdateAdvisoryReportBody, type UpdateAdvisoryReportPathParams, type UpdateAdvisoryReportQueryParams, type UpdateAdvisoryReportResponse, type UpdateAnalyzedEmailIdBody, type UpdateAnalyzedEmailIdPathParams, type UpdateAnalyzedEmailIdQueryParams, type UpdateAnalyzedEmailIdResponse, type UpdateAnvaPartyViaConversationBody, type UpdateAnvaPartyViaConversationPathParams, type UpdateAnvaPartyViaConversationQueryParams, type UpdateAnvaPartyViaConversationResponse, type UpdateAnvaflowsQuestionnaireBody, type UpdateAnvaflowsQuestionnairePathParams, type UpdateAnvaflowsQuestionnaireQueryParams, type UpdateAnvaflowsQuestionnaireResponse, type UpdateBicycleRiskObjectBody, type UpdateBicycleRiskObjectPathParams, type UpdateBicycleRiskObjectQueryParams, type UpdateBicycleRiskObjectResponse, type UpdateBoatRiskObjectBody, type UpdateBoatRiskObjectPathParams, type UpdateBoatRiskObjectQueryParams, type UpdateBoatRiskObjectResponse, type UpdateBrokerByBrokerBody, type UpdateBrokerByBrokerPathParams, type UpdateBrokerByBrokerResponse, type UpdateBrokerConnectionByKeyBody, type UpdateBrokerConnectionByKeyPathParams, type UpdateBrokerConnectionByKeyResponse, type UpdateBrokerIntegrationsBody, type UpdateBrokerIntegrationsPathParams, type UpdateBrokerIntegrationsResponse, type UpdateCampaignBody, type UpdateCampaignPathParams, type UpdateCampaignQueryParams, type UpdateCampaignResponse, type UpdateCarRiskObjectBody, type UpdateCarRiskObjectPathParams, type UpdateCarRiskObjectQueryParams, type UpdateCarRiskObjectResponse, type UpdateClaimAsBrokerByIdPathParams, type UpdateClaimAsBrokerByIdQueryParams, type UpdateClaimAsBrokerByIdResponse, type UpdateClaimAsCustomerWithTokenPathParams, type UpdateClaimAsCustomerWithTokenQueryParams, type UpdateClaimAsCustomerWithTokenResponse, type UpdateCommentOnActivityPathParams, type UpdateCommentOnActivityQueryParams, type UpdateCommentOnActivityResponse, type UpdateConversationByIdBody, type UpdateConversationByIdPathParams, type UpdateConversationByIdResponse, type UpdateDeclarationRemarkPathParams, type UpdateDeclarationRemarkQueryParams, type UpdateDeclarationRemarkResponse, type UpdateDiasQuestionnaireBody, type UpdateDiasQuestionnairePathParams, type UpdateDiasQuestionnaireQueryParams, type UpdateDiasQuestionnaireResponse, type UpdateDistributionConnectionByKeyBody, type UpdateDistributionConnectionByKeyPathParams, type UpdateDistributionConnectionByKeyResponse, type UpdateDistributionIntegrationsPathParams, type UpdateDistributionIntegrationsResponse, type UpdateDistributionSettingsBody, type UpdateDistributionSettingsResponse, type UpdateDocumentForPartyBody, type UpdateDocumentForPartyPathParams, type UpdateDocumentForPartyResponse, type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse, type UpdateDocumentMetadataByIdPathParams, type UpdateDocumentMetadataByIdQueryParams, type UpdateDocumentMetadataByIdResponse, type UpdateEntityAsBrokerByIdPathParams, type UpdateEntityAsBrokerByIdQueryParams, type UpdateEntityAsBrokerByIdResponse, type UpdateEntityAsCustomerWithTokenPathParams, type UpdateEntityAsCustomerWithTokenQueryParams, type UpdateEntityAsCustomerWithTokenResponse, type UpdateFamilyRiskObjectBody, type UpdateFamilyRiskObjectPathParams, type UpdateFamilyRiskObjectQueryParams, type UpdateFamilyRiskObjectResponse, type UpdateFleetRiskObjectBody, type UpdateFleetRiskObjectPathParams, type UpdateFleetRiskObjectQueryParams, type UpdateFleetRiskObjectResponse, type UpdateInsurancePolicyComplianceBody, type UpdateInsurancePolicyCompliancePathParams, type UpdateInsurancePolicyComplianceResponse, type UpdateInsurancePolicyCoverageComplianceBody, type UpdateInsurancePolicyCoverageCompliancePathParams, type UpdateInsurancePolicyCoverageComplianceResponse, type UpdateInsuranceProductByDistributionBody, type UpdateInsuranceProductByDistributionPathParams, type UpdateInsuranceProductByDistributionResponse, type UpdateInsuranceProductClauseForDistributionBody, type UpdateInsuranceProductClauseForDistributionPathParams, type UpdateInsuranceProductClauseForDistributionQueryParams, type UpdateInsuranceProductClauseForDistributionResponse, type UpdateLegalRiskObjectBody, type UpdateLegalRiskObjectPathParams, type UpdateLegalRiskObjectQueryParams, type UpdateLegalRiskObjectResponse, type UpdateMiscellaneousRiskObjectBody, type UpdateMiscellaneousRiskObjectPathParams, type UpdateMiscellaneousRiskObjectQueryParams, type UpdateMiscellaneousRiskObjectResponse, type UpdateNotePathParams, type UpdateNoteQueryParams, type UpdateNoteResponse, type UpdateOfferByIdBody, type UpdateOfferByIdPathParams, type UpdateOfferByIdResponse, type UpdateOffersInBulkBody, type UpdateOffersInBulkResponse, type UpdatePartyActivitiesAsCustomerBody, type UpdatePartyActivitiesAsCustomerPathParams, type UpdatePartyActivitiesAsCustomerResponse, type UpdatePartyAssigneesBody, type UpdatePartyAssigneesPathParams, type UpdatePartyAssigneesQueryParams, type UpdatePartyAssigneesResponse, type UpdatePartyByIdBody, type UpdatePartyByIdPathParams, type UpdatePartyByIdResponse, type UpdatePartyGroupRiskObjectBody, type UpdatePartyGroupRiskObjectPathParams, type UpdatePartyGroupRiskObjectQueryParams, type UpdatePartyGroupRiskObjectResponse, type UpdatePartyNoteByIdBody, type UpdatePartyNoteByIdPathParams, type UpdatePartyNoteByIdResponse, type UpdatePartyRelationsBody, type UpdatePartyRelationsPathParams, type UpdatePartyRelationsResponse, type UpdatePreventionByDistributionBody, type UpdatePreventionByDistributionPathParams, type UpdatePreventionByDistributionResponse, type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody, type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams, type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse, type UpdateRelationBetweenRiskObjectAndPartyBody, type UpdateRelationBetweenRiskObjectAndPartyPathParams, type UpdateRelationBetweenRiskObjectAndPartyQueryParams, type UpdateRelationBetweenRiskObjectAndPartyResponse, type UpdateResidenceRiskObjectBody, type UpdateResidenceRiskObjectPathParams, type UpdateResidenceRiskObjectQueryParams, type UpdateResidenceRiskObjectResponse, type UpdateRiskDomainActionForAdvisoryReportByIdBody, type UpdateRiskDomainActionForAdvisoryReportByIdPathParams, type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams, type UpdateRiskDomainActionForAdvisoryReportByIdResponse, type UpdateRiskDomainAdviceForAdvisoryReportByIdBody, type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse, type UpdateRiskDomainByDistributionBody, type UpdateRiskDomainByDistributionPathParams, type UpdateRiskDomainByDistributionResponse, type UpdateSemiTrailerRiskObjectBody, type UpdateSemiTrailerRiskObjectPathParams, type UpdateSemiTrailerRiskObjectQueryParams, type UpdateSemiTrailerRiskObjectResponse, type UpdateTargetsByCampaignPathParams, type UpdateTargetsByCampaignQueryParams, type UpdateTargetsByCampaignResponse, type UpdateTrailerRiskObjectBody, type UpdateTrailerRiskObjectPathParams, type UpdateTrailerRiskObjectQueryParams, type UpdateTrailerRiskObjectResponse, type UpdateTwoWheelerRiskObjectBody, type UpdateTwoWheelerRiskObjectPathParams, type UpdateTwoWheelerRiskObjectQueryParams, type UpdateTwoWheelerRiskObjectResponse, type UpdateUspByDistributionAndIdBody, type UpdateUspByDistributionAndIdPathParams, type UpdateUspByDistributionAndIdQueryParams, type UpdateUspByDistributionAndIdResponse, type UpdateYellowhiveQuestionnaireBody, type UpdateYellowhiveQuestionnairePathParams, type UpdateYellowhiveQuestionnaireQueryParams, type UpdateYellowhiveQuestionnaireResponse, type UpdateYourOwnUserBody, type UpdateYourOwnUserResponse, type UpdateYourPasswordBody, type UpdateYourPasswordResponse, type UploadClaimDocumentAsBrokerPathParams, type UploadClaimDocumentAsBrokerQueryParams, type UploadClaimDocumentAsBrokerResponse, type UploadDocumentsInAnvaBody, type UploadDocumentsInAnvaPathParams, type UploadDocumentsInAnvaQueryParams, type UploadDocumentsInAnvaResponse, type UploadDocumentsInAssuBody, type UploadDocumentsInAssuPathParams, type UploadDocumentsInAssuQueryParams, type UploadDocumentsInAssuResponse, type UploadDocumentsInDiasBody, type UploadDocumentsInDiasPathParams, type UploadDocumentsInDiasQueryParams, type UploadDocumentsInDiasResponse, type UploadDocumentsInFasterforwardBody, type UploadDocumentsInFasterforwardPathParams, type UploadDocumentsInFasterforwardQueryParams, type UploadDocumentsInFasterforwardResponse, type UpsertAnvaClosingQuestionsBody, type UpsertAnvaClosingQuestionsQueryParams, type UpsertAnvaClosingQuestionsResponse, type UpsertDistributionFaqBody, type UpsertDistributionFaqQueryParams, type UpsertDistributionFaqResponse, type UpsertInsurancePoliciesForPartyBody, type UpsertInsurancePoliciesForPartyPathParams, type UpsertInsurancePoliciesForPartyResponse, type UpsertInsurancePolicySimulationForPartyBody, type UpsertInsurancePolicySimulationForPartyPathParams, type UpsertInsurancePolicySimulationForPartyResponse, type UpsertPolicyPackagesForPartyBody, type UpsertPolicyPackagesForPartyPathParams, type UpsertPolicyPackagesForPartyResponse, type ValidateAChassisNumberResponse, type ValidateACompanyRegistrationNumberResponse, type ValidateANationalIdentificationNumberBody, type ValidateANationalIdentificationNumberResponse, type ValidateATelephonenrResponse, type ValidateAVehicleRegistrationPlateBody, type ValidateAVehicleRegistrationPlateResponse, type ValidateAWebsiteResponse, type ValidateAnEmailResponse, type ValidateAnFsmaResponse, type ValidateAnIbanBody, type ValidateAnIbanResponse, type ValidateAnvaConnectionQueryParams, type ValidateAnvaConnectionResponse, type ValidateAnvaDwhConnectionQueryParams, type ValidateAnvaDwhConnectionResponse, type ValidateAnvaflowsQuestionnaireBody, type ValidateAnvaflowsQuestionnairePathParams, type ValidateAnvaflowsQuestionnaireQueryParams, type ValidateAnvaflowsQuestionnaireResponse, type ValidateClaimPathParams, type ValidateClaimQueryParams, type ValidateClaimResponse, type ValidateDiasQuestionnaireBody, type ValidateDiasQuestionnairePathParams, type ValidateDiasQuestionnaireQueryParams, type ValidateDiasQuestionnaireResponse, type ValidateFasterforwardConnectionQueryParams, type ValidateFasterforwardConnectionResponse, type ValidatePromotionsResponse, type ValidateYellowhiveQuestionnaireBody, type ValidateYellowhiveQuestionnairePathParams, type ValidateYellowhiveQuestionnaireQueryParams, type ValidateYellowhiveQuestionnaireResponse, type VerifyIfADistributionExistsByCompanyRegistrationBody, type VerifyIfADistributionExistsByCompanyRegistrationQueryParams, type VerifyIfADistributionExistsByCompanyRegistrationResponse, type VerifyIfADistributionExistsByNameBody, type VerifyIfADistributionExistsByNameQueryParams, type VerifyIfADistributionExistsByNameResponse, type VerifyIfAUserExistsByEmailBody, type VerifyIfAUserExistsByEmailQueryParams, type VerifyIfAUserExistsByEmailResponse, type WgApiSchema, type WgPaths, acceptOrRejectAnAdvisoryReport, activateOutlookConnectionSync, analyzeEmail, answerAFlowDirectly, answerAFlowSession, blockCustomerFromAccessingParty, calculateAnvaquotesBySessionId, calculateCarLeaseQuote, calculateDiasQuotesBySessionId, calculateQuotesV2, calculateYellowhiveQuotesBySessionId, claimReportById, claimRequestUpdate, commentOnActivity, type components, createAccidentsForParty, createAccount, createAdvisoryReport, createAdvisoryReportRevision, createAdvisoryReportRevisionV2, createAdvisoryReportStepSettings, createAnvaPartyViaConversation, createAnvaTask, createAnvaflowTags, createAssuTask, createBicycleRiskObject, createBoatRiskObject, createBrokerConnectionsById, createCampaign, createCarRiskObject, createClaimAsBroker, createClaimAsCustomer, createCompanyLead, createConversation, createConversationReminder, createCustomerLead, createDiasPartyViaConversation, createDiasTask, createDistributionConnectionById, createDistributionTag, createDocumentForClaim, createDocumentForClaimAsCustomer, createDocumentForParty, createEntityAsBroker, createEntityAsCustomerWithToken, createFamilyRiskObject, createFasterforwardTask, createInsurancePoliciesForParty, createInsuranceProductClauseForDistribution, createLegalParty, createLegalRiskObject, createLockForClaim, createMiscellaneousRiskObject, createNaturalParty, createNoteOnEvent, createNoteOnEventAsCustomer, createOfferRevision, createOrReplaceInsurancePolicyForAdvisoryReportById, createOrReplacePolicyPackagesForAdvisoryReportById, createPartyActivitiesAsCustomer, createPartyByEnrichingWithEnrichingWithCompanyRegistration, createPartyGroupRiskObject, createPartyNote, createPartyOffers, createPartyRelations, createProfileaseCarLeaseOffer, createProflowSessionByBatchId, createRecommendationByPartyId, createRecommendationBySessionId, createReferenceForParty, createReferencesForRiskObject, createRelationBetweenRiskObjectAndParty, createRiskDomainActionForAdvisoryReportById, createRiskDomainActionFromAdviceForAdvisoryReportById, createRiskDomainAdviceForAdvisoryReportById, createRiskDomainForAdvisoryReportById, createSemiTrailerRiskObject, createToolkitAccount, createToolkitBroker, createTrailerRiskObject, createTrialBroker, createUploadLinkAsCustomer, createUspItemForDistribution, createYellowhiveContactPerson, deactivateOutlookConnectionSync, deleteAdvisoryReport, deleteAdvisoryReportRevision, deleteAllSessionsBySessionId, deleteAnvaClosingQuestions, deleteBrokerConnectionByKey, deleteClaimAsBrokerById, deleteCommentOnActivity, deleteDistributionConnectionByKey, deleteDistributionFaq, deleteDistributionTag, deleteDocumentById, deleteDocumentByIdAsCustomerWithToken, deleteDocumentForParty, deleteEntityAsBrokerById, deleteEntityByIdAsCustomerWithToken, deleteEntityBySessionIdAndFlowId, deleteInsurancePoliciesForParty, deleteInsurancePolicyForAdvisoryReportById, deleteInsuranceProductClauseForDistribution, deleteNote, deletePartyActivitiesAsCustomer, deletePartyEntityBySessionIdAndFlowId, deletePartyNoteById, deletePartyRelations, deletePolicyPackagesForParty, deleteRelationBetweenRiskObjectAndParty, deleteRiskDomainActionForAdvisoryReportById, deleteRiskDomainAdviceForAdvisoryReportById, deleteRiskDomainForAdvisoryReportById, deleteRiskObjectById, deleteSessionBySessionId, deleteUspByDistributionAndId, delinkPartyToUser, deprecatedValidateAnvaConnection, disable2FaAsUserForUser, disable2FaByUser, downloadDocumentById, editInsuranceProductAdviceByDistribution, editInsuranceProductDescriptionsByDistribution, enable2Fa, enqueueCalculationAnvaquotesBySessionId, enqueueSendCustomQuotesToAnvaBySessionId, enqueueSendOfferToAnvaBySessionId, enrichPartyByIdWithExternalCompanyData, exportAdvisoryReportById, exportPartyById, exportPartyToAnva, exportPartyToAssu, exportPartyToDias, exportPartyToFasterforward, exportQuoteById, extractInsurancePoliciesForOneDocument, extractInsurancePoliciesForOneDocumentEnqueue, extractManyDocumentInBatch, extractOffersForOneDocument, extractOffersForOneDocumentEnqueue, extractOneDocument, extractOneDocumentEnqueue, extractPartyForOneDocumentEnqueue, extractWebsiteTheme, generateCompanyDescription, generateConceptReply, generateDiasOfferDocumentBySessionId, generateDistributionAboutUsCompletion, generateDnsPrefix, generateDocxDocumentOfAdvisoryReportById, generateFlowQuestionnaire, generateFlowQuestionnaireDocument, generateOfferRequestForInsuranceCompanyDocx, generateOfferRequestForInsuranceCompanyPdf, generatePdfOfAdvisoryReportById, generatePersonalizationAdviceForAdvisoryReport, generatePossibleProductsBySessionV2, generateQuestionsToPrefillByCar, generateStandaloneFrontPagePdfOfAdvisoryReportAsExample, generateTokenForSocialLoginFlowAsBroker, get2FaByUser, getActivityByParty, getAddressInfo, getAddressInfoFreemium, getAdvicesPerInsuranceProduct, getAdvisoryReportById, getAdvisoryReportExportOptions, getAdvisoryReportRevisionDiff, getAllActivityTypes, getAllAdvisoryReports, getAllAvailableAffiliations, getAllAvailablePlans, getAllAvailableThemesInWegroup, getAllBrokersLinkedToCurrentUser, getAllCampaignTemplates, getAllCampaignsByDistribution, getAllCarClaimCategories, getAllClaimsAsBroker, getAllConversations, getAllCustomersByDistribution, getAllEnums, getAllLeadsByDistribution, getAllLeaseOffersByDistribution, getAllPartiesByDistribution, getAllPartiesByDistributionV2, getAllRiskObjectsByPartyId, getAllRiskObjectsByPartyIdV2, getAllSessionsBySessionId, getAllVehicleBrands, getAllVehicleSeriesByBrandKey, getAllVehicleVersionsBySeriesId, getAnvaAgents, getAnvaClosingQuestions, getAnvaCollectionMethods, getAnvaEmployees, getAnvaLabels, getAnvaMutationReasons, getAnvaParties, getAnvaProducts, getAnvaproductById, getAnvaproducts, getArtifactFromEventById, getAssuEmployees, getAvailableFlowsForDistributionInfo, getBrokerByAnvaProducerId, getBrokerByAnvaRelationMangerId, getBrokerConnectionsById, getBrokerIntegrations, getCampaignById, getCampaignSettingsByDistribution, getCampaignTargetMailTemplate, getCarLeaseRates, getChatBySessionId, getChatSummaryV2BySessionId, getCheckupByPartyId, getClaimAsBrokerById, getClaimAsCustomerWithToken, getClaimByIdAsCustomer, getClaimEventsAsBrokerById, getClaimEventsAsCustomer, getClaimsAsCustomer, getClaimsAsParty, getClaimsAsPartyById, getComplianceByRiskObjectId, getConversationById, getConversationNotes, getConversationReportPdfById, getConversationsOriginFilter, getCurrentAccountInsightsAsCustomer, getCurrentAccountInsightsAsParty, getCurrentBrokerOfTheUser, getCustomersByParty, getDiasAfdbranches, getDiasCollectionMethods, getDiasEmployees, getDiasParties, getDiasPartySalutations, getDiasPartyTitles, getDiasProducts, getDiasflowInsurances, getDiasflowProductById, getDiasflowProducts, getDistributionActivity, getDistributionAffiliations, getDistributionById, getDistributionConnectionsById, getDistributionFaq, getDistributionHasPendingUpgrade, getDistributionSettings, getDistributionTags, getDocumentExtractionBatchById, getDocumentMetadata, getDocumentsAsCustomer, getDocumentsForParty, getEmailByMessageId, getEncryptionKeys, getEnterpriseByCompanyRegistrationNumberAndCountry, getEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponse, getEnumByAnvaLabel, getEnumByDiasLabel, getEventsByAdvisoryReportId, getExtractEnityInfo, getFasterforwardEmployees, getFasterforwardTeams, getFinconnectLinkAsCustomer, getFinconnectLinkForInsurancePolicy, getFinconnectLinkForInsurancePolicyAsCustomer, getFlowInfoById, getFlowsInfo, getGbi, getHubspotVisitorIdentificationToken, getInfoForClaim, getInsightsIfCarIsInsured, getInsuranceCompanies, getInsurancePoliciesAsCustomer, getInsurancePoliciesForParty, getInsurancePolicyById, getInsurancePolicyByIdAsCustomer, getInsurancePolicyComplianceById, getInsurancePolicySimulationsForParty, getInsuranceProductClausesByDistribution, getInsuranceProductsV2, getIntegrationsByDistribution, getInvoiceByIdAsCustomer, getInvoicesAsCustomer, getInvoicesAsParty, getInvoicesAsPartyById, getJobResultById, getKycByParty, getLeadById, getLeadProviderById, getLeadProvidersByAffinity, getLeaseOfferById, getLinkOfDocument, getMetricsByCampaign, getMinimalOfferById, getMinimalOfferRevisionById, getMinimalRiskObjectById, getNace, getNoveltyInsightsByDistribution, getOfferById, getOffersByDistribution, getOnboardingChecklistByBroker, getOnesuranceDataByPartyId, getOnesuranceRecommendationsByEmailId, getOrganisationDistributions, getOrganisationLeads, getOrganisationOffers, getOutlookConnectionDetails, getOutlookMailById, getOutlookMailByOutlookMessageId, getOutlookMailfolders, getOutlookMails, getPartiesByCustomer, getPartiesLinkedToUser, getPartiesOriginFilter, getPartyAddresses, getPartyById, getPartyMergeSuggestions, getPdfOfAdvisoryReportById, getPerformanceInsightsByDistribution, getPolicyPackageById, getPolicyPackageByIdAsCustomer, getPolicyPackageSimulationsForParty, getPolicyPackagesAsCustomer, getPolicyPackagesForParty, getPossibleInsuranceProductsByPartyId, getPossibleInsuranceProductsByRiskObjectId, getPossibleInsuranceProductsForManagementByPartyId, getPossibleInsuranceProductsForStaffByPartyId, getPreventionAdvice, getPromotionsByDistributionId, getProvenanceInfoOfDocument, getQuoteExports, getQuoteInsights, getQuotesAsBatchResultsByConversationId, getRecommendationsById, getRecommendationsByPartyId, getRecommendationsBySessionId, getRiskAnalysisByPartyId, getRiskDomainById, getRiskDomains, getRiskObjectByRiskObjectRevisionId, getRiskObjectRevisionsById, getSbi, getSingularityJobResultById, getStepSettingsByAdvisoryReportId, getSupportedAnvaflowCoverages, getSupportedAnvaflowCoveragesGroupedByAdn, getSupportedAnvaflowInsuranceCompanies, getSupportedAnvaflowInsurances, getSupportedAnvaflowTags, getSupportedInsuranceCompanies, getSupportedInsuranceSubjects, getSupportedMimeTypes, getSupportedRiskDomains, getSupportedYellowhiveflowCoverages, getSupportedYellowhiveflowInsurances, getSystemCampaignsByParty, getTheBrokerById, getUspByDistribution, getValuesOfEnum, getVehicleByCarIdOrFebiacId, getVehicleByNumberPlateAndCarId, getVehicleByVersionId, getVehicleByVinAndCarId, getVehicleVersionFactsBySeriesId, getWeatherInfo, getYellowhiveflowProductById, getYellowhiveflowProducts, getYourOwnUser, giveFeedbackOnConversationById, giveFeedbackOnRecommendationsById, giveFeedbackToInsuranceTermsBot, handleCreateDistributionTheme, handleDeleteDistributionTheme, handleUpdateDistributionTheme, importAnvaDocumentInWegroup, importAnvaInsurancePolicyDocumentInWegroup, importAnvaInsurancePolicyPackageDocumentInWegroup, importAnvaPartyInWegroup, importAnvaproduct, importAssuPartyInWegroup, importDiasPartyInWegroup, importDiasflowProduct, importFasterforwardPartyInWegroup, inviteColleaguesToDistribution, inviteUserToParty, linkConversationToAdvisoryReport, linkPartyToUser, lockFlightApi, markConversationAsCompletedById, mergePartiesTogether, type operations, orderInsurancePolciesOfAdvisoryReport, outlookConnectionSync, overrideInsuranceProductRecommendationById, overridePreventionAdviceRecommendationById, patchAnvaproductById, patchAnvaproductCoverageById, patchDiasflowProductById, patchDiasflowProductCoverageByDiasId, patchOwnPartyAsCustomer, type paths, poseAQuestionToInsuranceTermsBot, poseAQuestionToInsuranceTermsBotForItToCompare, postEventAsCarglassPartner, putClausesForReport, recalculateDiasQuotesBySessionIdAndProductId, recalculateDiasSimulationBySessionId, recalculateOneAnvaquoteByAnvaProductIdSessionId, recalculateSimulationBySessionId, recalculateYellowhiveQuotesBySessionIdAndProductId, recalculateYellowhiveSimulationBySessionId, regenerateAnvaquestionnaireBySessionId, retrieveAirports, retrieveAllExportsByParty, retrieveAnvaflowsQuestionnaires, retrieveAskLaterQuestions, retrieveAutomobileByCarIdFreemiumVersion, retrieveAutomobileByIdFreemium, retrieveDiasQuestionnaires, retrieveExportById, retrieveFlow, retrieveYellowhiveQuestionnaires, seachStreetsByCityAndCountry, searchAddressesByCountry, searchAssuParties, searchCitiesByCountry, searchDirectorsByFirstAndLastName, searchEnterprisesByCountry, searchFasterforwardParties, searchParties, searchVehicles, sendAdvisoryReportAsMail, sendAnvaInquiryAsCustomer, sendClaimToKeypoint, sendDiasOfferMailBySessionId, sendExampleCampaignTargetMail, sendMailClaimReportById, sendMailFollowupPageToCustomer, sendMailForSimulationToParty, sendOfferMailBySessionId, sendOfferToAnvaBySessionId, sendPasswordResetToCustomer, sendQuoteAsMail, setAskLaterQuestions, transferLeadToOtherDistribution, transferPartyToOtherDistribution, triageEmail, unblockCustomerFromAccessingParty, unlockClaim, updateAdvisoryReport, updateAnalyzedEmailId, updateAnvaPartyViaConversation, updateAnvaflowsQuestionnaire, updateBicycleRiskObject, updateBoatRiskObject, updateBrokerByBroker, updateBrokerConnectionByKey, updateBrokerIntegrations, updateCampaign, updateCarRiskObject, updateClaimAsBrokerById, updateClaimAsCustomerWithToken, updateCommentOnActivity, updateConversationById, updateDeclarationRemark, updateDiasQuestionnaire, updateDistributionConnectionByKey, updateDistributionIntegrations, updateDistributionSettings, updateDocumentForParty, updateDocumentMetadataById, updateDocumentMetadataByIdAsCustomerWithToken, updateEntityAsBrokerById, updateEntityAsCustomerWithToken, updateFamilyRiskObject, updateFleetRiskObject, updateInsurancePolicyCompliance, updateInsurancePolicyCoverageCompliance, updateInsuranceProductByDistribution, updateInsuranceProductClauseForDistribution, updateLegalRiskObject, updateMiscellaneousRiskObject, updateNote, updateOfferById, updateOffersInBulk, updatePartyActivitiesAsCustomer, updatePartyAssignees, updatePartyById, updatePartyGroupRiskObject, updatePartyNoteById, updatePartyRelations, updatePreventionByDistribution, updateQuestionForAllQuestionnairesByAnvaLabels, updateRelationBetweenRiskObjectAndParty, updateResidenceRiskObject, updateRiskDomainActionForAdvisoryReportById, updateRiskDomainAdviceForAdvisoryReportById, updateRiskDomainByDistribution, updateSemiTrailerRiskObject, updateTargetsByCampaign, updateTrailerRiskObject, updateTwoWheelerRiskObject, updateUspByDistributionAndId, updateYellowhiveQuestionnaire, updateYourOwnUser, updateYourPassword, uploadClaimDocumentAsBroker, uploadDocumentsInAnva, uploadDocumentsInAssu, uploadDocumentsInDias, uploadDocumentsInFasterforward, upsertAnvaClosingQuestions, upsertDistributionFaq, upsertInsurancePoliciesForParty, upsertInsurancePolicySimulationForParty, upsertPolicyPackagesForParty, validateAChassisNumber, validateACompanyRegistrationNumber, validateANationalIdentificationNumber, validateATelephonenr, validateAVehicleRegistrationPlate, validateAWebsite, validateAnEmail, validateAnFsma, validateAnIban, validateAnvaConnection, validateAnvaDwhConnection, validateAnvaflowsQuestionnaire, validateClaim, validateDiasQuestionnaire, validateFasterforwardConnection, validatePromotions, validateYellowhiveQuestionnaire, verifyIfADistributionExistsByCompanyRegistration, verifyIfADistributionExistsByName, verifyIfAUserExistsByEmail, type webhooks, wgApiClient };
|
|
127680
|
+
export { type $defs, type AcceptOrRejectAnAdvisoryReportBody, type AcceptOrRejectAnAdvisoryReportPathParams, type AcceptOrRejectAnAdvisoryReportQueryParams, type AcceptOrRejectAnAdvisoryReportResponse, type ActivateOutlookConnectionSyncBody, type ActivateOutlookConnectionSyncQueryParams, type ActivateOutlookConnectionSyncResponse, type AnalyzeEmailBody, type AnalyzeEmailPathParams, type AnalyzeEmailResponse, type AnswerAFlowDirectlyBody, type AnswerAFlowDirectlyPathParams, type AnswerAFlowDirectlyQueryParams, type AnswerAFlowDirectlyResponse, type AnswerAFlowSessionBody, type AnswerAFlowSessionPathParams, type AnswerAFlowSessionQueryParams, type AnswerAFlowSessionResponse, type BlockCustomerFromAccessingPartyPathParams, type BlockCustomerFromAccessingPartyResponse, type CalculateAnvaquotesBySessionIdBody, type CalculateAnvaquotesBySessionIdPathParams, type CalculateAnvaquotesBySessionIdQueryParams, type CalculateAnvaquotesBySessionIdResponse, type CalculateCarLeaseQuoteBody, type CalculateCarLeaseQuoteQueryParams, type CalculateCarLeaseQuoteResponse, type CalculateDiasQuotesBySessionIdBody, type CalculateDiasQuotesBySessionIdPathParams, type CalculateDiasQuotesBySessionIdQueryParams, type CalculateDiasQuotesBySessionIdResponse, type CalculateQuotesV2Body, type CalculateQuotesV2PathParams, type CalculateQuotesV2QueryParams, type CalculateQuotesV2Response, type CalculateYellowhiveQuotesBySessionIdBody, type CalculateYellowhiveQuotesBySessionIdPathParams, type CalculateYellowhiveQuotesBySessionIdQueryParams, type CalculateYellowhiveQuotesBySessionIdResponse, type ClaimReportByIdPathParams, type ClaimReportByIdQueryParams, type ClaimReportByIdResponse, type ClaimRequestUpdatePathParams, type ClaimRequestUpdateQueryParams, type ClaimRequestUpdateResponse, type ClientType, type CommentOnActivityPathParams, type CommentOnActivityQueryParams, type CommentOnActivityResponse, type CreateAccidentsForPartyBody, type CreateAccidentsForPartyPathParams, type CreateAccidentsForPartyQueryParams, type CreateAccidentsForPartyResponse, type CreateAccountBody, type CreateAccountQueryParams, type CreateAccountResponse, type CreateAdvisoryReportBody, type CreateAdvisoryReportQueryParams, type CreateAdvisoryReportResponse, type CreateAdvisoryReportRevisionBody, type CreateAdvisoryReportRevisionPathParams, type CreateAdvisoryReportRevisionQueryParams, type CreateAdvisoryReportRevisionResponse, type CreateAdvisoryReportRevisionV2Body, type CreateAdvisoryReportRevisionV2PathParams, type CreateAdvisoryReportRevisionV2QueryParams, type CreateAdvisoryReportRevisionV2Response, type CreateAdvisoryReportStepSettingsBody, type CreateAdvisoryReportStepSettingsPathParams, type CreateAdvisoryReportStepSettingsQueryParams, type CreateAdvisoryReportStepSettingsResponse, type CreateAnvaPartyViaConversationBody, type CreateAnvaPartyViaConversationPathParams, type CreateAnvaPartyViaConversationQueryParams, type CreateAnvaPartyViaConversationResponse, type CreateAnvaTaskBody, type CreateAnvaTaskPathParams, type CreateAnvaTaskQueryParams, type CreateAnvaTaskResponse, type CreateAnvaflowTagsBody, type CreateAnvaflowTagsQueryParams, type CreateAnvaflowTagsResponse, type CreateAssuTaskBody, type CreateAssuTaskPathParams, type CreateAssuTaskQueryParams, type CreateAssuTaskResponse, type CreateBicycleRiskObjectBody, type CreateBicycleRiskObjectPathParams, type CreateBicycleRiskObjectQueryParams, type CreateBicycleRiskObjectResponse, type CreateBoatRiskObjectBody, type CreateBoatRiskObjectPathParams, type CreateBoatRiskObjectQueryParams, type CreateBoatRiskObjectResponse, type CreateBrokerConnectionsByIdBody, type CreateBrokerConnectionsByIdPathParams, type CreateBrokerConnectionsByIdResponse, type CreateCampaignBody, type CreateCampaignQueryParams, type CreateCampaignResponse, type CreateCarRiskObjectBody, type CreateCarRiskObjectPathParams, type CreateCarRiskObjectQueryParams, type CreateCarRiskObjectResponse, type CreateClaimAsBrokerQueryParams, type CreateClaimAsBrokerResponse, type CreateClaimAsCustomerPathParams, type CreateClaimAsCustomerQueryParams, type CreateClaimAsCustomerResponse, type CreateCompanyLeadBody, type CreateCompanyLeadPathParams, type CreateCompanyLeadQueryParams, type CreateCompanyLeadResponse, type CreateConversationBody, type CreateConversationPathParams, type CreateConversationQueryParams, type CreateConversationReminderPathParams, type CreateConversationReminderResponse, type CreateConversationResponse, type CreateCustomerLeadBody, type CreateCustomerLeadPathParams, type CreateCustomerLeadQueryParams, type CreateCustomerLeadResponse, type CreateDiasPartyViaConversationBody, type CreateDiasPartyViaConversationPathParams, type CreateDiasPartyViaConversationQueryParams, type CreateDiasPartyViaConversationResponse, type CreateDiasTaskBody, type CreateDiasTaskPathParams, type CreateDiasTaskQueryParams, type CreateDiasTaskResponse, type CreateDistributionConnectionByIdBody, type CreateDistributionConnectionByIdPathParams, type CreateDistributionConnectionByIdResponse, type CreateDistributionTagBody, type CreateDistributionTagQueryParams, type CreateDistributionTagResponse, type CreateDocumentForClaimAsCustomerPathParams, type CreateDocumentForClaimAsCustomerQueryParams, type CreateDocumentForClaimAsCustomerResponse, type CreateDocumentForClaimPathParams, type CreateDocumentForClaimQueryParams, type CreateDocumentForClaimResponse, type CreateDocumentForPartyBody, type CreateDocumentForPartyPathParams, type CreateDocumentForPartyQueryParams, type CreateDocumentForPartyResponse, type CreateEntityAsBrokerPathParams, type CreateEntityAsBrokerQueryParams, type CreateEntityAsBrokerResponse, type CreateEntityAsCustomerWithTokenPathParams, type CreateEntityAsCustomerWithTokenQueryParams, type CreateEntityAsCustomerWithTokenResponse, type CreateFamilyRiskObjectBody, type CreateFamilyRiskObjectPathParams, type CreateFamilyRiskObjectQueryParams, type CreateFamilyRiskObjectResponse, type CreateFasterforwardTaskBody, type CreateFasterforwardTaskPathParams, type CreateFasterforwardTaskQueryParams, type CreateFasterforwardTaskResponse, type CreateInsurancePoliciesForPartyBody, type CreateInsurancePoliciesForPartyPathParams, type CreateInsurancePoliciesForPartyResponse, type CreateInsuranceProductClauseForDistributionBody, type CreateInsuranceProductClauseForDistributionQueryParams, type CreateInsuranceProductClauseForDistributionResponse, type CreateLegalPartyBody, type CreateLegalPartyResponse, type CreateLegalRiskObjectBody, type CreateLegalRiskObjectPathParams, type CreateLegalRiskObjectQueryParams, type CreateLegalRiskObjectResponse, type CreateLockForClaimPathParams, type CreateLockForClaimQueryParams, type CreateLockForClaimResponse, type CreateMiscellaneousRiskObjectBody, type CreateMiscellaneousRiskObjectPathParams, type CreateMiscellaneousRiskObjectQueryParams, type CreateMiscellaneousRiskObjectResponse, type CreateNaturalPartyBody, type CreateNaturalPartyResponse, type CreateNoteOnEventAsCustomerPathParams, type CreateNoteOnEventAsCustomerQueryParams, type CreateNoteOnEventAsCustomerResponse, type CreateNoteOnEventPathParams, type CreateNoteOnEventQueryParams, type CreateNoteOnEventResponse, type CreateOfferRevisionBody, type CreateOfferRevisionPathParams, type CreateOfferRevisionResponse, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse, type CreatePartyActivitiesAsCustomerBody, type CreatePartyActivitiesAsCustomerResponse, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationBody, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationQueryParams, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationResponse, type CreatePartyGroupRiskObjectBody, type CreatePartyGroupRiskObjectPathParams, type CreatePartyGroupRiskObjectQueryParams, type CreatePartyGroupRiskObjectResponse, type CreatePartyNoteBody, type CreatePartyNotePathParams, type CreatePartyNoteResponse, type CreatePartyOffersBody, type CreatePartyOffersPathParams, type CreatePartyOffersQueryParams, type CreatePartyOffersResponse, type CreatePartyRelationsBody, type CreatePartyRelationsQueryParams, type CreatePartyRelationsResponse, type CreateProfileaseCarLeaseOfferBody, type CreateProfileaseCarLeaseOfferQueryParams, type CreateProfileaseCarLeaseOfferResponse, type CreateProflowSessionByBatchIdPathParams, type CreateProflowSessionByBatchIdQueryParams, type CreateProflowSessionByBatchIdResponse, type CreateRecommendationByPartyIdBody, type CreateRecommendationByPartyIdPathParams, type CreateRecommendationByPartyIdQueryParams, type CreateRecommendationByPartyIdResponse, type CreateRecommendationBySessionIdBody, type CreateRecommendationBySessionIdQueryParams, type CreateRecommendationBySessionIdResponse, type CreateReferenceForPartyBody, type CreateReferenceForPartyPathParams, type CreateReferenceForPartyResponse, type CreateReferencesForRiskObjectBody, type CreateReferencesForRiskObjectPathParams, type CreateReferencesForRiskObjectQueryParams, type CreateReferencesForRiskObjectResponse, type CreateRelationBetweenRiskObjectAndPartyBody, type CreateRelationBetweenRiskObjectAndPartyPathParams, type CreateRelationBetweenRiskObjectAndPartyQueryParams, type CreateRelationBetweenRiskObjectAndPartyResponse, type CreateRiskDomainActionForAdvisoryReportByIdBody, type CreateRiskDomainActionForAdvisoryReportByIdPathParams, type CreateRiskDomainActionForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionForAdvisoryReportByIdResponse, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainAdviceForAdvisoryReportByIdBody, type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainForAdvisoryReportByIdBody, type CreateRiskDomainForAdvisoryReportByIdPathParams, type CreateRiskDomainForAdvisoryReportByIdQueryParams, type CreateRiskDomainForAdvisoryReportByIdResponse, type CreateSemiTrailerRiskObjectBody, type CreateSemiTrailerRiskObjectPathParams, type CreateSemiTrailerRiskObjectQueryParams, type CreateSemiTrailerRiskObjectResponse, type CreateToolkitAccountBody, type CreateToolkitAccountQueryParams, type CreateToolkitAccountResponse, type CreateToolkitBrokerBody, type CreateToolkitBrokerQueryParams, type CreateToolkitBrokerResponse, type CreateTrailerRiskObjectBody, type CreateTrailerRiskObjectPathParams, type CreateTrailerRiskObjectQueryParams, type CreateTrailerRiskObjectResponse, type CreateTrialBrokerBody, type CreateTrialBrokerQueryParams, type CreateTrialBrokerResponse, type CreateUploadLinkAsCustomerPathParams, type CreateUploadLinkAsCustomerQueryParams, type CreateUploadLinkAsCustomerResponse, type CreateUspItemForDistributionBody, type CreateUspItemForDistributionQueryParams, type CreateUspItemForDistributionResponse, type CreateYellowhiveContactPersonBody, type CreateYellowhiveContactPersonPathParams, type CreateYellowhiveContactPersonQueryParams, type CreateYellowhiveContactPersonResponse, type DeactivateOutlookConnectionSyncBody, type DeactivateOutlookConnectionSyncQueryParams, type DeactivateOutlookConnectionSyncResponse, type DeleteAdvisoryReportPathParams, type DeleteAdvisoryReportQueryParams, type DeleteAdvisoryReportResponse, type DeleteAdvisoryReportRevisionPathParams, type DeleteAdvisoryReportRevisionQueryParams, type DeleteAdvisoryReportRevisionResponse, type DeleteAllSessionsBySessionIdPathParams, type DeleteAllSessionsBySessionIdResponse, type DeleteAnvaClosingQuestionsPathParams, type DeleteAnvaClosingQuestionsQueryParams, type DeleteAnvaClosingQuestionsResponse, type DeleteBrokerConnectionByKeyPathParams, type DeleteBrokerConnectionByKeyResponse, type DeleteClaimAsBrokerByIdPathParams, type DeleteClaimAsBrokerByIdQueryParams, type DeleteClaimAsBrokerByIdResponse, type DeleteCommentOnActivityPathParams, type DeleteCommentOnActivityQueryParams, type DeleteCommentOnActivityResponse, type DeleteDistributionConnectionByKeyPathParams, type DeleteDistributionConnectionByKeyResponse, type DeleteDistributionFaqPathParams, type DeleteDistributionFaqQueryParams, type DeleteDistributionFaqResponse, type DeleteDistributionTagPathParams, type DeleteDistributionTagQueryParams, type DeleteDistributionTagResponse, type DeleteDocumentByIdAsCustomerWithTokenPathParams, type DeleteDocumentByIdAsCustomerWithTokenQueryParams, type DeleteDocumentByIdAsCustomerWithTokenResponse, type DeleteDocumentByIdPathParams, type DeleteDocumentByIdQueryParams, type DeleteDocumentByIdResponse, type DeleteDocumentForPartyPathParams, type DeleteDocumentForPartyResponse, type DeleteEntityAsBrokerByIdPathParams, type DeleteEntityAsBrokerByIdQueryParams, type DeleteEntityAsBrokerByIdResponse, type DeleteEntityByIdAsCustomerWithTokenPathParams, type DeleteEntityByIdAsCustomerWithTokenQueryParams, type DeleteEntityByIdAsCustomerWithTokenResponse, type DeleteEntityBySessionIdAndFlowIdPathParams, type DeleteEntityBySessionIdAndFlowIdQueryParams, type DeleteEntityBySessionIdAndFlowIdResponse, type DeleteInsurancePoliciesForPartyPathParams, type DeleteInsurancePoliciesForPartyResponse, type DeleteInsurancePolicyForAdvisoryReportByIdPathParams, type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams, type DeleteInsurancePolicyForAdvisoryReportByIdResponse, type DeleteInsuranceProductClauseForDistributionPathParams, type DeleteInsuranceProductClauseForDistributionQueryParams, type DeleteInsuranceProductClauseForDistributionResponse, type DeleteNotePathParams, type DeleteNoteQueryParams, type DeleteNoteResponse, type DeletePartyActivitiesAsCustomerPathParams, type DeletePartyActivitiesAsCustomerResponse, type DeletePartyEntityBySessionIdAndFlowIdPathParams, type DeletePartyEntityBySessionIdAndFlowIdQueryParams, type DeletePartyEntityBySessionIdAndFlowIdResponse, type DeletePartyNoteByIdPathParams, type DeletePartyNoteByIdResponse, type DeletePartyRelationsPathParams, type DeletePartyRelationsResponse, type DeletePolicyPackagesForPartyPathParams, type DeletePolicyPackagesForPartyResponse, type DeleteRelationBetweenRiskObjectAndPartyPathParams, type DeleteRelationBetweenRiskObjectAndPartyQueryParams, type DeleteRelationBetweenRiskObjectAndPartyResponse, type DeleteRiskDomainActionForAdvisoryReportByIdPathParams, type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams, type DeleteRiskDomainActionForAdvisoryReportByIdResponse, type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams, type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams, type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse, type DeleteRiskDomainForAdvisoryReportByIdPathParams, type DeleteRiskDomainForAdvisoryReportByIdQueryParams, type DeleteRiskDomainForAdvisoryReportByIdResponse, type DeleteRiskObjectByIdPathParams, type DeleteRiskObjectByIdResponse, type DeleteSessionBySessionIdPathParams, type DeleteSessionBySessionIdResponse, type DeleteUspByDistributionAndIdPathParams, type DeleteUspByDistributionAndIdQueryParams, type DeleteUspByDistributionAndIdResponse, type DelinkPartyToUserBody, type DelinkPartyToUserResponse, type DeprecatedValidateAnvaConnectionQueryParams, type DeprecatedValidateAnvaConnectionResponse, type Disable2FaAsUserForUserPathParams, type Disable2FaAsUserForUserResponse, type Disable2FaByUserBody, type Disable2FaByUserResponse, type DownloadDocumentByIdPathParams, type DownloadDocumentByIdQueryParams, type DownloadDocumentByIdResponse, type EditInsuranceProductAdviceByDistributionBody, type EditInsuranceProductAdviceByDistributionPathParams, type EditInsuranceProductAdviceByDistributionResponse, type EditInsuranceProductDescriptionsByDistributionPathParams, type EditInsuranceProductDescriptionsByDistributionResponse, type Enable2FaBody, type Enable2FaResponse, type EnqueueCalculationAnvaquotesBySessionIdBody, type EnqueueCalculationAnvaquotesBySessionIdPathParams, type EnqueueCalculationAnvaquotesBySessionIdQueryParams, type EnqueueCalculationAnvaquotesBySessionIdResponse, type EnqueueSendCustomQuotesToAnvaBySessionIdBody, type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams, type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams, type EnqueueSendCustomQuotesToAnvaBySessionIdResponse, type EnqueueSendOfferToAnvaBySessionIdPathParams, type EnqueueSendOfferToAnvaBySessionIdQueryParams, type EnqueueSendOfferToAnvaBySessionIdResponse, type EnrichPartyByIdWithExternalCompanyDataPathParams, type EnrichPartyByIdWithExternalCompanyDataQueryParams, type EnrichPartyByIdWithExternalCompanyDataResponse, type ExportAdvisoryReportByIdBody, type ExportAdvisoryReportByIdPathParams, type ExportAdvisoryReportByIdQueryParams, type ExportAdvisoryReportByIdResponse, type ExportPartyByIdPathParams, type ExportPartyByIdResponse, type ExportPartyToAnvaPathParams, type ExportPartyToAnvaQueryParams, type ExportPartyToAnvaResponse, type ExportPartyToAssuPathParams, type ExportPartyToAssuQueryParams, type ExportPartyToAssuResponse, type ExportPartyToDiasPathParams, type ExportPartyToDiasQueryParams, type ExportPartyToDiasResponse, type ExportPartyToFasterforwardPathParams, type ExportPartyToFasterforwardQueryParams, type ExportPartyToFasterforwardResponse, type ExportQuoteByIdBody, type ExportQuoteByIdPathParams, type ExportQuoteByIdQueryParams, type ExportQuoteByIdResponse, type ExtractInsurancePoliciesForOneDocumentBody, type ExtractInsurancePoliciesForOneDocumentEnqueueBody, type ExtractInsurancePoliciesForOneDocumentEnqueueResponse, type ExtractInsurancePoliciesForOneDocumentResponse, type ExtractManyDocumentInBatchBody, type ExtractManyDocumentInBatchResponse, type ExtractOffersForOneDocumentBody, type ExtractOffersForOneDocumentEnqueueBody, type ExtractOffersForOneDocumentEnqueueResponse, type ExtractOffersForOneDocumentResponse, type ExtractOneDocumentBody, type ExtractOneDocumentEnqueueBody, type ExtractOneDocumentEnqueueResponse, type ExtractOneDocumentResponse, type ExtractPartyForOneDocumentEnqueueBody, type ExtractPartyForOneDocumentEnqueueResponse, type ExtractWebsiteThemeBody, type ExtractWebsiteThemeResponse, type GenerateCompanyDescriptionBody, type GenerateCompanyDescriptionResponse, type GenerateConceptReplyBody, type GenerateConceptReplyPathParams, type GenerateConceptReplyQueryParams, type GenerateConceptReplyResponse, type GenerateDiasOfferDocumentBySessionIdPathParams, type GenerateDiasOfferDocumentBySessionIdQueryParams, type GenerateDiasOfferDocumentBySessionIdResponse, type GenerateDistributionAboutUsCompletionBody, type GenerateDistributionAboutUsCompletionResponse, type GenerateDnsPrefixBody, type GenerateDnsPrefixQueryParams, type GenerateDnsPrefixResponse, type GenerateDocxDocumentOfAdvisoryReportByIdPathParams, type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams, type GenerateDocxDocumentOfAdvisoryReportByIdResponse, type GenerateFlowQuestionnaireDocumentBody, type GenerateFlowQuestionnaireDocumentPathParams, type GenerateFlowQuestionnaireDocumentQueryParams, type GenerateFlowQuestionnaireDocumentResponse, type GenerateFlowQuestionnairePathParams, type GenerateFlowQuestionnaireQueryParams, type GenerateFlowQuestionnaireResponse, type GenerateOfferRequestForInsuranceCompanyDocxBody, type GenerateOfferRequestForInsuranceCompanyDocxResponse, type GenerateOfferRequestForInsuranceCompanyPdfBody, type GenerateOfferRequestForInsuranceCompanyPdfResponse, type GeneratePdfOfAdvisoryReportByIdPathParams, type GeneratePdfOfAdvisoryReportByIdQueryParams, type GeneratePdfOfAdvisoryReportByIdResponse, type GeneratePersonalizationAdviceForAdvisoryReportPathParams, type GeneratePersonalizationAdviceForAdvisoryReportResponse, type GeneratePossibleProductsBySessionV2Body, type GeneratePossibleProductsBySessionV2PathParams, type GeneratePossibleProductsBySessionV2QueryParams, type GeneratePossibleProductsBySessionV2Response, type GenerateQuestionsToPrefillByCarBody, type GenerateQuestionsToPrefillByCarPathParams, type GenerateQuestionsToPrefillByCarQueryParams, type GenerateQuestionsToPrefillByCarResponse, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse, type GenerateTokenForSocialLoginFlowAsBrokerQueryParams, type GenerateTokenForSocialLoginFlowAsBrokerResponse, type Get2FaByUserResponse, type GetActivityByPartyPathParams, type GetActivityByPartyQueryParams, type GetActivityByPartyResponse, type GetAddressInfoFreemiumQueryParams, type GetAddressInfoFreemiumResponse, type GetAddressInfoQueryParams, type GetAddressInfoResponse, type GetAdvicesPerInsuranceProductPathParams, type GetAdvicesPerInsuranceProductResponse, type GetAdvisoryReportByIdPathParams, type GetAdvisoryReportByIdQueryParams, type GetAdvisoryReportByIdResponse, type GetAdvisoryReportExportOptionsPathParams, type GetAdvisoryReportExportOptionsResponse, type GetAdvisoryReportRevisionDiffPathParams, type GetAdvisoryReportRevisionDiffQueryParams, type GetAdvisoryReportRevisionDiffResponse, type GetAllActivityTypesQueryParams, type GetAllActivityTypesResponse, type GetAllAdvisoryReportsQueryParams, type GetAllAdvisoryReportsResponse, type GetAllAvailableAffiliationsResponse, type GetAllAvailablePlansResponse, type GetAllAvailableThemesInWegroupQueryParams, type GetAllAvailableThemesInWegroupResponse, type GetAllBrokersLinkedToCurrentUserResponse, type GetAllCampaignTemplatesQueryParams, type GetAllCampaignTemplatesResponse, type GetAllCampaignsByDistributionQueryParams, type GetAllCampaignsByDistributionResponse, type GetAllCarClaimCategoriesResponse, type GetAllClaimsAsBrokerQueryParams, type GetAllClaimsAsBrokerResponse, type GetAllConversationsQueryParams, type GetAllConversationsResponse, type GetAllCustomersByDistributionQueryParams, type GetAllCustomersByDistributionResponse, type GetAllEnumsResponse, type GetAllLeadsByDistributionPathParams, type GetAllLeadsByDistributionResponse, type GetAllLeaseOffersByDistributionPathParams, type GetAllLeaseOffersByDistributionQueryParams, type GetAllLeaseOffersByDistributionResponse, type GetAllPartiesByDistributionPathParams, type GetAllPartiesByDistributionQueryParams, type GetAllPartiesByDistributionResponse, type GetAllPartiesByDistributionV2PathParams, type GetAllPartiesByDistributionV2QueryParams, type GetAllPartiesByDistributionV2Response, type GetAllRiskObjectsByPartyIdPathParams, type GetAllRiskObjectsByPartyIdQueryParams, type GetAllRiskObjectsByPartyIdResponse, type GetAllRiskObjectsByPartyIdV2PathParams, type GetAllRiskObjectsByPartyIdV2QueryParams, type GetAllRiskObjectsByPartyIdV2Response, type GetAllSessionsBySessionIdPathParams, type GetAllSessionsBySessionIdQueryParams, type GetAllSessionsBySessionIdResponse, type GetAllVehicleBrandsQueryParams, type GetAllVehicleBrandsResponse, type GetAllVehicleSeriesByBrandKeyPathParams, type GetAllVehicleSeriesByBrandKeyQueryParams, type GetAllVehicleSeriesByBrandKeyResponse, type GetAllVehicleVersionsBySeriesIdPathParams, type GetAllVehicleVersionsBySeriesIdQueryParams, type GetAllVehicleVersionsBySeriesIdResponse, type GetAnvaAgentsQueryParams, type GetAnvaAgentsResponse, type GetAnvaClosingQuestionsQueryParams, type GetAnvaClosingQuestionsResponse, type GetAnvaCollectionMethodsPathParams, type GetAnvaCollectionMethodsQueryParams, type GetAnvaCollectionMethodsResponse, type GetAnvaEmployeesQueryParams, type GetAnvaEmployeesResponse, type GetAnvaLabelsQueryParams, type GetAnvaLabelsResponse, type GetAnvaMutationReasonsQueryParams, type GetAnvaMutationReasonsResponse, type GetAnvaPartiesQueryParams, type GetAnvaPartiesResponse, type GetAnvaProductsQueryParams, type GetAnvaProductsResponse, type GetAnvaproductByIdPathParams, type GetAnvaproductByIdQueryParams, type GetAnvaproductByIdResponse, type GetAnvaproductsQueryParams, type GetAnvaproductsResponse, type GetArtifactFromEventByIdPathParams, type GetArtifactFromEventByIdQueryParams, type GetArtifactFromEventByIdResponse, type GetAssuEmployeesQueryParams, type GetAssuEmployeesResponse, type GetAvailableFlowsForDistributionInfoQueryParams, type GetAvailableFlowsForDistributionInfoResponse, type GetBrokerByAnvaProducerIdPathParams, type GetBrokerByAnvaProducerIdResponse, type GetBrokerByAnvaRelationMangerIdPathParams, type GetBrokerByAnvaRelationMangerIdResponse, type GetBrokerConnectionsByIdPathParams, type GetBrokerConnectionsByIdQueryParams, type GetBrokerConnectionsByIdResponse, type GetBrokerIntegrationsPathParams, type GetBrokerIntegrationsResponse, type GetCampaignByIdPathParams, type GetCampaignByIdQueryParams, type GetCampaignByIdResponse, type GetCampaignSettingsByDistributionQueryParams, type GetCampaignSettingsByDistributionResponse, type GetCampaignTargetMailTemplateQueryParams, type GetCampaignTargetMailTemplateResponse, type GetCarLeaseRatesQueryParams, type GetCarLeaseRatesResponse, type GetChatBySessionIdPathParams, type GetChatBySessionIdResponse, type GetChatSummaryV2BySessionIdPathParams, type GetChatSummaryV2BySessionIdQueryParams, type GetChatSummaryV2BySessionIdResponse, type GetCheckupByPartyIdPathParams, type GetCheckupByPartyIdResponse, type GetClaimAsBrokerByIdPathParams, type GetClaimAsBrokerByIdQueryParams, type GetClaimAsBrokerByIdResponse, type GetClaimAsCustomerWithTokenPathParams, type GetClaimAsCustomerWithTokenQueryParams, type GetClaimAsCustomerWithTokenResponse, type GetClaimByIdAsCustomerPathParams, type GetClaimByIdAsCustomerResponse, type GetClaimEventsAsBrokerByIdPathParams, type GetClaimEventsAsBrokerByIdQueryParams, type GetClaimEventsAsBrokerByIdResponse, type GetClaimEventsAsCustomerPathParams, type GetClaimEventsAsCustomerQueryParams, type GetClaimEventsAsCustomerResponse, type GetClaimsAsCustomerQueryParams, type GetClaimsAsCustomerResponse, type GetClaimsAsPartyByIdPathParams, type GetClaimsAsPartyByIdResponse, type GetClaimsAsPartyPathParams, type GetClaimsAsPartyQueryParams, type GetClaimsAsPartyResponse, type GetComplianceByRiskObjectIdPathParams, type GetComplianceByRiskObjectIdResponse, type GetConversationByIdPathParams, type GetConversationByIdQueryParams, type GetConversationByIdResponse, type GetConversationNotesPathParams, type GetConversationNotesQueryParams, type GetConversationNotesResponse, type GetConversationReportPdfByIdBody, type GetConversationReportPdfByIdPathParams, type GetConversationReportPdfByIdQueryParams, type GetConversationReportPdfByIdResponse, type GetConversationsOriginFilterQueryParams, type GetConversationsOriginFilterResponse, type GetCurrentAccountInsightsAsCustomerQueryParams, type GetCurrentAccountInsightsAsCustomerResponse, type GetCurrentAccountInsightsAsPartyPathParams, type GetCurrentAccountInsightsAsPartyQueryParams, type GetCurrentAccountInsightsAsPartyResponse, type GetCurrentBrokerOfTheUserResponse, type GetCustomersByPartyPathParams, type GetCustomersByPartyQueryParams, type GetCustomersByPartyResponse, type GetDiasAfdbranchesResponse, type GetDiasCollectionMethodsPathParams, type GetDiasCollectionMethodsQueryParams, type GetDiasCollectionMethodsResponse, type GetDiasEmployeesQueryParams, type GetDiasEmployeesResponse, type GetDiasPartiesQueryParams, type GetDiasPartiesResponse, type GetDiasPartySalutationsResponse, type GetDiasPartyTitlesResponse, type GetDiasProductsQueryParams, type GetDiasProductsResponse, type GetDiasflowInsurancesQueryParams, type GetDiasflowInsurancesResponse, type GetDiasflowProductByIdPathParams, type GetDiasflowProductByIdQueryParams, type GetDiasflowProductByIdResponse, type GetDiasflowProductsQueryParams, type GetDiasflowProductsResponse, type GetDistributionActivityPathParams, type GetDistributionActivityQueryParams, type GetDistributionActivityResponse, type GetDistributionAffiliationsPathParams, type GetDistributionAffiliationsResponse, type GetDistributionByIdPathParams, type GetDistributionByIdResponse, type GetDistributionConnectionsByIdPathParams, type GetDistributionConnectionsByIdQueryParams, type GetDistributionConnectionsByIdResponse, type GetDistributionFaqQueryParams, type GetDistributionFaqResponse, type GetDistributionHasPendingUpgradePathParams, type GetDistributionHasPendingUpgradeResponse, type GetDistributionSettingsResponse, type GetDistributionTagsQueryParams, type GetDistributionTagsResponse, type GetDocumentExtractionBatchByIdPathParams, type GetDocumentExtractionBatchByIdResponse, type GetDocumentMetadataPathParams, type GetDocumentMetadataResponse, type GetDocumentsAsCustomerQueryParams, type GetDocumentsAsCustomerResponse, type GetDocumentsForPartyPathParams, type GetDocumentsForPartyQueryParams, type GetDocumentsForPartyResponse, type GetEmailByMessageIdQueryParams, type GetEmailByMessageIdResponse, type GetEncryptionKeysQueryParams, type GetEncryptionKeysResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponsePathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryPathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryResponse, type GetEnumByAnvaLabelPathParams, type GetEnumByAnvaLabelQueryParams, type GetEnumByAnvaLabelResponse, type GetEnumByDiasLabelPathParams, type GetEnumByDiasLabelQueryParams, type GetEnumByDiasLabelResponse, type GetEventsByAdvisoryReportIdPathParams, type GetEventsByAdvisoryReportIdQueryParams, type GetEventsByAdvisoryReportIdResponse, type GetExtractEnityInfoPathParams, type GetExtractEnityInfoResponse, type GetFasterforwardEmployeesQueryParams, type GetFasterforwardEmployeesResponse, type GetFasterforwardTeamsQueryParams, type GetFasterforwardTeamsResponse, type GetFinconnectLinkAsCustomerQueryParams, type GetFinconnectLinkAsCustomerResponse, type GetFinconnectLinkForInsurancePolicyAsCustomerPathParams, type GetFinconnectLinkForInsurancePolicyAsCustomerQueryParams, type GetFinconnectLinkForInsurancePolicyAsCustomerResponse, type GetFinconnectLinkForInsurancePolicyPathParams, type GetFinconnectLinkForInsurancePolicyQueryParams, type GetFinconnectLinkForInsurancePolicyResponse, 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 GetInsurancePolicyComplianceByIdPathParams, type GetInsurancePolicyComplianceByIdResponse, type GetInsurancePolicySimulationsForPartyPathParams, type GetInsurancePolicySimulationsForPartyQueryParams, type GetInsurancePolicySimulationsForPartyResponse, type GetInsuranceProductClausesByDistributionQueryParams, type GetInsuranceProductClausesByDistributionResponse, type GetInsuranceProductsV2QueryParams, type GetInsuranceProductsV2Response, type GetIntegrationsByDistributionPathParams, type GetIntegrationsByDistributionResponse, type GetInvoiceByIdAsCustomerPathParams, type GetInvoiceByIdAsCustomerResponse, type GetInvoicesAsCustomerQueryParams, type GetInvoicesAsCustomerResponse, type GetInvoicesAsPartyByIdPathParams, type GetInvoicesAsPartyByIdResponse, type GetInvoicesAsPartyPathParams, type GetInvoicesAsPartyQueryParams, type GetInvoicesAsPartyResponse, type GetJobResultByIdPathParams, type GetJobResultByIdQueryParams, type GetJobResultByIdResponse, type GetKycByPartyPathParams, type GetKycByPartyQueryParams, type GetKycByPartyResponse, type GetLeadByIdPathParams, type GetLeadByIdResponse, type GetLeadProviderByIdPathParams, type GetLeadProviderByIdResponse, type GetLeadProvidersByAffinityQueryParams, type GetLeadProvidersByAffinityResponse, type GetLeaseOfferByIdPathParams, type GetLeaseOfferByIdQueryParams, type GetLeaseOfferByIdResponse, type GetLinkOfDocumentPathParams, type GetLinkOfDocumentResponse, type GetMetricsByCampaignPathParams, type GetMetricsByCampaignQueryParams, type GetMetricsByCampaignResponse, type GetMinimalOfferByIdPathParams, type GetMinimalOfferByIdQueryParams, type GetMinimalOfferByIdResponse, type GetMinimalOfferRevisionByIdPathParams, type GetMinimalOfferRevisionByIdResponse, type GetMinimalRiskObjectByIdPathParams, type GetMinimalRiskObjectByIdQueryParams, type GetMinimalRiskObjectByIdResponse, type GetNaceQueryParams, type GetNaceResponse, type GetNoveltyInsightsByDistributionPathParams, type GetNoveltyInsightsByDistributionQueryParams, type GetNoveltyInsightsByDistributionResponse, type GetOfferByIdPathParams, type GetOfferByIdResponse, type GetOffersByDistributionPathParams, type GetOffersByDistributionQueryParams, type GetOffersByDistributionResponse, type GetOnboardingChecklistByBrokerPathParams, type GetOnboardingChecklistByBrokerQueryParams, type GetOnboardingChecklistByBrokerResponse, type GetOnesuranceDataByPartyIdPathParams, type GetOnesuranceDataByPartyIdQueryParams, type GetOnesuranceDataByPartyIdResponse, type GetOnesuranceRecommendationsByEmailIdPathParams, type GetOnesuranceRecommendationsByEmailIdQueryParams, type GetOnesuranceRecommendationsByEmailIdResponse, type GetOrganisationDistributionsPathParams, type GetOrganisationDistributionsQueryParams, type GetOrganisationDistributionsResponse, type GetOrganisationLeadsPathParams, type GetOrganisationLeadsQueryParams, type GetOrganisationLeadsResponse, type GetOrganisationOffersPathParams, type GetOrganisationOffersQueryParams, type GetOrganisationOffersResponse, type GetOutlookConnectionDetailsQueryParams, type GetOutlookConnectionDetailsResponse, type GetOutlookMailByIdPathParams, type GetOutlookMailByIdQueryParams, type GetOutlookMailByIdResponse, type GetOutlookMailByOutlookMessageIdPathParams, type GetOutlookMailByOutlookMessageIdQueryParams, type GetOutlookMailByOutlookMessageIdResponse, type GetOutlookMailfoldersQueryParams, type GetOutlookMailfoldersResponse, type GetOutlookMailsQueryParams, type GetOutlookMailsResponse, type GetPartiesByCustomerPathParams, type GetPartiesByCustomerQueryParams, type GetPartiesByCustomerResponse, type GetPartiesLinkedToUserResponse, type GetPartiesOriginFilterQueryParams, type GetPartiesOriginFilterResponse, type GetPartyAddressesPathParams, type GetPartyAddressesResponse, type GetPartyByIdPathParams, type GetPartyByIdResponse, type GetPartyMergeSuggestionsPathParams, type GetPartyMergeSuggestionsQueryParams, type GetPartyMergeSuggestionsResponse, type GetPdfOfAdvisoryReportByIdPathParams, type GetPdfOfAdvisoryReportByIdQueryParams, type GetPdfOfAdvisoryReportByIdResponse, type GetPerformanceInsightsByDistributionPathParams, type GetPerformanceInsightsByDistributionQueryParams, type GetPerformanceInsightsByDistributionResponse, type GetPolicyPackageByIdAsCustomerPathParams, type GetPolicyPackageByIdAsCustomerResponse, type GetPolicyPackageByIdPathParams, type GetPolicyPackageByIdQueryParams, type GetPolicyPackageByIdResponse, type GetPolicyPackageSimulationsForPartyPathParams, type GetPolicyPackageSimulationsForPartyResponse, type GetPolicyPackagesAsCustomerQueryParams, type GetPolicyPackagesAsCustomerResponse, type GetPolicyPackagesForPartyPathParams, type GetPolicyPackagesForPartyResponse, type GetPossibleInsuranceProductsByPartyIdPathParams, type GetPossibleInsuranceProductsByPartyIdQueryParams, type GetPossibleInsuranceProductsByPartyIdResponse, type GetPossibleInsuranceProductsByRiskObjectIdPathParams, type GetPossibleInsuranceProductsByRiskObjectIdQueryParams, type GetPossibleInsuranceProductsByRiskObjectIdResponse, type GetPossibleInsuranceProductsForManagementByPartyIdPathParams, type GetPossibleInsuranceProductsForManagementByPartyIdQueryParams, type GetPossibleInsuranceProductsForManagementByPartyIdResponse, type GetPossibleInsuranceProductsForStaffByPartyIdPathParams, type GetPossibleInsuranceProductsForStaffByPartyIdQueryParams, type GetPossibleInsuranceProductsForStaffByPartyIdResponse, type GetPreventionAdviceQueryParams, type GetPreventionAdviceResponse, type GetPromotionsByDistributionIdPathParams, type GetPromotionsByDistributionIdResponse, type GetProvenanceInfoOfDocumentPathParams, type GetProvenanceInfoOfDocumentResponse, type GetQuoteExportsQueryParams, type GetQuoteExportsResponse, type GetQuoteInsightsPathParams, type GetQuoteInsightsQueryParams, type GetQuoteInsightsResponse, type GetQuotesAsBatchResultsByConversationIdPathParams, type GetQuotesAsBatchResultsByConversationIdQueryParams, type GetQuotesAsBatchResultsByConversationIdResponse, type GetRecommendationsByIdPathParams, type GetRecommendationsByIdQueryParams, type GetRecommendationsByIdResponse, type GetRecommendationsByPartyIdPathParams, type GetRecommendationsByPartyIdQueryParams, type GetRecommendationsByPartyIdResponse, type GetRecommendationsBySessionIdPathParams, type GetRecommendationsBySessionIdQueryParams, type GetRecommendationsBySessionIdResponse, type GetRiskAnalysisByPartyIdPathParams, type GetRiskAnalysisByPartyIdResponse, type GetRiskDomainByIdPathParams, type GetRiskDomainByIdQueryParams, type GetRiskDomainByIdResponse, type GetRiskDomainsQueryParams, type GetRiskDomainsResponse, type GetRiskObjectByRiskObjectRevisionIdPathParams, type GetRiskObjectByRiskObjectRevisionIdQueryParams, type GetRiskObjectByRiskObjectRevisionIdResponse, type GetRiskObjectRevisionsByIdPathParams, type GetRiskObjectRevisionsByIdQueryParams, type GetRiskObjectRevisionsByIdResponse, type GetSbiQueryParams, type GetSbiResponse, type GetSingularityJobResultByIdPathParams, type GetSingularityJobResultByIdQueryParams, type GetSingularityJobResultByIdResponse, type GetStepSettingsByAdvisoryReportIdPathParams, type GetStepSettingsByAdvisoryReportIdQueryParams, type GetStepSettingsByAdvisoryReportIdResponse, type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams, type GetSupportedAnvaflowCoveragesGroupedByAdnResponse, type GetSupportedAnvaflowCoveragesQueryParams, type GetSupportedAnvaflowCoveragesResponse, type GetSupportedAnvaflowInsuranceCompaniesQueryParams, type GetSupportedAnvaflowInsuranceCompaniesResponse, type GetSupportedAnvaflowInsurancesQueryParams, type GetSupportedAnvaflowInsurancesResponse, type GetSupportedAnvaflowTagsQueryParams, type GetSupportedAnvaflowTagsResponse, type GetSupportedInsuranceCompaniesQueryParams, type GetSupportedInsuranceCompaniesResponse, type GetSupportedInsuranceSubjectsQueryParams, type GetSupportedInsuranceSubjectsResponse, type GetSupportedMimeTypesResponse, type GetSupportedRiskDomainsQueryParams, type GetSupportedRiskDomainsResponse, type GetSupportedYellowhiveflowCoveragesQueryParams, type GetSupportedYellowhiveflowCoveragesResponse, type GetSupportedYellowhiveflowInsurancesQueryParams, type GetSupportedYellowhiveflowInsurancesResponse, type GetSystemCampaignsByPartyPathParams, type GetSystemCampaignsByPartyQueryParams, type GetSystemCampaignsByPartyResponse, type GetTheBrokerByIdPathParams, type GetTheBrokerByIdResponse, type GetUspByDistributionQueryParams, type GetUspByDistributionResponse, type GetValuesOfEnumPathParams, type GetValuesOfEnumResponse, type GetVehicleByCarIdOrFebiacIdQueryParams, type GetVehicleByCarIdOrFebiacIdResponse, type GetVehicleByNumberPlateAndCarIdPathParams, type GetVehicleByNumberPlateAndCarIdQueryParams, type GetVehicleByNumberPlateAndCarIdResponse, type GetVehicleByVersionIdPathParams, type GetVehicleByVersionIdQueryParams, type GetVehicleByVersionIdResponse, type GetVehicleByVinAndCarIdPathParams, type GetVehicleByVinAndCarIdQueryParams, type GetVehicleByVinAndCarIdResponse, type GetVehicleVersionFactsBySeriesIdPathParams, type GetVehicleVersionFactsBySeriesIdQueryParams, type GetVehicleVersionFactsBySeriesIdResponse, type GetWeatherInfoQueryParams, type GetWeatherInfoResponse, type GetYellowhiveflowProductByIdPathParams, type GetYellowhiveflowProductByIdQueryParams, type GetYellowhiveflowProductByIdResponse, type GetYellowhiveflowProductsQueryParams, type GetYellowhiveflowProductsResponse, type GetYourOwnUserResponse, type GiveFeedbackOnConversationByIdPathParams, type GiveFeedbackOnConversationByIdQueryParams, type GiveFeedbackOnConversationByIdResponse, type GiveFeedbackOnRecommendationsByIdBody, type GiveFeedbackOnRecommendationsByIdPathParams, type GiveFeedbackOnRecommendationsByIdResponse, type GiveFeedbackToInsuranceTermsBotBody, type GiveFeedbackToInsuranceTermsBotQueryParams, type GiveFeedbackToInsuranceTermsBotResponse, type HandleCreateDistributionThemeBody, type HandleCreateDistributionThemeQueryParams, type HandleCreateDistributionThemeResponse, type HandleDeleteDistributionThemePathParams, type HandleDeleteDistributionThemeQueryParams, type HandleDeleteDistributionThemeResponse, type HandleUpdateDistributionThemeBody, type HandleUpdateDistributionThemePathParams, type HandleUpdateDistributionThemeQueryParams, type HandleUpdateDistributionThemeResponse, type HttpMethod, type ImportAnvaDocumentInWegroupQueryParams, type ImportAnvaDocumentInWegroupResponse, type ImportAnvaInsurancePolicyDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyDocumentInWegroupResponse, type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse, type ImportAnvaPartyInWegroupPathParams, type ImportAnvaPartyInWegroupQueryParams, type ImportAnvaPartyInWegroupResponse, type ImportAnvaproductBody, type ImportAnvaproductQueryParams, type ImportAnvaproductResponse, type ImportAssuPartyInWegroupPathParams, type ImportAssuPartyInWegroupQueryParams, type ImportAssuPartyInWegroupResponse, type ImportDiasPartyInWegroupPathParams, type ImportDiasPartyInWegroupQueryParams, type ImportDiasPartyInWegroupResponse, type ImportDiasflowProductBody, type ImportDiasflowProductQueryParams, type ImportDiasflowProductResponse, type ImportFasterforwardPartyInWegroupPathParams, type ImportFasterforwardPartyInWegroupQueryParams, type ImportFasterforwardPartyInWegroupResponse, type InviteColleaguesToDistributionBody, type InviteColleaguesToDistributionResponse, type InviteUserToPartyBody, type InviteUserToPartyPathParams, type InviteUserToPartyResponse, type LinkConversationToAdvisoryReportBody, type LinkConversationToAdvisoryReportPathParams, type LinkConversationToAdvisoryReportQueryParams, type LinkConversationToAdvisoryReportResponse, type LinkPartyToUserBody, type LinkPartyToUserResponse, type LockFlightApiResponse, type MarkConversationAsCompletedByIdBody, type MarkConversationAsCompletedByIdPathParams, type MarkConversationAsCompletedByIdResponse, type MergePartiesTogetherBody, type MergePartiesTogetherPathParams, type MergePartiesTogetherQueryParams, type MergePartiesTogetherResponse, type Middleware, type OrderInsurancePolciesOfAdvisoryReportBody, type OrderInsurancePolciesOfAdvisoryReportPathParams, type OrderInsurancePolciesOfAdvisoryReportQueryParams, type OrderInsurancePolciesOfAdvisoryReportResponse, type OutlookConnectionSyncQueryParams, type OutlookConnectionSyncResponse, type OverrideInsuranceProductRecommendationByIdBody, type OverrideInsuranceProductRecommendationByIdPathParams, type OverrideInsuranceProductRecommendationByIdResponse, type OverridePreventionAdviceRecommendationByIdBody, type OverridePreventionAdviceRecommendationByIdPathParams, type OverridePreventionAdviceRecommendationByIdResponse, type PatchAnvaproductByIdBody, type PatchAnvaproductByIdPathParams, type PatchAnvaproductByIdQueryParams, type PatchAnvaproductByIdResponse, type PatchAnvaproductCoverageByIdBody, type PatchAnvaproductCoverageByIdPathParams, type PatchAnvaproductCoverageByIdQueryParams, type PatchAnvaproductCoverageByIdResponse, type PatchDiasflowProductByIdBody, type PatchDiasflowProductByIdPathParams, type PatchDiasflowProductByIdQueryParams, type PatchDiasflowProductByIdResponse, type PatchDiasflowProductCoverageByDiasIdBody, type PatchDiasflowProductCoverageByDiasIdPathParams, type PatchDiasflowProductCoverageByDiasIdQueryParams, type PatchDiasflowProductCoverageByDiasIdResponse, type PatchOwnPartyAsCustomerBody, type PatchOwnPartyAsCustomerResponse, type PoseAQuestionToInsuranceTermsBotBody, type PoseAQuestionToInsuranceTermsBotForItToCompareBody, type PoseAQuestionToInsuranceTermsBotForItToCompareQueryParams, type PoseAQuestionToInsuranceTermsBotForItToCompareResponse, type PoseAQuestionToInsuranceTermsBotQueryParams, type PoseAQuestionToInsuranceTermsBotResponse, type PostEventAsCarglassPartnerBody, type PostEventAsCarglassPartnerResponse, type PutClausesForReportBody, type PutClausesForReportPathParams, type PutClausesForReportQueryParams, type PutClausesForReportResponse, type RecalculateDiasQuotesBySessionIdAndProductIdBody, type RecalculateDiasQuotesBySessionIdAndProductIdPathParams, type RecalculateDiasQuotesBySessionIdAndProductIdQueryParams, type RecalculateDiasQuotesBySessionIdAndProductIdResponse, type RecalculateDiasSimulationBySessionIdBody, type RecalculateDiasSimulationBySessionIdPathParams, type RecalculateDiasSimulationBySessionIdQueryParams, type RecalculateDiasSimulationBySessionIdResponse, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse, type RecalculateSimulationBySessionIdBody, type RecalculateSimulationBySessionIdPathParams, type RecalculateSimulationBySessionIdQueryParams, type RecalculateSimulationBySessionIdResponse, type RecalculateYellowhiveQuotesBySessionIdAndProductIdBody, type RecalculateYellowhiveQuotesBySessionIdAndProductIdPathParams, type RecalculateYellowhiveQuotesBySessionIdAndProductIdQueryParams, type RecalculateYellowhiveQuotesBySessionIdAndProductIdResponse, type RecalculateYellowhiveSimulationBySessionIdBody, type RecalculateYellowhiveSimulationBySessionIdPathParams, type RecalculateYellowhiveSimulationBySessionIdQueryParams, type RecalculateYellowhiveSimulationBySessionIdResponse, type RetrieveAirportsResponse, type RetrieveAllExportsByPartyPathParams, type RetrieveAllExportsByPartyQueryParams, type RetrieveAllExportsByPartyResponse, type RetrieveAnvaflowsQuestionnairesPathParams, type RetrieveAnvaflowsQuestionnairesQueryParams, type RetrieveAnvaflowsQuestionnairesResponse, type RetrieveAskLaterQuestionsQueryParams, type RetrieveAskLaterQuestionsResponse, type RetrieveAutomobileByCarIdFreemiumVersionPathParams, type RetrieveAutomobileByCarIdFreemiumVersionQueryParams, type RetrieveAutomobileByCarIdFreemiumVersionResponse, type RetrieveAutomobileByIdFreemiumQueryParams, type RetrieveAutomobileByIdFreemiumResponse, type RetrieveDiasQuestionnairesPathParams, type RetrieveDiasQuestionnairesQueryParams, type RetrieveDiasQuestionnairesResponse, type RetrieveExportByIdPathParams, type RetrieveExportByIdQueryParams, type RetrieveExportByIdResponse, type RetrieveFlowBody, type RetrieveFlowPathParams, type RetrieveFlowQueryParams, type RetrieveFlowResponse, type RetrieveYellowhiveQuestionnairesPathParams, type RetrieveYellowhiveQuestionnairesQueryParams, type RetrieveYellowhiveQuestionnairesResponse, type SchemaAboutUsResponse, type SchemaAccelerationTo100, type SchemaAccident, type SchemaAccidentStatement, type SchemaAccidentStatementType, type SchemaAccidentStatementType_2, type SchemaAccountCreateCmd, type SchemaAccountCreatedResponse, type SchemaAccreditedAppraiser, type SchemaAccreditedAppraiser_2, type SchemaAcknowledgementQueryModel, type SchemaAction, type SchemaActionType, type SchemaActionUrlResponse, type SchemaActivateOutlookSyncCmd, type SchemaActivateOutlookSyncParams, type SchemaActivitiesCreateCmd, type SchemaActivity, type SchemaActivityFrontPageCmd, type SchemaActivityFrontPageQueryModel, type SchemaActivityPatchCmd, type SchemaActivityQueryModel, type SchemaAddActionToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdviceToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdvisoryReportStepsConfigurationParams, type SchemaAddConversationToAdvisoryReportRevisionParams, type SchemaAddInsuranceProductClausesToAdvisoryReportRevisionParams, type SchemaAddRiskDomainToAdvisoryReportRevisionParams, type SchemaAdditionalProperties, type SchemaAdditionalProperties_2, type SchemaAddresWithMetadata, type SchemaAddress, type SchemaAddressAllNones, type SchemaAddressInfoLinkRelationType, type SchemaAddressInformation, type SchemaAddressRules, type SchemaAdviceChangeType, type SchemaAdviceDiffModel, type SchemaAdviceQueryModel, type SchemaAdviceType, type SchemaAdvisoryReport, type SchemaAdvisoryReportAdviceActionCreateCmd, type SchemaAdvisoryReportAdviceDiff, type SchemaAdvisoryReportClauseQueryModel, type SchemaAdvisoryReportClausesCreateCmd, type SchemaAdvisoryReportConversationLinkCmd, type SchemaAdvisoryReportConversationQueryModel, type SchemaAdvisoryReportCreateCmd, type SchemaAdvisoryReportDocxResponse, type SchemaAdvisoryReportExportOptions, type SchemaAdvisoryReportExportResponse, type SchemaAdvisoryReportFrontPageCreateCmd, type SchemaAdvisoryReportInsurancePolicyCmd, type SchemaAdvisoryReportInsurancePolicyOrder, type SchemaAdvisoryReportInsurancePolicyPackageCmd, type SchemaAdvisoryReportPartyQueryModel, type SchemaAdvisoryReportPdfResponse, type SchemaAdvisoryReportQueryModel, type SchemaAdvisoryReportRevisionAcceptanceCmd, type SchemaAdvisoryReportRevisionCmd, type SchemaAdvisoryReportRevisionCreateCmd, type SchemaAdvisoryReportRevisionMailInquiryCmd, type SchemaAdvisoryReportRevisionUpdateCmd, type SchemaAdvisoryReportRevisionsQueryModel, type SchemaAdvisoryReportRiskDomainActionCreateCmd, type SchemaAdvisoryReportRiskDomainActionPatchCmd, type SchemaAdvisoryReportRiskDomainAdviceCreateCmd, type SchemaAdvisoryReportRiskDomainAdvicePatchCmd, type SchemaAdvisoryReportRiskDomainCreateCmd, type SchemaAdvisoryReportStepsCreateCmd, type SchemaAdvisoryReportTask, type SchemaAdvisoryReportsQueryModel, type SchemaAdvisoryTaskPriority, type SchemaAedesCar, type SchemaAedesCarPayload, type SchemaAedesDriver, type SchemaAedesParking, type SchemaAedesParking_2, type SchemaAffiliation, type SchemaAffiliationInfo, type SchemaAffiliationStatus, type SchemaAffinityKey, type SchemaAgHomePayload, type SchemaAgriculturalVehicleUsage, type SchemaAgriculturalVehicleUsage_2, type SchemaAlarmSystem, type SchemaAllGuaranteesSetting, type SchemaAllianzCancellationReason, type SchemaAllianzCancellationReason_2, type SchemaAllianzCar, type SchemaAllianzCarPayload, type SchemaAllianzDriver, type SchemaAllianzFamilyPayload, type SchemaAllianzHome, type SchemaAllianzHomePayload, type SchemaAnalyzeEmailByIdParams, type SchemaAnnex, type SchemaAnnexRoofConstructionType, type SchemaAnnexType, type SchemaAnnexType_2, type SchemaAnnexWallConstructionType, type SchemaAnnualPremium, type SchemaAnnualPremiumQueryModel, type SchemaAnswer, type SchemaAnswerFlowParams, type SchemaAnswerFlowSessionParams, type SchemaAnswerFlowsResponse, type SchemaAnswerValidationError, type SchemaAnswerValidationErrorMessage, type SchemaAnswersPayload, type SchemaAnvaAdnCoverage, type SchemaAnvaCalculationPackage, type SchemaAnvaCalculationResponse, type SchemaAnvaClaimStatus, type SchemaAnvaClosingQuestion, type SchemaAnvaClosingQuestionUpsertCmd, type SchemaAnvaCollectionMethod, type SchemaAnvaCollectionMethods, type SchemaAnvaCoverage, type SchemaAnvaCoverageCombination, type SchemaAnvaCustomerInquiryParams, type SchemaAnvaDocument, type SchemaAnvaDocumentTaskCmd, type SchemaAnvaDocumentUpdateCmd, type SchemaAnvaDocumentUploadCmd, type SchemaAnvaExportReply, type SchemaAnvaFlowLabelStatus, type SchemaAnvaFlowStatus, type SchemaAnvaInquiry, type SchemaAnvaInquiryDocument, type SchemaAnvaInsurance, type SchemaAnvaInsuranceCompany, type SchemaAnvaInsuranceCompanyUpdateCmd, type SchemaAnvaInsurancePackage, type SchemaAnvaInsurancePolicy, type SchemaAnvaInsuranceUpdateCmd, type SchemaAnvaInvoiceStatus, type SchemaAnvaLabel, type SchemaAnvaMutationReason, type SchemaAnvaMutationReasons, type SchemaAnvaOfferDocument, type SchemaAnvaPackage, type SchemaAnvaPackageDiscount, type SchemaAnvaPackageUpdateCmd, type SchemaAnvaPolicyPackageCalculationJob, type SchemaAnvaProduct, type SchemaAnvaProductFlowRevision, type SchemaAnvaProductImportCmd, type SchemaAnvaProductQueryModel, type SchemaAnvaProductQuestionnaire, type SchemaAnvaProductQuestionnaireQueryModel, type SchemaAnvaProductQuestionnairesQueryModel, type SchemaAnvaProductQuestionnairesUpdateCmd, type SchemaAnvaProductQuestionnairesValidateCmd, type SchemaAnvaProductSearchItem, type SchemaAnvaProductSearches, type SchemaAnvaProductTag, type SchemaAnvaProductTagUpsertCmd, type SchemaAnvaProductToInsurancePolicyLink, type SchemaAnvaProductUpdateCmd, type SchemaAnvaQuote, type SchemaAnvaQuoteCalculationJob, type SchemaAnvaQuoteCalculationJobsQueuedResponse, type SchemaAnvaSendOfferInsurancePolicy, type SchemaAnvaSendOfferPolicyPackage, type SchemaAnvaSendOfferResponse, type SchemaAnvaTag, type SchemaAnvaTaskCmd, type SchemaAnvaTaskPriority, type SchemaApiCoverage, type SchemaApiCoverageSource, type SchemaAppHandlersNatsModelsStatusResponse, type SchemaAppModelsAdvisoryReportAdvisoryReportAdviceDiffRiskDomain, type SchemaAppModelsAdvisoryReportAdvisoryReportRevisionCreateCmdInsurancePolicies, type SchemaAppModelsCompanyRegistrationCompanyRegistration, type SchemaAppModelsCompanyRegistrationCompanyregistration, type SchemaAppModelsEnumsCompanyProspectType, type SchemaAppModelsEnumsCustomerProspectType, type SchemaAppModelsEnumsLanguageCodes, type SchemaAppModelsEnumsLanguageCodes_2, type SchemaAppModelsEnumsMiscellaneousType, type SchemaAppModelsEnumsProspectType, type SchemaAppModelsEnumsProspectType_2, type SchemaAppModelsFsmaFsma, type SchemaAppModelsInsurancePolicyExternalLabel, type SchemaAppModelsInsurancePolicyExternalRef, type SchemaAppModelsInsurancePolicyExternalref, type SchemaAppModelsLeadAcknowledgement, type SchemaAppModelsLocalisationLocalisation, type SchemaAppModelsOfferAcknowledgement, type SchemaAppModelsOfferInsurance, type SchemaAppModelsPartyCommandsExternalRef, type SchemaAppModelsPartyCommandsExternalref, type SchemaAppModelsPartyCustomer, type SchemaAppModelsPartyManagementBaseDocumentDataPreferences, type SchemaAppModelsPartyManagementFunction, type SchemaAppModelsPartyManagementFunction_2, type SchemaAppModelsPartyManagementbasedocumentdataPreferences, type SchemaAppModelsPartyPartyCompanyBaseAssetInfo, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoMachineDelivery, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoPeriodicCash, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoSiloCapacity, type SchemaAppModelsPartyPartyCompanyBaseBookkeeper, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorks, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorksConstructionWorkDuration, type SchemaAppModelsPartyPartyCompanyBaseContactPerson, type SchemaAppModelsPartyPartyCompanyBaseCustomerInfo, type SchemaAppModelsPartyPartyCompanyBaseCyber, type SchemaAppModelsPartyPartyCompanyBaseExhibitionActivity, type SchemaAppModelsPartyPartyCompanyBaseExportActivity, type SchemaAppModelsPartyPartyCompanyBaseFinancialInfo, type SchemaAppModelsPartyPartyCompanyBaseImportActivity, type SchemaAppModelsPartyPartyCompanyBaseLegalAid, type SchemaAppModelsPartyPartyCompanyBaseLiabilityInfo, type SchemaAppModelsPartyPartyCompanyBaseOutlook, type SchemaAppModelsPartyPartyCompanyBasePersonnelDetails, type SchemaAppModelsPartyPartyCompanyBaseThirdPartyActivity, type SchemaAppModelsPartyPartyCompanyBaseTransportInfo, type SchemaAppModelsPartyPartyCompanyBaseTurnover, type SchemaAppModelsPartyPartyCompanyBaseWorkforce, type SchemaAppModelsPartyPartyCompanyBaseWorkforceWageBill, type SchemaAppModelsPartyPartyPreferences, type SchemaAppModelsPartyPartyPreferencesFuneralPreference, type SchemaAppModelsPartyPartycompanybaseAssetinfo, type SchemaAppModelsPartyPartycompanybaseAssetinfoMachinedelivery, type SchemaAppModelsPartyPartycompanybaseAssetinfoPeriodiccash, type SchemaAppModelsPartyPartycompanybaseAssetinfoSilocapacity, type SchemaAppModelsPartyPartycompanybaseBookkeeper, type SchemaAppModelsPartyPartycompanybaseConstructionworks, type SchemaAppModelsPartyPartycompanybaseConstructionworksConstructionworkduration, type SchemaAppModelsPartyPartycompanybaseContactperson, type SchemaAppModelsPartyPartycompanybaseCustomerinfo, type SchemaAppModelsPartyPartycompanybaseCyber, type SchemaAppModelsPartyPartycompanybaseExhibitionactivity, type SchemaAppModelsPartyPartycompanybaseExportactivity, type SchemaAppModelsPartyPartycompanybaseFinancialinfo, type SchemaAppModelsPartyPartycompanybaseImportactivity, type SchemaAppModelsPartyPartycompanybaseLegalaid, type SchemaAppModelsPartyPartycompanybaseLiabilityinfo, type SchemaAppModelsPartyPartycompanybaseOutlook, type SchemaAppModelsPartyPartycompanybasePersonneldetails, type SchemaAppModelsPartyPartycompanybaseThirdpartyactivity, type SchemaAppModelsPartyPartycompanybaseTransportinfo, type SchemaAppModelsPartyPartycompanybaseTurnover, type SchemaAppModelsPartyPartycompanybaseWorkforce, type SchemaAppModelsPartyPartycompanybaseWorkforceWagebill, type SchemaAppModelsPartyPartypreferences, type SchemaAppModelsPartyPartypreferencesFuneralpreference, type SchemaAppModelsReadDocument, type SchemaAppModelsReadDocumentExternalRef, type SchemaAppModelsRiskObjectsAmountOfRiskObjects, type SchemaAppModelsRiskObjectsBicycleBicycle, type SchemaAppModelsRiskObjectsBicyclePreferences, type SchemaAppModelsRiskObjectsBoatBoat, type SchemaAppModelsRiskObjectsBoatPreferences, type SchemaAppModelsRiskObjectsCarCar, type SchemaAppModelsRiskObjectsCarCar_2, type SchemaAppModelsRiskObjectsCarPreferences, type SchemaAppModelsRiskObjectsCarPreferences_2, type SchemaAppModelsRiskObjectsFamilyFamily, type SchemaAppModelsRiskObjectsLegalLegal, type SchemaAppModelsRiskObjectsMiscellaneousMiscellaneous, type SchemaAppModelsRiskObjectsPartyGroupPartyGroup, type SchemaAppModelsRiskObjectsResidenceMainBuilding, type SchemaAppModelsRiskObjectsResidenceResidence, type SchemaAppModelsRiskObjectsResidenceResidencePreferences, type SchemaAppModelsRiskObjectsRiskObjects, type SchemaAppModelsRiskObjectsSemiTrailerSemiTrailer, type SchemaAppModelsRiskObjectsTeacherTeacher, type SchemaAppModelsRiskObjectsTrailerTrailer, type SchemaAppModelsRiskObjectsTwowheelerPreferences, type SchemaAppModelsRiskObjectsTwowheelerTwoWheeler, type SchemaAppModelsThemeThemeCreateCmd, type SchemaAppModelsUploadExternalRef, type SchemaAppResponsesBaseStatusResponse, type SchemaAppViewsModelsAdvisoryReportAdvisoryReportQueryModelInsurancePolicies, type SchemaAppViewsModelsAdvisoryReportCoverageQueryModelExternalLabel, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyClauseComplianceQueryModelItem, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyComplianceQueryModelItem, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyCoverageComplianceQueryModelItem, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportPolicyPackageQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportRiskDomainActionQueryModelRiskDomain, type SchemaAppViewsModelsAdvisoryReportRiskDomainAdviceQueryModelRiskDomain, type SchemaAppViewsModelsClaimClaim, type SchemaAppViewsModelsClaimDocument, type SchemaAppViewsModelsInvoiceDocument, type SchemaAppViewsModelsOfferAcknowledgement, type SchemaAppViewsModelsOfferGuarantee, type SchemaAppViewsModelsOfferPartyAssignee, type SchemaAppViewsModelsPartyAddresWithMetadataMetaData, type SchemaAppViewsModelsPartyDocumentsPartyDocumentQueryModel, type SchemaAppViewsModelsPartyDocumentsPartydocumentquerymodel, type SchemaAppViewsModelsPartyLink, type SchemaAppViewsModelsPartyManagementQueryModel, type SchemaAppViewsModelsPartyManagementquerymodel, type SchemaAppViewsModelsPartyPartyAssignee, type SchemaAppViewsModelsPartyPartyDocumentsMetaData, type SchemaAppViewsModelsPartyPartyLogoQueryModel, type SchemaAppViewsModelsPartyPartyRelationQueryModelParty, type SchemaAppViewsModelsPartyPartyassignee, type SchemaAppViewsModelsPartyPartylogoquerymodel, type SchemaAppViewsModelsPartyPartyrelationquerymodelParty, type SchemaAppViewsModelsRiskDomainPreventionAdviceQueryModelPreventAdviceRiskDomain, type SchemaAppViewsModelsRiskDomainRiskDomainsQueryModelRiskDomain, type SchemaAppViewsModelsRiskObjectBicycle, type SchemaAppViewsModelsRiskObjectBoat, type SchemaAppViewsModelsRiskObjectCar, type SchemaAppViewsModelsRiskObjectDriver, type SchemaAppViewsModelsRiskObjectFamily, type SchemaAppViewsModelsRiskObjectLegal, type SchemaAppViewsModelsRiskObjectLink, type SchemaAppViewsModelsRiskObjectMiscellaneous, type SchemaAppViewsModelsRiskObjectPartyGroup, type SchemaAppViewsModelsRiskObjectPerson, type SchemaAppViewsModelsRiskObjectResidence, type SchemaAppViewsModelsRiskObjectRiskObjects, type SchemaAppViewsModelsRiskObjectSemiTrailer, type SchemaAppViewsModelsRiskObjectTeacher, type SchemaAppViewsModelsRiskObjectTrailer, type SchemaAppViewsModelsRiskObjectTwoWheeler, type SchemaAragLegalPayload, type SchemaArcesLegalPayload, type SchemaAskLaterQuestion, type SchemaAskLaterQuestionsRequest, type SchemaAskLaterQuestionsResponse, type SchemaAskaPackageChoice, type SchemaAskaPackageChoice_2, type SchemaAskaTravelInsuranceType, type SchemaAskaTravelInsuranceType_2, type SchemaAssetInfo, type SchemaAssignedToType, type SchemaAssociatedCompany, type SchemaAssuDocumentUploadCmd, type SchemaAssuTaskCmd, type SchemaAssuTaskDocument, type SchemaAssuTaskPriority, type SchemaAttachmentType, type SchemaAudits, type SchemaAuth, type SchemaAutomaticEmergencyBreaking, type SchemaAvatars, type SchemaAxaCar, type SchemaAxaCarPayload, type SchemaAxaContractualExcess, type SchemaAxaContractualExcess_2, type SchemaAxaDriver, type SchemaAxaFamilyPayload, type SchemaAxaHome, type SchemaAxaHomePayload, type SchemaAxaItemLimitTier, type SchemaAxaItemLimitTier_2, type SchemaAxaTheftFormulas, type SchemaAxaTheftFormulas_2, type SchemaBackupFrequency, type SchemaBackupFrequency_2, type SchemaBalance, type SchemaBalanceQueryModel, type SchemaBaloiseCar, type SchemaBaloiseCarPayload, type SchemaBaloiseDriver, type SchemaBaloiseFamilyPayload, type SchemaBaloiseHome, type SchemaBaloiseHomePayload, type SchemaBatchUnitResponse, type SchemaBatteryCapacity, type SchemaBicycle, type SchemaBicycleReferenceQueryModel, type SchemaBicycleRiskObjectIdWithRevisionId, type SchemaBicycleSpeed, type SchemaBicycleType, type SchemaBicycleUsage, type SchemaBlindSpotWarning, type SchemaBoat, type SchemaBoatAccidentCoverageLevel, type SchemaBoatAccidentCoverageLevel_2, type SchemaBoatBerthBigCity, type SchemaBoatBerthNlArea, type SchemaBoatBerthType, type SchemaBoatCategory, type SchemaBoatCompetitionType, type SchemaBoatConstructionType, type SchemaBoatMotorKind, type SchemaBoatNlPayloads, type SchemaBoatPreferences, type SchemaBoatReferenceQueryModel, type SchemaBoatRiskObjectIdWithRevisionId, type SchemaBoatTerritory, type SchemaBoatTrailer, type SchemaBoatUsage, type SchemaBookkeeper, type SchemaBrand, type SchemaBrandClub, type SchemaBrandClub_2, type SchemaBrandSortContext, type SchemaBroker, type SchemaBrokerConnectionCreate, type SchemaBrokerConnectionOutlookMailFolderSyncDetails, type SchemaBrokerConnectionUpdate, type SchemaBrokerCreateCmd, type SchemaBrokerIntegrations, type SchemaBrokerIntegrationsPatchCmd, type SchemaBrokerMembershipsCreateCmd, type SchemaBrokerPatchCmd, type SchemaBrokerPlan, type SchemaBrokerSettings, type SchemaBrokerType, type SchemaBrokerUserCreateCmd, type SchemaBrokerWithDistributionName, type SchemaBrokerWithModules, type SchemaBuildingExtra, type SchemaBuildingMaintenanceStatus, type SchemaBuildingPurpose, type SchemaBuildingRentOut, type SchemaBuildingUse, type SchemaCalculateAnvaQuotesRequest, type SchemaCalculateDiasQuotesRequest, type SchemaCalculateProfileaseCarQuoteCmd, type SchemaCalculateProfileaseCarQuoteParams, type SchemaCalculateYellowHiveQuotesRequest, type SchemaCalculationSpecEnumValue, type SchemaCalculationSpecInputType, type SchemaCalculationSpecType, type SchemaCampaignAudienceType, type SchemaCampaignDistributionSettingsQueryModel, type SchemaCampaignExtend, type SchemaCampaignFlowType, type SchemaCampaignGenerateDnsPrefix, type SchemaCampaignInsurance, type SchemaCampaignInsuranceQueryModel, type SchemaCampaignMailTemplateQueryModel, type SchemaCampaignMetrics, type SchemaCampaignQueryModel, type SchemaCampaignQueryModelFull, type SchemaCampaignReferenceQueryModel, type SchemaCampaignSharingOption, type SchemaCampaignSpecifications, type SchemaCampaignSpecificationsQueryModel, type SchemaCampaignStatus, type SchemaCampaignTarget, type SchemaCampaignTargetQueryModel, type SchemaCampaignTemplateCategory, type SchemaCampaignTemplateQueryModel, type SchemaCampaignTemplatesQueryModel, type SchemaCampaignType, type SchemaCampaignVerifiedDnsPrefix, type SchemaCampaignYellowHiveProduct, type SchemaCampaignYellowHiveProductQueryModel, type SchemaCampaignYellowHiveProducts, type SchemaCampaignYellowHiveProductsQueryModel, type SchemaCampaigns, type SchemaCampaignsResponse, type SchemaCar, type SchemaCarCategory, type SchemaCarCategoryCode, type SchemaCarCategoryCode_2, type SchemaCarCategory_2, type SchemaCarClaimType, type SchemaCarClaimType_2, type SchemaCarDemo, type SchemaCarDemo_2, type SchemaCarEvaluationType, type SchemaCarEvaluationType_2, type SchemaCarGlassEvent, type SchemaCarInsuranceInsightPayload, type SchemaCarInsurancePolicyInsightsCarResponse, type SchemaCarInsurancePolicyInsightsDistributionResponse, type SchemaCarInsurancePolicyInsightsPartyResponse, type SchemaCarInsurancePolicyInsightsResponse, type SchemaCarInsured, type SchemaCarInterests, type SchemaCarInterests_2, type SchemaCarLease, type SchemaCarLeaseRatesResponse, type SchemaCarLookUpToQuestion, type SchemaCarLookUpToQuestions, type SchemaCarLookUpToQuestionsCmd, type SchemaCarMileage, type SchemaCarNlPayloads, type SchemaCarPayloads, type SchemaCarPremiumResponse, type SchemaCarProfessionalUsagePurpose, type SchemaCarProfessionalUsagePurpose_2, type SchemaCarReferenceQueryModel, type SchemaCarRiskObjectIdWithRevisionId, type SchemaCarStorage, type SchemaCarTaxation, type SchemaCarTheftProtection, type SchemaCarTheftProtection_2, type SchemaCarTrackingSystem, type SchemaCarTrackingSystem_2, type SchemaCarTrailer, type SchemaCarUsage, type SchemaCarUsagePeriod, type SchemaCarUsagePeriod_2, type SchemaCarUsedFor, type SchemaCarUsedFor_2, type SchemaCarVehicleType, type SchemaCarVehicleType_2, type SchemaCarglassEventCreateParams, type SchemaCategoryType, type SchemaChatCmd, type SchemaChatSummaryDetailed, type SchemaChatSummaryGroup, type SchemaChatSummaryQuestion, type SchemaChatSummarySection, type SchemaCheckupItemType, type SchemaCheckupStatus, 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 SchemaCompliance, type SchemaComplianceRole, type SchemaConceptReplyGeneratedResponse, type SchemaCondition, type SchemaConditionAction, type SchemaConditionCheckType, type SchemaConditionOperation, type SchemaConditionType, type SchemaConditions, type SchemaConstructionType, type SchemaConstructionTypeFloors, type SchemaConstructionWorkDuration, type SchemaConstructionWorks, type SchemaConstructionYear, type SchemaConstructionYearCategory, type SchemaContactPerson, type SchemaContentValueDefinedType, type SchemaContractConversions, type SchemaConversationAnswer, type SchemaConversationAnswerCompared, type SchemaConversationDocumentPdfModel, type SchemaConversationNote, type SchemaConversationsOriginFilter, type SchemaConversationsOriginFilterItem, type SchemaCountryCodes, type SchemaCountryCodes_2, type SchemaCoverage, type SchemaCoverageCmd, type SchemaCoverageGroupMatchingScore, type SchemaCoverageInsights, type SchemaCoverageLimit, type SchemaCoveragePeriod, type SchemaCoverageQueryModel, type SchemaCoverageUpdateCmd, type SchemaCreateAccountParams, type SchemaCreateAdvisoryReportParams, type SchemaCreateAdvisoryReportRevisionParams, type SchemaCreateAdvisoryReportRevisionV2Params, type SchemaCreateAnvaPartyChildCmd, type SchemaCreateAnvaPartyCompanyCmd, type SchemaCreateAnvaPartyCompanyRegistration, type SchemaCreateAnvaPartyCustomerCmd, type SchemaCreateBicycleRiskObjectParams, type SchemaCreateBoatRiskObjectParams, type SchemaCreateBrokerConnectionParams, type SchemaCreateCampaignAssistantAvatarCmd, type SchemaCreateCampaignCmd, type SchemaCreateCampaignLogoCmd, type SchemaCreateCampaignParams, type SchemaCreateCarRiskObjectParams, type SchemaCreateCompanyLeadParams, type SchemaCreateCompanyProspectParams, type SchemaCreateCustomThemeAsDistributionParams, type SchemaCreateCustomerLeadParams, type SchemaCreateCustomerProspectParams, type SchemaCreateDiasPartyCompanyCmd, type SchemaCreateDiasPartyCompanyRegistration, type SchemaCreateDiasPartyCustomerCmd, type SchemaCreateDistributionConnectionParams, type SchemaCreateDistributionTagParams, type SchemaCreateDistributionUspParams, type SchemaCreateFamilyRiskObjectParams, type SchemaCreateFlowParams, type SchemaCreateFlowSessionParams, type SchemaCreateInsurancePolicyForPartyParams, type SchemaCreateInsuranceProductClauseParams, type SchemaCreateLegalRiskObjectParams, type SchemaCreateMiscellaneousRiskObjectParams, type SchemaCreateMultiResponse, type SchemaCreateNoteForPartyParams, type SchemaCreateOfferRequestForInsuranceCompanyDocxParams, type SchemaCreateOfferRequestForInsuranceCompanyPdfParams, type SchemaCreateOfferRevisionParams, type SchemaCreateOfferV2Params, type SchemaCreatePartyAccidentParams, type SchemaCreatePartyActivitiesParams, type SchemaCreatePartyExternalRefsParams, type SchemaCreatePartyFromCompanyRegistrationParams, type SchemaCreatePartyGroupRiskObjectParams, type SchemaCreateProfileaseCarLeaseOfferParams, type SchemaCreateProfileaseCarOfferCmd, type SchemaCreateProfileaseCarOfferResponse, type SchemaCreateRelationBetweenPartiesParams, type SchemaCreateRelationBetweenPartyAndRiskObjectParams, type SchemaCreateReply, type SchemaCreateReplyUuid, type SchemaCreateResponse, type SchemaCreateRiskObjectExternalRefsParams, type SchemaCreateSemiTrailerRiskObjectParams, type SchemaCreateSignedPartiesUploadUrlParams, type SchemaCreateTaskInAnvaParams, type SchemaCreateTaskInAssuParams, type SchemaCreateTaskInDiasParams, type SchemaCreateTaskInFasterforwardParams, type SchemaCreateToolkitAccountParams, type SchemaCreateToolkitBrokerParams, type SchemaCreateTrailerRiskObjectParams, type SchemaCreateTrialUserParams, type SchemaCreateYellowHiveContactPersonCreateCmd, type SchemaCreditRating, type SchemaCreditScore, type SchemaCrmExportQueryModel, type SchemaCrmExportType, type SchemaCurrency, type SchemaCurrencyValue, type SchemaCustomAdvice, type SchemaCustomAdvicePatchCmd, type SchemaCustomer, type SchemaCustomerCreateCmd, type SchemaCustomerInfo, type SchemaCustomerLeadCreateCmd, type SchemaCustomerLeadCreateReply, type SchemaCustomerProspectType, type SchemaCustomerProspectsWithLeadOfferRiskObjectsQueryModel, type SchemaCustomerQueryModel, type SchemaCustomerSheet, type SchemaCustomerSheetAcceptations, type SchemaCustomersInfoType, type SchemaCyber, type SchemaDasLegalPayload, type SchemaDataType, type SchemaDate, type SchemaDateDsl, type SchemaDeactivateOutlookSyncCmd, type SchemaDeactivateOutlookSyncParams, type SchemaDeductibleType, type SchemaDelaFuneralPayload, type SchemaDeleteMethod, type SchemaDelinkPartyToUserParams, type SchemaDemographicData, type SchemaDiasAfdBranch, type SchemaDiasCalculationPackage, type SchemaDiasClosingQuestion, type SchemaDiasCollectionMethods, type SchemaDiasCoverage, type SchemaDiasCoverageCombination, type SchemaDiasCoverageUpdateCmd, type SchemaDiasDocumentUploadCmd, type SchemaDiasDocumentUploadItem, type SchemaDiasEntity, type SchemaDiasEntityLink, type SchemaDiasEntityType, type SchemaDiasExistingInsurancePackage, type SchemaDiasFlowStatus, type SchemaDiasInsurance, type SchemaDiasInsuranceCompany, type SchemaDiasInsurancePackage, type SchemaDiasInsurancePolicy, type SchemaDiasOfferDocumentResponse, type SchemaDiasOfferMailCmd, type SchemaDiasOfferMailResponse, type SchemaDiasPackage, type SchemaDiasPolicyPackageCalculationJob, type SchemaDiasProduct, type SchemaDiasProductFlowInSession, type SchemaDiasProductImportCmd, type SchemaDiasProductQuestionnaire, type SchemaDiasProductQuestionnaireQueryModel, type SchemaDiasProductQuestionnairesQueryModel, type SchemaDiasProductQuestionnairesUpdateCmd, type SchemaDiasProductQuestionnairesValidateCmd, type SchemaDiasProductSearch, type SchemaDiasProductToInsurancePolicyLink, type SchemaDiasProductUpdateCmd, type SchemaDiasProductsInConversationCmd, type SchemaDiasQuote, type SchemaDiasQuoteCalculationJob, type SchemaDiasQuoteCalculationJobsQueuedResponse, type SchemaDiasSaluation, type SchemaDiasSendOfferInsurancePolicy, type SchemaDiasSendOfferPolicyPackage, type SchemaDiasTaskDocument, type SchemaDiasTitle, type SchemaDimensions, type SchemaDinghy, type SchemaDinghyCategory, type SchemaDirector, type SchemaDisable_2faForMeParams, type SchemaDiscount, type SchemaDisplacement, type SchemaDistances, type SchemaDistribution, type SchemaDistributionCompanyRegistrationValidation, type SchemaDistributionConnectionCreateCmd, type SchemaDistributionConnectionQueryModel, type SchemaDistributionConnectionUpdateCmd, type SchemaDistributionCreateCmd, type SchemaDistributionFrontPageSettings, type SchemaDistributionFrontPageSettingsQueryModel, type SchemaDistributionInvite, type SchemaDistributionLogos, type SchemaDistributionNameValidateCmd, type SchemaDistributionNoveltyInsight, type SchemaDistributionPromotionCreateCmd, type SchemaDistributionPromotionsReply, type SchemaDistributionSettings, type SchemaDistributionSettingsPatchCmd, type SchemaDistributionSignatureMethodQueryModel, type SchemaDistributionSignaturePatchCmd, type SchemaDistributionTagCreateCmd, type SchemaDistributionTagReply, type SchemaDistributionTagsQueryModel, type SchemaDistributionThemeCreateCmd, type SchemaDistributionThemeUpdateCmd, type SchemaDistributionUsp, type SchemaDistributionUspItemCreateCmd, type SchemaDistributionUspItemUpdateCmd, type SchemaDistributionUspReply, type SchemaDistributions, type SchemaDnaYachtBoatPayload, type SchemaDocument, type SchemaDocumentExtractionBatch, type SchemaDocumentExtractionBatchPayload, type SchemaDocumentExtractionEntityInfo, type SchemaDocumentLinkResponse, type SchemaDocumentQueryModel, type SchemaDocumentReferenceQueryModel, type SchemaDocumentResourceType, type SchemaDocumentStatus, type SchemaDocumentType, type SchemaDocumentType_2, type SchemaDomainCar, type SchemaDriveAssistanceSystem, type SchemaDriveTrainLayout, type SchemaDriveTrainLayout_2, type SchemaDriver, type SchemaDriverBrandClubMembership, type SchemaDriverExperience, type SchemaDriverLicenseCode, type SchemaDriverLicenseCode_2, type SchemaDriverLicenseType, type SchemaDriverLicenseType_2, type SchemaDriverVehicle, type SchemaDriverVehicleExperience, type SchemaDriverVehicleUsage, type SchemaDrivingTimes, type SchemaDutyOfCareCheckupItem, type SchemaDutyOfCareKind, type SchemaDutyOfCareStatus, type SchemaEducationLevel, type SchemaEducationLevel_2, type SchemaElectricBatteryType, type SchemaElectricalBikeAssistance, type SchemaElectricalInstallationType, type SchemaElectricalInstallations, type SchemaElectronicStabilityControl, type SchemaEmailActionability, type SchemaEmailAggregateResponse, type SchemaEmailAnalysis, type SchemaEmailAnalysisResponse, type SchemaEmailAnalyzeByEmailIdCmd, type SchemaEmailConversation, type SchemaEmailModel, type SchemaEmailTriageClassification, type SchemaEmailTriageCmd, type SchemaEmailUpdateByEmailIdCmd, type SchemaEmailValidation, type SchemaEmission, type SchemaEmissionStandard, type SchemaEmployeeInformation, type SchemaEmployeeInformationQueryModel, type SchemaEmployees, type SchemaEmploymentType, type SchemaEnable_2faForMeParams, type SchemaEnergyCategory, type SchemaEngine, type SchemaEngineRotations, type SchemaEngineTorque, type SchemaEntityChanges, type SchemaEntityExtraction, type SchemaEntityKey, type SchemaEntityReference, type SchemaEnumSource, type SchemaEnumValue, type SchemaEnums, type SchemaEnumsResponse, type SchemaErrorDetail, type SchemaErrorEnum_401, type SchemaErrorMessages, type SchemaErrorResponse, type SchemaError_401, type SchemaError_403, type SchemaError_422, type SchemaError_429, type SchemaError_4Xx, type SchemaEstablishment, type SchemaEstablishmentQueryModel, type SchemaEuromexLegalPayload, type SchemaExcludedCoverage, type SchemaExhibitionActivity, type SchemaExistsReply, type SchemaExportActivity, type SchemaExportAdvisoryReportByIdParams, type SchemaExportAdvisoryReportCreateCmd, type SchemaExportOption, type SchemaExportsQueued, type SchemaExternalRef, type SchemaExternalRefCompany, type SchemaExternalRefsQueryModel, type SchemaExternalResponseFormatted, type SchemaExtraLegalBenefits, type SchemaExtractDocumentCmd, type SchemaExtractOneDocumentResponse, type SchemaExtractOnePoliciesDocumentResponse, type SchemaExtractSingularDocumentAsInsurancePolicyParams, type SchemaExtractSingularDocumentAsOfferParams, type SchemaExtractSingularDocumentEnqueueParams, type SchemaExtractSingularDocumentInsurancePoliciesEnqueueParams, type SchemaExtractSingularDocumentOffersEnqueueParams, type SchemaExtractSingularDocumentParams, type SchemaExtractSingularDocumentPartyEnqueueParams, type SchemaExtractThemeCmd, type SchemaExtractWebsiteThemeParams, type SchemaExtractedInsurancePolicy, type SchemaExtractedQuestionnaireFilters, type SchemaExtractedQuestionnaireRequest, type SchemaFacade, type SchemaFamilyPayloads, type SchemaFamilyReferenceQueryModel, type SchemaFamilyRiskObjectIdWithRevisionId, type SchemaFamilyStatus, type SchemaFamilyStatus_2, type SchemaFaqCreateCmd, type SchemaFaqItem, type SchemaFaqQueryModel, type SchemaFaqType, type SchemaFasterForwardDocumentUploadCmd, type SchemaFeatureItem, type SchemaFeedback, type SchemaFieldMapping, type SchemaFieldMappingManager, type SchemaFieldOperation, type SchemaFieldTransformer, type SchemaFinConnectLinkQueryModel, type SchemaFinancial, type SchemaFinancialInfo, type SchemaFinancialInstitution, type SchemaFinancing, type SchemaFinishingType, type SchemaFireSpecifications, type SchemaFishCheck, type SchemaFlammableLiquids, type SchemaFleet, type SchemaFleetInfo, type SchemaFleetQueryModel, type SchemaFleetRiskObjectIdWithRevisionId, type SchemaFloatCalculationSpec, type SchemaFloor, type SchemaFlow, type SchemaFlowInfo, type SchemaFlowMailType, type SchemaFlowRequest, type SchemaFlowSessionQueryModel, type SchemaFlowSessionReference, type SchemaFlowSessionStatus, type SchemaFlowStatus, type SchemaFlowSubType, type SchemaFlowType, type SchemaFlowVersion, type SchemaFlowsError, type SchemaFlowsErrorType, type SchemaFlowsInfo, type SchemaFlowsModelsAnvaAnvaInsurancePackageInsurancePolicy, type SchemaFlowsModelsAnvaAnvaPartyBaseAddress, type SchemaFlowsModelsAnvaAnvaQuoteCoverage, type SchemaFlowsModelsAnvaAnvaQuoteDocument, type SchemaFlowsModelsAnvaAnvaQuotePossiblePackage, type SchemaFlowsModelsAnvaSendOfferMailCmdDocument, type SchemaFlowsModelsAnvaWarning, type SchemaFlowsModelsDiasBaseDiasInsurancePackageInsurancePolicy, type SchemaFlowsModelsDiasDiasOfferDocument, type SchemaFlowsModelsDiasDiasOfferMailCmdDiasOfferDocument, type SchemaFlowsModelsDiasDiasPartyBaseAddress, type SchemaFlowsModelsDiasDiasQuoteCoverage, type SchemaFlowsModelsDiasDiasQuotePossiblePackage, type SchemaFlowsModelsDiasDocument, type SchemaFlowsModelsDiasWarning, type SchemaFlowsModelsYellowhiveDocument, type SchemaFlowsModelsYellowhiveWarning, type SchemaFlowsModelsYellowhiveYellowHiveQuoteCoverage, type SchemaForecast, type SchemaForecastDataResponse, type SchemaFormattedExceptionModel, type SchemaFormulaInfo, type SchemaForwardCollisionWarning, type SchemaFoyerCar, type SchemaFoyerCarPayload, type SchemaFoyerDriver, type SchemaFranchise, type SchemaFranchiseLevel, type SchemaFranchiseQueryModel, type SchemaFranchiseType, type SchemaFrontPageCmd, type SchemaFrontPageQueryModel, type SchemaFrontalCrashProtection, type SchemaFrontalCrashProtectionDriver, type SchemaFrontalCrashProtectionPassenger, type SchemaFrontalCrashProtectionRear, type SchemaFsmaStatute, type SchemaFuel, type SchemaFuelCapacity, type SchemaFuelConsumption, type SchemaFullLeaseOfferQueryModel, type SchemaFunction, type SchemaFuneralPayloads, type SchemaFuneralPreference, type SchemaFuneralPreferenceQueryModel, type SchemaFuturePlans, type SchemaGender, type SchemaGeneral, type SchemaGenerateAboutUsCmd, type SchemaGenerateCompanyDescriptionCmd, type SchemaGenerateCompanyDescriptionParams, type SchemaGenerateCompanyDescriptionResponse, type SchemaGenerateCompanySettingsAboutUsParams, type SchemaGenerateConceptReplyCmd, type SchemaGenerateConceptReplyParams, type SchemaGenerateDnsPrefixParams, type SchemaGenerateRecommendationParams, type SchemaGenerateRecommendationsByPartyIdParams, type SchemaGetAddressInfoPremiumResponse, type SchemaGetAdvisoryReportDiffResponse, type SchemaGetAutomobileBrandResponse, type SchemaGetAutomobileBrandsResponse, type SchemaGetAutomobileFactsResponse, type SchemaGetAutomobileSerieResponse, type SchemaGetAutomobileSeriesResponse, type SchemaGetAutomobileVersionResponse, type SchemaGetAutomobileVersionsResponse, type SchemaGetCarInsuranceInsightsParams, type SchemaGetCarPremiumResponse, type SchemaGetCityResponse, type SchemaGetCompanyMultiResponse, type SchemaGetCompanySingleResponse, type SchemaGetDirectorMultiResponse, type SchemaGetNumberPlatePremiumResponse, type SchemaGetSearchAddressNewResponse, type SchemaGetStreetResponse, type SchemaGetVinPremiumResponse, type SchemaGiveSelectedProductsFeedbackParams, type SchemaGuarantee, type SchemaGuaranteeBase, type SchemaGuaranteeContent, type SchemaGuaranteeMatchingScores, type SchemaGuaranteeModification, type SchemaGuaranteeTag, type SchemaHandleCalculateAnvaQuotesForConversationParams, type SchemaHandleCalculateOneAnvaQuoteForConversationParams, type SchemaHandleCalculateOneDiasQuoteForConversationParams, type SchemaHandleCalculateOneYellowhiveQuoteForConversationParams, type SchemaHandleCreateAnvaPartyParams, type SchemaHandleCreateDiasPartyParams, type SchemaHandleCreateDocumentFromQuestionnaireParams, type SchemaHandleCreateYellowhiveContactPersonParams, type SchemaHandleGenerateQuestionsToPrefillByCarParams, type SchemaHandleImportAnvaProductsParams, type SchemaHandleImportDiasProductsParams, type SchemaHandleMarkSessionCompletedParams, type SchemaHandleQueueCalculateAnvaQuotesForConversationParams, type SchemaHandleQueueCalculateDiasQuotesForConversationParams, type SchemaHandleQueueCalculateYellowhiveQuotesForConversationParams, type SchemaHandleQueueSendCustomQuotesToAnvaParams, type SchemaHandleQuoteCalculationV2ExtraParams, type SchemaHandleQuoteMailSendParams, type SchemaHandleQuoteSaveParams, type SchemaHandleRecalculateAnvaSimulationParams, type SchemaHandleRecalculateDiasSimulationParams, type SchemaHandleRecalculateYellowhiveSimulationParams, type SchemaHandleRetrieveConversationReportPdfBySessionIdParams, type SchemaHandleRetrieveProductsV2Params, type SchemaHandleSendDiasOfferMailParams, type SchemaHandleSendOfferMailParams, type SchemaHandleSetAskLaterQuestionIdsParams, type SchemaHandleUpdateAllAnvaQuestionnaireQuestionsByAnvaLabelParams, type SchemaHandleUpdateAnvaPartyParams, type SchemaHandleUpdateAnvaProductCoverageParams, type SchemaHandleUpdateAnvaProductsParams, type SchemaHandleUpdateAnvaQuestionnairesByProductIdParams, type SchemaHandleUpdateDiasQuestionnairesByProductIdParams, type SchemaHandleUpdateDiasflowsProductByIdParams, type SchemaHandleUpdateDiasflowsProductCoverageByIdParams, type SchemaHandleUpdateSessionParams, type SchemaHandleUpdateYellowhiveQuestionnairesByProductIdParams, type SchemaHandleUpsertAnvaClosingQuestionsParams, type SchemaHandleUpsertSupportedAnvaflowsTagParams, type SchemaHandleValidateAnvaQuestionnairesByProductIdParams, type SchemaHandleValidateDiasQuestionnairesByProductIdParams, type SchemaHandleValidateYellowhiveQuestionnairesByProductIdParams, type SchemaHazardLevel, type SchemaHeaders, type SchemaHeatingType, type SchemaHighSpeedAutomaticEmergencyBraking, type SchemaHobbies, type SchemaHolderState, type SchemaHomeAge, type SchemaHomeEvaluationType, type SchemaHomeNlPayloads, type SchemaHomePayloads, type SchemaHomeToWorkDistance, type SchemaHomeToWorkDistance_2, type SchemaHp, type SchemaHttpMethod, type SchemaIbanValidation, type SchemaIdIntResponse, type SchemaIdentificationTypes, type SchemaIdentificationTypes_2, type SchemaImpactTime, type SchemaImpactTime_2, type SchemaImportActivity, type SchemaImportPartyError, type SchemaImportPartyResponse, type SchemaIncomeData, type SchemaInformationRequirementSheetSpecification, type SchemaInputType, type SchemaInsurance, type SchemaInsuranceCarrierType, type SchemaInsuranceCarrierType_2, type SchemaInsuranceCompanyRetrieveResponse, type SchemaInsuranceCompanyTag, type SchemaInsuranceCompanyTag_2, type SchemaInsuranceContent, type SchemaInsuranceExtended, type SchemaInsuranceFsma, type SchemaInsuranceHistory, type SchemaInsuranceModuleExportQueryModel, type SchemaInsuranceModuleExportType, type SchemaInsurancePoliciesQueryModel, type SchemaInsurancePolicyClauseComplianceQueryModel, type SchemaInsurancePolicyClauseComplianceUpdateItemCmd, type SchemaInsurancePolicyComplianceItemCmd, type SchemaInsurancePolicyComplianceQueryModel, type SchemaInsurancePolicyComplianceType, type SchemaInsurancePolicyComplianceUpdateCmd, type SchemaInsurancePolicyCoverageComplianceItemCmd, type SchemaInsurancePolicyCoverageComplianceQueryModel, type SchemaInsurancePolicyCoverageComplianceType, type SchemaInsurancePolicyCoverageComplianceUpdateCmd, type SchemaInsurancePolicyCreateCmd, type SchemaInsurancePolicyCreateType, type SchemaInsurancePolicyDocumentCmd, type SchemaInsurancePolicyDocumentQueryModel, type SchemaInsurancePolicyDocumentType, type SchemaInsurancePolicyEntity, type SchemaInsurancePolicyLinkCmd, type SchemaInsurancePolicyLinkQueryModel, type SchemaInsurancePolicyQueryModel, type SchemaInsurancePolicySimulationSendRequest, type SchemaInsurancePolicySimulationType, type SchemaInsurancePolicySimulationUpsertCmd, type SchemaInsurancePolicyStatus, type SchemaInsurancePolicyType, type SchemaInsurancePolicyType_2, type SchemaInsuranceProduct, type SchemaInsuranceProductAdvices, type SchemaInsuranceProductByDistributionUpdateCmd, type SchemaInsuranceProductClauseCreateCmd, type SchemaInsuranceProductClauseUpdateCmd, type SchemaInsuranceProductClausesQueryModel, type SchemaInsuranceProductEntity, type SchemaInsuranceProductQueryModel, type SchemaInsuranceProductRecommendation, type SchemaInsuranceProductRecommendationPatchCmd, type SchemaInsuranceProductsQueryModel, type SchemaInsuranceTerminationReasonType, type SchemaInsuranceTerminationReasonType_2, type SchemaInsuranceType, type SchemaInsuranceType_2, type SchemaInsuredContentValue, type SchemaInsuredValue, type SchemaInventoryCheckupItem, type SchemaInviteCustomersToPartyParams, type SchemaInviteUsersToDistributionParams, type SchemaInvoice, type SchemaInvoiceQueryModel, type SchemaInvoicesQueryModel, type SchemaIsBurglarProof, type SchemaItServices, type SchemaItem, type SchemaJob, type SchemaJobQueuedResponse, type SchemaJobResult, type SchemaJobResultType, type SchemaJobStatus, type SchemaJointIndustrialCommittee, type SchemaJointIndustrialCommitteeQueryModel, type SchemaJsonRpcError, type SchemaJsonRpcReply, type SchemaKey, type SchemaKeys, type SchemaKind, type SchemaKmPerYear, type SchemaKmPerYear_2, type SchemaKw, type SchemaLabelValueCount, type SchemaLabeledItems, type SchemaLaneCenteringAssist, type SchemaLaneDepartureWarning, type SchemaLaneKeepingAssistance, type SchemaLanguage, type SchemaLanguageCodes, type SchemaLarLegalPayload, type SchemaLastAnswer, type SchemaLateralCrashProtection, type SchemaLateralCrashProtectionDriver, type SchemaLateralCrashProtectionPassenger, type SchemaLateralCrashProtectionRear, type SchemaLeadCampaignQueryModel, type SchemaLeadDocumentQueryModel, type SchemaLeadDocumentType, type SchemaLeadProviderQueryModel, type SchemaLeadProviderResponse, type SchemaLeadProvidersResponse, type SchemaLeadReferenceQueryModel, type SchemaLeadRetrieveReply, type SchemaLeadStatus, type SchemaLeadTransferPayload, type SchemaLeaseOfferDocumentQueryModel, type SchemaLeaseOfferDocumentType, type SchemaLeaseOfferType, type SchemaLeaseType, type SchemaLeaseType_2, type SchemaLegalAid, type SchemaLegalForm, type SchemaLegalForm_2, type SchemaLegalPayloads, type SchemaLegalReferenceQueryModel, type SchemaLegalRiskObjectIdWithRevisionId, type SchemaLength, type SchemaLengthUnit, type SchemaLez, type SchemaLezCity, type SchemaLezPass, type SchemaLezYears, type SchemaLiabilityInfo, type SchemaLiabilityType, type SchemaLiabilityType_2, type SchemaLicense, type SchemaLicensePlateType, type SchemaLicensePlateType_2, type SchemaLink, type SchemaLinkPartyToUserCmd, type SchemaLinkPartyToUserCmdItem, type SchemaLinkPartyToUserParams, type SchemaLinkedCompany, type SchemaLinkedCompanyQueryModel, type SchemaLivingRoomSize, type SchemaLocalisationPatchCmd, type SchemaLocalization, type SchemaLocalized, type SchemaLowerCaseCountryCodes, type SchemaLowerCaseLanguageCodes, type SchemaMachineAcquisitionType, type SchemaMachineDelivery, type SchemaMailEvent, type SchemaMainBuilding, type SchemaMainBuildingType, type SchemaManagement, type SchemaManagementFuturePlans, type SchemaManagementQueryModel, type SchemaMarkSessionAsCompletedModel, type SchemaMarkSessionAsCompletedResponse, type SchemaMaxLoadWeight, type SchemaMaxRoofLoad, type SchemaMaxSpeed, type SchemaMaxVolumeTrunk, type SchemaMaxWeight, type SchemaMembership, type SchemaMercuryModelsAnvaListItem, type SchemaMercuryModelsAssuDocumentUploadCmd, type SchemaMercuryModelsFasterforwardDocumentUploadCmd, type SchemaMercuryModelsFasterforwardFasterForwardSearchRelations, type SchemaMercuryModelsFasterforwardFasterForwardSearchRelationsFasterForwardSearchRelations, type SchemaMercuryModelsFasterforwardListItem, type SchemaMercuryModelsFasterforwardTaskCmd, type SchemaMercuryModelsFasterforwardTaskPriority, type SchemaMercuryModelsMDiasTaskCmd, type SchemaMercuryModelsMDiasTaskPriority, type SchemaMergePartiesIntoPartyByIdParams, type SchemaMetadata, type SchemaMicrosoftOutlookMailFolder, type SchemaMicrosoftOutlookMailFolders, type SchemaMimeType, type SchemaMinVolumeTrunk, type SchemaMinimalBicycle, type SchemaMinimalBoat, type SchemaMinimalCar, type SchemaMinimalClaim, type SchemaMinimalCoverageQueryModel, type SchemaMinimalCustomerPartyQueryModel, type SchemaMinimalCustomerPartyQueryModels, type SchemaMinimalDutyOfCareItem, type SchemaMinimalFamily, type SchemaMinimalFleet, type SchemaMinimalInsurancePolicy, type SchemaMinimalInsurancePolicyQueryModel, type SchemaMinimalInventorySummary, type SchemaMinimalInvoice, type SchemaMinimalLegal, type SchemaMinimalMiscellaneous, type SchemaMinimalOfferQueryModel, type SchemaMinimalPartyGroup, type SchemaMinimalPartyQueryModel, type SchemaMinimalPolicyPackage, type SchemaMinimalResidence, type SchemaMinimalRiskObject, type SchemaMinimalRiskObjects, type SchemaMinimalSemiTrailer, type SchemaMinimalTeacher, type SchemaMinimalTrailer, type SchemaMinimalTwoWheeler, type SchemaMinimalUser, type SchemaMinimalUserQueryModels, type SchemaMiscellaneous, type SchemaMiscellaneousRiskObjectIdWithRevisionId, type SchemaMortgage, type SchemaMostImportantItems, type SchemaMostImportantItems_2, type SchemaMotorType, type SchemaMotorType_2, type SchemaMotorcycleInterests, type SchemaMotorcycleInterests_2, type SchemaMultiAffiliationInfoQueryModel, type SchemaMultiAffiliationQueryModel, type SchemaMultiAnvaAdnCoverageQueryModel, type SchemaMultiAnvaClosingQuestionQueryModel, type SchemaMultiAnvaCoverageQueryModel, type SchemaMultiAnvaInsuranceCompanyQueryModel, type SchemaMultiAnvaInsuranceQueryModel, type SchemaMultiAnvaLabelQueryModel, type SchemaMultiAnvaProductQueryModel, type SchemaMultiAnvaQuestionByAnvaLabelUpdateCmd, type SchemaMultiAnvaTagQueryModel, type SchemaMultiBrokerQueryModel, type SchemaMultiDiasAfdBranchQueryModel, type SchemaMultiDiasInsuranceQueryModel, type SchemaMultiDiasPartySaluationQueryModel, type SchemaMultiDiasPartyTitleQueryModel, type SchemaMultiDiasProductQueryModel, type SchemaMultiDiasProductSearchQueryModel, type SchemaMultiFlowSessionItemQueryModel, type SchemaMultiFlowSessionQueryModel, type SchemaMultiLeaseOfferQueryModel, type SchemaMultiOfferQueryModel, type SchemaMultiPartyQueryModel, type SchemaMultiQuoteBeSession, type SchemaMultiQuoteNlSession, type SchemaMultiYellowHiveCoverageQueryModel, type SchemaMultiYellowHiveInsuranceQueryModel, type SchemaMultiYellowHiveProductQueryModel, type SchemaNationalIdentificationNumberValidation, type SchemaNatsError, type SchemaNextActionItem, type SchemaNextActionSource, type SchemaNextActionType, type SchemaNotice, type SchemaNumberPlateInfo, type SchemaNumberPlatePremiumResponse, type SchemaOccupationType, type SchemaOfferCampaignQueryModel, type SchemaOfferCreateCmdV2, type SchemaOfferCreateResponse, type SchemaOfferCreateRevisionCmd, type SchemaOfferPatchBulkCmd, type SchemaOfferPayment, type SchemaOfferRejectionCancellationReason, type SchemaOfferRequestForInsuranceCompanyCreateCmd, type SchemaOfferRequestForInsuranceCompanyInsuranceProductItem, type SchemaOfferRequestForInsuranceCompanyItem, type SchemaOfferRequestForInsuranceCompanyItemWithId, type SchemaOfferRequestForInsuranceCompanyParty, type SchemaOfferRevisionDocument, type SchemaOfferRevisionDocumentType, type SchemaOfferRevisionPatchCmd, type SchemaOfferRevisionQueryModel, type SchemaOfferRevisionReferenceQueryModel, type SchemaOfferStatus, type SchemaOfferWarning, type SchemaOmniumFormula, type SchemaOmniumFormulaByName, type SchemaOmniumFormulaByName_2, type SchemaOmniumFormula_2, type SchemaOnesuranceAction, type SchemaOnesuranceActionType, type SchemaOnesuranceAdvice, type SchemaOnesuranceAdviceLevel, type SchemaOnesuranceAdviceType, type SchemaOnesuranceExplanationData, type SchemaOnesuranceIntent, type SchemaOnesurancePartyData, type SchemaOnesuranceProduct, type SchemaOnesuranceQuickFeedback, type SchemaOnesuranceRecommendation, type SchemaOnesuranceRecommendationType, type SchemaOnesuranceRecommendations, type SchemaOnesuranceRelationDetails, type SchemaOpenClaimsCheckupItem, type SchemaOptimcoCar, type SchemaOptimcoCarPayload, type SchemaOptimcoDriver, type SchemaOptimcoFamilyPayload, type SchemaOptions, type SchemaOrderInsurancePolicyForAdvisoryReportRevisionParams, type SchemaOrigin, type SchemaOtherSafetySystems, type SchemaOutlook, type SchemaOutlookAttachment, type SchemaOutlookConnectionDetails, type SchemaOutlookEmailDetailWithAnalysis, type SchemaOutlookEmailItemWithAnalysis, type SchemaOutlookEmailsWithAnalysis, type SchemaOutlookMailHeader, type SchemaOutlookMailRecepient, type SchemaOverdueInvoicesCheckupItem, type SchemaOverrideInsuranceProductRecommendationParams, type SchemaOverridePreventionAdviceRecommendationParams, type SchemaPackagesToProposeCheckupItem, type SchemaPaginatedInsuranceCompanyResponse, type SchemaPaginatedLeadReply, type SchemaPaginatedOffersResponse, type SchemaPaginatedOffersV2Response, type SchemaPagination, type SchemaParcelData, type SchemaPartiesQueryModel, type SchemaPartiesQueryModelItem, type SchemaPartiesSearchCmd, type SchemaPartiesSearchItem, type SchemaPartiesSearchResponse, type SchemaPartyAddresses, type SchemaPartyAssigneesUpdateCmd, type SchemaPartyCheckupResponse, type SchemaPartyComplianceType, type SchemaPartyConversationNotes, type SchemaPartyCurrentAccountInsightsQueryModel, type SchemaPartyDocument, type SchemaPartyDocumentQueryModel, type SchemaPartyDocumentType, type SchemaPartyDocumentUpload, type SchemaPartyDocuments, type SchemaPartyEntity, type SchemaPartyExternalRefsCreateCmd, type SchemaPartyExternalRefsQueryModel, type SchemaPartyGroupCustomerQueryModel, type SchemaPartyGroupReferenceQueryModel, type SchemaPartyGroupRiskObjectIdWithRevisionId, type SchemaPartyInvite, type SchemaPartyKycItem, type SchemaPartyKycQueryModel, type SchemaPartyLink, type SchemaPartyLinkQueryModel, type SchemaPartyLogoCmd, type SchemaPartyLogoQueryModel, type SchemaPartyMergeCmd, type SchemaPartyNoteCmd, type SchemaPartyOriginFilter, type SchemaPartyOriginFilterItem, type SchemaPartyPatchCmd, type SchemaPartyPreferences, type SchemaPartyPreferencesQueryModel, type SchemaPartyQueryModel, type SchemaPartyRelation, type SchemaPartyRelationCreateCmd, type SchemaPartyRelationQueryModel, type SchemaPartyRelationType, type SchemaPartyRelationType_2, type SchemaPartySocialLinks, type SchemaPartyStatus, type SchemaPartyStatus_2, type SchemaPartyTransferPayload, type SchemaPartyWithMetadata, type SchemaPaymentInterval, type SchemaPaymentIntervalLowerCaseValues, type SchemaPaymentInterval_2, type SchemaPaymentMethod, type SchemaPaymentMethod_2, type SchemaPaymentStatus, type SchemaPedestrianDetection, type SchemaPendingUpgradesReply, type SchemaPerformance, type SchemaPeriodicCash, type SchemaPermittedTowbarDownload, type SchemaPermittedTrailerLoadWithoutBrakes, type SchemaPersonalizedAdvice, type SchemaPersonalizedAdviceResponse, type SchemaPersonnelDetails, type SchemaPhysicalProperties, type SchemaPiaContractConversionStatus, type SchemaPlanQueryModel, type SchemaPlanStatus, type SchemaPlansReply, type SchemaPnpCar, type SchemaPnpCarPayload, type SchemaPnpDriver, type SchemaPnpFamilyPayload, type SchemaPnpHome, type SchemaPnpHomePayload, type SchemaPoliciesToProposeCheckupItem, type SchemaPolicyDocumentType, type SchemaPolicyHolderRelation, type SchemaPolicyHolderRelation_2, type SchemaPolicyPackageCreateCmd, type SchemaPolicyPackageEntity, type SchemaPolicyPackageQueryModel, type SchemaPolicyPackagesQueryModel, type SchemaPossibleInsuranceProductQueryModel, type SchemaPossibleInsuranceProductsQueryModel, type SchemaPostInsuranceTermsChatFeedbackParams, type SchemaPostInsuranceTermsChatParams, type SchemaPostInsuranceTermsComparisonParams, type SchemaPreferredWayOfContact, type SchemaPremium, type SchemaPremiumQueryModel, type SchemaPreventAdvice, type SchemaPreventionAdvice, type SchemaPreventionAdviceDistributionUpdateCmd, type SchemaPreventionAdviceQueryModel, type SchemaPreventionAdviceRecommendation, type SchemaPreventionAdviceRecommendationPatchCmd, type SchemaPreventionMeasure, type SchemaPreventionPlan, type SchemaPrice, type SchemaPriceQualityRatio, type SchemaPriceRange, type SchemaPriorityTag, type SchemaProductInfo, type SchemaProductV2, type SchemaProductsFilterSort, type SchemaProductsGroupBy, type SchemaProductsV2Filter, type SchemaProductsV2Response, type SchemaProfession, type SchemaProfileaseLeaseRate, type SchemaProfileaseLeaseResidual, type SchemaProfileaseLeaseType, type SchemaProfileaseQuote, type SchemaPromotion, type SchemaPromotionCriteria, type SchemaPromotionModifications, type SchemaPromotionQueryModel, type SchemaPropertyType, type SchemaProspectCreationResponse, type SchemaProspectReferenceQueryModel, type SchemaProspectType, type SchemaProvenanceDocumentReference, type SchemaPublicConnectionQueryModel, type SchemaPublicConnectionsQueryModel, type SchemaPublicDistributionConnectionQueryModel, type SchemaQuestion, type SchemaQuestionGroup, type SchemaQuestionUpdateCmd, type SchemaQuestionnaire, type SchemaQuote, type SchemaQuoteDetails, type SchemaQuoteExport, type SchemaQuoteExportRequest, type SchemaQuoteExportResponse, type SchemaQuoteMailSendRequest, type SchemaQuoteMailSendResponse, type SchemaQuoteReferenceQueryModel, type SchemaQuoteRequestV2Base, type SchemaQuoteResponse, type SchemaQuoteResponseV2, type SchemaQuoteSpecification, type SchemaQuoteStatus, type SchemaRateLimitErrorMsgEnum, type SchemaRearAutomaticEmergencyBraking, type SchemaRearCrossTrafficWarning, type SchemaRecalculateAnvaQuoteRequest, type SchemaRecalculateAnvaSimulationCmd, type SchemaRecalculateDiasQuoteRequest, type SchemaRecalculateDiasSimulationCmd, type SchemaRecalculateYellowHiveQuoteRequest, type SchemaRecalculateYellowHiveSimulationCmd, type SchemaRecommendation, type SchemaRecommendationLevel, type SchemaRecommendationReferenceQueryModel, type SchemaRecommendationsBaseCreateCmd, type SchemaRecommendationsCreateCmd, type SchemaRecommendationsQueryModel, type SchemaRecommendationsV2CreateCmd, type SchemaReconstructionValueDefinedType, type SchemaReference, type SchemaRegex, type SchemaRegistration, type SchemaRelations, type SchemaRentOutTerm, type SchemaRepairCosts, type SchemaReportRevisionStatus, type SchemaReportRevisionStatusSubset, type SchemaResidenceBuildingType, type SchemaResidenceComplianceType, type SchemaResidenceFloodType, type SchemaResidenceMonumentType, type SchemaResidencePreferences, type SchemaResidenceReferenceQueryModel, type SchemaResidenceRiskObjectIdWithRevisionId, type SchemaResidenceTheftProtection, type SchemaResidenceUsage, type SchemaRestrictiveAddress, type SchemaRestrictiveCar, type SchemaRestrictiveDriveAssistanceSystem, type SchemaRestrictiveDriver, type SchemaRetrieveAdvisoryReportFrontPageStandalonePdfParams, type SchemaRetrieveFlowResponse, type SchemaRetrieveQuestionnaireResponse, type SchemaRetrieveQuotesBatchResponse, type SchemaRetrieveQuotesExportsResponse, type SchemaRetrieveQuotesInsightsResponse, type SchemaRideHeight, type SchemaRiskAddress, type SchemaRiskAnalysisSubjects, type SchemaRiskData, type SchemaRiskDomain, type SchemaRiskDomainActionQueryModel, type SchemaRiskDomainAdviceQueryModel, type SchemaRiskDomainDistributionUpdateCmd, type SchemaRiskDomainQueryModel, type SchemaRiskDomainsQueryModel, type SchemaRiskObject, type SchemaRiskObjectCarType, type SchemaRiskObjectCarType_2, type SchemaRiskObjectComplianceItem, type SchemaRiskObjectComplianceQueryModel, type SchemaRiskObjectCreationError, type SchemaRiskObjectCreationResponse, type SchemaRiskObjectEntity, type SchemaRiskObjectExternalRefsCreateCmd, type SchemaRiskObjectExternalRefsQueryModel, type SchemaRiskObjectFamilyType, type SchemaRiskObjectInFleet, type SchemaRiskObjectLegalType, type SchemaRiskObjectPartyGroupType, type SchemaRiskObjectPartyRelation, type SchemaRiskObjectReferenceQueryModel, type SchemaRiskObjectRelationCreateCmd, type SchemaRiskObjectRelationQueryModel, type SchemaRiskObjectRelationUpdateCmd, type SchemaRiskObjectResidenceType, type SchemaRiskObjectRevisionIds, type SchemaRiskObjectRevisions, type SchemaRiskObjectTeacherType, type SchemaRiskObjectTwoWheelerType, type SchemaRiskObjectType, type SchemaRiskObjectType_2, type SchemaRiskObjectsWithRevision, type SchemaRizivConventionStatus, type SchemaRizivConventionStatus_2, type SchemaRizivMember, type SchemaRoleFilter, type SchemaRoleFilterType, type SchemaRollingWorkEquipmentType, type SchemaRollingWorkEquipmentType_2, type SchemaRoofConstructionType, type SchemaRoofTypes, type SchemaRooms, type SchemaRules, type SchemaSafety, type SchemaSafetyFeatureOption, type SchemaSafetyStickCar, type SchemaSafetyStickCarPayload, type SchemaSafetyStickDriver, type SchemaSalaryCoefficient, type SchemaSalaryCoefficient_2, type SchemaSatelliteProtection, type SchemaSatelliteProtectionSystem, type SchemaSatelliteProtectionSystem_2, type SchemaSavingTypes, type SchemaSavingTypes_2, type SchemaSearchAddress, type SchemaSearchPartiesParams, type SchemaSection, type SchemaSecurityMeasure, type SchemaSelectedRecommendationsFeedback, type SchemaSemiTrailerRiskObjectIdWithRevisionId, type SchemaSemiTrailerType, type SchemaSendAdvisoryReportRevisionMailParams, type SchemaSendMailForSimulationParams, type SchemaSendOfferMailCmd, type SchemaSendOfferMailResponse, type SchemaSentimentType, type SchemaSeriesSortContext, type SchemaSeriesWithoutModel, type SchemaServerError, type SchemaServerErrorMsgEnum, type SchemaSessionCompletedRemarks, type SchemaSessionReport, type SchemaShareholder, type SchemaShareholderQueryModel, type SchemaSignatureBox, type SchemaSiloCapacity, type SchemaSingleAffiliationQueryModel, type SchemaSingleAuditDetailQueryModel, type SchemaSingleAuditQueryModel, type SchemaSingleUserQueryModel, type SchemaSingularityJobQueuedResponse, type SchemaSingularityJobResultBase, type SchemaSingularityModelsDocumentExtractorCmdLink, type SchemaSingularityModelsPartyCheckupLink, type SchemaSmtCompany, type SchemaSocialLinks, type SchemaSort, type SchemaSourceInfo, type SchemaSpeedAssistance, type SchemaSplitCost, type SchemaSportHobbies, type SchemaSportHobbies_2, type SchemaStateOfChildren, type SchemaStateOfChildren_2, type SchemaStatus, type SchemaStatusReply, type SchemaStatusResponse, type SchemaSteeringPosition, type SchemaSteeringPosition_2, type SchemaStorageSecurity, type SchemaStorageSecurity_2, type SchemaStreet, type SchemaStringCalculationSpec, type SchemaSubcity, type SchemaSubjectToVat, type SchemaSubjectToVat_2, type SchemaSupplierType, type SchemaSupplierType_2, type SchemaSupportedFileTypesResponse, type SchemaSupportedProFlowCountryCodes, type SchemaSurveillanceEquipmentType, type SchemaSwimmingPoolType, type SchemaSwitchCandidatesCheckupItem, type SchemaSymbol, type SchemaSystemCampaignType, type SchemaTableColumn, type SchemaTableRules, type SchemaTag, type SchemaTagContentItem, type SchemaTankLocationType, type SchemaTax, type SchemaTaxBaseBe, type SchemaTaxField, type SchemaTaxPaymentDetails, type SchemaTaxPaymentTime, type SchemaTeacherRiskObjectIdWithRevisionId, type SchemaTeams, type SchemaTechnicalEquipmentType, type SchemaTechniekNederlandTypeOfCompany, type SchemaTechniekNederlandTypeOfCompanySpecification, type SchemaTechniekNederlandTypeOfCompanySpecification_2, type SchemaTechniekNederlandTypeOfCompany_2, type SchemaTelephonenrCategory, type SchemaTelephonenrCategory_2, type SchemaTheftFormulas, type SchemaTheftFormulas_2, type SchemaTheme, type SchemaThemes, type SchemaThirdPartyActivity, type SchemaThirdPartyConstructionWorkInsuranceType, type SchemaThirdPartyConstructionWorkInsuranceType_2, type SchemaTitleAndMessageResponse, type SchemaTokenReply, type SchemaToolkitAccountCreateCmd, type SchemaToolkitBrokerCreateCmd, type SchemaToolkitBrokerCreationResponse, type SchemaToolkitLicenseType, type SchemaTrailerRiskObjectIdWithRevisionId, type SchemaTrailerTonnageCategory, type SchemaTrailerType, type SchemaTrailerType_2, type SchemaTransferCandidatesCheckupItem, type SchemaTransferLeadByIdParams, type SchemaTransferPartyByIdParams, type SchemaTransmissionType, type SchemaTransmissionType_2, type SchemaTransportInfo, type SchemaTravelMethods, type SchemaTravelMethods_2, type SchemaTravelsAYear, type SchemaTravelsAYear_2, type SchemaTriageEmailParams, type SchemaTriageResponse, type SchemaTrialOnboarding, type SchemaTrinityHandlersNatsOnboardingModelsUserIdResponse, type SchemaTrinityModelsUserAccountCreateCmdBroker, type SchemaTrinityModelsUserAccountCreateCmdDistribution, type SchemaTrinityModelsUserAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserToolkitAccountCreateCmdBroker, type SchemaTrinityModelsUserToolkitAccountCreateCmdDistribution, type SchemaTrinityModelsUserToolkitAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserTrialOnboardingDistribution, type SchemaTrinityModelsUserTrialOnboardingUserOVerwrite, type SchemaTruckDestination, type SchemaTruckDestination_2, type SchemaTurnover, type SchemaTwoFactorCreateCmd, type SchemaTwoFactorDisableCmd, type SchemaTwoFactorResponse, type SchemaTwoWheelerCategories, type SchemaTwoWheelerReferenceQueryModel, type SchemaTwoWheelerRiskObjectIdWithRevisionId, type SchemaTwoWheelerVehicleType, type SchemaTypeOfWork, type SchemaTypeOfWork_2, type SchemaTypedKeys, type SchemaUnitOfLength, type SchemaUnitOfLength_2, type SchemaUpdateAdvicesByInsuranceProductInDistributionParams, type SchemaUpdateAdvisoryReportAcceptanceByIdParams, type SchemaUpdateAdvisoryReportMetadataByIdParams, type SchemaUpdateAnvaPartyCompanyCmd, type SchemaUpdateAnvaPartyCustomerCmd, type SchemaUpdateBicycleRiskObjectByIdV2Params, type SchemaUpdateBoatRiskObjectByIdV2Params, type SchemaUpdateBrokerByIdParams, type SchemaUpdateBrokerConnectionByKeyParams, type SchemaUpdateCampaignAssistantAvatarCmd, type SchemaUpdateCampaignByIdParams, type SchemaUpdateCampaignCmd, type SchemaUpdateCampaignLogoCmd, type SchemaUpdateCarRiskObjectByIdV2Params, type SchemaUpdateCustomThemeAsDistributionParams, type SchemaUpdateDistributionConnectionByKeyParams, type SchemaUpdateDocumentByPartyIdParams, type SchemaUpdateEmailByIdParams, type SchemaUpdateFamilyRiskObjectByIdV2Params, type SchemaUpdateInsurancePolicyComplianceParams, type SchemaUpdateInsurancePolicyCoverageComplianceParams, type SchemaUpdateInsuranceProductClauseParams, type SchemaUpdateInsuranceProductInDistributionParams, type SchemaUpdateIntegrationsByBrokerIdParams, type SchemaUpdateLegalRiskObjectByIdV2Params, type SchemaUpdateMeUserByIdParams, type SchemaUpdateMiscellaneousRiskObjectByIdV2Params, type SchemaUpdateOfferRevisionParams, type SchemaUpdateOffersInBulkParams, type SchemaUpdatePartyActivityParams, type SchemaUpdatePartyAssigneesParams, type SchemaUpdatePartyByIdParams, type SchemaUpdatePartyGroupRiskObjectByIdV2Params, type SchemaUpdatePartyNoteByIdParams, type SchemaUpdatePasswordCmd, type SchemaUpdatePasswordForUserByUserIdParams, type SchemaUpdatePreventionAdviceInDistributionParams, type SchemaUpdateRelationByIdParams, type SchemaUpdateResidenceRiskObjectByIdV2Params, type SchemaUpdateRiskDomainActionFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainAdviceFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainInDistributionParams, type SchemaUpdateRiskObjectRelationByIdParams, type SchemaUpdateSemiTrailerRiskObjectByIdV2Params, type SchemaUpdateSessionCmd, type SchemaUpdateSettingsByDistributionIdParams, type SchemaUpdateTrailerRiskObjectByIdV2Params, type SchemaUpdateTwoWheelerRiskObjectByIdV2Params, type SchemaUpdateUspByIdParams, type SchemaUpdatedRiskObjectRevisionReply, type SchemaUploadDocumentPatchCmd, type SchemaUploadDocumentsInAnvaParams, type SchemaUploadDocumentsInAssuParams, type SchemaUploadDocumentsInDiasParams, type SchemaUploadDocumentsInFasterforwardParams, type SchemaUploadSignedUrlResponse, type SchemaUpsertActionFromAdviceInAdvisoryReportRevisionParams, type SchemaUpsertFaqItemParams, type SchemaUpsertInsurancePolicyForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicyPackageForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicySimulationForPartyParams, type SchemaUpsertPolicyPackageByPartyParams, type SchemaUserMeUpdateCmd, type SchemaUserRole, type SchemaValidator, type SchemaValuableItem, type SchemaValueUnitInt, type SchemaValueUnitStr, type SchemaVatType, type SchemaVatType_2, type SchemaVehicleRegistrationDateType, type SchemaVehicleRegistrationPlateValidation, type SchemaVehicleSearch, type SchemaVerifyIfADistributionExistsByCompanyRegistrationParams, type SchemaVerifyIfADistributionExistsByNameParams, type SchemaVerifyIfAUserExistsByEmailParams, type SchemaVersion, type SchemaVersionSortContext, type SchemaVillasureHomePayload, type SchemaVinInfo, type SchemaVinPremiumResponse, type SchemaViviumCar, type SchemaViviumCarPayload, type SchemaViviumDriver, type SchemaViviumFamilyPayload, type SchemaViviumHome, type SchemaViviumHomePayload, type SchemaVoltage, type SchemaWageBill, type SchemaWarningMsg, type SchemaWarranyOptions, type SchemaWarranyOptions_2, type SchemaWeightEmpty, type SchemaWgBeApiAddressModelsAddressAddress, type SchemaWgBeApiAddressModelsAddressInformationV2Company, type SchemaWgBeApiAddressModelsAddressInformationV2Link, type SchemaWgBeApiAddressModelsPersonsDirectorsCompany, type SchemaWgBeApiAddressModelsVatCompanyActivity, type SchemaWgBeApiAddressModelsVatCompanyAssetInfo, type SchemaWgBeApiAddressModelsVatCompanyContactPerson, type SchemaWgBeApiAddressModelsVatCompanyFleetInfo, type SchemaWgBeApiAddressModelsVatCompanyLink, type SchemaWgBeApiAddressModelsVatCompanyPersonnelDetails, type SchemaWgBeApiAddressModelsVatCompanyThirdPartyActivity, type SchemaWgBeApiAddressModelsVatCompanyTurnover, type SchemaWgBeApiAddressModelsVatCompanyWorkforce, type SchemaWgBeApiQuotesModelsBaseLocalization, type SchemaWgBeApiQuotesModelsBaseLocalization_2, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsCar, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsFamily, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsLegal, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsPartyGroup, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsResidence, type SchemaWgPyModelsComplexAddress, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoMachineDelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoPeriodicCash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoSiloCapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoMachinedelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoPeriodiccash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoSilocapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorksConstructionWorkDuration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworksConstructionworkduration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactPerson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactperson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFleetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalAid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalaid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyManagementFunction, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonnelDetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonneldetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdPartyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdpartyactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWageBill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWagebill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsAnnexAnnex, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverAssistanceSystemDriveAssistanceSystem, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverCarInsured, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriver, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsInsuranceHistoryInsuranceHistory, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsPersonPerson, type SchemaWgPyModelsDomainInsuranceInsurancesAedesAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzEnumsCarUsedFor, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesAragLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesArcesLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesAxaAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAxaCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsHolderState, type SchemaWgPyModelsDomainInsuranceInsurancesAxaFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesDasLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralParty, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralPartyGroup, type SchemaWgPyModelsDomainInsuranceInsurancesEuromexLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesLarLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesPnpFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesViviumCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesViviumFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumResidenceRooms, type SchemaWgPyModelsDomainInsuranceProspectCompany, type SchemaWgPyModelsDomainInsuranceProspectCompany_2, type SchemaWgPyModelsDomainInsuranceProspectCustomer, type SchemaWgPyModelsDomainInsuranceProspectCustomer_2, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferences, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferencesFuneralPreference, type SchemaWgPyModelsDomainInsuranceProspectPartypreferences, type SchemaWgPyModelsDomainInsuranceProspectPartypreferencesFuneralpreference, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesPartyExternalRefsQueryModel, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBicycleBicycle, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBoatBoat, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsCarCar, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsMiscMiscellaneous, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerSemiTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainInsuranceRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyPerson, type SchemaWgPyModelsDomainInsuranceRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceAnnexAnnex, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingFacade, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingMainBuilding, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidencePreferencesResidencePreferences, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceRoomsRooms, type SchemaWgPyModelsDomainInsuranceRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccident, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccidentStatement, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarInsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarinsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverbrandclubmembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleusage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainWegroupComplexAddress, type SchemaWgPyModelsDomainWegroupComplexAddress_2, type SchemaWgPyModelsDomainWegroupComplexCompanyRegistration, type SchemaWgPyModelsDomainWegroupComplexCompanyregistration, type SchemaWgPyModelsDomainWegroupComplexLocalization, type SchemaWgPyModelsDomainWegroupEnumsCarUsedFor, type SchemaWgPyModelsDomainWegroupEnumsClaimFreeYears, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsCurrency, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsGender, type SchemaWgPyModelsDomainWegroupEnumsHolderState, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes_2, type SchemaWgPyModelsDomainWegroupEnumsMiscellaneousType, type SchemaWgPyModelsDomainWegroupEnumsOfferRevisionDocumentType, type SchemaWgPyModelsDomainWegroupEnumsProfession, type SchemaWgPyModelsDomainWegroupEnumsProspectType, type SchemaWgPyModelsDomainWegroupEnumsProspectType_2, type SchemaWgPyModelsDomainWegroupRestResponsesStatusResponse, type SchemaWgPyModelsEnumsCoveragePeriod, type SchemaWgPyModelsEnumsCoverageperiod, type SchemaWgPyModelsNatsCompany, type SchemaWgPyModelsSmtReadInsuranceInsuranceProductQueryModelRiskDomain, type SchemaWgPyModelsSmtReadProspectExternalRefsQueryModel, type SchemaWgPyModelsSmtReadProspectManagementQueryModel, type SchemaWgPyModelsSmtReadProspectPartyDocumentQueryModel, type SchemaWgPyModelsSmtReadProspectPartyLogoQueryModel, type SchemaWgPyModelsUserCompany, type SchemaWgsdkQuotesCarEvaluationType, type SchemaWgsdkQuotesCountryCodes, type SchemaWgsdkSmtAccident, type SchemaWgsdkSmtAccidentStatement, type SchemaWgsdkSmtCarEvaluationType, type SchemaWgsdkSmtCountryCodes, type SchemaWgsdkSmtCoveragePeriod, type SchemaWgsdkSmtGender, type SchemaWgsdkSmtInsuranceHistory, type SchemaWgsdkSmtProfession, type SchemaWheelBase, type SchemaWheelBaseArray, type SchemaWheelRimSizeArray, type SchemaWheelRimsSize, type SchemaWheelSize, type SchemaWheelSizeArray, type SchemaWidth, type SchemaWindow, type SchemaWorkforce, type SchemaWorkforcePossibleDanger, type SchemaWorkingMethod, type SchemaYellowHiveCoverage, type SchemaYellowHiveInsurance, type SchemaYellowHiveInsurancePolicy, type SchemaYellowHiveProduct, type SchemaYellowHiveProductQuestionnaire, type SchemaYellowHiveProductQuestionnaireQueryModel, type SchemaYellowHiveProductQuestionnairesQueryModel, type SchemaYellowHiveProductQuestionnairesUpdateCmd, type SchemaYellowHiveProductQuestionnairesValidateCmd, type SchemaYellowHiveProductToInsurancePolicyLink, type SchemaYellowHiveProductsInConversationCmd, type SchemaYellowHiveQuote, type SchemaYellowHiveQuoteCalculationJob, type SchemaYellowHiveQuoteCalculationJobsQueuedResponse, type SeachStreetsByCityAndCountryQueryParams, type SeachStreetsByCityAndCountryResponse, type SearchAddressesByCountryQueryParams, type SearchAddressesByCountryResponse, type SearchAssuPartiesQueryParams, type SearchAssuPartiesResponse, type SearchCitiesByCountryQueryParams, type SearchCitiesByCountryResponse, type SearchDirectorsByFirstAndLastNameQueryParams, type SearchDirectorsByFirstAndLastNameResponse, type SearchEnterprisesByCountryQueryParams, type SearchEnterprisesByCountryResponse, type SearchFasterforwardPartiesQueryParams, type SearchFasterforwardPartiesResponse, type SearchPartiesBody, type SearchPartiesQueryParams, type SearchPartiesResponse, type SearchVehiclesBody, type SearchVehiclesQueryParams, type SearchVehiclesResponse, type SendAdvisoryReportAsMailBody, type SendAdvisoryReportAsMailPathParams, type SendAdvisoryReportAsMailQueryParams, type SendAdvisoryReportAsMailResponse, type SendAnvaInquiryAsCustomerBody, type SendAnvaInquiryAsCustomerResponse, type SendClaimToKeypointPathParams, type SendClaimToKeypointQueryParams, type SendClaimToKeypointResponse, type SendDiasOfferMailBySessionIdBody, type SendDiasOfferMailBySessionIdPathParams, type SendDiasOfferMailBySessionIdQueryParams, type SendDiasOfferMailBySessionIdResponse, type SendExampleCampaignTargetMailQueryParams, type SendExampleCampaignTargetMailResponse, type SendMailClaimReportByIdPathParams, type SendMailClaimReportByIdQueryParams, type SendMailClaimReportByIdResponse, type SendMailFollowupPageToCustomerPathParams, type SendMailFollowupPageToCustomerQueryParams, type SendMailFollowupPageToCustomerResponse, type SendMailForSimulationToPartyBody, type SendMailForSimulationToPartyPathParams, type SendMailForSimulationToPartyQueryParams, type SendMailForSimulationToPartyResponse, type SendOfferMailBySessionIdBody, type SendOfferMailBySessionIdPathParams, type SendOfferMailBySessionIdQueryParams, type SendOfferMailBySessionIdResponse, type SendOfferToAnvaBySessionIdPathParams, type SendOfferToAnvaBySessionIdQueryParams, type SendOfferToAnvaBySessionIdResponse, type SendPasswordResetToCustomerPathParams, type SendPasswordResetToCustomerResponse, type SendQuoteAsMailBody, type SendQuoteAsMailPathParams, type SendQuoteAsMailQueryParams, type SendQuoteAsMailResponse, type SetAskLaterQuestionsBody, type SetAskLaterQuestionsResponse, type TransferLeadToOtherDistributionBody, type TransferLeadToOtherDistributionPathParams, type TransferLeadToOtherDistributionQueryParams, type TransferLeadToOtherDistributionResponse, type TransferPartyToOtherDistributionBody, type TransferPartyToOtherDistributionPathParams, type TransferPartyToOtherDistributionQueryParams, type TransferPartyToOtherDistributionResponse, type TriageEmailBody, type TriageEmailResponse, type UnblockCustomerFromAccessingPartyPathParams, type UnblockCustomerFromAccessingPartyResponse, type UnlockClaimPathParams, type UnlockClaimQueryParams, type UnlockClaimResponse, type UpdateAdvisoryReportBody, type UpdateAdvisoryReportPathParams, type UpdateAdvisoryReportQueryParams, type UpdateAdvisoryReportResponse, type UpdateAnalyzedEmailIdBody, type UpdateAnalyzedEmailIdPathParams, type UpdateAnalyzedEmailIdQueryParams, type UpdateAnalyzedEmailIdResponse, type UpdateAnvaPartyViaConversationBody, type UpdateAnvaPartyViaConversationPathParams, type UpdateAnvaPartyViaConversationQueryParams, type UpdateAnvaPartyViaConversationResponse, type UpdateAnvaflowsQuestionnaireBody, type UpdateAnvaflowsQuestionnairePathParams, type UpdateAnvaflowsQuestionnaireQueryParams, type UpdateAnvaflowsQuestionnaireResponse, type UpdateBicycleRiskObjectBody, type UpdateBicycleRiskObjectPathParams, type UpdateBicycleRiskObjectQueryParams, type UpdateBicycleRiskObjectResponse, type UpdateBoatRiskObjectBody, type UpdateBoatRiskObjectPathParams, type UpdateBoatRiskObjectQueryParams, type UpdateBoatRiskObjectResponse, type UpdateBrokerByBrokerBody, type UpdateBrokerByBrokerPathParams, type UpdateBrokerByBrokerResponse, type UpdateBrokerConnectionByKeyBody, type UpdateBrokerConnectionByKeyPathParams, type UpdateBrokerConnectionByKeyResponse, type UpdateBrokerIntegrationsBody, type UpdateBrokerIntegrationsPathParams, type UpdateBrokerIntegrationsResponse, type UpdateCampaignBody, type UpdateCampaignPathParams, type UpdateCampaignQueryParams, type UpdateCampaignResponse, type UpdateCarRiskObjectBody, type UpdateCarRiskObjectPathParams, type UpdateCarRiskObjectQueryParams, type UpdateCarRiskObjectResponse, type UpdateClaimAsBrokerByIdPathParams, type UpdateClaimAsBrokerByIdQueryParams, type UpdateClaimAsBrokerByIdResponse, type UpdateClaimAsCustomerWithTokenPathParams, type UpdateClaimAsCustomerWithTokenQueryParams, type UpdateClaimAsCustomerWithTokenResponse, type UpdateCommentOnActivityPathParams, type UpdateCommentOnActivityQueryParams, type UpdateCommentOnActivityResponse, type UpdateConversationByIdBody, type UpdateConversationByIdPathParams, type UpdateConversationByIdResponse, type UpdateDeclarationRemarkPathParams, type UpdateDeclarationRemarkQueryParams, type UpdateDeclarationRemarkResponse, type UpdateDiasQuestionnaireBody, type UpdateDiasQuestionnairePathParams, type UpdateDiasQuestionnaireQueryParams, type UpdateDiasQuestionnaireResponse, type UpdateDistributionConnectionByKeyBody, type UpdateDistributionConnectionByKeyPathParams, type UpdateDistributionConnectionByKeyResponse, type UpdateDistributionIntegrationsPathParams, type UpdateDistributionIntegrationsResponse, type UpdateDistributionSettingsBody, type UpdateDistributionSettingsResponse, type UpdateDocumentForPartyBody, type UpdateDocumentForPartyPathParams, type UpdateDocumentForPartyResponse, type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse, type UpdateDocumentMetadataByIdPathParams, type UpdateDocumentMetadataByIdQueryParams, type UpdateDocumentMetadataByIdResponse, type UpdateEntityAsBrokerByIdPathParams, type UpdateEntityAsBrokerByIdQueryParams, type UpdateEntityAsBrokerByIdResponse, type UpdateEntityAsCustomerWithTokenPathParams, type UpdateEntityAsCustomerWithTokenQueryParams, type UpdateEntityAsCustomerWithTokenResponse, type UpdateFamilyRiskObjectBody, type UpdateFamilyRiskObjectPathParams, type UpdateFamilyRiskObjectQueryParams, type UpdateFamilyRiskObjectResponse, type UpdateFleetRiskObjectBody, type UpdateFleetRiskObjectPathParams, type UpdateFleetRiskObjectQueryParams, type UpdateFleetRiskObjectResponse, type UpdateInsurancePolicyComplianceBody, type UpdateInsurancePolicyCompliancePathParams, type UpdateInsurancePolicyComplianceResponse, type UpdateInsurancePolicyCoverageComplianceBody, type UpdateInsurancePolicyCoverageCompliancePathParams, type UpdateInsurancePolicyCoverageComplianceResponse, type UpdateInsuranceProductByDistributionBody, type UpdateInsuranceProductByDistributionPathParams, type UpdateInsuranceProductByDistributionResponse, type UpdateInsuranceProductClauseForDistributionBody, type UpdateInsuranceProductClauseForDistributionPathParams, type UpdateInsuranceProductClauseForDistributionQueryParams, type UpdateInsuranceProductClauseForDistributionResponse, type UpdateLegalRiskObjectBody, type UpdateLegalRiskObjectPathParams, type UpdateLegalRiskObjectQueryParams, type UpdateLegalRiskObjectResponse, type UpdateMiscellaneousRiskObjectBody, type UpdateMiscellaneousRiskObjectPathParams, type UpdateMiscellaneousRiskObjectQueryParams, type UpdateMiscellaneousRiskObjectResponse, type UpdateNotePathParams, type UpdateNoteQueryParams, type UpdateNoteResponse, type UpdateOfferByIdBody, type UpdateOfferByIdPathParams, type UpdateOfferByIdResponse, type UpdateOffersInBulkBody, type UpdateOffersInBulkResponse, type UpdatePartyActivitiesAsCustomerBody, type UpdatePartyActivitiesAsCustomerPathParams, type UpdatePartyActivitiesAsCustomerResponse, type UpdatePartyAssigneesBody, type UpdatePartyAssigneesPathParams, type UpdatePartyAssigneesQueryParams, type UpdatePartyAssigneesResponse, type UpdatePartyByIdBody, type UpdatePartyByIdPathParams, type UpdatePartyByIdResponse, type UpdatePartyGroupRiskObjectBody, type UpdatePartyGroupRiskObjectPathParams, type UpdatePartyGroupRiskObjectQueryParams, type UpdatePartyGroupRiskObjectResponse, type UpdatePartyNoteByIdBody, type UpdatePartyNoteByIdPathParams, type UpdatePartyNoteByIdResponse, type UpdatePartyRelationsBody, type UpdatePartyRelationsPathParams, type UpdatePartyRelationsResponse, type UpdatePreventionByDistributionBody, type UpdatePreventionByDistributionPathParams, type UpdatePreventionByDistributionResponse, type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody, type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams, type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse, type UpdateRelationBetweenRiskObjectAndPartyBody, type UpdateRelationBetweenRiskObjectAndPartyPathParams, type UpdateRelationBetweenRiskObjectAndPartyQueryParams, type UpdateRelationBetweenRiskObjectAndPartyResponse, type UpdateResidenceRiskObjectBody, type UpdateResidenceRiskObjectPathParams, type UpdateResidenceRiskObjectQueryParams, type UpdateResidenceRiskObjectResponse, type UpdateRiskDomainActionForAdvisoryReportByIdBody, type UpdateRiskDomainActionForAdvisoryReportByIdPathParams, type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams, type UpdateRiskDomainActionForAdvisoryReportByIdResponse, type UpdateRiskDomainAdviceForAdvisoryReportByIdBody, type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse, type UpdateRiskDomainByDistributionBody, type UpdateRiskDomainByDistributionPathParams, type UpdateRiskDomainByDistributionResponse, type UpdateSemiTrailerRiskObjectBody, type UpdateSemiTrailerRiskObjectPathParams, type UpdateSemiTrailerRiskObjectQueryParams, type UpdateSemiTrailerRiskObjectResponse, type UpdateTargetsByCampaignPathParams, type UpdateTargetsByCampaignQueryParams, type UpdateTargetsByCampaignResponse, type UpdateTrailerRiskObjectBody, type UpdateTrailerRiskObjectPathParams, type UpdateTrailerRiskObjectQueryParams, type UpdateTrailerRiskObjectResponse, type UpdateTwoWheelerRiskObjectBody, type UpdateTwoWheelerRiskObjectPathParams, type UpdateTwoWheelerRiskObjectQueryParams, type UpdateTwoWheelerRiskObjectResponse, type UpdateUspByDistributionAndIdBody, type UpdateUspByDistributionAndIdPathParams, type UpdateUspByDistributionAndIdQueryParams, type UpdateUspByDistributionAndIdResponse, type UpdateYellowhiveQuestionnaireBody, type UpdateYellowhiveQuestionnairePathParams, type UpdateYellowhiveQuestionnaireQueryParams, type UpdateYellowhiveQuestionnaireResponse, type UpdateYourOwnUserBody, type UpdateYourOwnUserResponse, type UpdateYourPasswordBody, type UpdateYourPasswordResponse, type UploadClaimDocumentAsBrokerPathParams, type UploadClaimDocumentAsBrokerQueryParams, type UploadClaimDocumentAsBrokerResponse, type UploadDocumentsInAnvaBody, type UploadDocumentsInAnvaPathParams, type UploadDocumentsInAnvaQueryParams, type UploadDocumentsInAnvaResponse, type UploadDocumentsInAssuBody, type UploadDocumentsInAssuPathParams, type UploadDocumentsInAssuQueryParams, type UploadDocumentsInAssuResponse, type UploadDocumentsInDiasBody, type UploadDocumentsInDiasPathParams, type UploadDocumentsInDiasQueryParams, type UploadDocumentsInDiasResponse, type UploadDocumentsInFasterforwardBody, type UploadDocumentsInFasterforwardPathParams, type UploadDocumentsInFasterforwardQueryParams, type UploadDocumentsInFasterforwardResponse, type UpsertAnvaClosingQuestionsBody, type UpsertAnvaClosingQuestionsQueryParams, type UpsertAnvaClosingQuestionsResponse, type UpsertDistributionFaqBody, type UpsertDistributionFaqQueryParams, type UpsertDistributionFaqResponse, type UpsertInsurancePoliciesForPartyBody, type UpsertInsurancePoliciesForPartyPathParams, type UpsertInsurancePoliciesForPartyResponse, type UpsertInsurancePolicySimulationForPartyBody, type UpsertInsurancePolicySimulationForPartyPathParams, type UpsertInsurancePolicySimulationForPartyResponse, type UpsertPolicyPackagesForPartyBody, type UpsertPolicyPackagesForPartyPathParams, type UpsertPolicyPackagesForPartyResponse, type ValidateAChassisNumberResponse, type ValidateACompanyRegistrationNumberResponse, type ValidateANationalIdentificationNumberBody, type ValidateANationalIdentificationNumberResponse, type ValidateATelephonenrResponse, type ValidateAVehicleRegistrationPlateBody, type ValidateAVehicleRegistrationPlateResponse, type ValidateAWebsiteResponse, type ValidateAnEmailResponse, type ValidateAnFsmaResponse, type ValidateAnIbanBody, type ValidateAnIbanResponse, type ValidateAnvaConnectionQueryParams, type ValidateAnvaConnectionResponse, type ValidateAnvaDwhConnectionQueryParams, type ValidateAnvaDwhConnectionResponse, type ValidateAnvaflowsQuestionnaireBody, type ValidateAnvaflowsQuestionnairePathParams, type ValidateAnvaflowsQuestionnaireQueryParams, type ValidateAnvaflowsQuestionnaireResponse, type ValidateClaimPathParams, type ValidateClaimQueryParams, type ValidateClaimResponse, type ValidateDiasQuestionnaireBody, type ValidateDiasQuestionnairePathParams, type ValidateDiasQuestionnaireQueryParams, type ValidateDiasQuestionnaireResponse, type ValidateFasterforwardConnectionQueryParams, type ValidateFasterforwardConnectionResponse, type ValidatePromotionsResponse, type ValidateYellowhiveQuestionnaireBody, type ValidateYellowhiveQuestionnairePathParams, type ValidateYellowhiveQuestionnaireQueryParams, type ValidateYellowhiveQuestionnaireResponse, type VerifyIfADistributionExistsByCompanyRegistrationBody, type VerifyIfADistributionExistsByCompanyRegistrationQueryParams, type VerifyIfADistributionExistsByCompanyRegistrationResponse, type VerifyIfADistributionExistsByNameBody, type VerifyIfADistributionExistsByNameQueryParams, type VerifyIfADistributionExistsByNameResponse, type VerifyIfAUserExistsByEmailBody, type VerifyIfAUserExistsByEmailQueryParams, type VerifyIfAUserExistsByEmailResponse, type WgApiSchema, type WgPaths, acceptOrRejectAnAdvisoryReport, activateOutlookConnectionSync, analyzeEmail, answerAFlowDirectly, answerAFlowSession, blockCustomerFromAccessingParty, calculateAnvaquotesBySessionId, calculateCarLeaseQuote, calculateDiasQuotesBySessionId, calculateQuotesV2, calculateYellowhiveQuotesBySessionId, claimReportById, claimRequestUpdate, commentOnActivity, type components, createAccidentsForParty, createAccount, createAdvisoryReport, createAdvisoryReportRevision, createAdvisoryReportRevisionV2, createAdvisoryReportStepSettings, createAnvaPartyViaConversation, createAnvaTask, createAnvaflowTags, createAssuTask, createBicycleRiskObject, createBoatRiskObject, createBrokerConnectionsById, createCampaign, createCarRiskObject, createClaimAsBroker, createClaimAsCustomer, createCompanyLead, createConversation, createConversationReminder, createCustomerLead, createDiasPartyViaConversation, createDiasTask, createDistributionConnectionById, createDistributionTag, createDocumentForClaim, createDocumentForClaimAsCustomer, createDocumentForParty, createEntityAsBroker, createEntityAsCustomerWithToken, createFamilyRiskObject, createFasterforwardTask, createInsurancePoliciesForParty, createInsuranceProductClauseForDistribution, createLegalParty, createLegalRiskObject, createLockForClaim, createMiscellaneousRiskObject, createNaturalParty, createNoteOnEvent, createNoteOnEventAsCustomer, createOfferRevision, createOrReplaceInsurancePolicyForAdvisoryReportById, createOrReplacePolicyPackagesForAdvisoryReportById, createPartyActivitiesAsCustomer, createPartyByEnrichingWithEnrichingWithCompanyRegistration, createPartyGroupRiskObject, createPartyNote, createPartyOffers, createPartyRelations, createProfileaseCarLeaseOffer, createProflowSessionByBatchId, createRecommendationByPartyId, createRecommendationBySessionId, createReferenceForParty, createReferencesForRiskObject, createRelationBetweenRiskObjectAndParty, createRiskDomainActionForAdvisoryReportById, createRiskDomainActionFromAdviceForAdvisoryReportById, createRiskDomainAdviceForAdvisoryReportById, createRiskDomainForAdvisoryReportById, createSemiTrailerRiskObject, createToolkitAccount, createToolkitBroker, createTrailerRiskObject, createTrialBroker, createUploadLinkAsCustomer, createUspItemForDistribution, createYellowhiveContactPerson, deactivateOutlookConnectionSync, deleteAdvisoryReport, deleteAdvisoryReportRevision, deleteAllSessionsBySessionId, deleteAnvaClosingQuestions, deleteBrokerConnectionByKey, deleteClaimAsBrokerById, deleteCommentOnActivity, deleteDistributionConnectionByKey, deleteDistributionFaq, deleteDistributionTag, deleteDocumentById, deleteDocumentByIdAsCustomerWithToken, deleteDocumentForParty, deleteEntityAsBrokerById, deleteEntityByIdAsCustomerWithToken, deleteEntityBySessionIdAndFlowId, deleteInsurancePoliciesForParty, deleteInsurancePolicyForAdvisoryReportById, deleteInsuranceProductClauseForDistribution, deleteNote, deletePartyActivitiesAsCustomer, deletePartyEntityBySessionIdAndFlowId, deletePartyNoteById, deletePartyRelations, deletePolicyPackagesForParty, deleteRelationBetweenRiskObjectAndParty, deleteRiskDomainActionForAdvisoryReportById, deleteRiskDomainAdviceForAdvisoryReportById, deleteRiskDomainForAdvisoryReportById, deleteRiskObjectById, deleteSessionBySessionId, deleteUspByDistributionAndId, delinkPartyToUser, deprecatedValidateAnvaConnection, disable2FaAsUserForUser, disable2FaByUser, downloadDocumentById, editInsuranceProductAdviceByDistribution, editInsuranceProductDescriptionsByDistribution, enable2Fa, enqueueCalculationAnvaquotesBySessionId, enqueueSendCustomQuotesToAnvaBySessionId, enqueueSendOfferToAnvaBySessionId, enrichPartyByIdWithExternalCompanyData, exportAdvisoryReportById, exportPartyById, exportPartyToAnva, exportPartyToAssu, exportPartyToDias, exportPartyToFasterforward, exportQuoteById, extractInsurancePoliciesForOneDocument, extractInsurancePoliciesForOneDocumentEnqueue, extractManyDocumentInBatch, extractOffersForOneDocument, extractOffersForOneDocumentEnqueue, extractOneDocument, extractOneDocumentEnqueue, extractPartyForOneDocumentEnqueue, extractWebsiteTheme, generateCompanyDescription, generateConceptReply, generateDiasOfferDocumentBySessionId, generateDistributionAboutUsCompletion, generateDnsPrefix, generateDocxDocumentOfAdvisoryReportById, generateFlowQuestionnaire, generateFlowQuestionnaireDocument, generateOfferRequestForInsuranceCompanyDocx, generateOfferRequestForInsuranceCompanyPdf, generatePdfOfAdvisoryReportById, generatePersonalizationAdviceForAdvisoryReport, generatePossibleProductsBySessionV2, generateQuestionsToPrefillByCar, generateStandaloneFrontPagePdfOfAdvisoryReportAsExample, generateTokenForSocialLoginFlowAsBroker, get2FaByUser, getActivityByParty, getAddressInfo, getAddressInfoFreemium, getAdvicesPerInsuranceProduct, getAdvisoryReportById, getAdvisoryReportExportOptions, getAdvisoryReportRevisionDiff, getAllActivityTypes, getAllAdvisoryReports, getAllAvailableAffiliations, getAllAvailablePlans, getAllAvailableThemesInWegroup, getAllBrokersLinkedToCurrentUser, getAllCampaignTemplates, getAllCampaignsByDistribution, getAllCarClaimCategories, getAllClaimsAsBroker, getAllConversations, getAllCustomersByDistribution, getAllEnums, getAllLeadsByDistribution, getAllLeaseOffersByDistribution, getAllPartiesByDistribution, getAllPartiesByDistributionV2, getAllRiskObjectsByPartyId, getAllRiskObjectsByPartyIdV2, getAllSessionsBySessionId, getAllVehicleBrands, getAllVehicleSeriesByBrandKey, getAllVehicleVersionsBySeriesId, getAnvaAgents, getAnvaClosingQuestions, getAnvaCollectionMethods, getAnvaEmployees, getAnvaLabels, getAnvaMutationReasons, getAnvaParties, getAnvaProducts, getAnvaproductById, getAnvaproducts, getArtifactFromEventById, getAssuEmployees, getAvailableFlowsForDistributionInfo, getBrokerByAnvaProducerId, getBrokerByAnvaRelationMangerId, getBrokerConnectionsById, getBrokerIntegrations, getCampaignById, getCampaignSettingsByDistribution, getCampaignTargetMailTemplate, getCarLeaseRates, getChatBySessionId, getChatSummaryV2BySessionId, getCheckupByPartyId, getClaimAsBrokerById, getClaimAsCustomerWithToken, getClaimByIdAsCustomer, getClaimEventsAsBrokerById, getClaimEventsAsCustomer, getClaimsAsCustomer, getClaimsAsParty, getClaimsAsPartyById, getComplianceByRiskObjectId, getConversationById, getConversationNotes, getConversationReportPdfById, getConversationsOriginFilter, getCurrentAccountInsightsAsCustomer, getCurrentAccountInsightsAsParty, getCurrentBrokerOfTheUser, getCustomersByParty, getDiasAfdbranches, getDiasCollectionMethods, getDiasEmployees, getDiasParties, getDiasPartySalutations, getDiasPartyTitles, getDiasProducts, getDiasflowInsurances, getDiasflowProductById, getDiasflowProducts, getDistributionActivity, getDistributionAffiliations, getDistributionById, getDistributionConnectionsById, getDistributionFaq, getDistributionHasPendingUpgrade, getDistributionSettings, getDistributionTags, getDocumentExtractionBatchById, getDocumentMetadata, getDocumentsAsCustomer, getDocumentsForParty, getEmailByMessageId, getEncryptionKeys, getEnterpriseByCompanyRegistrationNumberAndCountry, getEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponse, getEnumByAnvaLabel, getEnumByDiasLabel, getEventsByAdvisoryReportId, getExtractEnityInfo, getFasterforwardEmployees, getFasterforwardTeams, getFinconnectLinkAsCustomer, getFinconnectLinkForInsurancePolicy, getFinconnectLinkForInsurancePolicyAsCustomer, getFlowInfoById, getFlowsInfo, getGbi, getHubspotVisitorIdentificationToken, getInfoForClaim, getInsightsIfCarIsInsured, getInsuranceCompanies, getInsurancePoliciesAsCustomer, getInsurancePoliciesForParty, getInsurancePolicyById, getInsurancePolicyByIdAsCustomer, getInsurancePolicyComplianceById, getInsurancePolicySimulationsForParty, getInsuranceProductClausesByDistribution, getInsuranceProductsV2, getIntegrationsByDistribution, getInvoiceByIdAsCustomer, getInvoicesAsCustomer, getInvoicesAsParty, getInvoicesAsPartyById, getJobResultById, getKycByParty, getLeadById, getLeadProviderById, getLeadProvidersByAffinity, getLeaseOfferById, getLinkOfDocument, getMetricsByCampaign, getMinimalOfferById, getMinimalOfferRevisionById, getMinimalRiskObjectById, getNace, getNoveltyInsightsByDistribution, getOfferById, getOffersByDistribution, getOnboardingChecklistByBroker, getOnesuranceDataByPartyId, getOnesuranceRecommendationsByEmailId, getOrganisationDistributions, getOrganisationLeads, getOrganisationOffers, getOutlookConnectionDetails, getOutlookMailById, getOutlookMailByOutlookMessageId, getOutlookMailfolders, getOutlookMails, getPartiesByCustomer, getPartiesLinkedToUser, getPartiesOriginFilter, getPartyAddresses, getPartyById, getPartyMergeSuggestions, getPdfOfAdvisoryReportById, getPerformanceInsightsByDistribution, getPolicyPackageById, getPolicyPackageByIdAsCustomer, getPolicyPackageSimulationsForParty, getPolicyPackagesAsCustomer, getPolicyPackagesForParty, getPossibleInsuranceProductsByPartyId, getPossibleInsuranceProductsByRiskObjectId, getPossibleInsuranceProductsForManagementByPartyId, getPossibleInsuranceProductsForStaffByPartyId, getPreventionAdvice, getPromotionsByDistributionId, getProvenanceInfoOfDocument, getQuoteExports, getQuoteInsights, getQuotesAsBatchResultsByConversationId, getRecommendationsById, getRecommendationsByPartyId, getRecommendationsBySessionId, getRiskAnalysisByPartyId, getRiskDomainById, getRiskDomains, getRiskObjectByRiskObjectRevisionId, getRiskObjectRevisionsById, getSbi, getSingularityJobResultById, getStepSettingsByAdvisoryReportId, getSupportedAnvaflowCoverages, getSupportedAnvaflowCoveragesGroupedByAdn, getSupportedAnvaflowInsuranceCompanies, getSupportedAnvaflowInsurances, getSupportedAnvaflowTags, getSupportedInsuranceCompanies, getSupportedInsuranceSubjects, getSupportedMimeTypes, getSupportedRiskDomains, getSupportedYellowhiveflowCoverages, getSupportedYellowhiveflowInsurances, getSystemCampaignsByParty, getTheBrokerById, getUspByDistribution, getValuesOfEnum, getVehicleByCarIdOrFebiacId, getVehicleByNumberPlateAndCarId, getVehicleByVersionId, getVehicleByVinAndCarId, getVehicleVersionFactsBySeriesId, getWeatherInfo, getYellowhiveflowProductById, getYellowhiveflowProducts, getYourOwnUser, giveFeedbackOnConversationById, giveFeedbackOnRecommendationsById, giveFeedbackToInsuranceTermsBot, handleCreateDistributionTheme, handleDeleteDistributionTheme, handleUpdateDistributionTheme, importAnvaDocumentInWegroup, importAnvaInsurancePolicyDocumentInWegroup, importAnvaInsurancePolicyPackageDocumentInWegroup, importAnvaPartyInWegroup, importAnvaproduct, importAssuPartyInWegroup, importDiasPartyInWegroup, importDiasflowProduct, importFasterforwardPartyInWegroup, inviteColleaguesToDistribution, inviteUserToParty, linkConversationToAdvisoryReport, linkPartyToUser, lockFlightApi, markConversationAsCompletedById, mergePartiesTogether, type operations, orderInsurancePolciesOfAdvisoryReport, outlookConnectionSync, overrideInsuranceProductRecommendationById, overridePreventionAdviceRecommendationById, patchAnvaproductById, patchAnvaproductCoverageById, patchDiasflowProductById, patchDiasflowProductCoverageByDiasId, patchOwnPartyAsCustomer, type paths, poseAQuestionToInsuranceTermsBot, poseAQuestionToInsuranceTermsBotForItToCompare, postEventAsCarglassPartner, putClausesForReport, recalculateDiasQuotesBySessionIdAndProductId, recalculateDiasSimulationBySessionId, recalculateOneAnvaquoteByAnvaProductIdSessionId, recalculateSimulationBySessionId, recalculateYellowhiveQuotesBySessionIdAndProductId, recalculateYellowhiveSimulationBySessionId, retrieveAirports, retrieveAllExportsByParty, retrieveAnvaflowsQuestionnaires, retrieveAskLaterQuestions, retrieveAutomobileByCarIdFreemiumVersion, retrieveAutomobileByIdFreemium, retrieveDiasQuestionnaires, retrieveExportById, retrieveFlow, retrieveYellowhiveQuestionnaires, seachStreetsByCityAndCountry, searchAddressesByCountry, searchAssuParties, searchCitiesByCountry, searchDirectorsByFirstAndLastName, searchEnterprisesByCountry, searchFasterforwardParties, searchParties, searchVehicles, sendAdvisoryReportAsMail, sendAnvaInquiryAsCustomer, sendClaimToKeypoint, sendDiasOfferMailBySessionId, sendExampleCampaignTargetMail, sendMailClaimReportById, sendMailFollowupPageToCustomer, sendMailForSimulationToParty, sendOfferMailBySessionId, sendOfferToAnvaBySessionId, sendPasswordResetToCustomer, sendQuoteAsMail, setAskLaterQuestions, transferLeadToOtherDistribution, transferPartyToOtherDistribution, triageEmail, unblockCustomerFromAccessingParty, unlockClaim, updateAdvisoryReport, updateAnalyzedEmailId, updateAnvaPartyViaConversation, updateAnvaflowsQuestionnaire, updateBicycleRiskObject, updateBoatRiskObject, updateBrokerByBroker, updateBrokerConnectionByKey, updateBrokerIntegrations, updateCampaign, updateCarRiskObject, updateClaimAsBrokerById, updateClaimAsCustomerWithToken, updateCommentOnActivity, updateConversationById, updateDeclarationRemark, updateDiasQuestionnaire, updateDistributionConnectionByKey, updateDistributionIntegrations, updateDistributionSettings, updateDocumentForParty, updateDocumentMetadataById, updateDocumentMetadataByIdAsCustomerWithToken, updateEntityAsBrokerById, updateEntityAsCustomerWithToken, updateFamilyRiskObject, updateFleetRiskObject, updateInsurancePolicyCompliance, updateInsurancePolicyCoverageCompliance, updateInsuranceProductByDistribution, updateInsuranceProductClauseForDistribution, updateLegalRiskObject, updateMiscellaneousRiskObject, updateNote, updateOfferById, updateOffersInBulk, updatePartyActivitiesAsCustomer, updatePartyAssignees, updatePartyById, updatePartyGroupRiskObject, updatePartyNoteById, updatePartyRelations, updatePreventionByDistribution, updateQuestionForAllQuestionnairesByAnvaLabels, updateRelationBetweenRiskObjectAndParty, updateResidenceRiskObject, updateRiskDomainActionForAdvisoryReportById, updateRiskDomainAdviceForAdvisoryReportById, updateRiskDomainByDistribution, updateSemiTrailerRiskObject, updateTargetsByCampaign, updateTrailerRiskObject, updateTwoWheelerRiskObject, updateUspByDistributionAndId, updateYellowhiveQuestionnaire, updateYourOwnUser, updateYourPassword, uploadClaimDocumentAsBroker, uploadDocumentsInAnva, uploadDocumentsInAssu, uploadDocumentsInDias, uploadDocumentsInFasterforward, upsertAnvaClosingQuestions, upsertDistributionFaq, upsertInsurancePoliciesForParty, upsertInsurancePolicySimulationForParty, upsertPolicyPackagesForParty, validateAChassisNumber, validateACompanyRegistrationNumber, validateANationalIdentificationNumber, validateATelephonenr, validateAVehicleRegistrationPlate, validateAWebsite, validateAnEmail, validateAnFsma, validateAnIban, validateAnvaConnection, validateAnvaDwhConnection, validateAnvaflowsQuestionnaire, validateClaim, validateDiasQuestionnaire, validateFasterforwardConnection, validatePromotions, validateYellowhiveQuestionnaire, verifyIfADistributionExistsByCompanyRegistration, verifyIfADistributionExistsByName, verifyIfAUserExistsByEmail, type webhooks, wgApiClient };
|